Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add antag target preferences. #504

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions Resources/Locale/en-US/_CD/prototypes/roles/antags.ftl
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
roles-low-impact-antag = Low-Impact Antagonist
roles-low-impact-antag = 1. Low-Impact Antagonist
roles-low-impact-antag-desc = Often small, basic tasks that result in little more than jail time.

roles-moderate-impact-antag = Moderate-Impact Antagonist
roles-moderate-impact-antag = 2. Moderate-Impact Antagonist
roles-moderate-impact-antag-desc = More complicated tasks that may take the focus of your round and/or have multi-round punishments.

roles-high-impact-antag = High-Impact Antagonist
roles-high-impact-antag = 3. High-Impact Antagonist
roles-high-impact-antag-desc = Incredibly disruptive actions that are likely to define a character once done.

roles-antag-target-opt-in = 4. Antag Target Opt in
roles-antag-target-opt-in-desc = Admins or other players may take intentional antagonistic action against you (short of round removal).

roles-round-removal-opt-in = 5. Round-Removal Target Opt in
roles-round-removal-opt-in-desc = Admins or other players are permitted to intentionally round-remove you thorough events or antagonistic action.

16 changes: 16 additions & 0 deletions Resources/Prototypes/_CD/Roles/Antags/preferences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,19 @@
setPreference: true
objective: roles-high-impact-antag-desc
visiblePreference: true

- type: antag
id: RoundRemovalOptIn
name: roles-round-removal-opt-in
antagonist: true
setPreference: true
objective: roles-round-removal-opt-in-desc
visiblePreference: true

- type: antag
id: AntagTargetOptIn
name: roles-antag-target-opt-in
antagonist: true
setPreference: true
objective: roles-antag-target-opt-in-desc
visiblePreference: true
Loading