RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[XP] Doom Skill

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 87
Embrace the stillness of eternity.
Doom Skill
Version 1.0
Author: Mjustin

Version History


  • 1.0: Functional for up to three enemies and no players


Description

This system allows you to give your characters a skill that will automatically kill an enemy in five turns.

Features


  • Works for battles with up to three enemies
  • Any character can use the skill
  • Options to make up to three enemies immune, and up to three enemies resistant to Doom


Screenshots







Demo


Attached.

Author's Notes


  • Version 2.0 will have support for up to eight enemies and four player characters, as well as (maybe) player character immunities and resistances.
  • When copying and pasting the system, make sure you get everything. This system uses 1 switch, 5 variables, 1 common event, 1 battle event (in the Ghost*3 troop), 2 states, 1 skill, 6 animations, and 1 animation graphic.
  • To change the amount of turns for Doom to take, go to the common event. Change every control variable command that has "= 5" on the end to the number of turns it should take.
  • There are some issues with the battle event activating early. If anyone knows how to fix this, I would very much appreciate knowing how as well.

*
Rep:
Level 87
Instead of having =5 several times in the event, you could set a variable to 5 right at the beginning, then change those commands to =[variable].  Then if you wanted to change it from 5 to more (or less) turns, you just need to change it in one spot :)
Always remember you're unique.
Just like everybody else.

***
Rep:
Level 87
Embrace the stillness of eternity.
I could, but it wouldn't work. Setting all the variables to 5 at the beginning would mean that you're setting all of them to 5 every time you use the skill, resetting the counters for the enemies. Half of the "=5" commands are for whether the enemy has Doom inflicted, and the other half are for when the system temporarily uses the variable for a 50/50 chance condition.