mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-16 00:02:23 +02:00
be90e5b42c
* intro api upgrade * api updates * fix tests * updated templates
16 lines
414 B
JSON
16 lines
414 B
JSON
{
|
|
"id": "example_silly_oak",
|
|
"name": "Silly Oak Intro Example",
|
|
"version": "1.0.0",
|
|
"api": 2,
|
|
"entry": "main.lua",
|
|
"profile": "content",
|
|
"category": "UI",
|
|
"game_version": ">=0.0.0-0 <2.0.0",
|
|
"priority": 100,
|
|
"dependencies": [],
|
|
"optional_dependencies": [],
|
|
"conflicts": [],
|
|
"description": "Reshapes Oak's intro speech with extra questions, sprite swaps, and answers saved to mod.save."
|
|
}
|