• Guest, HEROCRAFT PUBLIC RELEASE IS HAPPENING AN HOUR EARLIER! TONIGHT @ 7PM CST GET READY FOR IT! play.hc.to
    Read up on the guides and new systems! Here.
    View the LIVE Map here @ hc.to/map
    Stuck or have a problem? use "/pe create" to to open a ticket with staff (There are some known issues and other hotfixes we will be pushing asap)
  • Guest, Make sure to use our LAUNCHER! Read more here!

Suggestion Banker Profession.

Jasquan

Legacy Supporter 9
Joined
Oct 1, 2012
Location
Denmark
I like some of these, lets do it.

I added Enderchests to the Banker professions so far....
Code:
name: Banker
default: false
tier: 2
parents:
    strong: [ CRAFTER ]
    weak: []
description: The bean counter
secondary: true
primary: false
permitted-armor: []
permitted-weapon:
- WOOD
- STONE
- SHEARS
- FISHING_ROD
- IRON_PICKAXE
- IRON_AXE
- IRON_SPADE
- IRON_HOE
- DIAMOND_PICKAXE
- DIAMOND_AXE
- DIAMOND_SPADE
- DIAMOND_HOE
permitted-skills:
    Recall:
        level: 1
        mana: 100
    Mark:
        level: 1
        mana: 100
    SummonBook: Complete
        level: 5
        mana: 30
        cooldown: 3600000
    Monetize: Complete
        level: 10
        mana: 25
        cooldown: 2000
    SmeltGold: Complete
        level: 20
        mana: 25
        cooldown: 2000
    Exchange: Complete
        level: 30
        mana: 25
        cooldown: 2000
    TradeRoute: (Not complete, more of a concept)
        level: 60
        mana: 25
        cooldown: 2000
permission-skills:
    Lighter:
        level: 1
    LavaBucket:
        level: 1
    Shears:
        level: 1
    Enderchest:
        level: 40
experience-sources:
- MINING
- FISHING
- SKILL
expmodifier: 1.0
item-damage:
base-max-health: 600
max-health-per-level: 3
expLoss: 0.01
wildcard-permission: true
max-level: 60
recipes: [ default ]
Wildcards...? The Bean Counter...?
 

Nicolaos

Legacy Supporter 7
Joined
Mar 13, 2012
Are bankers going be able to buy/sell gold ingots/blocks/ore/nuggets? Seems fitting but I am not sure if you want to give it to them
 

Admira1Ackbar

Legacy Supporter 6
Joined
Jan 21, 2012
Midas Touch: Chance (dependent on level) to get something extra from your golden touch. Chance to get an extra gold ore while mining gold ore, to get a golden apple while breaking leaves, to get a golden carrot while pulling up carrots, and to get a glistering melon when breaking melons.

I was further considering this skill idea, and wondered if it might work better as two skills. The first of the two skills could be similar to above, but without gold ore extra chance:
Midas Touch: Chance (dependent on level) to get something extra from your golden touch. Chance to get a golden apple while breaking leaves, to get a golden carrot while pulling up carrots, and to get a glistering melon when breaking melons.

Then the second of the two skills could revolve around the gold ore (I had a couple naming ideas):
Careful Extraction / Penny Pincher: Chance (dependent on level) to get an extra gold ore while mining gold ore due to your precise value extraction techniques.
 

Admira1Ackbar

Legacy Supporter 6
Joined
Jan 21, 2012
Are bankers going be able to buy/sell gold ingots/blocks/ore/nuggets? Seems fitting but I am not sure if you want to give it to them

Yea, I was a little confused on this myself. The first post says Chestshop for Gold items/bars/ore:

ChestShop GOLD (coded);
Buy/sell goldore/ingots/weapons/etc

But the code section didn't appear to mention ChestShop GOLD. (Is that added/specified in another location, maybe?) Being able to buy/sell gold ingots/ore seems fairly essential for a banker to be able to fully utilize their other skills, in my opinion.

Code:
name: Banker
default: false
tier: 2
parents:
    strong: [ CRAFTER ]
    weak: []
description: The bean counter
secondary: true
primary: false
permitted-armor: []
permitted-weapon:
- WOOD
- STONE
- SHEARS
- FISHING_ROD
- IRON_PICKAXE
- IRON_AXE
- IRON_SPADE
- IRON_HOE
- DIAMOND_PICKAXE
- DIAMOND_AXE
- DIAMOND_SPADE
- DIAMOND_HOE
permitted-skills:
    Recall:
        level: 1
        mana: 100
    Mark:
        level: 1
        mana: 100
    SummonBook: Complete
        level: 5
        mana: 30
        cooldown: 3600000
    Monetize: Complete
        level: 10
        mana: 25
        cooldown: 2000
    SmeltGold: Complete
        level: 20
        mana: 25
        cooldown: 2000
    Exchange: Complete
        level: 30
        mana: 25
        cooldown: 2000
    TradeRoute: (Not complete, more of a concept)
        level: 60
        mana: 25
        cooldown: 2000
permission-skills:
    Lighter:
        level: 1
    LavaBucket:
        level: 1
    Shears:
        level: 1
    Enderchest:
        level: 40
experience-sources:
- MINING
- FISHING
- SKILL
expmodifier: 1.0
item-damage:
base-max-health: 600
max-health-per-level: 3
expLoss: 0.01
wildcard-permission: true
max-level: 60
recipes: [ default ]

I'm still trying to brainstorm more ideas that would feel fitting for a banker (but not too overboard, at the same time). I really liked seeing the proposed levels of where the skills could be enabled; gives a bit of a hint of where to think about more ideas.

How many more skills do you feel are needed, and which level of skills would you rather be focused on?
 
Top