Crude Arrow is an item in Hytale, categorized under the Weapon category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
The crafting recipe for Crude Arrow in Hytale is shown below.
Crude Arrow can be salvaged at a Salvager's Workbench in order to gather the following materials.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Weapon_Arrow_Crude.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Common",
"ItemLevel": 14,
"PlayerAnimationsId": "Dagger",
"Recipe": {
"TimeSeconds": 0.5,
"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",
"Secondary": "Knife_Block"
},
"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"
}