Facebook
From Mortius, 8 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 108
  1. {
  2.   "attributes": {
  3.     "attack_range": 3,
  4.     "two_handed": true,
  5.     "pose": "bettercombat:pose_two_handed_sword",
  6.     "category": "claymore",
  7.     "attacks": [
  8.       {
  9.         "hitbox": "HORIZONTAL_PLANE",
  10.         "damage_multiplier": 0.75,
  11.         "angle": 150,
  12.         "upswing": 0.5,
  13.         "animation": "bettercombat:two_handed_slash_horizontal_right",
  14.         "swing_sound": {
  15.           "id": "bettercombat:claymore_swing"
  16.         }
  17.       },
  18.       {
  19.         "hitbox": "FORWARD_BOX",
  20.         "damage_multiplier": 1,
  21.         "angle": 0,
  22.         "upswing": 0.5,
  23.         "animation": "bettercombat:two_handed_stab_left",
  24.         "swing_sound": {
  25.           "id": "bettercombat:claymore_stab"
  26.         }
  27.       },
  28.       {
  29.         "hitbox": "VERTICAL_PLANE",
  30.         "damage_multiplier": 1.25,
  31.         "angle": 150,
  32.         "upswing": 0.5,
  33.         "animation": "bettercombat:two_handed_slam",
  34.         "swing_sound": {
  35.           "id": "bettercombat:claymore_slam",
  36.           "randomness": 0
  37.         }
  38.       }
  39.     ]
  40.   }
  41. }
captcha