Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e6d8195eca | |||
| 748c4480c9 |
@@ -622,6 +622,9 @@
|
|||||||
"armorCritical": {
|
"armorCritical": {
|
||||||
"label": "Armor (Crit.)"
|
"label": "Armor (Crit.)"
|
||||||
},
|
},
|
||||||
|
"armorRegular": {
|
||||||
|
"label": "Armor (Reg.)"
|
||||||
|
},
|
||||||
"guns" : {
|
"guns" : {
|
||||||
"label": "Guns"
|
"label": "Guns"
|
||||||
},
|
},
|
||||||
@@ -728,6 +731,9 @@
|
|||||||
"armorCritical": {
|
"armorCritical": {
|
||||||
"label": "Armor (Crit.)"
|
"label": "Armor (Crit.)"
|
||||||
},
|
},
|
||||||
|
"armorRegular": {
|
||||||
|
"label": "Armor (Reg.)"
|
||||||
|
},
|
||||||
"crew": {
|
"crew": {
|
||||||
"label": "Crew"
|
"label": "Crew"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ export default class FTLNomadStarship extends foundry.abstract.TypeDataModel {
|
|||||||
schema.hullType = new fields.StringField({ required: true, initial: "small", choices: SYSTEM.STARSHIP_HULL })
|
schema.hullType = new fields.StringField({ required: true, initial: "small", choices: SYSTEM.STARSHIP_HULL })
|
||||||
schema.endurance = new fields.StringField({ required: true, initial: "" })
|
schema.endurance = new fields.StringField({ required: true, initial: "" })
|
||||||
schema.armor = new fields.StringField({ required: true, initial: "" })
|
schema.armor = new fields.StringField({ required: true, initial: "" })
|
||||||
|
schema.armorRegular = new fields.NumberField({ ...requiredInteger, initial: 0, min: 0 })
|
||||||
schema.armorCritical = new fields.NumberField({ ...requiredInteger, initial: 0, min: 0 })
|
schema.armorCritical = new fields.NumberField({ ...requiredInteger, initial: 0, min: 0 })
|
||||||
schema.crewList = new fields.ArrayField(new fields.StringField({ required: true }), { initial: [] })
|
schema.crewList = new fields.ArrayField(new fields.StringField({ required: true }), { initial: [] })
|
||||||
schema.crewCapacity = new fields.StringField({ required: true, initial: "" })
|
schema.crewCapacity = new fields.StringField({ required: true, initial: "" })
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ export default class FTLNomadVehicle extends foundry.abstract.TypeDataModel {
|
|||||||
|
|
||||||
schema.agility = new fields.NumberField({ ...requiredInteger, initial: 0, min: 0 })
|
schema.agility = new fields.NumberField({ ...requiredInteger, initial: 0, min: 0 })
|
||||||
schema.armor = new fields.StringField({ required: true, initial: "" })
|
schema.armor = new fields.StringField({ required: true, initial: "" })
|
||||||
|
schema.armorRegular = new fields.NumberField({ ...requiredInteger, initial: 0, min: 0 })
|
||||||
schema.armorCritical = new fields.NumberField({ ...requiredInteger, initial: 0, min: 0 })
|
schema.armorCritical = new fields.NumberField({ ...requiredInteger, initial: 0, min: 0 })
|
||||||
schema.cargo = new fields.StringField({ required: true, initial: "" })
|
schema.cargo = new fields.StringField({ required: true, initial: "" })
|
||||||
schema.crewList = new fields.ArrayField(new fields.StringField({ required: true }), { initial: [] })
|
schema.crewList = new fields.ArrayField(new fields.StringField({ required: true }), { initial: [] })
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
MANIFEST-000140
|
MANIFEST-000148
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
2025/11/16-13:42:15.516505 7f47817fa6c0 Recovering log #138
|
2025/12/26-16:59:42.750082 7f4a837fe6c0 Recovering log #146
|
||||||
2025/11/16-13:42:15.531915 7f47817fa6c0 Delete type=3 #136
|
2025/12/26-16:59:42.761235 7f4a837fe6c0 Delete type=3 #144
|
||||||
2025/11/16-13:42:15.531986 7f47817fa6c0 Delete type=0 #138
|
2025/12/26-16:59:42.761321 7f4a837fe6c0 Delete type=0 #146
|
||||||
2025/11/16-13:48:27.487704 7f4780bff6c0 Level-0 table #143: started
|
2025/12/26-17:00:21.585370 7f4a81ffb6c0 Level-0 table #151: started
|
||||||
2025/11/16-13:48:27.487749 7f4780bff6c0 Level-0 table #143: 0 bytes OK
|
2025/12/26-17:00:21.585498 7f4a81ffb6c0 Level-0 table #151: 0 bytes OK
|
||||||
2025/11/16-13:48:27.494893 7f4780bff6c0 Delete type=0 #141
|
2025/12/26-17:00:21.592450 7f4a81ffb6c0 Delete type=0 #149
|
||||||
2025/11/16-13:48:27.501327 7f4780bff6c0 Manual compaction at level-0 from '!folders!AuBtSOj1mJmh88qx' @ 72057594037927935 : 1 .. '!items!zv9dwgL3p7ThQn7j' @ 0 : 0; will stop at (end)
|
2025/12/26-17:00:21.611289 7f4a81ffb6c0 Manual compaction at level-0 from '!folders!AuBtSOj1mJmh88qx' @ 72057594037927935 : 1 .. '!items!zv9dwgL3p7ThQn7j' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
2025/11/15-21:57:15.481581 7f4781ffb6c0 Recovering log #134
|
2025/11/24-19:41:43.032349 7f91477fe6c0 Recovering log #142
|
||||||
2025/11/15-21:57:15.491519 7f4781ffb6c0 Delete type=3 #132
|
2025/11/24-19:41:43.121482 7f91477fe6c0 Delete type=3 #140
|
||||||
2025/11/15-21:57:15.491588 7f4781ffb6c0 Delete type=0 #134
|
2025/11/24-19:41:43.121644 7f91477fe6c0 Delete type=0 #142
|
||||||
2025/11/15-21:59:21.237179 7f4780bff6c0 Level-0 table #139: started
|
2025/11/24-19:48:51.201740 7f91467fc6c0 Level-0 table #147: started
|
||||||
2025/11/15-21:59:21.237222 7f4780bff6c0 Level-0 table #139: 0 bytes OK
|
2025/11/24-19:48:51.201811 7f91467fc6c0 Level-0 table #147: 0 bytes OK
|
||||||
2025/11/15-21:59:21.302054 7f4780bff6c0 Delete type=0 #137
|
2025/11/24-19:48:51.208431 7f91467fc6c0 Delete type=0 #145
|
||||||
2025/11/15-21:59:21.450579 7f4780bff6c0 Manual compaction at level-0 from '!folders!AuBtSOj1mJmh88qx' @ 72057594037927935 : 1 .. '!items!zv9dwgL3p7ThQn7j' @ 0 : 0; will stop at (end)
|
2025/11/24-19:48:51.222941 7f91467fc6c0 Manual compaction at level-0 from '!folders!AuBtSOj1mJmh88qx' @ 72057594037927935 : 1 .. '!items!zv9dwgL3p7ThQn7j' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000118
|
MANIFEST-000126
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
2025/11/16-13:42:15.536081 7f4781ffb6c0 Recovering log #116
|
2025/12/26-16:59:42.770831 7f4a83fff6c0 Recovering log #124
|
||||||
2025/11/16-13:42:15.550548 7f4781ffb6c0 Delete type=3 #114
|
2025/12/26-16:59:42.781890 7f4a83fff6c0 Delete type=3 #122
|
||||||
2025/11/16-13:42:15.550621 7f4781ffb6c0 Delete type=0 #116
|
2025/12/26-16:59:42.782078 7f4a83fff6c0 Delete type=0 #124
|
||||||
2025/11/16-13:48:27.494999 7f4780bff6c0 Level-0 table #121: started
|
2025/12/26-17:00:21.598990 7f4a81ffb6c0 Level-0 table #129: started
|
||||||
2025/11/16-13:48:27.495027 7f4780bff6c0 Level-0 table #121: 0 bytes OK
|
2025/12/26-17:00:21.599067 7f4a81ffb6c0 Level-0 table #129: 0 bytes OK
|
||||||
2025/11/16-13:48:27.501164 7f4780bff6c0 Delete type=0 #119
|
2025/12/26-17:00:21.605011 7f4a81ffb6c0 Delete type=0 #127
|
||||||
2025/11/16-13:48:27.501339 7f4780bff6c0 Manual compaction at level-0 from '!actors!0FQ6XaRi24OorI21' @ 72057594037927935 : 1 .. '!folders!vRnrOJqSMlxbSgyX' @ 0 : 0; will stop at (end)
|
2025/12/26-17:00:21.611318 7f4a81ffb6c0 Manual compaction at level-0 from '!actors!0FQ6XaRi24OorI21' @ 72057594037927935 : 1 .. '!folders!vRnrOJqSMlxbSgyX' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
2025/11/15-21:57:15.495359 7f47817fa6c0 Recovering log #112
|
2025/11/24-19:41:43.155366 7f9146ffd6c0 Recovering log #120
|
||||||
2025/11/15-21:57:15.505936 7f47817fa6c0 Delete type=3 #110
|
2025/11/24-19:41:43.249081 7f9146ffd6c0 Delete type=3 #118
|
||||||
2025/11/15-21:57:15.505987 7f47817fa6c0 Delete type=0 #112
|
2025/11/24-19:41:43.249224 7f9146ffd6c0 Delete type=0 #120
|
||||||
2025/11/15-21:59:21.388865 7f4780bff6c0 Level-0 table #117: started
|
2025/11/24-19:48:51.208632 7f91467fc6c0 Level-0 table #125: started
|
||||||
2025/11/15-21:59:21.388934 7f4780bff6c0 Level-0 table #117: 0 bytes OK
|
2025/11/24-19:48:51.208686 7f91467fc6c0 Level-0 table #125: 0 bytes OK
|
||||||
2025/11/15-21:59:21.450426 7f4780bff6c0 Delete type=0 #115
|
2025/11/24-19:48:51.216157 7f91467fc6c0 Delete type=0 #123
|
||||||
2025/11/15-21:59:21.450606 7f4780bff6c0 Manual compaction at level-0 from '!actors!0FQ6XaRi24OorI21' @ 72057594037927935 : 1 .. '!folders!vRnrOJqSMlxbSgyX' @ 0 : 0; will stop at (end)
|
2025/11/24-19:48:51.222968 7f91467fc6c0 Manual compaction at level-0 from '!actors!0FQ6XaRi24OorI21' @ 72057594037927935 : 1 .. '!folders!vRnrOJqSMlxbSgyX' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
Binary file not shown.
@@ -24,8 +24,8 @@
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
{{formField
|
{{formField
|
||||||
systemFields.armor
|
systemFields.armorRegular
|
||||||
value=system.armor
|
value=system.armorRegular
|
||||||
localize=true
|
localize=true
|
||||||
disabled=isPlayMode
|
disabled=isPlayMode
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
disabled=isPlayMode
|
disabled=isPlayMode
|
||||||
}}
|
}}
|
||||||
{{formField
|
{{formField
|
||||||
systemFields.armor
|
systemFields.armorRegular
|
||||||
value=system.armor
|
value=system.armorRegular
|
||||||
localize=true
|
localize=true
|
||||||
disabled=isPlayMode
|
disabled=isPlayMode
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -13,11 +13,9 @@
|
|||||||
{{formField systemFields.damage value=system.damage}}
|
{{formField systemFields.damage value=system.damage}}
|
||||||
{{formField systemFields.enc value=system.enc}}
|
{{formField systemFields.enc value=system.enc}}
|
||||||
|
|
||||||
{{formField cost value=system.cost}}
|
{{formField systemFields.cost value=system.cost}}
|
||||||
{{#if (eq system.weaponType "vehicle")}}
|
|
||||||
{{formField systemFields.ammoCost value=system.ammoCost}}
|
{{formField systemFields.ammoCost value=system.ammoCost}}
|
||||||
{{formField systemFields.magazine value=system.magazine}}
|
{{formField systemFields.magazine value=system.magazine}}
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user