Minor fixes
This commit is contained in:
parent
4070093cdb
commit
534aa47b7b
@ -582,6 +582,7 @@ i.lethalfantasy {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
min-width: 20rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-combat .shields .shield {
|
||||
display: flex;
|
||||
@ -594,7 +595,7 @@ i.lethalfantasy {
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.lethalfantasy .tab.character-combat .shields .item-detail {
|
||||
min-width: 2rem;
|
||||
min-width: 2.5rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-combat .shields .name {
|
||||
min-width: 12rem;
|
||||
@ -631,8 +632,9 @@ i.lethalfantasy {
|
||||
}
|
||||
.lethalfantasy .tab.character-spells .spells {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-spells .spells .spell {
|
||||
display: flex;
|
||||
@ -683,8 +685,9 @@ i.lethalfantasy {
|
||||
}
|
||||
.lethalfantasy .tab.character-miracles .miracles {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-miracles .miracles .miracle {
|
||||
display: flex;
|
||||
|
@ -221,19 +221,20 @@ export default class LethalFantasyRoll extends Roll {
|
||||
options.rollTarget.value = options.rollTarget.actorModifiers.levelSpellModifier + options.rollTarget.actorModifiers.intSpellModifier
|
||||
options.rollTarget.charModifier = options.rollTarget.actorModifiers.intSpellModifier
|
||||
hasStaticModifier = options.rollType === "spell-power"
|
||||
hasModifier = options.rollType !== "spell-attack"
|
||||
options.rollTarget.staticModifier = options.rollTarget.actorLevel
|
||||
|
||||
} else if (options.rollType === "miracle" || options.rollType === "miracle-attack" || options.rollType === "spell-power") {
|
||||
} else if (options.rollType === "miracle" || options.rollType === "miracle-attack" || options.rollType === "miracle-power") {
|
||||
hasD30 = true
|
||||
options.rollName = options.rollTarget.name
|
||||
dice = "1D20"
|
||||
baseFormula = "D20"
|
||||
maxValue = 20
|
||||
hasModifier = true
|
||||
hasChangeDice = false
|
||||
options.rollTarget.value = options.rollTarget.actorModifiers.levelMiracleModifier + options.rollTarget.actorModifiers.chaMiracleModifier
|
||||
options.rollTarget.charModifier = options.rollTarget.actorModifiers.chaMiracleModifier
|
||||
hasStaticModifier = options.rollType === "spell-power"
|
||||
hasModifier = options.rollType !== "miracle-attack"
|
||||
options.rollTarget.staticModifier = options.rollTarget.actorLevel
|
||||
|
||||
} else if (options.rollType === "shield-roll") {
|
||||
|
@ -15,7 +15,7 @@ export default class LethalFantasyMiracle extends foundry.abstract.TypeDataModel
|
||||
...requiredInteger,
|
||||
initial: 1,
|
||||
min: 1,
|
||||
max: 20,
|
||||
max: 25,
|
||||
})
|
||||
schema.components = new fields.SchemaField({
|
||||
verbal: new fields.BooleanField(),
|
||||
|
@ -19,6 +19,8 @@ export default class LethalFantasySpell extends foundry.abstract.TypeDataModel {
|
||||
})
|
||||
|
||||
schema.cost = new fields.NumberField({ ...requiredInteger, required: true, initial: 0, min: 0 })
|
||||
schema.memorized = new fields.BooleanField({ required: true, initial: false })
|
||||
|
||||
schema.components = new fields.SchemaField({
|
||||
verbal: new fields.BooleanField(),
|
||||
somatic: new fields.BooleanField(),
|
||||
|
@ -1 +1 @@
|
||||
MANIFEST-000155
|
||||
MANIFEST-000163
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/07-16:34:05.730976 7fd3049f96c0 Recovering log #153
|
||||
2025/02/07-16:34:05.789986 7fd3049f96c0 Delete type=3 #151
|
||||
2025/02/07-16:34:05.790047 7fd3049f96c0 Delete type=0 #153
|
||||
2025/02/07-16:37:31.289294 7fd2febff6c0 Level-0 table #158: started
|
||||
2025/02/07-16:37:31.289337 7fd2febff6c0 Level-0 table #158: 0 bytes OK
|
||||
2025/02/07-16:37:31.336559 7fd2febff6c0 Delete type=0 #156
|
||||
2025/02/07-16:37:31.458940 7fd2febff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
2025/02/07-16:37:31.458968 7fd2febff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
2025/02/09-00:22:48.003450 7f46ac7f86c0 Recovering log #161
|
||||
2025/02/09-00:22:48.018643 7f46ac7f86c0 Delete type=3 #159
|
||||
2025/02/09-00:22:48.018714 7f46ac7f86c0 Delete type=0 #161
|
||||
2025/02/09-00:29:06.730919 7f46abbff6c0 Level-0 table #166: started
|
||||
2025/02/09-00:29:06.730977 7f46abbff6c0 Level-0 table #166: 0 bytes OK
|
||||
2025/02/09-00:29:06.788041 7f46abbff6c0 Delete type=0 #164
|
||||
2025/02/09-00:29:06.953135 7f46abbff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
2025/02/09-00:29:06.953183 7f46abbff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/06-10:14:34.569454 7ffae7fff6c0 Recovering log #149
|
||||
2025/02/06-10:14:34.654202 7ffae7fff6c0 Delete type=3 #147
|
||||
2025/02/06-10:14:34.654269 7ffae7fff6c0 Delete type=0 #149
|
||||
2025/02/06-10:23:45.931839 7ffae6bff6c0 Level-0 table #154: started
|
||||
2025/02/06-10:23:45.931895 7ffae6bff6c0 Level-0 table #154: 0 bytes OK
|
||||
2025/02/06-10:23:45.938070 7ffae6bff6c0 Delete type=0 #152
|
||||
2025/02/06-10:23:45.938269 7ffae6bff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
2025/02/06-10:23:45.938320 7ffae6bff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
2025/02/08-21:49:26.702095 7f46adffb6c0 Recovering log #157
|
||||
2025/02/08-21:49:26.754932 7f46adffb6c0 Delete type=3 #155
|
||||
2025/02/08-21:49:26.754990 7f46adffb6c0 Delete type=0 #157
|
||||
2025/02/08-21:50:08.853716 7f46abbff6c0 Level-0 table #162: started
|
||||
2025/02/08-21:50:08.853754 7f46abbff6c0 Level-0 table #162: 0 bytes OK
|
||||
2025/02/08-21:50:08.899711 7f46abbff6c0 Delete type=0 #160
|
||||
2025/02/08-21:50:09.023376 7f46abbff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
2025/02/08-21:50:09.023414 7f46abbff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000154
|
||||
MANIFEST-000162
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/07-16:34:05.798797 7fd2fffff6c0 Recovering log #152
|
||||
2025/02/07-16:34:05.859330 7fd2fffff6c0 Delete type=3 #150
|
||||
2025/02/07-16:34:05.859381 7fd2fffff6c0 Delete type=0 #152
|
||||
2025/02/07-16:37:31.399039 7fd2febff6c0 Level-0 table #157: started
|
||||
2025/02/07-16:37:31.399068 7fd2febff6c0 Level-0 table #157: 0 bytes OK
|
||||
2025/02/07-16:37:31.458815 7fd2febff6c0 Delete type=0 #155
|
||||
2025/02/07-16:37:31.458961 7fd2febff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
2025/02/07-16:37:31.458980 7fd2febff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
2025/02/09-00:22:48.022227 7f46acff96c0 Recovering log #160
|
||||
2025/02/09-00:22:48.039352 7f46acff96c0 Delete type=3 #158
|
||||
2025/02/09-00:22:48.039406 7f46acff96c0 Delete type=0 #160
|
||||
2025/02/09-00:29:06.900070 7f46abbff6c0 Level-0 table #165: started
|
||||
2025/02/09-00:29:06.900100 7f46abbff6c0 Level-0 table #165: 0 bytes OK
|
||||
2025/02/09-00:29:06.953004 7f46abbff6c0 Delete type=0 #163
|
||||
2025/02/09-00:29:06.953173 7f46abbff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
2025/02/09-00:29:06.953216 7f46abbff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/06-10:14:34.672628 7ffae77fe6c0 Recovering log #148
|
||||
2025/02/06-10:14:34.785331 7ffae77fe6c0 Delete type=3 #146
|
||||
2025/02/06-10:14:34.785427 7ffae77fe6c0 Delete type=0 #148
|
||||
2025/02/06-10:23:45.924668 7ffae6bff6c0 Level-0 table #153: started
|
||||
2025/02/06-10:23:45.924700 7ffae6bff6c0 Level-0 table #153: 0 bytes OK
|
||||
2025/02/06-10:23:45.931703 7ffae6bff6c0 Delete type=0 #151
|
||||
2025/02/06-10:23:45.938255 7ffae6bff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
2025/02/06-10:23:45.938308 7ffae6bff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
2025/02/08-21:49:26.758734 7f46ac7f86c0 Recovering log #156
|
||||
2025/02/08-21:49:26.807853 7f46ac7f86c0 Delete type=3 #154
|
||||
2025/02/08-21:49:26.807931 7f46ac7f86c0 Delete type=0 #156
|
||||
2025/02/08-21:50:08.937023 7f46abbff6c0 Level-0 table #161: started
|
||||
2025/02/08-21:50:08.937043 7f46abbff6c0 Level-0 table #161: 0 bytes OK
|
||||
2025/02/08-21:50:08.980987 7f46abbff6c0 Delete type=0 #159
|
||||
2025/02/08-21:50:09.023396 7f46abbff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
2025/02/08-21:50:09.023436 7f46abbff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs-system/lf-gifts/MANIFEST-000162
Normal file
BIN
packs-system/lf-gifts/MANIFEST-000162
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000154
|
||||
MANIFEST-000162
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/07-16:34:05.660401 7fd3051fa6c0 Recovering log #152
|
||||
2025/02/07-16:34:05.725488 7fd3051fa6c0 Delete type=3 #150
|
||||
2025/02/07-16:34:05.725551 7fd3051fa6c0 Delete type=0 #152
|
||||
2025/02/07-16:37:31.336692 7fd2febff6c0 Level-0 table #157: started
|
||||
2025/02/07-16:37:31.336722 7fd2febff6c0 Level-0 table #157: 0 bytes OK
|
||||
2025/02/07-16:37:31.398900 7fd2febff6c0 Delete type=0 #155
|
||||
2025/02/07-16:37:31.458952 7fd2febff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
2025/02/07-16:37:31.458986 7fd2febff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
2025/02/09-00:22:47.986326 7f46adffb6c0 Recovering log #160
|
||||
2025/02/09-00:22:48.000956 7f46adffb6c0 Delete type=3 #158
|
||||
2025/02/09-00:22:48.001008 7f46adffb6c0 Delete type=0 #160
|
||||
2025/02/09-00:29:06.788155 7f46abbff6c0 Level-0 table #165: started
|
||||
2025/02/09-00:29:06.788178 7f46abbff6c0 Level-0 table #165: 0 bytes OK
|
||||
2025/02/09-00:29:06.840912 7f46abbff6c0 Delete type=0 #163
|
||||
2025/02/09-00:29:06.953151 7f46abbff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
2025/02/09-00:29:06.953189 7f46abbff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/06-10:14:34.503531 7ffaed3fa6c0 Recovering log #148
|
||||
2025/02/06-10:14:34.555435 7ffaed3fa6c0 Delete type=3 #146
|
||||
2025/02/06-10:14:34.555505 7ffaed3fa6c0 Delete type=0 #148
|
||||
2025/02/06-10:23:45.917882 7ffae6bff6c0 Level-0 table #153: started
|
||||
2025/02/06-10:23:45.917923 7ffae6bff6c0 Level-0 table #153: 0 bytes OK
|
||||
2025/02/06-10:23:45.924532 7ffae6bff6c0 Delete type=0 #151
|
||||
2025/02/06-10:23:45.938239 7ffae6bff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
2025/02/06-10:23:45.938295 7ffae6bff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
2025/02/08-21:49:26.648884 7f46ad7fa6c0 Recovering log #156
|
||||
2025/02/08-21:49:26.695829 7f46ad7fa6c0 Delete type=3 #154
|
||||
2025/02/08-21:49:26.695891 7f46ad7fa6c0 Delete type=0 #156
|
||||
2025/02/08-21:50:08.899837 7f46abbff6c0 Level-0 table #161: started
|
||||
2025/02/08-21:50:08.899865 7f46abbff6c0 Level-0 table #161: 0 bytes OK
|
||||
2025/02/08-21:50:08.936919 7f46abbff6c0 Delete type=0 #159
|
||||
2025/02/08-21:50:09.023387 7f46abbff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
2025/02/08-21:50:09.023420 7f46abbff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs-system/lf-skills/MANIFEST-000162
Normal file
BIN
packs-system/lf-skills/MANIFEST-000162
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000154
|
||||
MANIFEST-000162
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/07-16:34:05.875578 7fd2ff7fe6c0 Recovering log #152
|
||||
2025/02/07-16:34:05.953534 7fd2ff7fe6c0 Delete type=3 #150
|
||||
2025/02/07-16:34:05.953877 7fd2ff7fe6c0 Delete type=0 #152
|
||||
2025/02/07-16:37:31.250358 7fd2febff6c0 Level-0 table #157: started
|
||||
2025/02/07-16:37:31.250517 7fd2febff6c0 Level-0 table #157: 0 bytes OK
|
||||
2025/02/07-16:37:31.289065 7fd2febff6c0 Delete type=0 #155
|
||||
2025/02/07-16:37:31.458928 7fd2febff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
2025/02/07-16:37:31.458974 7fd2febff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
2025/02/09-00:22:48.041933 7f46ad7fa6c0 Recovering log #160
|
||||
2025/02/09-00:22:48.057731 7f46ad7fa6c0 Delete type=3 #158
|
||||
2025/02/09-00:22:48.057804 7f46ad7fa6c0 Delete type=0 #160
|
||||
2025/02/09-00:29:06.841056 7f46abbff6c0 Level-0 table #165: started
|
||||
2025/02/09-00:29:06.841088 7f46abbff6c0 Level-0 table #165: 0 bytes OK
|
||||
2025/02/09-00:29:06.899934 7f46abbff6c0 Delete type=0 #163
|
||||
2025/02/09-00:29:06.953163 7f46abbff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
2025/02/09-00:29:06.953208 7f46abbff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/06-10:14:34.802017 7ffaecbf96c0 Recovering log #148
|
||||
2025/02/06-10:14:34.896611 7ffaecbf96c0 Delete type=3 #146
|
||||
2025/02/06-10:14:34.896680 7ffaecbf96c0 Delete type=0 #148
|
||||
2025/02/06-10:23:45.911293 7ffae6bff6c0 Level-0 table #153: started
|
||||
2025/02/06-10:23:45.911347 7ffae6bff6c0 Level-0 table #153: 0 bytes OK
|
||||
2025/02/06-10:23:45.917684 7ffae6bff6c0 Delete type=0 #151
|
||||
2025/02/06-10:23:45.938219 7ffae6bff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
2025/02/06-10:23:45.938282 7ffae6bff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
2025/02/08-21:49:26.811898 7f46acff96c0 Recovering log #156
|
||||
2025/02/08-21:49:26.859033 7f46acff96c0 Delete type=3 #154
|
||||
2025/02/08-21:49:26.859093 7f46acff96c0 Delete type=0 #156
|
||||
2025/02/08-21:50:08.981113 7f46abbff6c0 Level-0 table #161: started
|
||||
2025/02/08-21:50:08.981151 7f46abbff6c0 Level-0 table #161: 0 bytes OK
|
||||
2025/02/08-21:50:09.023271 7f46abbff6c0 Delete type=0 #159
|
||||
2025/02/08-21:50:09.023407 7f46abbff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
2025/02/08-21:50:09.023427 7f46abbff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -476,6 +476,7 @@
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
min-width: 20rem;
|
||||
.shield {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -487,7 +488,7 @@
|
||||
}
|
||||
}
|
||||
.item-detail {
|
||||
min-width:2rem;
|
||||
min-width:2.5rem;
|
||||
}
|
||||
.name {
|
||||
min-width: 12rem;
|
||||
@ -532,8 +533,9 @@
|
||||
|
||||
.spells {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
.spell {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -590,8 +592,9 @@
|
||||
|
||||
.miracles {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
.miracle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -138,12 +138,12 @@
|
||||
<div class="item-detail" data-tooltip="Defense">
|
||||
<a class="rollable" data-roll-type="shield-roll" data-roll-key="{{item.id}}" data-tooltip="Shield Defense">
|
||||
<i class="lf-roll-small fa-solid fa-shield" data-roll-type="shield-roll" data-roll-key="{{item.id}}"></i>
|
||||
{{item.system.defense}}
|
||||
{{upperFirst item.system.defense}}
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="item-detail" data-tooltip="Movement reduction">{{item.system.movementreduction}}</div>
|
||||
<div class="item-detail" data-tooltip="Has cover">{{item.system.hascover}}</div>
|
||||
<div class="item-detail" data-tooltip="Has cover">{{#if item.system.hascover}}Cover{{/if}}</div>
|
||||
|
||||
<div class="controls">
|
||||
<a data-tooltip="{{localize 'LETHALFANTASY.Edit'}}" data-action="edit" data-item-id="{{item.id}}"
|
||||
|
@ -17,6 +17,8 @@
|
||||
<!-- {{formField systemFields.attackRoll value=system.attackRoll}}
|
||||
{{formField systemFields.powerRoll value=system.powerRoll}} -->
|
||||
|
||||
{{formField systemFields.memorized value=system.memorized}}
|
||||
|
||||
{{formField systemFields.castingTime value=system.castingTime}}
|
||||
{{formField systemFields.spellRange value=system.spellRange}}
|
||||
{{formField systemFields.areaAffected value=system.areaAffected}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user