Files
slippi-ssbm-asm/console_safety.json
2022-07-13 12:27:59 -04:00

33 lines
754 B
JSON

{
"outputFiles": [
{
"file": "Output/Console/g_safety.bin"
},
{
"file": "Output/Console/g_safety.txt"
}
],
"codes": [
{
"name": "Tournament safety codes",
"authors": [
"Fizzi"
],
"description": [
"Codes to ensure integrity of tournament matches"
],
"build": [
{
"type": "injectFolder",
"sourceFolder": "External/FixedDamageRatio",
"annotation": "Prevent Players From Changing Damage Ratio [Fizzi]"
},
{
"type": "injectFolder",
"sourceFolder": "External/PreventPauseSoftLocks",
"annotation": "Force pause on when not using tournament settings [Fizzi]"
}
]
}
]
}