Since EI is AFAIK the only one that uses the Gate,
...it should be acceptable if I change it to suit EI better, no? Decrease in gate HP.
This commit is contained in:
parent
111fdbff59
commit
9f26d29109
1 changed files with 24 additions and 24 deletions
|
@ -1,26 +1,26 @@
|
|||
[unit]
|
||||
id=Gate
|
||||
name= _ "Gate"
|
||||
image=terrain/cavewall.png
|
||||
hitpoints=8
|
||||
movement_type=none
|
||||
[resistance]
|
||||
blade=0
|
||||
pierce=100
|
||||
[/resistance]
|
||||
movement=1
|
||||
experience=500
|
||||
level=0
|
||||
alignment=neutral
|
||||
advanceto=null
|
||||
cost=20
|
||||
usage=fighter
|
||||
unit_description="The door will not open for any who are not allied with it."
|
||||
[attack]
|
||||
name=bump
|
||||
damage=1
|
||||
number=0
|
||||
type=impact
|
||||
range=short
|
||||
[/attack]
|
||||
id=Gate
|
||||
name= _ "Gate"
|
||||
image=terrain/cavewall.png
|
||||
hitpoints=4
|
||||
movement_type=none
|
||||
[resistance]
|
||||
blade=0
|
||||
pierce=100
|
||||
[/resistance]
|
||||
movement=1
|
||||
experience=500
|
||||
level=0
|
||||
alignment=neutral
|
||||
advanceto=null
|
||||
cost=20
|
||||
usage=fighter
|
||||
unit_description="The door will not open for any who are not allied with it."
|
||||
[attack]
|
||||
name=bump
|
||||
damage=1
|
||||
number=0
|
||||
type=impact
|
||||
range=short
|
||||
[/attack]
|
||||
[/unit]
|
||||
|
|
Loading…
Add table
Reference in a new issue