viewing paste Unknown #20869 | YAML

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
  Miner:
    fullname: Miner
    shortname: M
    description: Earns money mining minerals and ores.
    ChatColour: DARK_GRAY
    chat-display: full
    max-level: 10
    #slots: 10
    leveling-progression-equation: 100*((1.4+(0.02*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      STONE:
        income: 0.02
        experience: 0.02
      SANDSTONE:
        income: 0.02
        experience: 0.02
      STAINED_CLAY:
        income: 0.02
        experience: 0.02
      HARD_CLAY:
        income: 0.02
        experience: 0.02
      COAL_ORE:
        income: 0.1
        experience: 0.1
      QUARTZ_ORE:
        income: 0.1
        experience: 0.1
      GLOWING_REDSTONE_ORE:
        income: 0.4
        experience: 0.4
      REDSTONE_ORE:
        income: 0.4
        experience: 0.4
      IRON_ORE: 
        income: 0.2
        experience: 0.2
      GOLD_ORE:
        income: 0.3
        experience: 0.3
      LAPIS_ORE:
        income: 0.4
        experience: 0.4
      EMERALD_ORE:
        income: 0.5
        experience: 0.5
      DIAMOND_ORE:
        income: 0.6
        experience: 0.6
      OBSIDIAN: 
        income: 0.8
        experience: 0.8
      PRISMARINE: 
        income: 0.9
        experience: 0.9
      MOB_SPAWNER: 
        income: 10.0
        experience: 10.0
Viewed 689 times, submitted by Guest.