Skip to content

Commit

Permalink
- added heist item types at the market
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyusung4698 committed Sep 19, 2020
1 parent 8bd01ae commit c9d0c80
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<app-market-input-select-option value="accessory.amulet" text="Amulet"></app-market-input-select-option>
<app-market-input-select-option value="accessory.belt" text="Belt"></app-market-input-select-option>
<app-market-input-select-option value="accessory.ring" text="Ring"></app-market-input-select-option>
<app-market-input-select-option value="accessory.trinket" text="Trinket"></app-market-input-select-option>
<app-market-input-select-option value="gem" text="Any Gem"></app-market-input-select-option>
<app-market-input-select-option value="gem.activegem" text="Skill Gem"></app-market-input-select-option>
<app-market-input-select-option value="gem.supportgem" text="Support Gem"></app-market-input-select-option>
Expand All @@ -51,11 +52,20 @@
<app-market-input-select-option value="card" text="Card"></app-market-input-select-option>
<app-market-input-select-option value="monster.beast" text="Captured Beast"></app-market-input-select-option>
<app-market-input-select-option value="monster.sample" text="Metamorph Sample"></app-market-input-select-option>
<app-market-input-select-option value="heistequipment" text="Any Heist Equipment"></app-market-input-select-option>
<app-market-input-select-option value="heistequipment.heistweapon" text="Heist Gear"></app-market-input-select-option>
<app-market-input-select-option value="heistequipment.heisttool" text="Heist Tool"></app-market-input-select-option>
<app-market-input-select-option value="heistequipment.heistutility" text="Heist Cloak"></app-market-input-select-option>
<app-market-input-select-option value="heistequipment.heistreward" text="Heist Brooch"></app-market-input-select-option>
<app-market-input-select-option value="heistmission" text="Any Heist Mission"></app-market-input-select-option>
<app-market-input-select-option value="heistmission.contract" text="Heist Contract"></app-market-input-select-option>
<app-market-input-select-option value="heistmission.blueprint" text="Heist Blueprint"></app-market-input-select-option>
<app-market-input-select-option value="currency" text="Any Currency"></app-market-input-select-option>
<app-market-input-select-option value="currency.piece" text="Unique Fragment"></app-market-input-select-option>
<app-market-input-select-option value="currency.resonator" text="Resonator"></app-market-input-select-option>
<app-market-input-select-option value="currency.fossil" text="Fossil"></app-market-input-select-option>
<app-market-input-select-option value="currency.incubator" text="Incubator"></app-market-input-select-option>
<app-market-input-select-option value="currency.heistobjective" text="Heist Target"></app-market-input-select-option>
</app-market-input-select>
</app-market-input>
</div>
Expand Down

0 comments on commit c9d0c80

Please sign in to comment.