modded7/overrides/config/mtsexternaldamageoverrides.json
2024-12-18 16:17:19 -06:00

25 lines
937 B
JSON

{
"comment1": "The following section is used for overriding the default 1:1 damage values applied to vehicles in packs from external sources.",
"comment2": "This is useful for modpack creators that wish to include MTS in packs with other weapons that don't know about the various hitbox and armor systems.",
"comment3": "The entries in here are first indexed by the pack, then the vehicle ID.",
"comment4": "If you need the full listing of items, set dumpDamageConfig to true in the general config section.",
"comment5": "This will overwrite this file with all vehicles in all packs.",
"overrides": {
"mtsofficialpack": {
"gmcbrig": 2.0,
"e500": 2.0,
"trimotor": 2.0,
"comanche": 2.0,
"pzl37los": 2.0,
"scout": 2.0,
"fordmustang70": 1.0,
"mc172": 2.0,
"vulcanair": 2.0,
"ft17": 2.0,
"pzlp11": 2.0,
"bell47g": 2.0,
"firetruck": 2.0
}
}
}