v0.4.0: added the ability for weapons to give DR, gave it to quarterstaff
This commit is contained in:
@@ -103,6 +103,10 @@ abstract public class KindOfWeapon extends EquipableItem {
|
||||
public int reachFactor( Hero hero ){
|
||||
return 1;
|
||||
}
|
||||
|
||||
public int defenceFactor( Hero hero ) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public void proc( Char attacker, Char defender, int damage ) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user