Test_Objective_Line_Interaction
Server/Item/Items/MISC/Test_Objective_Line_Interaction.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
BlockType | object |
Model | string |
Texture | string |
Icon | string |
PlayerAnimationsId | string |
Interactions | object |
Categories | array[0] |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Test_Objective_Line_Interaction.name"
},
"Quality": "Developer",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Miscellaneous/Map.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/Map_Texture.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Window",
"VariantRotation": "Wall",
"Flags": {},
"Gathering": {
"Soft": {
"IsWeaponBreakable": false
}
},
"BlockParticleSetId": "Stone",
"Support": {
"Down": [
{
"FaceType": "Full"
}
],
"Up": [
{
"FaceType": "Full"
}
]
}
},
"Model": "Items/Consumables/Scrolls/Map.blockymodel",
"Texture": "Items/Consumables/Scrolls/Map_Wood.png",
"Icon": "Icons/ItemsGenerated/Tool_Map.png",
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "StartObjective",
"Setup": {
"Type": "ObjectiveLine",
"ObjectiveLineId": "ObjectiveLine_Test"
}
}
]
}
},
"Categories": [],
"ItemSoundSetId": "ISS_Blocks_Wood"
}