aritchie05 / EcoCraftingTool

Crafting calculator for Eco.
https://eco-calc.com
MIT License
23 stars 12 forks source link

Updates for 9.5.2 #39

Closed rannmann closed 2 years ago

rannmann commented 2 years ago

All recipes were added programmatically.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
eco-crafting-tool ✅ Ready (Inspect) Visit Preview Jun 11, 2022 at 11:19PM (UTC)
rannmann commented 2 years ago

I grabbed the recipe dump from here: https://eco-price-calculator.netlify.app/rawData, but it includes some information from mods. These are the items I ended up removing:

const skippedItems = [
  '20ft Shipping Container',
  '40ft Shipping Container',
  'Black Glass',
  'Blue Glass',
  'Brown Glass',
  'Colored Bricks',
  'Colored Reinforced Concrete',
  'Dual Arrow',
  'Frame',
  'Glassworking Table',
  'Green Glass',
  'Greenhouse Glass',
  'Greenhouse Kit',
  'Grey Glass',
  'Grey Stained Glass',
  'Iron Big Shovel',
  'Iron Lucky Pickaxe',
  'Iron Whetstone',
  'Large Grey Stained Glass',
  'Large Log Pile',
  'Large Rock Pile',
  'Long Grey Stained Glass',
  'Long Metal Sliding Window',
  'Long Wood Sliding Window',
  'Mechanical Steam Generator',
  'Medium Log Pile',
  'Medium Rock Pile',
  'Metal Barrier',
  'Modern Big Shovel',
  'Modern Lucky Pickaxe',
  'Orange Glass',
  'Paint Bricks',
  'Paint Reinforced Concrete',
  'Park Bench',
  'Pink Glass',
  'Purple Glass',
  'Quicklime Glass',
  'Red Glass',
  'Road Barricade',
  'Shipping Crate',
  'Signs - Ahead Sign',
  'Small Heat Lamp',
  'Small Sprinkler',
  'Steel Abstract Fixture',
  'Steel Big Shovel',
  'Steel Hanging Fixture',
  'Steel Hanging Lamp',
  'Steel Kitchen Lamp',
  'Steel Lucky Pickaxe',
  'Steel Searchlight',
  'Steel Square Fixture',
  'Steel Whetstone',
  'Stone Whetstone',
  'Tall Grey Stained Glass',
  'Tall Metal Sliding Window',
  'Tall Wood Sliding Window',
  'Traffic Cone',
  'Water Tank Barrier',
  'White Glass',
  'White Water Tank Barrier',
  'Wood Whetstone',
  'Yellow Glass',
  // Also skip skill books.
];

I'm not super familiar with the game yet, but none of these had wiki entries. If any of them should be added back, I'm happy to re-run the importer. It only takes a second.

aritchie05 commented 2 years ago

@rannmann Thanks for the PR! I'll look at it when I get home.

I meant to update this stuff earlier but I started a new job recently and I've been super busy.

aritchie05 commented 2 years ago

This is merged and develop branch is deployed at https://eco-crafting-tool.vercel.app/

Still need to add translations for the new items from 9.5.0 so the localization works correctly before this can be released