diff options
Diffstat (limited to 'data/mobs/examples/newbie_trainer.yaml')
| -rw-r--r-- | data/mobs/examples/newbie_trainer.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/mobs/examples/newbie_trainer.yaml b/data/mobs/examples/newbie_trainer.yaml new file mode 100644 index 0000000..3897dba --- /dev/null +++ b/data/mobs/examples/newbie_trainer.yaml @@ -0,0 +1,25 @@ +name: Newbie Trainer +description: "A friendly-looking instructor ready to help new adventurers." +unique: true +protected: true +attack: 1 +strength: 1 +defense: 1 +hp: 50 +speed: 5 +aggressive: false +respawn_ticks: 30 +attack_type: crush +stab_defense: 0 +slash_defense: 0 +crush_defense: 0 +science_defense: 0 +ranged_defense: 0 +idle_descriptions: + - "reviews a training manual" + - "adjusts a practice dummy" + - "demonstrates a sword stance to no one in particular" + - "offers a friendly nod to passersby" + - "polishes a wooden shield" + - "checks a stopwatch and jots something down" +size: small |
