Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c180365a61 | |||
| ace607d05c | |||
| 8a5d1cc1d8 | |||
| 99d9cb435f | |||
| f57b016b46 | |||
| 09907dbbf7 |
@@ -343,24 +343,26 @@ i.fvtt-ftl-nomad {
|
||||
min-width: 5.2rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .character-main .character-pc .character-right .encumbrance {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .character-main .character-pc .character-right .encumbrance .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .character-main .character-pc .character-right .encumbrance label {
|
||||
min-width: 4rem;
|
||||
max-width: 4rem;
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .character-main .character-pc .character-right .encumbrance input {
|
||||
max-width: 3rem;
|
||||
min-width: 3rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .character-main .character-pc .character-right .encumbrance .character-credit input {
|
||||
max-width: 9rem;
|
||||
min-width: 9rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .character-main .character-pc .character-right .character-name {
|
||||
display: flex;
|
||||
}
|
||||
@@ -1123,6 +1125,12 @@ i.fvtt-ftl-nomad {
|
||||
.fvtt-ftl-nomad .vehicle-description .section-editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-description .section-editor .editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-description .section-editor .editor-content {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-description .biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
@@ -1301,6 +1309,7 @@ i.fvtt-ftl-nomad {
|
||||
}
|
||||
.fvtt-ftl-nomad .robot-main .robot-pc .robot-left {
|
||||
min-width: 180px;
|
||||
max-width: 180px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@@ -1315,6 +1324,14 @@ i.fvtt-ftl-nomad {
|
||||
width: auto;
|
||||
border: none;
|
||||
}
|
||||
.fvtt-ftl-nomad .robot-main .robot-pc .robot-left .robot-cost label {
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .robot-main .robot-pc .robot-left .robot-cost input {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .robot-main .robot-pc .robot-right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -1326,12 +1343,26 @@ i.fvtt-ftl-nomad {
|
||||
.fvtt-ftl-nomad .robot-main .robot-pc .robot-right .robot-name input {
|
||||
font-family: var(--font-title);
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
width: 400px;
|
||||
width: 380px;
|
||||
}
|
||||
.fvtt-ftl-nomad .robot-main .robot-pc .robot-right .robot-brain {
|
||||
min-width: 25rem;
|
||||
max-width: 25rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .robot-main .robot-pc .robot-right .robot-brain textarea {
|
||||
min-width: 23rem;
|
||||
max-width: 23rem;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
color: var(--color-dark-3);
|
||||
}
|
||||
.fvtt-ftl-nomad .robot-main .robot-pc .robot-right .main-stats {
|
||||
min-width: 25rem;
|
||||
max-width: 25rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .robot-main .robot-pc .robot-right .main-stats .encumbered {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
.fvtt-ftl-nomad .robot-main .robot-pc .robot-right .cargo label,
|
||||
.fvtt-ftl-nomad .robot-main .robot-pc .robot-right .capacity label {
|
||||
min-width: 4rem;
|
||||
@@ -1462,6 +1493,12 @@ i.fvtt-ftl-nomad {
|
||||
.fvtt-ftl-nomad .robot-description .section-editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .robot-description .section-editor .editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .robot-description .section-editor .editor-content {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .robot-description .biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
@@ -1682,6 +1719,10 @@ i.fvtt-ftl-nomad {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right .capacity .hull-field select {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right .capacity label {
|
||||
margin-left: 0.2rem;
|
||||
max-width: 7rem;
|
||||
@@ -1774,6 +1815,12 @@ i.fvtt-ftl-nomad {
|
||||
.fvtt-ftl-nomad .starship-description .section-editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-description .section-editor .editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-description .section-editor .editor-content {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-description .biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
@@ -2110,6 +2157,15 @@ i.fvtt-ftl-nomad {
|
||||
.fvtt-ftl-nomad .creature-biography .rank input {
|
||||
max-width: 4rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-biography .section-editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-biography .section-editor .editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-biography .section-editor .editor-content {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-biography .biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
|
||||
10
lang/en.json
10
lang/en.json
@@ -304,6 +304,15 @@
|
||||
"Gargantuan": "Gargantuan"
|
||||
},
|
||||
"FIELDS": {
|
||||
"enc": {
|
||||
"label": "Enc",
|
||||
"value": {
|
||||
"label": "Enc Curr."
|
||||
},
|
||||
"max": {
|
||||
"label": "Enc Max"
|
||||
}
|
||||
},
|
||||
"brain": {
|
||||
"label": "Brain"
|
||||
},
|
||||
@@ -486,6 +495,7 @@
|
||||
"max": "Max",
|
||||
"maximum": "Maximum",
|
||||
"modifier": "Modifier",
|
||||
"numericModifier": "Additionnal Modifier",
|
||||
"multiplier": "Multiplier",
|
||||
"newArmor": "New Armor",
|
||||
"newWeapon": "New Weapon",
|
||||
|
||||
@@ -144,6 +144,20 @@ export const MODIFIER_CHOICES = {
|
||||
"impossible6": { id: "impossible6", label: "FTLNOMAD.Label.Impossible6", value: "-6" }
|
||||
}
|
||||
|
||||
export const NUMERIC_MODIFIER_CHOICES = {
|
||||
"-5": { label: "-5", value: -5 },
|
||||
"-4": { label: "-4", value: -4 },
|
||||
"-3": { label: "-3", value: -3 },
|
||||
"-2": { label: "-2", value: -2 },
|
||||
"-1": { label: "-1", value: -1 },
|
||||
"0": { label: "0", value: 0 },
|
||||
"+1": { label: "+1", value: 1 },
|
||||
"+2": { label: "+2", value: 2 },
|
||||
"+3": { label: "+3", value: 3 },
|
||||
"+4": { label: "+4", value: 4 },
|
||||
"+5": { label: "+5", value: 5 }
|
||||
}
|
||||
|
||||
export const STARSHIP_HULL = {
|
||||
"pod": { id: "pod", label: "FTLNOMAD.Starship.Hull.Pod" },
|
||||
"micro": { id: "micro", label: "FTLNOMAD.Starship.Hull.Micro" },
|
||||
@@ -163,6 +177,7 @@ export const STARSHIP_HULL = {
|
||||
export const SYSTEM = {
|
||||
id: SYSTEM_ID,
|
||||
MODIFIER_CHOICES,
|
||||
NUMERIC_MODIFIER_CHOICES,
|
||||
ATTACK_MODIFIERS,
|
||||
TECH_AGES,
|
||||
WEAPON_TYPES,
|
||||
|
||||
@@ -66,7 +66,7 @@ export default class FTLNomadRoll extends Roll {
|
||||
fullFormula = `${options.formula} + ${options.damageModifier}D6 `
|
||||
} else {
|
||||
let mod = options.rollItem?.value || 0
|
||||
fullFormula = `${options.formula} + ${options.skillModifier}D + ${mod} + ${options.rangeModifier}D + ${options.numericModifier}D`
|
||||
fullFormula = `${options.formula} + ${options.skillModifier}D + ${mod} + ${options.rangeModifier}D + ${options.numericModifier}D + ${options.numericModifierSelect}`
|
||||
}
|
||||
// Replace all the "+ -" with "-"
|
||||
fullFormula = fullFormula.replace(/\+\s*\-/g, "- ")
|
||||
@@ -116,6 +116,7 @@ export default class FTLNomadRoll extends Roll {
|
||||
})
|
||||
|
||||
const choiceModifier = SYSTEM.MODIFIER_CHOICES
|
||||
const choiceNumericModifier = SYSTEM.NUMERIC_MODIFIER_CHOICES
|
||||
let choiceRangeModifier = {}
|
||||
let rangeModifier = 0
|
||||
if (options.weapon) {
|
||||
@@ -129,8 +130,10 @@ export default class FTLNomadRoll extends Roll {
|
||||
let damageModifier = "0"
|
||||
|
||||
let modifier = "0"
|
||||
let numericModifierSelect = 0
|
||||
options.skillModifier = 0
|
||||
options.numericModifier = 0
|
||||
options.numericModifierSelect = 0
|
||||
options.rangeModifier = rangeModifier
|
||||
options.damageModifier = damageModifier
|
||||
let fullFormula = `${formula} + ${options.rollItem.value}`
|
||||
@@ -152,6 +155,7 @@ export default class FTLNomadRoll extends Roll {
|
||||
rollModes,
|
||||
fieldRollMode,
|
||||
choiceModifier,
|
||||
choiceNumericModifier,
|
||||
choiceRangeModifier,
|
||||
choiceDamageModifier,
|
||||
rangeModifier,
|
||||
@@ -159,6 +163,7 @@ export default class FTLNomadRoll extends Roll {
|
||||
formula,
|
||||
hasTarget: options.hasTarget,
|
||||
modifier,
|
||||
numericModifierSelect,
|
||||
}
|
||||
const content = await foundry.applications.handlebars.renderTemplate("systems/fvtt-ftl-nomad/templates/roll-dialog.hbs", dialogContext)
|
||||
|
||||
@@ -189,6 +194,10 @@ export default class FTLNomadRoll extends Roll {
|
||||
options.skillModifier = Number(event.target.value)
|
||||
FTLNomadRoll.updateFullFormula(options)
|
||||
})
|
||||
$(".roll-numeric-modifier").change(event => {
|
||||
options.numericModifierSelect = Number(event.target.value)
|
||||
FTLNomadRoll.updateFullFormula(options)
|
||||
})
|
||||
$(".roll-damage-modifier").change(event => {
|
||||
options.damageModifier = Number(event.target.value)
|
||||
FTLNomadRoll.updateFullFormula(options)
|
||||
@@ -223,8 +232,10 @@ export default class FTLNomadRoll extends Roll {
|
||||
options.numericModifier = Number(rollData.numericModifier) || 0
|
||||
options.skillModifier = Number(rollData.skillModifier) || 0
|
||||
options.rangeModifier = Number(rollData.rangeModifier) || 0
|
||||
options.numericModifierSelect = Number(rollData.numericModifierSelect) || 0
|
||||
options.finalModifier = options.numericModifier + options.skillModifier + options.rangeModifier
|
||||
let mod = options.rollItem?.value || 0
|
||||
mod += options.numericModifierSelect
|
||||
|
||||
// Build the dice formula
|
||||
let diceFormula = "2d6"
|
||||
|
||||
@@ -49,7 +49,19 @@ export default class FTLNomadRobot extends foundry.abstract.TypeDataModel {
|
||||
|
||||
prepareDerivedData() {
|
||||
super.prepareDerivedData();
|
||||
|
||||
let encMax = this.durability + (2 * this.skills.physical.value)
|
||||
if (encMax !== this.enc.max) {
|
||||
this.enc.max = encMax
|
||||
}
|
||||
let enc = 0
|
||||
for (let i of this.parent.items) {
|
||||
if (i.system?.enc) {
|
||||
enc += i.system.enc
|
||||
}
|
||||
}
|
||||
if (enc !== this.enc.value) {
|
||||
this.enc.value = enc
|
||||
}
|
||||
}
|
||||
|
||||
isEncumbered() {
|
||||
|
||||
@@ -1 +1 @@
|
||||
MANIFEST-000086
|
||||
MANIFEST-000107
|
||||
|
||||
@@ -1,14 +1,7 @@
|
||||
2025/10/15-13:50:39.028219 7f189f7fe6c0 Recovering log #84
|
||||
2025/10/15-13:50:39.038979 7f189f7fe6c0 Delete type=3 #82
|
||||
2025/10/15-13:50:39.039047 7f189f7fe6c0 Delete type=0 #84
|
||||
2025/10/15-15:26:39.732570 7f189e7fc6c0 Level-0 table #89: started
|
||||
2025/10/15-15:26:39.736109 7f189e7fc6c0 Level-0 table #89: 12073 bytes OK
|
||||
2025/10/15-15:26:39.742312 7f189e7fc6c0 Delete type=0 #87
|
||||
2025/10/15-15:26:39.748688 7f189e7fc6c0 Manual compaction at level-0 from '!folders!AuBtSOj1mJmh88qx' @ 72057594037927935 : 1 .. '!items!zv9dwgL3p7ThQn7j' @ 0 : 0; will stop at '!items!zoE4ITyfl3od6hYD' @ 721 : 1
|
||||
2025/10/15-15:26:39.748706 7f189e7fc6c0 Compacting 1@0 + 1@1 files
|
||||
2025/10/15-15:26:39.753893 7f189e7fc6c0 Generated table #90@0: 316 keys, 126470 bytes
|
||||
2025/10/15-15:26:39.753929 7f189e7fc6c0 Compacted 1@0 + 1@1 files => 126470 bytes
|
||||
2025/10/15-15:26:39.760361 7f189e7fc6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
|
||||
2025/10/15-15:26:39.760492 7f189e7fc6c0 Delete type=2 #73
|
||||
2025/10/15-15:26:39.760637 7f189e7fc6c0 Delete type=2 #89
|
||||
2025/10/15-15:26:39.774069 7f189e7fc6c0 Manual compaction at level-0 from '!items!zoE4ITyfl3od6hYD' @ 721 : 1 .. '!items!zv9dwgL3p7ThQn7j' @ 0 : 0; will stop at (end)
|
||||
2025/10/27-20:06:28.536125 7f2a23fff6c0 Recovering log #105
|
||||
2025/10/27-20:06:28.547660 7f2a23fff6c0 Delete type=3 #103
|
||||
2025/10/27-20:06:28.547796 7f2a23fff6c0 Delete type=0 #105
|
||||
2025/10/27-20:07:11.806730 7f2a213ff6c0 Level-0 table #110: started
|
||||
2025/10/27-20:07:11.806798 7f2a213ff6c0 Level-0 table #110: 0 bytes OK
|
||||
2025/10/27-20:07:11.813240 7f2a213ff6c0 Delete type=0 #108
|
||||
2025/10/27-20:07:11.813543 7f2a213ff6c0 Manual compaction at level-0 from '!folders!AuBtSOj1mJmh88qx' @ 72057594037927935 : 1 .. '!items!zv9dwgL3p7ThQn7j' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2025/10/15-10:02:54.141015 7f189f7fe6c0 Recovering log #80
|
||||
2025/10/15-10:02:54.151620 7f189f7fe6c0 Delete type=3 #78
|
||||
2025/10/15-10:02:54.151691 7f189f7fe6c0 Delete type=0 #80
|
||||
2025/10/15-10:23:16.651592 7f189e7fc6c0 Level-0 table #85: started
|
||||
2025/10/15-10:23:16.651628 7f189e7fc6c0 Level-0 table #85: 0 bytes OK
|
||||
2025/10/15-10:23:16.657926 7f189e7fc6c0 Delete type=0 #83
|
||||
2025/10/15-10:23:16.664228 7f189e7fc6c0 Manual compaction at level-0 from '!folders!AuBtSOj1mJmh88qx' @ 72057594037927935 : 1 .. '!items!zv9dwgL3p7ThQn7j' @ 0 : 0; will stop at (end)
|
||||
2025/10/27-20:03:18.716726 7f2a22ffd6c0 Recovering log #101
|
||||
2025/10/27-20:03:18.728612 7f2a22ffd6c0 Delete type=3 #99
|
||||
2025/10/27-20:03:18.728755 7f2a22ffd6c0 Delete type=0 #101
|
||||
2025/10/27-20:06:09.635606 7f2a213ff6c0 Level-0 table #106: started
|
||||
2025/10/27-20:06:09.635675 7f2a213ff6c0 Level-0 table #106: 0 bytes OK
|
||||
2025/10/27-20:06:09.644064 7f2a213ff6c0 Delete type=0 #104
|
||||
2025/10/27-20:06:09.658912 7f2a213ff6c0 Manual compaction at level-0 from '!folders!AuBtSOj1mJmh88qx' @ 72057594037927935 : 1 .. '!items!zv9dwgL3p7ThQn7j' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
BIN
packs/ftl-nomad-items/MANIFEST-000107
Normal file
BIN
packs/ftl-nomad-items/MANIFEST-000107
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000064
|
||||
MANIFEST-000085
|
||||
|
||||
@@ -1,14 +1,7 @@
|
||||
2025/10/15-13:50:39.042685 7f18a4ffa6c0 Recovering log #62
|
||||
2025/10/15-13:50:39.052767 7f18a4ffa6c0 Delete type=3 #60
|
||||
2025/10/15-13:50:39.052843 7f18a4ffa6c0 Delete type=0 #62
|
||||
2025/10/15-15:26:39.665250 7f189e7fc6c0 Level-0 table #67: started
|
||||
2025/10/15-15:26:39.668457 7f189e7fc6c0 Level-0 table #67: 12881 bytes OK
|
||||
2025/10/15-15:26:39.674498 7f189e7fc6c0 Delete type=0 #65
|
||||
2025/10/15-15:26:39.688322 7f189e7fc6c0 Manual compaction at level-0 from '!actors!0FQ6XaRi24OorI21' @ 72057594037927935 : 1 .. '!folders!vRnrOJqSMlxbSgyX' @ 0 : 0; will stop at '!folders!HobFutlnH6HPTEfT' @ 93 : 1
|
||||
2025/10/15-15:26:39.688334 7f189e7fc6c0 Compacting 1@0 + 1@1 files
|
||||
2025/10/15-15:26:39.692347 7f189e7fc6c0 Generated table #68@0: 78 keys, 62826 bytes
|
||||
2025/10/15-15:26:39.692380 7f189e7fc6c0 Compacted 1@0 + 1@1 files => 62826 bytes
|
||||
2025/10/15-15:26:39.698356 7f189e7fc6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
|
||||
2025/10/15-15:26:39.698484 7f189e7fc6c0 Delete type=2 #51
|
||||
2025/10/15-15:26:39.698645 7f189e7fc6c0 Delete type=2 #67
|
||||
2025/10/15-15:26:39.709845 7f189e7fc6c0 Manual compaction at level-0 from '!folders!HobFutlnH6HPTEfT' @ 93 : 1 .. '!folders!vRnrOJqSMlxbSgyX' @ 0 : 0; will stop at (end)
|
||||
2025/10/27-20:06:28.555946 7f2a227fc6c0 Recovering log #83
|
||||
2025/10/27-20:06:28.567241 7f2a227fc6c0 Delete type=3 #81
|
||||
2025/10/27-20:06:28.567394 7f2a227fc6c0 Delete type=0 #83
|
||||
2025/10/27-20:07:11.791873 7f2a213ff6c0 Level-0 table #88: started
|
||||
2025/10/27-20:07:11.791940 7f2a213ff6c0 Level-0 table #88: 0 bytes OK
|
||||
2025/10/27-20:07:11.799353 7f2a213ff6c0 Delete type=0 #86
|
||||
2025/10/27-20:07:11.813499 7f2a213ff6c0 Manual compaction at level-0 from '!actors!0FQ6XaRi24OorI21' @ 72057594037927935 : 1 .. '!folders!vRnrOJqSMlxbSgyX' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2025/10/15-10:02:54.154455 7f18a4ffa6c0 Recovering log #58
|
||||
2025/10/15-10:02:54.164920 7f18a4ffa6c0 Delete type=3 #56
|
||||
2025/10/15-10:02:54.164970 7f18a4ffa6c0 Delete type=0 #58
|
||||
2025/10/15-10:23:16.644379 7f189e7fc6c0 Level-0 table #63: started
|
||||
2025/10/15-10:23:16.644413 7f189e7fc6c0 Level-0 table #63: 0 bytes OK
|
||||
2025/10/15-10:23:16.651461 7f189e7fc6c0 Delete type=0 #61
|
||||
2025/10/15-10:23:16.664216 7f189e7fc6c0 Manual compaction at level-0 from '!actors!3pydTJsM73Z4o0V6' @ 72057594037927935 : 1 .. '!folders!vRnrOJqSMlxbSgyX' @ 0 : 0; will stop at (end)
|
||||
2025/10/27-20:03:18.738218 7f2a23fff6c0 Recovering log #79
|
||||
2025/10/27-20:03:18.749460 7f2a23fff6c0 Delete type=3 #77
|
||||
2025/10/27-20:03:18.749597 7f2a23fff6c0 Delete type=0 #79
|
||||
2025/10/27-20:06:09.651196 7f2a213ff6c0 Level-0 table #84: started
|
||||
2025/10/27-20:06:09.651261 7f2a213ff6c0 Level-0 table #84: 0 bytes OK
|
||||
2025/10/27-20:06:09.658656 7f2a213ff6c0 Delete type=0 #82
|
||||
2025/10/27-20:06:09.658955 7f2a213ff6c0 Manual compaction at level-0 from '!actors!0FQ6XaRi24OorI21' @ 72057594037927935 : 1 .. '!folders!vRnrOJqSMlxbSgyX' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
BIN
packs/ftl-nomad-vehicles/MANIFEST-000085
Normal file
BIN
packs/ftl-nomad-vehicles/MANIFEST-000085
Normal file
Binary file not shown.
@@ -123,23 +123,27 @@
|
||||
}
|
||||
|
||||
.encumbrance {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
.form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
label {
|
||||
min-width: 4rem;
|
||||
max-width: 4rem;
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
}
|
||||
input {
|
||||
max-width: 3rem;
|
||||
min-width: 3rem;
|
||||
}
|
||||
.character-credit {
|
||||
input {
|
||||
max-width: 9rem;
|
||||
min-width: 9rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.character-name {
|
||||
|
||||
@@ -201,6 +201,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.section-editor {
|
||||
min-height: 10rem;
|
||||
.editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.editor-content {
|
||||
min-height: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
.biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
.robot-left {
|
||||
min-width: 180px;
|
||||
max-width: 180px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -33,6 +34,17 @@
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.robot-cost {
|
||||
label {
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
}
|
||||
input {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.robot-right {
|
||||
@@ -45,13 +57,28 @@
|
||||
input {
|
||||
font-family: var(--font-title);
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
width: 400px;
|
||||
width: 380px;
|
||||
}
|
||||
}
|
||||
|
||||
.robot-brain {
|
||||
min-width: 25rem;
|
||||
max-width: 25rem;
|
||||
textarea {
|
||||
min-width: 23rem;
|
||||
max-width: 23rem;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
color: var(--color-dark-3);
|
||||
}
|
||||
}
|
||||
|
||||
.main-stats {
|
||||
min-width: 25rem;
|
||||
max-width: 25rem;
|
||||
.encumbered {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.cargo,
|
||||
.capacity {
|
||||
@@ -198,6 +225,12 @@
|
||||
}
|
||||
.section-editor {
|
||||
min-height: 10rem;
|
||||
.editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.editor-content {
|
||||
min-height: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
.biodata {
|
||||
|
||||
@@ -68,6 +68,12 @@
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.hull-field {
|
||||
select {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
}
|
||||
label {
|
||||
margin-left: 0.2rem;
|
||||
max-width: 7rem;
|
||||
@@ -173,6 +179,12 @@
|
||||
|
||||
.section-editor {
|
||||
min-height: 10rem;
|
||||
.editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.editor-content {
|
||||
min-height: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
.biodata {
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.vehicle-right {
|
||||
@@ -136,8 +135,15 @@
|
||||
.field-label {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.section-editor {
|
||||
|
||||
.section-editor {
|
||||
min-height: 10rem;
|
||||
.editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.editor-content {
|
||||
min-height: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
.biodata {
|
||||
@@ -145,17 +151,16 @@
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 8px;
|
||||
label {
|
||||
min-width: 3.0rem;
|
||||
min-width: 3rem;
|
||||
}
|
||||
.feature {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
max-width: 18rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
max-width: 18rem;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.tab.vehicle-equipment .main-div {
|
||||
|
||||
@@ -113,7 +113,14 @@
|
||||
rootId=partId
|
||||
disabled=isPlayMode
|
||||
}}
|
||||
{{formField systemFields.credits value=system.credits rootId=partId}}
|
||||
<span class="character-credit">
|
||||
{{formField
|
||||
systemFields.credits
|
||||
value=system.credits
|
||||
rootId=partId
|
||||
disabled=isPlayMode
|
||||
}}
|
||||
</span>
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1,18 +1,33 @@
|
||||
<section class="tab creature-{{tab.id}} {{tab.cssClass}}" data-tab="{{tab.id}}" data-group="{{tab.group}}">
|
||||
<section
|
||||
class="tab creature-{{tab.id}} {{tab.cssClass}}"
|
||||
data-tab="{{tab.id}}"
|
||||
data-group="{{tab.group}}"
|
||||
>
|
||||
|
||||
<div class="main-div">
|
||||
<div class="main-div">
|
||||
|
||||
<fieldset>
|
||||
<legend>{{localize "FTLNOMAD.Label.description"}}</legend>
|
||||
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description"
|
||||
toggled=true}}
|
||||
</fieldset>
|
||||
<fieldset class="section-editor">
|
||||
<legend>{{localize "FTLNOMAD.Label.description"}}</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
value=system.description
|
||||
name="system.description"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>{{localize "FTLNOMAD.Label.notes"}}</legend>
|
||||
{{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true}}
|
||||
</fieldset>
|
||||
<fieldset class="section-editor">
|
||||
<legend>{{localize "FTLNOMAD.Label.notes"}}</legend>
|
||||
{{formInput
|
||||
systemFields.notes
|
||||
enriched=enrichedNotes
|
||||
value=system.notes
|
||||
name="system.notes"
|
||||
toggled=true
|
||||
}}
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
@@ -6,11 +6,16 @@
|
||||
<fieldset>
|
||||
<legend>Tech Age</legend>
|
||||
<div class="flexrow">
|
||||
{{formField systemFields.techAge value=system.techAge localize=true}}
|
||||
{{formField
|
||||
systemFields.techAge
|
||||
value=system.techAge
|
||||
localize=true
|
||||
disabled=isPlayMode
|
||||
}}
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<!-- <fieldset>
|
||||
<legend>{{localize "FTLNOMAD.Label.damages"}}</legend>
|
||||
<div class="text-center">
|
||||
<textarea
|
||||
@@ -21,7 +26,7 @@
|
||||
data-tooltip="{{localize 'FTLNOMAD.Tooltip.damages'}}"
|
||||
>{{system.damages}}</textarea>
|
||||
</div>
|
||||
</fieldset>
|
||||
</fieldset> -->
|
||||
|
||||
<fieldset class="section-editor">
|
||||
<legend>{{localize "FTLNOMAD.Label.description"}}</legend>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<fieldset>
|
||||
<legend>{{localize "FTLNOMAD.Label.robot"}}</legend>
|
||||
<div class="robot-pc robot-pc-{{ifThen isPlayMode 'play' 'edit'}}">
|
||||
|
||||
<div class="robot-left">
|
||||
<div class="robot-left-image">
|
||||
<img
|
||||
@@ -13,7 +14,19 @@
|
||||
data-tooltip="{{actor.name}}"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<fieldset class="robot-cost">
|
||||
<legend>Cost</legend>
|
||||
<div class="flexrow">
|
||||
{{formField
|
||||
systemFields.cost
|
||||
value=system.cost
|
||||
localize=true
|
||||
disabled=isPlayMode
|
||||
}}
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="robot-right">
|
||||
@@ -67,21 +80,41 @@
|
||||
}}
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
{{#if isEncumbered}}
|
||||
{{formField
|
||||
systemFields.cost
|
||||
value=system.cost
|
||||
localize=true
|
||||
disabled=isPlayMode
|
||||
systemFields.enc.fields.value
|
||||
value=system.enc.value
|
||||
rootId=partId
|
||||
disabled=true
|
||||
classes="encumbered"
|
||||
}}
|
||||
{{else}}
|
||||
{{formField
|
||||
systemFields.enc.fields.value
|
||||
value=system.enc.value
|
||||
rootId=partId
|
||||
disabled=true
|
||||
}}
|
||||
{{/if}}
|
||||
|
||||
{{formField
|
||||
systemFields.enc.fields.max
|
||||
value=system.enc.max
|
||||
rootId=partId
|
||||
disabled=isPlayMode
|
||||
}}
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="robot-brain">
|
||||
<legend>Brain</legend>
|
||||
<div class="flexrow">
|
||||
{{formField
|
||||
systemFields.brain
|
||||
value=system.brain
|
||||
localize=true
|
||||
classes="robot-brain"
|
||||
disabled=isPlayMode
|
||||
}}
|
||||
<textarea
|
||||
cols="64"
|
||||
rows="2"
|
||||
name="system.brain"
|
||||
data-tooltip="{{localize 'FTLNOMAD.Tooltip.brain'}}"
|
||||
{{#if isPlayMode}}disabled{{/if}}>{{system.brain}}</textarea>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
<select name="modifier" class="roll-skill-modifier">
|
||||
{{selectOptions choiceModifier selected=modifier localize=true}}
|
||||
</select>
|
||||
<label>{{localize "FTLNOMAD.Label.numericModifier"}}</label>
|
||||
<select name="numericModifierSelect" class="roll-numeric-modifier">
|
||||
{{selectOptions choiceNumericModifier selected=numericModifierSelect}}
|
||||
</select>
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq rollType "weapon")}}
|
||||
|
||||
@@ -58,20 +58,13 @@
|
||||
|
||||
<fieldset class="capacity">
|
||||
<legend>{{localize "FTLNOMAD.Label.capacity"}}</legend>
|
||||
<div class="flexrow">
|
||||
<div class="flexrow hull-field">
|
||||
{{formField
|
||||
systemFields.hullType
|
||||
value=system.hullType
|
||||
localize=true
|
||||
disabled=isPlayMode
|
||||
}}
|
||||
{{formField
|
||||
systemFields.travelMultiplier
|
||||
value=system.travelMultiplier
|
||||
localize=true
|
||||
disabled=isPlayMode
|
||||
}}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="flexrow-guns">
|
||||
@@ -87,6 +80,14 @@
|
||||
localize=true
|
||||
disabled=isPlayMode
|
||||
}}
|
||||
|
||||
{{formField
|
||||
systemFields.travelMultiplier
|
||||
value=system.travelMultiplier
|
||||
localize=true
|
||||
disabled=isPlayMode
|
||||
}}
|
||||
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
|
||||
@@ -6,7 +6,12 @@
|
||||
<fieldset>
|
||||
<legend>{{localize "FTLNOMAD.Label.techAge"}}</legend>
|
||||
<div class="flexrow">
|
||||
{{formField systemFields.techAge value=system.techAge localize=true}}
|
||||
{{formField
|
||||
systemFields.techAge
|
||||
value=system.techAge
|
||||
localize=true
|
||||
disabled=isPlayMode
|
||||
}}
|
||||
|
||||
{{formField
|
||||
systemFields.cost
|
||||
|
||||
Reference in New Issue
Block a user