mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Tajara loadout options expansion: literature and badges edition (#11981)
This commit is contained in:
@@ -578,30 +578,6 @@ All custom items with worn sprites must follow the contained sprite system: http
|
||||
icon_state = "nikit_zippo"
|
||||
|
||||
|
||||
/obj/item/deck/tarot/fluff/klavdiya_cards //Adhomian Divination Cards Deck - Klavdiya Tikhomirov - alberyk
|
||||
name = "adhomian divination cards deck"
|
||||
desc = "An adhomian deck of divination cards, used to read the one's fortune or play games."
|
||||
icon_state = "deck_adhomai"
|
||||
|
||||
/obj/item/deck/tarot/fluff/klavdiya_cards/generate_deck()
|
||||
var/datum/playingcard/P
|
||||
for(var/name in list("D'as'ral Massacre","Clairvoyant","Suns' Sister","Queen","King","Father of the Parivara","S'rendal'Matir","Tank","Royal Grenadier","Kraszarrumalkarii","Hand of Fate","Great Revolution","Assassin","Assassination","Dymtris Line",
|
||||
"Rrak'narrr","Steeple","Messa","Raskara","S'rendarr","Kazarrhaldiye","Adhomai"))
|
||||
P = new()
|
||||
P.name = "[name]"
|
||||
P.card_icon = "adhomai_major"
|
||||
P.back_icon = "card_back_adhomai"
|
||||
cards += P
|
||||
for(var/suit in list("wands","pentacles","cups","swords"))
|
||||
|
||||
|
||||
for(var/number in list("ace","two","three","four","five","six","seven","eight","nine","ten","serf","soldier","queen","king"))
|
||||
P = new()
|
||||
P.name = "[number] of [suit]"
|
||||
P.card_icon = "adhomai_[suit]"
|
||||
P.back_icon = "card_back_adhomai"
|
||||
cards += P
|
||||
|
||||
/obj/item/clothing/accessory/locket/fluff/klavdiya_amulet //Moon Shaped Amulet - Klavdiya Tikhomirov - alberyk
|
||||
name = "moon shaped amulet"
|
||||
desc = "A metalic necklace that bears a silver moon shapped pendant."
|
||||
|
||||
Reference in New Issue
Block a user