mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
25 lines
925 B
Plaintext
25 lines
925 B
Plaintext
-- Sharing metadata (25-community-and-ecosystem.md 3.2). Read by tooling
|
|
-- and the manager detail pane; never by the loader's merge.
|
|
return {
|
|
summary = "Opt-in rain: WATER hits harder, FIRE hits softer, for five turns a battle.",
|
|
author = "Pokemon Gen 1 Recompilation Project",
|
|
contact = "https://github.com/bryanthaboi/gen1recomp",
|
|
tags = { "battle", "mechanic", "ruleset", "hardcore" },
|
|
differences = {
|
|
changed = {
|
|
"under the WEATHER ruleset only: WATER move damage x1.5 and FIRE x0.5 while it rains",
|
|
},
|
|
added = {
|
|
"example_weather_battles ruleset, selectable in OPTIONS",
|
|
"EXAMPLE_RAIN field-effect status record",
|
|
},
|
|
known = {
|
|
"rain is unconditional at battle start and has no on-screen indicator yet",
|
|
},
|
|
},
|
|
credits = {
|
|
{ who = "pret/pokered", for_ = "the damage formula the hook scales" },
|
|
},
|
|
compat = { engine = ">=1.0.0 <2.0.0", modApi = 2 },
|
|
}
|