More abilities, refactor stealing held items
All checks were successful
Build / Build (push) Successful in 50s
All checks were successful
Build / Build (push) Successful in 50s
This commit is contained in:
@@ -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": {},
|
||||
|
||||
@@ -946,6 +946,7 @@
|
||||
"flags": [],
|
||||
"formes": {
|
||||
"blade": {
|
||||
"isBattleOnly": true,
|
||||
"abilities": [
|
||||
"stance_change"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user