init
This commit is contained in:
11
rpg-docs/Model/Character/Spell.js
Normal file
11
rpg-docs/Model/Character/Spell.js
Normal file
@@ -0,0 +1,11 @@
|
||||
Spell = function(name){
|
||||
this.name = name;
|
||||
this.level = 0;
|
||||
this.school = "";
|
||||
this.range = "";
|
||||
this.verbal = false;
|
||||
this.somatic = false;
|
||||
this.material = false;
|
||||
this.duration = "";
|
||||
this.description = "";
|
||||
}
|
||||
Reference in New Issue
Block a user