diff options
| author | historia <[not public]> | 2026-07-01 19:41:34 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 19:41:34 -0400 |
| commit | 8eec7b75ff9c8c368b252373db45fb891732d2ca (patch) | |
| tree | 528ab3f235e3082a51b8bd6c8e5ae269c41b4f2b /data/mobs/examples/client.yaml | |
| parent | 78b522d57a9ebc691e075523910d7cdaa06b6493 (diff) | |
| download | thehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz | |
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/client.yaml')
| -rw-r--r-- | data/mobs/examples/client.yaml | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/data/mobs/examples/client.yaml b/data/mobs/examples/client.yaml index 0d5f27d..2442a8a 100644 --- a/data/mobs/examples/client.yaml +++ b/data/mobs/examples/client.yaml @@ -1,8 +1,7 @@ -aggressive: false -attack: 1 -defense: 1 +name: The Client description: A shadowy figure in a dark coat. They speak in clipped, measured tones and seem to know everything about every creature in the sector. -hp: 100 +protected: true +unique: true idle_descriptions: - reviews a holographic dossier - marks a location on a worn star chart @@ -10,11 +9,6 @@ idle_descriptions: - mutters coordinates under their breath - glances at you appraisingly - taps a data pad with a stylus -name: The Client -protected: true -respawn_ticks: 30 -speed: 5 -strength: 1 talk: nodes: assign_task: @@ -224,5 +218,3 @@ talk: text: '"Buy spectral visor (75 credits)."' - goto: start text: '"Back."' -unique: true -size: small |
