mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-15 07:41:21 +02:00
big ass modding update
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
-- 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/pokemon-gen1-recomp-project",
|
||||
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 },
|
||||
}
|
||||
Reference in New Issue
Block a user