Egg_Spawner_Kweebec_Razorleaf
Server/Item/Items/EggSpawner/Egg_Spawner_Kweebec_Razorleaf.json, 802 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
PlayerAnimationsId | string |
Interactions | object |
Model | string |
Texture | string |
Icon | string |
IconProperties | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Egg_Spawner_Kweebec_Razorleaf.name"
},
"Quality": "Common",
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "SpawnNPC",
"EntityId": "Kweebec_Razorleaf",
"SpawnOffset": {
"X": 0,
"Y": 0.5,
"Z": 0
}
}
]
}
},
"Model": "Items/Consumables/Food/Egg.blockymodel",
"Texture": "Items/Consumables/Food/Egg_LightBlue_Texture.png",
"Icon": "Icons/ItemsGenerated/Food_Egg_LightBlue.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.7,
"Translation": [
0,
-5.4
]
},
"Tags": {
"Type": [
"Food"
]
}
}