diff --git a/raws/mobs.json b/raws/mobs.json index 30a9052..e75bb5c 100644 --- a/raws/mobs.json +++ b/raws/mobs.json @@ -422,5 +422,17 @@ "vision_range": 16, "attacks": [{ "name": "hits", "hit_bonus": 0, "damage": "2d5" }], "loot": { "table": "food", "chance": 0.05 } + }, + { + "id": "treant_small", + "name": "treant sapling", + "renderable": { "glyph": "♠️", "fg": "#00FF00", "bg": "#000000", "order": 1 }, + "flags": ["LARGE_GROUP"], + "level": 2, + "bac": 12, + "speed": 4, + "vision_range": 16, + "attacks": [{ "name": "lashes", "hit_bonus": 4, "damage": "1d8" }], + "loot": { "table": "scrolls", "chance": 0.05 } } ] diff --git a/raws/spawn_tables.json b/raws/spawn_tables.json index 1b73c25..76fde94 100644 --- a/raws/spawn_tables.json +++ b/raws/spawn_tables.json @@ -85,6 +85,7 @@ { "id": "fox", "weight": 1, "difficulty": 1}, { "id": "jackal", "weight": 4, "difficulty": 1}, { "id": "deer_little", "weight": 1, "difficulty": 1}, + { "id": "treant_small", "weight": 1, "difficulty": 1}, { "id": "zombie_kobold", "weight": 1, "difficulty": 1}, { "id": "zombie_gnome", "weight": 1, "difficulty": 2}, { "id": "kobold_large", "weight": 1, "difficulty": 2},