Merge
This commit is contained in:
parent
845d45bd4d
commit
3281eb2ed7
@ -533,8 +533,8 @@ public class DamageManager extends MiniPlugin
|
|||||||
|
|
||||||
if (mat.name().contains("WOOD")) damage -= 3;
|
if (mat.name().contains("WOOD")) damage -= 3;
|
||||||
else if (mat.name().contains("STONE")) damage -= 2;
|
else if (mat.name().contains("STONE")) damage -= 2;
|
||||||
else if (mat.name().contains("DIAMOND")) damage -= 1;
|
else if (mat.name().contains("DIAMOND")) damage += 1;
|
||||||
else if (mat.name().contains("GOLD")) damage += 1;
|
else if (mat.name().contains("GOLD")) damage -= 1;
|
||||||
|
|
||||||
event.setDamage(damage);
|
event.setDamage(damage);
|
||||||
}
|
}
|
||||||
|
@ -36,11 +36,11 @@ public class ChampionsDominate extends Domination
|
|||||||
"Collect Emeralds to get 300 Points",
|
"Collect Emeralds to get 300 Points",
|
||||||
"Collect Resupply Chests to restock your inventory",
|
"Collect Resupply Chests to restock your inventory",
|
||||||
"Customize your Class to suit your play style",
|
"Customize your Class to suit your play style",
|
||||||
"Diamond Sword boosts Sword Skill by 1 Level",
|
"Gold Sword boosts Sword Skill by 1 Level",
|
||||||
"Diamond Axe boosts Axe Skill by 1 Level",
|
"Gold Axe boosts Axe Skill by 1 Level",
|
||||||
"Gold Weapons deal 7 damage",
|
"Gold Weapons deal 5 damage",
|
||||||
"Iron Weapons deal 6 damage",
|
"Iron Weapons deal 6 damage",
|
||||||
"Diamond Weapons deal 5 damage",
|
"Diamond Weapons deal 7 damage",
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user