warhammer-oracle 0.2.42 → 0.2.43
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/crusade-11e.js +1 -1
- package/dist/data/detachments-11e.js +1 -1
- package/dist/data/detachments.js +1 -1
- package/dist/data/enhancements-11e.js +1 -1
- package/dist/data/enhancements.js +1 -1
- package/dist/data/kill-team-operatives.js +1 -1
- package/dist/data/kill-team-rules.js +1 -1
- package/dist/data/rules-11e.js +1 -1
- package/dist/data/rules.js +1 -1
- package/dist/data/units-11e.js +10 -10
- package/dist/data/units.js +1 -1
- package/package.json +1 -1
package/dist/data/crusade-11e.js
CHANGED
package/dist/data/detachments.js
CHANGED
package/dist/data/rules-11e.js
CHANGED
package/dist/data/rules.js
CHANGED
package/dist/data/units-11e.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Auto-generated by scripts/fetch-data.ts — do not edit manually
|
|
2
|
-
// Generated: 2026-08-
|
|
2
|
+
// Generated: 2026-08-04T08:19:34.502Z
|
|
3
3
|
// Source: https://github.com/BSData/wh40k-11e
|
|
4
4
|
export const UNITS_11E = [
|
|
5
5
|
{
|
|
@@ -97,7 +97,7 @@ export const UNITS_11E = [
|
|
|
97
97
|
"profiles": [],
|
|
98
98
|
"rangedWeapons": [
|
|
99
99
|
{
|
|
100
|
-
"name": "Twin
|
|
100
|
+
"name": "Twin shuriken catapult",
|
|
101
101
|
"range": "18\"",
|
|
102
102
|
"attacks": "2",
|
|
103
103
|
"ballisticSkill": "3+",
|
|
@@ -106,11 +106,11 @@ export const UNITS_11E = [
|
|
|
106
106
|
"damage": "1",
|
|
107
107
|
"keywords": [
|
|
108
108
|
"Assault",
|
|
109
|
-
"Twin
|
|
109
|
+
"Twin-linked"
|
|
110
110
|
]
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"name": "Scatter
|
|
113
|
+
"name": "Scatter laser",
|
|
114
114
|
"range": "36\"",
|
|
115
115
|
"attacks": "6",
|
|
116
116
|
"ballisticSkill": "3+",
|
|
@@ -122,7 +122,7 @@ export const UNITS_11E = [
|
|
|
122
122
|
]
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
|
-
"name": "Shuriken
|
|
125
|
+
"name": "Shuriken cannon",
|
|
126
126
|
"range": "24\"",
|
|
127
127
|
"attacks": "3",
|
|
128
128
|
"ballisticSkill": "3+",
|
|
@@ -136,7 +136,7 @@ export const UNITS_11E = [
|
|
|
136
136
|
],
|
|
137
137
|
"meleeWeapons": [
|
|
138
138
|
{
|
|
139
|
-
"name": "Close
|
|
139
|
+
"name": "Close combat weapon",
|
|
140
140
|
"range": "Melee",
|
|
141
141
|
"attacks": "3",
|
|
142
142
|
"weaponSkill": "3+",
|
|
@@ -1293,7 +1293,7 @@ export const UNITS_11E = [
|
|
|
1293
1293
|
],
|
|
1294
1294
|
"meleeWeapons": [
|
|
1295
1295
|
{
|
|
1296
|
-
"name": "Close
|
|
1296
|
+
"name": "Close combat weapon",
|
|
1297
1297
|
"range": "Melee",
|
|
1298
1298
|
"attacks": "3",
|
|
1299
1299
|
"weaponSkill": "3+",
|
|
@@ -12174,7 +12174,7 @@ export const UNITS_11E = [
|
|
|
12174
12174
|
]
|
|
12175
12175
|
},
|
|
12176
12176
|
{
|
|
12177
|
-
"name": "Close
|
|
12177
|
+
"name": "Close combat weapon",
|
|
12178
12178
|
"range": "Melee",
|
|
12179
12179
|
"attacks": "3",
|
|
12180
12180
|
"weaponSkill": "3+",
|
|
@@ -17316,7 +17316,7 @@ export const UNITS_11E = [
|
|
|
17316
17316
|
],
|
|
17317
17317
|
"meleeWeapons": [
|
|
17318
17318
|
{
|
|
17319
|
-
"name": "Close
|
|
17319
|
+
"name": "Close combat weapon",
|
|
17320
17320
|
"range": "Melee",
|
|
17321
17321
|
"attacks": "3",
|
|
17322
17322
|
"weaponSkill": "3+",
|
|
@@ -19843,7 +19843,7 @@ export const UNITS_11E = [
|
|
|
19843
19843
|
]
|
|
19844
19844
|
},
|
|
19845
19845
|
{
|
|
19846
|
-
"name": "Close
|
|
19846
|
+
"name": "Close combat weapon",
|
|
19847
19847
|
"range": "Melee",
|
|
19848
19848
|
"attacks": "3",
|
|
19849
19849
|
"weaponSkill": "3+",
|
package/dist/data/units.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "warhammer-oracle",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.43",
|
|
4
4
|
"description": "Warhammer 40K and Kill Team rules, stats, and game flow MCP server — 10th and 11th Edition, Combat Patrol, Kill Team",
|
|
5
5
|
"mcpName": "io.github.gregario/warhammer-oracle",
|
|
6
6
|
"repository": {
|