Jobs

Last-modified: 2011-11-10 (木) 11:40:10

どの職業もMaxlevelは100です。
レベルアップによる収入の計算式は以下の通り。

       leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
       income-progression-equation: baseincome*((1.02)^(joblevel-1))
       experience-progression-equation: baseexperience*((1.02)^(joblevel-1))

Woodcutter:

       Break:
           LOG:
               income: .5
               experience: 5.0
       Place:
           SAPLING:
               income: .1
               experience: 1.0
           WOOD:
               income: -.2
               experience: 2.0

Miner:

       max-level: 100
       Break:
           STONE:
               income: .2
               experience: 2.0
           COAL_ORE:
               income: .3
               experience: 3.0
           REDSTONE_ORE:
               income: .3
               experience: 3.0
           IRON_ORE:
               income: .4
               experience: 4.0
           GOLD_ORE:
               income: .5
               experience: 5.0
           LAPIS_ORE:
               income: .5
               experience: 5.0
           DIAMOND_ORE:
               income: .6
               experience: 6.0
           OBSIDIAN:
               income: .7
               experience: 7.5
           MOSSY_COBBLESTONE:
               income: .6
               experience: 6.0
       Place:
           RAILS:
               income: .2
               experience: 2.0
           IRON_ORE:
               income: -.5
               experience: -5.5
           GOLD_ORE:
               income: -.6
               experience: -6.5
           OBSIDIAN:
               income: -.7
               experience: 7.5
           MOSSY_COBBLESTONE:
               income: -.6
               experience: -6.5

Digger:

           DIRT:
               income: .2
               experience: 2.0
           GRASS:
               income: .2
               experience: 2.0
           GRAVEL:
               income: .2
               experience: 2.0
           SAND:
               income: .2
               experience: 2.0
           CLAY:
               income: .2
               experience: 2.0
       Kill:
           Player:
               income: -1
               experience: -1
       custom-kill:
           Digger:
               income: -1
               experience: -1

Farmer:

       Break:
           CROPS-7:
               income: .4
               experience: 4.0
           SUGAR_CANE_BLOCK:
               income: .4
               experience: 4.0
       Place:
           SEEDS:
               income: .3
               experience: 3.0
           SUGAR_CANE_BLOCK:
               income: .1
               experience: 1.0

Hunter:

       Kill:
           Chicken:
               income: .25
               experience: 2.5
           Cow:
               income: .25
               experience: 2.5
           Pig:
               income: .25
               experience: 2.5
           Sheep:
               income: .25
               experience: 2.5
           Wolf:
               income: .5
               experience: 5.0
           Creeper:
               income: 1.0
               experience: 10.0
           Skeleton:
               income: 1.0
               experience: 10.0
           Spider:
               income: 1.0
               experience: 10.0
           Zombie:
               income: 1.0
               experience: 10.0

Fisherman:

       Fish:
           RAW_FISH:
               income: .4
               experience: 4.0

Weaponsmith:

       Craft:
           WOOD_SWORD:
               income: .2
               experience: 1.0
           IRON_SWORD:
               income: .4
               experience: 2.0
           GOLD_SWORD:
               income: .6
               experience: 3.0
           DIAMOND_SWORD:
               income: .8
               experience: 4.0