FareverDB

Shoot Liquid Honey

Cannon_HoneyShot_Liquid in Skills

Shoots a liquid honey projectile that will stick to platforms and cristallized.

id
Cannon_HoneyShot_Liquid
type
11
flags
0
nature
2
cooldown
1
duration
0.3
Raw data
{
  "id": "Cannon_HoneyShot_Liquid",
  "gfx": {
    "x": 0,
    "y": 0,
    "file": "UI/icons/atlas_vehicles_96PX.png",
    "size": 96
  },
  "anim": {
    "file": "Anim/Props/Cannon/Anim_Cannon_Shoot.fbx"
  },
  "type": 11,
  "vars": {},
  "flags": 0,
  "props": {
    "hit": {
      "camShake": 8
    }
  },
  "steps": [
    {
      "on": 0,
      "type": 7,
      "delay": 0.05,
      "props": {
        "projectile": {
          "base": "CannonBall",
          "fxSet": "Projectile_Honey_Canon_Soft",
          "muzzle": "MuzzleA",
          "hitFilter": 3
        }
      },
      "range": 280,
      "visuals": {
        "camShake": 20
      }
    },
    {
      "on": 2,
      "type": 4,
      "props": {
        "area": {
          "hitFilter": 3
        },
        "position": {
          "origin": 2
        }
      },
      "range": 4,
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "baseVal": 0,
          "scaling": [],
          "affinity": "Physical",
          "alignment": 4
        },
        {
          "flags": 0,
          "effect": 1,
          "scaling": [
            {
              "atb": "Strength",
              "ratio": 0.5
            }
          ],
          "alignment": 1
        }
      ]
    },
    {
      "on": 1,
      "cond": {
        "alignment": 1
      },
      "type": 1,
      "props": {
        "status": {
          "ref": "HoneyCovered"
        }
      }
    }
  ],
  "texts": {
    "desc": "Shoots a liquid honey projectile that will stick to platforms and cristallized.",
    "name": "Shoot Liquid Honey"
  },
  "nature": 2,
  "mastery": [],
  "cooldown": 1,
  "duration": 0.3
}