diff options
author | Hop311 <hop3114@gmail.com> | 2023-05-08 23:03:21 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-05-11 00:54:24 +0200 |
commit | f3bcc10f06ed9aebd281df7851045b0247113e19 (patch) | |
tree | e17c5fe07e80b8f0d3dfd09f45dad37ba93e8fe5 /game/common/goods.json | |
parent | bd08b517ed8e3a42de981b7173a99fa362134021 (diff) |
Added Goods loading + mapmode
Diffstat (limited to 'game/common/goods.json')
-rw-r--r-- | game/common/goods.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/game/common/goods.json b/game/common/goods.json new file mode 100644 index 0000000..959011a --- /dev/null +++ b/game/common/goods.json @@ -0,0 +1,53 @@ +{ + "good_ammunition": { "category": "military", "base_price": 17.50, "colour": [208, 202, 127], "default_available": false }, + "good_small_arms": { "category": "military", "base_price": 37.00, "colour": [189, 118, 22], "default_available": false }, + "good_artillery": { "category": "military", "base_price": 60.00, "colour": [145, 130, 86], "default_available": false }, + "good_canned_food": { "category": "military", "base_price": 16.00, "colour": [255, 39, 12] }, + "good_tanks": { "category": "military", "base_price": 98.00, "colour": [55, 41, 9], "default_available": false }, + "good_aeroplanes": { "category": "military", "base_price": 110.00, "colour": [221, 213, 182], "default_available": false }, + + "good_coal": { "category": "raw", "base_price": 2.30, "colour": [11, 29, 77] }, + "good_cotton": { "category": "raw", "base_price": 2.00, "colour": [255, 255, 255] }, + "good_dye": { "category": "raw", "base_price": 12.00, "colour": [69, 0, 182] }, + "good_iron": { "category": "raw", "base_price": 3.50, "colour": [111, 111, 111] }, + "good_oil": { "category": "raw", "base_price": 12.00, "colour": [0, 0, 0] }, + "good_precious_metal": { "category": "raw", "base_price": 8.00, "colour": [253, 199, 110], "tradeable": false, "money": true }, + "good_rubber": { "category": "raw", "base_price": 7.00, "colour": [123, 110, 86] }, + "good_silk": { "category": "raw", "base_price": 10.00, "colour": [125, 158, 43] }, + "good_sulphur": { "category": "raw", "base_price": 6.00, "colour": [181, 228, 102] }, + "good_timber": { "category": "raw", "base_price": 0.90, "colour": [146, 72, 17] }, + "good_tropical_wood": { "category": "raw", "base_price": 5.40, "colour": [213, 177, 118] }, + "good_wool": { "category": "raw", "base_price": 0.70, "colour": [234, 195, 158] }, + + "good_steel": { "category": "industrial", "base_price": 4.70, "colour": [95, 128, 147], "default_available": false }, + "good_cement": { "category": "industrial", "base_price": 16.00, "colour": [185, 187, 164] }, + "good_machine_parts": { "category": "industrial", "base_price": 36.50, "colour": [177, 198, 196], "default_available": false }, + "good_glass": { "category": "industrial", "base_price": 2.90, "colour": [201, 200, 199] }, + "good_fuel": { "category": "industrial", "base_price": 25.00, "colour": [145, 110, 89], "default_available": false }, + "good_fertilizer": { "category": "industrial", "base_price": 10.00, "colour": [133, 101, 35] }, + "good_explosives": { "category": "industrial", "base_price": 20.00, "colour": [192, 68, 20], "default_available": false }, + "good_clipper_convoys": { "category": "industrial", "base_price": 42.00, "colour": [21, 65, 30], "default_available": false, "overseas_maintenance": true }, + "good_steamer_convoys": { "category": "industrial", "base_price": 65.00, "colour": [76, 18, 0], "default_available": false, "overseas_maintenance": true }, + "good_electric_gears": { "category": "industrial", "base_price": 16.00, "colour": [255, 255, 0], "default_available": false }, + "good_fabric": { "category": "industrial", "base_price": 1.80, "colour": [186, 50, 40] }, + "good_lumber": { "category": "industrial", "base_price": 1.00, "colour": [180, 94, 26] }, + + "good_paper": { "category": "consumer", "base_price": 3.40, "colour": [216, 185, 77] }, + "good_cattle": { "category": "consumer", "base_price": 2.00, "colour": [84, 227, 40] }, + "good_fish": { "category": "consumer", "base_price": 1.50, "colour": [128, 98, 73] }, + "good_fruit": { "category": "consumer", "base_price": 1.80, "colour": [255, 0, 0] }, + "good_grain": { "category": "consumer", "base_price": 2.20, "colour": [219, 157, 36] }, + "good_tobacco": { "category": "consumer", "base_price": 1.10, "colour": [100, 69, 30] }, + "good_tea": { "category": "consumer", "base_price": 2.60, "colour": [201, 135, 15] }, + "good_coffee": { "category": "consumer", "base_price": 2.10, "colour": [27, 19, 7] }, + "good_opium": { "category": "consumer", "base_price": 3.20, "colour": [114, 162, 47] }, + "good_automobiles": { "category": "consumer", "base_price": 70.00, "colour": [61, 67, 64], "default_available": false }, + "good_telephones": { "category": "consumer", "base_price": 16.00, "colour": [123, 112, 54], "default_available": false }, + "good_wine": { "category": "consumer", "base_price": 9.70, "colour": [123, 0, 54] }, + "good_liquor": { "category": "consumer", "base_price": 6.40, "colour": [76, 5, 0] }, + "good_regular_clothes": { "category": "consumer", "base_price": 5.80, "colour": [217, 17, 19] }, + "good_luxury_clothes": { "category": "consumer", "base_price": 65.00, "colour": [234, 227, 40] }, + "good_furniture": { "category": "consumer", "base_price": 4.90, "colour": [173, 129, 40] }, + "good_luxury_furniture": { "category": "consumer", "base_price": 59.00, "colour": [225, 140, 184] }, + "good_radios": { "category": "consumer", "base_price": 16.00, "colour": [129, 63, 6], "default_available": false} +} |