This commit is contained in:
parent
8694590b0b
commit
bd0b734c68
@ -419,6 +419,9 @@
|
||||
},
|
||||
"Miracle": {
|
||||
"FIELDS": {
|
||||
"miracleType": {
|
||||
"label": "Miracle Type"
|
||||
},
|
||||
"attackRoll": {
|
||||
"label": "Attack roll"
|
||||
},
|
||||
|
@ -192,6 +192,12 @@ export const CHOICE_DICE = {
|
||||
"D20": "D20"
|
||||
}
|
||||
|
||||
export const MIRACLE_TYPES = {
|
||||
"combat": "Combat",
|
||||
"noncombat": "Non-Combat",
|
||||
"ritualfaith": "Ritual of Faith"
|
||||
}
|
||||
|
||||
export const SPELL_CRITICAL = {
|
||||
"none": "None",
|
||||
"electric": "Electric",
|
||||
@ -293,5 +299,6 @@ export const SYSTEM = {
|
||||
FAVOR_CHOICES,
|
||||
ATTACKER_AIM_CHOICES,
|
||||
MORTAL_CHOICES,
|
||||
SPELL_CRITICAL
|
||||
SPELL_CRITICAL,
|
||||
MIRACLE_TYPES
|
||||
}
|
||||
|
@ -31,6 +31,7 @@ export default class LethalFantasyMiracle extends foundry.abstract.TypeDataModel
|
||||
schema.savingThrow = new fields.StringField({ required: true, initial: "" })
|
||||
schema.materialComponent = new fields.StringField({ required: true, initial: "" })
|
||||
schema.catalyst = new fields.StringField({ required: true, initial: "" })
|
||||
schema.miracleType = new fields.StringField({ required: true, initial: "combat", choices: SYSTEM.MIRACLE_TYPES })
|
||||
|
||||
schema.attackRoll = new fields.StringField({ required: true, initial: "" })
|
||||
schema.powerRoll = new fields.StringField({ required: true, initial: "" })
|
||||
|
@ -1 +1 @@
|
||||
MANIFEST-000175
|
||||
MANIFEST-000179
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/11-07:39:37.074868 7f24c67fc6c0 Recovering log #173
|
||||
2025/03/11-07:39:37.085297 7f24c67fc6c0 Delete type=3 #171
|
||||
2025/03/11-07:39:37.085391 7f24c67fc6c0 Delete type=0 #173
|
||||
2025/03/11-07:46:07.288174 7f24c4bff6c0 Level-0 table #178: started
|
||||
2025/03/11-07:46:07.288212 7f24c4bff6c0 Level-0 table #178: 0 bytes OK
|
||||
2025/03/11-07:46:07.328350 7f24c4bff6c0 Delete type=0 #176
|
||||
2025/03/11-07:46:07.371397 7f24c4bff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-07:46:07.371509 7f24c4bff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-23:30:17.580074 7f24c5ffb6c0 Recovering log #177
|
||||
2025/03/11-23:30:17.638360 7f24c5ffb6c0 Delete type=3 #175
|
||||
2025/03/11-23:30:17.638456 7f24c5ffb6c0 Delete type=0 #177
|
||||
2025/03/11-23:31:11.927102 7f24c4bff6c0 Level-0 table #182: started
|
||||
2025/03/11-23:31:11.927138 7f24c4bff6c0 Level-0 table #182: 0 bytes OK
|
||||
2025/03/11-23:31:11.933431 7f24c4bff6c0 Delete type=0 #180
|
||||
2025/03/11-23:31:11.940152 7f24c4bff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-23:31:11.940248 7f24c4bff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/25-07:05:20.257875 7f4fbcbf96c0 Recovering log #169
|
||||
2025/02/25-07:05:20.359696 7f4fbcbf96c0 Delete type=3 #167
|
||||
2025/02/25-07:05:20.359809 7f4fbcbf96c0 Delete type=0 #169
|
||||
2025/02/25-07:13:31.414455 7f4fb6bff6c0 Level-0 table #174: started
|
||||
2025/02/25-07:13:31.414499 7f4fb6bff6c0 Level-0 table #174: 0 bytes OK
|
||||
2025/02/25-07:13:31.420623 7f4fb6bff6c0 Delete type=0 #172
|
||||
2025/02/25-07:13:31.427207 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
2025/02/25-07:13:31.427286 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-07:39:37.074868 7f24c67fc6c0 Recovering log #173
|
||||
2025/03/11-07:39:37.085297 7f24c67fc6c0 Delete type=3 #171
|
||||
2025/03/11-07:39:37.085391 7f24c67fc6c0 Delete type=0 #173
|
||||
2025/03/11-07:46:07.288174 7f24c4bff6c0 Level-0 table #178: started
|
||||
2025/03/11-07:46:07.288212 7f24c4bff6c0 Level-0 table #178: 0 bytes OK
|
||||
2025/03/11-07:46:07.328350 7f24c4bff6c0 Delete type=0 #176
|
||||
2025/03/11-07:46:07.371397 7f24c4bff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-07:46:07.371509 7f24c4bff6c0 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-000174
|
||||
MANIFEST-000178
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/11-07:39:37.089754 7f24c6ffd6c0 Recovering log #172
|
||||
2025/03/11-07:39:37.101606 7f24c6ffd6c0 Delete type=3 #170
|
||||
2025/03/11-07:39:37.101834 7f24c6ffd6c0 Delete type=0 #172
|
||||
2025/03/11-07:46:07.253454 7f24c4bff6c0 Level-0 table #177: started
|
||||
2025/03/11-07:46:07.253514 7f24c4bff6c0 Level-0 table #177: 0 bytes OK
|
||||
2025/03/11-07:46:07.287990 7f24c4bff6c0 Delete type=0 #175
|
||||
2025/03/11-07:46:07.371366 7f24c4bff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-07:46:07.371482 7f24c4bff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-23:30:17.645707 7f24c67fc6c0 Recovering log #176
|
||||
2025/03/11-23:30:17.705491 7f24c67fc6c0 Delete type=3 #174
|
||||
2025/03/11-23:30:17.705613 7f24c67fc6c0 Delete type=0 #176
|
||||
2025/03/11-23:31:11.933606 7f24c4bff6c0 Level-0 table #181: started
|
||||
2025/03/11-23:31:11.933639 7f24c4bff6c0 Level-0 table #181: 0 bytes OK
|
||||
2025/03/11-23:31:11.939786 7f24c4bff6c0 Delete type=0 #179
|
||||
2025/03/11-23:31:11.940177 7f24c4bff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-23:31:11.940225 7f24c4bff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/25-07:05:20.365068 7f4fb7fff6c0 Recovering log #168
|
||||
2025/02/25-07:05:20.456483 7f4fb7fff6c0 Delete type=3 #166
|
||||
2025/02/25-07:05:20.456655 7f4fb7fff6c0 Delete type=0 #168
|
||||
2025/02/25-07:13:31.400371 7f4fb6bff6c0 Level-0 table #173: started
|
||||
2025/02/25-07:13:31.400477 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK
|
||||
2025/02/25-07:13:31.406784 7f4fb6bff6c0 Delete type=0 #171
|
||||
2025/02/25-07:13:31.427160 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
2025/02/25-07:13:31.427242 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-07:39:37.089754 7f24c6ffd6c0 Recovering log #172
|
||||
2025/03/11-07:39:37.101606 7f24c6ffd6c0 Delete type=3 #170
|
||||
2025/03/11-07:39:37.101834 7f24c6ffd6c0 Delete type=0 #172
|
||||
2025/03/11-07:46:07.253454 7f24c4bff6c0 Level-0 table #177: started
|
||||
2025/03/11-07:46:07.253514 7f24c4bff6c0 Level-0 table #177: 0 bytes OK
|
||||
2025/03/11-07:46:07.287990 7f24c4bff6c0 Delete type=0 #175
|
||||
2025/03/11-07:46:07.371366 7f24c4bff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-07:46:07.371482 7f24c4bff6c0 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-000178
Normal file
BIN
packs-system/lf-gifts/MANIFEST-000178
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000174
|
||||
MANIFEST-000178
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/11-07:39:37.057531 7f24c57fa6c0 Recovering log #172
|
||||
2025/03/11-07:39:37.068677 7f24c57fa6c0 Delete type=3 #170
|
||||
2025/03/11-07:39:37.068767 7f24c57fa6c0 Delete type=0 #172
|
||||
2025/03/11-07:46:07.216119 7f24c4bff6c0 Level-0 table #177: started
|
||||
2025/03/11-07:46:07.216184 7f24c4bff6c0 Level-0 table #177: 0 bytes OK
|
||||
2025/03/11-07:46:07.253176 7f24c4bff6c0 Delete type=0 #175
|
||||
2025/03/11-07:46:07.371327 7f24c4bff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-07:46:07.371455 7f24c4bff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-23:30:17.518937 7f24c6ffd6c0 Recovering log #176
|
||||
2025/03/11-23:30:17.572352 7f24c6ffd6c0 Delete type=3 #174
|
||||
2025/03/11-23:30:17.572431 7f24c6ffd6c0 Delete type=0 #176
|
||||
2025/03/11-23:31:11.913445 7f24c4bff6c0 Level-0 table #181: started
|
||||
2025/03/11-23:31:11.913516 7f24c4bff6c0 Level-0 table #181: 0 bytes OK
|
||||
2025/03/11-23:31:11.919904 7f24c4bff6c0 Delete type=0 #179
|
||||
2025/03/11-23:31:11.940098 7f24c4bff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-23:31:11.940193 7f24c4bff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/25-07:05:20.159274 7f4fb77fe6c0 Recovering log #168
|
||||
2025/02/25-07:05:20.252142 7f4fb77fe6c0 Delete type=3 #166
|
||||
2025/02/25-07:05:20.252245 7f4fb77fe6c0 Delete type=0 #168
|
||||
2025/02/25-07:13:31.406936 7f4fb6bff6c0 Level-0 table #173: started
|
||||
2025/02/25-07:13:31.406981 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK
|
||||
2025/02/25-07:13:31.414307 7f4fb6bff6c0 Delete type=0 #171
|
||||
2025/02/25-07:13:31.427187 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
2025/02/25-07:13:31.427257 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-07:39:37.057531 7f24c57fa6c0 Recovering log #172
|
||||
2025/03/11-07:39:37.068677 7f24c57fa6c0 Delete type=3 #170
|
||||
2025/03/11-07:39:37.068767 7f24c57fa6c0 Delete type=0 #172
|
||||
2025/03/11-07:46:07.216119 7f24c4bff6c0 Level-0 table #177: started
|
||||
2025/03/11-07:46:07.216184 7f24c4bff6c0 Level-0 table #177: 0 bytes OK
|
||||
2025/03/11-07:46:07.253176 7f24c4bff6c0 Delete type=0 #175
|
||||
2025/03/11-07:46:07.371327 7f24c4bff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-07:46:07.371455 7f24c4bff6c0 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-000178
Normal file
BIN
packs-system/lf-skills/MANIFEST-000178
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000174
|
||||
MANIFEST-000178
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/11-07:39:37.106281 7f24c5ffb6c0 Recovering log #172
|
||||
2025/03/11-07:39:37.117251 7f24c5ffb6c0 Delete type=3 #170
|
||||
2025/03/11-07:39:37.117421 7f24c5ffb6c0 Delete type=0 #172
|
||||
2025/03/11-07:46:07.328792 7f24c4bff6c0 Level-0 table #177: started
|
||||
2025/03/11-07:46:07.328887 7f24c4bff6c0 Level-0 table #177: 0 bytes OK
|
||||
2025/03/11-07:46:07.371019 7f24c4bff6c0 Delete type=0 #175
|
||||
2025/03/11-07:46:07.371427 7f24c4bff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-07:46:07.371535 7f24c4bff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-23:30:17.712320 7f24c57fa6c0 Recovering log #176
|
||||
2025/03/11-23:30:17.765696 7f24c57fa6c0 Delete type=3 #174
|
||||
2025/03/11-23:30:17.765756 7f24c57fa6c0 Delete type=0 #176
|
||||
2025/03/11-23:31:11.920017 7f24c4bff6c0 Level-0 table #181: started
|
||||
2025/03/11-23:31:11.920040 7f24c4bff6c0 Level-0 table #181: 0 bytes OK
|
||||
2025/03/11-23:31:11.926925 7f24c4bff6c0 Delete type=0 #179
|
||||
2025/03/11-23:31:11.940126 7f24c4bff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-23:31:11.940210 7f24c4bff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/02/25-07:05:20.462162 7f4fbd3fa6c0 Recovering log #168
|
||||
2025/02/25-07:05:20.565485 7f4fbd3fa6c0 Delete type=3 #166
|
||||
2025/02/25-07:05:20.565615 7f4fbd3fa6c0 Delete type=0 #168
|
||||
2025/02/25-07:13:31.420789 7f4fb6bff6c0 Level-0 table #173: started
|
||||
2025/02/25-07:13:31.420834 7f4fb6bff6c0 Level-0 table #173: 0 bytes OK
|
||||
2025/02/25-07:13:31.426961 7f4fb6bff6c0 Delete type=0 #171
|
||||
2025/02/25-07:13:31.427226 7f4fb6bff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
2025/02/25-07:13:31.427271 7f4fb6bff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-07:39:37.106281 7f24c5ffb6c0 Recovering log #172
|
||||
2025/03/11-07:39:37.117251 7f24c5ffb6c0 Delete type=3 #170
|
||||
2025/03/11-07:39:37.117421 7f24c5ffb6c0 Delete type=0 #172
|
||||
2025/03/11-07:46:07.328792 7f24c4bff6c0 Level-0 table #177: started
|
||||
2025/03/11-07:46:07.328887 7f24c4bff6c0 Level-0 table #177: 0 bytes OK
|
||||
2025/03/11-07:46:07.371019 7f24c4bff6c0 Delete type=0 #175
|
||||
2025/03/11-07:46:07.371427 7f24c4bff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
2025/03/11-07:46:07.371535 7f24c4bff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -4,6 +4,7 @@
|
||||
{{formInput fields.name value=source.name}}
|
||||
</div>
|
||||
|
||||
{{formField systemFields.miracleType value=system.miracleType}}
|
||||
{{formField systemFields.level value=system.level}}
|
||||
|
||||
<label>Components</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user