|
|
@ -24,9 +24,6 @@ module Charred |
|
|
|
file = File.read("data/gold/resources/#{stock}.json") |
|
|
|
file = File.read("data/gold/resources/#{stock}.json") |
|
|
|
resources[stock] = JSON.parse(file) |
|
|
|
resources[stock] = JSON.parse(file) |
|
|
|
|
|
|
|
|
|
|
|
file = File.read("data/gold/starting_stat_pts/#{stock}.json") |
|
|
|
|
|
|
|
stat_pts[stock] = JSON.parse(file) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file = File.read("data/gold/stocks/#{stock}.json") |
|
|
|
file = File.read("data/gold/stocks/#{stock}.json") |
|
|
|
stock_objs[stock] = Stock.new(JSON.parse(file)) |
|
|
|
stock_objs[stock] = Stock.new(JSON.parse(file)) |
|
|
|
end |
|
|
|
end |
|
|
|