Files
roll20-character-sheets/Shadowrun4thEdition/src/pug/_pc.pug
T
Cassie Levett 817909b313 Shadowrun 4th Edition v1 (#6160)
* initial upload

* save 4e start

* saving

* save color updates

* remove limits

* update the colors

* save changes

* begin refactoring names

* fix attribute changes

* save progress. commlinks added

* move attrs to match hero lab

* hide the other sheets until they are converted

* fix translation keys

* update drain, update roll template

* make d6 explode

* save css upates

* move stuff around, fix primary weapons, add skills, add program buttons

* add spec to programs

* save shadowrun progress

* fix primary bug

* update force in npc buttons

* remove unit tests

* add to core ratings

* save preview images
2020-04-13 10:36:51 -07:00

37 lines
558 B
Plaintext

.pc
//- TABS
include tabs/_tabs.pug
input.options_toggle(name='attr_tab' type='hidden' value='options')
//- STATIC TAB
include tabs/_static.pug
//- CORE TAB
include tabs/_core.pug
//- ARMS TAB
include tabs/_arms.pug
//- AUGS TAB
include tabs/_augs.pug
//- GEAR TAB
include tabs/_gear.pug
//- MAGIC TAB
include tabs/_magic.pug
//- MATRIX TAB
include tabs/_matrix.pug
//- SOCIAL TAB
include tabs/_social.pug
//- VEHICLE TAB
include ../html/vehicle.html
//- OPTIONS TAB
include ../html/options.html