<?xml version="1.0" encoding="ISO-8859-1"?><?xml-stylesheet type="text/xsl" href="/xsl/jPint.xsl"?>
<!-- Character Element: always present
    Required attributes: name, key
    Control attributes:
        safe-key: a variation of the key that is safe for use in javascript variable names.
            You will probably only use this when calling initializeCharacter (see jPint.xsl for an example).
        login-class: assign to each HTML element that can be clicked to log in.
            You should also set style="display:none;" on such elements; they will be made visible if not logged in.
        logout-class: assign to each HTML element that can be clicked to log out.
            You should also set style="display:none;" on such elements; they will be made visible if logged in.
        hide-class: assign to each HTML element that can be clicked to remove the character from an iplay4e panel.
            Each such element should also be set with style="display:none;"; we will make the element visible if necessary.
            It's okay if it's positioned with login/logout links, because they won't be displayed at the same time.
        sync-prompt-class: assign to each HTML element that should allow clicking to force a character state sync.
        sync-display-class: assign to each HTML element that should dynamically indicate sync status.
        sync-syncing-class: style because it will be assigned to the sync-display-class elements during sync operations.
        sync-error-class: style because it will be assigned to the sync-display-class elements for sync failures.
        manage-class: assign to each HTML element that can be clicked to perform actions on the character (download, etc...)
        roller-class: assign to each HTML element that can be clicked to do a die roll.  
            Should always be used in conjunction with the dice-class attribute of another element (e.g. Movement/Initiative).
        action-points-display-script: assign to at least one HTML element that should dynamically display current action points.
        action-points-add-script: javascript to execute to add an action point.
        action-points-subtract-script: javascript to execute to subtract an action point. --><Character action-points-add-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;CUR_Action Points&apos;, {autoValue:1, calculateChange: function(oldVal, newVal) { return oldVal + newVal; } });" action-points-display-class="CUR_ActionPoints" action-points-subtract-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;CUR_Action Points&apos;, {autoValue:-1, calculateChange: function(oldVal, newVal) { return oldVal + newVal; } });" hide-class="IP4Hide" key="agdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA" login-class="IP4Login" logout-class="IP4Logout" manage-class="IP4Manage" name="Elwyndas" roller-class="Roller" safe-key="agdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA" sync-display-class="IP4Sync" sync-error-class="IP4SyncError" sync-prompt-class="IP4SyncPrompt" sync-syncing-class="IP4SyncSyncing"><!-- Description element: may be absent if all attributes and children are absent from the dnd4e file.
    Optional attributes: gender, height, weight, age
    Children:
        Notes element: always present
            Content: multi-line text
        Appearance element: always present
            Content: multi-line text
        Traits element: always present
            Content: multi-line text
        Companions element: always present
            Content: multi-line text --><Description><Notes /><Appearance /><Traits /><Companions /></Description><!-- Build element: always present
    Required attributes: alignment, experience, level, name, powersource, role, size, tier, vision
        The name attribute is the build name if one was selected in the Character Builder, or the class name otherwise.
    Control attributes:
        experience-display-class: assign to at least one HTML element that should dynamically display current XP.
        experience-prompt-script: javascript to execute to prompt the user for XP to add.
    Children:
        Race element: always present
            Required attributes: name, url
            Children:
                Feature elements: one per race feature
                    Required attributes: name, description
        Class element: always present
            Required attributes: name, url
            Children: as Race element
        ParagonPath element: present if of sufficient level
            Required attributes: name, url
            Children: as Race element
        EpicDestiny element: present if of sufficient level
            Required attributes: name, url
            Children: as Race element --><Build alignment="Unaligned" experience="2250" experience-display-class="ExperiencePoints" experience-prompt-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;Experience Points&apos;, {requireInt:1, text:&apos;How many XP should be added?&apos;, calculateChange: function(oldVal, newVal) { return oldVal + newVal; } });" level="3" name="Hybrid" powersource="Martial" role="Defender" size="Medium" tier="Heroic" vision="Low-light"><Race name="Eladrin" url="http://www.wizards.com/dndinsider/compendium/race.aspx?id=3"><Feature description="Meditate aware 4 hours instead of sleep." name="Trance" /><Feature description="Proficient with longsword." name="Eladrin Weapon Proficiency" /><Feature description="Training in any one additional skill." name="Eladrin Education" /><Feature description="+1 Will; +5 to saving throws against charm." name="Eladrin Will" /><Feature description="Use fey step as an encounter power." name="Fey Step" /><Feature description="Your origin is fey, not natural" name="Fey Origin" /><Feature description="" name="Arcana Bonus" /><Feature description="" name="History Bonus" /></Race><Class name="Hybrid" url=""><Feature description="Critical hit grants free melee basic attack; once per round, barbarian attack power only" name="Rampage" /><Feature description="Mark targets you attack with fighter powers and gain Combat Challenge" name="Combat Challenge (Hybrid)" /></Class></Build><!-- Health element: always present
    Control attributes:
        short-rest-script: javascript to execute when the user wants to take a short rest.
        extended-rest-script: javascript to execute when the user wants to take an extended rest.
        tempHP-display-class: assign to at least one HTML element that should dynamically display temp HP.
        tempHP-prompt-script: javascript to execute to prompt the user for a new temp HP value.
        tempHP-bar-class: assign to all HTML elements that should have width set in proportion to current tempHP/max HP.
        death-saves-display-class: assign to at least one HTML element that should dynamically display current HP.
        death-saves-add-script: javascript to execute to add a death save.
        death-saves-subtract-script: javascript to execute to subtract a death save.
        conditions-display-class: assign to at least on HTML element that should dynamically contain a div per condition.
        conditions-prompt-script: javascript to execute to prompt the user to enter a new condition.
        conditions-delete-class: will be dynamically assigned to each condition div in conditions-display-class elements.
            Not necessary to assign to any elements, but should probably be styled with css in your XSL.
    Child elements:
        MaxHitPoints: always present
            Required attributes: value
            Control attributes:
                display-class: assign to at least one HTML element that should dynamically display current HP.
                damage-prompt-script: javascript to execute to prompt the user for hit points of damage taken.
                heal-prompt-script: javascript to execute to prompt the user for hit points healed.
                bar-class: assign to all HTML elements that should have width set in proportion to current/max HP.
                dying-class: assign to all HTML elements that should only be displayed if the character is dying.
            Children:
                Factor elements: one for each factor contributing to the value.
                    Required attributes: name, modifier
                    Optional attributes: abbreviation, multiplier, multiplied
                        The "multiplier" and "multiplied" are only present if math was performed to get the modifier.
        BloodiedValue: always present
            Required attributes: value
            Children: as MaxHitPoints
        MaxSurges: always present
            Required attributes: value
            Control attributes:
                display-class: assign to at least one HTML element that should dynamically display current surges.
                bar-class: assign to all HTML elements that should have width set in proportion to current/max surges.
                add-script: javascript to execute to add a surge.
                subtract-script: javascript to execute to subtract a surge.
            Children: as MaxHitPoints
        SurgeValue: always present
            Required attributes: value
            Control attributes:
                toHitPoints-script: javascript to execute when the surge value should be added to hit points.
            Children: as MaxHitPoints --><Health conditions-delete-class="CUR_ConditionsDelete" conditions-display-class="CUR_Conditions" conditions-prompt-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;CUR_Conditions&apos;, {text:&apos;Enter text for the condition&apos;});" death-saves-add-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;CUR_Death Saves&apos;, {autoValue:1, calculateChange: function(oldVal, newVal) { return oldVal + newVal; } });" death-saves-display-class="CUR_DeathSaves" death-saves-subtract-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;CUR_Death Saves&apos;, {autoValue:-1, calculateChange: function(oldVal, newVal) { return oldVal + newVal; } });" extended-rest-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.extendedRest();" short-rest-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.shortRest();" tempHP-bar-class="CUR_TempHPBar" tempHP-display-class="CUR_TempHP" tempHP-prompt-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;CUR_TempHP&apos;, {requireInt:1, min:0, text:&apos;Set to how many temporary HP?&apos; });"><MaxHitPoints bar-class="CUR_HitPointsBar" damage-prompt-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.damagePrompt();" display-class="CUR_HitPoints" dying-class="CUR_HitPointsDying" heal-prompt-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;CUR_HitPoints&apos;, {requireInt:1, min:1, text:&apos;How many HP should be added?&apos;, calculateChange: function(oldVal, newVal) { return Math.max(0,oldVal) + newVal; } });" value="38"><Factor abbreviation="Con" modifier="+11" name="Constitution" /><Factor abbreviation="Hybrid 1" modifier="+15" name="Level 1 Hybrid" /><Factor abbreviation="Hybrid 3" modifier="+12" multiplied="6" multiplier="2" name="Level 3 Hybrid" /></MaxHitPoints><BloodiedValue value="19"><Factor abbreviation="1/2 HP" modifier="+19" multiplied="38" multiplier=".5" name="Half Hit Points" /></BloodiedValue><MaxSurges add-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;CUR_Surges&apos;, {autoValue:1, calculateChange: function(oldVal, newVal) { return oldVal + newVal; } });" bar-class="CUR_SurgesBar" display-class="CUR_Surges" subtract-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;CUR_Surges&apos;, {autoValue:-1, calculateChange: function(oldVal, newVal) { return oldVal + newVal; } });" value="8"><Factor modifier="+4" name="Hybrid Barbarian" /><Factor modifier="+4" name="Hybrid Fighter" /><Factor abbreviation="Con mod" modifier="+0" name="Constitution modifier" /></MaxSurges><SurgeValue toHitPoints-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.surgeValueToHitPoints(9);" value="9"><Factor abbreviation="1/4 HP" modifier="+9" multiplied="38" multiplier=".25" name="Quarter Hit Points" /></SurgeValue></Health><!-- Movement element: always present
    Children:
        Speed element: always present
            Required attributes: value
            Children:
                Factor elements: one for each factor contributing to the value.
                    Required attributes: name, modifier
                    Optional attributes: abbreviation, multiplier, multiplied
                        The "multiplier" and "multiplied" are only present if math was performed to get the modifier.
        Initiative element: always present
            Required attributes: 
                value: number to display
                dice-class: use in conjunction with Character/roller-class to make an initiative roller element.
            Children:
                Factor elements: one for each factor contributing to the value.
                    Required attributes: name, modifier
                    Optional attributes: abbreviation, multiplier, multiplied
                        The "multiplier" and "multiplied" are only present if math was performed to get the modifier. --><Movement><Speed value="6"><Factor modifier="+6" name="Eladrin" /></Speed><Initiative dice-class="dice1d20plus4Initiative" value="4"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Initiative Misc" /><Factor abbreviation="Dex mod" modifier="+3" name="Dexterity modifier" /></Initiative></Movement><!-- Defenses element: always present
    Children:
        Condition elements: present if one or more conditions affect all defenses
            Required attributes: name
        Defense elements: four Defense elements are always present.
            Required attributes: value, abbreviation, name (name is "ArmorClass", "Fortitude", "Reflex" or "Will")
            Children:
                Factor elements: one for each factor contributing to the value.
                    Required attributes: name, modifier
                    Optional attributes: abbreviation, multiplier, multiplied
                        The "multiplier" and "multiplied" are only present if math was performed to get the modifier.
                Condition elements: present if one or more conditions affect this defense
                    Required attributes: name --><Defenses><Defense abbreviation="AC" name="Armor Class" value="18"><Factor modifier="+10" name="Constant" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+3" name="Hide Armor" /><Factor modifier="+1" name="Bestial Armor +1" /><Condition name="+3 without armor: heavy - Dexterity modifier" /></Defense><Defense abbreviation="Fort" name="Fortitude" value="18"><Factor modifier="+10" name="Constant" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+2" name="Fortitude Defense Class Bonus" /><Factor modifier="+1" name="Amulet of Physical Resolve +1" /><Factor abbreviation="Str mod" modifier="+4" name="Strength modifier" /></Defense><Defense abbreviation="Ref" name="Reflex" value="15"><Factor modifier="+10" name="Constant" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Reflex Defense Class Bonus" /><Factor modifier="+1" name="Amulet of Physical Resolve +1" /><Factor abbreviation="Dex mod" modifier="+3" name="Dexterity modifier" /></Defense><Defense abbreviation="Will" name="Will" value="13"><Factor modifier="+10" name="Constant" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Will Defense Class Bonus" /><Factor modifier="+1" name="Eladrin Will" /><Factor modifier="+1" name="Amulet of Physical Resolve +1" /><Factor abbreviation="Wis mod" modifier="+0" name="Wisdom modifier" /></Defense></Defenses><!-- PassiveSkills element: always present
    Children:
        PassiveSkill elements: two PassiveSkill elements are always present
            Required attributes: value, name (name is "Perception" or "Insight")
            Children:
                Factor elements: one for each factor contributing to the value.
                    Required attributes: name, modifier
                    Optional attributes: abbreviation, multiplier, multiplied
                        The "multiplier" and "multiplied" are only present if math was performed to get the modifier. --><PassiveSkills><PassiveSkill name="Perception" value="16"><Factor modifier="+6" name="Perception" /><Factor modifier="+10" name="Constant" /></PassiveSkill><PassiveSkill name="Insight" value="11"><Factor modifier="+1" name="Insight" /><Factor modifier="+10" name="Constant" /></PassiveSkill></PassiveSkills><!-- Skills element: always present
    Children:
        Skill elements: one for each skill defined by the Character Builder
            Required attributes: 
                name: name of the skill
                value: numeric display value
                dice-class: Use in conjunction with Character/@roller-class to create a skill roller element.
                url: Compendium URL for the skill
                trained: "true" or "false"
                armorpenaltyapplies: "true" or "false"
            Children:
                Factor elements: one for each factor contributing to the value.
                    Required attributes: name, modifier
                    Optional attributes: abbreviation, multiplier, multiplied
                        The "multiplier" and "multiplied" are only present if math was performed to get the modifier. --><Skills><Skill armorpenaltyapplies="true" dice-class="dice1d20plus9Acrobatics" name="Acrobatics" trained="true" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=1" value="9"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+5" name="Trained" /><Factor modifier="+1" name="Acrobatics Misc" /><Factor modifier="-1" name="Armor Penalty" /><Factor abbreviation="Dex mod" modifier="+3" name="Dexterity modifier" /></Skill><Skill armorpenaltyapplies="false" dice-class="dice1d20plus4Arcana" name="Arcana" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=2" value="4"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+2" name="Arcana Misc" /><Factor abbreviation="Int mod" modifier="+1" name="Intelligence modifier" /></Skill><Skill armorpenaltyapplies="true" dice-class="dice1d20plus9Athletics" name="Athletics" trained="true" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=27" value="9"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+5" name="Trained" /><Factor modifier="+0" name="Athletics Misc" /><Factor modifier="-1" name="Armor Penalty" /><Factor abbreviation="Str mod" modifier="+4" name="Strength modifier" /></Skill><Skill armorpenaltyapplies="false" dice-class="dice1d20Bluff" name="Bluff" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=3" value="0"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Bluff Misc" /><Factor abbreviation="Cha mod" modifier="-1" name="Charisma modifier" /></Skill><Skill armorpenaltyapplies="false" dice-class="dice1d20Diplomacy" name="Diplomacy" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=6" value="0"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Diplomacy Misc" /><Factor abbreviation="Cha mod" modifier="-1" name="Charisma modifier" /></Skill><Skill armorpenaltyapplies="false" dice-class="dice1d20plus1Dungeoneering" name="Dungeoneering" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=7" value="1"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Dungeoneering Misc" /><Factor abbreviation="Wis mod" modifier="+0" name="Wisdom modifier" /></Skill><Skill armorpenaltyapplies="true" dice-class="dice1d20Endurance" name="Endurance" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=8" value="0"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Endurance Misc" /><Factor modifier="-1" name="Armor Penalty" /><Factor abbreviation="Con mod" modifier="+0" name="Constitution modifier" /></Skill><Skill armorpenaltyapplies="false" dice-class="dice1d20plus1Heal" name="Heal" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=9" value="1"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Heal Misc" /><Factor abbreviation="Wis mod" modifier="+0" name="Wisdom modifier" /></Skill><Skill armorpenaltyapplies="false" dice-class="dice1d20plus4History" name="History" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=11" value="4"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+2" name="History Misc" /><Factor abbreviation="Int mod" modifier="+1" name="Intelligence modifier" /></Skill><Skill armorpenaltyapplies="false" dice-class="dice1d20plus1Insight" name="Insight" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=13" value="1"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Insight Misc" /><Factor abbreviation="Wis mod" modifier="+0" name="Wisdom modifier" /></Skill><Skill armorpenaltyapplies="false" dice-class="dice1d20Intimidate" name="Intimidate" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=14" value="0"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Intimidate Misc" /><Factor abbreviation="Cha mod" modifier="-1" name="Charisma modifier" /></Skill><Skill armorpenaltyapplies="false" dice-class="dice1d20plus1Nature" name="Nature" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=16" value="1"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Nature Misc" /><Factor abbreviation="Wis mod" modifier="+0" name="Wisdom modifier" /></Skill><Skill armorpenaltyapplies="false" dice-class="dice1d20plus6Perception" name="Perception" trained="true" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=17" value="6"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+5" name="Trained" /><Factor modifier="+0" name="Perception Misc" /><Factor abbreviation="Wis mod" modifier="+0" name="Wisdom modifier" /></Skill><Skill armorpenaltyapplies="false" dice-class="dice1d20plus2Religion" name="Religion" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=18" value="2"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Religion Misc" /><Factor abbreviation="Int mod" modifier="+1" name="Intelligence modifier" /></Skill><Skill armorpenaltyapplies="true" dice-class="dice1d20plus3Stealth" name="Stealth" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=20" value="3"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Stealth Misc" /><Factor modifier="-1" name="Armor Penalty" /><Factor abbreviation="Dex mod" modifier="+3" name="Dexterity modifier" /></Skill><Skill armorpenaltyapplies="false" dice-class="dice1d20Streetwise" name="Streetwise" trained="false" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=21" value="0"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+0" name="Streetwise Misc" /><Factor abbreviation="Cha mod" modifier="-1" name="Charisma modifier" /></Skill><Skill armorpenaltyapplies="true" dice-class="dice1d20plus10Thievery" name="Thievery" trained="true" url="http://www.wizards.com/dndinsider/compendium/skill.aspx?id=23" value="10"><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+5" name="Trained" /><Factor modifier="+2" name="Thievery Misc" /><Factor modifier="-1" name="Armor Penalty" /><Factor abbreviation="Dex mod" modifier="+3" name="Dexterity modifier" /></Skill></Skills><!-- AbilityScores element: always present
    Children:
        AbilityScore elements: six AbilityScore elements are always present.
            Required attributes: value, abbreviation, name ("Strength", etc...)
            Children:
                AbilityModifier element: always present
                    Required attributes: 
                        modifier: base modifier
                        rollmodifier: (includes 1/2 level)
                        dice-class: use in conjunction with Character/@roller-class to build an ability check roller element.
                Factor elements: one for each factor contributing to the value.
                    Required attributes: name, modifier
                    Optional attributes: abbreviation, multiplier, multiplied
                        The "multiplier" and "multiplied" are only present if math was performed to get the modifier. --><AbilityScores><AbilityScore abbreviation="Str" name="Strength" value="18"><Factor modifier="+18" name="Starting" /><AbilityModifier dice-class="dice1d20plus5Strength" modifier="+4" rollmodifier="+5" /></AbilityScore><AbilityScore abbreviation="Con" name="Constitution" value="11"><Factor modifier="+11" name="Starting" /><AbilityModifier dice-class="dice1d20plus1Constitution" modifier="+0" rollmodifier="+1" /></AbilityScore><AbilityScore abbreviation="Dex" name="Dexterity" value="16"><Factor modifier="+14" name="Starting" /><Factor modifier="+2" name="Eladrin" /><AbilityModifier dice-class="dice1d20plus4Dexterity" modifier="+3" rollmodifier="+4" /></AbilityScore><AbilityScore abbreviation="Int" name="Intelligence" value="12"><Factor modifier="+10" name="Starting" /><Factor modifier="+2" name="Eladrin" /><AbilityModifier dice-class="dice1d20plus2Intelligence" modifier="+1" rollmodifier="+2" /></AbilityScore><AbilityScore abbreviation="Wis" name="Wisdom" value="10"><Factor modifier="+10" name="Starting" /><AbilityModifier dice-class="dice1d20plus1Wisdom" modifier="+0" rollmodifier="+1" /></AbilityScore><AbilityScore abbreviation="Cha" name="Charisma" value="8"><Factor modifier="+8" name="Starting" /><AbilityModifier dice-class="dice1d20plus2Charisma" modifier="-1" rollmodifier="+2" /></AbilityScore></AbilityScores><!-- Powers element: always present
    Child elements:
        Power elements: one per power
            Required attributes: name, url, powerusage, actiontype
            Control attributes: only present for Encounter and Daily powers.
                display-class: assign to all HTML elements that should have classname "Used" added 
                    when the power is used, and classname "Used" removed when the power is un-used.
                use-script: javascript to execute when the user marks a power used or unused.
            Child Elements:
                Condition elements: one per condition that affects all weapons.
                    Required attributes: name
                Weapon elements: one per weapon that is legal for use with the power.
                    Required attributes: name, url, attackstat, defense
                    Child elements:
                        Condition elements: one per condition that affects all weapons.
                            Required attributes: name
                        AttackBonus element: always present
                            Required attributes: 
                                value: value to display
                                dice-class: use in conjunction with Character/roller-class to make an attack roller element.
                            Child elements:
                                Factor elements: one per factor contributing to the value
                                    Required attributes: name, modifier
                                    Optional attributes: abbreviation, multiplier, multiplied
                                        The "multiplier" and "multiplied" are only present if math was performed to get the modifier.
                        Damage element: always present
                            Required attributes: 
                                value: value to display
                                dice-class: use in conjunction with Character/roller-class to make a damage roller element.
                            Optional attributes: type (e.g. lightning)
                            Child elements:
                                Factor elements: one per factor contributing to the value
                                    Required attributes: name, modifier
                                    Optional attributes: abbreviation, multiplier, multiplied
                                        The "multiplier" and "multiplied" are only present if math was performed to get the modifier. --><Powers><Power actiontype="Standard Action" name="Melee Basic Attack" powerusage="At-Will" url="/characters/missingCompendium"><Weapon attackstat="Strength" defense="AC" enhancementurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=1224&amp;ftype=1" name="Greatspear of Myrdroon&apos;s Shard +1" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=64&amp;ftype=3"><AttackBonus dice-class="dice1d20plus10Attack" value="10"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+3" name="proficiency bonus" /><Factor modifier="+1" name="enhancement bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice1d10plus7Damage" value="1d10+7"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+1" name="enhancement bonus" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Strength" defense="AC" name="Tratnyr" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=59&amp;ftype=3"><AttackBonus dice-class="dice1d20plus8Attack" value="8"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+2" name="proficiency bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice1d8plus6Damage" value="1d8+6"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Strength" defense="AC" name="Unarmed" weaponurl=""><AttackBonus dice-class="dice1d20plus5Attack" value="5"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /></AttackBonus><Damage dice-class="dice1d4plus4Damage" value="1d4+4"><Factor modifier="+4" name="Strength modifier" /></Damage></Weapon></Power><Power actiontype="Standard Action" name="Ranged Basic Attack" powerusage="At-Will" url="/characters/missingCompendium"><Weapon attackstat="Strength" defense="AC" name="Tratnyr" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=59&amp;ftype=3"><AttackBonus dice-class="dice1d20plus8Attack" value="8"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+2" name="proficiency bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice1d8plus6Damage" value="1d8+6"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Dexterity" defense="AC" name="Unarmed" weaponurl=""><AttackBonus dice-class="dice1d20plus4Attack" value="4"><Factor modifier="+3" name="Dexterity modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /></AttackBonus><Damage dice-class="dice1d4plus3Damage" value="1d4+3"><Factor modifier="+3" name="Dexterity modifier" /></Damage></Weapon></Power><Power actiontype="Standard Action" name="Pressing Strike" powerusage="At-Will" url="http://www.wizards.com/dndinsider/compendium/power.aspx?id=4819"><Weapon attackstat="Strength" defense="AC" enhancementurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=1224&amp;ftype=1" name="Greatspear of Myrdroon&apos;s Shard +1" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=64&amp;ftype=3"><AttackBonus dice-class="dice1d20plus10Attack" value="10"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+3" name="proficiency bonus" /><Factor modifier="+1" name="enhancement bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice1d10plus7Damage" value="1d10+7"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+1" name="enhancement bonus" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Strength" defense="AC" name="Tratnyr" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=59&amp;ftype=3"><AttackBonus dice-class="dice1d20plus8Attack" value="8"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+2" name="proficiency bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice1d8plus6Damage" value="1d8+6"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Strength" defense="AC" name="Unarmed" weaponurl=""><AttackBonus dice-class="dice1d20plus5Attack" value="5"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /></AttackBonus><Damage dice-class="dice1d4plus4Damage" value="1d4+4"><Factor modifier="+4" name="Strength modifier" /></Damage></Weapon></Power><Power actiontype="Immediate Interrupt" name="Combat Challenge" powerusage="At-Will" url="http://www.wizards.com/dndinsider/compendium/power.aspx?id=7419" /><Power actiontype="Standard Action" name="Reaping Strike" powerusage="At-Will" url="http://www.wizards.com/dndinsider/compendium/power.aspx?id=997"><Weapon attackstat="Strength" defense="AC" enhancementurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=1224&amp;ftype=1" name="Greatspear of Myrdroon&apos;s Shard +1" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=64&amp;ftype=3"><AttackBonus dice-class="dice1d20plus10Attack" value="10"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+3" name="proficiency bonus" /><Factor modifier="+1" name="enhancement bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice1d10plus7Damage" value="1d10+7"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+1" name="enhancement bonus" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Strength" defense="AC" name="Tratnyr" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=59&amp;ftype=3"><AttackBonus dice-class="dice1d20plus8Attack" value="8"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+2" name="proficiency bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice1d8plus6Damage" value="1d8+6"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Strength" defense="AC" name="Unarmed" weaponurl=""><AttackBonus dice-class="dice1d20plus5Attack" value="5"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /></AttackBonus><Damage dice-class="dice1d4plus4Damage" value="1d4+4"><Factor modifier="+4" name="Strength modifier" /></Damage></Weapon></Power><Power actiontype="Move Action" name="Pass Forward" powerusage="At-Will" url="http://www.wizards.com/dndinsider/compendium/power.aspx?id=2116" /><Power actiontype="Move Action" display-class="USAGE_FeyStep" name="Fey Step" powerusage="Encounter" url="http://www.wizards.com/dndinsider/compendium/power.aspx?id=1449" use-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;USAGE_FeyStep&apos;, {isBoolean:1});" /><Power actiontype="Standard Action" display-class="USAGE_VaulttheFallen" name="Vault the Fallen" powerusage="Encounter" url="http://www.wizards.com/dndinsider/compendium/power.aspx?id=4934" use-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;USAGE_VaulttheFallen&apos;, {isBoolean:1});"><Weapon attackstat="Strength" defense="AC" enhancementurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=1224&amp;ftype=1" name="Greatspear of Myrdroon&apos;s Shard +1" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=64&amp;ftype=3"><AttackBonus dice-class="dice1d20plus10Attack" value="10"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+3" name="proficiency bonus" /><Factor modifier="+1" name="enhancement bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice1d10plus1d6plus7Damage" value="1d10+1d6+7"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+1" name="enhancement bonus" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Strength" defense="AC" name="Tratnyr" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=59&amp;ftype=3"><AttackBonus dice-class="dice1d20plus8Attack" value="8"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+2" name="proficiency bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice1d8plus1d6plus6Damage" value="1d8+1d6+6"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Strength" defense="AC" name="Unarmed" weaponurl=""><AttackBonus dice-class="dice1d20plus5Attack" value="5"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /></AttackBonus><Damage dice-class="dice1d4plus1d6plus4Damage" value="1d4+1d6+4"><Factor modifier="+4" name="Strength modifier" /></Damage></Weapon></Power><Power actiontype="Standard Action" display-class="USAGE_RainofBlows" name="Rain of Blows" powerusage="Encounter" url="http://www.wizards.com/dndinsider/compendium/power.aspx?id=268" use-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;USAGE_RainofBlows&apos;, {isBoolean:1});"><Weapon attackstat="Strength" defense="AC, two attacks" enhancementurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=1224&amp;ftype=1" name="Greatspear of Myrdroon&apos;s Shard +1" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=64&amp;ftype=3"><AttackBonus dice-class="dice1d20plus10Attack" value="10"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+3" name="proficiency bonus" /><Factor modifier="+1" name="enhancement bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice1d10plus7Damage" value="1d10+7"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+1" name="enhancement bonus" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Strength" defense="AC, two attacks" name="Tratnyr" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=59&amp;ftype=3"><AttackBonus dice-class="dice1d20plus8Attack" value="8"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+2" name="proficiency bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice1d8plus6Damage" value="1d8+6"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Strength" defense="AC, two attacks" name="Unarmed" weaponurl=""><AttackBonus dice-class="dice1d20plus5Attack" value="5"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /></AttackBonus><Damage dice-class="dice1d4plus4Damage" value="1d4+4"><Factor modifier="+4" name="Strength modifier" /></Damage></Weapon></Power><Power actiontype="Standard Action" display-class="USAGE_SecondWind" name="Second Wind" powerusage="Encounter" url="http://www.wizards.com/dndinsider/compendium/glossary.aspx?id=334" use-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;USAGE_SecondWind&apos;, { isBoolean:1, useRequires: function() { return CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.namesToVariables[&apos;CUR_Surges&apos;].get() &gt; 0; }, noUseMessage: &apos;Second Wind requires a healing surge, and you have none.&apos; });" /><Power actiontype="No Action" display-class="USAGE_ActionPoint" name="Action Point" powerusage="Encounter" url="http://www.wizards.com/dndinsider/compendium/glossary.aspx?id=177" use-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;USAGE_ActionPoint&apos;, {isBoolean:1});" /><Power actiontype="Standard Action" display-class="USAGE_SwiftPantherRage" name="Swift Panther Rage" powerusage="Daily" url="http://www.wizards.com/dndinsider/compendium/power.aspx?id=4825" use-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;USAGE_SwiftPantherRage&apos;, {isBoolean:1});"><Weapon attackstat="Strength" defense="AC" enhancementurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=1224&amp;ftype=1" name="Greatspear of Myrdroon&apos;s Shard +1" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=64&amp;ftype=3"><AttackBonus dice-class="dice1d20plus10Attack" value="10"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+3" name="proficiency bonus" /><Factor modifier="+1" name="enhancement bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice3d10plus7Damage" value="3d10+7"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+1" name="enhancement bonus" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Strength" defense="AC" name="Tratnyr" weaponurl="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=59&amp;ftype=3"><AttackBonus dice-class="dice1d20plus8Attack" value="8"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /><Factor modifier="+2" name="proficiency bonus" /><Factor modifier="+1" name="bonus - Weapon Expertise (Spear)" /></AttackBonus><Damage dice-class="dice3d8plus6Damage" value="3d8+6"><Factor modifier="+4" name="Strength modifier" /><Factor modifier="+2" name="Feat bonus - Eladrin Soldier" /></Damage></Weapon><Weapon attackstat="Strength" defense="AC" name="Unarmed" weaponurl=""><AttackBonus dice-class="dice1d20plus5Attack" value="5"><Factor modifier="+4" name="Strength modifier" /><Factor abbreviation="1/2 Level" modifier="+1" name="Half Level" /></AttackBonus><Damage dice-class="dice3d4plus4Damage" value="3d4+4"><Factor modifier="+4" name="Strength modifier" /></Damage></Weapon></Power></Powers><!-- Feats element: always present
    Children:
        Feat elements: one for each Feat the character has.
            Required attributes: name, url, description --><Feats><Feat description="+2 damage and proficiency with longswords and spears" name="Eladrin Soldier" url="http://www.wizards.com/dndinsider/compendium/feat.aspx?id=64" /><Feat description="Gain bonus to attack rolls with spears." name="Weapon Expertise (Spear)" url="/characters/missingCompendium" /></Feats><!-- Loot element: always present
    Required attributes: carriedmoney, storedmoney
    Control attributes:
        daily-use-display-class: assign to at least one HTML element that should dynamically display remaining daily magic item uses.
        daily-use-add-script: javascript to execute when the user triggers a daily item power.
        daily-use-subtract-script: javascript to execute when the user regains a daily item power.
    Child elements:
        Item elements: one for each item.
            Required attributes: count, equippedcount, name, type, url
                Do not have expectations about values in the type attribute (e.g. Weapon, Armor) or you will miss something.
            Child elements:
                Enhancement element: only present if the parent element has an enhancement.
                    Require attributes: name, url --><Loot carriedmoney="4 pp; 85 gp" daily-use-add-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;CUR_DailyUses&apos;, {autoValue:1, calculateChange: function(oldVal, newVal) { return oldVal + newVal; } });" daily-use-display-class="CUR_DailyUses" daily-use-subtract-script="CHARACTERagdpcGxheTRlchELEglDaGFyYWN0ZXIYgvgLDA.triggerVariable(&apos;CUR_DailyUses&apos;, {autoValue:-1, calculateChange: function(oldVal, newVal) { return oldVal + newVal; } });" storedmoney="0 gp"><Item count="1" equippedcount="1" name="Acrobat Boots (heroic tier)" type="Magic Item" url="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=985&amp;ftype=1" /><Item count="1" equippedcount="1" name="Amulet of Physical Resolve +1" type="Magic Item" url="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=3547&amp;ftype=1" /><Item count="1" equippedcount="1" name="Hide Armor" type="Armor" url="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=3&amp;ftype=2"><Enhancement name="Bestial Armor +1" url="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=1498&amp;ftype=1" /></Item><Item count="1" equippedcount="1" name="Greatspear" type="Weapon" url="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=64&amp;ftype=3"><Enhancement name="Weapon of Myrdroon&apos;s Shard +1" url="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=1224&amp;ftype=1" /></Item><Item count="2" equippedcount="0" name="Tratnyr" type="Weapon" url="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=59&amp;ftype=3" /><Item count="1" equippedcount="0" name="Thieves&apos; Tools" type="Gear" url="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=35&amp;ftype=4" /><Item count="1" equippedcount="0" name="Adventurer&apos;s Kit" type="Gear" url="http://www.wizards.com/dndinsider/compendium/item.aspx?fid=1&amp;ftype=4" /></Loot><!-- Languages element: always present 
    Children:
        Language elements: one for each language
            Required attributes: name --><Languages><Language name="Common" /><Language name="Elven" /></Languages><!-- Proficiencies element: always present
    Children:
        ArmorProficiencies element: may be absent if the character has no armor proficiences.
            Children:
                Proficiency elements: one for each armor proficiency
                    Required attributes: name, source
        ShieldProficiencies element: may be absent if the character has no shield proficiences.
            Children:
                Proficiency elements: one for each shield proficiency
                    Required attributes: name, source
        WeaponProficiencies element: may be absent if the character has no weapon proficiences.
            Children:
                Proficiency elements: one for each weapon proficiency that isn't in a group.
                    Required attributes: name, source
                ProficiencyGroup elements: one for each group of weapon proficiencie (e.g. "simple melee")
                    Required attributes: name, source
                    Children:
                        Proficiency elements: one for each weapon proficiency in the group
                            Required attributes: name, source --><Proficiencies><WeaponProficiencies><ProficiencyGroup name="Simple Melee" source="Hybrid"><Proficiency name="Club" source="Hybrid" /><Proficiency name="Dagger" source="Hybrid" /><Proficiency name="Javelin" source="Hybrid" /><Proficiency name="Mace" source="Hybrid" /><Proficiency name="Sickle" source="Hybrid" /><Proficiency name="Spear" source="Hybrid" /><Proficiency name="Greatclub" source="Hybrid" /><Proficiency name="Morningstar" source="Hybrid" /><Proficiency name="Quarterstaff" source="Hybrid" /><Proficiency name="Scythe" source="Hybrid" /><Proficiency name="Spiked gauntlet" source="Hybrid" /><Proficiency name="Claw fighter claw" source="Hybrid" /><Proficiency name="Climbing claw" source="Hybrid" /></ProficiencyGroup><ProficiencyGroup name="Military Melee" source="Hybrid"><Proficiency name="Battleaxe" source="Hybrid" /><Proficiency name="Handaxe" source="Hybrid" /><Proficiency name="Flail" source="Hybrid" /><Proficiency name="Throwing hammer" source="Hybrid" /><Proficiency name="Warhammer" source="Hybrid" /><Proficiency name="War pick" source="Hybrid" /><Proficiency name="Scimitar" source="Hybrid" /><Proficiency name="Longsword" source="Hybrid" /><Proficiency name="Short sword" source="Hybrid" /><Proficiency name="Greataxe" source="Hybrid" /><Proficiency name="Heavy flail" source="Hybrid" /><Proficiency name="Glaive" source="Hybrid" /><Proficiency name="Halberd" source="Hybrid" /><Proficiency name="Maul" source="Hybrid" /><Proficiency name="Longspear" source="Hybrid" /><Proficiency name="Greatsword" source="Hybrid" /><Proficiency name="Falchion" source="Hybrid" /><Proficiency name="Broadsword" source="Hybrid" /><Proficiency name="Khopesh" source="Hybrid" /><Proficiency name="Light war pick" source="Hybrid" /><Proficiency name="Scourge" source="Hybrid" /><Proficiency name="Trident" source="Hybrid" /><Proficiency name="Heavy war pick" source="Hybrid" /><Proficiency name="Feral armor claw" source="Hybrid" /></ProficiencyGroup><ProficiencyGroup name="Simple Melee" source="Hybrid" /><ProficiencyGroup name="Military Melee" source="Hybrid" /><ProficiencyGroup name="Simple Ranged" source="Hybrid"><Proficiency name="Hand crossbow" source="Hybrid" /><Proficiency name="Sling" source="Hybrid" /><Proficiency name="Crossbow" source="Hybrid" /><Proficiency name="Repeating crossbow" source="Hybrid" /></ProficiencyGroup><ProficiencyGroup name="Military Ranged" source="Hybrid"><Proficiency name="Shortbow" source="Hybrid" /><Proficiency name="Longbow" source="Hybrid" /></ProficiencyGroup><Proficiency name="Tratnyr" source="Eladrin Soldier" /><Proficiency name="Greatspear" source="Eladrin Soldier" /><Proficiency name="Urgrosh" source="Eladrin Soldier" /></WeaponProficiencies><ArmorProficiencies><Proficiency name="Cloth" source="Hybrid Barbarian" /><Proficiency name="Leather" source="Hybrid Barbarian" /><Proficiency name="Hide" source="Hybrid Barbarian" /><Proficiency name="Chainmail" source="Hybrid Fighter" /><Proficiency name="Scale" source="Hybrid Fighter" /></ArmorProficiencies><ShieldProficiencies><Proficiency name="Heavy" source="Hybrid Fighter" /><Proficiency name="Light" source="Hybrid Fighter" /></ShieldProficiencies></Proficiencies></Character>