warhammer-oracle 0.1.47 → 0.1.48
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/dist/data/kill-team-operatives.js +11 -11
- package/dist/data/kill-team-operatives.js.map +1 -1
- package/dist/data/kill-team-rules.js +1 -1
- package/dist/data/rules.js +1 -1
- package/dist/data/units.d.ts.map +1 -1
- package/dist/data/units.js +53 -2
- package/dist/data/units.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Auto-generated by scripts/fetch-data.ts — do not edit manually
|
|
2
|
-
// Generated: 2026-04-
|
|
2
|
+
// Generated: 2026-04-29T06:46:30.281Z
|
|
3
3
|
// Source: https://github.com/BSData/wh40k-killteam
|
|
4
4
|
export const KILL_TEAM_OPERATIVES = [
|
|
5
5
|
{
|
|
@@ -12138,21 +12138,21 @@ export const KILL_TEAM_OPERATIVES = [
|
|
|
12138
12138
|
"wounds": "7"
|
|
12139
12139
|
},
|
|
12140
12140
|
"weapons": [
|
|
12141
|
-
{
|
|
12142
|
-
"name": "Fists",
|
|
12143
|
-
"attacks": "3",
|
|
12144
|
-
"hit": "4+",
|
|
12145
|
-
"damage": "2/3",
|
|
12146
|
-
"weaponRules": "-",
|
|
12147
|
-
"type": "melee"
|
|
12148
|
-
},
|
|
12149
12141
|
{
|
|
12150
12142
|
"name": "Autopistol",
|
|
12151
12143
|
"attacks": "4",
|
|
12152
12144
|
"hit": "4+",
|
|
12153
12145
|
"damage": "2/3",
|
|
12154
|
-
"weaponRules": "Range 8\"",
|
|
12146
|
+
"weaponRules": "Range 8\", Seek",
|
|
12155
12147
|
"type": "ranged"
|
|
12148
|
+
},
|
|
12149
|
+
{
|
|
12150
|
+
"name": "Fists",
|
|
12151
|
+
"attacks": "3",
|
|
12152
|
+
"hit": "5+",
|
|
12153
|
+
"damage": "2/3",
|
|
12154
|
+
"weaponRules": "-",
|
|
12155
|
+
"type": "melee"
|
|
12156
12156
|
}
|
|
12157
12157
|
],
|
|
12158
12158
|
"abilities": [
|
|
@@ -12285,7 +12285,7 @@ export const KILL_TEAM_OPERATIVES = [
|
|
|
12285
12285
|
"name": "Scoped plasma pistol (standard)",
|
|
12286
12286
|
"attacks": "4",
|
|
12287
12287
|
"hit": "3+",
|
|
12288
|
-
"damage": "
|
|
12288
|
+
"damage": "3/5",
|
|
12289
12289
|
"weaponRules": "Range 12\", Piercing 1",
|
|
12290
12290
|
"type": "ranged"
|
|
12291
12291
|
},
|