mirror of
https://github.com/project-slippi/slippi-ssbm-asm.git
synced 2025-10-05 23:52:43 +02:00
33 lines
754 B
JSON
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]"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |