Advertisement
ShadielTH

Untitled

May 4th, 2021
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. List of Commands:
  2. test [anything] - writes [anything] to console
  3. addbuf [unit id] [effect power] [name of the effect] - adds buf([name of the effect]) with power([effect power]) to target([unit id])
  4. addbufall [effect power] [name of the effect] - adds buf([name of the effect]) with power([effect power]) to everyone
  5. speed [value] - sets game speed
  6. power - health of everyone becomes 99
  7. story - calls menu with every cutscene (not recommended to use)
  8. win - you win immediately
  9. lose - you lose immediately (doesn't work)
  10. card [value] - everyone gets new emotinal level. If [value] is negative you will chose only red cards
  11. suddendeath - health of everyone becomes 1
  12. addcard [sephira name] [card id] [unit id] - target([unit id]) gets card of abnormality([card id]) from choosen floor([sephira name])
  13. tutoclear - skips every tutorial and opens new floor each use
  14. emotion [p or pos or positive/negative or neg or n] [value] [unit id] - adds choosen([p or pos or positive/negative or neg or n]) emotinal coin number([value]) to target ([unit id])
  15. creaturebattle [sephira name] [value] - starts fight with abnormality([[value] from 1) from choosen floor([sephira name])
  16. invitationbattle [invitation id] - starts choosen invitation
  17. breakdamage [enemy/player] [unit id] [value] - choosen target([unit id]) from choosen party([enemy/player]) will get number of stagger resist([value])
  18. damage [enemy/player] [unit id] [value] - choosen target([unit id]) from choosen party([enemy/player]) will get number of damage([value])
  19. invincible [enemy/player] [unit id] [empty parameters] - choosen target([unit id]) from choosen party([enemy/player]) will be invincible(put any numbers on the empty parameters, does not work usually)
  20. givecard [int] [int] - unknown commands, tested and nothing changed
  21. booklevel [string] [int] [int] - no longer used
  22. recoverHp [enemy/player] [unit id] [value] - heal choosen target ([unit id]) from choosen party([enemy/player]) by([value]) number
  23. getallitem - Gain max number of useable every pages and card (do not use this while having NoLimits mod installed)
  24.  
  25.  
  26. -Unit ids starts from 0 and id of the lowest unit on the arena will 0
  27. -You can find invitation id in StageInfo
  28. -You can find abnormality card id in EmotionCard_ files
  29. -Sephira names: Malkuth,Yesod,Hod,Netzach,Tiphereth,Gebura,Chesed,Hokma,Binah,Keter
  30. -Names of the effects: Quickness,SingingMachine,Shock,Blurry,Vulnerable,Weak,Stun,Endurance,Regeneration,Bleeding,Burn,RedShoes,OldLady,Disarm,Paralysis,SnowQueenPower,Strength,Protection,Binding,CurrentCandy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement