Initial set up for item use

This commit is contained in:
2025-01-10 11:11:50 +01:00
parent 85ea31f7cd
commit 0518499a4c
23 changed files with 305 additions and 59 deletions

View File

@@ -3326,10 +3326,10 @@
"price": 200,
"flingPower": 0,
"battleEffect": {
"name": "Pokeball",
"parameters": [
1.0
]
"name": "pokeball",
"parameters": {
"catchRate": 1
}
}
},
{
@@ -3388,10 +3388,10 @@
"price": 200,
"flingPower": 30,
"effect": {
"name": "heal",
"parameters": [
20
]
"name": "healing_item",
"parameters": {
"heal_amount": 20
}
}
},
{