Commit vor Voxel Update für die Klippen
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user