Skip to content

Commit e7c8e5a

Browse files
committed
Added Electric Smoke
SMOKY DAMAGE
1 parent 0916152 commit e7c8e5a

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

lib/systems.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@
99
"sp": 1,
1010
"description": "Absorb incoming fire and redirect it back at the enemy.",
1111
"tags": [
12+
{
13+
"id": "tg_chargeability",
14+
"val": 5
15+
}
1216
],
1317
"actions": [
1418
{
1519
"name": "Activate Shield",
16-
"activation": "Full",
20+
"activation": "Quick",
1721
"detail": "Upon activating the ability block all damage until you deactivated it. Should you take damage while the system is active, do not reduce your hp. Instead reduce the shield counter by one for each attack. When deactivating the Shield pick a target within <b>RANGE: 10</b>, deal <b>2 Kinetic</b> damage for each captured attack. If your counter runs out you must pick a target within line of sight or all shots will miss. Add one to your counter for every turn the shield is deactivated.",
1822
"cost": 1,
1923
"pilot": false,
@@ -29,5 +33,41 @@
2933
"max": 5
3034
}
3135
]
36+
},
37+
38+
{
39+
"id": "sys_electricsmoke",
40+
"name": "Electric Smoke",
41+
"source": "IMC",
42+
"license_level": 0,
43+
"effect": "While within the smoke all titans gain -5 Difficulty to hit anything. Double damage from energy weapons after rolling damage, this only affects targets within the smoke.",
44+
"type": "System",
45+
"sp": 1,
46+
"description": "Obscure vision and deal light damage.",
47+
"tags": [
48+
{
49+
"id": "tg_chargeability",
50+
"val": 3
51+
}
52+
],
53+
"actions": [
54+
{
55+
"name": "Activate Smoke",
56+
"activation": "Quick",
57+
"detail": "",
58+
"cost": 1,
59+
"pilot": false,
60+
"tech_attack": false
61+
}
62+
],
63+
"counters": [
64+
{
65+
"id": "count_elcsmok",
66+
"name": "Smoke Countdown",
67+
"default_value": 3,
68+
"min": 0,
69+
"max": 3
70+
}
71+
]
3272
}
3373
]

0 commit comments

Comments
 (0)