@datasworn-community/fe-runners 0.2.0 → 0.3.0
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/index.d.ts +2 -2
- package/index.js +1 -1
- package/json/fe_runners.json +30 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
package/index.js
CHANGED
package/json/fe_runners.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_id": "fe_runners",
|
|
3
3
|
"type": "expansion",
|
|
4
|
-
"datasworn_version": "0.
|
|
4
|
+
"datasworn_version": "0.3.0",
|
|
5
5
|
"ruleset": "starforged",
|
|
6
6
|
"date": "2024-08-10",
|
|
7
7
|
"title": "Fe-Runners Rulebook",
|
|
@@ -32540,6 +32540,35 @@
|
|
|
32540
32540
|
"_id": "truth:fe_runners/virus_worms_botnets"
|
|
32541
32541
|
}
|
|
32542
32542
|
},
|
|
32543
|
+
"worlds": {
|
|
32544
|
+
"net": {
|
|
32545
|
+
"name": "The Net",
|
|
32546
|
+
"type": "world",
|
|
32547
|
+
"_source": {
|
|
32548
|
+
"date": "2024-08-10",
|
|
32549
|
+
"title": "Fe-Runners Rulebook",
|
|
32550
|
+
"url": "https://zombiecraig.itch.io/fe-runners",
|
|
32551
|
+
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0",
|
|
32552
|
+
"authors": [
|
|
32553
|
+
{
|
|
32554
|
+
"name": "Craig Smith"
|
|
32555
|
+
}
|
|
32556
|
+
],
|
|
32557
|
+
"page": 40
|
|
32558
|
+
},
|
|
32559
|
+
"truths": [
|
|
32560
|
+
"truth:fe_runners/netdependency",
|
|
32561
|
+
"truth:fe_runners/previoustech",
|
|
32562
|
+
"truth:fe_runners/moderntech",
|
|
32563
|
+
"truth:fe_runners/ironvows",
|
|
32564
|
+
"truth:fe_runners/digitalcrimes",
|
|
32565
|
+
"truth:fe_runners/magic",
|
|
32566
|
+
"truth:fe_runners/artificial_intelligence",
|
|
32567
|
+
"truth:fe_runners/virus_worms_botnets"
|
|
32568
|
+
],
|
|
32569
|
+
"_id": "world:fe_runners/net"
|
|
32570
|
+
}
|
|
32571
|
+
},
|
|
32543
32572
|
"rarities": {},
|
|
32544
32573
|
"delve_sites": {},
|
|
32545
32574
|
"site_themes": {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datasworn-community/fe-runners",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Datasworn JSON data for Fe-Runners, a cyberpunk Starforged expansion by Craig Smith.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"json"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@datasworn-community/core": "^0.
|
|
23
|
-
"@datasworn-community/starforged": "^0.
|
|
22
|
+
"@datasworn-community/core": "^0.3.0",
|
|
23
|
+
"@datasworn-community/starforged": "^0.3.0"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|