rust-rl/raws/spawn_tables.json

95 lines
4.5 KiB
JSON

[
{
"id": "equipment",
"table": [
{ "id": "equip_dagger", "weight": 3, "difficulty": 1},
{ "id": "equip_shortsword", "weight": 3, "difficulty": 1},
{ "id": "equip_smallshield", "weight": 3, "difficulty": 1},
{ "id": "equip_mediumshield", "weight": 2, "difficulty": 1},
{ "id": "equip_body_weakleather", "weight": 4, "difficulty": 1},
{ "id": "equip_head_leather", "weight": 4, "difficulty": 1},
{ "id": "equip_feet_leather", "weight": 4, "difficulty": 1},
{ "id": "equip_body_leather", "weight": 4, "difficulty": 1},
{ "id": "equip_neck_protection", "weight": 1, "difficulty": 1},
{ "id": "equip_back_protection", "weight": 1, "difficulty": 1},
{ "id": "equip_body_studdedleather","weight": 3, "difficulty": 2},
{ "id": "equip_head_o", "weight": 4, "difficulty": 2},
{ "id": "equip_longsword", "weight": 2, "difficulty": 3},
{ "id": "equip_head_elvish", "weight": 3, "difficulty": 3},
{ "id": "equip_feet_elvish", "weight": 3, "difficulty": 3},
{ "id": "equip_body_ringmail_o", "weight": 4, "difficulty": 3},
{ "id": "equip_feet_o", "weight": 4, "difficulty": 3},
{ "id": "equip_body_ringmail", "weight": 2, "difficulty": 3},
{ "id": "equip_largeshield", "weight": 2, "difficulty": 3},
{ "id": "equip_head_iron", "weight": 3, "difficulty": 4},
{ "id": "equip_feet_iron", "weight": 2, "difficulty": 4}
]
},
{
"id": "potions",
"table": [
{ "id": "potion_health_weak", "weight": 6, "difficulty": 1},
{ "id": "potion_health", "weight": 3, "difficulty": 1}
]
},
{
"id": "scrolls",
"table": [
{ "id": "scroll_confusion", "weight": 2, "difficulty": 1},
{ "id": "scroll_magicmap_c", "weight": 2, "difficulty": 1},
{ "id": "scroll_magicmap", "weight": 2, "difficulty": 1},
{ "id": "scroll_fireball", "weight": 2, "difficulty": 2},
{ "id": "scroll_fireball_c", "weight": 2, "difficulty": 2}
]
},
{
"id": "wands",
"table": [
{ "id": "wand_magicmissile", "weight": 1, "difficulty": 1},
{ "id": "wand_confusion", "weight": 1, "difficulty": 1},
{ "id": "wand_digging", "weight": 1, "difficulty": 1},
{ "id": "wand_fireball", "weight": 1, "difficulty": 2}
]
},
{
"id": "food",
"table": [
{ "id": "food_rations", "weight": 1, "difficulty": 1},
{ "id": "food_apple", "weight": 1, "difficulty": 1}
]
},
{
"id": "mobs",
"table": [
{ "id": "rat", "weight": 1, "difficulty": 1},
{ "id": "goblin", "weight": 3, "difficulty": 1},
{ "id": "kobold", "weight": 1, "difficulty": 1},
{ "id": "fox", "weight": 1, "difficulty": 1},
{ "id": "jackal", "weight": 4, "difficulty": 1},
{ "id": "rat_giant", "weight": 2, "difficulty": 2},
{ "id": "coyote", "weight": 4, "difficulty": 2},
{ "id": "dog_little", "weight": 1, "difficulty": 3},
{ "id": "orc", "weight": 2, "difficulty": 3},
{ "id": "orc_large", "weight": 1, "difficulty": 3},
{ "id": "goblin_chieftain", "weight": 1, "difficulty": 3},
{ "id": "ogre", "weight": 1, "difficulty": 4},
{ "id": "dog", "weight": 1, "difficulty": 5},
{ "id": "wolf", "weight": 2, "difficulty": 6},
{ "id": "dog_large", "weight": 1, "difficulty": 7}
]
},
{
"id": "traps",
"table": [
{ "id": "trap_bear", "weight": 2, "difficulty": 1},
{ "id": "trap_confusion", "weight": 1, "difficulty": 1},
{ "id": "trap_stonefall", "weight": 1, "difficulty": 3}
]
}
]