itteerde / ep2eFVTT

Eclipse Phase 2nd Edition Foundry VTT -- Tablerules and Configuration Module
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Statuses #20

Open itteerde opened 11 months ago

itteerde commented 11 months ago

The Statuses should match the game.

itteerde commented 11 months ago

@PhDaveMil need to specify which statuses (conditions) we want to have (for starters). Will provide a list of the default ones as soon as I find where they are. Most of them probably should go away.

itteerde commented 11 months ago

CONFIG.statusEffects

itteerde commented 11 months ago
[
    "dead",
    "unconscious",
    "sleep",
    "stun",
    "prone",
    "restrain",
    "paralysis",
    "fly",
    "blind",
    "deaf",
    "silence",
    "fear",
    "burning",
    "frozen",
    "shock",
    "corrode",
    "bleeding",
    "disease",
    "poison",
    "curse",
    "regen",
    "degen",
    "upgrade",
    "downgrade",
    "invisible",
    "target",
    "eye",
    "bless",
    "fireShield",
    "coldShield",
    "magicShield",
    "holyShield"
]
itteerde commented 10 months ago

CONFIG.statusEffects

PhDaveMil commented 10 months ago

[ "dead", "unconscious", "sleep", "stun", "prone", "restrain", "paralysis", "fly", "blind", "deaf", "burning", "frozen", "shock", "corrode", "disease", "poison", "upgrade", "downgrade", "invisible", "target", ]

I can see potential uses for these. The others need to go and be replaced with real conditions from the game.

itteerde commented 10 months ago

https://discord.com/channels/170995199584108546/722559135371231352/1193587451093069956

itteerde commented 10 months ago

Lists above implemented, comment below, not edit above, for further changes, including images to be changed (which I am assuming will be a thing we want) @PhDaveMil @Taseabridge

PhDaveMil commented 10 months ago

Please change the mouseover for the following items in the status list:

Disease to Diseased Downgrade to Downgraded Upgrade to Upgraded Target to Targeted/Targeting (and it should probably be split into two statuses, one of which is Targeted and the other of which is Targeting).

itteerde commented 10 months ago

Please change the mouseover for the following items in the status list:

Disease to Diseased Downgrade to Downgraded Upgrade to Upgraded Target to Targeted/Targeting (and it should probably be split into two statuses, one of which is Targeted and the other of which is Targeting).

done. for further changes new comment @PhDaveMil

itteerde commented 9 months ago

https://discord.com/channels/170995199584108546/722559135371231352/1196499281281024051

itteerde commented 9 months ago
#token-hud .status-effects {
  grid-template-columns: repeat(6, 25px);
  width: 150px;
}
itteerde commented 7 months ago

done, reopen if changes needed (like we figure out what we want to keep)

itteerde commented 7 months ago

Add Concentrating

itteerde commented 6 months ago
PhDaveMil commented 6 months ago

For the purpose of effectively running mesh activities, we will need to add the following conditions that can be added to a token:

itteerde commented 6 months ago

should review this and make proper icons asap. don't think it is nice to play with that for long

image

itteerde commented 6 months ago