From 8755102e4a556db175172af1b798cd4c9595b78d Mon Sep 17 00:00:00 2001 From: Rendo Date: Thu, 3 Jul 2025 19:54:16 +0500 Subject: [PATCH] Descriptions done --- resources/zombies/basic.tres | 8 +++++++- resources/zombies/buckethead.tres | 7 ++++++- resources/zombies/conehead.tres | 7 ++++++- resources/zombies/hobo.tres | 8 +++++++- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/resources/zombies/basic.tres b/resources/zombies/basic.tres index 2df65fa..9b4796e 100644 --- a/resources/zombies/basic.tres +++ b/resources/zombies/basic.tres @@ -7,7 +7,13 @@ [resource] script = ExtResource("1_k277m") 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 Scene = ExtResource("1_c2mq3") ReloadTime = 1.0 diff --git a/resources/zombies/buckethead.tres b/resources/zombies/buckethead.tres index 06eb9bf..3f58abb 100644 --- a/resources/zombies/buckethead.tres +++ b/resources/zombies/buckethead.tres @@ -7,7 +7,12 @@ [resource] script = ExtResource("1_sngfh") 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 Scene = ExtResource("1_lhcag") ReloadTime = 1.0 diff --git a/resources/zombies/conehead.tres b/resources/zombies/conehead.tres index 2f28793..43fb0d6 100644 --- a/resources/zombies/conehead.tres +++ b/resources/zombies/conehead.tres @@ -7,7 +7,12 @@ [resource] script = ExtResource("1_sw7hj") 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 Scene = ExtResource("1_llf5l") ReloadTime = 1.0 diff --git a/resources/zombies/hobo.tres b/resources/zombies/hobo.tres index 7b8e10f..b8d6365 100644 --- a/resources/zombies/hobo.tres +++ b/resources/zombies/hobo.tres @@ -7,7 +7,13 @@ [resource] script = ExtResource("1_u5qpq") 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 Scene = ExtResource("1_4myt6") ReloadTime = 1.0