increased durability for woods and rocks

This commit is contained in:
minjaesong
2023-12-07 15:27:28 +09:00
parent a377f1c523
commit b2b9dac6dd

View File

@@ -1,6 +1,6 @@
idst;tens;impf;dsty;fmod;endurance;tcond;reach;rcs;sondrefl;comments
WOOD;10;10;800;0.3;0.12;0.17;5;18;0.5;just a generic wood
ROCK;15;210;3000;0.55;0.32;2.9;5;48;1.0;data is that of marble
WOOD;10;10;800;0.3;0.23;0.17;5;18;0.5;just a generic wood
ROCK;15;210;3000;0.55;0.64;2.9;5;48;1.0;data is that of marble
GLSS;15;210;3000;0.01;0.32;2.9;5;48;1.0;glass
OORE;15;210;3000;0.55;0.32;2.9;5;100;0.2;data is that of marble
OGEM;15;210;3000;0.55;0.32;2.9;5;80;0.2;data is that of marble
1 idst tens impf dsty fmod endurance tcond reach rcs sondrefl comments
2 WOOD 10 10 800 0.3 0.12 0.23 0.17 5 18 0.5 just a generic wood
3 ROCK 15 210 3000 0.55 0.32 0.64 2.9 5 48 1.0 data is that of marble
4 GLSS 15 210 3000 0.01 0.32 2.9 5 48 1.0 glass
5 OORE 15 210 3000 0.55 0.32 2.9 5 100 0.2 data is that of marble
6 OGEM 15 210 3000 0.55 0.32 2.9 5 80 0.2 data is that of marble