The "chance to break" row for ARROW (type 13) was technically correct but under-specified, which contributed to a downstream documentation error (player-facing guides relabeled this field "durability" and inverted its meaning, treating a higher %-chance-to-break as a higher survival chance).
This patch, without changing the original meaning, adds:
Crossfire version: crossfire-crossfire-server (current main/HEAD as of 2026-06-12).
Generated with: diff -u (run from the crossfire-crossfire-server top-level directory, per doc/Developers/programming_guide.md path conventions).
Also attached is the patched types_13.dox for comparison
$ patch -p1 --dry-run < type_13_dox_durability_clarification.patch
checking file doc/Developers/types/type_13.dox
$ patch -p1 < type_13_dox_durability_clarification.patch
patching file doc/Developers/types/type_13.dox
Per the README in that directory:
Please submit a patch against the gridarta types file instead. Then this can be automatically re-generated.
Last edit: Kevin Zheng 4 days ago
New patch is attached
$ patch -p1 --dry-run < gridarta_types_xml_durability_clarification.patch
checking file src/crossfire/src/main/resources/resource/conf/types.xml
$ patch -p1 < gridarta_types_xml_durability_clarification.patch
patching file src/crossfire/src/main/resources/resource/conf/types.xml