aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/phantom.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data/mobs/examples/phantom.yaml')
-rw-r--r--data/mobs/examples/phantom.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/data/mobs/examples/phantom.yaml b/data/mobs/examples/phantom.yaml
new file mode 100644
index 0000000..d871b76
--- /dev/null
+++ b/data/mobs/examples/phantom.yaml
@@ -0,0 +1,32 @@
+name: phantom
+description: "A semi-transparent entity that phases in and out of visible light. Its psychic attacks are devastating to anyone without a spectral visor."
+assassin_level: 45
+damage_without: spectral_visor
+attack: 35
+strength: 30
+defense: 25
+hp: 100
+speed: 3
+aggressive: true
+respawn_ticks: 50
+idle_descriptions:
+ - "flickers between visible and invisible"
+ - "emits a low, resonant hum"
+ - "drifts through a wall and back again"
+ - "stares at you with hollow, glowing eyes"
+combat_descriptions:
+ - "blasts %s with a psychic wave"
+ - "phases through %s's defenses"
+ - "unleashes a spectral shriek at %s"
+size: medium
+drops:
+ remains: ectoplasm
+ loot:
+ - item_id: credits
+ weight: 60
+ quantity: 500
+ - item_id: spectral_visor
+ weight: 3
+ - item_id: credits
+ weight: 37
+ quantity: 1000