Ingredient_Poop
Server/Item/Items/Ingredient/Ingredient_Poop.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
BlockType | object |
ResourceTypes | array[1] |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Scale | number |
Interactions | object |
InteractionVars | object |
Tags | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Poop.name"
},
"Categories": [
"Items.Ingredients"
],
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Items/Ingredients/Poop.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Items/Ingredients/Poop_Texture.png"
}
],
"Group": "",
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
},
"BlockParticleSetId": "Mud",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#765222",
"Material": "Empty",
"HitboxType": "Plant_Small",
"Particles": [
{
"SystemId": "Flies_Poop",
"Color": "#ffffff"
}
],
"BlockSoundSetId": "Mud",
"CustomModelScale": 0.75
},
"ResourceTypes": [
{
"Id": "Rock"
}
],
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.8,
"Translation": [
0,
-6.6
],
"Rotation": [
10.125,
54,
16.875
]
},
"Icon": "Icons/ItemsGenerated/Ingredient_Poop.png",
"Scale": 1.5,
"Interactions": {
"Secondary": "Item_Throw"
},
"InteractionVars": {
"Item_Throw_Projectile": {
"Interactions": [
{
"Parent": "Item_Throw_Projectile",
"ProjectileId": "Ingredient_Poop",
"Effects": {
"CameraEffect": "Unarmed_Swing_Horizontal"
}
}
]
}
},
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemSoundSetId": "ISS_Items_Splatty",
"DropOnDeath": true
}