Orc Zombie ★ Card
Garments Card
Quality
Blue
Effect

Max HP +3000

When suffering physical attacks, have a chance (10%) of inflicting a random abnormal status on the enemy (Stun, Curse, Silence, Poison, Bleed)

Deposit

Max HP +72

Unlock

Atk +8

Craft Materials

Formula

{
  "id": 53200,
  "Dsc": "Max HP +3000",
  "BuffName": "Orc Zombie ★ Card",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "type": "AttrChange",
    "MaxHp": 3000
  }
}

Formula

{
  "id": 53201,
  "Dsc": "When suffering physical attacks, have a chance (10%) of inflicting a random abnormal status on the enemy (Stun, Curse, Silence, Poison, Bleed)",
  "BuffName": "Orc Zombie ★ Card",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "BeAttack",
    "physic_skill": 1
  },
  "BuffEffect": {
    "id": [
      53202,
      53203,
      53204,
      53205,
      53208
    ],
    "Odds": 10,
    "type": "AddBuff",
    "random": 1
  }
}

Formula

{
  "id": 53202,
  "BuffDesc": "Stun: disable movement, stop restoring mana",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Orc Zombie ★ Card [Stun]",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "type": 130
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "StatusChange",
    "NoAct": 1,
    "AttrEffect": [
      3,
      4
    ],
    "StateEffect": "4_Dizzy"
  },
  "BuffStateID": 80010
}

Formula

{
  "id": 53203,
  "BuffDesc": "Curse: decrease Atk, moving speed, luck value",
  "BuffIcon": "skillbuff_94001",
  "BuffName": "Orc Zombie ★ Card [Curse]",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "type": 180
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "Luk": -10,
    "type": "StatusChange",
    "AtkPer": -0.25,
    "MoveSpdPer": -0.5,
    "StateEffect": "11_Curse"
  }
}

Formula

{
  "id": 53204,
  "BuffDesc": "Silence: disable all skills except auto attacks",
  "BuffIcon": "skillbuff_231001",
  "BuffName": "Orc Zombie ★ Card [Silence]",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "type": 100
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "StatusChange",
    "NoSkill": 1,
    "StateEffect": "10_Silence"
  },
  "BuffStateID": 96040
}

Formula

{
  "id": 53205,
  "BuffName": "Orc Zombie ★ Card Poison Effect [Poison]",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "type": 150
    }
  },
  "BuffEffect": {
    "id": [
      53206,
      53207
    ],
    "type": "AddBuff"
  }
}

Formula

{
  "id": 53206,
  "BuffDesc": "Poison: decrease Def, increase poison damage suffered, stop recovering MP, lose HP",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Orc Zombie ★ Card Poison Status Effect [Poison]",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "StatusChange",
    "DefPer": -0.25,
    "AttrEffect": [
      3,
      4
    ],
    "StateEffect": "1_Poison"
  },
  "BuffStateID": 120030
}

Formula

{
  "id": 53207,
  "BuffName": "Orc Zombie ★ Card Poison Damage Effect [Poison]",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "Hp": {
      "a": -0.02,
      "b": -5,
      "type": 6
    },
    "type": "HpReduce",
    "delHpPer": {
      "a": 0.2,
      "type": 153
    },
    "StateEffect": "1_Poison",
    "limit_layer": 3
  }
}

Formula

{
  "id": 53208,
  "BuffName": "Orc Zombie ★ Card Bleed Effect [Bleed]",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "id": [
      53209,
      53210
    ],
    "type": "AddBuff"
  }
}

Formula

{
  "id": 53209,
  "BuffDesc": "Bleed: Decrease Atk, Decrease ASPD, Magic HP Recover stopped, HP Loss",
  "BuffIcon": "skillbuff_197001",
  "BuffName": "Orc Zombie ★ Card Bleeding Status Effect [Bleed]",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "StatusChange",
    "AtkPer": -0.25,
    "SkillASPD": -0.25,
    "AttrEffect": [
      3,
      4
    ],
    "StateEffect": "2_Blood"
  },
  "BuffStateID": 120032
}

Formula

{
  "id": 53210,
  "BuffName": "Orc Zombie ★ Card Bleed Attribute [Bleed]",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "Hp": {
      "a": -0.005,
      "b": -3,
      "type": 6
    },
    "type": "HpReduce",
    "delHpPer": 0.2,
    "StateEffect": "2_Blood"
  }
}

Formula

{
  "id": 24086,
  "Name": "##106909",
  "Type": 2,
  "MaxNum": 99999,
  "NameZh": "##106909",
  "NoShow": 1,
  "Weight": 0,
  "Feature": 1,
  "Picture": "card_24086",
  "Quality": 3,
  "CardType": 1,
  "Position": 4,
  "BookClass": 6,
  "ComposeID": 1000660,
  "Condition": 4,
  "SellPrice": 50000,
  "monsterID": [
    31059
  ],
  "BookWeight": 100,
  "BuffEffect": {
    "buff": [
      53200,
      53201
    ]
  },
  "AuctionPrice": 1,
  "AdventureSort": 50084,
  "StorageReward": {
    "buffid": [
      80001890
    ]
  },
  "AdventureValue": 34,
  "AdventureReward": {
    "buffid": [
      61001640
    ]
  }
}