Initial commit: Theriapolis baseline at port/godot branch point
Captures the pre-Godot-port state of the codebase. This is the rollback anchor for the Godot port (M0 of theriapolis-rpg-implementation-plan-godot-port.md). All Phase 0 through Phase 6.5 work is included; Phase 7 is in flight. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,120 @@
|
||||
[
|
||||
{
|
||||
"id": "loot_brigand_low",
|
||||
"drops": [
|
||||
{ "item_id": "fang_knife", "qty_min": 1, "qty_max": 1, "chance": 0.55 },
|
||||
{ "item_id": "rations_predator", "qty_min": 1, "qty_max": 2, "chance": 0.40 },
|
||||
{ "item_id": "scent_mask_basic", "qty_min": 1, "qty_max": 1, "chance": 0.10 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_brigand_mid",
|
||||
"drops": [
|
||||
{ "item_id": "rend_sword", "qty_min": 1, "qty_max": 1, "chance": 0.50 },
|
||||
{ "item_id": "studded_leather", "qty_min": 1, "qty_max": 1, "chance": 0.20 },
|
||||
{ "item_id": "rations_predator", "qty_min": 2, "qty_max": 3, "chance": 0.50 },
|
||||
{ "item_id": "poultice_universal", "qty_min": 1, "qty_max": 1, "chance": 0.20 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_brigand_high",
|
||||
"drops": [
|
||||
{ "item_id": "paw_axe", "qty_min": 1, "qty_max": 1, "chance": 0.60 },
|
||||
{ "item_id": "chain_shirt", "qty_min": 1, "qty_max": 1, "chance": 0.25 },
|
||||
{ "item_id": "buckler", "qty_min": 1, "qty_max": 1, "chance": 0.30 },
|
||||
{ "item_id": "healers_kit", "qty_min": 1, "qty_max": 1, "chance": 0.20 },
|
||||
{ "item_id": "rations_predator", "qty_min": 3, "qty_max": 5, "chance": 0.60 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_wild_low",
|
||||
"drops": [
|
||||
{ "item_id": "rations_predator", "qty_min": 1, "qty_max": 1, "chance": 0.30 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_wild_mid",
|
||||
"drops": [
|
||||
{ "item_id": "fang_caps_steel", "qty_min": 1, "qty_max": 1, "chance": 0.10 },
|
||||
{ "item_id": "rations_predator", "qty_min": 1, "qty_max": 2, "chance": 0.40 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_wild_high",
|
||||
"drops": [
|
||||
{ "item_id": "claw_sheaths_iron", "qty_min": 1, "qty_max": 1, "chance": 0.15 },
|
||||
{ "item_id": "fang_caps_steel", "qty_min": 1, "qty_max": 1, "chance": 0.20 },
|
||||
{ "item_id": "rations_predator", "qty_min": 2, "qty_max": 4, "chance": 0.50 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_poi_low",
|
||||
"drops": [
|
||||
{ "item_id": "fang_knife", "qty_min": 1, "qty_max": 1, "chance": 0.40 },
|
||||
{ "item_id": "scent_mask_basic", "qty_min": 1, "qty_max": 1, "chance": 0.20 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_poi_mid",
|
||||
"drops": [
|
||||
{ "item_id": "thorn_blade", "qty_min": 1, "qty_max": 1, "chance": 0.40 },
|
||||
{ "item_id": "leather_harness", "qty_min": 1, "qty_max": 1, "chance": 0.30 },
|
||||
{ "item_id": "poultice_universal", "qty_min": 1, "qty_max": 2, "chance": 0.30 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_poi_high",
|
||||
"drops": [
|
||||
{ "item_id": "rend_sword", "qty_min": 1, "qty_max": 1, "chance": 0.50 },
|
||||
{ "item_id": "chain_mail", "qty_min": 1, "qty_max": 1, "chance": 0.20 },
|
||||
{ "item_id": "standard_shield", "qty_min": 1, "qty_max": 1, "chance": 0.30 },
|
||||
{ "item_id": "healers_kit", "qty_min": 1, "qty_max": 1, "chance": 0.40 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_dungeon_imperium_t1",
|
||||
"drops": [
|
||||
{ "item_id": "fang_knife", "qty_min": 1, "qty_max": 2, "chance": 0.50 },
|
||||
{ "item_id": "rations_predator", "qty_min": 1, "qty_max": 3, "chance": 0.40 },
|
||||
{ "item_id": "scent_mask_basic", "qty_min": 1, "qty_max": 1, "chance": 0.15 },
|
||||
{ "item_id": "poultice_universal", "qty_min": 1, "qty_max": 1, "chance": 0.20 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_dungeon_imperium_t2",
|
||||
"drops": [
|
||||
{ "item_id": "rend_sword", "qty_min": 1, "qty_max": 1, "chance": 0.20 },
|
||||
{ "item_id": "chain_shirt", "qty_min": 1, "qty_max": 1, "chance": 0.15 },
|
||||
{ "item_id": "scent_mask_basic", "qty_min": 1, "qty_max": 2, "chance": 0.30 },
|
||||
{ "item_id": "healers_kit", "qty_min": 1, "qty_max": 1, "chance": 0.25 },
|
||||
{ "item_id": "rations_predator", "qty_min": 2, "qty_max": 4, "chance": 0.50 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_dungeon_imperium_t3",
|
||||
"drops": [
|
||||
{ "item_id": "paw_axe", "qty_min": 1, "qty_max": 1, "chance": 0.30 },
|
||||
{ "item_id": "chain_mail", "qty_min": 1, "qty_max": 1, "chance": 0.20 },
|
||||
{ "item_id": "tower_shield", "qty_min": 1, "qty_max": 1, "chance": 0.15 },
|
||||
{ "item_id": "healers_kit", "qty_min": 1, "qty_max": 2, "chance": 0.40 },
|
||||
{ "item_id": "fang_caps_steel", "qty_min": 1, "qty_max": 1, "chance": 0.20 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_dungeon_mine_t1",
|
||||
"drops": [
|
||||
{ "item_id": "fang_knife", "qty_min": 1, "qty_max": 1, "chance": 0.50 },
|
||||
{ "item_id": "rations_predator", "qty_min": 1, "qty_max": 2, "chance": 0.40 },
|
||||
{ "item_id": "rope_claw_braid", "qty_min": 1, "qty_max": 1, "chance": 0.20 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "loot_dungeon_mine_t2",
|
||||
"drops": [
|
||||
{ "item_id": "claw_pick", "qty_min": 1, "qty_max": 1, "chance": 0.30 },
|
||||
{ "item_id": "leather_harness", "qty_min": 1, "qty_max": 1, "chance": 0.20 },
|
||||
{ "item_id": "poultice_universal", "qty_min": 1, "qty_max": 2, "chance": 0.40 },
|
||||
{ "item_id": "rations_predator", "qty_min": 2, "qty_max": 3, "chance": 0.50 }
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user