Fish_Bluegill_Item
Server/Item/Items/Fish/Fish_Bluegill_Item.json, 2.2 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Quality | string |
TranslationProperties | object |
Model | string |
Texture | string |
Animation | string |
Icon | string |
IconProperties | object |
InteractionVars | object |
State | object |
ResourceTypes | array[2] |
Source
{
"Parent": "Template_Fish_Item",
"Quality": "Common",
"TranslationProperties": {
"Name": "server.npcRoles.Bluegill.name"
},
"Model": "NPC/Swimming_Wildlife/Bluegill/Models/Model.blockymodel",
"Texture": "NPC/Swimming_Wildlife/Bluegill/Models/Texture.png",
"Animation": "NPC/Swimming_Wildlife/Bluegill/Animations/Swim/Swim.blockyanim",
"Icon": "Icons/ItemsGenerated/Fish_Bluegill_Item.png",
"IconProperties": {
"Scale": 0.4,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
4,
-13.5
]
},
"InteractionVars": {
"SpawnNPC_Entity": {
"Interactions": [
{
"Parent": "SpawnNPC_Entity_Default",
"EntityId": "Bluegill",
"SpawnOffset": {
"X": 0,
"Y": 1,
"Z": 0
},
"Effects": {
"WorldSoundEventId": "SFX_Water_MoveOut"
}
}
]
}
},
"State": {
"Uncommon": {
"Variant": true,
"Quality": "Uncommon",
"ItemEntity": {
"ParticleSystemId": "Drop_Uncommon"
},
"ResourceTypes": [
{
"Id": "Fish",
"Quantity": 1
},
{
"Id": "Fish_Uncommon"
}
]
},
"Rare": {
"Variant": true,
"Quality": "Rare",
"ItemEntity": {
"ParticleSystemId": "Drop_Rare"
},
"ResourceTypes": [
{
"Id": "Fish",
"Quantity": 1
},
{
"Id": "Fish_Rare"
}
]
},
"Epic": {
"Variant": true,
"Quality": "Epic",
"ItemEntity": {
"ParticleSystemId": "Drop_Epic"
},
"ResourceTypes": [
{
"Id": "Fish",
"Quantity": 1
},
{
"Id": "Fish_Rare"
}
]
},
"Legendary": {
"Variant": true,
"Quality": "Legendary",
"ItemEntity": {
"ParticleSystemId": "Drop_Legendary"
},
"ResourceTypes": [
{
"Id": "Fish",
"Quantity": 1
},
{
"Id": "Fish_Legendary"
}
]
}
},
"ResourceTypes": [
{
"Id": "Fish"
},
{
"Id": "Fish_Common"
}
]
}