Update raws
This commit is contained in:
parent
b514eec669
commit
76fed8a80f
123
raws/spawns.json
123
raws/spawns.json
@ -6,6 +6,12 @@
|
||||
"min_depth": 3,
|
||||
"max_depth": 4
|
||||
},
|
||||
{
|
||||
"name": "Goblin Archer",
|
||||
"weight": 10,
|
||||
"min_depth": 3,
|
||||
"max_depth": 4
|
||||
},
|
||||
{
|
||||
"name": "Orc",
|
||||
"weight": 1,
|
||||
@ -138,6 +144,12 @@
|
||||
"min_depth": 0,
|
||||
"max_depth": 100
|
||||
},
|
||||
{
|
||||
"name": "Shortbow",
|
||||
"weight": 2,
|
||||
"min_depth": 3,
|
||||
"max_depth": 100
|
||||
},
|
||||
{
|
||||
"name": "Longsword",
|
||||
"weight": 2,
|
||||
@ -306,6 +318,12 @@
|
||||
"min_depth": 2,
|
||||
"max_depth": 3
|
||||
},
|
||||
{
|
||||
"name": "Bandit Archer",
|
||||
"weight": 9,
|
||||
"min_depth": 2,
|
||||
"max_depth": 3
|
||||
},
|
||||
{
|
||||
"name": "Bat",
|
||||
"weight": 15,
|
||||
@ -413,6 +431,12 @@
|
||||
"weight": 1,
|
||||
"min_depth": 5,
|
||||
"max_depth": 7
|
||||
},
|
||||
{
|
||||
"name": "Hand Crossbow",
|
||||
"weight": 2,
|
||||
"min_depth": 9,
|
||||
"max_depth": 11
|
||||
}
|
||||
],
|
||||
"loot_tables": [
|
||||
@ -1020,6 +1044,56 @@
|
||||
"include_cursed": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Shortbow",
|
||||
"renderable": {
|
||||
"glyph": ")",
|
||||
"fg": "#FFAAAA",
|
||||
"bg": "#000000",
|
||||
"order": 2
|
||||
},
|
||||
"weapon": {
|
||||
"range": "4",
|
||||
"attribute": "Quickness",
|
||||
"base_damage": "1d4",
|
||||
"hit_bonus": 0
|
||||
},
|
||||
"weight_lbs": 2.0,
|
||||
"base_value": 5.0,
|
||||
"initiative_penalty": 1,
|
||||
"vendor_category": "weapon",
|
||||
"template_magic": {
|
||||
"unidentified_name": "Unidentified Shortbow",
|
||||
"bonus_min": 1,
|
||||
"bonus_max": 5,
|
||||
"include_cursed": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Hand Crossbow",
|
||||
"renderable": {
|
||||
"glyph": ")",
|
||||
"fg": "#FFAAAA",
|
||||
"bg": "#000000",
|
||||
"order": 2
|
||||
},
|
||||
"weapon": {
|
||||
"range": "6",
|
||||
"attribute": "Quickness",
|
||||
"base_damage": "1d6",
|
||||
"hit_bonus": 0
|
||||
},
|
||||
"weight_lbs": 2.0,
|
||||
"base_value": 5.0,
|
||||
"initiative_penalty": 1,
|
||||
"vendor_category": "weapon",
|
||||
"template_magic": {
|
||||
"unidentified_name": "Unidentified Hand Crossbow",
|
||||
"bonus_min": 1,
|
||||
"bonus_max": 5,
|
||||
"include_cursed": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Shortsword",
|
||||
"renderable": {
|
||||
@ -2374,6 +2448,34 @@
|
||||
"faction": "Bandits",
|
||||
"gold": "1d6"
|
||||
},
|
||||
{
|
||||
"name": "Bandit Archer",
|
||||
"renderable": {
|
||||
"glyph": "☻",
|
||||
"fg": "#FF5500",
|
||||
"bg": "#000000",
|
||||
"order": 1
|
||||
},
|
||||
"blocks_tile": true,
|
||||
"vision_range": 6,
|
||||
"movement": "random_waypoint",
|
||||
"quips": [
|
||||
"Stand and deliver!",
|
||||
"Alright, hand it over"
|
||||
],
|
||||
"attributes": {},
|
||||
"equipped": [
|
||||
"Shortbow",
|
||||
"Leather Armor",
|
||||
"Leather Boots"
|
||||
],
|
||||
"light": {
|
||||
"range": 6,
|
||||
"color": "#FFFF55"
|
||||
},
|
||||
"faction": "Bandits",
|
||||
"gold": "1d6"
|
||||
},
|
||||
{
|
||||
"name": "Dark Elf",
|
||||
"renderable": {
|
||||
@ -2387,6 +2489,7 @@
|
||||
"movement": "random_waypoint",
|
||||
"attributes": {},
|
||||
"equipped": [
|
||||
"Hand Crossbow",
|
||||
"Scimitar",
|
||||
"Buckler",
|
||||
"Drow Chain",
|
||||
@ -2449,6 +2552,26 @@
|
||||
"faction": "Cave Goblins",
|
||||
"gold": "1d6"
|
||||
},
|
||||
{
|
||||
"name": "Goblin Archer",
|
||||
"renderable": {
|
||||
"glyph": "g",
|
||||
"fg": "#FFFF00",
|
||||
"bg": "#000000",
|
||||
"order": 1
|
||||
},
|
||||
"blocks_tile": true,
|
||||
"vision_range": 8,
|
||||
"movement": "static",
|
||||
"attributes": {},
|
||||
"faction": "Cave Goblins",
|
||||
"gold": "1d6",
|
||||
"equipped": [
|
||||
"Shortbow",
|
||||
"Leather Armor",
|
||||
"Leather Boots"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Kobold",
|
||||
"renderable": {
|
||||
|
Loading…
Reference in New Issue
Block a user