mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Snowstorm, forfeiting trainer battles, battle outcome values
This commit is contained in:
@@ -56,6 +56,12 @@ GameData::BattleWeather.register({
|
||||
:animation => "Hail"
|
||||
})
|
||||
|
||||
GameData::BattleWeather.register({
|
||||
:id => :Snowstorm,
|
||||
:name => _INTL("Snowstorm"),
|
||||
:animation => "Snowstorm"
|
||||
})
|
||||
|
||||
GameData::BattleWeather.register({
|
||||
:id => :HarshSun,
|
||||
:name => _INTL("Harsh Sun"),
|
||||
|
||||
Reference in New Issue
Block a user