Zezombye / overpy

High-level language for the Overwatch Workshop with support for compilation and decompilation.
GNU General Public License v3.0
179 stars 27 forks source link

Some hero settings aren't translated properly #236

Closed Zezombye closed 4 years ago

Zezombye commented 4 years ago
settings {
    "heroes": {
        "allTeams": {
            "ana": {
                "enableAbility2": false,
                "damageDealt%": 10,
                "health%": 150,
                "jumpVerticalSpeed%": 25,
                "movementSpeed%": 135,
                "enablePrimaryFire": false,
                "enableUlt": false
            },
        }
    }
}
Zezombye commented 4 years ago

Fixed in 6.6.6