Work on item use/evolutions
All checks were successful
Build / Build (push) Successful in 1m7s

This commit is contained in:
2025-08-18 11:57:03 +02:00
parent e5041ec5f0
commit f061ba2455
7 changed files with 157 additions and 12 deletions

View File

@@ -1840,6 +1840,9 @@
"price": 3000,
"additionalData": {
"flingPower": 30
},
"effect": {
"name": "evolution_use"
}
},
{
@@ -4591,6 +4594,12 @@
"parameters": {
"heal_amount": 20
}
},
"battleEffect": {
"name": "healing_item",
"parameters": {
"healAmount": 20
}
}
},
{