Skip to content

Commit b4eca7c

Browse files
authored
Merge pull request #132 from League-of-Fabulous-Developers/compendium
Compendium Update
2 parents 9dbd398 + 809e159 commit b4eca7c

File tree

622 files changed

+54304
-516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

622 files changed

+54304
-516
lines changed

COPYRIGHT.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,29 @@ Supplied game rules in the system compendium adhere to and are published under t
7272
- **Status Effect Icons**: [styles\static\icons] - default status effect icons from [@\_t3nshi](https://twitter.com/_t3nshi).
7373
- Explicit permission granted by t3nshi for the use of the Status Effect Icons exclusively in Fabula Ultima games. These icons are not authorized for use in other media without obtaining additional permission from t3nshi.
7474

75+
## Compendium Assets
76+
77+
[styles\static\compendium*]
78+
79+
- **Pixeltier** - All art referenced here are used in the system compendium and are purchased from [Pixeltier](https://itch.io/s/39748/pixeltiers-complete-asset-bundle).
80+
81+
This icon pack may be used in whatever project you are working on.
82+
83+
You can:
84+
85+
- ✔️ Use the icon pack in your free or commercial projects.
86+
- ✔️ Modify the assets.
87+
- ✔️ Credit Pixeltier in your game (optional but appreciated).
88+
89+
You can’t:
90+
91+
- ❌ Repackage, redistribute, or resell the assets in any way, even if you’ve heavily modified them.
92+
7593
## Extra Icons
7694

7795
[styles\static\icons]
7896

79-
- Created by [Spyrella](https://github.com/spyrella '') under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en '')
97+
- Created by [Spyrella](https://github.com/spyrella '') under [CC0](https://creativecommons.org/public-domain/cc0/ '')
8098
- fus-sl-star.svg
8199
- ful-sl-star.svg
82100
- fus-star.svg
@@ -85,6 +103,10 @@ Supplied game rules in the system compendium adhere to and are published under t
85103
- fus-star2.svg
86104
- fus-star2-border.svg
87105

106+
[styles\static\compendium\Magic Tent.png]
107+
108+
- Magic Tent.png icon from drak273 under [CC0](https://creativecommons.org/public-domain/cc0/ '')
109+
88110
## Other
89111

90112
[styles\static\ui]

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ Major thanks to the following contributors:
7171
- [Shourn](https://github.com/Shourn) - Refactoring of code infrastructure, the establishment of the system data model, and implementing new features.
7272
- [Wigginns](https://github.com/Wigginns) - Various improvements (collapsible descriptions) & fixes.
7373
- [KzMz](https://github.com/KzMz) - Combat HUD.
74+
- drak273 - Assisted with system compendium setup and selection of item art.
75+
- nyxthegender (SPG: [Link](https://startplaying.games/gm/nyxthegender)) - Assisted with restructuring system compendium and setting up journal entries.
76+
7477
- Special thanks to the following contributors found here: [Contributors Link](https://github.com/League-of-Fabulous-Developers/FoundryVTT-Fabula-Ultima/graphs/contributors)
7578

7679
As well as the following localizers who translated the system to their respective language:
@@ -79,7 +82,7 @@ As well as the following localizers who translated the system to their respectiv
7982

8083
The following assets/code were used from the following projects:
8184

82-
- **
85+
- **Pixeltier** - All art referenced in the system compendium are purchased from [Pixeltier](https://itch.io/s/39748/pixeltiers-complete-asset-bundle).
8386
- **Status Effect Icons**: [styles\static\icons] - default status effect icons from [@\_t3nshi](https://twitter.com/_t3nshi). Explicit permission granted by t3nshi for the use of the Status Effect Icons exclusively in Fabula Ultima games. These icons are not authorized for use in other media without obtaining additional permission from t3nshi.
8487
- **game-icons**: [game-icons.net](https://game-icons.net), various icons were used from here, licensed under the [CC-BY-3.0 license](https://creativecommons.org/licenses/by/3.0/).
8588
- **fultimator**: [fultimator](https://github.com/codeclysm/fultimator) by codeclysm, specifically project/ritual/sp counter code, licensed under the [MIT License](https://github.com/codeclysm/fultimator/blob/main/LICENSE.md)
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"name": "Brigandine",
3+
"type": "armor",
4+
"img": "systems/projectfu/styles/static/compendium/armor/brigadine.png",
5+
"system": {
6+
"subtype": {
7+
"value": ""
8+
},
9+
"summary": {
10+
"value": ""
11+
},
12+
"description": "",
13+
"isFavored": {
14+
"value": false
15+
},
16+
"showTitleCard": {
17+
"value": false
18+
},
19+
"cost": {
20+
"value": 150
21+
},
22+
"isMartial": {
23+
"value": true
24+
},
25+
"quality": {
26+
"value": ""
27+
},
28+
"isEquipped": {
29+
"value": false,
30+
"slot": ""
31+
},
32+
"def": {
33+
"value": 10
34+
},
35+
"mdef": {
36+
"value": 0
37+
},
38+
"init": {
39+
"value": -2
40+
},
41+
"isBehavior": {
42+
"value": false
43+
},
44+
"weight": {
45+
"value": 1
46+
},
47+
"attributes": {
48+
"primary": {
49+
"value": ""
50+
},
51+
"secondary": {
52+
"value": "ins"
53+
}
54+
},
55+
"source": {
56+
"value": "FUCR132"
57+
},
58+
"rollInfo": {
59+
"useWeapon": {
60+
"hrZero": {
61+
"value": false
62+
}
63+
}
64+
}
65+
},
66+
"effects": [],
67+
"folder": "05D3J15J6lL30XAq",
68+
"flags": {
69+
"core": {}
70+
},
71+
"_stats": {
72+
"systemId": "projectfu",
73+
"systemVersion": "#{VERSION}#",
74+
"coreVersion": "11.315",
75+
"createdTime": 1706646424338,
76+
"modifiedTime": 1719222902180,
77+
"lastModifiedBy": "BwRsFvMHAq9vUtEO"
78+
},
79+
"_id": "53hU8yNkPrgXhtx5",
80+
"sort": 0,
81+
"ownership": {
82+
"default": 0,
83+
"BwRsFvMHAq9vUtEO": 3
84+
},
85+
"_key": "!items!53hU8yNkPrgXhtx5"
86+
}
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"name": "Bronze Plate",
3+
"type": "armor",
4+
"img": "systems/projectfu/styles/static/compendium/Armor/bronze-plate.png",
5+
"system": {
6+
"subtype": {
7+
"value": ""
8+
},
9+
"summary": {
10+
"value": ""
11+
},
12+
"description": "",
13+
"isFavored": {
14+
"value": false
15+
},
16+
"showTitleCard": {
17+
"value": false
18+
},
19+
"cost": {
20+
"value": 200
21+
},
22+
"isMartial": {
23+
"value": true
24+
},
25+
"quality": {
26+
"value": ""
27+
},
28+
"isEquipped": {
29+
"value": false,
30+
"slot": ""
31+
},
32+
"def": {
33+
"value": 11
34+
},
35+
"mdef": {
36+
"value": 0
37+
},
38+
"init": {
39+
"value": -3
40+
},
41+
"isBehavior": {
42+
"value": false
43+
},
44+
"weight": {
45+
"value": 1
46+
},
47+
"attributes": {
48+
"primary": {
49+
"value": ""
50+
},
51+
"secondary": {
52+
"value": "ins"
53+
}
54+
},
55+
"source": {
56+
"value": "FUCR132"
57+
},
58+
"rollInfo": {
59+
"useWeapon": {
60+
"hrZero": {
61+
"value": false
62+
}
63+
}
64+
}
65+
},
66+
"effects": [],
67+
"folder": "05D3J15J6lL30XAq",
68+
"flags": {
69+
"core": {}
70+
},
71+
"_stats": {
72+
"systemId": "projectfu",
73+
"systemVersion": "#{VERSION}#",
74+
"coreVersion": "11.315",
75+
"createdTime": 1706646537342,
76+
"modifiedTime": 1719222907167,
77+
"lastModifiedBy": "BwRsFvMHAq9vUtEO"
78+
},
79+
"_id": "Y2vQeg24PIIpESSe",
80+
"sort": 0,
81+
"ownership": {
82+
"default": 0,
83+
"BwRsFvMHAq9vUtEO": 3
84+
},
85+
"_key": "!items!Y2vQeg24PIIpESSe"
86+
}
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"name": "Combat Tunic",
3+
"type": "armor",
4+
"img": "systems/projectfu/styles/static/compendium/Armor/combat-tunic.png",
5+
"system": {
6+
"subtype": {
7+
"value": ""
8+
},
9+
"summary": {
10+
"value": ""
11+
},
12+
"description": "",
13+
"isFavored": {
14+
"value": false
15+
},
16+
"showTitleCard": {
17+
"value": false
18+
},
19+
"cost": {
20+
"value": 150
21+
},
22+
"isMartial": {
23+
"value": false
24+
},
25+
"quality": {
26+
"value": ""
27+
},
28+
"isEquipped": {
29+
"value": false,
30+
"slot": ""
31+
},
32+
"def": {
33+
"value": 1
34+
},
35+
"mdef": {
36+
"value": 1
37+
},
38+
"init": {
39+
"value": 0
40+
},
41+
"isBehavior": {
42+
"value": false
43+
},
44+
"weight": {
45+
"value": 1
46+
},
47+
"attributes": {
48+
"primary": {
49+
"value": "dex"
50+
},
51+
"secondary": {
52+
"value": "ins"
53+
}
54+
},
55+
"source": {
56+
"value": "FUCR132"
57+
},
58+
"rollInfo": {
59+
"useWeapon": {
60+
"hrZero": {
61+
"value": false
62+
}
63+
}
64+
}
65+
},
66+
"effects": [],
67+
"folder": "05D3J15J6lL30XAq",
68+
"flags": {
69+
"core": {}
70+
},
71+
"_stats": {
72+
"systemId": "projectfu",
73+
"systemVersion": "#{VERSION}#",
74+
"coreVersion": "11.315",
75+
"createdTime": 1706646338093,
76+
"modifiedTime": 1719222911758,
77+
"lastModifiedBy": "BwRsFvMHAq9vUtEO"
78+
},
79+
"_id": "he3PXlM5vLUb28qz",
80+
"sort": 0,
81+
"ownership": {
82+
"default": 0,
83+
"BwRsFvMHAq9vUtEO": 3
84+
},
85+
"_key": "!items!he3PXlM5vLUb28qz"
86+
}

0 commit comments

Comments
 (0)