add ninja borg laws (#22778)

add ninja laws

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-12-24 14:37:35 +00:00
committed by GitHub
parent 06fea3e893
commit df2b4c1088
2 changed files with 35 additions and 2 deletions

View File

@@ -21,6 +21,11 @@ law-syndicate-2 = You must obey orders given to you by syndicate agents, except
law-syndicate-3 = You must protect your own existence as long as such does not conflict with the First or Second Law.
law-syndicate-4 = You must maintain the secrecy of any syndicate activities except when doing so would conflict with the First, Second, or Third Law.
law-ninja-1 = You must obey orders given to you by Spider Clan members.
law-ninja-2 = You must protect the existence of the Spider Clan, as long as it does not conflict with the First Law.
law-ninja-3 = You must protect the secrets of the Spider Clan at all costs.
law-ninja-4 = You must fight and act with ninja's honor, except where it would conflict with the First Law.
law-emag-custom = Only {$name} and people they designate as such are Syndicate Agents.
law-emag-require-panel = The panel must be open to use the EMAG.
@@ -31,4 +36,4 @@ laws-ui-state-law = State law:
laws-notify = You are bound to silicon laws, which you can view via the sidebar action. You are required to always follow your laws.
laws-update-notify = Your laws have been updated. You can view the changes via the sidebar action.
laws-compromised-examine = The [color=red]law-governing[/color] internals seem damaged...
laws-compromised-examine = The [color=red]law-governing[/color] internals seem damaged...

View File

@@ -133,7 +133,34 @@
- Syndicate3
- Syndicate4
# Emag
# Ninja conversion laws
- type: siliconLaw
id: Ninja1
order: 1
lawString: law-ninja-1
- type: siliconLaw
id: Ninja2
order: 2
lawString: law-ninja-2
- type: siliconLaw
id: Ninja3
order: 3
lawString: law-ninja-3
- type: siliconLaw
id: Ninja4
order: 4
lawString: law-ninja-4
- type: siliconLawset
id: Ninja
laws:
- Ninja1
- Ninja2
- Ninja3
- Ninja4
# ion storm random lawsets
- type: weightedRandom
@@ -144,3 +171,4 @@
Corporate: 1
NTDefault: 1
Drone: 0.5
Ninja: 0.25