More abilities, refactor stealing held items
All checks were successful
Build / Build (push) Successful in 50s

This commit is contained in:
2025-06-15 11:49:15 +02:00
parent 1b9d137bb0
commit f5d18d7186
22 changed files with 326 additions and 21 deletions

View File

@@ -594,18 +594,37 @@
"speed_boost": {
"effect": "speed_boost"
},
"stakeout": {},
"stall": {},
"stamina": {},
"stakeout": {
"effect": "stakeout"
},
"stall": {
"effect": "stall"
},
"stamina": {
"effect": "stamina"
},
"stance_change": {
"effect": "stance_change",
"canBeChanged": false
},
"static": {},
"steadfast": {},
"steelworker": {},
"stench": {},
"sticky_hold": {},
"storm_drain": {},
"static": {
"effect": "static"
},
"steadfast": {
"effect": "steadfast"
},
"steelworker": {
"effect": "steelworker"
},
"stench": {
"effect": "stench"
},
"sticky_hold": {
"effect": "sticky_hold"
},
"storm_drain": {
"effect": "storm_drain"
},
"strong_jaw": {},
"sturdy": {},
"suction_cups": {},