Tool_Trap_Bait
Server/Item/Items/Tool/Tool_Trap_Bait.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Model | string |
Texture | string |
Quality | string |
Icon | string |
Categories | array[1] |
Recipe | object |
ItemLevel | number |
PlayerAnimationsId | string |
IconProperties | object |
Scale | number |
Interactions | object |
InteractionVars | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Trap_Bait.name",
"Description": "server.items.Tool_Trap_Bait.description"
},
"Model": "Items/Ingredients/Bait_Fruit.blockymodel",
"Texture": "Items/Ingredients/Bait_Fruit_Texture.png",
"Quality": "Common",
"Icon": "Icons/ItemsGenerated/Tool_Trap_Bait.png",
"Categories": [
"Items.Tools"
],
"Recipe": {
"TimeSeconds": 1,
"Input": [
{
"Quantity": 3,
"ResourceTypeId": "Fruits"
},
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 5
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Farming"
],
"RequiredTierLevel": 2
}
],
"OutputQuantity": 2
},
"ItemLevel": 20,
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 1.4,
"Rotation": [
49,
0,
6
],
"Translation": [
1,
0
]
},
"Scale": 1,
"Interactions": {
"Secondary": "Root_ChangeFarmingStage_Set"
},
"InteractionVars": {
"ChangeFarmingStage_Set": {
"Interactions": [
{
"Type": "BlockCondition",
"$Comment": "Allows bait to change the listed blocks",
"Matchers": [
{
"Block": {
"Id": "Tool_Fishing_Trap",
"State": "default"
}
}
],
"Next": {
"Type": "ChangeFarmingStage",
"Stage": 0,
"StageSet": "Baited",
"Effects": {
"ItemAnimationId": "Till"
},
"Next": {
"Type": "ModifyInventory",
"AdjustHeldItemQuantity": -1
},
"RunTime": 0.15
}
}
]
}
},
"Tags": {
"Type": [
"Tool"
],
"Family": [
"Bait"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}