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

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

View File

@@ -0,0 +1,22 @@
{
"itemId": "erzmoss",
"category": "CRAFTING_ITEMS",
"subCategory": "PLANT",
"name": {
"id": "erzmoss.name"
},
"description": {
"id": "erzmoss.description"
},
"worthGold": 100,
"modelRef": {
"path": "Models/plants/usable/erzmoss.j3o"
},
"consumable": true,
"effects": [
{
"stat": "MAX_STAMINA",
"value": 1
}
]
}