Memory_Particle
Server/Item/Items/Memory_Particle.json, 882 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Quality | string |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemEntity | object |
Light | object |
ItemSoundSetId | string |
Trails | array[1] |
Particles | array[1] |
Texture | string |
Model | string |
Scale | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Memory_Particle.name"
},
"Icon": "Icons/ItemsGenerated/Ingredient_Ice_Essence.png",
"Quality": "Technical",
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.6,
"Rotation": [
0.0,
0.0,
0.0
],
"Translation": [
0.0,
-13.0
]
},
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null,
"ShowItemParticles": true
},
"Light": {
"Color": "#015",
"Radius": 1
},
"ItemSoundSetId": "ISS_Items_Gems",
"Trails": [
{
"TrailId": "Memory_Trail"
}
],
"Particles": [
{
"SystemId": "Memory_Projectile_Sparks"
}
],
"Texture": "Resources/Ingredients/Essence_Textures/Ice_Essence_Texture.png",
"Model": "Resources/Ingredients/Essence.blockymodel",
"Scale": 0.01
}