MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / astatine

Method astatine

src/main/java/gregapi/data/MT.java:475–475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

473 static OreDictMaterial bismuth () {return posttrans ( 830, "Bismuth" , "Bi" , 83, 125, 544, 1837, 9.807 , SET_COPPER , 100, 160, 160 , PNICTOGEN , G_INGOT_MACHINE_ORES, MAGNETIC_PASSIVE, MOLTEN ).aspects(TC.METALLUM, 2, TC.MAGNETO, 1 );}
474 static OreDictMaterial polonium () {return posttrans ( 840, "Polonium" , "Po" , 84, 124, 527, 1235, 9.32 , SET_RAD , CHALCOGEN ).aspects_met_rad(2, 1 );}
475 static OreDictMaterial astatine () {return metalloid ( 850, "Astatine" , "At" , 85, 124, 575, 610, 7.0 , SET_RAD , 33, 33, 33, 255 , HALOGEN , CONTAINERS_GAS , GASES, "Astatine209" , "At209").aspects(TC.POTENTIA, 2, TC.RADIO, 1 );}
476 static OreDictMaterial radon () {return noblegas ( 860, "Radon" , "Rn" , 86, 134, 202, 211, 0.00973 , SET_DULL , 255, 0, 255 , CONTAINERS_GAS ).aspects(TC.AER, 2, TC.RADIO, 1 );}
477 static OreDictMaterial francium () {return alkali ( 870, "Francium" , "Fr" , 87, 134, 300, 950, 1.87 , SET_RAD ).aspects_met_rad(2, 1 );}
478 static OreDictMaterial radium () {return alkaline ( 880, "Radium" , "Ra" , 88, 138, 973, 2010, 5.5 , SET_RAD , 255, 255, 205 , "Radium226" ).aspects_met_rad(2, 1 );}

Callers 1

MTClass · 0.95

Calls 2

metalloidMethod · 0.95
aspectsMethod · 0.45

Tested by

no test coverage detected