code/__DEFINES/magazines.dm
MAGAZINE_DESC_INC | Appended to the description of magazines that spawn with old-fashioned incendiary ammo, which generally leave fire trails and give firestacks in return for less base damage. |
---|---|
MAGAZINE_DESC_HOLLOWPOINT | Appended to the description of magazines that spawn with hollow-point ammo, which generally has higher base damage but is weak against armor. |
MAGAZINE_DESC_ARMORPIERCE | Appended to the description of magazines that spawn with armor-piercing ammo, which generally has less base damage but penetrates armor. |
MAGAZINE_TYPE_INCENDIARY | Defines a magazine to, visually, be for incendiary ammo by setting the ammo band color and appending a short blurb to the description. |
MAGAZINE_TYPE_HOLLOWPOINT | Defines a magazine to, visually, be for hollow-point ammo by setting the ammo band color and appending a short blurb to the description. |
MAGAZINE_TYPE_ARMORPIERCE | Defines a magazine to, visually, be for armor-piercing ammo by setting the ammo band color and appending a short blurb to the description. |
Define Details
MAGAZINE_DESC_ARMORPIERCE
Appended to the description of magazines that spawn with armor-piercing ammo, which generally has less base damage but penetrates armor.
MAGAZINE_DESC_HOLLOWPOINT
Appended to the description of magazines that spawn with hollow-point ammo, which generally has higher base damage but is weak against armor.
MAGAZINE_DESC_INC
Appended to the description of magazines that spawn with old-fashioned incendiary ammo, which generally leave fire trails and give firestacks in return for less base damage.
MAGAZINE_TYPE_ARMORPIERCE
Defines a magazine to, visually, be for armor-piercing ammo by setting the ammo band color and appending a short blurb to the description.
MAGAZINE_TYPE_HOLLOWPOINT
Defines a magazine to, visually, be for hollow-point ammo by setting the ammo band color and appending a short blurb to the description.
MAGAZINE_TYPE_INCENDIARY
Defines a magazine to, visually, be for incendiary ammo by setting the ammo band color and appending a short blurb to the description.