Skip to content

Commit 687c016

Browse files
authored
Merge pull request #116 from LiliaFramework/codex/update-module.desc-for-gamemode-appropriateness
Improve module descriptions
2 parents 4adad96 + 0e34e76 commit 687c016

File tree

61 files changed

+61
-61
lines changed

Some content is hidden

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

61 files changed

+61
-61
lines changed

advert/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
44
MODULE.version = 1.17
5-
MODULE.desc = "Provides a paid /advert command so players can broadcast server-wide messages with a built-in cooldown."
5+
MODULE.desc = "Implements a paid /advert command for server-wide announcements. Messages are colored, logged, and throttled by a cooldown to curb spam."
66
MODULE.Public = true
77
MODULE.Features = {"Adds a paid /advert command players can use", "Adds a cooldown via AdvertCooldown to limit spam", "Adds colored broadcast messages across the server", "Adds price control via AdvertPrice configuration", "Adds notifications when players lack funds"}

alcoholism/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
44
MODULE.version = 1.18
5-
MODULE.desc = "Introduces drinkable alcohol items that raise intoxication levels and temporarily blur the player's vision and movement."
5+
MODULE.desc = "Adds drinkable alcohol that increases a player's intoxication level. High BAC blurs vision and slows movement until the effect wears off."
66
MODULE.Public = true
77
MODULE.Features = {"Adds alcohol items that raise BAC and gradually wear off", "Adds screen blur and movement effects that scale with intoxication", "Adds player notification when reaching DrunkNotifyThreshold", "Adds configurable BAC settings like AlcoholTickTime", "Adds multiple drink items with varying strength"}

autorestarter/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
44
MODULE.version = 1.15
5-
MODULE.desc = "Schedules periodic server restarts and displays a countdown so players know when the restart will occur."
5+
MODULE.desc = "Schedules automatic server restarts at set intervals. Players see a countdown so they can prepare before the map changes."
66
MODULE.Public = true
77
MODULE.Features = {"Adds scheduling for automatic restarts using RestartInterval", "Adds a countdown overlay configurable via RestartCountdownFont", "Adds syncing of next restart time to clients", "Adds automatic changelevel when the timer expires", "Adds network messages to sync the restart countdown"}

bodygrouper/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
44
MODULE.version = 1.23
5-
MODULE.desc = "Adds a customizable bodygroup closet entity that lets players adjust their model bodygroups through a menu."
5+
MODULE.desc = "Spawns a bodygroup closet where players can edit their model's bodygroups. Admins may inspect others and configure the closet's model."
66
MODULE.Public = true
77
MODULE.Features = {"Adds a spawnable closet entity for editing bodygroups", "Adds the ability to customize its model via BodyGrouperModel", "Adds menu access that requires proximity or privilege", "Adds an admin command to view another player's bodygroups", "Adds a networked menu for editing bodygroups"}

broadcasts/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
44
MODULE.version = 1.20
55
MODULE.Public = true
6-
MODULE.desc = "Enables faction and class broadcast commands so staff can send messages to specific groups."
6+
MODULE.desc = "Allows staff to broadcast messages to chosen factions or classes. Every broadcast is logged and controlled through CAMI privileges."
77
MODULE.Features = {"Adds faction and class broadcast commands with CAMI checks", "Adds logging of broadcast messages for staff review", "Adds support for flagged players to send targeted messages", "Adds CAMI privileges for broadcast access", "Adds menus to select factions or classes"}
88
MODULE.CAMIPrivileges = {
99
{

captions/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
44
MODULE.version = 1.19
5-
MODULE.desc = "Provides an API for timed on-screen captions, ideal for story prompts or tutorials."
5+
MODULE.desc = "Offers an API for timed on-screen captions suited for tutorials or story events. Captions can be triggered from the server or client and last for a chosen duration."
66
MODULE.Public = true
77
MODULE.Features = {"Adds an API for timed on-screen captions", "Adds support for both client and server use", "Adds an easy way to deliver story prompts", "Adds commands to send captions to players", "Adds duration control for each caption"}

cards/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
44
MODULE.version = 1.14
5-
MODULE.desc = "Introduces a full deck of playing cards so players can draw random cards for minigames."
5+
MODULE.desc = "Adds a full deck of playing cards that can be shuffled and drawn. Card draws sync to all players for simple in-game minigames."
66
MODULE.Public = true
77
MODULE.Features = {"Adds a full playing card deck", "Adds random draws that sync to all players", "Adds support for simple minigames", "Adds easy reshuffling of the deck", "Adds hooks so other modules can use cards"}

chatmessages/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
44
MODULE.version = 1.15
5-
MODULE.desc = "Periodically sends automated advert messages to chat at a configurable interval."
5+
MODULE.desc = "Periodically posts automated advert messages in chat on a timer. Keeps players informed with rotating tips even when staff are offline."
66
MODULE.Public = true
77
MODULE.Features = {"Adds periodic server adverts to chat", "Adds interval control via ChatMessagesInterval", "Adds localized message support", "Adds rotating tips for new players", "Adds toggle to disable adverts per user"}

cigs/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
44
MODULE.version = 1.16
5-
MODULE.desc = "Adds consumable cigarette items that produce smoke puffs while gradually burning down."
5+
MODULE.desc = "Adds cigarette items that burn down over time, producing smoke and ash effects. Optional addiction mechanics add depth to roleplay."
66
MODULE.WorkshopContent = "3519851007"
77
MODULE.Public = true
88
MODULE.Features = {"Adds smokable cigarette items with workshop models", "Adds puff effects while smoking", "Adds cigarettes that are consumed over time", "Adds configurable nicotine addiction effects", "Adds ash particles that fade out"}

cinematictext/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
44
MODULE.version = 1.20
5-
MODULE.desc = "Displays stylish splash text with letterboxed bars for cinematic flair."
5+
MODULE.desc = "Shows dramatic splash text with optional letterbox bars. Text smoothly fades in and out to enhance cutscenes or announcements."
66
MODULE.Public = true
77
MODULE.Features = {"Adds displays of cinematic splash text overlays", "Adds screen darkening with letterbox bars", "Adds support for scripted scenes", "Adds timed fades for dramatic effect", "Adds customizable text fonts"}

0 commit comments

Comments
 (0)