diff --git a/README.txt b/README.txt index 7ff1fbd..414e7df 100644 --- a/README.txt +++ b/README.txt @@ -15,7 +15,7 @@ Steel, gold, and mithral are the only encrustable tools. Mese cannot benefit from the effects of gems because it lacks the magical attunement to be encrusted (or, in other words, balance). -GEM BONUSES +GEM BONUSES garnet 5% aquamarine 10% topaz 15% diff --git a/init.lua b/init.lua index c41ca6f..36d33be 100644 --- a/init.lua +++ b/init.lua @@ -84,8 +84,8 @@ metal = {"steel","gold","mithril"} formalmetal = {"Steel","Gold","Mithril"} gem = {"garnet","aquamarine","topaz","diamond","opal"} -toolbenefit_one = {0.95,0.9,0.85,0.8,0.75} -toolbenefit_two = {1.05,1.1,1.15,1.2,1.25} +toolbenefit_one = {0.95,0.95,0.85,0.9,0.65} +toolbenefit_two = {1.05,1.1,1.05,1.15,0.9} pickbases = {{4,1.6,1,10,2},{2,0.5,0.3,70,1},{2.25,0.55,0.35,200,1}} axecbases = {{2,1.6,1,10,2},{1.7,0.4,0.35,70,1},{1.75,0.45,0.45,200,1}} diff --git a/textures/gems_mineral_aquamarine.png b/textures/gems_mineral_aquamarine.png index 50e5519..a886082 100644 Binary files a/textures/gems_mineral_aquamarine.png and b/textures/gems_mineral_aquamarine.png differ diff --git a/textures/gems_mineral_diamond.png b/textures/gems_mineral_diamond.png index af5ec4b..d5d5c61 100644 Binary files a/textures/gems_mineral_diamond.png and b/textures/gems_mineral_diamond.png differ diff --git a/textures/gems_mineral_garnet.png b/textures/gems_mineral_garnet.png index a2f87f7..02319e5 100644 Binary files a/textures/gems_mineral_garnet.png and b/textures/gems_mineral_garnet.png differ diff --git a/textures/gems_mineral_opal.png b/textures/gems_mineral_opal.png index 654fae6..a98317a 100644 Binary files a/textures/gems_mineral_opal.png and b/textures/gems_mineral_opal.png differ diff --git a/textures/gems_mineral_topaz.png b/textures/gems_mineral_topaz.png index 7fbbd2f..f876f69 100644 Binary files a/textures/gems_mineral_topaz.png and b/textures/gems_mineral_topaz.png differ