diff options
Diffstat (limited to 'data/mobs/examples/general_store_clerk.yaml')
| -rw-r--r-- | data/mobs/examples/general_store_clerk.yaml | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/data/mobs/examples/general_store_clerk.yaml b/data/mobs/examples/general_store_clerk.yaml index bee395d..489ed28 100644 --- a/data/mobs/examples/general_store_clerk.yaml +++ b/data/mobs/examples/general_store_clerk.yaml @@ -1,24 +1,12 @@ -aggressive: false -attack: 1 -attack_type: crush -crush_defense: 0 -defense: 1 +name: Shopkeeper description: A friendly merchant with a tidy apron, standing behind a well-stocked counter. -hp: 50 +protected: true +unique: true idle_descriptions: - arranges items on the shelves - polishes the counter - counts credits in the register - greets a passerby with a nod -name: Shopkeeper -protected: true -ranged_defense: 0 -respawn_ticks: 30 -science_defense: 0 -slash_defense: 0 -speed: 5 -stab_defense: 0 -strength: 1 shop: message: '"Welcome to the General Store! Have a look around."' items: @@ -49,5 +37,3 @@ talk: - '"Welcome to the General Store! Type ''list'' to see my wares."' options: - text: '"Goodbye."' -unique: true -size: small |
