Initial setup for testing AI performance, random fixes
All checks were successful
Build / Build (push) Successful in 54s

This commit is contained in:
2025-07-05 13:56:33 +02:00
parent 4499927551
commit 32aaa5150a
33 changed files with 511 additions and 26 deletions

View File

@@ -684,6 +684,13 @@
"tinted_lens": {
"effect": "tinted_lens"
},
"torrent": {
"effect": "power_up_type_at_low_health",
"parameters": {
"type": "water",
"threshold": 0.33333
}
},
"tough_claws": {
"effect": "tough_claws"
},

View File

@@ -11852,6 +11852,25 @@
}
}
},
{
"name": "thunder_fang",
"type": "electric",
"power": 65,
"pp": 15,
"accuracy": 95,
"priority": 0,
"target": "Any",
"category": "physical",
"flags": [
"contact",
"protect",
"mirror",
"bite"
],
"effect": {
"name": "thunder_fang"
}
},
{
"name": "thunder_punch",
"type": "electric",