]> git.localhorst.tv Git - blobs-assets.git/blob - data/resources
resource energy values
[blobs-assets.git] / data / resources
1 air = {
2         label = "Air";
3         state = gas;
4         density = 1.225;
5         energy = 19000000.0;
6         base_color = [ 0.65, 0.9, 1.0 ];
7 };
8
9 biomass = {
10         label = "Biomass";
11         state = solid;
12         density = 985;
13         energy = 8000000.0;
14         base_color = [ 0.42, 0.42, 0.23 ];
15 };
16
17 dirt = {
18         label = "Dirt";
19         state = solid;
20         density = 1600;
21         energy = 9001.0;
22         base_color = [ 0.47, 0.28, 0.0 ];
23 };
24
25 ice = {
26         label = "Ice";
27         state = solid;
28         density = 916.7;
29         energy = 3600.0;
30         base_color = [ 0.7, 0.81, 0.98 ];
31 };
32
33 rock = {
34         label = "Rock";
35         state = solid;
36         density = 2600;
37         energy = 2800.0;
38         base_color = [ 0.35, 0.3, 0.25 ];
39 };
40
41 sand = {
42         label = "Sand";
43         state = solid;
44         density = 1602;
45         energy = 3000.0;
46         base_color = [ 0.93, 0.79, 0.69 ];
47 };
48
49 water = {
50         label = "Water";
51         state = liquid;
52         density = 1020;
53         energy = 4200.0;
54         base_color = [ 0.25, 0.64, 0.87 ];
55 };
56
57 wood = {
58         label = "Wood";
59         state = solid;
60         density = 600;
61         energy = 20000000.0;
62         base_color = [ 0.59, 0.44, 0.2 ];
63 };