fightBasic
Configuration de l'IA de combat
addSpell
fightBasic:addSpell(spellId, target, turns, relaunch, cac, targetLife)Nom
Type
Description
-- Sort offensif sur ennemi, toujours, max 3 fois par tour
fightBasic:addSpell(12345, "enemy", 0, 3, false, 0)
-- Sort de buff sur soi, tour 1 uniquement
fightBasic:addSpell(12346, "self", 1, 1, false, 0)
-- Sort de soin sur allie si vie < 50%
fightBasic:addSpell(12347, "ally", 0, 2, false, 50)clearSpells
playTurn
Nom
Type
Description
setApproachDistance
Nom
Type
Description
setFightSpeed
Nom
Type
Description
Mis à jour

