Переместил названия предметов в json
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-18 13:34:12 +03:00
parent 7fd5f8dfe6
commit 9b7b3ea287
5 changed files with 63 additions and 22 deletions

22
items/items.json Normal file
View File

@@ -0,0 +1,22 @@
{
"warframes": [
"ash", "atlas", "banshee", "chroma", "ember",
"equinox", "frost", "gara", "harrow", "hydroid",
"inaros", "ivara", "limbo", "loki", "mag",
"mesa", "mirage", "nekros", "nezha", "nidus",
"nova", "nyx", "oberon", "octavia", "rhino",
"saryn", "titania", "trinity", "valkyr", "vauban",
"volt", "wukong", "zephyr"
],
"primaries": [
"astilla", "baza", "boar", "boltor", "braton",
"burston", "corinth", "larton", "panthera",
"rubico", "scourge", "soma", "stradavar",
"strun", "sybaris", "tenora", "tiberon", "tigris",
"vectis", "zhuge"
],
"companions": [
"carrier", "dethcube", "helios", "wyrm"
],
"archwings": ["odonata"]
}