Database for Sigils.
Sigil Entry Schema[]
["Sigil Name"] = {
Description = "Sigil description",
Image = "SigilName.png",
Name = "Sigil Name",
Link = "Article Name",
SellPrice = 1000,
},
Key/Column Name | Data Type | Required? | Explanation/Description | Example(s) |
---|---|---|---|---|
Description | String | ✔️ | In-game item description | "A sigil representing prestige gained with the Ostron."
|
Image | String | ✔️ | Image file name of the sigil as seen in in-game menus | "LeapingThrasherSigil.png"
|
Name | String | ✔️ | Name of sigil as seen in-game | "Bloodshed Sigil"
|
Link | String | ✔️ | Page/article link to the related article on the wiki | "Stalker"
|
SellPrice | Number | ❌ | Sigil's selling price in Credits | 1000
|
Sigil Data[]
return {
["Alad V Sigil"] = {
Image = "AladV_sigil.png",
Name = "Alad V Sigil",
Link = "Alad V",
SellPrice = 1000,
},
["Ambulas Sigil"] = {
Image = "Ambulas_sigil.png",
Name = "Ambulas Sigil",
Link = "Ambulas",
SellPrice = 1000,
},
["Hyena Sigil"] = {
Image = "HyenaPack_sigil.png",
Name = "Hyena Sigil",
Link = "Hyena Pack",
SellPrice = 1000,
},
["Jackal Sigil"] = {
Image = "Jackal_sigil.png",
Name = "Jackal Sigil",
Link = "Jackal",
SellPrice = 1000,
},
["Kela De Thaym Sigil"] = {
Image = "KelaDeThaym_sigil.png",
Name = "Kela De Thaym Sigil",
Link = "Kela De Thaym",
SellPrice = 1000,
},
["Lech Kril Sigil"] = {
Image = "LechKril_sigil.png",
Name = "Lech Kril Sigil",
Link = "Lech Kril",
SellPrice = 1000,
},
["Lephantis Sigil"] = {
Image = "Lephantis_sigil.png",
Name = "Lephantis Sigil",
Link = "Lephantis",
SellPrice = 1000,
},
["Lynx Sigil"] = {
Image = "Lynx_sigil.png",
Name = "Lynx Sigil",
Link = "Lynx",
SellPrice = 1000,
},
["Phorid Sigil"] = {
Image = "Phorid_sigil.png",
Name = "Phorid Sigil",
Link = "Phorid",
SellPrice = 1000,
},
["Raptor Sigil"] = {
Image = "Raptor_sigil.png",
Name = "Raptor Sigil",
Link = "Raptors",
SellPrice = 1000,
},
["Sargas Ruk Sigil"] = {
Image = "SargusRuk_sigil.png",
Name = "Sargas Ruk Sigil",
Link = "Sargas Ruk",
SellPrice = 1000,
},
["The Sergeant Sigil"] = {
Image = "NefAnyo_sigil.png",
Name = "The Sergeant Sigil",
Link = "The Sergeant",
SellPrice = 1000,
},
["Tyl Regor Sigil"] = {
Image = "TylRegor_sigil.png",
Name = "Tyl Regor Sigil",
Link = "Tyl Regor",
SellPrice = 1000,
},
["Vay Hek Sigil"] = {
Image = "VeyHek_sigil.png",
Name = "Vay Hek Sigil",
Link = "Vay Hek",
SellPrice = 1000,
},
["Vor Sigil"] = {
Image = "CaptainVor_sigil.png",
Name = "Vor Sigil",
Link = "Captain Vor",
SellPrice = 1000,
},
["Bloodshed Sigil"] = {
Image = "BloodiedSigil.png",
Name = "Bloodshed Sigil",
Description = "With this sigil, damage will leave you blood-soaked, while in Captura your Warframe stands wreathed in the gore of its enemies. Honor the Maiden of Death by donning her traditional garb.",
SellPrice = 1000,
},
["Leaping Thrasher Sigil"] = {
Image = "LeapingThrasherSigil.png",
Name = "Leaping Thrasher Sigil",
Link = "Leaping Thrasher",
Description = "A sigil depicting a Leaping Thrasher.",
SellPrice = 1000,
},
["Old Blood Sigil"] = {
Image = "OldBloodSigil.png",
Name = "Old Blood Sigil",
Description = "The sigil of one who has bested an inhuman adversary born of the Old Blood: a Kuva Lich.",
SellPrice = 1000,
},
["Sisterhood Sigil"] = {
Image = "SisterhoodSigil.png",
Name = "Sisterhood Sigil",
Description = "A mark of respect for the Sisters of Parvos.",
SellPrice = 1000,
},
["Scar Sigil"] = {
Image = "ScarSigil.png",
Name = "Scar Sigil",
Description = "A memento for those who have awoken from the Second Dream.",
SellPrice = 1000,
},
["Imminent Eclipse Sigil"] = {
Image = "ImminentEclipse_w.png",
Name = "Imminent Eclipse Sigil",
Description = "Captures the moment when the darkness overcomes the light."
},
["Awakened Luna Sigil"] = {
Image = "AwakenedLuna_w.png",
Name = "Awakened Luna Sigil",
Description = "Wake to a new light."
},
["Eternal Stasis Sigil"] = {
Image = "EternalStasis_w.png",
Name = "Eternal Stasis Sigil",
Description = "Commemorates the beginning of the long-sleep."
},
["Solar Flare Sigil"] = {
Image = "SolarFlare_w.png",
Name = "Solar Flare Sigil",
Description = "Represents an incredible and untamed power."
},
["Void Gate Sigil"] = {
Image = "VoidGate_w.png",
Name = "Void Gate Sigil",
Description = "Recalls the place that lies between two realities."
},
["Lotus Deliverance Sigil"] = {
Image = "LotusDeliverance_w.png",
Name = "Lotus Deliverance Sigil",
Description = "Remembers the one who awakens."
},
["Cephalon Simaris Sigil"] = {
Image = "Simaris_Sigil.png",
Name = "Cephalon Simaris Sigil",
Description = "Sigil depicting the Sanctuary Warden, Cephalon Simaris."
},
["Prisma Sigil"] = {
Image = "PrismaSigil.png",
Name = "Prisma Sigil",
Description = "This exclusive sigil features Prisma color gradients for maximum customization."
},
["Prisma Lotus Sigil"] = {
Image = "PrismaLotusSigil.png",
Name = "Prisma Lotus Sigil",
Description = "From Baro Ki'Teer comes this stylish reimagining of the Lotus' signature symbol."
},
["Pack Leader Sigil"] = {
Image = "PackLeaderSigil.png",
Name = "Pack Leader Sigil",
Description = "A sigil representing your Kubrow allegiance."
},
["Glaring Sigil"] = {
Image = "GlaringSigil.png",
Name = "Glaring Sigil",
Description = "A sigil representing your Kavat allegiance."
},
["Lunar Renewal Ox Sigil"] = {
Image = "LunarRenewalOxSigil.png",
Name = "Lunar Renewal Ox Sigil",
Description = "Celebrate the new lunar year with the power of the noble ox."
},
["Lunar Renewal Tiger Sigil"] = {
Image = "LunarRenewalTigerSigil.png",
Name = "Lunar Renewal Tiger Sigil",
Description = "Celebrate the Lunar Renewal with the bravery of the legendary tiger."
},
["Scars of Arbitration Sigil"] = {
Image = "ScarsofArbitrationSigil.png",
Name = "Scars of Arbitration Sigil",
Description = "Bear the scars earned in deadly Arbitrations."
},
["Nightwave Sigil"] = {
Image = "NightwaveEmblem.png",
Name = "Nightwave Sigil",
Description = "For the Sleepless, the Dreamers."
},
["Saturn Six Sigil"] = {
Image = "SaturnSixEmblem.png",
Name = "Saturn Six Sigil",
Description = "The mark of an outlaw, once locked away six leagues deep in the gas."
},
["Emissary Sigil"] = {
Image = "EmissarySigil.png",
Name = "Emissary Sigil",
Description = "Display the mark of Arlo's devoted with this Sigil."
},
["Glassmaker Sigil"] = {
Image = "GlassmakerSigil.png",
Name = "Glassmaker Sigil",
Description = "A sigil commemorating your grim descent into the madness of the Glassmaker."
},
["Mastery Sigil"] = {
Image = "MasterySigilR.png",
Name = "Mastery Sigil",
Description = "This sigil represents the pinnacle of mastery within the Tenno."
},
["Community of Tenno"] = {
Image = "CommunityOfTenno_Market.png",
Name = "Community of Tenno",
Description = "Dedicated to the amazing Warframe community."
},
["Festive Sigil"] = {
Image = "FestiveSigil.png",
Name = "Festive Sigil",
Description = "A sigil containing a festive design."
},
["Banshee Soprana Sigil"] = {
Image = "BansheeDeluxeSigil.png",
Name = "Banshee Soprana Sigil",
Description = "Wear Banshee Soprana's sigil with pride."
},
["Lunar Renewal Prowl Sigil"] = {
Image = "LunarRenewalProwlSigil.png",
Name = "Lunar Renewal Prowl Sigil",
Description = "Face the coming year with the boldness of the legendary tiger.."
},
["Velorum Prime Sigil"] = {
Image = "VerlorumPrimeSigil.png",
Name = "Velorum Prime Sigil",
Description = "Champions of the Orokin were allowed to wear this Sigil as proof of their loyalty."
},
["Cycuta Prime Sigil"] = {
Image = "PrimeAccessSarynSigil.png",
Name = "Cycuta Prime Sigil",
Description = "This ancient glyph was the focus of an ancient Tenno meditation ritual."
},
["Rift Walker Prime Sigil"] = {
Image = "PrimeAccessSigilLimbo.png",
Name = "Rift Walker Prime Sigil",
Description = "The signature sigil of Limbo Prime."
},
["Kumuda Sigil"] = {
Image = "KumudaSigil.png",
Name = "Kumuda Sigil",
Description = "Pay respect to The Lotus with this elegant sigil."
},
["Empyrean Sigil"] = {
Image = "EmpyreanSigil.png",
Name = "Empyrean Sigil",
Description = "The same sigil that was proudly worn by Old War Railjack crews."
},
["Static Reactor Prime Sigil"] = {
Image = "StaticReactorPrimeSigil.png",
Name = "Static Reactor Prime Sigil",
Description = "Paired with this sigil, a Warframe will flicker and flash like a thunderhead."
},
["Quick Steel Sigil"] = {
Image = "QuickSteelSigil.png",
Name = "Quick Steel Sigil",
Description = "A symbol of pride for those that braved blade and star in The Conclave."
},
["Lift Together Sigil"] = {
Image = "LiftTogetherSigil.png",
Name = "Lift Together Sigil",
Description = "A sigil depicting the mark of Solaris United."
},
["Rhino Palatine Sigil"] = {
Image = "RhinoDeluxeSigil.png",
Name = "Rhino Palatine Sigil",
Description = "Pay homage to warriors of a more chivalrous time with this sigil."
},
["Conquera Sigil"] = {
Image = "ConqueraSigil.png",
Name = "Conquera Sigil",
Description = "Wear the Sigil as a symbol of support in the fight to conquer a disease that touches us all."
},
["Rift Sigil"] = {
Image = "EnergySigilA_d.png",
Name = "Rift Sigil",
Link = "Sigil#Tactical Alert Sigils",
Description = "This sigil is laced with energy from the Void."
},
["Day of the Dead Sigil"] = {
Image = "DayoftheDeadSigil.png",
Name = "Day of the Dead Sigil",
Link = "Sigil#Tactical Alert Sigils",
Description = "A morbidly festive sigil."
},
["Dog Days Sigil"] = {
Image = "DogDaysIcon.png",
Name = "Dog Days Sigil",
Description = "Beat the heat with this unique Sigil."
},
["Blade and Gun Sigil"] = {
Image = "BladeAndGun.png",
Name = "Blade and Gun Sigil",
Description = "Awarded to dedicated members within the Warframe community."
},
["Winter Solstice Sigil"] = {
Image = "WinterSolsticeSigil.png",
Name = "Winter Solstice Sigil",
Description = "A festive sigil."
},
["Tenno Chronicler Sigil"] = {
Image = "Wikia Badge 2.png",
Name = "Tenno Chronicler Sigil",
Description = "A special sigil worn only by a select few Tenno."
},
["Tenno Translator Emblem"] = {
Image = "TranslatorSigil.png",
Name = "Tenno Translator Emblem",
Description = "An exclusive Sigil worn only by Tenno Translators."
},
["Guide of the Lotus"] = {
Image = "LotusGuideBadge.png",
Name = "Guide of the Lotus",
Description = "Awarded to Tenno who assist the Lotus by helping other Tenno."
},
["Steel Meridian Sigil"] = {
Image = "SteelMeridianSigil.png",
Name = "Steel Meridian Sigil",
},
["Defiance Sigil"] = {
Image = "DefianceSigil.png",
Name = "Defiance Sigil",
},
["Armada Sigil"] = {
Image = "ArmadaSigil.png",
Name = "Armada Sigil",
},
["Vigilance Sigil"] = {
Image = "VigilanceSigil.png",
Name = "Vigilance Sigil",
},
["Uprising Sigil"] = {
Image = "UprisingSigil.png",
Name = "Uprising Sigil",
},
["Protectorate Sigil"] = {
Image = "ProtectorateSigil.png",
Name = "Protectorate Sigil",
},
["Freedom Fighter Sigil"] = {
Image = "FreedomFighterSigil.png",
Name = "Freedom Fighter Sigil",
},
["Armored Sigil"] = {
Image = "ArmoredSigil.png",
Name = "Armored Sigil",
},
["Rebellion Sigil"] = {
Image = "RebellionSigil.png",
Name = "Rebellion Sigil",
},
["Unyielding Sigil"] = {
Image = "UnyieldingSigil.png",
Name = "Unyielding Sigil",
},
["Champion Sigil"] = {
Image = "ChampionSigil.png",
Name = "Champion Sigil",
},
["Arbiters of Hexis Sigil"] = {
Image = "ArbitersofHexisSigil.png",
Name = "Arbiters of Hexis Sigil",
},
["Guiding Path Sigil"] = {
Image = "GuidingPathSigil.png",
Name = "Guiding Path Sigil",
},
["Bending Will Sigil"] = {
Image = "BendingWillSigil.png",
Name = "Bending Will Sigil",
},
["Discipline Sigil"] = {
Image = "DisciplineSigil.png",
Name = "Discipline Sigil",
},
["Will Sigil"] = {
Image = "WillSigil.png",
Name = "Will Sigil",
},
["Choice Sigil"] = {
Image = "ChoiceSigil.png",
Name = "Choice Sigil",
},
["Grasp Sigil"] = {
Image = "GraspSigil.png",
Name = "Grasp Sigil",
},
["Potential Sigil"] = {
Image = "PotentialSigil.png",
Name = "Potential Sigil",
},
["Succession Sigil"] = {
Image = "SuccessionSigil.png",
Name = "Succession Sigil",
},
["Surpassing Sigil"] = {
Image = "SurpassingSigil.png",
Name = "Surpassing Sigil",
},
["Truth Sigil"] = {
Image = "TruthSigil.png",
Name = "Truth Sigil",
},
["Cephalon Suda Sigil"] = {
Image = "CephalonSudaSigil.png",
Name = "Cephalon Suda Sigil",
},
["Query Sigil"] = {
Image = "QuerySigil.png",
Name = "Query Sigil",
},
["Searching Sigil"] = {
Image = "SearchingSigil.png",
Name = "Searching Sigil",
},
["Pattern Match Sigil"] = {
Image = "PatternMatchSigil.png",
Name = "Pattern Match Sigil",
},
["Atomic Sigil"] = {
Image = "AtomicSigil.png",
Name = "Atomic Sigil",
},
["Manifold Sigil"] = {
Image = "ManifoldSigil.png",
Name = "Manifold Sigil",
},
["Fractal Sigil"] = {
Image = "FractalSigil.png",
Name = "Fractal Sigil",
},
["Multivariate Sigil"] = {
Image = "MultivariateSigil.png",
Name = "Multivariate Sigil",
},
["Labyrinth Sigil"] = {
Image = "LabyrinthSigil.png",
Name = "Labyrinth Sigil",
},
["Hexan Sigil"] = {
Image = "HexanSigil.png",
Name = "Hexan Sigil",
},
["Oracle Sigil"] = {
Image = "OracleSigil.png",
Name = "Oracle Sigil",
},
["Perrin Sequence Sigil"] = {
Image = "PerrinSequenceSigil.png",
Name = "Perrin Sequence Sigil",
},
["Progress Sigil"] = {
Image = "ProgressSigil.png",
Name = "Progress Sigil",
},
["Opportunity Sigil"] = {
Image = "OpportunitySigil.png",
Name = "Opportunity Sigil",
},
["Calculating Sigil"] = {
Image = "CalculatingSigil.png",
Name = "Calculating Sigil",
},
["Synergy Sigil"] = {
Image = "SynergySigil.png",
Name = "Synergy Sigil",
},
["Directives Sigil"] = {
Image = "DirectivesSigil.png",
Name = "Directives Sigil",
},
["Strategy Sigil"] = {
Image = "StrategySigil.png",
Name = "Strategy Sigil",
},
["Tessellations Sigil"] = {
Image = "TessellationsSigil.png",
Name = "Tessellations Sigil",
},
["Optimum Sigil"] = {
Image = "OptimumSigil.png",
Name = "Optimum Sigil",
},
["Capital Sigil"] = {
Image = "CapitalSigil.png",
Name = "Capital Sigil",
},
["Chairman Sigil"] = {
Image = "ChairmanSigil.png",
Name = "Chairman Sigil",
},
["Red Veil Sigil"] = {
Image = "RedVeilSigil.png",
Name = "Red Veil Sigil",
},
["Blades Sigil"] = {
Image = "BladesSigil.png",
Name = "Blades Sigil",
},
["Cull Sigil"] = {
Image = "CullSigil.png",
Name = "Cull Sigil",
},
["Threat Sigil"] = {
Image = "ThreatSigil.png",
Name = "Threat Sigil",
},
["Maelstrom Sigil"] = {
Image = "MaelstromSigil.png",
Name = "Maelstrom Sigil",
},
["Lesion Sigil"] = {
Image = "LesionSigil.png",
Name = "Lesion Sigil",
},
["Ruin Sigil"] = {
Image = "RuinSigil.png",
Name = "Ruin Sigil",
},
["Viscera Sigil"] = {
Image = "VisceraSigil.png",
Name = "Viscera Sigil",
},
["Malevolent Sigil"] = {
Image = "MalevolentSigil.png",
Name = "Malevolent Sigil",
},
["Covert Sigil"] = {
Image = "CovertSigil.png",
Name = "Covert Sigil",
},
["Assassin Sigil"] = {
Image = "AssassinSigil.png",
Name = "Assassin Sigil",
},
["New Loka Sigil"] = {
Image = "NewLokaSigil.png",
Name = "New Loka Sigil",
},
["Sacrifice Sigil"] = {
Image = "SacrificeSigil.png",
Name = "Sacrifice Sigil",
},
["Seed Sigil"] = {
Image = "SeedSigil.png",
Name = "Seed Sigil",
},
["Rebirth Sigil"] = {
Image = "RebirthSigil.png",
Name = "Rebirth Sigil",
},
["Growth Sigil"] = {
Image = "GrowthSigil.png",
Name = "Growth Sigil",
},
["Clarity Sigil"] = {
Image = "ClaritySigil.png",
Name = "Clarity Sigil",
},
["Bloom Sigil"] = {
Image = "BloomSigil.png",
Name = "Bloom Sigil",
},
["Purity Sigil"] = {
Image = "PuritySigil.png",
Name = "Purity Sigil",
},
["Gaia Sigil"] = {
Image = "GaiaSigil.png",
Name = "Gaia Sigil",
},
["Bounty Sigil"] = {
Image = "BountySigil.png",
Name = "Bounty Sigil",
},
["Humanity Sigil"] = {
Image = "HumanitySigil.png",
Name = "Humanity Sigil",
},
["Stalker Sigil"] = {
Image = "StalkerSigil.png",
Name = "Stalker Sigil",
Link = "Stalker",
SellPrice = 1000,
},
["Grustrag Sigil"] = {
Image = "TheGrustragThreeSigil.png",
Name = "Grustrag Sigil",
Link = "The Grustrag Three",
SellPrice = 1000,
},
["Zanuka Sigil"] = {
Image = "HarvesterSigil.png",
Name = "Zanuka Sigil",
Link = "Zanuka Hunter",
SellPrice = 1000,
},
["Teralyst Sigil"] = {
Image = "TeralystSigil.png",
Name = "Teralyst Sigil",
Link = "Eidolon Teralyst",
},
["Gantulyst Sigil"] = {
Image = "GantulystSigil.png",
Name = "Gantulyst Sigil",
Link = "Eidolon Gantulyst",
},
["Hydrolyst Sigil"] = {
Image = "HydrolystSigil.png",
Name = "Hydrolyst Sigil",
Link = "Eidolon Hydrolyst",
},
["Conclave Sigil"] = {
Image = "ConclaveSigil.png",
Name = "Conclave Sigil",
},
["Awakening Sigil"] = {
Image = "AwakeningSigil.png",
Name = "Awakening Sigil",
},
["Perception Sigil"] = {
Image = "PerceptionSigil.png",
Name = "Perception Sigil",
},
["Awareness Sigil"] = {
Image = "AwarenessSigil.png",
Name = "Awareness Sigil",
},
["Revelation Sigil"] = {
Image = "RevelationSigil.png",
Name = "Revelation Sigil",
},
["Vigilance Sigil"] = {
Image = "VigilanceSigil.png",
Name = "Vigilance Sigil",
},
["Prudence Sigil"] = {
Image = "PrudenceSigil.png",
Name = "Prudence Sigil",
},
["Discretion Sigil"] = {
Image = "DiscretionSigil.png",
Name = "Discretion Sigil",
},
["Ambition Sigil"] = {
Image = "AmbitionSigil.png",
Name = "Ambition Sigil",
},
["Volition Sigil"] = {
Image = "VolitionSigil.png",
Name = "Volition Sigil",
},
["Freedom Sigil"] = {
Image = "FreedomSigil.png",
Name = "Freedom Sigil",
},
["Enlightenment Sigil"] = {
Image = "EnlightenmentSigil.png",
Name = "Enlightenment Sigil",
},
["Discovery Sigil"] = {
Image = "DiscoverySigil.png",
Name = "Discovery Sigil",
},
["Accord Sigil"] = {
Image = "AccordSigil.png",
Name = "Accord Sigil",
},
["Insight Sigil"] = {
Image = "InsightSigil.png",
Name = "Insight Sigil",
},
["Empathy Sigil"] = {
Image = "EmpathySigil.png",
Name = "Empathy Sigil",
},
["Unity Sigil"] = {
Image = "UnitySigil.png",
Name = "Unity Sigil",
},
["Gilded Clan Sigil"] = {
Image = "ClanSigilGilded.png",
Name = "Gilded Clan Sigil",
},
["Glyphed Clan Sigil"] = {
Image = "ClanSigilGlyphed.png",
Name = "Glyphed Clan Sigil",
},
["Phased Clan Sigil"] = {
Image = "ClanSigilPhased.png",
Name = "Phased Clan Sigil",
},
["Evergreen Sigil"] = {
Image = "XmasSigilD.png",
Link = "Sigil#Tactical Alert Sigils",
Name = "Evergreen Sigil",
},
["Nistlebrush Sigil"] = {
Image = "XmasSigilB.png",
Link = "Sigil#Tactical Alert Sigils",
Name = "Nistlebrush Sigil",
},
["Tolling Sigil"] = {
Image = "XmasSigilC.png",
Link = "Sigil#Tactical Alert Sigils",
Name = "Tolling Sigil",
},
["Wreath Sigil"] = {
Image = "XmasSigilA.png",
Link = "Sigil#Tactical Alert Sigils",
Name = "Wreath Sigil",
},
["Tenno Live Sigil"] = {
Image = "TennoLive2015.png",
Name = "Tenno Live Sigil",
},
["Tenno Luminary Sigil"] = {
Image = "TennoLuminarySigil.png",
Name = "Tenno Luminary Sigil",
},
["Tennocon 2016 Sigil"] = {
Image = "TennoCon2016Sigil.png",
Name = "Tennocon 2016 Sigil",
},
["Tennocon 2017 Sigil"] = {
Image = "TennoCon2017Sigil.png",
Name = "Tennocon 2017 Sigil",
},
["Tennocon 2018 Sigil"] = {
Image = "TennoCon2018Sigil.png",
Name = "Tennocon 2018 Sigil",
},
["Tennocon 2019 Sigil"] = {
Image = "Tennocon2019Sigil.png",
Name = "Tennocon 2019 Sigil",
},
["Tennocon 2020 Sigil"] = {
Image = "Tennocon2020Sigil.png",
Name = "Tennocon 2020 Sigil",
},
["Disciple Sigil"] = {
Image = "DiscipleBadge.png",
Name = "Disciple Sigil",
},
["Hunter Sigil"] = {
Image = "HunterBadge.png",
Name = "Hunter Sigil",
},
["Master Sigil"] = {
Image = "MasterBadge.png",
Name = "Master Sigil",
},
["Grand Master Sigil"] = {
Image = "GrandMasterBadge.png",
Name = "Grand Master Sigil",
},
["Cycle One Sigil"] = {
Image = "PS4OneYearSigil.png",
Name = "Cycle One Sigil",
},
["Cycle Two Sigil"] = {
Image = "PS4TwoYearSigil.png",
Name = "Cycle Two Sigil",
},
["Cycle Three Sigil"] = {
Image = "PS4ThreeYearSigil.png",
Name = "Cycle Three Sigil",
},
["Cycle Four Sigil"] = {
Image = "PS4FourYearSigil.png",
Name = "Cycle Four Sigil",
},
["Cycle Five Sigil"] = {
Image = "PS4FiveYearSigil.png",
Name = "Cycle Five Sigil",
},
["Exclusive Sigil"] = {
Image = "PS4ExclusiveSigil.png",
Name = "Exclusive Sigil",
},
["Obsidian Sigil"] = {
Image = "PS4ObsidianSigil.png",
Name = "Obsidian Sigil",
},
["Obsidian Indra Sigil"] = {
Image = "PS4ObsidianIndraSigil.png",
Name = "Obsidian Indra Sigil",
},
["Obsidian Corvus Sigil"] = {
Image = "PS4ObsidianCorvusSigil.png",
Name = "Obsidian Corvus Sigil",
},
["Seal of Honoring"] = {
Image = "XBoneOneYearSigil.png",
Name = "Seal of Honoring",
},
["Seal of Honoring II"] = {
Image = "XBoneTwoYearSigil.png",
Name = "Seal of Honoring II",
},
["Seal of Honoring III"] = {
Image = "XBoneThreeYearSigil.png",
Name = "Seal of Honoring III",
},
["Seal of Honoring IV"] = {
Image = "XB1FourYearSigil.png",
Name = "Seal of Honoring IV",
},
["Stoka Jade Sigil"] = {
Image = "XB1StokaJadeSigil.png",
Name = "Stoka Jade Sigil",
},
["Capala Jade Sigil"] = {
Image = "XB1CapalaJadeSigil.png",
Name = "Capala Jade Sigil",
},
}