mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 22:22:28 +00:00
* 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
37 lines
558 B
Plaintext
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
|