Skip to content

Commit

Permalink
Merge pull request #68 from flbraun/ninja_runes
Browse files Browse the repository at this point in the history
provide poe.ninja results for Kalguuran Runes added in 3.25
  • Loading branch information
flbraun authored Aug 9, 2024
2 parents cd5fb90 + 9362042 commit 55854db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/ninja.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'https://poe.ninja/api/data/currencyoverview?league={league}&type=Fragment',
'currencyTypeName',
),
NinjaCategory.RUNES: ('https://poe.ninja/api/data/itemoverview?league={league}&type=KalguuranRune', 'name'),
NinjaCategory.TATTOOS: ('https://poe.ninja/api/data/itemoverview?league={league}&type=Tattoo', 'name'),
NinjaCategory.OMENS: ('https://poe.ninja/api/data/itemoverview?league={league}&type=Omen', 'name'),
NinjaCategory.DIVINATION_CARDS: (
Expand Down Expand Up @@ -66,6 +67,7 @@
# General
NinjaCategory.CURRENCY: ('https://poe.ninja/economy/{league}/currency', False),
NinjaCategory.FRAGMENTS: ('https://poe.ninja/economy/{league}/fragments', False),
NinjaCategory.RUNES: ('https://poe.ninja/economy/{league}/kalguuran-runes', False),
NinjaCategory.TATTOOS: ('https://poe.ninja/economy/{league}/tattoos', False),
NinjaCategory.OMENS: ('https://poe.ninja/economy/{league}/omens', False),
NinjaCategory.DIVINATION_CARDS: ('https://poe.ninja/economy/{league}/divination-cards', False),
Expand Down
1 change: 1 addition & 0 deletions data/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class NinjaCategory(Enum):
# General
CURRENCY = 'Currency'
FRAGMENTS = 'Fragments'
RUNES = 'Kalguuran Runes'
TATTOOS = 'Tattoos'
OMENS = 'Omens'
DIVINATION_CARDS = 'Divination Cards'
Expand Down

0 comments on commit 55854db

Please sign in to comment.