Weapon_Spellbook_Rekindle_Embers
Server/Item/Items/Weapon/Spellbook/Weapon_Spellbook_Rekindle_Embers.json, 5.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
DroppedItemAnimation | string |
MaxStack | number |
Tags | object |
Weapon | object |
ItemSoundSetId | string |
Interactions | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Spellbook_Rekindle_Embers.name",
"Description": "server.items.Weapon_Spellbook_Rekindle_Embers.description"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Rare",
"ItemLevel": 40,
"Model": "NPC/Void/Necromancer_Void/Models/Weapons/Spellbook/Demon.blockymodel",
"Texture": "NPC/Void/Necromancer_Void/Models/Weapons/Spellbook/Demon_Texture.png",
"PlayerAnimationsId": "Spellbook",
"IconProperties": {
"Scale": 0.6,
"Translation": [
-10,
-10
],
"Rotation": [
45,
90,
0
]
},
"Icon": "Icons/ItemsGenerated/Weapon_Spellbook_Demon.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"MaxStack": 5,
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Spellbook"
]
},
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Books",
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "Charging",
"Effects": {
"WorldSoundEventId": "SFX_Skeleton_Mage_Spellbook_Charge",
"ItemAnimationId": "CastHurlCharging"
},
"AllowIndefiniteHold": true,
"HorizontalSpeedMultiplier": 0.8,
"OnItemChangeBehavior": "Cancel",
"RunTime": 0,
"Next": {
"0": {
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Interact"
}
},
"0.8": {
"Type": "RunOnBlockTypes",
"BlockSets": [ "Necromancy_Bones" ],
"MaxCount": 5,
"Range": 5,
"Interactions": {
"Interactions": [
{
"Type": "Serial",
"Interactions": [
{
"Type": "SpawnNPC",
"WeightedEntityIds": [
{
"Id": "Risen_Knight",
"Weight": 50
},
{
"Id": "Risen_Gunner",
"Weight": 50
}
]
},
{
"Type": "DestroyBlock"
},
{
"Type": "ModifyInventory",
"AdjustHeldItemQuantity": -1
}
]
}
]
},
"Next": {
"Type": "Simple",
"Effects": {
"ItemAnimationId": "CastHurlCharged"
}
},
"Failed": {
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Interact"
}
}
}
},
"Failed": {
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Interact"
}
}
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "Charging",
"Effects": {
"WorldSoundEventId": "SFX_Skeleton_Mage_Spellbook_Charge",
"ItemAnimationId": "CastHurlCharging"
},
"AllowIndefiniteHold": true,
"HorizontalSpeedMultiplier": 0.8,
"OnItemChangeBehavior": "Cancel",
"RunTime": 0,
"Next": {
"0": {
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Interact"
}
},
"0.8": {
"Type": "RunOnBlockTypes",
"BlockSets": [ "Necromancy_Bones" ],
"MaxCount": 5,
"Range": 5,
"Interactions": {
"Interactions": [
{
"Type": "Serial",
"Interactions": [
{
"Type": "SpawnNPC",
"WeightedEntityIds": [
{
"Id": "Risen_Knight",
"Weight": 50
},
{
"Id": "Risen_Gunner",
"Weight": 50
}
]
},
{
"Type": "DestroyBlock"
},
{
"Type": "ModifyInventory",
"AdjustHeldItemQuantity": -1
}
]
}
]
},
"Next": {
"Type": "Simple",
"Effects": {
"ItemAnimationId": "CastHurlCharged"
}
},
"Failed": {
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Interact"
}
}
}
},
"Failed": {
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Interact"
}
}
}
]
}
}
}