treant sapling
This commit is contained in:
parent
207f3b7671
commit
5d14bb8354
2 changed files with 13 additions and 0 deletions
|
|
@ -422,5 +422,17 @@
|
||||||
"vision_range": 16,
|
"vision_range": 16,
|
||||||
"attacks": [{ "name": "hits", "hit_bonus": 0, "damage": "2d5" }],
|
"attacks": [{ "name": "hits", "hit_bonus": 0, "damage": "2d5" }],
|
||||||
"loot": { "table": "food", "chance": 0.05 }
|
"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 }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,7 @@
|
||||||
{ "id": "fox", "weight": 1, "difficulty": 1},
|
{ "id": "fox", "weight": 1, "difficulty": 1},
|
||||||
{ "id": "jackal", "weight": 4, "difficulty": 1},
|
{ "id": "jackal", "weight": 4, "difficulty": 1},
|
||||||
{ "id": "deer_little", "weight": 1, "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_kobold", "weight": 1, "difficulty": 1},
|
||||||
{ "id": "zombie_gnome", "weight": 1, "difficulty": 2},
|
{ "id": "zombie_gnome", "weight": 1, "difficulty": 2},
|
||||||
{ "id": "kobold_large", "weight": 1, "difficulty": 2},
|
{ "id": "kobold_large", "weight": 1, "difficulty": 2},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue