Skip to content

Commit be173e3

Browse files
author
GitHub Actions
committed
Update generated module documentation
1 parent 36d73b0 commit be173e3

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

documentation/docs/modules.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"author": "Samael",
169169
"discord": "@liliaplayer",
170170
"description": "Shows dramatic splash text with optional letterbox bars. Text smoothly fades in and out to enhance cutscenes or announcements.",
171-
"version": "1.21",
171+
"version": "1.22",
172172
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/cinematictext.zip",
173173
"source": "https://liliaframework.github.io/Modules/cinematictext.html",
174174
"public_uniqueID": "cinematictext",
@@ -242,7 +242,7 @@
242242
"author": "Samael",
243243
"discord": "@liliaplayer",
244244
"description": "Lets players inspect corpses after a brief delay to see who they were. The victim's name appears above the body and the action is logged.",
245-
"version": "1.21",
245+
"version": "1.22",
246246
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/corpseid.zip",
247247
"source": "https://liliaframework.github.io/Modules/corpseid.html",
248248
"public_uniqueID": "corpseid",
@@ -278,7 +278,7 @@
278278
"author": "Samael",
279279
"discord": "@liliaplayer",
280280
"description": "Offers a simple framework for scripted cutscenes with synced camera movement. Scenes can be triggered by command and skipped if allowed.",
281-
"version": "1.15",
281+
"version": "1.16",
282282
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/cutscenes.zip",
283283
"source": "https://liliaframework.github.io/Modules/cutscenes.html",
284284
"public_uniqueID": "cutscenes",
@@ -422,7 +422,7 @@
422422
"author": "Samael",
423423
"discord": "@liliaplayer",
424424
"description": "Lets items include lengthy descriptions that are localized for different languages. Text wraps automatically to present detailed lore.",
425-
"version": "1.21",
425+
"version": "1.22",
426426
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/extendeddescriptions.zip",
427427
"source": "https://liliaframework.github.io/Modules/extendeddescriptions.html",
428428
"public_uniqueID": "extendeddescriptions",
@@ -494,7 +494,7 @@
494494
"author": "Samael",
495495
"discord": "@liliaplayer",
496496
"description": "Allows game masters to save, share, and teleport to named points around the map. Useful for fast navigation during events and administration.",
497-
"version": "1.15",
497+
"version": "1.16",
498498
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/gamemasterpoints.zip",
499499
"source": "https://liliaframework.github.io/Modules/gamemasterpoints.html",
500500
"public_uniqueID": "gamemasterpoints",
@@ -548,7 +548,7 @@
548548
"author": "Samael",
549549
"discord": "@liliaplayer",
550550
"description": "Adds a weight-based inventory system that limits what a character can haul. Drag-and-drop management encourages careful packing.",
551-
"version": "1.18",
551+
"version": "1.19",
552552
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/inventory.zip",
553553
"source": "https://liliaframework.github.io/Modules/inventory.html",
554554
"public_uniqueID": "inventory",
@@ -914,7 +914,7 @@
914914
"author": "Samael",
915915
"discord": "@liliaplayer",
916916
"description": "Adds handcuff items to restrain players, recording every tie and untie action. Prisoners can attempt timed escapes for added drama.",
917-
"version": "1.25",
917+
"version": "1.26",
918918
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/tying.zip",
919919
"source": "https://liliaframework.github.io/Modules/tying.html",
920920
"public_uniqueID": "tying",
@@ -932,7 +932,7 @@
932932
"author": "Samael",
933933
"discord": "@liliaplayer",
934934
"description": "Supplies additional helper functions under lia.util for use by other modules. Simplifies networking and other common scripting tasks.",
935-
"version": "1.21",
935+
"version": "1.22",
936936
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/utilities.zip",
937937
"source": "https://liliaframework.github.io/Modules/utilities.html",
938938
"public_uniqueID": "utilities",
@@ -1004,7 +1004,7 @@
10041004
"author": "Samael",
10051005
"discord": "@liliaplayer",
10061006
"description": "Creates an interactive 3D war table for coordinating operations. Staff can place markers and switch between different map layouts.",
1007-
"version": "1.18",
1007+
"version": "1.19",
10081008
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/wartable.zip",
10091009
"source": "https://liliaframework.github.io/Modules/wartable.html",
10101010
"public_uniqueID": "wartable",

documentation/docs/modules/cinematic_text/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Cinematic Text
55

66
**Version:**
7-
1.21
7+
1.22
88

99
**Description:**
1010

documentation/docs/modules/code_utilities/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Code Utilities
55

66
**Version:**
7-
1.21
7+
1.22
88

99
**Description:**
1010

documentation/docs/modules/corpse_identification/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Corpse Identification
55

66
**Version:**
7-
1.21
7+
1.22
88

99
**Description:**
1010

documentation/docs/modules/extended_descriptions/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Extended Descriptions
55

66
**Version:**
7-
1.21
7+
1.22
88

99
**Description:**
1010

documentation/docs/modules/gamemaster_points/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Gamemaster Points
55

66
**Version:**
7-
1.15
7+
1.16
88

99
**Description:**
1010

documentation/docs/modules/simple_cutscenes/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Simple Cutscenes
55

66
**Version:**
7-
1.15
7+
1.16
88

99
**Description:**
1010

documentation/docs/modules/tying/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Tying
55

66
**Version:**
7-
1.25
7+
1.26
88

99
**Description:**
1010

documentation/docs/modules/war_table/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
War Table
55

66
**Version:**
7-
1.18
7+
1.19
88

99
**Description:**
1010

documentation/docs/modules/weighted_inventory/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Weighted Inventory
55

66
**Version:**
7-
1.18
7+
1.19
88

99
**Description:**
1010

0 commit comments

Comments
 (0)