Item Grade - aranmaso/CultivatorOfTheRim-Old GitHub Wiki

Item Grade

all weapon and apparel can now spawn with grade. range from

  • Mortal
  • Ordinary
  • Earth
  • Heaven
  • Mysterious
  • Divine
  • Emperor
  • Dao

if a weapon grade hit against target wearing equipment of lower grade. the weapon will deal increased damage corresponding to their grade.

When attacker is not a cultivator

  • Mortal => x1.0
  • Ordinary => x1.1
  • Earth => x1.25
  • Heaven => x1.5
  • Mysterious => x1.75
  • Divine => x2.0
  • Emperor => x2.25
  • Dao => x2.5

When attacker is cultivator

  • Mortal => x1.0
  • Ordinary => x1.25
  • Earth => x1.5
  • Heaven => x1.75
  • Mysterious => x2.00
  • Divine => x2.5
  • Emperor => x3.00
  • Dao => x3.5

but if Apparel grade is higher than attacker weapon, and the hit part is covered by said apparel, the incoming damage will be lowered.

When attacker is not a cultivator

  • Mortal => x1.0
  • Ordinary => x0.8
  • Earth => x0.5
  • Heaven => x0.5
  • Mysterious => x0.5
  • Divine => x0.25
  • Emperor => x0.25
  • Dao => x0.10

When attacker is cultivator

  • Mortal => x1.0
  • Ordinary => x0.95
  • Earth => x0.8
  • Heaven => x0.8
  • Mysterious => x0.8
  • Divine => x0.75
  • Emperor => x0.75
  • Dao => x0.5