Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aEnigmatic
Created May 28, 2021 17:47
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/b8cddb0726082512feee2d6a720642cf to your computer and use it in GitHub Desktop.
Save aEnigmatic/b8cddb0726082512feee2d6a720642cf to your computer and use it in GitHub Desktop.
Gluttonous Consumer of the Cosmos Lvl.
##
# Mission 'Gluttonous Consumer of the Cosmos Lvl. 1' (10620101)
#
# Battles
# * Newborn Celestial Fry
# * Energy Devourer Mater Caelestis [+ Young Celestial Fry (max 999)]
##
##
# Monster Info
##
#
# Monster Newborn Celestial Fry (900010997, 1)
# Race Beast
# Level 50
# Actions 3-3
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 100000
# MP 100000
# ATK 100
# DEF 100
# MAG 100
# SPR 100
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# AI
###
if True:
attack('random')
##
# Monster Info
##
#
# Monster Energy Devourer Mater Caelestis (900010987)
# Race Beast, Fairy
# Level 99
# Actions 20-20
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 15000000
# MP 100000
# ATK 250
# DEF 400
# MAG 250
# SPR 400
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 50%
# Ice 50%
# Lightning 50%
# Water 50%
# Wind 50%
# Earth 50%
# Light 50%
# Dark 50%
# Non-Elemental 80%
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Celestial Spawn (900954) [None]
#
# Summon random ally
# Reduce damage taken from physical attacks taken by 80% to caster for 2 turns
# Reduce damage taken by magic attacks by 80% to caster for 2 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Sacrificial Satiation (900955) [None]
#
# Fixed damage (250000000) to one ally
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# There is nothing for Mater Caelestis to eat. (900956) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Power Predation (900957) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Life (900958) [Magic]
#
# Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Energy (900959) [Magic]
#
# Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Nova Strike (900960) [Magic]
#
# Magic damage (2x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mater Caelestis' stomach is about to burst. (900961) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Supernova Blast (900962) [Magic]
#
# Magic damage (20x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
azure = 0
honey = False # persistent
elif once():
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif unit('3:ally:2:Energy Devourer Mater Caelestis').is('alive') and var_61 == False:
wait() # No action
var_61 = True # reset next turn
azure += 1
elif green == 0 and azure < 1 and ramen == False:
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif apple == False and green == 1 and ramen == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
green = 0
ramen = True # persistent
honey = True # persistent
elif melon == False and guava == True and ramen == True:
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
green = 0
melon = True # reset next turn
ramen = False # persistent
honey = True # persistent
elif azure == 0 and guava == False and pasta == False and pizza == False and ramen == True:
wait() # No action
guava = True # reset next turn
pizza = True # persistent
bacon = False # persistent
sushi = False # persistent
elif unit('3:ally:2:Energy Devourer Mater Caelestis').HP < 0.5 and unit('3:ally:2:Energy Devourer Mater Caelestis').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
sushi = True # persistent
elif peach == False and green == 0 and sushi == True and ramen == True:
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
peach = True # reset next turn
sushi = False # persistent
elif peach == False and green == 0 and bacon == True and ramen == True:
wait() # unset skill [?]
peach = True # reset next turn
bacon = False # persistent
elif lemon == False and green == 0 and white >= 2 and ramen == True:
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
lemon = True # reset next turn
elif green == 0 and ramen == True:
wait() # No action
var_65 = True # reset next turn
green += 1
honey = True # persistent
elif olive == False and green == 1 and ramen == True:
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
olive = True # reset next turn
elif mango == False and green == 1 and ramen == True:
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
mango = True # reset next turn
elif grape == False and green == 1 and white >= 2 and ramen == True:
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
var_65 = True # reset next turn
grape = True # reset next turn
elif green == 1 and ramen == True:
wait() # No action
var_65 = True # reset next turn
white = 0
green = 0
pasta = False # persistent
ramen = False # persistent
honey = True # persistent
elif var_66 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_66 = True # unknown flag type (66)
elif var_67 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_67 = True # unknown flag type (67)
elif var_68 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_68 = True # unknown flag type (68)
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Young Celestial Fry (900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 150000
# MP 1000
# ATK 125
# DEF 200
# MAG 125
# SPR 200
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Energy Growth (900970) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Mission 'Gluttonous Consumer of the Cosmos Lvl. 2' (10620102)
#
# Battles
# * Newborn Celestial Fry
# * Energy Devourer Mater Caelestis [+ Young Celestial Fry (max 999)]
##
##
# Monster Info
##
#
# Monster Newborn Celestial Fry (900010998, 1)
# Race Beast
# Level 50
# Actions 3-3
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 200000
# MP 100000
# ATK 100
# DEF 100
# MAG 100
# SPR 100
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# AI
###
if True:
attack('random')
##
# Monster Info
##
#
# Monster Energy Devourer Mater Caelestis (900010988, 900010987)
# Race Beast, Fairy
# Level 99
# Actions 20-20
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 20000000
# MP 100000
# ATK 425
# DEF 600
# MAG 425
# SPR 600
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 50%
# Ice 50%
# Lightning 50%
# Water 50%
# Wind 50%
# Earth 50%
# Light 50%
# Dark 50%
# Non-Elemental 80%
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Celestial Spawn (900954) [None]
#
# Summon random ally
# Reduce damage taken from physical attacks taken by 80% to caster for 2 turns
# Reduce damage taken by magic attacks by 80% to caster for 2 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Sacrificial Satiation (900955) [None]
#
# Fixed damage (250000000) to one ally
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# There is nothing for Mater Caelestis to eat. (900956) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Power Predation (900957) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Life (900958) [Magic]
#
# Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Energy (900959) [Magic]
#
# Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Nova Strike (900960) [Magic]
#
# Magic damage (2x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mater Caelestis' stomach is about to burst. (900961) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Supernova Blast (900962) [Magic]
#
# Magic damage (20x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
azure = 0
honey = False # persistent
elif once():
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif unit('3:ally:2:Energy Devourer Mater Caelestis').is('alive') and var_61 == False:
wait() # No action
var_61 = True # reset next turn
azure += 1
elif green == 0 and azure < 1 and ramen == False:
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif apple == False and green == 1 and ramen == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
green = 0
ramen = True # persistent
honey = True # persistent
elif melon == False and guava == True and ramen == True:
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
green = 0
melon = True # reset next turn
ramen = False # persistent
honey = True # persistent
elif azure == 0 and guava == False and pasta == False and pizza == False and ramen == True:
wait() # No action
guava = True # reset next turn
pizza = True # persistent
bacon = False # persistent
sushi = False # persistent
elif unit('3:ally:2:Energy Devourer Mater Caelestis').HP < 0.5 and unit('3:ally:2:Energy Devourer Mater Caelestis').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
sushi = True # persistent
elif peach == False and green == 0 and sushi == True and ramen == True:
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
peach = True # reset next turn
sushi = False # persistent
elif peach == False and green == 0 and bacon == True and ramen == True:
wait() # unset skill [?]
peach = True # reset next turn
bacon = False # persistent
elif lemon == False and green == 0 and white >= 2 and ramen == True:
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
lemon = True # reset next turn
elif green == 0 and ramen == True:
wait() # No action
var_65 = True # reset next turn
green += 1
honey = True # persistent
elif olive == False and green == 1 and ramen == True:
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
olive = True # reset next turn
elif mango == False and green == 1 and ramen == True:
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
mango = True # reset next turn
elif grape == False and green == 1 and white >= 2 and ramen == True:
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
var_65 = True # reset next turn
grape = True # reset next turn
elif green == 1 and ramen == True:
wait() # No action
var_65 = True # reset next turn
white = 0
green = 0
pasta = False # persistent
ramen = False # persistent
honey = True # persistent
elif var_66 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_66 = True # unknown flag type (66)
elif var_67 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_67 = True # unknown flag type (67)
elif var_68 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_68 = True # unknown flag type (68)
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Young Celestial Fry (900011008, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 200000
# MP 1000
# ATK 200
# DEF 300
# MAG 200
# SPR 300
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Energy Growth (900970) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Mission 'Gluttonous Consumer of the Cosmos Lvl. 3' (10620103)
#
# Battles
# * Newborn Celestial Fry
# * Energy Devourer Mater Caelestis [+ Young Celestial Fry (max 999)]
##
##
# Monster Info
##
#
# Monster Newborn Celestial Fry (900010999, 1)
# Race Beast
# Level 50
# Actions 3-3
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 300000
# MP 100000
# ATK 100
# DEF 100
# MAG 100
# SPR 100
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# AI
###
if True:
attack('random')
##
# Monster Info
##
#
# Monster Energy Devourer Mater Caelestis (900010989, 900010987)
# Race Beast, Fairy
# Level 99
# Actions 20-20
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 25000000
# MP 100000
# ATK 500
# DEF 800
# MAG 500
# SPR 800
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 50%
# Ice 50%
# Lightning 50%
# Water 50%
# Wind 50%
# Earth 50%
# Light 50%
# Dark 50%
# Non-Elemental 80%
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Celestial Spawn (900954) [None]
#
# Summon random ally
# Reduce damage taken from physical attacks taken by 80% to caster for 2 turns
# Reduce damage taken by magic attacks by 80% to caster for 2 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Sacrificial Satiation (900955) [None]
#
# Fixed damage (250000000) to one ally
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# There is nothing for Mater Caelestis to eat. (900956) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Power Predation (900957) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Life (900958) [Magic]
#
# Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Energy (900959) [Magic]
#
# Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Nova Strike (900960) [Magic]
#
# Magic damage (2x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mater Caelestis' stomach is about to burst. (900961) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Supernova Blast (900962) [Magic]
#
# Magic damage (20x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
azure = 0
honey = False # persistent
elif once():
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif unit('3:ally:2:Energy Devourer Mater Caelestis').is('alive') and var_61 == False:
wait() # No action
var_61 = True # reset next turn
azure += 1
elif green == 0 and azure < 1 and ramen == False:
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif apple == False and green == 1 and ramen == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
green = 0
ramen = True # persistent
honey = True # persistent
elif melon == False and guava == True and ramen == True:
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
green = 0
melon = True # reset next turn
ramen = False # persistent
honey = True # persistent
elif azure == 0 and guava == False and pasta == False and pizza == False and ramen == True:
wait() # No action
guava = True # reset next turn
pizza = True # persistent
bacon = False # persistent
sushi = False # persistent
elif unit('3:ally:2:Energy Devourer Mater Caelestis').HP < 0.5 and unit('3:ally:2:Energy Devourer Mater Caelestis').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
sushi = True # persistent
elif peach == False and green == 0 and sushi == True and ramen == True:
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
peach = True # reset next turn
sushi = False # persistent
elif peach == False and green == 0 and bacon == True and ramen == True:
wait() # unset skill [?]
peach = True # reset next turn
bacon = False # persistent
elif lemon == False and green == 0 and white >= 2 and ramen == True:
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
lemon = True # reset next turn
elif green == 0 and ramen == True:
wait() # No action
var_65 = True # reset next turn
green += 1
honey = True # persistent
elif olive == False and green == 1 and ramen == True:
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
olive = True # reset next turn
elif mango == False and green == 1 and ramen == True:
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
mango = True # reset next turn
elif grape == False and green == 1 and white >= 2 and ramen == True:
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
var_65 = True # reset next turn
grape = True # reset next turn
elif green == 1 and ramen == True:
wait() # No action
var_65 = True # reset next turn
white = 0
green = 0
pasta = False # persistent
ramen = False # persistent
honey = True # persistent
elif var_66 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_66 = True # unknown flag type (66)
elif var_67 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_67 = True # unknown flag type (67)
elif var_68 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_68 = True # unknown flag type (68)
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Young Celestial Fry (900011009, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 250000
# MP 1000
# ATK 250
# DEF 400
# MAG 250
# SPR 400
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Energy Growth (900970) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Mission 'Gluttonous Consumer of the Cosmos Lvl. 4' (10620104)
#
# Battles
# * Newborn Celestial Fry
# * Ravenous Monster Mater Caelestis [+ Young Celestial Fry (max 999), Faulty Celestial Fry (max 999)]
##
##
# Monster Info
##
#
# Monster Newborn Celestial Fry (900011000, 1)
# Race Beast
# Level 50
# Actions 3-3
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 400000
# MP 100000
# ATK 100
# DEF 100
# MAG 100
# SPR 100
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# AI
###
if True:
attack('random')
##
# Monster Info
##
#
# Monster Ravenous Monster Mater Caelestis (900010990)
# Race Beast, Fairy
# Level 99
# Actions 20-20
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 65000000
# MP 100000
# ATK 750
# DEF 4000
# MAG 750
# SPR 4000
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 80%
# Ice 80%
# Lightning 80%
# Water 80%
# Wind 80%
# Earth 80%
# Light 80%
# Dark 80%
# Non-Elemental 100%
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Celestial Spawn (900954) [None]
#
# Summon random ally
# Reduce damage taken from physical attacks taken by 80% to caster for 2 turns
# Reduce damage taken by magic attacks by 80% to caster for 2 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Sacrificial Satiation (900955) [None]
#
# Fixed damage (250000000) to one ally
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# There is nothing for Mater Caelestis to eat. (900956) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Power Predation (900957) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Life (900958) [Magic]
#
# Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Energy (900959) [Magic]
#
# Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Nova Strike (900960) [Magic]
#
# Magic damage (2x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mater Caelestis' stomach is about to burst. (900961) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Supernova Blast (900962) [Magic]
#
# Magic damage (20x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Faulty Predation (900963) [None]
#
# Reduce resistance to all elements by 200% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Massacre Feast (900964) [None]
#
# Fixed damage (250000000) to all allies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# One spawn was eaten. (900965) [None]
#
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Two spawn were eaten. (900967) [None]
#
# Restore 20% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
azure = 0
honey = False # persistent
elif once():
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif unit('3:ally:2:Ravenous Monster Mater Caelestis').is('alive') and var_61 == False:
wait() # No action
var_61 = True # reset next turn
azure += 1
elif unit('3:ally:3:Young Celestial Fry').is('alive') and var_62 == False:
wait() # No action
var_62 = True # reset next turn
azure += 1
elif unit('3:ally:2:Ravenous Monster Mater Caelestis').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif unit('3:ally:3:Young Celestial Fry').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif self.HP < 0.5 and black == 0 and once():
useSkill(11, 'random') # Massacre Feast (900964): Fixed damage (250000000) to all allies
elif once() and self.HP < 0.5 and black == 0 and mauve == 0 and once():
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
black = 0
honey = True # persistent
elif once() and self.HP < 0.5 and black == 0 and mauve == 1 and once():
useSkill(12, 'random') # One spawn was eaten. (900965): Restore 10% HP to caster
elif once() and self.HP < 0.5 and black == 0 and mauve == 2 and once():
useSkill(13, 'random') # Two spawn were eaten. (900967): Restore 20% HP to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
black += 1
honey = True # persistent
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
black = 0
honey = True # persistent
elif green == 0 and azure < 2 and ramen == False:
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif apple == False and green == 1 and ramen == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
green = 0
ramen = True # persistent
honey = True # persistent
elif melon == False and guava == True and ramen == True:
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
green = 0
melon = True # reset next turn
ramen = False # persistent
honey = True # persistent
elif azure == 0 and guava == False and pasta == False and pizza == False and ramen == True:
wait() # No action
guava = True # reset next turn
pizza = True # persistent
bacon = False # persistent
sushi = False # persistent
elif unit('3:ally:2:Ravenous Monster Mater Caelestis').HP < 0.5 and unit('3:ally:2:Ravenous Monster Mater Caelestis').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
sushi = True # persistent
elif unit('3:ally:3:Young Celestial Fry').HP < 0.5 and unit('3:ally:3:Young Celestial Fry').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
bacon = True # persistent
elif peach == False and green == 0 and sushi == True and ramen == True:
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
peach = True # reset next turn
sushi = False # persistent
elif peach == False and green == 0 and bacon == True and ramen == True:
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
peach = True # reset next turn
bacon = False # persistent
elif lemon == False and green == 0 and white >= 2 and ramen == True:
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
lemon = True # reset next turn
elif green == 0 and ramen == True:
wait() # No action
var_65 = True # reset next turn
green += 1
honey = True # persistent
elif olive == False and green == 1 and ramen == True:
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
olive = True # reset next turn
elif mango == False and green == 1 and ramen == True:
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
mango = True # reset next turn
elif grape == False and green == 1 and white >= 2 and ramen == True:
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
var_65 = True # reset next turn
grape = True # reset next turn
elif green == 1 and ramen == True:
wait() # No action
var_65 = True # reset next turn
white = 0
green = 0
pasta = False # persistent
ramen = False # persistent
honey = True # persistent
elif var_66 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_66 = True # unknown flag type (66)
elif var_67 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_67 = True # unknown flag type (67)
elif var_68 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_68 = True # unknown flag type (68)
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Young Celestial Fry (900011010, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 650000
# MP 1000
# ATK 325
# DEF 500
# MAG 325
# SPR 500
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Energy Growth (900970) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Faulty Celestial Fry (900011017, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 650000
# MP 1000
# ATK 325
# DEF 500
# MAG 325
# SPR 500
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Unstable Energy (900971) [None]
#
# Reduce resistance to all elements by 200% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Unstable Energy (900971): Reduce resistance to all elements by 200% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Unstable Energy (900971): Reduce resistance to all elements by 200% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Mission 'Gluttonous Consumer of the Cosmos Lvl. 5' (10620105)
#
# Battles
# * Newborn Celestial Fry
# * Ravenous Monster Mater Caelestis [+ Young Celestial Fry (max 999), Faulty Celestial Fry (max 999)]
##
##
# Monster Info
##
#
# Monster Newborn Celestial Fry (900011001, 1)
# Race Beast
# Level 50
# Actions 3-3
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 500000
# MP 100000
# ATK 100
# DEF 100
# MAG 100
# SPR 100
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# AI
###
if True:
attack('random')
##
# Monster Info
##
#
# Monster Ravenous Monster Mater Caelestis (900010991, 900010990)
# Race Beast, Fairy
# Level 99
# Actions 20-20
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 75000000
# MP 100000
# ATK 875
# DEF 6000
# MAG 875
# SPR 6000
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 80%
# Ice 80%
# Lightning 80%
# Water 80%
# Wind 80%
# Earth 80%
# Light 80%
# Dark 80%
# Non-Elemental 100%
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Celestial Spawn (900954) [None]
#
# Summon random ally
# Reduce damage taken from physical attacks taken by 80% to caster for 2 turns
# Reduce damage taken by magic attacks by 80% to caster for 2 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Sacrificial Satiation (900955) [None]
#
# Fixed damage (250000000) to one ally
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# There is nothing for Mater Caelestis to eat. (900956) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Power Predation (900957) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Life (900958) [Magic]
#
# Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Energy (900959) [Magic]
#
# Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Nova Strike (900960) [Magic]
#
# Magic damage (2x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mater Caelestis' stomach is about to burst. (900961) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Supernova Blast (900962) [Magic]
#
# Magic damage (20x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Faulty Predation (900963) [None]
#
# Reduce resistance to all elements by 200% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Massacre Feast (900964) [None]
#
# Fixed damage (250000000) to all allies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# One spawn was eaten. (900965) [None]
#
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Two spawn were eaten. (900967) [None]
#
# Restore 20% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
azure = 0
honey = False # persistent
elif once():
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif unit('3:ally:2:Ravenous Monster Mater Caelestis').is('alive') and var_61 == False:
wait() # No action
var_61 = True # reset next turn
azure += 1
elif unit('3:ally:3:Young Celestial Fry').is('alive') and var_62 == False:
wait() # No action
var_62 = True # reset next turn
azure += 1
elif unit('3:ally:2:Ravenous Monster Mater Caelestis').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif unit('3:ally:3:Young Celestial Fry').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif self.HP < 0.5 and black == 0 and once():
useSkill(11, 'random') # Massacre Feast (900964): Fixed damage (250000000) to all allies
elif once() and self.HP < 0.5 and black == 0 and mauve == 0 and once():
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
black = 0
honey = True # persistent
elif once() and self.HP < 0.5 and black == 0 and mauve == 1 and once():
useSkill(12, 'random') # One spawn was eaten. (900965): Restore 10% HP to caster
elif once() and self.HP < 0.5 and black == 0 and mauve == 2 and once():
useSkill(13, 'random') # Two spawn were eaten. (900967): Restore 20% HP to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
black += 1
honey = True # persistent
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
black = 0
honey = True # persistent
elif green == 0 and azure < 2 and ramen == False:
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif apple == False and green == 1 and ramen == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
green = 0
ramen = True # persistent
honey = True # persistent
elif melon == False and guava == True and ramen == True:
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
green = 0
melon = True # reset next turn
ramen = False # persistent
honey = True # persistent
elif azure == 0 and guava == False and pasta == False and pizza == False and ramen == True:
wait() # No action
guava = True # reset next turn
pizza = True # persistent
bacon = False # persistent
sushi = False # persistent
elif unit('3:ally:2:Ravenous Monster Mater Caelestis').HP < 0.5 and unit('3:ally:2:Ravenous Monster Mater Caelestis').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
sushi = True # persistent
elif unit('3:ally:3:Young Celestial Fry').HP < 0.5 and unit('3:ally:3:Young Celestial Fry').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
bacon = True # persistent
elif peach == False and green == 0 and sushi == True and ramen == True:
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
peach = True # reset next turn
sushi = False # persistent
elif peach == False and green == 0 and bacon == True and ramen == True:
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
peach = True # reset next turn
bacon = False # persistent
elif lemon == False and green == 0 and white >= 2 and ramen == True:
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
lemon = True # reset next turn
elif green == 0 and ramen == True:
wait() # No action
var_65 = True # reset next turn
green += 1
honey = True # persistent
elif olive == False and green == 1 and ramen == True:
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
olive = True # reset next turn
elif mango == False and green == 1 and ramen == True:
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
mango = True # reset next turn
elif grape == False and green == 1 and white >= 2 and ramen == True:
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
var_65 = True # reset next turn
grape = True # reset next turn
elif green == 1 and ramen == True:
wait() # No action
var_65 = True # reset next turn
white = 0
green = 0
pasta = False # persistent
ramen = False # persistent
honey = True # persistent
elif var_66 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_66 = True # unknown flag type (66)
elif var_67 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_67 = True # unknown flag type (67)
elif var_68 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_68 = True # unknown flag type (68)
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Young Celestial Fry (900011011, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 750000
# MP 1000
# ATK 435
# DEF 600
# MAG 435
# SPR 600
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Energy Growth (900970) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Faulty Celestial Fry (900011018, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 750000
# MP 1000
# ATK 435
# DEF 600
# MAG 435
# SPR 600
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Unstable Energy (900971) [None]
#
# Reduce resistance to all elements by 200% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Unstable Energy (900971): Reduce resistance to all elements by 200% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Unstable Energy (900971): Reduce resistance to all elements by 200% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Mission 'Gluttonous Consumer of the Cosmos Lvl. 6' (10620106)
#
# Battles
# * Newborn Celestial Fry
# * Ravenous Monster Mater Caelestis [+ Young Celestial Fry (max 999), Faulty Celestial Fry (max 999)]
##
##
# Monster Info
##
#
# Monster Newborn Celestial Fry (900011002, 1)
# Race Beast
# Level 50
# Actions 3-3
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 600000
# MP 100000
# ATK 100
# DEF 100
# MAG 100
# SPR 100
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# AI
###
if True:
attack('random')
##
# Monster Info
##
#
# Monster Ravenous Monster Mater Caelestis (900010992, 900010990)
# Race Beast, Fairy
# Level 99
# Actions 20-20
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 100000000
# MP 100000
# ATK 1000
# DEF 7500
# MAG 1000
# SPR 7500
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 80%
# Ice 80%
# Lightning 80%
# Water 80%
# Wind 80%
# Earth 80%
# Light 80%
# Dark 80%
# Non-Elemental 100%
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Celestial Spawn (900954) [None]
#
# Summon random ally
# Reduce damage taken from physical attacks taken by 80% to caster for 2 turns
# Reduce damage taken by magic attacks by 80% to caster for 2 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Sacrificial Satiation (900955) [None]
#
# Fixed damage (250000000) to one ally
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# There is nothing for Mater Caelestis to eat. (900956) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Power Predation (900957) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Life (900958) [Magic]
#
# Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Energy (900959) [Magic]
#
# Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Nova Strike (900960) [Magic]
#
# Magic damage (2x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mater Caelestis' stomach is about to burst. (900961) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Supernova Blast (900962) [Magic]
#
# Magic damage (20x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Faulty Predation (900963) [None]
#
# Reduce resistance to all elements by 200% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Massacre Feast (900964) [None]
#
# Fixed damage (250000000) to all allies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# One spawn was eaten. (900965) [None]
#
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Two spawn were eaten. (900967) [None]
#
# Restore 20% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
azure = 0
honey = False # persistent
elif once():
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif unit('3:ally:2:Ravenous Monster Mater Caelestis').is('alive') and var_61 == False:
wait() # No action
var_61 = True # reset next turn
azure += 1
elif unit('3:ally:3:Young Celestial Fry').is('alive') and var_62 == False:
wait() # No action
var_62 = True # reset next turn
azure += 1
elif unit('3:ally:2:Ravenous Monster Mater Caelestis').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif unit('3:ally:3:Young Celestial Fry').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif self.HP < 0.5 and black == 0 and once():
useSkill(11, 'random') # Massacre Feast (900964): Fixed damage (250000000) to all allies
elif once() and self.HP < 0.5 and black == 0 and mauve == 0 and once():
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
black = 0
honey = True # persistent
elif once() and self.HP < 0.5 and black == 0 and mauve == 1 and once():
useSkill(12, 'random') # One spawn was eaten. (900965): Restore 10% HP to caster
elif once() and self.HP < 0.5 and black == 0 and mauve == 2 and once():
useSkill(13, 'random') # Two spawn were eaten. (900967): Restore 20% HP to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
black += 1
honey = True # persistent
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
black = 0
honey = True # persistent
elif green == 0 and azure < 2 and ramen == False:
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif apple == False and green == 1 and ramen == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
green = 0
ramen = True # persistent
honey = True # persistent
elif melon == False and guava == True and ramen == True:
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
green = 0
melon = True # reset next turn
ramen = False # persistent
honey = True # persistent
elif azure == 0 and guava == False and pasta == False and pizza == False and ramen == True:
wait() # No action
guava = True # reset next turn
pizza = True # persistent
bacon = False # persistent
sushi = False # persistent
elif unit('3:ally:2:Ravenous Monster Mater Caelestis').HP < 0.5 and unit('3:ally:2:Ravenous Monster Mater Caelestis').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
sushi = True # persistent
elif unit('3:ally:3:Young Celestial Fry').HP < 0.5 and unit('3:ally:3:Young Celestial Fry').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
bacon = True # persistent
elif peach == False and green == 0 and sushi == True and ramen == True:
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
peach = True # reset next turn
sushi = False # persistent
elif peach == False and green == 0 and bacon == True and ramen == True:
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
peach = True # reset next turn
bacon = False # persistent
elif lemon == False and green == 0 and white >= 2 and ramen == True:
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
lemon = True # reset next turn
elif green == 0 and ramen == True:
wait() # No action
var_65 = True # reset next turn
green += 1
honey = True # persistent
elif olive == False and green == 1 and ramen == True:
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
olive = True # reset next turn
elif mango == False and green == 1 and ramen == True:
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
mango = True # reset next turn
elif grape == False and green == 1 and white >= 2 and ramen == True:
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
var_65 = True # reset next turn
grape = True # reset next turn
elif green == 1 and ramen == True:
wait() # No action
var_65 = True # reset next turn
white = 0
green = 0
pasta = False # persistent
ramen = False # persistent
honey = True # persistent
elif var_66 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_66 = True # unknown flag type (66)
elif var_67 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_67 = True # unknown flag type (67)
elif var_68 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_68 = True # unknown flag type (68)
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Young Celestial Fry (900011012, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 1000000
# MP 1000
# ATK 500
# DEF 700
# MAG 500
# SPR 700
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Energy Growth (900970) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Faulty Celestial Fry (900011019, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 1000000
# MP 1000
# ATK 500
# DEF 700
# MAG 500
# SPR 700
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Unstable Energy (900971) [None]
#
# Reduce resistance to all elements by 200% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Unstable Energy (900971): Reduce resistance to all elements by 200% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Unstable Energy (900971): Reduce resistance to all elements by 200% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Mission 'Gluttonous Consumer of the Cosmos Lvl. 7' (10620107)
#
# Battles
# * Newborn Celestial Fry
# * Celestial Being Mater Caelestis [+ Young Celestial Fry (max 999), Faulty Celestial Fry (max 999), Young Celestial Fry (max 999), Faulty Celestial Fry (max 999)]
##
##
# Monster Info
##
#
# Monster Newborn Celestial Fry (900011003, 1)
# Race Beast
# Level 50
# Actions 3-3
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 700000
# MP 100000
# ATK 100
# DEF 100
# MAG 100
# SPR 100
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# AI
###
if True:
attack('random')
##
# Monster Info
##
#
# Monster Celestial Being Mater Caelestis (900010993)
# Race Beast, Fairy
# Level 99
# Actions 20-20
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 150000000
# MP 100000
# ATK 1150
# DEF 8000
# MAG 1150
# SPR 8000
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 150%
# Ice 150%
# Lightning 150%
# Water 150%
# Wind 150%
# Earth 150%
# Light 150%
# Dark 150%
# Non-Elemental 100%
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Celestial Spawn (900954) [None]
#
# Summon random ally
# Reduce damage taken from physical attacks taken by 80% to caster for 2 turns
# Reduce damage taken by magic attacks by 80% to caster for 2 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Sacrificial Satiation (900955) [None]
#
# Fixed damage (250000000) to one ally
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# There is nothing for Mater Caelestis to eat. (900956) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Power Predation (900957) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Life (900958) [Magic]
#
# Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Energy (900959) [Magic]
#
# Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Nova Strike (900960) [Magic]
#
# Magic damage (2x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mater Caelestis' stomach is about to burst. (900961) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Supernova Blast (900962) [Magic]
#
# Magic damage (20x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Faulty Predation (900963) [None]
#
# Reduce resistance to all elements by 200% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Massacre Feast (900964) [None]
#
# Fixed damage (250000000) to all allies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# One spawn was eaten. (900965) [None]
#
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Three spawn were eaten. (900966) [None]
#
# Restore 30% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Two spawn were eaten. (900967) [None]
#
# Restore 20% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
azure = 0
honey = False # persistent
elif once():
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif unit('3:ally:2:Celestial Being Mater Caelestis').is('alive') and var_61 == False:
wait() # No action
var_61 = True # reset next turn
azure += 1
elif unit('3:ally:3:Young Celestial Fry').is('alive') and var_62 == False:
wait() # No action
var_62 = True # reset next turn
azure += 1
elif unit('3:ally:4:Faulty Celestial Fry').is('alive') and var_63 == False:
wait() # No action
var_63 = True # reset next turn
azure += 1
elif unit('3:ally:5:MISSING MONSTER?').is('alive') and var_64 == False:
wait() # No action
var_64 = True # reset next turn
azure += 1
elif unit('3:ally:2:Celestial Being Mater Caelestis').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif unit('3:ally:3:Young Celestial Fry').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif unit('3:ally:4:Faulty Celestial Fry').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif unit('3:ally:5:MISSING MONSTER?').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif self.HP < 0.5 and black == 0 and once():
useSkill(11, 'random') # Massacre Feast (900964): Fixed damage (250000000) to all allies
elif once() and self.HP < 0.5 and black == 0 and mauve == 0 and once():
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
black = 0
honey = True # persistent
elif once() and self.HP < 0.5 and black == 0 and mauve == 1 and once():
useSkill(12, 'random') # One spawn was eaten. (900965): Restore 10% HP to caster
elif once() and self.HP < 0.5 and black == 0 and mauve == 2 and once():
useSkill(14, 'random') # Two spawn were eaten. (900967): Restore 20% HP to caster
elif once() and self.HP < 0.5 and black == 0 and mauve == 3 and once():
useSkill(13, 'random') # Three spawn were eaten. (900966): Restore 30% HP to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
black += 1
honey = True # persistent
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
black = 0
honey = True # persistent
elif green == 0 and azure < 3 and ramen == False:
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif apple == False and green == 1 and ramen == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
green = 0
ramen = True # persistent
honey = True # persistent
elif melon == False and guava == True and ramen == True:
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
green = 0
melon = True # reset next turn
ramen = False # persistent
honey = True # persistent
elif azure == 0 and guava == False and pasta == False and pizza == False and ramen == True:
wait() # No action
guava = True # reset next turn
pizza = True # persistent
salad = False # persistent
steak = False # persistent
bacon = False # persistent
sushi = False # persistent
elif unit('3:ally:2:Celestial Being Mater Caelestis').HP < 0.5 and unit('3:ally:2:Celestial Being Mater Caelestis').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
sushi = True # persistent
elif unit('3:ally:3:Young Celestial Fry').HP < 0.5 and unit('3:ally:3:Young Celestial Fry').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
bacon = True # persistent
elif unit('3:ally:4:Faulty Celestial Fry').HP < 0.5 and unit('3:ally:4:Faulty Celestial Fry').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
steak = True # persistent
elif unit('3:ally:5:MISSING MONSTER?').HP < 0.5 and unit('3:ally:5:MISSING MONSTER?').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
salad = True # persistent
elif peach == False and green == 0 and sushi == True and ramen == True:
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
peach = True # reset next turn
sushi = False # persistent
elif peach == False and green == 0 and bacon == True and ramen == True:
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
peach = True # reset next turn
bacon = False # persistent
elif peach == False and green == 0 and steak == True and ramen == True:
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
peach = True # reset next turn
steak = False # persistent
elif peach == False and green == 0 and salad == True and ramen == True:
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
peach = True # reset next turn
salad = False # persistent
elif lemon == False and green == 0 and white >= 2 and ramen == True:
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
lemon = True # reset next turn
elif green == 0 and ramen == True:
wait() # No action
var_65 = True # reset next turn
green += 1
honey = True # persistent
elif olive == False and green == 1 and ramen == True:
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
olive = True # reset next turn
elif mango == False and green == 1 and ramen == True:
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
mango = True # reset next turn
elif grape == False and green == 1 and white >= 2 and ramen == True:
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
var_65 = True # reset next turn
grape = True # reset next turn
elif green == 1 and ramen == True:
wait() # No action
var_65 = True # reset next turn
white = 0
green = 0
pasta = False # persistent
ramen = False # persistent
honey = True # persistent
elif var_66 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_66 = True # unknown flag type (66)
elif var_67 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_67 = True # unknown flag type (67)
elif var_68 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_68 = True # unknown flag type (68)
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Young Celestial Fry (900011013, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 1500000
# MP 1000
# ATK 575
# DEF 800
# MAG 575
# SPR 800
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Energy Growth (900970) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Faulty Celestial Fry (900011020, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 1500000
# MP 1000
# ATK 575
# DEF 800
# MAG 575
# SPR 800
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Unstable Energy (900971) [None]
#
# Reduce resistance to all elements by 200% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Unstable Energy (900971): Reduce resistance to all elements by 200% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Unstable Energy (900971): Reduce resistance to all elements by 200% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Mission 'Gluttonous Consumer of the Cosmos Lvl. 8' (10620108)
#
# Battles
# * Newborn Celestial Fry
# * Celestial Being Mater Caelestis [+ Young Celestial Fry (max 999), Faulty Celestial Fry (max 999), Young Celestial Fry (max 999), Faulty Celestial Fry (max 999)]
##
##
# Monster Info
##
#
# Monster Newborn Celestial Fry (900011004, 1)
# Race Beast
# Level 50
# Actions 3-3
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 800000
# MP 100000
# ATK 100
# DEF 100
# MAG 100
# SPR 100
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# AI
###
if True:
attack('random')
##
# Monster Info
##
#
# Monster Celestial Being Mater Caelestis (900010994, 900010993)
# Race Beast, Fairy
# Level 99
# Actions 20-20
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 175000000
# MP 100000
# ATK 1250
# DEF 9750
# MAG 1250
# SPR 9750
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 150%
# Ice 150%
# Lightning 150%
# Water 150%
# Wind 150%
# Earth 150%
# Light 150%
# Dark 150%
# Non-Elemental 100%
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Celestial Spawn (900954) [None]
#
# Summon random ally
# Reduce damage taken from physical attacks taken by 80% to caster for 2 turns
# Reduce damage taken by magic attacks by 80% to caster for 2 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Sacrificial Satiation (900955) [None]
#
# Fixed damage (250000000) to one ally
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# There is nothing for Mater Caelestis to eat. (900956) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Power Predation (900957) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Life (900958) [Magic]
#
# Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Energy (900959) [Magic]
#
# Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Nova Strike (900960) [Magic]
#
# Magic damage (2x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mater Caelestis' stomach is about to burst. (900961) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Supernova Blast (900962) [Magic]
#
# Magic damage (20x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Faulty Predation (900963) [None]
#
# Reduce resistance to all elements by 200% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Massacre Feast (900964) [None]
#
# Fixed damage (250000000) to all allies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# One spawn was eaten. (900965) [None]
#
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Three spawn were eaten. (900966) [None]
#
# Restore 30% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Two spawn were eaten. (900967) [None]
#
# Restore 20% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
azure = 0
honey = False # persistent
elif once():
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif unit('3:ally:2:Celestial Being Mater Caelestis').is('alive') and var_61 == False:
wait() # No action
var_61 = True # reset next turn
azure += 1
elif unit('3:ally:3:Young Celestial Fry').is('alive') and var_62 == False:
wait() # No action
var_62 = True # reset next turn
azure += 1
elif unit('3:ally:4:Faulty Celestial Fry').is('alive') and var_63 == False:
wait() # No action
var_63 = True # reset next turn
azure += 1
elif unit('3:ally:5:MISSING MONSTER?').is('alive') and var_64 == False:
wait() # No action
var_64 = True # reset next turn
azure += 1
elif unit('3:ally:2:Celestial Being Mater Caelestis').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif unit('3:ally:3:Young Celestial Fry').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif unit('3:ally:4:Faulty Celestial Fry').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif unit('3:ally:5:MISSING MONSTER?').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif self.HP < 0.5 and black == 0 and once():
useSkill(11, 'random') # Massacre Feast (900964): Fixed damage (250000000) to all allies
elif once() and self.HP < 0.5 and black == 0 and mauve == 0 and once():
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
black = 0
honey = True # persistent
elif once() and self.HP < 0.5 and black == 0 and mauve == 1 and once():
useSkill(12, 'random') # One spawn was eaten. (900965): Restore 10% HP to caster
elif once() and self.HP < 0.5 and black == 0 and mauve == 2 and once():
useSkill(14, 'random') # Two spawn were eaten. (900967): Restore 20% HP to caster
elif once() and self.HP < 0.5 and black == 0 and mauve == 3 and once():
useSkill(13, 'random') # Three spawn were eaten. (900966): Restore 30% HP to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
black += 1
honey = True # persistent
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
black = 0
honey = True # persistent
elif green == 0 and azure < 3 and ramen == False:
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif apple == False and green == 1 and ramen == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
green = 0
ramen = True # persistent
honey = True # persistent
elif melon == False and guava == True and ramen == True:
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
green = 0
melon = True # reset next turn
ramen = False # persistent
honey = True # persistent
elif azure == 0 and guava == False and pasta == False and pizza == False and ramen == True:
wait() # No action
guava = True # reset next turn
pizza = True # persistent
salad = False # persistent
steak = False # persistent
bacon = False # persistent
sushi = False # persistent
elif unit('3:ally:2:Celestial Being Mater Caelestis').HP < 0.5 and unit('3:ally:2:Celestial Being Mater Caelestis').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
sushi = True # persistent
elif unit('3:ally:3:Young Celestial Fry').HP < 0.5 and unit('3:ally:3:Young Celestial Fry').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
bacon = True # persistent
elif unit('3:ally:4:Faulty Celestial Fry').HP < 0.5 and unit('3:ally:4:Faulty Celestial Fry').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
steak = True # persistent
elif unit('3:ally:5:MISSING MONSTER?').HP < 0.5 and unit('3:ally:5:MISSING MONSTER?').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
salad = True # persistent
elif peach == False and green == 0 and sushi == True and ramen == True:
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
peach = True # reset next turn
sushi = False # persistent
elif peach == False and green == 0 and bacon == True and ramen == True:
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
peach = True # reset next turn
bacon = False # persistent
elif peach == False and green == 0 and steak == True and ramen == True:
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
peach = True # reset next turn
steak = False # persistent
elif peach == False and green == 0 and salad == True and ramen == True:
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
peach = True # reset next turn
salad = False # persistent
elif lemon == False and green == 0 and white >= 2 and ramen == True:
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
lemon = True # reset next turn
elif green == 0 and ramen == True:
wait() # No action
var_65 = True # reset next turn
green += 1
honey = True # persistent
elif olive == False and green == 1 and ramen == True:
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
olive = True # reset next turn
elif mango == False and green == 1 and ramen == True:
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
mango = True # reset next turn
elif grape == False and green == 1 and white >= 2 and ramen == True:
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
var_65 = True # reset next turn
grape = True # reset next turn
elif green == 1 and ramen == True:
wait() # No action
var_65 = True # reset next turn
white = 0
green = 0
pasta = False # persistent
ramen = False # persistent
honey = True # persistent
elif var_66 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_66 = True # unknown flag type (66)
elif var_67 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_67 = True # unknown flag type (67)
elif var_68 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_68 = True # unknown flag type (68)
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Young Celestial Fry (900011014, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 1750000
# MP 1000
# ATK 625
# DEF 900
# MAG 625
# SPR 900
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Energy Growth (900970) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Faulty Celestial Fry (900011021, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 1750000
# MP 1000
# ATK 625
# DEF 900
# MAG 625
# SPR 900
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Unstable Energy (900971) [None]
#
# Reduce resistance to all elements by 200% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Unstable Energy (900971): Reduce resistance to all elements by 200% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Unstable Energy (900971): Reduce resistance to all elements by 200% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Mission 'Gluttonous Consumer of the Cosmos Lvl. 9' (10620109)
#
# Battles
# * Newborn Celestial Fry
# * Celestial Being Mater Caelestis [+ Young Celestial Fry (max 999), Faulty Celestial Fry (max 999), Young Celestial Fry (max 999), Faulty Celestial Fry (max 999)]
##
##
# Monster Info
##
#
# Monster Newborn Celestial Fry (900011005, 1)
# Race Beast
# Level 50
# Actions 3-3
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 900000
# MP 100000
# ATK 100
# DEF 100
# MAG 100
# SPR 100
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# AI
###
if True:
attack('random')
##
# Monster Info
##
#
# Monster Celestial Being Mater Caelestis (900010995, 900010993)
# Race Beast, Fairy
# Level 99
# Actions 20-20
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 200000000
# MP 100000
# ATK 1350
# DEF 12000
# MAG 1350
# SPR 12000
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 150%
# Ice 150%
# Lightning 150%
# Water 150%
# Wind 150%
# Earth 150%
# Light 150%
# Dark 150%
# Non-Elemental 100%
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Celestial Spawn (900954) [None]
#
# Summon random ally
# Reduce damage taken from physical attacks taken by 80% to caster for 2 turns
# Reduce damage taken by magic attacks by 80% to caster for 2 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Sacrificial Satiation (900955) [None]
#
# Fixed damage (250000000) to one ally
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# There is nothing for Mater Caelestis to eat. (900956) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Power Predation (900957) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Life (900958) [Magic]
#
# Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Devour Energy (900959) [Magic]
#
# Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Nova Strike (900960) [Magic]
#
# Magic damage (2x, MAG) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Mater Caelestis' stomach is about to burst. (900961) [Physical]
#
# No effect
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Supernova Blast (900962) [Magic]
#
# Magic damage (20x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Faulty Predation (900963) [None]
#
# Reduce resistance to all elements by 200% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Massacre Feast (900964) [None]
#
# Fixed damage (250000000) to all allies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# One spawn was eaten. (900965) [None]
#
# Restore 10% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Three spawn were eaten. (900966) [None]
#
# Restore 30% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Two spawn were eaten. (900967) [None]
#
# Restore 20% HP to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
azure = 0
honey = False # persistent
elif once():
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif unit('3:ally:2:Celestial Being Mater Caelestis').is('alive') and var_61 == False:
wait() # No action
var_61 = True # reset next turn
azure += 1
elif unit('3:ally:3:Young Celestial Fry').is('alive') and var_62 == False:
wait() # No action
var_62 = True # reset next turn
azure += 1
elif unit('3:ally:4:Faulty Celestial Fry').is('alive') and var_63 == False:
wait() # No action
var_63 = True # reset next turn
azure += 1
elif unit('3:ally:5:MISSING MONSTER?').is('alive') and var_64 == False:
wait() # No action
var_64 = True # reset next turn
azure += 1
elif unit('3:ally:2:Celestial Being Mater Caelestis').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif unit('3:ally:3:Young Celestial Fry').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif unit('3:ally:4:Faulty Celestial Fry').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif unit('3:ally:5:MISSING MONSTER?').is('alive') and self.HP < 0.5 and black == 0 and once():
wait() # No action
mauve += 1
elif self.HP < 0.5 and black == 0 and once():
useSkill(11, 'random') # Massacre Feast (900964): Fixed damage (250000000) to all allies
elif once() and self.HP < 0.5 and black == 0 and mauve == 0 and once():
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
black = 0
honey = True # persistent
elif once() and self.HP < 0.5 and black == 0 and mauve == 1 and once():
useSkill(12, 'random') # One spawn was eaten. (900965): Restore 10% HP to caster
elif once() and self.HP < 0.5 and black == 0 and mauve == 2 and once():
useSkill(14, 'random') # Two spawn were eaten. (900967): Restore 20% HP to caster
elif once() and self.HP < 0.5 and black == 0 and mauve == 3 and once():
useSkill(13, 'random') # Three spawn were eaten. (900966): Restore 30% HP to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
elif once() and self.HP < 0.5 and black == 0 and once():
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
black += 1
honey = True # persistent
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
elif once() and self.HP < 0.5 and black == 1 and once():
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
black = 0
honey = True # persistent
elif green == 0 and azure < 3 and ramen == False:
useSkill(1, 'random') # Celestial Spawn (900954): Summon random ally, Reduce damage taken from physical attacks taken by 80% to caster for 2 turns, Reduce damage taken by magic attacks by 80% to caster for 2 turns
green += 1
pizza = False # persistent
honey = True # persistent
elif apple == False and green == 1 and ramen == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
green = 0
ramen = True # persistent
honey = True # persistent
elif melon == False and guava == True and ramen == True:
useSkill(3, 'random') # There is nothing for Mater Caelestis to eat. (900956): No effect
green = 0
melon = True # reset next turn
ramen = False # persistent
honey = True # persistent
elif azure == 0 and guava == False and pasta == False and pizza == False and ramen == True:
wait() # No action
guava = True # reset next turn
pizza = True # persistent
salad = False # persistent
steak = False # persistent
bacon = False # persistent
sushi = False # persistent
elif unit('3:ally:2:Celestial Being Mater Caelestis').HP < 0.5 and unit('3:ally:2:Celestial Being Mater Caelestis').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
sushi = True # persistent
elif unit('3:ally:3:Young Celestial Fry').HP < 0.5 and unit('3:ally:3:Young Celestial Fry').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
bacon = True # persistent
elif unit('3:ally:4:Faulty Celestial Fry').HP < 0.5 and unit('3:ally:4:Faulty Celestial Fry').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
steak = True # persistent
elif unit('3:ally:5:MISSING MONSTER?').HP < 0.5 and unit('3:ally:5:MISSING MONSTER?').is('alive') and berry == False and green == 0 and ramen == True:
useSkill(2, 'random') # Sacrificial Satiation (900955): Fixed damage (250000000) to one ally, Restore 10% HP to caster
white += 1
berry = True # reset next turn
pasta = True # persistent
salad = True # persistent
elif peach == False and green == 0 and sushi == True and ramen == True:
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
peach = True # reset next turn
sushi = False # persistent
elif peach == False and green == 0 and bacon == True and ramen == True:
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
peach = True # reset next turn
bacon = False # persistent
elif peach == False and green == 0 and steak == True and ramen == True:
useSkill(4, 'random') # Power Predation (900957): Increase ATK and MAG by 30% for 3 turns to caster
peach = True # reset next turn
steak = False # persistent
elif peach == False and green == 0 and salad == True and ramen == True:
useSkill(10, 'random') # Faulty Predation (900963): Reduce resistance to all elements by 200% for 3 turns to caster
peach = True # reset next turn
salad = False # persistent
elif lemon == False and green == 0 and white >= 2 and ramen == True:
useSkill(8, 'random') # Mater Caelestis' stomach is about to burst. (900961): No effect
lemon = True # reset next turn
elif green == 0 and ramen == True:
wait() # No action
var_65 = True # reset next turn
green += 1
honey = True # persistent
elif olive == False and green == 1 and ramen == True:
useSkill(5, 'random') # Devour Life (900958): Magic damage (1.5x, MAG) as HP drain (10%) to all enemies
olive = True # reset next turn
elif mango == False and green == 1 and ramen == True:
useSkill(6, 'random') # Devour Energy (900959): Magic damage (0.1x, MAG) as MP drain (10%) to all enemies
mango = True # reset next turn
elif grape == False and green == 1 and white >= 2 and ramen == True:
useSkill(9, 'random') # Supernova Blast (900962): Magic damage (20x, MAG) to all enemies
var_65 = True # reset next turn
grape = True # reset next turn
elif green == 1 and ramen == True:
wait() # No action
var_65 = True # reset next turn
white = 0
green = 0
pasta = False # persistent
ramen = False # persistent
honey = True # persistent
elif var_66 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_66 = True # unknown flag type (66)
elif var_67 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_67 = True # unknown flag type (67)
elif var_68 == False:
useSkill(7, 'random') # Nova Strike (900960): Magic damage (2x, MAG) to one enemy
var_68 = True # unknown flag type (68)
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Young Celestial Fry (900011015, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 2000000
# MP 1000
# ATK 675
# DEF 1000
# MAG 675
# SPR 1000
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Energy Growth (900970) [Magic]
#
# Increase ATK and MAG by 30% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Energy Growth (900970): Increase ATK and MAG by 30% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
##
# Monster Info
##
#
# Monster Faulty Celestial Fry (900011022, 900011007)
# Race Beast
# Level 99
# Actions 10-10
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 2000000
# MP 1000
# ATK 675
# DEF 1000
# MAG 675
# SPR 1000
#
#
# 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 0%
# MAG 0%
# SPR 0%
# Stop 100%
# Charm 100%
# Berserk 100%
#
#
# Immunity
# Death +
# Gravity +
#
###
###
# Skills
###
#
# Hydrogen Jet (900968) [Physical]
#
# Physical water damage (1.5x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Meteor Crash (900969) [Physical]
#
# Physical earth damage (3x, ATK) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# Unstable Energy (900971) [None]
#
# Reduce resistance to all elements by 200% for 3 turns to caster
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if honey == True:
endTurn()
honey = False # persistent
elif apple == False:
useSkill(1, 'random') # Hydrogen Jet (900968): Physical water damage (1.5x, ATK) to one enemy
apple = True # reset next turn
elif once():
useRandomSkill('random') # [?]
ramen = True # persistent
honey = True # persistent
elif berry == False and ramen == True and sushi == False:
useSkill(3, 'random') # Unstable Energy (900971): Reduce resistance to all elements by 200% for 3 turns to caster
green = 0
berry = True # reset next turn
sushi = True # persistent
elif berry == False and ramen == True and green == 3:
useSkill(3, 'random') # Unstable Energy (900971): Reduce resistance to all elements by 200% for 3 turns to caster
green = 0
berry = True # reset next turn
elif peach == False and ramen == True:
useSkill(2, 'random') # Meteor Crash (900969): Physical earth damage (3x, ATK) to one enemy
green += 1
peach = True # reset next turn
honey = True # persistent
else:
attack('random')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment