Skip to content

Commit 681fb18

Browse files
committed
adding a "core" format that is System Gateway + Elevation
1 parent bd96541 commit 681fb18

File tree

15 files changed

+24
-16
lines changed

15 files changed

+24
-16
lines changed

resources/public/i18n/en.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ format_name = {$format ->
379379
[casual] Casual
380380
[classic] Classic
381381
[core-experience] Core Experience
382+
[core] Core
382383
[eternal] Eternal
383384
[preconstructed] Preconstructed
384385
[socr] SOCR

resources/public/i18n/fr.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ format_name = {$format ->
219219
[casual] Casual
220220
[classic] Classic
221221
[core-experience] Core Experience
222+
[core] Core
222223
[eternal] Eternal
223224
[preconstructed] Preconstructed
224225
[socr] SOCR

resources/public/i18n/ja.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ format_name = {$format ->
162162
[casual] undefined
163163
[classic] undefined
164164
[core-experience] undefined
165+
[core] 基本セ
165166
[eternal] エターナル
166167
[preconstructed] undefined
167168
[socr] undefined

resources/public/i18n/ko.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ format_name = {$format ->
206206
[casual] 캐주얼
207207
[classic] 클래식
208208
[core-experience] 코어 익스피리언스
209+
[core] 코어
209210
[eternal] 이터널
210211
[preconstructed] undefined
211212
[socr] SOCR

resources/public/i18n/la-pig.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ format_name = {$format ->
196196
[casual] Asualcay
197197
[classic] Assicclay
198198
[core-experience] Orecay Experienceyay
199+
[core] Orecay
199200
[eternal] Eternalyay
200201
[preconstructed] undefined
201202
[socr] SOCRYAY

resources/public/i18n/pl.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ format_name = {$format ->
210210
[casual] Niekompetytywny
211211
[classic] Classic
212212
[core-experience] Core Experience
213+
[core] Podstawowy
213214
[eternal] Eternal
214215
[preconstructed] undefined
215216
[socr] SOCR

resources/public/i18n/pt.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ format_name = {$format ->
214214
[casual] Casual
215215
[classic] Classico
216216
[core-experience] Core Experience
217+
[core] Core
217218
[eternal] Eternal
218219
[preconstructed] undefined
219220
[socr] SOCR

resources/public/i18n/ru.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ format_name = {$format ->
381381
[casual] Свободный
382382
[classic] Классический
383383
[core-experience] undefined
384+
[core] Базовый
384385
[eternal] Вечный
385386
[preconstructed] Чемпионский
386387
[socr] undefined

resources/public/i18n/zh-simp.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ format_name = {$format ->
370370
[casual] 休闲
371371
[classic] 经典
372372
[core-experience] 核心体验
373+
[core] 核心体
373374
[eternal] 永久
374375
[preconstructed] 预构筑
375376
[socr] SOCR

src/cljc/jinteki/validator.cljc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@
342342
:startup (build-format-legality valid :startup deck)
343343
:throwback (build-format-legality valid :throwback deck)
344344
:system-gateway (build-system-gateway-legality valid deck)
345+
:core (build-format-legality valid :core deck)
345346
:eternal (build-format-legality valid :eternal deck)}))
346347
347348
(defn trusted-deck-status

src/cljs/nr/appstate.cljs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
[]
1818
(let [default-visible-formats #{"standard"
1919
"system-gateway"
20+
"core"
2021
"throwback"
2122
"startup"
2223
"eternal"

src/cljs/nr/cardbrowser.cljs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
(assoc-in [:format :standard] {:banned true})
9090
(assoc-in [:format :startup] {:banned true})
9191
(assoc-in [:format :throwback] {:banned true})
92+
(assoc-in [:format :core] {:banned true})
9293
(assoc-in [:format :eternal] {:banned true})))
9394

9495
(defn- insert-starter-ids

src/cljs/nr/help.cljs

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -148,22 +148,16 @@
148148
"it encompasses nearly the entirety of the printed card pool and "
149149
"only grows larger with time. "
150150
"Refer to " [:a {:href "https://nullsignal.games/players/supported-formats/"} "Supported Formats"] "."]]}
151-
{:id "snapshot"
152-
:title "What is the Snapshot format?"
151+
{:id "core"
152+
:title "What is the Core format?"
153153
:content [:ul
154-
[:p "This format is a \"snapshot\" of the meta at Magnum Opus; "
155-
"the culmination of FFG Organized Play. It will see minimal "
156-
"changes unless strictly necessary. "
157-
"Refer to " [:a {:href "https://nullsignal.games/players/supported-formats/"} "Supported Formats"] "."]]}
158-
{:id "snapshot-plus"
159-
:title "What is the Snapshot Plus format?"
160-
:content [:ul
161-
[:p "This is the Snapshot format but with the cards that were "
162-
"released at Worlds 2018 (Magnum Opus) included as well. The "
163-
"included cards are Labor Rights, Embolus, Slot Machine, Border "
164-
"Control, Timely Public Release, Hired Help, and Watch The "
165-
"World Burn. "
166-
"Refer to " [:a {:href "https://nullsignal.games/players/supported-formats/"} "Supported Formats"] "."]]})}
154+
[:p "System Gateway and Elevation together constitute a core set "
155+
"that forms the basis for other game formats."
156+
"Elevation builds upon the groundwork laid by System Gateway "
157+
"to broaden the core Netrunner card pool "
158+
"and round out the thematic and mechanical identities of each identity. "
159+
"The core sets serve as a stepping stone from System Gateway to the larger supported formats. "
160+
"Refer to " [:a {:href "https://nullsignal.games/products/elevation/"} "Elevation"] "."]]})}
167161
{:id "site"
168162
:title "Website"
169163
:sub (list

src/cljs/nr/utils.cljs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
"throwback" "Throwback"
126126
"startup" "Startup"
127127
"system-gateway" "System Gateway"
128+
"core" "Core"
128129
"preconstructed" "Preconstructed"
129130
"eternal" "Eternal"
130131
"casual" "Casual"))
@@ -135,6 +136,7 @@
135136
"Throwback" "throwback"
136137
"Startup" "startup"
137138
"System Gateway" "system-gateway"
139+
"Core" "core"
138140
"Preconstructed" "preconstructed"
139141
"Eternal" "eternal"
140142
"Casual" "casual"))

src/css/base.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ button.off
292292
button .fake-link
293293
color: white-solid
294294

295-
.standard, .eternal, .system-gateway, .startup, .legal, .throwback
295+
.standard, .eternal, .system-gateway, .startup, .legal, .throwback, .core
296296
color: green-bright
297297
border-color: green-bright
298298

0 commit comments

Comments
 (0)