1
0
Fork 0

Update spawn table

This commit is contained in:
Timothy Warren 2022-01-10 09:58:26 -05:00
parent 5c34390bc9
commit f3ccf50b91
1 changed files with 110 additions and 6 deletions

View File

@ -97,25 +97,43 @@
"name": "Rat", "name": "Rat",
"weight": 15, "weight": 15,
"min_depth": 2, "min_depth": 2,
"max_depth": 3 "max_depth": 2
}, },
{ {
"name": "Mangy Wolf", "name": "Mangy Wolf",
"weight": 13, "weight": 13,
"min_depth": 2, "min_depth": 2,
"max_depth": 3 "max_depth": 2
}, },
{ {
"name": "Deer", "name": "Deer",
"weight": 14, "weight": 14,
"min_depth": 2, "min_depth": 2,
"max_depth": 3 "max_depth": 2
}, },
{ {
"name": "Bandit", "name": "Bandit",
"weight": 9, "weight": 9,
"min_depth": 2, "min_depth": 2,
"max_depth": 3 "max_depth": 3
},
{
"name": "Bat",
"weight": 15,
"min_depth": 3,
"max_depth": 3
},
{
"name": "Large Spider",
"weight": 3,
"min_depth": 3,
"max_depth": 3
},
{
"name": "Gelatinous Cube",
"weight": 3,
"min_depth": 3,
"max_depth": 3
} }
], ],
"loot_tables": [ "loot_tables": [
@ -410,7 +428,7 @@
"order": 2 "order": 2
}, },
"wearable": { "wearable": {
"slot": "Legs", "slot": "Feet",
"armor_class": 0.1 "armor_class": 0.1
} }
}, },
@ -938,7 +956,7 @@
"order": 1 "order": 1
}, },
"blocks_tile": true, "blocks_tile": true,
"vision_range": 4, "vision_range": 6,
"ai": "melee", "ai": "melee",
"quips": [ "quips": [
"Stand and deliver!", "Stand and deliver!",
@ -950,7 +968,11 @@
"Shield", "Shield",
"Leather Armor", "Leather Armor",
"Leather Boots" "Leather Boots"
] ],
"light": {
"range": 6,
"color": "#FFFF55"
}
}, },
{ {
"name": "Orc", "name": "Orc",
@ -990,6 +1012,88 @@
"vision_range": 4, "vision_range": 4,
"ai": "melee", "ai": "melee",
"attributes": {} "attributes": {}
},
{
"name": "Bat",
"renderable": {
"glyph": "b",
"fg": "#995555",
"bg": "#000000",
"order": 1
},
"blocks_tile": true,
"vision_range": 6,
"ai": "herbivore",
"attributes": {
"Might": 3,
"Fitness": 3
},
"skills": {
"Melee": -1,
"Defense": -1
},
"natural": {
"armor_class": 11,
"attacks": [
{
"name": "bite",
"hit_bonus": 0,
"damage": "1d4"
}
]
}
},
{
"name": "Large Spider",
"level": 2,
"attributes": {},
"renderable": {
"glyph": "s",
"fg": "#FF0000",
"bg": "#000000",
"order": 1
},
"blocks_tile": true,
"vision_range": 6,
"ai": "carnivore",
"natural": {
"armor_class": 12,
"attacks": [
{
"name": "bite",
"hit_bonus": 1,
"damage": "1d12"
}
]
}
},
{
"name": "Gelatinous Cube",
"level": 2,
"attributes": {},
"renderable": {
"glyph": "▄",
"fg": "#FF0000",
"bg": "#000000",
"order": 1
},
"blocks_tile": true,
"vision_range": 4,
"ai": "carnivore",
"natural": {
"armor_class": 12,
"attacks": [
{
"name": "engulf",
"hit_bonus": 0,
"damage": "1d8"
}
]
},
"light": {
"range": 4,
"color": "#550000"
}
} }
], ],
"props": [ "props": [