Skip to content

Commit

Permalink
Make cards from CleverRaven#50033 location-dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
anothersimulacrum authored and Saelfen committed Jul 24, 2021
1 parent e5b42b4 commit 21af1b3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/json/items/id_cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"copy-from": "id_science",
"name": { "str": "Maintenance: green zone badge" },
"description": "This is an employee badge for a maintence worker. The reverse side describes protocol for using it; this could grant access to green zone card readers.",
"flags": [ "SCIENCE_CARD_MAINTENANCE_GREEN" ]
"flags": [ "SCIENCE_CARD_MAINTENANCE_GREEN", "PRESERVE_SPAWN_OMT" ]
},
{
"type": "GENERIC",
Expand All @@ -76,7 +76,7 @@
"copy-from": "id_science",
"name": { "str": "Maintenance: yellow zone badge" },
"description": "This is an employee badge for a maintence worker. The reverse side describes protocol for using it; this could grant access to yellow zone card readers.",
"flags": [ "SCIENCE_CARD_MAINTENANCE_YELLOW" ]
"flags": [ "SCIENCE_CARD_MAINTENANCE_YELLOW", "PRESERVE_SPAWN_OMT" ]
},
{
"type": "GENERIC",
Expand All @@ -85,7 +85,7 @@
"copy-from": "id_science",
"name": { "str": "Maintenance: blue zone badge" },
"description": "This is an employee badge for a maintence worker. The reverse side describes protocol for using it; this could grant access to blue zone card readers.",
"flags": [ "SCIENCE_CARD_MAINTENANCE_BLUE" ]
"flags": [ "SCIENCE_CARD_MAINTENANCE_BLUE", "PRESERVE_SPAWN_OMT" ]
},
{
"type": "GENERIC",
Expand All @@ -103,7 +103,7 @@
"copy-from": "id_science",
"name": { "str": "Security: yellow zone badge" },
"description": "This is an employee badge for a security professional. The reverse side describes protocol for using it; this could grant access to yellow zone card readers.",
"flags": [ "SCIENCE_CARD_SECURITY_YELLOW" ]
"flags": [ "SCIENCE_CARD_SECURITY_YELLOW", "PRESERVE_SPAWN_OMT" ]
},
{
"type": "GENERIC",
Expand All @@ -112,7 +112,7 @@
"copy-from": "id_science",
"name": { "str": "Security: magenta zone badge" },
"description": "This is an employee badge for a security professional. The reverse side describes protocol for using it; this could grant access to magenta zone card readers.",
"flags": [ "SCIENCE_CARD_SECURITY_MAGENTA" ]
"flags": [ "SCIENCE_CARD_SECURITY_MAGENTA", "PRESERVE_SPAWN_OMT" ]
},
{
"type": "GENERIC",
Expand All @@ -121,7 +121,7 @@
"copy-from": "id_science",
"name": { "str": "Security: black zone badge" },
"description": "This is an employee badge for a security professional. The reverse side describes protocol for using it; this could grant access to black zone card readers.",
"flags": [ "SCIENCE_CARD_SECURITY_BLACK" ]
"flags": [ "SCIENCE_CARD_SECURITY_BLACK", "PRESERVE_SPAWN_OMT" ]
},
{
"type": "GENERIC",
Expand All @@ -130,7 +130,7 @@
"copy-from": "id_science",
"name": { "str": "Researcher: green zone badge" },
"description": "This is an employee badge for a research scientist. The reverse side describes protocol for using it; this could grant access to green zone card readers.",
"flags": [ "SCIENCE_CARD_MUTAGEN_GREEN" ]
"flags": [ "SCIENCE_CARD_MUTAGEN_GREEN", "PRESERVE_SPAWN_OMT" ]
},
{
"type": "GENERIC",
Expand All @@ -139,7 +139,7 @@
"copy-from": "id_science",
"name": { "str": "Researcher: pink zone badge" },
"description": "This is an employee badge for a research scientist. The reverse side describes protocol for using it; this could grant access to pink zone card readers.",
"flags": [ "SCIENCE_CARD_MUTAGEN_PINK" ]
"flags": [ "SCIENCE_CARD_MUTAGEN_PINK", "PRESERVE_SPAWN_OMT" ]
},
{
"type": "GENERIC",
Expand All @@ -148,7 +148,7 @@
"copy-from": "id_science",
"name": { "str": "Researcher: cyan zone badge" },
"description": "This is an employee badge for a research scientist. The reverse side describes protocol for using it; this could grant access to cyan zone card readers.",
"flags": [ "SCIENCE_CARD_MUTAGEN_CYAN" ]
"flags": [ "SCIENCE_CARD_MUTAGEN_CYAN", "PRESERVE_SPAWN_OMT" ]
},
{
"type": "GENERIC",
Expand All @@ -157,6 +157,6 @@
"copy-from": "id_science",
"name": { "str": "Doctor: red zone badge" },
"description": "This is an employee badge for a medical doctor. The reverse side describes protocol for using it; this could grant access to red zone card readers.",
"flags": [ "SCIENCE_CARD_MEDICAL_RED" ]
"flags": [ "SCIENCE_CARD_MEDICAL_RED", "PRESERVE_SPAWN_OMT" ]
}
]

0 comments on commit 21af1b3

Please sign in to comment.