]> git.localhorst.tv Git - blobs-assets.git/commitdiff
resource energy values
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 3 Dec 2017 21:02:49 +0000 (22:02 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 3 Dec 2017 21:02:49 +0000 (22:02 +0100)
data/resources

index 88aa660e84fa5ba63429c6475f01670d91dceec5..d07a28f11d26ec8198f1cd06e21895e11f7d8fb8 100644 (file)
@@ -2,6 +2,7 @@ air = {
        label = "Air";
        state = gas;
        density = 1.225;
+       energy = 19000000.0;
        base_color = [ 0.65, 0.9, 1.0 ];
 };
 
@@ -9,6 +10,7 @@ biomass = {
        label = "Biomass";
        state = solid;
        density = 985;
+       energy = 8000000.0;
        base_color = [ 0.42, 0.42, 0.23 ];
 };
 
@@ -16,6 +18,7 @@ dirt = {
        label = "Dirt";
        state = solid;
        density = 1600;
+       energy = 9001.0;
        base_color = [ 0.47, 0.28, 0.0 ];
 };
 
@@ -23,6 +26,7 @@ ice = {
        label = "Ice";
        state = solid;
        density = 916.7;
+       energy = 3600.0;
        base_color = [ 0.7, 0.81, 0.98 ];
 };
 
@@ -30,6 +34,7 @@ rock = {
        label = "Rock";
        state = solid;
        density = 2600;
+       energy = 2800.0;
        base_color = [ 0.35, 0.3, 0.25 ];
 };
 
@@ -37,6 +42,7 @@ sand = {
        label = "Sand";
        state = solid;
        density = 1602;
+       energy = 3000.0;
        base_color = [ 0.93, 0.79, 0.69 ];
 };
 
@@ -44,6 +50,7 @@ water = {
        label = "Water";
        state = liquid;
        density = 1020;
+       energy = 4200.0;
        base_color = [ 0.25, 0.64, 0.87 ];
 };
 
@@ -51,5 +58,6 @@ wood = {
        label = "Wood";
        state = solid;
        density = 600;
+       energy = 20000000.0;
        base_color = [ 0.59, 0.44, 0.2 ];
 };