mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
20 lines
455 B
JSON
20 lines
455 B
JSON
{
|
|
"id": "nuzlocke",
|
|
"name": "Nuzlocke",
|
|
"version": "1.0.0",
|
|
"api": 2,
|
|
"entry": "main.lua",
|
|
"profile": "content",
|
|
"category": "GAMEPLAY",
|
|
"game_version": ">=0.0.0-dev <1.0.0",
|
|
"priority": 100,
|
|
"permissions": [
|
|
"engine_internals"
|
|
],
|
|
"dependencies": [],
|
|
"optional_dependencies": [],
|
|
"conflicts": [],
|
|
"description": "A configurable Gen 1 Nuzlocke with permanent death and area catches.",
|
|
"github": "bryanthaboi/nuzlocke"
|
|
}
|