This website requires JavaScript.
Explore
Help
Register
Sign In
morgan
/
Grinch-AP
Watch
1
Star
0
Fork
0
You've already forked Grinch-AP
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc404d0cf7c55a1878e25ddf1ad77653723ea396
Grinch-AP
/
worlds
/
mm2
/
archipelago.json
6 lines
88 B
JSON
Raw
Normal View
History
Unescape
Escape
Core: expose world version to world classes and yaml (#5484) * support version on new manifest * apply world version from manifest * Update Generate.py * docs * reduce mm2 version again * wrong version * validate game in world_types * Update Generate.py * let unknown game fall through to later exception * hide real world version behind property * named tuple is immutable * write minimum world version to template yaml, fix gen edge cases * punctuation * check for world version in autoworldregister * missed one --------- Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com>
2025-09-30 19:47:08 -05:00
{
"game"
:
"Mega Man 2"
,
MM2: fix Heat Man always being invulnerable to Atomic Fire #5546
2025-10-14 02:27:41 -05:00
"world_version"
:
"0.3.3"
,
Core: expose world version to world classes and yaml (#5484) * support version on new manifest * apply world version from manifest * Update Generate.py * docs * reduce mm2 version again * wrong version * validate game in world_types * Update Generate.py * let unknown game fall through to later exception * hide real world version behind property * named tuple is immutable * write minimum world version to template yaml, fix gen edge cases * punctuation * check for world version in autoworldregister * missed one --------- Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com>
2025-09-30 19:47:08 -05:00
"minimum_ap_version"
:
"0.6.4"
}
Reference in New Issue
Copy Permalink