Descriptions done
This commit is contained in:
parent
b932e82555
commit
8755102e4a
4 changed files with 26 additions and 4 deletions
|
|
@ -7,7 +7,13 @@
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_k277m")
|
script = ExtResource("1_k277m")
|
||||||
display_name = "Basic zombie"
|
display_name = "Basic zombie"
|
||||||
display_description = ""
|
display_description = "The most basic zombie that zomboss has.
|
||||||
|
Health points: [color=darkred]7 peas[/color].
|
||||||
|
Walk speed: [color=darkred]0.2 tiles/second[/color].
|
||||||
|
Attack speed: [color=darkred]1 Gz[/color].
|
||||||
|
Attack damage: [color=darkred]1 bite[/color].
|
||||||
|
|
||||||
|
"
|
||||||
Cost = 1.0
|
Cost = 1.0
|
||||||
Scene = ExtResource("1_c2mq3")
|
Scene = ExtResource("1_c2mq3")
|
||||||
ReloadTime = 1.0
|
ReloadTime = 1.0
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,12 @@
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_sngfh")
|
script = ExtResource("1_sngfh")
|
||||||
display_name = "Buckethead zombie"
|
display_name = "Buckethead zombie"
|
||||||
display_description = ""
|
display_description = "Wears metal to protect his remaining brains. Equivalent of ~7 zombies.
|
||||||
|
Health points: [color=darkred]7 peas[/color].
|
||||||
|
Armour points: [color=darkred]39 peas[/color].
|
||||||
|
Walk speed: [color=darkred]0.2 tiles/second[/color].
|
||||||
|
Attack speed: [color=darkred]1 Gz[/color].
|
||||||
|
Attack damage: [color=darkred]1 bite[/color]."
|
||||||
Cost = 5.0
|
Cost = 5.0
|
||||||
Scene = ExtResource("1_lhcag")
|
Scene = ExtResource("1_lhcag")
|
||||||
ReloadTime = 1.0
|
ReloadTime = 1.0
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,12 @@
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_sw7hj")
|
script = ExtResource("1_sw7hj")
|
||||||
display_name = "Conehead zombie"
|
display_name = "Conehead zombie"
|
||||||
display_description = ""
|
display_description = "Armoured vesion of basic zombie. Equivalent of ~3 zombies.
|
||||||
|
Health points: [color=darkred]7 peas[/color].
|
||||||
|
Armour points: [color=darkred]13 peas[/color].
|
||||||
|
Walk speed: [color=darkred]0.2 tiles/second[/color].
|
||||||
|
Attack speed: [color=darkred]1 Gz[/color].
|
||||||
|
Attack damage: [color=darkred]1 bite[/color]."
|
||||||
Cost = 2.0
|
Cost = 2.0
|
||||||
Scene = ExtResource("1_llf5l")
|
Scene = ExtResource("1_llf5l")
|
||||||
ReloadTime = 1.0
|
ReloadTime = 1.0
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,13 @@
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_u5qpq")
|
script = ExtResource("1_u5qpq")
|
||||||
display_name = "Garbage can zombie"
|
display_name = "Garbage can zombie"
|
||||||
display_description = ""
|
display_description = "Some time in the past he met a great conqueror. Hates to live without his can. Equivalent of ~8 zombies.
|
||||||
|
Health points: [color=darkred]13 peas[/color].
|
||||||
|
Armour points: [color=darkred]39 peas[/color].
|
||||||
|
Walk speed: [color=darkred]0.2 tiles/second[/color].
|
||||||
|
Run speed: [color=darkred]0.6 tiles/second[/color].
|
||||||
|
Attack speed: [color=darkred]1 Gz[/color].
|
||||||
|
Attack damage: [color=darkred]1 bite[/color]."
|
||||||
Cost = 7.0
|
Cost = 7.0
|
||||||
Scene = ExtResource("1_4myt6")
|
Scene = ExtResource("1_4myt6")
|
||||||
ReloadTime = 1.0
|
ReloadTime = 1.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue