-
Notifications
You must be signed in to change notification settings - Fork 495
Expand file tree
/
Copy pathmodule.sf2e-anachronism.json
More file actions
57 lines (57 loc) · 1.89 KB
/
Copy pathmodule.sf2e-anachronism.json
File metadata and controls
57 lines (57 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"id": "sf2e-anachronism",
"title": "Starfinder Anachronism: Official Starfinder Content Pack for Pathfinder Second Edition",
"description": "<p>Official Starfinder 2e content pack for Pathfinder 2e! Add SF2e character options, creatures, and items into your PF2e game!</p>",
"version": "2.2.0",
"license": "./LICENSE",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/v14-dev/module.sf2e-anachronism.json",
"download": "https://github.com/foundryvtt/pf2e/releases/download/sf2e-anachronism-2.2.0/module.zip",
"url": "https://github.com/foundryvtt/pf2e",
"bugs": "https://github.com/foundryvtt/pf2e/issues",
"socket": true,
"compatibility": {
"minimum": "14.360",
"verified": "14.363",
"maximum": "14"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/v14-dev/system.pf2e.json",
"compatibility": {
"minimum": "8.2.0"
}
}
]
},
"authors": [
{
"name": "The PF2e/SF2e System Developers",
"url": "https://github.com/foundryvtt/pf2e",
"flags": {}
}
],
"esmodules": [
"anachronism.mjs"
],
"flags": {
"sf2e-anachronism": {
"pf2e-homebrew": {
"skills": {
"additional": {
"computers": {
"label": "PF2E.Skill.Computers",
"attribute": "int"
},
"piloting": {
"label": "PF2E.Skill.Piloting",
"attribute": "dex"
}
}
}
}
}
}
}