Weapon_Arrow_Crude
Server/Item/Items/Weapon/Arrow/Weapon_Arrow_Crude.json, 4.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
Recipe | object |
IconProperties | object |
Model | string |
Texture | string |
Icon | string |
Interactions | object |
InteractionVars | object |
MaxStack | number |
DroppedItemAnimation | string |
Tags | object |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Arrow_Crude.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Common",
"ItemLevel": 9,
"PlayerAnimationsId": "Dagger",
"Recipe": {
"TimeSeconds": 0,
"KnowledgeRequired": false,
"Input": [
{
"Quantity": 4,
"ItemId": "Ingredient_Stick"
},
{
"ResourceTypeId": "Rubble",
"Quantity": 1
}
],
"OutputQuantity": 4,
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Workbench_Survival"
],
"Id": "Workbench"
},
{
"Type": "Crafting",
"Categories": [
"Weapon_Bow"
],
"Id": "Weapon_Bench"
}
]
},
"IconProperties": {
"Scale": 0.5,
"Rotation": [
45.0,
90.0,
0.0
],
"Translation": [
-25.0,
-25.0
]
},
"Model": "Items/Weapons/Arrow/Arrow.blockymodel",
"Texture": "Items/Weapons/Arrow/Crude_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Arrow_Crude.png",
"Interactions": {
"Primary": "Knife_Attack"
},
"InteractionVars": {
"Knife_Block_Damage": "Knife_Block_Damage",
"Knife_Swing_Left_Effect": {
"Interactions": [
{
"Parent": "Knife_Swing_Left_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Axe_Special_Swing"
}
}
]
},
"Knife_Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Knife_Swing_Left_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 1
}
},
"DamageEffects": {
"Knockback": {
"Force": 0,
"VelocityType": "Add"
},
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
},
"Knife_Swing_Right_Effect": {
"Interactions": [
{
"Parent": "Knife_Swing_Right_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Axe_Special_Swing"
}
}
]
},
"Knife_Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Knife_Swing_Right_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 1
}
},
"DamageEffects": {
"Knockback": {
"Force": 0,
"VelocityType": "Add"
},
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
},
"Knife_Stab_Effect": {
"Interactions": [
{
"Parent": "Knife_Stab_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Axe_Special_Swing"
}
}
]
},
"Knife_Stab_Damage": {
"Interactions": [
{
"Parent": "Knife_Stab_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 1
}
},
"DamageEffects": {
"Knockback": {
"Force": 0,
"VelocityType": "Add"
},
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
},
"Knife_Lunge_Effect": {
"Interactions": [
{
"Parent": "Knife_Lunge_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Axe_Special_Swing"
}
}
]
},
"Knife_Lunge_Damage": {
"Interactions": [
{
"Parent": "Knife_Lunge_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 1
}
},
"DamageEffects": {
"Knockback": {
"Force": 0,
"VelocityType": "Add"
},
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
},
"Knife_Throw_Charged_Projectile": {
"Interactions": [
{
"Parent": "Knife_Throw_Charged_Projectile",
"ProjectileId": "Arrow_HalfCharge"
}
]
}
},
"MaxStack": 100,
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Arrow"
]
},
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Arrows"
}