Skip to content

Commit

Permalink
Added currencies
Browse files Browse the repository at this point in the history
Pixels and Essence can be found in the interface now.
SpawnableItemFetcher updated to support the newer .currency file
extension.
  • Loading branch information
Silverfeelin committed May 25, 2017
1 parent 130ba33 commit 8045605
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,12 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

SpawnableItemFetcher/SpawnableItemFetcher/bin/Debug/SpawnableItemFetcher.exe
SpawnableItemFetcher/SpawnableItemFetcher/bin/Debug/SpawnableItemFetcher.pdb
SpawnableItemFetcher/SpawnableItemFetcher/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
SpawnableItemFetcher/SpawnableItemFetcher/obj/Debug/SpawnableItemFetcher.csproj.FileListAbsolute.txt
SpawnableItemFetcher/SpawnableItemFetcher/obj/Debug/SpawnableItemFetcher.csprojResolveAssemblyReference.cache
SpawnableItemFetcher/SpawnableItemFetcher/obj/Debug/SpawnableItemFetcher.exe
SpawnableItemFetcher/SpawnableItemFetcher/obj/Debug/SpawnableItemFetcher.pdb
SpawnableItemFetcher/SpawnableItemFetcher/SpawnableItemFetcher.csproj.user
2 changes: 1 addition & 1 deletion SpawnableItemFetcher/SpawnableItemFetcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum ResultType {
/// <summary>
/// File extensions for all items.
/// </summary>
static string[] extensions = ".activeitem,.object,.codex,.head,.chest,.legs,.back,.augment,.coinitem,.item,.consumable,.unlock,.instrument,.liqitem,.matitem,.thrownitem,.harvestingtool,.flashlight,.grapplinghook,.painttool,.wiretool,.beamaxe,.tillingtool,.miningtool,.techitem".Split(',');
static string[] extensions = ".activeitem,.object,.codex,.head,.chest,.legs,.back,.augment,.currency,.coinitem,.item,.consumable,.unlock,.instrument,.liqitem,.matitem,.thrownitem,.harvestingtool,.flashlight,.grapplinghook,.painttool,.wiretool,.beamaxe,.tillingtool,.miningtool,.techitem".Split(',');

// Item names to exclude from the list.
static string[] ignoredItems = new string[]
Expand Down
Binary file modified SpawnableItemFetcher/build/SpawnableItemFetcher.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion sipItemDump.json

Large diffs are not rendered by default.

0 comments on commit 8045605

Please sign in to comment.