Skip to content

Instantly share code, notes, and snippets.

@aEnigmatic
Created December 10, 2021 19:44
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/b4273cb77e261b27e7c19c987e4fd411 to your computer and use it in GitHub Desktop.
Save aEnigmatic/b4273cb77e261b27e7c19c987e4fd411 to your computer and use it in GitHub Desktop.
グルームウイング
##
# Mission 'グルームウイング・中級' (8999001)
#
# Battles
# * グルームウイング
##
##
# Monster Info
##
#
# Monster グルームウイング (409041000, 105)
# Race Insect
# Level 99
# Actions 50-50
#
#
# Stats
# HP 8800000000
# MP 10000
# ATK 7600
# DEF 268000
# MAG 9200
# SPR 268000
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 50%
# Ice -50%
# Lightning 185%
# Water 185%
# Wind -50%
# Earth 185%
# Light 500%
# Dark 50%
# Non-Elemental 0%
#
#
# Status resist (+80% / 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
###
#
# りんぷん (222159) [None]
#
# Inflict Blind (100%) on all enemies
# Increase Accuracy by -50% to all enemies for 3 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ドレインパウダー (222162) [None]
#
# Hybrid* damage (5x, ATK & MAG) as HP drain (100%) to all enemies
# Hybrid* damage (0.01x, ATK & MAG) as MP drain (1%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# パライズパウダー (222163) [Magic]
#
# Magic damage (4x, MAG) to all enemies
# Inflict Paralyze (100%) on all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# コンフュパウダー (222164) [Magic]
#
# Magic damage (4x, MAG) to all enemies
# Inflict Confusion (100%) on all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# りんぷんが充満する…… (222160) [None]
#
# Reduce ATK, DEF, MAG and SPR by 75% for 3 turns to all enemies
# Reduce resistance to Fire by 300% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# バーサクパウダー (222166) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Inflict berserk (+100% ATK) on one enemy for 3 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# パウダーエクスプロージョン (222161) [Magic]
#
# Magic fire damage (30x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ウイルスパウダー (222165) [Magic]
#
# Magic damage (4x, MAG) to all enemies
# Inflict Disease (100%) on all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# デスパウダー (222167) [Magic]
#
# [Death]
# Magic damage (5x, MAG) to one enemy
# Instant KO (100%) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# りんぷん (222159) [None]
#
# Inflict Blind (100%) on all enemies
# Increase Accuracy by -50% to all enemies for 3 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# りんぷんが充満する…… (222160) [None]
#
# Reduce ATK, DEF, MAG and SPR by 75% for 3 turns to all enemies
# Reduce resistance to Fire by 300% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# パウダーエクスプロージョン (222161) [Magic]
#
# Magic fire damage (30x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ドレインパウダー (222162) [None]
#
# Hybrid* damage (5x, ATK & MAG) as HP drain (100%) to all enemies
# Hybrid* damage (0.01x, ATK & MAG) as MP drain (1%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# バーサクパウダー (222166) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Inflict berserk (+100% ATK) on one enemy for 3 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# デスパウダー (222167) [Magic]
#
# [Death]
# Magic damage (5x, MAG) to one enemy
# Instant KO (100%) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
elif self.HP < 0.5 and once():
wait() # No action
honey = True # persistent
elif isTurnMod(1) and berry == False and honey == False:
useSkill(1, 'random') # りんぷん (222159): Inflict Blind (100%) on all enemies, Increase Accuracy by -50% to all enemies for 3 turns
berry = True # reset next turn
elif isTurnMod(1) and peach == False and honey == False:
useSkill(2, 'random') # ドレインパウダー (222162): Hybrid* damage (5x, ATK & MAG) as HP drain (100%) to all enemies, Hybrid* damage (0.01x, ATK & MAG) as MP drain (1%) to all enemies
peach = True # reset next turn
elif isTurnMod(2) and olive == False and honey == False:
useSkill(3, 'random') # パライズパウダー (222163): Magic damage (4x, MAG) to all enemies, Inflict Paralyze (100%) on all enemies
olive = True # reset next turn
elif isTurnMod(2) and mango == False and honey == False:
useSkill(4, 'random') # コンフュパウダー (222164): Magic damage (4x, MAG) to all enemies, Inflict Confusion (100%) on all enemies
mango = True # reset next turn
elif isTurnMod(3) and lemon == False and honey == False:
useSkill(5, 'random') # りんぷんが充満する…… (222160): Reduce ATK, DEF, MAG and SPR by 75% for 3 turns to all enemies, Reduce resistance to Fire by 300% for 3 turns to all enemies
lemon = True # reset next turn
elif isTurnMod(3) and grape == False and honey == False:
useSkill(6, 'random') # バーサクパウダー (222166): Magic damage (5x, MAG) to one enemy, Inflict berserk (+100% ATK) on one enemy for 3 turns
grape = True # reset next turn
elif isTurnMod(4) and melon == False and honey == False:
useSkill(7, 'random') # パウダーエクスプロージョン (222161): Magic fire damage (30x, MAG) to all enemies
melon = True # reset next turn
elif isTurnMod(4) and guava == False and honey == False:
wait() # unset skill [?]
guava = True # reset next turn
elif isTurnMod(5) and gourd == False and honey == False:
useSkill(9, 'random') # ウイルスパウダー (222165): Magic damage (4x, MAG) to all enemies, Inflict Disease (100%) on all enemies
gourd = True # reset next turn
elif isTurnMod(5) and var_61 == False and honey == False:
useSkill(10, 'random') # デスパウダー (222167): [Death], Magic damage (5x, MAG) to one enemy, Instant KO (100%) to one enemy
var_61 = True # reset next turn
elif isTurnMod(1) and var_62 == False and honey == True:
useSkill(11, 'random') # りんぷん (222159): Inflict Blind (100%) on all enemies, Increase Accuracy by -50% to all enemies for 3 turns
var_62 = True # reset next turn
elif isTurnMod(1) and var_63 == False and honey == True:
useSkill(12, 'random') # りんぷんが充満する…… (222160): Reduce ATK, DEF, MAG and SPR by 75% for 3 turns to all enemies, Reduce resistance to Fire by 300% for 3 turns to all enemies
var_63 = True # reset next turn
elif isTurnMod(2) and var_64 == False and honey == True:
useSkill(13, 'random') # パウダーエクスプロージョン (222161): Magic fire damage (30x, MAG) to all enemies
var_64 = True # reset next turn
elif isTurnMod(2) and var_65 == False and honey == True:
useSkill(14, 'random') # ドレインパウダー (222162): Hybrid* damage (5x, ATK & MAG) as HP drain (100%) to all enemies, Hybrid* damage (0.01x, ATK & MAG) as MP drain (1%) to all enemies
var_65 = True # reset next turn
elif isTurnMod(3) and var_66 == False and honey == True:
useSkill(15, 'random') # バーサクパウダー (222166): Magic damage (5x, MAG) to one enemy, Inflict berserk (+100% ATK) on one enemy for 3 turns
var_66 = True # unknown flag type (66)
elif isTurnMod(3) and var_67 == False and honey == True:
useSkill(16, 'random') # デスパウダー (222167): [Death], Magic damage (5x, MAG) to one enemy, Instant KO (100%) to one enemy
var_67 = True # unknown flag type (67)
elif isTurnMod(4) and var_68 == False and honey == True:
wait() # unset skill [?]
var_68 = True # unknown flag type (68)
elif isTurnMod(4) and var_69 == False and honey == True:
wait() # unset skill [?]
var_69 = True # unknown flag type (69)
elif isTurnMod(5) and var_70 == False and honey == True:
wait() # unset skill [?]
var_70 = True # unknown flag type (70)
elif isTurnMod(5) and var_71 == False and honey == True:
wait() # unset skill [?]
var_71 = True # unknown flag type (71)
else:
wait() # No action
apple = True # reset next turn
##
# Mission 'グルームウイング・上級' (8999002)
#
# Battles
# * グルームウイング
##
##
# Monster Info
##
#
# Monster グルームウイング (409041001, 105)
# Race Insect
# Level 99
# Actions 50-50
#
#
# Stats
# HP 22000000000
# MP 10000
# ATK 19000
# DEF 670000
# MAG 23000
# SPR 670000
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 50%
# Ice -50%
# Lightning 185%
# Water 185%
# Wind -50%
# Earth 185%
# Light 500%
# Dark 50%
# Non-Elemental 0%
#
#
# Status resist (+80% / 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
###
#
# りんぷん (222159) [None]
#
# Inflict Blind (100%) on all enemies
# Increase Accuracy by -50% to all enemies for 3 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ドレインパウダー (222162) [None]
#
# Hybrid* damage (5x, ATK & MAG) as HP drain (100%) to all enemies
# Hybrid* damage (0.01x, ATK & MAG) as MP drain (1%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# パライズパウダー (222163) [Magic]
#
# Magic damage (4x, MAG) to all enemies
# Inflict Paralyze (100%) on all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# コンフュパウダー (222164) [Magic]
#
# Magic damage (4x, MAG) to all enemies
# Inflict Confusion (100%) on all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# りんぷんが充満する…… (222160) [None]
#
# Reduce ATK, DEF, MAG and SPR by 75% for 3 turns to all enemies
# Reduce resistance to Fire by 300% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# バーサクパウダー (222166) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Inflict berserk (+100% ATK) on one enemy for 3 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# パウダーエクスプロージョン (222161) [Magic]
#
# Magic fire damage (30x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ウイルスパウダー (222165) [Magic]
#
# Magic damage (4x, MAG) to all enemies
# Inflict Disease (100%) on all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# デスパウダー (222167) [Magic]
#
# [Death]
# Magic damage (5x, MAG) to one enemy
# Instant KO (100%) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# りんぷん (222159) [None]
#
# Inflict Blind (100%) on all enemies
# Increase Accuracy by -50% to all enemies for 3 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# りんぷんが充満する…… (222160) [None]
#
# Reduce ATK, DEF, MAG and SPR by 75% for 3 turns to all enemies
# Reduce resistance to Fire by 300% for 3 turns to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# パウダーエクスプロージョン (222161) [Magic]
#
# Magic fire damage (30x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ドレインパウダー (222162) [None]
#
# Hybrid* damage (5x, ATK & MAG) as HP drain (100%) to all enemies
# Hybrid* damage (0.01x, ATK & MAG) as MP drain (1%) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# バーサクパウダー (222166) [Magic]
#
# Magic damage (5x, MAG) to one enemy
# Inflict berserk (+100% ATK) on one enemy for 3 turns
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# デスパウダー (222167) [Magic]
#
# [Death]
# Magic damage (5x, MAG) to one enemy
# Instant KO (100%) to one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
###
# AI
###
if apple == True:
endTurn()
elif self.HP < 0.5 and once():
wait() # No action
honey = True # persistent
elif isTurnMod(1) and berry == False and honey == False:
useSkill(1, 'random') # りんぷん (222159): Inflict Blind (100%) on all enemies, Increase Accuracy by -50% to all enemies for 3 turns
berry = True # reset next turn
elif isTurnMod(1) and peach == False and honey == False:
useSkill(2, 'random') # ドレインパウダー (222162): Hybrid* damage (5x, ATK & MAG) as HP drain (100%) to all enemies, Hybrid* damage (0.01x, ATK & MAG) as MP drain (1%) to all enemies
peach = True # reset next turn
elif isTurnMod(2) and olive == False and honey == False:
useSkill(3, 'random') # パライズパウダー (222163): Magic damage (4x, MAG) to all enemies, Inflict Paralyze (100%) on all enemies
olive = True # reset next turn
elif isTurnMod(2) and mango == False and honey == False:
useSkill(4, 'random') # コンフュパウダー (222164): Magic damage (4x, MAG) to all enemies, Inflict Confusion (100%) on all enemies
mango = True # reset next turn
elif isTurnMod(3) and lemon == False and honey == False:
useSkill(5, 'random') # りんぷんが充満する…… (222160): Reduce ATK, DEF, MAG and SPR by 75% for 3 turns to all enemies, Reduce resistance to Fire by 300% for 3 turns to all enemies
lemon = True # reset next turn
elif isTurnMod(3) and grape == False and honey == False:
useSkill(6, 'random') # バーサクパウダー (222166): Magic damage (5x, MAG) to one enemy, Inflict berserk (+100% ATK) on one enemy for 3 turns
grape = True # reset next turn
elif isTurnMod(4) and melon == False and honey == False:
useSkill(7, 'random') # パウダーエクスプロージョン (222161): Magic fire damage (30x, MAG) to all enemies
melon = True # reset next turn
elif isTurnMod(4) and guava == False and honey == False:
wait() # unset skill [?]
guava = True # reset next turn
elif isTurnMod(5) and gourd == False and honey == False:
useSkill(9, 'random') # ウイルスパウダー (222165): Magic damage (4x, MAG) to all enemies, Inflict Disease (100%) on all enemies
gourd = True # reset next turn
elif isTurnMod(5) and var_61 == False and honey == False:
useSkill(10, 'random') # デスパウダー (222167): [Death], Magic damage (5x, MAG) to one enemy, Instant KO (100%) to one enemy
var_61 = True # reset next turn
elif isTurnMod(1) and var_62 == False and honey == True:
useSkill(11, 'random') # りんぷん (222159): Inflict Blind (100%) on all enemies, Increase Accuracy by -50% to all enemies for 3 turns
var_62 = True # reset next turn
elif isTurnMod(1) and var_63 == False and honey == True:
useSkill(12, 'random') # りんぷんが充満する…… (222160): Reduce ATK, DEF, MAG and SPR by 75% for 3 turns to all enemies, Reduce resistance to Fire by 300% for 3 turns to all enemies
var_63 = True # reset next turn
elif isTurnMod(2) and var_64 == False and honey == True:
useSkill(13, 'random') # パウダーエクスプロージョン (222161): Magic fire damage (30x, MAG) to all enemies
var_64 = True # reset next turn
elif isTurnMod(2) and var_65 == False and honey == True:
useSkill(14, 'random') # ドレインパウダー (222162): Hybrid* damage (5x, ATK & MAG) as HP drain (100%) to all enemies, Hybrid* damage (0.01x, ATK & MAG) as MP drain (1%) to all enemies
var_65 = True # reset next turn
elif isTurnMod(3) and var_66 == False and honey == True:
useSkill(15, 'random') # バーサクパウダー (222166): Magic damage (5x, MAG) to one enemy, Inflict berserk (+100% ATK) on one enemy for 3 turns
var_66 = True # unknown flag type (66)
elif isTurnMod(3) and var_67 == False and honey == True:
useSkill(16, 'random') # デスパウダー (222167): [Death], Magic damage (5x, MAG) to one enemy, Instant KO (100%) to one enemy
var_67 = True # unknown flag type (67)
elif isTurnMod(4) and var_68 == False and honey == True:
wait() # unset skill [?]
var_68 = True # unknown flag type (68)
elif isTurnMod(4) and var_69 == False and honey == True:
wait() # unset skill [?]
var_69 = True # unknown flag type (69)
elif isTurnMod(5) and var_70 == False and honey == True:
wait() # unset skill [?]
var_70 = True # unknown flag type (70)
elif isTurnMod(5) and var_71 == False and honey == True:
wait() # unset skill [?]
var_71 = True # unknown flag type (71)
else:
wait() # No action
apple = True # reset next turn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment