Hallucinate actual json fucking thing

This commit is contained in:
2025-08-21 22:15:02 +02:00
parent bff7cc2a27
commit 491a030bf8
5 changed files with 510 additions and 12 deletions

11
test_surgical.yml Normal file
View File

@@ -0,0 +1,11 @@
- name: SurgicalWeightTest
json: true
lua: |
-- This demonstrates surgical JSON editing
-- Only the Weight field of Item_Fiber will be modified
data.Rows[1].Weight = 999
modified = true
files:
- 'D_Itemable.json'
reset: false
loglevel: INFO