Save-Point
Can a "leech seed" state be done? - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: General Support (https://www.save-point.org/forum-18.html)
+--- Thread: Can a "leech seed" state be done? (/thread-4492.html)



Can a "leech seed" state be done? - Samven - 01-02-2013

I just had a truly kickass idea but I'm unsure as to how feasible it might actually be...

Basically, I've been messing around on VX Ace and I'm wondering if it would be possible to make a state that transferred HP from the afflicted party to the initiator. Think of it like Pokemon's Leech Seed: you get healed as the target takes damage.

For those unfamiliar with the series, here's how it could work: let's say that Hero casts Leech Seed.
Enemy1 takes, say, 50 initial damage and gets afflicted with the "Leech Seed" state.
At the end of the turn, Enemy1 loses 10HP and Hero regains 10HP.
This lasts for the duration of the state, about 3~5 turns or so.

I think that this would actually be a pretty kickass ability, all things considered, but I'm just not sure if it would actually be possible without scripting... Any ideas, my friends?


RE: Can a health-draining "poison" state be done? - Iqus - 01-02-2013

I think that you're actually describing this:
http://www.youtube.com/watch?v=QA3nLsce7KE

edit: it would be a kick-ass script adaptation indeed.


RE: Can a health-draining "poison" state be done? - Samven - 01-03-2013

(01-02-2013, 11:02 PM)Iqus Wrote: I think that you're actually describing this:
http://www.youtube.com/watch?v=QA3nLsce7KE

edit: it would be a kick-ass script adaptation indeed.
*Facepalm* YES! Exactamondo! I'll change the topic title. X3


RE: Can a "leech seed" state be done? - MetalRenard - 01-03-2013

Using the standard battle system I think you could pull it off with events though code may be easier. I haven't tried VX in depth but I know it can be pretty limited when it comes to coding with events.


RE: Can a "leech seed" state be done? - kyonides - 01-03-2013

Well, well, after checking this thread and playing a bit with my RMXP I deduced that a script might be needed mainly because the events don't offer you a way to automatically assign the HP the victim of leech seed loses to the skill user, you would need to make a of condition for every single actor and enemy in your database or see if there's really a way to use a variable for that but I don't think it's possible, unless you want to make a huge event or common event to deal with this skill. One of the main reasons to automatically discard such a possibility would be the fact that the event commands do not ask the game if a hero or enemy is being hit by a skill or not.

I made a script for XP default BS but since there are some serious difference between XP and Ace, you wouldn't be able to do anything with it at all.


RE: Can a "leech seed" state be done? - Iqus - 01-03-2013

(01-03-2013, 08:36 AM)kyonides Wrote: I made a script for XP default BS but since there are some serious difference between XP and Ace, you wouldn't be able to do anything with it at all.

Sorry to change the topic, but would you be kind enough to share the script from XP? I would like to have it and it might inspire someone to try and reproduce it for VX :)