1
0
Fork 0

Update spawns

This commit is contained in:
Timothy Warren 2022-01-24 10:54:19 -05:00
parent 9e06be46f3
commit af46a7631b
1 changed files with 94 additions and 2 deletions

View File

@ -12,6 +12,12 @@
"min_depth": 4,
"max_depth": 100
},
{
"name": "Strength Potion",
"weight": 2,
"min_depth": 0,
"max_depth": 100
},
{
"name": "Health Potion",
"weight": 7,
@ -56,6 +62,18 @@
"min_depth": 0,
"max_depth": 100
},
{
"name": "Rod of Fireballs",
"weight": 1,
"min_depth": 0,
"max_depth": 100
},
{
"name": "Gauntlets of Ogre Power",
"weight": 1,
"min_depth": 0,
"max_depth": 100
},
{
"name": "Dagger",
"weight": 3,
@ -287,7 +305,8 @@
"responses": {
"Default": "flee",
"Player": "ignore",
"Townsfolk": "ignore"
"Townsfolk": "ignore",
"Dwarven Remnant": "ignore"
}
},
{
@ -363,6 +382,30 @@
"naming": "potion"
}
},
{
"name": "Strength Potion",
"renderable": {
"glyph": "!",
"fg": "#FF00FF",
"bg": "#000000",
"order": 2
},
"consumable": {
"effects": {
"particle": "!;#FF0000;200.0"
}
},
"weight_lbs": 0.5,
"base_value": 50.0,
"vendor_category": "alchemy",
"magic": {
"class": "common",
"naming": "potion"
},
"attributes": {
"might": 5
}
},
{
"name": "Magic Missile Scroll",
"renderable": {
@ -998,7 +1041,7 @@
"order": 2
},
"wearable": {
"slot": "Head",
"slot": "Torso",
"armor_class": 1.0
},
"weight_lbs": 5.0,
@ -1022,6 +1065,55 @@
"base_value": 5.0,
"initiative_penalty": 0.25,
"vendor_category": "clothes"
},
{
"name": "Gauntlets of Ogre Power",
"renderable": {
"glyph": "[",
"fg": "#00FF00",
"bg": "#000000",
"order": 2
},
"wearable": {
"slot": "Hands",
"armor_class": 0.1
},
"weight_lbs": 1.0,
"base_value": 300.0,
"initiative_penalty": 0.0,
"vendor_category": "armor",
"magic": {
"class": "common",
"naming": "Unidentified Gauntlets"
},
"attributes": {
"might": 5
}
},
{
"name": "Rod of Fireballs",
"renderable": {
"glyph": "/",
"fg": "#FFAAAA",
"bg": "#000000",
"order": 2
},
"consumable": {
"effects": {
"ranged": "6",
"damage": "20",
"area_of_effect": "3",
"particle": "▓;#FFA500;200.0"
},
"charges": 5
},
"weight_lbs": 0.5,
"base_value": 500.0,
"vendor_category": "alchemy",
"magic": {
"class": "common",
"naming": "Unidentified Rod"
}
}
],
"mobs": [