Skip to content

Commit

Permalink
Merge pull request #75055 from anoobindisguise/anoobindisguise-spawnb…
Browse files Browse the repository at this point in the history
…othartis

mix the spawn pools in distorted labs
Maleclypse authored Jul 17, 2024
2 parents ef9c0eb + b09e59e commit d37ab3e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/json/itemgroups/artifacts.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,15 @@
"procgen_id": "twisted_geometry",
"rules": { "power_level": 750, "max_attributes": 4, "max_negative_power": -1000, "resonant": true }
},
"prob": 100
"prob": 50
},
{
"group": "ps_artifacts",
"artifact": {
"procgen_id": "netherum_tunnels",
"rules": { "power_level": 750, "max_attributes": 4, "max_negative_power": -1000, "resonant": true }
},
"prob": 50
}
]
},

0 comments on commit d37ab3e

Please sign in to comment.