Open nwg5817 opened 5 years ago
https://github.com/alicia86/roll20-character-sheets/blob/efa8b706b5f0e0ad04db5a946d11f9ab49f7d8ea/Star%20Wars%20Saga%20Edition/StarWarsSagaEdition.html#L2386
Line should read PC not NPC in this line. NPC Statblock send all isn't working.
<textarea type="text" name="attr_PCStatBlock" class="StatBlock sect" title="Stat Block Template Roll information"> {{name=@{character_name}}} **{{size=@{size}}}}** {{gender=@{gender}}} {{race=@{species}}} {{class=@{rank}}} {{destiny=@{Destiny}}} {{background=@{background}}} {{force=@{fp}}} {{forcedice=@{fp|max}}} {{dsp=@{dsp}}} {{init=[[@{Initiative}]]}} {{perception=[[@{perception}]]}} {{perception-notes=@{perception|max}}} {{language=@{language}}} {{ref=[[@{Reflex}]]}} {{flatref=[[@{ReflexFlatFooted}]]}} {{fort=[[@{Fortitude}]]}} {{will=[[@{will}]]}} {{hp=@{hp}/@{hp|max}}} {{ct=@{ct}}} {{dt=[[@{dt}]]}} {{immune=@{immune}}} {{speed=@{speed}}} {{meleeatk=[[ @{bab}+@{str|max} ]]}} {{meleedmg=[[ @{str|max}+@{level|max} ]]}} {{rangedatk=[[ @{bab}+@{dex|max} ]]}} {{rangeddmg=@{level|max}}} {{bab=@{bab}}} {{grapple=[[@{Grapple}]]}} {{atkoptions=@{AttackOptions}}} {{specialactions=@{SpecialActions}}} {{utf=[[@{usetheforce}]]}} {{powers=@{ForcePowers}}} {{regimens=@{ForceRegimens}}} {{secrets=@{ForceSecrets}}} {{techniques=@{ForceTechniques}}} {{maneuvers=@{StarshipManeuvers}}} {{systems=@{DroidSystems}}} {{str=@{str} (@{str|max})}} {{dex=@{dex} (@{dex|max})}} {{con=@{con} (@{con|max})}} {{int=@{int} (@{int|max})}} {{wis=@{wis} (@{wis|max})}} {{cha=@{cha} (@{cha|max})}} {{specialqualities=@{SpecialQualities}}} {{talent=@{Talents}}} {{feat=@{feats}}}</textarea>
{{size}}} one too many }}} Removing a } corrects it.
https://github.com/alicia86/roll20-character-sheets/blob/efa8b706b5f0e0ad04db5a946d11f9ab49f7d8ea/Star%20Wars%20Saga%20Edition/StarWarsSagaEdition.html#L2386
Line should read PC not NPC in this line. NPC Statblock send all isn't working.
<textarea type="text" name="attr_PCStatBlock" class="StatBlock sect" title="Stat Block Template Roll information"> {{name=@{character_name}}} **{{size=@{size}}}}** {{gender=@{gender}}} {{race=@{species}}} {{class=@{rank}}} {{destiny=@{Destiny}}} {{background=@{background}}} {{force=@{fp}}} {{forcedice=@{fp|max}}} {{dsp=@{dsp}}} {{init=[[@{Initiative}]]}} {{perception=[[@{perception}]]}} {{perception-notes=@{perception|max}}} {{language=@{language}}} {{ref=[[@{Reflex}]]}} {{flatref=[[@{ReflexFlatFooted}]]}} {{fort=[[@{Fortitude}]]}} {{will=[[@{will}]]}} {{hp=@{hp}/@{hp|max}}} {{ct=@{ct}}} {{dt=[[@{dt}]]}} {{immune=@{immune}}} {{speed=@{speed}}} {{meleeatk=[[ @{bab}+@{str|max} ]]}} {{meleedmg=[[ @{str|max}+@{level|max} ]]}} {{rangedatk=[[ @{bab}+@{dex|max} ]]}} {{rangeddmg=@{level|max}}} {{bab=@{bab}}} {{grapple=[[@{Grapple}]]}} {{atkoptions=@{AttackOptions}}} {{specialactions=@{SpecialActions}}} {{utf=[[@{usetheforce}]]}} {{powers=@{ForcePowers}}} {{regimens=@{ForceRegimens}}} {{secrets=@{ForceSecrets}}} {{techniques=@{ForceTechniques}}} {{maneuvers=@{StarshipManeuvers}}} {{systems=@{DroidSystems}}} {{str=@{str} (@{str|max})}} {{dex=@{dex} (@{dex|max})}} {{con=@{con} (@{con|max})}} {{int=@{int} (@{int|max})}} {{wis=@{wis} (@{wis|max})}} {{cha=@{cha} (@{cha|max})}} {{specialqualities=@{SpecialQualities}}} {{talent=@{Talents}}} {{feat=@{feats}}}</textarea>
{{size}}} one too many }}} Removing a } corrects it.