Adds otherArmorDescription to Monster entity.

Adds tests for otherArmorDescription.
This commit is contained in:
2020-09-13 04:25:08 -07:00
parent 5aa88932f7
commit bead4f8ee5
3 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
<attribute name="dexterityScore" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/>
<attribute name="intelligenceScore" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/>
<attribute name="name" attributeType="String" defaultValueString=""/>
<attribute name="otherArmorDescription" optional="YES" attributeType="String" defaultValueString=""/>
<attribute name="size" attributeType="String" defaultValueString=""/>
<attribute name="strengthScore" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/>
<attribute name="subtype" attributeType="String" defaultValueString=""/>
@@ -15,6 +16,6 @@
<attribute name="wisdomScore" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/>
</entity>
<elements>
<element name="Monster" positionX="-63" positionY="-18" width="128" height="223"/>
<element name="Monster" positionX="-63" positionY="-18" width="128" height="238"/>
</elements>
</model>