Skip to content

Instantly share code, notes, and snippets.

@aEnigmatic
Created May 17, 2018 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aEnigmatic/071d61eb20b0e05cb94da2771bc49482 to your computer and use it in GitHub Desktop.
Save aEnigmatic/071d61eb20b0e05cb94da2771bc49482 to your computer and use it in GitHub Desktop.
Chamber of Arms - 3 - Alhena - Hard - GL
##
# Mission 'Chamber of Arms - The Mage of Sin and Taboos' (8980106)
# Enemy has first strike!
# BattleScript: 898010601
##
##
# Monster Info
##
#
# Monster Alhena (405091001)
# Race Human, Reaper
# Level 99
# Actions 9-9
#
#
# Stats
# HP 4000000
# MP 4000
# ATK 700
# DEF 170
# MAG 700
# SPR 120
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 0%
# Ice 0%
# Lightning 0%
# Water 0%
# Wind 0%
# Earth 0%
# Light 0%
# Dark 0%
# Non-Elemental 0%
#
#
# Status resist (+10% / application)
# Poison 100%
# Blind 100%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 100%
# MAG 0%
# SPR 100%
# Stop 100%
# Charm 0%
# Berserk? 0%
#
#
# Immunity
# Death +
# Gravity +
# Unknown (7) +
#
###
###
# Skills
###
#
# It is conjuring powerful magic (174410) [None]
#
# Reduce magic damage taken by 50% to caster for one turn
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Blazing Warhead (174430) [Physical]
#
# Physical fire damage (5x, ATK) to one enemy
# Reduce resistance to Fire by 50% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Torrential Warhead (174450) [Physical]
#
# Physical wind damage (5x, ATK) to one enemy
# Reduce resistance to Wind by 50% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Carnage Flare (174470) [Magic]
#
# Magic fire damage (6x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Tornado Cross (174490) [Magic]
#
# Magic wind damage (6x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Magic Fists (174510) [Hybrid]
#
# Hybrid damage (5x, ATK & MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eye of Light (174520) [None]
#
# Inflict Blind and Paralyze (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Magnum Opus (174540) [Magic]
#
# Magic damage (10x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# It's melted together with magic power (174550) [None]
#
# Reduce physical damage taken by 100% to caster for one turn
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Luminous Ring (174560) [None]
#
# Inflict Stop (100%) for 3 turns on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# The hole in the space is opening (174570) [None]
#
# Increase DEF and SPR by 100% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Black Hole (174580) [Magic]
#
# Magic damage (10x) as MP drain (1000%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Flames of Anger (174590) [Magic]
#
# Magic fire damage (7x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Storm of Resentment (174600) [Magic]
#
# Magic wind damage (7x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Its resistance to fire and wind have been taken away (174610) [None]
#
# Reduce resistance to Fire and Wind by 100% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Arsmagna (174620) [Magic]
#
# Magic damage (13x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
end_turn()
else:
attack('random')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment