Fire EXTINGUISHER

This commit is contained in:
2025-03-29 16:03:04 +01:00
parent 20ef0da1be
commit 82734e47ad
2 changed files with 8 additions and 1 deletions

Submodule Daedalic Entertainment GmbH updated: adf1e93f05...71a78e31c5

View File

@@ -157,3 +157,10 @@
round(v1 * 3, 2)
files:
- "Content/Items/**/*.xml"
- name: extinguishamount
regex: (?-s)(?i)<RepairTool!anyextinguishamount="!num"
lua: |
round(v1 * 4, 2)
files:
- "Content/Items/**/tools.xml"