Skip to main content
All skills

Ram Trap

WeaponAbility

Drops a spark trap on the targeted area. If an enemy steps on it, they are dealt 100% Dexterity (Physical), are immobilized for 4s and you gain Big Game Hunter.

cooldown12s
duration
steps6
Scaling
100% Dexterity· Physical

References

Granted by

Raw data

type
WeaponSkill
nature
Ability
Cooldown
12s
steps
6
id
Bow_BigGame_Skill2
raw data
{
  "id": "Bow_BigGame_Skill2",
  "gfx": {
    "x": 16,
    "y": 0,
    "file": "UI/icons/atlas_weapon_Bow_96PX.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {
    "ref": "Conjure"
  },
  "type": 7,
  "vars": {
    "range": 4
  },
  "flags": 0,
  "props": {
    "rankOverride": [
      {
        "props": {
          "charges": 2
        },
        "minRank": 2
      }
    ]
  },
  "steps": [
    {
      "on": 0,
      "type": 25,
      "props": {},
      "range": 25,
      "visuals": {
        "fxs": [
          {
            "set": "Telegraph_Circle_Preview",
            "flags": 24,
            "props": {}
          }
        ]
      }
    },
    {
      "on": 0,
      "type": 13,
      "props": {
        "rotation": {
          "direction": 4
        }
      }
    },
    {
      "on": 0,
      "type": 3,
      "props": {},
      "duration": 0.25
    },
    {
      "on": 7,
      "type": 4,
      "props": {
        "area": {
          "hitFilter": 1,
          "telegraph": 0,
          "travelTime": 0.5
        },
        "loop": {
          "tick": 0.25
        },
        "position": {
          "origin": 4
        }
      },
      "range": "range",
      "visuals": {
        "fxs": [
          {
            "set": "Spark_AOE_Trap_Floor",
            "props": {}
          }
        ],
        "bellFx": {
          "set": "Projectile_Spark",
          "height": 2
        },
        "telegraphFx": "Telegraph_Circle_Preview"
      },
      "duration": 15
    },
    {
      "id": "Trigger",
      "on": 1,
      "props": {}
    },
    {
      "id": "Explode",
      "on": 13,
      "type": 4,
      "props": {
        "position": {
          "origin": 4
        }
      },
      "range": "range",
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "Dexterity",
              "ratio": 1
            }
          ],
          "affinity": "Physical"
        }
      ],
      "visuals": {
        "fxs": [
          {
            "set": "Hit_Spark_Big",
            "flags": 16,
            "props": {}
          }
        ]
      }
    }
  ],
  "texts": {
    "desc": "Drops a spark trap on the targeted area. If an enemy steps on it, they are dealt ::dmg::, are immobilized for ::ref_duration:: and you gain ::ref2_name::.",
    "name": "Ram Trap",
    "refs": {
      "ref": "Bow_BigGame_Skill2_Status",
      "ref2": "Bow_BigGame_Status"
    },
    "rankDescs": [
      {
        "desc": "Has ::charges:: charges.",
        "flags": 0
      },
      {
        "desc": "Deals an additional ::ref_dmg:: when the immobilization effect ends.",
        "flags": 0
      }
    ]
  },
  "nature": 2,
  "script": "function onHit(hit) {\n\tif (hit.area != null) {\n\t\thit.area.remove();\n\t\tplayStep(Steps.Explode, null, hit.area.position);\n\t\taddStatus(owner, Skill.Bow_BigGame_Status);\n\n\t}\n\tif (hit.stepId == Steps.Explode) {\n\t\taddStatus(hit.target, Skill.Bow_BigGame_Skill2_Status);\n\t}\n}",
  "status": 4,
  "mastery": [],
  "cooldown": 12
}