-
Notifications
You must be signed in to change notification settings - Fork 41
/
module.txt
37 lines (37 loc) · 1.16 KB
/
module.txt
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
{
"id": "Equipment",
"version": "1.3.0-SNAPSHOT",
"author": "XTariq, Aditya Singh, ElBatanony, Gautam Naik, iojw (Isaac), Mandar Juvekar, gkaretka, Patrick Wang, smsunarto, Arpit Kamboj(digitalripperynr), Tim Verhaegen (xTimPugz), kallentu, Minege, NicholasBatesNZ,SufurElite, He Who Shall Not Be Named (VaibhavBajaj), meganyyu, PokeyOne, Marvel0usx",
"displayName": "Equipment",
"description": "A basic system allowing for characters to have equipment.\n\nAlso, lots of equipment assets.",
"dependencies": [
{
"id": "AlterationEffects",
"minVersion": "1.1.0"
},
{
"id": "ClimateConditions",
"minVersion": "1.0.0"
},
{
"id": "Health",
"minVersion": "2.0.0-SNAPSHOT"
},
{
"id": "Inventory",
"minVersion": "1.1.0"
},
{
"id": "ManualLabor",
"minVersion": "1.3.0",
"optional": true
},
{
"id": "PhysicalStats",
"minVersion": "1.0.0"
}
],
"serverSideOnly": false,
"isLibrary": true,
"isAsset": true
}