Sure I can but it would be MUCH easier to just be able to write something like requirebuffontriggername="name,name1,name2" Or requirebuffontriggerfromlist kind of thing. For instance one mod I'm working on right now requires a buff to be able to cast buffs that trigger buffs. And spells that trigger based on the buffs triggered by buffs which should cancel some of the buffs. Its getting really complicated and putting multiple buffs in requirebuff would be really helpful.
It's not that much and it's not worth wasting development time on what can already be done fairly easily. Writing chains of requirebuffontrigger's is not difficult nor really time consuming because of copy-pasting,
I'm sure this has been said, but we REALLY need wands to be able to target things other than the player and monsters. Pretty please with sugar and an Arlian cherry on top?
The ability to scale to the amount of damage done to a monster for the purpose of life stealing via Vampirism would be awesome to have. http://community.gaslampgames.com/threads/vampirism-needs-to-be-reworked.2075/page-5#post-41303 I know it would be a royal pain in the ass to make, but many people would love you guys even more for it.
This is already how it works. Code: <spell name="Vampirism Attack" type="target" > <effect type="drain" necromantic="1" necromanticF="0.14" taxa="Demon" /> <effect type="drain" necromantic="1" necromanticF="0.14" taxa="Other" /> <effect type="drain" necromantic="2" necromanticF="0.25" taxa="Animal" /> <anim sprite="sprites/sfx/glintA/glintA" frames="5" framerate="60" centerEffect="0" sfx="fleshbore" /> <effect type="heal" amount="1" /> <!-- a free point of health, for effort. --> </spell>
Is there a way to make summoned items and monsters last only for a certain amount of time? And if not, well, why not?
Because it takes developer time, which is why everything here isn't implemented (that and they probably haven't seen everything in here). Besides, you can already do that with monsters.
Yeah well but IMO giving as many tools as possible to the modder is the best thing the creator can possibly do. More tools = more mods = less time needed to develop things. Something like Bethesda and Elder Scrolls games. They release a finished product and modders shape it into perfection. Also mind telling me how do I make monster lasts for a specified time please?
If it's possible, please make "triggeroncast" work on equipment. Possibly also on buffs, but it's more important for it to work on items, since right now there are no on-cast triggers on either, and while it's possible to emulate it on buffs (being skill-dependent) without much of a hassle, it's much harder to emulate such an effect on items since they aren't tied to skill trees which are the only place from where said buff works.
Having a trigger for buffs to run out when you reach a certain amount of health would be nice, as opposed to a certain amount of hits taken, dealt or mana running out.
I guess it's kind of late now with the exp coming out tomorrow but something like removable="0" on dot effect type would be nice. Perhaps I'm doing something wrong but uncurse effect removes all my dots even when using bad="0" on them.
I request that Vampire stuff be made more mod friendly. Read the link for details if you like. http://community.gaslampgames.com/threads/buff-vampirism.5557/page-3#post-67677 Thanks in advance.
I second the request to be able to include custom sfx in our mods. As for myself, I'd really really really like the ability to add centerEffect="1" to halo animations (rather than always making it justified to the top of the player's head) and a beneath="1" value to all animations, so it's possible to choose whether the animation appears above or below the player/target. (you can flub it a bit with spell mine animations, but it's not the same)