@massif/lancer-data 4.0.0-beta.2 → 4.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -6
- package/index.js +0 -1
- package/lib/core_bonuses.json +218 -140
- package/lib/frames.json +948 -195
- package/lib/info.json +2 -3
- package/lib/lists.json +28 -0
- package/lib/mods.json +47 -35
- package/lib/pilot_gear.json +38 -74
- package/lib/reserves.json +80 -11
- package/lib/systems.json +905 -327
- package/lib/tables.json +68 -28
- package/lib/tags.json +22 -6
- package/lib/talents.json +609 -86
- package/lib/weapons.json +152 -144
- package/package.json +1 -1
- package/scripts/util.js +110 -5
- package/lib/factions.json +0 -1
package/lib/tables.json
CHANGED
|
@@ -1,28 +1,68 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "core-structure-damage",
|
|
4
|
+
"title": "Structure Damage",
|
|
5
|
+
"description": "When a mech is reduced to 0 HP and takes structure damage, its player (or the GM) makes a structure damage check. This represents the results of unusually powerful or accurate hits, which can disable a mech rapidly if not dealt with.<br/>To make a structure damage check, roll 1d6 per point of structure damage marked, including the structure damage that has just been taken. Choose the lowest result and check the structure damage chart to determine the outcome. Rolling multiple 1s has particularly catastrophic consequences.",
|
|
6
|
+
"die": 6,
|
|
7
|
+
"mult": "lost_structure",
|
|
8
|
+
"results": [
|
|
9
|
+
{
|
|
10
|
+
"min": 5,
|
|
11
|
+
"max": 6,
|
|
12
|
+
"title": "Glancing Blow",
|
|
13
|
+
"result": "Emergency systems kick in and stabilize your mech, but it’s IMPAIRED until the end of your next turn."
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"min": 2,
|
|
17
|
+
"max": 4,
|
|
18
|
+
"title": "System Trauma",
|
|
19
|
+
"result": "Parts of your mech are torn off by the damage. Roll 1d6. On a 1–3, all weapons on one mount of your choice are destroyed; on a 4–6, a system of your choice is destroyed. LIMITED systems and weapons that are out of charges are not valid choices. If there are no valid choices remaining, it becomes the other result. If there are no valid systems or weapons remaining, this result becomes a DIRECT HIT instead."
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"min": 1,
|
|
23
|
+
"max": 1,
|
|
24
|
+
"title": "Direct Hit",
|
|
25
|
+
"result": "The result depends on your mech’s remaining STRUCTURE:<br>3+ STRUCTURE: Your mech is STUNNED until the end of your next turn.<br>2 STRUCTURE: Roll a HULL check. On a success, your mech is STUNNED until the end of your next turn. On a failure, your mech is destroyed.<br>1 STRUCTURE: Your mech is destroyed."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"min": -1,
|
|
29
|
+
"max": -1,
|
|
30
|
+
"title": "Catastrophic Damage",
|
|
31
|
+
"result": "Choose one of the following effects:<br/>- Your mech is STUNNED until the end of your next turn, and one of your mech’s systems is DISABLED until the end of your next turn.<br/>- You take 3 additional structure damage."
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "core-overheating",
|
|
37
|
+
"title": "Overheating",
|
|
38
|
+
"description": "When a mech exceeds its HEAT CAP and takes stress damage, its player (or the GM) makes an overheating check.<br>To make an overheating check, roll 1d6 per point of stress damage marked, including the stress damage that has just been taken. Choose the lowest result and check the overheating chart to determine the outcome. Rolling multiple 1s has particularly catastrophic consequences",
|
|
39
|
+
"die": 6,
|
|
40
|
+
"mult": "lost_stress",
|
|
41
|
+
"results": [
|
|
42
|
+
{
|
|
43
|
+
"min": 5,
|
|
44
|
+
"max": 6,
|
|
45
|
+
"title": "Emergency Shunt",
|
|
46
|
+
"result": "Your mech’s cooling systems manage to contain the increasing heat; however, your mech becomes IMPAIRED until the end of your next turn."
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"min": 2,
|
|
50
|
+
"max": 4,
|
|
51
|
+
"title": "Destabilized Power Plant",
|
|
52
|
+
"result": "The power plant becomes unstable, beginning to eject jets of plasma. Your mech becomes EXPOSED, taking double Kinetic, Explosive and Energy damage until the status is cleared."
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"min": 1,
|
|
56
|
+
"max": 1,
|
|
57
|
+
"title": "Meltdown",
|
|
58
|
+
"result": "The result depends on your mech’s remaining STRESS:<br>3+ STRESS: Your mech becomes EXPOSED.<br>2 STRESS: Roll an ENGINEERING check. On a success, your mech is EXPOSED; on a failure, it suffers a reactor meltdown after 1d6 of your turns (rolled by the GM). A reactor meltdown can be prevented by retrying the ENGINEERING check as a free action.<br>1 STRESS: Your mech suffers a reactor meltdown at the end of your next turn."
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"min": -1,
|
|
62
|
+
"max": -1,
|
|
63
|
+
"title": "Irreversible Meltdown",
|
|
64
|
+
"result": "The reactor goes critical – your mech suffers a reactor meltdown at the end of your next turn."
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
]
|
package/lib/tags.json
CHANGED
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"id": "tg_accurate",
|
|
38
|
-
"name": "Accurate",
|
|
39
|
-
"description": "Attacks made with this weapon receive +
|
|
38
|
+
"name": "Accurate {VAL}",
|
|
39
|
+
"description": "Attacks made with this weapon receive +{VAL} Accuracy."
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"id": "tg_arcing",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"id": "tg_inaccurate",
|
|
53
|
-
"name": "Inaccurate",
|
|
54
|
-
"description": "Attacks made with this weapon receive +
|
|
53
|
+
"name": "Inaccurate {VAL}",
|
|
54
|
+
"description": "Attacks made with this weapon receive +{VAL} Difficulty."
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"id": "tg_knockback",
|
|
@@ -63,6 +63,16 @@
|
|
|
63
63
|
"name": "Loading",
|
|
64
64
|
"description": "This weapon must be reloaded after each use. Mechs can reload with Stabilize and some systems."
|
|
65
65
|
},
|
|
66
|
+
{
|
|
67
|
+
"id": "tg_loading",
|
|
68
|
+
"name": "Loading",
|
|
69
|
+
"description": "This weapon must be reloaded after each use. Mechs can reload with Stabilize and some systems."
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "tg_loading_after",
|
|
73
|
+
"name": "Loading (Multiple Uses)",
|
|
74
|
+
"description": "This weapon must be reloaded after {VAL} uses. Mechs can reload with Stabilize and some systems. The user can choose to reload this weapon at the end of their turn, allowing them to fire it again on the same turn. This is a COMP/CON-specific alias for the LOADING tag, and all rules pertaining to LOADING apply."
|
|
75
|
+
},
|
|
66
76
|
{
|
|
67
77
|
"id": "tg_ordnance",
|
|
68
78
|
"name": "Ordnance",
|
|
@@ -70,8 +80,8 @@
|
|
|
70
80
|
},
|
|
71
81
|
{
|
|
72
82
|
"id": "tg_overkill",
|
|
73
|
-
"name": "Overkill",
|
|
74
|
-
"description": "When rolling for damage with this weapon, any damage dice that land on a
|
|
83
|
+
"name": "Overkill {VAL}-{VAL2}",
|
|
84
|
+
"description": "When rolling for damage with this weapon, any damage dice that land on a {VAL} cause the attacker to take {VAL2} Heat, and are then rerolled. Additional {VAL}s continue to trigger this effect."
|
|
75
85
|
},
|
|
76
86
|
{
|
|
77
87
|
"id": "tg_overshield",
|
|
@@ -315,5 +325,11 @@
|
|
|
315
325
|
"name": "Prevent Cascade",
|
|
316
326
|
"description": "Prohibits an AI system from being recognized as a valid target for Cascading (HIDDEN TAG)",
|
|
317
327
|
"hidden": true
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"id": "tg_irreducible",
|
|
331
|
+
"name": "Irreducible",
|
|
332
|
+
"description": "Prohibits damage reduction from any source (HIDDEN TAG)",
|
|
333
|
+
"hidden": true
|
|
318
334
|
}
|
|
319
335
|
]
|