Skip to content

Commit

Permalink
Add new TEMPUS gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Steeven9 committed Nov 16, 2023
1 parent f4de1d1 commit 7b4b2be
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions talents_holo.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,58 @@
},
]

# TEMPUS ARMIS
talents += [
{
"account": "crimzonruze",
"name": "Crimzon Ruze",
"agency": "Holostars EN",
"generation": "TEMPUS ARMIS",
"generationId": 3,
"active": True,
"colors": {
"light": "",
"dark": ""
},
},
{
"account": "goldbullet_en",
"name": "Goldbullet",
"agency": "Holostars EN",
"generation": "TEMPUS ARMIS",
"generationId": 3,
"active": True,
"colors": {
"light": "",
"dark": ""
},
},
{
"account": "jurardtrexford",
"name": "Jurard T Rexford",
"agency": "Holostars EN",
"generation": "TEMPUS ARMIS",
"generationId": 3,
"active": True,
"colors": {
"light": "",
"dark": ""
},
},
{
"account": "octavio_holo",
"name": "Octavio",
"agency": "Holostars EN",
"generation": "TEMPUS ARMIS",
"generationId": 3,
"active": True,
"colors": {
"light": "",
"dark": ""
},
},
]

# Advent
talents += [
{
Expand Down

0 comments on commit 7b4b2be

Please sign in to comment.