Skip to content

Instantly share code, notes, and snippets.

@aEnigmatic
Created May 20, 2021 12:25
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/6e6249d95d4aa564083bd845cab5c833 to your computer and use it in GitHub Desktop.
Save aEnigmatic/6e6249d95d4aa564083bd845cab5c833 to your computer and use it in GitHub Desktop.
アルケオエイビス
##
# Mission 'アルケオエイビス・中級' (8998601)
# BattleScript: 8998601
#
# Battles
# * アルケオエイビス
##
##
# Monster Info
##
#
# Monster アルケオエイビス (402051000, 105)
# Race Avian
# Level 99
# Actions 30-30
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 2500000000
# MP 10000
# ATK 4000
# DEF 100000
# MAG 4000
# SPR 50000
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 185%
# Ice 185%
# Lightning 185%
# Water 185%
# Wind 185%
# Earth 185%
# Light 185%
# Dark 185%
# 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
###
#
# しっぽ (852900) [Physical]
#
# Increase Accuracy by 25% to caster for 3 turns
# Physical damage (0.75x, ATK) to all enemies
# Physical damage (0.75x, ATK) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# まきつき (221950) [Physical]
#
# Physical damage (1x, ATK) to one enemy
# Inflict Paralyze (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ブライン (800502) [Magic]
#
# Inflict Blind (100%) on one enemy
#
# Sealable + Unknown1 +
# Reflect + Unknown2 -
#
##
#
# バイオ (800450) [Magic]
#
# Magic dark damage (1.2x, MAG) to one enemy
# Inflict Poison (100%) on one enemy
# Magic dark damage (0.8x, MAG) per turn to one enemy for 4 turns
#
# Sealable + Unknown1 +
# Reflect - Unknown2 -
#
##
#
# しっぽ (852900) [Physical]
#
# Increase Accuracy by 25% to caster for 3 turns
# Physical damage (0.75x, ATK) to all enemies
# Physical damage (0.75x, ATK) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# エレメントウェーブ・氷 (805050) [Magic]
#
# Magic ice damage (3.5x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# しっぽ (852900) [Physical]
#
# Increase Accuracy by 25% to caster for 3 turns
# Physical damage (0.75x, ATK) to all enemies
# Physical damage (0.75x, ATK) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# まきつき (221950) [Physical]
#
# Physical damage (1x, ATK) to one enemy
# Inflict Paralyze (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ブライン (800502) [Magic]
#
# Inflict Blind (100%) on one enemy
#
# Sealable + Unknown1 +
# Reflect + Unknown2 -
#
##
#
# いなずま (811201) [None]
#
# Magic* lightning damage (3x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ほのお (811100) [None]
#
# Magic* fire damage (3x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# れいき (811151) [None]
#
# Magic* ice damage (2x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ブリザジャ (800053) [Magic]
#
# Magic ice damage (6x, MAG) to all enemies
#
# Sealable + Unknown1 +
# Reflect + Unknown2 -
#
##
#
# ブリザジャ (800053) [Magic]
#
# Magic ice damage (6x, MAG) to all enemies
#
# Sealable + Unknown1 +
# Reflect + Unknown2 -
#
##
#
# フリーズ (800055) [Magic]
#
# Magic ice damage (12x, MAG) to one enemy
# Reduce resistance to Ice by 300% for 4 turns to one enemy
#
# Sealable + Unknown1 +
# Reflect - Unknown2 -
#
##
#
# フリーズ (800055) [Magic]
#
# Magic ice damage (12x, MAG) to one enemy
# Reduce resistance to Ice by 300% for 4 turns 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') # しっぽ (852900): Increase Accuracy by 25% to caster for 3 turns, Physical damage (0.75x, ATK) to all enemies, Physical damage (0.75x, ATK) to all enemies
berry = True # reset next turn
elif isTurnMod(1) and peach == False and honey == False:
useSkill(2, 'random') # まきつき (221950): Physical damage (1x, ATK) to one enemy, Inflict Paralyze (100%) on one enemy
peach = True # reset next turn
elif isTurnMod(2) and olive == False and honey == False:
useSkill(3, 'random') # ブライン (800502): Inflict Blind (100%) on one enemy
olive = True # reset next turn
elif isTurnMod(2) and mango == False and honey == False:
useSkill(4, 'random') # バイオ (800450): Magic dark damage (1.2x, MAG) to one enemy, Inflict Poison (100%) on one enemy, Magic dark damage (0.8x, MAG) per turn to one enemy for 4 turns
mango = True # reset next turn
elif isTurnMod(3) and lemon == False and honey == False:
useSkill(5, 'random') # しっぽ (852900): Increase Accuracy by 25% to caster for 3 turns, Physical damage (0.75x, ATK) to all enemies, Physical damage (0.75x, ATK) to all enemies
lemon = True # reset next turn
elif isTurnMod(3) and grape == False and honey == False:
useSkill(6, 'random') # エレメントウェーブ・氷 (805050): Magic ice damage (3.5x, MAG) to all enemies
grape = True # reset next turn
elif isTurnMod(4) and melon == False and honey == False:
useSkill(7, 'random') # Unknown skill - wrong skillset?
melon = True # reset next turn
elif isTurnMod(4) and guava == False and honey == False:
useSkill(8, 'random') # Unknown skill - wrong skillset?
guava = True # reset next turn
elif isTurnMod(5) and gourd == False and honey == False:
useSkill(9, 'random') # Unknown skill - wrong skillset?
gourd = True # reset next turn
elif isTurnMod(5) and var_61 == False and honey == False:
useSkill(10, 'random') # Unknown skill - wrong skillset?
var_61 = True # reset next turn
elif isTurnMod(1) and var_62 == False and honey == True:
useSkill(11, 'random') # しっぽ (852900): Increase Accuracy by 25% to caster for 3 turns, Physical damage (0.75x, ATK) to all enemies, Physical damage (0.75x, ATK) to all enemies
var_62 = True # reset next turn
elif isTurnMod(1) and var_63 == False and honey == True:
useSkill(12, 'random') # まきつき (221950): Physical damage (1x, ATK) to one enemy, Inflict Paralyze (100%) on one enemy
var_63 = True # reset next turn
elif isTurnMod(2) and var_64 == False and honey == True:
useSkill(13, 'random') # ブライン (800502): Inflict Blind (100%) on one enemy
var_64 = True # reset next turn
elif isTurnMod(2) and var_65 == False and honey == True:
useSkill(14, 'random') # いなずま (811201): Magic* lightning damage (3x, MAG) to all enemies
var_65 = True # reset next turn
elif isTurnMod(3) and var_66 == False and honey == True:
useSkill(15, 'random') # ほのお (811100): Magic* fire damage (3x, MAG) to all enemies
var_66 = True # unknown flag type (66)
elif isTurnMod(3) and var_67 == False and honey == True:
useSkill(16, 'random') # れいき (811151): Magic* ice damage (2x, MAG) to all enemies
var_67 = True # unknown flag type (67)
elif isTurnMod(4) and var_68 == False and honey == True:
useSkill(17, 'random') # ブリザジャ (800053): Magic ice damage (6x, MAG) to all enemies
var_68 = True # unknown flag type (68)
elif isTurnMod(4) and var_69 == False and honey == True:
useSkill(18, 'random') # ブリザジャ (800053): Magic ice damage (6x, MAG) to all enemies
var_69 = True # unknown flag type (69)
elif isTurnMod(5) and var_70 == False and honey == True:
useSkill(19, 'random') # フリーズ (800055): Magic ice damage (12x, MAG) to one enemy, Reduce resistance to Ice by 300% for 4 turns to one enemy
var_70 = True # unknown flag type (70)
elif isTurnMod(5) and var_71 == False and honey == True:
useSkill(20, 'random') # フリーズ (800055): Magic ice damage (12x, MAG) to one enemy, Reduce resistance to Ice by 300% for 4 turns to one enemy
var_71 = True # unknown flag type (71)
else:
wait() # No action
apple = True # reset next turn
##
# Mission 'アルケオエイビス・上級' (8998602)
# BattleScript: 8998602
#
# Battles
# * アルケオエイビス
##
##
# Monster Info
##
#
# Monster アルケオエイビス (402051001, 105)
# Race Avian
# Level 99
# Actions 30-30
#
# NEW DAMAGE FORMULA! (5, 25, 185)
#
#
# Stats
# HP 5000000000
# MP 10000
# ATK 8000
# DEF 200000
# MAG 8000
# SPR 100000
#
#
# Damage resist
# physical 0%
# magical 0%
#
#
# Element resist
# Fire 185%
# Ice 185%
# Lightning 185%
# Water 185%
# Wind 185%
# Earth 185%
# Light 185%
# Dark 185%
# 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
###
#
# しっぽ (852900) [Physical]
#
# Increase Accuracy by 25% to caster for 3 turns
# Physical damage (0.75x, ATK) to all enemies
# Physical damage (0.75x, ATK) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# まきつき (221950) [Physical]
#
# Physical damage (1x, ATK) to one enemy
# Inflict Paralyze (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ブライン (800502) [Magic]
#
# Inflict Blind (100%) on one enemy
#
# Sealable + Unknown1 +
# Reflect + Unknown2 -
#
##
#
# バイオ (800450) [Magic]
#
# Magic dark damage (1.2x, MAG) to one enemy
# Inflict Poison (100%) on one enemy
# Magic dark damage (0.8x, MAG) per turn to one enemy for 4 turns
#
# Sealable + Unknown1 +
# Reflect - Unknown2 -
#
##
#
# しっぽ (852900) [Physical]
#
# Increase Accuracy by 25% to caster for 3 turns
# Physical damage (0.75x, ATK) to all enemies
# Physical damage (0.75x, ATK) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# エレメントウェーブ・氷 (805050) [Magic]
#
# Magic ice damage (3.5x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# しっぽ (852900) [Physical]
#
# Increase Accuracy by 25% to caster for 3 turns
# Physical damage (0.75x, ATK) to all enemies
# Physical damage (0.75x, ATK) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# まきつき (221950) [Physical]
#
# Physical damage (1x, ATK) to one enemy
# Inflict Paralyze (100%) on one enemy
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ブライン (800502) [Magic]
#
# Inflict Blind (100%) on one enemy
#
# Sealable + Unknown1 +
# Reflect + Unknown2 -
#
##
#
# いなずま (811201) [None]
#
# Magic* lightning damage (3x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ほのお (811100) [None]
#
# Magic* fire damage (3x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# れいき (811151) [None]
#
# Magic* ice damage (2x, MAG) to all enemies
#
# Sealable - Unknown1 +
# Reflect - Unknown2 -
#
##
#
# ブリザジャ (800053) [Magic]
#
# Magic ice damage (6x, MAG) to all enemies
#
# Sealable + Unknown1 +
# Reflect + Unknown2 -
#
##
#
# ブリザジャ (800053) [Magic]
#
# Magic ice damage (6x, MAG) to all enemies
#
# Sealable + Unknown1 +
# Reflect + Unknown2 -
#
##
#
# フリーズ (800055) [Magic]
#
# Magic ice damage (12x, MAG) to one enemy
# Reduce resistance to Ice by 300% for 4 turns to one enemy
#
# Sealable + Unknown1 +
# Reflect - Unknown2 -
#
##
#
# フリーズ (800055) [Magic]
#
# Magic ice damage (12x, MAG) to one enemy
# Reduce resistance to Ice by 300% for 4 turns 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') # しっぽ (852900): Increase Accuracy by 25% to caster for 3 turns, Physical damage (0.75x, ATK) to all enemies, Physical damage (0.75x, ATK) to all enemies
berry = True # reset next turn
elif isTurnMod(1) and peach == False and honey == False:
useSkill(2, 'random') # まきつき (221950): Physical damage (1x, ATK) to one enemy, Inflict Paralyze (100%) on one enemy
peach = True # reset next turn
elif isTurnMod(2) and olive == False and honey == False:
useSkill(3, 'random') # ブライン (800502): Inflict Blind (100%) on one enemy
olive = True # reset next turn
elif isTurnMod(2) and mango == False and honey == False:
useSkill(4, 'random') # バイオ (800450): Magic dark damage (1.2x, MAG) to one enemy, Inflict Poison (100%) on one enemy, Magic dark damage (0.8x, MAG) per turn to one enemy for 4 turns
mango = True # reset next turn
elif isTurnMod(3) and lemon == False and honey == False:
useSkill(5, 'random') # しっぽ (852900): Increase Accuracy by 25% to caster for 3 turns, Physical damage (0.75x, ATK) to all enemies, Physical damage (0.75x, ATK) to all enemies
lemon = True # reset next turn
elif isTurnMod(3) and grape == False and honey == False:
useSkill(6, 'random') # エレメントウェーブ・氷 (805050): Magic ice damage (3.5x, MAG) to all enemies
grape = True # reset next turn
elif isTurnMod(4) and melon == False and honey == False:
useSkill(7, 'random') # Unknown skill - wrong skillset?
melon = True # reset next turn
elif isTurnMod(4) and guava == False and honey == False:
useSkill(8, 'random') # Unknown skill - wrong skillset?
guava = True # reset next turn
elif isTurnMod(5) and gourd == False and honey == False:
useSkill(9, 'random') # Unknown skill - wrong skillset?
gourd = True # reset next turn
elif isTurnMod(5) and var_61 == False and honey == False:
useSkill(10, 'random') # Unknown skill - wrong skillset?
var_61 = True # reset next turn
elif isTurnMod(1) and var_62 == False and honey == True:
useSkill(11, 'random') # しっぽ (852900): Increase Accuracy by 25% to caster for 3 turns, Physical damage (0.75x, ATK) to all enemies, Physical damage (0.75x, ATK) to all enemies
var_62 = True # reset next turn
elif isTurnMod(1) and var_63 == False and honey == True:
useSkill(12, 'random') # まきつき (221950): Physical damage (1x, ATK) to one enemy, Inflict Paralyze (100%) on one enemy
var_63 = True # reset next turn
elif isTurnMod(2) and var_64 == False and honey == True:
useSkill(13, 'random') # ブライン (800502): Inflict Blind (100%) on one enemy
var_64 = True # reset next turn
elif isTurnMod(2) and var_65 == False and honey == True:
useSkill(14, 'random') # いなずま (811201): Magic* lightning damage (3x, MAG) to all enemies
var_65 = True # reset next turn
elif isTurnMod(3) and var_66 == False and honey == True:
useSkill(15, 'random') # ほのお (811100): Magic* fire damage (3x, MAG) to all enemies
var_66 = True # unknown flag type (66)
elif isTurnMod(3) and var_67 == False and honey == True:
useSkill(16, 'random') # れいき (811151): Magic* ice damage (2x, MAG) to all enemies
var_67 = True # unknown flag type (67)
elif isTurnMod(4) and var_68 == False and honey == True:
useSkill(17, 'random') # ブリザジャ (800053): Magic ice damage (6x, MAG) to all enemies
var_68 = True # unknown flag type (68)
elif isTurnMod(4) and var_69 == False and honey == True:
useSkill(18, 'random') # ブリザジャ (800053): Magic ice damage (6x, MAG) to all enemies
var_69 = True # unknown flag type (69)
elif isTurnMod(5) and var_70 == False and honey == True:
useSkill(19, 'random') # フリーズ (800055): Magic ice damage (12x, MAG) to one enemy, Reduce resistance to Ice by 300% for 4 turns to one enemy
var_70 = True # unknown flag type (70)
elif isTurnMod(5) and var_71 == False and honey == True:
useSkill(20, 'random') # フリーズ (800055): Magic ice damage (12x, MAG) to one enemy, Reduce resistance to Ice by 300% for 4 turns to one enemy
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