Skip to content

Instantly share code, notes, and snippets.

@aEnigmatic
Created October 4, 2018 16:29
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/12c84d890bc7be7ab2c76ba04adcec3f to your computer and use it in GitHub Desktop.
Save aEnigmatic/12c84d890bc7be7ab2c76ba04adcec3f to your computer and use it in GitHub Desktop.
Calcabrina - The Mad Doll - ELT
##
# Mission 'The Mad Doll - ELT' (8995603)
##
##
# Monster Info
##
#
# Monster Calca (104151005)
# Race Demon, Fairy
# Level 99
# Actions 4-4
#
#
# Stats
# HP 10000000
# MP 100000
# ATK 1100
# DEF 2000
# MAG 700
# SPR 150
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 70%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100031) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193701) to the attacker (max 1 / turn)
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100032) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193702) to the attacker (max 1 / turn)
#
##
###
# Skills
###
#
# Cursed Dance (193520) [None]
#
# Inflict Silence, Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Kya ho ho! (193530) [None]
#
# Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Bite (193540) [Physical]
#
# Physical damage (9x, ATK) to one enemy
# Reduce DEF by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Spinning (193550) [Magic]
#
# Magic damage (9x, MAG) to one enemy
# Reduce SPR by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Combination (193560) [None]
#
# Summon ally #8 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193701) [Physical]
#
# Physical damage (20x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193702) [Magic]
#
# Magic damage (20x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
green = 0
elif isTurnMod(4) and green == 2:
useSkill(2, 'random') # Kya ho ho! (193530): Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
apple = True # reset next turn
elif green == 2:
attack('random')
apple = True # reset next turn
elif random() <= 0.50 and isTurnMod(2) and berry == False:
useSkill(1, 'random') # Cursed Dance (193520): Inflict Silence, Paralyze and Petrify (100%) on one enemy
white += 1
green += 1
berry = True # reset next turn
elif random() <= 0.50 and peach == False:
useSkill(3, 'random') # Bite (193540): Physical damage (9x, ATK) to one enemy, Reduce DEF by 25% for 2 turns to one enemy
white += 1
green += 1
peach = True # reset next turn
elif olive == False:
useSkill(6, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
white += 1
green += 1
olive = True # reset next turn
else:
useSkill(4, 'random') # Spinning (193550): Magic damage (9x, MAG) to one enemy, Reduce SPR by 25% for 2 turns to one enemy
white += 1
green += 1
##
# Monster Info
##
#
# Monster Calca (104152005)
# Race Demon, Fairy
# Level 99
# Actions 4-4
#
#
# Stats
# HP 10000000
# MP 100000
# ATK 1100
# DEF 2000
# MAG 700
# SPR 150
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 70%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100031) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193701) to the attacker (max 1 / turn)
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100032) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193702) to the attacker (max 1 / turn)
#
##
###
# Skills
###
#
# Cursed Dance (193520) [None]
#
# Inflict Silence, Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Kya ho ho! (193530) [None]
#
# Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Bite (193540) [Physical]
#
# Physical damage (9x, ATK) to one enemy
# Reduce DEF by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Spinning (193550) [Magic]
#
# Magic damage (9x, MAG) to one enemy
# Reduce SPR by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Combination (193560) [None]
#
# Summon ally #8 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193701) [Physical]
#
# Physical damage (20x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193702) [Magic]
#
# Magic damage (20x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
green = 0
elif isTurnMod(4) and green == 2:
useSkill(2, 'random') # Kya ho ho! (193530): Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
apple = True # reset next turn
elif green == 2:
attack('random')
apple = True # reset next turn
elif random() <= 0.50 and isTurnMod(2) and berry == False:
useSkill(1, 'random') # Cursed Dance (193520): Inflict Silence, Paralyze and Petrify (100%) on one enemy
white += 1
green += 1
berry = True # reset next turn
elif random() <= 0.50 and peach == False:
useSkill(3, 'random') # Bite (193540): Physical damage (9x, ATK) to one enemy, Reduce DEF by 25% for 2 turns to one enemy
white += 1
green += 1
peach = True # reset next turn
elif olive == False:
useSkill(6, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
white += 1
green += 1
olive = True # reset next turn
else:
useSkill(4, 'random') # Spinning (193550): Magic damage (9x, MAG) to one enemy, Reduce SPR by 25% for 2 turns to one enemy
white += 1
green += 1
##
# Monster Info
##
#
# Monster Calca (104153005)
# Race Demon, Fairy
# Level 99
# Actions 4-4
#
#
# Stats
# HP 10000000
# MP 100000
# ATK 1100
# DEF 2000
# MAG 700
# SPR 150
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 70%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100031) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193701) to the attacker (max 1 / turn)
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100032) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193702) to the attacker (max 1 / turn)
#
##
###
# Skills
###
#
# Cursed Dance (193520) [None]
#
# Inflict Silence, Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Kya ho ho! (193530) [None]
#
# Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Bite (193540) [Physical]
#
# Physical damage (9x, ATK) to one enemy
# Reduce DEF by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Spinning (193550) [Magic]
#
# Magic damage (9x, MAG) to one enemy
# Reduce SPR by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Combination (193560) [None]
#
# Summon ally #8 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193701) [Physical]
#
# Physical damage (20x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193702) [Magic]
#
# Magic damage (20x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
green = 0
elif isTurnMod(4) and green == 2:
useSkill(2, 'random') # Kya ho ho! (193530): Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
apple = True # reset next turn
elif green == 2:
attack('random')
apple = True # reset next turn
elif random() <= 0.50 and isTurnMod(2) and berry == False:
useSkill(1, 'random') # Cursed Dance (193520): Inflict Silence, Paralyze and Petrify (100%) on one enemy
white += 1
green += 1
berry = True # reset next turn
elif random() <= 0.50 and peach == False:
useSkill(3, 'random') # Bite (193540): Physical damage (9x, ATK) to one enemy, Reduce DEF by 25% for 2 turns to one enemy
white += 1
green += 1
peach = True # reset next turn
elif olive == False:
useSkill(6, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
white += 1
green += 1
olive = True # reset next turn
else:
useSkill(4, 'random') # Spinning (193550): Magic damage (9x, MAG) to one enemy, Reduce SPR by 25% for 2 turns to one enemy
white += 1
green += 1
##
# Monster Info
##
#
# Monster Brina (104161005)
# Race Demon, Fairy
# Level 99
# Actions 4-4
#
#
# Stats
# HP 10000000
# MP 100000
# ATK 700
# DEF 2000
# MAG 1100
# SPR 150
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 70%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100031) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193701) to the attacker (max 1 / turn)
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100032) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193702) to the attacker (max 1 / turn)
#
##
###
# Skills
###
#
# Cursed Dance (193520) [None]
#
# Inflict Silence, Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Kya ho ho! (193530) [None]
#
# Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Bite (193540) [Physical]
#
# Physical damage (9x, ATK) to one enemy
# Reduce DEF by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Spinning (193550) [Magic]
#
# Magic damage (9x, MAG) to one enemy
# Reduce SPR by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Combination (193560) [None]
#
# Summon ally #8 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193701) [Physical]
#
# Physical damage (20x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193702) [Magic]
#
# Magic damage (20x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
green = 0
elif isTurnMod(4) and green == 2:
useSkill(2, 'random') # Kya ho ho! (193530): Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
apple = True # reset next turn
elif green == 2:
attack('random')
apple = True # reset next turn
elif random() <= 0.50 and isTurnMod(2) and berry == False:
useSkill(1, 'random') # Cursed Dance (193520): Inflict Silence, Paralyze and Petrify (100%) on one enemy
white += 1
green += 1
berry = True # reset next turn
elif random() <= 0.50 and peach == False:
useSkill(3, 'random') # Bite (193540): Physical damage (9x, ATK) to one enemy, Reduce DEF by 25% for 2 turns to one enemy
white += 1
green += 1
peach = True # reset next turn
elif olive == False:
useSkill(6, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
white += 1
green += 1
olive = True # reset next turn
else:
useSkill(4, 'random') # Spinning (193550): Magic damage (9x, MAG) to one enemy, Reduce SPR by 25% for 2 turns to one enemy
white += 1
green += 1
##
# Monster Info
##
#
# Monster Brina (104162005)
# Race Demon, Fairy
# Level 99
# Actions 4-4
#
#
# Stats
# HP 10000000
# MP 100000
# ATK 700
# DEF 2000
# MAG 1100
# SPR 150
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 70%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100031) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193701) to the attacker (max 1 / turn)
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100032) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193702) to the attacker (max 1 / turn)
#
##
###
# Skills
###
#
# Cursed Dance (193520) [None]
#
# Inflict Silence, Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Kya ho ho! (193530) [None]
#
# Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Bite (193540) [Physical]
#
# Physical damage (9x, ATK) to one enemy
# Reduce DEF by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Spinning (193550) [Magic]
#
# Magic damage (9x, MAG) to one enemy
# Reduce SPR by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Combination (193560) [None]
#
# Summon ally #8 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193701) [Physical]
#
# Physical damage (20x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193702) [Magic]
#
# Magic damage (20x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
green = 0
elif isTurnMod(4) and green == 2:
useSkill(2, 'random') # Kya ho ho! (193530): Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
apple = True # reset next turn
elif green == 2:
attack('random')
apple = True # reset next turn
elif random() <= 0.50 and isTurnMod(2) and berry == False:
useSkill(1, 'random') # Cursed Dance (193520): Inflict Silence, Paralyze and Petrify (100%) on one enemy
white += 1
green += 1
berry = True # reset next turn
elif random() <= 0.50 and peach == False:
useSkill(3, 'random') # Bite (193540): Physical damage (9x, ATK) to one enemy, Reduce DEF by 25% for 2 turns to one enemy
white += 1
green += 1
peach = True # reset next turn
elif olive == False:
useSkill(6, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
white += 1
green += 1
olive = True # reset next turn
else:
useSkill(4, 'random') # Spinning (193550): Magic damage (9x, MAG) to one enemy, Reduce SPR by 25% for 2 turns to one enemy
white += 1
green += 1
##
# Monster Info
##
#
# Monster Brina (104163005)
# Race Demon, Fairy
# Level 99
# Actions 4-4
#
#
# Stats
# HP 10000000
# MP 100000
# ATK 700
# DEF 2000
# MAG 1100
# SPR 150
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 70%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100031) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193701) to the attacker (max 1 / turn)
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100032) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193702) to the attacker (max 1 / turn)
#
##
###
# Skills
###
#
# Cursed Dance (193520) [None]
#
# Inflict Silence, Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Kya ho ho! (193530) [None]
#
# Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Bite (193540) [Physical]
#
# Physical damage (9x, ATK) to one enemy
# Reduce DEF by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Spinning (193550) [Magic]
#
# Magic damage (9x, MAG) to one enemy
# Reduce SPR by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Combination (193560) [None]
#
# Summon ally #8 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193701) [Physical]
#
# Physical damage (20x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193702) [Magic]
#
# Magic damage (20x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
green = 0
elif isTurnMod(4) and green == 2:
useSkill(2, 'random') # Kya ho ho! (193530): Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
apple = True # reset next turn
elif green == 2:
attack('random')
apple = True # reset next turn
elif random() <= 0.50 and isTurnMod(2) and berry == False:
useSkill(1, 'random') # Cursed Dance (193520): Inflict Silence, Paralyze and Petrify (100%) on one enemy
white += 1
green += 1
berry = True # reset next turn
elif random() <= 0.50 and peach == False:
useSkill(3, 'random') # Bite (193540): Physical damage (9x, ATK) to one enemy, Reduce DEF by 25% for 2 turns to one enemy
white += 1
green += 1
peach = True # reset next turn
elif olive == False:
useSkill(6, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
white += 1
green += 1
olive = True # reset next turn
else:
useSkill(4, 'random') # Spinning (193550): Magic damage (9x, MAG) to one enemy, Reduce SPR by 25% for 2 turns to one enemy
white += 1
green += 1
##
# Monster Info
##
#
# Monster Calcabrina (404031002)
# Race Demon, Fairy
# Level 99
# Actions 8-8
#
#
# Stats
# HP 26000000
# MP 100000
# ATK 1000
# DEF 100
# MAG 600
# SPR 2000
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 100%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100026) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193420) to the attacker
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100027) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193430) to the attacker
#
##
#
# 全ステ30% (100030) [Passive]
#
# Increase ATK, DEF, MAG and SPR by 30%
#
##
###
# Skills
###
#
# Hold (193310) [None]
#
# Inflict Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Glare (193320) [None]
#
# Inflict Poison and Confusion (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Blaze (193330) [Magic]
#
# Magic fire damage (7x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Tsunami (193340) [Magic]
#
# Magic water damage (7x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Thunder Clap (193350) [Magic]
#
# Magic lightning damage (7x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Inferno (193360) [Magic]
#
# Magic fire damage (11x, MAG) to all enemies
# Reduce resistance to Fire by 50% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Great Tsunami (193370) [Magic]
#
# Magic water damage (11x, MAG) to all enemies
# Reduce resistance to Water by 50% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Great Lightning (193380) [Magic]
#
# Magic lightning damage (11x, MAG) to all enemies
# Reduce resistance to Lightning by 50% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Frightening Touch (193390) [Magic]
#
# Magic damage (10x, MAG) to all enemies
# Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies
# Magic damage (0.1x) as MP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Palm Crush (193400) [Physical]
#
# Physical damage (5x, ATK) to one enemy
# Reduce DEF and SPR by 50% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193420) [Physical]
#
# Physical damage (5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193430) [Magic]
#
# Magic damage (5x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Pressure (193440) [None]
#
# 99% HP damage to all enemies
# Unused parameters: [99,100]
# Reduce ATK, DEF, MAG and SPR by 50% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mitosis (193450) [None]
#
# Summon ally #2 (100%)
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mitosis (193460) [None]
#
# Summon ally #3 (100%)
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mitosis (193470) [None]
#
# Summon ally #4 (100%)
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mitosis (193480) [None]
#
# Summon ally #5 (100%)
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mitosis (193490) [None]
#
# Summon ally #6 (100%)
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mitosis (193500) [None]
#
# Summon ally #7 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# It curled up. (193510) [None]
#
# Increase DEF and SPR by 200% for 2 turns to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
elif self.HP < 0.2 and once():
useSkill(15, 'random') # Mitosis (193450): Summon ally #2 (100%)
elif self.HP < 0.2 and once():
useSkill(16, 'random') # Mitosis (193460): Summon ally #3 (100%)
elif self.HP < 0.2 and once():
useSkill(17, 'random') # Mitosis (193470): Summon ally #4 (100%)
elif self.HP < 0.2 and once():
useSkill(18, 'random') # Mitosis (193480): Summon ally #5 (100%)
elif self.HP < 0.2 and once():
useSkill(19, 'random') # Mitosis (193490): Summon ally #6 (100%)
elif self.HP < 0.2 and once():
useSkill(20, 'random') # Mitosis (193500): Summon ally #7 (100%), Instant KO (100%) to caster
apple = True # reset next turn
elif self.HP < 0.8 and once():
useSkill(14, 'random') # Pressure (193440): 99% HP damage to all enemies, Reduce ATK, DEF, MAG and SPR by 50% for 3 turns to all enemies
berry = True # reset next turn
elif self.HP < 0.6 and once():
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
berry = True # reset next turn
elif self.HP < 0.3 and once():
useSkill(14, 'random') # Pressure (193440): 99% HP damage to all enemies, Reduce ATK, DEF, MAG and SPR by 50% for 3 turns to all enemies
elif self.HP < 0.3 and once():
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
berry = True # reset next turn
elif berry == True:
useSkill(21, 'random') # It curled up. (193510): Increase DEF and SPR by 200% for 2 turns to one ally
apple = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('ice', 'phys') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('ice', 'mag') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('aero', 'phys') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('aero', 'mag') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('quake', 'phys') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('quake', 'mag') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('light', 'phys') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('light', 'mag') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('dark', 'phys') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('dark', 'mag') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('fire', 'phys') and peach == False:
useSkill(6, 'random') # Inferno (193360): Magic fire damage (11x, MAG) to all enemies, Reduce resistance to Fire by 50% for 3 turns to all enemies
peach = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('fire', 'mag') and peach == False:
useSkill(6, 'random') # Inferno (193360): Magic fire damage (11x, MAG) to all enemies, Reduce resistance to Fire by 50% for 3 turns to all enemies
peach = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('water', 'phys') and olive == False:
useSkill(7, 'random') # Great Tsunami (193370): Magic water damage (11x, MAG) to all enemies, Reduce resistance to Water by 50% for 3 turns to all enemies
olive = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('water', 'mag') and olive == False:
useSkill(7, 'random') # Great Tsunami (193370): Magic water damage (11x, MAG) to all enemies, Reduce resistance to Water by 50% for 3 turns to all enemies
olive = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('thunder', 'phys') and mango == False:
useSkill(8, 'random') # Great Lightning (193380): Magic lightning damage (11x, MAG) to all enemies, Reduce resistance to Lightning by 50% for 3 turns to all enemies
mango = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('thunder', 'mag') and mango == False:
useSkill(8, 'random') # Great Lightning (193380): Magic lightning damage (11x, MAG) to all enemies, Reduce resistance to Lightning by 50% for 3 turns to all enemies
mango = True # reset next turn
elif isTurnMod(5) and var_63 == False:
useSkill(14, 'random') # Pressure (193440): 99% HP damage to all enemies, Reduce ATK, DEF, MAG and SPR by 50% for 3 turns to all enemies
var_63 = 1
elif self.HP > 0.8 and var_61 == False:
useSkill(10, 'random') # Palm Crush (193400): Physical damage (5x, ATK) to one enemy, Reduce DEF and SPR by 50% for 3 turns to one enemy
var_61 = 1
elif self.HP < 0.8 and guava == False:
useSkill(10, 'random') # Palm Crush (193400): Physical damage (5x, ATK) to one enemy, Reduce DEF and SPR by 50% for 3 turns to one enemy
guava = True # reset next turn
elif self.HP < 0.6 and gourd == False:
useSkill(10, 'random') # Palm Crush (193400): Physical damage (5x, ATK) to one enemy, Reduce DEF and SPR by 50% for 3 turns to one enemy
gourd = True # reset next turn
elif peach == False:
useSkill(3, 'random') # Blaze (193330): Magic fire damage (7x, MAG) to all enemies
peach = True # reset next turn
elif olive == False:
useSkill(4, 'random') # Tsunami (193340): Magic water damage (7x, MAG) to all enemies
olive = True # reset next turn
elif mango == False:
useSkill(5, 'random') # Thunder Clap (193350): Magic lightning damage (7x, MAG) to all enemies
mango = True # reset next turn
elif random() <= 0.50 and var_62 == False:
useSkill(1, 'random') # Hold (193310): Inflict Paralyze and Petrify (100%) on one enemy
var_62 = 1
elif var_62 == False:
useSkill(2, 'random') # Glare (193320): Inflict Poison and Confusion (100%) on one enemy
var_62 = 1
elif isTurnMod(4) and melon == False:
useSkill(21, 'random') # It curled up. (193510): Increase DEF and SPR by 200% for 2 turns to one ally
melon = True # reset next turn
elif random() <= 0.30:
useSkill(11, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
elif random() <= 0.30:
useSkill(10, 'random') # Palm Crush (193400): Physical damage (5x, ATK) to one enemy, Reduce DEF and SPR by 50% for 3 turns to one enemy
else:
attack('random')
##
# Monster Info
##
#
# Monster Calca (104151002)
# Race Demon, Fairy
# Level 99
# Actions 4-4
#
#
# Stats
# HP 10000000
# MP 100000
# ATK 1100
# DEF 2000
# MAG 700
# SPR 150
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 70%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100031) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193701) to the attacker (max 1 / turn)
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100032) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193702) to the attacker (max 1 / turn)
#
##
###
# Skills
###
#
# Cursed Dance (193520) [None]
#
# Inflict Silence, Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Kya ho ho! (193530) [None]
#
# Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Bite (193540) [Physical]
#
# Physical damage (9x, ATK) to one enemy
# Reduce DEF by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Spinning (193550) [Magic]
#
# Magic damage (9x, MAG) to one enemy
# Reduce SPR by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Combination (193560) [None]
#
# Summon ally #8 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193701) [Physical]
#
# Physical damage (20x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193702) [Magic]
#
# Magic damage (20x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
green = 0
elif once():
endTurn()
elif isTurnMod(4) and green == 2:
useSkill(2, 'random') # Kya ho ho! (193530): Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
apple = True # reset next turn
elif green == 2:
attack('random')
apple = True # reset next turn
elif white == 8 and once():
useSkill(5, 'random') # Combination (193560): Summon ally #8 (100%), Instant KO (100%) to caster
apple = True # reset next turn
elif random() <= 0.50 and isTurnMod(2) and berry == False:
useSkill(1, 'random') # Cursed Dance (193520): Inflict Silence, Paralyze and Petrify (100%) on one enemy
white += 1
green += 1
berry = True # reset next turn
elif random() <= 0.50 and peach == False:
useSkill(3, 'random') # Bite (193540): Physical damage (9x, ATK) to one enemy, Reduce DEF by 25% for 2 turns to one enemy
white += 1
green += 1
peach = True # reset next turn
elif olive == False:
useSkill(6, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
white += 1
green += 1
olive = True # reset next turn
else:
useSkill(4, 'random') # Spinning (193550): Magic damage (9x, MAG) to one enemy, Reduce SPR by 25% for 2 turns to one enemy
white += 1
green += 1
##
# Monster Info
##
#
# Monster Calca (104152002)
# Race Demon, Fairy
# Level 99
# Actions 4-4
#
#
# Stats
# HP 10000000
# MP 100000
# ATK 1100
# DEF 2000
# MAG 700
# SPR 150
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 70%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100031) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193701) to the attacker (max 1 / turn)
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100032) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193702) to the attacker (max 1 / turn)
#
##
###
# Skills
###
#
# Cursed Dance (193520) [None]
#
# Inflict Silence, Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Kya ho ho! (193530) [None]
#
# Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Bite (193540) [Physical]
#
# Physical damage (9x, ATK) to one enemy
# Reduce DEF by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Spinning (193550) [Magic]
#
# Magic damage (9x, MAG) to one enemy
# Reduce SPR by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Combination (193560) [None]
#
# Summon ally #8 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193701) [Physical]
#
# Physical damage (20x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193702) [Magic]
#
# Magic damage (20x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
green = 0
elif once():
endTurn()
elif isTurnMod(4) and green == 2:
useSkill(2, 'random') # Kya ho ho! (193530): Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
apple = True # reset next turn
elif green == 2:
attack('random')
apple = True # reset next turn
elif white == 8 and once():
useSkill(5, 'random') # Combination (193560): Summon ally #8 (100%), Instant KO (100%) to caster
apple = True # reset next turn
elif random() <= 0.50 and isTurnMod(2) and berry == False:
useSkill(1, 'random') # Cursed Dance (193520): Inflict Silence, Paralyze and Petrify (100%) on one enemy
white += 1
green += 1
berry = True # reset next turn
elif random() <= 0.50 and peach == False:
useSkill(3, 'random') # Bite (193540): Physical damage (9x, ATK) to one enemy, Reduce DEF by 25% for 2 turns to one enemy
white += 1
green += 1
peach = True # reset next turn
elif olive == False:
useSkill(6, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
white += 1
green += 1
olive = True # reset next turn
else:
useSkill(4, 'random') # Spinning (193550): Magic damage (9x, MAG) to one enemy, Reduce SPR by 25% for 2 turns to one enemy
white += 1
green += 1
##
# Monster Info
##
#
# Monster Calca (104153002)
# Race Demon, Fairy
# Level 99
# Actions 4-4
#
#
# Stats
# HP 10000000
# MP 100000
# ATK 1100
# DEF 2000
# MAG 700
# SPR 150
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 70%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100031) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193701) to the attacker (max 1 / turn)
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100032) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193702) to the attacker (max 1 / turn)
#
##
###
# Skills
###
#
# Cursed Dance (193520) [None]
#
# Inflict Silence, Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Kya ho ho! (193530) [None]
#
# Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Bite (193540) [Physical]
#
# Physical damage (9x, ATK) to one enemy
# Reduce DEF by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Spinning (193550) [Magic]
#
# Magic damage (9x, MAG) to one enemy
# Reduce SPR by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Combination (193560) [None]
#
# Summon ally #8 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193701) [Physical]
#
# Physical damage (20x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193702) [Magic]
#
# Magic damage (20x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
green = 0
elif once():
endTurn()
elif isTurnMod(4) and green == 2:
useSkill(2, 'random') # Kya ho ho! (193530): Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
apple = True # reset next turn
elif green == 2:
attack('random')
apple = True # reset next turn
elif white == 8 and once():
useSkill(5, 'random') # Combination (193560): Summon ally #8 (100%), Instant KO (100%) to caster
apple = True # reset next turn
elif random() <= 0.50 and isTurnMod(2) and berry == False:
useSkill(1, 'random') # Cursed Dance (193520): Inflict Silence, Paralyze and Petrify (100%) on one enemy
white += 1
green += 1
berry = True # reset next turn
elif random() <= 0.50 and peach == False:
useSkill(3, 'random') # Bite (193540): Physical damage (9x, ATK) to one enemy, Reduce DEF by 25% for 2 turns to one enemy
white += 1
green += 1
peach = True # reset next turn
elif olive == False:
useSkill(6, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
white += 1
green += 1
olive = True # reset next turn
else:
useSkill(4, 'random') # Spinning (193550): Magic damage (9x, MAG) to one enemy, Reduce SPR by 25% for 2 turns to one enemy
white += 1
green += 1
##
# Monster Info
##
#
# Monster Brina (104161002)
# Race Demon, Fairy
# Level 99
# Actions 4-4
#
#
# Stats
# HP 10000000
# MP 100000
# ATK 700
# DEF 2000
# MAG 1100
# SPR 150
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 70%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100031) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193701) to the attacker (max 1 / turn)
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100032) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193702) to the attacker (max 1 / turn)
#
##
###
# Skills
###
#
# Cursed Dance (193520) [None]
#
# Inflict Silence, Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Kya ho ho! (193530) [None]
#
# Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Bite (193540) [Physical]
#
# Physical damage (9x, ATK) to one enemy
# Reduce DEF by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Spinning (193550) [Magic]
#
# Magic damage (9x, MAG) to one enemy
# Reduce SPR by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Combination (193560) [None]
#
# Summon ally #8 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193701) [Physical]
#
# Physical damage (20x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193702) [Magic]
#
# Magic damage (20x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
green = 0
elif once():
endTurn()
elif isTurnMod(4) and green == 2:
useSkill(2, 'random') # Kya ho ho! (193530): Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
apple = True # reset next turn
elif green == 2:
attack('random')
apple = True # reset next turn
elif white == 8 and once():
useSkill(5, 'random') # Combination (193560): Summon ally #8 (100%), Instant KO (100%) to caster
apple = True # reset next turn
elif random() <= 0.50 and isTurnMod(2) and berry == False:
useSkill(1, 'random') # Cursed Dance (193520): Inflict Silence, Paralyze and Petrify (100%) on one enemy
white += 1
green += 1
berry = True # reset next turn
elif random() <= 0.50 and peach == False:
useSkill(3, 'random') # Bite (193540): Physical damage (9x, ATK) to one enemy, Reduce DEF by 25% for 2 turns to one enemy
white += 1
green += 1
peach = True # reset next turn
elif olive == False:
useSkill(6, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
white += 1
green += 1
olive = True # reset next turn
else:
useSkill(4, 'random') # Spinning (193550): Magic damage (9x, MAG) to one enemy, Reduce SPR by 25% for 2 turns to one enemy
white += 1
green += 1
##
# Monster Info
##
#
# Monster Brina (104162002)
# Race Demon, Fairy
# Level 99
# Actions 4-4
#
#
# Stats
# HP 10000000
# MP 100000
# ATK 700
# DEF 2000
# MAG 1100
# SPR 150
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 70%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100031) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193701) to the attacker (max 1 / turn)
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100032) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193702) to the attacker (max 1 / turn)
#
##
###
# Skills
###
#
# Cursed Dance (193520) [None]
#
# Inflict Silence, Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Kya ho ho! (193530) [None]
#
# Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Bite (193540) [Physical]
#
# Physical damage (9x, ATK) to one enemy
# Reduce DEF by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Spinning (193550) [Magic]
#
# Magic damage (9x, MAG) to one enemy
# Reduce SPR by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Combination (193560) [None]
#
# Summon ally #8 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193701) [Physical]
#
# Physical damage (20x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193702) [Magic]
#
# Magic damage (20x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
green = 0
elif once():
endTurn()
elif isTurnMod(4) and green == 2:
useSkill(2, 'random') # Kya ho ho! (193530): Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
apple = True # reset next turn
elif green == 2:
attack('random')
apple = True # reset next turn
elif white == 8 and once():
useSkill(5, 'random') # Combination (193560): Summon ally #8 (100%), Instant KO (100%) to caster
apple = True # reset next turn
elif random() <= 0.50 and isTurnMod(2) and berry == False:
useSkill(1, 'random') # Cursed Dance (193520): Inflict Silence, Paralyze and Petrify (100%) on one enemy
white += 1
green += 1
berry = True # reset next turn
elif random() <= 0.50 and peach == False:
useSkill(3, 'random') # Bite (193540): Physical damage (9x, ATK) to one enemy, Reduce DEF by 25% for 2 turns to one enemy
white += 1
green += 1
peach = True # reset next turn
elif olive == False:
useSkill(6, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
white += 1
green += 1
olive = True # reset next turn
else:
useSkill(4, 'random') # Spinning (193550): Magic damage (9x, MAG) to one enemy, Reduce SPR by 25% for 2 turns to one enemy
white += 1
green += 1
##
# Monster Info
##
#
# Monster Brina (104163002)
# Race Demon, Fairy
# Level 99
# Actions 4-4
#
#
# Stats
# HP 10000000
# MP 100000
# ATK 700
# DEF 2000
# MAG 1100
# SPR 150
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 70%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100031) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193701) to the attacker (max 1 / turn)
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100032) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193702) to the attacker (max 1 / turn)
#
##
###
# Skills
###
#
# Cursed Dance (193520) [None]
#
# Inflict Silence, Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Kya ho ho! (193530) [None]
#
# Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Bite (193540) [Physical]
#
# Physical damage (9x, ATK) to one enemy
# Reduce DEF by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Spinning (193550) [Magic]
#
# Magic damage (9x, MAG) to one enemy
# Reduce SPR by 25% for 2 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Combination (193560) [None]
#
# Summon ally #8 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193701) [Physical]
#
# Physical damage (20x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193702) [Magic]
#
# Magic damage (20x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
green = 0
elif once():
endTurn()
elif isTurnMod(4) and green == 2:
useSkill(2, 'random') # Kya ho ho! (193530): Increase ATK, DEF, MAG and SPR by 200% for one turn to one ally
apple = True # reset next turn
elif green == 2:
attack('random')
apple = True # reset next turn
elif white == 8 and once():
useSkill(5, 'random') # Combination (193560): Summon ally #8 (100%), Instant KO (100%) to caster
apple = True # reset next turn
elif random() <= 0.50 and isTurnMod(2) and berry == False:
useSkill(1, 'random') # Cursed Dance (193520): Inflict Silence, Paralyze and Petrify (100%) on one enemy
white += 1
green += 1
berry = True # reset next turn
elif random() <= 0.50 and peach == False:
useSkill(3, 'random') # Bite (193540): Physical damage (9x, ATK) to one enemy, Reduce DEF by 25% for 2 turns to one enemy
white += 1
green += 1
peach = True # reset next turn
elif olive == False:
useSkill(6, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
white += 1
green += 1
olive = True # reset next turn
else:
useSkill(4, 'random') # Spinning (193550): Magic damage (9x, MAG) to one enemy, Reduce SPR by 25% for 2 turns to one enemy
white += 1
green += 1
##
# Monster Info
##
#
# Monster Calcabrina (404031005)
# Race Demon, Fairy
# Level 99
# Actions 8-8
#
#
# Stats
# HP 26000000
# MP 100000
# ATK 1000
# DEF 100
# MAG 600
# SPR 2000
#
#
# 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 50%
#
#
# Status resist (+100% / application)
# Poison 100%
# Blind 100%
# Sleep 100%
# Silence 100%
# Paralyze 100%
# Confusion 100%
# Disease 100%
# Petrify 100%
#
#
# Debuff resist
# ATK 0%
# DEF 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Passives
###
#
# 物理カウンター(こうげきはんしゃ強) (100026) [Passive]
#
# 100% chance to counter physical attacks with Reflect Attack (193420) to the attacker
#
##
#
# 魔法カウンター(まほうはんしゃ強) (100027) [Passive]
#
# 100% chance to counter magic attacks with Reflect Magic (193430) to the attacker
#
##
#
# 全ステ30% (100030) [Passive]
#
# Increase ATK, DEF, MAG and SPR by 30%
#
##
###
# Skills
###
#
# Hold (193310) [None]
#
# Inflict Paralyze and Petrify (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Glare (193320) [None]
#
# Inflict Poison and Confusion (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Blaze (193330) [Magic]
#
# Magic fire damage (7x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Tsunami (193340) [Magic]
#
# Magic water damage (7x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Thunder Clap (193350) [Magic]
#
# Magic lightning damage (7x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Inferno (193360) [Magic]
#
# Magic fire damage (11x, MAG) to all enemies
# Reduce resistance to Fire by 50% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Great Tsunami (193370) [Magic]
#
# Magic water damage (11x, MAG) to all enemies
# Reduce resistance to Water by 50% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Great Lightning (193380) [Magic]
#
# Magic lightning damage (11x, MAG) to all enemies
# Reduce resistance to Lightning by 50% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Frightening Touch (193390) [Magic]
#
# Magic damage (10x, MAG) to all enemies
# Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies
# Magic damage (0.1x) as MP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Palm Crush (193400) [Physical]
#
# Physical damage (5x, ATK) to one enemy
# Reduce DEF and SPR by 50% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Eerie Scream (193410) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Reduce ATK and MAG by 25% for 3 turns to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Attack (193420) [Physical]
#
# Physical damage (5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Reflect Magic (193430) [Magic]
#
# Magic damage (5x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Pressure (193440) [None]
#
# 99% HP damage to all enemies
# Unused parameters: [99,100]
# Reduce ATK, DEF, MAG and SPR by 50% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mitosis (193450) [None]
#
# Summon ally #2 (100%)
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mitosis (193460) [None]
#
# Summon ally #3 (100%)
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mitosis (193470) [None]
#
# Summon ally #4 (100%)
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mitosis (193480) [None]
#
# Summon ally #5 (100%)
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mitosis (193490) [None]
#
# Summon ally #6 (100%)
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mitosis (193500) [None]
#
# Summon ally #7 (100%)
# Instant KO (100%) to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# It curled up. (193510) [None]
#
# Increase DEF and SPR by 200% for 2 turns to one ally
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
elif once():
endTurn()
elif self.HP < 0.8 and once():
useSkill(14, 'random') # Pressure (193440): 99% HP damage to all enemies, Reduce ATK, DEF, MAG and SPR by 50% for 3 turns to all enemies
berry = True # reset next turn
elif self.HP < 0.6 and once():
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
berry = True # reset next turn
elif self.HP < 0.3 and once():
useSkill(14, 'random') # Pressure (193440): 99% HP damage to all enemies, Reduce ATK, DEF, MAG and SPR by 50% for 3 turns to all enemies
elif self.HP < 0.3 and once():
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
berry = True # reset next turn
elif berry == True:
useSkill(21, 'random') # It curled up. (193510): Increase DEF and SPR by 200% for 2 turns to one ally
apple = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('ice', 'phys') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('ice', 'mag') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('aero', 'phys') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('aero', 'mag') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('quake', 'phys') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('quake', 'mag') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('light', 'phys') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('light', 'mag') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('dark', 'phys') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('dark', 'mag') and lemon == False:
useSkill(9, 'random') # Frightening Touch (193390): Magic damage (10x, MAG) to all enemies, Reduce resistance to Fire, Lightning and Water by 50% for 3 turns to all enemies, Magic damage (0.1x) as MP drain (10%) to all enemies
lemon = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('fire', 'phys') and peach == False:
useSkill(6, 'random') # Inferno (193360): Magic fire damage (11x, MAG) to all enemies, Reduce resistance to Fire by 50% for 3 turns to all enemies
peach = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('fire', 'mag') and peach == False:
useSkill(6, 'random') # Inferno (193360): Magic fire damage (11x, MAG) to all enemies, Reduce resistance to Fire by 50% for 3 turns to all enemies
peach = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('water', 'phys') and olive == False:
useSkill(7, 'random') # Great Tsunami (193370): Magic water damage (11x, MAG) to all enemies, Reduce resistance to Water by 50% for 3 turns to all enemies
olive = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('water', 'mag') and olive == False:
useSkill(7, 'random') # Great Tsunami (193370): Magic water damage (11x, MAG) to all enemies, Reduce resistance to Water by 50% for 3 turns to all enemies
olive = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('thunder', 'phys') and mango == False:
useSkill(8, 'random') # Great Lightning (193380): Magic lightning damage (11x, MAG) to all enemies, Reduce resistance to Lightning by 50% for 3 turns to all enemies
mango = True # reset next turn
elif unit('1:unit_any').sufferedDamageLastTurn('thunder', 'mag') and mango == False:
useSkill(8, 'random') # Great Lightning (193380): Magic lightning damage (11x, MAG) to all enemies, Reduce resistance to Lightning by 50% for 3 turns to all enemies
mango = True # reset next turn
elif isTurnMod(5) and var_63 == False:
useSkill(14, 'random') # Pressure (193440): 99% HP damage to all enemies, Reduce ATK, DEF, MAG and SPR by 50% for 3 turns to all enemies
var_63 = 1
elif self.HP > 0.8 and var_61 == False:
useSkill(10, 'random') # Palm Crush (193400): Physical damage (5x, ATK) to one enemy, Reduce DEF and SPR by 50% for 3 turns to one enemy
var_61 = 1
elif self.HP < 0.8 and guava == False:
useSkill(10, 'random') # Palm Crush (193400): Physical damage (5x, ATK) to one enemy, Reduce DEF and SPR by 50% for 3 turns to one enemy
guava = True # reset next turn
elif self.HP < 0.6 and gourd == False:
useSkill(10, 'random') # Palm Crush (193400): Physical damage (5x, ATK) to one enemy, Reduce DEF and SPR by 50% for 3 turns to one enemy
gourd = True # reset next turn
elif peach == False:
useSkill(3, 'random') # Blaze (193330): Magic fire damage (7x, MAG) to all enemies
peach = True # reset next turn
elif olive == False:
useSkill(4, 'random') # Tsunami (193340): Magic water damage (7x, MAG) to all enemies
olive = True # reset next turn
elif mango == False:
useSkill(5, 'random') # Thunder Clap (193350): Magic lightning damage (7x, MAG) to all enemies
mango = True # reset next turn
elif random() <= 0.50 and var_62 == False:
useSkill(1, 'random') # Hold (193310): Inflict Paralyze and Petrify (100%) on one enemy
var_62 = 1
elif var_62 == False:
useSkill(2, 'random') # Glare (193320): Inflict Poison and Confusion (100%) on one enemy
var_62 = 1
elif isTurnMod(4) and melon == False:
useSkill(21, 'random') # It curled up. (193510): Increase DEF and SPR by 200% for 2 turns to one ally
melon = True # reset next turn
elif random() <= 0.30:
useSkill(11, 'random') # Eerie Scream (193410): Magic damage (5x, MAG) to one enemy, Reduce ATK and MAG by 25% for 3 turns to one enemy
elif random() <= 0.30:
useSkill(10, 'random') # Palm Crush (193400): Physical damage (5x, ATK) to one enemy, Reduce DEF and SPR by 50% for 3 turns to one enemy
else:
attack('random')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment