[core] name:RedWallB 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:-1,0,1,0 constructionFootprint:-1,-1,1,1 buildSpeed:20s [graphics] image:RedWall-B.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