Bandage_Crude
Server/Item/Items/MISC/Bandage_Crude.json, 2.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
Model | string |
Texture | string |
Interactions | object |
InteractionVars | object |
Utility | object |
Consumable | boolean |
PlayerAnimationsId | string |
Icon | string |
IconProperties | object |
ItemEntity | object |
Recipe | object |
ItemSoundSetId | string |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Bandage_Crude.name",
"Description": "server.items.Bandage_Crude.description"
},
"Categories": [
"Items.Potions"
],
"Quality": "Common",
"Model": "Items/Consumables/FirstAid/Bandage.blockymodel",
"Texture": "Items/Consumables/FirstAid/Bandage_Texture.png",
"Interactions": {
"Secondary": {
"RequireNewClick": false,
"Interactions": [
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Crouching": false,
"Next": {
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Consume",
"ClearAnimationOnFinish": true
},
"RunTime": 0.2,
"Next": {
"Type": "ModifyInventory",
"AdjustHeldItemQuantity": -1,
"Next": {
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Effect"
]
},
"Var": "Effect"
}
}
},
"Failed": "Block_Secondary"
}
]
}
},
"InteractionVars": {
"Effect": {
"Interactions": [
{
"Type": "ChangeStat",
"Behaviour": "Add",
"StatModifiers": {
"Health": 25
}
}
]
}
},
"Utility": {
"Compatible": false
},
"Consumable": true,
"PlayerAnimationsId": "Item",
"Icon": "Icons/ItemsGenerated/Bandage_Crude.png",
"IconProperties": {
"Scale": 0.8,
"Rotation": [
27.0,
163.0,
19.0
],
"Translation": [
-6.0,
-9.0
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Fibre",
"Quantity": 6
},
{
"ItemId": "Ingredient_Tree_Sap",
"Quantity": 3
}
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"MaxStack": 10
}