StarRiver-EndlessJourney-RW.../code/warning/高塔合约终端/新年城墙/RedWallA.ini
2023-01-30 21:50:45 +08:00

44 lines
984 B
INI

[core]
name:RedWallA
displayText:New Year Walls
displayDescription:-It is time to ring out the old and welcome in the new year. Happy New Year!
displayText_zh:新年城墙
displayDescription_zh:-辞旧迎新,除岁时刻。新年快乐!
maxHp:9000
mass:${core.maxHp*10}
price:1000
buildingSelectionOffset:0
radius:30
isBuilding:true
footprint:0,-1,0,1
constructionFootprint:0,-1,0,1
buildSpeed:20s
[graphics]
image:RedWall-A.png
imageScale:1
[attack]
canAttack:false
[movement]
movementType:BUILDING
[action_建筑检修]
autoTrigger:if self.globalTeamTags(includes="建筑检修T") and not self.hasFlag(id=20)
setUnitStats:maxHp=self.maxHp*0.7,hp=self.maxHp
addResources:setFlag=20
isVisible:false
ai_isDisabled:true
[action_建筑检修恢复]
autoTrigger:if not self.globalTeamTags(includes="建筑检修T") and self.hasFlag(id=20)
resetUnitStats:true
setUnitStats:maxHp=self.maxHp*1,hp=self.maxHp
addResources:unsetFlag=20,hp=100000
isVisible:false
ai_isDisabled:true