aboutsummaryrefslogtreecommitdiff
path: root/building_guide/quests.md
diff options
context:
space:
mode:
Diffstat (limited to 'building_guide/quests.md')
-rw-r--r--building_guide/quests.md15
1 files changed, 2 insertions, 13 deletions
diff --git a/building_guide/quests.md b/building_guide/quests.md
index ff04118..2c0cbac 100644
--- a/building_guide/quests.md
+++ b/building_guide/quests.md
@@ -7,6 +7,8 @@
name: "Elder"
unique: true
protected: true
+idle_descriptions:
+ - "mutters about the rat infestation"
talk:
nodes:
start:
@@ -41,19 +43,6 @@ talk:
heal: 10
options:
- text: "\"Thanks!\""
-combat:
- kind: combat
- aggressive: false
- attack_types: [crush]
- respawn_ticks: 30
- stats:
- attack: 1
- strength: 1
- defense: 1
- hp: 20
- speed: 5
-idle_descriptions:
- - "mutters about the rat infestation"
```
Talk configs are inline on the mob under the `talk:` key. No separate behavior file needed.