More longer fire extinguisher

This commit is contained in:
2025-03-29 16:10:26 +01:00
parent 7c459e5383
commit 63500ac35e

View File

@@ -164,3 +164,10 @@
round(v1 * 4, 2) round(v1 * 4, 2)
files: files:
- "Content/Items/**/tools.xml" - "Content/Items/**/tools.xml"
- name: morelongerextinguisher
regex: <RepairTool.{0,100}?extinguishamount="[^"]+".{0,400}?StatusEffect.{0,60}?Condition="!num"
lua: |
v1 = round(v1 / 8, 2)
files:
- "Content/Items/**/tools.xml"