108 lines
2.8 KiB
JSON
108 lines
2.8 KiB
JSON
{
|
|
"ai": {
|
|
"name": "AI",
|
|
"author": "drakeerv",
|
|
"description": "Basic AI that plays ovo.",
|
|
"advanced": true,
|
|
"url": "ai.js"
|
|
},
|
|
"chaos": {
|
|
"name": "Chaos",
|
|
"author": "drakeerv",
|
|
"description": "CHAOS!",
|
|
"advanced": false,
|
|
"url": "chaos.js"
|
|
},
|
|
"explorer": {
|
|
"name": "Explorer",
|
|
"author": "Toadi",
|
|
"description": "Explore OvO levels.",
|
|
"advanced": true,
|
|
"url": "explorer.js"
|
|
},
|
|
"hurricane": {
|
|
"name": "Hurricane",
|
|
"author": "Toadi",
|
|
"description": "Creates a hurricane!",
|
|
"advanced": false,
|
|
"url": "hurricane.js"
|
|
},
|
|
"flymod": {
|
|
"name": "Fly",
|
|
"author": "Toadi",
|
|
"description": "Fly around the level.",
|
|
"advanced": false,
|
|
"url": "flymod.js"
|
|
},
|
|
"levelselector": {
|
|
"name": "Level Selector",
|
|
"author": "drakeerv",
|
|
"description": "Load any level in the game.",
|
|
"advanced": false,
|
|
"url": "levelselector.js"
|
|
},
|
|
"modapi": {
|
|
"name": "Mod API",
|
|
"author": "drakeerv",
|
|
"description": "A basic mod API for other mods to use.",
|
|
"advanced": true,
|
|
"url": "modapi.js"
|
|
},
|
|
"multiplayer": {
|
|
"name": "Multiplayer",
|
|
"author": "Skymen",
|
|
"description": "Play multiplayer with your friends!",
|
|
"advanced": false,
|
|
"url": "multiplayer.js"
|
|
},
|
|
"randomlevel": {
|
|
"name": "Random Level",
|
|
"author": "drakeerv",
|
|
"description": "Hop into a random level.",
|
|
"advanced": false,
|
|
"url": "randomlevel.js"
|
|
},
|
|
"savestate": {
|
|
"name": "Save State",
|
|
"author": "Skymen",
|
|
"description": "Pause the game in place.",
|
|
"advanced": true,
|
|
"url": "savestate.js"
|
|
},
|
|
"tas": {
|
|
"name": "TAS",
|
|
"author": "Skymen",
|
|
"description": "TAS tools for OvO.",
|
|
"advanced": true,
|
|
"url": "tas.js"
|
|
},
|
|
"dark": {
|
|
"name": "Dark",
|
|
"author": "drakeerv",
|
|
"description": "Dark Mode for OvO!",
|
|
"advanced": false,
|
|
"url": "dark.js"
|
|
},
|
|
"keystrokes": {
|
|
"name": "Keystrokes",
|
|
"author": "R3XFadeaway",
|
|
"description": "See you keystrokes.",
|
|
"advanced": false,
|
|
"url": "keystrokes.js"
|
|
},
|
|
"collision": {
|
|
"name": "Collision",
|
|
"author": "OvOPlant",
|
|
"description": "Enable or disable collisions",
|
|
"advanced": false,
|
|
"url": "collision.js"
|
|
},
|
|
"picture": {
|
|
"name": "Picture",
|
|
"author": "drakeerv",
|
|
"description": "Loads a image from your computer and loads it into the game",
|
|
"advanced": false,
|
|
"url": "picture.js"
|
|
}
|
|
}
|