Servius / sepcrisistroopsgui

sepcrisistroopsgui
MIT License
2 stars 2 forks source link

Update heroes to be references and descriptions, have lords defined in the lords.xml #6

Closed Servius closed 2 years ago

Servius commented 2 years ago

https://github.com/Servius/sepcrisistroopsgui/blob/4b32d3a7ebc6e59e4ee320db160c9aad6b8f93f1/SeparatistCrisis/ModuleData/heroes.xml#L4

Servius commented 2 years ago

  <NPCCharacter id="lord_4_1"
                name="{=jEIsVazl}Derthert"
                age="48"
                voice="ironic"
                default_group="Cavalry"
                is_hero="true"
                culture="Culture.vlandia"
                occupation="Lord"
                face_mesh_cache="true">
    <face>
      <!--face_key value="0000fe42c000220458c56743d5b5ab56396a8c717b876e66c7b287ab79c2a84b0005400905c96766000000000000000000000000000000000000000001282000" /-->
      <BodyProperties version="4"
                      key="0000FC02C000220458C56743D5B5AB56396A8C717B876E66C7B287AB79C2A84B0000000305C96766000000000000000000000000000000000000000000F02000" />
    </face>
    <skills></skills>
    <Traits>
      <Trait id="BalancedFightingSkills"
             value="4" />
      <Trait id="Commander"
             value="6" />
      <Trait id="Politician"
             value="7" />
      <Trait id="Manager"
             value="9" />
      <Trait id="Calculating"
             value="1" />
      <Trait id="Mercy"
             value="1" />
      <Trait id="Valor"
             value="-1" />
    </Traits>
    <Equipments>
      <EquipmentRoster />
      <EquipmentSet id="vla_bat_template_flamboyant" />
      <EquipmentSet id="vla_civ_template_default"
                    civilian="true" />
    </Equipments>
  </NPCCharacter>```
Servius commented 2 years ago
 <Hero id="lord_4_1" 
is_noble="true" 
spouse="Hero.lord_4_2" 
faction="Faction.clan_vlandia_1" 
text="{=EHiQI7ps}The current king of Vlandia is Derthert. In his youth, he dreamt of glorious conquest. In fact he spent most of his reign simply putting down revolts, quashing pretenders, and keeping the fractious barons in line. When possible, he prefers to rule by arbitration, cajoling his vassals to set aside claims to each other's lands and enjoy what they have. But some Vlandians murmur that a warrior people deserve a more virile king." />
Servius commented 2 years ago