@alpaca-software/40kdc-data 0.4.0 → 0.4.6

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 CHANGED
@@ -15,8 +15,8 @@ bundlers, and the browser.
15
15
  import { units } from "@alpaca-software/40kdc-data";
16
16
 
17
17
  units.find("Kharn")!.abilities
18
- .filter(a => a.phases.includes("shooting"))
19
- .map(a => a.id); // ["berzerker-frenzy"]
18
+ .filter(a => a.phases.includes("fight"))
19
+ .map(a => a.id); // ["legendary-killer", "berzerker-frenzy"]
20
20
  ```
21
21
 
22
22
  ## Install
@@ -69,12 +69,18 @@ data against them. See the repository root for schema details.
69
69
 
70
70
  ## Licensing & attribution
71
71
 
72
- - Code (`tools/`): **MIT**.
72
+ - Code (`tools/`): **MIT + attribution requirement** — see [LICENSE-TOOLS](../LICENSE-TOOLS).
73
73
  - Embedded enrichment data (`data/enrichment/`): **CC BY 4.0** —
74
74
  attribution: *Alpaca Software and the 40kdc community contributors*
75
75
  (<https://github.com/wn-mitch/40kdc-data>).
76
76
  - JSON Schemas: **CC0**.
77
77
 
78
+ **Public deployment requirement:** Any publicly accessible application or
79
+ service that ships this package as part of its end-user product must display a
80
+ visible credit containing the text **"Powered by 40kdc-data"** and a link to
81
+ <https://40kdc.alpacasoft.dev> in a user-accessible location (footer, about
82
+ page, or credits section). Private use and library redistribution are exempt.
83
+
78
84
  Stat lines and points are numerical facts. Ability and rules text are never
79
85
  stored — abilities are community-authored structured mechanics (the Ability
80
86
  DSL), not reproductions of copyrighted text.