Thurler

Touhou Labyrinth 2 Base Disk Spell Extra Effects

Feb 14th, 2021 (edited)
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. Special effects for base game's spells. This information complements Ethan's old pastebin with information about effects outside of a spell's information dump (you can find Ethan's pastebin here: https://pastebin.com/raw/anfihg0A). These effects are indexed in a table containing animation and special effect routines for every spell in the game.
  2.  
  3. > Umbrella Spin
  4. Sets ATB of every enemy except caster to 10000
  5.  
  6. > Detonation
  7. Deals fixed damage equal to caster's remaining HP
  8. Sets caster's HP to 1
  9.  
  10. > Regeneration
  11. Heals a fixed amount equal to (SLv)% of caster's max HP
  12.  
  13. > Curse Reversal
  14. For each status with a debuff, replace it with a buff twice as strong as the debuff
  15. e.g.: -30% SPD becomes 60% SPD
  16.  
  17. > Resurrection
  18. Sets caster's HP equal to (SLv)% of their max HP
  19. Usually called from outside of caster's AI script
  20.  
  21. > Divine Exile
  22. Heals a fixed amount equal to 50% of caster's max HP
  23.  
  24. > Magic Drain
  25. Halves target's current MP (rounds down)
  26.  
  27. > Black Universe
  28. Sets target's HP to 1
  29.  
  30. > Half Moon Slash
  31. Halves all frontliners' current HP (rounds down)
  32.  
  33. > Blood Drain
  34. Halves target's current HP (rounds down)
  35. Buffs all of target's stats by 40%
  36.  
  37. > Blood Drain (plus disk version used by Shadow Remilia)
  38. Halves target's current HP (rounds down)
  39. Buffs all of target's stats by 50%
  40.  
  41. > Terror Eater
  42. Instantly kills any frontliner afflicted by TRR
  43.  
  44. > Graces of Tama no Oya no Mikoto
  45. Heals a fixed amount equal to 50% of caster's max HP
  46.  
  47. > Destroy Magic
  48. Sets target's MP to 0
  49.  
  50. > Oracle of Sacred Mirror Dedication
  51. Heals a fixed amount equal to (SLv)% of caster's max HP
  52.  
  53. > Oracle of Eternal Heaven and Earth
  54. Removes all debuffs and ailments from all enemies
  55.  
  56. > Second Coming of the Divine Sword
  57. Ressurect Murakumo at full HP
  58.  
  59. > World-Devouring Calamity
  60. Sets all 12 player characters' MP to 0
  61.  
  62. > World-Devouring Destruction
  63. Sets all 12 player characters' HP to 0
  64.  
  65. > Graces of Fruits of Darkness
  66. Sets ATB of every enemy except caster to 10000
  67. Sets caster's HP to 1
  68.  
  69. > Protecting Light from the Heavens
  70. Swaps buffs and debuffs with a frontliner for 1 turn
  71.  
  72. > Private Square
  73. Applies PAR(8000) to all frontliners
  74.  
  75. > Healing Power
  76. Heals a fixed amount equal to (SLv)% of caster's max HP
  77.  
  78. > Scythe of Calamity
  79. Reduces target's max HP by damage dealt (leaves at least 1 max HP)
  80.  
  81. > Greatsword of Calamity
  82. Reduces target's max HP by damage dealt (leaves at least 1 max HP)
  83.  
  84. > Great Catastrophe
  85. Sets all frontliners' MP to 0
  86.  
  87. > Great Destruction
  88. Sets all frontliners' HP to 0
  89.  
  90. > Time-Space Warp
  91. Randomizes the frontline
  92.  
  93. > Shredder
  94. Removes all buffs and EX buffs from the frontliners
  95. EX buffs meaning things like Overheat or Fighting Spirit
  96.  
  97. > Gravity Accel
  98. Actually buffs SPD based on SLv, not a flat 100%
Add Comment
Please, Sign In to add comment