Skip to content

kbender84/token-action-hud-coriolis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A plug-in module for the module Token Action HUD Core which adds support for the Coriolis System.

Behaviour reminders from HUD Core

A plug-in module for the module Token Action HUD Core

coriolis_hud

Adds actor actions in form of HUD overlay over the game scene. Now majority of your character and ship actions can be performed without opening the actor sheet!

Version 1.0 supports Player character and NPC actions including rolls for crittical injuries:

coriolis_crittical_injury.mp4

It also adds Ship character sheet to the HUD:

coriolis_ship_1.mp4

Adds the Armor roll and Crittical damage rolls:

coriolis_ship_initiative.mp4

I have implemented initiative that is closer to the Coriolis rules for starship than the default one. (Default one just rolls d6.d6, new one rolls (Empathy + Command) d6, picks the highest dice, puts it as front digit, and checks number of it's occurences, and sets it as second digit. I.e, if your Capitan has 4 Empathy and 3 Command, it will roll 7d6. If the result is [ 6, 6, 5, 4, 3, 2, 1], then initiative score is: 6 (highest roll), .2 (two 6 rolled) = 6.2. It gives higher results than the default d6.d6 formula, and promotes experienced Capitans.

coriolis_ship_initiative.mp4

And last, but not least, the weapon rolls. Using HUD you don't have to remember all the attributes and bonuses of weapon rolled. The HUD will take gunners Agility + Ranged Combat + Ship Weapon Bonus and combine that all in one roll.

coriolis_ship_weapon.mp4

Enjoy!

If you like my work, and would like to support me, you can became my patron on https://www.patreon.com/benderworks

This software is released under the MIT license.