Commit vor Voxel Update für die Klippen

This commit is contained in:
2026-06-11 21:52:00 +02:00
parent fe5dfc19b1
commit a80269e681
143 changed files with 4340 additions and 342 deletions

View File

@@ -1,6 +1,7 @@
{
"itemId": "blutagave",
"category": "MISC",
"category": "CRAFTING_ITEMS",
"subCategory": "PLANT",
"name": {
"id": "blutagave.name"
},
@@ -10,5 +11,12 @@
"worthGold": 25,
"modelRef": {
"path": "Models/plants/usable/blutagave.j3o"
}
},
"consumable": true,
"effects": [
{
"stat": "CURRENT_HP",
"value": 10
}
]
}

View File

@@ -1,6 +1,7 @@
{
"itemId": "erzmoss",
"category": "MISC",
"category": "CRAFTING_ITEMS",
"subCategory": "PLANT",
"name": {
"id": "erzmoss.name"
},
@@ -10,5 +11,12 @@
"worthGold": 100,
"modelRef": {
"path": "Models/plants/usable/erzmoss.j3o"
}
},
"consumable": true,
"effects": [
{
"stat": "MAX_STAMINA",
"value": 1
}
]
}