Skip to content

Commit

Permalink
Merge pull request #1 from agonbeat/agonbeat-patch-1
Browse files Browse the repository at this point in the history
Create FryPan.prefab
  • Loading branch information
agonbeat authored Jan 6, 2017
2 parents d4212e3 + 3d517ff commit bf5c36c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions assets/prefabs/FryPan.prefab
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parent": "engine:iconItem",
"Item": {
"icon": "Cooking:FryPan",
"stackId": "Cooking:fryPan",
"consumeOnUse": false
},
"DisplayName": {
"name": "FryPan"
},
"Durability": {
"durability": 500,
"maxDurability": 500
},
"CraftingStationTool": {
"type": ["fryPan"]
},
"ItemHelp": {
"category": "CookingUtils",
"paragraphText": [
"Used for frying food items."
]
}
}

0 comments on commit bf5c36c

Please sign in to comment.