warhammer-oracle 0.2.44 → 0.2.45
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 +5 -5
- 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-06T08:15:16.181Z
|
|
3
3
|
// Source: https://github.com/BSData/wh40k-11e
|
|
4
4
|
export const UNITS_11E = [
|
|
5
5
|
{
|
|
@@ -37771,7 +37771,7 @@ export const UNITS_11E = [
|
|
|
37771
37771
|
},
|
|
37772
37772
|
{
|
|
37773
37773
|
"name": "Hamadrya’s Knowledge (Psychic)",
|
|
37774
|
-
"description": "Once per battle round, when an enemy unit ends a Normal, Advance or Fall Back move within
|
|
37774
|
+
"description": "Once per battle round, when an enemy unit ends a Normal, Advance or Fall Back move within 8\" of this model’s unit, if this model’s unit is not within Engagement Range of one or more enemy units, it can make a Normal move of up to D3+3\"."
|
|
37775
37775
|
},
|
|
37776
37776
|
{
|
|
37777
37777
|
"name": "Dark Pacts",
|
|
@@ -69603,7 +69603,7 @@ export const UNITS_11E = [
|
|
|
69603
69603
|
},
|
|
69604
69604
|
{
|
|
69605
69605
|
"name": "Hamadrya’s Knowledge (Psychic)",
|
|
69606
|
-
"description": "Once per battle round, when an enemy unit ends a Normal, Advance or Fall Back move within
|
|
69606
|
+
"description": "Once per battle round, when an enemy unit ends a Normal, Advance or Fall Back move within 8\" of this model’s unit, if this model’s unit is not within Engagement Range of one or more enemy units, it can make a Normal move of up to D3+3\"."
|
|
69607
69607
|
},
|
|
69608
69608
|
{
|
|
69609
69609
|
"name": "Dark Pacts",
|
|
@@ -86688,7 +86688,7 @@ export const UNITS_11E = [
|
|
|
86688
86688
|
},
|
|
86689
86689
|
{
|
|
86690
86690
|
"name": "Hamadrya’s Knowledge (Psychic)",
|
|
86691
|
-
"description": "Once per battle round, when an enemy unit ends a Normal, Advance or Fall Back move within
|
|
86691
|
+
"description": "Once per battle round, when an enemy unit ends a Normal, Advance or Fall Back move within 8\" of this model’s unit, if this model’s unit is not within Engagement Range of one or more enemy units, it can make a Normal move of up to D3+3\"."
|
|
86692
86692
|
},
|
|
86693
86693
|
{
|
|
86694
86694
|
"name": "Dark Pacts",
|
|
@@ -99537,7 +99537,7 @@ export const UNITS_11E = [
|
|
|
99537
99537
|
},
|
|
99538
99538
|
{
|
|
99539
99539
|
"name": "Hamadrya’s Knowledge (Psychic)",
|
|
99540
|
-
"description": "Once per battle round, when an enemy unit ends a Normal, Advance or Fall Back move within
|
|
99540
|
+
"description": "Once per battle round, when an enemy unit ends a Normal, Advance or Fall Back move within 8\" of this model’s unit, if this model’s unit is not within Engagement Range of one or more enemy units, it can make a Normal move of up to D3+3\"."
|
|
99541
99541
|
},
|
|
99542
99542
|
{
|
|
99543
99543
|
"name": "Dark Pacts",
|
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.45",
|
|
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": {
|