├── .github └── workflows │ └── main.yml ├── .gitignore ├── .npmignore ├── .vscode ├── launch.json ├── macro to remove all actie effects.js ├── run-foundry-v13-clean.ps1 ├── run-foundry-v13.ps1 ├── run-foundry-v14.ps1 ├── settings.json └── tasks.json ├── LICENSE ├── Mother Instructions ├── Foundry Page.html └── Mother Instructions EN.html ├── README.md ├── Release_Notes.txt ├── biome.json ├── css ├── alienrpg.css └── alienrpg.css.map ├── fonts └── ocraext.ttf ├── gulpfile.js ├── images ├── Background.webp ├── IndBackground3.png ├── alien_crt_push-button.png ├── alien_crt_push-button_hover.gif ├── alien_crt_roll-attack.png ├── alien_crt_roll-attack_hover.gif ├── border-image.svg ├── bottom.webp ├── cards │ ├── card-1.png │ ├── card-10.png │ ├── card-2.png │ ├── card-3.png │ ├── card-4.png │ ├── card-5.png │ ├── card-6.png │ ├── card-7.png │ ├── card-8.png │ └── card-9.png ├── chat-bottom.png ├── chat-middle.png ├── chat-top.png ├── checkered-top.webp ├── cogsplosion.webp ├── colony-sheet.webp ├── downarrow.svg ├── downarrow.webp ├── egg.webp ├── example-border-image.svg ├── example-top.webp ├── exhausted.webp ├── eye-target.webp ├── freezing.svg ├── freezing.webp ├── frozen.webp ├── gravitydyspraxia.webp ├── heatstroke.webp ├── hidden-chat-bottom.png ├── hidden-chat-middle.png ├── hidden-chat-top.png ├── hypoxia.webp ├── icons │ ├── aggravated.webp │ ├── alien-dice-6.png │ ├── alien-dice-y1.png │ ├── alienrpg.webp │ ├── auto-repair.svg │ ├── auto-repair.webp │ ├── cam-symbol.png │ ├── catatonic.webp │ ├── cin-symbol.png │ ├── cover-notext.png │ ├── deflated.webp │ ├── diagram.svg │ ├── diagram.webp │ ├── digital-trace.svg │ ├── digital-trace.webp │ ├── double-ringed-orb.svg │ ├── double-ringed-orb.webp │ ├── fast-action.webp │ ├── fatigued.webp │ ├── fire-dash.svg │ ├── fire-dash.webp │ ├── fl-20cf-logo.png │ ├── flee.webp │ ├── frantic.webp │ ├── freeze.webp │ ├── frenzy.webp │ ├── full-folder.svg │ ├── full-folder.webp │ ├── habitat-dome.svg │ ├── habitat-dome.webp │ ├── hesitant.webp │ ├── jumpy.webp │ ├── nested-eclipses.svg │ ├── nested-eclipses.webp │ ├── paranoid.webp │ ├── personal-agenda.png │ ├── scanner.png │ ├── scream.webp │ ├── seekcover.webp │ ├── shakes.webp │ ├── slow-action.webp │ ├── solar-system.svg │ ├── solar-system.webp │ ├── spanner.svg │ ├── spanner.webp │ ├── sprint.svg │ ├── sprint.webp │ ├── tunnelvision.webp │ └── warning-bar.webp ├── indbackground2.png ├── intro-xenomorph.webp ├── lightning-spanner.webp ├── mother-instructions │ ├── acid-splash-popup.webp │ ├── agil-mod.webp │ ├── alien-banner-foundry.webp │ ├── armor-img.webp │ ├── armor-mod.webp │ ├── character-consumables.webp │ ├── character-details.webp │ ├── character-header.webp │ ├── character-sheet-img.webp │ ├── character-token.webp │ ├── chat-roll.webp │ ├── clone-actor.webp │ ├── colony-initiative-sheet.webp │ ├── colony-planet-sheet.webp │ ├── colony-sheet.webp │ ├── colour-picker-img.webp │ ├── con-edit.webp │ ├── creature-attack-dropdown.webp │ ├── creature-header.webp │ ├── creature-sheet-img.webp │ ├── creature-token.webp │ ├── enc-icon.webp │ ├── enc-warn.webp │ ├── enc.webp │ ├── font-picker-img.png │ ├── font-picker-img.webp │ ├── gm-settings.webp │ ├── indbackground2.png │ ├── init-chat-cards.webp │ ├── init-chat-norm.webp │ ├── initiative-roll.webp │ ├── inv-context-menu.webp │ ├── inv-inact.webp │ ├── inventory-tab.webp │ ├── item-dropdown.webp │ ├── melee-img.webp │ ├── modifiers-img.webp │ ├── mpush1.webp │ ├── mpush2.webp │ ├── mpush3.webp │ ├── perm-radiation.webp │ ├── planet-system-img.webp │ ├── player-settings.webp │ ├── power.webp │ ├── radiation-rolls.webp │ ├── ranged-img.webp │ ├── roll-clone.webp │ ├── skills.webp │ ├── spaceship-comtech.webp │ ├── spaceship-fire-weapon.webp │ ├── spaceship-header1.webp │ ├── spaceship-modules.webp │ ├── spaceship-sheet-img.webp │ ├── spanner-icon.webp │ ├── status-icons.webp │ ├── stress-mod.webp │ ├── style-button-settings.webp │ ├── style-settings.webp │ ├── synth-hum.webp │ ├── synthetic-consumables.webp │ ├── synthetic-details.webp │ ├── synthetic-header.webp │ ├── synthetic-sheet-human.webp │ ├── talent-agenda.webp │ ├── territories-general.webp │ ├── territories-systems.webp │ ├── vehicle-crew-selector.webp │ ├── vehicle-crew.webp │ ├── vehicle-fire-weapon.webp │ ├── vehicle-general.webp │ └── vehicle-inv.webp ├── overwatch.svg ├── overwatch.webp ├── panic.svg ├── panic.webp ├── paused-alien.png ├── planet-sheet.webp ├── radiation.svg ├── radiation.webp ├── shipslog.svg ├── starving.svg ├── starving.webp ├── top.webp ├── water-flask.webp └── weight.webp ├── jsconfig.json ├── jtmConfig.json ├── lang ├── cn.json ├── de.json ├── en.json ├── es.json ├── fr.json ├── it.json ├── pl.json ├── pt-br.json └── zh-tw.json ├── macros ├── create-actor.js ├── fvtt-RollTable-critical-injuries-template.json ├── gmRollCreatureTables.js ├── gmRollMotherTables.js ├── gmRollYZEDiceMacro.js └── playerRollYZEDiceMacro.js ├── misc files ├── CSB-macro.js ├── fvtt-RollTable-spaceship-major-component-damage.json └── fvtt-RollTable-spaceship-minor-component-damage.json ├── module ├── actor │ ├── colony-sheet.js │ ├── old-actor-sheet.js │ ├── old-actor.js │ ├── old-rollTableData.js │ ├── old-spacecraft-sheet.js │ └── planet-sheet.js ├── alienrpg.mjs ├── apps │ ├── init.mjs │ ├── migratefolders.js │ └── update.js ├── common.js ├── data │ ├── _module.mjs │ ├── actor-character.mjs │ ├── actor-colony.mjs │ ├── actor-creature.mjs │ ├── actor-planet.mjs │ ├── actor-spacecraft.mjs │ ├── actor-synthetic.mjs │ ├── actor-territiory.mjs │ ├── actor-vehicle.mjs │ ├── base-actor.mjs │ ├── base-item.mjs │ ├── effect │ │ ├── _module.mjs │ │ ├── ability-modifier.mjs │ │ └── base.mjs │ ├── helpers.mjs │ ├── item-agenda.mjs │ ├── item-armor.mjs │ ├── item-colony-initiative.mjs │ ├── item-crit-inj.mjs │ ├── item-feature.mjs │ ├── item-item.mjs │ ├── item-planet-system.mjs │ ├── item-spacecraft-crit.mjs │ ├── item-spacecraftmods.mjs │ ├── item-spacecraftweapons.mjs │ ├── item-specialty.mjs │ ├── item-stunts.mjs │ ├── item-talent.mjs │ └── item-weapon.mjs ├── devmsg.js ├── documents │ ├── active-effect.mjs │ ├── actor.mjs │ └── item.mjs ├── helpers │ ├── CBTracker.mjs │ ├── YZEDiceRoller.mjs │ ├── alienRPGBaseDice.mjs │ ├── alienRPGConfig.mjs │ ├── alienprgSettings.hbs │ ├── combat.mjs │ ├── common.mjs │ ├── config.mjs │ ├── effects.mjs │ ├── enricher.mjs │ ├── handlebars.mjs │ ├── logger.mjs │ ├── rollTableData.mjs │ ├── settings.mjs │ └── utils.mjs ├── item │ ├── item-sheet.js │ └── item.js ├── logger.js ├── migration.js ├── sheets │ ├── _module.mjs │ ├── active-effect-config.mjs │ ├── character-sheet.mjs │ ├── colony-sheet.mjs │ ├── creature-sheet.mjs │ ├── item-sheet.mjs │ ├── planet-sheet.mjs │ ├── spacecraft-sheet.mjs │ ├── synthetic-sheet.mjs │ ├── territory-sheet.mjs │ └── vehicle-sheet.mjs └── utils │ ├── _module.mjs │ ├── enrich-html.mjs │ └── formula-field.mjs ├── msgdata └── data.json ├── package.json ├── scss ├── actor │ ├── _alien-crt-actor.scss │ └── _alien-crt-ui.scss ├── alienrpg.scss ├── components │ ├── _forms.scss │ ├── _items.scss │ ├── _resource.scss │ └── _tabs.scss ├── global │ ├── _flex.scss │ ├── _grid.scss │ ├── _itemList.scss │ ├── _module.scss │ ├── _mother-instruction-images.scss │ ├── _select-css.scss │ ├── _theme.scss │ └── _window.scss └── utils │ ├── _colors.scss │ ├── _mixins.scss │ ├── _typography.scss │ └── _variables.scss ├── src └── packs │ └── alien-rpg-system │ └── adventures_Alien_RPG_System_R8mjiz4iJkZGZMIw.json ├── system.json ├── tables ├── fvtt-RollTable-panic-response-table-XtyZJcmvv0m6Epl4.json └── fvtt-RollTable-stress-response-table-phe9h1ufDbsXtaLT.json ├── templates ├── active-effect │ ├── config-duration.hbs │ ├── details.hbs │ └── targeted-condition-prompt.hbs ├── actor │ ├── character-enhanced-general.hbs │ ├── character-enhanced-header.hbs │ ├── character-general.hbs │ ├── character-header.hbs │ ├── character-inventory.hbs │ ├── character-skills.hbs │ ├── colony-general.hbs │ ├── creature-general.hbs │ ├── creature-header.hbs │ ├── crt │ │ ├── crtui-character-general.hbs │ │ ├── crtui-character-header.hbs │ │ ├── crtui-character-inventory.hbs │ │ ├── crtui-character-skills.hbs │ │ ├── crtui-creature-general.hbs │ │ ├── crtui-creature-header.hbs │ │ ├── crtui-synthetic-general.hbs │ │ ├── crtui-synthetic-header.hbs │ │ ├── spacecraft-sheet.html │ │ ├── tabs │ │ │ ├── actor-inventory.html │ │ │ ├── actor-systems.html │ │ │ ├── sCraft-major-crit.html │ │ │ ├── sCraft-minor-crit.html │ │ │ └── vehicle-inventory.html │ │ ├── territory-sheet.html │ │ └── vehicles-sheet.html │ ├── inline │ │ └── critical-inj.hbs │ ├── notes.hbs │ ├── planet-general.hbs │ ├── simple-header.hbs │ ├── spacecraft-combat-phases.hbs │ ├── spacecraft-general.hbs │ ├── spacecraft-image.hbs │ ├── spacecraft-inventory.hbs │ ├── synthetic-enhanced-general.hbs │ ├── synthetic-enhanced-header.hbs │ ├── synthetic-general.hbs │ ├── synthetic-header.hbs │ ├── tabs │ │ ├── actor-inventory.html │ │ ├── actor-systems.html │ │ ├── colony-installations.html │ │ ├── colony-policies.html │ │ ├── colony-projects.html │ │ ├── critical-inj.html │ │ ├── sCraft-major-crit.html │ │ ├── sCraft-minor-crit.html │ │ ├── spacecraft-armaments.html │ │ ├── spacecraft-combat-phases.html │ │ ├── spacecraft-crew.html │ │ └── vehicle-inventory.html │ ├── territory-general.hbs │ ├── territory-systems.hbs │ ├── vehicle-crew.hbs │ ├── vehicle-general.hbs │ ├── vehicle-header.hbs │ └── vehicle-inventory.hbs ├── chat │ ├── crit-roll-character.hbs │ ├── crit-roll-creature.hbs │ ├── crit-roll-spacecraft.hbs │ ├── crit-roll-synthetic.hbs │ ├── panic-response-roll.hbs │ ├── ship-combat.hbs │ └── stress-response-roll.hbs ├── dialog │ ├── roll-all-dialog.hbs │ ├── roll-attr-dialog.hbs │ ├── roll-base-dialog.hbs │ ├── roll-base-xeno-dialog.hbs │ ├── roll-char-manual-crit-dialog.hbs │ ├── roll-manual-creature-attack-dialog.hbs │ ├── roll-ranged-weapon-dialog.hbs │ ├── roll-resolve-dialog.hbs │ ├── roll-space-comtech.hbs │ ├── roll-spacecraft-major-crit-dialog.hbs │ ├── roll-spacecraft-minor-crit-dialog.hbs │ ├── roll-stress-dialog.hbs │ ├── roll-supplymod-dialog.html │ ├── roll-syn-manual-crit-dialog.hbs │ ├── roll-vehicle-weapon.hbs │ └── switch-initiative.html ├── item │ ├── item-agenda.hbs │ ├── item-armor.hbs │ ├── item-colony-initiative.hbs │ ├── item-crit-inj.hbs │ ├── item-header.hbs │ ├── item-modifiers.hbs │ ├── item-notes.hbs │ ├── item-planet-description.hbs │ ├── item-planet-system.hbs │ ├── item-sheet.hbs │ ├── item-skill-stunts.hbs │ ├── item-spacecraft-crit.hbs │ ├── item-spacecraftmods.hbs │ ├── item-spacecraftweapons.hbs │ ├── item-specialty.hbs │ ├── item-talent.hbs │ └── item-weapon.hbs └── system │ └── alienprgSettings.hbs ├── tools ├── pullJSONtoLDB.mjs └── pushLDBtoJSON.mjs ├── tsconfig.json └── ui ├── DsN ├── alien-dice-b0.png ├── alien-dice-b6.png ├── alien-dice-y0.png ├── alien-dice-y1.png ├── alien-dice-y6.png ├── b1.png ├── b2.png ├── b3.png ├── b4.png ├── b5.png ├── y2.png ├── y3.png ├── y4.png └── y5.png ├── alien-dice-b0.png ├── alien-dice-b6.png ├── alien-dice-y0.png ├── alien-dice-y1.png └── alien-dice-y6.png /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/.npmignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/macro to remove all actie effects.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/.vscode/macro to remove all actie effects.js -------------------------------------------------------------------------------- /.vscode/run-foundry-v13-clean.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/.vscode/run-foundry-v13-clean.ps1 -------------------------------------------------------------------------------- /.vscode/run-foundry-v13.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/.vscode/run-foundry-v13.ps1 -------------------------------------------------------------------------------- /.vscode/run-foundry-v14.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/.vscode/run-foundry-v14.ps1 -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/LICENSE -------------------------------------------------------------------------------- /Mother Instructions/Foundry Page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/Mother Instructions/Foundry Page.html -------------------------------------------------------------------------------- /Mother Instructions/Mother Instructions EN.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/Mother Instructions/Mother Instructions EN.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/README.md -------------------------------------------------------------------------------- /Release_Notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/Release_Notes.txt -------------------------------------------------------------------------------- /biome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/biome.json -------------------------------------------------------------------------------- /css/alienrpg.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/css/alienrpg.css -------------------------------------------------------------------------------- /css/alienrpg.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/css/alienrpg.css.map -------------------------------------------------------------------------------- /fonts/ocraext.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/fonts/ocraext.ttf -------------------------------------------------------------------------------- /gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/gulpfile.js -------------------------------------------------------------------------------- /images/Background.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/Background.webp -------------------------------------------------------------------------------- /images/IndBackground3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/IndBackground3.png -------------------------------------------------------------------------------- /images/alien_crt_push-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/alien_crt_push-button.png -------------------------------------------------------------------------------- /images/alien_crt_push-button_hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/alien_crt_push-button_hover.gif -------------------------------------------------------------------------------- /images/alien_crt_roll-attack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/alien_crt_roll-attack.png -------------------------------------------------------------------------------- /images/alien_crt_roll-attack_hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/alien_crt_roll-attack_hover.gif -------------------------------------------------------------------------------- /images/border-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/border-image.svg -------------------------------------------------------------------------------- /images/bottom.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/bottom.webp -------------------------------------------------------------------------------- /images/cards/card-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/cards/card-1.png -------------------------------------------------------------------------------- /images/cards/card-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/cards/card-10.png -------------------------------------------------------------------------------- /images/cards/card-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/cards/card-2.png -------------------------------------------------------------------------------- /images/cards/card-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/cards/card-3.png -------------------------------------------------------------------------------- /images/cards/card-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/cards/card-4.png -------------------------------------------------------------------------------- /images/cards/card-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/cards/card-5.png -------------------------------------------------------------------------------- /images/cards/card-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/cards/card-6.png -------------------------------------------------------------------------------- /images/cards/card-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/cards/card-7.png -------------------------------------------------------------------------------- /images/cards/card-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/cards/card-8.png -------------------------------------------------------------------------------- /images/cards/card-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/cards/card-9.png -------------------------------------------------------------------------------- /images/chat-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/chat-bottom.png -------------------------------------------------------------------------------- /images/chat-middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/chat-middle.png -------------------------------------------------------------------------------- /images/chat-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/chat-top.png -------------------------------------------------------------------------------- /images/checkered-top.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/checkered-top.webp -------------------------------------------------------------------------------- /images/cogsplosion.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/cogsplosion.webp -------------------------------------------------------------------------------- /images/colony-sheet.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/colony-sheet.webp -------------------------------------------------------------------------------- /images/downarrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/downarrow.svg -------------------------------------------------------------------------------- /images/downarrow.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/downarrow.webp -------------------------------------------------------------------------------- /images/egg.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/egg.webp -------------------------------------------------------------------------------- /images/example-border-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/example-border-image.svg -------------------------------------------------------------------------------- /images/example-top.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/example-top.webp -------------------------------------------------------------------------------- /images/exhausted.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/exhausted.webp -------------------------------------------------------------------------------- /images/eye-target.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/eye-target.webp -------------------------------------------------------------------------------- /images/freezing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/freezing.svg -------------------------------------------------------------------------------- /images/freezing.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/freezing.webp -------------------------------------------------------------------------------- /images/frozen.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/frozen.webp -------------------------------------------------------------------------------- /images/gravitydyspraxia.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/gravitydyspraxia.webp -------------------------------------------------------------------------------- /images/heatstroke.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/heatstroke.webp -------------------------------------------------------------------------------- /images/hidden-chat-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/hidden-chat-bottom.png -------------------------------------------------------------------------------- /images/hidden-chat-middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/hidden-chat-middle.png -------------------------------------------------------------------------------- /images/hidden-chat-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/hidden-chat-top.png -------------------------------------------------------------------------------- /images/hypoxia.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/hypoxia.webp -------------------------------------------------------------------------------- /images/icons/aggravated.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/aggravated.webp -------------------------------------------------------------------------------- /images/icons/alien-dice-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/alien-dice-6.png -------------------------------------------------------------------------------- /images/icons/alien-dice-y1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/alien-dice-y1.png -------------------------------------------------------------------------------- /images/icons/alienrpg.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/alienrpg.webp -------------------------------------------------------------------------------- /images/icons/auto-repair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/auto-repair.svg -------------------------------------------------------------------------------- /images/icons/auto-repair.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/auto-repair.webp -------------------------------------------------------------------------------- /images/icons/cam-symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/cam-symbol.png -------------------------------------------------------------------------------- /images/icons/catatonic.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/catatonic.webp -------------------------------------------------------------------------------- /images/icons/cin-symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/cin-symbol.png -------------------------------------------------------------------------------- /images/icons/cover-notext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/cover-notext.png -------------------------------------------------------------------------------- /images/icons/deflated.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/deflated.webp -------------------------------------------------------------------------------- /images/icons/diagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/diagram.svg -------------------------------------------------------------------------------- /images/icons/diagram.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/diagram.webp -------------------------------------------------------------------------------- /images/icons/digital-trace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/digital-trace.svg -------------------------------------------------------------------------------- /images/icons/digital-trace.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/digital-trace.webp -------------------------------------------------------------------------------- /images/icons/double-ringed-orb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/double-ringed-orb.svg -------------------------------------------------------------------------------- /images/icons/double-ringed-orb.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/double-ringed-orb.webp -------------------------------------------------------------------------------- /images/icons/fast-action.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/fast-action.webp -------------------------------------------------------------------------------- /images/icons/fatigued.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/fatigued.webp -------------------------------------------------------------------------------- /images/icons/fire-dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/fire-dash.svg -------------------------------------------------------------------------------- /images/icons/fire-dash.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/fire-dash.webp -------------------------------------------------------------------------------- /images/icons/fl-20cf-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/fl-20cf-logo.png -------------------------------------------------------------------------------- /images/icons/flee.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/flee.webp -------------------------------------------------------------------------------- /images/icons/frantic.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/frantic.webp -------------------------------------------------------------------------------- /images/icons/freeze.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/freeze.webp -------------------------------------------------------------------------------- /images/icons/frenzy.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/frenzy.webp -------------------------------------------------------------------------------- /images/icons/full-folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/full-folder.svg -------------------------------------------------------------------------------- /images/icons/full-folder.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/full-folder.webp -------------------------------------------------------------------------------- /images/icons/habitat-dome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/habitat-dome.svg -------------------------------------------------------------------------------- /images/icons/habitat-dome.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/habitat-dome.webp -------------------------------------------------------------------------------- /images/icons/hesitant.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/hesitant.webp -------------------------------------------------------------------------------- /images/icons/jumpy.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/jumpy.webp -------------------------------------------------------------------------------- /images/icons/nested-eclipses.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/nested-eclipses.svg -------------------------------------------------------------------------------- /images/icons/nested-eclipses.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/nested-eclipses.webp -------------------------------------------------------------------------------- /images/icons/paranoid.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/paranoid.webp -------------------------------------------------------------------------------- /images/icons/personal-agenda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/personal-agenda.png -------------------------------------------------------------------------------- /images/icons/scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/scanner.png -------------------------------------------------------------------------------- /images/icons/scream.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/scream.webp -------------------------------------------------------------------------------- /images/icons/seekcover.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/seekcover.webp -------------------------------------------------------------------------------- /images/icons/shakes.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/shakes.webp -------------------------------------------------------------------------------- /images/icons/slow-action.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/slow-action.webp -------------------------------------------------------------------------------- /images/icons/solar-system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/solar-system.svg -------------------------------------------------------------------------------- /images/icons/solar-system.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/solar-system.webp -------------------------------------------------------------------------------- /images/icons/spanner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/spanner.svg -------------------------------------------------------------------------------- /images/icons/spanner.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/spanner.webp -------------------------------------------------------------------------------- /images/icons/sprint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/sprint.svg -------------------------------------------------------------------------------- /images/icons/sprint.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/sprint.webp -------------------------------------------------------------------------------- /images/icons/tunnelvision.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/tunnelvision.webp -------------------------------------------------------------------------------- /images/icons/warning-bar.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/icons/warning-bar.webp -------------------------------------------------------------------------------- /images/indbackground2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/indbackground2.png -------------------------------------------------------------------------------- /images/intro-xenomorph.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/intro-xenomorph.webp -------------------------------------------------------------------------------- /images/lightning-spanner.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/lightning-spanner.webp -------------------------------------------------------------------------------- /images/mother-instructions/acid-splash-popup.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/acid-splash-popup.webp -------------------------------------------------------------------------------- /images/mother-instructions/agil-mod.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/agil-mod.webp -------------------------------------------------------------------------------- /images/mother-instructions/alien-banner-foundry.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/alien-banner-foundry.webp -------------------------------------------------------------------------------- /images/mother-instructions/armor-img.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/armor-img.webp -------------------------------------------------------------------------------- /images/mother-instructions/armor-mod.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/armor-mod.webp -------------------------------------------------------------------------------- /images/mother-instructions/character-consumables.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/character-consumables.webp -------------------------------------------------------------------------------- /images/mother-instructions/character-details.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/character-details.webp -------------------------------------------------------------------------------- /images/mother-instructions/character-header.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/character-header.webp -------------------------------------------------------------------------------- /images/mother-instructions/character-sheet-img.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/character-sheet-img.webp -------------------------------------------------------------------------------- /images/mother-instructions/character-token.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/character-token.webp -------------------------------------------------------------------------------- /images/mother-instructions/chat-roll.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/chat-roll.webp -------------------------------------------------------------------------------- /images/mother-instructions/clone-actor.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/clone-actor.webp -------------------------------------------------------------------------------- /images/mother-instructions/colony-initiative-sheet.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/colony-initiative-sheet.webp -------------------------------------------------------------------------------- /images/mother-instructions/colony-planet-sheet.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/colony-planet-sheet.webp -------------------------------------------------------------------------------- /images/mother-instructions/colony-sheet.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/colony-sheet.webp -------------------------------------------------------------------------------- /images/mother-instructions/colour-picker-img.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/colour-picker-img.webp -------------------------------------------------------------------------------- /images/mother-instructions/con-edit.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/con-edit.webp -------------------------------------------------------------------------------- /images/mother-instructions/creature-attack-dropdown.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/creature-attack-dropdown.webp -------------------------------------------------------------------------------- /images/mother-instructions/creature-header.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/creature-header.webp -------------------------------------------------------------------------------- /images/mother-instructions/creature-sheet-img.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/creature-sheet-img.webp -------------------------------------------------------------------------------- /images/mother-instructions/creature-token.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/creature-token.webp -------------------------------------------------------------------------------- /images/mother-instructions/enc-icon.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/enc-icon.webp -------------------------------------------------------------------------------- /images/mother-instructions/enc-warn.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/enc-warn.webp -------------------------------------------------------------------------------- /images/mother-instructions/enc.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/enc.webp -------------------------------------------------------------------------------- /images/mother-instructions/font-picker-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/font-picker-img.png -------------------------------------------------------------------------------- /images/mother-instructions/font-picker-img.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/font-picker-img.webp -------------------------------------------------------------------------------- /images/mother-instructions/gm-settings.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/gm-settings.webp -------------------------------------------------------------------------------- /images/mother-instructions/indbackground2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/indbackground2.png -------------------------------------------------------------------------------- /images/mother-instructions/init-chat-cards.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/init-chat-cards.webp -------------------------------------------------------------------------------- /images/mother-instructions/init-chat-norm.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/init-chat-norm.webp -------------------------------------------------------------------------------- /images/mother-instructions/initiative-roll.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/initiative-roll.webp -------------------------------------------------------------------------------- /images/mother-instructions/inv-context-menu.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/inv-context-menu.webp -------------------------------------------------------------------------------- /images/mother-instructions/inv-inact.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/inv-inact.webp -------------------------------------------------------------------------------- /images/mother-instructions/inventory-tab.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/inventory-tab.webp -------------------------------------------------------------------------------- /images/mother-instructions/item-dropdown.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/item-dropdown.webp -------------------------------------------------------------------------------- /images/mother-instructions/melee-img.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/melee-img.webp -------------------------------------------------------------------------------- /images/mother-instructions/modifiers-img.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/modifiers-img.webp -------------------------------------------------------------------------------- /images/mother-instructions/mpush1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/mpush1.webp -------------------------------------------------------------------------------- /images/mother-instructions/mpush2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/mpush2.webp -------------------------------------------------------------------------------- /images/mother-instructions/mpush3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/mpush3.webp -------------------------------------------------------------------------------- /images/mother-instructions/perm-radiation.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/perm-radiation.webp -------------------------------------------------------------------------------- /images/mother-instructions/planet-system-img.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/planet-system-img.webp -------------------------------------------------------------------------------- /images/mother-instructions/player-settings.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/player-settings.webp -------------------------------------------------------------------------------- /images/mother-instructions/power.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/power.webp -------------------------------------------------------------------------------- /images/mother-instructions/radiation-rolls.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/radiation-rolls.webp -------------------------------------------------------------------------------- /images/mother-instructions/ranged-img.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/ranged-img.webp -------------------------------------------------------------------------------- /images/mother-instructions/roll-clone.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/roll-clone.webp -------------------------------------------------------------------------------- /images/mother-instructions/skills.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/skills.webp -------------------------------------------------------------------------------- /images/mother-instructions/spaceship-comtech.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/spaceship-comtech.webp -------------------------------------------------------------------------------- /images/mother-instructions/spaceship-fire-weapon.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/spaceship-fire-weapon.webp -------------------------------------------------------------------------------- /images/mother-instructions/spaceship-header1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/spaceship-header1.webp -------------------------------------------------------------------------------- /images/mother-instructions/spaceship-modules.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/spaceship-modules.webp -------------------------------------------------------------------------------- /images/mother-instructions/spaceship-sheet-img.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/spaceship-sheet-img.webp -------------------------------------------------------------------------------- /images/mother-instructions/spanner-icon.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/spanner-icon.webp -------------------------------------------------------------------------------- /images/mother-instructions/status-icons.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/status-icons.webp -------------------------------------------------------------------------------- /images/mother-instructions/stress-mod.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/stress-mod.webp -------------------------------------------------------------------------------- /images/mother-instructions/style-button-settings.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/style-button-settings.webp -------------------------------------------------------------------------------- /images/mother-instructions/style-settings.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/style-settings.webp -------------------------------------------------------------------------------- /images/mother-instructions/synth-hum.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/synth-hum.webp -------------------------------------------------------------------------------- /images/mother-instructions/synthetic-consumables.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/synthetic-consumables.webp -------------------------------------------------------------------------------- /images/mother-instructions/synthetic-details.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/synthetic-details.webp -------------------------------------------------------------------------------- /images/mother-instructions/synthetic-header.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/synthetic-header.webp -------------------------------------------------------------------------------- /images/mother-instructions/synthetic-sheet-human.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/synthetic-sheet-human.webp -------------------------------------------------------------------------------- /images/mother-instructions/talent-agenda.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/talent-agenda.webp -------------------------------------------------------------------------------- /images/mother-instructions/territories-general.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/territories-general.webp -------------------------------------------------------------------------------- /images/mother-instructions/territories-systems.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/territories-systems.webp -------------------------------------------------------------------------------- /images/mother-instructions/vehicle-crew-selector.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/vehicle-crew-selector.webp -------------------------------------------------------------------------------- /images/mother-instructions/vehicle-crew.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/vehicle-crew.webp -------------------------------------------------------------------------------- /images/mother-instructions/vehicle-fire-weapon.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/vehicle-fire-weapon.webp -------------------------------------------------------------------------------- /images/mother-instructions/vehicle-general.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/vehicle-general.webp -------------------------------------------------------------------------------- /images/mother-instructions/vehicle-inv.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/mother-instructions/vehicle-inv.webp -------------------------------------------------------------------------------- /images/overwatch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/overwatch.svg -------------------------------------------------------------------------------- /images/overwatch.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/overwatch.webp -------------------------------------------------------------------------------- /images/panic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/panic.svg -------------------------------------------------------------------------------- /images/panic.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/panic.webp -------------------------------------------------------------------------------- /images/paused-alien.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/paused-alien.png -------------------------------------------------------------------------------- /images/planet-sheet.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/planet-sheet.webp -------------------------------------------------------------------------------- /images/radiation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/radiation.svg -------------------------------------------------------------------------------- /images/radiation.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/radiation.webp -------------------------------------------------------------------------------- /images/shipslog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/shipslog.svg -------------------------------------------------------------------------------- /images/starving.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/starving.svg -------------------------------------------------------------------------------- /images/starving.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/starving.webp -------------------------------------------------------------------------------- /images/top.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/top.webp -------------------------------------------------------------------------------- /images/water-flask.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/water-flask.webp -------------------------------------------------------------------------------- /images/weight.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/images/weight.webp -------------------------------------------------------------------------------- /jsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/jsconfig.json -------------------------------------------------------------------------------- /jtmConfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/jtmConfig.json -------------------------------------------------------------------------------- /lang/cn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/lang/cn.json -------------------------------------------------------------------------------- /lang/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/lang/de.json -------------------------------------------------------------------------------- /lang/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/lang/en.json -------------------------------------------------------------------------------- /lang/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/lang/es.json -------------------------------------------------------------------------------- /lang/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/lang/fr.json -------------------------------------------------------------------------------- /lang/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/lang/it.json -------------------------------------------------------------------------------- /lang/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/lang/pl.json -------------------------------------------------------------------------------- /lang/pt-br.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/lang/pt-br.json -------------------------------------------------------------------------------- /lang/zh-tw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/lang/zh-tw.json -------------------------------------------------------------------------------- /macros/create-actor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/macros/create-actor.js -------------------------------------------------------------------------------- /macros/fvtt-RollTable-critical-injuries-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/macros/fvtt-RollTable-critical-injuries-template.json -------------------------------------------------------------------------------- /macros/gmRollCreatureTables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/macros/gmRollCreatureTables.js -------------------------------------------------------------------------------- /macros/gmRollMotherTables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/macros/gmRollMotherTables.js -------------------------------------------------------------------------------- /macros/gmRollYZEDiceMacro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/macros/gmRollYZEDiceMacro.js -------------------------------------------------------------------------------- /macros/playerRollYZEDiceMacro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/macros/playerRollYZEDiceMacro.js -------------------------------------------------------------------------------- /misc files/CSB-macro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/misc files/CSB-macro.js -------------------------------------------------------------------------------- /misc files/fvtt-RollTable-spaceship-major-component-damage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/misc files/fvtt-RollTable-spaceship-major-component-damage.json -------------------------------------------------------------------------------- /misc files/fvtt-RollTable-spaceship-minor-component-damage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/misc files/fvtt-RollTable-spaceship-minor-component-damage.json -------------------------------------------------------------------------------- /module/actor/colony-sheet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/actor/colony-sheet.js -------------------------------------------------------------------------------- /module/actor/old-actor-sheet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/actor/old-actor-sheet.js -------------------------------------------------------------------------------- /module/actor/old-actor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/actor/old-actor.js -------------------------------------------------------------------------------- /module/actor/old-rollTableData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/actor/old-rollTableData.js -------------------------------------------------------------------------------- /module/actor/old-spacecraft-sheet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/actor/old-spacecraft-sheet.js -------------------------------------------------------------------------------- /module/actor/planet-sheet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/actor/planet-sheet.js -------------------------------------------------------------------------------- /module/alienrpg.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/alienrpg.mjs -------------------------------------------------------------------------------- /module/apps/init.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/apps/init.mjs -------------------------------------------------------------------------------- /module/apps/migratefolders.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/apps/migratefolders.js -------------------------------------------------------------------------------- /module/apps/update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/apps/update.js -------------------------------------------------------------------------------- /module/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/common.js -------------------------------------------------------------------------------- /module/data/_module.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/_module.mjs -------------------------------------------------------------------------------- /module/data/actor-character.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/actor-character.mjs -------------------------------------------------------------------------------- /module/data/actor-colony.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/actor-colony.mjs -------------------------------------------------------------------------------- /module/data/actor-creature.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/actor-creature.mjs -------------------------------------------------------------------------------- /module/data/actor-planet.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/actor-planet.mjs -------------------------------------------------------------------------------- /module/data/actor-spacecraft.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/actor-spacecraft.mjs -------------------------------------------------------------------------------- /module/data/actor-synthetic.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/actor-synthetic.mjs -------------------------------------------------------------------------------- /module/data/actor-territiory.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/actor-territiory.mjs -------------------------------------------------------------------------------- /module/data/actor-vehicle.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/actor-vehicle.mjs -------------------------------------------------------------------------------- /module/data/base-actor.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/base-actor.mjs -------------------------------------------------------------------------------- /module/data/base-item.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/base-item.mjs -------------------------------------------------------------------------------- /module/data/effect/_module.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/effect/_module.mjs -------------------------------------------------------------------------------- /module/data/effect/ability-modifier.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/effect/ability-modifier.mjs -------------------------------------------------------------------------------- /module/data/effect/base.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/effect/base.mjs -------------------------------------------------------------------------------- /module/data/helpers.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/helpers.mjs -------------------------------------------------------------------------------- /module/data/item-agenda.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-agenda.mjs -------------------------------------------------------------------------------- /module/data/item-armor.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-armor.mjs -------------------------------------------------------------------------------- /module/data/item-colony-initiative.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-colony-initiative.mjs -------------------------------------------------------------------------------- /module/data/item-crit-inj.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-crit-inj.mjs -------------------------------------------------------------------------------- /module/data/item-feature.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-feature.mjs -------------------------------------------------------------------------------- /module/data/item-item.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-item.mjs -------------------------------------------------------------------------------- /module/data/item-planet-system.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-planet-system.mjs -------------------------------------------------------------------------------- /module/data/item-spacecraft-crit.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-spacecraft-crit.mjs -------------------------------------------------------------------------------- /module/data/item-spacecraftmods.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-spacecraftmods.mjs -------------------------------------------------------------------------------- /module/data/item-spacecraftweapons.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-spacecraftweapons.mjs -------------------------------------------------------------------------------- /module/data/item-specialty.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-specialty.mjs -------------------------------------------------------------------------------- /module/data/item-stunts.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-stunts.mjs -------------------------------------------------------------------------------- /module/data/item-talent.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-talent.mjs -------------------------------------------------------------------------------- /module/data/item-weapon.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/data/item-weapon.mjs -------------------------------------------------------------------------------- /module/devmsg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/devmsg.js -------------------------------------------------------------------------------- /module/documents/active-effect.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/documents/active-effect.mjs -------------------------------------------------------------------------------- /module/documents/actor.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/documents/actor.mjs -------------------------------------------------------------------------------- /module/documents/item.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/documents/item.mjs -------------------------------------------------------------------------------- /module/helpers/CBTracker.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/CBTracker.mjs -------------------------------------------------------------------------------- /module/helpers/YZEDiceRoller.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/YZEDiceRoller.mjs -------------------------------------------------------------------------------- /module/helpers/alienRPGBaseDice.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/alienRPGBaseDice.mjs -------------------------------------------------------------------------------- /module/helpers/alienRPGConfig.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/alienRPGConfig.mjs -------------------------------------------------------------------------------- /module/helpers/alienprgSettings.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/alienprgSettings.hbs -------------------------------------------------------------------------------- /module/helpers/combat.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/combat.mjs -------------------------------------------------------------------------------- /module/helpers/common.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/common.mjs -------------------------------------------------------------------------------- /module/helpers/config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/config.mjs -------------------------------------------------------------------------------- /module/helpers/effects.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/effects.mjs -------------------------------------------------------------------------------- /module/helpers/enricher.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/enricher.mjs -------------------------------------------------------------------------------- /module/helpers/handlebars.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/handlebars.mjs -------------------------------------------------------------------------------- /module/helpers/logger.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/logger.mjs -------------------------------------------------------------------------------- /module/helpers/rollTableData.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/rollTableData.mjs -------------------------------------------------------------------------------- /module/helpers/settings.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/settings.mjs -------------------------------------------------------------------------------- /module/helpers/utils.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/helpers/utils.mjs -------------------------------------------------------------------------------- /module/item/item-sheet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/item/item-sheet.js -------------------------------------------------------------------------------- /module/item/item.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/item/item.js -------------------------------------------------------------------------------- /module/logger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/logger.js -------------------------------------------------------------------------------- /module/migration.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/migration.js -------------------------------------------------------------------------------- /module/sheets/_module.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/sheets/_module.mjs -------------------------------------------------------------------------------- /module/sheets/active-effect-config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/sheets/active-effect-config.mjs -------------------------------------------------------------------------------- /module/sheets/character-sheet.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/sheets/character-sheet.mjs -------------------------------------------------------------------------------- /module/sheets/colony-sheet.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/sheets/colony-sheet.mjs -------------------------------------------------------------------------------- /module/sheets/creature-sheet.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/sheets/creature-sheet.mjs -------------------------------------------------------------------------------- /module/sheets/item-sheet.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/sheets/item-sheet.mjs -------------------------------------------------------------------------------- /module/sheets/planet-sheet.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/sheets/planet-sheet.mjs -------------------------------------------------------------------------------- /module/sheets/spacecraft-sheet.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/sheets/spacecraft-sheet.mjs -------------------------------------------------------------------------------- /module/sheets/synthetic-sheet.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/sheets/synthetic-sheet.mjs -------------------------------------------------------------------------------- /module/sheets/territory-sheet.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/sheets/territory-sheet.mjs -------------------------------------------------------------------------------- /module/sheets/vehicle-sheet.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/sheets/vehicle-sheet.mjs -------------------------------------------------------------------------------- /module/utils/_module.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/utils/_module.mjs -------------------------------------------------------------------------------- /module/utils/enrich-html.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/utils/enrich-html.mjs -------------------------------------------------------------------------------- /module/utils/formula-field.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/module/utils/formula-field.mjs -------------------------------------------------------------------------------- /msgdata/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/msgdata/data.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/package.json -------------------------------------------------------------------------------- /scss/actor/_alien-crt-actor.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/actor/_alien-crt-actor.scss -------------------------------------------------------------------------------- /scss/actor/_alien-crt-ui.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/actor/_alien-crt-ui.scss -------------------------------------------------------------------------------- /scss/alienrpg.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/alienrpg.scss -------------------------------------------------------------------------------- /scss/components/_forms.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/components/_forms.scss -------------------------------------------------------------------------------- /scss/components/_items.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/components/_items.scss -------------------------------------------------------------------------------- /scss/components/_resource.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/components/_resource.scss -------------------------------------------------------------------------------- /scss/components/_tabs.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/components/_tabs.scss -------------------------------------------------------------------------------- /scss/global/_flex.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/global/_flex.scss -------------------------------------------------------------------------------- /scss/global/_grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/global/_grid.scss -------------------------------------------------------------------------------- /scss/global/_itemList.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/global/_itemList.scss -------------------------------------------------------------------------------- /scss/global/_module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/global/_module.scss -------------------------------------------------------------------------------- /scss/global/_mother-instruction-images.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/global/_mother-instruction-images.scss -------------------------------------------------------------------------------- /scss/global/_select-css.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/global/_select-css.scss -------------------------------------------------------------------------------- /scss/global/_theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/global/_theme.scss -------------------------------------------------------------------------------- /scss/global/_window.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/global/_window.scss -------------------------------------------------------------------------------- /scss/utils/_colors.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/utils/_colors.scss -------------------------------------------------------------------------------- /scss/utils/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/utils/_mixins.scss -------------------------------------------------------------------------------- /scss/utils/_typography.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/utils/_typography.scss -------------------------------------------------------------------------------- /scss/utils/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/scss/utils/_variables.scss -------------------------------------------------------------------------------- /src/packs/alien-rpg-system/adventures_Alien_RPG_System_R8mjiz4iJkZGZMIw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/src/packs/alien-rpg-system/adventures_Alien_RPG_System_R8mjiz4iJkZGZMIw.json -------------------------------------------------------------------------------- /system.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/system.json -------------------------------------------------------------------------------- /tables/fvtt-RollTable-panic-response-table-XtyZJcmvv0m6Epl4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/tables/fvtt-RollTable-panic-response-table-XtyZJcmvv0m6Epl4.json -------------------------------------------------------------------------------- /tables/fvtt-RollTable-stress-response-table-phe9h1ufDbsXtaLT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/tables/fvtt-RollTable-stress-response-table-phe9h1ufDbsXtaLT.json -------------------------------------------------------------------------------- /templates/active-effect/config-duration.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/active-effect/config-duration.hbs -------------------------------------------------------------------------------- /templates/active-effect/details.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/active-effect/details.hbs -------------------------------------------------------------------------------- /templates/active-effect/targeted-condition-prompt.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/active-effect/targeted-condition-prompt.hbs -------------------------------------------------------------------------------- /templates/actor/character-enhanced-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/character-enhanced-general.hbs -------------------------------------------------------------------------------- /templates/actor/character-enhanced-header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/character-enhanced-header.hbs -------------------------------------------------------------------------------- /templates/actor/character-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/character-general.hbs -------------------------------------------------------------------------------- /templates/actor/character-header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/character-header.hbs -------------------------------------------------------------------------------- /templates/actor/character-inventory.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/character-inventory.hbs -------------------------------------------------------------------------------- /templates/actor/character-skills.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/character-skills.hbs -------------------------------------------------------------------------------- /templates/actor/colony-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/colony-general.hbs -------------------------------------------------------------------------------- /templates/actor/creature-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/creature-general.hbs -------------------------------------------------------------------------------- /templates/actor/creature-header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/creature-header.hbs -------------------------------------------------------------------------------- /templates/actor/crt/crtui-character-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/crtui-character-general.hbs -------------------------------------------------------------------------------- /templates/actor/crt/crtui-character-header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/crtui-character-header.hbs -------------------------------------------------------------------------------- /templates/actor/crt/crtui-character-inventory.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/crtui-character-inventory.hbs -------------------------------------------------------------------------------- /templates/actor/crt/crtui-character-skills.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/crtui-character-skills.hbs -------------------------------------------------------------------------------- /templates/actor/crt/crtui-creature-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/crtui-creature-general.hbs -------------------------------------------------------------------------------- /templates/actor/crt/crtui-creature-header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/crtui-creature-header.hbs -------------------------------------------------------------------------------- /templates/actor/crt/crtui-synthetic-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/crtui-synthetic-general.hbs -------------------------------------------------------------------------------- /templates/actor/crt/crtui-synthetic-header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/crtui-synthetic-header.hbs -------------------------------------------------------------------------------- /templates/actor/crt/spacecraft-sheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/spacecraft-sheet.html -------------------------------------------------------------------------------- /templates/actor/crt/tabs/actor-inventory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/tabs/actor-inventory.html -------------------------------------------------------------------------------- /templates/actor/crt/tabs/actor-systems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/tabs/actor-systems.html -------------------------------------------------------------------------------- /templates/actor/crt/tabs/sCraft-major-crit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/tabs/sCraft-major-crit.html -------------------------------------------------------------------------------- /templates/actor/crt/tabs/sCraft-minor-crit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/tabs/sCraft-minor-crit.html -------------------------------------------------------------------------------- /templates/actor/crt/tabs/vehicle-inventory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/tabs/vehicle-inventory.html -------------------------------------------------------------------------------- /templates/actor/crt/territory-sheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/territory-sheet.html -------------------------------------------------------------------------------- /templates/actor/crt/vehicles-sheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/crt/vehicles-sheet.html -------------------------------------------------------------------------------- /templates/actor/inline/critical-inj.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/inline/critical-inj.hbs -------------------------------------------------------------------------------- /templates/actor/notes.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/notes.hbs -------------------------------------------------------------------------------- /templates/actor/planet-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/planet-general.hbs -------------------------------------------------------------------------------- /templates/actor/simple-header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/simple-header.hbs -------------------------------------------------------------------------------- /templates/actor/spacecraft-combat-phases.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/spacecraft-combat-phases.hbs -------------------------------------------------------------------------------- /templates/actor/spacecraft-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/spacecraft-general.hbs -------------------------------------------------------------------------------- /templates/actor/spacecraft-image.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/spacecraft-image.hbs -------------------------------------------------------------------------------- /templates/actor/spacecraft-inventory.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/spacecraft-inventory.hbs -------------------------------------------------------------------------------- /templates/actor/synthetic-enhanced-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/synthetic-enhanced-general.hbs -------------------------------------------------------------------------------- /templates/actor/synthetic-enhanced-header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/synthetic-enhanced-header.hbs -------------------------------------------------------------------------------- /templates/actor/synthetic-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/synthetic-general.hbs -------------------------------------------------------------------------------- /templates/actor/synthetic-header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/synthetic-header.hbs -------------------------------------------------------------------------------- /templates/actor/tabs/actor-inventory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/tabs/actor-inventory.html -------------------------------------------------------------------------------- /templates/actor/tabs/actor-systems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/tabs/actor-systems.html -------------------------------------------------------------------------------- /templates/actor/tabs/colony-installations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/tabs/colony-installations.html -------------------------------------------------------------------------------- /templates/actor/tabs/colony-policies.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/tabs/colony-policies.html -------------------------------------------------------------------------------- /templates/actor/tabs/colony-projects.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/tabs/colony-projects.html -------------------------------------------------------------------------------- /templates/actor/tabs/critical-inj.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/tabs/critical-inj.html -------------------------------------------------------------------------------- /templates/actor/tabs/sCraft-major-crit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/tabs/sCraft-major-crit.html -------------------------------------------------------------------------------- /templates/actor/tabs/sCraft-minor-crit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/tabs/sCraft-minor-crit.html -------------------------------------------------------------------------------- /templates/actor/tabs/spacecraft-armaments.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/tabs/spacecraft-armaments.html -------------------------------------------------------------------------------- /templates/actor/tabs/spacecraft-combat-phases.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/tabs/spacecraft-combat-phases.html -------------------------------------------------------------------------------- /templates/actor/tabs/spacecraft-crew.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/tabs/spacecraft-crew.html -------------------------------------------------------------------------------- /templates/actor/tabs/vehicle-inventory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/tabs/vehicle-inventory.html -------------------------------------------------------------------------------- /templates/actor/territory-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/territory-general.hbs -------------------------------------------------------------------------------- /templates/actor/territory-systems.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/territory-systems.hbs -------------------------------------------------------------------------------- /templates/actor/vehicle-crew.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/vehicle-crew.hbs -------------------------------------------------------------------------------- /templates/actor/vehicle-general.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/vehicle-general.hbs -------------------------------------------------------------------------------- /templates/actor/vehicle-header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/vehicle-header.hbs -------------------------------------------------------------------------------- /templates/actor/vehicle-inventory.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/actor/vehicle-inventory.hbs -------------------------------------------------------------------------------- /templates/chat/crit-roll-character.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/chat/crit-roll-character.hbs -------------------------------------------------------------------------------- /templates/chat/crit-roll-creature.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/chat/crit-roll-creature.hbs -------------------------------------------------------------------------------- /templates/chat/crit-roll-spacecraft.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/chat/crit-roll-spacecraft.hbs -------------------------------------------------------------------------------- /templates/chat/crit-roll-synthetic.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/chat/crit-roll-synthetic.hbs -------------------------------------------------------------------------------- /templates/chat/panic-response-roll.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/chat/panic-response-roll.hbs -------------------------------------------------------------------------------- /templates/chat/ship-combat.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/chat/ship-combat.hbs -------------------------------------------------------------------------------- /templates/chat/stress-response-roll.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/chat/stress-response-roll.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-all-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-all-dialog.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-attr-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-attr-dialog.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-base-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-base-dialog.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-base-xeno-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-base-xeno-dialog.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-char-manual-crit-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-char-manual-crit-dialog.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-manual-creature-attack-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-manual-creature-attack-dialog.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-ranged-weapon-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-ranged-weapon-dialog.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-resolve-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-resolve-dialog.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-space-comtech.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-space-comtech.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-spacecraft-major-crit-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-spacecraft-major-crit-dialog.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-spacecraft-minor-crit-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-spacecraft-minor-crit-dialog.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-stress-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-stress-dialog.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-supplymod-dialog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-supplymod-dialog.html -------------------------------------------------------------------------------- /templates/dialog/roll-syn-manual-crit-dialog.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-syn-manual-crit-dialog.hbs -------------------------------------------------------------------------------- /templates/dialog/roll-vehicle-weapon.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/roll-vehicle-weapon.hbs -------------------------------------------------------------------------------- /templates/dialog/switch-initiative.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/dialog/switch-initiative.html -------------------------------------------------------------------------------- /templates/item/item-agenda.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-agenda.hbs -------------------------------------------------------------------------------- /templates/item/item-armor.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-armor.hbs -------------------------------------------------------------------------------- /templates/item/item-colony-initiative.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-colony-initiative.hbs -------------------------------------------------------------------------------- /templates/item/item-crit-inj.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-crit-inj.hbs -------------------------------------------------------------------------------- /templates/item/item-header.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-header.hbs -------------------------------------------------------------------------------- /templates/item/item-modifiers.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-modifiers.hbs -------------------------------------------------------------------------------- /templates/item/item-notes.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-notes.hbs -------------------------------------------------------------------------------- /templates/item/item-planet-description.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-planet-description.hbs -------------------------------------------------------------------------------- /templates/item/item-planet-system.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-planet-system.hbs -------------------------------------------------------------------------------- /templates/item/item-sheet.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-sheet.hbs -------------------------------------------------------------------------------- /templates/item/item-skill-stunts.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-skill-stunts.hbs -------------------------------------------------------------------------------- /templates/item/item-spacecraft-crit.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-spacecraft-crit.hbs -------------------------------------------------------------------------------- /templates/item/item-spacecraftmods.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-spacecraftmods.hbs -------------------------------------------------------------------------------- /templates/item/item-spacecraftweapons.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-spacecraftweapons.hbs -------------------------------------------------------------------------------- /templates/item/item-specialty.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-specialty.hbs -------------------------------------------------------------------------------- /templates/item/item-talent.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-talent.hbs -------------------------------------------------------------------------------- /templates/item/item-weapon.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/item/item-weapon.hbs -------------------------------------------------------------------------------- /templates/system/alienprgSettings.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/templates/system/alienprgSettings.hbs -------------------------------------------------------------------------------- /tools/pullJSONtoLDB.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/tools/pullJSONtoLDB.mjs -------------------------------------------------------------------------------- /tools/pushLDBtoJSON.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/tools/pushLDBtoJSON.mjs -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/tsconfig.json -------------------------------------------------------------------------------- /ui/DsN/alien-dice-b0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/alien-dice-b0.png -------------------------------------------------------------------------------- /ui/DsN/alien-dice-b6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/alien-dice-b6.png -------------------------------------------------------------------------------- /ui/DsN/alien-dice-y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/alien-dice-y0.png -------------------------------------------------------------------------------- /ui/DsN/alien-dice-y1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/alien-dice-y1.png -------------------------------------------------------------------------------- /ui/DsN/alien-dice-y6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/alien-dice-y6.png -------------------------------------------------------------------------------- /ui/DsN/b1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/b1.png -------------------------------------------------------------------------------- /ui/DsN/b2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/b2.png -------------------------------------------------------------------------------- /ui/DsN/b3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/b3.png -------------------------------------------------------------------------------- /ui/DsN/b4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/b4.png -------------------------------------------------------------------------------- /ui/DsN/b5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/b5.png -------------------------------------------------------------------------------- /ui/DsN/y2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/y2.png -------------------------------------------------------------------------------- /ui/DsN/y3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/y3.png -------------------------------------------------------------------------------- /ui/DsN/y4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/y4.png -------------------------------------------------------------------------------- /ui/DsN/y5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/DsN/y5.png -------------------------------------------------------------------------------- /ui/alien-dice-b0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/alien-dice-b0.png -------------------------------------------------------------------------------- /ui/alien-dice-b6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/alien-dice-b6.png -------------------------------------------------------------------------------- /ui/alien-dice-y0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/alien-dice-y0.png -------------------------------------------------------------------------------- /ui/alien-dice-y1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/alien-dice-y1.png -------------------------------------------------------------------------------- /ui/alien-dice-y6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwatson100/alienrpg/HEAD/ui/alien-dice-y6.png --------------------------------------------------------------------------------