-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
48 lines (48 loc) · 1.36 KB
/
Copy pathmodule.json
File metadata and controls
48 lines (48 loc) · 1.36 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
{
"id": "from-time-management",
"title": "FROM Time Management System",
"description": "Comprehensive time management system for Delta Green RPG sessions. Features agent activity tracking with visual themes, day/night cycles, action queues with complete historical archive, and real-time multiplayer synchronization. Inspired by FROM TV series mechanics.",
"version": "3.0.2",
"compatibility": {
"minimum": "12.331",
"verified": "13.351",
"maximum": "14"
},
"authors": [
{
"name": "Zuraff",
"discord": "eliandir_",
"flags": {}
}
],
"esmodules": [
"main.mjs"
],
"styles": [
{
"src": "styles/time-management.css"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json",
"flags": {}
}
],
"socket": true,
"url": "https://github.com/ZuraffPL/FROM-Time-Management-Module",
"manifest": "https://github.com/ZuraffPL/FROM-Time-Management-Module/releases/latest/download/module.json",
"download": "https://github.com/ZuraffPL/FROM-Time-Management-Module/releases/download/v3.0.2/from-time-management-v3.0.2.zip",
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"readme": "README.md",
"changelog": "CHANGELOG.md",
"flags": {}
}