Class Clothing.ClothingPatch

java.lang.Object
zombie.inventory.types.Clothing.ClothingPatch
Enclosing class:
Clothing

public class Clothing.ClothingPatch extends Object
  • Field Details

    • tailorLvl

      public int tailorLvl
    • fabricType

      public int fabricType
    • scratchDefense

      public int scratchDefense
    • biteDefense

      public int biteDefense
    • hasHole

      public boolean hasHole
    • conditionGain

      public int conditionGain
  • Constructor Details

    • ClothingPatch

      public ClothingPatch()
    • ClothingPatch

      public ClothingPatch(int tailorLvl, int fabricType, boolean hasHole)
  • Method Details