More abilities
All checks were successful
Build / Build (push) Successful in 48s

This commit is contained in:
2025-06-13 15:39:08 +02:00
parent 4385f0afaa
commit 24712fbb0d
16 changed files with 238 additions and 16 deletions

View File

@@ -424,23 +424,30 @@
"pixilate": {
"effect": "pixilate"
},
"plus": {},
"poison_heal": {},
"poison_point": {},
"poison_touch": {},
"plus": {
"effect": "plus"
},
"poison_heal": {
"effect": "poison_heal"
},
"poison_point": {
"effect": "poison_point"
},
"poison_touch": {
"effect": "poison_touch"
},
"power_construct": {
"canBeChanged": false,
"flags": [
"cant_be_copied"
]
"effect": "power_construct"
},
"power_of_alchemy": {
"flags": [
"cant_be_copied"
]
"effect": "power_of_alchemy"
},
"prankster": {
"effect": "prankster"
},
"pressure": {
"effect": "pressure"
},
"prankster": {},
"pressure": {},
"primordial_sea": {},
"prism_armor": {},
"protean": {},

View File

@@ -145666,6 +145666,7 @@
}
},
"complete": {
"isBattleOnly": true,
"abilities": [
"power_construct"
],