init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Id": "food/ration",
|
||||
"Name": "items/food/ration/name",
|
||||
"Description": "items/food/ration/desc",
|
||||
"Cost": 5,
|
||||
"Sprite": "food/ration",
|
||||
"ItemType": "Food",
|
||||
"ItemAction": "null"
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Id": "food/wolf_meat",
|
||||
"Name": "items/food/wolf_meat/name",
|
||||
"Description": "items/food/wolf_meat/desc",
|
||||
"Cost": 1,
|
||||
"Sprite": "food/wolf_meat",
|
||||
"ItemType": "Resource,Food",
|
||||
"ItemAction": "null"
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"Items": [
|
||||
${food/ration},
|
||||
${food/wolf_meat},
|
||||
${resource/branches}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Id": "resource/branches",
|
||||
"Name": "items/resource/branches/name",
|
||||
"Description": "items/resource/branches/desc",
|
||||
"Cost": 0,
|
||||
"Sprite": "resource/branches",
|
||||
"ItemType": "Resource",
|
||||
"ItemAction": "null"
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
Reference in New Issue
Block a user