{
    "/": {
        "replace_instructions": {
            // Set life to 1000 at init
            "41": "loadint(s5, 1000)",
        }
    },
    "/Functions/6": {
        "replace_instructions": {
            // Set life to 1000 on new round
            "63": "loadint(s2, 1000)",
        }
    }
}
