Skip to content

Instantly share code, notes, and snippets.

@coolsquid
Created April 3, 2015 16:27
Show Gist options
  • Save coolsquid/c612a196b2b953402fb8 to your computer and use it in GitHub Desktop.
Save coolsquid/c612a196b2b953402fb8 to your computer and use it in GitHub Desktop.
ToolMaterials.cfg
# Configuration file
emerald {
D:attackDamage=3.0
I:durability=1561
D:efficiency=8.0
I:enchantability=10
I:harvestLevel=3
}
gold {
D:attackDamage=0.0
I:durability=32
D:efficiency=12.0
I:enchantability=22
I:harvestLevel=0
}
iron {
D:attackDamage=2.0
I:durability=250
D:efficiency=6.0
I:enchantability=14
I:harvestLevel=2
}
meteorite {
D:attackDamage=5.0
I:durability=781
D:efficiency=14.0
I:enchantability=15
I:harvestLevel=4
}
stone {
D:attackDamage=1.0
I:durability=131
D:efficiency=4.0
I:enchantability=5
I:harvestLevel=1
}
wood {
D:attackDamage=0.0
I:durability=59
D:efficiency=2.0
I:enchantability=15
I:harvestLevel=0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment