Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Weapon / Shortbow / Weapon_Shortbow_Adamantite.json

Weapon_Shortbow_Adamantite

Server/Item/Items/Weapon/Shortbow/Weapon_Shortbow_Adamantite.json, 7.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Qualitystring
Modelstring
Texturestring
Iconstring
ItemLevelnumber
Recipeobject
InteractionVarsobject
ItemAppearanceConditionsobject
MaxDurabilitynumber
DurabilityLossOnHitnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Shortbow_Adamantite.name"
  },
  "Parent": "Template_Weapon_Shortbow",
  "Quality": "Rare",
  "Model": "Items/Weapons/Bow/Adamantite.blockymodel",
  "Texture": "Items/Weapons/Bow/Adamantite_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Bow_Adamantite.png",
  "ItemLevel": 40,
  "Recipe": {
    "TimeSeconds": 4.5,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Adamantite",
        "Quantity": 11
      },
      {
        "ItemId": "Ingredient_Leather_Heavy",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Fabric_Scrap_Cindercloth",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Weapon_Bow"
        ],
        "Id": "Weapon_Bench",
        "RequiredTierLevel": 3
      },
      {
        "Type": "DiagramCrafting",
        "Categories": [
          "Weapons.Bow"
        ],
        "Id": "Armory"
      }
    ]
  },
  "InteractionVars": {
    "Primary_Shoot_Damage_Strength_0": {
      "Interactions": [
        {
          "Parent": "Weapon_Shortbow_Primary_Shoot_Damage_Strength_0",
          "DamageCalculator": {
            "BaseDamage": {
              "Projectile": 9
            }
          }
        }
      ]
    },
    "Primary_Shoot_Damage_Strength_1": {
      "Interactions": [
        {
          "Parent": "Weapon_Shortbow_Primary_Shoot_Damage_Strength_1",
          "DamageCalculator": {
            "BaseDamage": {
              "Projectile": 14
            }
          }
        }
      ]
    },
    "Primary_Shoot_Damage_Strength_2": {
      "Interactions": [
        {
          "Parent": "Weapon_Shortbow_Primary_Shoot_Damage_Strength_2",
          "DamageCalculator": {
            "BaseDamage": {
              "Projectile": 18
            }
          }
        }
      ]
    },
    "Primary_Shoot_Damage_Strength_3": {
      "Interactions": [
        {
          "Parent": "Weapon_Shortbow_Primary_Shoot_Damage_Strength_3",
          "DamageCalculator": {
            "BaseDamage": {
              "Projectile": 25
            }
          }
        }
      ]
    },
    "Primary_Shoot_Damage_Strength_4": {
      "Interactions": [
        {
          "Parent": "Weapon_Shortbow_Primary_Shoot_Damage_Strength_4",
          "DamageCalculator": {
            "BaseDamage": {
              "Projectile": 29
            }
          },
          "TargetedDamage": {
            "Head": {
              "DamageCalculator": {
                "BaseDamage": {
                  "Projectile": 38
                }
              },
              "DamageEffects": {
                "Knockback": {
                  "Type": "Force",
                  "VelocityConfig": {
                    "AirResistance": 0.99,
                    "AirResistanceMax": 0.98,
                    "GroundResistance": 0.94,
                    "GroundResistanceMax": 0.3,
                    "Threshold": 3.0,
                    "Style": "Linear"
                  },
                  "Direction": { "X": 0.0, "Y": 0.5, "Z": -1 },
                  "Force": 8,
                  "VelocityType": "Set"
                },
                "WorldParticles": [
                  {
                    "SystemId": "Impact_Critical",
                    "Scale": 1,
                    "RotationOffset": { "Yaw": 180, "Pitch": 0, "Roll": 0 }
                  }
                ]
              }
            }
          }
        }
      ]
    },
    "Signature_Volley_Damage": {
      "Interactions": [
        {
          "Parent": "Weapon_Shortbow_Signature_Volley_Damage",
          "DamageCalculator": {
            "BaseDamage": {
              "Projectile": 22
            }
          }
        }
      ]
    },
    "Guard_Wield": {
      "Interactions": [
        {
          "Parent": "Weapon_Shortbow_Secondary_Guard_Wield",
          "StaminaCost": {
            "Value": 15.56,
            "CostType": "Damage"
          }
        }
      ]
    }
  },
  "ItemAppearanceConditions": {
    "SignatureCharges": [
      {
        "Condition": [
          1,
          100
        ],
        "ConditionValueType": "Percent",
        "Model": "Items/Weapons/Bow/Adamantite_Triple.blockymodel",
        "Texture": "Items/Weapons/Bow/Adamantite_Texture.png",
        "LocalSoundEventId": "SFX_Bow_T2_Signature_Loop_Local",
        "WorldSoundEventId": "SFX_Bow_T2_Signature_Loop",
        "Particles": [
          {
            "SystemId": "Bow_Signature_Charge",
            "TargetNodeName": "ARROW-PLACEHOLDER",
            "PositionOffset": {
              "X": 0.5,
              "Y": 0.25,
              "Z": 0
            },
            "Scale": 0.5,
            "TargetEntityPart": "PrimaryItem"
          },
          {
            "SystemId": "Bow_Signature_Charge",
            "TargetNodeName": "ARROW-PLACEHOLDER",
            "PositionOffset": {
              "X": 0.5,
              "Y": 0,
              "Z": 0
            },
            "Scale": 0.5,
            "TargetEntityPart": "PrimaryItem"
          },
          {
            "SystemId": "Bow_Signature_Charge",
            "TargetNodeName": "ARROW-PLACEHOLDER",
            "PositionOffset": {
              "X": 0.5,
              "Y": -0.25,
              "Z": 0
            },
            "Scale": 0.5,
            "TargetEntityPart": "PrimaryItem"
          }
        ],
        "ModelVFXId": "Bow_Signature_Status"
      }
    ],
    "SignatureEnergy": [
      {
        "Condition": [
          100,
          100
        ],
        "ConditionValueType": "Percent",
        "Particles": [
          {
            "SystemId": "Sword_Signature_Ready",
            "TargetNodeName": "Handle",
            "PositionOffset": {
              "X": 0.8
            },
            "TargetEntityPart": "PrimaryItem"
          },
          {
            "SystemId": "Sword_Signature_Status_Spawn",
            "TargetEntityPart": "PrimaryItem"
          },
          {
            "SystemId": "Bow_Signature_Status",
            "TargetNodeName": "Bow-Top",
            "PositionOffset": {
              "X": 0.55
            },
            "TargetEntityPart": "PrimaryItem",
            "Scale": 1.3
          },
          {
            "SystemId": "Bow_Signature_Status",
            "TargetNodeName": "Bow-Bot",
            "TargetEntityPart": "PrimaryItem",
            "Scale": 1.3
          }
        ],
        "FirstPersonParticles": [
          {
            "SystemId": "Sword_Signature_Ready",
            "TargetNodeName": "Handle",
            "PositionOffset": {
              "X": 0.8
            },
            "TargetEntityPart": "PrimaryItem"
          },
          {
            "SystemId": "Sword_Signature_Status_Spawn",
            "TargetNodeName": "Handle",
            "TargetEntityPart": "PrimaryItem",
            "PositionOffset": {
              "Y": 0
            }
          },
          {
            "SystemId": "Bow_Signature_Status_FP",
            "TargetNodeName": "Bow-Top",
            "PositionOffset": {
              "X": 0.5
            },
            "TargetEntityPart": "PrimaryItem"
          }
        ]
      }
    ]
  },
  "MaxDurability": 180,
  "DurabilityLossOnHit": 0.58
}