tec_server Technology Bot

Joined: 04 Nov 2002 Posts: 1746
|
Posted: Thu Nov 23, 2006 7:34 pm Post subject: talear |
|
|
talear (class 1 ship)
this ship, formed from the combining of three amalgon fighters, if destroyed will cause 3 damage to 3 own class 2 ships and 6 damage to 1 enemy ship. if it survives the whole battle it will change back into the original 3 amalgon fighters
attack/life: 10/6
manpower: 6
researchtime: 1 d
buildingtime: 12 h
nanite-technology
needed research:
advanced tactics
battle details:fights
(battle engine syntax: f)
if this ship gets destroyed it modifies AP/LP by 0/-6 of 1 ship of any ship-type in the enemy fleet in the same class
(battle engine syntax: trigger_destruction@mod,enemy,1,this,all,+,0,-6)
if this ship gets destroyed it modifies AP/LP by 0/-3 of 3 ships of any ship-type in your own fleet in class 2
(battle engine syntax: trigger_destruction@mod,self,3,2,all,+,0,-3)
trigger_destroy it modifies AP/LP by 0/-6 of 1 ship of any ship-type in the enemy fleet in the same class
(battle engine syntax: trigger_destroy@mod,enemy,1,this,all,+,0,-6)
trigger_destroy it modifies AP/LP by 0/-3 of 3 ships of any ship-type in your own fleet in class 2
(battle engine syntax: trigger_destroy@mod,self,3,2,all,+,0,-3)
at the end of battle it evolves into 3 amalgon fighter (1/2)
(battle engine syntax: evolve,amalgon fighter,1,2,3) |
|