aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/weapons_smith.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-19 18:20:26 -0400
committerhistoria <[not public]>2026-06-19 18:20:26 -0400
commit0ea4eec5dd2122c6704216971eb1249276297867 (patch)
tree430fbbef04e837820f1d031c190f52ecd6112e25 /data/mobs/weapons_smith.yaml
parent3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff)
downloadthehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'data/mobs/weapons_smith.yaml')
-rw-r--r--data/mobs/weapons_smith.yaml79
1 files changed, 60 insertions, 19 deletions
diff --git a/data/mobs/weapons_smith.yaml b/data/mobs/weapons_smith.yaml
index da6ef3b..4138a1b 100644
--- a/data/mobs/weapons_smith.yaml
+++ b/data/mobs/weapons_smith.yaml
@@ -1,24 +1,65 @@
+aggressive: false
+attack: 1
+attack_type: crush
+crush_defense: 0
+defense: 1
+description: A burly smith with soot-stained hands and a heavy leather apron, standing proudly by the forge.
+hp: 80
id: weapons_smith
+idle_descriptions:
+ - hammers at a glowing blade on the anvil
+ - wipes soot from his brow
+ - inspects a finished sword
+ - tends to the furnace fire
name: Weaponsmith
-description: "A burly smith with soot-stained hands and a heavy leather apron, standing proudly by the forge."
-behavior: weapons_shop
-unique: true
protected: true
-hp: 80
-attack: 1
-strength: 1
-defense: 1
-speed: 5
-aggressive: false
+ranged_defense: 0
respawn_ticks: 30
-attack_type: crush
-stab_defense: 0
-slash_defense: 0
-crush_defense: 0
science_defense: 0
-ranged_defense: 0
-idle_descriptions:
- - "hammers at a glowing blade on the anvil"
- - "wipes soot from his brow"
- - "inspects a finished sword"
- - "tends to the furnace fire" \ No newline at end of file
+slash_defense: 0
+speed: 5
+stab_defense: 0
+strength: 1
+talk:
+ nodes:
+ shop:
+ action:
+ shop:
+ items:
+ - buy_price: 25
+ item_id: bronze_sword
+ sell_price: 6
+ - buy_price: 60
+ item_id: iron_sword
+ sell_price: 15
+ - buy_price: 20
+ item_id: bronze_axe
+ sell_price: 5
+ - buy_price: 50
+ item_id: iron_axe
+ sell_price: 12
+ - buy_price: 20
+ item_id: bronze_pickaxe
+ sell_price: 5
+ - buy_price: 50
+ item_id: iron_pickaxe
+ sell_price: 12
+ - buy_price: 16
+ item_id: bronze_med_helm
+ sell_price: 4
+ - buy_price: 40
+ item_id: iron_med_helm
+ sell_price: 10
+ message: The Smithy — buy or sell weapons and armor.
+ message: '"Here''s the current inventory. All quality guaranteed."'
+ options:
+ - goto: start
+ text: '"That''s all for now."'
+ start:
+ message: '"Welcome to the Smithy! Finest weapons and armor on the asteroid."'
+ options:
+ - goto: shop
+ text: '"Show me what you''ve got."'
+ - end: true
+ text: '"Nothing right now."'
+unique: true