init
This commit is contained in:
9
rpg-docs/Model/Character/Armor.js
Normal file
9
rpg-docs/Model/Character/Armor.js
Normal file
@@ -0,0 +1,9 @@
|
||||
Armor = function(name, value){
|
||||
this.name = name;
|
||||
this.value = value;
|
||||
this.equipped = true;
|
||||
this.dexModMax = 20;
|
||||
this.dexModMin = -20;
|
||||
this.strengthNeeded = 0;
|
||||
this.stealthDisadvantage = false;
|
||||
}
|
||||
Reference in New Issue
Block a user