aboutsummaryrefslogtreecommitdiff
path: root/building_guide/quests.md
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-09 16:09:35 -0400
committerhistoria <[not public]>2026-07-09 16:09:35 -0400
commitb8c90886ef1f3afb8d908aac89028bd177836cae (patch)
tree7e566a7e308e7531bbb7d6a3a39239e789f69a3c /building_guide/quests.md
parentc705ae942573984784ef501bf8198f61f5206ddd (diff)
downloadthehouseoficarus-b8c90886ef1f3afb8d908aac89028bd177836cae.tar.gz
feat(admin): multi-select with shift+drag for common bulk operations
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.