This file defines how ammunition (arrows and bolts) behave.
Standard Arrow
ARROW
8
60000
4900
0.1
Standard Bolt
BOLT
14
80000
5500
0.05
---> The upper entries define the base stats for arrows and bolts. type is either ARROW or BOLT - do not enter any other values.
The other values set damage, speed, range and gravity influence. All of these values will also be affected by arrow/bolt modifications
and materials.
Standard Arrow
Arrow
Standard Bolt
Bolt
---> This section links ammunition_type entries to actual in-game ammunition, based on substring search. For example, the
upper ammunition_type_binding links every ammunition that has "Arrow" in its name to the ammunition_type referenced by the
identifier "Standard Arrow".
Iron
3
0
-150
0.24
true
...
---> This section defines how materials influence ammunition behaviour. All values (damageModifier, ...) are additive
to the base values set in ammunition_types.
The "multiply" entry defines whether or not this piece of ammunition should be processed by all the fancy perks that
add arrow and bolt crafting recipes, such as "Elemental Bombard". Valid values are true and false.
Iron
Iron
...
---> As usual, another section that ties ammunition_material entries to actualy in-game names. Only the longest match counts. Thia
is nothing special, as it holds true for most things of this type, but the next one is differrent.
Explosive
-1
0
-250
0.1
...
Explosive
Explosive
...
---> Now check out those two cute buggers. Essentially, they do work exactly like materials (define + link), but unlike
materials, the patcher will link all matching ammunition_modifier_binding. This makes sure that a "Strong Barbed Bolt"
gets both "Strong" and "Barbed" modifiers.
of Fire
of Ice
of Shock
Bloodcursed
Sunhallowed
---> These entries define substrings of ammunition that should not be multiplied by perks. These do just the
same as the respective entry in ammunition_material.