Interface DamageArmorCategoryProps

Source
interface DamageArmorCategoryProps {
    armorRatingStat: string;
    multStat?: string;
    name: string;
}

Properties§

Source§

armorRatingStat: string

The armor rating stat associated with this category gives the armor value for this category

example
"ArmorRating_Blunt"
used

ThingDef.statBases[armorRatingStat]

Source§

multStat?: string

example
"BluntDamageMultiplier"
Source§

name: string