Fire EXTINGUISHER

This commit is contained in:
2025-03-29 16:03:04 +01:00
parent bab742d21b
commit 7417f1ea0b
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"