Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions css/torgeternity.css
Original file line number Diff line number Diff line change
Expand Up @@ -4786,4 +4786,68 @@ aside.carry-type-menu {
background: #444;
}
}
}

.torgeternity-active-effects.scrollable{
--scroll-margin: 0.75rem;
margin-right: calc(-1 * var(--scroll-margin));
padding-right: var(--scroll-margin);
overflow: hidden auto;
scrollbar-gutter: stable;
}

.torgeternity-active-effects.changes {
.scrollable {
display: flex;
flex-direction: column;
gap: 8px; /* Breathing room between rows */
padding: 0;
margin: 0;
list-style: none;
align-items: flex-start;
}

.change-row {
display: flex;
align-items: center;
gap: 10px;
width: 100%;
}

.change-row select {
flex: 9;
height:2rem;
}

.change-row .value-input {
flex: 1;
height:2rem;
}

.change-button {
border: 1px solid;
margin: 1rem 0;
padding: 16px 12px;
}

.torgchange-section{
border: 1px solid;
padding: 0.5rem;
border-radius: 0.5rem;
margin: 0.5rem 0;

h3 {
transform: translate(0, -1rem);
background: var(--color-cool-5);
display: block;
width: auto;
padding: 0 0.8rem;
display: inline-block;
}

h4{
color: var(--color-form-label);
margin: 12px 0;
}
}
}
91 changes: 89 additions & 2 deletions lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"EFFECT": {
"TABS": {
"torg": "Torg Eternity"
"torg": "Torg Eternity",
"torgChanges": "Torg Changes"
}
},
"CHAT": {
Expand Down Expand Up @@ -53,6 +54,12 @@
"applyIfDefendTrait": {
"label": "Anwenden bei Verteidiger-Eigenschaft",
"hint": "Effekt wird nur angewendet, wenn der angegriffene Token (das Ziel) einen der angegebenen Eigenschaften besitzt."
},
"skillsFavour": {
"label": "Bevorzugte Fertigkeiten:"
},
"attributesFavor": {
"label": "Bevorzugte Attribute:"
}
}
},
Expand Down Expand Up @@ -334,6 +341,29 @@
"sub": "Das Opfer erhält sofort eine letzte, dramatische Aktion, bevor es abtritt. Verwundungsmalusse werden hierbei ignoriert."
}
},
"defenses": {
"dodge": "Ausweichen",
"meleeWeapons": "Nahkampfwaffe",
"unarmedCombat": "Waffenloser Kampf",
"intimidation": "Einschüchtern",
"maneuver": "Manövrieren",
"taunt": "Verspotten",
"trick": "Tricksen",
"armor": "Rüstung",
"toughness": "Robustheit",
"damageTraits" : {
"energyArmor": "Rüstung gegen Energieschaden",
"energyDefense": "Resistenz gegen Energieschaden",
"fireArmor": "Rüstung gegen Feuerschaden",
"fireDefense": "Resistenz gegen Feuerschaden",
"forceArmor": "Rüstung gegen Kraftschaden",
"forceDefense": "Resistenz gegen Kraftschaden",
"iceArmor": "Rüstung gegen Eisschaden",
"iceDefense": "Resistenz gegen Eisschaden",
"lightningArmor": "Rüstung gegen Blitzschaden",
"lightningDefense": "Resistenz gegen Blitzschaden"
}
},
"dialogPrompts": {
"cardPooled": "Im Aktionenpool?",
"cosmDeckDialogLabel": "Ziehe",
Expand Down Expand Up @@ -664,6 +694,13 @@
"reachedMaximumAttr": "Du hast das Attributsmaximum, dass dein Volk vorgibt, erreicht. Eine weitere Erhöhung ist nicht möglich.",
"clipEmpty": "Diese Munition ist leer und kann nicht zum Nachladen verwendet werden."
},
"otherActiveEffectsChanges": {
"movement": "Movement",
"health": "Heatlh",
"damageAndTest": "Damages and Test",
"axiomsAndReality": "Axioms and Reality",
"others": "Others"
},
"packs": {
"basicRules": "torgeternity.system-de-basisregeln",
"decks": "torgeternity.system-de-grundkarten"
Expand Down Expand Up @@ -1175,7 +1212,57 @@
"backlash2Tooltip": "1 Schock anwenden",
"backlash3Tooltip": "Sehr Angeschlagen anwenden",
"additionalDamage": "+ Schaden",
"bonusDice": "BW im Voraus würfeln"
"bonusDice": "BW im Voraus würfeln",
"activeEffect": {
"skills": {
"title": "Fertigkeiten",
"description": "Wenn du Fertigkeitsboni ändern oder sie als bevorzugt markieren möchtest.",
"skillAdds": {
"label": "Fertigkeitsboni:",
"cta": "+ Fertigkeitsbonus hinzufügen"
},
"skillsFavour": {
"label": "Bevorzugte Fertigkeiten:"
}
},
"attributes": {
"title": "Attribute",
"description": "Wenn du Attributswerte ändern oder sie als bevorzugt markieren möchtest.",
"attributesValue": {
"label": "Attributswerte:",
"cta": "+ Attributswert-Änderung hinzufügen"
},
"attributesFavor": {
"label": "Bevorzugte Attribute:"
}
},
"defenses": {
"title": "Verteidigung",
"description": "Wenn du Rüstungs- oder Widerstandswerte global oder gegen bestimmte Elemente ändern möchtest.",
"defensesMod": {
"label": "Verteidigungsmodifikator",
"cta": "+ Verteidigungsmodifikator hinzufügen"
},
"elements": {
"label": "Elementare Verteidigung",
"cta": "+ Elementaren Verteidigungsmodifikator hinzufügen"
}
},
"other": {
"title": "Sonstiges",
"description": "Sonstige Änderungen, die nicht kategorisiert werden können, wie Möglichkeiten, Axiome, Gesundheit, Bewegung usw. Diese wurden hier zusammengefasst.",
"otherChanges": {
"label": "Sonstige Änderung",
"cta": "+ Sonstige Änderung hinzufügen"
}
}
}
},
"skillGroup": {
"combat": "Kampf",
"power": "Kräfte",
"vehicle": "Fahrzeuge",
"other": "Sonstiges"
},
"sizes": {
"large": "Groß",
Expand Down
91 changes: 89 additions & 2 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"EFFECT": {
"TABS": {
"torg": "Torg Eternity"
"torg": "Torg Eternity",
"torgChanges": "Torg Changes"
}
},
"TYPES": {
Expand Down Expand Up @@ -47,6 +48,12 @@
"applyIfDefendTrait": {
"label": "Apply If Defend Trait",
"hint": "Apply the effect only if the attacked token (the target) has one of these traits"
},
"skillsFavor":{
"label": "Skills Favored:"
},
"attributesFavor": {
"label": "Attributes Favored:"
}
}
},
Expand Down Expand Up @@ -328,6 +335,29 @@
"sub": "You get one final, dramatic action before expiring (ignoring wound penalties)"
}
},
"defenses": {
"dodge": "Dodge",
"meleeWeapons": "Melee Weapons",
"unarmedCombat": "Unarmed Combat",
"intimidation": "Intimidation",
"maneuver": "Maneuver",
"taunt": "Taunt",
"trick": "Trick",
"armor": "Armor",
"toughness": "Toughness",
"damageTraits" : {
"energyArmor": "Armor against Energy Damage",
"energyDefense": "Toughness against Energy Dame",
"fireArmor": "Armor against Fire Damage",
"fireDefense": "Toughness against Fire Damage",
"forceArmor": "Armor against Force Damage",
"forceDefense": "Toughness against Force Damage",
"iceArmor": "Armor against Ice Damage",
"iceDefense": "Toughness against Ice Damage",
"lightningArmor": "Armor against Lightning Damage",
"lightningDefense": "Toughness against Lightning Damage"
}
},
"dialogPrompts": {
"cardPooled": "In Pool?",
"cosmDeckDialogLabel": "Draw",
Expand Down Expand Up @@ -658,6 +688,13 @@
"reachedMaximumAttr": "You have reached the attribute maximum specified by your race. A further increase is not possible.",
"clipEmpty": "This ammunition is empty and cannot be used for reloading."
},
"otherActiveEffectsChanges": {
"movement": "Movement",
"health": "Heatlh",
"damageAndTest": "Damages and Test",
"axiomsAndReality": "Axioms and Reality",
"others": "Others"
},
"packs": {
"basicRules": "torgeternity.basic-rules",
"decks": "torgeternity.core-card-set"
Expand Down Expand Up @@ -1169,7 +1206,57 @@
"backlash2Tooltip": "Apply 1 shock",
"backlash3Tooltip": "Apply Very Stymied",
"additionalDamage": "Additional damage preset",
"bonusDice": "Rolled Bonus-Dice in advance"
"bonusDice": "Rolled Bonus-Dice in advance",
"activeEffect": {
"skills": {
"title": "Skills",
"description": "If you want to modify adds to skills or make them favored.",
"skillAdds": {
"label": "Skills adds:",
"cta": "+ Add a skill adds change"
},
"skillsFavour": {
"label": "Skills Favored:"
}
},
"attributes": {
"title": "Attributes",
"description": "If you want to modify attributes value or make them favored.",
"attributesValue": {
"label": "Attributes values:",
"cta": "+ Add an attribute value change"
},
"attributesFavor": {
"label": "Attributes Favored:"
}
},
"defenses": {
"title": "Defenses",
"description": "If you want to modify Armor or Toughness modifier globally or against certain elements",
"defensesMod": {
"label": "Defenses modifier",
"cta": "+ Add a Defense modifier"
},
"elements": {
"label": "Elemental defense",
"cta": "+ Add an Elemental defense modifier"
}
},
"other": {
"title": "Miscellaneous",
"description": "Other changes cannot be categorized such as Possibilities, Axiom, Health, Movement, etc. Those have been regrouped here.",
"otherChanges": {
"label": "Other change",
"cta": "+ Add a Miscellaneous change"
}
}
}
},
"skillGroup": {
"combat": "Combat",
"power": "Power",
"vehicle": "Vehicles",
"other": "Other"
},
"sizes": {
"large": "Large",
Expand Down
3 changes: 2 additions & 1 deletion lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"EFFECT": {
"TABS": {
"torg": "Torg Eternity"
"torg": "Torg Eternity",
"torgChanges": "Changes"
}
},
"CHAT": {
Expand Down
Loading