More abilities
This commit is contained in:
@@ -407,7 +407,11 @@
|
||||
"effect": "overcoat"
|
||||
},
|
||||
"overgrow": {
|
||||
"effect": "overgrow"
|
||||
"effect": "power_up_type_at_low_health",
|
||||
"parameters": {
|
||||
"type": "grass",
|
||||
"threshold": 0.33333
|
||||
}
|
||||
},
|
||||
"own_tempo": {
|
||||
"effect": "own_tempo"
|
||||
@@ -625,26 +629,67 @@
|
||||
"storm_drain": {
|
||||
"effect": "storm_drain"
|
||||
},
|
||||
"strong_jaw": {},
|
||||
"sturdy": {},
|
||||
"suction_cups": {},
|
||||
"super_luck": {},
|
||||
"surge_surfer": {},
|
||||
"swarm": {},
|
||||
"sweet_veil": {},
|
||||
"swift_swim": {},
|
||||
"symbiosis": {},
|
||||
"synchronize": {},
|
||||
"tangled_feet": {},
|
||||
"tangling_hair": {},
|
||||
"technician": {},
|
||||
"telepathy": {},
|
||||
"teravolt": {},
|
||||
"thick_fat": {},
|
||||
"tinted_lens": {},
|
||||
"torrent": {},
|
||||
"tough_claws": {},
|
||||
"toxic_boost": {},
|
||||
"strong_jaw": {
|
||||
"effect": "strong_jaw"
|
||||
},
|
||||
"sturdy": {
|
||||
"effect": "sturdy"
|
||||
},
|
||||
"suction_cups": {
|
||||
"effect": "suction_cups"
|
||||
},
|
||||
"super_luck": {
|
||||
"effect": "super_luck"
|
||||
},
|
||||
"surge_surfer": {
|
||||
"effect": "surge_surfer"
|
||||
},
|
||||
"swarm": {
|
||||
"effect": "power_up_type_at_low_health",
|
||||
"parameters": {
|
||||
"type": "bug",
|
||||
"threshold": 0.33333
|
||||
}
|
||||
},
|
||||
"sweet_veil": {
|
||||
"effect": "sweet_veil"
|
||||
},
|
||||
"swift_swim": {
|
||||
"effect": "swift_swim"
|
||||
},
|
||||
"symbiosis": {
|
||||
"effect": "symbiosis"
|
||||
},
|
||||
"synchronize": {
|
||||
"effect": "synchronize"
|
||||
},
|
||||
"tangled_feet": {
|
||||
"effect": "tangled_feet"
|
||||
},
|
||||
"tangling_hair": {
|
||||
"effect": "tangling_hair"
|
||||
},
|
||||
"technician": {
|
||||
"effect": "technician"
|
||||
},
|
||||
"telepathy": {
|
||||
"effect": "telepathy"
|
||||
},
|
||||
"teravolt": {
|
||||
"effect": "teravolt"
|
||||
},
|
||||
"thick_fat": {
|
||||
"effect": "thick_fat"
|
||||
},
|
||||
"tinted_lens": {
|
||||
"effect": "tinted_lens"
|
||||
},
|
||||
"tough_claws": {
|
||||
"effect": "tough_claws"
|
||||
},
|
||||
"toxic_boost": {
|
||||
"effect": "toxic_boost"
|
||||
},
|
||||
"trace": {
|
||||
"flags": [
|
||||
"cant_be_copied"
|
||||
|
||||
Reference in New Issue
Block a user