feat: add paired goat care

This commit is contained in:
Rijad Zuzo
2026-07-30 23:03:15 +02:00
parent 5511c295a5
commit d950c3da68
19 changed files with 541 additions and 61 deletions
+2
View File
@@ -31,9 +31,11 @@ const RESOURCE_FOOD := &"food"
const RESOURCE_WOOD := &"wood"
const ANIMAL_DUNJA := &"goat_dunja"
const ANIMAL_ZORA := &"goat_zora"
const SPECIES_GOAT := &"goat"
const ANIMAL_SITE_DUNJA_PASTURE := &"dunja_pasture"
const ANIMAL_SITE_DUNJA_SHELTER := &"dunja_shelter"
const ANIMAL_SITE_ZORA_SHELTER := &"zora_shelter"
const STORAGE_VILLAGE_PANTRY := &"village_pantry"
const STORAGE_VILLAGE_WOODPILE := &"village_woodpile"
@@ -5,7 +5,7 @@
[resource]
script = ExtResource("1")
action_id = &"feed_animal"
display_name = "Feed Dunja"
display_name = "Feed animal"
default_duration = 2.0
preferred_profession_id = &"farmer"
target_type = &"animal"