diff --git a/frontend/src/lib/shadorwun/character.svelte b/frontend/src/lib/shadorwun/character.svelte index 8649857..0045804 100644 --- a/frontend/src/lib/shadorwun/character.svelte +++ b/frontend/src/lib/shadorwun/character.svelte @@ -89,97 +89,134 @@
| Name | +Rating | +Attribute | +Dice Pool | +Page | ++ | + |
|---|---|---|---|---|---|---|
| + | + | + | {skill.Rating + characterData.Attributes[skill.Attribute]} | ++ | + | + |
| Name | +Loyalty | +Connection | ++ |
|---|---|---|---|
| + | + | + | + |
| Weapon | +Damage | +Type | +AP | +Mode | +RC | +Ammo | +Availabiliy | +Page | ++ | + |
|---|---|---|---|---|---|---|---|---|---|---|
| + | + | + | + | + | + | + | + | + | + | + |
| Weapon | +Reach | +Damage | +Type | +Strength Multiplier | +Calculated Damage | +AP | +Page | ++ | + |
|---|---|---|---|---|---|---|---|---|---|
| + | + | + | + | + | {(weapon["Strength Multiplier"] * characterData.Attributes.Strength) + weapon.Damage } | ++ | + | + | + |