add ninja borg laws (#22778)
add ninja laws Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -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-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-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-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.
|
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-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-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...
|
||||||
|
|||||||
@@ -133,7 +133,34 @@
|
|||||||
- Syndicate3
|
- Syndicate3
|
||||||
- Syndicate4
|
- 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
|
# ion storm random lawsets
|
||||||
- type: weightedRandom
|
- type: weightedRandom
|
||||||
@@ -144,3 +171,4 @@
|
|||||||
Corporate: 1
|
Corporate: 1
|
||||||
NTDefault: 1
|
NTDefault: 1
|
||||||
Drone: 0.5
|
Drone: 0.5
|
||||||
|
Ninja: 0.25
|
||||||
|
|||||||
Reference in New Issue
Block a user