Update raws

This commit is contained in:
Timothy Warren 2022-01-25 11:15:51 -05:00
parent e6a01791bf
commit ad92dc34db

View File

@ -12,18 +12,72 @@
"min_depth": 4, "min_depth": 4,
"max_depth": 100 "max_depth": 100
}, },
{
"name": "Beginner's Magic",
"weight": 6,
"min_depth": 0,
"max_depth": 100
},
{
"name": "Venom 101",
"weight": 3,
"min_depth": 0,
"max_depth": 100
},
{
"name": "Arachnophilia 101",
"weight": 3,
"min_depth": 0,
"max_depth": 100
},
{ {
"name": "Strength Potion", "name": "Strength Potion",
"weight": 2, "weight": 2,
"min_depth": 0, "min_depth": 0,
"max_depth": 100 "max_depth": 100
}, },
{
"name": "Poison Potion",
"weight": 3,
"min_depth": 0,
"max_depth": 100
},
{
"name": "Slow Potion",
"weight": 3,
"min_depth": 0,
"max_depth": 100
},
{
"name": "Haste Potion",
"weight": 3,
"min_depth": 0,
"max_depth": 100
},
{
"name": "Web Scroll",
"weight": 2,
"min_depth": 0,
"max_depth": 100
},
{
"name": "Rod of Venom",
"weight": 2,
"min_depth": 0,
"max_depth": 100
},
{ {
"name": "Health Potion", "name": "Health Potion",
"weight": 7, "weight": 7,
"min_depth": 0, "min_depth": 0,
"max_depth": 100 "max_depth": 100
}, },
{
"name": "Mana Potion",
"weight": 7,
"min_depth": 0,
"max_depth": 100
},
{ {
"name": "Fireball Scroll", "name": "Fireball Scroll",
"weight": 2, "weight": 2,
@ -74,6 +128,12 @@
"min_depth": 0, "min_depth": 0,
"max_depth": 100 "max_depth": 100
}, },
{
"name": "Dagger of Venom",
"weight": 2,
"min_depth": 0,
"max_depth": 100
},
{ {
"name": "Dagger", "name": "Dagger",
"weight": 3, "weight": 3,
@ -305,8 +365,7 @@
"responses": { "responses": {
"Default": "flee", "Default": "flee",
"Player": "ignore", "Player": "ignore",
"Townsfolk": "ignore", "Townsfolk": "ignore"
"Dwarven Remnant": "ignore"
} }
}, },
{ {
@ -361,6 +420,120 @@
} }
], ],
"items": [ "items": [
{
"name": "Beginner's Magic",
"renderable": {
"glyph": "¶",
"fg": "#FF00FF",
"bg": "#000000",
"order": 2
},
"consumable": {
"effects": {
"teach_spell": "Zap"
}
},
"weight_lbs": 0.5,
"base_value": 50.0,
"vendor_category": "alchemy"
},
{
"name": "Arachnophilia 101",
"renderable": {
"glyph": "¶",
"fg": "#FF00FF",
"bg": "#000000",
"order": 2
},
"consumable": {
"effects": {
"teach_spell": "Web"
}
},
"weight_lbs": 0.5,
"base_value": 50.0,
"vendor_category": "alchemy"
},
{
"name": "Venom 101",
"renderable": {
"glyph": "¶",
"fg": "#FF00FF",
"bg": "#000000",
"order": 2
},
"consumable": {
"effects": {
"teach_spell": "Venom"
}
},
"weight_lbs": 0.5,
"base_value": 50.0,
"vendor_category": "alchemy"
},
{
"name": "Poison Potion",
"renderable": {
"glyph": "!",
"fg": "#FF00FF",
"bg": "#000000",
"order": 2
},
"consumable": {
"effects": {
"damage_over_time": "2"
}
},
"weight_lbs": 0.5,
"base_value": 50.0,
"vendor_category": "alchemy",
"magic": {
"class": "common",
"naming": "potion"
}
},
{
"name": "Slow Potion",
"renderable": {
"glyph": "!",
"fg": "#FF00FF",
"bg": "#000000",
"order": 2
},
"consumable": {
"effects": {
"slow": "2.0"
}
},
"weight_lbs": 0.5,
"base_value": 50.0,
"vendor_category": "alchemy",
"magic": {
"class": "common",
"naming": "potion"
}
},
{
"name": "Haste Potion",
"renderable": {
"glyph": "!",
"fg": "#FF00FF",
"bg": "#000000",
"order": 2
},
"consumable": {
"effects": {
"slow": "-2.0"
}
},
"weight_lbs": 0.5,
"base_value": 100.0,
"vendor_category": "alchemy",
"magic": {
"class": "common",
"naming": "potion"
}
},
{ {
"name": "Health Potion", "name": "Health Potion",
"renderable": { "renderable": {
@ -382,6 +555,27 @@
"naming": "potion" "naming": "potion"
} }
}, },
{
"name": "Mana Potion",
"renderable": {
"glyph": "!",
"fg": "#FF00FF",
"bg": "#000000",
"order": 2
},
"consumable": {
"effects": {
"provides_mana": "4"
}
},
"weight_lbs": 0.5,
"base_value": 50.0,
"vendor_category": "alchemy",
"magic": {
"class": "common",
"naming": "potion"
}
},
{ {
"name": "Strength Potion", "name": "Strength Potion",
"renderable": { "renderable": {
@ -429,6 +623,30 @@
"naming": "scroll" "naming": "scroll"
} }
}, },
{
"name": "Web Scroll",
"renderable": {
"glyph": ")",
"fg": "#FFAAAA",
"bg": "#000000",
"order": 2
},
"consumable": {
"effects": {
"ranged": "6",
"slow": "10.0",
"area_of_effect": "3",
"particle_line": "☼;#FFFFFF;200.0"
}
},
"weight_lbs": 0.5,
"base_value": 500.0,
"vendor_category": "alchemy",
"magic": {
"class": "common",
"naming": "scroll"
}
},
{ {
"name": "Fireball Scroll", "name": "Fireball Scroll",
"renderable": { "renderable": {
@ -686,6 +904,34 @@
"initiative_penalty": 0, "initiative_penalty": 0,
"vendor_category": "weapon" "vendor_category": "weapon"
}, },
{
"name": "Dagger of Venom",
"renderable": {
"glyph": "/",
"fg": "#FFAAAA",
"bg": "#000000",
"order": 2
},
"weapon": {
"range": "melee",
"attribute": "Quickness",
"base_damage": "1d4+1",
"hit_bonus": 1,
"proc_chance": 0.5,
"proc_target": "Target",
"proc_effects": {
"damage_over_time": "2"
}
},
"weight_lbs": 1.0,
"base_value": 2.0,
"initiative_penalty": -1,
"vendor_category": "weapon",
"magic": {
"class": "common",
"naming": "Unidentified Dagger"
}
},
{ {
"name": "Shortsword", "name": "Shortsword",
"renderable": { "renderable": {
@ -1041,7 +1287,7 @@
"order": 2 "order": 2
}, },
"wearable": { "wearable": {
"slot": "Torso", "slot": "Head",
"armor_class": 1.0 "armor_class": 1.0
}, },
"weight_lbs": 5.0, "weight_lbs": 5.0,
@ -1114,6 +1360,30 @@
"class": "common", "class": "common",
"naming": "Unidentified Rod" "naming": "Unidentified Rod"
} }
},
{
"name": "Rod of Venom",
"renderable": {
"glyph": "/",
"fg": "#FFAAAA",
"bg": "#000000",
"order": 2
},
"consumable": {
"effects": {
"ranged": "6",
"damage_over_time": "1",
"particle_line": "▓;#00FF00;200.0"
},
"charges": 5
},
"weight_lbs": 0.5,
"base_value": 500.0,
"vendor_category": "alchemy",
"magic": {
"class": "common",
"naming": "Unidentified Rod"
}
} }
], ],
"mobs": [ "mobs": [
@ -1748,6 +2018,14 @@
} }
] ]
}, },
"abilities": [
{
"spell": "Web",
"chance": 0.2,
"range": 6.0,
"min_range": 3.0
}
],
"faction": "Carnivores" "faction": "Carnivores"
}, },
{ {
@ -1905,7 +2183,9 @@
"entry_trigger": { "entry_trigger": {
"effects": { "effects": {
"damage": "18", "damage": "18",
"single_activation": "1" "single_activation": "1",
"area_of_effect": "3",
"particle": "▓;#FFA500;200.0"
} }
} }
}, },
@ -2096,5 +2376,35 @@
} }
} }
} }
],
"spells": [
{
"name": "Zap",
"mana_cost": 1,
"effects": {
"ranged": "6",
"damage": "5",
"particle_line": "▓;#00FFFF;400.0"
}
},
{
"name": "Web",
"mana_cost": 2,
"effects": {
"ranged": "6",
"slow": "10",
"area_of_effect": "3",
"particle_line": "☼;#FFFFFF;400.0"
}
},
{
"name": "Venom",
"mana_cost": 2,
"effects": {
"ranged": "6",
"damage_over_time": "4",
"particle_line": "▓;#00FF00;400.0"
}
}
] ]
} }