From 7d335300ea21e7e80bdae2a86ad0118066f55d71 Mon Sep 17 00:00:00 2001 From: Technus Date: Sat, 10 Feb 2018 18:00:44 +0100 Subject: JUMBO COMMIT frontal rotation api Changes to decay gen and EM def/instance some bugfixes??? --- .../java/com/github/technus/tectech/TecTech.java | 4 +- src/main/java/com/github/technus/tectech/Util.java | 393 ++++++++++- .../definitions/dComplexAspectDefinition.java | 10 + .../core/stacks/cElementalInstanceStack.java | 124 +++- .../core/templates/cElementalPrimitive.java | 10 + .../core/templates/iElementalDefinition.java | 4 + .../definitions/complex/atom/dAtomDefinition.java | 22 + .../complex/hadron/dHadronDefinition.java | 10 + .../definitions/primitive/eBosonDefinition.java | 2 +- .../technus/tectech/loader/ThingsLoader.java | 1 + .../github/technus/tectech/network/Dispatcher.java | 18 - .../thing/item/FrontRotationTriggerItem.java | 66 ++ .../thing/metaTileEntity/IFrontRotation.java | 11 + .../multi/GT_MetaTileEntity_EM_annihilation.java | 4 +- .../multi/GT_MetaTileEntity_EM_bhg.java | 4 +- .../multi/GT_MetaTileEntity_EM_collider.java | 6 +- .../multi/GT_MetaTileEntity_EM_computer.java | 6 +- .../multi/GT_MetaTileEntity_EM_crafting.java | 4 +- .../multi/GT_MetaTileEntity_EM_decay.java | 52 +- .../multi/GT_MetaTileEntity_EM_infuser.java | 2 +- .../multi/GT_MetaTileEntity_EM_research.java | 16 +- .../multi/GT_MetaTileEntity_EM_scanner.java | 2 +- .../multi/GT_MetaTileEntity_EM_switch.java | 4 +- .../multi/GT_MetaTileEntity_EM_transformer.java | 4 +- .../multi/GT_MetaTileEntity_EM_wormhole.java | 4 +- .../multi/GT_MetaTileEntity_TM_microwave.java | 6 +- .../multi/base/GT_GUIContainer_MultiMachineEM.java | 3 +- .../base/GT_MetaTileEntity_MultiblockBase_EM.java | 111 ++- .../multi/base/network/RotationMessage.java | 140 ++++ .../base/network/RotationPacketDispatcher.java | 21 + .../multi/base/render/TT_RenderedTexture.java | 768 +++++++++++++++++++++ .../em_machine/GT_MetaTileEntity_EM_machine.java | 2 +- 32 files changed, 1705 insertions(+), 129 deletions(-) delete mode 100644 src/main/java/com/github/technus/tectech/network/Dispatcher.java create mode 100644 src/main/java/com/github/technus/tectech/thing/item/FrontRotationTriggerItem.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/IFrontRotation.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationMessage.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationPacketDispatcher.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/render/TT_RenderedTexture.java diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 9a4e803f67..4616bf8671 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -2,11 +2,12 @@ package com.github.technus.tectech; import com.github.technus.tectech.auxiliary.Reference; import com.github.technus.tectech.auxiliary.TecTechConfig; -import com.github.technus.tectech.elementalMatter.core.commands.ListEM; import com.github.technus.tectech.elementalMatter.core.commands.GiveEM; +import com.github.technus.tectech.elementalMatter.core.commands.ListEM; import com.github.technus.tectech.loader.MainLoader; import com.github.technus.tectech.loader.ModGuiHandler; import com.github.technus.tectech.proxy.CommonProxy; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.network.RotationPacketDispatcher; import cpw.mods.fml.common.Loader; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.SidedProxy; @@ -83,6 +84,7 @@ public class TecTech { GTCustomLoader.load(); + new RotationPacketDispatcher(); NetworkRegistry.INSTANCE.registerGuiHandler(instance, new ModGuiHandler()); proxy.registerRenderInfo(); diff --git a/src/main/java/com/github/technus/tectech/Util.java b/src/main/java/com/github/technus/tectech/Util.java index 25327e1369..87f3a2bebb 100644 --- a/src/main/java/com/github/technus/tectech/Util.java +++ b/src/main/java/com/github/technus/tectech/Util.java @@ -1,6 +1,7 @@ package com.github.technus.tectech; import com.github.technus.tectech.thing.casing.TT_Container_Casings; +import com.github.technus.tectech.thing.metaTileEntity.IFrontRotation; import cpw.mods.fml.common.registry.GameRegistry; import gregtech.api.GregTech_API; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; @@ -67,6 +68,7 @@ public final class Util { return result.toString(); } + /* //Check Machine Structure based on string[][] (effectively char[][][]), ond offset of the controller //This only checks for REGULAR BLOCKS! public static boolean StructureChecker(String[][] structure,//0-9 casing, +- air no air, A... ignore 'A'-CHAR-1 blocks @@ -219,8 +221,7 @@ public final class Util { IMetaTileEntity imt = aBaseMetaTileEntity.getMetaTileEntity(); int x, y, z, a, b, c, pointer; - int - baseX=aBaseMetaTileEntity.getXCoord(), + int baseX=aBaseMetaTileEntity.getXCoord(), baseZ=aBaseMetaTileEntity.getZCoord(), baseY=aBaseMetaTileEntity.getYCoord(); //a,b,c - relative to block face! @@ -321,7 +322,264 @@ public final class Util { if (igt == null || !(boolean) adder.invoke(imt, addingMethods[pointer], igt, casingTextures[pointer])) { if (world.getBlock(x, y, z) != blockTypeFallback[pointer]) { if (DEBUG_MODE) { - TecTech.Logger.info("Fallback-struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + blockTypeFallback[pointer].getUnlocalizedName()); + TecTech.Logger.info("Fallback-struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + (blockTypeFallback[pointer] == null ? "null" : blockTypeFallback[pointer].getUnlocalizedName())); + } + return false; + } + if (world.getBlockMetadata(x, y, z) != blockMetaFallback[pointer]) { + if (DEBUG_MODE) { + TecTech.Logger.info("Fallback-Struct-meta-id-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlockMetadata(x, y, z) + ' ' + blockMetaFallback[pointer]); + } + return false; + } + } + } catch (InvocationTargetException | IllegalAccessException e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + return false; + } + } + } + } else if (forceCheck) { + return false; + } + a++;//block in horizontal layer + } + } + b--;//horizontal layer + } + c++;//depth + } + return true; + } + */ + + //Check Machine Structure based on string[][] (effectively char[][][]), ond offset of the controller + //This only checks for REGULAR BLOCKS! + public static boolean StructureCheckerExtreme( + String[][] structure,//0-9 casing, +- air no air, A... ignore 'A'-CHAR-1 blocks + Block[] blockType,//use numbers 0-9 for casing types + byte[] blockMeta,//use numbers 0-9 for casing types + Method adder, + String[] addingMethods, + short[] casingTextures, + Block[] blockTypeFallback,//use numbers 0-9 for casing types + byte[] blockMetaFallback,//use numbers 0-9 for casing types + int horizontalOffset, int verticalOffset, int depthOffset, + IGregTechTileEntity aBaseMetaTileEntity, + IFrontRotation frontRotation, + boolean forceCheck) { + World world = aBaseMetaTileEntity.getWorld(); + if (world.isRemote) { + return false; + } + //TE Rotation + int facingAndRotation = aBaseMetaTileEntity.getFrontFacing() + (frontRotation==null?0:(frontRotation.getFrontRotation()<<3)); + + IGregTechTileEntity igt; + IMetaTileEntity imt = aBaseMetaTileEntity.getMetaTileEntity(); + + int x, y, z, a, b, c, pointer; + int baseX=aBaseMetaTileEntity.getXCoord(), + baseZ=aBaseMetaTileEntity.getZCoord(), + baseY=aBaseMetaTileEntity.getYCoord(); + //a,b,c - relative to block face! + //x,y,z - relative to block position on map! + //yPos - absolute height of checked block + + //perform your duties + c = -depthOffset; + for (String[] _structure : structure) {//front to back + b = verticalOffset; + for (String __structure : _structure) {//top to bottom + a = -horizontalOffset; + for (char block : __structure.toCharArray()) {//left to right + if (block < ' ') {//Control chars allow skipping + b -= block; + break; + } else if (block > '@') //characters allow to skip check A-1 skip, B-2 skips etc. + { + a += block - '@'; + }//else if (block < '+')//used to mark THINGS + // a++; + else if (block=='.') { + a++; + } else { + //get x y z from rotation + switch (facingAndRotation) {//translation + case 4: + x = baseX + c; + z = baseZ + a; + y = baseY + b; + break; + case 12: + x = baseX + c; + y = baseY - a; + z = baseZ + b; + break; + case 20: + x = baseX + c; + z = baseZ - a; + y = baseY - b; + break; + case 28: + x = baseX + c; + y = baseY + a; + z = baseZ - b; + break; + + case 3: + x = baseX + a; + z = baseZ - c; + y = baseY + b; + break; + case 11: + y = baseY - a; + z = baseZ - c; + x = baseX + b; + break; + case 19: + x = baseX - a; + z = baseZ - c; + y = baseY - b; + break; + case 27: + y = baseY + a; + z = baseZ - c; + x = baseX - b; + break; + + case 5: + x = baseX - c; + z = baseZ - a; + y = baseY + b; + break; + case 13: + x = baseX - c; + y = baseY - a; + z = baseZ - b; + break; + case 21: + x = baseX - c; + z = baseZ + a; + y = baseY - b; + break; + case 29: + x = baseX - c; + y = baseY + a; + z = baseZ + b; + break; + + case 2: + x = baseX - a; + z = baseZ + c; + y = baseY + b; + break; + case 10: + y = baseY - a; + z = baseZ + c; + x = baseX - b; + break; + case 18: + x = baseX + a; + z = baseZ + c; + y = baseY - b; + break; + case 26: + y = baseY + a; + z = baseZ + c; + x = baseX + b; + break; + //Things get odd if the block faces up or down... + case 1: + x = baseX + a; + z = baseZ - b; + y = baseY - c; + break;//similar to 3 + case 9: + z = baseZ + a; + x = baseX + b; + y = baseY - c; + break;//similar to 3 + case 17: + x = baseX - a; + z = baseZ + b; + y = baseY - c; + break;//similar to 3 + case 25: + z = baseZ - a; + x = baseX - b; + y = baseY - c; + break;//similar to 3 + + case 0: + x = baseX - a; + z = baseZ - b; + y = baseY + c; + break;//similar to 2 + case 8: + z = baseZ + a; + x = baseX - b; + y = baseY + c; + break; + case 16: + x = baseX + a; + z = baseZ + b; + y = baseY + c; + break; + case 24: + z = baseZ - a; + x = baseX + b; + y = baseY + c; + break; + default: + if(DEBUG_MODE) { + TecTech.Logger.info("facing = " + facingAndRotation); + } + return false; + } + + //that must be here since in some cases other axis (b,c) controls y + if (y < 0 || y >= 256) { + return false; + } + + //Check block + if (world.blockExists(x, y, z)) {//this actually checks if the chunk is loaded at this pos + switch (block) { + case '-'://must be air + if (world.getBlock(x, y, z).getMaterial() != Material.air) { + return false; + } + break; + case '+'://must not be air + if (world.getBlock(x, y, z).getMaterial() == Material.air) { + return false; + } + break; + default://check for block (countable) + if ((pointer = block - '0') >= 0) { + //countable air -> net.minecraft.block.BlockAir + if (world.getBlock(x, y, z) != blockType[pointer]) { + if (DEBUG_MODE) { + TecTech.Logger.info("Struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + blockType[pointer].getUnlocalizedName()); + } + return false; + } + if (world.getBlockMetadata(x, y, z) != blockMeta[pointer]) { + if (DEBUG_MODE) { + TecTech.Logger.info("Struct-meta-id-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlockMetadata(x, y, z) + ' ' + blockMeta[pointer]); + } + return false; + } + } else if ((pointer = block - ' ') >= 0) { + igt = aBaseMetaTileEntity.getIGregTechTileEntity(x, y, z); + try { + if (igt == null || !(boolean) adder.invoke(imt, addingMethods[pointer], igt, casingTextures[pointer])) { + if (world.getBlock(x, y, z) != blockTypeFallback[pointer]) { + if (DEBUG_MODE) { + TecTech.Logger.info("Fallback-struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + (blockTypeFallback[pointer] == null ? "null" : blockTypeFallback[pointer].getUnlocalizedName())); } return false; } @@ -359,17 +617,37 @@ public final class Util { int horizontalOffset, int verticalOffset, int depthOffset, IGregTechTileEntity aBaseMetaTileEntity, boolean hintsOnly) { byte facing = aBaseMetaTileEntity.getFrontFacing(); - return StructureBuilder(structure,blockType,blockMeta, + return StructureBuilderExtreme(structure,blockType,blockMeta, horizontalOffset,verticalOffset,depthOffset, - aBaseMetaTileEntity.getWorld().getTileEntity(aBaseMetaTileEntity.getXCoord(),aBaseMetaTileEntity.getYCoord(),aBaseMetaTileEntity.getZCoord()), + aBaseMetaTileEntity.getWorld().getTileEntity(aBaseMetaTileEntity.getXCoord(),aBaseMetaTileEntity.getYCoord(),aBaseMetaTileEntity.getZCoord()),null, + facing,hintsOnly); + } + + public static boolean StructureBuilderExtreme(String[][] structure,//0-9 casing, +- air no air, A... ignore 'A'-CHAR+1 blocks + Block[] blockType,//use numbers 0-9 for casing types + byte[] blockMeta,//use numbers 0-9 for casing types + int horizontalOffset, int verticalOffset, int depthOffset, + IGregTechTileEntity aBaseMetaTileEntity, IFrontRotation frontRotation, boolean hintsOnly) { + byte facing = aBaseMetaTileEntity.getFrontFacing(); + return StructureBuilderExtreme(structure,blockType,blockMeta, + horizontalOffset,verticalOffset,depthOffset, + aBaseMetaTileEntity.getWorld().getTileEntity(aBaseMetaTileEntity.getXCoord(),aBaseMetaTileEntity.getYCoord(),aBaseMetaTileEntity.getZCoord()),frontRotation, facing,hintsOnly); } public static boolean StructureBuilder(String[][] structure,//0-9 casing, +- air no air, A... ignore 'A'-CHAR+1 blocks + Block[] blockType,//use numbers 0-9 for casing types + byte[] blockMeta,//use numbers 0-9 for casing types + int horizontalOffset, int verticalOffset, int depthOffset, + TileEntity tileEntity, int facing, boolean hintsOnly){ + return StructureBuilderExtreme(structure,blockType,blockMeta,horizontalOffset,verticalOffset,depthOffset,tileEntity,null,facing,hintsOnly); + } + + public static boolean StructureBuilderExtreme(String[][] structure,//0-9 casing, +- air no air, A... ignore 'A'-CHAR+1 blocks Block[] blockType,//use numbers 0-9 for casing types byte[] blockMeta,//use numbers 0-9 for casing types int horizontalOffset, int verticalOffset, int depthOffset, - TileEntity tileEntity, int facing, boolean hintsOnly) { + TileEntity tileEntity, IFrontRotation frontRotation, int facing, boolean hintsOnly) { if(!tileEntity.hasWorldObj()) { return false; } @@ -387,6 +665,9 @@ public final class Util { baseY=tileEntity.yCoord; //a,b,c - relative to block face! //x,y,z - relative to block position on map! + if(frontRotation!=null) { + facing += frontRotation.getFrontRotation() << 3; + } //perform your duties c = -depthOffset; @@ -408,39 +689,136 @@ public final class Util { a++; } else { //get x y z from rotation - switch (facing) {//translation + switch (facing) { case 4: x = baseX + c; z = baseZ + a; y = baseY + b; break; + case 12: + x = baseX + c; + y = baseY - a; + z = baseZ + b; + break; + case 20: + x = baseX + c; + z = baseZ - a; + y = baseY - b; + break; + case 28: + x = baseX + c; + y = baseY + a; + z = baseZ - b; + break; + case 3: x = baseX + a; z = baseZ - c; y = baseY + b; break; + case 11: + y = baseY - a; + z = baseZ - c; + x = baseX + b; + break; + case 19: + x = baseX - a; + z = baseZ - c; + y = baseY - b; + break; + case 27: + y = baseY + a; + z = baseZ - c; + x = baseX - b; + break; + case 5: x = baseX - c; z = baseZ - a; y = baseY + b; break; + case 13: + x = baseX - c; + y = baseY - a; + z = baseZ - b; + break; + case 21: + x = baseX - c; + z = baseZ + a; + y = baseY - b; + break; + case 29: + x = baseX - c; + y = baseY + a; + z = baseZ + b; + break; + case 2: x = baseX - a; z = baseZ + c; y = baseY + b; break; + case 10: + y = baseY - a; + z = baseZ + c; + x = baseX - b; + break; + case 18: + x = baseX + a; + z = baseZ + c; + y = baseY - b; + break; + case 26: + y = baseY + a; + z = baseZ + c; + x = baseX + b; + break; //Things get odd if the block faces up or down... case 1: x = baseX + a; + z = baseZ - b; + y = baseY - c; + break;//similar to 3 + case 9: + z = baseZ + a; + x = baseX + b; + y = baseY - c; + break;//similar to 3 + case 17: + x = baseX - a; z = baseZ + b; y = baseY - c; break;//similar to 3 + case 25: + z = baseZ - a; + x = baseX - b; + y = baseY - c; + break;//similar to 3 + case 0: x = baseX - a; z = baseZ - b; y = baseY + c; break;//similar to 2 + case 8: + z = baseZ + a; + x = baseX - b; + y = baseY + c; + break; + case 16: + x = baseX + a; + z = baseZ + b; + y = baseY + c; + break; + case 24: + z = baseZ - a; + x = baseX + b; + y = baseY + c; + break; default: + if(DEBUG_MODE) { + TecTech.Logger.info("facing = " + facing); + } return false; } @@ -507,6 +885,7 @@ public final class Util { return true; } + public static String[] StructureWriter(IGregTechTileEntity aBaseMetaTileEntity, int horizontalOffset, int verticalOffset, int depthOffset, int horizontalSize, int verticalSize, int depthSize, boolean ignoreAir) { diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/dComplexAspectDefinition.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/dComplexAspectDefinition.java index 3d29927a6c..6e57ffd788 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/dComplexAspectDefinition.java +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/dComplexAspectDefinition.java @@ -181,6 +181,16 @@ public final class dComplexAspectDefinition extends cElementalDefinition impleme return false; } + @Override + public boolean usesMultipleDecayCalls(long energyLevel) { + return false; + } + + @Override + public boolean decayMakesEnergy(long energyLevel) { + return false; + } + @Override public cElementalDecay[] getNaturalDecayInstant() { return noDecay; diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java index 4193153d57..de677f7197 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java @@ -12,12 +12,15 @@ import net.minecraft.nbt.NBTTagCompound; import java.util.ArrayList; import static com.github.technus.tectech.elementalMatter.definitions.primitive.cPrimitiveDefinition.null__; +import static com.github.technus.tectech.elementalMatter.definitions.primitive.eBosonDefinition.deadEnd; import static com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_scanner.*; /** * Created by danie_000 on 22.10.2016. */ public final class cElementalInstanceStack implements iHasElementalDefinition { + public static int MIN_MULTIPLE_DECAY_CALLS=4,MAX_MULTIPLE_DECAY_CALLS=16,DECAY_CALL_PER=144; + public final iElementalDefinition definition; //energy - if positive then particle should try to decay private long energy; @@ -92,7 +95,7 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { public void setEnergy(long newEnergyLevel){ energy=newEnergyLevel; - setLifeTimeMultipleOfBaseValue(getLifeTimeMult()); + setLifeTimeMultiplier(getLifeTimeMultiplier()); } @Deprecated //can be done from definition @@ -136,10 +139,10 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { return lifeTime; } - public float setLifeTimeMultipleOfBaseValue(float mult) { + public float setLifeTimeMultiplier(float mult) { if(mult<=0) //since infinity*0=nan { - throw new IllegalArgumentException("mult must be >0"); + throw new IllegalArgumentException("multiplier must be >0"); } lifeTimeMult = mult; if (definition.getRawTimeSpan(energy) <= 0) { @@ -149,7 +152,7 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { return lifeTime; } - public float getLifeTimeMult() { + public float getLifeTimeMultiplier() { return lifeTimeMult; } @@ -162,24 +165,45 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { } public cElementalInstanceStackMap decay(float lifeTimeMult, long apparentAge, long postEnergize) { - long newEnergyLevel=postEnergize+ energy; - if(newEnergyLevel>0) { + long newEnergyLevel = postEnergize + energy; + if (newEnergyLevel > 0) { newEnergyLevel -= 1; - } else if(newEnergyLevel<0) { + } else if (newEnergyLevel < 0) { newEnergyLevel += 1; } + if(definition.usesMultipleDecayCalls(energy)){ + long amountTemp=amount; + long decayCnt=Math.min(Math.max(amount/DECAY_CALL_PER,MIN_MULTIPLE_DECAY_CALLS),MAX_MULTIPLE_DECAY_CALLS); + long amountPer=amount/decayCnt; + amount-=amountPer*(--decayCnt); + cElementalInstanceStackMap output=decayMechanics(lifeTimeMult,apparentAge,newEnergyLevel); + if(output==null)return null; + if(amountPer>0){ + amount=amountPer; + for(int i=0;i 0 && !definition.usesSpecialEnergeticDecayHandling()) { - setLifeTimeMultipleOfBaseValue(getLifeTimeMult()); + setLifeTimeMultiplier(getLifeTimeMultiplier()); return decayCompute(definition.getEnergyInducedDecay(energy), lifeTimeMult, -1, newEnergyLevel); - }else if (definition.getRawTimeSpan(energy) < 0) { + } else if (definition.getRawTimeSpan(energy) < 0) { return null;//return null, decay cannot be achieved - } else if(definition.isTimeSpanHalfLife()){ - return exponentialDecayCompute(energy>0?definition.getEnergyInducedDecay(energy):definition.getDecayArray(), lifeTimeMult, -1, newEnergyLevel); - } else{ + } else if (definition.isTimeSpanHalfLife()) { + return exponentialDecayCompute(energy > 0 ? definition.getEnergyInducedDecay(energy) : definition.getDecayArray(), lifeTimeMult, -1, newEnergyLevel); + } else { if (1F > lifeTime) { - return decayCompute(energy>0?definition.getEnergyInducedDecay(energy):definition.getNaturalDecayInstant(), lifeTimeMult, 0, newEnergyLevel); + return decayCompute(energy > 0 ? definition.getEnergyInducedDecay(energy) : definition.getNaturalDecayInstant(), lifeTimeMult, 0, newEnergyLevel); } else if ((float) apparentAge > lifeTime) { - return decayCompute(energy>0?definition.getEnergyInducedDecay(energy):definition.getDecayArray(), lifeTimeMult, 0, newEnergyLevel); + return decayCompute(energy > 0 ? definition.getEnergyInducedDecay(energy) : definition.getDecayArray(), lifeTimeMult, 0, newEnergyLevel); } } return null;//return null since decay cannot be achieved @@ -190,6 +214,16 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { double decayInverseRatio=Math.pow(2d,1d/* 1 second *//(double)lifeTime); double newAmount=(double)amount/decayInverseRatio; long amountRemaining= (long)Math.floor(newAmount) +(TecTech.Rnd.nextDouble()<=newAmount-Math.floor(newAmount)?1:0); + //if(definition.getSymbol().startsWith("U ")) { + // System.out.println("newAmount = " + newAmount); + // System.out.println("amountRemaining = " + amountRemaining); + // for(cElementalDecay decay:decays){ + // System.out.println("prob = "+decay.probability); + // for(cElementalDefinitionStack stack:decay.outputStacks.values()){ + // System.out.println("stack = " + stack.getDefinition().getSymbol() + " " + stack.amount); + // } + // } + //} if(amountRemaining==amount) { return null;//nothing decayed } else if(amountRemaining<=0) { @@ -206,12 +240,19 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { } //Use to get direct decay output providing correct decay array - public cElementalInstanceStackMap decayCompute(cElementalDecay[] decays, float lifeTimeMult, long newProductsAge, long energy) { + private cElementalInstanceStackMap decayCompute(cElementalDecay[] decays, float lifeTimeMult, long newProductsAge, long energy) { if (decays == null) { return null;//Can not decay so it wont - } else if (decays.length == 0) { + } + if (decays.length == 0) { + if(definition.decayMakesEnergy(this.energy)) { + return null; + } return new cElementalInstanceStackMap();//provide non null 0 length array for annihilation } else if (decays.length == 1) {//only one type of decay :D, doesn't need dead end + if(decays[0]==deadEnd && definition.decayMakesEnergy(this.energy)) { + return null; + } cElementalInstanceStackMap products=decays[0].getResults(lifeTimeMult, newProductsAge, energy, amount); if(newProductsAge<0){ for(cElementalInstanceStack stack:products.values()){ @@ -236,25 +277,22 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { float remainingProbability = 1F; for (int i = 0; i < differentDecays; i++) { - if (decays[i].probability > 1F) { + if (decays[i].probability >= 1F) { long thisDecayAmount = (long) Math.floor(remainingProbability * (double) amount); - if (thisDecayAmount == 0) { - //remainingProbability=something; - break; - } else if (thisDecayAmount <= amountRemaining) { - amountRemaining -= thisDecayAmount; - qttyOfDecay[i] += thisDecayAmount; - break; + if (thisDecayAmount > 0) { + if (thisDecayAmount <= amountRemaining) { + amountRemaining -= thisDecayAmount; + qttyOfDecay[i] += thisDecayAmount; + }else {//in case too much was made + qttyOfDecay[i] += amountRemaining; + amountRemaining = 0; + //remainingProbability=0; + } } - //in case too much was made - qttyOfDecay[i] += amountRemaining; - amountRemaining = 0; - //remainingProbability=0; break; } long thisDecayAmount = (long) Math.floor(decays[i].probability * (double) amount); if (thisDecayAmount <= amountRemaining && thisDecayAmount > 0) {//some was made - remainingProbability -= decays[i].probability; amountRemaining -= thisDecayAmount; qttyOfDecay[i] += thisDecayAmount; } else if (thisDecayAmount > amountRemaining) {//too much was made @@ -262,7 +300,11 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { amountRemaining = 0; //remainingProbability=0; break; - }//if 0 + } + remainingProbability -= decays[i].probability; + if(remainingProbability<=0) { + break; + } } for (int i = 0; i < amountRemaining; i++) { @@ -276,9 +318,23 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { } } - for (int i = 0; i < differentDecays; i++) { - if (qttyOfDecay[i] > 0) { - output.putUnifyAll(decays[i].getResults(lifeTimeMult, newProductsAge, energy, qttyOfDecay[i])); + if(definition.decayMakesEnergy(this.energy)){ + for (int i = 0; i < differentDecays; i++) { + if (qttyOfDecay[i] > 0) { + if(decays[i]==deadEnd){ + cElementalInstanceStack clone=this.clone(); + clone.amount=qttyOfDecay[i]; + output.putUnify(clone); + }else { + output.putUnifyAll(decays[i].getResults(lifeTimeMult, newProductsAge, energy, qttyOfDecay[i])); + } + } + } + }else{ + for (int i = 0; i < differentDecays; i++) { + if (qttyOfDecay[i] > 0) { + output.putUnifyAll(decays[i].getResults(lifeTimeMult, newProductsAge, energy, qttyOfDecay[i])); + } } } @@ -322,7 +378,7 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { } this.energy = energy; - setLifeTimeMultipleOfBaseValue(lifeTimeMul); + setLifeTimeMultiplier(lifeTimeMul); return this; } diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java index ab571e9d4c..c7b754432f 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java @@ -134,6 +134,16 @@ public abstract class cElementalPrimitive extends cElementalDefinition { return false; } + @Override + public boolean usesMultipleDecayCalls(long energyLevel) { + return false; + } + + @Override + public boolean decayMakesEnergy(long energyLevel) { + return false; + } + @Override public cElementalDecay[] getDecayArray() { return elementalDecays; diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java index 23d2df06a8..8a0bd486c0 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java @@ -41,6 +41,10 @@ public abstract class iElementalDefinition implements Comparableiaea.energeticStatesArray.length) { + state = iaea.energeticStatesArray[iaea.energeticStatesArray.length - 1]; + } else if(energyLevel<=0) { + state = iaea.energeticStatesArray[0]; + } else { + state = iaea.energeticStatesArray[(int) energyLevel]; + } + for (iaeaNuclide.iaeaDecay decay:state.decaymodes){ + if(decay.decayName.contains("F")) return true;//if is fissile + } + return false; + } + + @Override + public boolean decayMakesEnergy(long energyLevel) { + return iaeaDefinitionExistsAndHasEnergyLevels; + } + @Override public cElementalDecay[] getNaturalDecayInstant() { //disembody diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/hadron/dHadronDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/hadron/dHadronDefinition.java index c08588090d..50f1b2d1ce 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/hadron/dHadronDefinition.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/hadron/dHadronDefinition.java @@ -221,6 +221,16 @@ public final class dHadronDefinition extends cElementalDefinition {//TODO Optimi return false; } + @Override + public boolean usesMultipleDecayCalls(long energyLevel) { + return false; + } + + @Override + public boolean decayMakesEnergy(long energyLevel) { + return false; + } + @Override public cElementalDecay[] getDecayArray() { cElementalDefinitionStack[] quarkStacks = this.quarkStacks.values(); diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eBosonDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eBosonDefinition.java index 636cd9b8fc..5d98f3cb71 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eBosonDefinition.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eBosonDefinition.java @@ -36,6 +36,6 @@ public final class eBosonDefinition extends cElementalPrimitive { @Override public boolean isTimeSpanHalfLife() { - return false; + return this==boson_H__; } } diff --git a/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java b/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java index 5906f3d3de..3cd285a858 100644 --- a/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java @@ -48,6 +48,7 @@ public class ThingsLoader implements Runnable { TecTech.Logger.info("Reactor Simulator registered"); ConstructableTriggerItem.run(); + FrontRotationTriggerItem.run(); ParametrizerMemoryCard.run(); ElementalDefinitionScanStorage_EM.run(); TecTech.Logger.info("Useful Items registered"); diff --git a/src/main/java/com/github/technus/tectech/network/Dispatcher.java b/src/main/java/com/github/technus/tectech/network/Dispatcher.java deleted file mode 100644 index cae93a7ce8..0000000000 --- a/src/main/java/com/github/technus/tectech/network/Dispatcher.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.github.technus.tectech.network; - -import com.github.technus.tectech.auxiliary.Reference; -import eu.usrv.yamcore.network.PacketDispatcher; - -/** - * Created by Bass on 25/07/2017. - */ -public class Dispatcher extends PacketDispatcher { - public Dispatcher() { - super(Reference.MODID); - } - - @Override - public void registerPackets() { - //this.registerMessage(SpawnParticleFXMessage.SpawnParticleFXMessageHandler.class, SpawnParticleFXMessage.class); - } -} diff --git a/src/main/java/com/github/technus/tectech/thing/item/FrontRotationTriggerItem.java b/src/main/java/com/github/technus/tectech/thing/item/FrontRotationTriggerItem.java new file mode 100644 index 0000000000..8f5b7e8fae --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/item/FrontRotationTriggerItem.java @@ -0,0 +1,66 @@ +package com.github.technus.tectech.thing.item; + +import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.thing.metaTileEntity.IFrontRotation; +import cpw.mods.fml.common.registry.GameRegistry; +import gregtech.api.interfaces.metatileentity.IMetaTileEntity; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.entity.player.EntityPlayerMP; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.util.EnumChatFormatting; +import net.minecraft.world.World; +import net.minecraftforge.common.util.FakePlayer; + +import java.util.List; + +import static com.github.technus.tectech.auxiliary.Reference.MODID; + +/** + * Created by Tec on 15.03.2017. + */ +public final class FrontRotationTriggerItem extends Item { + public static FrontRotationTriggerItem INSTANCE; + + private FrontRotationTriggerItem() { + setUnlocalizedName("em.frontRotate"); + setTextureName(MODID + ":itemFrontRotate"); + } + + @Override + public boolean onItemUseFirst(ItemStack aStack, EntityPlayer aPlayer, World aWorld, int aX, int aY, int aZ, int aSide, float hitX, float hitY, float hitZ) { + TileEntity tTileEntity = aWorld.getTileEntity(aX, aY, aZ); + if(tTileEntity==null || aPlayer instanceof FakePlayer) { + return aPlayer instanceof EntityPlayerMP; + } + if (aPlayer instanceof EntityPlayerMP) { + if (tTileEntity instanceof IGregTechTileEntity) { + IMetaTileEntity metaTE = ((IGregTechTileEntity) tTileEntity).getMetaTileEntity(); + if (metaTE instanceof IFrontRotation) { + ((IFrontRotation) metaTE).rotateAroundFrontPlane(!aPlayer.isSneaking()); + System.out.println("DID SHIT"); + return true; + } + } else if (tTileEntity instanceof IFrontRotation) { + ((IFrontRotation) tTileEntity).rotateAroundFrontPlane(!aPlayer.isSneaking()); + return true; + } + } + return false; + } + + @Override + public void addInformation(ItemStack aStack, EntityPlayer ep, List aList, boolean boo) { + aList.add(CommonValues.TEC_MARK_GENERAL); + aList.add("Triggers Front Rotation Interface"); + aList.add(EnumChatFormatting.BLUE + "Rotates only the front panel,"); + aList.add(EnumChatFormatting.BLUE + "which allows structure rotation."); + } + + public static void run() { + INSTANCE = new FrontRotationTriggerItem(); + GameRegistry.registerItem(INSTANCE, INSTANCE.getUnlocalizedName()); + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/IFrontRotation.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/IFrontRotation.java new file mode 100644 index 0000000000..7ac296e41f --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/IFrontRotation.java @@ -0,0 +1,11 @@ +package com.github.technus.tectech.thing.metaTileEntity; + +public interface IFrontRotation { + boolean isFrontRotationValid(byte frontRotation, byte frontFacing); + + void rotateAroundFrontPlane(boolean direction); + + void forceSetRotationDoRender(byte frontRotation); + + byte getFrontRotation(); +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_annihilation.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_annihilation.java index cfcbf1ac90..4e7cb3e8b6 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_annihilation.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_annihilation.java @@ -4,13 +4,13 @@ import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import gregtech.api.objects.GT_RenderedTexture; import net.minecraft.block.Block; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; @@ -79,7 +79,7 @@ public class GT_MetaTileEntity_EM_annihilation extends GT_MetaTileEntity_Multibl @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][12], new GT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][12], new TT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; } return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][12]}; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java index 748fa18f5a..1f72f00c20 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java @@ -4,13 +4,13 @@ import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import gregtech.api.objects.GT_RenderedTexture; import net.minecraft.block.Block; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; @@ -176,7 +176,7 @@ public class GT_MetaTileEntity_EM_bhg extends GT_MetaTileEntity_MultiblockBase_E @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][12], new GT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][12], new TT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; } return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][12]}; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java index bc814e30d2..c48cd143b2 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java @@ -6,13 +6,13 @@ import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.casing.TT_Container_Casings; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import gregtech.api.objects.GT_RenderedTexture; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.client.renderer.texture.IIconRegister; @@ -107,13 +107,13 @@ public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockB @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4], new GT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4], new TT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; } return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4]}; } @Override - public boolean isFacingValid(byte aFacing) { + public boolean isFacingValid_EM(byte aFacing) { return aFacing >= 2; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java index 66c32ac761..9ccdda3ca2 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java @@ -10,6 +10,7 @@ import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_H import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_OutputData; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_Rack; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; @@ -19,7 +20,6 @@ import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.MetaTileEntity; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_MultiBlockBase; -import gregtech.api.objects.GT_RenderedTexture; import net.minecraft.block.Block; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; @@ -97,7 +97,7 @@ public class GT_MetaTileEntity_EM_computer extends GT_MetaTileEntity_MultiblockB @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][3], new GT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][3], new TT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; } return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][3]}; } @@ -354,7 +354,7 @@ public class GT_MetaTileEntity_EM_computer extends GT_MetaTileEntity_MultiblockB } @Override - public boolean isFacingValid(byte aFacing) { + public boolean isFacingValid_EM(byte aFacing) { return aFacing >= 2; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_crafting.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_crafting.java index 4c382c178a..e3e3ee4d71 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_crafting.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_crafting.java @@ -4,13 +4,13 @@ import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import gregtech.api.objects.GT_RenderedTexture; import net.minecraft.block.Block; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; @@ -80,7 +80,7 @@ public class GT_MetaTileEntity_EM_crafting extends GT_MetaTileEntity_MultiblockB @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][12], new GT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][12], new TT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; } return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][12]}; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java index 7edd9caa5f..780a2d30bd 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java @@ -5,7 +5,9 @@ import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMa import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_EnergyMulti; +import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputElemental; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; @@ -14,7 +16,6 @@ import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch_Energy; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_MultiBlockBase; -import gregtech.api.objects.GT_RenderedTexture; import net.minecraft.block.Block; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; @@ -22,7 +23,6 @@ import net.minecraft.util.EnumChatFormatting; import static com.github.technus.tectech.Util.StructureBuilder; import static com.github.technus.tectech.Util.VN; -import static com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition.STABLE_RAW_LIFE_TIME; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -33,6 +33,7 @@ import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBloc public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase_EM implements IConstructable { private static Textures.BlockIcons.CustomIcon ScreenOFF; private static Textures.BlockIcons.CustomIcon ScreenON; + private cElementalInstanceStackMap contents=new cElementalInstanceStackMap(); //region structure private static final String[][] shape = new String[][]{ @@ -83,7 +84,7 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][12], new GT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][12], new TT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; } return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][12]}; } @@ -115,28 +116,44 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase @Override public boolean checkRecipe_EM(ItemStack itemStack) { cElementalInstanceStackMap map= getInputsClone_EM(); - if(map!=null && map.hasStacks() && map.getFirst().getLifeTime()< STABLE_RAW_LIFE_TIME){ + if(map!=null && map.hasStacks()){ + for(GT_MetaTileEntity_Hatch_InputElemental i:eInputHatches){ + i.getContainerHandler().clear(); + } return startRecipe(map.getFirst()); + }else if(eSafeVoid){ + contents.clear(); + }else if(contents.hasStacks()){ + startRecipe(null); } return false; } - private float m1,m2,m3; private boolean startRecipe(cElementalInstanceStack input) { - m3=(float)Math.ceil(input.getLifeTime() / Math.pow(input.amount,3)); - if(m3<1) { - explodeMultiblock(); - } - if(m3>=Integer.MAX_VALUE) { - return false; + if(input!=null) { + contents.putUnify(input); } - mMaxProgresstime = 1;//(int)m3; + + mMaxProgresstime = 20;//(int)m3; mEfficiencyIncrease = 10000; - m1 = input.getMass()/input.amount; - cElementalInstanceStackMap decayed=input.decay(); - m2 = decayed.getMass()/input.amount; - //TecTech.Logger.info("I " + input.toString()); - //TecTech.Logger.info("O " + decayed.toString()); + + float mass=contents.getMass(); + + System.out.println("INPUT"); + for(cElementalInstanceStack stack:contents.values()){ + System.out.println(stack.definition.getSymbol()+" "+stack.amount); + } + + contents.tickContent(1,0,1); + + System.out.println("MASS DIFF = " +(mass-contents.getMass())); + + //todo remove not actually decaying crap + + //for(cElementalInstanceStack stack:contents.values()){ + // System.out.println(stack.definition.getSymbol()+" "+stack.amount); + //} + return true; } @@ -174,7 +191,6 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase "PowerPass: " + EnumChatFormatting.BLUE + ePowerPass + EnumChatFormatting.RESET + " SafeVoid: " + EnumChatFormatting.BLUE + eSafeVoid, "Computation: " + EnumChatFormatting.GREEN + eAvailableData + EnumChatFormatting.RESET + " / " + EnumChatFormatting.YELLOW + eRequiredData + EnumChatFormatting.RESET, - m1+" "+m2+ ' ' +m3 }; } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java index e8238af2cb..3a7b64de0b 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java @@ -71,7 +71,7 @@ public class GT_MetaTileEntity_EM_infuser extends GT_MetaTileEntity_MultiblockBa } @Override - public boolean isFacingValid(byte aFacing) { + public boolean isFacingValid_EM(byte aFacing) { return aFacing >= 2; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java index dc7c99df7b..cdd220e85b 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java @@ -7,6 +7,7 @@ import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_EnergyMulti; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_Holder; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.common.registry.GameRegistry; import gregtech.api.enums.ItemList; import gregtech.api.enums.Textures; @@ -17,7 +18,6 @@ import gregtech.api.metatileentity.MetaTileEntity; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch_Energy; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_MultiBlockBase; -import gregtech.api.objects.GT_RenderedTexture; import gregtech.api.util.GT_LanguageManager; import gregtech.api.util.GT_Recipe; import gregtech.api.util.GT_Utility; @@ -110,7 +110,7 @@ public class GT_MetaTileEntity_EM_research extends GT_MetaTileEntity_MultiblockB @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta,1, 3, 4, getBaseMetaTileEntity(),hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,1, 3, 4, getBaseMetaTileEntity(),this,hintsOnly); } @Override @@ -143,7 +143,7 @@ public class GT_MetaTileEntity_EM_research extends GT_MetaTileEntity_MultiblockB } @Override - public void onFirstTick(IGregTechTileEntity aBaseMetaTileEntity) { + public void onFirstTick_EM(IGregTechTileEntity aBaseMetaTileEntity) { if(aBaseMetaTileEntity.isServerSide()) { if (computationRemaining > 0) { aRecipe = null; @@ -334,15 +334,15 @@ public class GT_MetaTileEntity_EM_research extends GT_MetaTileEntity_MultiblockB } } - @Override - public boolean isFacingValid(byte aFacing) { - return aFacing >= 2; - } + //@Override + //public boolean isFacingValid(byte aFacing) { + // return aFacing >= 2; + //} @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][3], new GT_RenderedTexture(aActive ? GT_MetaTileEntity_MultiblockBase_EM.ScreenON : GT_MetaTileEntity_MultiblockBase_EM.ScreenOFF)}; + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][3], new TT_RenderedTexture(aActive ? GT_MetaTileEntity_MultiblockBase_EM.ScreenON : GT_MetaTileEntity_MultiblockBase_EM.ScreenOFF)}; } return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][3]}; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java index eab87fe71a..b04a2d0cbd 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java @@ -186,7 +186,7 @@ public class GT_MetaTileEntity_EM_scanner extends GT_MetaTileEntity_MultiblockBa } @Override - public void onFirstTick(IGregTechTileEntity aBaseMetaTileEntity) { + public void onFirstTick_EM(IGregTechTileEntity aBaseMetaTileEntity) { if(aBaseMetaTileEntity.isServerSide()) { if (totalComputationRemaining > 0 && objectResearched!=null) { eRecipe = null; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java index e15d24243e..bdc611434f 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java @@ -8,13 +8,13 @@ import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputData; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_OutputData; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import gregtech.api.objects.GT_RenderedTexture; import net.minecraft.block.Block; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; @@ -72,7 +72,7 @@ public class GT_MetaTileEntity_EM_switch extends GT_MetaTileEntity_MultiblockBas @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][1], new GT_RenderedTexture(aActive ? GT_MetaTileEntity_MultiblockBase_EM.ScreenON : GT_MetaTileEntity_MultiblockBase_EM.ScreenOFF)}; + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][1], new TT_RenderedTexture(aActive ? GT_MetaTileEntity_MultiblockBase_EM.ScreenON : GT_MetaTileEntity_MultiblockBase_EM.ScreenOFF)}; } return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][1]}; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java index 1623ee60ad..b17d692068 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java @@ -6,13 +6,13 @@ import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_Container_MultiMachineEM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_GUIContainer_MultiMachineEM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import gregtech.api.objects.GT_RenderedTexture; import net.minecraft.block.Block; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.item.ItemStack; @@ -110,7 +110,7 @@ public class GT_MetaTileEntity_EM_transformer extends GT_MetaTileEntity_Multiblo @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][0], new GT_RenderedTexture(aActive ? GT_MetaTileEntity_MultiblockBase_EM.ScreenON : GT_MetaTileEntity_MultiblockBase_EM.ScreenOFF)}; + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][0], new TT_RenderedTexture(aActive ? GT_MetaTileEntity_MultiblockBase_EM.ScreenON : GT_MetaTileEntity_MultiblockBase_EM.ScreenOFF)}; } return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][0]}; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_wormhole.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_wormhole.java index 5fb232b256..555e3fecc3 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_wormhole.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_wormhole.java @@ -4,13 +4,13 @@ import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import gregtech.api.objects.GT_RenderedTexture; import net.minecraft.block.Block; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; @@ -80,7 +80,7 @@ public class GT_MetaTileEntity_EM_wormhole extends GT_MetaTileEntity_MultiblockB @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4], new GT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4], new TT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; } return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4]}; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java index 0ef0b04c17..a53c7f5469 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java @@ -6,11 +6,11 @@ import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_Container_MultiMachineEM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_GUIContainer_MultiMachineEM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import gregtech.api.objects.GT_RenderedTexture; import gregtech.api.util.GT_Recipe; import gregtech.api.util.GT_Utility; import net.minecraft.block.Block; @@ -86,7 +86,7 @@ public class GT_MetaTileEntity_TM_microwave extends GT_MetaTileEntity_Multiblock @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.CASING_BLOCKS[49], new GT_RenderedTexture(aActive ? Textures.BlockIcons.OVERLAY_FRONT_ELECTRIC_BLAST_FURNACE_ACTIVE : Textures.BlockIcons.OVERLAY_FRONT_ELECTRIC_BLAST_FURNACE)}; + return new ITexture[]{Textures.BlockIcons.CASING_BLOCKS[49], new TT_RenderedTexture(aActive ? Textures.BlockIcons.OVERLAY_FRONT_ELECTRIC_BLAST_FURNACE_ACTIVE : Textures.BlockIcons.OVERLAY_FRONT_ELECTRIC_BLAST_FURNACE)}; }else if(aSide == GT_Utility.getOppositeSide(aFacing)) { return new ITexture[]{Textures.BlockIcons.CASING_BLOCKS[49], aActive ? Textures.BlockIcons.CASING_BLOCKS[52] : Textures.BlockIcons.CASING_BLOCKS[53]}; } @@ -104,7 +104,7 @@ public class GT_MetaTileEntity_TM_microwave extends GT_MetaTileEntity_Multiblock } @Override - public boolean isFacingValid(byte aFacing) { + public boolean isFacingValid_EM(byte aFacing) { return aFacing >= 2; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java index 3456f22a05..0992601f6d 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java @@ -185,7 +185,7 @@ public class GT_GUIContainer_MultiMachineEM extends GT_GUIContainerMetaTile_Mach private void LEDdrawP(int x, int y, int i, int j, byte status) { int v = 192, su = 8, sv = 6, u = 11; switch (status) { - case STATUS_WRONG: {//fallthrough + case STATUS_WRONG: //fallthrough if (counter < 2) { drawTexturedModalRect(x + su * i, y + sv * j, u + su * i, v + sv * j, su, sv); break; @@ -193,7 +193,6 @@ public class GT_GUIContainer_MultiMachineEM extends GT_GUIContainerMetaTile_Mach drawTexturedModalRect(x + su * i, y + sv * j, u + su * i, v + sv * (8 + j), su, sv); break; } - } case STATUS_OK://ok drawTexturedModalRect(x + su * i, y + sv * j, u + su * i, v + sv * (4 + j), su, sv); break; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java index ef9b9ce833..c9a12e49d2 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java @@ -7,7 +7,11 @@ import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMa import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; import com.github.technus.tectech.elementalMatter.core.tElementalException; +import com.github.technus.tectech.thing.metaTileEntity.IFrontRotation; import com.github.technus.tectech.thing.metaTileEntity.hatch.*; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.network.RotationMessage; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.network.RotationPacketDispatcher; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; @@ -17,7 +21,6 @@ import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.BaseTileEntity; import gregtech.api.metatileentity.MetaTileEntity; import gregtech.api.metatileentity.implementations.*; -import gregtech.api.objects.GT_RenderedTexture; import gregtech.api.util.GT_Recipe; import gregtech.api.util.GT_Utility; import gregtech.common.GT_Pollution; @@ -45,7 +48,7 @@ import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texture /** * Created by danie_000 on 27.10.2016. */ -public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEntity_MultiBlockBase { +public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEntity_MultiBlockBase implements IFrontRotation { //region Constants //Placeholers for nothing feel free to use public static final ItemStack[] nothingI = new ItemStack[0]; @@ -153,6 +156,9 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt //just some info - private so hidden private boolean explodedThisTick=false; + //front rotation val + private byte frontRotation = 0; + //endregion protected GT_MetaTileEntity_MultiblockBase_EM(int aID, String aName, String aNameRegional) { @@ -165,19 +171,44 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt parametersLoadDefault_EM(); } - //region SUPER STRUCT CHECKERS + //region SUPER STRUCT + + @Override + public boolean isFrontRotationValid(byte frontRotation, byte frontFacing){ + return true; + } + + public boolean isFacingValid_EM(byte aFacing){ + return true; + } + + @Override + public void rotateAroundFrontPlane(boolean direction) { + if(direction){ + frontRotation++; + if(frontRotation>3) frontRotation=0; + }else { + frontRotation--; + if(frontRotation<0) frontRotation=3; + } + if (isFrontRotationValid(frontRotation, getBaseMetaTileEntity().getFrontFacing())) { + updateRotationOnClients(); + } else { + rotateAroundFrontPlane(direction); + } + } //can be used to check structures of multi-blocks larger than one chunk, but... //ALL THE HATCHES AND THE CONTROLLER SHOULD BE IN ONE CHUNK OR IN LOADED CHUNKS - @Deprecated - public final boolean structureCheck_EM( - String[][] structure,//0-9 casing, +- air no air, a-z ignore - Block[] blockType,//use numbers 0-9 for casing types - byte[] blockMeta,//use numbers 0-9 for casing types - int horizontalOffset, int verticalOffset, int depthOffset) { - return StructureChecker(structure, blockType, blockMeta, - horizontalOffset, verticalOffset, depthOffset, getBaseMetaTileEntity(), !mMachine); - } + //@Deprecated + //public final boolean structureCheck_EM( + // String[][] structure,//0-9 casing, +- air no air, a-z ignore + // Block[] blockType,//use numbers 0-9 for casing types + // byte[] blockMeta,//use numbers 0-9 for casing types + // int horizontalOffset, int verticalOffset, int depthOffset) { + // return StructureChecker(structure, blockType, blockMeta, + // horizontalOffset, verticalOffset, depthOffset, getBaseMetaTileEntity(), !mMachine); + //} public final boolean structureCheck_EM( String[][] structure,//0-9 casing, +- air no air, a-z ignore @@ -188,8 +219,8 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt Block[] blockTypeFallback,//use numbers 0-9 for casing types byte[] blockMetaFallback,//use numbers 0-9 for casing types int horizontalOffset, int verticalOffset, int depthOffset) { - return StructureCheckerAdvanced(structure, blockType, blockMeta, adderMethod, addingMethods, casingTextures, blockTypeFallback, blockMetaFallback, - horizontalOffset, verticalOffset, depthOffset, getBaseMetaTileEntity(), !mMachine); + return StructureCheckerExtreme(structure, blockType, blockMeta, adderMethod, addingMethods, casingTextures, blockTypeFallback, blockMetaFallback, + horizontalOffset, verticalOffset, depthOffset, getBaseMetaTileEntity(), this, !mMachine); } //endregion @@ -312,7 +343,7 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt //endregion - //region GUI/SOUND + //region GUI/SOUND/RENDER /** * Server side container @@ -364,7 +395,7 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4], new GT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4], new TT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; } return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4]}; } @@ -660,6 +691,7 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt aNBT.setByte("eCertainM", eCertainMode); aNBT.setByte("eCertainS", eCertainStatus); aNBT.setByte("eMinRepair", minRepairStatus); + aNBT.setByte("eRotation",frontRotation); aNBT.setBoolean("eParam", eParameters); aNBT.setBoolean("ePass", ePowerPass); aNBT.setBoolean("eVoid", eSafeVoid); @@ -752,6 +784,7 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt eCertainMode = aNBT.getByte("eCertainM"); eCertainStatus = aNBT.getByte("eCertainS"); minRepairStatus = aNBT.getByte("eMinRepair"); + frontRotation = aNBT.getByte("eRotation"); eParameters = aNBT.getBoolean("eParam"); ePowerPass = aNBT.getBoolean("ePass"); eSafeVoid = aNBT.getBoolean("eVoid"); @@ -954,6 +987,40 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt //region internal + @Override + public final byte getFrontRotation() { + return frontRotation; + } + + @Override + public final void forceSetRotationDoRender(byte rotation) { + frontRotation = rotation; + IGregTechTileEntity base=getBaseMetaTileEntity(); + if(base.isClientSide()) { + base.getWorld().markBlockRangeForRenderUpdate(base.getXCoord(), base.getYCoord(), base.getZCoord(), base.getXCoord(), base.getYCoord(), base.getZCoord()); + } + } + + protected final void updateRotationOnClients(){ + if(getBaseMetaTileEntity().isServerSide()){ + IGregTechTileEntity base=getBaseMetaTileEntity(); + RotationPacketDispatcher.INSTANCE.sendToAllAround(new RotationMessage.RotationData(this), + base.getWorld().provider.dimensionId, + base.getXCoord(), + base.getYCoord(), + base.getZCoord(), + 256); + } + } + + @Override + public final boolean isFacingValid(byte aFacing) { + if (!isFrontRotationValid(frontRotation, aFacing)) { + rotateAroundFrontPlane(false); + } + return isFacingValid_EM(aFacing); + } + /** * internal check machine * @param iGregTechTileEntity @@ -1025,6 +1092,18 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt //endregion //region TICKING functions + + public void onFirstTick_EM(IGregTechTileEntity aBaseMetaTileEntity){} + + @Override + public final void onFirstTick(IGregTechTileEntity aBaseMetaTileEntity) { + isFacingValid(aBaseMetaTileEntity.getFrontFacing()); + if(getBaseMetaTileEntity().isClientSide()){ + RotationPacketDispatcher.INSTANCE.sendToServer(new RotationMessage.RotationQuery(this)); + } + onFirstTick_EM(aBaseMetaTileEntity); + } + /** * called every tick the machines is active * @param aStack diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationMessage.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationMessage.java new file mode 100644 index 0000000000..21c64dfc6d --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationMessage.java @@ -0,0 +1,140 @@ +package com.github.technus.tectech.thing.metaTileEntity.multi.base.network; + +import com.github.technus.tectech.thing.metaTileEntity.IFrontRotation; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import cpw.mods.fml.common.network.ByteBufUtils; +import cpw.mods.fml.common.network.simpleimpl.IMessage; +import cpw.mods.fml.common.network.simpleimpl.MessageContext; +import eu.usrv.yamcore.network.client.AbstractClientMessageHandler; +import eu.usrv.yamcore.network.server.AbstractServerMessageHandler; +import gregtech.api.interfaces.metatileentity.IMetaTileEntity; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import io.netty.buffer.ByteBuf; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.world.World; +import net.minecraftforge.common.DimensionManager; + +public class RotationMessage implements IMessage { + protected int mPosX; + protected int mPosY; + protected int mPosZ; + protected int mPosD; + protected int mRotF; + + public RotationMessage() { + } + + private RotationMessage(GT_MetaTileEntity_MultiblockBase_EM metaTile) { + IGregTechTileEntity base=metaTile.getBaseMetaTileEntity(); + mPosX=base.getXCoord(); + mPosY=base.getYCoord(); + mPosZ=base.getZCoord(); + mPosD=base.getWorld().provider.dimensionId; + mRotF=metaTile.getFrontRotation(); + } + + private RotationMessage(World world, int x,int y,int z, IFrontRotation front) { + mPosX=x; + mPosY=y; + mPosZ=z; + mPosD=world.provider.dimensionId; + mRotF=front.getFrontRotation(); + } + + @Override + public void fromBytes(ByteBuf pBuffer) { + NBTTagCompound tTag = ByteBufUtils.readTag(pBuffer); + mPosX = tTag.getInteger("posx"); + mPosY = tTag.getInteger("posy"); + mPosZ = tTag.getInteger("posz"); + mPosD = tTag.getInteger("posd"); + mRotF = tTag.getInteger("rotf"); + } + + @Override + public void toBytes(ByteBuf pBuffer) { + NBTTagCompound tFXTag = new NBTTagCompound(); + tFXTag.setInteger("posx", mPosX); + tFXTag.setInteger("posy", mPosY); + tFXTag.setInteger("posz", mPosZ); + tFXTag.setInteger("posd", mPosD); + tFXTag.setInteger("rotf", mRotF); + + ByteBufUtils.writeTag(pBuffer, tFXTag); + } + + public static class RotationQuery extends RotationMessage{ + public RotationQuery() { + } + + public RotationQuery(GT_MetaTileEntity_MultiblockBase_EM metaTile) { + super(metaTile); + } + + public RotationQuery(World world, int x,int y,int z, IFrontRotation front) { + super(world,x,y,z,front); + } + } + + public static class RotationData extends RotationMessage{ + public RotationData() { + } + + private RotationData(RotationQuery query){ + mPosX=query.mPosX; + mPosY=query.mPosY; + mPosZ=query.mPosZ; + mPosD=query.mPosD; + mRotF=query.mRotF; + } + + public RotationData(GT_MetaTileEntity_MultiblockBase_EM metaTile) { + super(metaTile); + } + + public RotationData(World world, int x,int y,int z, IFrontRotation front) { + super(world,x,y,z,front); + } + } + + public static class ClientHandler extends AbstractClientMessageHandler { + @Override + public IMessage handleClientMessage(EntityPlayer pPlayer, RotationData pMessage, MessageContext pCtx) { + if(pPlayer.worldObj.provider.dimensionId==pMessage.mPosD){ + TileEntity te=pPlayer.worldObj.getTileEntity(pMessage.mPosX,pMessage.mPosY,pMessage.mPosZ); + if(te instanceof IGregTechTileEntity){ + IMetaTileEntity meta = ((IGregTechTileEntity) te).getMetaTileEntity(); + if(meta instanceof IFrontRotation){ + ((IFrontRotation) meta).forceSetRotationDoRender((byte)pMessage.mRotF); + } + }else if (te instanceof IFrontRotation){ + ((IFrontRotation) te).forceSetRotationDoRender((byte)pMessage.mRotF); + } + } + return null; + } + } + + public static class ServerHandler extends AbstractServerMessageHandler { + @Override + public IMessage handleServerMessage(EntityPlayer pPlayer, RotationQuery pMessage, MessageContext pCtx) { + World world= DimensionManager.getWorld(pMessage.mPosD); + if(world!=null) { + TileEntity te = world.getTileEntity(pMessage.mPosX, pMessage.mPosY, pMessage.mPosZ); + if (te instanceof IGregTechTileEntity) { + IMetaTileEntity meta = ((IGregTechTileEntity) te).getMetaTileEntity(); + if (meta instanceof IFrontRotation) { + pMessage.mRotF=((IFrontRotation) meta).getFrontRotation(); + return new RotationData(pMessage); + } + } else if (te instanceof IFrontRotation) { + pMessage.mRotF=((IFrontRotation) te).getFrontRotation(); + return new RotationData(pMessage); + } + } + return null; + } + } +} \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationPacketDispatcher.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationPacketDispatcher.java new file mode 100644 index 0000000000..a9895b30f5 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationPacketDispatcher.java @@ -0,0 +1,21 @@ +package com.github.technus.tectech.thing.metaTileEntity.multi.base.network; + +import eu.usrv.yamcore.network.PacketDispatcher; + +import static com.github.technus.tectech.auxiliary.Reference.MODID; + +public class RotationPacketDispatcher extends PacketDispatcher { + public static RotationPacketDispatcher INSTANCE; + + public RotationPacketDispatcher() { + super(MODID); + INSTANCE = this; + registerPackets(); + } + + @Override + public void registerPackets() { + registerMessage(RotationMessage.ServerHandler.class, RotationMessage.RotationQuery.class); + registerMessage(RotationMessage.ClientHandler.class, RotationMessage.RotationData.class); + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/render/TT_RenderedTexture.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/render/TT_RenderedTexture.java new file mode 100644 index 0000000000..142214f43c --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/render/TT_RenderedTexture.java @@ -0,0 +1,768 @@ +package com.github.technus.tectech.thing.metaTileEntity.multi.base.render; + +import com.github.technus.tectech.thing.metaTileEntity.IFrontRotation; +import gregtech.api.enums.Dyes; +import gregtech.api.interfaces.IColorModulationContainer; +import gregtech.api.interfaces.IIconContainer; +import gregtech.api.interfaces.ITexture; +import gregtech.api.interfaces.metatileentity.IMetaTileEntity; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import net.minecraft.block.Block; +import net.minecraft.client.Minecraft; +import net.minecraft.client.renderer.RenderBlocks; +import net.minecraft.client.renderer.Tessellator; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.util.IIcon; +import net.minecraft.world.World; + +public class TT_RenderedTexture implements ITexture,IColorModulationContainer { + private final IIconContainer mIconContainer; + private final boolean mAllowAlpha; + /** + * DO NOT MANIPULATE THE VALUES INSIDE THIS ARRAY!!! + *

+ * Just set this variable to another different Array instead. + * Otherwise some colored things will get Problems. + */ + public short[] mRGBa; + + public TT_RenderedTexture(IIconContainer aIcon, short[] aRGBa, boolean aAllowAlpha) { + if (aRGBa.length != 4) throw new IllegalArgumentException("RGBa doesn't have 4 Values @ TT_RenderedTexture"); + mIconContainer = aIcon; + mAllowAlpha = aAllowAlpha; + mRGBa = aRGBa; + } + + public TT_RenderedTexture(IIconContainer aIcon, short[] aRGBa) { + this(aIcon, aRGBa, true); + } + + public TT_RenderedTexture(IIconContainer aIcon) { + this(aIcon, Dyes._NULL.mRGBa); + } + + @Override + public void renderXPos(RenderBlocks aRenderer, Block aBlock, int aX, int aY, int aZ) { + Tessellator.instance.setColorRGBA((int) (mRGBa[0] * 0.6F), (int) (mRGBa[1] * 0.6F), (int) (mRGBa[2] * 0.6F), mAllowAlpha ? 255 - mRGBa[3] : 255); + byte rotation = getRotation(aX, aY, aZ); + renderFaceXPos(aRenderer, aX, aY, aZ, mIconContainer.getIcon(), rotation); + if (mIconContainer.getOverlayIcon() != null) { + Tessellator.instance.setColorRGBA(153, 153, 153, 255); + renderFaceXPos(aRenderer, aX, aY, aZ, mIconContainer.getOverlayIcon(), rotation); + } + } + + @Override + public void renderXNeg(RenderBlocks aRenderer, Block aBlock, int aX, int aY, int aZ) { + Tessellator.instance.setColorRGBA((int) (mRGBa[0] * 0.6F), (int) (mRGBa[1] * 0.6F), (int) (mRGBa[2] * 0.6F), mAllowAlpha ? 255 - mRGBa[3] : 255); + byte rotation = getRotation(aX, aY, aZ); + renderFaceXNeg(aRenderer, aX, aY, aZ, mIconContainer.getIcon(), rotation); + if (mIconContainer.getOverlayIcon() != null) { + Tessellator.instance.setColorRGBA(153, 153, 153, 255); + renderFaceXNeg(aRenderer, aX, aY, aZ, mIconContainer.getOverlayIcon(), rotation); + } + } + + @Override + public void renderYPos(RenderBlocks aRenderer, Block aBlock, int aX, int aY, int aZ) { + Tessellator.instance.setColorRGBA((int) (mRGBa[0] * 1.0F), (int) (mRGBa[1] * 1.0F), (int) (mRGBa[2] * 1.0F), mAllowAlpha ? 255 - mRGBa[3] : 255); + byte rotation = getRotation(aX, aY, aZ); + renderFaceYPos(aRenderer, aX, aY, aZ, mIconContainer.getIcon(), rotation); + if (mIconContainer.getOverlayIcon() != null) { + Tessellator.instance.setColorRGBA(255, 255, 255, 255); + renderFaceYPos(aRenderer, aX, aY, aZ, mIconContainer.getOverlayIcon(), rotation); + } + } + + @Override + public void renderYNeg(RenderBlocks aRenderer, Block aBlock, int aX, int aY, int aZ) { + Tessellator.instance.setColorRGBA((int) (mRGBa[0] * 0.5F), (int) (mRGBa[1] * 0.5F), (int) (mRGBa[2] * 0.5F), mAllowAlpha ? 255 - mRGBa[3] : 255); + byte rotation = getRotation(aX, aY, aZ); + renderFaceYNeg(aRenderer, aX, aY, aZ, mIconContainer.getIcon(), rotation); + if (mIconContainer.getOverlayIcon() != null) { + Tessellator.instance.setColorRGBA(255, 255, 255, 255); + renderFaceYNeg(aRenderer, aX, aY, aZ, mIconContainer.getOverlayIcon(), rotation); + } + } + + @Override + public void renderZPos(RenderBlocks aRenderer, Block aBlock, int aX, int aY, int aZ) { + Tessellator.instance.setColorRGBA((int) (mRGBa[0] * 0.8F), (int) (mRGBa[1] * 0.8F), (int) (mRGBa[2] * 0.8F), mAllowAlpha ? 255 - mRGBa[3] : 255); + byte rotation = getRotation(aX, aY, aZ); + renderFaceZPos(aRenderer, aX, aY, aZ, mIconContainer.getIcon(), rotation); + if (mIconContainer.getOverlayIcon() != null) { + Tessellator.instance.setColorRGBA(204, 204, 204, 255); + renderFaceZPos(aRenderer, aX, aY, aZ, mIconContainer.getOverlayIcon(), rotation); + } + } + + @Override + public void renderZNeg(RenderBlocks aRenderer, Block aBlock, int aX, int aY, int aZ) { + Tessellator.instance.setColorRGBA((int) (mRGBa[0] * 0.8F), (int) (mRGBa[1] * 0.8F), (int) (mRGBa[2] * 0.8F), mAllowAlpha ? 255 - mRGBa[3] : 255); + byte rotation = getRotation(aX, aY, aZ); + renderFaceZNeg(aRenderer, aX, aY, aZ, mIconContainer.getIcon(), rotation); + if (mIconContainer.getOverlayIcon() != null) { + Tessellator.instance.setColorRGBA(204, 204, 204, 255); + renderFaceZNeg(aRenderer, aX, aY, aZ, mIconContainer.getOverlayIcon(), rotation); + } + } + + + /** + * Renders the given texture to the bottom face of the block. Args: block, x, y, z, texture + */ + public void renderFaceYNeg(RenderBlocks aRenderer, double x, double y, double z, IIcon icon, byte rotation) { + Tessellator tessellator = Tessellator.instance; + + if (aRenderer.hasOverrideBlockTexture()) { + icon = aRenderer.overrideBlockTexture; + } + + double d3 = (double) icon.getInterpolatedU(aRenderer.renderMaxX * 16.0D); + double d4 = (double) icon.getInterpolatedU(aRenderer.renderMinX * 16.0D); + double d5 = (double) icon.getInterpolatedV(aRenderer.renderMinZ * 16.0D); + double d6 = (double) icon.getInterpolatedV(aRenderer.renderMaxZ * 16.0D); + + if (aRenderer.renderMinX < 0.0D || aRenderer.renderMaxX > 1.0D) { + d3 = (double) icon.getMaxU(); + d4 = (double) icon.getMinU(); + } + + if (aRenderer.renderMinZ < 0.0D || aRenderer.renderMaxZ > 1.0D) { + d5 = (double) icon.getMinV(); + d6 = (double) icon.getMaxV(); + } + + double d7 = d4; + double d8 = d3; + double d9 = d5; + double d10 = d6; + + switch (rotation) { + case 3: + d3 = (double) icon.getInterpolatedU(aRenderer.renderMaxZ * 16.0D); + d5 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMaxX * 16.0D); + d4 = (double) icon.getInterpolatedU(aRenderer.renderMinZ * 16.0D); + d6 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMinX * 16.0D); + d9 = d5; + d10 = d6; + d7 = d3; + d8 = d4; + d5 = d6; + d6 = d9; + break; + case 1: + d3 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMinZ * 16.0D); + d5 = (double) icon.getInterpolatedV(aRenderer.renderMinX * 16.0D); + d4 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMaxZ * 16.0D); + d6 = (double) icon.getInterpolatedV(aRenderer.renderMaxX * 16.0D); + d7 = d4; + d8 = d3; + d3 = d4; + d4 = d8; + d9 = d6; + d10 = d5; + break; + case 2: + d3 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMaxX * 16.0D); + d4 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMinX * 16.0D); + d5 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMinZ * 16.0D); + d6 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMaxZ * 16.0D); + d7 = d4; + d8 = d3; + d9 = d5; + d10 = d6; + break; + } + + double d11 = x + aRenderer.renderMinX; + double d12 = x + aRenderer.renderMaxX; + double d13 = y + aRenderer.renderMinY; + double d14 = z + aRenderer.renderMinZ; + double d15 = z + aRenderer.renderMaxZ; + + if (aRenderer.renderFromInside) { + d11 = x + aRenderer.renderMaxX; + d12 = x + aRenderer.renderMinX; + } + + if (aRenderer.enableAO) { + tessellator.setColorOpaque_F(aRenderer.colorRedTopLeft, aRenderer.colorGreenTopLeft, aRenderer.colorBlueTopLeft); + tessellator.setBrightness(aRenderer.brightnessTopLeft); + tessellator.addVertexWithUV(d11, d13, d15, d8, d10); + tessellator.setColorOpaque_F(aRenderer.colorRedBottomLeft, aRenderer.colorGreenBottomLeft, aRenderer.colorBlueBottomLeft); + tessellator.setBrightness(aRenderer.brightnessBottomLeft); + tessellator.addVertexWithUV(d11, d13, d14, d3, d5); + tessellator.setColorOpaque_F(aRenderer.colorRedBottomRight, aRenderer.colorGreenBottomRight, aRenderer.colorBlueBottomRight); + tessellator.setBrightness(aRenderer.brightnessBottomRight); + tessellator.addVertexWithUV(d12, d13, d14, d7, d9); + tessellator.setColorOpaque_F(aRenderer.colorRedTopRight, aRenderer.colorGreenTopRight, aRenderer.colorBlueTopRight); + tessellator.setBrightness(aRenderer.brightnessTopRight); + tessellator.addVertexWithUV(d12, d13, d15, d4, d6); + } else { + tessellator.addVertexWithUV(d11, d13, d15, d8, d10); + tessellator.addVertexWithUV(d11, d13, d14, d3, d5); + tessellator.addVertexWithUV(d12, d13, d14, d7, d9); + tessellator.addVertexWithUV(d12, d13, d15, d4, d6); + } + } + + /** + * Renders the given texture to the top face of the block. Args: block, x, y, z, texture + */ + public void renderFaceYPos(RenderBlocks aRenderer, double x, double y, double z, IIcon icon, byte rotation) { + Tessellator tessellator = Tessellator.instance; + + if (aRenderer.hasOverrideBlockTexture()) { + icon = aRenderer.overrideBlockTexture; + } + + double d3 = (double) icon.getInterpolatedU(aRenderer.renderMinX * 16.0D); + double d4 = (double) icon.getInterpolatedU(aRenderer.renderMaxX * 16.0D); + double d5 = (double) icon.getInterpolatedV(aRenderer.renderMinZ * 16.0D); + double d6 = (double) icon.getInterpolatedV(aRenderer.renderMaxZ * 16.0D); + + if (aRenderer.renderMinX < 0.0D || aRenderer.renderMaxX > 1.0D) { + d3 = (double) icon.getMinU(); + d4 = (double) icon.getMaxU(); + } + + if (aRenderer.renderMinZ < 0.0D || aRenderer.renderMaxZ > 1.0D) { + d5 = (double) icon.getMinV(); + d6 = (double) icon.getMaxV(); + } + + double d7 = d4; + double d8 = d3; + double d9 = d5; + double d10 = d6; + + switch (rotation) { + case 1: + d3 = (double) icon.getInterpolatedU(aRenderer.renderMinZ * 16.0D); + d5 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMaxX * 16.0D); + d4 = (double) icon.getInterpolatedU(aRenderer.renderMaxZ * 16.0D); + d6 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMinX * 16.0D); + d9 = d5; + d10 = d6; + d7 = d3; + d8 = d4; + d5 = d6; + d6 = d9; + break; + case 3: + d3 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMaxZ * 16.0D); + d5 = (double) icon.getInterpolatedV(aRenderer.renderMinX * 16.0D); + d4 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMinZ * 16.0D); + d6 = (double) icon.getInterpolatedV(aRenderer.renderMaxX * 16.0D); + d7 = d4; + d8 = d3; + d3 = d4; + d4 = d8; + d9 = d6; + d10 = d5; + break; + case 2: + d3 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMinX * 16.0D); + d4 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMaxX * 16.0D); + d5 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMinZ * 16.0D); + d6 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMaxZ * 16.0D); + d7 = d4; + d8 = d3; + d9 = d5; + d10 = d6; + break; + } + + double d11 = x + aRenderer.renderMinX; + double d12 = x + aRenderer.renderMaxX; + double d13 = y + aRenderer.renderMaxY; + double d14 = z + aRenderer.renderMinZ; + double d15 = z + aRenderer.renderMaxZ; + + if (aRenderer.renderFromInside) { + d11 = x + aRenderer.renderMaxX; + d12 = x + aRenderer.renderMinX; + } + + if (aRenderer.enableAO) { + tessellator.setColorOpaque_F(aRenderer.colorRedTopLeft, aRenderer.colorGreenTopLeft, aRenderer.colorBlueTopLeft); + tessellator.setBrightness(aRenderer.brightnessTopLeft); + tessellator.addVertexWithUV(d12, d13, d15, d4, d6); + tessellator.setColorOpaque_F(aRenderer.colorRedBottomLeft, aRenderer.colorGreenBottomLeft, aRenderer.colorBlueBottomLeft); + tessellator.setBrightness(aRenderer.brightnessBottomLeft); + tessellator.addVertexWithUV(d12, d13, d14, d7, d9); + tessellator.setColorOpaque_F(aRenderer.colorRedBottomRight, aRenderer.colorGreenBottomRight, aRenderer.colorBlueBottomRight); + tessellator.setBrightness(aRenderer.brightnessBottomRight); + tessellator.addVertexWithUV(d11, d13, d14, d3, d5); + tessellator.setColorOpaque_F(aRenderer.colorRedTopRight, aRenderer.colorGreenTopRight, aRenderer.colorBlueTopRight); + tessellator.setBrightness(aRenderer.brightnessTopRight); + tessellator.addVertexWithUV(d11, d13, d15, d8, d10); + } else { + tessellator.addVertexWithUV(d12, d13, d15, d4, d6); + tessellator.addVertexWithUV(d12, d13, d14, d7, d9); + tessellator.addVertexWithUV(d11, d13, d14, d3, d5); + tessellator.addVertexWithUV(d11, d13, d15, d8, d10); + } + } + + /** + * Renders the given texture to the north (z-negative) face of the block. Args: block, x, y, z, texture + */ + public void renderFaceZNeg(RenderBlocks aRenderer, double x, double y, double z, IIcon icon, byte rotation) { + Tessellator tessellator = Tessellator.instance; + + if (aRenderer.hasOverrideBlockTexture()) { + icon = aRenderer.overrideBlockTexture; + } + + double d3 = (double) icon.getInterpolatedU(aRenderer.renderMinX * 16.0D); + double d4 = (double) icon.getInterpolatedU(aRenderer.renderMaxX * 16.0D); + + if (aRenderer.field_152631_f) { + d4 = (double) icon.getInterpolatedU((1.0D - aRenderer.renderMinX) * 16.0D); + d3 = (double) icon.getInterpolatedU((1.0D - aRenderer.renderMaxX) * 16.0D); + } + + double d5 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMaxY * 16.0D); + double d6 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMinY * 16.0D); + double d7; + + if (aRenderer.flipTexture) { + d7 = d3; + d3 = d4; + d4 = d7; + } + + if (aRenderer.renderMinX < 0.0D || aRenderer.renderMaxX > 1.0D) { + d3 = (double) icon.getMinU(); + d4 = (double) icon.getMaxU(); + } + + if (aRenderer.renderMinY < 0.0D || aRenderer.renderMaxY > 1.0D) { + d5 = (double) icon.getMinV(); + d6 = (double) icon.getMaxV(); + } + + d7 = d4; + double d8 = d3; + double d9 = d5; + double d10 = d6; + + switch (rotation) { + case 3: + d3 = (double) icon.getInterpolatedU(aRenderer.renderMaxY * 16.0D); + d4 = (double) icon.getInterpolatedU(aRenderer.renderMinY * 16.0D); + d5 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMinX * 16.0D); + d6 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMaxX * 16.0D); + d9 = d5; + d10 = d6; + d7 = d3; + d8 = d4; + d5 = d6; + d6 = d9; + break; + case 1: + d3 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMinY * 16.0D); + d4 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMaxY * 16.0D); + d5 = (double) icon.getInterpolatedV(aRenderer.renderMaxX * 16.0D); + d6 = (double) icon.getInterpolatedV(aRenderer.renderMinX * 16.0D); + d7 = d4; + d8 = d3; + d3 = d4; + d4 = d8; + d9 = d6; + d10 = d5; + break; + case 2: + d3 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMinX * 16.0D); + d4 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMaxX * 16.0D); + d5 = (double) icon.getInterpolatedV(aRenderer.renderMaxY * 16.0D); + d6 = (double) icon.getInterpolatedV(aRenderer.renderMinY * 16.0D); + d7 = d4; + d8 = d3; + d9 = d5; + d10 = d6; + break; + } + + double d11 = x + aRenderer.renderMinX; + double d12 = x + aRenderer.renderMaxX; + double d13 = y + aRenderer.renderMinY; + double d14 = y + aRenderer.renderMaxY; + double d15 = z + aRenderer.renderMinZ; + + if (aRenderer.renderFromInside) { + d11 = x + aRenderer.renderMaxX; + d12 = x + aRenderer.renderMinX; + } + + if (aRenderer.enableAO) { + tessellator.setColorOpaque_F(aRenderer.colorRedTopLeft, aRenderer.colorGreenTopLeft, aRenderer.colorBlueTopLeft); + tessellator.setBrightness(aRenderer.brightnessTopLeft); + tessellator.addVertexWithUV(d11, d14, d15, d7, d9); + tessellator.setColorOpaque_F(aRenderer.colorRedBottomLeft, aRenderer.colorGreenBottomLeft, aRenderer.colorBlueBottomLeft); + tessellator.setBrightness(aRenderer.brightnessBottomLeft); + tessellator.addVertexWithUV(d12, d14, d15, d3, d5); + tessellator.setColorOpaque_F(aRenderer.colorRedBottomRight, aRenderer.colorGreenBottomRight, aRenderer.colorBlueBottomRight); + tessellator.setBrightness(aRenderer.brightnessBottomRight); + tessellator.addVertexWithUV(d12, d13, d15, d8, d10); + tessellator.setColorOpaque_F(aRenderer.colorRedTopRight, aRenderer.colorGreenTopRight, aRenderer.colorBlueTopRight); + tessellator.setBrightness(aRenderer.brightnessTopRight); + tessellator.addVertexWithUV(d11, d13, d15, d4, d6); + } else { + tessellator.addVertexWithUV(d11, d14, d15, d7, d9); + tessellator.addVertexWithUV(d12, d14, d15, d3, d5); + tessellator.addVertexWithUV(d12, d13, d15, d8, d10); + tessellator.addVertexWithUV(d11, d13, d15, d4, d6); + } + } + + /** + * Renders the given texture to the south (z-positive) face of the block. Args: block, x, y, z, texture + */ + public void renderFaceZPos(RenderBlocks aRenderer, double x, double y, double z, IIcon icon, byte rotation) { + Tessellator tessellator = Tessellator.instance; + + if (aRenderer.hasOverrideBlockTexture()) { + icon = aRenderer.overrideBlockTexture; + } + + double d3 = (double) icon.getInterpolatedU(aRenderer.renderMinX * 16.0D); + double d4 = (double) icon.getInterpolatedU(aRenderer.renderMaxX * 16.0D); + double d5 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMaxY * 16.0D); + double d6 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMinY * 16.0D); + double d7; + + if (aRenderer.flipTexture) { + d7 = d3; + d3 = d4; + d4 = d7; + } + + if (aRenderer.renderMinX < 0.0D || aRenderer.renderMaxX > 1.0D) { + d3 = (double) icon.getMinU(); + d4 = (double) icon.getMaxU(); + } + + if (aRenderer.renderMinY < 0.0D || aRenderer.renderMaxY > 1.0D) { + d5 = (double) icon.getMinV(); + d6 = (double) icon.getMaxV(); + } + + d7 = d4; + double d8 = d3; + double d9 = d5; + double d10 = d6; + + switch (rotation) { + case 1: + d3 = (double) icon.getInterpolatedU(aRenderer.renderMinY * 16.0D); + d6 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMinX * 16.0D); + d4 = (double) icon.getInterpolatedU(aRenderer.renderMaxY * 16.0D); + d5 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMaxX * 16.0D); + d9 = d5; + d10 = d6; + d7 = d3; + d8 = d4; + d5 = d6; + d6 = d9; + break; + case 3: + d3 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMaxY * 16.0D); + d5 = (double) icon.getInterpolatedV(aRenderer.renderMinX * 16.0D); + d4 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMinY * 16.0D); + d6 = (double) icon.getInterpolatedV(aRenderer.renderMaxX * 16.0D); + d7 = d4; + d8 = d3; + d3 = d4; + d4 = d8; + d9 = d6; + d10 = d5; + break; + case 2: + d3 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMinX * 16.0D); + d4 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMaxX * 16.0D); + d5 = (double) icon.getInterpolatedV(aRenderer.renderMaxY * 16.0D); + d6 = (double) icon.getInterpolatedV(aRenderer.renderMinY * 16.0D); + d7 = d4; + d8 = d3; + d9 = d5; + d10 = d6; + break; + } + + double d11 = x + aRenderer.renderMinX; + double d12 = x + aRenderer.renderMaxX; + double d13 = y + aRenderer.renderMinY; + double d14 = y + aRenderer.renderMaxY; + double d15 = z + aRenderer.renderMaxZ; + + if (aRenderer.renderFromInside) { + d11 = x + aRenderer.renderMaxX; + d12 = x + aRenderer.renderMinX; + } + + if (aRenderer.enableAO) { + tessellator.setColorOpaque_F(aRenderer.colorRedTopLeft, aRenderer.colorGreenTopLeft, aRenderer.colorBlueTopLeft); + tessellator.setBrightness(aRenderer.brightnessTopLeft); + tessellator.addVertexWithUV(d11, d14, d15, d3, d5); + tessellator.setColorOpaque_F(aRenderer.colorRedBottomLeft, aRenderer.colorGreenBottomLeft, aRenderer.colorBlueBottomLeft); + tessellator.setBrightness(aRenderer.brightnessBottomLeft); + tessellator.addVertexWithUV(d11, d13, d15, d8, d10); + tessellator.setColorOpaque_F(aRenderer.colorRedBottomRight, aRenderer.colorGreenBottomRight, aRenderer.colorBlueBottomRight); + tessellator.setBrightness(aRenderer.brightnessBottomRight); + tessellator.addVertexWithUV(d12, d13, d15, d4, d6); + tessellator.setColorOpaque_F(aRenderer.colorRedTopRight, aRenderer.colorGreenTopRight, aRenderer.colorBlueTopRight); + tessellator.setBrightness(aRenderer.brightnessTopRight); + tessellator.addVertexWithUV(d12, d14, d15, d7, d9); + } else { + tessellator.addVertexWithUV(d11, d14, d15, d3, d5); + tessellator.addVertexWithUV(d11, d13, d15, d8, d10); + tessellator.addVertexWithUV(d12, d13, d15, d4, d6); + tessellator.addVertexWithUV(d12, d14, d15, d7, d9); + } + } + + /** + * Renders the given texture to the west (x-negative) face of the block. Args: block, x, y, z, texture + */ + public void renderFaceXNeg(RenderBlocks aRenderer, double x, double y, double z, IIcon icon, byte rotation) { + Tessellator tessellator = Tessellator.instance; + + if (aRenderer.hasOverrideBlockTexture()) { + icon = aRenderer.overrideBlockTexture; + } + + double d3 = (double) icon.getInterpolatedU(aRenderer.renderMinZ * 16.0D); + double d4 = (double) icon.getInterpolatedU(aRenderer.renderMaxZ * 16.0D); + double d5 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMaxY * 16.0D); + double d6 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMinY * 16.0D); + double d7; + + if (aRenderer.flipTexture) { + d7 = d3; + d3 = d4; + d4 = d7; + } + + if (aRenderer.renderMinZ < 0.0D || aRenderer.renderMaxZ > 1.0D) { + d3 = (double) icon.getMinU(); + d4 = (double) icon.getMaxU(); + } + + if (aRenderer.renderMinY < 0.0D || aRenderer.renderMaxY > 1.0D) { + d5 = (double) icon.getMinV(); + d6 = (double) icon.getMaxV(); + } + + d7 = d4; + double d8 = d3; + double d9 = d5; + double d10 = d6; + + switch (rotation) { + case 1: + d3 = (double) icon.getInterpolatedU(aRenderer.renderMinY * 16.0D); + d5 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMaxZ * 16.0D); + d4 = (double) icon.getInterpolatedU(aRenderer.renderMaxY * 16.0D); + d6 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMinZ * 16.0D); + d9 = d5; + d10 = d6; + d7 = d3; + d8 = d4; + d5 = d6; + d6 = d9; + break; + case 3: + d3 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMaxY * 16.0D); + d5 = (double) icon.getInterpolatedV(aRenderer.renderMinZ * 16.0D); + d4 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMinY * 16.0D); + d6 = (double) icon.getInterpolatedV(aRenderer.renderMaxZ * 16.0D); + d7 = d4; + d8 = d3; + d3 = d4; + d4 = d8; + d9 = d6; + d10 = d5; + break; + case 2: + d3 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMinZ * 16.0D); + d4 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMaxZ * 16.0D); + d5 = (double) icon.getInterpolatedV(aRenderer.renderMaxY * 16.0D); + d6 = (double) icon.getInterpolatedV(aRenderer.renderMinY * 16.0D); + d7 = d4; + d8 = d3; + d9 = d5; + d10 = d6; + break; + } + + double d11 = x + aRenderer.renderMinX; + double d12 = y + aRenderer.renderMinY; + double d13 = y + aRenderer.renderMaxY; + double d14 = z + aRenderer.renderMinZ; + double d15 = z + aRenderer.renderMaxZ; + + if (aRenderer.renderFromInside) { + d14 = z + aRenderer.renderMaxZ; + d15 = z + aRenderer.renderMinZ; + } + + if (aRenderer.enableAO) { + tessellator.setColorOpaque_F(aRenderer.colorRedTopLeft, aRenderer.colorGreenTopLeft, aRenderer.colorBlueTopLeft); + tessellator.setBrightness(aRenderer.brightnessTopLeft); + tessellator.addVertexWithUV(d11, d13, d15, d7, d9); + tessellator.setColorOpaque_F(aRenderer.colorRedBottomLeft, aRenderer.colorGreenBottomLeft, aRenderer.colorBlueBottomLeft); + tessellator.setBrightness(aRenderer.brightnessBottomLeft); + tessellator.addVertexWithUV(d11, d13, d14, d3, d5); + tessellator.setColorOpaque_F(aRenderer.colorRedBottomRight, aRenderer.colorGreenBottomRight, aRenderer.colorBlueBottomRight); + tessellator.setBrightness(aRenderer.brightnessBottomRight); + tessellator.addVertexWithUV(d11, d12, d14, d8, d10); + tessellator.setColorOpaque_F(aRenderer.colorRedTopRight, aRenderer.colorGreenTopRight, aRenderer.colorBlueTopRight); + tessellator.setBrightness(aRenderer.brightnessTopRight); + tessellator.addVertexWithUV(d11, d12, d15, d4, d6); + } else { + tessellator.addVertexWithUV(d11, d13, d15, d7, d9); + tessellator.addVertexWithUV(d11, d13, d14, d3, d5); + tessellator.addVertexWithUV(d11, d12, d14, d8, d10); + tessellator.addVertexWithUV(d11, d12, d15, d4, d6); + } + } + + /** + * Renders the given texture to the east (x-positive) face of the block. Args: block, x, y, z, texture + */ + public void renderFaceXPos(RenderBlocks aRenderer, double x, double y, double z, IIcon icon, byte rotation) { + Tessellator tessellator = Tessellator.instance; + + if (aRenderer.hasOverrideBlockTexture()) { + icon = aRenderer.overrideBlockTexture; + } + + double d3 = (double) icon.getInterpolatedU(aRenderer.renderMinZ * 16.0D); + double d4 = (double) icon.getInterpolatedU(aRenderer.renderMaxZ * 16.0D); + + if (aRenderer.field_152631_f) { + d4 = (double) icon.getInterpolatedU((1.0D - aRenderer.renderMinZ) * 16.0D); + d3 = (double) icon.getInterpolatedU((1.0D - aRenderer.renderMaxZ) * 16.0D); + } + + double d5 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMaxY * 16.0D); + double d6 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMinY * 16.0D); + double d7; + + if (aRenderer.flipTexture) { + d7 = d3; + d3 = d4; + d4 = d7; + } + + if (aRenderer.renderMinZ < 0.0D || aRenderer.renderMaxZ > 1.0D) { + d3 = (double) icon.getMinU(); + d4 = (double) icon.getMaxU(); + } + + if (aRenderer.renderMinY < 0.0D || aRenderer.renderMaxY > 1.0D) { + d5 = (double) icon.getMinV(); + d6 = (double) icon.getMaxV(); + } + + d7 = d4; + double d8 = d3; + double d9 = d5; + double d10 = d6; + + switch (rotation) { + case 3: + d3 = (double) icon.getInterpolatedU(aRenderer.renderMaxY * 16.0D); + d5 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMinZ * 16.0D); + d4 = (double) icon.getInterpolatedU(aRenderer.renderMinY * 16.0D); + d6 = (double) icon.getInterpolatedV(16.0D - aRenderer.renderMaxZ * 16.0D); + d9 = d5; + d10 = d6; + d7 = d3; + d8 = d4; + d5 = d6; + d6 = d9; + break; + case 1: + d3 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMinY * 16.0D); + d5 = (double) icon.getInterpolatedV(aRenderer.renderMaxZ * 16.0D); + d4 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMaxY * 16.0D); + d6 = (double) icon.getInterpolatedV(aRenderer.renderMinZ * 16.0D); + d7 = d4; + d8 = d3; + d3 = d4; + d4 = d8; + d9 = d6; + d10 = d5; + break; + case 2: + d3 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMinZ * 16.0D); + d4 = (double) icon.getInterpolatedU(16.0D - aRenderer.renderMaxZ * 16.0D); + d5 = (double) icon.getInterpolatedV(aRenderer.renderMaxY * 16.0D); + d6 = (double) icon.getInterpolatedV(aRenderer.renderMinY * 16.0D); + d7 = d4; + d8 = d3; + d9 = d5; + d10 = d6; + break; + } + + double d11 = x + aRenderer.renderMaxX; + double d12 = y + aRenderer.renderMinY; + double d13 = y + aRenderer.renderMaxY; + double d14 = z + aRenderer.renderMinZ; + double d15 = z + aRenderer.renderMaxZ; + + if (aRenderer.renderFromInside) { + d14 = z + aRenderer.renderMaxZ; + d15 = z + aRenderer.renderMinZ; + } + + if (aRenderer.enableAO) { + tessellator.setColorOpaque_F(aRenderer.colorRedTopLeft, aRenderer.colorGreenTopLeft, aRenderer.colorBlueTopLeft); + tessellator.setBrightness(aRenderer.brightnessTopLeft); + tessellator.addVertexWithUV(d11, d12, d15, d8, d10); + tessellator.setColorOpaque_F(aRenderer.colorRedBottomLeft, aRenderer.colorGreenBottomLeft, aRenderer.colorBlueBottomLeft); + tessellator.setBrightness(aRenderer.brightnessBottomLeft); + tessellator.addVertexWithUV(d11, d12, d14, d4, d6); + tessellator.setColorOpaque_F(aRenderer.colorRedBottomRight, aRenderer.colorGreenBottomRight, aRenderer.colorBlueBottomRight); + tessellator.setBrightness(aRenderer.brightnessBottomRight); + tessellator.addVertexWithUV(d11, d13, d14, d7, d9); + tessellator.setColorOpaque_F(aRenderer.colorRedTopRight, aRenderer.colorGreenTopRight, aRenderer.colorBlueTopRight); + tessellator.setBrightness(aRenderer.brightnessTopRight); + tessellator.addVertexWithUV(d11, d13, d15, d3, d5); + } else { + tessellator.addVertexWithUV(d11, d12, d15, d8, d10); + tessellator.addVertexWithUV(d11, d12, d14, d4, d6); + tessellator.addVertexWithUV(d11, d13, d14, d7, d9); + tessellator.addVertexWithUV(d11, d13, d15, d3, d5); + } + } + + @Override + public short[] getRGBA() { + return mRGBa; + } + + @Override + public boolean isValidTexture() { + return mIconContainer != null; + } + + private static byte getRotation(int x, int y, int z) { + World w = Minecraft.getMinecraft().theWorld; + if (w != null) { + TileEntity te = w.getTileEntity(x, y, z); + if (te instanceof IGregTechTileEntity) { + IMetaTileEntity meta = ((IGregTechTileEntity) te).getMetaTileEntity(); + if (meta instanceof IFrontRotation) { + return ((IFrontRotation) meta).getFrontRotation(); + } + } + } + return 0; + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java index 032d4e48a8..7bc6bfcc77 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java @@ -87,7 +87,7 @@ public class GT_MetaTileEntity_EM_machine extends GT_MetaTileEntity_MultiblockBa } @Override - public void onFirstTick(IGregTechTileEntity aBaseMetaTileEntity) { + public void onFirstTick_EM(IGregTechTileEntity aBaseMetaTileEntity) { if(aBaseMetaTileEntity.isServerSide()) { quantumStuff(aBaseMetaTileEntity.isActive()); } -- cgit From b82fb691d0ee54463a6a48bcd4c8bfb81eb0af8b Mon Sep 17 00:00:00 2001 From: Technus Date: Fri, 23 Feb 2018 17:56:16 +0100 Subject: Stuff and bugfixes. --- .../java/com/github/technus/tectech/TecTech.java | 13 +- src/main/java/com/github/technus/tectech/Util.java | 231 +++++++++++---------- .../GT_MetaTileEntity_EM_essentiaDequantizer.java | 4 +- .../GT_MetaTileEntity_EM_essentiaQuantizer.java | 4 +- .../technus/tectech/entity/fx/BlockHint.java | 5 + .../github/technus/tectech/proxy/ClientProxy.java | 25 +++ .../github/technus/tectech/proxy/CommonProxy.java | 5 + .../thing/item/ConstructableTriggerItem.java | 25 ++- .../multi/GT_MetaTileEntity_EM_annihilation.java | 4 +- .../multi/GT_MetaTileEntity_EM_bhg.java | 6 +- .../multi/GT_MetaTileEntity_EM_collider.java | 11 +- .../multi/GT_MetaTileEntity_EM_computer.java | 17 +- .../multi/GT_MetaTileEntity_EM_crafting.java | 4 +- .../multi/GT_MetaTileEntity_EM_decay.java | 13 +- .../multi/GT_MetaTileEntity_EM_dequantizer.java | 8 +- .../multi/GT_MetaTileEntity_EM_infuser.java | 9 +- .../multi/GT_MetaTileEntity_EM_junction.java | 4 +- .../multi/GT_MetaTileEntity_EM_quantizer.java | 2 +- .../multi/GT_MetaTileEntity_EM_scanner.java | 2 +- .../multi/GT_MetaTileEntity_EM_stabilizer.java | 4 +- .../multi/GT_MetaTileEntity_EM_switch.java | 4 +- .../multi/GT_MetaTileEntity_EM_transformer.java | 4 +- .../multi/GT_MetaTileEntity_EM_wormhole.java | 4 +- .../multi/GT_MetaTileEntity_TM_microwave.java | 86 ++------ .../base/GT_MetaTileEntity_MultiblockBase_EM.java | 173 +++++++++++++++ .../em_machine/GT_MetaTileEntity_EM_machine.java | 4 +- .../gui/GT_GUIContainer_DebugStructureWriter.java | 2 +- src/main/resources/assets/tectech/lang/en_US.lang | 1 + .../tectech/textures/items/itemFrontRotate.png | Bin 0 -> 439 bytes 29 files changed, 422 insertions(+), 252 deletions(-) create mode 100644 src/main/resources/assets/tectech/textures/items/itemFrontRotate.png diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 4616bf8671..84f2ddf58b 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -184,12 +184,15 @@ public class TecTech { )); String modId; for(Block block : GameData.getBlockRegistry().typeSafeIterable()) { - modId = GameRegistry.findUniqueIdentifierFor(block).modId; - if (modIDs.contains(modId)) {//Full Whitelisted Mods - continue; - } else if ("OpenBlocks".equals(modId)) { - if ("grave".equals(GameRegistry.findUniqueIdentifierFor(block).name)) { + GameRegistry.UniqueIdentifier uniqueIdentifier=GameRegistry.findUniqueIdentifierFor(block); + if (uniqueIdentifier != null) { + modId = uniqueIdentifier.modId; + if (modIDs.contains(modId)) {//Full Whitelisted Mods continue; + } else if ("OpenBlocks".equals(modId)) { + if ("grave".equals(GameRegistry.findUniqueIdentifierFor(block).name)) { + continue; + } } } block.setResistance(6); diff --git a/src/main/java/com/github/technus/tectech/Util.java b/src/main/java/com/github/technus/tectech/Util.java index 87f3a2bebb..9d53689517 100644 --- a/src/main/java/com/github/technus/tectech/Util.java +++ b/src/main/java/com/github/technus/tectech/Util.java @@ -34,7 +34,8 @@ import static gregtech.api.enums.GT_Values.E; * Created by Tec on 21.03.2017. */ public final class Util { - private Util() {} + private Util() { + } public static String intBitsToString(int number) { StringBuilder result = new StringBuilder(16); @@ -375,15 +376,15 @@ public final class Util { return false; } //TE Rotation - int facingAndRotation = aBaseMetaTileEntity.getFrontFacing() + (frontRotation==null?0:(frontRotation.getFrontRotation()<<3)); + int facingAndRotation = aBaseMetaTileEntity.getFrontFacing() + (frontRotation == null ? 0 : (frontRotation.getFrontRotation() << 3)); IGregTechTileEntity igt; IMetaTileEntity imt = aBaseMetaTileEntity.getMetaTileEntity(); int x, y, z, a, b, c, pointer; - int baseX=aBaseMetaTileEntity.getXCoord(), - baseZ=aBaseMetaTileEntity.getZCoord(), - baseY=aBaseMetaTileEntity.getYCoord(); + int baseX = aBaseMetaTileEntity.getXCoord(), + baseZ = aBaseMetaTileEntity.getZCoord(), + baseY = aBaseMetaTileEntity.getYCoord(); //a,b,c - relative to block face! //x,y,z - relative to block position on map! //yPos - absolute height of checked block @@ -403,7 +404,7 @@ public final class Util { a += block - '@'; }//else if (block < '+')//used to mark THINGS // a++; - else if (block=='.') { + else if (block == '.') { a++; } else { //get x y z from rotation @@ -534,7 +535,7 @@ public final class Util { y = baseY + c; break; default: - if(DEBUG_MODE) { + if (DEBUG_MODE) { TecTech.Logger.info("facing = " + facingAndRotation); } return false; @@ -617,38 +618,38 @@ public final class Util { int horizontalOffset, int verticalOffset, int depthOffset, IGregTechTileEntity aBaseMetaTileEntity, boolean hintsOnly) { byte facing = aBaseMetaTileEntity.getFrontFacing(); - return StructureBuilderExtreme(structure,blockType,blockMeta, - horizontalOffset,verticalOffset,depthOffset, - aBaseMetaTileEntity.getWorld().getTileEntity(aBaseMetaTileEntity.getXCoord(),aBaseMetaTileEntity.getYCoord(),aBaseMetaTileEntity.getZCoord()),null, - facing,hintsOnly); + return StructureBuilderExtreme(structure, blockType, blockMeta, + horizontalOffset, verticalOffset, depthOffset, + aBaseMetaTileEntity.getWorld().getTileEntity(aBaseMetaTileEntity.getXCoord(), aBaseMetaTileEntity.getYCoord(), aBaseMetaTileEntity.getZCoord()), null, + facing, hintsOnly); } public static boolean StructureBuilderExtreme(String[][] structure,//0-9 casing, +- air no air, A... ignore 'A'-CHAR+1 blocks - Block[] blockType,//use numbers 0-9 for casing types - byte[] blockMeta,//use numbers 0-9 for casing types - int horizontalOffset, int verticalOffset, int depthOffset, - IGregTechTileEntity aBaseMetaTileEntity, IFrontRotation frontRotation, boolean hintsOnly) { + Block[] blockType,//use numbers 0-9 for casing types + byte[] blockMeta,//use numbers 0-9 for casing types + int horizontalOffset, int verticalOffset, int depthOffset, + IGregTechTileEntity aBaseMetaTileEntity, IFrontRotation frontRotation, boolean hintsOnly) { byte facing = aBaseMetaTileEntity.getFrontFacing(); - return StructureBuilderExtreme(structure,blockType,blockMeta, - horizontalOffset,verticalOffset,depthOffset, - aBaseMetaTileEntity.getWorld().getTileEntity(aBaseMetaTileEntity.getXCoord(),aBaseMetaTileEntity.getYCoord(),aBaseMetaTileEntity.getZCoord()),frontRotation, - facing,hintsOnly); + return StructureBuilderExtreme(structure, blockType, blockMeta, + horizontalOffset, verticalOffset, depthOffset, + aBaseMetaTileEntity.getWorld().getTileEntity(aBaseMetaTileEntity.getXCoord(), aBaseMetaTileEntity.getYCoord(), aBaseMetaTileEntity.getZCoord()), frontRotation, + facing, hintsOnly); } public static boolean StructureBuilder(String[][] structure,//0-9 casing, +- air no air, A... ignore 'A'-CHAR+1 blocks - Block[] blockType,//use numbers 0-9 for casing types - byte[] blockMeta,//use numbers 0-9 for casing types - int horizontalOffset, int verticalOffset, int depthOffset, - TileEntity tileEntity, int facing, boolean hintsOnly){ - return StructureBuilderExtreme(structure,blockType,blockMeta,horizontalOffset,verticalOffset,depthOffset,tileEntity,null,facing,hintsOnly); - } - - public static boolean StructureBuilderExtreme(String[][] structure,//0-9 casing, +- air no air, A... ignore 'A'-CHAR+1 blocks Block[] blockType,//use numbers 0-9 for casing types byte[] blockMeta,//use numbers 0-9 for casing types int horizontalOffset, int verticalOffset, int depthOffset, - TileEntity tileEntity, IFrontRotation frontRotation, int facing, boolean hintsOnly) { - if(!tileEntity.hasWorldObj()) { + TileEntity tileEntity, int facing, boolean hintsOnly) { + return StructureBuilderExtreme(structure, blockType, blockMeta, horizontalOffset, verticalOffset, depthOffset, tileEntity, null, facing, hintsOnly); + } + + public static boolean StructureBuilderExtreme(String[][] structure,//0-9 casing, +- air no air, A... ignore 'A'-CHAR+1 blocks + Block[] blockType,//use numbers 0-9 for casing types + byte[] blockMeta,//use numbers 0-9 for casing types + int horizontalOffset, int verticalOffset, int depthOffset, + TileEntity tileEntity, IFrontRotation frontRotation, int facing, boolean hintsOnly) { + if (!tileEntity.hasWorldObj()) { return false; } World world = tileEntity.getWorldObj(); @@ -660,12 +661,12 @@ public final class Util { int x, y, z, a, b, c, pointer; int - baseX=tileEntity.xCoord, - baseZ=tileEntity.zCoord, - baseY=tileEntity.yCoord; + baseX = tileEntity.xCoord, + baseZ = tileEntity.zCoord, + baseY = tileEntity.yCoord; //a,b,c - relative to block face! //x,y,z - relative to block position on map! - if(frontRotation!=null) { + if (frontRotation != null) { facing += frontRotation.getFrontRotation() << 3; } @@ -679,12 +680,13 @@ public final class Util { if (block < ' ') {//Control chars allow skipping b -= block; break; - } if (block > '@')//characters allow to skip check a-1 skip, b-2 skips etc. + } + if (block > '@')//characters allow to skip check a-1 skip, b-2 skips etc. { a += block - '@'; }//else if (block < '+')//used to mark THINGS - // a++; - else if (block=='.')// this TE + // a++; + else if (block == '.')// this TE { a++; } else { @@ -816,7 +818,7 @@ public final class Util { y = baseY + c; break; default: - if(DEBUG_MODE) { + if (DEBUG_MODE) { TecTech.Logger.info("facing = " + facing); } return false; @@ -829,49 +831,49 @@ public final class Util { //Check block if (world.blockExists(x, y, z)) {//this actually checks if the chunk is loaded - if(hintsOnly){ + if (hintsOnly) { switch (block) { - case '-'://must be air - TecTech.proxy.hint_particle(world,x, y, z, TT_Container_Casings.sHintCasingsTT, 13); - break; - case '+'://must not be air - TecTech.proxy.hint_particle(world,x, y, z, TT_Container_Casings.sHintCasingsTT, 14); - break; - default: //check for block - if ((pointer = block - '0') >= 0) { - if(world.getBlock(x,y,z)!=blockType[pointer] || world.getBlockMetadata(x,y,z)!=blockMeta[pointer]) { - TecTech.proxy.hint_particle(world, x, y, z, blockType[pointer], blockMeta[pointer]); - } - } else if ((pointer = block - ' ') >= 0) { - if(pointer>=0 && pointer<12) { - TecTech.proxy.hint_particle(world, x, y, z, TT_Container_Casings.sHintCasingsTT, pointer); + case '-'://must be air + TecTech.proxy.hint_particle(world, x, y, z, TT_Container_Casings.sHintCasingsTT, 13); + break; + case '+'://must not be air + TecTech.proxy.hint_particle(world, x, y, z, TT_Container_Casings.sHintCasingsTT, 14); + break; + default: //check for block + if ((pointer = block - '0') >= 0) { + if (world.getBlock(x, y, z) != blockType[pointer] || world.getBlockMetadata(x, y, z) != blockMeta[pointer]) { + TecTech.proxy.hint_particle(world, x, y, z, blockType[pointer], blockMeta[pointer]); + } + } else if ((pointer = block - ' ') >= 0) { + if (pointer >= 0 && pointer < 12) { + TecTech.proxy.hint_particle(world, x, y, z, TT_Container_Casings.sHintCasingsTT, pointer); + } else { + TecTech.proxy.hint_particle(world, x, y, z, TT_Container_Casings.sHintCasingsTT, 12); + } } else { - TecTech.proxy.hint_particle(world, x, y, z, TT_Container_Casings.sHintCasingsTT, 12); + TecTech.proxy.hint_particle(world, x, y, z, TT_Container_Casings.sHintCasingsTT, 15); } - } else { - TecTech.proxy.hint_particle(world, x, y, z, TT_Container_Casings.sHintCasingsTT, 15); - } } - }else{ + } else { switch (block) { - case '-'://must be air - world.setBlock(x, y, z, Blocks.air, 0, 2); - break; - case '+'://must not be air - world.setBlock(x, y, z, TT_Container_Casings.sBlockCasingsTT, 14, 2); - break; - default: //check for block - if ((pointer = block - '0') >= 0) { - world.setBlock(x, y, z, blockType[pointer], blockMeta[pointer], 2); - } else if (block - ' ' < 0) { - world.setBlock(x, y, z, TT_Container_Casings.sHintCasingsTT, 15, 2); - } //else { + case '-'://must be air + world.setBlock(x, y, z, Blocks.air, 0, 2); + break; + case '+'://must not be air + world.setBlock(x, y, z, TT_Container_Casings.sBlockCasingsTT, 14, 2); + break; + default: //check for block + if ((pointer = block - '0') >= 0) { + world.setBlock(x, y, z, blockType[pointer], blockMeta[pointer], 2); + } else if (block - ' ' < 0) { + world.setBlock(x, y, z, TT_Container_Casings.sHintCasingsTT, 15, 2); + } //else { //switch(pointer){ // case 0: case 1: case 2: case 3: case 4: case 5: case 6: case 7: case 8: case 9: case 10: case 11: // world.setBlock(x, y, z, TT_Container_Casings.sHintCasingsTT, pointer, 2); break; // default:world.setBlock(x, y, z, TT_Container_Casings.sHintCasingsTT, 12, 2); //} - //} + //} } } } @@ -900,9 +902,9 @@ public final class Util { int x, y, z, a, b, c; int - baseX=aBaseMetaTileEntity.getXCoord(), - baseZ=aBaseMetaTileEntity.getZCoord(), - baseY=aBaseMetaTileEntity.getYCoord(); + baseX = aBaseMetaTileEntity.getXCoord(), + baseZ = aBaseMetaTileEntity.getZCoord(), + baseY = aBaseMetaTileEntity.getYCoord(); //a,b,c - relative to block face! //x,y,z - relative to block position on map! //yPos - absolute height of checked block @@ -1081,7 +1083,7 @@ public final class Util { if (ignoreAir) { StringBuilder builder = new StringBuilder(); char temp = '@'; - for (char ch : line.toString().toCharArray()){ + for (char ch : line.toString().toCharArray()) { if (ch == '-') { temp += 1; if (temp == '~') { @@ -1096,21 +1098,21 @@ public final class Util { builder.append(ch); } } - while (builder.length()>0 && builder.charAt(builder.length() - 1) == '~') { + while (builder.length() > 0 && builder.charAt(builder.length() - 1) == '~') { builder.deleteCharAt(builder.length() - 1); } - if (builder.length()==0) { + if (builder.length() == 0) { builder.append("E,"); } else { - builder.insert(0,'"'); + builder.insert(0, '"'); builder.append('"').append(','); } addMe.append(builder); } else { - if (line.length()==0) { + if (line.length() == 0) { line.append("E,"); } else { - line.insert(0,'"'); + line.insert(0, '"'); line.append('"').append(','); } addMe.append(line); @@ -1119,11 +1121,11 @@ public final class Util { } //region less verbose addMe.append('}').append(','); - String builtStr=addMe.toString().replaceAll("(E,)+(?=})",E/*Remove Empty strings at end*/); + String builtStr = addMe.toString().replaceAll("(E,)+(?=})", E/*Remove Empty strings at end*/); Matcher matcher = matchE_.matcher(builtStr); while (matcher.find()) { - byte lenEE = (byte)(matcher.group(1).length()>>1); - builtStr=builtStr.replaceFirst("E,(E,)+","\"\\\\u00"+String.format("%02X", lenEE-1)+"\","); + byte lenEE = (byte) (matcher.group(1).length() >> 1); + builtStr = builtStr.replaceFirst("E,(E,)+", "\"\\\\u00" + String.format("%02X", lenEE - 1) + "\","); //builtStr=builtStr.replaceFirst("E,(E,)+\"","\"\\\\u00"+String.format("%02X", lenEE)); } //endregion @@ -1250,7 +1252,7 @@ public final class Util { public static final String[] VN = new String[]{"ULV", "LV", "MV", "HV", "EV", "IV", "LuV", "ZPM", "UV", "UHV", "UEV", "UIV", "UMV", "UXV", "OpV", "MAX"}; - public static final long[] V = new long[]{8L, 32L, 128L, 512L, 2048L, 8192L, 32768L, 131072L, 524288L, 2097152L, 8388608L, 33554432L, 134217728L, 536870912L, 1073741824L, Integer.MAX_VALUE-7}; + public static final long[] V = new long[]{8L, 32L, 128L, 512L, 2048L, 8192L, 32768L, 131072L, 524288L, 2097152L, 8388608L, 33554432L, 134217728L, 536870912L, 1073741824L, Integer.MAX_VALUE - 7}; public static byte getTier(long l) { byte b = -1; @@ -1260,20 +1262,20 @@ public final class Util { if (b >= V.length) { return b; } - } while(l > V[b]); + } while (l > V[b]); return b; } - public static String[] splitButDifferent(String string,String delimiter){ - String[] strings= new String[StringUtils.countMatches(string,delimiter)+1]; - int lastEnd=0; - for(int i=0;i{ + public static class TT_ItemStack implements Comparable { public final Item mItem; public final int mStackSize; public final int mMetaData; public TT_ItemStack(Item aItem, long aStackSize, long aMetaData) { this.mItem = aItem; - this.mStackSize = (byte)((int)aStackSize); - this.mMetaData = (short)((int)aMetaData); + this.mStackSize = (byte) ((int) aStackSize); + this.mMetaData = (short) ((int) aMetaData); } public TT_ItemStack(ItemStack aStack) { - if(aStack==null){ - mItem=null; - mStackSize=mMetaData=0; - }else{ - mItem=aStack.getItem(); - mStackSize=aStack.stackSize; - mMetaData=Items.feather.getDamage(aStack); + if (aStack == null) { + mItem = null; + mStackSize = mMetaData = 0; + } else { + mItem = aStack.getItem(); + mStackSize = aStack.stackSize; + mMetaData = Items.feather.getDamage(aStack); } } @Override public int compareTo(TT_ItemStack o) { - if(mMetaData>o.mMetaData) return 1; - if(mMetaDatao.mStackSize) return 1; - if(mStackSize o.mMetaData) return 1; + if (mMetaData < o.mMetaData) return -1; + if (mStackSize > o.mStackSize) return 1; + if (mStackSize < o.mStackSize) return -1; + if (mItem != null && o.mItem != null) + return mItem.getUnlocalizedName().compareTo(o.mItem.getUnlocalizedName()); + if (mItem == null && o.mItem == null) return 0; + if (mItem != null) return 1; return -1; } @@ -1327,19 +1330,19 @@ public final class Util { public boolean equals(Object aStack) { return aStack == this || (aStack instanceof TT_ItemStack && - ((mItem==((TT_ItemStack) aStack).mItem) || ((TT_ItemStack) aStack).mItem.getUnlocalizedName().equals(this.mItem.getUnlocalizedName())) && + ((mItem == ((TT_ItemStack) aStack).mItem) || ((TT_ItemStack) aStack).mItem.getUnlocalizedName().equals(this.mItem.getUnlocalizedName())) && ((TT_ItemStack) aStack).mStackSize == this.mStackSize && ((TT_ItemStack) aStack).mMetaData == this.mMetaData); } @Override public int hashCode() { - return (mItem!=null?mItem.getUnlocalizedName().hashCode():0) ^ (mMetaData << 16) ^ (mStackSize<<24); + return (mItem != null ? mItem.getUnlocalizedName().hashCode() : 0) ^ (mMetaData << 16) ^ (mStackSize << 24); } @Override public String toString() { - return Integer.toString(hashCode())+' '+(mItem==null?"null":mItem.getUnlocalizedName())+' '+mMetaData+' '+mStackSize; + return Integer.toString(hashCode()) + ' ' + (mItem == null ? "null" : mItem.getUnlocalizedName()) + ' ' + mMetaData + ' ' + mStackSize; } } } diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java index 9c0008ab07..db20de53c5 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java @@ -22,7 +22,7 @@ import net.minecraft.util.EnumChatFormatting; import net.minecraft.util.ResourceLocation; import net.minecraftforge.common.util.ForgeDirection; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.compatibility.thaumcraft.EssentiaCompat.essentiaContainerCompat; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; @@ -99,7 +99,7 @@ public class GT_MetaTileEntity_EM_essentiaDequantizer extends GT_MetaTileEntity_ iGregTechTileEntity.getWorld().setBlock(iGregTechTileEntity.getXCoord() + xDir, iGregTechTileEntity.getYCoord() + yDir, iGregTechTileEntity.getZCoord() + zDir, TT_Container_Casings.sHintCasingsTT, 12, 2); } } - StructureBuilder(shape, blockType, blockMeta,1, 1, 0, iGregTechTileEntity,hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,1, 1, 0, iGregTechTileEntity,this,hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java index 085884b80a..8c5387160d 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java @@ -22,7 +22,7 @@ import net.minecraft.util.EnumChatFormatting; import net.minecraft.util.ResourceLocation; import net.minecraftforge.common.util.ForgeDirection; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.compatibility.thaumcraft.EssentiaCompat.essentiaContainerCompat; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; @@ -99,7 +99,7 @@ public class GT_MetaTileEntity_EM_essentiaQuantizer extends GT_MetaTileEntity_Mu iGregTechTileEntity.getWorld().setBlock(iGregTechTileEntity.getXCoord() + xDir, iGregTechTileEntity.getYCoord() + yDir, iGregTechTileEntity.getZCoord() + zDir, TT_Container_Casings.sHintCasingsTT, 12, 2); } } - StructureBuilder(shape, blockType, blockMeta,1, 1, 0, iGregTechTileEntity,hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,1, 1, 0, iGregTechTileEntity,this,hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java b/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java index 29533c5a0a..6fa5b552e5 100644 --- a/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java +++ b/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java @@ -6,6 +6,7 @@ import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.block.Block; import net.minecraft.client.particle.EntityFX; import net.minecraft.client.renderer.Tessellator; +import net.minecraft.init.Blocks; import net.minecraft.util.IIcon; import net.minecraft.world.World; import org.lwjgl.opengl.GL11; @@ -14,6 +15,10 @@ import org.lwjgl.opengl.GL11; public class BlockHint extends EntityFX { private IIcon[] icons = new IIcon[6]; + public BlockHint(World world){ + this(world,0,0,0, Blocks.stone,0); + } + public BlockHint(World world, int x, int y, int z, Block block, int meta) { super(world, x+.25, y+.5, z+.25); particleGravity = 0; diff --git a/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java b/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java index 92e0fa6822..8ed457ca79 100644 --- a/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java +++ b/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java @@ -18,6 +18,7 @@ import net.minecraft.client.gui.GuiNewChat; import net.minecraft.client.particle.EntityExplodeFX; import net.minecraft.client.particle.EntityFX; import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.util.AxisAlignedBB; import net.minecraft.util.ChatComponentText; import net.minecraft.world.World; import net.minecraftforge.common.util.ForgeDirection; @@ -63,6 +64,13 @@ public class ClientProxy extends CommonProxy { Minecraft.getMinecraft().effectRenderer.addEffect(particle); } + @Override + public void em_particle(World w,double x,double y,double z) {//CUTE! + EntityFX particle = new EntityExplodeFX(w, x + TecTech.Rnd.nextFloat() * 0.5F, y + TecTech.Rnd.nextFloat() * 0.5F, z + TecTech.Rnd.nextFloat() * 0.5F, 0, 0, 0); + particle.setRBGColorF(0, 0.6F * TecTech.Rnd.nextFloat(), 0.8f); + Minecraft.getMinecraft().effectRenderer.addEffect(particle); + } + @Override public Object getClientGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) { return null; @@ -113,4 +121,21 @@ public class ClientProxy extends CommonProxy { public void playSound(IGregTechTileEntity base,String name) { base.getWorld().playSoundEffect(base.getXCoord(),base.getYCoord(),base.getZCoord(), Reference.MODID+':'+name, 1, 1); } + + @Override + public void renderAABB(World w,AxisAlignedBB box) { + em_particle(w,box.minX,box.minY,box.minZ); + em_particle(w,box.minX,box.minY,box.maxZ); + em_particle(w,box.minX,box.maxY,box.maxZ); + em_particle(w,box.minX,box.maxY,box.minZ); + em_particle(w,box.maxX,box.maxY,box.minZ); + em_particle(w,box.maxX,box.maxY,box.maxZ); + em_particle(w,box.maxX,box.minY,box.maxZ); + em_particle(w,box.maxX,box.minY,box.minZ); + } + + @Override + public void renderAABB(AxisAlignedBB box) { + renderAABB(Minecraft.getMinecraft().theWorld,box); + } } diff --git a/src/main/java/com/github/technus/tectech/proxy/CommonProxy.java b/src/main/java/com/github/technus/tectech/proxy/CommonProxy.java index 271887d579..7ccbe7472f 100644 --- a/src/main/java/com/github/technus/tectech/proxy/CommonProxy.java +++ b/src/main/java/com/github/technus/tectech/proxy/CommonProxy.java @@ -5,6 +5,7 @@ import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import net.minecraft.block.Block; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.server.MinecraftServer; +import net.minecraft.util.AxisAlignedBB; import net.minecraft.util.ChatComponentText; import net.minecraft.world.World; @@ -13,6 +14,7 @@ public class CommonProxy implements IGuiHandler { public void hint_particle(World world, int x, int y, int z, Block block, int meta){} public void em_particle(IGregTechTileEntity aMuffler, byte facing) {}//CUTE! + public void em_particle(World w,double x,double y,double z){} @Override public Object getServerGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) { @@ -42,4 +44,7 @@ public class CommonProxy implements IGuiHandler { public void printInchat(String... strings){} public void playSound(IGregTechTileEntity base,String name){} + + public void renderAABB(AxisAlignedBB box){} + public void renderAABB(World w,AxisAlignedBB box){} } diff --git a/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java b/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java index ab83518607..8e42e9a371 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java +++ b/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java @@ -25,7 +25,6 @@ import java.util.List; import static com.github.technus.tectech.Util.StructureBuilder; import static com.github.technus.tectech.auxiliary.Reference.MODID; -import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sHintCasingsTT; import static gregtech.api.GregTech_API.sBlockCasings1; /** @@ -34,7 +33,7 @@ import static gregtech.api.GregTech_API.sBlockCasings1; public final class ConstructableTriggerItem extends Item { public static ConstructableTriggerItem INSTANCE; - public static HashMap multiblockMap= new HashMap<>(); + private static HashMap multiblockMap= new HashMap<>(); private ConstructableTriggerItem() { setUnlocalizedName("em.debugBuilder"); @@ -122,20 +121,20 @@ public final class ConstructableTriggerItem extends Item { INSTANCE = new ConstructableTriggerItem(); GameRegistry.registerItem(INSTANCE, INSTANCE.getUnlocalizedName()); - multiblockMap.put(GT_MetaTileEntity_ElectricBlastFurnace.class.getCanonicalName(), new MultiblockInfoContainer() { + registerMetaClass(GT_MetaTileEntity_ElectricBlastFurnace.class, new MultiblockInfoContainer() { //region Structure private final String[][] shape = new String[][]{ - {"000","111","111"," . ",}, - {"0!0","1A1","1A1"," ",}, - {"000","111","111"," ",}, + {"000","\"\"\"","\"\"\""," . ",}, + {"0!0","\"A\"","\"A\""," ",}, + {"000","\"\"\"","\"\"\""," ",}, }; - private final Block[] blockType = new Block[]{sBlockCasings1, sHintCasingsTT}; - private final byte[] blockMeta = new byte[]{11, 12}; + private final Block[] blockType = new Block[]{sBlockCasings1}; + private final byte[] blockMeta = new byte[]{11}; private final String[] desc=new String[]{ EnumChatFormatting.AQUA+"Hint Details:", "1 - Classic Hatches or Heat Proof Casing", "2 - Muffler Hatch", - "General - Coil blocks" + "3 - Coil blocks" }; //endregion @@ -156,4 +155,12 @@ public final class ConstructableTriggerItem extends Item { @SideOnly(Side.CLIENT) String[] getDescription(int stackSize); } + + public static void registerTileClass(Class clazz,MultiblockInfoContainer info){ + multiblockMap.put(clazz.getCanonicalName(),info); + } + + public static void registerMetaClass(Class clazz,MultiblockInfoContainer info){ + multiblockMap.put(clazz.getCanonicalName(),info); + } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_annihilation.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_annihilation.java index 4e7cb3e8b6..be9ff21e58 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_annihilation.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_annihilation.java @@ -16,7 +16,7 @@ import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -91,7 +91,7 @@ public class GT_MetaTileEntity_EM_annihilation extends GT_MetaTileEntity_Multibl @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta, 5, 5, 0,getBaseMetaTileEntity(),hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta, 5, 5, 0,getBaseMetaTileEntity(),this,hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java index 1f72f00c20..15e9628b7a 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java @@ -16,7 +16,7 @@ import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -154,9 +154,9 @@ public class GT_MetaTileEntity_EM_bhg extends GT_MetaTileEntity_MultiblockBase_E @Override public void construct(int stackSize, boolean hintsOnly) { if((stackSize &1)==1) { - StructureBuilder(shape, blockType, blockMeta, 16, 16, 0, getBaseMetaTileEntity(), hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta, 16, 16, 0, getBaseMetaTileEntity(),this, hintsOnly); } else { - StructureBuilder(shape2, blockType2, blockMeta2, 16, 16, 0, getBaseMetaTileEntity(), hintsOnly); + StructureBuilderExtreme(shape2, blockType2, blockMeta2, 16, 16, 0, getBaseMetaTileEntity(),this, hintsOnly); } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java index c48cd143b2..fe3aba323d 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java @@ -21,7 +21,7 @@ import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.EnumChatFormatting; import net.minecraftforge.common.util.ForgeDirection; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -112,11 +112,6 @@ public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockB return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4]}; } - @Override - public boolean isFacingValid_EM(byte aFacing) { - return aFacing >= 2; - } - @Override public void saveNBTData(NBTTagCompound aNBT) { super.saveNBTData(aNBT); @@ -183,9 +178,9 @@ public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockB } } if ((stackSize & 1) == 1) { - StructureBuilder(shape, blockType, blockMeta1, 11, 1, 18, iGregTechTileEntity, hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta1, 11, 1, 18, iGregTechTileEntity,this, hintsOnly); } else { - StructureBuilder(shape, blockType, blockMeta2, 11, 1, 18, iGregTechTileEntity, hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta2, 11, 1, 18, iGregTechTileEntity,this, hintsOnly); } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java index 9ccdda3ca2..4ab25671b7 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java @@ -28,7 +28,7 @@ import net.minecraft.util.ResourceLocation; import java.util.ArrayList; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; @@ -320,16 +320,16 @@ public class GT_MetaTileEntity_EM_computer extends GT_MetaTileEntity_MultiblockB @Override public void construct(int stackSize, boolean hintsOnly) { IGregTechTileEntity igt=getBaseMetaTileEntity(); - StructureBuilder(front, blockType, blockMeta, 1, 2, 0, igt,hintsOnly); - StructureBuilder(cap, blockType, blockMeta, 1, 2, -1, igt,hintsOnly); + StructureBuilderExtreme(front, blockType, blockMeta, 1, 2, 0, igt,this,hintsOnly); + StructureBuilderExtreme(cap, blockType, blockMeta, 1, 2, -1, igt,this,hintsOnly); byte offset=-2; for (int rackSlices = stackSize >12?12: stackSize; rackSlices>0 ; rackSlices--) { - StructureBuilder(slice, blockType, blockMeta, 1, 2, offset--, igt,hintsOnly); + StructureBuilderExtreme(slice, blockType, blockMeta, 1, 2, offset--, igt,this,hintsOnly); } - StructureBuilder(cap, blockType, blockMeta, 1, 2, offset--, igt,hintsOnly); - StructureBuilder(terminator, blockType, blockMeta, 1, 2, offset,igt,hintsOnly); + StructureBuilderExtreme(cap, blockType, blockMeta, 1, 2, offset--, igt,this,hintsOnly); + StructureBuilderExtreme(terminator, blockType, blockMeta, 1, 2, offset,igt,this,hintsOnly); } @Override @@ -353,11 +353,6 @@ public class GT_MetaTileEntity_EM_computer extends GT_MetaTileEntity_MultiblockB }; } - @Override - public boolean isFacingValid_EM(byte aFacing) { - return aFacing >= 2; - } - //NEW METHOD public final boolean addRackToMachineList(IGregTechTileEntity aTileEntity, int aBaseCasingIndex) { if (aTileEntity == null) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_crafting.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_crafting.java index e3e3ee4d71..c48f1fdbfe 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_crafting.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_crafting.java @@ -16,7 +16,7 @@ import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -92,7 +92,7 @@ public class GT_MetaTileEntity_EM_crafting extends GT_MetaTileEntity_MultiblockB @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta,2, 2, 0, getBaseMetaTileEntity(),hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,2, 2, 0, getBaseMetaTileEntity(),this,hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java index 780a2d30bd..e0f309d941 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java @@ -21,7 +21,7 @@ import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.Util.VN; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; @@ -96,7 +96,7 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta,2, 2, 0, getBaseMetaTileEntity(),hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,2, 2, 0, getBaseMetaTileEntity(),this,hintsOnly); } @Override @@ -124,17 +124,22 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase }else if(eSafeVoid){ contents.clear(); }else if(contents.hasStacks()){ - startRecipe(null); + return startRecipe(null); } return false; } + @Override + protected void afterRecipeCheckFailed() { + super.afterRecipeCheckFailed(); + } + private boolean startRecipe(cElementalInstanceStack input) { if(input!=null) { contents.putUnify(input); } - mMaxProgresstime = 20;//(int)m3; + mMaxProgresstime = 20; mEfficiencyIncrease = 10000; float mass=contents.getMass(); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java index 26793ba894..cf36547524 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java @@ -2,10 +2,10 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.transformations.iExchangeInfo; -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; import com.github.technus.tectech.elementalMatter.core.transformations.aOredictDequantizationInfo; +import com.github.technus.tectech.elementalMatter.core.transformations.iExchangeInfo; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputElemental; @@ -23,7 +23,7 @@ import net.minecraftforge.oredict.OreDictionary; import java.util.ArrayList; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition.STABLE_RAW_LIFE_TIME; import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.refMass; @@ -84,7 +84,7 @@ public class GT_MetaTileEntity_EM_dequantizer extends GT_MetaTileEntity_Multiblo @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta, 1, 1, 0, getBaseMetaTileEntity(), hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta, 1, 1, 0, getBaseMetaTileEntity(),this, hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java index 3a7b64de0b..693ea770e4 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java @@ -21,7 +21,7 @@ import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; import net.minecraft.util.ResourceLocation; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -70,11 +70,6 @@ public class GT_MetaTileEntity_EM_infuser extends GT_MetaTileEntity_MultiblockBa return activitySound; } - @Override - public boolean isFacingValid_EM(byte aFacing) { - return aFacing >= 2; - } - @Override public IMetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { return new GT_MetaTileEntity_EM_infuser(mName); @@ -97,7 +92,7 @@ public class GT_MetaTileEntity_EM_infuser extends GT_MetaTileEntity_MultiblockBa @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta,1, 2, 0, getBaseMetaTileEntity(),hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,1, 2, 0, getBaseMetaTileEntity(),this,hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java index c50caf132f..03649f190e 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java @@ -11,7 +11,7 @@ import net.minecraft.block.Block; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -61,7 +61,7 @@ public class GT_MetaTileEntity_EM_junction extends GT_MetaTileEntity_MultiblockB @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta,1, 1, 0, getBaseMetaTileEntity(),hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,1, 1, 0, getBaseMetaTileEntity(),this,hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java index 7b90703749..7f1c553840 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java @@ -89,7 +89,7 @@ public class GT_MetaTileEntity_EM_quantizer extends GT_MetaTileEntity_Multiblock @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta, 1, 1, 0, getBaseMetaTileEntity(),hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta, 1, 1, 0, getBaseMetaTileEntity(),this,hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java index b04a2d0cbd..1cf36476b3 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java @@ -109,7 +109,7 @@ public class GT_MetaTileEntity_EM_scanner extends GT_MetaTileEntity_MultiblockBa @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta,2, 2, 0, getBaseMetaTileEntity(),hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,2, 2, 0, getBaseMetaTileEntity(),this,hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_stabilizer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_stabilizer.java index c259a8b7fa..ce16d939cd 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_stabilizer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_stabilizer.java @@ -10,7 +10,7 @@ import net.minecraft.block.Block; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -59,7 +59,7 @@ public class GT_MetaTileEntity_EM_stabilizer extends GT_MetaTileEntity_Multibloc @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta,2, 2, 0, getBaseMetaTileEntity(),hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,2, 2, 0, getBaseMetaTileEntity(),this,hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java index bdc611434f..bc0f975b8f 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java @@ -20,7 +20,7 @@ import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; import net.minecraft.util.ResourceLocation; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; @@ -84,7 +84,7 @@ public class GT_MetaTileEntity_EM_switch extends GT_MetaTileEntity_MultiblockBas @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta,1, 1, 0, getBaseMetaTileEntity(),hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,1, 1, 0, getBaseMetaTileEntity(),this,hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java index b17d692068..50b19a2d68 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java @@ -19,7 +19,7 @@ import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; import net.minecraft.util.ResourceLocation; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -89,7 +89,7 @@ public class GT_MetaTileEntity_EM_transformer extends GT_MetaTileEntity_Multiblo @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta,1, 1, 0, getBaseMetaTileEntity(),hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,1, 1, 0, getBaseMetaTileEntity(),this,hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_wormhole.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_wormhole.java index 555e3fecc3..5e60f59807 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_wormhole.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_wormhole.java @@ -16,7 +16,7 @@ import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -92,7 +92,7 @@ public class GT_MetaTileEntity_EM_wormhole extends GT_MetaTileEntity_MultiblockB @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilder(shape, blockType, blockMeta,4, 4, 0, getBaseMetaTileEntity(),hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,4, 4, 0, getBaseMetaTileEntity(),this,hintsOnly); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java index a53c7f5469..68e6e53afc 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java @@ -22,12 +22,11 @@ import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.AxisAlignedBB; import net.minecraft.util.EnumChatFormatting; -import net.minecraftforge.common.util.ForgeDirection; import java.util.ArrayList; import java.util.HashSet; -import static com.github.technus.tectech.Util.StructureBuilder; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.loader.MainLoader.microwaving; import static gregtech.api.GregTech_API.sBlockCasings4; @@ -38,7 +37,6 @@ public class GT_MetaTileEntity_TM_microwave extends GT_MetaTileEntity_Multiblock public static final int POWER_SETTING_DEFAULT=1000, TIMER_SETTING_DEFAULT=360; private int powerSetting,timerSetting,timerValue; private boolean hasBeenPausedThisCycle=false; - private boolean flipped=false; //region Structure //use multi A energy inputs, use less power the longer it runs @@ -49,13 +47,6 @@ public class GT_MetaTileEntity_TM_microwave extends GT_MetaTileEntity_Multiblock {"0---0", "0---0", "0---0", " 000 ",}, {"00000", "00000", "00000", "0 0",}, }; - private static final String[][] shapeFlipped = new String[][]{ - {shape[0][3],shape[0][2],shape[0][1],shape[0][0],}, - {shape[1][3],shape[1][2],shape[1][1],shape[1][0],}, - {shape[2][3],shape[2][2],shape[2][1],shape[2][0],}, - {shape[3][3],shape[3][2],shape[3][1],shape[3][0],}, - {shape[4][3],shape[4][2],shape[4][1],shape[4][0],}, - }; private static final Block[] blockType = new Block[]{sBlockCasings4}; private static final byte[] blockMeta = new byte[]{1}; @@ -65,7 +56,7 @@ public class GT_MetaTileEntity_TM_microwave extends GT_MetaTileEntity_Multiblock private static final byte[] blockMetaFallback = new byte[]{1}; private static final String[] description = new String[]{ EnumChatFormatting.AQUA+"Hint Details:", - "1 - Classic Hatches or High Power Casing", + "1 - Classic Hatches or Clean Stainless Steel Casing", "Also acts like a hopper so give it an Output Bus", }; //endregion @@ -95,50 +86,22 @@ public class GT_MetaTileEntity_TM_microwave extends GT_MetaTileEntity_Multiblock @Override public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { - return new GT_Container_MultiMachineEM(aPlayerInventory, aBaseMetaTileEntity, false, false, true); + return new GT_Container_MultiMachineEM(aPlayerInventory, aBaseMetaTileEntity, false, true, true); } @Override public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { - return new GT_GUIContainer_MultiMachineEM(aPlayerInventory, aBaseMetaTileEntity, getLocalName(), "EMDisplay.png", false, false, true);//todo texture - } - - @Override - public boolean isFacingValid_EM(byte aFacing) { - return aFacing >= 2; + return new GT_GUIContainer_MultiMachineEM(aPlayerInventory, aBaseMetaTileEntity, getLocalName(), "EMDisplay.png", false, true, true);//todo texture } @Override public boolean checkMachine_EM(IGregTechTileEntity iGregTechTileEntity, ItemStack itemStack) { - if(flipped){//some optimization - if(structureCheck_EM(shapeFlipped, blockType, blockMeta, addingMethods, casingTextures, blockTypeFallback, blockMetaFallback, 2, 1, 0)){ - flipped=true; - return true; - } - if(structureCheck_EM(shape, blockType, blockMeta, addingMethods, casingTextures, blockTypeFallback, blockMetaFallback, 2, 2, 0)){ - flipped=false; - return true; - } - }else{ - if(structureCheck_EM(shape, blockType, blockMeta, addingMethods, casingTextures, blockTypeFallback, blockMetaFallback, 2, 2, 0)){ - flipped=false; - return true; - } - if(structureCheck_EM(shapeFlipped, blockType, blockMeta, addingMethods, casingTextures, blockTypeFallback, blockMetaFallback, 2, 1, 0)){ - flipped=true; - return true; - } - } - return false; + return structureCheck_EM(shape, blockType, blockMeta, addingMethods, casingTextures, blockTypeFallback, blockMetaFallback, 2, 2, 0); } @Override public void construct(int stackSize, boolean hintsOnly) { - if((stackSize &0x1)==1) { - StructureBuilder(shape, blockType, blockMeta, 2, 2, 0, getBaseMetaTileEntity(), hintsOnly); - } else { - StructureBuilder(shapeFlipped, blockType, blockMeta, 2, 1, 0, getBaseMetaTileEntity(), hintsOnly); - } + StructureBuilderExtreme(shape, blockType, blockMeta, 2, 2, 0, getBaseMetaTileEntity(),this, hintsOnly); } @Override @@ -179,21 +142,16 @@ public class GT_MetaTileEntity_TM_microwave extends GT_MetaTileEntity_Multiblock } timerValue--; IGregTechTileEntity mte=getBaseMetaTileEntity(); - int xDirShift = ForgeDirection.getOrientation(mte.getBackFacing()).offsetX*2; - int zDirShift = ForgeDirection.getOrientation(mte.getBackFacing()).offsetZ*2; - float xPos=mte.getXCoord()+0.5f; - float yPos=mte.getYCoord()+0.5f; - float zPos=mte.getZCoord()+0.5f; - ArrayList itemsToOutput=new ArrayList<>(); - HashSet tickedStuff=new HashSet<>(); - - AxisAlignedBB aabb=AxisAlignedBB.getBoundingBox( - xPos-1.5+xDirShift, - yPos-(flipped?2.5:.5), - zPos-1.5+zDirShift, - xPos+1.5+xDirShift, - yPos+(flipped?.5:2.5), - zPos+1.5+zDirShift); + double[] xyzOffsets= getTranslatedOffsets(0,-1,2); + double xPos=mte.getXCoord()+0.5f+xyzOffsets[0]; + double yPos=mte.getYCoord()+0.5f+xyzOffsets[1]; + double zPos=mte.getZCoord()+0.5f+xyzOffsets[2]; + AxisAlignedBB aabb=getBoundingBox(-2,-2,-2,2,2,2).offset(xPos,yPos,zPos); + xyzOffsets= getTranslatedOffsets(0,-4,0); + double[] xyzExpansion= getTranslatedOffsets(1.5,0,1.5); + for(int i=0;i<3;i++){//gets ABS from translated to get expansion values + if(xyzExpansion[i]<0)xyzExpansion[i]=-xyzExpansion[i]; + } int damagingFactor = Math.min(powerSetting >> 6,8)+ @@ -201,6 +159,9 @@ public class GT_MetaTileEntity_TM_microwave extends GT_MetaTileEntity_Multiblock Math.min(powerSetting >> 12,48)+ (powerSetting >> 18); + ArrayList itemsToOutput=new ArrayList<>(); + HashSet tickedStuff=new HashSet<>(); + boolean inside=true; do { for (Object entity : mte.getWorld().getEntitiesWithinAABBExcludingEntity(null, aabb)) { @@ -226,11 +187,8 @@ public class GT_MetaTileEntity_TM_microwave extends GT_MetaTileEntity_Multiblock } } } - aabb.offset(0,flipped?-3:3,0); - aabb.minX-=.5f; - aabb.maxX+=.5f; - aabb.minZ-=.5f; - aabb.maxZ+=.5f; + aabb.offset(xyzOffsets[0],xyzOffsets[1],xyzOffsets[2]); + aabb=aabb.expand(xyzExpansion[0],xyzExpansion[1],xyzExpansion[2]); inside=false; damagingFactor>>=1; } while(damagingFactor>0); @@ -277,7 +235,7 @@ public class GT_MetaTileEntity_TM_microwave extends GT_MetaTileEntity_Multiblock if (timerParameter <= 1) { setStatusOfParameterIn(0, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_TOO_LOW); } else if (timerParameter <= 3000) { - setStatusOfParameterIn(0, 0, GT_MetaTileEntity_MultiblockBase_EM.STATUS_OK); + setStatusOfParameterIn(0, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_OK); } else if (Double.isNaN(timerParameter)) { setStatusOfParameterIn(0, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_WRONG); } else { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java index c9a12e49d2..17555e022a 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java @@ -30,6 +30,7 @@ import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.util.AxisAlignedBB; import net.minecraft.util.EnumChatFormatting; import net.minecraft.util.ResourceLocation; import net.minecraftforge.fluids.FluidStack; @@ -198,6 +199,172 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt } } + /** + * Gets AABB based on abc and not xyz, without offsetting to controller position!!! + * @param minA + * @param minB + * @param minC + * @param maxA + * @param maxB + * @param maxC + * @return + */ + public final AxisAlignedBB getBoundingBox(int minA,int minB,int minC,int maxA,int maxB,int maxC){ + double[] offSetsMin= getTranslatedOffsets(minA,minB,minC); + double[] offSetsMax= getTranslatedOffsets(maxA,maxB,maxC); + for (int i=0;i<3;i++){ + if(offSetsMax[i] Date: Sat, 24 Feb 2018 09:47:57 +0100 Subject: Bump version Bump version for GTNH Update --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index c49614cadf..81fae8c450 100644 --- a/build.properties +++ b/build.properties @@ -1,6 +1,6 @@ minecraft.version=1.7.10 forge.version=10.13.4.1614-1.7.10 -tectech.version=3.6.2 +tectech.version=3.6.3 ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 -- cgit From 2f9ddd0f4e45e20419843b5acb2218b332cecedc Mon Sep 17 00:00:00 2001 From: Technus Date: Sun, 25 Feb 2018 11:22:51 +0100 Subject: Remove compile time requirement of DreamCraft, fix Bloody recipes (yay for faster debugging) --- .../dreamcraft/DreamCraftRecipeLoader.java | 148 ++++++++----- .../technus/tectech/loader/BloodyRecipeLoader.java | 241 +++++++++++++++++---- 2 files changed, 285 insertions(+), 104 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index 6cb1b669e9..1576bcd67a 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -8,6 +8,7 @@ import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.Behaviou import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.Behaviour_ElectromagneticSeparator; import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.GT_MetaTileEntity_EM_machine; import gregtech.api.enums.*; +import gregtech.api.interfaces.IItemContainer; import gregtech.api.util.GT_ModHandler; import gregtech.api.util.GT_OreDictUnificator; import net.minecraft.init.Blocks; @@ -15,17 +16,49 @@ import net.minecraft.item.ItemStack; import net.minecraftforge.fluids.FluidRegistry; import net.minecraftforge.fluids.FluidStack; +import java.lang.reflect.Method; + /** * Created by Tec on 06.08.2017. */ public class DreamCraftRecipeLoader implements Runnable { + //region reflect a bit + private Materials getOrDefault(String name,Materials def){ + Materials mat=Materials.get(name); + return mat == Materials._NULL || mat == null ? def : mat; + } + + private static final Class customItemList; + private static final Method addAssemblerRecipe; + static { + try { + customItemList = Class.forName("com.dreammaster.gthandler.CustomItemList"); + addAssemblerRecipe = GT_Values.RA.getClass().getMethod("addAssemblerRecipe", ItemStack[].class, FluidStack.class, ItemStack.class, int.class, int.class, boolean.class); + } catch (Exception e) { + throw new Error(e); + } + } + + private IItemContainer getItemContainer(String name) { + return (IItemContainer) Enum.valueOf(customItemList, name); + } + + private static void addAssemblerRecipe(ItemStack[] items, FluidStack fluid, ItemStack output, int time, int eut) { + try { + addAssemblerRecipe.invoke(GT_Values.RA, items, fluid, output, time, eut, true); + } catch (Exception e) { + throw new Error(e); + } + } + //endregion + @Override public void run() { //Quantum Glass GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Containment.get(1), GT_ModHandler.getIC2Item("reinforcedGlass", 1L) - }, Materials.Trinium.getMolten(576), new ItemStack(QuantumGlassBlock.INSTANCE, 1), 200, 500000); + }, getOrDefault("Trinium",Materials.Osmium).getMolten(576), new ItemStack(QuantumGlassBlock.INSTANCE, 1), 200, 500000); //BLUEprint GT_ModHandler.addShapelessCraftingRecipe(new ItemStack(ConstructableTriggerItem.INSTANCE, 1), @@ -35,10 +68,10 @@ public class DreamCraftRecipeLoader implements Runnable { //region pipes //Data - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipe(new ItemStack[]{ ItemList.Circuit_Parts_GlassFiber.get(8), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Silver, 8) - }, Materials.Polytetrafluoroethylene.getMolten(144), CustomItemList.DATApipe.get(1), 200, 30720, true); + }, Materials.Polytetrafluoroethylene.getMolten(144), CustomItemList.DATApipe.get(1), 200, 30720); //endregion @@ -72,19 +105,19 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Superconductor, 1) }, Materials.SolderingAlloy.getMolten(1296), CustomItemList.eM_Computer_Vent.get(1), 100, 1920); //Advanced Computer Casing - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Computer_Casing.get(1), GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Ultimate, 1), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Cobalt, 64), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Electrum, 64), GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 4) - }, Materials.Iridium.getMolten(1296), CustomItemList.eM_Computer_Bus.get(1), 200, 122880, true); + }, Materials.Iridium.getMolten(1296), CustomItemList.eM_Computer_Bus.get(1), 200, 122880); //Molecular Casing GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Power.get(1), GT_OreDictUnificator.get(OrePrefixes.plateDense, Materials.Osmiridium, 6), - GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Trinium, 12), + GT_OreDictUnificator.get(OrePrefixes.foil, getOrDefault("Trinium",Materials.Osmium), 12), GT_OreDictUnificator.get(OrePrefixes.screw, Materials.TungstenSteel, 24), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.TungstenSteel, 24), ItemList.Field_Generator_IV.get(1) @@ -97,10 +130,10 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.plateDense, Materials.Neutronium, 2), GT_OreDictUnificator.get(OrePrefixes.plateQuadruple, Materials.Plutonium, 4), GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Lead, 8), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 16), - GT_OreDictUnificator.get(OrePrefixes.screw, Materials.Quantium, 16), + GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("BlackPlutonium",Materials.Americium), 16), + GT_OreDictUnificator.get(OrePrefixes.screw, getOrDefault("Quantium",Materials.Neutronium), 16), }, new FluidStack[]{ - Materials.Trinium.getMolten(1296), + getOrDefault("Trinium",Materials.Osmium).getMolten(1296), Materials.Osmium.getMolten(1296), new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), Materials.Argon.getGas(576), @@ -118,7 +151,7 @@ public class DreamCraftRecipeLoader implements Runnable { Materials.Glass.getMolten(2304), Materials.Silicone.getMolten(1872), new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), - Materials.Trinium.getMolten(1296), + getOrDefault("Trinium",Materials.Osmium).getMolten(1296), }, CustomItemList.eM_Coil.get(4), 800, 2000000); //endregion @@ -129,15 +162,15 @@ public class DreamCraftRecipeLoader implements Runnable { //Dynamo Hatches UV-UIV GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, Materials.Silver.getMolten(1000), CustomItemList.eM_dynamomulti4_UV.get(1), 100, 122880); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_MAX_UV.get(1), CustomItemList.eM_dynamomulti4_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, Materials.Electrum.getMolten(1000), CustomItemList.eM_dynamomulti16_UV.get(1), 200, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UHV_UV.get(1), CustomItemList.eM_dynamomulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1000), CustomItemList.eM_dynamomulti64_UV.get(1), 400, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UHV_UV").get(1), CustomItemList.eM_dynamomulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1000), CustomItemList.eM_dynamomulti64_UV.get(1), 400, 122880); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_MAX.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, Materials.Silver.getMolten(2000), CustomItemList.eM_dynamomulti4_UHV.get(1), 100, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UEV_UHV.get(1), CustomItemList.eM_dynamomulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2000), CustomItemList.eM_dynamomulti16_UHV.get(1), 200, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UEV_UHV.get(1), CustomItemList.eM_dynamomulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2000), CustomItemList.eM_dynamomulti64_UHV.get(1), 400, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2000), CustomItemList.eM_dynamomulti16_UHV.get(1), 200, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2000), CustomItemList.eM_dynamomulti64_UHV.get(1), 400, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Hatch_Dynamo_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Bedrockium, 2)}, Materials.Silver.getMolten(4000), CustomItemList.eM_dynamomulti4_UEV.get(1), 100, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UIV_UEV.get(1), CustomItemList.eM_dynamomulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Bedrockium, 4)}, Materials.Electrum.getMolten(4000), CustomItemList.eM_dynamomulti16_UEV.get(1), 200, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UIV_UEV.get(1), CustomItemList.eM_dynamomulti16_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Bedrockium, 6)}, Materials.Tungsten.getMolten(4000), CustomItemList.eM_dynamomulti64_UEV.get(1), 400, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Hatch_Dynamo_UEV").get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 2)}, Materials.Silver.getMolten(4000), CustomItemList.eM_dynamomulti4_UEV.get(1), 100, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 4)}, Materials.Electrum.getMolten(4000), CustomItemList.eM_dynamomulti16_UEV.get(1), 200, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti16_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 6)}, Materials.Tungsten.getMolten(4000), CustomItemList.eM_dynamomulti64_UEV.get(1), 400, 2000000); //GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Hatch_Dynamo_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 2)}, Materials.Silver.getMolten(8000), CustomItemList.eM_dynamomulti4_UIV.get(1), 100, 8000000); //GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UMV_UIV.get(1), CustomItemList.eM_dynamomulti4_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 4)}, Materials.Electrum.getMolten(8000), CustomItemList.eM_dynamomulti16_UIV.get(1), 200, 8000000); @@ -146,42 +179,42 @@ public class DreamCraftRecipeLoader implements Runnable { //Energy Hatches UV-UIV GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Energy_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, Materials.Silver.getMolten(1000), CustomItemList.eM_energymulti4_UV.get(1), 100, 122880); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_MAX_UV.get(1), CustomItemList.eM_energymulti4_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, Materials.Electrum.getMolten(1000), CustomItemList.eM_energymulti16_UV.get(1), 200, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UHV_UV.get(1), CustomItemList.eM_energymulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1000), CustomItemList.eM_energymulti64_UV.get(1), 400, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UHV_UV").get(1), CustomItemList.eM_energymulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1000), CustomItemList.eM_energymulti64_UV.get(1), 400, 122880); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Energy_MAX.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, Materials.Silver.getMolten(2000), CustomItemList.eM_energymulti4_UHV.get(1), 100, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UEV_UHV.get(1), CustomItemList.eM_energymulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2000), CustomItemList.eM_energymulti16_UHV.get(1), 200, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UEV_UHV.get(1), CustomItemList.eM_energymulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2000), CustomItemList.eM_energymulti64_UHV.get(1), 400, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UEV_UHV").get(1), CustomItemList.eM_energymulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2000), CustomItemList.eM_energymulti16_UHV.get(1), 200, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UEV_UHV").get(1), CustomItemList.eM_energymulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2000), CustomItemList.eM_energymulti64_UHV.get(1), 400, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Hatch_Energy_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Bedrockium, 2)}, Materials.Silver.getMolten(4000), CustomItemList.eM_energymulti4_UEV.get(1), 100, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UIV_UEV.get(1), CustomItemList.eM_energymulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Bedrockium, 4)}, Materials.Electrum.getMolten(4000), CustomItemList.eM_energymulti16_UEV.get(1), 200, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UIV_UEV.get(1), CustomItemList.eM_energymulti16_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Bedrockium, 6)}, Materials.Tungsten.getMolten(4000), CustomItemList.eM_energymulti64_UEV.get(1), 400, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Hatch_Energy_UEV").get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 2)}, Materials.Silver.getMolten(4000), CustomItemList.eM_energymulti4_UEV.get(1), 100, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UIV_UEV").get(1), CustomItemList.eM_energymulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 4)}, Materials.Electrum.getMolten(4000), CustomItemList.eM_energymulti16_UEV.get(1), 200, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UIV_UEV").get(1), CustomItemList.eM_energymulti16_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium),6)}, Materials.Tungsten.getMolten(4000), CustomItemList.eM_energymulti64_UEV.get(1), 400, 2000000); //GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Hatch_Energy_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 2)}, Materials.Silver.getMolten(8000), CustomItemList.eM_energymulti4_UIV.get(1), 100, 8000000); //GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UMV_UIV.get(1), CustomItemList.eM_energymulti4_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 4)}, Materials.Electrum.getMolten(8000), CustomItemList.eM_energymulti16_UIV.get(1), 200, 8000000); //GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UMV_UIV.get(1), CustomItemList.eM_energymulti16_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 6)}, Materials.Tungsten.getMolten(8000), CustomItemList.eM_energymulti64_UIV.get(1), 400, 8000000); //Data Input - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Computer_Casing.get(1), ItemList.Hatch_Input_Bus_LuV.get(1), ItemList.Circuit_Crystalcomputer.get(1), CustomItemList.DATApipe.get(2) - }, Materials.Iridium.getMolten(1296), CustomItemList.dataIn_Hatch.get(1), 200, 122880, true); + }, Materials.Iridium.getMolten(1296), CustomItemList.dataIn_Hatch.get(1), 200, 122880); //Data Output - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Computer_Casing.get(1), ItemList.Hatch_Output_Bus_LuV.get(1), ItemList.Circuit_Crystalcomputer.get(1), CustomItemList.DATApipe.get(2) - }, Materials.Iridium.getMolten(1296), CustomItemList.dataOut_Hatch.get(1), 200, 122880, true); + }, Materials.Iridium.getMolten(1296), CustomItemList.dataOut_Hatch.get(1), 200, 122880); //Rack - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Computer_Bus.get(1), ItemList.Hatch_Input_Bus_ZPM.get(1), ItemList.Circuit_Crystalcomputer.get(2), CustomItemList.DATApipe.get(4) - }, Materials.Iridium.getMolten(1296), CustomItemList.rack_Hatch.get(1), 800, 122880, true); + }, Materials.Iridium.getMolten(1296), CustomItemList.rack_Hatch.get(1), 800, 122880); //Object Holder GT_Values.RA.addAssemblylineRecipe(ItemList.Hatch_Input_Bus_ZPM.get(1), 10000, new ItemStack[]{ @@ -209,35 +242,35 @@ public class DreamCraftRecipeLoader implements Runnable { new ItemStack(Blocks.stone_button, 16), }, Materials.Iridium.getMolten(2592), CustomItemList.Parametrizer_Hatch.get(1), 800, 122880); //Uncertainty - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Computer_Casing.get(1), ItemList.Circuit_Ultimatecrystalcomputer.get(1), CustomItemList.DATApipe.get(16), ItemList.Cover_Screen.get(1 ), new ItemStack(Blocks.stone_button, 16), - }, Materials.Iridium.getMolten(2592), CustomItemList.Uncertainty_Hatch.get(1), 1200, 122880, true); + }, Materials.Iridium.getMolten(2592), CustomItemList.Uncertainty_Hatch.get(1), 1200, 122880); //Elemental Input - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Containment.get(1), ItemList.Hatch_Input_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.pipeMedium, Materials.Naquadah, 2), ItemList.Sensor_UV.get(1) - }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_in_UV.get(1), 800, 500000, true); + }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_in_UV.get(1), 800, 500000); //Elemental Output - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Containment.get(1), ItemList.Hatch_Output_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.pipeMedium, Materials.Naquadah, 2), ItemList.Emitter_UV.get(1) - }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_out_UV.get(1), 800, 500000, true); + }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_out_UV.get(1), 800, 500000); //Overflow - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Containment.get(1), ItemList.Hatch_Muffler_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.pipeLarge, Materials.Naquadah, 1), ItemList.Field_Generator_UV.get(1) - }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_muffler_UV.get(1), 800, 500000, true); + }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_muffler_UV.get(1), 800, 500000); //endregion @@ -255,10 +288,10 @@ public class DreamCraftRecipeLoader implements Runnable { //Active Transformer GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - com.dreammaster.gthandler.CustomItemList.WetTransformer_ZPM_LuV.get(1), - com.dreammaster.gthandler.CustomItemList.HighEnergyFlowCircuit.get(1), + getItemContainer("WetTransformer_ZPM_LuV").get(1), + getItemContainer("HighEnergyFlowCircuit").get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Superconductor, 16), - ItemList.Circuit_Chip_UHPIC.get(2), + ItemList.valueOf("Circuit_Chip_UHPIC").get(2), }, Materials.TungstenSteel.getMolten(576), CustomItemList.Machine_Multi_Transformer.get(1), 400, 30720); //Network Switch @@ -286,7 +319,7 @@ public class DreamCraftRecipeLoader implements Runnable { }, CustomItemList.Machine_Multi_Computer.get(1), 12000, 100000); //Research Station - GT_Values.RA.addAssemblylineRecipe(com.dreammaster.gthandler.CustomItemList.ScannerZPM.get(1), 80000, new ItemStack[]{ + GT_Values.RA.addAssemblylineRecipe(getItemContainer("ScannerZPM").get(1), 80000, new ItemStack[]{ CustomItemList.Machine_Multi_Switch.get(1), ItemList.Sensor_ZPM.get(8), ItemList.Circuit_Crystalmainframe.get(4), @@ -385,8 +418,8 @@ public class DreamCraftRecipeLoader implements Runnable { CustomItemList.eM_Computer_Bus.get(4), ItemList.Field_Generator_UV.get(4), ItemList.Sensor_UV.get(4), - com.dreammaster.gthandler.CustomItemList.NanoCircuit.get(4), - com.dreammaster.gthandler.CustomItemList.MysteriousCrystalLens.get(4), + getItemContainer("NanoCircuit").get(4), + getItemContainer("MysteriousCrystalLens").get(4), GT_OreDictUnificator.get(OrePrefixes.cableGt02, Materials.Draconium, 4), }, new FluidStack[]{ Materials.UUMatter.getFluid(2000), @@ -401,12 +434,13 @@ public class DreamCraftRecipeLoader implements Runnable { CustomItemList.Machine_Multi_Transformer.get(1), CustomItemList.eM_Coil.get(8), CustomItemList.eM_Power.get( 8), - GT_OreDictUnificator.get(OrePrefixes.screw, Materials.Neodymium, 16), + GT_OreDictUnificator.get(OrePrefixes.screw, Materials.NeodymiumMagnetic, 16), }, new FluidStack[]{ Materials.Electrum.getMolten(2592), Materials.Neutronium.getMolten(1872), new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), }, CustomItemList.Machine_Multi_Infuser.get(1), 8000, 2000000); + //endregion register_machine_EM_behaviours(); @@ -414,21 +448,21 @@ public class DreamCraftRecipeLoader implements Runnable { private void register_machine_EM_behaviours(){ GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(5),ItemList.Machine_IV_Centrifuge.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(6),com.dreammaster.gthandler.CustomItemList.CentrifugeLuV.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(7),com.dreammaster.gthandler.CustomItemList.CentrifugeZPM.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(8),com.dreammaster.gthandler.CustomItemList.CentrifugeUV.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(9),com.dreammaster.gthandler.CustomItemList.CentrifugeUHV.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(10),com.dreammaster.gthandler.CustomItemList.CentrifugeUEV.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(11),com.dreammaster.gthandler.CustomItemList.CentrifugeUIV.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(12),com.dreammaster.gthandler.CustomItemList.CentrifugeUMV.get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(6),getItemContainer("CentrifugeLuV").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(7),getItemContainer("CentrifugeZPM").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(8),getItemContainer("CentrifugeUV").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(9),getItemContainer("CentrifugeUHV").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(10),getItemContainer("CentrifugeUEV").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(11),getItemContainer("CentrifugeUIV").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(12),getItemContainer("CentrifugeUMV").get(1)); GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(5),ItemList.Machine_IV_ElectromagneticSeparator.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(6),com.dreammaster.gthandler.CustomItemList.ElectromagneticSeparatorLuV.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(7),com.dreammaster.gthandler.CustomItemList.ElectromagneticSeparatorZPM.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(8),com.dreammaster.gthandler.CustomItemList.ElectromagneticSeparatorUV.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(9),com.dreammaster.gthandler.CustomItemList.ElectromagneticSeparatorUHV.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(10),com.dreammaster.gthandler.CustomItemList.ElectromagneticSeparatorUEV.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(11),com.dreammaster.gthandler.CustomItemList.ElectromagneticSeparatorUIV.get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(12),com.dreammaster.gthandler.CustomItemList.ElectromagneticSeparatorUMV.get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(6),getItemContainer("ElectromagneticSeparatorLuV").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(7),getItemContainer("ElectromagneticSeparatorZPM").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(8),getItemContainer("ElectromagneticSeparatorUV").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(9),getItemContainer("ElectromagneticSeparatorUHV").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(10),getItemContainer("ElectromagneticSeparatorUEV").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(11),getItemContainer("ElectromagneticSeparatorUIV").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(12),getItemContainer("ElectromagneticSeparatorUMV").get(1)); } } diff --git a/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java index e24b9cbf42..1510b40420 100644 --- a/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java @@ -21,8 +21,6 @@ import net.minecraftforge.fluids.FluidStack; public class BloodyRecipeLoader implements Runnable { @Override public void run() { - //todo fix recipes (of assembler) - //Quantum Glass GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Containment.get(1), @@ -39,7 +37,7 @@ public class BloodyRecipeLoader implements Runnable { //Data GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ ItemList.Circuit_Parts_GlassFiber.get(8), - GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Silver, 8) + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Silver, 6) }, Materials.Polytetrafluoroethylene.getMolten(144), CustomItemList.DATApipe.get(1), 200, 30720); //endregion @@ -52,7 +50,7 @@ public class BloodyRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Iridium, 1), GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Iridium, 6), GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Master, 1), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Cobalt, 16), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Cobalt, 16), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Copper, 16), GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.NiobiumTitanium, 2) }, Materials.TungstenSteel.getMolten(576), CustomItemList.eM_Power.get(1), 100, 30720); @@ -77,7 +75,7 @@ public class BloodyRecipeLoader implements Runnable { GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Computer_Casing.get(1), GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Ultimate, 1), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Cobalt, 64), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Cobalt, 32), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Electrum, 64), GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 4) }, Materials.Iridium.getMolten(1296), CustomItemList.eM_Computer_Bus.get(1), 200, 122880); @@ -98,42 +96,177 @@ public class BloodyRecipeLoader implements Runnable { //region hatches //Dynamo Hatches IV-UIV - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_IV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Tungsten, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 2)}, Materials.Silver.getMolten(144), CustomItemList.eM_dynamomulti4_IV.get(1), 100, 1920); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_dynamomulti4_IV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Tungsten, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 4)}, Materials.Electrum.getMolten(144), CustomItemList.eM_dynamomulti16_IV.get(1), 200, 1920); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_dynamomulti16_IV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Tungsten, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 6)}, Materials.Tungsten.getMolten(144), CustomItemList.eM_dynamomulti64_IV.get(1), 400, 1920); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Dynamo_IV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Tungsten, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 2)}, + Materials.Silver.getMolten(144), + CustomItemList.eM_dynamomulti4_IV.get(1), 100, 1920); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti4_IV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Tungsten, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 4)}, + Materials.Electrum.getMolten(144), + CustomItemList.eM_dynamomulti16_IV.get(1), 200, 1920); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti16_IV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Tungsten, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 6)}, + Materials.Tungsten.getMolten(144), + CustomItemList.eM_dynamomulti64_IV.get(1), 400, 1920); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_LuV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.VanadiumGallium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 2)}, Materials.Silver.getMolten(288), CustomItemList.eM_dynamomulti4_LuV.get(1), 100, 7860); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_dynamomulti4_LuV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.VanadiumGallium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 4)}, Materials.Electrum.getMolten(288), CustomItemList.eM_dynamomulti16_LuV.get(1), 200, 7860); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_dynamomulti16_LuV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.VanadiumGallium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 6)}, Materials.Tungsten.getMolten(288), CustomItemList.eM_dynamomulti64_LuV.get(1), 400, 7860); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Dynamo_LuV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.VanadiumGallium, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 2)}, + Materials.Silver.getMolten(288), + CustomItemList.eM_dynamomulti4_LuV.get(1), 100, 7860); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti4_LuV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.VanadiumGallium, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 4)}, + Materials.Electrum.getMolten(288), + CustomItemList.eM_dynamomulti16_LuV.get(1), 200, 7860); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti16_LuV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.VanadiumGallium, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 6)}, + Materials.Tungsten.getMolten(288), + CustomItemList.eM_dynamomulti64_LuV.get(1), 400, 7860); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_ZPM.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Naquadah, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 2)}, Materials.Silver.getMolten(576), CustomItemList.eM_dynamomulti4_ZPM.get(1), 100, 30720); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_dynamomulti4_ZPM.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Naquadah, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 4)}, Materials.Electrum.getMolten(576), CustomItemList.eM_dynamomulti16_ZPM.get(1), 200, 30720); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_dynamomulti16_ZPM.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Naquadah, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 6)}, Materials.Tungsten.getMolten(576), CustomItemList.eM_dynamomulti64_ZPM.get(1), 400, 30720); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Dynamo_ZPM.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Naquadah, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 2)}, + Materials.Silver.getMolten(576), + CustomItemList.eM_dynamomulti4_ZPM.get(1), 100, 30720); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti4_ZPM.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Naquadah, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 4)}, + Materials.Electrum.getMolten(576), + CustomItemList.eM_dynamomulti16_ZPM.get(1), 200, 30720); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti16_ZPM.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Naquadah, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 6)}, + Materials.Tungsten.getMolten(576), + CustomItemList.eM_dynamomulti64_ZPM.get(1), 400, 30720); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, Materials.Silver.getMolten(1152), CustomItemList.eM_dynamomulti4_UV.get(1), 100, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_dynamomulti4_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, Materials.Electrum.getMolten(1152), CustomItemList.eM_dynamomulti16_UV.get(1), 200, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_dynamomulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1152), CustomItemList.eM_dynamomulti64_UV.get(1), 400, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Dynamo_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, + Materials.Silver.getMolten(1152), + CustomItemList.eM_dynamomulti4_UV.get(1), 100, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti4_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, + Materials.Electrum.getMolten(1152), + CustomItemList.eM_dynamomulti16_UV.get(1), 200, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti16_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, + Materials.Tungsten.getMolten(1152), + CustomItemList.eM_dynamomulti64_UV.get(1), 400, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_MAX.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, Materials.Silver.getMolten(2304), CustomItemList.eM_dynamomulti4_UHV.get(1), 100, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_dynamomulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2304), CustomItemList.eM_dynamomulti16_UHV.get(1), 200, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_dynamomulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2304), CustomItemList.eM_dynamomulti64_UHV.get(1), 400, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Dynamo_MAX.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, + Materials.Silver.getMolten(2304), + CustomItemList.eM_dynamomulti4_UHV.get(1), 100, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti4_UHV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, + Materials.Electrum.getMolten(2304), + CustomItemList.eM_dynamomulti16_UHV.get(1), 200, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti16_UHV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, + Materials.Tungsten.getMolten(2304), + CustomItemList.eM_dynamomulti64_UHV.get(1), 400, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_MAX.get(4), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 8)}, Materials.Silver.getMolten(4608), CustomItemList.eM_dynamomulti4_UEV.get(1), 100, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_dynamomulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 8), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 16)}, Materials.Electrum.getMolten(4608), CustomItemList.eM_dynamomulti16_UEV.get(1), 200, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_dynamomulti16_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 8), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 24)}, Materials.Tungsten.getMolten(4608), CustomItemList.eM_dynamomulti64_UEV.get(1), 400, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Dynamo_MAX.get(4), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 8)}, + Materials.Silver.getMolten(4608), + CustomItemList.eM_dynamomulti4_UEV.get(1), 500, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti4_UEV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 16)}, + Materials.Electrum.getMolten(4608), + CustomItemList.eM_dynamomulti16_UEV.get(1), 1000, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti16_UEV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 24)}, + Materials.Tungsten.getMolten(4608), + CustomItemList.eM_dynamomulti64_UEV.get(1), 2000, 500000); //Energy Hatches UV-UIV - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Energy_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, Materials.Silver.getMolten(1152), CustomItemList.eM_energymulti4_UV.get(1), 100, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_energymulti4_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, Materials.Electrum.getMolten(1152), CustomItemList.eM_energymulti16_UV.get(1), 200, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_energymulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1152), CustomItemList.eM_energymulti64_UV.get(1), 400, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Energy_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, + Materials.Silver.getMolten(1152), + CustomItemList.eM_energymulti4_UV.get(1), 100, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_energymulti4_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, + Materials.Electrum.getMolten(1152), + CustomItemList.eM_energymulti16_UV.get(1), 200, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_energymulti16_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, + Materials.Tungsten.getMolten(1152), + CustomItemList.eM_energymulti64_UV.get(1), 400, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Energy_MAX.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, Materials.Silver.getMolten(2304), CustomItemList.eM_energymulti4_UHV.get(1), 100, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_energymulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2304), CustomItemList.eM_energymulti16_UHV.get(1), 200, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_energymulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2304), CustomItemList.eM_energymulti64_UHV.get(1), 400, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Energy_MAX.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, + Materials.Silver.getMolten(2304), + CustomItemList.eM_energymulti4_UHV.get(1), 100, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_energymulti4_UHV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, + Materials.Electrum.getMolten(2304), + CustomItemList.eM_energymulti16_UHV.get(1), 200, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_energymulti16_UHV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, + Materials.Tungsten.getMolten(2304), + CustomItemList.eM_energymulti64_UHV.get(1), 400, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Energy_MAX.get(4), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 8)}, Materials.Silver.getMolten(4608), CustomItemList.eM_energymulti4_UEV.get(1), 100, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_energymulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 8), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 16)}, Materials.Electrum.getMolten(4608), CustomItemList.eM_energymulti16_UEV.get(1), 200, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_energymulti16_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 8), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 24)}, Materials.Tungsten.getMolten(4608), CustomItemList.eM_energymulti64_UEV.get(1), 400, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Energy_MAX.get(4), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 8)}, + Materials.Silver.getMolten(4608), + CustomItemList.eM_energymulti4_UEV.get(1), 100, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_energymulti4_UEV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 16)}, + Materials.Electrum.getMolten(4608), + CustomItemList.eM_energymulti16_UEV.get(1), 200, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_energymulti16_UEV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 24)}, + Materials.Tungsten.getMolten(4608), + CustomItemList.eM_energymulti64_UEV.get(1), 400, 2000000); //Data Input GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ @@ -167,7 +300,7 @@ public class BloodyRecipeLoader implements Runnable { ItemList.Electric_Motor_ZPM.get(2), ItemList.Circuit_Crystalmainframe.get(1), GT_OreDictUnificator.get(OrePrefixes.cableGt02, Materials.Naquadah, 2), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Naquadah, 16), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Naquadah, 16), CustomItemList.DATApipe.get(2), }, new FluidStack[]{ Materials.UUMatter.getFluid(500), @@ -196,21 +329,21 @@ public class BloodyRecipeLoader implements Runnable { GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Containment.get(1), ItemList.Hatch_Input_UV.get(1), - GT_OreDictUnificator.get(OrePrefixes.pipeMedium, Materials.Naquadah, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 8), ItemList.Sensor_UV.get(1) }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_in_UV.get(1), 800, 500000); //Elemental Output GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Containment.get(1), ItemList.Hatch_Output_UV.get(1), - GT_OreDictUnificator.get(OrePrefixes.pipeMedium, Materials.Naquadah, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 8), ItemList.Emitter_UV.get(1) }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_out_UV.get(1), 800, 500000); //Overflow GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Containment.get(1), ItemList.Hatch_Muffler_UV.get(1), - GT_OreDictUnificator.get(OrePrefixes.pipeLarge, Materials.Naquadah, 1), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 4), ItemList.Field_Generator_UV.get(1) }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_muffler_UV.get(1), 800, 500000); @@ -240,8 +373,8 @@ public class BloodyRecipeLoader implements Runnable { GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ CustomItemList.Machine_Multi_Transformer.get(1), ItemList.Circuit_Ultimatecrystalcomputer.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Cobalt, 64), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Copper, 64), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Cobalt, 32), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Copper, 32), CustomItemList.DATApipe.get(4), }, Materials.Iridium.getMolten(1296), CustomItemList.Machine_Multi_Switch.get(1), 800, 122880); @@ -268,7 +401,7 @@ public class BloodyRecipeLoader implements Runnable { ItemList.Field_Generator_ZPM.get(1), ItemList.Electric_Motor_ZPM.get(2), GT_OreDictUnificator.get(OrePrefixes.cableGt02, Materials.Naquadah, 4), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Naquadah, 32), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Naquadah, 32), CustomItemList.DATApipe.get(16), }, new FluidStack[]{ Materials.UUMatter.getFluid(1000), @@ -281,7 +414,7 @@ public class BloodyRecipeLoader implements Runnable { TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_Switch.get(1), 8000,32, 500000, 4, new ItemStack[]{ CustomItemList.Machine_Multi_Transformer.get(1), - GT_OreDictUnificator.get(OrePrefixes.pipeMedium, Materials.Naquadah, 4), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Naquadah, 16), ItemList.Robot_Arm_LuV.get(2), ItemList.Electric_Piston_LuV.get(2), ItemList.Circuit_Wetwaresupercomputer.get(2), @@ -297,7 +430,7 @@ public class BloodyRecipeLoader implements Runnable { TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Input_UV.get(1), 12000,32, 500000, 6, new ItemStack[]{ CustomItemList.Machine_Multi_Transformer.get(1), - GT_OreDictUnificator.get(OrePrefixes.pipeMedium, Materials.Naquadah, 4), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 16), ItemList.Emitter_UV.get(2), ItemList.Circuit_Wetwaresupercomputer.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 2), @@ -312,7 +445,7 @@ public class BloodyRecipeLoader implements Runnable { TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Output_UV.get(1), 12000,32, 500000, 6, new ItemStack[]{ CustomItemList.Machine_Multi_Transformer.get(1), - GT_OreDictUnificator.get(OrePrefixes.pipeMedium, Materials.Naquadah, 4), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 16), ItemList.Sensor_UV.get(2), ItemList.Circuit_Wetwaresupercomputer.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 2), @@ -327,10 +460,10 @@ public class BloodyRecipeLoader implements Runnable { TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_MatterToEM.get(1), 15000,32, 500000, 8, new ItemStack[]{ CustomItemList.Machine_Multi_MatterToEM.get(1), - GT_OreDictUnificator.get(OrePrefixes.pipeMedium, Materials.Neutronium, 4), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 8), ItemList.Emitter_UV.get(2), ItemList.Circuit_Wetwaresupercomputer.get(1), - GT_OreDictUnificator.get(OrePrefixes.cableGt02, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), }, new FluidStack[]{ Materials.UUMatter.getFluid(2000), Materials.Void.getMolten(2592), @@ -342,10 +475,10 @@ public class BloodyRecipeLoader implements Runnable { TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_EMToMatter.get(1), 15000,32, 500000, 8, new ItemStack[]{ CustomItemList.Machine_Multi_EMToMatter.get(1), - GT_OreDictUnificator.get(OrePrefixes.pipeMedium, Materials.Neutronium, 4), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 8), ItemList.Sensor_UV.get(2), ItemList.Circuit_Wetwaresupercomputer.get(1), - GT_OreDictUnificator.get(OrePrefixes.cableGt02, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), }, new FluidStack[]{ Materials.UUMatter.getFluid(2000), Materials.Void.getMolten(2592), @@ -362,13 +495,27 @@ public class BloodyRecipeLoader implements Runnable { ItemList.Sensor_UV.get(4), ItemList.Circuit_Wetwaresupercomputer.get(4),//? GT_OreDictUnificator.get(OrePrefixes.lens,Materials.Diamond,32), - GT_OreDictUnificator.get(OrePrefixes.cableGt02, Materials.Superconductor, 16), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 16), }, new FluidStack[]{ Materials.UUMatter.getFluid(2000), Materials.Neutronium.getMolten(2592), new FluidStack(FluidRegistry.getFluid("ic2coolant"), 4000), Materials.Osmiridium.getMolten(1296), }, CustomItemList.Machine_Multi_Scanner.get(1), 24000, 500000); + + //Multi Infuser + TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_Transformer.get(1), + 192000,512, 2000000, 32, new ItemStack[]{ + CustomItemList.Machine_Multi_Transformer.get(1), + CustomItemList.eM_Coil.get(8), + CustomItemList.eM_Power.get( 8), + GT_OreDictUnificator.get(OrePrefixes.screw, Materials.NeodymiumMagnetic, 16), + }, new FluidStack[]{ + Materials.Electrum.getMolten(2592), + Materials.Neutronium.getMolten(1872), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + }, CustomItemList.Machine_Multi_Infuser.get(1), 8000, 2000000); + //endregion register_machine_EM_behaviours(); -- cgit From aca0036976985e89fece552d602a435864b0ff4d Mon Sep 17 00:00:00 2001 From: Technus Date: Tue, 27 Feb 2018 17:51:26 +0100 Subject: Small changes --- .../dreamcraft/DreamCraftRecipeLoader.java | 31 +++++++-------- .../technus/tectech/loader/BloodyRecipeLoader.java | 42 +++++++++++++++++---- .../technus/tectech/loader/RecipeLoader.java | 8 ++++ .../thing/item/ConstructableTriggerItem.java | 4 +- .../multi/base/network/RotationMessage.java | 10 ++--- src/main/resources/assets/tectech/lang/en_US.lang | 2 +- .../tectech/textures/items/itemConstructable.png | Bin 0 -> 667 bytes .../tectech/textures/items/itemDebugBuilder.png | Bin 667 -> 0 bytes .../items/itemParametrizerMemoryCardLocked.png | Bin 686 -> 574 bytes .../items/itemParametrizerMemoryCardUnlocked.png | Bin 686 -> 571 bytes 10 files changed, 65 insertions(+), 32 deletions(-) create mode 100644 src/main/resources/assets/tectech/textures/items/itemConstructable.png delete mode 100644 src/main/resources/assets/tectech/textures/items/itemDebugBuilder.png diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index 1576bcd67a..6bc58ffe62 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -3,11 +3,13 @@ package com.github.technus.tectech.compatibility.dreamcraft; import com.github.technus.tectech.recipe.TT_recipeAdder; import com.github.technus.tectech.thing.CustomItemList; import com.github.technus.tectech.thing.block.QuantumGlassBlock; -import com.github.technus.tectech.thing.item.ConstructableTriggerItem; import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.Behaviour_Centrifuge; import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.Behaviour_ElectromagneticSeparator; import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.GT_MetaTileEntity_EM_machine; -import gregtech.api.enums.*; +import gregtech.api.enums.GT_Values; +import gregtech.api.enums.ItemList; +import gregtech.api.enums.Materials; +import gregtech.api.enums.OrePrefixes; import gregtech.api.interfaces.IItemContainer; import gregtech.api.util.GT_ModHandler; import gregtech.api.util.GT_OreDictUnificator; @@ -43,7 +45,7 @@ public class DreamCraftRecipeLoader implements Runnable { return (IItemContainer) Enum.valueOf(customItemList, name); } - private static void addAssemblerRecipe(ItemStack[] items, FluidStack fluid, ItemStack output, int time, int eut) { + private static void addAssemblerRecipeWithCleanroom(ItemStack[] items, FluidStack fluid, ItemStack output, int time, int eut) { try { addAssemblerRecipe.invoke(GT_Values.RA, items, fluid, output, time, eut, true); } catch (Exception e) { @@ -60,15 +62,10 @@ public class DreamCraftRecipeLoader implements Runnable { GT_ModHandler.getIC2Item("reinforcedGlass", 1L) }, getOrDefault("Trinium",Materials.Osmium).getMolten(576), new ItemStack(QuantumGlassBlock.INSTANCE, 1), 200, 500000); - //BLUEprint - GT_ModHandler.addShapelessCraftingRecipe(new ItemStack(ConstructableTriggerItem.INSTANCE, 1), - GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, - new Object[]{Dyes.dyeBlue, OrePrefixes.plate.get(Materials.Paper), Dyes.dyeBlue, Dyes.dyeWhite}); - //region pipes //Data - addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipeWithCleanroom(new ItemStack[]{ ItemList.Circuit_Parts_GlassFiber.get(8), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Silver, 8) }, Materials.Polytetrafluoroethylene.getMolten(144), CustomItemList.DATApipe.get(1), 200, 30720); @@ -105,7 +102,7 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Superconductor, 1) }, Materials.SolderingAlloy.getMolten(1296), CustomItemList.eM_Computer_Vent.get(1), 100, 1920); //Advanced Computer Casing - addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipeWithCleanroom(new ItemStack[]{ CustomItemList.eM_Computer_Casing.get(1), GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Ultimate, 1), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Cobalt, 64), @@ -194,14 +191,14 @@ public class DreamCraftRecipeLoader implements Runnable { //GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UMV_UIV.get(1), CustomItemList.eM_energymulti16_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 6)}, Materials.Tungsten.getMolten(8000), CustomItemList.eM_energymulti64_UIV.get(1), 400, 8000000); //Data Input - addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipeWithCleanroom(new ItemStack[]{ CustomItemList.eM_Computer_Casing.get(1), ItemList.Hatch_Input_Bus_LuV.get(1), ItemList.Circuit_Crystalcomputer.get(1), CustomItemList.DATApipe.get(2) }, Materials.Iridium.getMolten(1296), CustomItemList.dataIn_Hatch.get(1), 200, 122880); //Data Output - addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipeWithCleanroom(new ItemStack[]{ CustomItemList.eM_Computer_Casing.get(1), ItemList.Hatch_Output_Bus_LuV.get(1), ItemList.Circuit_Crystalcomputer.get(1), @@ -209,7 +206,7 @@ public class DreamCraftRecipeLoader implements Runnable { }, Materials.Iridium.getMolten(1296), CustomItemList.dataOut_Hatch.get(1), 200, 122880); //Rack - addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipeWithCleanroom(new ItemStack[]{ CustomItemList.eM_Computer_Bus.get(1), ItemList.Hatch_Input_Bus_ZPM.get(1), ItemList.Circuit_Crystalcomputer.get(2), @@ -242,7 +239,7 @@ public class DreamCraftRecipeLoader implements Runnable { new ItemStack(Blocks.stone_button, 16), }, Materials.Iridium.getMolten(2592), CustomItemList.Parametrizer_Hatch.get(1), 800, 122880); //Uncertainty - addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipeWithCleanroom(new ItemStack[]{ CustomItemList.eM_Computer_Casing.get(1), ItemList.Circuit_Ultimatecrystalcomputer.get(1), CustomItemList.DATApipe.get(16), @@ -251,21 +248,21 @@ public class DreamCraftRecipeLoader implements Runnable { }, Materials.Iridium.getMolten(2592), CustomItemList.Uncertainty_Hatch.get(1), 1200, 122880); //Elemental Input - addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipeWithCleanroom(new ItemStack[]{ CustomItemList.eM_Containment.get(1), ItemList.Hatch_Input_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.pipeMedium, Materials.Naquadah, 2), ItemList.Sensor_UV.get(1) }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_in_UV.get(1), 800, 500000); //Elemental Output - addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipeWithCleanroom(new ItemStack[]{ CustomItemList.eM_Containment.get(1), ItemList.Hatch_Output_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.pipeMedium, Materials.Naquadah, 2), ItemList.Emitter_UV.get(1) }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_out_UV.get(1), 800, 500000); //Overflow - addAssemblerRecipe(new ItemStack[]{ + addAssemblerRecipeWithCleanroom(new ItemStack[]{ CustomItemList.eM_Containment.get(1), ItemList.Hatch_Muffler_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.pipeLarge, Materials.Naquadah, 1), diff --git a/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java index 1510b40420..81583c1cb0 100644 --- a/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java @@ -3,11 +3,13 @@ package com.github.technus.tectech.loader; import com.github.technus.tectech.recipe.TT_recipeAdder; import com.github.technus.tectech.thing.CustomItemList; import com.github.technus.tectech.thing.block.QuantumGlassBlock; -import com.github.technus.tectech.thing.item.ConstructableTriggerItem; import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.Behaviour_Centrifuge; import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.Behaviour_ElectromagneticSeparator; import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.GT_MetaTileEntity_EM_machine; -import gregtech.api.enums.*; +import gregtech.api.enums.GT_Values; +import gregtech.api.enums.ItemList; +import gregtech.api.enums.Materials; +import gregtech.api.enums.OrePrefixes; import gregtech.api.util.GT_ModHandler; import gregtech.api.util.GT_OreDictUnificator; import net.minecraft.init.Blocks; @@ -27,11 +29,6 @@ public class BloodyRecipeLoader implements Runnable { GT_ModHandler.getIC2Item("reinforcedGlass", 1L) }, Materials.Osmium.getMolten(576), new ItemStack(QuantumGlassBlock.INSTANCE, 1), 200, 500000); - //BLUEprint - GT_ModHandler.addShapelessCraftingRecipe(new ItemStack(ConstructableTriggerItem.INSTANCE, 1), - GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, - new Object[]{Dyes.dyeBlue, OrePrefixes.plate.get(Materials.Paper), Dyes.dyeBlue, Dyes.dyeWhite}); - //region pipes //Data @@ -90,6 +87,37 @@ public class BloodyRecipeLoader implements Runnable { ItemList.Field_Generator_IV.get(1) }, Materials.Osmium.getMolten(1296), CustomItemList.eM_Containment.get(1), 800, 500000); + //Hollow Casing + TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.eM_Containment.get(1), + 12000,32, 500000, 6, new ItemStack[]{ + CustomItemList.eM_Containment.get(1), + GT_OreDictUnificator.get(OrePrefixes.plateDense, Materials.Neutronium, 2), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Plutonium, 2), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Lead, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Americium, 16), + GT_OreDictUnificator.get(OrePrefixes.screw, Materials.Neutronium, 16), + }, new FluidStack[]{ + Materials.Americium.getMolten(1296), + Materials.Osmium.getMolten(1296), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + Materials.Argon.getGas(576), + }, CustomItemList.eM_Hollow.get(2), 200, 2000000); + + //EM Coil + TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.eM_Hollow.get(1), + 48000,128, 1000000, 16, new ItemStack[]{ + CustomItemList.eM_Hollow.get(1), + ItemList.Casing_Fusion_Coil.get(4), + ItemList.Casing_Coil_NaquadahAlloy.get( 4), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 16), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Americium, 16), + }, new FluidStack[]{ + Materials.Glass.getMolten(2304), + Materials.Silicone.getMolten(1872), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + Materials.Americium.getMolten(1296), + }, CustomItemList.eM_Coil.get(4), 800, 2000000); + //endregion diff --git a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java index db323ee038..0299f96849 100644 --- a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java @@ -4,9 +4,12 @@ import com.github.technus.tectech.compatibility.dreamcraft.DreamCraftRecipeLoade import com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition; import com.github.technus.tectech.elementalMatter.definitions.complex.hadron.dHadronDefinition; import com.github.technus.tectech.thing.casing.TT_Container_Casings; +import com.github.technus.tectech.thing.item.ConstructableTriggerItem; import cpw.mods.fml.common.Loader; +import gregtech.api.enums.Dyes; import gregtech.api.enums.Materials; import gregtech.api.enums.OrePrefixes; +import gregtech.api.util.GT_ModHandler; import gregtech.api.util.GT_OreDictUnificator; import gregtech.api.util.GT_Utility; import net.minecraft.item.ItemStack; @@ -30,6 +33,11 @@ public class RecipeLoader implements Runnable { RA.addAssemblerRecipe(new ItemStack[]{GT_Utility.getIntegratedCircuit(i), GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Cobalt, 1)}, Materials.Aluminium.getMolten(864), new ItemStack(TT_Container_Casings.sHintCasingsTT, 1, i), 32, 120); } + //BLUEprint + GT_ModHandler.addShapelessCraftingRecipe(new ItemStack(ConstructableTriggerItem.INSTANCE, 1), + GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, + new Object[]{Dyes.dyeBlue, OrePrefixes.plate.get(Materials.Paper), Dyes.dyeBlue, Dyes.dyeWhite}); + if (Loader.isModLoaded("dreamcraft")) { new DreamCraftRecipeLoader().run();//init recipes for GTNH version } else { diff --git a/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java b/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java index 8e42e9a371..5b9db73126 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java +++ b/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java @@ -36,8 +36,8 @@ public final class ConstructableTriggerItem extends Item { private static HashMap multiblockMap= new HashMap<>(); private ConstructableTriggerItem() { - setUnlocalizedName("em.debugBuilder"); - setTextureName(MODID + ":itemDebugBuilder"); + setUnlocalizedName("em.constructable"); + setTextureName(MODID + ":itemConstructable"); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationMessage.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationMessage.java index 21c64dfc6d..59b14c16ed 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationMessage.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationMessage.java @@ -17,11 +17,11 @@ import net.minecraft.world.World; import net.minecraftforge.common.DimensionManager; public class RotationMessage implements IMessage { - protected int mPosX; - protected int mPosY; - protected int mPosZ; - protected int mPosD; - protected int mRotF; + int mPosX; + int mPosY; + int mPosZ; + int mPosD; + int mRotF; public RotationMessage() { } diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index 590a55ceaa..99c3e9181b 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -4,7 +4,7 @@ tile.quantumStuff.name=Quantum Stuff item.em.debugContainer.name=Debug EM Container item.em.definitionContainer.name=EM Recipe Hint item.em.definitionScanStorage.name=EM Scan Storage -item.em.debugBuilder.name=Multiblock Machine Blueprint +item.em.constructable.name=Multiblock Machine Blueprint item.em.frontRotate.name=Front Rotation Scrench item.em.parametrizerMemoryCard.name=Parametrizer Memory Card diff --git a/src/main/resources/assets/tectech/textures/items/itemConstructable.png b/src/main/resources/assets/tectech/textures/items/itemConstructable.png new file mode 100644 index 0000000000..dd2b6911c9 Binary files /dev/null and b/src/main/resources/assets/tectech/textures/items/itemConstructable.png differ diff --git a/src/main/resources/assets/tectech/textures/items/itemDebugBuilder.png b/src/main/resources/assets/tectech/textures/items/itemDebugBuilder.png deleted file mode 100644 index dd2b6911c9..0000000000 Binary files a/src/main/resources/assets/tectech/textures/items/itemDebugBuilder.png and /dev/null differ diff --git a/src/main/resources/assets/tectech/textures/items/itemParametrizerMemoryCardLocked.png b/src/main/resources/assets/tectech/textures/items/itemParametrizerMemoryCardLocked.png index 0ef5e35895..2bdbb54ab7 100644 Binary files a/src/main/resources/assets/tectech/textures/items/itemParametrizerMemoryCardLocked.png and b/src/main/resources/assets/tectech/textures/items/itemParametrizerMemoryCardLocked.png differ diff --git a/src/main/resources/assets/tectech/textures/items/itemParametrizerMemoryCardUnlocked.png b/src/main/resources/assets/tectech/textures/items/itemParametrizerMemoryCardUnlocked.png index 1a4c0dc9bc..b61a1725af 100644 Binary files a/src/main/resources/assets/tectech/textures/items/itemParametrizerMemoryCardUnlocked.png and b/src/main/resources/assets/tectech/textures/items/itemParametrizerMemoryCardUnlocked.png differ -- cgit From c1be698ec50095fb887b90011ea8ae0a483dbd93 Mon Sep 17 00:00:00 2001 From: Technus Date: Tue, 27 Feb 2018 18:02:59 +0100 Subject: Kek --- draw.io.graph.xml | 1 + 1 file changed, 1 insertion(+) create mode 100644 draw.io.graph.xml diff --git a/draw.io.graph.xml b/draw.io.graph.xml new file mode 100644 index 0000000000..69191e915c --- /dev/null +++ b/draw.io.graph.xml @@ -0,0 +1 @@ +7V3dd5s2FP9b+uBz0of1AOLzMXHTtTvr1jXJ1u5NBtlmxcgDHCf76ycBskGSXbAtg2l2utYIBPj+7reurkdgvHiaJXA5X+AARSNDe1pEcToCb0eGMc+y5Qhcj4x35M96vX6zBm9wMiMHuud55J+nebYgcwwyLXgq5hgacMqR52JE13VQjMySMCjHtgNp+B8qB7VydBUGKK1dmGEcZeGyPujjOEZ+VhuDSYLX9cumOKo/dQlnSBhIfRiJo+swyObsa9je9sQchbM5e7RtmcWZCfS/zRK8issHjgwwzf8rTi8gu1n5TdM5DPC6MgRuR2CcYJwVnxZPPoooKIxu24sI9cuz8is3XyJBcdZ6slG+X/bMiIKCGborD3GSzfEMxzC63Y7e5N8b0Tto5CjnDPBWJx/RU5h9ocNvrPLoKzsTZ8lz5RQ9/Fre4B+UZc93BXPAVYbJ0Pa5v2K8LO+RZgn+hv4qgQJkRPzmJTFSvEr88vuU3zCDyQyVV5VcSr9pZVpJoRnCC0Rej1yQoAhm4WOdW2DJdNvrqrTejDYiv6mI/Ea/6a9bSgAgKgE+Vy5Y4jDO0sqd8wGq+co3M0vpZPqLF5zievlk3T3hZMNtMdlwmk8mxwVVDuXQEr1HGK3QRrlon/AaJQLr1hlzPQ8zdLeEOR+sieGpM+s0jKIxjnCSzwWBhdzA3HBZ5YxrTIBt7+O2R5Rk6GkvIzHS6XXS2eVhVfszlV1V/EA7vey7SmRfrwh+Rda/lDO2gp+fO0z06UgA03n+HnpTPQAkekDviyJ2gXowHDVoNFbEMgC0vgAABD1DHqKN8WK5yqiq0cYwDePZAHTORvd3oXRMgcwi38fBNfWtyVGMY7SfghC5U19GQdt30WS6j4Lf5bkKfSwJedhYO9bcWlMGh82RuRCZT8VVjQ365ja7bluI3f7bHgCo9QIoBygwlAAq3FYRoPYLoBygpqsEUOG2igB1XgDlALVNJYAKt1UEKLPnFURB3Ve5WaUCxv13VAAfVxodOiosNKgQ2agT+U9UwHrhVO7UHWQCfXkxaOOoh+WaqmEPI2/3YY+lJO7sVf5VCkBvMrC2qQSAmgQYdRGoHHcIga0GgrY5WD4TCky3hQvATfba5GD57O++yUenUXVFgr5H01byTYzNiJ9ZMpl7FNO1T/7JOBB4/eBAj+NAy2rBgdxkG7TgQKA1n3wCDjyDpuNSnKKtqXHOqdjxYA401fgBrdehOD4AhW5uqMZ4JmqjA03QfPIJOHDEu/Rm7tLHGQzjxWW683x2F5hdBk0vySM+1+BqHJ1Pk2sQbqsq1/CSPeIR9dQk7IXbqkLUfUGUX4LR1aTsxfsqwpQ9poLpH+TwjxWMs9WCfPo5gilxALSbCPvfXl2gmeOzVp2aOVZ3OOCslWyxni3edp80sWwVAOwvWzs8aXIwwRUFqIcoGLE8gpgR7T2OImIlLk+d8F6zpXXpNVtK9AmLhuXsrCY505zdTZHdFUXDh7C7WKbi5JFiGF0gs/O2s1NmtxXxuhrVfWilmydyt93PmmOnVdmwd8LJutaq6Jivld43++hUEQOwogCsEZcq0q6DRxgTrjxKIygwZnaXVcWWq0a+e7SgyDixKt2W0Qvp5vOpjn1EXf++yUdLGNviNGg7IOMU2+4Hp3Bpe8dswymnnKxrbZiUf++9s4/mUgZgxQ7Ygh14F6KoeyvAe3mdWgH27AFnSJjGr1mB3gTs7O0qjEveTcs5MAsXqHN25Z0Wt8tiP1uSAh+Y02LJQpLebH+yRH+b8od2jyK0JGQgT8dx5zzLq9hueVYsUKU1q9pbIt1xGlKu6R3BvC5rTW3JFi96/BARhQgzxNv1ninIbmknlk7QVgs7aVfExn4Pg2Ndb7pyxFfzn4SOYoGEbu6jYz99y26J6ChKIfbIWjN6V6210xtr7Zwrdm9K5b0xfn1d45SAuEoAEUJei0vq6IfsM2qbH7D5OLtNqld442MmA73FZP61900+vqCQ2ZZzLtz1QRXpWj+K922+4KYNn7m8UTtmstkmh+WC5pOPZlL2olwHlfsExukUJwtJH5V0Dpf0I3oiL3ET4NUkP6MLzNvH1U6Lz4N16Km4SvRDr9JgzCupGUY1iyGHML8kSB4Z4yvwmgzercPMnw+b+xvv7lTB/rpxpt2FJ63EYtxb4+je7Bdkb8dxNBka1zeBD4mrHd6f7JarFVUfqnD6mnG8pPbQc3rh4Tn85jitTSRhnXCy2WayzXt4eyYf7+FJe1dtVMJnlCKYUEOn3e1IpA9KOWx2BXShHDzrcnTDgR6fJ7GPXj/iQV5bmG12wzp8fx6Vu2E9JSm0fkUGroRPehMZbFpFD7n1rQwCXVHTy2MTjMA7Jkd4zORWO5Z5y652x7LZi50B3W2al+oQNZ7pIY6XuJWSMMOYLuj9sor94blafHah8S48Jck1cZPGrw9/koGfyP+/xxF9b9qyNaKrqhO68TF/gRQtJvm5BfTnYUxPLhM0RYlksTorUKqQvU7ecnNsFYtyCEbhLCaHPiE2icbBDSVy6MPoujyxCIMgl1YZzieACvDN6SRIeRKkLBVIidUDf3/6WCJ1vUUkKuFASQmHNiU0JUitoixkCPqYqCYcRSghxmWci3maFS9MnhgXcD6GmLbA07JQkgq5YFQNzsGVwbqpr1UugGIxw0b+KkHnC4b7MTT1hhgqEU2xv8PD+50g+nkPbArKlT9HhCC5QqVi+/oHxNGyajhakrzD+XAUXZGH2504wkisDbxgJIRdL5rVobETS1kfPkiQWIcZ/ef2Y80V8RM4zfI+89rVKg4XywjRSjAUvHo9JMT4PSCuzI7JHEm+ScpJcnbiCvnDx32IjSlIeQ/YHwQuk8uF61qXus4TF3UfvjC8ctMDJ/iRStPNwz35+9P1h99evRK7nlwwIJbBAaLLkt6mBBAV1cEsqyfGweNNG5rwv1xgRvQX3rS36N/t2JACZH4totMA2RPXhRgsbgnNLQm+CA7wB0OJsz6NGyKo0Ga6ZgjUHdySURll1GsIe1PP7IlBUFV/3fkwjocmA3wqb+NDd1NSoaiiXIUMHNB8mLF6jf8NNeXjrddhOJNltalkFTSpykrWDRl3GDSnlFciMVEY5Ibs6l4XHXFFcjt1feRLGyFOXIt60ErktrHtUiK32m4XgzZM+hBPV+nQNKfDI9BpMZp+Qb0ImylLXaYsdTVdMw6yVcP31+QYNO7aeobiDdESjMC7PDmzyaUNWes3bu6hxltTtO2pVxJgy7SQGpftEAyAokLDdpUhJ9b8MpoDNV1n27rJLpdxa9X6jt8tdtRkXWvTbYl/772zT7AjUvILAKBIJvnw+WyO4BE9yQ9P9nWrlC0lCmGPI6iPBEeww19X0WWljn3RHdzPRLmtBNjlBVhl40td9vMAuQDfZXASRudMBp/HteKluHFTHzWu1W7HdrPqeB7qI52E046M+p7tAKgoDdkt9VX1lW/j2J5XbRpStdmfQM/YpY5qST56xTivTSIfVstZAgMkWYG/aD1lc46c60kkxT6XpIBdeuovnCzmOBpY/G1z3acbN+NSQ/zh91jeuG51xdSfLCAQq88LAbiO43AeRmfdaNmNp8Ra73YlBWKoeZUXNpZlqgQO2uXh5v3PA4dBNyXljueDQax3HBl2lBM2fCQfZ/Qj+caQ3rWIH8bsCnL3ykWSeavYJ4SBYRxmz23mBTCjRS0huRAX8+CCghdPUvrPrPw9rGk4SWihWHm5Dykj7HjGDh7yYRK0T1CcZaVKCB1dCaPIqvZ0/tcFT8IpkmbaV/m2AAoNeQGY+XNEUYnx+vWoLI0N4+WKRsNFSRJeZbVDQotp/gtEmzOXjxIA3aIkenY5EMuQEDIv8kf0F+XuHz5/vqXVle+vv/4uq65sR/kT0NHjaxEk+yrc85HRaMjstGh1kvN0jLPcdSFGjH6tVRyhXEmtqYaCQUD+Jryehzx0L0Va7rlg+mqSDElXyepZzygEYl1D3RJpX75r5LaXnNSSKKC17XRLbCU/DF7PXDvqmiG0rweT9kxT00HjuxVbm/7IR/30qWN+564qWpQ6uvShDd+Yn+ycLqtODhOMs+rlRIznCxwgesX/ \ No newline at end of file -- cgit From c0fd973ba6812825160b49db0c59c08ca67eca4d Mon Sep 17 00:00:00 2001 From: Tec Date: Sat, 10 Mar 2018 09:33:07 +0100 Subject: Changes and draft of Assline data hatches --- .gitignore | 2 + .idea/misc.xml | 4 + .idea/vcs.xml | 6 + build.gradle | 20 +-- gradle/wrapper/gradle-wrapper.properties | 4 +- libs/GT-PlusPlus-1.6.05-release-dev.jar | Bin 2944509 -> 0 bytes libs/GTNewHorizonsCoreMod-1.7.10-1.5.10.jar | Bin 3287685 -> 0 bytes .../technus/tectech/dataFramework/DataPacket.java | 106 ++++++++++++ .../tectech/dataFramework/InventoryDataPacket.java | 59 +++++++ .../tectech/dataFramework/QuantumDataPacket.java | 78 +++------ .../technus/tectech/loader/MachineLoader.java | 2 + .../technus/tectech/thing/CustomItemList.java | 2 +- .../GT_MetaTileEntity_Hatch_DataConnector.java | 16 +- .../hatch/GT_MetaTileEntity_Hatch_InputData.java | 11 +- .../GT_MetaTileEntity_Hatch_InputDataAccess.java | 181 +++++++++++++++++++++ .../hatch/GT_MetaTileEntity_Hatch_OutputData.java | 11 +- .../GT_MetaTileEntity_Hatch_OutputDataAccess.java | 135 +++++++++++++++ .../multi/GT_MetaTileEntity_EM_computer.java | 7 +- .../multi/GT_MetaTileEntity_EM_switch.java | 15 +- .../base/GT_MetaTileEntity_MultiblockBase_EM.java | 6 +- 20 files changed, 577 insertions(+), 88 deletions(-) create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml delete mode 100644 libs/GT-PlusPlus-1.6.05-release-dev.jar delete mode 100644 libs/GTNewHorizonsCoreMod-1.7.10-1.5.10.jar create mode 100644 src/main/java/com/github/technus/tectech/dataFramework/DataPacket.java create mode 100644 src/main/java/com/github/technus/tectech/dataFramework/InventoryDataPacket.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataAccess.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataAccess.java diff --git a/.gitignore b/.gitignore index 0eaa2b6891..6f4814b90a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ SetupDevWorkspaces.bat *.iws *.bat .idea/workspace.xml +*.log +*.db diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000000..e49dbb92bf --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000000..94a25f7f4c --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 414af8c300..9137fbf07d 100644 --- a/build.gradle +++ b/build.gradle @@ -58,14 +58,14 @@ repositories { name = "ic2" url = "http://maven.ic2.player.to/" } - ivy { - name 'CoFHLib' - artifactPattern "http://addons-origin.cursecdn.com/files/${config.cofhlib.cf}/[module]-[revision].[ext]" - } - ivy { - name 'CoFHCore' - artifactPattern "http://addons-origin.cursecdn.com/files/${config.cofhcore.cf}/[module]-[revision].[ext]" - } + //ivy { + // name 'CoFHLib' + // artifactPattern "http://addons-origin.cursecdn.com/files/${config.cofhlib.cf}/[module]-[revision].[ext]" + //} + //ivy { + // name 'CoFHCore' + // artifactPattern "http://addons-origin.cursecdn.com/files/${config.cofhcore.cf}/[module]-[revision].[ext]" + //} maven { name = "chickenbones" url = "http://chickenbones.net/maven/" @@ -75,8 +75,8 @@ repositories { dependencies { compile "eu.usrv:YAMCore:${config.minecraft.version}-${config.yamcore.version}:deobf" compile "net.industrial-craft:industrialcraft-2:${config.ic2.version}:dev" - provided name: 'CoFHLib', version: config.cofhlib.version, ext: 'jar' - provided name: 'CoFHCore', version: config.cofhcore.version, ext: 'jar' + //provided name: 'CoFHLib', version: config.cofhlib.version, ext: 'jar' + //provided name: 'CoFHCore', version: config.cofhcore.version, ext: 'jar' compile "codechicken:CodeChickenLib:${config.minecraft.version}-${config.codechickenlib.version}:dev" compile "codechicken:CodeChickenCore:${config.minecraft.version}-${config.codechickencore.version}:dev" compile "codechicken:NotEnoughItems:${config.minecraft.version}-${config.nei.version}:dev" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 678d9d8de3..692a0d0831 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Jul 02 15:54:47 CDT 2014 +#Sat Mar 10 07:59:03 CET 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-all.zip diff --git a/libs/GT-PlusPlus-1.6.05-release-dev.jar b/libs/GT-PlusPlus-1.6.05-release-dev.jar deleted file mode 100644 index e1982f63a3..0000000000 Binary files a/libs/GT-PlusPlus-1.6.05-release-dev.jar and /dev/null differ diff --git a/libs/GTNewHorizonsCoreMod-1.7.10-1.5.10.jar b/libs/GTNewHorizonsCoreMod-1.7.10-1.5.10.jar deleted file mode 100644 index 45d7dc3183..0000000000 Binary files a/libs/GTNewHorizonsCoreMod-1.7.10-1.5.10.jar and /dev/null differ diff --git a/src/main/java/com/github/technus/tectech/dataFramework/DataPacket.java b/src/main/java/com/github/technus/tectech/dataFramework/DataPacket.java new file mode 100644 index 0000000000..8a6c610297 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/dataFramework/DataPacket.java @@ -0,0 +1,106 @@ +package com.github.technus.tectech.dataFramework; + +import com.github.technus.tectech.Vec3pos; +import net.minecraft.nbt.NBTTagCompound; + +import java.util.Collections; +import java.util.LinkedHashSet; +import java.util.Set; + +/** + * Created by Tec on 05.04.2017. + */ +public abstract class DataPacket{ + private static final byte MAX_HISTORY = 64; + private Set trace = new LinkedHashSet<>(); + + protected T content; + + protected DataPacket(T content){ + this.content=content; + } + + protected DataPacket(NBTTagCompound nbt) { + content = contentFromNBT(nbt.getCompoundTag("qContent")); + for (int i = 0; i < nbt.getByte("qHistory"); i++) { + trace.add(new Vec3pos( + nbt.getInteger("qX" + i), + nbt.getShort("qY" + i), + nbt.getInteger("qZ" + i) + )); + } + } + + public final NBTTagCompound toNbt() { + NBTTagCompound nbt = new NBTTagCompound(); + NBTTagCompound contentTag=contentToNBT(); + if(contentTag!=null) { + nbt.setTag("qContent", contentTag); + } + nbt.setByte("qHistory", (byte) trace.size()); + int i = 0; + for (Vec3pos v : trace) { + nbt.setInteger("qX" + i, v.x); + nbt.setShort("qY" + i, v.y); + nbt.setInteger("qZ" + i, v.z); + i++; + } + return nbt; + } + + protected abstract NBTTagCompound contentToNBT(); + + protected abstract T contentFromNBT(NBTTagCompound nbt); + + protected abstract T unifyContentWith(T content); + + public final boolean contains(Vec3pos v) { + return trace.contains(v); + } + + public final boolean check() { + return trace.size() <= MAX_HISTORY; + } + + public abstract boolean extraCheck(); + + protected final DataPacket unifyTrace(Vec3pos... positions) { + Collections.addAll(trace,positions); + return (check() && extraCheck()) ? this : null; + } + + protected final DataPacket unifyTrace(DataPacket p) { + if(p==null) return this; + trace.addAll(p.trace); + return (check() && extraCheck()) ? this : null; + } + + protected final DataPacket unifyWith(DataPacket p) { + if(p==null) return this; + trace.addAll(p.trace); + if(check() && extraCheck()){ + content=unifyContentWith(p.content); + return this; + } + return null; + } + + public final T contentIfNotInTrace(Vec3pos pos) { + if (trace.contains(pos)) { + return null; + } + return getContent(); + } + + public T getContent(){ + return content; + } + + public String getContentString(){ + return content.toString(); + } + + public final int getTraceSize(){ + return trace.size(); + } +} diff --git a/src/main/java/com/github/technus/tectech/dataFramework/InventoryDataPacket.java b/src/main/java/com/github/technus/tectech/dataFramework/InventoryDataPacket.java new file mode 100644 index 0000000000..cb1f94e038 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/dataFramework/InventoryDataPacket.java @@ -0,0 +1,59 @@ +package com.github.technus.tectech.dataFramework; + +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; + +import java.util.ArrayList; + +public class InventoryDataPacket extends DataPacket { + public InventoryDataPacket(ItemStack[] content){ + super(content); + } + + public InventoryDataPacket(NBTTagCompound compound){ + super(compound); + } + + @Override + protected ItemStack[] contentFromNBT(NBTTagCompound nbt) { + int count=nbt.getInteger("count"); + if(count>0){ + ArrayList stacks=new ArrayList<>(); + for(int i=0;i0?stacks.toArray(new ItemStack[0]):null; + } + return null; + } + + @Override + protected NBTTagCompound contentToNBT() { + NBTTagCompound compound=new NBTTagCompound(); + if(content!=null && content.length>0){ + compound.setInteger("count",content.length); + for(int i=0;i trace = new LinkedHashSet<>(); +public class QuantumDataPacket extends DataPacket { + public QuantumDataPacket(Long content){ + super(content); + } - public QuantumDataPacket(Vec3pos pos, long computation) { - this.computation = computation; - trace.add(pos); + public QuantumDataPacket(NBTTagCompound compound){ + super(compound); } - public QuantumDataPacket(QuantumDataPacket q, long computation) { - this.computation = computation; - trace.addAll(q.trace); + @Override + protected Long contentFromNBT(NBTTagCompound nbt) { + return nbt.getLong("computation"); } - public QuantumDataPacket(NBTTagCompound nbt) { - computation = nbt.getLong("qComputation"); - for (int i = 0; i < nbt.getByte("qHistory"); i++) { - trace.add(new Vec3pos( - nbt.getInteger("qX" + i), - nbt.getShort("qY" + i), - nbt.getInteger("qZ" + i) - )); - } + @Override + protected NBTTagCompound contentToNBT() { + NBTTagCompound compound=new NBTTagCompound(); + compound.setLong("computation",content); + return compound; } - public NBTTagCompound toNbt() { - NBTTagCompound nbt = new NBTTagCompound(); - nbt.setLong("qComputation", computation); - nbt.setByte("qHistory", (byte) trace.size()); - int i = 0; - for (Vec3pos v : trace) { - nbt.setInteger("qX" + i, v.x); - nbt.setShort("qY" + i, v.y); - nbt.setInteger("qZ" + i, v.z); - i++; - } - return nbt; + @Override + public boolean extraCheck() { + return true; } - public boolean contains(Vec3pos v) { - return trace.contains(v); + @Override + protected Long unifyContentWith(Long content) { + return this.content+content; } - public boolean check() { - return trace.size() <= maxHistory; + public QuantumDataPacket unifyTraceWith(Vec3pos... positions) { + return (QuantumDataPacket) super.unifyTrace(positions); } public QuantumDataPacket unifyTraceWith(QuantumDataPacket p) { - trace.addAll(p.trace); - return check() ? this : null; + return (QuantumDataPacket) super.unifyTrace(p); } public QuantumDataPacket unifyPacketWith(QuantumDataPacket p) { - computation += p.computation; - trace.addAll(p.trace); - return check() ? this : null; - } - - public long computationIfNotContained(Vec3pos pos) { - if (trace.contains(pos)) { - return 0; - } - return computation; + return (QuantumDataPacket) super.unifyWith(p); } } diff --git a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java index e242ba7670..a977796a76 100644 --- a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java @@ -269,6 +269,8 @@ public class MachineLoader implements Runnable { dataIn_Hatch.set(new GT_MetaTileEntity_Hatch_InputData(15440, "hatch.datain.tier.07", "Optical Slave Connector", 7).getStackForm(1L)); dataOut_Hatch.set(new GT_MetaTileEntity_Hatch_OutputData(15441, "hatch.dataout.tier.07", "Optical Master Connector", 7).getStackForm(1L)); + dataInAcc_Hatch.set(new GT_MetaTileEntity_Hatch_InputDataAccess(15442, "hatch.datainass.tier.07", "Assembly line Slave Connector", 7).getStackForm(1L)); + dataOutAcc_Hatch.set(new GT_MetaTileEntity_Hatch_OutputDataAccess(15443, "hatch.dataoutass.tier.07", "Data Bank Master Connector", 7).getStackForm(1L)); rack_Hatch.set(new GT_MetaTileEntity_Hatch_Rack(15450, "hatch.rack.tier.08", "Computer Rack", 8, "4 Slot Rack").getStackForm(1L)); holder_Hatch.set(new GT_MetaTileEntity_Hatch_Holder(15451, "hatch.holder.tier.09", "Object Holder", 8, "For Research Station").getStackForm(1L)); diff --git a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java index 1259b14d97..5d9823b84a 100644 --- a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java +++ b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java @@ -37,7 +37,7 @@ public enum CustomItemList implements IItemContainer { eM_in_UV, eM_in_UHV, eM_in_UEV, eM_in_UIV, eM_in_UMV, eM_in_UXV, eM_out_UV, eM_out_UHV, eM_out_UEV, eM_out_UIV, eM_out_UMV, eM_out_UXV, eM_muffler_UV, eM_muffler_UHV, eM_muffler_UEV, eM_muffler_UIV, eM_muffler_UMV, eM_muffler_UXV, - Parametrizer_Hatch, ParametrizerX_Hatch, Uncertainty_Hatch, UncertaintyX_Hatch, dataIn_Hatch, dataOut_Hatch, + Parametrizer_Hatch, ParametrizerX_Hatch, Uncertainty_Hatch, UncertaintyX_Hatch, dataIn_Hatch, dataOut_Hatch, dataInAcc_Hatch, dataOutAcc_Hatch, eM_Containment, eM_Containment_Field, eM_Containment_Advanced, eM_Coil, eM_Teleportation, eM_Dimensional, eM_Ultimate_Containment, eM_Ultimate_Containment_Advanced, eM_Ultimate_Containment_Field, eM_Spacetime, eM_Computer_Casing, eM_Computer_Bus, eM_Computer_Vent, eM_Hollow, eM_Power, debugBlock, Machine_Multi_Microwave, diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java index 16eb50b4e4..a2ffc03b6c 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java @@ -1,7 +1,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; -import com.github.technus.tectech.dataFramework.QuantumDataPacket; +import com.github.technus.tectech.dataFramework.DataPacket; import com.github.technus.tectech.thing.metaTileEntity.pipe.iConnectsToDataPipe; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; @@ -24,12 +24,12 @@ import static gregtech.api.enums.Dyes.MACHINE_METAL; /** * Created by danie_000 on 11.12.2016. */ -public abstract class GT_MetaTileEntity_Hatch_DataConnector extends GT_MetaTileEntity_Hatch implements iConnectsToDataPipe { +public abstract class GT_MetaTileEntity_Hatch_DataConnector extends GT_MetaTileEntity_Hatch implements iConnectsToDataPipe { private static Textures.BlockIcons.CustomIcon EM_D_SIDES; private static Textures.BlockIcons.CustomIcon EM_D_ACTIVE; private static Textures.BlockIcons.CustomIcon EM_D_CONN; - public QuantumDataPacket q; + public T q; public short id = -1; @@ -74,10 +74,12 @@ public abstract class GT_MetaTileEntity_Hatch_DataConnector extends GT_MetaTileE super.loadNBTData(aNBT); id = aNBT.getShort("eID"); if (aNBT.hasKey("eDATA")) { - q = new QuantumDataPacket(aNBT.getCompoundTag("eDATA")); + q = loadPacketFromNBT(aNBT.getCompoundTag("eDATA")); } } + protected abstract T loadPacketFromNBT(NBTTagCompound nbt); + @Override public void onPostTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) { if (aBaseMetaTileEntity.isServerSide()) { @@ -142,11 +144,11 @@ public abstract class GT_MetaTileEntity_Hatch_DataConnector extends GT_MetaTileE @Override public String[] getInfoData() { if (id > 0) { - return new String[]{"ID: " + EnumChatFormatting.AQUA + id, "Computation: " + EnumChatFormatting.AQUA + (q != null ? q.computation : 0), "PacketHistory: " + EnumChatFormatting.RED + (q != null ? q.trace.size() : 0),}; + return new String[]{"ID: " + EnumChatFormatting.AQUA + id, "Computation: " + EnumChatFormatting.AQUA + (q != null ? q.getContentString() : 0), "PacketHistory: " + EnumChatFormatting.RED + (q != null ? q.getTraceSize() : 0),}; } return new String[]{ - "Computation: " + EnumChatFormatting.AQUA + (q != null ? q.computation : 0), - "PacketHistory: " + EnumChatFormatting.RED + (q != null ? q.trace.size() : 0), + "Computation: " + EnumChatFormatting.AQUA + (q != null ? q.getContentString() : 0), + "PacketHistory: " + EnumChatFormatting.RED + (q != null ? q.getTraceSize() : 0), }; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java index 8a3ae77b7f..f239344b6c 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java @@ -1,18 +1,20 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; +import com.github.technus.tectech.dataFramework.QuantumDataPacket; import com.github.technus.tectech.thing.metaTileEntity.pipe.iConnectsToDataPipe; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.MetaTileEntity; +import net.minecraft.nbt.NBTTagCompound; /** * Created by danie_000 on 27.10.2016. */ -public class GT_MetaTileEntity_Hatch_InputData extends GT_MetaTileEntity_Hatch_DataConnector { +public class GT_MetaTileEntity_Hatch_InputData extends GT_MetaTileEntity_Hatch_DataConnector { public boolean delDelay = true; public GT_MetaTileEntity_Hatch_InputData(int aID, String aName, String aNameRegional, int aTier) { - super(aID, aName, aNameRegional, aTier, "Data Input for Multiblocks"); + super(aID, aName, aNameRegional, aTier, "Quantum Data Input for Multiblocks"); } public GT_MetaTileEntity_Hatch_InputData(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { @@ -24,6 +26,11 @@ public class GT_MetaTileEntity_Hatch_InputData extends GT_MetaTileEntity_Hatch_D return new GT_MetaTileEntity_Hatch_InputData(mName, mTier, mDescription, mTextures); } + @Override + protected QuantumDataPacket loadPacketFromNBT(NBTTagCompound nbt) { + return new QuantumDataPacket(nbt); + } + @Override public boolean isInputFacing(byte aSide) { return aSide == getBaseMetaTileEntity().getFrontFacing(); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataAccess.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataAccess.java new file mode 100644 index 0000000000..ca0c04706b --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataAccess.java @@ -0,0 +1,181 @@ +package com.github.technus.tectech.thing.metaTileEntity.hatch; + +import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.dataFramework.InventoryDataPacket; +import com.github.technus.tectech.thing.metaTileEntity.pipe.iConnectsToDataPipe; +import gregtech.api.interfaces.ITexture; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.MetaTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch_DataAccess; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.entity.player.InventoryPlayer; +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.util.EnumChatFormatting; + +import java.util.ArrayList; + +import static com.github.technus.tectech.CommonValues.MOVE_AT; + +public class GT_MetaTileEntity_Hatch_InputDataAccess extends GT_MetaTileEntity_Hatch_DataAccess implements iConnectsToDataPipe { + private final String mDescription; + public boolean delDelay; + private ItemStack[] stacks; + + public GT_MetaTileEntity_Hatch_InputDataAccess(int aID, String aName, String aNameRegional, int aTier) { + super(aID, aName, aNameRegional, aTier); + mDescription="ItemStack Data Input for Multiblocks"; + } + + public GT_MetaTileEntity_Hatch_InputDataAccess(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { + super(aName, aTier, aDescription, aTextures); + mDescription=aDescription; + } + + @Override + public boolean isSimpleMachine() { + return true; + } + + @Override + public boolean isFacingValid(byte aFacing) { + return true; + } + + @Override + public MetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { + return new GT_MetaTileEntity_Hatch_InputDataAccess(this.mName, this.mTier, mDescription, this.mTextures); + } + + @Override + public boolean onRightclick(IGregTechTileEntity aBaseMetaTileEntity, EntityPlayer aPlayer) { + if (aBaseMetaTileEntity.isClientSide()) { + return true; + } else { + aBaseMetaTileEntity.openGUI(aPlayer); + return true; + } + } + + @Override + public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return null; + } + + @Override + public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return null; + } + + @Override + public boolean allowPullStack(IGregTechTileEntity aBaseMetaTileEntity, int aIndex, byte aSide, ItemStack aStack) { + return false; + } + + @Override + public boolean allowPutStack(IGregTechTileEntity aBaseMetaTileEntity, int aIndex, byte aSide, ItemStack aStack) { + return false; + } + + @Override + public int getInventoryStackLimit() { + return 1; + } + + @Override + public boolean isOutputFacing(byte aSide) { + return false; + } + + @Override + public boolean isInputFacing(byte aSide) { + return aSide == getBaseMetaTileEntity().getFrontFacing(); + } + + @Override + public boolean canConnect(byte side) { + return isInputFacing(side); + } + + @Override + public iConnectsToDataPipe getNext(iConnectsToDataPipe source) { + return null; + } + + public void setContents(InventoryDataPacket q){ + if(q==null){ + stacks=null; + }else{ + if(q.getContent().length>0) { + stacks = q.getContent(); + delDelay=true; + }else{ + stacks=null; + } + } + } + + @Override + public void saveNBTData(NBTTagCompound aNBT) { + super.saveNBTData(aNBT); + NBTTagCompound stacksTag=new NBTTagCompound(); + if(stacks!=null && stacks.length>0){ + stacksTag.setInteger("count",stacks.length); + for(int i=0;i0){ + ArrayList stacks=new ArrayList<>(); + for(int i=0;i0) { + this.stacks = stacks.toArray(new ItemStack[0]); + } + } + } + + @Override + public int getSizeInventory() { + return stacks!=null?stacks.length:0; + } + + @Override + public ItemStack getStackInSlot(int aIndex) { + return stacks!=null && aIndex { public GT_MetaTileEntity_Hatch_OutputData(int aID, String aName, String aNameRegional, int aTier) { - super(aID, aName, aNameRegional, aTier, "Data Output for Multiblocks"); + super(aID, aName, aNameRegional, aTier, "Quantum Data Output for Multiblocks"); } public GT_MetaTileEntity_Hatch_OutputData(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { @@ -25,6 +27,11 @@ public class GT_MetaTileEntity_Hatch_OutputData extends GT_MetaTileEntity_Hatch_ return new GT_MetaTileEntity_Hatch_OutputData(mName, mTier, mDescription, mTextures); } + @Override + protected QuantumDataPacket loadPacketFromNBT(NBTTagCompound nbt) { + return new QuantumDataPacket(nbt); + } + @Override public boolean isOutputFacing(byte aSide) { return aSide == getBaseMetaTileEntity().getFrontFacing(); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataAccess.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataAccess.java new file mode 100644 index 0000000000..5915dff18b --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataAccess.java @@ -0,0 +1,135 @@ +package com.github.technus.tectech.thing.metaTileEntity.hatch; + +import com.github.technus.tectech.dataFramework.InventoryDataPacket; +import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_Data; +import com.github.technus.tectech.thing.metaTileEntity.pipe.iConnectsToDataPipe; +import gregtech.api.interfaces.ITexture; +import gregtech.api.interfaces.metatileentity.IMetaTileEntity; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.MetaTileEntity; +import gregtech.api.util.GT_Utility; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.entity.player.InventoryPlayer; +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; + +public class GT_MetaTileEntity_Hatch_OutputDataAccess extends GT_MetaTileEntity_Hatch_DataConnector { + public GT_MetaTileEntity_Hatch_OutputDataAccess(int aID, String aName, String aNameRegional, int aTier) { + super(aID, aName, aNameRegional, aTier, "ItemStack Data Output for Multiblocks"); + } + + public GT_MetaTileEntity_Hatch_OutputDataAccess(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { + super(aName, aTier, aDescription, aTextures); + } + + @Override + public boolean isSimpleMachine() { + return true; + } + + @Override + public boolean isFacingValid(byte aFacing) { + return true; + } + + @Override + public MetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { + return new GT_MetaTileEntity_Hatch_OutputDataAccess(this.mName, this.mTier, this.mDescription, this.mTextures); + } + + @Override + public boolean onRightclick(IGregTechTileEntity aBaseMetaTileEntity, EntityPlayer aPlayer) { + if (aBaseMetaTileEntity.isClientSide()) { + return true; + } else { + aBaseMetaTileEntity.openGUI(aPlayer); + return true; + } + } + + @Override + public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return null; + } + + @Override + public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return null; + } + + @Override + public boolean allowPullStack(IGregTechTileEntity aBaseMetaTileEntity, int aIndex, byte aSide, ItemStack aStack) { + return false; + } + + @Override + public boolean allowPutStack(IGregTechTileEntity aBaseMetaTileEntity, int aIndex, byte aSide, ItemStack aStack) { + return false; + } + + @Override + public int getInventoryStackLimit() { + return 1; + } + + @Override + public boolean isOutputFacing(byte aSide) { + return aSide == getBaseMetaTileEntity().getFrontFacing(); + } + + @Override + public boolean isInputFacing(byte aSide) { + return false; + } + + @Override + public boolean canConnect(byte side) { + return isOutputFacing(side); + } + + @Override + public void moveAround(IGregTechTileEntity aBaseMetaTileEntity) { + iConnectsToDataPipe current = this, source = this, next; + int range = 0; + while ((next = current.getNext(source)) != null && range++ < 1000) { + if (next instanceof GT_MetaTileEntity_Hatch_InputDataAccess) { + ((GT_MetaTileEntity_Hatch_InputDataAccess) next).setContents(q); + break; + } + source = current; + current = next; + } + q = null; + } + + @Override + public iConnectsToDataPipe getNext(iConnectsToDataPipe source/*==this*/) { + IGregTechTileEntity base = getBaseMetaTileEntity(); + byte color = base.getColorization(); + if (color < 0) { + return null; + } + IGregTechTileEntity next = base.getIGregTechTileEntityAtSide(base.getFrontFacing()); + if (next == null || color != base.getColorization()) { + return null; + } + IMetaTileEntity meta = next.getMetaTileEntity(); + if (meta instanceof iConnectsToDataPipe) { + if (meta instanceof GT_MetaTileEntity_Hatch_InputDataAccess + && GT_Utility.getOppositeSide(next.getFrontFacing()) == base.getFrontFacing()) { + return (iConnectsToDataPipe) meta; + } + if (meta instanceof GT_MetaTileEntity_Pipe_Data + /*&& ((GT_MetaTileEntity_Pipe_Data) meta).connectionCount==2*/)//Checked later + { + return (iConnectsToDataPipe) meta; + } + } + return null; + } + + @Override + protected InventoryDataPacket loadPacketFromNBT(NBTTagCompound nbt) { + return new InventoryDataPacket(nbt); + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java index 4ab25671b7..e9a9cfd074 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java @@ -166,7 +166,10 @@ public class GT_MetaTileEntity_EM_computer extends GT_MetaTileEntity_MultiblockB public void outputAfterRecipe_EM() { if (!eOutputData.isEmpty()) { Vec3pos pos = new Vec3pos(getBaseMetaTileEntity()); - QuantumDataPacket pack = new QuantumDataPacket(pos, eAvailableData); + QuantumDataPacket pack = new QuantumDataPacket(eAvailableData / eOutputData.size()).unifyTraceWith(pos); + if(pack==null){ + return; + } for (GT_MetaTileEntity_Hatch_InputData hatch : eInputData) { if (hatch.q == null || hatch.q.contains(pos)) { continue; @@ -177,8 +180,6 @@ public class GT_MetaTileEntity_EM_computer extends GT_MetaTileEntity_MultiblockB } } - pack.computation /= eOutputData.size(); - for (GT_MetaTileEntity_Hatch_OutputData o : eOutputData) { o.q = pack; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java index bc0f975b8f..7b3a1d13b0 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java @@ -127,7 +127,10 @@ public class GT_MetaTileEntity_EM_switch extends GT_MetaTileEntity_MultiblockBas } Vec3pos pos = new Vec3pos(getBaseMetaTileEntity()); - QuantumDataPacket pack = new QuantumDataPacket(pos, 0); + QuantumDataPacket pack = new QuantumDataPacket(0L).unifyTraceWith(pos); + if(pack==null) { + return; + } for (GT_MetaTileEntity_Hatch_InputData hatch : eInputData) { if (hatch.q == null || hatch.q.contains(pos)) { continue; @@ -138,7 +141,7 @@ public class GT_MetaTileEntity_EM_switch extends GT_MetaTileEntity_MultiblockBas } } - long remaining = pack.computation; + long remaining = pack.getContent(); for (int i = 0; i < 10; i++) { dest= getParameterIn(i,1); @@ -151,17 +154,17 @@ public class GT_MetaTileEntity_EM_switch extends GT_MetaTileEntity_MultiblockBas GT_MetaTileEntity_Hatch_OutputData out = eOutputData.get(outIndex); if(Double.isInfinite(total)){ if(Double.isInfinite(weight)){ - out.q = new QuantumDataPacket(pack, remaining); + out.q = new QuantumDataPacket(remaining).unifyTraceWith(pack); break; } }else{ - long part = (long) Math.floor(pack.computation * weight / total); + long part = (long) Math.floor(pack.getContent() * weight / total); if (part > 0) { remaining -= part; if (remaining > 0) { - out.q = new QuantumDataPacket(pack, part); + out.q = new QuantumDataPacket(part).unifyTraceWith(pack); } else if (part + remaining > 0) { - out.q = new QuantumDataPacket(pack, part + remaining); + out.q = new QuantumDataPacket( part + remaining).unifyTraceWith(pack); break; } else { break; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java index 17555e022a..b7b61e3cb8 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java @@ -359,6 +359,7 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt case 24: result[2]=- a; result[0]=- b; + result[0]=- b; result[1]=+ c; break; } @@ -797,7 +798,10 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt Vec3pos pos = new Vec3pos(getBaseMetaTileEntity()); for (GT_MetaTileEntity_Hatch_InputData in : eInputData) { if (in.q != null) { - result += in.q.computationIfNotContained(pos); + Long value=in.q.contentIfNotInTrace(pos); + if(value!=null) { + result += value; + } } } return result; -- cgit From 506db95920cc313ebb2b6d3afffcb0ec13fcfc2c Mon Sep 17 00:00:00 2001 From: Tec Date: Sat, 10 Mar 2018 10:27:59 +0100 Subject: Add gtpp back --- libs/GT-PlusPlus-1.7.0-prerelease-8-final.jar | Bin 0 -> 4458558 bytes .../technus/tectech/loader/MachineLoader.java | 2 + .../technus/tectech/thing/CustomItemList.java | 2 +- .../multi/GT_MEtaTileEntity_EM_dataBank.java | 158 +++++++++++++++++++++ 4 files changed, 161 insertions(+), 1 deletion(-) create mode 100644 libs/GT-PlusPlus-1.7.0-prerelease-8-final.jar create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MEtaTileEntity_EM_dataBank.java diff --git a/libs/GT-PlusPlus-1.7.0-prerelease-8-final.jar b/libs/GT-PlusPlus-1.7.0-prerelease-8-final.jar new file mode 100644 index 0000000000..181475fc38 Binary files /dev/null and b/libs/GT-PlusPlus-1.7.0-prerelease-8-final.jar differ diff --git a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java index a977796a76..70bf8dcf4a 100644 --- a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java @@ -240,6 +240,7 @@ public class MachineLoader implements Runnable { Machine_Multi_Scanner.set(new GT_MetaTileEntity_EM_scanner(15330, "multimachine.em.scanner", "Elemental Scanner").getStackForm(1L)); Machine_Multi_Research.set(new GT_MetaTileEntity_EM_research(15331, "multimachine.em.research", "Research station").getStackForm(1L)); + Machine_Multi_DataBank.set(new GT_MetaTileEntity_EM_research(15332, "multimachine.em.databank", "Data Bank").getStackForm(1L)); Machine_Multi_Collider.set(new GT_MetaTileEntity_EM_collider(15340, "multimachine.em.collider", "Matter Collider").getStackForm(1L)); @@ -298,5 +299,6 @@ public class MachineLoader implements Runnable { GT_MetaTileEntity_Hatch_Rack.run(); GT_MetaTileEntity_EM_computer.run(); GT_MetaTileEntity_EM_research.run(); + GT_MEtaTileEntity_EM_dataBank.run(); } } diff --git a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java index 5d9823b84a..0f7bb3997e 100644 --- a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java +++ b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java @@ -42,7 +42,7 @@ public enum CustomItemList implements IItemContainer { debugBlock, Machine_Multi_Microwave, Machine_Multi_Transformer, - Machine_Multi_Computer, Machine_Multi_Switch, Machine_Multi_Research, + Machine_Multi_Computer, Machine_Multi_Switch, Machine_Multi_Research, Machine_Multi_DataBank, Machine_Multi_MatterToEM, Machine_Multi_EMToMatter, Machine_Multi_EMjunction, Machine_Multi_Scanner, Machine_Multi_EssentiaToEM, Machine_Multi_EMToEssentia, Machine_Multi_Infuser, Machine_Multi_Collider, diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MEtaTileEntity_EM_dataBank.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MEtaTileEntity_EM_dataBank.java new file mode 100644 index 0000000000..fc4ff8600f --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MEtaTileEntity_EM_dataBank.java @@ -0,0 +1,158 @@ +package com.github.technus.tectech.thing.metaTileEntity.multi; + +import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.auxiliary.TecTechConfig; +import com.github.technus.tectech.thing.metaTileEntity.IConstructable; +import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_OutputDataAccess; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; +import cpw.mods.fml.relauncher.Side; +import cpw.mods.fml.relauncher.SideOnly; +import gregtech.api.enums.Textures; +import gregtech.api.interfaces.ITexture; +import gregtech.api.interfaces.metatileentity.IMetaTileEntity; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch_DataAccess; +import net.minecraft.block.Block; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumChatFormatting; +import net.minecraft.util.ResourceLocation; + +import java.util.ArrayList; + +import static com.github.technus.tectech.Util.StructureBuilderExtreme; +import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; +import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; +import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; + +public class GT_MEtaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockBase_EM implements IConstructable { + private final ArrayList eStacksDataOutputs = new ArrayList<>(); + private final ArrayList eDataAccessHatches = new ArrayList<>(); + + //region Structure + private static final String[][] shape = new String[][]{ + {" "," . "," ",}, + {" "," 0 "," ",}, + {" "," "," ",}, + }; + private static final Block[] blockType = new Block[]{sBlockCasingsTT}; + private static final byte[] blockMeta = new byte[]{3}; + private static final String[] addingMethods = new String[]{"addClassicToMachineList"}; + private static final short[] casingTextures = new short[]{textureOffset+1}; + private static final Block[] blockTypeFallback = new Block[]{sBlockCasingsTT}; + private static final byte[] blockMetaFallback = new byte[]{1}; + private static final String[] description = new String[]{ + EnumChatFormatting.AQUA+"Hint Details:", + "1 - Classic/Data Hatches or Computer casing", + }; + //endregion + + public GT_MEtaTileEntity_EM_dataBank(int aID, String aName, String aNameRegional) { + super(aID, aName, aNameRegional); + } + + public GT_MEtaTileEntity_EM_dataBank(String aName) { + super(aName); + } + + public final static ResourceLocation activitySound=new ResourceLocation(Reference.MODID+":fx_hi_freq"); + + @Override + @SideOnly(Side.CLIENT) + protected ResourceLocation getActivitySound(){ + return activitySound; + } + + @Override + public IMetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { + return new GT_MEtaTileEntity_EM_dataBank(mName); + } + + @Override + public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { + if (aSide == aFacing) { + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][1], new TT_RenderedTexture(aActive ? GT_MetaTileEntity_MultiblockBase_EM.ScreenON : GT_MetaTileEntity_MultiblockBase_EM.ScreenOFF)}; + } + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][1]}; + } + + @Override + public boolean checkMachine_EM(IGregTechTileEntity iGregTechTileEntity, ItemStack itemStack) { + return structureCheck_EM(shape, blockType, blockMeta, addingMethods, casingTextures, blockTypeFallback, blockMetaFallback, 1, 1, 0); + } + + @Override + public void construct(int stackSize, boolean hintsOnly) { + StructureBuilderExtreme(shape, blockType, blockMeta,1, 1, 0, getBaseMetaTileEntity(),this,hintsOnly); + } + + @Override + public String[] getStructureDescription(int stackSize) { + return description; + } + + @Override + public boolean checkRecipe_EM(ItemStack itemStack) { + + return false; + } + + @Override + public void outputAfterRecipe_EM() { + + } + + @Override + public String[] getDescription() { + return new String[]{ + CommonValues.TEC_MARK_EM, + "Remote assembly data delivery", + EnumChatFormatting.AQUA.toString() + EnumChatFormatting.BOLD + "Apply directly to the forehead" + }; + } + + //NEW METHOD + public final boolean addStackDataOutputToMachineList(IGregTechTileEntity aTileEntity, int aBaseCasingIndex) { + if (aTileEntity == null) { + return false; + } + IMetaTileEntity aMetaTileEntity = aTileEntity.getMetaTileEntity(); + if (aMetaTileEntity == null) { + return false; + } + if (aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_OutputDataAccess) { + ((GT_MetaTileEntity_Hatch) aMetaTileEntity).updateTexture(aBaseCasingIndex); + return eStacksDataOutputs.add((GT_MetaTileEntity_Hatch_OutputDataAccess) aMetaTileEntity); + } + return false; + } + + //NEW METHOD + public final boolean addDataAccessToMachineList(IGregTechTileEntity aTileEntity, int aBaseCasingIndex) { + if (aTileEntity == null) { + return false; + } + IMetaTileEntity aMetaTileEntity = aTileEntity.getMetaTileEntity(); + if (aMetaTileEntity == null) { + return false; + } + if (aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_DataAccess) { + ((GT_MetaTileEntity_Hatch) aMetaTileEntity).updateTexture(aBaseCasingIndex); + return eDataAccessHatches.add((GT_MetaTileEntity_Hatch_DataAccess) aMetaTileEntity); + } + return false; + } + + public static void run(){ + try { + adderMethodMap.put("addStackDataOutputToMachineList", GT_MEtaTileEntity_EM_dataBank.class.getMethod("addStackDataOutputToMachineList", IGregTechTileEntity.class, int.class)); + adderMethodMap.put("addDataAccessToMachineList", GT_MEtaTileEntity_EM_dataBank.class.getMethod("addDataAccessToMachineList", IGregTechTileEntity.class, int.class)); + } catch (NoSuchMethodException e) { + if (TecTechConfig.DEBUG_MODE) { + e.printStackTrace(); + } + } + } +} -- cgit From d1ffce29a4d7b1b0e2b8e85597d793219c0f788a Mon Sep 17 00:00:00 2001 From: Tec Date: Sat, 10 Mar 2018 15:32:06 +0100 Subject: data bank v1 --- .../technus/tectech/loader/MachineLoader.java | 2 +- .../GT_MetaTileEntity_Hatch_DataConnector.java | 6 +- .../GT_MetaTileEntity_Hatch_InputDataAccess.java | 18 ++++- .../multi/GT_MEtaTileEntity_EM_dataBank.java | 79 +++++++++++++--------- 4 files changed, 69 insertions(+), 36 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java index 70bf8dcf4a..131f0e42c8 100644 --- a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java @@ -229,6 +229,7 @@ public class MachineLoader implements Runnable { Machine_Multi_Switch.set(new GT_MetaTileEntity_EM_switch(15310, "multimachine.em.switch", "Network Switch With QoS").getStackForm(1L)); Machine_Multi_Computer.set(new GT_MetaTileEntity_EM_computer(15311, "multimachine.em.computer", "Quantum Computer").getStackForm(1L)); Machine_Multi_Microwave.set(new GT_MetaTileEntity_TM_microwave(15312, "multimachine.tm.microwave", "Microwave Grinder").getStackForm(1L)); + Machine_Multi_DataBank.set(new GT_MEtaTileEntity_EM_dataBank(15313, "multimachine.em.databank", "Data Bank").getStackForm(1L)); Machine_Multi_EMjunction.set(new GT_MetaTileEntity_EM_junction(15320, "multimachine.em.junction", "Matter Junction").getStackForm(1L)); Machine_Multi_MatterToEM.set(new GT_MetaTileEntity_EM_quantizer(15321, "multimachine.em.mattertoem", "Matter Quantizer").getStackForm(1L)); @@ -240,7 +241,6 @@ public class MachineLoader implements Runnable { Machine_Multi_Scanner.set(new GT_MetaTileEntity_EM_scanner(15330, "multimachine.em.scanner", "Elemental Scanner").getStackForm(1L)); Machine_Multi_Research.set(new GT_MetaTileEntity_EM_research(15331, "multimachine.em.research", "Research station").getStackForm(1L)); - Machine_Multi_DataBank.set(new GT_MetaTileEntity_EM_research(15332, "multimachine.em.databank", "Data Bank").getStackForm(1L)); Machine_Multi_Collider.set(new GT_MetaTileEntity_EM_collider(15340, "multimachine.em.collider", "Matter Collider").getStackForm(1L)); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java index a2ffc03b6c..51a46c5892 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java @@ -25,9 +25,9 @@ import static gregtech.api.enums.Dyes.MACHINE_METAL; * Created by danie_000 on 11.12.2016. */ public abstract class GT_MetaTileEntity_Hatch_DataConnector extends GT_MetaTileEntity_Hatch implements iConnectsToDataPipe { - private static Textures.BlockIcons.CustomIcon EM_D_SIDES; - private static Textures.BlockIcons.CustomIcon EM_D_ACTIVE; - private static Textures.BlockIcons.CustomIcon EM_D_CONN; + public static Textures.BlockIcons.CustomIcon EM_D_SIDES; + public static Textures.BlockIcons.CustomIcon EM_D_ACTIVE; + public static Textures.BlockIcons.CustomIcon EM_D_CONN; public T q; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataAccess.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataAccess.java index ca0c04706b..760fc53330 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataAccess.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataAccess.java @@ -3,10 +3,12 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.dataFramework.InventoryDataPacket; import com.github.technus.tectech.thing.metaTileEntity.pipe.iConnectsToDataPipe; +import gregtech.api.enums.Dyes; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.MetaTileEntity; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch_DataAccess; +import gregtech.api.objects.GT_RenderedTexture; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.item.ItemStack; @@ -16,10 +18,14 @@ import net.minecraft.util.EnumChatFormatting; import java.util.ArrayList; import static com.github.technus.tectech.CommonValues.MOVE_AT; +import static com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_DataConnector.EM_D_ACTIVE; +import static com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_DataConnector.EM_D_CONN; +import static com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_DataConnector.EM_D_SIDES; +import static gregtech.api.enums.Dyes.MACHINE_METAL; public class GT_MetaTileEntity_Hatch_InputDataAccess extends GT_MetaTileEntity_Hatch_DataAccess implements iConnectsToDataPipe { private final String mDescription; - public boolean delDelay; + public boolean delDelay = true; private ItemStack[] stacks; public GT_MetaTileEntity_Hatch_InputDataAccess(int aID, String aName, String aNameRegional, int aTier) { @@ -32,6 +38,16 @@ public class GT_MetaTileEntity_Hatch_InputDataAccess extends GT_MetaTileEntity_H mDescription=aDescription; } + @Override + public ITexture[] getTexturesActive(ITexture aBaseTexture) { + return new ITexture[]{aBaseTexture, new GT_RenderedTexture(EM_D_ACTIVE, Dyes.getModulation(getBaseMetaTileEntity().getColorization(), MACHINE_METAL.getRGBA())), new GT_RenderedTexture(EM_D_CONN)}; + } + + @Override + public ITexture[] getTexturesInactive(ITexture aBaseTexture) { + return new ITexture[]{aBaseTexture, new GT_RenderedTexture(EM_D_SIDES, Dyes.getModulation(getBaseMetaTileEntity().getColorization(), MACHINE_METAL.getRGBA())), new GT_RenderedTexture(EM_D_CONN)}; + } + @Override public boolean isSimpleMachine() { return true; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MEtaTileEntity_EM_dataBank.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MEtaTileEntity_EM_dataBank.java index fc4ff8600f..e07bcda2dc 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MEtaTileEntity_EM_dataBank.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MEtaTileEntity_EM_dataBank.java @@ -3,7 +3,9 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.auxiliary.Reference; import com.github.technus.tectech.auxiliary.TecTechConfig; +import com.github.technus.tectech.dataFramework.InventoryDataPacket; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; +import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputDataAccess; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_OutputDataAccess; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; @@ -23,6 +25,7 @@ import net.minecraft.util.ResourceLocation; import java.util.ArrayList; import static com.github.technus.tectech.Util.StructureBuilderExtreme; +import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -33,19 +36,20 @@ public class GT_MEtaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockB //region Structure private static final String[][] shape = new String[][]{ - {" "," . "," ",}, - {" "," 0 "," ",}, - {" "," "," ",}, + {"0 0","0 . 0","0 0",}, + {"0!!!0","01110","0!!!0",}, + {"0!!!0","0!!!0","0!!!0",}, }; - private static final Block[] blockType = new Block[]{sBlockCasingsTT}; - private static final byte[] blockMeta = new byte[]{3}; - private static final String[] addingMethods = new String[]{"addClassicToMachineList"}; - private static final short[] casingTextures = new short[]{textureOffset+1}; - private static final Block[] blockTypeFallback = new Block[]{sBlockCasingsTT}; - private static final byte[] blockMetaFallback = new byte[]{1}; + private static final Block[] blockType = new Block[]{sBlockCasingsTT,sBlockCasingsTT}; + private static final byte[] blockMeta = new byte[]{2,1}; + private static final String[] addingMethods = new String[]{"addClassicToMachineList","addDataBankHatchToMachineList"}; + private static final short[] casingTextures = new short[]{textureOffset,textureOffset+1}; + private static final Block[] blockTypeFallback = new Block[]{sBlockCasingsTT,sBlockCasingsTT}; + private static final byte[] blockMetaFallback = new byte[]{0,1}; private static final String[] description = new String[]{ EnumChatFormatting.AQUA+"Hint Details:", - "1 - Classic/Data Hatches or Computer casing", + "1 - Classic Hatches or high power casing", + "2 - Data Access/Data Bank Master Hatches or computer casing", }; //endregion @@ -80,12 +84,14 @@ public class GT_MEtaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockB @Override public boolean checkMachine_EM(IGregTechTileEntity iGregTechTileEntity, ItemStack itemStack) { - return structureCheck_EM(shape, blockType, blockMeta, addingMethods, casingTextures, blockTypeFallback, blockMetaFallback, 1, 1, 0); + eDataAccessHatches.clear(); + eStacksDataOutputs.clear(); + return structureCheck_EM(shape, blockType, blockMeta, addingMethods, casingTextures, blockTypeFallback, blockMetaFallback, 2, 1, 0); } @Override public void construct(int stackSize, boolean hintsOnly) { - StructureBuilderExtreme(shape, blockType, blockMeta,1, 1, 0, getBaseMetaTileEntity(),this,hintsOnly); + StructureBuilderExtreme(shape, blockType, blockMeta,2, 1, 0, getBaseMetaTileEntity(),this,hintsOnly); } @Override @@ -95,13 +101,38 @@ public class GT_MEtaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockB @Override public boolean checkRecipe_EM(ItemStack itemStack) { - + if (eDataAccessHatches.size() > 0 && eStacksDataOutputs.size() > 0) { + mEUt = -(int) V[7]; + eAmpereFlow = 1 + (eStacksDataOutputs.size() >> 2) + eDataAccessHatches.size(); + mMaxProgresstime = 20; + mEfficiencyIncrease = 10000; + return true; + } return false; } @Override public void outputAfterRecipe_EM() { - + ArrayList stacks=new ArrayList<>(); + for(GT_MetaTileEntity_Hatch_DataAccess dataAccess:eDataAccessHatches){ + int count=dataAccess.getSizeInventory(); + for(int i=0;i0){ + ItemStack[] arr=stacks.toArray(new ItemStack[0]); + for(GT_MetaTileEntity_Hatch_OutputDataAccess hatch:eStacksDataOutputs){ + hatch.q=new InventoryDataPacket(arr); + } + }else{ + for(GT_MetaTileEntity_Hatch_OutputDataAccess hatch:eStacksDataOutputs){ + hatch.q=null; + } + } } @Override @@ -114,7 +145,7 @@ public class GT_MEtaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockB } //NEW METHOD - public final boolean addStackDataOutputToMachineList(IGregTechTileEntity aTileEntity, int aBaseCasingIndex) { + public final boolean addDataBankHatchToMachineList(IGregTechTileEntity aTileEntity, int aBaseCasingIndex) { if (aTileEntity == null) { return false; } @@ -125,20 +156,7 @@ public class GT_MEtaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockB if (aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_OutputDataAccess) { ((GT_MetaTileEntity_Hatch) aMetaTileEntity).updateTexture(aBaseCasingIndex); return eStacksDataOutputs.add((GT_MetaTileEntity_Hatch_OutputDataAccess) aMetaTileEntity); - } - return false; - } - - //NEW METHOD - public final boolean addDataAccessToMachineList(IGregTechTileEntity aTileEntity, int aBaseCasingIndex) { - if (aTileEntity == null) { - return false; - } - IMetaTileEntity aMetaTileEntity = aTileEntity.getMetaTileEntity(); - if (aMetaTileEntity == null) { - return false; - } - if (aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_DataAccess) { + }else if(aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_DataAccess && !(aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_InputDataAccess)){ ((GT_MetaTileEntity_Hatch) aMetaTileEntity).updateTexture(aBaseCasingIndex); return eDataAccessHatches.add((GT_MetaTileEntity_Hatch_DataAccess) aMetaTileEntity); } @@ -147,8 +165,7 @@ public class GT_MEtaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockB public static void run(){ try { - adderMethodMap.put("addStackDataOutputToMachineList", GT_MEtaTileEntity_EM_dataBank.class.getMethod("addStackDataOutputToMachineList", IGregTechTileEntity.class, int.class)); - adderMethodMap.put("addDataAccessToMachineList", GT_MEtaTileEntity_EM_dataBank.class.getMethod("addDataAccessToMachineList", IGregTechTileEntity.class, int.class)); + adderMethodMap.put("addDataBankHatchToMachineList", GT_MEtaTileEntity_EM_dataBank.class.getMethod("addDataBankHatchToMachineList", IGregTechTileEntity.class, int.class)); } catch (NoSuchMethodException e) { if (TecTechConfig.DEBUG_MODE) { e.printStackTrace(); -- cgit From 3274bb452072d17b36ecc224fda8379cd4a117f7 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 11 Mar 2018 07:39:21 +0100 Subject: Fix MP parametrizer gui, fix for GT5u for X hatches --- .../metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java | 10 +++++----- .../hatch/GT_MetaTileEntity_Hatch_Uncertainty.java | 2 +- .../thing/metaTileEntity/hatch/gui/GT_Container_ParamAdv.java | 8 +++++--- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java index ba65fe90a8..5c8061b261 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java @@ -54,7 +54,7 @@ public class GT_MetaTileEntity_Hatch_Param extends GT_MetaTileEntity_Hatch { @Override public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { - if (mTier >= 10) { + if (mTier > 7) { return new GT_Container_ParamAdv(aPlayerInventory, aBaseMetaTileEntity); } return new GT_Container_Param(aPlayerInventory, aBaseMetaTileEntity); @@ -62,7 +62,7 @@ public class GT_MetaTileEntity_Hatch_Param extends GT_MetaTileEntity_Hatch { @Override public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { - if (mTier >= 10) { + if (mTier > 7) { return new GT_GUIContainer_ParamAdv(aPlayerInventory, aBaseMetaTileEntity); } return new GT_GUIContainer_Param(aPlayerInventory, aBaseMetaTileEntity); @@ -104,7 +104,7 @@ public class GT_MetaTileEntity_Hatch_Param extends GT_MetaTileEntity_Hatch { @Override public String[] getInfoData() { - if(mTier>=10) { + if(mTier>7) { return new String[]{"Parametrizer ID: " + EnumChatFormatting.GREEN + param, "Value 0I: " + EnumChatFormatting.AQUA + value0i, "Value 0FB: " + EnumChatFormatting.AQUA + Float.intBitsToFloat(value0i) + ' ' + Util.intBitsToShortString(value0i), "Value 1I: " + EnumChatFormatting.BLUE + value1i, "Value 1FB: " + EnumChatFormatting.BLUE + Float.intBitsToFloat(value1i) + ' ' + Util.intBitsToShortString(value1i), "Input 0I: " + EnumChatFormatting.GOLD + input0i, "Input 0FB: " + EnumChatFormatting.GOLD + Float.intBitsToFloat(input0i) + ' ' + Util.intBitsToShortString(input0i), "Input 1I: " + EnumChatFormatting.YELLOW + input1i, "Input 1FB: " + EnumChatFormatting.YELLOW + Float.intBitsToFloat(input1i) + ' ' + Util.intBitsToShortString(input1i),}; } return new String[]{ @@ -199,12 +199,12 @@ public class GT_MetaTileEntity_Hatch_Param extends GT_MetaTileEntity_Hatch { } public boolean isUsingFloats() { - return mTier >= 10 && usesFloat; + return mTier > 7 && usesFloat; } //returns - succeded public boolean setUsingFloats(boolean value){ - if(mTier>=10){ + if(mTier>7){ usesFloat=value; return true; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java index 7736ee2bcc..ef5de24ff1 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java @@ -55,7 +55,7 @@ public class GT_MetaTileEntity_Hatch_Uncertainty extends GT_MetaTileEntity_Hatch @Override public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { - if (mTier >= 10) { + if (mTier > 7) { return new GT_GUIContainer_UncertaintyAdv(aPlayerInventory, aBaseMetaTileEntity); } return new GT_GUIContainer_Uncertainty(aPlayerInventory, aBaseMetaTileEntity); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamAdv.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamAdv.java index 289588a40a..90d8a26d1c 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamAdv.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamAdv.java @@ -55,8 +55,8 @@ public class GT_Container_ParamAdv extends GT_ContainerMetaTile_Machine { return super.slotClick(aSlotIndex, aMouseclick, aShifthold, aPlayer); } Slot tSlot = (Slot) inventorySlots.get(aSlotIndex); - boolean doStuff = true; if (tSlot != null && mTileEntity.getMetaTileEntity() != null) { + boolean doStuff = true; GT_MetaTileEntity_Hatch_Param paramH = (GT_MetaTileEntity_Hatch_Param) mTileEntity.getMetaTileEntity(); int columnPointer=paramH.pointer &0xff; boolean secondRow=(paramH.pointer &0x0100)!=0; @@ -227,7 +227,8 @@ public class GT_Container_ParamAdv extends GT_ContainerMetaTile_Machine { var1.sendProgressBarUpdate(this, 107, input0f >>> 16); var1.sendProgressBarUpdate(this, 108, input1f & 0xFFFF); var1.sendProgressBarUpdate(this, 109, input1f >>> 16); - var1.sendProgressBarUpdate(this, 110, usesFloats ? pointer + 0x10000 : pointer); + var1.sendProgressBarUpdate(this, 110, pointer); + var1.sendProgressBarUpdate(this, 111, usesFloats ? 1 : 0); } } @@ -268,7 +269,8 @@ public class GT_Container_ParamAdv extends GT_ContainerMetaTile_Machine { return; case 110: pointer = par2 & 0xFFFF; - usesFloats =par2>=0x10000; + case 111: + usesFloats = par2 != 0; default: } } -- cgit From b8abcd143a3efe84141aebc22fee55449b1ad5f1 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 11 Mar 2018 10:03:57 +0100 Subject: add eu reader for gt --- src/main/java/com/github/technus/tectech/Util.java | 2 + .../technus/tectech/loader/RecipeLoader.java | 17 ++++- .../technus/tectech/loader/ThingsLoader.java | 1 + .../technus/tectech/thing/item/EuMeterGT.java | 79 +++++++++++++++++++++ src/main/resources/assets/tectech/lang/en_US.lang | 1 + src/main/resources/assets/tectech/sounds.json | 5 ++ .../resources/assets/tectech/sounds/fx_scan.ogg | Bin 0 -> 28323 bytes .../tectech/textures/items/itemEuMeterGT.png | Bin 0 -> 776 bytes 8 files changed, 103 insertions(+), 2 deletions(-) create mode 100644 src/main/java/com/github/technus/tectech/thing/item/EuMeterGT.java create mode 100644 src/main/resources/assets/tectech/sounds/fx_scan.ogg create mode 100644 src/main/resources/assets/tectech/textures/items/itemEuMeterGT.png diff --git a/src/main/java/com/github/technus/tectech/Util.java b/src/main/java/com/github/technus/tectech/Util.java index 9d53689517..fe623d7135 100644 --- a/src/main/java/com/github/technus/tectech/Util.java +++ b/src/main/java/com/github/technus/tectech/Util.java @@ -69,6 +69,7 @@ public final class Util { return result.toString(); } + //region junk /* //Check Machine Structure based on string[][] (effectively char[][][]), ond offset of the controller //This only checks for REGULAR BLOCKS! @@ -355,6 +356,7 @@ public final class Util { return true; } */ + //endregion //Check Machine Structure based on string[][] (effectively char[][][]), ond offset of the controller //This only checks for REGULAR BLOCKS! diff --git a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java index 0299f96849..0b44eacca5 100644 --- a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java @@ -5,8 +5,10 @@ import com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtom import com.github.technus.tectech.elementalMatter.definitions.complex.hadron.dHadronDefinition; import com.github.technus.tectech.thing.casing.TT_Container_Casings; import com.github.technus.tectech.thing.item.ConstructableTriggerItem; +import com.github.technus.tectech.thing.item.EuMeterGT; import cpw.mods.fml.common.Loader; import gregtech.api.enums.Dyes; +import gregtech.api.enums.ItemList; import gregtech.api.enums.Materials; import gregtech.api.enums.OrePrefixes; import gregtech.api.util.GT_ModHandler; @@ -38,12 +40,23 @@ public class RecipeLoader implements Runnable { GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, new Object[]{Dyes.dyeBlue, OrePrefixes.plate.get(Materials.Paper), Dyes.dyeBlue, Dyes.dyeWhite}); + //GT EU reader + GT_ModHandler.addCraftingRecipe(new ItemStack(EuMeterGT.INSTANCE,1), + GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, + new Object[]{"PGW", "SCW", "BRN", + 'P', OrePrefixes.plateDouble.get(Materials.Steel), + 'G', OrePrefixes.plate.get(Materials.Glass), + 'W', OrePrefixes.cableGt01.get(Materials.Copper), + 'S', OrePrefixes.stick.get(Materials.Brass), + 'C', ItemList.Casing_Coil_Cupronickel.get(1), + 'B', Dyes.dyeBlue, + 'R', Dyes.dyeRed, + 'N', Dyes.dyeBlack,}); + if (Loader.isModLoaded("dreamcraft")) { new DreamCraftRecipeLoader().run();//init recipes for GTNH version } else { new BloodyRecipeLoader().run();//init recipes for NON-GTNH version } - - } } diff --git a/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java b/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java index 3cd285a858..84d1a8ab0c 100644 --- a/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java @@ -51,6 +51,7 @@ public class ThingsLoader implements Runnable { FrontRotationTriggerItem.run(); ParametrizerMemoryCard.run(); ElementalDefinitionScanStorage_EM.run(); + EuMeterGT.run(); TecTech.Logger.info("Useful Items registered"); ElementalDefinitionContainer_EM.run(); diff --git a/src/main/java/com/github/technus/tectech/thing/item/EuMeterGT.java b/src/main/java/com/github/technus/tectech/thing/item/EuMeterGT.java new file mode 100644 index 0000000000..84c43aad8f --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/item/EuMeterGT.java @@ -0,0 +1,79 @@ +package com.github.technus.tectech.thing.item; + +import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.auxiliary.Reference; +import cpw.mods.fml.common.registry.GameRegistry; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.BaseMetaPipeEntity; +import gregtech.api.metatileentity.BaseMetaTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaPipeEntity_Cable; +import gregtech.api.util.GT_Utility; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.entity.player.EntityPlayerMP; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.util.EnumChatFormatting; +import net.minecraft.world.World; +import net.minecraftforge.common.util.FakePlayer; + +import java.util.ArrayList; +import java.util.List; + +import static com.github.technus.tectech.auxiliary.Reference.MODID; + +public class EuMeterGT extends Item { + public static EuMeterGT INSTANCE; + + private EuMeterGT() { + setUnlocalizedName("em.EuMeterGT"); + setTextureName(MODID + ":itemEuMeterGT"); + setMaxStackSize(1); + } + + @Override + public boolean onItemUseFirst(ItemStack aStack, EntityPlayer aPlayer, World aWorld, int aX, int aY, int aZ, int aSide, float hitX, float hitY, float hitZ) { + TileEntity tTileEntity = aWorld.getTileEntity(aX, aY, aZ); + if(tTileEntity==null || aPlayer instanceof FakePlayer) { + return aPlayer instanceof EntityPlayerMP; + } + if (aPlayer instanceof EntityPlayerMP && !aPlayer.isSneaking() && tTileEntity instanceof IGregTechTileEntity) { + if (tTileEntity instanceof BaseMetaTileEntity) { + GT_Utility.sendChatToPlayer(aPlayer, EnumChatFormatting.AQUA+"----- X:"+aX+" Y:"+aY+" Z:"+aZ+" D:"+aWorld.provider.dimensionId+" S:"+aSide + " -----"); + GT_Utility.sendChatToPlayer(aPlayer, "Stored energy: "+EnumChatFormatting.YELLOW+(((BaseMetaTileEntity) tTileEntity).getUniversalEnergyStored())+EnumChatFormatting.RESET+'/'+EnumChatFormatting.GREEN+(((BaseMetaTileEntity) tTileEntity).getUniversalEnergyCapacity())); + GT_Utility.sendChatToPlayer(aPlayer, "Stored EU: "+EnumChatFormatting.YELLOW+(((BaseMetaTileEntity) tTileEntity).getStoredEU())+EnumChatFormatting.RESET+'/'+EnumChatFormatting.GREEN+(((BaseMetaTileEntity) tTileEntity).getEUCapacity())); + GT_Utility.sendChatToPlayer(aPlayer, "Average I/O: "+EnumChatFormatting.YELLOW+(((BaseMetaTileEntity) tTileEntity).getAverageElectricInput())+EnumChatFormatting.RESET+'/'+EnumChatFormatting.YELLOW+(((BaseMetaTileEntity) tTileEntity).getAverageElectricOutput())); + GT_Utility.sendChatToPlayer(aPlayer, "Voltage I/O (max): "+EnumChatFormatting.GOLD+(((BaseMetaTileEntity) tTileEntity).getInputVoltage())+EnumChatFormatting.RESET+'/'+EnumChatFormatting.GOLD+(((BaseMetaTileEntity) tTileEntity).getOutputVoltage())); + GT_Utility.sendChatToPlayer(aPlayer, "Voltage I/O max: "+EnumChatFormatting.RED+(((BaseMetaTileEntity) tTileEntity).getMaxSafeInput())+EnumChatFormatting.RESET+'/'+EnumChatFormatting.RED+(((BaseMetaTileEntity) tTileEntity).getMaxEnergyOutput())); + GT_Utility.sendChatToPlayer(aPlayer, "Amperage I/O (max): "+EnumChatFormatting.GOLD+(((BaseMetaTileEntity) tTileEntity).getInputAmperage())+EnumChatFormatting.RESET+'/'+EnumChatFormatting.GOLD+(((BaseMetaTileEntity) tTileEntity).getOutputAmperage())); + GT_Utility.sendChatToPlayer(aPlayer, "Side capabilities: "+(((BaseMetaTileEntity) tTileEntity).inputEnergyFrom((byte) aSide)?"input ":"")+(((BaseMetaTileEntity) tTileEntity).outputsEnergyTo((byte) aSide)?"output ":"")); + return true; + } else if (tTileEntity instanceof BaseMetaPipeEntity) { + if(((BaseMetaPipeEntity) tTileEntity).getMetaTileEntity() instanceof GT_MetaPipeEntity_Cable){ + ArrayList tList = new ArrayList<>(); + GT_Utility.getCoordinateScan(tList, aPlayer, aWorld, 1, aX, aY, aZ, aSide, hitX, hitY, hitZ); + for(String str:tList){ + GT_Utility.sendChatToPlayer(aPlayer,str); + } + } + return true; + } + } + if(!(aPlayer instanceof EntityPlayerMP)){ + GT_Utility.doSoundAtClient(Reference.MODID+":fx_scan", 1, 1.0F, (double)aX, (double)aY, (double)aZ); + } + return false; + } + + @Override + public void addInformation(ItemStack aStack, EntityPlayer ep, List aList, boolean boo) { + aList.add(CommonValues.TEC_MARK_GENERAL); + aList.add("Measures basic EU related stuff"); + aList.add(EnumChatFormatting.BLUE + "Just right click on blocks."); + } + + public static void run() { + INSTANCE = new EuMeterGT(); + GameRegistry.registerItem(INSTANCE, INSTANCE.getUnlocalizedName()); + } +} diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index 99c3e9181b..ccb17a8a0c 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -7,6 +7,7 @@ item.em.definitionScanStorage.name=EM Scan Storage item.em.constructable.name=Multiblock Machine Blueprint item.em.frontRotate.name=Front Rotation Scrench item.em.parametrizerMemoryCard.name=Parametrizer Memory Card +item.em.EuMeterGT.name=GT EU meter death.attack.microwaving=%1$s was dehydrated by radiation. death.attack.microwaving.player=%1$s was dehydrated by radiation while fighting %2$s. diff --git a/src/main/resources/assets/tectech/sounds.json b/src/main/resources/assets/tectech/sounds.json index c4049f5f02..e23f1c1196 100644 --- a/src/main/resources/assets/tectech/sounds.json +++ b/src/main/resources/assets/tectech/sounds.json @@ -4,6 +4,11 @@ "subtitle": "tectech.subtitle.microwave_ding", "sounds": [{"name": "microwave_ding","stream": false}] }, + "fx_scan": { + "category": "block", + "subtitle": "tectech.subtitle.fx_scan", + "sounds": [{"name": "fx_scan","stream": false}] + }, "fx_alarm": { "category": "block", "subtitle": "tectech.subtitle.fx_alarm", diff --git a/src/main/resources/assets/tectech/sounds/fx_scan.ogg b/src/main/resources/assets/tectech/sounds/fx_scan.ogg new file mode 100644 index 0000000000..0b50e0ca76 Binary files /dev/null and b/src/main/resources/assets/tectech/sounds/fx_scan.ogg differ diff --git a/src/main/resources/assets/tectech/textures/items/itemEuMeterGT.png b/src/main/resources/assets/tectech/textures/items/itemEuMeterGT.png new file mode 100644 index 0000000000..a3297c5dd4 Binary files /dev/null and b/src/main/resources/assets/tectech/textures/items/itemEuMeterGT.png differ -- cgit From 5c9f4ad7dae628462d3b9978776e0df92bc6845d Mon Sep 17 00:00:00 2001 From: Tec Date: Mon, 12 Mar 2018 22:47:04 +0100 Subject: Added playerdetector redstone emmiter block. --- .../elementalMatter/core/cElementalDecay.java | 6 +- .../core/cElementalInstanceStackMap.java | 2 +- .../core/stacks/cElementalInstanceStack.java | 48 +++-- .../core/templates/cElementalPrimitive.java | 4 + .../definitions/primitive/eNeutrinoDefinition.java | 4 +- .../technus/tectech/loader/MachineLoader.java | 7 + .../technus/tectech/loader/RecipeLoader.java | 9 + .../github/technus/tectech/proxy/CommonProxy.java | 34 ++++ .../technus/tectech/thing/CustomItemList.java | 1 + ...GT_MetaTileEntity_Hatch_ElementalContainer.java | 2 + .../multi/GT_MetaTileEntity_EM_decay.java | 26 ++- .../single/GT_MetaTileEntity_OwnerDetector.java | 223 +++++++++++++++++++++ .../textures/blocks/iconsets/OWNER_OFFLINE.png | Bin 0 -> 640 bytes .../textures/blocks/iconsets/OWNER_ONLINE.png | Bin 0 -> 730 bytes 14 files changed, 335 insertions(+), 31 deletions(-) create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OWNER_OFFLINE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OWNER_ONLINE.png diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDecay.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDecay.java index 609f92b1a1..a2b6eed324 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDecay.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDecay.java @@ -48,7 +48,7 @@ public final class cElementalDecay { this.probability = probability; } - public cElementalInstanceStackMap getResults(float lifeMult, long age, long energy, long amountDecaying) { + public cElementalInstanceStackMap getResults(float lifeMult, long age, long energyTotalForProducts, long amountDecaying) { cElementalInstanceStackMap decayResult = new cElementalInstanceStackMap(); if (outputStacks == null) { return decayResult;//This is to prevent null pointer exceptions. @@ -61,12 +61,12 @@ public final class cElementalDecay { if (qtty <= 0) { return decayResult; } - //energy /= qtty; + //energyTotalForProducts /= qtty; //lifeMult /= (float) qtty; for (cElementalDefinitionStack stack : outputStacks.values()) { decayResult.putUnify(new cElementalInstanceStack(stack.definition, amountDecaying * stack.amount, - lifeMult, age/*new products*/, energy / Math.max(1, stack.amount)));//get instances from stack + lifeMult, age/*new products*/, energyTotalForProducts / Math.max(1, Math.abs(stack.amount))));//get instances from stack } return decayResult; } diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java index b360a5a997..e85166776f 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java @@ -407,7 +407,7 @@ public final class cElementalInstanceStackMap implements Comparable0){ amount=amountPer; for(int i=0;i getMass()){ + return null;//no energy usage to decay + } return products; } else { cElementalInstanceStackMap output = new cElementalInstanceStackMap(); @@ -326,14 +335,14 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { clone.amount=qttyOfDecay[i]; output.putUnify(clone); }else { - output.putUnifyAll(decays[i].getResults(lifeTimeMult, newProductsAge, energy, qttyOfDecay[i])); + output.putUnifyAll(decays[i].getResults(lifeTimeMult, newProductsAge, newEnergyLevel, qttyOfDecay[i])); } } } }else{ for (int i = 0; i < differentDecays; i++) { if (qttyOfDecay[i] > 0) { - output.putUnifyAll(decays[i].getResults(lifeTimeMult, newProductsAge, energy, qttyOfDecay[i])); + output.putUnifyAll(decays[i].getResults(lifeTimeMult, newProductsAge, newEnergyLevel, qttyOfDecay[i])); } } } @@ -342,16 +351,19 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { for(cElementalInstanceStack stack:output.values()){ if(stack.definition.equals(definition)){ stack.age= age; - stack.energy=this.energy; + stack.setEnergy(energy); } } }else{ for(cElementalInstanceStack stack:output.values()){ if(stack.definition.equals(definition)){ - stack.energy=this.energy; + stack.setEnergy(energy); } } } + if(this.energy <= 0 && output.getMass() > getMass()){ + return null;//no energy usage to decay + } return output; } } @@ -376,9 +388,7 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { if (amount != 0) { energy /= Math.abs(amount); } - - this.energy = energy; - setLifeTimeMultiplier(lifeTimeMul); + setEnergy(energy); return this; } diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java index c7b754432f..9522b166d6 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java @@ -112,6 +112,8 @@ public abstract class cElementalPrimitive extends cElementalDefinition { public cElementalDecay[] getNaturalDecayInstant() { if (naturalDecayInstant < 0) { return elementalDecays; + }else if (naturalDecayInstant>=elementalDecays.length){ + return cElementalDecay.noProduct; } return new cElementalDecay[]{elementalDecays[naturalDecayInstant]}; } @@ -120,6 +122,8 @@ public abstract class cElementalPrimitive extends cElementalDefinition { public cElementalDecay[] getEnergyInducedDecay(long energyLevel) { if (energeticDecayInstant < 0) { return elementalDecays; + }else if (energeticDecayInstant>=elementalDecays.length){ + return cElementalDecay.noProduct; } return new cElementalDecay[]{elementalDecays[energeticDecayInstant]}; } diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eNeutrinoDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eNeutrinoDefinition.java index 459719a8a4..d5e3d38b4d 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eNeutrinoDefinition.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eNeutrinoDefinition.java @@ -26,7 +26,7 @@ public final class eNeutrinoDefinition extends cElementalPrimitive { } public static void run() { - lepton_Ve.init(lepton_Ve_, 1F, 0, 0, + lepton_Ve.init(lepton_Ve_, 1F, -1, -1, cElementalDecay.noProduct); lepton_Vm.init(lepton_Vm_, 1F, 1, 0, new cElementalDecay(0.825F, nothing), @@ -35,7 +35,7 @@ public final class eNeutrinoDefinition extends cElementalPrimitive { new cElementalDecay(0.75F, nothing), eBosonDefinition.deadEnd); - lepton_Ve_.init(lepton_Ve, 1F, 0, 0, + lepton_Ve_.init(lepton_Ve, 1F, -1, -1, cElementalDecay.noProduct); lepton_Vm_.init(lepton_Vm, 1F, 1, 0, new cElementalDecay(0.825F, nothing), diff --git a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java index 131f0e42c8..cf162d465e 100644 --- a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java @@ -10,6 +10,7 @@ import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pi import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_EM; import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_DebugPowerGenerator; import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_DebugStructureWriter; +import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_OwnerDetector; import static com.github.technus.tectech.thing.CustomItemList.*; @@ -284,6 +285,12 @@ public class MachineLoader implements Runnable { DATApipe.set(new GT_MetaTileEntity_Pipe_Data(15470, "pipe.datastream", "Optical Fiber Cable").getStackForm(1L)); + // =================================================================================================== + // Single Blocks + // =================================================================================================== + + Machine_OwnerDetector.set(new GT_MetaTileEntity_OwnerDetector(15480, "machine.tt.ownerdetector", "Owner detector", 15).getStackForm(1L)); + // =================================================================================================== // Debug Stuff // =================================================================================================== diff --git a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java index 0b44eacca5..9d39bbda27 100644 --- a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java @@ -3,6 +3,7 @@ package com.github.technus.tectech.loader; import com.github.technus.tectech.compatibility.dreamcraft.DreamCraftRecipeLoader; import com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition; import com.github.technus.tectech.elementalMatter.definitions.complex.hadron.dHadronDefinition; +import com.github.technus.tectech.thing.CustomItemList; import com.github.technus.tectech.thing.casing.TT_Container_Casings; import com.github.technus.tectech.thing.item.ConstructableTriggerItem; import com.github.technus.tectech.thing.item.EuMeterGT; @@ -53,6 +54,14 @@ public class RecipeLoader implements Runnable { 'R', Dyes.dyeRed, 'N', Dyes.dyeBlack,}); + //Owner detector + GT_ModHandler.addCraftingRecipe(CustomItemList.Machine_OwnerDetector.get(1), + GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, + new Object[]{"PPP","GEG","PPP", + 'P', OrePrefixes.plate.get(Materials.IronMagnetic), + 'G', OrePrefixes.plate.get(Materials.Glass), + 'E', OrePrefixes.gem.get(Materials.EnderPearl)}); + if (Loader.isModLoaded("dreamcraft")) { new DreamCraftRecipeLoader().run();//init recipes for GTNH version } else { diff --git a/src/main/java/com/github/technus/tectech/proxy/CommonProxy.java b/src/main/java/com/github/technus/tectech/proxy/CommonProxy.java index 7ccbe7472f..598a8b148f 100644 --- a/src/main/java/com/github/technus/tectech/proxy/CommonProxy.java +++ b/src/main/java/com/github/technus/tectech/proxy/CommonProxy.java @@ -8,6 +8,7 @@ import net.minecraft.server.MinecraftServer; import net.minecraft.util.AxisAlignedBB; import net.minecraft.util.ChatComponentText; import net.minecraft.world.World; +import net.minecraft.world.WorldServer; public class CommonProxy implements IGuiHandler { public void registerRenderInfo() {} @@ -47,4 +48,37 @@ public class CommonProxy implements IGuiHandler { public void renderAABB(AxisAlignedBB box){} public void renderAABB(World w,AxisAlignedBB box){} + + public String getUUID(String name) { + for(WorldServer worldServer:MinecraftServer.getServer().worldServers){ + for(Object o:worldServer.playerEntities){ + if(o instanceof EntityPlayer && ((EntityPlayer) o).getGameProfile().getName().equals(name)){ + return ((EntityPlayer) o).getGameProfile().getId().toString(); + } + } + } + return null; + } + + public boolean isOnlineName(String name) { + for(WorldServer worldServer:MinecraftServer.getServer().worldServers){ + for(Object o:worldServer.playerEntities){ + if(o instanceof EntityPlayer && ((EntityPlayer) o).getGameProfile().getName().equals(name)){ + return true; + } + } + } + return false; + } + + public boolean isOnlineUUID(String uuid) { + for(WorldServer worldServer:MinecraftServer.getServer().worldServers){ + for(Object o:worldServer.playerEntities){ + if(o instanceof EntityPlayer && ((EntityPlayer) o).getGameProfile().getId().toString().equals(uuid)){ + return true; + } + } + } + return false; + } } diff --git a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java index 0f7bb3997e..fb34e68925 100644 --- a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java +++ b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java @@ -11,6 +11,7 @@ import net.minecraft.item.ItemStack; import static gregtech.api.enums.GT_Values.W; public enum CustomItemList implements IItemContainer { + Machine_OwnerDetector, Machine_DebugWriter,Machine_DebugGenny, EMpipe, DATApipe, rack_Hatch, holder_Hatch, diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java index 4ff8a5db75..0f78875bcc 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java @@ -141,6 +141,8 @@ public abstract class GT_MetaTileEntity_Hatch_ElementalContainer extends GT_Meta if (TecTech.ModConfig.BOOM_ENABLE) { getBaseMetaTileEntity().doExplosion(V[14]); } else { + deathDelay=3; + overflowMatter=0; TecTech.proxy.broadcast("Container0 BOOM! " + getBaseMetaTileEntity().getXCoord() + ' ' + getBaseMetaTileEntity().getYCoord() + ' ' + getBaseMetaTileEntity().getZCoord()); } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java index e0f309d941..a1e11e8ff4 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java @@ -16,6 +16,8 @@ import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch_Energy; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_MultiBlockBase; +import ic2.core.init.MainConfig; +import ic2.core.util.ConfigUtil; import net.minecraft.block.Block; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; @@ -35,6 +37,11 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase private static Textures.BlockIcons.CustomIcon ScreenON; private cElementalInstanceStackMap contents=new cElementalInstanceStackMap(); + private static final double URANIUM_INGOT_MASS_DIFF = 1.6114516E10; + private static final double MASS_TO_EU=ConfigUtil.getFloat(MainConfig.get(), "balance/energy/generator/nuclear")*800000.0/URANIUM_INGOT_MASS_DIFF;//*20 + + private float temp=0; + //region structure private static final String[][] shape = new String[][]{ {"0C0","A ","A . ","A ","0C0",}, @@ -120,9 +127,10 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase for(GT_MetaTileEntity_Hatch_InputElemental i:eInputHatches){ i.getContainerHandler().clear(); } - return startRecipe(map.getFirst()); + return startRecipe(map); }else if(eSafeVoid){ contents.clear(); + temp=0; }else if(contents.hasStacks()){ return startRecipe(null); } @@ -134,9 +142,9 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase super.afterRecipeCheckFailed(); } - private boolean startRecipe(cElementalInstanceStack input) { + private boolean startRecipe(cElementalInstanceStackMap input) { if(input!=null) { - contents.putUnify(input); + contents.putUnifyAll(input); } mMaxProgresstime = 20; @@ -146,14 +154,20 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase System.out.println("INPUT"); for(cElementalInstanceStack stack:contents.values()){ - System.out.println(stack.definition.getSymbol()+" "+stack.amount); + if(stack.getEnergy()==0 && stack.definition.decayMakesEnergy(1)){ + stack.setEnergy(1); + } + //System.out.println(stack.definition.getSymbol()+" "+stack.amount); } + contents.tickContent(1,0,1); - System.out.println("MASS DIFF = " +(mass-contents.getMass())); + System.out.println("MASS DIFF = " +((mass-contents.getMass())*MASS_TO_EU)); + temp+=(mass-contents.getMass())*MASS_TO_EU; + System.out.println("TOTAL = " +temp); - //todo remove not actually decaying crap + //todo move not actually decaying crap, beware of energy using decays? //for(cElementalInstanceStack stack:contents.values()){ // System.out.println(stack.definition.getSymbol()+" "+stack.amount); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java new file mode 100644 index 0000000000..80048e4bb9 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java @@ -0,0 +1,223 @@ +package com.github.technus.tectech.thing.metaTileEntity.single; + +import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.TecTech; +import cpw.mods.fml.relauncher.Side; +import cpw.mods.fml.relauncher.SideOnly; +import gregtech.api.enums.Textures; +import gregtech.api.interfaces.ITexture; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.MetaTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_TieredMachineBlock; +import gregtech.api.objects.GT_RenderedTexture; +import gregtech.api.util.GT_Utility; +import net.minecraft.client.renderer.texture.IIconRegister; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.entity.player.InventoryPlayer; +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.util.EnumChatFormatting; + +import static com.github.technus.tectech.CommonValues.RECIPE_AT; + +/** + * Created by Tec on 23.03.2017. + */ +public class GT_MetaTileEntity_OwnerDetector extends GT_MetaTileEntity_TieredMachineBlock { + private static GT_RenderedTexture OWNER_ONLINE,OWNER_OFFLINE; + private String uuid; + private boolean interdimensional=true; + + public GT_MetaTileEntity_OwnerDetector(int aID, String aName, String aNameRegional, int aTier) { + super(aID, aName, aNameRegional, aTier, 0, "Screwdrive to change mode"); + } + + public GT_MetaTileEntity_OwnerDetector(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { + super(aName, aTier, 0, aDescription, aTextures); + } + + @Override + public MetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { + return new GT_MetaTileEntity_OwnerDetector(mName, mTier, mDescription, mTextures); + } + + @Override + @SideOnly(Side.CLIENT) + public void registerIcons(IIconRegister aBlockIconRegister) { + super.registerIcons(aBlockIconRegister); + OWNER_ONLINE = new GT_RenderedTexture(new Textures.BlockIcons.CustomIcon("iconsets/OWNER_ONLINE")); + OWNER_OFFLINE = new GT_RenderedTexture(new Textures.BlockIcons.CustomIcon("iconsets/OWNER_OFFLINE")); + } + + @Override + public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { + return new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][aColorIndex + 1], aActive ? OWNER_ONLINE : OWNER_OFFLINE}; + } + + @Override + public ITexture[][][] getTextureSet(ITexture[] aTextures) { + return null; + } + + @Override + public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return null; + } + + @Override + public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return null; + } + + @Override + public boolean allowPutStack(IGregTechTileEntity iGregTechTileEntity, int i, byte b, ItemStack itemStack) { + return false; + } + + @Override + public boolean allowPullStack(IGregTechTileEntity iGregTechTileEntity, int i, byte b, ItemStack itemStack) { + return false; + } + + @Override + public void saveNBTData(NBTTagCompound aNBT) { + aNBT.setString("eUUID",uuid); + aNBT.setBoolean("eInterDim",interdimensional); + } + + @Override + public void loadNBTData(NBTTagCompound aNBT) { + uuid=aNBT.getString("eUUID"); + interdimensional=aNBT.getBoolean("eInterDim"); + } + + @Override + public boolean isSimpleMachine() { + return false; + } + + @Override + public void onFirstTick(IGregTechTileEntity aBaseMetaTileEntity) { + if(aBaseMetaTileEntity.isServerSide()) { + if (uuid == null || uuid.length() == 0) { + String name = aBaseMetaTileEntity.getOwnerName(); + if (!("Player".equals(name))) { + uuid= TecTech.proxy.getUUID(name); + } + } + } + } + + @Override + public void onPostTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) { + if (aBaseMetaTileEntity.isServerSide() && aTick%20==RECIPE_AT) { + boolean detected=TecTech.proxy.isOnlineUUID(uuid) || (uuid!=null && uuid.length()>0 && TecTech.proxy.isOnlineName(aBaseMetaTileEntity.getOwnerName())); + aBaseMetaTileEntity.setActive(detected); + aBaseMetaTileEntity.setGenericRedstoneOutput(detected); + byte value=(byte)(detected?15:0); + for(byte b=0;b<6;b++){ + aBaseMetaTileEntity.setStrongOutputRedstoneSignal(b,value); + } + } + } + + @Override + public void onScrewdriverRightClick(byte aSide, EntityPlayer aPlayer, float aX, float aY, float aZ) { + interdimensional^=true; + GT_Utility.sendChatToPlayer(aPlayer,interdimensional?"Running interdimensional scan":"Running local dimension scan"); + } + + @Override + public boolean isFacingValid(byte aFacing) { + return true; + } + + @Override + public boolean isAccessAllowed(EntityPlayer aPlayer) { + return true; + } + + @Override + public String[] getDescription() { + return new String[]{ + CommonValues.TEC_MARK_GENERAL, mDescription, + EnumChatFormatting.BLUE + "Looks for his pa", + EnumChatFormatting.BLUE + "Emits signal when happy" + }; + } + + @Override + public boolean isElectric() { + return false; + } + + @Override + public boolean isEnetOutput() { + return false; + } + + @Override + public boolean isEnetInput() { + return false; + } + + @Override + public boolean isInputFacing(byte aSide) { + return false; + } + + @Override + public boolean isOutputFacing(byte aSide) { + return false; + } + + @Override + public long maxAmperesIn() { + return 0; + } + + @Override + public long maxAmperesOut() { + return 0; + } + + @Override + public long maxEUInput() { + return Integer.MAX_VALUE; + } + + @Override + public long maxEUOutput() { + return 0; + } + + @Override + public long maxEUStore() { + return 0; + } + + @Override + public long getMinimumStoredEU() { + return 0; + } + + @Override + public int getProgresstime() { + return interdimensional?1:0; + } + + @Override + public int maxProgresstime() { + return 1; + } + + @Override + public boolean hasSidedRedstoneOutputBehavior() { + return true; + } + + @Override + public boolean allowGeneralRedstoneOutput() { + return true; + } +} diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OWNER_OFFLINE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OWNER_OFFLINE.png new file mode 100644 index 0000000000..ebf319261a Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OWNER_OFFLINE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OWNER_ONLINE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OWNER_ONLINE.png new file mode 100644 index 0000000000..ba8786cf7e Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OWNER_ONLINE.png differ -- cgit From 8e64ebc4b26ca0e8981d2aeaf0b5c3d00617447c Mon Sep 17 00:00:00 2001 From: Tec Date: Fri, 16 Mar 2018 23:27:32 +0100 Subject: add led tooltip api --- .../multi/GT_MetaTileEntity_EM_decay.java | 10 +- .../multi/base/GT_GUIContainer_MultiMachineEM.java | 106 ++++++++++++++++++++- .../base/GT_MetaTileEntity_MultiblockBase_EM.java | 30 +++++- .../multi/em_machine/Behaviour_Centrifuge.java | 2 +- .../multi/em_machine/Behaviour_Electrolyzer.java | 2 +- .../Behaviour_ElectromagneticSeparator.java | 2 +- .../multi/em_machine/Behaviour_PrecisionLaser.java | 2 +- .../multi/em_machine/Behaviour_Recycler.java | 2 +- .../multi/em_machine/Behaviour_Scanner.java | 2 +- .../em_machine/GT_MetaTileEntity_EM_machine.java | 61 ++++++++++-- 10 files changed, 192 insertions(+), 27 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java index a1e11e8ff4..208c890cd4 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java @@ -40,8 +40,6 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase private static final double URANIUM_INGOT_MASS_DIFF = 1.6114516E10; private static final double MASS_TO_EU=ConfigUtil.getFloat(MainConfig.get(), "balance/energy/generator/nuclear")*800000.0/URANIUM_INGOT_MASS_DIFF;//*20 - private float temp=0; - //region structure private static final String[][] shape = new String[][]{ {"0C0","A ","A . ","A ","0C0",}, @@ -130,7 +128,7 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase return startRecipe(map); }else if(eSafeVoid){ contents.clear(); - temp=0; + mEUt=0; }else if(contents.hasStacks()){ return startRecipe(null); } @@ -163,9 +161,9 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase contents.tickContent(1,0,1); - System.out.println("MASS DIFF = " +((mass-contents.getMass())*MASS_TO_EU)); - temp+=(mass-contents.getMass())*MASS_TO_EU; - System.out.println("TOTAL = " +temp); + mEUt=(int)((mass-contents.getMass())*MASS_TO_EU); + System.out.println("EUt = " +mEUt); + if(mEUt<0) mEUt=0; //todo move not actually decaying crap, beware of energy using decays? diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java index 0992601f6d..8c9dab2c2e 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java @@ -1,9 +1,14 @@ package com.github.technus.tectech.thing.metaTileEntity.multi.base; import gregtech.api.gui.GT_GUIContainerMetaTile_Machine; +import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import net.minecraft.client.gui.FontRenderer; import net.minecraft.entity.player.InventoryPlayer; import org.lwjgl.opengl.GL11; +import org.lwjgl.opengl.GL12; + +import java.util.List; import static com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM.*; import static gregtech.api.enums.GT_Values.RES_PATH_GUI; @@ -13,9 +18,9 @@ import static gregtech.api.enums.GT_Values.RES_PATH_GUI; */ public class GT_GUIContainer_MultiMachineEM extends GT_GUIContainerMetaTile_Machine { - String mName = ""; + private String mName; private static byte counter = 0; - public final boolean ePowerPassButton, eSafeVoidButton, allowedToWorkButton; + private final boolean ePowerPassButton, eSafeVoidButton, allowedToWorkButton; public GT_GUIContainer_MultiMachineEM(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity, String aName, String aTextureFile, boolean enablePowerPass, boolean enableSafeVoid, boolean enablePowerButton) { super(new GT_Container_MultiMachineEM(aInventoryPlayer, aTileEntity), RES_PATH_GUI + "multimachines/" + (aTextureFile == null ? "MultiblockDisplay" : aTextureFile)); @@ -73,6 +78,10 @@ public class GT_GUIContainer_MultiMachineEM extends GT_GUIContainerMetaTile_Mach fontRendererObj.drawString("Running perfectly.", 10, -10, 16448255); } } + + int x = (width - xSize) / 2; + int y = (height - ySize) / 2; + LEDtooltips(par1-x, par2-y+26); } } @@ -214,4 +223,97 @@ public class GT_GUIContainer_MultiMachineEM extends GT_GUIContainerMetaTile_Mach break; } } + + private void LEDtooltips(float x,float y){ + //drawHoveringText(Arrays.asList(""+x,""+y), -1, -11, fontRendererObj); + if(mContainer.mTileEntity!=null){ + IMetaTileEntity mte=mContainer.mTileEntity.getMetaTileEntity(); + if(mte instanceof GT_MetaTileEntity_MultiblockBase_EM){ + int su = 8, sv = 6, u=11,v=96; + if(x=v && y k) { + k = l; + } + } + + int x2 = x + 12; + int y2 = y - 12; + int i1 = 8; + + if (strings.size() > 1) { + i1 += 2 + (strings.size() - 1) * 10; + } + + if (x2 + k > this.width) { + x2 -= 28 + k; + } + + if (y2 + i1 + 6 > this.height) { + y2 = this.height - i1 - 6; + } + + //this.zLevel = 300.0F; + //itemRender.zLevel = 300.0F; + int j1 = 0xf0001040;//bg + this.drawGradientRect(x2 - 3, y2 - 4, x2 + k + 3, y2 - 3, j1, j1); + this.drawGradientRect(x2 - 3, y2 + i1 + 3, x2 + k + 3, y2 + i1 + 4, j1, j1); + this.drawGradientRect(x2 - 3, y2 - 3, x2 + k + 3, y2 + i1 + 3, j1, j1); + this.drawGradientRect(x2 - 4, y2 - 3, x2 - 3, y2 + i1 + 3, j1, j1); + this.drawGradientRect(x2 + k + 3, y2 - 3, x2 + k + 4, y2 + i1 + 3, j1, j1); + int k1 = 0x500040ff;//border bright + int l1 = (k1 & 0xfefefe) >> 1 | k1 & 0xff000000;//border dark??? + this.drawGradientRect(x2 - 3, y2 - 3 + 1, x2 - 3 + 1, y2 + i1 + 3 - 1, k1, l1); + this.drawGradientRect(x2 + k + 2, y2 - 3 + 1, x2 + k + 3, y2 + i1 + 3 - 1, k1, l1); + this.drawGradientRect(x2 - 3, y2 - 3, x2 + k + 3, y2 - 3 + 1, k1, k1); + this.drawGradientRect(x2 - 3, y2 + i1 + 2, x2 + k + 3, y2 + i1 + 3, l1, l1); + + for (int i2 = 0; i2 < strings.size(); ++i2) { + String s1 = (String) strings.get(i2); + font.drawStringWithShadow(s1, x2, y2, -1); + + if (i2 == 0) { + y2 += 2; + } + + y2 += 10; + } + + //this.zLevel = 0.0F; + //itemRender.zLevel = 0.0F; + GL11.glEnable(GL11.GL_LIGHTING); + GL11.glEnable(GL11.GL_DEPTH_TEST); + //RenderHelper.enableStandardItemLighting(); + GL11.glEnable(GL12.GL_RESCALE_NORMAL); + } + } } \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java index b7b61e3cb8..1c208f704e 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java @@ -9,9 +9,9 @@ import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstance import com.github.technus.tectech.elementalMatter.core.tElementalException; import com.github.technus.tectech.thing.metaTileEntity.IFrontRotation; import com.github.technus.tectech.thing.metaTileEntity.hatch.*; -import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import com.github.technus.tectech.thing.metaTileEntity.multi.base.network.RotationMessage; import com.github.technus.tectech.thing.metaTileEntity.multi.base.network.RotationPacketDispatcher; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; @@ -37,9 +37,7 @@ import net.minecraftforge.fluids.FluidStack; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; -import java.util.ArrayList; -import java.util.HashMap; -import java.util.Map; +import java.util.*; import static com.github.technus.tectech.CommonValues.*; import static com.github.technus.tectech.Util.*; @@ -447,6 +445,30 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt //region tooltip and scanner result + /** + * + * @param hatchNo + * @param paramID + * @return + */ + public ArrayList getFullLedDescriptionIn(int hatchNo, int paramID){ + ArrayList list=new ArrayList<>(); + list.add("ID" + hatchNo + ":" + paramID + ":I"); + return list; + } + + /** + * + * @param hatchNo + * @param paramID + * @return + */ + public ArrayList getFullLedDescriptionOut(int hatchNo, int paramID){ + ArrayList list=new ArrayList<>(); + list.add("ID" + hatchNo + ":" + paramID + ":O"); + return list; + } + /** * TOOLTIP * @return strings in tooltip diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java index fe40178e88..1c4a1381be 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java @@ -16,7 +16,7 @@ import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; /** * Created by danie_000 on 24.12.2017. */ -public class Behaviour_Centrifuge implements GT_MetaTileEntity_EM_machine.Behaviour { +public class Behaviour_Centrifuge extends GT_MetaTileEntity_EM_machine.Behaviour { private final float radius, maxRPM, maxRCF, maxForce, maxCapacity; private final byte tier; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Electrolyzer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Electrolyzer.java index 236b79c85b..cf3282b117 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Electrolyzer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Electrolyzer.java @@ -6,7 +6,7 @@ import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockCont /** * Created by danie_000 on 24.12.2017. */ -public class Behaviour_Electrolyzer implements GT_MetaTileEntity_EM_machine.Behaviour { +public class Behaviour_Electrolyzer extends GT_MetaTileEntity_EM_machine.Behaviour { final int tier; public Behaviour_Electrolyzer(int tier){ this.tier=tier; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java index 1d28db92c8..662d674c64 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java @@ -12,7 +12,7 @@ import static com.github.technus.tectech.Util.V; /** * Created by danie_000 on 24.12.2017. */ -public class Behaviour_ElectromagneticSeparator implements GT_MetaTileEntity_EM_machine.Behaviour { +public class Behaviour_ElectromagneticSeparator extends GT_MetaTileEntity_EM_machine.Behaviour { private final byte tier; private final int ticks; private final byte precisionFull; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_PrecisionLaser.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_PrecisionLaser.java index 1cca03ec17..efe84e10ec 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_PrecisionLaser.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_PrecisionLaser.java @@ -6,7 +6,7 @@ import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockCont /** * Created by danie_000 on 24.12.2017. */ -public class Behaviour_PrecisionLaser implements GT_MetaTileEntity_EM_machine.Behaviour { +public class Behaviour_PrecisionLaser extends GT_MetaTileEntity_EM_machine.Behaviour { final int tier; public Behaviour_PrecisionLaser(int tier){ this.tier=tier; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Recycler.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Recycler.java index 09249a3d95..49b598cbc2 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Recycler.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Recycler.java @@ -6,7 +6,7 @@ import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockCont /** * Created by danie_000 on 24.12.2017. */ -public class Behaviour_Recycler implements GT_MetaTileEntity_EM_machine.Behaviour { +public class Behaviour_Recycler extends GT_MetaTileEntity_EM_machine.Behaviour { final int tier; public Behaviour_Recycler(int tier){ this.tier=tier; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Scanner.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Scanner.java index 020a71da5c..aff35cd7fa 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Scanner.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Scanner.java @@ -6,7 +6,7 @@ import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockCont /** * Created by danie_000 on 24.12.2017. */ -public class Behaviour_Scanner implements GT_MetaTileEntity_EM_machine.Behaviour { +public class Behaviour_Scanner extends GT_MetaTileEntity_EM_machine.Behaviour { final int tier; public Behaviour_Scanner(int tier){ this.tier=tier; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java index e97f3a00b4..eb8b7f2a90 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java @@ -18,6 +18,7 @@ import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; import net.minecraftforge.common.util.ForgeDirection; +import java.util.ArrayList; import java.util.BitSet; import java.util.HashMap; @@ -32,6 +33,8 @@ public class GT_MetaTileEntity_EM_machine extends GT_MetaTileEntity_MultiblockBa public static final String machine = "EM Machinery"; + private Behaviour currentBehaviour; + //region structure private static final String[][] shape = new String[][]{ {"B0", "A ", "0 - 0", "A ", "B0",}, @@ -95,11 +98,27 @@ public class GT_MetaTileEntity_EM_machine extends GT_MetaTileEntity_MultiblockBa @Override public void onPreTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) { - if(aBaseMetaTileEntity.isActive() && (aTick & 0x2)==0 && aBaseMetaTileEntity.isClientSide()){ - int xDir = ForgeDirection.getOrientation(aBaseMetaTileEntity.getBackFacing()).offsetX*2+aBaseMetaTileEntity.getXCoord(); - int yDir = ForgeDirection.getOrientation(aBaseMetaTileEntity.getBackFacing()).offsetY*2+aBaseMetaTileEntity.getYCoord(); - int zDir = ForgeDirection.getOrientation(aBaseMetaTileEntity.getBackFacing()).offsetZ*2+aBaseMetaTileEntity.getZCoord(); - aBaseMetaTileEntity.getWorld().markBlockRangeForRenderUpdate(xDir,yDir,zDir,xDir,yDir,zDir); + if(aBaseMetaTileEntity.isClientSide() && (aTick & 0x2)==0){ + currentBehaviour = GT_MetaTileEntity_EM_machine.map.get(new Util.TT_ItemStack(mInventory[1])); + if(aBaseMetaTileEntity.isActive()){ + int xDir = ForgeDirection.getOrientation(aBaseMetaTileEntity.getBackFacing()).offsetX*2+aBaseMetaTileEntity.getXCoord(); + int yDir = ForgeDirection.getOrientation(aBaseMetaTileEntity.getBackFacing()).offsetY*2+aBaseMetaTileEntity.getYCoord(); + int zDir = ForgeDirection.getOrientation(aBaseMetaTileEntity.getBackFacing()).offsetZ*2+aBaseMetaTileEntity.getZCoord(); + aBaseMetaTileEntity.getWorld().markBlockRangeForRenderUpdate(xDir,yDir,zDir,xDir,yDir,zDir); + } + } + if(aBaseMetaTileEntity.isServerSide() && (aTick & 0xf)==0){ + currentBehaviour = GT_MetaTileEntity_EM_machine.map.get(new Util.TT_ItemStack(mInventory[1])); + if (currentBehaviour == null) { + setStatusOfParameterIn(0,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterIn(0,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterIn(1,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterIn(1,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterIn(2,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterIn(2,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterIn(3,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterIn(3,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + } } } @@ -111,7 +130,7 @@ public class GT_MetaTileEntity_EM_machine extends GT_MetaTileEntity_MultiblockBa @Override public boolean checkRecipe_EM(ItemStack itemStack) { - Behaviour currentBehaviour = GT_MetaTileEntity_EM_machine.map.get(new Util.TT_ItemStack(itemStack)); + currentBehaviour = GT_MetaTileEntity_EM_machine.map.get(new Util.TT_ItemStack(itemStack)); //TecTech.Logger.info("Looking for "+new Util.TT_ItemStack(itemStack).toString()); if (currentBehaviour == null) { setStatusOfParameterIn(0,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); @@ -328,10 +347,34 @@ public class GT_MetaTileEntity_EM_machine extends GT_MetaTileEntity_MultiblockBa TecTech.Logger.info("Registered EM machine behaviour "+behaviour.getClass().getSimpleName()+' '+new Util.TT_ItemStack(is).toString()); } - public interface Behaviour { - boolean setAndCheckParametersOutAndStatuses(GT_MetaTileEntity_EM_machine te, double[] parametersToCheckAndFix); + public static abstract class Behaviour { + public Behaviour(){} - MultiblockControl process(cElementalInstanceStackMap[] inputs, double[] checkedAndFixedParameters); + public abstract boolean setAndCheckParametersOutAndStatuses(GT_MetaTileEntity_EM_machine te, double[] parametersToCheckAndFix); + + public abstract MultiblockControl process(cElementalInstanceStackMap[] inputs, double[] checkedAndFixedParameters); + + protected void getFullLedDescriptionIn(ArrayList baseDescr, int hatchNo, int paramID){} + + protected void getFullLedDescriptionOut(ArrayList baseDescr, int hatchNo, int paramID){} + } + + @Override + public ArrayList getFullLedDescriptionIn(int hatchNo, int paramID) { + ArrayList base=super.getFullLedDescriptionIn(hatchNo, paramID); + if(currentBehaviour!=null){ + currentBehaviour.getFullLedDescriptionIn(base,hatchNo,paramID); + } + return base; + } + + @Override + public ArrayList getFullLedDescriptionOut(int hatchNo, int paramID) { + ArrayList base=super.getFullLedDescriptionOut(hatchNo, paramID); + if(currentBehaviour!=null){ + currentBehaviour.getFullLedDescriptionOut(base,hatchNo,paramID); + } + return base; } private void quantumStuff(boolean shouldExist){ -- cgit From a2c735ad47f3128d8b5d6009f39da0993683a402 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 18 Mar 2018 20:33:33 +0100 Subject: data stick/orb reader --- .../dreamcraft/DreamCraftRecipeLoader.java | 37 ++- .../technus/tectech/loader/MachineLoader.java | 10 +- .../technus/tectech/loader/RecipeLoader.java | 15 + .../technus/tectech/thing/CustomItemList.java | 2 +- .../tectech/thing/item/gui/ScanDisplayScreen.java | 22 +- .../multi/GT_MEtaTileEntity_EM_dataBank.java | 175 ------------ .../multi/GT_MetaTileEntity_EM_computer.java | 2 +- .../multi/GT_MetaTileEntity_EM_dataBank.java | 175 ++++++++++++ .../multi/GT_MetaTileEntity_EM_junction.java | 6 +- .../multi/GT_MetaTileEntity_EM_switch.java | 4 +- .../multi/base/GT_Container_MultiMachineEM.java | 35 ++- .../multi/base/GT_GUIContainer_MultiMachineEM.java | 144 ++++++---- .../base/GT_MetaTileEntity_MultiblockBase_EM.java | 18 +- .../multi/em_machine/Behaviour_Centrifuge.java | 26 ++ .../Behaviour_ElectromagneticSeparator.java | 35 +++ .../em_machine/GT_MetaTileEntity_EM_machine.java | 109 +++++-- .../single/GT_MetaTileEntity_DataReader.java | 314 +++++++++++++++++++++ .../single/GT_MetaTileEntity_OwnerDetector.java | 2 +- .../single/gui/GT_Container_DataReader.java | 100 +++++++ .../single/gui/GT_GUIContainer_DataReader.java | 265 +++++++++++++++++ .../textures/blocks/iconsets/READER_OFFLINE.png | Bin 0 -> 426 bytes .../blocks/iconsets/READER_OFFLINE.png.mcmeta | 5 + .../textures/blocks/iconsets/READER_ONLINE.png | Bin 0 -> 383 bytes .../blocks/iconsets/READER_ONLINE.png.mcmeta | 5 + .../textures/gui/basicmachines/dataReader.png | Bin 0 -> 2543 bytes .../textures/gui/multimachines/EMDisplay.png | Bin 262931 -> 5044 bytes .../assets/tectech/textures/gui/assLineRender.png | Bin 0 -> 3191 bytes 27 files changed, 1193 insertions(+), 313 deletions(-) delete mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MEtaTileEntity_EM_dataBank.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DataReader.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DataReader.java create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_OFFLINE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_OFFLINE.png.mcmeta create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_ONLINE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_ONLINE.png.mcmeta create mode 100644 src/main/resources/assets/gregtech/textures/gui/basicmachines/dataReader.png create mode 100644 src/main/resources/assets/tectech/textures/gui/assLineRender.png diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index 6bc58ffe62..9b3986bec4 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -20,34 +20,31 @@ import net.minecraftforge.fluids.FluidStack; import java.lang.reflect.Method; +import static com.github.technus.tectech.loader.RecipeLoader.getOrDefault; + /** * Created by Tec on 06.08.2017. */ public class DreamCraftRecipeLoader implements Runnable { //region reflect a bit - private Materials getOrDefault(String name,Materials def){ - Materials mat=Materials.get(name); - return mat == Materials._NULL || mat == null ? def : mat; - } - - private static final Class customItemList; - private static final Method addAssemblerRecipe; + private static final Class CUSTOM_ITEM_LIST; + private static final Method ADD_ASSEMBLER_RECIPE; static { try { - customItemList = Class.forName("com.dreammaster.gthandler.CustomItemList"); - addAssemblerRecipe = GT_Values.RA.getClass().getMethod("addAssemblerRecipe", ItemStack[].class, FluidStack.class, ItemStack.class, int.class, int.class, boolean.class); + CUSTOM_ITEM_LIST = Class.forName("com.dreammaster.gthandler.CustomItemList"); + ADD_ASSEMBLER_RECIPE = GT_Values.RA.getClass().getMethod("addAssemblerRecipe", ItemStack[].class, FluidStack.class, ItemStack.class, int.class, int.class, boolean.class); } catch (Exception e) { throw new Error(e); } } private IItemContainer getItemContainer(String name) { - return (IItemContainer) Enum.valueOf(customItemList, name); + return (IItemContainer) Enum.valueOf(CUSTOM_ITEM_LIST, name); } private static void addAssemblerRecipeWithCleanroom(ItemStack[] items, FluidStack fluid, ItemStack output, int time, int eut) { try { - addAssemblerRecipe.invoke(GT_Values.RA, items, fluid, output, time, eut, true); + ADD_ASSEMBLER_RECIPE.invoke(GT_Values.RA, items, fluid, output, time, eut, true); } catch (Exception e) { throw new Error(e); } @@ -99,7 +96,7 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.rotor, Materials.StainlessSteel, 2), GT_OreDictUnificator.get(OrePrefixes.pipeTiny, Materials.StainlessSteel, 16), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Copper, 16), - GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Superconductor, 1) + GT_OreDictUnificator.get(OrePrefixes.wireGt01, getOrDefault("SuperconductorIV",Materials.Superconductor), 1) }, Materials.SolderingAlloy.getMolten(1296), CustomItemList.eM_Computer_Vent.get(1), 100, 1920); //Advanced Computer Casing addAssemblerRecipeWithCleanroom(new ItemStack[]{ @@ -107,7 +104,7 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Ultimate, 1), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Cobalt, 64), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Electrum, 64), - GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 4) + GT_OreDictUnificator.get(OrePrefixes.wireGt02, getOrDefault("SuperconductorLuV",Materials.Superconductor), 4) }, Materials.Iridium.getMolten(1296), CustomItemList.eM_Computer_Bus.get(1), 200, 122880); //Molecular Casing @@ -169,9 +166,9 @@ public class DreamCraftRecipeLoader implements Runnable { GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 4)}, Materials.Electrum.getMolten(4000), CustomItemList.eM_dynamomulti16_UEV.get(1), 200, 2000000); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti16_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 6)}, Materials.Tungsten.getMolten(4000), CustomItemList.eM_dynamomulti64_UEV.get(1), 400, 2000000); - //GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Hatch_Dynamo_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 2)}, Materials.Silver.getMolten(8000), CustomItemList.eM_dynamomulti4_UIV.get(1), 100, 8000000); - //GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UMV_UIV.get(1), CustomItemList.eM_dynamomulti4_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 4)}, Materials.Electrum.getMolten(8000), CustomItemList.eM_dynamomulti16_UIV.get(1), 200, 8000000); - //GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UMV_UIV.get(1), CustomItemList.eM_dynamomulti16_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 6)}, Materials.Tungsten.getMolten(8000), CustomItemList.eM_dynamomulti64_UIV.get(1), 400, 8000000); + //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Hatch_Dynamo_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 2)}, Materials.Silver.getMolten(8000), CustomItemList.eM_dynamomulti4_UIV.get(1), 100, 8000000); + //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UMV_UIV.get(1), CustomItemList.eM_dynamomulti4_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 4)}, Materials.Electrum.getMolten(8000), CustomItemList.eM_dynamomulti16_UIV.get(1), 200, 8000000); + //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UMV_UIV.get(1), CustomItemList.eM_dynamomulti16_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 6)}, Materials.Tungsten.getMolten(8000), CustomItemList.eM_dynamomulti64_UIV.get(1), 400, 8000000); //Energy Hatches UV-UIV GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Energy_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, Materials.Silver.getMolten(1000), CustomItemList.eM_energymulti4_UV.get(1), 100, 122880); @@ -186,9 +183,9 @@ public class DreamCraftRecipeLoader implements Runnable { GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UIV_UEV").get(1), CustomItemList.eM_energymulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 4)}, Materials.Electrum.getMolten(4000), CustomItemList.eM_energymulti16_UEV.get(1), 200, 2000000); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UIV_UEV").get(1), CustomItemList.eM_energymulti16_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium),6)}, Materials.Tungsten.getMolten(4000), CustomItemList.eM_energymulti64_UEV.get(1), 400, 2000000); - //GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Hatch_Energy_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 2)}, Materials.Silver.getMolten(8000), CustomItemList.eM_energymulti4_UIV.get(1), 100, 8000000); - //GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UMV_UIV.get(1), CustomItemList.eM_energymulti4_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 4)}, Materials.Electrum.getMolten(8000), CustomItemList.eM_energymulti16_UIV.get(1), 200, 8000000); - //GT_Values.RA.addAssemblerRecipe(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UMV_UIV.get(1), CustomItemList.eM_energymulti16_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 6)}, Materials.Tungsten.getMolten(8000), CustomItemList.eM_energymulti64_UIV.get(1), 400, 8000000); + //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Hatch_Energy_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 2)}, Materials.Silver.getMolten(8000), CustomItemList.eM_energymulti4_UIV.get(1), 100, 8000000); + //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UMV_UIV.get(1), CustomItemList.eM_energymulti4_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 4)}, Materials.Electrum.getMolten(8000), CustomItemList.eM_energymulti16_UIV.get(1), 200, 8000000); + //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UMV_UIV.get(1), CustomItemList.eM_energymulti16_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 6)}, Materials.Tungsten.getMolten(8000), CustomItemList.eM_energymulti64_UIV.get(1), 400, 8000000); //Data Input addAssemblerRecipeWithCleanroom(new ItemStack[]{ @@ -287,7 +284,7 @@ public class DreamCraftRecipeLoader implements Runnable { GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ getItemContainer("WetTransformer_ZPM_LuV").get(1), getItemContainer("HighEnergyFlowCircuit").get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Superconductor, 16), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, getOrDefault("SuperconductorLuV",Materials.Superconductor), 16), ItemList.valueOf("Circuit_Chip_UHPIC").get(2), }, Materials.TungstenSteel.getMolten(576), CustomItemList.Machine_Multi_Transformer.get(1), 400, 30720); diff --git a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java index cf162d465e..502268c888 100644 --- a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java @@ -8,6 +8,7 @@ import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEnt import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.GT_MetaTileEntity_EM_machine; import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_Data; import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_EM; +import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_DataReader; import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_DebugPowerGenerator; import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_DebugStructureWriter; import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_OwnerDetector; @@ -230,7 +231,7 @@ public class MachineLoader implements Runnable { Machine_Multi_Switch.set(new GT_MetaTileEntity_EM_switch(15310, "multimachine.em.switch", "Network Switch With QoS").getStackForm(1L)); Machine_Multi_Computer.set(new GT_MetaTileEntity_EM_computer(15311, "multimachine.em.computer", "Quantum Computer").getStackForm(1L)); Machine_Multi_Microwave.set(new GT_MetaTileEntity_TM_microwave(15312, "multimachine.tm.microwave", "Microwave Grinder").getStackForm(1L)); - Machine_Multi_DataBank.set(new GT_MEtaTileEntity_EM_dataBank(15313, "multimachine.em.databank", "Data Bank").getStackForm(1L)); + Machine_Multi_DataBank.set(new GT_MetaTileEntity_EM_dataBank(15313, "multimachine.em.databank", "Data Bank").getStackForm(1L)); Machine_Multi_EMjunction.set(new GT_MetaTileEntity_EM_junction(15320, "multimachine.em.junction", "Matter Junction").getStackForm(1L)); Machine_Multi_MatterToEM.set(new GT_MetaTileEntity_EM_quantizer(15321, "multimachine.em.mattertoem", "Matter Quantizer").getStackForm(1L)); @@ -289,7 +290,8 @@ public class MachineLoader implements Runnable { // Single Blocks // =================================================================================================== - Machine_OwnerDetector.set(new GT_MetaTileEntity_OwnerDetector(15480, "machine.tt.ownerdetector", "Owner detector", 15).getStackForm(1L)); + Machine_OwnerDetector.set(new GT_MetaTileEntity_OwnerDetector(15480, "machine.tt.ownerdetector", "Owner detector", 3).getStackForm(1L)); + Machine_DataReader.set(new GT_MetaTileEntity_DataReader(15481, "machine.tt.datareader", "Data Reader", 5).getStackForm(1L)); // =================================================================================================== // Debug Stuff @@ -306,6 +308,8 @@ public class MachineLoader implements Runnable { GT_MetaTileEntity_Hatch_Rack.run(); GT_MetaTileEntity_EM_computer.run(); GT_MetaTileEntity_EM_research.run(); - GT_MEtaTileEntity_EM_dataBank.run(); + GT_MetaTileEntity_EM_dataBank.run(); + + GT_MetaTileEntity_DataReader.run(); } } diff --git a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java index 9d39bbda27..76f789db7f 100644 --- a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java @@ -23,6 +23,11 @@ import static gregtech.api.enums.GT_Values.RA; * Created by danie_000 on 16.11.2016. */ public class RecipeLoader implements Runnable { + public static Materials getOrDefault(String name,Materials def){ + Materials mat=Materials.get(name); + return mat == Materials._NULL || mat == null ? def : mat; + } + @Override public void run() { dAtomDefinition.setTransformation(); @@ -62,6 +67,16 @@ public class RecipeLoader implements Runnable { 'G', OrePrefixes.plate.get(Materials.Glass), 'E', OrePrefixes.gem.get(Materials.EnderPearl)}); + //Data reader + GT_ModHandler.addCraftingRecipe(CustomItemList.Machine_DataReader.get(1), + GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, + new Object[]{"BdB","GES","PwP", + 'B', OrePrefixes.screw.get(Materials.Iridium), + 'P', OrePrefixes.plate.get(Materials.Iridium), + 'G', ItemList.Cover_Screen, + 'S', ItemList.Sensor_IV, + 'E', ItemList.Hull_IV}); + if (Loader.isModLoaded("dreamcraft")) { new DreamCraftRecipeLoader().run();//init recipes for GTNH version } else { diff --git a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java index fb34e68925..ea42bc015a 100644 --- a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java +++ b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java @@ -11,7 +11,7 @@ import net.minecraft.item.ItemStack; import static gregtech.api.enums.GT_Values.W; public enum CustomItemList implements IItemContainer { - Machine_OwnerDetector, + Machine_OwnerDetector,Machine_DataReader, Machine_DebugWriter,Machine_DebugGenny, EMpipe, DATApipe, rack_Hatch, holder_Hatch, diff --git a/src/main/java/com/github/technus/tectech/thing/item/gui/ScanDisplayScreen.java b/src/main/java/com/github/technus/tectech/thing/item/gui/ScanDisplayScreen.java index 3c8411639a..7fe2ad0e44 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/gui/ScanDisplayScreen.java +++ b/src/main/java/com/github/technus/tectech/thing/item/gui/ScanDisplayScreen.java @@ -1,7 +1,6 @@ package com.github.technus.tectech.thing.item.gui; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.auxiliary.Reference; import com.github.technus.tectech.thing.item.ElementalDefinitionScanStorage_EM; import net.minecraft.client.Minecraft; import net.minecraft.client.audio.PositionedSoundRecord; @@ -11,6 +10,7 @@ import net.minecraft.client.gui.GuiScreen; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.util.ResourceLocation; +import static com.github.technus.tectech.auxiliary.Reference.MODID; import static org.lwjgl.opengl.GL11.*; /** @@ -23,15 +23,15 @@ public class ScanDisplayScreen extends GuiScreen { private final String[] lines; private int firstLine =0; - private static final ResourceLocation[] BACKGROUNDS =new ResourceLocation[]{new ResourceLocation("tectech:textures/gui/scanDisplayScreen1.png"), - new ResourceLocation("tectech:textures/gui/scanDisplayScreen2.png"), - new ResourceLocation("tectech:textures/gui/scanDisplayScreen3.png"), - new ResourceLocation("tectech:textures/gui/scanDisplayScreen4.png"), - new ResourceLocation("tectech:textures/gui/scanDisplayScreen5.png"), - new ResourceLocation("tectech:textures/gui/scanDisplayScreen6.png"), - new ResourceLocation("tectech:textures/gui/scanDisplayScreen7.png"), - new ResourceLocation("tectech:textures/gui/scanDisplayScreen8.png")}; - private static final ResourceLocation ITEM =new ResourceLocation("tectech:textures/gui/scanDisplayItem.png"); + private static final ResourceLocation[] BACKGROUNDS =new ResourceLocation[]{new ResourceLocation(MODID+":textures/gui/scanDisplayScreen1.png"), + new ResourceLocation(MODID+":textures/gui/scanDisplayScreen2.png"), + new ResourceLocation(MODID+":textures/gui/scanDisplayScreen3.png"), + new ResourceLocation(MODID+":textures/gui/scanDisplayScreen4.png"), + new ResourceLocation(MODID+":textures/gui/scanDisplayScreen5.png"), + new ResourceLocation(MODID+":textures/gui/scanDisplayScreen6.png"), + new ResourceLocation(MODID+":textures/gui/scanDisplayScreen7.png"), + new ResourceLocation(MODID+":textures/gui/scanDisplayScreen8.png")}; + private static final ResourceLocation ITEM =new ResourceLocation(MODID+"::textures/gui/scanDisplayItem.png"); public ScanDisplayScreen(EntityPlayer player){ lines=ElementalDefinitionScanStorage_EM.getLines(player.getHeldItem()); @@ -149,7 +149,7 @@ public class ScanDisplayScreen extends GuiScreen { @Override public void func_146113_a(SoundHandler soundHandler) { - soundHandler.playSound(PositionedSoundRecord.func_147674_a(new ResourceLocation(Reference.MODID+":fx_click"), 1.0F)); + soundHandler.playSound(PositionedSoundRecord.func_147674_a(new ResourceLocation(MODID+":fx_click"), 1.0F)); } } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MEtaTileEntity_EM_dataBank.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MEtaTileEntity_EM_dataBank.java deleted file mode 100644 index e07bcda2dc..0000000000 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MEtaTileEntity_EM_dataBank.java +++ /dev/null @@ -1,175 +0,0 @@ -package com.github.technus.tectech.thing.metaTileEntity.multi; - -import com.github.technus.tectech.CommonValues; -import com.github.technus.tectech.auxiliary.Reference; -import com.github.technus.tectech.auxiliary.TecTechConfig; -import com.github.technus.tectech.dataFramework.InventoryDataPacket; -import com.github.technus.tectech.thing.metaTileEntity.IConstructable; -import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputDataAccess; -import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_OutputDataAccess; -import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; -import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; -import cpw.mods.fml.relauncher.Side; -import cpw.mods.fml.relauncher.SideOnly; -import gregtech.api.enums.Textures; -import gregtech.api.interfaces.ITexture; -import gregtech.api.interfaces.metatileentity.IMetaTileEntity; -import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch; -import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch_DataAccess; -import net.minecraft.block.Block; -import net.minecraft.item.ItemStack; -import net.minecraft.util.EnumChatFormatting; -import net.minecraft.util.ResourceLocation; - -import java.util.ArrayList; - -import static com.github.technus.tectech.Util.StructureBuilderExtreme; -import static com.github.technus.tectech.Util.V; -import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; -import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; -import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; - -public class GT_MEtaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockBase_EM implements IConstructable { - private final ArrayList eStacksDataOutputs = new ArrayList<>(); - private final ArrayList eDataAccessHatches = new ArrayList<>(); - - //region Structure - private static final String[][] shape = new String[][]{ - {"0 0","0 . 0","0 0",}, - {"0!!!0","01110","0!!!0",}, - {"0!!!0","0!!!0","0!!!0",}, - }; - private static final Block[] blockType = new Block[]{sBlockCasingsTT,sBlockCasingsTT}; - private static final byte[] blockMeta = new byte[]{2,1}; - private static final String[] addingMethods = new String[]{"addClassicToMachineList","addDataBankHatchToMachineList"}; - private static final short[] casingTextures = new short[]{textureOffset,textureOffset+1}; - private static final Block[] blockTypeFallback = new Block[]{sBlockCasingsTT,sBlockCasingsTT}; - private static final byte[] blockMetaFallback = new byte[]{0,1}; - private static final String[] description = new String[]{ - EnumChatFormatting.AQUA+"Hint Details:", - "1 - Classic Hatches or high power casing", - "2 - Data Access/Data Bank Master Hatches or computer casing", - }; - //endregion - - public GT_MEtaTileEntity_EM_dataBank(int aID, String aName, String aNameRegional) { - super(aID, aName, aNameRegional); - } - - public GT_MEtaTileEntity_EM_dataBank(String aName) { - super(aName); - } - - public final static ResourceLocation activitySound=new ResourceLocation(Reference.MODID+":fx_hi_freq"); - - @Override - @SideOnly(Side.CLIENT) - protected ResourceLocation getActivitySound(){ - return activitySound; - } - - @Override - public IMetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { - return new GT_MEtaTileEntity_EM_dataBank(mName); - } - - @Override - public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { - if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][1], new TT_RenderedTexture(aActive ? GT_MetaTileEntity_MultiblockBase_EM.ScreenON : GT_MetaTileEntity_MultiblockBase_EM.ScreenOFF)}; - } - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][1]}; - } - - @Override - public boolean checkMachine_EM(IGregTechTileEntity iGregTechTileEntity, ItemStack itemStack) { - eDataAccessHatches.clear(); - eStacksDataOutputs.clear(); - return structureCheck_EM(shape, blockType, blockMeta, addingMethods, casingTextures, blockTypeFallback, blockMetaFallback, 2, 1, 0); - } - - @Override - public void construct(int stackSize, boolean hintsOnly) { - StructureBuilderExtreme(shape, blockType, blockMeta,2, 1, 0, getBaseMetaTileEntity(),this,hintsOnly); - } - - @Override - public String[] getStructureDescription(int stackSize) { - return description; - } - - @Override - public boolean checkRecipe_EM(ItemStack itemStack) { - if (eDataAccessHatches.size() > 0 && eStacksDataOutputs.size() > 0) { - mEUt = -(int) V[7]; - eAmpereFlow = 1 + (eStacksDataOutputs.size() >> 2) + eDataAccessHatches.size(); - mMaxProgresstime = 20; - mEfficiencyIncrease = 10000; - return true; - } - return false; - } - - @Override - public void outputAfterRecipe_EM() { - ArrayList stacks=new ArrayList<>(); - for(GT_MetaTileEntity_Hatch_DataAccess dataAccess:eDataAccessHatches){ - int count=dataAccess.getSizeInventory(); - for(int i=0;i0){ - ItemStack[] arr=stacks.toArray(new ItemStack[0]); - for(GT_MetaTileEntity_Hatch_OutputDataAccess hatch:eStacksDataOutputs){ - hatch.q=new InventoryDataPacket(arr); - } - }else{ - for(GT_MetaTileEntity_Hatch_OutputDataAccess hatch:eStacksDataOutputs){ - hatch.q=null; - } - } - } - - @Override - public String[] getDescription() { - return new String[]{ - CommonValues.TEC_MARK_EM, - "Remote assembly data delivery", - EnumChatFormatting.AQUA.toString() + EnumChatFormatting.BOLD + "Apply directly to the forehead" - }; - } - - //NEW METHOD - public final boolean addDataBankHatchToMachineList(IGregTechTileEntity aTileEntity, int aBaseCasingIndex) { - if (aTileEntity == null) { - return false; - } - IMetaTileEntity aMetaTileEntity = aTileEntity.getMetaTileEntity(); - if (aMetaTileEntity == null) { - return false; - } - if (aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_OutputDataAccess) { - ((GT_MetaTileEntity_Hatch) aMetaTileEntity).updateTexture(aBaseCasingIndex); - return eStacksDataOutputs.add((GT_MetaTileEntity_Hatch_OutputDataAccess) aMetaTileEntity); - }else if(aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_DataAccess && !(aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_InputDataAccess)){ - ((GT_MetaTileEntity_Hatch) aMetaTileEntity).updateTexture(aBaseCasingIndex); - return eDataAccessHatches.add((GT_MetaTileEntity_Hatch_DataAccess) aMetaTileEntity); - } - return false; - } - - public static void run(){ - try { - adderMethodMap.put("addDataBankHatchToMachineList", GT_MEtaTileEntity_EM_dataBank.class.getMethod("addDataBankHatchToMachineList", IGregTechTileEntity.class, int.class)); - } catch (NoSuchMethodException e) { - if (TecTechConfig.DEBUG_MODE) { - e.printStackTrace(); - } - } - } -} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java index e9a9cfd074..8bda25cb6e 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java @@ -252,7 +252,7 @@ public class GT_MetaTileEntity_EM_computer extends GT_MetaTileEntity_MultiblockB } if (!machineBusy) { - setStatusOfParameterOut(0, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterOut(0, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_NEUTRAL); } else if (eAvailableData <= 0) { setStatusOfParameterOut(0, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_TOO_LOW); } else { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java new file mode 100644 index 0000000000..c66aa08c7f --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java @@ -0,0 +1,175 @@ +package com.github.technus.tectech.thing.metaTileEntity.multi; + +import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.auxiliary.TecTechConfig; +import com.github.technus.tectech.dataFramework.InventoryDataPacket; +import com.github.technus.tectech.thing.metaTileEntity.IConstructable; +import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputDataAccess; +import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_OutputDataAccess; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; +import cpw.mods.fml.relauncher.Side; +import cpw.mods.fml.relauncher.SideOnly; +import gregtech.api.enums.Textures; +import gregtech.api.interfaces.ITexture; +import gregtech.api.interfaces.metatileentity.IMetaTileEntity; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch_DataAccess; +import net.minecraft.block.Block; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumChatFormatting; +import net.minecraft.util.ResourceLocation; + +import java.util.ArrayList; + +import static com.github.technus.tectech.Util.StructureBuilderExtreme; +import static com.github.technus.tectech.Util.V; +import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; +import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; +import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; + +public class GT_MetaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockBase_EM implements IConstructable { + private final ArrayList eStacksDataOutputs = new ArrayList<>(); + private final ArrayList eDataAccessHatches = new ArrayList<>(); + + //region Structure + private static final String[][] shape = new String[][]{ + {"0 0","0 . 0","0 0",}, + {"0!!!0","01110","0!!!0",}, + {"0!!!0","0!!!0","0!!!0",}, + }; + private static final Block[] blockType = new Block[]{sBlockCasingsTT,sBlockCasingsTT}; + private static final byte[] blockMeta = new byte[]{2,1}; + private static final String[] addingMethods = new String[]{"addClassicToMachineList","addDataBankHatchToMachineList"}; + private static final short[] casingTextures = new short[]{textureOffset,textureOffset+1}; + private static final Block[] blockTypeFallback = new Block[]{sBlockCasingsTT,sBlockCasingsTT}; + private static final byte[] blockMetaFallback = new byte[]{0,1}; + private static final String[] description = new String[]{ + EnumChatFormatting.AQUA+"Hint Details:", + "1 - Classic Hatches or high power casing", + "2 - Data Access/Data Bank Master Hatches or computer casing", + }; + //endregion + + public GT_MetaTileEntity_EM_dataBank(int aID, String aName, String aNameRegional) { + super(aID, aName, aNameRegional); + } + + public GT_MetaTileEntity_EM_dataBank(String aName) { + super(aName); + } + + public final static ResourceLocation activitySound=new ResourceLocation(Reference.MODID+":fx_hi_freq"); + + @Override + @SideOnly(Side.CLIENT) + protected ResourceLocation getActivitySound(){ + return activitySound; + } + + @Override + public IMetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { + return new GT_MetaTileEntity_EM_dataBank(mName); + } + + @Override + public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { + if (aSide == aFacing) { + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][1], new TT_RenderedTexture(aActive ? GT_MetaTileEntity_MultiblockBase_EM.ScreenON : GT_MetaTileEntity_MultiblockBase_EM.ScreenOFF)}; + } + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][1]}; + } + + @Override + public boolean checkMachine_EM(IGregTechTileEntity iGregTechTileEntity, ItemStack itemStack) { + eDataAccessHatches.clear(); + eStacksDataOutputs.clear(); + return structureCheck_EM(shape, blockType, blockMeta, addingMethods, casingTextures, blockTypeFallback, blockMetaFallback, 2, 1, 0); + } + + @Override + public void construct(int stackSize, boolean hintsOnly) { + StructureBuilderExtreme(shape, blockType, blockMeta,2, 1, 0, getBaseMetaTileEntity(),this,hintsOnly); + } + + @Override + public String[] getStructureDescription(int stackSize) { + return description; + } + + @Override + public boolean checkRecipe_EM(ItemStack itemStack) { + if (eDataAccessHatches.size() > 0 && eStacksDataOutputs.size() > 0) { + mEUt = -(int) V[7]; + eAmpereFlow = 1 + (eStacksDataOutputs.size() >> 2) + eDataAccessHatches.size(); + mMaxProgresstime = 20; + mEfficiencyIncrease = 10000; + return true; + } + return false; + } + + @Override + public void outputAfterRecipe_EM() { + ArrayList stacks=new ArrayList<>(); + for(GT_MetaTileEntity_Hatch_DataAccess dataAccess:eDataAccessHatches){ + int count=dataAccess.getSizeInventory(); + for(int i=0;i0){ + ItemStack[] arr=stacks.toArray(new ItemStack[0]); + for(GT_MetaTileEntity_Hatch_OutputDataAccess hatch:eStacksDataOutputs){ + hatch.q=new InventoryDataPacket(arr); + } + }else{ + for(GT_MetaTileEntity_Hatch_OutputDataAccess hatch:eStacksDataOutputs){ + hatch.q=null; + } + } + } + + @Override + public String[] getDescription() { + return new String[]{ + CommonValues.TEC_MARK_EM, + "Remote assembly data delivery", + EnumChatFormatting.AQUA.toString() + EnumChatFormatting.BOLD + "Apply directly to the forehead" + }; + } + + //NEW METHOD + public final boolean addDataBankHatchToMachineList(IGregTechTileEntity aTileEntity, int aBaseCasingIndex) { + if (aTileEntity == null) { + return false; + } + IMetaTileEntity aMetaTileEntity = aTileEntity.getMetaTileEntity(); + if (aMetaTileEntity == null) { + return false; + } + if (aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_OutputDataAccess) { + ((GT_MetaTileEntity_Hatch) aMetaTileEntity).updateTexture(aBaseCasingIndex); + return eStacksDataOutputs.add((GT_MetaTileEntity_Hatch_OutputDataAccess) aMetaTileEntity); + }else if(aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_DataAccess && !(aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_InputDataAccess)){ + ((GT_MetaTileEntity_Hatch) aMetaTileEntity).updateTexture(aBaseCasingIndex); + return eDataAccessHatches.add((GT_MetaTileEntity_Hatch_DataAccess) aMetaTileEntity); + } + return false; + } + + public static void run(){ + try { + adderMethodMap.put("addDataBankHatchToMachineList", GT_MetaTileEntity_EM_dataBank.class.getMethod("addDataBankHatchToMachineList", IGregTechTileEntity.class, int.class)); + } catch (NoSuchMethodException e) { + if (TecTechConfig.DEBUG_MODE) { + e.printStackTrace(); + } + } + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java index 03649f190e..f6324c04d6 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java @@ -85,13 +85,13 @@ public class GT_MetaTileEntity_EM_junction extends GT_MetaTileEntity_MultiblockB src = getParameterIn(i, 0); if (src <= 0) { setStatusOfParameterIn(i, 0, GT_MetaTileEntity_MultiblockBase_EM.STATUS_TOO_LOW); - setStatusOfParameterIn(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterIn(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_NEUTRAL); } else if (src > eInputHatches.size()) { setStatusOfParameterIn(i, 0, GT_MetaTileEntity_MultiblockBase_EM.STATUS_TOO_HIGH); - setStatusOfParameterIn(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterIn(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_NEUTRAL); } else if (Double.isNaN(src)) { setStatusOfParameterIn(i, 0, GT_MetaTileEntity_MultiblockBase_EM.STATUS_WRONG); - setStatusOfParameterIn(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterIn(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_NEUTRAL); } else { setStatusOfParameterIn(i, 0, GT_MetaTileEntity_MultiblockBase_EM.STATUS_OK); dest = getParameterIn(i, 1); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java index 7b3a1d13b0..7fa34d0afa 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java @@ -183,10 +183,10 @@ public class GT_MetaTileEntity_EM_switch extends GT_MetaTileEntity_MultiblockBas weight = getParameterIn(i, 0); if (weight < 0) { setStatusOfParameterIn(i, 0, GT_MetaTileEntity_MultiblockBase_EM.STATUS_TOO_LOW); - setStatusOfParameterIn(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterIn(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_NEUTRAL); } else if (Double.isNaN(weight)) { setStatusOfParameterIn(i, 0, GT_MetaTileEntity_MultiblockBase_EM.STATUS_WRONG); - setStatusOfParameterIn(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setStatusOfParameterIn(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_NEUTRAL); } else { setStatusOfParameterIn(i, 0, weight==0?STATUS_LOW:GT_MetaTileEntity_MultiblockBase_EM.STATUS_OK); dest = getParameterIn(i, 1); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_Container_MultiMachineEM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_Container_MultiMachineEM.java index b0b8a5a070..91b2635001 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_Container_MultiMachineEM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_Container_MultiMachineEM.java @@ -34,17 +34,31 @@ public class GT_Container_MultiMachineEM extends GT_ContainerMetaTile_Machine { ePowerPassButton=eSafeVoidButton=allowedToWorkButton=true; } + @Override + protected void bindPlayerInventory(InventoryPlayer aInventoryPlayer) { + int i; + for(i = 0; i < 3; ++i) { + for(int j = 0; j < 9; ++j) { + this.addSlotToContainer(new Slot(aInventoryPlayer, j + i * 9 + 9, 8 + j * 18, 110 + i * 18)); + } + } + + for(i = 0; i < 9; ++i) { + this.addSlotToContainer(new Slot(aInventoryPlayer, i, 8 + i * 18, 168)); + } + } + @Override public void addSlots(InventoryPlayer aInventoryPlayer) { - addSlotToContainer(new Slot(mTileEntity, 1, 152, -21)); - addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 152, -2, false, false, 1)); - addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 152, 15, false, false, 1)); - addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 152, 32, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 174, 116, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 174, 132, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 174, 148, false, false, 1)); + addSlotToContainer(new Slot(mTileEntity, 1, 174, 168)); } @Override public ItemStack slotClick(int aSlotIndex, int aMouseclick, int aShifthold, EntityPlayer aPlayer) { - if (aSlotIndex < 0) { + if (aSlotIndex < 0 || aSlotIndex > 2) { return super.slotClick(aSlotIndex, aMouseclick, aShifthold, aPlayer); } Slot tSlot = (Slot) inventorySlots.get(aSlotIndex); @@ -52,7 +66,7 @@ public class GT_Container_MultiMachineEM extends GT_ContainerMetaTile_Machine { GT_MetaTileEntity_MultiblockBase_EM mte = (GT_MetaTileEntity_MultiblockBase_EM) mTileEntity.getMetaTileEntity(); IGregTechTileEntity base = mte.getBaseMetaTileEntity(); switch (aSlotIndex) { - case 1: + case 0: if(ePowerPassButton) { TecTech.proxy.playSound(base,"fx_click"); mte.ePowerPass ^= true; @@ -65,13 +79,13 @@ public class GT_Container_MultiMachineEM extends GT_ContainerMetaTile_Machine { } } break; - case 2: + case 1: if(eSafeVoidButton) { TecTech.proxy.playSound(base,"fx_click"); mte.eSafeVoid ^= true; } break; - case 3: + case 2: if(allowedToWorkButton) { TecTech.proxy.playSound(base,"fx_click"); if (mte.getBaseMetaTileEntity().isAllowedToWork()) { @@ -130,6 +144,11 @@ public class GT_Container_MultiMachineEM extends GT_ContainerMetaTile_Machine { } } + @Override + public int getSlotStartIndex() { + return 3; + } + @Override public int getSlotCount() { return 1; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java index 8c9dab2c2e..40285cc5e7 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_GUIContainer_MultiMachineEM.java @@ -1,10 +1,12 @@ package com.github.technus.tectech.thing.metaTileEntity.multi.base; +import gregtech.api.GregTech_API; import gregtech.api.gui.GT_GUIContainerMetaTile_Machine; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import net.minecraft.client.gui.FontRenderer; import net.minecraft.entity.player.InventoryPlayer; +import net.minecraft.item.ItemDye; import org.lwjgl.opengl.GL11; import org.lwjgl.opengl.GL12; @@ -28,60 +30,70 @@ public class GT_GUIContainer_MultiMachineEM extends GT_GUIContainerMetaTile_Mach ePowerPassButton=enablePowerPass; eSafeVoidButton=enableSafeVoid; allowedToWorkButton=enablePowerButton; + ySize= 192; + xSize = 198; } public GT_GUIContainer_MultiMachineEM(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity, String aName, String aTextureFile) { super(new GT_Container_MultiMachineEM(aInventoryPlayer, aTileEntity), RES_PATH_GUI + "multimachines/" + (aTextureFile == null ? "MultiblockDisplay" : aTextureFile)); mName = aName; ePowerPassButton=eSafeVoidButton=allowedToWorkButton=true; + ySize= 192; + xSize = 198; } @Override - protected void drawGuiContainerForegroundLayer(int par1, int par2) { - fontRendererObj.drawString(mName, 10, -18, 16448255); + public void drawScreen(int mouseX, int mouseY, float par3) { + super.drawScreen(mouseX, mouseY, par3); + if (mContainer != null) { + if (mContainer.mTileEntity != null && mContainer.mTileEntity.getMetaTileEntity() instanceof GT_MetaTileEntity_MultiblockBase_EM) { + LEDtooltips(mouseX, mouseY); + } + } + } + + @Override + protected void drawGuiContainerForegroundLayer(int mouseX, int mouseY) { + fontRendererObj.drawString(mName, 7, 8, 16448255); if (mContainer != null) { if ((((GT_Container_MultiMachineEM) mContainer).mDisplayErrorCode & 1) != 0) { - fontRendererObj.drawString("Pipe is loose.", 10, -10, 16448255); + fontRendererObj.drawString("Pipe is loose.", 7, 16, 16448255); } if ((((GT_Container_MultiMachineEM) mContainer).mDisplayErrorCode & 2) != 0) { - fontRendererObj.drawString("Screws are loose.", 10, -2, 16448255); + fontRendererObj.drawString("Screws are loose.", 7, 24, 16448255); } if ((((GT_Container_MultiMachineEM) mContainer).mDisplayErrorCode & 4) != 0) { - fontRendererObj.drawString("Something is stuck.", 10, 6, 16448255); + fontRendererObj.drawString("Something is stuck.", 7, 32, 16448255); } if ((((GT_Container_MultiMachineEM) mContainer).mDisplayErrorCode & 8) != 0) { - fontRendererObj.drawString("Plating is dented.", 10, 14, 16448255); + fontRendererObj.drawString("Plating is dented.", 7, 40, 16448255); } if ((((GT_Container_MultiMachineEM) mContainer).mDisplayErrorCode & 16) != 0) { - fontRendererObj.drawString("Circuitry burned out.", 10, 22, 16448255); + fontRendererObj.drawString("Circuitry burned out.", 7, 48, 16448255); } if ((((GT_Container_MultiMachineEM) mContainer).mDisplayErrorCode & 32) != 0) { - fontRendererObj.drawString("That doesn't belong there.", 10, 30, 16448255); + fontRendererObj.drawString("That doesn't belong there.", 7, 56, 16448255); } if ((((GT_Container_MultiMachineEM) mContainer).mDisplayErrorCode & 64) != 0) { - fontRendererObj.drawString("Incomplete Structure.", 10, 38, 16448255); + fontRendererObj.drawString("Incomplete Structure.", 7, 64, 16448255); } if ((((GT_Container_MultiMachineEM) mContainer).mDisplayErrorCode & 128) != 0) { - fontRendererObj.drawString("Too Uncertain.", 10, 46, 16448255); + fontRendererObj.drawString("Too Uncertain.", 7, 72, 16448255); } if ((((GT_Container_MultiMachineEM) mContainer).mDisplayErrorCode & 256) != 0) { - fontRendererObj.drawString("Invalid Parameters.", 10, 54, 16448255); + fontRendererObj.drawString("Invalid Parameters.", 7, 80, 16448255); } if (((GT_Container_MultiMachineEM) mContainer).mDisplayErrorCode == 0) { if (((GT_Container_MultiMachineEM) mContainer).mActive == 0) { - fontRendererObj.drawString("Soft Hammer or press Button", 10, -10, 16448255); - fontRendererObj.drawString("to (re-)start the Machine", 10, -2, 16448255); - fontRendererObj.drawString("if it doesn't start.", 10, 6, 16448255); + fontRendererObj.drawString("Soft Hammer or press Button", 7, 16, 16448255); + fontRendererObj.drawString("to (re-)start the Machine", 7, 24, 16448255); + fontRendererObj.drawString("if it doesn't start.", 7, 32, 16448255); } else { - fontRendererObj.drawString("Running perfectly.", 10, -10, 16448255); + fontRendererObj.drawString("Running perfectly.", 7, 16, 16448255); } } - - int x = (width - xSize) / 2; - int y = (height - ySize) / 2; - LEDtooltips(par1-x, par2-y+26); } } @@ -90,101 +102,98 @@ public class GT_GUIContainer_MultiMachineEM extends GT_GUIContainerMetaTile_Mach super.drawGuiContainerBackgroundLayer(par1, par2, par3); int x = (width - xSize) / 2; int y = (height - ySize) / 2; - y -= 26; - drawTexturedModalRect(x, y, 0, 0, xSize, ySize + 26); + drawTexturedModalRect(x, y, 0, 0, xSize, ySize); if (mContainer != null && ((GT_Container_MultiMachineEM) mContainer).eParamsInStatus != null) { counter = (byte) ((1 + counter) % 6); GL11.glColor4f(1f, 1f, 1f, 1f); - + x+= 173; if(!ePowerPassButton) { - drawTexturedModalRect(x + 151, y + 23, 215, 23, 18, 18); + drawTexturedModalRect(x, y + 115, 231, 23, 18, 18); } else if (((GT_Container_MultiMachineEM) mContainer).ePowerPass) { - drawTexturedModalRect(x + 151, y + 23, 183, 23, 18, 18); + drawTexturedModalRect(x, y + 115, 207, 23, 18, 18); } if(!eSafeVoidButton) { - drawTexturedModalRect(x + 151, y + 41, 215, 41, 18, 18); + drawTexturedModalRect(x, y + 132, 231, 41, 18, 18); } else if (((GT_Container_MultiMachineEM) mContainer).eSafeVoid) { - drawTexturedModalRect(x + 151, y + 41, 183, 41, 18, 18); + drawTexturedModalRect(x, y + 132, 207, 41, 18, 18); } if(!allowedToWorkButton) { - drawTexturedModalRect(x + 151, y + 57, 215, 57, 18, 18); + drawTexturedModalRect(x, y + 147, 231, 57, 18, 18); } else if (((GT_Container_MultiMachineEM) mContainer).allowedToWork) { - drawTexturedModalRect(x + 151, y + 57, 183, 57, 18, 18); + drawTexturedModalRect(x, y + 147, 207, 57, 18, 18); } - - x += 11; + x -= 162; y += 96; for (int i = 0; i < 20; ) { - byte b = (byte) (i >>> 1); - LEDdrawP(x, y, i, 0, ((GT_Container_MultiMachineEM) mContainer).eParamsInStatus[b]); - LEDdrawP(x, y, i++, 1, ((GT_Container_MultiMachineEM) mContainer).eParamsOutStatus[b]); - LEDdrawP(x, y, i, 0, ((GT_Container_MultiMachineEM) mContainer).eParamsInStatus[b + 10]); - LEDdrawP(x, y, i++, 1, ((GT_Container_MultiMachineEM) mContainer).eParamsOutStatus[b + 10]); + byte hatch = (byte) (i >>> 1); + LEDdrawP(x, y, i, 0, ((GT_Container_MultiMachineEM) mContainer).eParamsInStatus[hatch]); + LEDdrawP(x, y, i++, 1, ((GT_Container_MultiMachineEM) mContainer).eParamsOutStatus[hatch]); + LEDdrawP(x, y, i, 0, ((GT_Container_MultiMachineEM) mContainer).eParamsInStatus[hatch + 10]); + LEDdrawP(x, y, i++, 1, ((GT_Container_MultiMachineEM) mContainer).eParamsOutStatus[hatch + 10]); } - short rU = 183, Vs = 77; - x += 140; - y -= 19; + short rU = 207, Vs = 77; + x += 162; byte state = ((GT_Container_MultiMachineEM) mContainer).eCertainStatus; switch (((GT_Container_MultiMachineEM) mContainer).eCertainMode) { case 1://ooo oxo ooo drawTexturedModalRect(x + 6, y + 6, - rU + (state == 0 ? 38 : 6), + rU + (state == 0 ? 30 : 6), Vs + 6, 6, 6); break; case 2://ooo xox ooo drawTexturedModalRect(x, y + 6, - rU + ((state & 1) == 0 ? 32 : 0), + rU + ((state & 1) == 0 ? 24 : 0), Vs + 6, 6, 6); drawTexturedModalRect(x + 12, y + 6, - rU + ((state & 2) == 0 ? 44 : 12), + rU + ((state & 2) == 0 ? 36 : 12), Vs + 6, 6, 6); break; case 3://oxo xox oxo drawTexturedModalRect(x + 6, y, - rU + ((state & 1) == 0 ? 38 : 6), + rU + ((state & 1) == 0 ? 30 : 6), Vs, 6, 6); drawTexturedModalRect(x, y + 6, - rU + ((state & 2) == 0 ? 32 : 0), + rU + ((state & 2) == 0 ? 24 : 0), Vs + 6, 6, 6); drawTexturedModalRect(x + 12, y + 6, - rU + ((state & 4) == 0 ? 44 : 12), + rU + ((state & 4) == 0 ? 36 : 12), Vs + 6, 6, 6); drawTexturedModalRect(x + 6, y + 12, - rU + ((state & 8) == 0 ? 38 : 6), + rU + ((state & 8) == 0 ? 30 : 6), Vs + 12, 6, 6); break; case 4://xox ooo xox drawTexturedModalRect(x, y, - rU + ((state & 1) == 0 ? 32 : 0), + rU + ((state & 1) == 0 ? 24 : 0), Vs, 6, 6); drawTexturedModalRect(x + 12, y, - rU + ((state & 2) == 0 ? 44 : 12), + rU + ((state & 2) == 0 ? 36 : 12), Vs, 6, 6); drawTexturedModalRect(x, y + 12, - rU + ((state & 4) == 0 ? 32 : 0), + rU + ((state & 4) == 0 ? 24 : 0), Vs + 12, 6, 6); drawTexturedModalRect(x + 12, y + 12, - rU + ((state & 8) == 0 ? 44 : 12), + rU + ((state & 8) == 0 ? 36 : 12), Vs + 12, 6, 6); break; case 5://xox oxo xox drawTexturedModalRect(x, y, - rU + ((state & 1) == 0 ? 32 : 0), + rU + ((state & 1) == 0 ? 24 : 0), Vs, 6, 6); drawTexturedModalRect(x + 12, y, - rU + ((state & 2) == 0 ? 44 : 12), + rU + ((state & 2) == 0 ? 36 : 12), Vs, 6, 6); drawTexturedModalRect(x + 6, y + 6, - rU + ((state & 4) == 0 ? 38 : 6), + rU + ((state & 4) == 0 ? 30 : 6), Vs + 6, 6, 6); drawTexturedModalRect(x, y + 12, - rU + ((state & 8) == 0 ? 32 : 0), + rU + ((state & 8) == 0 ? 24 : 0), Vs + 12, 6, 6); drawTexturedModalRect(x + 12, y + 12, - rU + ((state & 16) == 0 ? 44 : 12), + rU + ((state & 16) == 0 ? 36 : 12), Vs + 12, 6, 6); break; } @@ -221,10 +230,25 @@ public class GT_GUIContainer_MultiMachineEM extends GT_GUIContainerMetaTile_Mach case STATUS_HIGH:// too high drawTexturedModalRect(x + su * i, y + sv * j, u + su * i, v + sv * (6 + j), su, sv); break; + case STATUS_UNUSED: + if (GregTech_API.sColoredGUI && this.mContainer.mTileEntity != null) { + int tColor = this.mContainer.mTileEntity.getColorization() & 15; + if (tColor < ItemDye.field_150922_c.length) { + tColor = ItemDye.field_150922_c[tColor]; + GL11.glColor4f((float)(tColor >> 16 & 255) / 255.0F, (float)(tColor >> 8 & 255) / 255.0F, (float)(tColor & 255) / 255.0F, 1.0F); + } + } + drawTexturedModalRect(x + su * i, y + sv * j, 212, 96, su+2, sv+2); + GL11.glColor4f(1f, 1f, 1f, 1f); + break; } } - private void LEDtooltips(float x,float y){ + private void LEDtooltips(int x,int y){ + int renderPosX=x; + int renderPosY=y; + x-= (width - xSize) / 2; + y-= (height - ySize) / 2; //drawHoveringText(Arrays.asList(""+x,""+y), -1, -11, fontRendererObj); if(mContainer.mTileEntity!=null){ IMetaTileEntity mte=mContainer.mTileEntity.getMetaTileEntity(); @@ -236,10 +260,16 @@ public class GT_GUIContainer_MultiMachineEM extends GT_GUIContainerMetaTile_Mach for(int param=0;param<2;param++){ if(x<(u+=su)){ if(y=v && y getFullLedDescriptionIn(int hatchNo, int paramID){ ArrayList list=new ArrayList<>(); - list.add("ID" + hatchNo + ":" + paramID + ":I"); + list.add(EnumChatFormatting.WHITE+"ID: " + + EnumChatFormatting.AQUA+hatchNo + + EnumChatFormatting.YELLOW+ ":" + + EnumChatFormatting.AQUA+paramID + + EnumChatFormatting.YELLOW+ ":"+ + EnumChatFormatting.AQUA+"I"); return list; } @@ -465,7 +470,12 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt */ public ArrayList getFullLedDescriptionOut(int hatchNo, int paramID){ ArrayList list=new ArrayList<>(); - list.add("ID" + hatchNo + ":" + paramID + ":O"); + list.add(EnumChatFormatting.WHITE+"ID: " + + EnumChatFormatting.AQUA+hatchNo + + EnumChatFormatting.YELLOW+ ":" + + EnumChatFormatting.AQUA+paramID + + EnumChatFormatting.YELLOW+ ":"+ + EnumChatFormatting.AQUA+"O"); return list; } @@ -728,7 +738,7 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt for (GT_MetaTileEntity_Hatch_ElementalContainer hatch_elemental : eInputHatches) { hatch_elemental.id = -1; } - for (GT_MetaTileEntity_Hatch_OutputData hatch_data : eOutputData) { + for (GT_MetaTileEntity_Hatch_DataConnector hatch_data : eOutputData) { hatch_data.id = -1; hatch_data.q = null; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java index 1c4a1381be..01d62b96ba 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java @@ -7,6 +7,7 @@ import com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtom import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockControl; +import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; @@ -19,6 +20,8 @@ import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; public class Behaviour_Centrifuge extends GT_MetaTileEntity_EM_machine.Behaviour { private final float radius, maxRPM, maxRCF, maxForce, maxCapacity; private final byte tier; + private final static String[] DESCRIPTION_I =new String[]{"RPM Input","Fraction Count Input"}; + private final static String[] DESCRIPTION_O =new String[]{"RPM Setting","RCF Setting","Radius [mm]","Max RPM","Max Force [eV/c^2 * m/s]","Max Capacity [eV/c^2]","Max Power Usage[EU/t]","Max Recipe Rime [tick]"}; private static final double[/*tier+5*/][/*outputHatches+2*/] MIXING_FACTORS =new double[][]{ {.45,.85,.95,1,1,}, @@ -42,6 +45,20 @@ public class Behaviour_Centrifuge extends GT_MetaTileEntity_EM_machine.Behaviour maxCapacity = maxSafeMass * 4f * radius;// eV/c^2 } + @Override + protected void getFullLedDescriptionIn(ArrayList baseDescr, int hatchNo, int paramID) { + if(hatchNo==0) { + baseDescr.add(DESCRIPTION_I[(hatchNo << 1) + paramID]); + } + } + + @Override + protected void getFullLedDescriptionOut(ArrayList baseDescr, int hatchNo, int paramID) { + if(hatchNo<=2) { + baseDescr.add(DESCRIPTION_O[(hatchNo<<1)+paramID]); + } + } + @Override public boolean setAndCheckParametersOutAndStatuses(GT_MetaTileEntity_EM_machine te, double[] parametersToCheckAndFix) { boolean check=true; @@ -51,6 +68,15 @@ public class Behaviour_Centrifuge extends GT_MetaTileEntity_EM_machine.Behaviour te.setParameterOut(2, 0, maxForce * 9.80665);// (eV/c^2 * m/s) te.setParameterOut(2, 1, maxCapacity);// eV/c^2 + for(int i=4;i<=9;i++) { + te.setStatusOfParameterOut(i, 0, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + te.setStatusOfParameterOut(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + } + for(int i=1;i<=3;i++) { + te.setStatusOfParameterIn(i, 0, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + te.setStatusOfParameterIn(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + } + double RPM = parametersToCheckAndFix[0]; if (RPM > maxRPM) { te.setStatusOfParameterIn(0, 0, GT_MetaTileEntity_MultiblockBase_EM.STATUS_TOO_HIGH); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java index 662d674c64..79d39120bc 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java @@ -7,6 +7,8 @@ import com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtom import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockControl; +import java.util.ArrayList; + import static com.github.technus.tectech.Util.V; /** @@ -20,6 +22,8 @@ public class Behaviour_ElectromagneticSeparator extends GT_MetaTileEntity_EM_mac private final float maxCapacity; private final long maxCharge; private final int offsetMax; + private final static String[] DESCRIPTION_I =new String[]{"Full Precision Input [e/3]","Minimal Precision Input [e/3]","Offset Input [e/3]",null}; + private final static String[] DESCRIPTION_O =new String[]{"Full Precision Limit [e/3]","Minimal Precision Limit [e/3]","Offset Limit [e/3]",null,"Max Charge [e/3]","Max Capacity [eV/c^2]","Max Power Usage[EU/t]","Max Recipe Rime [tick]"}; public Behaviour_ElectromagneticSeparator(int desiredTier){ tier=(byte) desiredTier; @@ -64,6 +68,26 @@ public class Behaviour_ElectromagneticSeparator extends GT_MetaTileEntity_EM_mac offsetMax=1<<((tier-8)<<1); } + @Override + protected void getFullLedDescriptionIn(ArrayList baseDescr, int hatchNo, int paramID) { + if(hatchNo<=1) { + String desc=DESCRIPTION_I[(hatchNo << 1) + paramID]; + if(desc!=null){ + baseDescr.add(desc); + } + } + } + + @Override + protected void getFullLedDescriptionOut(ArrayList baseDescr, int hatchNo, int paramID) { + if(hatchNo<=3){ + String desc=DESCRIPTION_O[(hatchNo<<1)+paramID]; + if(desc!=null){ + baseDescr.add(desc); + } + } + } + @Override public boolean setAndCheckParametersOutAndStatuses(GT_MetaTileEntity_EM_machine te, double[] parametersToCheckAndFix) { boolean check=true; @@ -71,11 +95,22 @@ public class Behaviour_ElectromagneticSeparator extends GT_MetaTileEntity_EM_mac te.setParameterOut(0,0,precisionFull); te.setParameterOut(0,1,precisionMinimal); te.setParameterOut(1,0,offsetMax); + te.setStatusOfParameterOut(1,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); te.setParameterOut(2,0,maxCharge); te.setParameterOut(2,1,maxCapacity); te.setParameterOut(3,0,V[tier]); te.setParameterOut(3,1,ticks); + for(int i=4;i<=9;i++) { + te.setStatusOfParameterOut(i, 0, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + te.setStatusOfParameterOut(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + } + te.setStatusOfParameterIn(1, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + for(int i=2;i<=3;i++) { + te.setStatusOfParameterIn(i, 0, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + te.setStatusOfParameterIn(i, 1, GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + } + double full=parametersToCheckAndFix[0]; if(Double.isInfinite(full) && full>0) { te.setStatusOfParameterIn(0,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_TOO_HIGH); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java index eb8b7f2a90..ff67263eab 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java @@ -99,7 +99,7 @@ public class GT_MetaTileEntity_EM_machine extends GT_MetaTileEntity_MultiblockBa @Override public void onPreTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) { if(aBaseMetaTileEntity.isClientSide() && (aTick & 0x2)==0){ - currentBehaviour = GT_MetaTileEntity_EM_machine.map.get(new Util.TT_ItemStack(mInventory[1])); + currentBehaviour=GT_MetaTileEntity_EM_machine.map.get(new Util.TT_ItemStack(mInventory[1])); if(aBaseMetaTileEntity.isActive()){ int xDir = ForgeDirection.getOrientation(aBaseMetaTileEntity.getBackFacing()).offsetX*2+aBaseMetaTileEntity.getXCoord(); int yDir = ForgeDirection.getOrientation(aBaseMetaTileEntity.getBackFacing()).offsetY*2+aBaseMetaTileEntity.getYCoord(); @@ -107,18 +107,27 @@ public class GT_MetaTileEntity_EM_machine extends GT_MetaTileEntity_MultiblockBa aBaseMetaTileEntity.getWorld().markBlockRangeForRenderUpdate(xDir,yDir,zDir,xDir,yDir,zDir); } } - if(aBaseMetaTileEntity.isServerSide() && (aTick & 0xf)==0){ - currentBehaviour = GT_MetaTileEntity_EM_machine.map.get(new Util.TT_ItemStack(mInventory[1])); - if (currentBehaviour == null) { - setStatusOfParameterIn(0,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(0,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(1,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(1,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(2,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(2,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(3,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(3,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - } + } + + private boolean setCurrentBehaviour(Behaviour newBehaviour){ + boolean changed=currentBehaviour!=newBehaviour; + if(changed){ + setDefaultParametersAndStatuses(); + } + currentBehaviour=newBehaviour; + return changed; + } + + private void setDefaultParametersAndStatuses() { + for (int i = 0; i <= 3; i++) { + setStatusOfParameterIn(i, 0, STATUS_NEUTRAL); + setStatusOfParameterIn(i, 1, STATUS_NEUTRAL); + } + for (int i = 0; i <= 9; i++) { + setStatusOfParameterOut(i, 0, STATUS_NEUTRAL); + setStatusOfParameterOut(i, 1, STATUS_NEUTRAL); + setParameterOut(i, 0, 0); + setParameterOut(i, 1, 0); } } @@ -130,21 +139,20 @@ public class GT_MetaTileEntity_EM_machine extends GT_MetaTileEntity_MultiblockBa @Override public boolean checkRecipe_EM(ItemStack itemStack) { - currentBehaviour = GT_MetaTileEntity_EM_machine.map.get(new Util.TT_ItemStack(itemStack)); - //TecTech.Logger.info("Looking for "+new Util.TT_ItemStack(itemStack).toString()); - if (currentBehaviour == null) { - setStatusOfParameterIn(0,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(0,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(1,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(1,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(2,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(2,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(3,0,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); - setStatusOfParameterIn(3,1,GT_MetaTileEntity_MultiblockBase_EM.STATUS_UNUSED); + setCurrentBehaviour(GT_MetaTileEntity_EM_machine.map.get(new Util.TT_ItemStack(itemStack))); + if(currentBehaviour==null){ return false; } //mux input - double[] parameters = new double[]{getParameterIn(0, 0), getParameterIn(0, 1), getParameterIn(1, 0), getParameterIn(1, 1), getParameterIn(2, 0), getParameterIn(2, 1), getParameterIn(3, 0), getParameterIn(3, 1)}; + double[] parameters = new double[]{ + getParameterIn(0, 0), + getParameterIn(0, 1), + getParameterIn(1, 0), + getParameterIn(1, 1), + getParameterIn(2, 0), + getParameterIn(2, 1), + getParameterIn(3, 0), + getParameterIn(3, 1)}; if (!currentBehaviour.setAndCheckParametersOutAndStatuses(this, parameters)) { return false; } @@ -214,7 +222,9 @@ public class GT_MetaTileEntity_EM_machine extends GT_MetaTileEntity_MultiblockBa @Override public void outputAfterRecipe_EM() { - if (outputEM == null) return; + if (setCurrentBehaviour(GT_MetaTileEntity_EM_machine.map.get(new Util.TT_ItemStack(mInventory[1])))) { + return; + } cElementalInstanceStackMap[] handles = new cElementalInstanceStackMap[6]; int pointer = getParameterInInt(7, 0) - 1; if (pointer >= 0 && pointer < eOutputHatches.size()) { @@ -338,6 +348,21 @@ public class GT_MetaTileEntity_EM_machine extends GT_MetaTileEntity_MultiblockBa } } } + setCurrentBehaviour(GT_MetaTileEntity_EM_machine.map.get(new Util.TT_ItemStack(mInventory[1]))); + if (currentBehaviour == null) { + setDefaultParametersAndStatuses(); + } else { + double[] parameters = new double[]{ + getParameterIn(0, 0), + getParameterIn(0, 1), + getParameterIn(1, 0), + getParameterIn(1, 1), + getParameterIn(2, 0), + getParameterIn(2, 1), + getParameterIn(3, 0), + getParameterIn(3, 1)}; + currentBehaviour.setAndCheckParametersOutAndStatuses(this,parameters); + } } private static final HashMap map = new HashMap<>(); @@ -350,19 +375,49 @@ public class GT_MetaTileEntity_EM_machine extends GT_MetaTileEntity_MultiblockBa public static abstract class Behaviour { public Behaviour(){} + /** + * handle parameters pre recipe, and cyclically + * this shouldn't write to input parameters! only to the provided array and/or output parameters + * @param te this + * @param parametersToCheckAndFix array of 6 parameters to pass to the process method (can be modified) + * this allows to pass different numbers if u want to employ automatic parameter correction here + * @return return true if machine can start with current parameters, false if not + */ public abstract boolean setAndCheckParametersOutAndStatuses(GT_MetaTileEntity_EM_machine te, double[] parametersToCheckAndFix); + /** + * do recipe handling + * @param inputs from muxed inputs + * @param checkedAndFixedParameters array passed from previous method! + * @return null if recipe should not start, control object to set machine state and start recipe + */ public abstract MultiblockControl process(cElementalInstanceStackMap[] inputs, double[] checkedAndFixedParameters); + /** + * get input param description, only for 4 first hatches + * @param baseDescr + * @param hatchNo + * @param paramID + */ protected void getFullLedDescriptionIn(ArrayList baseDescr, int hatchNo, int paramID){} + /** + * get output param description + * @param baseDescr + * @param hatchNo + * @param paramID + */ protected void getFullLedDescriptionOut(ArrayList baseDescr, int hatchNo, int paramID){} } @Override public ArrayList getFullLedDescriptionIn(int hatchNo, int paramID) { ArrayList base=super.getFullLedDescriptionIn(hatchNo, paramID); - if(currentBehaviour!=null){ + if(hatchNo>=7){ + base.add("Output mux "+((hatchNo-7)*2+paramID+1)); + }else if(hatchNo>=4){ + base.add("Input mux "+((hatchNo-4)*2+paramID+1)); + }else if(currentBehaviour!=null){ currentBehaviour.getFullLedDescriptionIn(base,hatchNo,paramID); } return base; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java new file mode 100644 index 0000000000..b2e1ec43a9 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java @@ -0,0 +1,314 @@ +package com.github.technus.tectech.thing.metaTileEntity.single; + +import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.Util; +import com.github.technus.tectech.thing.metaTileEntity.single.gui.GT_Container_DataReader; +import com.github.technus.tectech.thing.metaTileEntity.single.gui.GT_GUIContainer_DataReader; +import cpw.mods.fml.relauncher.Side; +import cpw.mods.fml.relauncher.SideOnly; +import gregtech.api.enums.ItemList; +import gregtech.api.enums.Textures; +import gregtech.api.gui.GT_Slot_Holo; +import gregtech.api.interfaces.ITexture; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.MetaTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_BasicMachine; +import gregtech.api.objects.GT_RenderedTexture; +import gregtech.api.util.GT_Utility; +import net.minecraft.client.gui.FontRenderer; +import net.minecraft.client.renderer.texture.IIconRegister; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.entity.player.InventoryPlayer; +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.util.EnumChatFormatting; +import net.minecraft.util.ResourceLocation; +import net.minecraftforge.fluids.FluidStack; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Map; + +import static com.github.technus.tectech.Util.V; +import static com.github.technus.tectech.auxiliary.Reference.MODID; + +/** + * Created by Tec on 23.03.2017. + */ +public class GT_MetaTileEntity_DataReader extends GT_MetaTileEntity_BasicMachine { + private static final HashMap> RENDER_REGISTRY =new HashMap<>(); + private static GT_RenderedTexture READER_ONLINE, READER_OFFLINE; + + public GT_MetaTileEntity_DataReader(int aID, String aName, String aNameRegional, int aTier) { + super(aID,aName,aNameRegional,aTier,1,"Reads Data Sticks and Orbs",1,1,"dataReader.png",""); + } + + public GT_MetaTileEntity_DataReader(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { + super(aName,aTier,1,aDescription,aTextures,1,1,"dataReader.png",""); + } + + @Override + public MetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { + return new GT_MetaTileEntity_DataReader(mName, mTier, mDescription, mTextures); + } + + @Override + @SideOnly(Side.CLIENT) + public void registerIcons(IIconRegister aBlockIconRegister) { + super.registerIcons(aBlockIconRegister); + READER_ONLINE = new GT_RenderedTexture(new Textures.BlockIcons.CustomIcon("iconsets/READER_ONLINE")); + READER_OFFLINE = new GT_RenderedTexture(new Textures.BlockIcons.CustomIcon("iconsets/READER_OFFLINE")); + } + + @Override + public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { + if(aBaseMetaTileEntity.getWorld()==null){ + if(aSide==aFacing){ + return new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][aColorIndex + 1], aActive ? READER_ONLINE : READER_OFFLINE}; + } + return new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][aColorIndex + 1]}; + } + if(aSide==mMainFacing){ + return new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][aColorIndex + 1], aActive ? READER_ONLINE : READER_OFFLINE}; + }else if(aSide==aFacing){ + return new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][aColorIndex + 1], new GT_RenderedTexture(Textures.BlockIcons.OVERLAY_PIPE_OUT)}; + } + return new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][aColorIndex + 1]}; + } + + @Override + public ITexture[][][] getTextureSet(ITexture[] aTextures) { + return null; + } + + @Override + public int checkRecipe() { + if(getOutputAt(0)!=null){ + return DID_NOT_FIND_RECIPE; + } + ItemStack input=getInputAt(0); + ArrayList renders=getRenders(new Util.TT_ItemStack(input)); + for(DataRender render:renders){ + if(render.canRender(input,mTier)){ + mOutputItems[0]=input.copy(); + input.stackSize-=1; + calculateOverclockedNess(render.getReadingEUt(),render.getReadingTime()); + if (mMaxProgresstime == Integer.MAX_VALUE - 1 && mEUt == Integer.MAX_VALUE - 1) + return FOUND_RECIPE_BUT_DID_NOT_MEET_REQUIREMENTS; + return FOUND_AND_SUCCESSFULLY_USED_RECIPE; + } + } + return DID_NOT_FIND_RECIPE; + } + + @Override + public void onPostTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) { + super.onPostTick(aBaseMetaTileEntity, aTick); + aBaseMetaTileEntity.setActive(getOutputAt(0)!=null || mMaxProgresstime>0); + } + + @Override + public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return new GT_Container_DataReader(aPlayerInventory, aBaseMetaTileEntity); + } + + @Override + public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return new GT_GUIContainer_DataReader(aPlayerInventory, aBaseMetaTileEntity, getLocalName(), mGUIName, GT_Utility.isStringValid(mNEIName) ? mNEIName : getRecipeList() != null ? getRecipeList().mUnlocalizedName : ""); + } + + @Override + public boolean isSimpleMachine() { + return false; + } + + @Override + public boolean isAccessAllowed(EntityPlayer aPlayer) { + return true; + } + + @Override + public String[] getDescription() { + return new String[]{ + CommonValues.TEC_MARK_GENERAL, mDescription, + EnumChatFormatting.BLUE + "Power it up and", + EnumChatFormatting.BLUE + "Put the data storage in" + }; + } + + @Override + public boolean isElectric() { + return true; + } + + @Override + public boolean isEnetInput() { + return true; + } + + @Override + public boolean isInputFacing(byte aSide) { + return aSide!=getBaseMetaTileEntity().getFrontFacing(); + } + + @Override + public boolean isOutputFacing(byte aSide) { + return aSide!=getBaseMetaTileEntity().getFrontFacing(); + } + + @Override + public long maxEUInput() { + return V[mTier]; + } + + @Override + public long maxEUStore() { + return maxEUInput()*16L; + } + + @Override + public long getMinimumStoredEU() { + return maxEUInput()*4L; + } + + public static void addDataRender(Util.TT_ItemStack stack,DataRender render){ + ArrayList renders=RENDER_REGISTRY.get(stack); + if(renders==null){ + RENDER_REGISTRY.put(stack,renders=new ArrayList<>()); + } + render.loadResources(); + renders.add(render); + } + + public static ArrayList getRenders(Util.TT_ItemStack stack){ + return RENDER_REGISTRY.get(stack); + } + + public interface DataRender{ + @SideOnly(Side.CLIENT) + void loadResources(); + @SideOnly(Side.CLIENT) + void initRecipe(ItemStack itemStack); + @SideOnly(Side.CLIENT) + void renderTooltips(ItemStack itemStack,int mouseX,int mouseY,GT_GUIContainer_DataReader gui); + @SideOnly(Side.CLIENT) + void renderForeground(ItemStack itemStack,int mouseX,int mouseY,GT_GUIContainer_DataReader gui, FontRenderer font); + @SideOnly(Side.CLIENT) + void renderBackgroundOverlay(ItemStack itemStack, int mouseX, int mouseY, int X, int Y, GT_GUIContainer_DataReader gui); + boolean canRender(ItemStack itemStack, byte tier); + int getReadingEUt(); + int getReadingTime(); + } + + public static void run(){ + addDataRender(new Util.TT_ItemStack(ItemList.Tool_DataStick.get(1)),new DataRender() { + @SideOnly(Side.CLIENT) + private ResourceLocation bg; + @SideOnly(Side.CLIENT) + private HashMap slots; + private HashMap slots2; + + @Override + @SideOnly(Side.CLIENT) + public void loadResources() { + bg =new ResourceLocation(MODID+":textures/gui/assLineRender.png"); + } + + @Override + public void initRecipe(ItemStack itemStack) { + slots=new HashMap<>(); + slots2=new HashMap<>(); + + slots.put(new GT_Slot_Holo(null,0,143,55,false,false,1),ItemList.Tool_DataStick.getWithName(1,"Research data")); + ItemStack output=ItemStack.loadItemStackFromNBT(itemStack.stackTagCompound.getCompoundTag("output")); + if(output!=null){ + slots.put(new GT_Slot_Holo(null,0,143,19,false,false,64),output); + } + + for (int i = 0; i < 16; i++) { + ArrayList array=new ArrayList<>(); + ItemStack input=ItemStack.loadItemStackFromNBT(itemStack.stackTagCompound.getCompoundTag(Integer.toString(i))); + if(input!=null){ + array.add(input); + } + for (int k = 0; k < itemStack.stackTagCompound.getInteger("a"+i); k++) { + input=ItemStack.loadItemStackFromNBT(itemStack.stackTagCompound.getCompoundTag("a" + i + ":" + k)); + if(input!=null){ + array.add(input); + } + } + if(array.size()>0){ + slots2.put(new GT_Slot_Holo(null,0,17+(i&0x3)*18,19+(i>>2)*18,false,false,64), + array.toArray(new ItemStack[0])); + } + } + for (int i = 0; i < 4; i++) { + FluidStack fs=FluidStack.loadFluidStackFromNBT(itemStack.stackTagCompound.getCompoundTag("f"+i)); + if(fs!=null){ + slots.put(new GT_Slot_Holo(null,0,107,19+i*18,false,false,1), + GT_Utility.getFluidDisplayStack(fs, true)); + } + } + } + + @Override + public void renderTooltips(ItemStack itemStack, int mouseX, int mouseY, GT_GUIContainer_DataReader gui) { + for(Map.Entry entry:slots.entrySet()){ + gui.renderTooltipSimple(mouseX, mouseY, entry.getKey(),entry.getValue()); + } + int time=(int)(System.currentTimeMillis()/2000); + for(Map.Entry entry:slots2.entrySet()){ + gui.renderTooltipSimple(mouseX, mouseY, entry.getKey(),entry.getValue()[time%entry.getValue().length]); + } + } + + @Override + @SideOnly(Side.CLIENT) + public void renderForeground(ItemStack itemStack, int mouseX, int mouseY, GT_GUIContainer_DataReader gui, FontRenderer font) { + int time=itemStack.stackTagCompound.getInteger("time"); + int EUt=itemStack.stackTagCompound.getInteger("eu"); + font.drawString("Assembly Line Recipe", 7, 8, 0x80a0ff); + font.drawString(GT_Utility.trans("152","Total: ") + ((long)time * EUt) + " EU",7,93, 0x80a0ff); + font.drawString(GT_Utility.trans("153","Usage: ") + EUt + " EU/t",7,103, 0x80a0ff); + font.drawString(GT_Utility.trans("154","Voltage: ") + EUt + " EU",7,113, 0x80a0ff); + font.drawString(GT_Utility.trans("155","Amperage: ") + 1 ,7,123, 0x80a0ff); + font.drawString( GT_Utility.trans("158","Time: ")+String.format("%.2f " + GT_Utility.trans("161"," secs"), 0.05F * time), 7,133, 0x80a0ff); + + for(Map.Entry entry:slots.entrySet()){ + gui.renderItemSimple(entry.getKey(),entry.getValue()); + } + time=(int)(System.currentTimeMillis()/2000); + for(Map.Entry entry:slots2.entrySet()){ + gui.renderItemSimple(entry.getKey(),entry.getValue()[time%entry.getValue().length]); + } + } + + @Override + @SideOnly(Side.CLIENT) + public void renderBackgroundOverlay(ItemStack itemStack, int mouseX, int mouseY, int X, int Y, GT_GUIContainer_DataReader gui) { + //176/83 + gui.mc.getTextureManager().bindTexture(bg); + gui.drawTexturedModalRect(X,Y,0,0,176, 151); + } + + @Override + public boolean canRender(ItemStack itemStack,byte tier) { + NBTTagCompound nbtTagCompound=itemStack.stackTagCompound; + if(nbtTagCompound!=null && nbtTagCompound.hasKey("output")){ + return true; + } + return false; + } + + @Override + public int getReadingEUt() { + return (int)V[4]; + } + + @Override + public int getReadingTime() { + return 128; + } + }); + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java index 80048e4bb9..04cac4cfe1 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java @@ -93,7 +93,7 @@ public class GT_MetaTileEntity_OwnerDetector extends GT_MetaTileEntity_TieredMac @Override public boolean isSimpleMachine() { - return false; + return true; } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DataReader.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DataReader.java new file mode 100644 index 0000000000..983ee2580e --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DataReader.java @@ -0,0 +1,100 @@ +package com.github.technus.tectech.thing.metaTileEntity.single.gui; + +import cpw.mods.fml.relauncher.Side; +import cpw.mods.fml.relauncher.SideOnly; +import gregtech.api.gui.GT_Container_BasicTank; +import gregtech.api.gui.GT_Slot_Output; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_BasicMachine; +import net.minecraft.entity.player.InventoryPlayer; +import net.minecraft.inventory.ICrafting; +import net.minecraft.inventory.Slot; + +public class GT_Container_DataReader extends GT_Container_BasicTank { + public boolean mStuttering = false; + + public GT_Container_DataReader(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity) { + super(aInventoryPlayer, aTileEntity); + } + + @Override + public void addSlots(InventoryPlayer aInventoryPlayer) { + //this.addSlotToContainer(new GT_Slot_Holo(this.mTileEntity, 0, 8, 63, false, true, 1)); + //this.addSlotToContainer(new GT_Slot_Holo(this.mTileEntity, 0, 26, 63, false, true, 1)); + //this.addSlotToContainer(new GT_Slot_Render(this.mTileEntity, 2, 107, 63)); + + int tStartIndex = ((GT_MetaTileEntity_BasicMachine)this.mTileEntity.getMetaTileEntity()).getInputSlot(); + this.addSlotToContainer(new Slot(this.mTileEntity, tStartIndex, 53, 153)); + + tStartIndex = ((GT_MetaTileEntity_BasicMachine)this.mTileEntity.getMetaTileEntity()).getOutputSlot(); + this.addSlotToContainer(new GT_Slot_Output(this.mTileEntity, tStartIndex, 107, 153)); + + this.addSlotToContainer(new Slot(this.mTileEntity, 1, 17, 153)); + //this.addSlotToContainer(new Slot(this.mTileEntity, 3, 125, 63)); + //this.addSlotToContainer(new GT_Slot_Render(this.mTileEntity, tStartIndex, 53, 63)); + } + + @Override + protected void bindPlayerInventory(InventoryPlayer aInventoryPlayer) { + int i; + for(i = 0; i < 3; ++i) { + for(int j = 0; j < 9; ++j) { + this.addSlotToContainer(new Slot(aInventoryPlayer, j + i * 9 + 9, 8 + j * 18, 174 + i * 18)); + } + } + + for(i = 0; i < 9; ++i) { + this.addSlotToContainer(new Slot(aInventoryPlayer, i, 8 + i * 18, 232)); + } + } + + @Override + public void detectAndSendChanges() { + super.detectAndSendChanges(); + if (!this.mTileEntity.isClientSide() && this.mTileEntity.getMetaTileEntity() != null) { + this.mStuttering = ((GT_MetaTileEntity_BasicMachine)this.mTileEntity.getMetaTileEntity()).mStuttering; + + for (Object crafter : this.crafters) { + ICrafting var1 = (ICrafting) crafter; + var1.sendProgressBarUpdate(this, 102, this.mStuttering ? 1 : 0); + } + + } + } + + @Override + public void addCraftingToCrafters(ICrafting par1ICrafting) { + super.addCraftingToCrafters(par1ICrafting); + } + + @Override + @SideOnly(Side.CLIENT) + public void updateProgressBar(int par1, int par2) { + super.updateProgressBar(par1, par2); + switch(par1) { + case 102: + this.mStuttering = par2 != 0; + } + + } + + @Override + public int getSlotStartIndex() { + return 0; + } + + @Override + public int getShiftClickStartIndex() { + return 0; + } + + @Override + public int getSlotCount() { + return 3; + } + + @Override + public int getShiftClickSlotCount() { + return 1; + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DataReader.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DataReader.java new file mode 100644 index 0000000000..1b9c2f384c --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DataReader.java @@ -0,0 +1,265 @@ +package com.github.technus.tectech.thing.metaTileEntity.single.gui; + +import com.github.technus.tectech.Util; +import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_DataReader; +import gregtech.api.gui.GT_GUIContainerMetaTile_Machine; +import gregtech.api.gui.GT_Slot_Holo; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.util.GT_Utility; +import net.minecraft.client.Minecraft; +import net.minecraft.client.gui.FontRenderer; +import net.minecraft.client.renderer.texture.TextureMap; +import net.minecraft.entity.player.InventoryPlayer; +import net.minecraft.item.ItemStack; +import net.minecraft.util.IIcon; +import org.lwjgl.opengl.GL11; +import org.lwjgl.opengl.GL12; + +import java.util.ArrayList; +import java.util.List; + +public class GT_GUIContainer_DataReader extends GT_GUIContainerMetaTile_Machine { + public final String mName; + public final String mNEI; + public final byte mProgressBarDirection; + public final byte mProgressBarAmount; + private ItemStack stack=null; + + public GT_GUIContainer_DataReader(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity, String aName, String aTextureFile, String aNEI) { + this(aInventoryPlayer, aTileEntity, aName, aTextureFile, aNEI, (byte) 0, (byte) 1); + } + + public GT_GUIContainer_DataReader(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity, String aName, String aTextureFile, String aNEI, byte aProgressBarDirection, byte aProgressBarAmount) { + super(new GT_Container_DataReader(aInventoryPlayer, aTileEntity), "gregtech:textures/gui/basicmachines/" + aTextureFile); + this.mProgressBarDirection = aProgressBarDirection; + this.mProgressBarAmount = (byte) Math.max(1, aProgressBarAmount); + this.mName = aName; + this.mNEI = aNEI; + ySize = 256; + } + + @Override + public void drawScreen(int mouseX, int mouseY, float par3) { + super.drawScreen(mouseX, mouseY, par3); + if (mContainer != null) { + if (mContainer.mTileEntity != null && mContainer.mTileEntity.getMetaTileEntity() instanceof GT_MetaTileEntity_DataReader) { + GT_MetaTileEntity_DataReader reader = (GT_MetaTileEntity_DataReader) mContainer.mTileEntity.getMetaTileEntity(); + renderDataTooltips(mouseX,mouseY,reader.mTier); + } + } + } + + protected void drawGuiContainerForegroundLayer(int mouseX, int mouseY) { + if (mContainer != null) { + if (mContainer.mTileEntity != null && mContainer.mTileEntity.getMetaTileEntity() instanceof GT_MetaTileEntity_DataReader) { + GT_MetaTileEntity_DataReader reader = (GT_MetaTileEntity_DataReader) mContainer.mTileEntity.getMetaTileEntity(); + if (renderDataFG(mouseX, mouseY, reader.mTier)) { + return; + } + } + } + fontRendererObj.drawString(mName, 7, 8, 0xfafaff); + } + + protected void drawGuiContainerBackgroundLayer(float par1, int mouseX, int mouseY) { + super.drawGuiContainerBackgroundLayer(par1, mouseX, mouseY); + int x = (this.width - this.xSize) / 2; + int y = (this.height - this.ySize) / 2; + this.drawTexturedModalRect(x, y, 0, 0, this.xSize, this.ySize); + if (this.mContainer != null) { + if (((GT_Container_DataReader) this.mContainer).mStuttering) { + this.drawTexturedModalRect(x + 127, y + 152, 176, 54, 18, 18); + } + + if (this.mContainer.mMaxProgressTime > 0) { + int tSize = this.mProgressBarDirection < 2 ? 20 : 18; + int tProgress = Math.max(1, Math.min(tSize * this.mProgressBarAmount, (this.mContainer.mProgressTime > 0 ? 1 : 0) + this.mContainer.mProgressTime * tSize * this.mProgressBarAmount / this.mContainer.mMaxProgressTime)) % (tSize + 1); + switch (this.mProgressBarDirection) { + case 0: + this.drawTexturedModalRect(x + 78, y + 152, 176, 0, tProgress, 18); + break; + case 1: + this.drawTexturedModalRect(x + 78 + 20 - tProgress, y + 152, 196 - tProgress, 0, tProgress, 18); + break; + case 2: + this.drawTexturedModalRect(x + 78, y + 152, 176, 0, 20, tProgress); + break; + case 3: + this.drawTexturedModalRect(x + 78, y + 152 + 18 - tProgress, 176, 18 - tProgress, 20, tProgress); + break; + case 4: + tProgress = 20 - tProgress; + this.drawTexturedModalRect(x + 78, y + 152, 176, 0, tProgress, 18); + break; + case 5: + tProgress = 20 - tProgress; + this.drawTexturedModalRect(x + 78 + 20 - tProgress, y + 152, 196 - tProgress, 0, tProgress, 18); + break; + case 6: + tProgress = 18 - tProgress; + this.drawTexturedModalRect(x + 78, y + 152, 176, 0, 20, tProgress); + break; + case 7: + tProgress = 18 - tProgress; + this.drawTexturedModalRect(x + 78, y + 152 + 18 - tProgress, 176, 18 - tProgress, 20, tProgress); + } + } + } + if (mContainer != null) { + if (mContainer.mTileEntity != null && mContainer.mTileEntity.getMetaTileEntity() instanceof GT_MetaTileEntity_DataReader) { + GT_MetaTileEntity_DataReader reader = (GT_MetaTileEntity_DataReader) mContainer.mTileEntity.getMetaTileEntity(); + renderDataBG(reader.getStackInSlot(reader.getOutputSlot()), mouseX, mouseY, x, y, reader.mTier); + } + } + } + + private void renderDataBG(ItemStack thing, int mouseX, int mouseY, int x, int y, byte mTier) { + if (thing != null) { + ArrayList renders = GT_MetaTileEntity_DataReader.getRenders(new Util.TT_ItemStack(thing)); + for (GT_MetaTileEntity_DataReader.DataRender render : renders) { + if (render.canRender(thing, mTier)) { + if (!GT_Utility.areStacksEqual(stack, thing, false)) { + render.initRecipe(thing); + } + render.renderBackgroundOverlay(thing, mouseX, mouseY, x, y, this); + break; + } + } + } + stack=thing; + } + + private boolean renderDataFG(int mouseX, int mouseY, byte mTier) { + if(stack==null){ + return false; + } + ArrayList renders = GT_MetaTileEntity_DataReader.getRenders(new Util.TT_ItemStack(stack)); + for (GT_MetaTileEntity_DataReader.DataRender render : renders) { + if (render.canRender(stack, mTier)) { + render.renderForeground(stack, mouseX, mouseY, this, fontRendererObj); + return true; + } + } + return false; + } + + private boolean renderDataTooltips(int mouseX, int mouseY, byte mTier) { + if(stack==null){ + return false; + } + ArrayList renders = GT_MetaTileEntity_DataReader.getRenders(new Util.TT_ItemStack(stack)); + for (GT_MetaTileEntity_DataReader.DataRender render : renders) { + if (render.canRender(stack, mTier)) { + render.renderTooltips(stack, mouseX, mouseY, this); + return true; + } + } + return false; + } + + public void renderItemSimple(GT_Slot_Holo slot, ItemStack itemStack) { + int x = slot.xDisplayPosition; + int y = slot.yDisplayPosition; + this.zLevel = 100.0F; + itemRender.zLevel = 100.0F; + + if (itemStack == null) { + IIcon iicon = slot.getBackgroundIconIndex(); + + if (iicon != null) { + GL11.glDisable(GL11.GL_LIGHTING); + GL11.glEnable(GL11.GL_BLEND); // Forge: Blending needs to be enabled for this. + this.mc.getTextureManager().bindTexture(TextureMap.locationItemsTexture); + this.drawTexturedModelRectFromIcon(x, y, iicon, 16, 16); + GL11.glDisable(GL11.GL_BLEND); // Forge: And clean that up + GL11.glEnable(GL11.GL_LIGHTING); + } + } + GL11.glEnable(GL11.GL_DEPTH_TEST); + itemRender.renderItemAndEffectIntoGUI(this.fontRendererObj, this.mc.getTextureManager(), itemStack, x, y); + itemRender.renderItemOverlayIntoGUI(this.fontRendererObj, this.mc.getTextureManager(), itemStack, x, y); + + itemRender.zLevel = 0.0F; + this.zLevel = 0.0F; + } + + public void renderTooltipSimple(int mouseX, int mouseY, GT_Slot_Holo slot, ItemStack itemStack) { + int x = slot.xDisplayPosition + (width - xSize) / 2; + int y = slot.yDisplayPosition + (height - ySize) / 2; + if (mouseX >= x && mouseY >= y && mouseX <= x+16 && mouseY <= y+16 ) { + List strings=itemStack.getTooltip(Minecraft.getMinecraft().thePlayer, false); + if(strings.size()>0){ + strings.set(0,itemStack.getRarity().rarityColor+(String)strings.get(0)); + } + hoveringText(strings, mouseX, mouseY, fontRendererObj); + } + } + + private void hoveringText(List strings, int x, int y, FontRenderer font) { + if (!strings.isEmpty()) { + GL11.glDisable(GL12.GL_RESCALE_NORMAL); + //RenderHelper.disableStandardItemLighting(); + GL11.glDisable(GL11.GL_LIGHTING); + GL11.glDisable(GL11.GL_DEPTH_TEST); + int k = 0; + + for (Object aP_146283_1_ : strings) { + String s = (String) aP_146283_1_; + int l = font.getStringWidth(s); + + if (l > k) { + k = l; + } + } + + int x2 = x + 12; + int y2 = y - 12; + int i1 = 8; + + if (strings.size() > 1) { + i1 += 2 + (strings.size() - 1) * 10; + } + + if (x2 + k > this.width) { + x2 -= 28 + k; + } + + if (y2 + i1 + 6 > this.height) { + y2 = this.height - i1 - 6; + } + + //this.zLevel = 300.0F; + //itemRender.zLevel = 300.0F; + int j1 = 0xf0001040;//bg + this.drawGradientRect(x2 - 3, y2 - 4, x2 + k + 3, y2 - 3, j1, j1); + this.drawGradientRect(x2 - 3, y2 + i1 + 3, x2 + k + 3, y2 + i1 + 4, j1, j1); + this.drawGradientRect(x2 - 3, y2 - 3, x2 + k + 3, y2 + i1 + 3, j1, j1); + this.drawGradientRect(x2 - 4, y2 - 3, x2 - 3, y2 + i1 + 3, j1, j1); + this.drawGradientRect(x2 + k + 3, y2 - 3, x2 + k + 4, y2 + i1 + 3, j1, j1); + int k1 = 0x500040ff;//border bright + int l1 = (k1 & 0xfefefe) >> 1 | k1 & 0xff000000;//border dark??? + this.drawGradientRect(x2 - 3, y2 - 3 + 1, x2 - 3 + 1, y2 + i1 + 3 - 1, k1, l1); + this.drawGradientRect(x2 + k + 2, y2 - 3 + 1, x2 + k + 3, y2 + i1 + 3 - 1, k1, l1); + this.drawGradientRect(x2 - 3, y2 - 3, x2 + k + 3, y2 - 3 + 1, k1, k1); + this.drawGradientRect(x2 - 3, y2 + i1 + 2, x2 + k + 3, y2 + i1 + 3, l1, l1); + + for (int i2 = 0; i2 < strings.size(); ++i2) { + String s1 = (String) strings.get(i2); + font.drawStringWithShadow(s1, x2, y2, -1); + + if (i2 == 0) { + y2 += 2; + } + + y2 += 10; + } + + //this.zLevel = 0.0F; + //itemRender.zLevel = 0.0F; + GL11.glEnable(GL11.GL_LIGHTING); + GL11.glEnable(GL11.GL_DEPTH_TEST); + //RenderHelper.enableStandardItemLighting(); + GL11.glEnable(GL12.GL_RESCALE_NORMAL); + } + } +} diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_OFFLINE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_OFFLINE.png new file mode 100644 index 0000000000..ee04fde165 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_OFFLINE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_OFFLINE.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_OFFLINE.png.mcmeta new file mode 100644 index 0000000000..5e86a7cd5f --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_OFFLINE.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":8 + } +} \ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_ONLINE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_ONLINE.png new file mode 100644 index 0000000000..cfb2f8aaa7 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_ONLINE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_ONLINE.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_ONLINE.png.mcmeta new file mode 100644 index 0000000000..5e86a7cd5f --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/READER_ONLINE.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":8 + } +} \ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/gui/basicmachines/dataReader.png b/src/main/resources/assets/gregtech/textures/gui/basicmachines/dataReader.png new file mode 100644 index 0000000000..57a9b85ce9 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/gui/basicmachines/dataReader.png differ diff --git a/src/main/resources/assets/gregtech/textures/gui/multimachines/EMDisplay.png b/src/main/resources/assets/gregtech/textures/gui/multimachines/EMDisplay.png index 95aa09beae..e67f96e34e 100644 Binary files a/src/main/resources/assets/gregtech/textures/gui/multimachines/EMDisplay.png and b/src/main/resources/assets/gregtech/textures/gui/multimachines/EMDisplay.png differ diff --git a/src/main/resources/assets/tectech/textures/gui/assLineRender.png b/src/main/resources/assets/tectech/textures/gui/assLineRender.png new file mode 100644 index 0000000000..cc1cd35a7d Binary files /dev/null and b/src/main/resources/assets/tectech/textures/gui/assLineRender.png differ -- cgit From 833f71b34549ad8c6eb9ec1bad65817105bb9eee Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 18 Mar 2018 20:54:03 +0100 Subject: Fix serverside --- .../thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java index b2e1ec43a9..db60b2df39 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java @@ -4,6 +4,7 @@ import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.Util; import com.github.technus.tectech.thing.metaTileEntity.single.gui.GT_Container_DataReader; import com.github.technus.tectech.thing.metaTileEntity.single.gui.GT_GUIContainer_DataReader; +import cpw.mods.fml.common.FMLCommonHandler; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.ItemList; @@ -176,7 +177,9 @@ public class GT_MetaTileEntity_DataReader extends GT_MetaTileEntity_BasicMachine if(renders==null){ RENDER_REGISTRY.put(stack,renders=new ArrayList<>()); } - render.loadResources(); + if(FMLCommonHandler.instance().getEffectiveSide().isClient()) { + render.loadResources(); + } renders.add(render); } -- cgit From e7497ee170965f6423524df946a861d57f13ca6b Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 18 Mar 2018 21:07:04 +0100 Subject: adjust recipe --- src/main/java/com/github/technus/tectech/loader/RecipeLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java index 76f789db7f..e95c5bd28f 100644 --- a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java @@ -74,7 +74,7 @@ public class RecipeLoader implements Runnable { 'B', OrePrefixes.screw.get(Materials.Iridium), 'P', OrePrefixes.plate.get(Materials.Iridium), 'G', ItemList.Cover_Screen, - 'S', ItemList.Sensor_IV, + 'S', OrePrefixes.circuit.get(Materials.Elite), 'E', ItemList.Hull_IV}); if (Loader.isModLoaded("dreamcraft")) { -- cgit From f4ebcb9c7e057ded50f4532c033583f48cacd75b Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 18 Mar 2018 22:42:06 +0100 Subject: Make Data bank work --- .../technus/tectech/loader/MachineLoader.java | 4 +- .../technus/tectech/loader/RecipeLoader.java | 4 + .../GT_MetaTileEntity_Hatch_DataConnector.java | 4 +- .../hatch/GT_MetaTileEntity_Hatch_InputData.java | 5 + .../GT_MetaTileEntity_Hatch_InputDataAccess.java | 197 ------------------- .../GT_MetaTileEntity_Hatch_InputDataItems.java | 215 +++++++++++++++++++++ .../hatch/GT_MetaTileEntity_Hatch_OutputData.java | 5 + .../GT_MetaTileEntity_Hatch_OutputDataAccess.java | 135 ------------- .../GT_MetaTileEntity_Hatch_OutputDataItems.java | 140 ++++++++++++++ .../multi/GT_MetaTileEntity_EM_dataBank.java | 16 +- .../pipe/GT_MetaTileEntity_Pipe_Data.java | 12 +- .../metaTileEntity/pipe/iConnectsToDataPipe.java | 2 + 12 files changed, 391 insertions(+), 348 deletions(-) delete mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataAccess.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataItems.java delete mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataAccess.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java diff --git a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java index 502268c888..28d617a502 100644 --- a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java @@ -272,8 +272,8 @@ public class MachineLoader implements Runnable { dataIn_Hatch.set(new GT_MetaTileEntity_Hatch_InputData(15440, "hatch.datain.tier.07", "Optical Slave Connector", 7).getStackForm(1L)); dataOut_Hatch.set(new GT_MetaTileEntity_Hatch_OutputData(15441, "hatch.dataout.tier.07", "Optical Master Connector", 7).getStackForm(1L)); - dataInAcc_Hatch.set(new GT_MetaTileEntity_Hatch_InputDataAccess(15442, "hatch.datainass.tier.07", "Assembly line Slave Connector", 7).getStackForm(1L)); - dataOutAcc_Hatch.set(new GT_MetaTileEntity_Hatch_OutputDataAccess(15443, "hatch.dataoutass.tier.07", "Data Bank Master Connector", 7).getStackForm(1L)); + dataInAcc_Hatch.set(new GT_MetaTileEntity_Hatch_InputDataItems(15442, "hatch.datainass.tier.07", "Assembly line Slave Connector", 7).getStackForm(1L)); + dataOutAcc_Hatch.set(new GT_MetaTileEntity_Hatch_OutputDataItems(15443, "hatch.dataoutass.tier.07", "Data Bank Master Connector", 7).getStackForm(1L)); rack_Hatch.set(new GT_MetaTileEntity_Hatch_Rack(15450, "hatch.rack.tier.08", "Computer Rack", 8, "4 Slot Rack").getStackForm(1L)); holder_Hatch.set(new GT_MetaTileEntity_Hatch_Holder(15451, "hatch.holder.tier.09", "Object Holder", 8, "For Research Station").getStackForm(1L)); diff --git a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java index e95c5bd28f..9ff9bb7ed5 100644 --- a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java @@ -77,6 +77,10 @@ public class RecipeLoader implements Runnable { 'S', OrePrefixes.circuit.get(Materials.Elite), 'E', ItemList.Hull_IV}); + //Data Bank + //RA.addAssemblylineRecipe(ItemList.Machine_Multi_Assemblyline.get(1),5000,,,,500,) + //CustomItemList.Machine_Multi_DataBank + if (Loader.isModLoaded("dreamcraft")) { new DreamCraftRecipeLoader().run();//init recipes for GTNH version } else { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java index 51a46c5892..623d5c95c5 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java @@ -144,10 +144,10 @@ public abstract class GT_MetaTileEntity_Hatch_DataConnector 0) { - return new String[]{"ID: " + EnumChatFormatting.AQUA + id, "Computation: " + EnumChatFormatting.AQUA + (q != null ? q.getContentString() : 0), "PacketHistory: " + EnumChatFormatting.RED + (q != null ? q.getTraceSize() : 0),}; + return new String[]{"ID: " + EnumChatFormatting.AQUA + id, "Content: " + EnumChatFormatting.AQUA + (q != null ? q.getContentString() : 0), "PacketHistory: " + EnumChatFormatting.RED + (q != null ? q.getTraceSize() : 0),}; } return new String[]{ - "Computation: " + EnumChatFormatting.AQUA + (q != null ? q.getContentString() : 0), + "Content: " + EnumChatFormatting.AQUA + (q != null ? q.getContentString() : 0), "PacketHistory: " + EnumChatFormatting.RED + (q != null ? q.getTraceSize() : 0), }; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java index f239344b6c..c441efcf1f 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java @@ -36,6 +36,11 @@ public class GT_MetaTileEntity_Hatch_InputData extends GT_MetaTileEntity_Hatch_D return aSide == getBaseMetaTileEntity().getFrontFacing(); } + @Override + public boolean isDataInputFacing(byte side) { + return isInputFacing(side); + } + @Override public boolean isOutputFacing(byte aSide) { return false; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataAccess.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataAccess.java deleted file mode 100644 index 760fc53330..0000000000 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataAccess.java +++ /dev/null @@ -1,197 +0,0 @@ -package com.github.technus.tectech.thing.metaTileEntity.hatch; - -import com.github.technus.tectech.CommonValues; -import com.github.technus.tectech.dataFramework.InventoryDataPacket; -import com.github.technus.tectech.thing.metaTileEntity.pipe.iConnectsToDataPipe; -import gregtech.api.enums.Dyes; -import gregtech.api.interfaces.ITexture; -import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import gregtech.api.metatileentity.MetaTileEntity; -import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch_DataAccess; -import gregtech.api.objects.GT_RenderedTexture; -import net.minecraft.entity.player.EntityPlayer; -import net.minecraft.entity.player.InventoryPlayer; -import net.minecraft.item.ItemStack; -import net.minecraft.nbt.NBTTagCompound; -import net.minecraft.util.EnumChatFormatting; - -import java.util.ArrayList; - -import static com.github.technus.tectech.CommonValues.MOVE_AT; -import static com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_DataConnector.EM_D_ACTIVE; -import static com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_DataConnector.EM_D_CONN; -import static com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_DataConnector.EM_D_SIDES; -import static gregtech.api.enums.Dyes.MACHINE_METAL; - -public class GT_MetaTileEntity_Hatch_InputDataAccess extends GT_MetaTileEntity_Hatch_DataAccess implements iConnectsToDataPipe { - private final String mDescription; - public boolean delDelay = true; - private ItemStack[] stacks; - - public GT_MetaTileEntity_Hatch_InputDataAccess(int aID, String aName, String aNameRegional, int aTier) { - super(aID, aName, aNameRegional, aTier); - mDescription="ItemStack Data Input for Multiblocks"; - } - - public GT_MetaTileEntity_Hatch_InputDataAccess(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { - super(aName, aTier, aDescription, aTextures); - mDescription=aDescription; - } - - @Override - public ITexture[] getTexturesActive(ITexture aBaseTexture) { - return new ITexture[]{aBaseTexture, new GT_RenderedTexture(EM_D_ACTIVE, Dyes.getModulation(getBaseMetaTileEntity().getColorization(), MACHINE_METAL.getRGBA())), new GT_RenderedTexture(EM_D_CONN)}; - } - - @Override - public ITexture[] getTexturesInactive(ITexture aBaseTexture) { - return new ITexture[]{aBaseTexture, new GT_RenderedTexture(EM_D_SIDES, Dyes.getModulation(getBaseMetaTileEntity().getColorization(), MACHINE_METAL.getRGBA())), new GT_RenderedTexture(EM_D_CONN)}; - } - - @Override - public boolean isSimpleMachine() { - return true; - } - - @Override - public boolean isFacingValid(byte aFacing) { - return true; - } - - @Override - public MetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { - return new GT_MetaTileEntity_Hatch_InputDataAccess(this.mName, this.mTier, mDescription, this.mTextures); - } - - @Override - public boolean onRightclick(IGregTechTileEntity aBaseMetaTileEntity, EntityPlayer aPlayer) { - if (aBaseMetaTileEntity.isClientSide()) { - return true; - } else { - aBaseMetaTileEntity.openGUI(aPlayer); - return true; - } - } - - @Override - public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { - return null; - } - - @Override - public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { - return null; - } - - @Override - public boolean allowPullStack(IGregTechTileEntity aBaseMetaTileEntity, int aIndex, byte aSide, ItemStack aStack) { - return false; - } - - @Override - public boolean allowPutStack(IGregTechTileEntity aBaseMetaTileEntity, int aIndex, byte aSide, ItemStack aStack) { - return false; - } - - @Override - public int getInventoryStackLimit() { - return 1; - } - - @Override - public boolean isOutputFacing(byte aSide) { - return false; - } - - @Override - public boolean isInputFacing(byte aSide) { - return aSide == getBaseMetaTileEntity().getFrontFacing(); - } - - @Override - public boolean canConnect(byte side) { - return isInputFacing(side); - } - - @Override - public iConnectsToDataPipe getNext(iConnectsToDataPipe source) { - return null; - } - - public void setContents(InventoryDataPacket q){ - if(q==null){ - stacks=null; - }else{ - if(q.getContent().length>0) { - stacks = q.getContent(); - delDelay=true; - }else{ - stacks=null; - } - } - } - - @Override - public void saveNBTData(NBTTagCompound aNBT) { - super.saveNBTData(aNBT); - NBTTagCompound stacksTag=new NBTTagCompound(); - if(stacks!=null && stacks.length>0){ - stacksTag.setInteger("count",stacks.length); - for(int i=0;i0){ - ArrayList stacks=new ArrayList<>(); - for(int i=0;i0) { - this.stacks = stacks.toArray(new ItemStack[0]); - } - } - } - - @Override - public int getSizeInventory() { - return stacks!=null?stacks.length:0; - } - - @Override - public ItemStack getStackInSlot(int aIndex) { - return stacks!=null && aIndex0) { + stacks = q.getContent(); + delDelay=true; + }else{ + stacks=null; + } + } + } + + @Override + public void onRemoval() { + stacks=null; + } + + @Override + public void saveNBTData(NBTTagCompound aNBT) { + super.saveNBTData(aNBT); + NBTTagCompound stacksTag=new NBTTagCompound(); + if(stacks!=null && stacks.length>0){ + stacksTag.setInteger("count",stacks.length); + for(int i=0;i0){ + ArrayList stacks=new ArrayList<>(); + for(int i=0;i0) { + this.stacks = stacks.toArray(new ItemStack[0]); + } + } + } + + @Override + public int getSizeInventory() { + return stacks!=null?stacks.length:0; + } + + @Override + public ItemStack getStackInSlot(int aIndex) { + return stacks!=null && aIndex0); + } + } + + @Override + public String[] getDescription() { + return new String[]{ + CommonValues.TEC_MARK_EM, + mDescription, + "High speed fibre optics connector.", + EnumChatFormatting.AQUA + "Must be painted to work" + }; + } + + @Override + public String[] getInfoData() { + return new String[]{ + "Content: Stack Count: "+(stacks==null?0:stacks.length) + }; + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java index 25449160b1..f53826667d 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java @@ -42,6 +42,11 @@ public class GT_MetaTileEntity_Hatch_OutputData extends GT_MetaTileEntity_Hatch_ return false; } + @Override + public boolean isDataInputFacing(byte side) { + return isInputFacing(side); + } + @Override public boolean isSimpleMachine() { return true; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataAccess.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataAccess.java deleted file mode 100644 index 5915dff18b..0000000000 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataAccess.java +++ /dev/null @@ -1,135 +0,0 @@ -package com.github.technus.tectech.thing.metaTileEntity.hatch; - -import com.github.technus.tectech.dataFramework.InventoryDataPacket; -import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_Data; -import com.github.technus.tectech.thing.metaTileEntity.pipe.iConnectsToDataPipe; -import gregtech.api.interfaces.ITexture; -import gregtech.api.interfaces.metatileentity.IMetaTileEntity; -import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import gregtech.api.metatileentity.MetaTileEntity; -import gregtech.api.util.GT_Utility; -import net.minecraft.entity.player.EntityPlayer; -import net.minecraft.entity.player.InventoryPlayer; -import net.minecraft.item.ItemStack; -import net.minecraft.nbt.NBTTagCompound; - -public class GT_MetaTileEntity_Hatch_OutputDataAccess extends GT_MetaTileEntity_Hatch_DataConnector { - public GT_MetaTileEntity_Hatch_OutputDataAccess(int aID, String aName, String aNameRegional, int aTier) { - super(aID, aName, aNameRegional, aTier, "ItemStack Data Output for Multiblocks"); - } - - public GT_MetaTileEntity_Hatch_OutputDataAccess(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { - super(aName, aTier, aDescription, aTextures); - } - - @Override - public boolean isSimpleMachine() { - return true; - } - - @Override - public boolean isFacingValid(byte aFacing) { - return true; - } - - @Override - public MetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { - return new GT_MetaTileEntity_Hatch_OutputDataAccess(this.mName, this.mTier, this.mDescription, this.mTextures); - } - - @Override - public boolean onRightclick(IGregTechTileEntity aBaseMetaTileEntity, EntityPlayer aPlayer) { - if (aBaseMetaTileEntity.isClientSide()) { - return true; - } else { - aBaseMetaTileEntity.openGUI(aPlayer); - return true; - } - } - - @Override - public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { - return null; - } - - @Override - public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { - return null; - } - - @Override - public boolean allowPullStack(IGregTechTileEntity aBaseMetaTileEntity, int aIndex, byte aSide, ItemStack aStack) { - return false; - } - - @Override - public boolean allowPutStack(IGregTechTileEntity aBaseMetaTileEntity, int aIndex, byte aSide, ItemStack aStack) { - return false; - } - - @Override - public int getInventoryStackLimit() { - return 1; - } - - @Override - public boolean isOutputFacing(byte aSide) { - return aSide == getBaseMetaTileEntity().getFrontFacing(); - } - - @Override - public boolean isInputFacing(byte aSide) { - return false; - } - - @Override - public boolean canConnect(byte side) { - return isOutputFacing(side); - } - - @Override - public void moveAround(IGregTechTileEntity aBaseMetaTileEntity) { - iConnectsToDataPipe current = this, source = this, next; - int range = 0; - while ((next = current.getNext(source)) != null && range++ < 1000) { - if (next instanceof GT_MetaTileEntity_Hatch_InputDataAccess) { - ((GT_MetaTileEntity_Hatch_InputDataAccess) next).setContents(q); - break; - } - source = current; - current = next; - } - q = null; - } - - @Override - public iConnectsToDataPipe getNext(iConnectsToDataPipe source/*==this*/) { - IGregTechTileEntity base = getBaseMetaTileEntity(); - byte color = base.getColorization(); - if (color < 0) { - return null; - } - IGregTechTileEntity next = base.getIGregTechTileEntityAtSide(base.getFrontFacing()); - if (next == null || color != base.getColorization()) { - return null; - } - IMetaTileEntity meta = next.getMetaTileEntity(); - if (meta instanceof iConnectsToDataPipe) { - if (meta instanceof GT_MetaTileEntity_Hatch_InputDataAccess - && GT_Utility.getOppositeSide(next.getFrontFacing()) == base.getFrontFacing()) { - return (iConnectsToDataPipe) meta; - } - if (meta instanceof GT_MetaTileEntity_Pipe_Data - /*&& ((GT_MetaTileEntity_Pipe_Data) meta).connectionCount==2*/)//Checked later - { - return (iConnectsToDataPipe) meta; - } - } - return null; - } - - @Override - protected InventoryDataPacket loadPacketFromNBT(NBTTagCompound nbt) { - return new InventoryDataPacket(nbt); - } -} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java new file mode 100644 index 0000000000..330c19d391 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java @@ -0,0 +1,140 @@ +package com.github.technus.tectech.thing.metaTileEntity.hatch; + +import com.github.technus.tectech.dataFramework.InventoryDataPacket; +import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_Data; +import com.github.technus.tectech.thing.metaTileEntity.pipe.iConnectsToDataPipe; +import gregtech.api.interfaces.ITexture; +import gregtech.api.interfaces.metatileentity.IMetaTileEntity; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.MetaTileEntity; +import gregtech.api.util.GT_Utility; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.entity.player.InventoryPlayer; +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; + +public class GT_MetaTileEntity_Hatch_OutputDataItems extends GT_MetaTileEntity_Hatch_DataConnector { + public GT_MetaTileEntity_Hatch_OutputDataItems(int aID, String aName, String aNameRegional, int aTier) { + super(aID, aName, aNameRegional, aTier, "ItemStack Data Output for Multiblocks"); + } + + public GT_MetaTileEntity_Hatch_OutputDataItems(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { + super(aName, aTier, aDescription, aTextures); + } + + @Override + public boolean isSimpleMachine() { + return true; + } + + @Override + public boolean isFacingValid(byte aFacing) { + return true; + } + + @Override + public MetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { + return new GT_MetaTileEntity_Hatch_OutputDataItems(this.mName, this.mTier, this.mDescription, this.mTextures); + } + + @Override + public boolean onRightclick(IGregTechTileEntity aBaseMetaTileEntity, EntityPlayer aPlayer) { + if (aBaseMetaTileEntity.isClientSide()) { + return true; + } else { + aBaseMetaTileEntity.openGUI(aPlayer); + return true; + } + } + + @Override + public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return null; + } + + @Override + public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return null; + } + + @Override + public boolean allowPullStack(IGregTechTileEntity aBaseMetaTileEntity, int aIndex, byte aSide, ItemStack aStack) { + return false; + } + + @Override + public boolean allowPutStack(IGregTechTileEntity aBaseMetaTileEntity, int aIndex, byte aSide, ItemStack aStack) { + return false; + } + + @Override + public int getInventoryStackLimit() { + return 1; + } + + @Override + public boolean isOutputFacing(byte aSide) { + return aSide == getBaseMetaTileEntity().getFrontFacing(); + } + + @Override + public boolean isInputFacing(byte aSide) { + return false; + } + + @Override + public boolean isDataInputFacing(byte side) { + return isInputFacing(side); + } + + @Override + public boolean canConnect(byte side) { + return isOutputFacing(side); + } + + @Override + public void moveAround(IGregTechTileEntity aBaseMetaTileEntity) { + iConnectsToDataPipe current = this, source = this, next; + int range = 0; + while ((next = current.getNext(source)) != null && range++ < 1000) { + if (next instanceof GT_MetaTileEntity_Hatch_InputDataItems) { + ((GT_MetaTileEntity_Hatch_InputDataItems) next).setContents(q); + break; + } + source = current; + current = next; + } + q = null; + } + + @Override + public iConnectsToDataPipe getNext(iConnectsToDataPipe source/*==this*/) { + IGregTechTileEntity base = getBaseMetaTileEntity(); + byte color = base.getColorization(); + if (color < 0) { + return null; + } + IGregTechTileEntity next = base.getIGregTechTileEntityAtSide(base.getFrontFacing()); + if (next == null || color != base.getColorization()) { + return null; + } + IMetaTileEntity meta = next.getMetaTileEntity(); + if (meta instanceof iConnectsToDataPipe) { + if (meta instanceof GT_MetaTileEntity_Hatch_InputDataItems + && GT_Utility.getOppositeSide(next.getFrontFacing()) == base.getFrontFacing()) { + return (iConnectsToDataPipe) meta; + } + if (meta instanceof GT_MetaTileEntity_Pipe_Data + /*&& ((GT_MetaTileEntity_Pipe_Data) meta).connectionCount==2*/)//Checked later + { + return (iConnectsToDataPipe) meta; + } + } + return null; + } + + @Override + protected InventoryDataPacket loadPacketFromNBT(NBTTagCompound nbt) { + return new InventoryDataPacket(nbt); + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java index c66aa08c7f..1a6c776949 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java @@ -5,8 +5,8 @@ import com.github.technus.tectech.auxiliary.Reference; import com.github.technus.tectech.auxiliary.TecTechConfig; import com.github.technus.tectech.dataFramework.InventoryDataPacket; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; -import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputDataAccess; -import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_OutputDataAccess; +import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputDataItems; +import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_OutputDataItems; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; @@ -31,7 +31,7 @@ import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texture import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; public class GT_MetaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockBase_EM implements IConstructable { - private final ArrayList eStacksDataOutputs = new ArrayList<>(); + private final ArrayList eStacksDataOutputs = new ArrayList<>(); private final ArrayList eDataAccessHatches = new ArrayList<>(); //region Structure @@ -125,11 +125,11 @@ public class GT_MetaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockB } if(stacks.size()>0){ ItemStack[] arr=stacks.toArray(new ItemStack[0]); - for(GT_MetaTileEntity_Hatch_OutputDataAccess hatch:eStacksDataOutputs){ + for(GT_MetaTileEntity_Hatch_OutputDataItems hatch:eStacksDataOutputs){ hatch.q=new InventoryDataPacket(arr); } }else{ - for(GT_MetaTileEntity_Hatch_OutputDataAccess hatch:eStacksDataOutputs){ + for(GT_MetaTileEntity_Hatch_OutputDataItems hatch:eStacksDataOutputs){ hatch.q=null; } } @@ -153,10 +153,10 @@ public class GT_MetaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockB if (aMetaTileEntity == null) { return false; } - if (aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_OutputDataAccess) { + if (aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_OutputDataItems) { ((GT_MetaTileEntity_Hatch) aMetaTileEntity).updateTexture(aBaseCasingIndex); - return eStacksDataOutputs.add((GT_MetaTileEntity_Hatch_OutputDataAccess) aMetaTileEntity); - }else if(aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_DataAccess && !(aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_InputDataAccess)){ + return eStacksDataOutputs.add((GT_MetaTileEntity_Hatch_OutputDataItems) aMetaTileEntity); + }else if(aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_DataAccess && !(aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_InputDataItems)){ ((GT_MetaTileEntity_Hatch) aMetaTileEntity).updateTexture(aBaseCasingIndex); return eDataAccessHatches.add((GT_MetaTileEntity_Hatch_DataAccess) aMetaTileEntity); } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Data.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Data.java index ded80ee73e..4e50b7f4dc 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Data.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Data.java @@ -1,7 +1,6 @@ package com.github.technus.tectech.thing.metaTileEntity.pipe; import com.github.technus.tectech.CommonValues; -import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputData; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.GT_Mod; @@ -172,13 +171,13 @@ public class GT_MetaTileEntity_Pipe_Data extends MetaPipeEntity implements iConn } IMetaTileEntity meta = next.getMetaTileEntity(); if (meta instanceof iConnectsToDataPipe && meta != source) { - if (meta instanceof GT_MetaTileEntity_Hatch_InputData) { - return (iConnectsToDataPipe) meta; - } if (meta instanceof GT_MetaTileEntity_Pipe_Data && ((GT_MetaTileEntity_Pipe_Data) meta).connectionCount == 2) { return (iConnectsToDataPipe) meta; } + if(((iConnectsToDataPipe) meta).isDataInputFacing(GT_Utility.getOppositeSide(b))){ + return (iConnectsToDataPipe) meta; + } } } return null; @@ -231,4 +230,9 @@ public class GT_MetaTileEntity_Pipe_Data extends MetaPipeEntity implements iConn } return 0.375f; } + + @Override + public boolean isDataInputFacing(byte side) { + return true; + } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/iConnectsToDataPipe.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/iConnectsToDataPipe.java index 67db2ff5bb..95043b2ae1 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/iConnectsToDataPipe.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/iConnectsToDataPipe.java @@ -7,4 +7,6 @@ public interface iConnectsToDataPipe { boolean canConnect(byte side); iConnectsToDataPipe getNext(iConnectsToDataPipe source); + + boolean isDataInputFacing(byte side); } -- cgit From 0ba40893414b104ea562bfb26bce750ffee5de63 Mon Sep 17 00:00:00 2001 From: Tec Date: Mon, 19 Mar 2018 21:16:57 +0100 Subject: Cleanup data pipe api --- .../GT_MetaTileEntity_Hatch_DataConnector.java | 9 ++- ...GT_MetaTileEntity_Hatch_ElementalContainer.java | 4 +- .../hatch/GT_MetaTileEntity_Hatch_InputData.java | 23 +++++-- .../GT_MetaTileEntity_Hatch_InputDataItems.java | 40 ++++++++---- .../hatch/GT_MetaTileEntity_Hatch_OutputData.java | 43 ++++++------ .../GT_MetaTileEntity_Hatch_OutputDataItems.java | 36 +++++----- .../multi/GT_MetaTileEntity_EM_dataBank.java | 23 +++++++ .../pipe/GT_MetaTileEntity_Pipe_Data.java | 76 +++++++++++----------- .../pipe/GT_MetaTileEntity_Pipe_EM.java | 8 +-- .../metaTileEntity/pipe/IConnectsToDataPipe.java | 14 ++++ .../metaTileEntity/pipe/IConnectsToEMpipe.java | 8 +++ .../metaTileEntity/pipe/iConnectsToDataPipe.java | 12 ---- .../metaTileEntity/pipe/iConnectsToEMpipe.java | 8 --- 13 files changed, 177 insertions(+), 127 deletions(-) create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToDataPipe.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToEMpipe.java delete mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/iConnectsToDataPipe.java delete mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/iConnectsToEMpipe.java diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java index 623d5c95c5..22c2ac2e2b 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java @@ -2,7 +2,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.dataFramework.DataPacket; -import com.github.technus.tectech.thing.metaTileEntity.pipe.iConnectsToDataPipe; +import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToDataPipe; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Dyes; @@ -24,7 +24,7 @@ import static gregtech.api.enums.Dyes.MACHINE_METAL; /** * Created by danie_000 on 11.12.2016. */ -public abstract class GT_MetaTileEntity_Hatch_DataConnector extends GT_MetaTileEntity_Hatch implements iConnectsToDataPipe { +public abstract class GT_MetaTileEntity_Hatch_DataConnector extends GT_MetaTileEntity_Hatch implements IConnectsToDataPipe { public static Textures.BlockIcons.CustomIcon EM_D_SIDES; public static Textures.BlockIcons.CustomIcon EM_D_ACTIVE; public static Textures.BlockIcons.CustomIcon EM_D_CONN; @@ -161,4 +161,9 @@ public abstract class GT_MetaTileEntity_Hatch_DataConnector { - public boolean delDelay = true; + private boolean delDelay = true; public GT_MetaTileEntity_Hatch_InputData(int aID, String aName, String aNameRegional, int aTier) { super(aID, aName, aNameRegional, aTier, "Quantum Data Input for Multiblocks"); @@ -52,21 +52,34 @@ public class GT_MetaTileEntity_Hatch_InputData extends GT_MetaTileEntity_Hatch_D } @Override - public boolean canConnect(byte side) { + public boolean canConnectData(byte side) { return isInputFacing(side); } @Override - public iConnectsToDataPipe getNext(iConnectsToDataPipe source) { + public IConnectsToDataPipe getNext(IConnectsToDataPipe source) { return null; } + public void setContents(QuantumDataPacket qIn){ + if(qIn==null){ + this.q=null; + }else{ + if(qIn.getContent()>0) { + this.q = qIn; + delDelay=true; + }else{ + this.q=null; + } + } + } + @Override public void moveAround(IGregTechTileEntity aBaseMetaTileEntity) { if (delDelay) { delDelay = false; } else { - q = null; + setContents(null); } } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataItems.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataItems.java index 229ddc863b..51f3a6c21c 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataItems.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataItems.java @@ -2,7 +2,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.dataFramework.InventoryDataPacket; -import com.github.technus.tectech.thing.metaTileEntity.pipe.iConnectsToDataPipe; +import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToDataPipe; import gregtech.api.enums.Dyes; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; @@ -23,7 +23,7 @@ import static com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileE import static com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_DataConnector.EM_D_SIDES; import static gregtech.api.enums.Dyes.MACHINE_METAL; -public class GT_MetaTileEntity_Hatch_InputDataItems extends GT_MetaTileEntity_Hatch_DataAccess implements iConnectsToDataPipe { +public class GT_MetaTileEntity_Hatch_InputDataItems extends GT_MetaTileEntity_Hatch_DataAccess implements IConnectsToDataPipe { private final String mDescription; public boolean delDelay = true; private ItemStack[] stacks; @@ -114,21 +114,21 @@ public class GT_MetaTileEntity_Hatch_InputDataItems extends GT_MetaTileEntity_Ha } @Override - public boolean canConnect(byte side) { + public boolean canConnectData(byte side) { return isInputFacing(side); } @Override - public iConnectsToDataPipe getNext(iConnectsToDataPipe source) { + public IConnectsToDataPipe getNext(IConnectsToDataPipe source) { return null; } - public void setContents(InventoryDataPacket q){ - if(q==null){ + public void setContents(InventoryDataPacket iIn){ + if(iIn==null){ stacks=null; }else{ - if(q.getContent().length>0) { - stacks = q.getContent(); + if(iIn.getContent().length>0) { + stacks = iIn.getContent(); delDelay=true; }else{ stacks=null; @@ -145,7 +145,7 @@ public class GT_MetaTileEntity_Hatch_InputDataItems extends GT_MetaTileEntity_Ha public void saveNBTData(NBTTagCompound aNBT) { super.saveNBTData(aNBT); NBTTagCompound stacksTag=new NBTTagCompound(); - if(stacks!=null && stacks.length>0){ + if(stacks!=null){ stacksTag.setInteger("count",stacks.length); for(int i=0;i0); } } @@ -206,10 +210,20 @@ public class GT_MetaTileEntity_Hatch_InputDataItems extends GT_MetaTileEntity_Ha }; } + @Override + public boolean isGivingInformation() { + return true; + } + @Override public String[] getInfoData() { return new String[]{ "Content: Stack Count: "+(stacks==null?0:stacks.length) }; } + + @Override + public byte getColorization() { + return getBaseMetaTileEntity().getColorization(); + } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java index f53826667d..64de93f1d7 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java @@ -2,7 +2,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.dataFramework.QuantumDataPacket; import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_Data; -import com.github.technus.tectech.thing.metaTileEntity.pipe.iConnectsToDataPipe; +import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToDataPipe; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; @@ -27,11 +27,6 @@ public class GT_MetaTileEntity_Hatch_OutputData extends GT_MetaTileEntity_Hatch_ return new GT_MetaTileEntity_Hatch_OutputData(mName, mTier, mDescription, mTextures); } - @Override - protected QuantumDataPacket loadPacketFromNBT(NBTTagCompound nbt) { - return new QuantumDataPacket(nbt); - } - @Override public boolean isOutputFacing(byte aSide) { return aSide == getBaseMetaTileEntity().getFrontFacing(); @@ -42,29 +37,33 @@ public class GT_MetaTileEntity_Hatch_OutputData extends GT_MetaTileEntity_Hatch_ return false; } + @Override + public boolean isSimpleMachine() { + return true; + } + @Override public boolean isDataInputFacing(byte side) { return isInputFacing(side); } @Override - public boolean isSimpleMachine() { - return true; + protected QuantumDataPacket loadPacketFromNBT(NBTTagCompound nbt) { + return new QuantumDataPacket(nbt); } @Override - public boolean canConnect(byte side) { + public boolean canConnectData(byte side) { return isOutputFacing(side); } @Override public void moveAround(IGregTechTileEntity aBaseMetaTileEntity) { - iConnectsToDataPipe current = this, source = this, next; + IConnectsToDataPipe current = this, source = this, next; int range = 0; while ((next = current.getNext(source)) != null && range++ < 1000) { if (next instanceof GT_MetaTileEntity_Hatch_InputData) { - ((GT_MetaTileEntity_Hatch_InputData) next).q = q; - ((GT_MetaTileEntity_Hatch_InputData) next).delDelay = true; + ((GT_MetaTileEntity_Hatch_InputData) next).setContents(q); break; } source = current; @@ -74,27 +73,23 @@ public class GT_MetaTileEntity_Hatch_OutputData extends GT_MetaTileEntity_Hatch_ } @Override - public iConnectsToDataPipe getNext(iConnectsToDataPipe source/*==this*/) { + public IConnectsToDataPipe getNext(IConnectsToDataPipe source/*==this*/) { IGregTechTileEntity base = getBaseMetaTileEntity(); byte color = base.getColorization(); if (color < 0) { return null; } IGregTechTileEntity next = base.getIGregTechTileEntityAtSide(base.getFrontFacing()); - if (next == null || color != base.getColorization()) { + if (next == null) { return null; } IMetaTileEntity meta = next.getMetaTileEntity(); - if (meta instanceof iConnectsToDataPipe) { - if (meta instanceof GT_MetaTileEntity_Hatch_InputData - && GT_Utility.getOppositeSide(next.getFrontFacing()) == base.getFrontFacing()) { - return (iConnectsToDataPipe) meta; - } - if (meta instanceof GT_MetaTileEntity_Pipe_Data - /*&& ((GT_MetaTileEntity_Pipe_Data) meta).connectionCount==2*/)//Checked later - { - return (iConnectsToDataPipe) meta; - } + if (meta instanceof GT_MetaTileEntity_Pipe_Data){ + return (IConnectsToDataPipe) meta; + }else if (meta instanceof GT_MetaTileEntity_Hatch_InputData && + ((GT_MetaTileEntity_Hatch_InputData) meta).getColorization()==color && + ((GT_MetaTileEntity_Hatch_InputData) meta).canConnectData(GT_Utility.getOppositeSide(base.getFrontFacing()))) { + return (IConnectsToDataPipe) meta; } return null; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java index 330c19d391..1cf0bd4f09 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java @@ -2,7 +2,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.dataFramework.InventoryDataPacket; import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_Data; -import com.github.technus.tectech.thing.metaTileEntity.pipe.iConnectsToDataPipe; +import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToDataPipe; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; @@ -82,19 +82,24 @@ public class GT_MetaTileEntity_Hatch_OutputDataItems extends GT_MetaTileEntity_H return false; } + @Override + protected InventoryDataPacket loadPacketFromNBT(NBTTagCompound nbt) { + return new InventoryDataPacket(nbt); + } + @Override public boolean isDataInputFacing(byte side) { return isInputFacing(side); } @Override - public boolean canConnect(byte side) { + public boolean canConnectData(byte side) { return isOutputFacing(side); } @Override public void moveAround(IGregTechTileEntity aBaseMetaTileEntity) { - iConnectsToDataPipe current = this, source = this, next; + IConnectsToDataPipe current = this, source = this, next; int range = 0; while ((next = current.getNext(source)) != null && range++ < 1000) { if (next instanceof GT_MetaTileEntity_Hatch_InputDataItems) { @@ -108,33 +113,24 @@ public class GT_MetaTileEntity_Hatch_OutputDataItems extends GT_MetaTileEntity_H } @Override - public iConnectsToDataPipe getNext(iConnectsToDataPipe source/*==this*/) { + public IConnectsToDataPipe getNext(IConnectsToDataPipe source/*==this*/) { IGregTechTileEntity base = getBaseMetaTileEntity(); byte color = base.getColorization(); if (color < 0) { return null; } IGregTechTileEntity next = base.getIGregTechTileEntityAtSide(base.getFrontFacing()); - if (next == null || color != base.getColorization()) { + if (next == null) { return null; } IMetaTileEntity meta = next.getMetaTileEntity(); - if (meta instanceof iConnectsToDataPipe) { - if (meta instanceof GT_MetaTileEntity_Hatch_InputDataItems - && GT_Utility.getOppositeSide(next.getFrontFacing()) == base.getFrontFacing()) { - return (iConnectsToDataPipe) meta; - } - if (meta instanceof GT_MetaTileEntity_Pipe_Data - /*&& ((GT_MetaTileEntity_Pipe_Data) meta).connectionCount==2*/)//Checked later - { - return (iConnectsToDataPipe) meta; - } + if (meta instanceof GT_MetaTileEntity_Pipe_Data){ + return (IConnectsToDataPipe) meta; + }else if (meta instanceof GT_MetaTileEntity_Hatch_InputDataItems && + ((GT_MetaTileEntity_Hatch_InputDataItems) meta).getColorization()==color && + ((GT_MetaTileEntity_Hatch_InputDataItems) meta).canConnectData(GT_Utility.getOppositeSide(base.getFrontFacing()))) { + return (IConnectsToDataPipe) meta; } return null; } - - @Override - protected InventoryDataPacket loadPacketFromNBT(NBTTagCompound nbt) { - return new InventoryDataPacket(nbt); - } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java index 1a6c776949..6e977b12e6 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java @@ -7,6 +7,8 @@ import com.github.technus.tectech.dataFramework.InventoryDataPacket; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputDataItems; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_OutputDataItems; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_Container_MultiMachineEM; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_GUIContainer_MultiMachineEM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; @@ -18,6 +20,7 @@ import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch_DataAccess; import net.minecraft.block.Block; +import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; import net.minecraft.util.ResourceLocation; @@ -82,6 +85,16 @@ public class GT_MetaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockB return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][1]}; } + @Override + public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return new GT_Container_MultiMachineEM(aPlayerInventory, aBaseMetaTileEntity, true, false, true); + } + + @Override + public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return new GT_GUIContainer_MultiMachineEM(aPlayerInventory, aBaseMetaTileEntity, getLocalName(), "EMDisplay.png", true, false, true);//todo texture + } + @Override public boolean checkMachine_EM(IGregTechTileEntity iGregTechTileEntity, ItemStack itemStack) { eDataAccessHatches.clear(); @@ -99,6 +112,16 @@ public class GT_MetaTileEntity_EM_dataBank extends GT_MetaTileEntity_MultiblockB return description; } + @Override + protected void parametersLoadDefault_EM() { + for(int i=0;i<10;i++){ + setStatusOfParameterIn(i,0,STATUS_UNUSED); + setStatusOfParameterIn(i,1,STATUS_UNUSED); + setStatusOfParameterOut(i,0,STATUS_UNUSED); + setStatusOfParameterOut(i,1,STATUS_UNUSED); + } + } + @Override public boolean checkRecipe_EM(ItemStack itemStack) { if (eDataAccessHatches.size() > 0 && eStacksDataOutputs.size() > 0) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Data.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Data.java index 4e50b7f4dc..5234de7129 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Data.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Data.java @@ -8,7 +8,6 @@ import gregtech.api.enums.Dyes; import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; -import gregtech.api.interfaces.tileentity.IColoredTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.BaseMetaPipeEntity; import gregtech.api.metatileentity.MetaPipeEntity; @@ -29,7 +28,7 @@ import static gregtech.api.enums.Dyes.MACHINE_METAL; /** * Created by Tec on 26.02.2017. */ -public class GT_MetaTileEntity_Pipe_Data extends MetaPipeEntity implements iConnectsToDataPipe { +public class GT_MetaTileEntity_Pipe_Data extends MetaPipeEntity implements IConnectsToDataPipe { private static Textures.BlockIcons.CustomIcon EMpipe; private static Textures.BlockIcons.CustomIcon EMbar; public byte connectionCount = 0; @@ -110,54 +109,49 @@ public class GT_MetaTileEntity_Pipe_Data extends MetaPipeEntity implements iConn if ((aTick & 31) == 31) { mConnections = 0; connectionCount = 0; + byte myColor=aBaseMetaTileEntity.getColorization(); if (aBaseMetaTileEntity.getColorization() < 0) { return; } for (byte b0 = 0, b1; b0 < 6; b0++) { b1 = GT_Utility.getOppositeSide(b0); - //if (!aBaseMetaTileEntity.getCoverBehaviorAtSide(b0).alwaysLookConnected(b0, aBaseMetaTileEntity.getCoverIDAtSide(b0), aBaseMetaTileEntity.getCoverDataAtSide(b0), aBaseMetaTileEntity)) { TileEntity tTileEntity = aBaseMetaTileEntity.getTileEntityAtSide(b0); - if (tTileEntity instanceof IColoredTileEntity) { - //if (aBaseMetaTileEntity.getColorization() >= 0) { - byte tColor = ((IColoredTileEntity) tTileEntity).getColorization(); - if (tColor != aBaseMetaTileEntity.getColorization()) { + if (tTileEntity instanceof IConnectsToDataPipe) { + byte tColor = ((IConnectsToDataPipe) tTileEntity).getColorization(); + if (tColor != myColor) { continue; } - //} - } - if (tTileEntity instanceof iConnectsToDataPipe && ((iConnectsToDataPipe) tTileEntity).canConnect(b1)) { - mConnections |= 1 << b0; - connectionCount++; - } else if (tTileEntity instanceof IGregTechTileEntity && ((IGregTechTileEntity) tTileEntity).getMetaTileEntity() instanceof iConnectsToDataPipe) { - if (//((IGregTechTileEntity) tTileEntity).getCoverBehaviorAtSide(b1).alwaysLookConnected(b1, ((IGregTechTileEntity) tTileEntity).getCoverIDAtSide(b1), ((IGregTechTileEntity) tTileEntity).getCoverDataAtSide(b1), ((IGregTechTileEntity) tTileEntity)) || - ((iConnectsToDataPipe) ((IGregTechTileEntity) tTileEntity).getMetaTileEntity()).canConnect(b1)) { + if(((IConnectsToDataPipe) tTileEntity).canConnectData(b1)){ mConnections |= 1 << b0; connectionCount++; } + }else if(tTileEntity instanceof IGregTechTileEntity){ + IMetaTileEntity meta=((IGregTechTileEntity) tTileEntity).getMetaTileEntity(); + if(meta instanceof IConnectsToDataPipe){ + byte tColor = ((IConnectsToDataPipe) meta).getColorization(); + if (tColor != myColor) { + continue; + } + if(((IConnectsToDataPipe) meta).canConnectData(b1)){ + mConnections |= 1 << b0; + connectionCount++; + } + } } - //} - //else { - // mConnections |= (1 << b0); - // if (mOld != mConnections) { - // connectionCount++; - // mOld = mConnections; - // } - //} } } - } else if (aBaseMetaTileEntity.isClientSide() && GT_Client.changeDetected == 4) { aBaseMetaTileEntity.issueTextureUpdate(); } } @Override - public boolean canConnect(byte side) { + public boolean canConnectData(byte side) { return true; } @Override - public iConnectsToDataPipe getNext(iConnectsToDataPipe source) { + public IConnectsToDataPipe getNext(IConnectsToDataPipe source) { if (connectionCount != 2) { return null; } @@ -165,18 +159,21 @@ public class GT_MetaTileEntity_Pipe_Data extends MetaPipeEntity implements iConn if ((mConnections & 1 << b) == 0) { continue;//if not connected continue } - IGregTechTileEntity next = getBaseMetaTileEntity().getIGregTechTileEntityAtSide(b); - if (next == null) { - continue; - } - IMetaTileEntity meta = next.getMetaTileEntity(); - if (meta instanceof iConnectsToDataPipe && meta != source) { - if (meta instanceof GT_MetaTileEntity_Pipe_Data && - ((GT_MetaTileEntity_Pipe_Data) meta).connectionCount == 2) { - return (iConnectsToDataPipe) meta; + TileEntity next = getBaseMetaTileEntity().getTileEntityAtSide(b); + if (next instanceof IConnectsToDataPipe && next != source) { + if(((IConnectsToDataPipe) next).isDataInputFacing(GT_Utility.getOppositeSide(b))){ + return (IConnectsToDataPipe) next; } - if(((iConnectsToDataPipe) meta).isDataInputFacing(GT_Utility.getOppositeSide(b))){ - return (iConnectsToDataPipe) meta; + }else if(next instanceof IGregTechTileEntity) { + IMetaTileEntity meta = ((IGregTechTileEntity) next).getMetaTileEntity(); + if (meta instanceof IConnectsToDataPipe && meta != source) { + if (meta instanceof GT_MetaTileEntity_Pipe_Data && + ((GT_MetaTileEntity_Pipe_Data) meta).connectionCount == 2) { + return (IConnectsToDataPipe) meta; + } + if (((IConnectsToDataPipe) meta).isDataInputFacing(GT_Utility.getOppositeSide(b))) { + return (IConnectsToDataPipe) meta; + } } } } @@ -235,4 +232,9 @@ public class GT_MetaTileEntity_Pipe_Data extends MetaPipeEntity implements iConn public boolean isDataInputFacing(byte side) { return true; } + + @Override + public byte getColorization() { + return getBaseMetaTileEntity().getColorization(); + } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_EM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_EM.java index 3d1b5f6fb9..6c339bdc59 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_EM.java @@ -29,7 +29,7 @@ import static gregtech.api.enums.Dyes.MACHINE_METAL; /** * Created by Tec on 26.02.2017. */ -public class GT_MetaTileEntity_Pipe_EM extends MetaPipeEntity implements iConnectsToEMpipe { +public class GT_MetaTileEntity_Pipe_EM extends MetaPipeEntity implements IConnectsToEMpipe { private static Textures.BlockIcons.CustomIcon EMpipe; private static Textures.BlockIcons.CustomIcon EMcandy; public byte connectionCount = 0; @@ -125,12 +125,12 @@ public class GT_MetaTileEntity_Pipe_EM extends MetaPipeEntity implements iConnec } //} } - if (tTileEntity instanceof iConnectsToEMpipe && ((iConnectsToEMpipe) tTileEntity).canConnect(b1)) { + if (tTileEntity instanceof IConnectsToEMpipe && ((IConnectsToEMpipe) tTileEntity).canConnect(b1)) { mConnections |= 1 << b0; connectionCount++; - } else if (tTileEntity instanceof IGregTechTileEntity && ((IGregTechTileEntity) tTileEntity).getMetaTileEntity() instanceof iConnectsToEMpipe) { + } else if (tTileEntity instanceof IGregTechTileEntity && ((IGregTechTileEntity) tTileEntity).getMetaTileEntity() instanceof IConnectsToEMpipe) { if (//((IGregTechTileEntity) tTileEntity).getCoverBehaviorAtSide(b1).alwaysLookConnected(b1, ((IGregTechTileEntity) tTileEntity).getCoverIDAtSide(b1), ((IGregTechTileEntity) tTileEntity).getCoverDataAtSide(b1), ((IGregTechTileEntity) tTileEntity)) || - ((iConnectsToEMpipe) ((IGregTechTileEntity) tTileEntity).getMetaTileEntity()).canConnect(b1)) { + ((IConnectsToEMpipe) ((IGregTechTileEntity) tTileEntity).getMetaTileEntity()).canConnect(b1)) { mConnections |= 1 << b0; connectionCount++; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToDataPipe.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToDataPipe.java new file mode 100644 index 0000000000..def0795ba3 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToDataPipe.java @@ -0,0 +1,14 @@ +package com.github.technus.tectech.thing.metaTileEntity.pipe; + +/** + * Created by Tec on 26.02.2017. + */ +public interface IConnectsToDataPipe { + boolean canConnectData(byte side); + + IConnectsToDataPipe getNext(IConnectsToDataPipe source); + + boolean isDataInputFacing(byte side); + + byte getColorization(); +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToEMpipe.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToEMpipe.java new file mode 100644 index 0000000000..cacdb41500 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToEMpipe.java @@ -0,0 +1,8 @@ +package com.github.technus.tectech.thing.metaTileEntity.pipe; + +/** + * Created by Tec on 26.02.2017. + */ +public interface IConnectsToEMpipe { + boolean canConnect(byte side); +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/iConnectsToDataPipe.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/iConnectsToDataPipe.java deleted file mode 100644 index 95043b2ae1..0000000000 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/iConnectsToDataPipe.java +++ /dev/null @@ -1,12 +0,0 @@ -package com.github.technus.tectech.thing.metaTileEntity.pipe; - -/** - * Created by Tec on 26.02.2017. - */ -public interface iConnectsToDataPipe { - boolean canConnect(byte side); - - iConnectsToDataPipe getNext(iConnectsToDataPipe source); - - boolean isDataInputFacing(byte side); -} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/iConnectsToEMpipe.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/iConnectsToEMpipe.java deleted file mode 100644 index d8fd912455..0000000000 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/iConnectsToEMpipe.java +++ /dev/null @@ -1,8 +0,0 @@ -package com.github.technus.tectech.thing.metaTileEntity.pipe; - -/** - * Created by Tec on 26.02.2017. - */ -public interface iConnectsToEMpipe { - boolean canConnect(byte side); -} -- cgit From 3dc9b190aa99db5baa8eab71e67634af0d17686e Mon Sep 17 00:00:00 2001 From: Tec Date: Wed, 28 Mar 2018 22:02:08 +0200 Subject: bump ver --- build.properties | 2 +- .../java/com/github/technus/tectech/TecTech.java | 23 +++++++++-- .../core/stacks/cElementalInstanceStack.java | 6 +-- .../core/templates/iElementalDefinition.java | 2 +- .../technus/tectech/recipe/TT_recipeAdder.java | 2 +- .../multi/GT_MetaTileEntity_EM_decay.java | 47 +++++++++++----------- .../base/GT_MetaTileEntity_MultiblockBase_EM.java | 9 ++++- .../single/GT_MetaTileEntity_DataReader.java | 4 +- .../single/gui/GT_GUIContainer_DataReader.java | 2 +- 9 files changed, 58 insertions(+), 39 deletions(-) diff --git a/build.properties b/build.properties index 81fae8c450..d7bb45ccef 100644 --- a/build.properties +++ b/build.properties @@ -1,6 +1,6 @@ minecraft.version=1.7.10 forge.version=10.13.4.1614-1.7.10 -tectech.version=3.6.3 +tectech.version=3.6.4 ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 84f2ddf58b..f4dd1c826a 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -158,7 +158,6 @@ public class TecTech { "dreamcraft", "miscutils", "GT++DarkWorld", - "TwilightForest", "GalacticraftCore", "GalacticraftMars", "GalaxySpace", @@ -179,8 +178,8 @@ public class TecTech { "thaumicenergistics", "witchery", "lootgames", - Reference.MODID, - "utilityworlds" + "utilityworlds", + Reference.MODID )); String modId; for(Block block : GameData.getBlockRegistry().typeSafeIterable()) { @@ -193,9 +192,25 @@ public class TecTech { if ("grave".equals(GameRegistry.findUniqueIdentifierFor(block).name)) { continue; } + } else if ("TwilightForest".equals(modId)){ + if ("tile.TFShield".equals(GameRegistry.findUniqueIdentifierFor(block).name)){ + block.setResistance(40); + continue; + }else if ("tile.TFThorns".equals(GameRegistry.findUniqueIdentifierFor(block).name)){ + block.setResistance(10); + continue; + }else if ("tile.TFTowerTranslucent".equals(GameRegistry.findUniqueIdentifierFor(block).name)){ + block.setResistance(30); + continue; + }else if ("tile.TFDeadrock".equals(GameRegistry.findUniqueIdentifierFor(block).name)) { + block.setResistance(5); + continue; + } else { + continue; + } } } - block.setResistance(6); + block.setResistance(5); } } } diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java index f8a52cf6a3..0575c2b8a5 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java @@ -98,14 +98,12 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { setLifeTimeMultiplier(getLifeTimeMultiplier()); } - @Deprecated //can be done from definition public float getEnergySettingCost(long currentEnergyLevel, long newEnergyLevel){ - return definition.getEnergyDiffBetweenStates(currentEnergyLevel,newEnergyLevel); + return definition.getEnergyDiffBetweenStates(currentEnergyLevel,newEnergyLevel)*amount; } - @Deprecated //can be done from definition public float getEnergySettingCost(long newEnergyLevel){ - return definition.getEnergyDiffBetweenStates(energy,newEnergyLevel); + return definition.getEnergyDiffBetweenStates(energy,newEnergyLevel)*amount; } public cElementalDefinitionStack getDefinitionStack() { diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java index 8a0bd486c0..8692203e55 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java @@ -17,7 +17,7 @@ public abstract class iElementalDefinition implements ComparablegetMinimumStoredEU()) { for (GT_MetaTileEntity_Hatch_Dynamo tHatch : mDynamoHatches) { if (GT_MetaTileEntity_MultiBlockBase.isValidMetaTileEntity(tHatch)) { euVar = tHatch.maxEUOutput(); @@ -1819,6 +1819,12 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt return false; } + /** + * + * @param EU + * @param Amperes + * @return if was able to put inside the hatches + */ private boolean addEnergyOutput_EM(long EU, long Amperes) { if(EU<0) { EU = -EU; @@ -1862,6 +1868,7 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt } } } + setEUVar(Math.min(getEUVar() + euVar,maxEUStore())); return false; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java index db60b2df39..bf557fa4f7 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java @@ -191,7 +191,7 @@ public class GT_MetaTileEntity_DataReader extends GT_MetaTileEntity_BasicMachine @SideOnly(Side.CLIENT) void loadResources(); @SideOnly(Side.CLIENT) - void initRecipe(ItemStack itemStack); + void initRender(ItemStack itemStack); @SideOnly(Side.CLIENT) void renderTooltips(ItemStack itemStack,int mouseX,int mouseY,GT_GUIContainer_DataReader gui); @SideOnly(Side.CLIENT) @@ -218,7 +218,7 @@ public class GT_MetaTileEntity_DataReader extends GT_MetaTileEntity_BasicMachine } @Override - public void initRecipe(ItemStack itemStack) { + public void initRender(ItemStack itemStack) { slots=new HashMap<>(); slots2=new HashMap<>(); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DataReader.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DataReader.java index 1b9c2f384c..97e7601b67 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DataReader.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DataReader.java @@ -119,7 +119,7 @@ public class GT_GUIContainer_DataReader extends GT_GUIContainerMetaTile_Machine for (GT_MetaTileEntity_DataReader.DataRender render : renders) { if (render.canRender(thing, mTier)) { if (!GT_Utility.areStacksEqual(stack, thing, false)) { - render.initRecipe(thing); + render.initRender(thing); } render.renderBackgroundOverlay(thing, mouseX, mouseY, x, y, this); break; -- cgit From b04220e5bca31bb7d360e51a5ebc21c75aebb051 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 2 Apr 2018 20:39:54 +0200 Subject: Add wiki link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f13e1a6d91..dc56ee0d9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # TecTech [![Build Status](http://jenkins.usrv.de:8081/buildStatus/icon?job=Tec%20Tech)](http://jenkins.usrv.de:8081/job/Tec%20Tech) GT additions EXTREME +# WIKI +https://github.com/JALGATeam/TecTechWiki + # Jenkins Builds http://jenkins.usrv.de:8081/job/Tec%20Tech/ https://jenkins.datamats.com/job/TecTech/ -- cgit From 5ad32960869089d2b145ab9a77d9fdb2746aa8c7 Mon Sep 17 00:00:00 2001 From: Tec Date: Sat, 7 Apr 2018 11:39:20 +0200 Subject: rebal decay --- .../metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java | 9 ++++----- .../multi/GT_MetaTileEntity_EM_dequantizer.java | 8 ++++---- .../metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java | 11 ++++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java index a520cdd657..95884ad25e 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java @@ -37,7 +37,7 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase private static Textures.BlockIcons.CustomIcon ScreenON; private static final double URANIUM_INGOT_MASS_DIFF = 1.6114516E10; - private static final double MASS_TO_EU=ConfigUtil.getFloat(MainConfig.get(), "balance/energy/generator/nuclear")*800000.0/ URANIUM_INGOT_MASS_DIFF;//*20 + private static final double MASS_TO_EU= ConfigUtil.getFloat(MainConfig.get(), "balance/energy/generator/nuclear") * 3000000.0 / URANIUM_INGOT_MASS_DIFF;//*20 private static final double MASS_TO_EU_INSTANT= MASS_TO_EU*20; //region structure @@ -154,11 +154,10 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase outputEM[0].tickContent(1,0,1); - - mEUt=(int)((mass-outputEM[0].getMass())*MASS_TO_EU); - mEUt/=getParameterInInt(0,0); + double energyDose=((mass-outputEM[0].getMass())*MASS_TO_EU); + mEUt=(int)(energyDose/getParameterInInt(0,0)); eAmpereFlow=getParameterInInt(0,0); - + //todo move not actually decaying crap, beware of energy using decays? //for(cElementalInstanceStack stack:contents.values()){ diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java index cf36547524..552ec48055 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java @@ -135,12 +135,12 @@ public class GT_MetaTileEntity_EM_dequantizer extends GT_MetaTileEntity_Multiblo mMaxProgresstime = 20; mEfficiencyIncrease = 10000; float mass = from.getMass(); - float euMult = mass / refMass; - eAmpereFlow = (int) Math.ceil(euMult); + float euMult = Math.abs(mass / refMass); + eAmpereFlow = (int) Math.ceil(Math.sqrt(Math.sqrt(euMult))); if (mass > refUnstableMass || from.getDefinition().getRawTimeSpan(energy) < STABLE_RAW_LIFE_TIME) { - mEUt = (int) -V[10]; - } else { mEUt = (int) -V[8]; + } else { + mEUt = (int) -V[6]; } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java index 7f1c553840..cc4492f2aa 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java @@ -30,6 +30,7 @@ import java.util.ArrayList; import static com.github.technus.tectech.Util.*; import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition.DEFAULT_ENERGY_LEVEL; +import static com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition.STABLE_RAW_LIFE_TIME; import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.refMass; import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.refUnstableMass; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; @@ -172,12 +173,12 @@ public class GT_MetaTileEntity_EM_quantizer extends GT_MetaTileEntity_Multiblock mMaxProgresstime = 20; mEfficiencyIncrease = 10000; float mass = into.getMass(); - float euMult = mass / refMass; - eAmpereFlow = (int) Math.ceil(euMult); - if (mass > refUnstableMass || into.getDefinition().getRawTimeSpan(DEFAULT_ENERGY_LEVEL) < 1.5e25f) { - mEUt = (int) -V[10]; - } else { + float euMult = Math.abs(mass / refMass); + eAmpereFlow = (int) Math.ceil(Math.sqrt(Math.sqrt(euMult))); + if (mass > refUnstableMass || into.getDefinition().getRawTimeSpan(DEFAULT_ENERGY_LEVEL) < STABLE_RAW_LIFE_TIME) { mEUt = (int) -V[8]; + } else { + mEUt = (int) -V[6]; } outputEM = new cElementalInstanceStackMap[]{ into instanceof cElementalInstanceStack ? -- cgit From 9aa701747a39ab82b16d93baf2ff5d03f3318ac1 Mon Sep 17 00:00:00 2001 From: Tec Date: Sat, 7 Apr 2018 13:50:04 +0200 Subject: change description --- .../hatch/GT_MetaTileEntity_Hatch_CreativeMaintenance.java | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeMaintenance.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeMaintenance.java index 4a3914acfe..74d1b95910 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeMaintenance.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeMaintenance.java @@ -1,11 +1,13 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; +import com.github.technus.tectech.CommonValues; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.MetaTileEntity; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch_Maintenance; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumChatFormatting; public class GT_MetaTileEntity_Hatch_CreativeMaintenance extends GT_MetaTileEntity_Hatch_Maintenance { public GT_MetaTileEntity_Hatch_CreativeMaintenance(int aID, String aName, String aNameRegional, int aTier) { @@ -18,10 +20,12 @@ public class GT_MetaTileEntity_Hatch_CreativeMaintenance extends GT_MetaTileEnti @Override public String[] getDescription() { - String[] desc = new String[this.mDescriptionArray.length + 1]; - System.arraycopy(this.mDescriptionArray, 0, desc, 0, this.mDescriptionArray.length); - desc[this.mDescriptionArray.length] = "Fixing is for plebs!"; - return desc; + return new String[]{ + CommonValues.BASS_MARK, + mDescription, + "Does fix everything but itself.", + EnumChatFormatting.AQUA + "Fixing is for plebs!" + }; } @Override -- cgit From c9a554205d715bdcdd9eda8492d727a9daa3dcad Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 8 Apr 2018 08:37:13 +0200 Subject: change recipes for vanilla gt --- .../java/com/github/technus/tectech/loader/BloodyRecipeLoader.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java index 81583c1cb0..f95cd04619 100644 --- a/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java @@ -80,7 +80,7 @@ public class BloodyRecipeLoader implements Runnable { //Molecular Casing GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Power.get(1), - GT_OreDictUnificator.get(OrePrefixes.plateDense, Materials.Osmiridium, 6), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Osmiridium, 16), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Osmium, 12), GT_OreDictUnificator.get(OrePrefixes.screw, Materials.TungstenSteel, 24), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.TungstenSteel, 24), @@ -91,7 +91,7 @@ public class BloodyRecipeLoader implements Runnable { TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.eM_Containment.get(1), 12000,32, 500000, 6, new ItemStack[]{ CustomItemList.eM_Containment.get(1), - GT_OreDictUnificator.get(OrePrefixes.plateDense, Materials.Neutronium, 2), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 8), GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Plutonium, 2), GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Lead, 8), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Americium, 16), @@ -109,7 +109,7 @@ public class BloodyRecipeLoader implements Runnable { CustomItemList.eM_Hollow.get(1), ItemList.Casing_Fusion_Coil.get(4), ItemList.Casing_Coil_NaquadahAlloy.get( 4), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 16), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 8), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Americium, 16), }, new FluidStack[]{ Materials.Glass.getMolten(2304), -- cgit From 498593db051033b6fc8c126ef844f641d78d5ef3 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 8 Apr 2018 09:13:00 +0200 Subject: de staticize reflection in loaders --- .../dreamcraft/DreamCraftRecipeLoader.java | 21 ++-- .../tectech/compatibility/gtpp/GtppAtomLoader.java | 106 +++++++++++++++------ 2 files changed, 85 insertions(+), 42 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index 9b3986bec4..0caac6fde4 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -27,22 +27,14 @@ import static com.github.technus.tectech.loader.RecipeLoader.getOrDefault; */ public class DreamCraftRecipeLoader implements Runnable { //region reflect a bit - private static final Class CUSTOM_ITEM_LIST; - private static final Method ADD_ASSEMBLER_RECIPE; - static { - try { - CUSTOM_ITEM_LIST = Class.forName("com.dreammaster.gthandler.CustomItemList"); - ADD_ASSEMBLER_RECIPE = GT_Values.RA.getClass().getMethod("addAssemblerRecipe", ItemStack[].class, FluidStack.class, ItemStack.class, int.class, int.class, boolean.class); - } catch (Exception e) { - throw new Error(e); - } - } + private Class CUSTOM_ITEM_LIST; + private Method ADD_ASSEMBLER_RECIPE; private IItemContainer getItemContainer(String name) { return (IItemContainer) Enum.valueOf(CUSTOM_ITEM_LIST, name); } - private static void addAssemblerRecipeWithCleanroom(ItemStack[] items, FluidStack fluid, ItemStack output, int time, int eut) { + private void addAssemblerRecipeWithCleanroom(ItemStack[] items, FluidStack fluid, ItemStack output, int time, int eut) { try { ADD_ASSEMBLER_RECIPE.invoke(GT_Values.RA, items, fluid, output, time, eut, true); } catch (Exception e) { @@ -53,6 +45,13 @@ public class DreamCraftRecipeLoader implements Runnable { @Override public void run() { + try { + CUSTOM_ITEM_LIST = Class.forName("com.dreammaster.gthandler.CustomItemList"); + ADD_ASSEMBLER_RECIPE = GT_Values.RA.getClass().getMethod("addAssemblerRecipe", ItemStack[].class, FluidStack.class, ItemStack.class, int.class, int.class, boolean.class); + } catch (Exception e) { + throw new Error(e); + } + //Quantum Glass GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ CustomItemList.eM_Containment.get(1), diff --git a/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java b/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java index aa6590c8ea..dcc8dad6e5 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java @@ -2,42 +2,86 @@ package com.github.technus.tectech.compatibility.gtpp; import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; import gregtech.api.enums.OrePrefixes; -import gtPlusPlus.core.material.ELEMENT; -import gtPlusPlus.core.material.MaterialGenerator; +import gtPlusPlus.core.material.Material; +import net.minecraftforge.fluids.FluidStack; + +import java.lang.reflect.Method; import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.*; public class GtppAtomLoader implements Runnable{ + private Class ELEMENT; + private Object ELEMENT_INSTANCE; + private Method getUnlocalizedName,getFluid,generate; + + private String getUnlocalizedName(String elementName){ + try { + return (String) getUnlocalizedName.invoke(ELEMENT.getField(elementName).get(ELEMENT_INSTANCE)); + }catch (Exception e){ + throw new Error(e); + } + } + + private FluidStack getFluid(String elementName, int fluidAmount){ + try { + return (FluidStack) getFluid.invoke(ELEMENT.getField(elementName).get(ELEMENT_INSTANCE),fluidAmount); + }catch (Exception e){ + throw new Error(e); + } + } + + private void generate(String elementName,boolean generateAll, boolean generateBlastRecipes){ + try { + generate.invoke(null,ELEMENT.getField(elementName).get(ELEMENT_INSTANCE),generateAll,generateBlastRecipes); + }catch (Exception e){ + throw new Error(e); + } + } + @Override public void run() { - transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(10), 144), ELEMENT.getInstance().NEON.getFluid(144)); - MaterialGenerator.generate(ELEMENT.getInstance().GERMANIUM); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(32), 144), OrePrefixes.dust, ELEMENT.getInstance().GERMANIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(34), 144), OrePrefixes.dust, ELEMENT.getInstance().SELENIUM.getUnlocalizedName(),1); - transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(35), 144), ELEMENT.getInstance().BROMINE.getFluid(144)); - transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(36), 144), ELEMENT.getInstance().KRYPTON.getFluid(144)); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(40), 144),OrePrefixes.dust, ELEMENT.getInstance().ZIRCONIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(43), 144),OrePrefixes.dust, ELEMENT.getInstance().TECHNETIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(44), 144),OrePrefixes.dust, ELEMENT.getInstance().RUTHENIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(45), 144),OrePrefixes.dust, ELEMENT.getInstance().RHODIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(53), 144),OrePrefixes.dust, ELEMENT.getInstance().IODINE.getUnlocalizedName(),1); - transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(54), 144),ELEMENT.getInstance().XENON.getFluid(144)); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(72), 144),OrePrefixes.dust, ELEMENT.getInstance().HAFNIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(75), 144),OrePrefixes.dust, ELEMENT.getInstance().RHENIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(81), 144),OrePrefixes.dust, ELEMENT.getInstance().THALLIUM.getUnlocalizedName(),1); - - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(84),144),OrePrefixes.dust, ELEMENT.getInstance().POLONIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(85),144),OrePrefixes.dust, ELEMENT.getInstance().ASTATINE.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(87),144),OrePrefixes.dust, ELEMENT.getInstance().FRANCIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(88),144),OrePrefixes.dust, ELEMENT.getInstance().RADIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(89),144),OrePrefixes.dust, ELEMENT.getInstance().ACTINIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(91),144),OrePrefixes.dust, ELEMENT.getInstance().PROTACTINIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(93),144),OrePrefixes.dust, ELEMENT.getInstance().NEPTUNIUM.getUnlocalizedName(),1); - - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(96),144),OrePrefixes.dust, ELEMENT.getInstance().CURIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(97),144),OrePrefixes.dust, ELEMENT.getInstance().BERKELIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(98),144),OrePrefixes.dust, ELEMENT.getInstance().CALIFORNIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(99),144),OrePrefixes.dust, ELEMENT.getInstance().EINSTEINIUM.getUnlocalizedName(),1); - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(100),144),OrePrefixes.dust, ELEMENT.getInstance().FERMIUM.getUnlocalizedName(),1); + try{ + ELEMENT=Class.forName("gtPlusPlus.core.material.ELEMENT"); + ELEMENT_INSTANCE=ELEMENT.getMethod("getInstance").invoke(null); + + Class clazz=Class.forName("gtPlusPlus.core.material.Material"); + getUnlocalizedName=clazz.getMethod("getUnlocalizedName"); + getFluid=clazz.getMethod("getFluid", int.class); + + clazz=Class.forName("gtPlusPlus.core.material.MaterialGenerator"); + generate=clazz.getMethod("generate", Material.class, boolean.class, boolean.class); + }catch (Exception e){ + throw new Error(e); + } + + transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(10), 144), getFluid("NEON",144)); + generate("GERMANIUM",true,true); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(32), 144), OrePrefixes.dust, getUnlocalizedName("GERMANIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(34), 144), OrePrefixes.dust, getUnlocalizedName("SELENIUM"),1); + transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(35), 144), getFluid("BROMINE",144)); + transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(36), 144), getFluid("KRYPTON",144)); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(40), 144),OrePrefixes.dust, getUnlocalizedName("ZIRCONIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(43), 144),OrePrefixes.dust, getUnlocalizedName("TECHNETIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(44), 144),OrePrefixes.dust, getUnlocalizedName("RUTHENIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(45), 144),OrePrefixes.dust, getUnlocalizedName("RHODIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(53), 144),OrePrefixes.dust, getUnlocalizedName("IODINE"),1); + transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(54), 144),getFluid("XENON",144)); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(72), 144),OrePrefixes.dust, getUnlocalizedName("HAFNIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(75), 144),OrePrefixes.dust, getUnlocalizedName("RHENIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(81), 144),OrePrefixes.dust, getUnlocalizedName("THALLIUM"),1); + + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(84),144),OrePrefixes.dust, getUnlocalizedName("POLONIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(85),144),OrePrefixes.dust, getUnlocalizedName("ASTATINE"),1); + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(87),144),OrePrefixes.dust, getUnlocalizedName("FRANCIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(88),144),OrePrefixes.dust, getUnlocalizedName("RADIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(89),144),OrePrefixes.dust, getUnlocalizedName("ACTINIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(91),144),OrePrefixes.dust, getUnlocalizedName("PROTACTINIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(93),144),OrePrefixes.dust, getUnlocalizedName("NEPTUNIUM"),1); + + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(96),144),OrePrefixes.dust, getUnlocalizedName("CURIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(97),144),OrePrefixes.dust, getUnlocalizedName("BERKELIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(98),144),OrePrefixes.dust, getUnlocalizedName("CALIFORNIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(99),144),OrePrefixes.dust, getUnlocalizedName("EINSTEINIUM"),1); + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(100),144),OrePrefixes.dust, getUnlocalizedName("FERMIUM"),1); } } -- cgit From 2a196a659ccfe0d33f90eefd4f121ee6d07f678f Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 8 Apr 2018 20:33:17 +0200 Subject: decay reactor usable draft --- .../dreamcraft/DreamCraftRecipeLoader.java | 2 ++ .../tectech/compatibility/gtpp/GtppAtomLoader.java | 4 ++++ .../multi/GT_MetaTileEntity_EM_decay.java | 24 +++++++++++++--------- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index 0caac6fde4..af834b2617 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -45,12 +45,14 @@ public class DreamCraftRecipeLoader implements Runnable { @Override public void run() { + //region reflect a bit try { CUSTOM_ITEM_LIST = Class.forName("com.dreammaster.gthandler.CustomItemList"); ADD_ASSEMBLER_RECIPE = GT_Values.RA.getClass().getMethod("addAssemblerRecipe", ItemStack[].class, FluidStack.class, ItemStack.class, int.class, int.class, boolean.class); } catch (Exception e) { throw new Error(e); } + //endregion //Quantum Glass GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ diff --git a/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java b/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java index dcc8dad6e5..7de7525cd2 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java @@ -10,6 +10,7 @@ import java.lang.reflect.Method; import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.*; public class GtppAtomLoader implements Runnable{ + //region reflect a bit private Class ELEMENT; private Object ELEMENT_INSTANCE; private Method getUnlocalizedName,getFluid,generate; @@ -37,9 +38,11 @@ public class GtppAtomLoader implements Runnable{ throw new Error(e); } } + //endregion @Override public void run() { + //region reflect a bit try{ ELEMENT=Class.forName("gtPlusPlus.core.material.ELEMENT"); ELEMENT_INSTANCE=ELEMENT.getMethod("getInstance").invoke(null); @@ -53,6 +56,7 @@ public class GtppAtomLoader implements Runnable{ }catch (Exception e){ throw new Error(e); } + //endregion transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(10), 144), getFluid("NEON",144)); generate("GERMANIUM",true,true); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java index 95884ad25e..4661093030 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java @@ -137,34 +137,38 @@ public class GT_MetaTileEntity_EM_decay extends GT_MetaTileEntity_MultiblockBase outputEM[0]=input; outputEM[1]=new cElementalInstanceStackMap(); - float mass=outputEM[0].getMass(); for(cElementalInstanceStack stack:outputEM[0].values()){ if(stack.getEnergy()==0 && stack.definition.decayMakesEnergy(1)){ if(getBaseMetaTileEntity().decreaseStoredEnergyUnits((long)(stack.getEnergySettingCost(1)*MASS_TO_EU_INSTANT),false)){ stack.setEnergy(1); }else{ + outputEM[0].remove(stack.definition); outputEM[1].putReplace(stack); } - }else if(stack.definition.decayMakesEnergy(stack.getEnergy())){ - + }else if(!stack.definition.decayMakesEnergy(stack.getEnergy())){ + outputEM[0].remove(stack.definition); + outputEM[1].putReplace(stack); } //System.out.println(stack.definition.getSymbol()+" "+stack.amount); } + float preMass=outputEM[0].getMass(); outputEM[0].tickContent(1,0,1); - double energyDose=((mass-outputEM[0].getMass())*MASS_TO_EU); + double energyDose=((preMass-outputEM[0].getMass())*MASS_TO_EU); mEUt=(int)(energyDose/getParameterInInt(0,0)); eAmpereFlow=getParameterInInt(0,0); - - //todo move not actually decaying crap, beware of energy using decays? - //for(cElementalInstanceStack stack:contents.values()){ - // System.out.println(stack.definition.getSymbol()+" "+stack.amount); - //} + return outputEM[0].hasStacks(); + } - return true; + @Override + public void outputAfterRecipe_EM() { + for(int i=0;i<2&&i Date: Sun, 8 Apr 2018 21:41:11 +0200 Subject: better energy mixing to fix infinite photons... --- .../elementalMatter/core/stacks/cElementalInstanceStack.java | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java index 0575c2b8a5..83dc2e1817 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java @@ -371,13 +371,17 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { return this; } //returns with the definition from the first object passed - long energy = this.energy * amount; + double energy = this.energy * amount; + long maxEnergy=this.energy; float lifeTimeMul = lifeTimeMult; for (cElementalInstanceStack instance : instances) { if (instance != null && compareTo(instance) == 0) { amount += instance.amount; energy += instance.energy * instance.amount; + if(instance.energy>maxEnergy){ + maxEnergy=instance.energy; + } lifeTimeMul = Math.min(lifeTimeMul, instance.lifeTimeMult); age = Math.max(age, instance.age); } @@ -386,7 +390,10 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { if (amount != 0) { energy /= Math.abs(amount); } - setEnergy(energy); + + double wholeParts=Math.floor(energy); + energy=Math.min(energy-wholeParts,1); + setEnergy(Math.min(maxEnergy,(long)wholeParts+(energy>TecTech.Rnd.nextDouble()?1:0))); return this; } -- cgit From cb14c15fd2ec9c88b3c64ff2cb6e1387415a27da Mon Sep 17 00:00:00 2001 From: Tec Date: Tue, 10 Apr 2018 07:01:22 +0200 Subject: Make it more likely to loose energy --- .../tectech/elementalMatter/core/stacks/cElementalInstanceStack.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java index 83dc2e1817..e1144c410d 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java @@ -392,7 +392,7 @@ public final class cElementalInstanceStack implements iHasElementalDefinition { } double wholeParts=Math.floor(energy); - energy=Math.min(energy-wholeParts,1); + energy=Math.min(energy-wholeParts,1)+(wholeParts>=0?-0.11709966304863834:0.11709966304863834); setEnergy(Math.min(maxEnergy,(long)wholeParts+(energy>TecTech.Rnd.nextDouble()?1:0))); return this; } -- cgit From 3de3010eb0ebaf903abff8b56224d8ac13ff86d2 Mon Sep 17 00:00:00 2001 From: Tec Date: Wed, 11 Apr 2018 18:02:56 +0200 Subject: Add screncg recipe --- .../java/com/github/technus/tectech/loader/RecipeLoader.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java index 9ff9bb7ed5..21da4ca039 100644 --- a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java @@ -7,6 +7,7 @@ import com.github.technus.tectech.thing.CustomItemList; import com.github.technus.tectech.thing.casing.TT_Container_Casings; import com.github.technus.tectech.thing.item.ConstructableTriggerItem; import com.github.technus.tectech.thing.item.EuMeterGT; +import com.github.technus.tectech.thing.item.FrontRotationTriggerItem; import cpw.mods.fml.common.Loader; import gregtech.api.enums.Dyes; import gregtech.api.enums.ItemList; @@ -41,6 +42,14 @@ public class RecipeLoader implements Runnable { RA.addAssemblerRecipe(new ItemStack[]{GT_Utility.getIntegratedCircuit(i), GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Cobalt, 1)}, Materials.Aluminium.getMolten(864), new ItemStack(TT_Container_Casings.sHintCasingsTT, 1, i), 32, 120); } + //Scrench + GT_ModHandler.addCraftingRecipe(new ItemStack(FrontRotationTriggerItem.INSTANCE,1), + GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, + new Object[]{"fPR", " RP", "S h", + 'P', OrePrefixes.plate.get(Materials.Cobalt), + 'R', OrePrefixes.stick.get(Materials.Cobalt), + 'S', OrePrefixes.stick.get(Materials.Wood),}); + //BLUEprint GT_ModHandler.addShapelessCraftingRecipe(new ItemStack(ConstructableTriggerItem.INSTANCE, 1), GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, -- cgit From f8f0322fd6a76b4d7087843d901375bd998e825f Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 14 Apr 2018 07:15:52 +0200 Subject: merge zh cn lang (#7) * Create zh_CN.lang * Update zh_CN.lang --- src/main/resources/assets/tectech/lang/zh_CN.lang | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/main/resources/assets/tectech/lang/zh_CN.lang diff --git a/src/main/resources/assets/tectech/lang/zh_CN.lang b/src/main/resources/assets/tectech/lang/zh_CN.lang new file mode 100644 index 0000000000..5359f04e9b --- /dev/null +++ b/src/main/resources/assets/tectech/lang/zh_CN.lang @@ -0,0 +1,13 @@ +itemGroup.TecTech=泛次元钛克科技黑洞研究所 +tile.quantumGlass.name=量子玻璃 +tile.quantumStuff.name=量子物质 +item.em.debugContainer.name=调试用 EM容器 +item.em.definitionContainer.name=EM配方指引 +item.em.debugBuilder.name=多方块机器蓝图 +item.em.parametrizerMemoryCard.name=参量机记忆卡 + +death.attack.microwaving=%1$s 被辐射脱水 +death.attack.microwaving.player=%1$s 在与 %2$s 战斗中被辐射脱水 + +death.attack.elementalPollution=%1$s 被蒸发了 +death.attack.elementalPollution.player=%1$s 在与 %2$s 战斗中被蒸发了 -- cgit From 48417ddf496ae8e9f0626921a26628cf41811310 Mon Sep 17 00:00:00 2001 From: Tec Date: Mon, 16 Apr 2018 20:29:57 +0200 Subject: Add wet trafos just in case, change rendering and tiering internal logic --- GTNewHorizonsCoreMod-1.7.10-1.5.10-.jar | Bin 0 -> 3287685 bytes gregtech-5.09.32.06-dev-.jar | Bin 0 -> 10284188 bytes gregtech-5.09.32pre3-1428.jar | Bin 0 -> 10004905 bytes .../com/github/technus/tectech/CommonValues.java | 5 + .../java/com/github/technus/tectech/TecTech.java | 7 + src/main/java/com/github/technus/tectech/Util.java | 20 ++- .../dreamcraft/NoDreamCraftMachineLoader.java | 107 +++++++++++++ .../tectech/compatibility/gtpp/GtppAtomLoader.java | 3 +- .../GT_MetaTileEntity_EM_essentiaDequantizer.java | 2 +- .../GT_MetaTileEntity_EM_essentiaQuantizer.java | 2 +- .../core/cElementalInstanceStackMap.java | 8 +- .../core/cElementalMutableDefinitionStackMap.java | 2 +- .../elementalMatter/core/cElementalStackMap.java | 1 - .../elementalMatter/core/commands/GiveEM.java | 1 - .../elementalMatter/core/commands/ListEM.java | 1 - .../core/templates/cElementalDefinition.java | 2 +- .../technus/tectech/loader/MachineLoader.java | 6 + .../tectech/nei/TT_NEI_ResearchHandler.java | 6 +- .../technus/tectech/nei/TT_NEI_ScannerHandler.java | 6 +- .../technus/tectech/thing/CustomItemList.java | 8 + .../hatch/GT_MetaTileEntity_Hatch_Capacitor.java | 2 + ...T_MetaTileEntity_Hatch_CreativeMaintenance.java | 2 + .../GT_MetaTileEntity_Hatch_DataConnector.java | 2 + .../hatch/GT_MetaTileEntity_Hatch_DynamoMulti.java | 36 ++--- ...GT_MetaTileEntity_Hatch_ElementalContainer.java | 17 +- .../hatch/GT_MetaTileEntity_Hatch_EnergyMulti.java | 36 ++--- .../hatch/GT_MetaTileEntity_Hatch_Holder.java | 2 + .../hatch/GT_MetaTileEntity_Hatch_InputData.java | 2 + .../GT_MetaTileEntity_Hatch_InputDataItems.java | 6 +- .../GT_MetaTileEntity_Hatch_InputElemental.java | 8 +- .../hatch/GT_MetaTileEntity_Hatch_OutputData.java | 2 + .../GT_MetaTileEntity_Hatch_OutputDataItems.java | 2 + .../GT_MetaTileEntity_Hatch_OutputElemental.java | 8 +- .../GT_MetaTileEntity_Hatch_OverflowElemental.java | 19 +-- .../hatch/GT_MetaTileEntity_Hatch_Param.java | 1 + .../hatch/GT_MetaTileEntity_Hatch_Rack.java | 2 + .../hatch/GT_MetaTileEntity_Hatch_Uncertainty.java | 2 + .../thing/metaTileEntity/hatch/gui/Textures.java | 174 +++++++++++++++++++++ .../multi/GT_MetaTileEntity_EM_computer.java | 2 +- .../multi/GT_MetaTileEntity_EM_dataBank.java | 2 +- .../multi/GT_MetaTileEntity_EM_decay.java | 2 +- .../multi/GT_MetaTileEntity_EM_dequantizer.java | 2 +- .../multi/GT_MetaTileEntity_EM_junction.java | 2 +- .../multi/GT_MetaTileEntity_EM_quantizer.java | 6 +- .../multi/GT_MetaTileEntity_EM_research.java | 4 +- .../multi/GT_MetaTileEntity_EM_scanner.java | 5 +- .../multi/GT_MetaTileEntity_EM_switch.java | 2 +- .../multi/GT_MetaTileEntity_TM_teslaCoil.java | 2 +- .../base/GT_MetaTileEntity_MultiblockBase_EM.java | 7 +- .../multi/em_machine/Behaviour_Centrifuge.java | 2 +- .../Behaviour_ElectromagneticSeparator.java | 2 +- .../single/GT_MetaTileEntity_DataReader.java | 3 +- .../GT_MetaTileEntity_DebugPowerGenerator.java | 10 +- .../GT_MetaTileEntity_DebugStructureWriter.java | 2 + .../single/GT_MetaTileEntity_OwnerDetector.java | 2 + .../single/GT_MetaTileEntity_WetTransformer.java | 74 +++++++++ .../gui/GT_GUIContainer_DebugPowerGenerator.java | 2 +- .../blocks/iconsets/MACHINE_MAXV_BOTTOM.png | Bin 0 -> 1147 bytes .../textures/blocks/iconsets/MACHINE_MAXV_SIDE.png | Bin 0 -> 1147 bytes .../textures/blocks/iconsets/MACHINE_MAXV_TOP.png | Bin 0 -> 1147 bytes .../blocks/iconsets/MACHINE_OPV_BOTTOM.png | Bin 0 -> 1147 bytes .../textures/blocks/iconsets/MACHINE_OPV_SIDE.png | Bin 0 -> 1147 bytes .../textures/blocks/iconsets/MACHINE_OPV_TOP.png | Bin 0 -> 1147 bytes .../blocks/iconsets/MACHINE_UEV_BOTTOM.png | Bin 0 -> 1147 bytes .../textures/blocks/iconsets/MACHINE_UEV_SIDE.png | Bin 0 -> 1147 bytes .../textures/blocks/iconsets/MACHINE_UEV_TOP.png | Bin 0 -> 1147 bytes .../blocks/iconsets/MACHINE_UIV_BOTTOM.png | Bin 0 -> 1147 bytes .../textures/blocks/iconsets/MACHINE_UIV_SIDE.png | Bin 0 -> 1147 bytes .../textures/blocks/iconsets/MACHINE_UIV_TOP.png | Bin 0 -> 1147 bytes .../blocks/iconsets/MACHINE_UMV_BOTTOM.png | Bin 0 -> 1147 bytes .../textures/blocks/iconsets/MACHINE_UMV_SIDE.png | Bin 0 -> 1147 bytes .../textures/blocks/iconsets/MACHINE_UMV_TOP.png | Bin 0 -> 1147 bytes .../blocks/iconsets/MACHINE_UXV_BOTTOM.png | Bin 0 -> 1147 bytes .../textures/blocks/iconsets/MACHINE_UXV_SIDE.png | Bin 0 -> 1147 bytes .../textures/blocks/iconsets/MACHINE_UXV_TOP.png | Bin 0 -> 1147 bytes .../blocks/iconsets/OVERLAY_ENERGY_IN_POWER.png | Bin 0 -> 1147 bytes .../blocks/iconsets/OVERLAY_ENERGY_OUT_POWER.png | Bin 0 -> 1147 bytes 77 files changed, 505 insertions(+), 138 deletions(-) create mode 100644 GTNewHorizonsCoreMod-1.7.10-1.5.10-.jar create mode 100644 gregtech-5.09.32.06-dev-.jar create mode 100644 gregtech-5.09.32pre3-1428.jar create mode 100644 src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/Textures.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_WetTransformer.java create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_MAXV_BOTTOM.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_MAXV_SIDE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_MAXV_TOP.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_BOTTOM.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_SIDE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_TOP.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UEV_BOTTOM.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UEV_SIDE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UEV_TOP.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UIV_BOTTOM.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UIV_SIDE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UIV_TOP.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UMV_BOTTOM.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UMV_SIDE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UMV_TOP.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UXV_BOTTOM.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UXV_SIDE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UXV_TOP.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_IN_POWER.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_OUT_POWER.png diff --git a/GTNewHorizonsCoreMod-1.7.10-1.5.10-.jar b/GTNewHorizonsCoreMod-1.7.10-1.5.10-.jar new file mode 100644 index 0000000000..45d7dc3183 Binary files /dev/null and b/GTNewHorizonsCoreMod-1.7.10-1.5.10-.jar differ diff --git a/gregtech-5.09.32.06-dev-.jar b/gregtech-5.09.32.06-dev-.jar new file mode 100644 index 0000000000..e771833469 Binary files /dev/null and b/gregtech-5.09.32.06-dev-.jar differ diff --git a/gregtech-5.09.32pre3-1428.jar b/gregtech-5.09.32pre3-1428.jar new file mode 100644 index 0000000000..c436de0cd1 Binary files /dev/null and b/gregtech-5.09.32pre3-1428.jar differ diff --git a/src/main/java/com/github/technus/tectech/CommonValues.java b/src/main/java/com/github/technus/tectech/CommonValues.java index 81c7dc3450..352bb32e1f 100644 --- a/src/main/java/com/github/technus/tectech/CommonValues.java +++ b/src/main/java/com/github/technus/tectech/CommonValues.java @@ -29,5 +29,10 @@ public final class CommonValues { public static final byte MULTI_CHECK_AT = 12;// multiblock checks it's state public static final byte DISPERSE_AT = 14;// overflow hatches perform disperse + public static final long[] AatV = new long[]{268435455,67108863,16777215,4194303,1048575,262143,65535,16383,4095,1023,255,63,15,3,1,1}; + public static final String[] VOLTAGE_NAMES = new String[]{"Ultra Low Voltage", "Low Voltage", "Medium Voltage", "High Voltage", "Extreme Voltage", "Insane Voltage", "Ludicrous Voltage", "ZPM Voltage", "Ultimate Voltage", "Ultimate High Voltage", "Ultimate Extreme Voltage", "Ultimate Insane Voltage", "Ultimate Mega Voltage", "Ultimate Extended Mega Voltage", "Overpowered Voltage", "Maximum Voltage"}; + public static final String[] VN = new String[]{"ULV", "LV", "MV", "HV", "EV", "IV", "LuV", "ZPM", "UV", "UHV", "UEV", "UIV", "UMV", "UXV", "OpV", "MAX"}; + public static final long[] V = new long[]{8L, 32L, 128L, 512L, 2048L, 8192L, 32768L, 131072L, 524288L, 2097152L, 8388608L, 33554432L, 134217728L, 536870912L, 1073741824L, Integer.MAX_VALUE - 7}; + private CommonValues() {} } diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index f4dd1c826a..f1cb49f8c5 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -17,6 +17,7 @@ import cpw.mods.fml.common.registry.GameData; import cpw.mods.fml.common.registry.GameRegistry; import eu.usrv.yamcore.auxiliary.IngameErrorLog; import eu.usrv.yamcore.auxiliary.LogHelper; +import gregtech.api.enums.GT_Values; import gregtech.api.enums.Materials; import gregtech.api.util.GT_Recipe; import net.minecraft.block.Block; @@ -28,6 +29,7 @@ import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; +import static com.github.technus.tectech.CommonValues.*; import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; @Mod(modid = Reference.MODID, name = Reference.NAME, version = Reference.VERSION, dependencies = "required-after:Forge@[10.13.4.1614,);" @@ -58,6 +60,11 @@ public class TecTech { @Mod.EventHandler public void PreLoad(FMLPreInitializationEvent PreEvent) { + for(int i=0;i<16;i++){ + GT_Values.V[i]=V[i]; + GT_Values.VN[i]=VN[i]; + GT_Values.VOLTAGE_NAMES[i]=VOLTAGE_NAMES[i]; + } Logger.setDebugOutput(true); ModConfig = new TecTechConfig(PreEvent.getModConfigurationDirectory(), Reference.COLLECTIONNAME, diff --git a/src/main/java/com/github/technus/tectech/Util.java b/src/main/java/com/github/technus/tectech/Util.java index fe623d7135..0bd48ede69 100644 --- a/src/main/java/com/github/technus/tectech/Util.java +++ b/src/main/java/com/github/technus/tectech/Util.java @@ -6,6 +6,7 @@ import cpw.mods.fml.common.registry.GameRegistry; import gregtech.api.GregTech_API; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_TieredMachineBlock; import gregtech.api.util.GT_OreDictUnificator; import gregtech.api.util.GT_Utility; import net.minecraft.block.Block; @@ -20,6 +21,7 @@ import net.minecraft.world.World; import net.minecraftforge.fluids.FluidStack; import org.apache.commons.lang3.StringUtils; +import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.ArrayList; @@ -1252,19 +1254,15 @@ public final class Util { return GameRegistry.findUniqueIdentifierFor(is.getItem()).modId + ':' + is.getUnlocalizedName(); } - - public static final String[] VN = new String[]{"ULV", "LV", "MV", "HV", "EV", "IV", "LuV", "ZPM", "UV", "UHV", "UEV", "UIV", "UMV", "UXV", "OpV", "MAX"}; - public static final long[] V = new long[]{8L, 32L, 128L, 512L, 2048L, 8192L, 32768L, 131072L, 524288L, 2097152L, 8388608L, 33554432L, 134217728L, 536870912L, 1073741824L, Integer.MAX_VALUE - 7}; - public static byte getTier(long l) { byte b = -1; do { ++b; - if (b >= V.length) { + if (b >= CommonValues.V.length) { return b; } - } while (l > V[b]); + } while (l > CommonValues.V[b]); return b; } @@ -1347,4 +1345,14 @@ public final class Util { return Integer.toString(hashCode()) + ' ' + (mItem == null ? "null" : mItem.getUnlocalizedName()) + ' ' + mMetaData + ' ' + mStackSize; } } + + public static void setTier(int tier,Object me){ + try{ + Field field=GT_MetaTileEntity_TieredMachineBlock.class.getField("mTier"); + field.setAccessible(true); + field.set(me,(byte)tier); + }catch (Exception e){ + e.printStackTrace(); + } + } } diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java new file mode 100644 index 0000000000..7f2c9ede64 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java @@ -0,0 +1,107 @@ +package com.github.technus.tectech.compatibility.dreamcraft; + +import com.github.technus.tectech.thing.CustomItemList; +import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_WetTransformer; +import cpw.mods.fml.common.Loader; +import gregtech.api.metatileentity.MetaTileEntity; + +import java.lang.reflect.Constructor; + +public class NoDreamCraftMachineLoader implements Runnable{ + + @Override + public void run() { + CustomItemList.WetTransformer_LV_ULV.set(new GT_MetaTileEntity_WetTransformer( + 12000, "wettransformer.tier.00", "Ultra Low Voltage Power Transformer", 0, + "LV -> ULV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_MV_LV.set(new GT_MetaTileEntity_WetTransformer( + 12001, "wetransformer.tier.01", "Low Voltage Power Transformer", 1, + "MV -> LV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_HV_MV.set(new GT_MetaTileEntity_WetTransformer( + 12002, "wettransformer.tier.02", "Medium Voltage Power Transformer", 2, + "HV -> MV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_EV_HV.set(new GT_MetaTileEntity_WetTransformer( + 12003, "wettransformer.tier.03", "High Voltage Power Transformer", 3, + "EV -> HV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_IV_EV.set(new GT_MetaTileEntity_WetTransformer( + 12004, "wettransformer.tier.04", "Extreme Power Transformer", 4, + "IV -> EV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_LuV_IV.set(new GT_MetaTileEntity_WetTransformer( + 12005, "wettransformer.tier.05", "Insane Power Transformer", 5, + "LuV -> IV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_ZPM_LuV.set(new GT_MetaTileEntity_WetTransformer( + 12006, "wettransformer.tier.06", "Ludicrous Power Transformer", 6, + "ZPM -> LuV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_UV_ZPM.set(new GT_MetaTileEntity_WetTransformer( + 12007, "wettransformer.tier.07", "ZPM Voltage Power Transformer", 7, + "UV -> ZPM (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_UHV_UV.set(new GT_MetaTileEntity_WetTransformer( + 12008, "wettransformer.tier.08", "Ultimate Power Transformer", 8, + "UHV -> UV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_UEV_UHV.set(new GT_MetaTileEntity_WetTransformer( + 12009, "wettransformer.tier.09", "Highly Ultimate Power Transformer", 9, + "UEV -> UHV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_UIV_UEV.set(new GT_MetaTileEntity_WetTransformer( + 12010, "wettransformer.tier.10", "Extremely Ultimate Power Transformer",10, + "UIV -> UEV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_UMV_UIV.set(new GT_MetaTileEntity_WetTransformer( + 12011, "wettransformer.tier.11", "Insanely Ultimate Power Transformer",11, + "UMV -> UIV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_UXV_UMV.set(new GT_MetaTileEntity_WetTransformer( + 12012, "wettransformer.tier.12", "Mega Ultimate Power Transformer",12, + "UXV -> UMV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_OPV_UXV.set(new GT_MetaTileEntity_WetTransformer( + 12013, "wettransformer.tier.13", "Extended Mega Ultimate Power Transformer",13, + "OPV -> UXV (Use Soft Mallet to invert)").getStackForm(1L)); + + CustomItemList.WetTransformer_MAXV_OPV.set(new GT_MetaTileEntity_WetTransformer( + 12014, "wettransformer.tier.14", "Overpowered Power Transformer",14, + "MAX -> OPV (Use Soft Mallet to invert)").getStackForm(1L)); + + if (Loader.isModLoaded("miscutils")) { + try { + Class clazz = Class.forName("gtPlusPlus.xmod.gregtech.api.metatileentity.implementations.base.GregtechMetaTransformerHiAmp"); + Constructor constructor=clazz.getConstructor(int.class,String.class,String.class,int.class,String.class); + CustomItemList.Transformer_HA_UEV_UHV.set( + (constructor.newInstance( + 11989, "transformer.ha.tier.09", "Highly Ultimate Hi-Amp Transformer", 9, + "UEV -> UHV (Use Soft Mallet to invert)")).getStackForm(1)); + CustomItemList.Transformer_HA_UIV_UEV.set( + (constructor.newInstance( + 11910, "transformer.ha.tier.10", "Extremely Ultimate Hi-Amp Transformer", 10, + "UIV -> UEV (Use Soft Mallet to invert)")).getStackForm(1)); + CustomItemList.Transformer_HA_UMV_UIV.set( + (constructor.newInstance( + 11911, "transformer.ha.tier.11", "Insanely Ultimate Hi-Amp Transformer", 11, + "UMV -> UIV (Use Soft Mallet to invert)")).getStackForm(1)); + CustomItemList.Transformer_HA_UXV_UMV.set( + (constructor.newInstance( + 11912, "transformer.ha.tier.12", "Mega Ultimate Hi-Amp Transformer", 12, + "UXV -> UMV (Use Soft Mallet to invert)")).getStackForm(1)); + CustomItemList.Transformer_HA_OPV_UXV.set( + (constructor.newInstance( + 11913, "transformer.ha.tier.13", "Extended Mega Ultimate Hi-Amp Transformer", 13, + "OPV -> UXV (Use Soft Mallet to invert)")).getStackForm(1)); + CustomItemList.Transformer_HA_MAXV_OPV.set( + (constructor.newInstance( + 11914, "transformer.ha.tier.14", "Overpowered Hi-Amp Transformer", 14, + "MAX -> OPV (Use Soft Mallet to invert)")).getStackForm(1)); + } catch (Exception e) { + e.printStackTrace(); + } + } + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java b/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java index 7de7525cd2..5f0342bf77 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java @@ -2,7 +2,6 @@ package com.github.technus.tectech.compatibility.gtpp; import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; import gregtech.api.enums.OrePrefixes; -import gtPlusPlus.core.material.Material; import net.minecraftforge.fluids.FluidStack; import java.lang.reflect.Method; @@ -52,7 +51,7 @@ public class GtppAtomLoader implements Runnable{ getFluid=clazz.getMethod("getFluid", int.class); clazz=Class.forName("gtPlusPlus.core.material.MaterialGenerator"); - generate=clazz.getMethod("generate", Material.class, boolean.class, boolean.class); + generate=clazz.getMethod("generate", Class.forName("gtPlusPlus.core.material.Material"), boolean.class, boolean.class); }catch (Exception e){ throw new Error(e); } diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java index db20de53c5..bcd5358281 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java @@ -23,7 +23,7 @@ import net.minecraft.util.ResourceLocation; import net.minecraftforge.common.util.ForgeDirection; import static com.github.technus.tectech.Util.StructureBuilderExtreme; -import static com.github.technus.tectech.Util.V; +import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.compatibility.thaumcraft.EssentiaCompat.essentiaContainerCompat; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java index 8c5387160d..07e3c31db6 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java @@ -23,7 +23,7 @@ import net.minecraft.util.ResourceLocation; import net.minecraftforge.common.util.ForgeDirection; import static com.github.technus.tectech.Util.StructureBuilderExtreme; -import static com.github.technus.tectech.Util.V; +import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.compatibility.thaumcraft.EssentiaCompat.essentiaContainerCompat; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java index e85166776f..436845af85 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java @@ -1,17 +1,13 @@ package com.github.technus.tectech.elementalMatter.core; -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.EnumChatFormatting; -import java.util.ArrayList; -import java.util.Collection; -import java.util.Map; -import java.util.Set; -import java.util.TreeMap; +import java.util.*; import static com.github.technus.tectech.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalMutableDefinitionStackMap.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalMutableDefinitionStackMap.java index 9f7e14a154..8523280c0a 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalMutableDefinitionStackMap.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalMutableDefinitionStackMap.java @@ -1,8 +1,8 @@ package com.github.technus.tectech.elementalMatter.core; -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; import net.minecraft.nbt.NBTTagCompound; diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalStackMap.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalStackMap.java index 676bdeff02..bcc541c715 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalStackMap.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalStackMap.java @@ -1,7 +1,6 @@ package com.github.technus.tectech.elementalMatter.core; import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.EnumChatFormatting; diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/GiveEM.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/GiveEM.java index 36a41ca323..d421ea1406 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/GiveEM.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/GiveEM.java @@ -11,7 +11,6 @@ import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefin import com.github.technus.tectech.thing.item.DebugElementalInstanceContainer_EM; import net.minecraft.command.ICommand; import net.minecraft.command.ICommandSender; -import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.EntityPlayerMP; import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/ListEM.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/ListEM.java index 2d296c1c9c..d89438eca7 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/ListEM.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/ListEM.java @@ -2,7 +2,6 @@ package com.github.technus.tectech.elementalMatter.core.commands; import com.github.technus.tectech.elementalMatter.core.templates.cElementalDefinition; import com.github.technus.tectech.elementalMatter.core.templates.cElementalPrimitive; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; import net.minecraft.command.ICommand; import net.minecraft.command.ICommandSender; import net.minecraft.util.ChatComponentText; diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalDefinition.java index 505bb5ab48..622c5f99ae 100644 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalDefinition.java +++ b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalDefinition.java @@ -1,7 +1,7 @@ package com.github.technus.tectech.elementalMatter.core.templates; -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; import net.minecraft.nbt.NBTTagCompound; import java.lang.reflect.Method; diff --git a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java index 8892d76f3d..78d76d1da0 100644 --- a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java @@ -1,5 +1,6 @@ package com.github.technus.tectech.loader; +import com.github.technus.tectech.compatibility.dreamcraft.NoDreamCraftMachineLoader; import com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_essentiaDequantizer; import com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_essentiaQuantizer; import com.github.technus.tectech.thing.metaTileEntity.hatch.*; @@ -12,6 +13,7 @@ import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_ import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_DebugPowerGenerator; import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_DebugStructureWriter; import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_OwnerDetector; +import cpw.mods.fml.common.Loader; import static com.github.technus.tectech.thing.CustomItemList.*; @@ -315,5 +317,9 @@ public class MachineLoader implements Runnable { GT_MetaTileEntity_TM_teslaCoil.run(); GT_MetaTileEntity_DataReader.run(); + + if (!Loader.isModLoaded("dreamcraft")) { + new NoDreamCraftMachineLoader().run(); + } } } diff --git a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java index e64a68304f..b5e9f27f0b 100644 --- a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java +++ b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java @@ -6,11 +6,7 @@ import codechicken.nei.PositionedStack; import codechicken.nei.guihook.GuiContainerManager; import codechicken.nei.guihook.IContainerInputHandler; import codechicken.nei.guihook.IContainerTooltipHandler; -import codechicken.nei.recipe.GuiCraftingRecipe; -import codechicken.nei.recipe.GuiRecipe; -import codechicken.nei.recipe.GuiUsageRecipe; -import codechicken.nei.recipe.RecipeInfo; -import codechicken.nei.recipe.TemplateRecipeHandler; +import codechicken.nei.recipe.*; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.auxiliary.Reference; import com.github.technus.tectech.recipe.TT_recipe; diff --git a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java index 5a46f13f12..1ee9f21d65 100644 --- a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java +++ b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java @@ -6,11 +6,7 @@ import codechicken.nei.PositionedStack; import codechicken.nei.guihook.GuiContainerManager; import codechicken.nei.guihook.IContainerInputHandler; import codechicken.nei.guihook.IContainerTooltipHandler; -import codechicken.nei.recipe.GuiCraftingRecipe; -import codechicken.nei.recipe.GuiRecipe; -import codechicken.nei.recipe.GuiUsageRecipe; -import codechicken.nei.recipe.RecipeInfo; -import codechicken.nei.recipe.TemplateRecipeHandler; +import codechicken.nei.recipe.*; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.auxiliary.Reference; import com.github.technus.tectech.recipe.TT_recipe; diff --git a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java index f0541d8f88..38f602d6f5 100644 --- a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java +++ b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java @@ -11,6 +11,14 @@ import net.minecraft.item.ItemStack; import static gregtech.api.enums.GT_Values.W; public enum CustomItemList implements IItemContainer { + WetTransformer_LV_ULV,WetTransformer_MV_LV,WetTransformer_HV_MV,WetTransformer_EV_HV, + WetTransformer_IV_EV,WetTransformer_LuV_IV,WetTransformer_ZPM_LuV,WetTransformer_UV_ZPM, + WetTransformer_UHV_UV,WetTransformer_UEV_UHV,WetTransformer_UIV_UEV,WetTransformer_UMV_UIV, + WetTransformer_UXV_UMV,WetTransformer_OPV_UXV,WetTransformer_MAXV_OPV, + + Transformer_HA_UEV_UHV,Transformer_HA_UIV_UEV,Transformer_HA_UMV_UIV,Transformer_HA_UXV_UMV, + Transformer_HA_OPV_UXV,Transformer_HA_MAXV_OPV, + hatch_CreativeMaitenance, Machine_OwnerDetector,Machine_DataReader, Machine_DebugWriter,Machine_DebugGenny, diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Capacitor.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Capacitor.java index a2b4057628..2aae2b8c2b 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Capacitor.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Capacitor.java @@ -1,6 +1,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.Util; import com.github.technus.tectech.thing.metaTileEntity.hatch.gui.GT_Container_Capacitor; import com.github.technus.tectech.thing.metaTileEntity.hatch.gui.GT_GUIContainer_Capacitor; import cpw.mods.fml.relauncher.Side; @@ -26,6 +27,7 @@ public class GT_MetaTileEntity_Hatch_Capacitor extends GT_MetaTileEntity_Hatch { public GT_MetaTileEntity_Hatch_Capacitor(int aID, String aName, String aNameRegional, int aTier, String descr) { super(aID, aName, aNameRegional, aTier, 1, descr); + Util.setTier(aTier,this); } public GT_MetaTileEntity_Hatch_Capacitor(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeMaintenance.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeMaintenance.java index 74d1b95910..fe963c4d51 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeMaintenance.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeMaintenance.java @@ -1,6 +1,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.Util; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.MetaTileEntity; @@ -12,6 +13,7 @@ import net.minecraft.util.EnumChatFormatting; public class GT_MetaTileEntity_Hatch_CreativeMaintenance extends GT_MetaTileEntity_Hatch_Maintenance { public GT_MetaTileEntity_Hatch_CreativeMaintenance(int aID, String aName, String aNameRegional, int aTier) { super(aID, aName, aNameRegional, aTier); + Util.setTier(aTier,this); } public GT_MetaTileEntity_Hatch_CreativeMaintenance(String aName, int aTier, String[] aDescription, ITexture[][][] aTextures) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java index 22c2ac2e2b..781a74d0b2 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java @@ -1,6 +1,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.Util; import com.github.technus.tectech.dataFramework.DataPacket; import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToDataPipe; import cpw.mods.fml.relauncher.Side; @@ -35,6 +36,7 @@ public abstract class GT_MetaTileEntity_Hatch_DataConnector { public GT_MetaTileEntity_Hatch_OutputData(int aID, String aName, String aNameRegional, int aTier) { super(aID, aName, aNameRegional, aTier, "Quantum Data Output for Multiblocks"); + Util.setTier(aTier,this); } public GT_MetaTileEntity_Hatch_OutputData(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java index 1cf0bd4f09..147a6ac2d3 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java @@ -1,5 +1,6 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; +import com.github.technus.tectech.Util; import com.github.technus.tectech.dataFramework.InventoryDataPacket; import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_Data; import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToDataPipe; @@ -16,6 +17,7 @@ import net.minecraft.nbt.NBTTagCompound; public class GT_MetaTileEntity_Hatch_OutputDataItems extends GT_MetaTileEntity_Hatch_DataConnector { public GT_MetaTileEntity_Hatch_OutputDataItems(int aID, String aName, String aNameRegional, int aTier) { super(aID, aName, aNameRegional, aTier, "ItemStack Data Output for Multiblocks"); + Util.setTier(aTier,this); } public GT_MetaTileEntity_Hatch_OutputDataItems(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputElemental.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputElemental.java index 22ae90a3c0..942dc48256 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputElemental.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputElemental.java @@ -1,5 +1,6 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; +import com.github.technus.tectech.Util; import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_EM; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; @@ -13,19 +14,20 @@ import gregtech.api.util.GT_Utility; public class GT_MetaTileEntity_Hatch_OutputElemental extends GT_MetaTileEntity_Hatch_ElementalContainer { public GT_MetaTileEntity_Hatch_OutputElemental(int aID, String aName, String aNameRegional, int aTier) { super(aID, aName, aNameRegional, aTier, "Elemental Output for Multiblocks (" + 1000 * aTier * (aTier - 7) + "U, " + aTier * 2 + " stacks)"); + Util.setTier(aTier,this); } //public GT_MetaTileEntity_Hatch_OutputElemental(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { // super(aName, aTier, aDescription, aTextures); //} - public GT_MetaTileEntity_Hatch_OutputElemental(String aName, int aTier, int eTier,String aDescription, ITexture[][][] aTextures) { - super(aName, aTier, eTier, aDescription, aTextures); + public GT_MetaTileEntity_Hatch_OutputElemental(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { + super(aName, aTier, aDescription, aTextures); } @Override public MetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { - return new GT_MetaTileEntity_Hatch_OutputElemental(mName, mTier, eTier, mDescription, mTextures); + return new GT_MetaTileEntity_Hatch_OutputElemental(mName, mTier, mDescription, mTextures); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java index 4fa2682a27..ce6a4a553c 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java @@ -2,6 +2,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.Util; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Dyes; @@ -26,7 +27,7 @@ import net.minecraftforge.common.util.ForgeDirection; import java.util.Locale; import static com.github.technus.tectech.CommonValues.DISPERSE_AT; -import static com.github.technus.tectech.Util.V; +import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.loader.MainLoader.elementalPollution; import static gregtech.api.enums.Dyes.MACHINE_METAL; import static gregtech.api.metatileentity.implementations.GT_MetaTileEntity_MultiBlockBase.isValidMetaTileEntity; @@ -42,30 +43,20 @@ public class GT_MetaTileEntity_Hatch_OverflowElemental extends GT_MetaTileEntity private float overflowMatter = 0f; public final float overflowMax; private final float overflowDisperse; - private final int eTier; public GT_MetaTileEntity_Hatch_OverflowElemental(int aID, String aName, String aNameRegional, int aTier, float max) { super(aID, aName, aNameRegional, aTier, 0, "Disposes excess elemental Matter"); overflowMatter = max / 2; overflowMax = max; overflowDisperse = overflowMax / (float) (30 - aTier); - eTier=aTier; + Util.setTier(aTier,this); } - //public GT_MetaTileEntity_Hatch_MufflerElemental(String aName, int aTier, float max, String aDescription, ITexture[][][] aTextures) { - // super(aName, aTier, 0, aDescription, aTextures); - // overflowMatter = max / 2; - // overflowMax = max; - // overflowDisperse = overflowMax / (float) (30 - aTier); - // eTier=aTier; - //} - - public GT_MetaTileEntity_Hatch_OverflowElemental(String aName, int aTier, int eTier, float max, String aDescription, ITexture[][][] aTextures) { + public GT_MetaTileEntity_Hatch_OverflowElemental(String aName, int aTier, float max, String aDescription, ITexture[][][] aTextures) { super(aName, aTier, 0, aDescription, aTextures); overflowMatter = max / 2; overflowMax = max; overflowDisperse = overflowMax / (float) (30 - aTier); - this.eTier=eTier; } @Override @@ -121,7 +112,7 @@ public class GT_MetaTileEntity_Hatch_OverflowElemental extends GT_MetaTileEntity @Override public MetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { - return new GT_MetaTileEntity_Hatch_OverflowElemental(mName, mTier, eTier, overflowMax, mDescription, mTextures); + return new GT_MetaTileEntity_Hatch_OverflowElemental(mName, mTier, overflowMax, mDescription, mTextures); } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java index 5c8061b261..2a2812368b 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java @@ -38,6 +38,7 @@ public class GT_MetaTileEntity_Hatch_Param extends GT_MetaTileEntity_Hatch { public GT_MetaTileEntity_Hatch_Param(int aID, String aName, String aNameRegional, int aTier) { super(aID, aName, aNameRegional, aTier, 0, "For parametrization of Multiblocks"); + Util.setTier(aTier,this); } public GT_MetaTileEntity_Hatch_Param(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java index b06bef34ee..79b2295909 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java @@ -2,6 +2,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.Util; import com.github.technus.tectech.thing.metaTileEntity.hatch.gui.GT_Container_Rack; import com.github.technus.tectech.thing.metaTileEntity.hatch.gui.GT_GUIContainer_Rack; import cpw.mods.fml.common.Loader; @@ -40,6 +41,7 @@ public class GT_MetaTileEntity_Hatch_Rack extends GT_MetaTileEntity_Hatch { public GT_MetaTileEntity_Hatch_Rack(int aID, String aName, String aNameRegional, int aTier, String descr) { super(aID, aName, aNameRegional, aTier, 4, descr); + Util.setTier(aTier,this); } public GT_MetaTileEntity_Hatch_Rack(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java index ef5de24ff1..e1cc08df03 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java @@ -2,6 +2,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.Util; import com.github.technus.tectech.thing.metaTileEntity.hatch.gui.GT_Container_Uncertainty; import com.github.technus.tectech.thing.metaTileEntity.hatch.gui.GT_GUIContainer_Uncertainty; import com.github.technus.tectech.thing.metaTileEntity.hatch.gui.GT_GUIContainer_UncertaintyAdv; @@ -32,6 +33,7 @@ public class GT_MetaTileEntity_Hatch_Uncertainty extends GT_MetaTileEntity_Hatch public GT_MetaTileEntity_Hatch_Uncertainty(int aID, String aName, String aNameRegional, int aTier) { super(aID, aName, aNameRegional, aTier, 0, "Feeling certain, or not?"); + Util.setTier(aTier,this); regenerate(); } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/Textures.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/Textures.java new file mode 100644 index 0000000000..27531a0c71 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/Textures.java @@ -0,0 +1,174 @@ +package com.github.technus.tectech.thing.metaTileEntity.hatch.gui; + +import gregtech.api.enums.Dyes; +import gregtech.api.interfaces.IIconContainer; +import gregtech.api.interfaces.ITexture; +import gregtech.api.objects.GT_RenderedTexture; +import gregtech.api.objects.GT_SidedTexture; + +import static gregtech.api.enums.Dyes.*; +import static gregtech.api.enums.Textures.BlockIcons.*; + +public class Textures { + static{ + dyeLightBlue.mRGBa[0]=96; + dyeLightBlue.mRGBa[1]=128; + dyeLightBlue.mRGBa[2]=255; + dyeBlue.mRGBa[0]=0; + dyeBlue.mRGBa[1]=32; + dyeBlue.mRGBa[2]=255; + MACHINE_METAL.mRGBa[0]=210; + MACHINE_METAL.mRGBa[1]=220; + MACHINE_METAL.mRGBa[2]=255; + } + private static IIconContainer OVERLAY_ENERGY_IN_POWER = new CustomIcon("iconsets/OVERLAY_ENERGY_IN_POWER"); + private static IIconContainer OVERLAY_ENERGY_OUT_POWER = new CustomIcon("iconsets/OVERLAY_ENERGY_OUT_POWER"); + private static IIconContainer MACHINE_UEV_SIDE = new CustomIcon("iconsets/MACHINE_UEV_SIDE"); + private static IIconContainer MACHINE_UIV_SIDE = new CustomIcon("iconsets/MACHINE_UIV_SIDE"); + private static IIconContainer MACHINE_UMV_SIDE = new CustomIcon("iconsets/MACHINE_UMV_SIDE"); + private static IIconContainer MACHINE_UXV_SIDE = new CustomIcon("iconsets/MACHINE_UXV_SIDE"); + private static IIconContainer MACHINE_OPV_SIDE = new CustomIcon("iconsets/MACHINE_OPV_SIDE"); + private static IIconContainer MACHINE_MAXV_SIDE = new CustomIcon("iconsets/MACHINE_MAXV_SIDE"); + private static IIconContainer MACHINE_UEV_TOP = new CustomIcon("iconsets/MACHINE_UEV_TOP"); + private static IIconContainer MACHINE_UIV_TOP = new CustomIcon("iconsets/MACHINE_UIV_TOP"); + private static IIconContainer MACHINE_UMV_TOP = new CustomIcon("iconsets/MACHINE_UMV_TOP"); + private static IIconContainer MACHINE_UXV_TOP = new CustomIcon("iconsets/MACHINE_UXV_TOP"); + private static IIconContainer MACHINE_OPV_TOP = new CustomIcon("iconsets/MACHINE_OPV_TOP"); + private static IIconContainer MACHINE_MAXV_TOP = new CustomIcon("iconsets/MACHINE_MAXV_TOP"); + private static IIconContainer MACHINE_UEV_BOTTOM = new CustomIcon("iconsets/MACHINE_UEV_BOTTOM"); + private static IIconContainer MACHINE_UIV_BOTTOM = new CustomIcon("iconsets/MACHINE_UIV_BOTTOM"); + private static IIconContainer MACHINE_UMV_BOTTOM = new CustomIcon("iconsets/MACHINE_UMV_BOTTOM"); + private static IIconContainer MACHINE_UXV_BOTTOM = new CustomIcon("iconsets/MACHINE_UXV_BOTTOM"); + private static IIconContainer MACHINE_OPV_BOTTOM = new CustomIcon("iconsets/MACHINE_OPV_BOTTOM"); + private static IIconContainer MACHINE_MAXV_BOTTOM = new CustomIcon("iconsets/MACHINE_MAXV_BOTTOM"); + + public static IIconContainer[] MACHINECASINGS_SIDE_TT = new IIconContainer[]{ + MACHINE_8V_SIDE, MACHINE_LV_SIDE, MACHINE_MV_SIDE, MACHINE_HV_SIDE, + MACHINE_EV_SIDE, MACHINE_IV_SIDE, MACHINE_LuV_SIDE, MACHINE_ZPM_SIDE, + MACHINE_UV_SIDE, MACHINE_MAX_SIDE, MACHINE_UEV_SIDE, MACHINE_UIV_SIDE, + MACHINE_UMV_SIDE, MACHINE_UXV_SIDE, MACHINE_OPV_SIDE, MACHINE_MAXV_SIDE, + }, MACHINECASINGS_TOP_TT = new IIconContainer[]{ + MACHINE_8V_TOP, MACHINE_LV_TOP, MACHINE_MV_TOP, MACHINE_HV_TOP, + MACHINE_EV_TOP, MACHINE_IV_TOP, MACHINE_LuV_TOP, MACHINE_ZPM_TOP, + MACHINE_UV_TOP, MACHINE_MAX_TOP, MACHINE_UEV_TOP, MACHINE_UIV_TOP, + MACHINE_UMV_TOP, MACHINE_UXV_TOP, MACHINE_OPV_TOP, MACHINE_MAXV_TOP, + }, MACHINECASINGS_BOTTOM_TT = new IIconContainer[]{ + MACHINE_8V_BOTTOM, MACHINE_LV_BOTTOM, MACHINE_MV_BOTTOM, MACHINE_HV_BOTTOM, + MACHINE_EV_BOTTOM, MACHINE_IV_BOTTOM, MACHINE_LuV_BOTTOM, MACHINE_ZPM_BOTTOM, + MACHINE_UV_BOTTOM, MACHINE_MAX_BOTTOM, MACHINE_UEV_BOTTOM, MACHINE_UIV_BOTTOM, + MACHINE_UMV_BOTTOM, MACHINE_UXV_BOTTOM, MACHINE_OPV_BOTTOM, MACHINE_MAXV_BOTTOM, + }; + public static ITexture[] OVERLAYS_ENERGY_IN_TT = new ITexture[]{ + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{180, 180, 180, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{220, 220, 220, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{255, 100, 0, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{255, 255, 30, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{128, 128, 128, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{240, 240, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{220, 220, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{200, 200, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{180, 180, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{160, 160, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{140, 140, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{120, 120, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{100, 100, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{80, 80, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{60, 60, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{40, 40, 245, 0}), + }, OVERLAYS_ENERGY_OUT_TT = new ITexture[]{ + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{180, 180, 180, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{220, 220, 220, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{255, 100, 0, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{255, 255, 30, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{128, 128, 128, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{240, 240, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{220, 220, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{200, 200, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{180, 180, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{160, 160, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{140, 140, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{120, 120, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{100, 100, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{80, 80, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{60, 60, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{40, 40, 245, 0}), + }, OVERLAYS_ENERGY_IN_MULTI_TT = new ITexture[]{ + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{180, 180, 180, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{220, 220, 220, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{255, 100, 0, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{255, 255, 30, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{128, 128, 128, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{240, 240, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{220, 220, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{200, 200, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{180, 180, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{160, 160, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{140, 140, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{120, 120, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{100, 100, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{80, 80, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{60, 60, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{40, 40, 245, 0}), + }, OVERLAYS_ENERGY_OUT_MULTI_TT = new ITexture[]{ + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{180, 180, 180, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{220, 220, 220, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{255, 100, 0, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{255, 255, 30, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{128, 128, 128, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{240, 240, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{220, 220, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{200, 200, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{180, 180, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{160, 160, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{140, 140, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{120, 120, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{100, 100, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{80, 80, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{60, 60, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{40, 40, 245, 0}), + }, OVERLAYS_ENERGY_IN_POWER_TT = new ITexture[]{ + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{180, 180, 180, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{220, 220, 220, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{255, 100, 0, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{255, 255, 30, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{128, 128, 128, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{240, 240, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{220, 220, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{200, 200, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{180, 180, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{160, 160, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{140, 140, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{120, 120, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{100, 100, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{80, 80, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{60, 60, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{40, 40, 245, 0}), + }, OVERLAYS_ENERGY_OUT_POWER_TT = new ITexture[]{ + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{180, 180, 180, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{220, 220, 220, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{255, 100, 0, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{255, 255, 30, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{128, 128, 128, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{240, 240, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{220, 220, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{200, 200, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{180, 180, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{160, 160, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{140, 140, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{120, 120, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{100, 100, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{80, 80, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{60, 60, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{40, 40, 245, 0}), + }; + + public static ITexture[][] MACHINE_CASINGS_TT = new ITexture[16][17]; + static{ + for (byte i = 0; i < MACHINE_CASINGS_TT.length; i++) { + for (byte j = 0; j < MACHINE_CASINGS_TT[i].length; j++) { + MACHINE_CASINGS_TT[i][j] = new GT_SidedTexture(MACHINECASINGS_BOTTOM_TT[i], MACHINECASINGS_TOP_TT[i], MACHINECASINGS_SIDE_TT[i], Dyes.getModulation(j - 1, MACHINE_METAL.mRGBa)); + } + } + MACHINE_CASINGS=MACHINE_CASINGS_TT; + } +} \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java index 8bda25cb6e..5ca43cd7d0 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java @@ -28,8 +28,8 @@ import net.minecraft.util.ResourceLocation; import java.util.ArrayList; +import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.Util.StructureBuilderExtreme; -import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java index 6e977b12e6..c5760cb284 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java @@ -27,8 +27,8 @@ import net.minecraft.util.ResourceLocation; import java.util.ArrayList; +import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.Util.StructureBuilderExtreme; -import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java index 4661093030..dc03493b1a 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java @@ -23,8 +23,8 @@ import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; +import static com.github.technus.tectech.CommonValues.VN; import static com.github.technus.tectech.Util.StructureBuilderExtreme; -import static com.github.technus.tectech.Util.VN; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java index 552ec48055..43d18386f4 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java @@ -23,8 +23,8 @@ import net.minecraftforge.oredict.OreDictionary; import java.util.ArrayList; +import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.Util.StructureBuilderExtreme; -import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition.STABLE_RAW_LIFE_TIME; import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.refMass; import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.refUnstableMass; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java index f6324c04d6..bd8ed9c6bb 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java @@ -11,8 +11,8 @@ import net.minecraft.block.Block; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; +import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.Util.StructureBuilderExtreme; -import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java index cc4492f2aa..dbf8232ef1 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java @@ -4,8 +4,8 @@ import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.auxiliary.Reference; import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; import com.github.technus.tectech.elementalMatter.core.transformations.aFluidQuantizationInfo; import com.github.technus.tectech.elementalMatter.core.transformations.aItemQuantizationInfo; import com.github.technus.tectech.elementalMatter.core.transformations.aOredictQuantizationInfo; @@ -27,7 +27,9 @@ import net.minecraftforge.oredict.OreDictionary; import java.util.ArrayList; -import static com.github.technus.tectech.Util.*; +import static com.github.technus.tectech.CommonValues.V; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; +import static com.github.technus.tectech.Util.isInputEqual; import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition.DEFAULT_ENERGY_LEVEL; import static com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition.STABLE_RAW_LIFE_TIME; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java index cdd220e85b..d8a0cd4cad 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java @@ -31,7 +31,9 @@ import net.minecraft.util.EnumChatFormatting; import java.util.ArrayList; -import static com.github.technus.tectech.Util.*; +import static com.github.technus.tectech.CommonValues.V; +import static com.github.technus.tectech.CommonValues.VN; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.recipe.TT_recipe.E_RECIPE_ID; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java index 1cf36476b3..6e83f544a3 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java @@ -29,7 +29,10 @@ import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.EnumChatFormatting; import net.minecraftforge.common.util.ForgeDirection; -import static com.github.technus.tectech.Util.*; +import static com.github.technus.tectech.CommonValues.V; +import static com.github.technus.tectech.CommonValues.VN; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; +import static com.github.technus.tectech.Util.areBitsSet; import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; import static com.github.technus.tectech.recipe.TT_recipe.E_RECIPE_ID; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java index 7fa34d0afa..175132254c 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java @@ -20,8 +20,8 @@ import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; import net.minecraft.util.ResourceLocation; +import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.Util.StructureBuilderExtreme; -import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java index ca58340bad..a3ac01f471 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java @@ -21,8 +21,8 @@ import net.minecraft.util.EnumChatFormatting; import java.util.ArrayList; +import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.Util.StructureBuilder; -import static com.github.technus.tectech.Util.V; import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static gregtech.api.GregTech_API.*; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java index a539de6ad7..b819085331 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java @@ -37,10 +37,13 @@ import net.minecraftforge.fluids.FluidStack; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; -import java.util.*; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Map; import static com.github.technus.tectech.CommonValues.*; -import static com.github.technus.tectech.Util.*; +import static com.github.technus.tectech.Util.StructureCheckerExtreme; +import static com.github.technus.tectech.Util.getTier; import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java index 01d62b96ba..4525d270b9 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java @@ -11,7 +11,7 @@ import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; -import static com.github.technus.tectech.Util.V; +import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; /** diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java index 79d39120bc..1c7951e571 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java @@ -9,7 +9,7 @@ import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockCont import java.util.ArrayList; -import static com.github.technus.tectech.Util.V; +import static com.github.technus.tectech.CommonValues.V; /** * Created by danie_000 on 24.12.2017. diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java index bf557fa4f7..89e495adcc 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java @@ -30,7 +30,7 @@ import java.util.ArrayList; import java.util.HashMap; import java.util.Map; -import static com.github.technus.tectech.Util.V; +import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.auxiliary.Reference.MODID; /** @@ -42,6 +42,7 @@ public class GT_MetaTileEntity_DataReader extends GT_MetaTileEntity_BasicMachine public GT_MetaTileEntity_DataReader(int aID, String aName, String aNameRegional, int aTier) { super(aID,aName,aNameRegional,aTier,1,"Reads Data Sticks and Orbs",1,1,"dataReader.png",""); + Util.setTier(aTier,this); } public GT_MetaTileEntity_DataReader(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugPowerGenerator.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugPowerGenerator.java index dd50ba289d..839f858588 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugPowerGenerator.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugPowerGenerator.java @@ -1,8 +1,7 @@ package com.github.technus.tectech.thing.metaTileEntity.single; import com.github.technus.tectech.CommonValues; -import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_DynamoMulti; -import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_EnergyMulti; +import com.github.technus.tectech.Util; import com.github.technus.tectech.thing.metaTileEntity.single.gui.GT_Container_DebugPowerGenerator; import com.github.technus.tectech.thing.metaTileEntity.single.gui.GT_GUIContainer_DebugPowerGenerator; import cpw.mods.fml.relauncher.Side; @@ -20,6 +19,10 @@ import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.EnumChatFormatting; +import static com.github.technus.tectech.thing.metaTileEntity.hatch.gui.Textures.OVERLAYS_ENERGY_IN_POWER_TT; +import static com.github.technus.tectech.thing.metaTileEntity.hatch.gui.Textures.OVERLAYS_ENERGY_OUT_POWER_TT; +import static gregtech.api.enums.Textures.BlockIcons.MACHINE_CASINGS; + /** * Created by Tec on 23.03.2017. */ @@ -30,6 +33,7 @@ public class GT_MetaTileEntity_DebugPowerGenerator extends GT_MetaTileEntity_Tie public GT_MetaTileEntity_DebugPowerGenerator(int aID, String aName, String aNameRegional, int aTier) { super(aID, aName, aNameRegional, aTier, 0, "Power from nothing"); + Util.setTier(aTier,this); } public GT_MetaTileEntity_DebugPowerGenerator(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { @@ -50,7 +54,7 @@ public class GT_MetaTileEntity_DebugPowerGenerator extends GT_MetaTileEntity_Tie @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { - return new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][aColorIndex + 1], aSide != aFacing ? aActive? GT_MetaTileEntity_Hatch_DynamoMulti.overlay[mTier]: GT_MetaTileEntity_Hatch_EnergyMulti.overlay[mTier] : GENNY}; + return new ITexture[]{MACHINE_CASINGS[mTier][aColorIndex + 1], aSide != aFacing ? aActive? OVERLAYS_ENERGY_OUT_POWER_TT[mTier]: OVERLAYS_ENERGY_IN_POWER_TT[mTier] : GENNY}; } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugStructureWriter.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugStructureWriter.java index 653fcd6a3e..5c1cec00f4 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugStructureWriter.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugStructureWriter.java @@ -2,6 +2,7 @@ package com.github.technus.tectech.thing.metaTileEntity.single; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.Util; import com.github.technus.tectech.thing.metaTileEntity.single.gui.GT_Container_DebugStructureWriter; import com.github.technus.tectech.thing.metaTileEntity.single.gui.GT_GUIContainer_DebugStructureWriter; import cpw.mods.fml.relauncher.Side; @@ -32,6 +33,7 @@ public class GT_MetaTileEntity_DebugStructureWriter extends GT_MetaTileEntity_Ti public GT_MetaTileEntity_DebugStructureWriter(int aID, String aName, String aNameRegional, int aTier) { super(aID, aName, aNameRegional, aTier, 0, "Scans Blocks Around"); + Util.setTier(aTier,this); } public GT_MetaTileEntity_DebugStructureWriter(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java index 04cac4cfe1..ca2ff72f20 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_OwnerDetector.java @@ -2,6 +2,7 @@ package com.github.technus.tectech.thing.metaTileEntity.single; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.Util; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Textures; @@ -30,6 +31,7 @@ public class GT_MetaTileEntity_OwnerDetector extends GT_MetaTileEntity_TieredMac public GT_MetaTileEntity_OwnerDetector(int aID, String aName, String aNameRegional, int aTier) { super(aID, aName, aNameRegional, aTier, 0, "Screwdrive to change mode"); + Util.setTier(aTier,this); } public GT_MetaTileEntity_OwnerDetector(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_WetTransformer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_WetTransformer.java new file mode 100644 index 0000000000..d07e7d880a --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_WetTransformer.java @@ -0,0 +1,74 @@ +package com.github.technus.tectech.thing.metaTileEntity.single; + +import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.Util; +import gregtech.api.enums.Textures; +import gregtech.api.interfaces.ITexture; +import gregtech.api.interfaces.metatileentity.IMetaTileEntity; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Transformer; + +import static com.github.technus.tectech.CommonValues.V; +import static com.github.technus.tectech.thing.metaTileEntity.hatch.gui.Textures.*; + +public class GT_MetaTileEntity_WetTransformer extends GT_MetaTileEntity_Transformer { + public GT_MetaTileEntity_WetTransformer(int aID, String aName, String aNameRegional, int aTier, String aDescription) { + super(aID,aName,aNameRegional,aTier,aDescription); + Util.setTier(aTier,this); + } + + public GT_MetaTileEntity_WetTransformer(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { + super(aName,aTier,aDescription,aTextures); + } + + @Override + public IMetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { + return new GT_MetaTileEntity_WetTransformer(mName, mTier, mDescription, mTextures); + } + + @Override + public ITexture[][][] getTextureSet(ITexture[] aTextures) { + ITexture[][][] rTextures = new ITexture[12][17][]; + for (byte b = -1; b < 16; b++) { + rTextures[0][b + 1] = new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][b + 1], OVERLAYS_ENERGY_OUT_MULTI_TT[mTier]}; + rTextures[1][b + 1] = new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][b + 1], OVERLAYS_ENERGY_OUT_MULTI_TT[mTier]}; + rTextures[2][b + 1] = new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][b + 1], OVERLAYS_ENERGY_OUT_MULTI_TT[mTier]}; + rTextures[3][b + 1] = new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][b + 1], OVERLAYS_ENERGY_IN_POWER_TT[mTier + 1]}; + rTextures[4][b + 1] = new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][b + 1], OVERLAYS_ENERGY_IN_POWER_TT[mTier + 1]}; + rTextures[5][b + 1] = new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][b + 1], OVERLAYS_ENERGY_IN_POWER_TT[mTier + 1]}; + rTextures[6][b + 1] = new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][b + 1], OVERLAYS_ENERGY_IN_MULTI_TT[mTier]}; + rTextures[7][b + 1] = new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][b + 1], OVERLAYS_ENERGY_IN_MULTI_TT[mTier]}; + rTextures[8][b + 1] = new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][b + 1], OVERLAYS_ENERGY_IN_MULTI_TT[mTier]}; + rTextures[9][b + 1] = new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][b + 1], OVERLAYS_ENERGY_OUT_POWER_TT[mTier + 1]}; + rTextures[10][b + 1] = new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][b + 1], OVERLAYS_ENERGY_OUT_POWER_TT[mTier + 1]}; + rTextures[11][b + 1] = new ITexture[]{Textures.BlockIcons.MACHINE_CASINGS[mTier][b + 1], OVERLAYS_ENERGY_OUT_POWER_TT[mTier + 1]}; + } + return rTextures; + } + + @Override + public String[] getDescription() { + return new String[]{mDescription, "Accepts 16A and outputs 64A", CommonValues.TEC_MARK_GENERAL}; + } + + @Override + public long getMinimumStoredEU() { + return V[mTier + 1]; + } + + @Override + public long maxEUStore() { + return 512L + V[mTier + 1] * 128L; + } + + + @Override + public long maxAmperesOut() { + return getBaseMetaTileEntity().isAllowedToWork() ? 64 : 16; + } + + @Override + public long maxAmperesIn() { + return getBaseMetaTileEntity().isAllowedToWork() ? 16 : 64; + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DebugPowerGenerator.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DebugPowerGenerator.java index 9e6dcf1f09..ad3839e80a 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DebugPowerGenerator.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_DebugPowerGenerator.java @@ -5,7 +5,7 @@ import gregtech.api.gui.GT_GUIContainerMetaTile_Machine; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import net.minecraft.entity.player.InventoryPlayer; -import static com.github.technus.tectech.Util.VN; +import static com.github.technus.tectech.CommonValues.VN; import static gregtech.api.enums.GT_Values.RES_PATH_GUI; public class GT_GUIContainer_DebugPowerGenerator extends GT_GUIContainerMetaTile_Machine { diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_MAXV_BOTTOM.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_MAXV_BOTTOM.png new file mode 100644 index 0000000000..af2b3b2037 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_MAXV_BOTTOM.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_MAXV_SIDE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_MAXV_SIDE.png new file mode 100644 index 0000000000..af2b3b2037 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_MAXV_SIDE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_MAXV_TOP.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_MAXV_TOP.png new file mode 100644 index 0000000000..af2b3b2037 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_MAXV_TOP.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_BOTTOM.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_BOTTOM.png new file mode 100644 index 0000000000..ad519ab78d Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_BOTTOM.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_SIDE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_SIDE.png new file mode 100644 index 0000000000..ad519ab78d Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_SIDE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_TOP.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_TOP.png new file mode 100644 index 0000000000..ad519ab78d Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_TOP.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UEV_BOTTOM.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UEV_BOTTOM.png new file mode 100644 index 0000000000..27a092adf4 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UEV_BOTTOM.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UEV_SIDE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UEV_SIDE.png new file mode 100644 index 0000000000..27a092adf4 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UEV_SIDE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UEV_TOP.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UEV_TOP.png new file mode 100644 index 0000000000..27a092adf4 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UEV_TOP.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UIV_BOTTOM.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UIV_BOTTOM.png new file mode 100644 index 0000000000..a2d780dc32 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UIV_BOTTOM.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UIV_SIDE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UIV_SIDE.png new file mode 100644 index 0000000000..a2d780dc32 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UIV_SIDE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UIV_TOP.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UIV_TOP.png new file mode 100644 index 0000000000..a2d780dc32 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UIV_TOP.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UMV_BOTTOM.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UMV_BOTTOM.png new file mode 100644 index 0000000000..a401c3900d Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UMV_BOTTOM.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UMV_SIDE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UMV_SIDE.png new file mode 100644 index 0000000000..a401c3900d Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UMV_SIDE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UMV_TOP.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UMV_TOP.png new file mode 100644 index 0000000000..a401c3900d Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UMV_TOP.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UXV_BOTTOM.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UXV_BOTTOM.png new file mode 100644 index 0000000000..a3564826ac Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UXV_BOTTOM.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UXV_SIDE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UXV_SIDE.png new file mode 100644 index 0000000000..a3564826ac Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UXV_SIDE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UXV_TOP.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UXV_TOP.png new file mode 100644 index 0000000000..a3564826ac Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_UXV_TOP.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_IN_POWER.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_IN_POWER.png new file mode 100644 index 0000000000..02393fe829 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_IN_POWER.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_OUT_POWER.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_OUT_POWER.png new file mode 100644 index 0000000000..399b32696d Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_OUT_POWER.png differ -- cgit From f50d9697443d0d85127407dcddcae060e0d2d5b2 Mon Sep 17 00:00:00 2001 From: Tec Date: Thu, 19 Apr 2018 19:20:50 +0200 Subject: change texture load order --- .../java/com/github/technus/tectech/TecTech.java | 26 +++ .../tectech/thing/metaTileEntity/Textures.java | 163 +++++++++++++++++++ .../hatch/GT_MetaTileEntity_Hatch_DynamoMulti.java | 2 +- .../hatch/GT_MetaTileEntity_Hatch_EnergyMulti.java | 2 +- .../thing/metaTileEntity/hatch/gui/Textures.java | 174 --------------------- .../GT_MetaTileEntity_DebugPowerGenerator.java | 4 +- .../single/GT_MetaTileEntity_WetTransformer.java | 2 +- 7 files changed, 194 insertions(+), 179 deletions(-) create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java delete mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/Textures.java diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index f1cb49f8c5..253cd616f7 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -7,6 +7,7 @@ import com.github.technus.tectech.elementalMatter.core.commands.ListEM; import com.github.technus.tectech.loader.MainLoader; import com.github.technus.tectech.loader.ModGuiHandler; import com.github.technus.tectech.proxy.CommonProxy; +import com.github.technus.tectech.thing.metaTileEntity.Textures; import com.github.technus.tectech.thing.metaTileEntity.multi.base.network.RotationPacketDispatcher; import cpw.mods.fml.common.Loader; import cpw.mods.fml.common.Mod; @@ -31,6 +32,10 @@ import java.util.HashSet; import static com.github.technus.tectech.CommonValues.*; import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; +import static gregtech.api.GregTech_API.sGTBlockIconload; +import static gregtech.api.enums.Dyes.MACHINE_METAL; +import static gregtech.api.enums.Dyes.dyeBlue; +import static gregtech.api.enums.Dyes.dyeLightBlue; @Mod(modid = Reference.MODID, name = Reference.NAME, version = Reference.VERSION, dependencies = "required-after:Forge@[10.13.4.1614,);" + "required-after:YAMCore@[0.5.70,);" + "required-after:gregtech;" + "after:CoFHCore;" + "after:Thaumcraft;" + "after:dreamcraft;") @@ -67,6 +72,27 @@ public class TecTech { } Logger.setDebugOutput(true); + dyeLightBlue.mRGBa[0]=96; + dyeLightBlue.mRGBa[1]=128; + dyeLightBlue.mRGBa[2]=255; + dyeBlue.mRGBa[0]=0; + dyeBlue.mRGBa[1]=32; + dyeBlue.mRGBa[2]=255; + MACHINE_METAL.mRGBa[0]=210; + MACHINE_METAL.mRGBa[1]=220; + MACHINE_METAL.mRGBa[2]=255; + + try { + sGTBlockIconload.add(new Runnable() { + @Override + public void run() { + new Textures(); + } + }); + }catch (Throwable t){ + Logger.error("Loading textures...",t); + } + ModConfig = new TecTechConfig(PreEvent.getModConfigurationDirectory(), Reference.COLLECTIONNAME, Reference.MODID); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java new file mode 100644 index 0000000000..71a51a50bf --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java @@ -0,0 +1,163 @@ +package com.github.technus.tectech.thing.metaTileEntity; + +import gregtech.api.enums.Dyes; +import gregtech.api.interfaces.IIconContainer; +import gregtech.api.interfaces.ITexture; +import gregtech.api.objects.GT_RenderedTexture; +import gregtech.api.objects.GT_SidedTexture; + +import static gregtech.api.enums.Dyes.*; +import static gregtech.api.enums.Textures.BlockIcons.*; + +public class Textures { + private static IIconContainer OVERLAY_ENERGY_IN_POWER = new CustomIcon("iconsets/OVERLAY_ENERGY_IN_POWER"); + private static IIconContainer OVERLAY_ENERGY_OUT_POWER = new CustomIcon("iconsets/OVERLAY_ENERGY_OUT_POWER"); + private static IIconContainer MACHINE_UEV_SIDE = new CustomIcon("iconsets/MACHINE_UEV_SIDE"); + private static IIconContainer MACHINE_UIV_SIDE = new CustomIcon("iconsets/MACHINE_UIV_SIDE"); + private static IIconContainer MACHINE_UMV_SIDE = new CustomIcon("iconsets/MACHINE_UMV_SIDE"); + private static IIconContainer MACHINE_UXV_SIDE = new CustomIcon("iconsets/MACHINE_UXV_SIDE"); + private static IIconContainer MACHINE_OPV_SIDE = new CustomIcon("iconsets/MACHINE_OPV_SIDE"); + private static IIconContainer MACHINE_MAXV_SIDE = new CustomIcon("iconsets/MACHINE_MAXV_SIDE"); + private static IIconContainer MACHINE_UEV_TOP = new CustomIcon("iconsets/MACHINE_UEV_TOP"); + private static IIconContainer MACHINE_UIV_TOP = new CustomIcon("iconsets/MACHINE_UIV_TOP"); + private static IIconContainer MACHINE_UMV_TOP = new CustomIcon("iconsets/MACHINE_UMV_TOP"); + private static IIconContainer MACHINE_UXV_TOP = new CustomIcon("iconsets/MACHINE_UXV_TOP"); + private static IIconContainer MACHINE_OPV_TOP = new CustomIcon("iconsets/MACHINE_OPV_TOP"); + private static IIconContainer MACHINE_MAXV_TOP = new CustomIcon("iconsets/MACHINE_MAXV_TOP"); + private static IIconContainer MACHINE_UEV_BOTTOM = new CustomIcon("iconsets/MACHINE_UEV_BOTTOM"); + private static IIconContainer MACHINE_UIV_BOTTOM = new CustomIcon("iconsets/MACHINE_UIV_BOTTOM"); + private static IIconContainer MACHINE_UMV_BOTTOM = new CustomIcon("iconsets/MACHINE_UMV_BOTTOM"); + private static IIconContainer MACHINE_UXV_BOTTOM = new CustomIcon("iconsets/MACHINE_UXV_BOTTOM"); + private static IIconContainer MACHINE_OPV_BOTTOM = new CustomIcon("iconsets/MACHINE_OPV_BOTTOM"); + private static IIconContainer MACHINE_MAXV_BOTTOM = new CustomIcon("iconsets/MACHINE_MAXV_BOTTOM"); + + public static IIconContainer[] MACHINECASINGS_SIDE_TT = new IIconContainer[]{ + MACHINE_8V_SIDE, MACHINE_LV_SIDE, MACHINE_MV_SIDE, MACHINE_HV_SIDE, + MACHINE_EV_SIDE, MACHINE_IV_SIDE, MACHINE_LuV_SIDE, MACHINE_ZPM_SIDE, + MACHINE_UV_SIDE, MACHINE_MAX_SIDE, MACHINE_UEV_SIDE, MACHINE_UIV_SIDE, + MACHINE_UMV_SIDE, MACHINE_UXV_SIDE, MACHINE_OPV_SIDE, MACHINE_MAXV_SIDE, + }, MACHINECASINGS_TOP_TT = new IIconContainer[]{ + MACHINE_8V_TOP, MACHINE_LV_TOP, MACHINE_MV_TOP, MACHINE_HV_TOP, + MACHINE_EV_TOP, MACHINE_IV_TOP, MACHINE_LuV_TOP, MACHINE_ZPM_TOP, + MACHINE_UV_TOP, MACHINE_MAX_TOP, MACHINE_UEV_TOP, MACHINE_UIV_TOP, + MACHINE_UMV_TOP, MACHINE_UXV_TOP, MACHINE_OPV_TOP, MACHINE_MAXV_TOP, + }, MACHINECASINGS_BOTTOM_TT = new IIconContainer[]{ + MACHINE_8V_BOTTOM, MACHINE_LV_BOTTOM, MACHINE_MV_BOTTOM, MACHINE_HV_BOTTOM, + MACHINE_EV_BOTTOM, MACHINE_IV_BOTTOM, MACHINE_LuV_BOTTOM, MACHINE_ZPM_BOTTOM, + MACHINE_UV_BOTTOM, MACHINE_MAX_BOTTOM, MACHINE_UEV_BOTTOM, MACHINE_UIV_BOTTOM, + MACHINE_UMV_BOTTOM, MACHINE_UXV_BOTTOM, MACHINE_OPV_BOTTOM, MACHINE_MAXV_BOTTOM, + }; + public static ITexture[] OVERLAYS_ENERGY_IN_TT = new ITexture[]{ + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{180, 180, 180, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{220, 220, 220, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{255, 100, 0, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{255, 255, 30, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{128, 128, 128, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{240, 240, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{220, 220, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{200, 200, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{180, 180, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{160, 160, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{140, 140, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{120, 120, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{100, 100, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{80, 80, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{60, 60, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{40, 40, 245, 0}), + }, OVERLAYS_ENERGY_OUT_TT = new ITexture[]{ + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{180, 180, 180, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{220, 220, 220, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{255, 100, 0, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{255, 255, 30, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{128, 128, 128, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{240, 240, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{220, 220, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{200, 200, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{180, 180, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{160, 160, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{140, 140, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{120, 120, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{100, 100, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{80, 80, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{60, 60, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{40, 40, 245, 0}), + }, OVERLAYS_ENERGY_IN_MULTI_TT = new ITexture[]{ + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{180, 180, 180, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{220, 220, 220, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{255, 100, 0, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{255, 255, 30, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{128, 128, 128, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{240, 240, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{220, 220, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{200, 200, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{180, 180, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{160, 160, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{140, 140, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{120, 120, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{100, 100, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{80, 80, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{60, 60, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{40, 40, 245, 0}), + }, OVERLAYS_ENERGY_OUT_MULTI_TT = new ITexture[]{ + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{180, 180, 180, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{220, 220, 220, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{255, 100, 0, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{255, 255, 30, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{128, 128, 128, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{240, 240, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{220, 220, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{200, 200, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{180, 180, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{160, 160, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{140, 140, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{120, 120, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{100, 100, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{80, 80, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{60, 60, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{40, 40, 245, 0}), + }, OVERLAYS_ENERGY_IN_POWER_TT = new ITexture[]{ + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{180, 180, 180, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{220, 220, 220, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{255, 100, 0, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{255, 255, 30, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{128, 128, 128, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{240, 240, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{220, 220, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{200, 200, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{180, 180, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{160, 160, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{140, 140, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{120, 120, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{100, 100, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{80, 80, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{60, 60, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{40, 40, 245, 0}), + }, OVERLAYS_ENERGY_OUT_POWER_TT = new ITexture[]{ + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{180, 180, 180, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{220, 220, 220, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{255, 100, 0, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{255, 255, 30, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{128, 128, 128, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{240, 240, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{220, 220, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{200, 200, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{180, 180, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{160, 160, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{140, 140, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{120, 120, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{100, 100, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{80, 80, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{60, 60, 245, 0}), + new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{40, 40, 245, 0}), + }; + + public static ITexture[][] MACHINE_CASINGS_TT = new ITexture[16][17]; + static{ + for (byte i = 0; i < MACHINE_CASINGS_TT.length; i++) { + for (byte j = 0; j < MACHINE_CASINGS_TT[i].length; j++) { + MACHINE_CASINGS_TT[i][j] = new GT_SidedTexture(MACHINECASINGS_BOTTOM_TT[i], MACHINECASINGS_TOP_TT[i], MACHINECASINGS_SIDE_TT[i], Dyes.getModulation(j - 1, MACHINE_METAL.mRGBa)); + } + } + MACHINE_CASINGS=MACHINE_CASINGS_TT; + } +} \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DynamoMulti.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DynamoMulti.java index faaef4db64..2ad4593984 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DynamoMulti.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DynamoMulti.java @@ -10,7 +10,7 @@ import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; import static com.github.technus.tectech.CommonValues.V; -import static com.github.technus.tectech.thing.metaTileEntity.hatch.gui.Textures.OVERLAYS_ENERGY_IN_POWER_TT; +import static com.github.technus.tectech.thing.metaTileEntity.Textures.OVERLAYS_ENERGY_IN_POWER_TT; /** * Created by danie_000 on 16.12.2016. diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyMulti.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyMulti.java index 38a81c7c12..64dda8f84a 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyMulti.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyMulti.java @@ -11,7 +11,7 @@ import net.minecraft.item.ItemStack; import net.minecraft.util.EnumChatFormatting; import static com.github.technus.tectech.CommonValues.V; -import static com.github.technus.tectech.thing.metaTileEntity.hatch.gui.Textures.OVERLAYS_ENERGY_IN_POWER_TT; +import static com.github.technus.tectech.thing.metaTileEntity.Textures.OVERLAYS_ENERGY_IN_POWER_TT; /** * Created by danie_000 on 16.12.2016. diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/Textures.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/Textures.java deleted file mode 100644 index 27531a0c71..0000000000 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/Textures.java +++ /dev/null @@ -1,174 +0,0 @@ -package com.github.technus.tectech.thing.metaTileEntity.hatch.gui; - -import gregtech.api.enums.Dyes; -import gregtech.api.interfaces.IIconContainer; -import gregtech.api.interfaces.ITexture; -import gregtech.api.objects.GT_RenderedTexture; -import gregtech.api.objects.GT_SidedTexture; - -import static gregtech.api.enums.Dyes.*; -import static gregtech.api.enums.Textures.BlockIcons.*; - -public class Textures { - static{ - dyeLightBlue.mRGBa[0]=96; - dyeLightBlue.mRGBa[1]=128; - dyeLightBlue.mRGBa[2]=255; - dyeBlue.mRGBa[0]=0; - dyeBlue.mRGBa[1]=32; - dyeBlue.mRGBa[2]=255; - MACHINE_METAL.mRGBa[0]=210; - MACHINE_METAL.mRGBa[1]=220; - MACHINE_METAL.mRGBa[2]=255; - } - private static IIconContainer OVERLAY_ENERGY_IN_POWER = new CustomIcon("iconsets/OVERLAY_ENERGY_IN_POWER"); - private static IIconContainer OVERLAY_ENERGY_OUT_POWER = new CustomIcon("iconsets/OVERLAY_ENERGY_OUT_POWER"); - private static IIconContainer MACHINE_UEV_SIDE = new CustomIcon("iconsets/MACHINE_UEV_SIDE"); - private static IIconContainer MACHINE_UIV_SIDE = new CustomIcon("iconsets/MACHINE_UIV_SIDE"); - private static IIconContainer MACHINE_UMV_SIDE = new CustomIcon("iconsets/MACHINE_UMV_SIDE"); - private static IIconContainer MACHINE_UXV_SIDE = new CustomIcon("iconsets/MACHINE_UXV_SIDE"); - private static IIconContainer MACHINE_OPV_SIDE = new CustomIcon("iconsets/MACHINE_OPV_SIDE"); - private static IIconContainer MACHINE_MAXV_SIDE = new CustomIcon("iconsets/MACHINE_MAXV_SIDE"); - private static IIconContainer MACHINE_UEV_TOP = new CustomIcon("iconsets/MACHINE_UEV_TOP"); - private static IIconContainer MACHINE_UIV_TOP = new CustomIcon("iconsets/MACHINE_UIV_TOP"); - private static IIconContainer MACHINE_UMV_TOP = new CustomIcon("iconsets/MACHINE_UMV_TOP"); - private static IIconContainer MACHINE_UXV_TOP = new CustomIcon("iconsets/MACHINE_UXV_TOP"); - private static IIconContainer MACHINE_OPV_TOP = new CustomIcon("iconsets/MACHINE_OPV_TOP"); - private static IIconContainer MACHINE_MAXV_TOP = new CustomIcon("iconsets/MACHINE_MAXV_TOP"); - private static IIconContainer MACHINE_UEV_BOTTOM = new CustomIcon("iconsets/MACHINE_UEV_BOTTOM"); - private static IIconContainer MACHINE_UIV_BOTTOM = new CustomIcon("iconsets/MACHINE_UIV_BOTTOM"); - private static IIconContainer MACHINE_UMV_BOTTOM = new CustomIcon("iconsets/MACHINE_UMV_BOTTOM"); - private static IIconContainer MACHINE_UXV_BOTTOM = new CustomIcon("iconsets/MACHINE_UXV_BOTTOM"); - private static IIconContainer MACHINE_OPV_BOTTOM = new CustomIcon("iconsets/MACHINE_OPV_BOTTOM"); - private static IIconContainer MACHINE_MAXV_BOTTOM = new CustomIcon("iconsets/MACHINE_MAXV_BOTTOM"); - - public static IIconContainer[] MACHINECASINGS_SIDE_TT = new IIconContainer[]{ - MACHINE_8V_SIDE, MACHINE_LV_SIDE, MACHINE_MV_SIDE, MACHINE_HV_SIDE, - MACHINE_EV_SIDE, MACHINE_IV_SIDE, MACHINE_LuV_SIDE, MACHINE_ZPM_SIDE, - MACHINE_UV_SIDE, MACHINE_MAX_SIDE, MACHINE_UEV_SIDE, MACHINE_UIV_SIDE, - MACHINE_UMV_SIDE, MACHINE_UXV_SIDE, MACHINE_OPV_SIDE, MACHINE_MAXV_SIDE, - }, MACHINECASINGS_TOP_TT = new IIconContainer[]{ - MACHINE_8V_TOP, MACHINE_LV_TOP, MACHINE_MV_TOP, MACHINE_HV_TOP, - MACHINE_EV_TOP, MACHINE_IV_TOP, MACHINE_LuV_TOP, MACHINE_ZPM_TOP, - MACHINE_UV_TOP, MACHINE_MAX_TOP, MACHINE_UEV_TOP, MACHINE_UIV_TOP, - MACHINE_UMV_TOP, MACHINE_UXV_TOP, MACHINE_OPV_TOP, MACHINE_MAXV_TOP, - }, MACHINECASINGS_BOTTOM_TT = new IIconContainer[]{ - MACHINE_8V_BOTTOM, MACHINE_LV_BOTTOM, MACHINE_MV_BOTTOM, MACHINE_HV_BOTTOM, - MACHINE_EV_BOTTOM, MACHINE_IV_BOTTOM, MACHINE_LuV_BOTTOM, MACHINE_ZPM_BOTTOM, - MACHINE_UV_BOTTOM, MACHINE_MAX_BOTTOM, MACHINE_UEV_BOTTOM, MACHINE_UIV_BOTTOM, - MACHINE_UMV_BOTTOM, MACHINE_UXV_BOTTOM, MACHINE_OPV_BOTTOM, MACHINE_MAXV_BOTTOM, - }; - public static ITexture[] OVERLAYS_ENERGY_IN_TT = new ITexture[]{ - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{180, 180, 180, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{220, 220, 220, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{255, 100, 0, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{255, 255, 30, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{128, 128, 128, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{240, 240, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{220, 220, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{200, 200, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{180, 180, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{160, 160, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{140, 140, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{120, 120, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{100, 100, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{80, 80, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{60, 60, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN, new short[]{40, 40, 245, 0}), - }, OVERLAYS_ENERGY_OUT_TT = new ITexture[]{ - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{180, 180, 180, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{220, 220, 220, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{255, 100, 0, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{255, 255, 30, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{128, 128, 128, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{240, 240, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{220, 220, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{200, 200, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{180, 180, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{160, 160, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{140, 140, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{120, 120, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{100, 100, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{80, 80, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{60, 60, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT, new short[]{40, 40, 245, 0}), - }, OVERLAYS_ENERGY_IN_MULTI_TT = new ITexture[]{ - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{180, 180, 180, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{220, 220, 220, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{255, 100, 0, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{255, 255, 30, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{128, 128, 128, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{240, 240, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{220, 220, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{200, 200, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{180, 180, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{160, 160, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{140, 140, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{120, 120, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{100, 100, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{80, 80, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{60, 60, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_MULTI, new short[]{40, 40, 245, 0}), - }, OVERLAYS_ENERGY_OUT_MULTI_TT = new ITexture[]{ - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{180, 180, 180, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{220, 220, 220, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{255, 100, 0, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{255, 255, 30, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{128, 128, 128, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{240, 240, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{220, 220, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{200, 200, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{180, 180, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{160, 160, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{140, 140, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{120, 120, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{100, 100, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{80, 80, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{60, 60, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_MULTI, new short[]{40, 40, 245, 0}), - }, OVERLAYS_ENERGY_IN_POWER_TT = new ITexture[]{ - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{180, 180, 180, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{220, 220, 220, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{255, 100, 0, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{255, 255, 30, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{128, 128, 128, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{240, 240, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{220, 220, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{200, 200, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{180, 180, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{160, 160, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{140, 140, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{120, 120, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{100, 100, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{80, 80, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{60, 60, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_IN_POWER, new short[]{40, 40, 245, 0}), - }, OVERLAYS_ENERGY_OUT_POWER_TT = new ITexture[]{ - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{180, 180, 180, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{220, 220, 220, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{255, 100, 0, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{255, 255, 30, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{128, 128, 128, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{240, 240, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{220, 220, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{200, 200, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{180, 180, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{160, 160, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{140, 140, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{120, 120, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{100, 100, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{80, 80, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{60, 60, 245, 0}), - new GT_RenderedTexture(OVERLAY_ENERGY_OUT_POWER, new short[]{40, 40, 245, 0}), - }; - - public static ITexture[][] MACHINE_CASINGS_TT = new ITexture[16][17]; - static{ - for (byte i = 0; i < MACHINE_CASINGS_TT.length; i++) { - for (byte j = 0; j < MACHINE_CASINGS_TT[i].length; j++) { - MACHINE_CASINGS_TT[i][j] = new GT_SidedTexture(MACHINECASINGS_BOTTOM_TT[i], MACHINECASINGS_TOP_TT[i], MACHINECASINGS_SIDE_TT[i], Dyes.getModulation(j - 1, MACHINE_METAL.mRGBa)); - } - } - MACHINE_CASINGS=MACHINE_CASINGS_TT; - } -} \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugPowerGenerator.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugPowerGenerator.java index 839f858588..92ac88b180 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugPowerGenerator.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugPowerGenerator.java @@ -19,8 +19,8 @@ import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.EnumChatFormatting; -import static com.github.technus.tectech.thing.metaTileEntity.hatch.gui.Textures.OVERLAYS_ENERGY_IN_POWER_TT; -import static com.github.technus.tectech.thing.metaTileEntity.hatch.gui.Textures.OVERLAYS_ENERGY_OUT_POWER_TT; +import static com.github.technus.tectech.thing.metaTileEntity.Textures.OVERLAYS_ENERGY_IN_POWER_TT; +import static com.github.technus.tectech.thing.metaTileEntity.Textures.OVERLAYS_ENERGY_OUT_POWER_TT; import static gregtech.api.enums.Textures.BlockIcons.MACHINE_CASINGS; /** diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_WetTransformer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_WetTransformer.java index d07e7d880a..f32fc270e9 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_WetTransformer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_WetTransformer.java @@ -9,7 +9,7 @@ import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Transformer; import static com.github.technus.tectech.CommonValues.V; -import static com.github.technus.tectech.thing.metaTileEntity.hatch.gui.Textures.*; +import static com.github.technus.tectech.thing.metaTileEntity.Textures.*; public class GT_MetaTileEntity_WetTransformer extends GT_MetaTileEntity_Transformer { public GT_MetaTileEntity_WetTransformer(int aID, String aName, String aNameRegional, int aTier, String aDescription) { -- cgit From b67796e15e2386c6a039a35dcc22bddc36ab04ce Mon Sep 17 00:00:00 2001 From: Tec Date: Fri, 20 Apr 2018 06:02:30 +0200 Subject: texture load logic --- src/main/java/com/github/technus/tectech/TecTech.java | 12 ++---------- .../technus/tectech/thing/metaTileEntity/Textures.java | 8 +++++++- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 253cd616f7..558d997877 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -32,10 +32,7 @@ import java.util.HashSet; import static com.github.technus.tectech.CommonValues.*; import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; -import static gregtech.api.GregTech_API.sGTBlockIconload; -import static gregtech.api.enums.Dyes.MACHINE_METAL; -import static gregtech.api.enums.Dyes.dyeBlue; -import static gregtech.api.enums.Dyes.dyeLightBlue; +import static gregtech.api.enums.Dyes.*; @Mod(modid = Reference.MODID, name = Reference.NAME, version = Reference.VERSION, dependencies = "required-after:Forge@[10.13.4.1614,);" + "required-after:YAMCore@[0.5.70,);" + "required-after:gregtech;" + "after:CoFHCore;" + "after:Thaumcraft;" + "after:dreamcraft;") @@ -83,12 +80,7 @@ public class TecTech { MACHINE_METAL.mRGBa[2]=255; try { - sGTBlockIconload.add(new Runnable() { - @Override - public void run() { - new Textures(); - } - }); + new Textures(); }catch (Throwable t){ Logger.error("Loading textures...",t); } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java index 71a51a50bf..83493e562b 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java @@ -152,12 +152,18 @@ public class Textures { }; public static ITexture[][] MACHINE_CASINGS_TT = new ITexture[16][17]; - static{ + + public Textures(){ for (byte i = 0; i < MACHINE_CASINGS_TT.length; i++) { for (byte j = 0; j < MACHINE_CASINGS_TT[i].length; j++) { MACHINE_CASINGS_TT[i][j] = new GT_SidedTexture(MACHINECASINGS_BOTTOM_TT[i], MACHINECASINGS_TOP_TT[i], MACHINECASINGS_SIDE_TT[i], Dyes.getModulation(j - 1, MACHINE_METAL.mRGBa)); } } + //for (byte i = 0; i < MACHINE_CASINGS.length; i++) { + // for (byte j = 0; j < MACHINE_CASINGS[i].length; j++) { + // MACHINE_CASINGS_TT[i][j] = MACHINE_CASINGS[i][j]; + // } + //} MACHINE_CASINGS=MACHINE_CASINGS_TT; } } \ No newline at end of file -- cgit From 9e249b1ce73697aa4d8ed86c4f560451b9f4989b Mon Sep 17 00:00:00 2001 From: Tec Date: Thu, 26 Apr 2018 18:22:17 +0200 Subject: add recipes --- .../dreamcraft/DreamCraftRecipeLoader.java | 2 +- .../technus/tectech/loader/MachineLoader.java | 4 ++-- .../github/technus/tectech/loader/RecipeLoader.java | 21 ++++++++++++++++----- .../technus/tectech/thing/CustomItemList.java | 2 +- 4 files changed, 20 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index af834b2617..be731036a9 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -292,7 +292,7 @@ public class DreamCraftRecipeLoader implements Runnable { //Network Switch GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ CustomItemList.Machine_Multi_Transformer.get(1), - ItemList.Circuit_Ultimatecrystalcomputer.get(1), + GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Master, 4), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Cobalt, 64), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Copper, 64), CustomItemList.DATApipe.get(4), diff --git a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java index 78d76d1da0..fdc02c708a 100644 --- a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java @@ -275,8 +275,8 @@ public class MachineLoader implements Runnable { dataIn_Hatch.set(new GT_MetaTileEntity_Hatch_InputData(15440, "hatch.datain.tier.07", "Optical Slave Connector", 7).getStackForm(1L)); dataOut_Hatch.set(new GT_MetaTileEntity_Hatch_OutputData(15441, "hatch.dataout.tier.07", "Optical Master Connector", 7).getStackForm(1L)); - dataInAcc_Hatch.set(new GT_MetaTileEntity_Hatch_InputDataItems(15442, "hatch.datainass.tier.07", "Assembly line Slave Connector", 7).getStackForm(1L)); - dataOutAcc_Hatch.set(new GT_MetaTileEntity_Hatch_OutputDataItems(15443, "hatch.dataoutass.tier.07", "Data Bank Master Connector", 7).getStackForm(1L)); + dataInAss_Hatch.set(new GT_MetaTileEntity_Hatch_InputDataItems(15442, "hatch.datainass.tier.07", "Assembly line Slave Connector", 7).getStackForm(1L)); + dataOutAss_Hatch.set(new GT_MetaTileEntity_Hatch_OutputDataItems(15443, "hatch.dataoutass.tier.07", "Data Bank Master Connector", 7).getStackForm(1L)); rack_Hatch.set(new GT_MetaTileEntity_Hatch_Rack(15450, "hatch.rack.tier.08", "Computer Rack", 8, "4 Slot Rack").getStackForm(1L)); holder_Hatch.set(new GT_MetaTileEntity_Hatch_Holder(15451, "hatch.holder.tier.09", "Object Holder", 8, "For Research Station").getStackForm(1L)); diff --git a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java index 21da4ca039..9c7fe1167d 100644 --- a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java @@ -9,14 +9,13 @@ import com.github.technus.tectech.thing.item.ConstructableTriggerItem; import com.github.technus.tectech.thing.item.EuMeterGT; import com.github.technus.tectech.thing.item.FrontRotationTriggerItem; import cpw.mods.fml.common.Loader; -import gregtech.api.enums.Dyes; -import gregtech.api.enums.ItemList; -import gregtech.api.enums.Materials; -import gregtech.api.enums.OrePrefixes; +import gregtech.api.enums.*; import gregtech.api.util.GT_ModHandler; import gregtech.api.util.GT_OreDictUnificator; import gregtech.api.util.GT_Utility; import net.minecraft.item.ItemStack; +import net.minecraftforge.fluids.FluidRegistry; +import net.minecraftforge.fluids.FluidStack; import static gregtech.api.enums.GT_Values.RA; @@ -87,9 +86,21 @@ public class RecipeLoader implements Runnable { 'E', ItemList.Hull_IV}); //Data Bank - //RA.addAssemblylineRecipe(ItemList.Machine_Multi_Assemblyline.get(1),5000,,,,500,) + GT_Values.RA.addAssemblylineRecipe(ItemList.Hatch_DataAccess_EV.get(1), 20000, new ItemStack[]{ + CustomItemList.Machine_Multi_Switch.get(1), + GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Master, 2), + ItemList.Tool_DataOrb.get(1), + ItemList.Cover_Screen.get(1), + }, new FluidStack[]{ + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + Materials.Hydrogen.getGas(1000), + }, CustomItemList.Machine_Multi_DataBank.get(1), 12000, 14000); //CustomItemList.Machine_Multi_DataBank + //recipe for ass line data hatches + RA.addAssemblerRecipe(ItemList.Hatch_DataAccess_EV.get(1), CustomItemList.dataIn_Hatch.get(1), CustomItemList.dataInAss_Hatch.get(1), 2048, 12000); + RA.addAssemblerRecipe(ItemList.Hatch_DataAccess_EV.get(1), CustomItemList.dataOut_Hatch.get(1), CustomItemList.dataOutAss_Hatch.get(1), 2048, 12000); + if (Loader.isModLoaded("dreamcraft")) { new DreamCraftRecipeLoader().run();//init recipes for GTNH version } else { diff --git a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java index 38f602d6f5..f6d2a63954 100644 --- a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java +++ b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java @@ -47,7 +47,7 @@ public enum CustomItemList implements IItemContainer { eM_in_UV, eM_in_UHV, eM_in_UEV, eM_in_UIV, eM_in_UMV, eM_in_UXV, eM_out_UV, eM_out_UHV, eM_out_UEV, eM_out_UIV, eM_out_UMV, eM_out_UXV, eM_muffler_UV, eM_muffler_UHV, eM_muffler_UEV, eM_muffler_UIV, eM_muffler_UMV, eM_muffler_UXV, - Parametrizer_Hatch, ParametrizerX_Hatch, Uncertainty_Hatch, UncertaintyX_Hatch, dataIn_Hatch, dataOut_Hatch, dataInAcc_Hatch, dataOutAcc_Hatch, + Parametrizer_Hatch, ParametrizerX_Hatch, Uncertainty_Hatch, UncertaintyX_Hatch, dataIn_Hatch, dataOut_Hatch, dataInAss_Hatch, dataOutAss_Hatch, eM_Containment, eM_Containment_Field, eM_Containment_Advanced, eM_Coil, eM_Teleportation, eM_Dimensional, eM_Ultimate_Containment, eM_Ultimate_Containment_Advanced, eM_Ultimate_Containment_Field, eM_Spacetime, eM_Computer_Casing, eM_Computer_Bus, eM_Computer_Vent, eM_Hollow, eM_Power, debugBlock, Machine_Multi_Microwave, Machine_Multi_teslaCoil, -- cgit From 68dcf69630783b10a029f3df0222491235a4c49e Mon Sep 17 00:00:00 2001 From: Tec Date: Fri, 27 Apr 2018 05:41:42 +0200 Subject: made block tweak cleaner --- .../java/com/github/technus/tectech/TecTech.java | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 558d997877..7695471327 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -206,28 +206,26 @@ public class TecTech { "utilityworlds", Reference.MODID )); - String modId; for(Block block : GameData.getBlockRegistry().typeSafeIterable()) { GameRegistry.UniqueIdentifier uniqueIdentifier=GameRegistry.findUniqueIdentifierFor(block); if (uniqueIdentifier != null) { - modId = uniqueIdentifier.modId; - if (modIDs.contains(modId)) {//Full Whitelisted Mods + if (modIDs.contains(uniqueIdentifier.modId)) {//Full Whitelisted Mods continue; - } else if ("OpenBlocks".equals(modId)) { - if ("grave".equals(GameRegistry.findUniqueIdentifierFor(block).name)) { + } else if ("OpenBlocks".equals(uniqueIdentifier.modId)) { + if ("grave".equals(uniqueIdentifier.name)) { continue; } - } else if ("TwilightForest".equals(modId)){ - if ("tile.TFShield".equals(GameRegistry.findUniqueIdentifierFor(block).name)){ - block.setResistance(40); + } else if ("TwilightForest".equals(uniqueIdentifier.modId)){ + if ("tile.TFShield".equals(uniqueIdentifier.name)){ + block.setResistance(30); continue; - }else if ("tile.TFThorns".equals(GameRegistry.findUniqueIdentifierFor(block).name)){ + }else if ("tile.TFThorns".equals(uniqueIdentifier.name)){ block.setResistance(10); continue; - }else if ("tile.TFTowerTranslucent".equals(GameRegistry.findUniqueIdentifierFor(block).name)){ + }else if ("tile.TFTowerTranslucent".equals(uniqueIdentifier.name)){ block.setResistance(30); continue; - }else if ("tile.TFDeadrock".equals(GameRegistry.findUniqueIdentifierFor(block).name)) { + }else if ("tile.TFDeadrock".equals(uniqueIdentifier.name)) { block.setResistance(5); continue; } else { -- cgit From d8255da9a3a06aeb3d396bcdaab28220d932e2c7 Mon Sep 17 00:00:00 2001 From: Tec Date: Fri, 27 Apr 2018 05:45:24 +0200 Subject: change dependency listing reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc56ee0d9d..92cd4ae2f0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ http://jenkins.usrv.de:8081/job/Tec%20Tech/ https://jenkins.datamats.com/job/TecTech/ # Runtime Dependencies? -https://github.com/Technus/TecTech/blob/master/src/main/java/com/github/technus/tectech/TecTech.java#L30 +https://github.com/Technus/TecTech/blob/master/src/main/java/com/github/technus/tectech/TecTech.java#L37 - Required After -- cgit From 1b55c86a105a4d45cc974b2e4d773cc17e8b89e3 Mon Sep 17 00:00:00 2001 From: Tec Date: Thu, 3 May 2018 12:54:56 +0200 Subject: Add proper reflection for GT++ hi amp trafos, add adjustable stepdown trafos - buck converters, fix issue when the machine active state was not updateing properly (visual) --- .../java/com/github/technus/tectech/TecTech.java | 7 +- .../dreamcraft/NoDreamCraftMachineLoader.java | 101 +++++++--- .../technus/tectech/loader/BloodyRecipeLoader.java | 8 + .../technus/tectech/loader/MachineLoader.java | 15 +- .../technus/tectech/loader/RecipeLoader.java | 5 +- .../technus/tectech/thing/CustomItemList.java | 3 + .../tectech/thing/metaTileEntity/Textures.java | 10 +- .../single/GT_MetaTileEntity_BuckConverter.java | 208 +++++++++++++++++++++ .../single/gui/GT_Container_BuckConverter.java | 151 +++++++++++++++ .../gui/GT_Container_DebugPowerGenerator.java | 1 + .../single/gui/GT_GUIContainer_BuckConverter.java | 35 ++++ .../gregtech/textures/blocks/iconsets/BUCK.png | Bin 0 -> 351 bytes .../textures/blocks/iconsets/BUCK_ACTIVE.png | Bin 0 -> 351 bytes 13 files changed, 507 insertions(+), 37 deletions(-) create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_BuckConverter.java create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_BuckConverter.java create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/BUCK.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/BUCK_ACTIVE.png diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 7695471327..3dc8d2aed7 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -60,13 +60,16 @@ public class TecTech { } } - @Mod.EventHandler - public void PreLoad(FMLPreInitializationEvent PreEvent) { + static { for(int i=0;i<16;i++){ GT_Values.V[i]=V[i]; GT_Values.VN[i]=VN[i]; GT_Values.VOLTAGE_NAMES[i]=VOLTAGE_NAMES[i]; } + } + + @Mod.EventHandler + public void PreLoad(FMLPreInitializationEvent PreEvent) { Logger.setDebugOutput(true); dyeLightBlue.mRGBa[0]=96; diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java index 7f2c9ede64..b36f880b56 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java @@ -1,11 +1,17 @@ package com.github.technus.tectech.compatibility.dreamcraft; +import com.github.technus.tectech.Util; import com.github.technus.tectech.thing.CustomItemList; import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_WetTransformer; import cpw.mods.fml.common.Loader; +import gregtech.api.enums.GT_Values; +import gregtech.api.interfaces.ITexture; import gregtech.api.metatileentity.MetaTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_TieredMachineBlock; import java.lang.reflect.Constructor; +import java.lang.reflect.Field; +import java.lang.reflect.Method; public class NoDreamCraftMachineLoader implements Runnable{ @@ -74,31 +80,76 @@ public class NoDreamCraftMachineLoader implements Runnable{ if (Loader.isModLoaded("miscutils")) { try { Class clazz = Class.forName("gtPlusPlus.xmod.gregtech.api.metatileentity.implementations.base.GregtechMetaTransformerHiAmp"); - Constructor constructor=clazz.getConstructor(int.class,String.class,String.class,int.class,String.class); - CustomItemList.Transformer_HA_UEV_UHV.set( - (constructor.newInstance( - 11989, "transformer.ha.tier.09", "Highly Ultimate Hi-Amp Transformer", 9, - "UEV -> UHV (Use Soft Mallet to invert)")).getStackForm(1)); - CustomItemList.Transformer_HA_UIV_UEV.set( - (constructor.newInstance( - 11910, "transformer.ha.tier.10", "Extremely Ultimate Hi-Amp Transformer", 10, - "UIV -> UEV (Use Soft Mallet to invert)")).getStackForm(1)); - CustomItemList.Transformer_HA_UMV_UIV.set( - (constructor.newInstance( - 11911, "transformer.ha.tier.11", "Insanely Ultimate Hi-Amp Transformer", 11, - "UMV -> UIV (Use Soft Mallet to invert)")).getStackForm(1)); - CustomItemList.Transformer_HA_UXV_UMV.set( - (constructor.newInstance( - 11912, "transformer.ha.tier.12", "Mega Ultimate Hi-Amp Transformer", 12, - "UXV -> UMV (Use Soft Mallet to invert)")).getStackForm(1)); - CustomItemList.Transformer_HA_OPV_UXV.set( - (constructor.newInstance( - 11913, "transformer.ha.tier.13", "Extended Mega Ultimate Hi-Amp Transformer", 13, - "OPV -> UXV (Use Soft Mallet to invert)")).getStackForm(1)); - CustomItemList.Transformer_HA_MAXV_OPV.set( - (constructor.newInstance( - 11914, "transformer.ha.tier.14", "Overpowered Hi-Amp Transformer", 14, - "MAX -> OPV (Use Soft Mallet to invert)")).getStackForm(1)); + Constructor constructor = clazz.getConstructor(int.class, String.class, String.class, int.class, String.class); + + Method method = null; + Field field = null; + Object iTexture=new ITexture[0]; + if (GT_Values.GT.isClientSide()) { + method = GT_MetaTileEntity_TieredMachineBlock.class.getMethod("getTextureSet", ITexture[].class); + field = GT_MetaTileEntity_TieredMachineBlock.class.getField("mTextures"); + field.setAccessible(true); + } + + MetaTileEntity temp = constructor.newInstance( + 11989, "transformer.ha.tier.09", "Highly Ultimate Hi-Amp Transformer", 9, + "UEV -> UHV (Use Soft Mallet to invert)"); + //Util.setTier(9, temp); + //if (GT_Values.GT.isClientSide()) { + // field.set(temp, + // method.invoke(temp, iTexture)); + //} + CustomItemList.Transformer_HA_UEV_UHV.set(temp.getStackForm(1)); + + temp = constructor.newInstance( + 11910, "transformer.ha.tier.10", "Extremely Ultimate Hi-Amp Transformer", 10, + "UIV -> UEV (Use Soft Mallet to invert)"); + Util.setTier(10, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, + method.invoke(temp, iTexture)); + } + CustomItemList.Transformer_HA_UIV_UEV.set(temp.getStackForm(1)); + + temp = constructor.newInstance( + 11911, "transformer.ha.tier.11", "Insanely Ultimate Hi-Amp Transformer", 11, + "UMV -> UIV (Use Soft Mallet to invert)"); + Util.setTier(11, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, + method.invoke(temp, iTexture)); + } + CustomItemList.Transformer_HA_UMV_UIV.set(temp.getStackForm(1)); + + temp = constructor.newInstance( + 11912, "transformer.ha.tier.12", "Mega Ultimate Hi-Amp Transformer", 12, + "UXV -> UMV (Use Soft Mallet to invert)"); + Util.setTier(12, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, + method.invoke(temp, iTexture)); + } + CustomItemList.Transformer_HA_UXV_UMV.set(temp.getStackForm(1)); + + temp = constructor.newInstance( + 11913, "transformer.ha.tier.13", "Extended Mega Ultimate Hi-Amp Transformer", 13, + "OPV -> UXV (Use Soft Mallet to invert)"); + Util.setTier(13, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, + method.invoke(temp, iTexture)); + } + CustomItemList.Transformer_HA_OPV_UXV.set(temp.getStackForm(1)); + + temp = constructor.newInstance( + 11914, "transformer.ha.tier.14", "Overpowered Hi-Amp Transformer", 14, + "MAX -> OPV (Use Soft Mallet to invert)"); + Util.setTier(14, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, + method.invoke(temp, iTexture)); + } + CustomItemList.Transformer_HA_MAXV_OPV.set(temp.getStackForm(1)); } catch (Exception e) { e.printStackTrace(); } diff --git a/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java index f95cd04619..66b0d7ffa3 100644 --- a/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java @@ -546,6 +546,14 @@ public class BloodyRecipeLoader implements Runnable { //endregion + //ha trafos + //if(Loader.isModLoaded("miscutils")){ + // GT_Values.RA.addAssemblerRecipe(CustomItemList.HA) + //} + + //power trafos + //GT_Values.RA.addAssemblerRecipe() + register_machine_EM_behaviours(); } diff --git a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java index fdc02c708a..845c1ade65 100644 --- a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java @@ -9,10 +9,7 @@ import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEnt import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.GT_MetaTileEntity_EM_machine; import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_Data; import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_EM; -import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_DataReader; -import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_DebugPowerGenerator; -import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_DebugStructureWriter; -import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_OwnerDetector; +import com.github.technus.tectech.thing.metaTileEntity.single.*; import cpw.mods.fml.common.Loader; import static com.github.technus.tectech.thing.CustomItemList.*; @@ -298,6 +295,16 @@ public class MachineLoader implements Runnable { Machine_OwnerDetector.set(new GT_MetaTileEntity_OwnerDetector(15480, "machine.tt.ownerdetector", "Owner detector", 3).getStackForm(1L)); Machine_DataReader.set(new GT_MetaTileEntity_DataReader(15481, "machine.tt.datareader", "Data Reader", 5).getStackForm(1L)); + Machine_BuckConverter_IV.set(new GT_MetaTileEntity_BuckConverter(15485, "machine.tt.buck", "Insane Buck Converter", 5).getStackForm(1L)); + Machine_BuckConverter_LuV.set(new GT_MetaTileEntity_BuckConverter(15486, "machine.tt.buck", "Ludicrous Buck Converter", 6).getStackForm(1L)); + Machine_BuckConverter_ZPM.set(new GT_MetaTileEntity_BuckConverter(15487, "machine.tt.buck", "ZPM Voltage Buck Converter", 7).getStackForm(1L)); + Machine_BuckConverter_UV.set(new GT_MetaTileEntity_BuckConverter(15488, "machine.tt.buck", "Ultimate Power Buck Converter", 8).getStackForm(1L)); + Machine_BuckConverter_UHV.set(new GT_MetaTileEntity_BuckConverter(15489, "machine.tt.buck", "Highly Ultimate Buck Converter", 9).getStackForm(1L)); + Machine_BuckConverter_UEV.set(new GT_MetaTileEntity_BuckConverter(15490, "machine.tt.buck", "Extremely Ultimate Buck Converter", 10).getStackForm(1L)); + Machine_BuckConverter_UIV.set(new GT_MetaTileEntity_BuckConverter(15491, "machine.tt.buck", "Insanely Ultimate Buck Converter", 11).getStackForm(1L)); + Machine_BuckConverter_UMV.set(new GT_MetaTileEntity_BuckConverter(15492, "machine.tt.buck", "Mega Ultimate Buck Converter", 12).getStackForm(1L)); + Machine_BuckConverter_UXV.set(new GT_MetaTileEntity_BuckConverter(15493, "machine.tt.buck", "Extended Mega Ultimate Buck Converter", 13).getStackForm(1L)); + // =================================================================================================== // Debug Stuff // =================================================================================================== diff --git a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java index 9c7fe1167d..ce27472404 100644 --- a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java @@ -86,7 +86,7 @@ public class RecipeLoader implements Runnable { 'E', ItemList.Hull_IV}); //Data Bank - GT_Values.RA.addAssemblylineRecipe(ItemList.Hatch_DataAccess_EV.get(1), 20000, new ItemStack[]{ + RA.addAssemblylineRecipe(ItemList.Hatch_DataAccess_EV.get(1), 20000, new ItemStack[]{ CustomItemList.Machine_Multi_Switch.get(1), GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Master, 2), ItemList.Tool_DataOrb.get(1), @@ -97,6 +97,9 @@ public class RecipeLoader implements Runnable { }, CustomItemList.Machine_Multi_DataBank.get(1), 12000, 14000); //CustomItemList.Machine_Multi_DataBank + //Bucks + //RA.addAssemblerRecipe(CustomItemList.) + //recipe for ass line data hatches RA.addAssemblerRecipe(ItemList.Hatch_DataAccess_EV.get(1), CustomItemList.dataIn_Hatch.get(1), CustomItemList.dataInAss_Hatch.get(1), 2048, 12000); RA.addAssemblerRecipe(ItemList.Hatch_DataAccess_EV.get(1), CustomItemList.dataOut_Hatch.get(1), CustomItemList.dataOutAss_Hatch.get(1), 2048, 12000); diff --git a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java index f6d2a63954..254a567bc8 100644 --- a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java +++ b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java @@ -21,6 +21,9 @@ public enum CustomItemList implements IItemContainer { hatch_CreativeMaitenance, Machine_OwnerDetector,Machine_DataReader, + Machine_BuckConverter_IV,Machine_BuckConverter_LuV,Machine_BuckConverter_ZPM, + Machine_BuckConverter_UV,Machine_BuckConverter_UHV,Machine_BuckConverter_UEV, + Machine_BuckConverter_UIV,Machine_BuckConverter_UMV, Machine_BuckConverter_UXV, Machine_DebugWriter,Machine_DebugGenny, EMpipe, DATApipe, rack_Hatch, holder_Hatch, capacitor_Hatch, diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java index 83493e562b..b636fd7e5e 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java @@ -159,11 +159,11 @@ public class Textures { MACHINE_CASINGS_TT[i][j] = new GT_SidedTexture(MACHINECASINGS_BOTTOM_TT[i], MACHINECASINGS_TOP_TT[i], MACHINECASINGS_SIDE_TT[i], Dyes.getModulation(j - 1, MACHINE_METAL.mRGBa)); } } - //for (byte i = 0; i < MACHINE_CASINGS.length; i++) { - // for (byte j = 0; j < MACHINE_CASINGS[i].length; j++) { - // MACHINE_CASINGS_TT[i][j] = MACHINE_CASINGS[i][j]; - // } - //} MACHINE_CASINGS=MACHINE_CASINGS_TT; + + OVERLAYS_ENERGY_IN=OVERLAYS_ENERGY_IN_TT; + OVERLAYS_ENERGY_OUT=OVERLAYS_ENERGY_OUT_TT; + OVERLAYS_ENERGY_IN_MULTI=OVERLAYS_ENERGY_IN_MULTI_TT; + OVERLAYS_ENERGY_OUT_MULTI=OVERLAYS_ENERGY_OUT_MULTI_TT; } } \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java new file mode 100644 index 0000000000..f90e7ef04f --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java @@ -0,0 +1,208 @@ +package com.github.technus.tectech.thing.metaTileEntity.single; + +import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.Util; +import com.github.technus.tectech.thing.metaTileEntity.single.gui.GT_Container_BuckConverter; +import com.github.technus.tectech.thing.metaTileEntity.single.gui.GT_GUIContainer_BuckConverter; +import cpw.mods.fml.relauncher.Side; +import cpw.mods.fml.relauncher.SideOnly; +import gregtech.api.enums.Textures; +import gregtech.api.interfaces.ITexture; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.MetaTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_TieredMachineBlock; +import gregtech.api.objects.GT_RenderedTexture; +import gregtech.api.util.GT_Utility; +import net.minecraft.client.renderer.texture.IIconRegister; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.entity.player.InventoryPlayer; +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.util.EnumChatFormatting; + +import static com.github.technus.tectech.thing.metaTileEntity.Textures.OVERLAYS_ENERGY_IN_POWER_TT; +import static com.github.technus.tectech.thing.metaTileEntity.Textures.OVERLAYS_ENERGY_OUT_POWER_TT; +import static gregtech.api.enums.Textures.BlockIcons.MACHINE_CASINGS; + +public class GT_MetaTileEntity_BuckConverter extends GT_MetaTileEntity_TieredMachineBlock { + private static GT_RenderedTexture BUCK,BUCK_ACTIVE; + public int EUT=0,AMP=0; + public boolean enabled = true; + + public GT_MetaTileEntity_BuckConverter(int aID, String aName, String aNameRegional, int aTier) { + super(aID, aName, aNameRegional, aTier, 0, "Power from nothing"); + Util.setTier(aTier,this); + } + + public GT_MetaTileEntity_BuckConverter(String aName, int aTier, String aDescription, ITexture[][][] aTextures) { + super(aName, aTier, 0, aDescription, aTextures); + } + + @Override + public MetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { + return new GT_MetaTileEntity_BuckConverter(mName, mTier, mDescription, mTextures); + } + + @Override + @SideOnly(Side.CLIENT) + public void registerIcons(IIconRegister aBlockIconRegister) { + super.registerIcons(aBlockIconRegister); + BUCK = new GT_RenderedTexture(new Textures.BlockIcons.CustomIcon("iconsets/BUCK")); + BUCK_ACTIVE = new GT_RenderedTexture(new Textures.BlockIcons.CustomIcon("iconsets/BUCK_ACTIVE")); + } + + @Override + public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { + return new ITexture[]{MACHINE_CASINGS[mTier][aColorIndex + 1], aSide == aFacing ? (aActive?BUCK_ACTIVE:BUCK) : + (aSide==GT_Utility.getOppositeSide(aFacing)? + OVERLAYS_ENERGY_IN_POWER_TT[mTier]: + (aActive ? OVERLAYS_ENERGY_OUT_POWER_TT[mTier] : OVERLAYS_ENERGY_IN_POWER_TT[mTier]))}; + } + + @Override + public ITexture[][][] getTextureSet(ITexture[] aTextures) { + return null; + } + + @Override + public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return new GT_Container_BuckConverter(aPlayerInventory, aBaseMetaTileEntity); + } + + @Override + public Object getClientGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) { + return new GT_GUIContainer_BuckConverter(aPlayerInventory, aBaseMetaTileEntity); + } + + @Override + public boolean allowPutStack(IGregTechTileEntity iGregTechTileEntity, int i, byte b, ItemStack itemStack) { + return false; + } + + @Override + public boolean allowPullStack(IGregTechTileEntity iGregTechTileEntity, int i, byte b, ItemStack itemStack) { + return false; + } + + @Override + public void saveNBTData(NBTTagCompound aNBT) { + aNBT.setInteger("eEUT",EUT); + aNBT.setInteger("eAMP",AMP); + } + + @Override + public void loadNBTData(NBTTagCompound aNBT) { + EUT=aNBT.getInteger("eEUT"); + AMP=aNBT.getInteger("eAMP"); + enabled = (long)AMP*EUT >=0; + getBaseMetaTileEntity().setActive(enabled); + } + + @Override + public boolean isSimpleMachine() { + return false; + } + + @Override + public boolean onRightclick(IGregTechTileEntity aBaseMetaTileEntity, EntityPlayer aPlayer) { + if (aBaseMetaTileEntity.isClientSide()) { + return true; + } + aBaseMetaTileEntity.openGUI(aPlayer); + return true; + } + + @Override + public void onPreTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) { + if (aBaseMetaTileEntity.isServerSide() && (aTick & 0xF) == 0) { + if(aBaseMetaTileEntity.isActive()) { + aBaseMetaTileEntity.decreaseStoredEnergyUnits(CommonValues.V[mTier] >> 2, true); + } + aBaseMetaTileEntity.setActive(enabled); + } + } + + @Override + public boolean isFacingValid(byte aFacing) { + return true; + } + + @Override + public boolean isAccessAllowed(EntityPlayer aPlayer) { + return true; + } + + @Override + public String[] getDescription() { + return new String[]{ + CommonValues.TEC_MARK_GENERAL, mDescription, + EnumChatFormatting.BLUE + "Adjustable step down transformer", + EnumChatFormatting.BLUE + "Switching power supply..." + }; + } + + @Override + public boolean isElectric() { + return true; + } + + @Override + public boolean isEnetOutput() { + return true; + } + + @Override + public boolean isEnetInput() { + return true; + } + + @Override + public boolean isInputFacing(byte aSide) { + return aSide == getBaseMetaTileEntity().getBackFacing(); + } + + @Override + public boolean isOutputFacing(byte aSide) { + return enabled && aSide != getBaseMetaTileEntity().getFrontFacing() && aSide != getBaseMetaTileEntity().getBackFacing(); + } + + @Override + public long maxAmperesIn() { + return 2; + } + + @Override + public long maxAmperesOut() { + return enabled?Math.min(Math.abs(AMP),64):0; + } + + @Override + public long maxEUInput() { + return CommonValues.V[mTier]; + } + + @Override + public long maxEUOutput() { + return enabled?Math.min(Math.abs(EUT),maxEUInput()):0; + } + + @Override + public long maxEUStore() { + return CommonValues.V[mTier]<<4; + } + + @Override + public long getMinimumStoredEU() { + return CommonValues.V[mTier]<<2; + } + + @Override + public int getProgresstime() { + return (int) getBaseMetaTileEntity().getUniversalEnergyStored(); + } + + @Override + public int maxProgresstime() { + return (int) getBaseMetaTileEntity().getUniversalEnergyCapacity(); + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_BuckConverter.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_BuckConverter.java new file mode 100644 index 0000000000..58e87e3990 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_BuckConverter.java @@ -0,0 +1,151 @@ +package com.github.technus.tectech.thing.metaTileEntity.single.gui; + +import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_BuckConverter; +import cpw.mods.fml.relauncher.Side; +import cpw.mods.fml.relauncher.SideOnly; +import gregtech.api.gui.GT_ContainerMetaTile_Machine; +import gregtech.api.gui.GT_Slot_Holo; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.entity.player.InventoryPlayer; +import net.minecraft.inventory.ICrafting; +import net.minecraft.inventory.Slot; +import net.minecraft.item.ItemStack; + +public class GT_Container_BuckConverter + extends GT_ContainerMetaTile_Machine { + public int EUT=0,AMP=0; + + public GT_Container_BuckConverter(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity) { + super(aInventoryPlayer, aTileEntity); + } + + @Override + public void addSlots(InventoryPlayer aInventoryPlayer) { + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 8, 5, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 8, 23, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 8, 41, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 8, 59, false, false, 1)); + + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 26, 5, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 26, 23, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 26, 41, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 26, 59, false, false, 1)); + + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 152, 5, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 152, 23, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 152, 41, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 152, 59, false, false, 1)); + + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 134, 5, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 134, 23, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 134, 41, false, false, 1)); + addSlotToContainer(new GT_Slot_Holo(mTileEntity, 2, 134, 59, false, false, 1)); + } + + @Override + public ItemStack slotClick(int aSlotIndex, int aMouseclick, int aShifthold, EntityPlayer aPlayer) { + if (aSlotIndex < 0) { + return super.slotClick(aSlotIndex, aMouseclick, aShifthold, aPlayer); + } + Slot tSlot = (Slot) inventorySlots.get(aSlotIndex); + if (tSlot != null && mTileEntity.getMetaTileEntity() != null) { + GT_MetaTileEntity_BuckConverter buck = (GT_MetaTileEntity_BuckConverter) mTileEntity.getMetaTileEntity(); + switch (aSlotIndex) { + case 0: + buck.EUT -= aShifthold == 1 ? 512 : 64; + break; + case 1: + buck.EUT /= aShifthold == 1 ? 512 : 64; + break; + case 2: + buck.AMP -= aShifthold == 1 ? 512 : 64; + break; + case 3: + buck.AMP /= aShifthold == 1 ? 512 : 64; + break; + case 4: + buck.EUT -= aShifthold == 1 ? 16 : 1; + break; + case 5: + buck.EUT /= aShifthold == 1 ? 16 : 2; + break; + case 6: + buck.AMP -= aShifthold == 1 ? 16 : 1; + break; + case 7: + buck.AMP /= aShifthold == 1 ? 16 : 2; + break; + case 8: + buck.EUT += aShifthold == 1 ? 512 : 64; + break; + case 9: + buck.EUT *= aShifthold == 1 ? 512 : 64; + break; + case 10: + buck.AMP += aShifthold == 1 ? 512 : 64; + break; + case 11: + buck.AMP *= aShifthold == 1 ? 512 : 64; + break; + case 12: + buck.EUT += aShifthold == 1 ? 16 : 1; + break; + case 13: + buck.EUT *= aShifthold == 1 ? 16 : 2; + break; + case 14: + buck.AMP += aShifthold == 1 ? 16 : 1; + break; + case 15: + buck.AMP *= aShifthold == 1 ? 16 : 2; + break; + default: return super.slotClick(aSlotIndex, aMouseclick, aShifthold, aPlayer); + } + buck.enabled =(long)AMP*EUT>=0; + return null; + } + return super.slotClick(aSlotIndex, aMouseclick, aShifthold, aPlayer); + } + + @Override + public void detectAndSendChanges() { + super.detectAndSendChanges(); + if (mTileEntity.isClientSide() || mTileEntity.getMetaTileEntity() == null) { + return; + } + + GT_MetaTileEntity_BuckConverter buck = (GT_MetaTileEntity_BuckConverter) mTileEntity.getMetaTileEntity(); + EUT=buck.EUT; + AMP=buck.AMP; + buck.enabled =(long)AMP*EUT>=0; + + for (Object crafter : crafters) { + ICrafting var1 = (ICrafting) crafter; + var1.sendProgressBarUpdate(this, 100, EUT & 0xFFFF); + var1.sendProgressBarUpdate(this, 101, EUT >>> 16); + var1.sendProgressBarUpdate(this, 102, AMP & 0xFFFF); + var1.sendProgressBarUpdate(this, 103, AMP >>> 16); + } + } + + @Override + @SideOnly(Side.CLIENT) + public void updateProgressBar(int par1, int par2) { + super.updateProgressBar(par1, par2); + switch (par1) { + case 100: + EUT = EUT & 0xFFFF0000 | par2; + break; + case 101: + EUT = EUT & 0xFFFF | par2 << 16; + break; + case 102: + AMP = AMP & 0xFFFF0000 | par2; + break; + case 103: + AMP = AMP & 0xFFFF | par2 << 16; + break; + } + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DebugPowerGenerator.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DebugPowerGenerator.java index 9d7c5293b3..b4cea250ed 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DebugPowerGenerator.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_DebugPowerGenerator.java @@ -118,6 +118,7 @@ public class GT_Container_DebugPowerGenerator GT_MetaTileEntity_DebugPowerGenerator dpg = (GT_MetaTileEntity_DebugPowerGenerator) mTileEntity.getMetaTileEntity(); EUT=dpg.EUT; AMP=dpg.AMP; + dpg.producing =(long)AMP*EUT>=0; for (Object crafter : crafters) { ICrafting var1 = (ICrafting) crafter; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_BuckConverter.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_BuckConverter.java new file mode 100644 index 0000000000..946006c8fa --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_GUIContainer_BuckConverter.java @@ -0,0 +1,35 @@ +package com.github.technus.tectech.thing.metaTileEntity.single.gui; + +import com.github.technus.tectech.Util; +import gregtech.api.gui.GT_GUIContainerMetaTile_Machine; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import net.minecraft.entity.player.InventoryPlayer; + +import static com.github.technus.tectech.CommonValues.VN; +import static gregtech.api.enums.GT_Values.RES_PATH_GUI; + +public class GT_GUIContainer_BuckConverter extends GT_GUIContainerMetaTile_Machine { + public GT_GUIContainer_BuckConverter(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity) { + super(new GT_Container_BuckConverter(aInventoryPlayer, aTileEntity), RES_PATH_GUI + "Teleporter.png"); + } + + @Override + protected void drawGuiContainerForegroundLayer(int par1, int par2) { + fontRendererObj.drawString("Buck Converter", 46, 8, 16448255); + if (mContainer != null) { + GT_Container_BuckConverter buck = (GT_Container_BuckConverter) mContainer; + fontRendererObj.drawString("EUT: " + buck.EUT, 46, 24, 16448255); + fontRendererObj.drawString("TIER: " + VN[Util.getTier(buck.EUT<0?-buck.EUT:buck.EUT)], 46, 32, 16448255); + fontRendererObj.drawString("AMP: " + buck.AMP, 46, 40, 16448255); + fontRendererObj.drawString("SUM: " + (long)buck.AMP*buck.EUT, 46, 48, 16448255); + } + } + + @Override + protected void drawGuiContainerBackgroundLayer(float par1, int par2, int par3) { + super.drawGuiContainerBackgroundLayer(par1, par2, par3); + int x = (width - xSize) / 2; + int y = (height - ySize) / 2; + drawTexturedModalRect(x, y, 0, 0, xSize, ySize); + } +} diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BUCK.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BUCK.png new file mode 100644 index 0000000000..6aa75eff68 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BUCK.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BUCK_ACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BUCK_ACTIVE.png new file mode 100644 index 0000000000..b8333cd837 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BUCK_ACTIVE.png differ -- cgit From d3c9946318deba81c0b93bd7042211eb08cb036c Mon Sep 17 00:00:00 2001 From: Tec Date: Thu, 3 May 2018 13:41:23 +0200 Subject: Remove unnecessary field --- .../single/GT_MetaTileEntity_BuckConverter.java | 11 ++++------- .../metaTileEntity/single/gui/GT_Container_BuckConverter.java | 4 ++-- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java index f90e7ef04f..3faf583630 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java @@ -27,7 +27,6 @@ import static gregtech.api.enums.Textures.BlockIcons.MACHINE_CASINGS; public class GT_MetaTileEntity_BuckConverter extends GT_MetaTileEntity_TieredMachineBlock { private static GT_RenderedTexture BUCK,BUCK_ACTIVE; public int EUT=0,AMP=0; - public boolean enabled = true; public GT_MetaTileEntity_BuckConverter(int aID, String aName, String aNameRegional, int aTier) { super(aID, aName, aNameRegional, aTier, 0, "Power from nothing"); @@ -94,8 +93,7 @@ public class GT_MetaTileEntity_BuckConverter extends GT_MetaTileEntity_TieredMac public void loadNBTData(NBTTagCompound aNBT) { EUT=aNBT.getInteger("eEUT"); AMP=aNBT.getInteger("eAMP"); - enabled = (long)AMP*EUT >=0; - getBaseMetaTileEntity().setActive(enabled); + getBaseMetaTileEntity().setActive((long)AMP*EUT >=0); } @Override @@ -118,7 +116,6 @@ public class GT_MetaTileEntity_BuckConverter extends GT_MetaTileEntity_TieredMac if(aBaseMetaTileEntity.isActive()) { aBaseMetaTileEntity.decreaseStoredEnergyUnits(CommonValues.V[mTier] >> 2, true); } - aBaseMetaTileEntity.setActive(enabled); } } @@ -163,7 +160,7 @@ public class GT_MetaTileEntity_BuckConverter extends GT_MetaTileEntity_TieredMac @Override public boolean isOutputFacing(byte aSide) { - return enabled && aSide != getBaseMetaTileEntity().getFrontFacing() && aSide != getBaseMetaTileEntity().getBackFacing(); + return getBaseMetaTileEntity().isActive() && aSide != getBaseMetaTileEntity().getFrontFacing() && aSide != getBaseMetaTileEntity().getBackFacing(); } @Override @@ -173,7 +170,7 @@ public class GT_MetaTileEntity_BuckConverter extends GT_MetaTileEntity_TieredMac @Override public long maxAmperesOut() { - return enabled?Math.min(Math.abs(AMP),64):0; + return getBaseMetaTileEntity().isActive()?Math.min(Math.abs(AMP),64):0; } @Override @@ -183,7 +180,7 @@ public class GT_MetaTileEntity_BuckConverter extends GT_MetaTileEntity_TieredMac @Override public long maxEUOutput() { - return enabled?Math.min(Math.abs(EUT),maxEUInput()):0; + return getBaseMetaTileEntity().isActive()?Math.min(Math.abs(EUT),maxEUInput()):0; } @Override diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_BuckConverter.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_BuckConverter.java index 58e87e3990..2f0325c776 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_BuckConverter.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/gui/GT_Container_BuckConverter.java @@ -102,7 +102,7 @@ public class GT_Container_BuckConverter break; default: return super.slotClick(aSlotIndex, aMouseclick, aShifthold, aPlayer); } - buck.enabled =(long)AMP*EUT>=0; + buck.getBaseMetaTileEntity().setActive((long)AMP*EUT>=0); return null; } return super.slotClick(aSlotIndex, aMouseclick, aShifthold, aPlayer); @@ -118,7 +118,7 @@ public class GT_Container_BuckConverter GT_MetaTileEntity_BuckConverter buck = (GT_MetaTileEntity_BuckConverter) mTileEntity.getMetaTileEntity(); EUT=buck.EUT; AMP=buck.AMP; - buck.enabled =(long)AMP*EUT>=0; + buck.getBaseMetaTileEntity().setActive((long)AMP*EUT>=0); for (Object crafter : crafters) { ICrafting var1 = (ICrafting) crafter; -- cgit From b8f8a71a3c569b2b1acee7934908cee9e5704626 Mon Sep 17 00:00:00 2001 From: Tec Date: Thu, 3 May 2018 15:21:43 +0200 Subject: bump to 3.6.5 --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index d7bb45ccef..b76fc301bd 100644 --- a/build.properties +++ b/build.properties @@ -1,6 +1,6 @@ minecraft.version=1.7.10 forge.version=10.13.4.1614-1.7.10 -tectech.version=3.6.4 +tectech.version=3.6.5 ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 -- cgit From a3d465484f771fa6dfe48b9aecc787af778694f5 Mon Sep 17 00:00:00 2001 From: Stefan Thomanek Date: Fri, 4 May 2018 06:12:01 +0200 Subject: Proposed changes (#9) * Additions for automatic jarSign on Jenkins * Required changes for the new jenkins/nexus location * Apply these changes to get CoFH Lib and core back. curseCDN will 403 you --- build.gradle | 38 ++++++++++++++++++++++---------- build.properties | 10 ++++----- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 32 insertions(+), 20 deletions(-) diff --git a/build.gradle b/build.gradle index 9137fbf07d..440fee920a 100644 --- a/build.gradle +++ b/build.gradle @@ -18,6 +18,7 @@ buildscript { import de.undercouch.gradle.tasks.download.Download apply plugin: 'forge' +apply plugin: 'signing' allprojects { apply plugin: 'java' @@ -52,20 +53,18 @@ configurations { repositories { maven { name 'UsrvDE' - url "http://jenkins.usrv.de:8082/nexus/content/repositories/releases/" + url "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/" } maven { name = "ic2" url = "http://maven.ic2.player.to/" } - //ivy { - // name 'CoFHLib' - // artifactPattern "http://addons-origin.cursecdn.com/files/${config.cofhlib.cf}/[module]-[revision].[ext]" - //} - //ivy { - // name 'CoFHCore' - // artifactPattern "http://addons-origin.cursecdn.com/files/${config.cofhcore.cf}/[module]-[revision].[ext]" - //} + + ivy { + name 'gtnh_download_source' + artifactPattern "http://downloads.gtnewhorizons.com/Mods_for_Jenkins/[module]-[revision].[ext]" + } + maven { name = "chickenbones" url = "http://chickenbones.net/maven/" @@ -75,8 +74,8 @@ repositories { dependencies { compile "eu.usrv:YAMCore:${config.minecraft.version}-${config.yamcore.version}:deobf" compile "net.industrial-craft:industrialcraft-2:${config.ic2.version}:dev" - //provided name: 'CoFHLib', version: config.cofhlib.version, ext: 'jar' - //provided name: 'CoFHCore', version: config.cofhcore.version, ext: 'jar' + provided name: 'CoFHLib', version: config.cofhlib.version, ext: 'jar' + provided name: 'CoFHCore', version: config.cofhcore.version, ext: 'jar' compile "codechicken:CodeChickenLib:${config.minecraft.version}-${config.codechickenlib.version}:dev" compile "codechicken:CodeChickenCore:${config.minecraft.version}-${config.codechickencore.version}:dev" compile "codechicken:NotEnoughItems:${config.minecraft.version}-${config.nei.version}:dev" @@ -86,7 +85,7 @@ task getGregTech(type: Download) { onlyIf { !file("libs/gregtech-${config.gregtech.version}-dev.jar").exists() } - src "http://jenkins.usrv.de:8081/job/Gregtech-5-Unofficial/${config.gregtech.jenkinsbuild}/artifact/build/libs/gregtech-${config.gregtech.version}-dev.jar" + src "http://jenkins.usrv.eu:8080/job/Gregtech-5-Unofficial/${config.gregtech.jenkinsbuild}/artifact/build/libs/gregtech-${config.gregtech.version}-dev.jar" dest file("libs/gregtech-${config.gregtech.version}-dev.jar") mustRunAfter "deobfBinJar" mustRunAfter "repackMinecraft" @@ -117,3 +116,18 @@ processResources exclude 'mcmod.info' } } + +task signJar(dependsOn: 'reobf'){ + doLast { + ant.signjar( + destDir: jar.destinationDir, + jar: jar.getArchivePath(), + alias: findProperty('keyStoreAlias') ?: '', + keystore: findProperty('keyStore') ?: '', + storepass: findProperty('keyStorePass') ?: '', + digestalg: findProperty('signDigestAlg') ?: '', + tsaurl: findProperty('signTSAurl') ?: '', + verbose: true + ) + } +} diff --git a/build.properties b/build.properties index b76fc301bd..9e784e469a 100644 --- a/build.properties +++ b/build.properties @@ -6,11 +6,9 @@ ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 codechickencore.version=1.0.7.47 nei.version=1.0.5.120 -gregtech.jenkinsbuild=884 -gregtech.version=5.09.32.06 -cofhcore.cf=2246/920 -cofhcore.version=[1.7.10]3.0.3-303-dev -cofhlib.cf=2246/918 +gregtech.jenkinsbuild=2 +gregtech.version=5.09.32.22 +cofhcore.version=[1.7.10]3.1.4-329-dev cofhlib.version=[1.7.10]1.0.3-175-dev -yamcore.version=0.5.77 +yamcore.version=0.5.78 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 692a0d0831..d1621dd0d4 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sat Mar 10 07:59:03 CET 2018 +#Wed Jul 02 15:54:47 CDT 2014 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip \ No newline at end of file -- cgit From 8d9bcc26fb8fc9e48ae001e98283c9ae91855a99 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 6 May 2018 07:59:23 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92cd4ae2f0..2feda763af 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ GT additions EXTREME https://github.com/JALGATeam/TecTechWiki # Jenkins Builds -http://jenkins.usrv.de:8081/job/Tec%20Tech/ +http://jenkins.usrv.eu:8080/job/Tec%20Tech/ https://jenkins.datamats.com/job/TecTech/ # Runtime Dependencies? -- cgit From 7ff334437f38d88cae7345d4e92c5f47ea5915c3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 6 May 2018 07:59:36 +0200 Subject: Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2feda763af..ba90aebcf1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ https://github.com/JALGATeam/TecTechWiki # Jenkins Builds http://jenkins.usrv.eu:8080/job/Tec%20Tech/ -https://jenkins.datamats.com/job/TecTech/ # Runtime Dependencies? https://github.com/Technus/TecTech/blob/master/src/main/java/com/github/technus/tectech/TecTech.java#L37 -- cgit From 76ce9c0f2277570cb4cb242b821c8393b8706802 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 6 May 2018 08:01:10 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba90aebcf1..17ce886415 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ GT additions EXTREME # WIKI -https://github.com/JALGATeam/TecTechWiki +https://github.com/JALGATeam/TecTechWiki/wiki # Jenkins Builds http://jenkins.usrv.eu:8080/job/Tec%20Tech/ -- cgit From bee10a99218b253099d5d3fb29f9a4277a97bb85 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 6 May 2018 09:41:25 +0200 Subject: update dependencies, add more basic blocks from GTNH --- build.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 +- .../dreamcraft/NoDreamCraftBlockLoader.java | 11 ++ .../dreamcraft/NoDreamCraftMachineLoader.java | 184 +++++++++++++++++---- .../technus/tectech/loader/ThingsLoader.java | 5 + .../technus/tectech/thing/CustomItemList.java | 4 + .../tectech/thing/casing/GT_Block_CasingsNH.java | 59 +++++++ .../tectech/thing/casing/GT_Item_CasingsNH.java | 14 ++ .../tectech/thing/casing/TT_Container_Casings.java | 1 + 9 files changed, 246 insertions(+), 38 deletions(-) create mode 100644 src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftBlockLoader.java create mode 100644 src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsNH.java create mode 100644 src/main/java/com/github/technus/tectech/thing/casing/GT_Item_CasingsNH.java diff --git a/build.properties b/build.properties index 9e784e469a..754326b807 100644 --- a/build.properties +++ b/build.properties @@ -9,6 +9,6 @@ nei.version=1.0.5.120 gregtech.jenkinsbuild=2 gregtech.version=5.09.32.22 cofhcore.version=[1.7.10]3.1.4-329-dev -cofhlib.version=[1.7.10]1.0.3-175-dev +cofhlib.version=[1.7.10]1.2.1-185-dev yamcore.version=0.5.78 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d1621dd0d4..7b6f003e09 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Jul 02 15:54:47 CDT 2014 +#Fri May 04 06:18:33 CEST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip \ No newline at end of file +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftBlockLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftBlockLoader.java new file mode 100644 index 0000000000..c5c960f5b8 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftBlockLoader.java @@ -0,0 +1,11 @@ +package com.github.technus.tectech.compatibility.dreamcraft; + +import com.github.technus.tectech.thing.casing.GT_Block_CasingsNH; +import com.github.technus.tectech.thing.casing.TT_Container_Casings; + +public class NoDreamCraftBlockLoader implements Runnable { + @Override + public void run() { + TT_Container_Casings.sBlockCasingsNH = new GT_Block_CasingsNH(); + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java index b36f880b56..eb4f9c2b9d 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java @@ -7,13 +7,30 @@ import cpw.mods.fml.common.Loader; import gregtech.api.enums.GT_Values; import gregtech.api.interfaces.ITexture; import gregtech.api.metatileentity.MetaTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_BasicHull; import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_TieredMachineBlock; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Transformer; +import net.minecraft.util.EnumChatFormatting; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.Method; -public class NoDreamCraftMachineLoader implements Runnable{ +public class NoDreamCraftMachineLoader implements Runnable { + public final static String imagination=EnumChatFormatting.RESET + + "You just need " + EnumChatFormatting.DARK_PURPLE + + "I" + EnumChatFormatting.LIGHT_PURPLE + + "m" + EnumChatFormatting.DARK_RED + + "a" + EnumChatFormatting.RED + + "g" + EnumChatFormatting.YELLOW + + "i" + EnumChatFormatting.GREEN + + "n" + EnumChatFormatting.AQUA + + "a" + EnumChatFormatting.DARK_AQUA + + "t" + EnumChatFormatting.BLUE + + "i" + EnumChatFormatting.DARK_BLUE + + "o" + EnumChatFormatting.DARK_PURPLE + + "n" + EnumChatFormatting.RESET + + " to use this."; @Override public void run() { @@ -58,47 +75,149 @@ public class NoDreamCraftMachineLoader implements Runnable{ "UEV -> UHV (Use Soft Mallet to invert)").getStackForm(1L)); CustomItemList.WetTransformer_UIV_UEV.set(new GT_MetaTileEntity_WetTransformer( - 12010, "wettransformer.tier.10", "Extremely Ultimate Power Transformer",10, + 12010, "wettransformer.tier.10", "Extremely Ultimate Power Transformer", 10, "UIV -> UEV (Use Soft Mallet to invert)").getStackForm(1L)); CustomItemList.WetTransformer_UMV_UIV.set(new GT_MetaTileEntity_WetTransformer( - 12011, "wettransformer.tier.11", "Insanely Ultimate Power Transformer",11, + 12011, "wettransformer.tier.11", "Insanely Ultimate Power Transformer", 11, "UMV -> UIV (Use Soft Mallet to invert)").getStackForm(1L)); CustomItemList.WetTransformer_UXV_UMV.set(new GT_MetaTileEntity_WetTransformer( - 12012, "wettransformer.tier.12", "Mega Ultimate Power Transformer",12, + 12012, "wettransformer.tier.12", "Mega Ultimate Power Transformer", 12, "UXV -> UMV (Use Soft Mallet to invert)").getStackForm(1L)); CustomItemList.WetTransformer_OPV_UXV.set(new GT_MetaTileEntity_WetTransformer( - 12013, "wettransformer.tier.13", "Extended Mega Ultimate Power Transformer",13, + 12013, "wettransformer.tier.13", "Extended Mega Ultimate Power Transformer", 13, "OPV -> UXV (Use Soft Mallet to invert)").getStackForm(1L)); CustomItemList.WetTransformer_MAXV_OPV.set(new GT_MetaTileEntity_WetTransformer( - 12014, "wettransformer.tier.14", "Overpowered Power Transformer",14, + 12014, "wettransformer.tier.14", "Overpowered Power Transformer", 14, "MAX -> OPV (Use Soft Mallet to invert)").getStackForm(1L)); - if (Loader.isModLoaded("miscutils")) { - try { + try { + MetaTileEntity temp; + Method method = null; + Field field = null; + Object iTexture = new ITexture[0]; + if (GT_Values.GT.isClientSide()) { + method = GT_MetaTileEntity_TieredMachineBlock.class.getMethod("getTextureSet", ITexture[].class); + field = GT_MetaTileEntity_TieredMachineBlock.class.getField("mTextures"); + field.setAccessible(true); + } + + temp = new GT_MetaTileEntity_BasicHull( + 11230, "hull.tier.10", "UEV Machine Hull",10, + imagination); + Util.setTier(10, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, method.invoke(temp, iTexture)); + } + CustomItemList.Hull_UEV.set(temp.getStackForm(1L)); + + temp = new GT_MetaTileEntity_BasicHull( + 11231, "hull.tier.11", "UIV Machine Hull",11, + imagination); + Util.setTier(11, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, method.invoke(temp, iTexture)); + } + CustomItemList.Hull_UIV.set(temp.getStackForm(1L)); + + temp = new GT_MetaTileEntity_BasicHull( + 11232, "hull.tier.12", "UMV Machine Hull",12, + imagination); + Util.setTier(12, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, method.invoke(temp, iTexture)); + } + CustomItemList.Hull_UMV.set(temp.getStackForm(1L)); + + temp = new GT_MetaTileEntity_BasicHull( + 11233, "hull.tier.13", "UXV Machine Hull",13, + imagination); + Util.setTier(13, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, method.invoke(temp, iTexture)); + } + CustomItemList.Hull_UXV.set(temp.getStackForm(1L)); + + temp = new GT_MetaTileEntity_BasicHull( + 11234, "hull.tier.14", "OPV Machine Hull",14, + imagination); + Util.setTier(14, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, method.invoke(temp, iTexture)); + } + CustomItemList.Hull_OPV.set(temp.getStackForm(1L)); + + temp = new GT_MetaTileEntity_BasicHull( + 11235, "hull.tier.15", "MAX Machine Hull",15, + imagination); + Util.setTier(15, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, method.invoke(temp, iTexture)); + } + CustomItemList.Hull_MAXV.set(temp.getStackForm(1L)); + + + temp = new GT_MetaTileEntity_Transformer( + 11220, "transformer.tier.09", "Highly Ultimate Transformer", 9, + "UEV -> UHV (Use Soft Mallet to invert)"); + CustomItemList.Transformer_UEV_UHV.set(temp.getStackForm(1L)); + + temp = new GT_MetaTileEntity_Transformer( + 11221, "transformer.tier.10", "Extremely Ultimate Transformer", 10, + "UIV -> UEV (Use Soft Mallet to invert)"); + Util.setTier(10, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, method.invoke(temp, iTexture)); + } + CustomItemList.Transformer_UIV_UEV.set(temp.getStackForm(1L)); + + temp = new GT_MetaTileEntity_Transformer( + 11222, "transformer.tier.11", "Insanely Ultimate Transformer", 11, + "UMV -> UIV (Use Soft Mallet to invert)"); + Util.setTier(11, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, method.invoke(temp, iTexture)); + } + CustomItemList.Transformer_UMV_UIV.set(temp.getStackForm(1L)); + + temp = new GT_MetaTileEntity_Transformer( + 11223, "transformer.tier.12", "Mega Ultimate Transformer", 12, + "UXV -> UMV (Use Soft Mallet to invert)"); + Util.setTier(12, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, method.invoke(temp, iTexture)); + } + CustomItemList.Transformer_UXV_UMV.set(temp.getStackForm(1L)); + + temp = new GT_MetaTileEntity_Transformer( + 11224, "transformer.tier.13", "Extended Mega Ultimate Transformer", 13, + "OPV -> UXV (Use Soft Mallet to invert)"); + Util.setTier(13, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, method.invoke(temp, iTexture)); + } + CustomItemList.Transformer_OPV_UXV.set(temp.getStackForm(1L)); + + temp = new GT_MetaTileEntity_Transformer( + 11225, "transformer.tier.14", "Overpowered Transformer", 14, + "MAX -> OPV (Use Soft Mallet to invert)"); + Util.setTier(14, temp); + if (GT_Values.GT.isClientSide()) { + field.set(temp, method.invoke(temp, iTexture)); + } + CustomItemList.Transformer_MAXV_OPV.set(temp.getStackForm(1L)); + + + if (Loader.isModLoaded("miscutils")) { Class clazz = Class.forName("gtPlusPlus.xmod.gregtech.api.metatileentity.implementations.base.GregtechMetaTransformerHiAmp"); Constructor constructor = clazz.getConstructor(int.class, String.class, String.class, int.class, String.class); - Method method = null; - Field field = null; - Object iTexture=new ITexture[0]; - if (GT_Values.GT.isClientSide()) { - method = GT_MetaTileEntity_TieredMachineBlock.class.getMethod("getTextureSet", ITexture[].class); - field = GT_MetaTileEntity_TieredMachineBlock.class.getField("mTextures"); - field.setAccessible(true); - } - - MetaTileEntity temp = constructor.newInstance( + temp = constructor.newInstance( 11989, "transformer.ha.tier.09", "Highly Ultimate Hi-Amp Transformer", 9, "UEV -> UHV (Use Soft Mallet to invert)"); - //Util.setTier(9, temp); - //if (GT_Values.GT.isClientSide()) { - // field.set(temp, - // method.invoke(temp, iTexture)); - //} CustomItemList.Transformer_HA_UEV_UHV.set(temp.getStackForm(1)); temp = constructor.newInstance( @@ -106,8 +225,7 @@ public class NoDreamCraftMachineLoader implements Runnable{ "UIV -> UEV (Use Soft Mallet to invert)"); Util.setTier(10, temp); if (GT_Values.GT.isClientSide()) { - field.set(temp, - method.invoke(temp, iTexture)); + field.set(temp, method.invoke(temp, iTexture)); } CustomItemList.Transformer_HA_UIV_UEV.set(temp.getStackForm(1)); @@ -116,8 +234,7 @@ public class NoDreamCraftMachineLoader implements Runnable{ "UMV -> UIV (Use Soft Mallet to invert)"); Util.setTier(11, temp); if (GT_Values.GT.isClientSide()) { - field.set(temp, - method.invoke(temp, iTexture)); + field.set(temp, method.invoke(temp, iTexture)); } CustomItemList.Transformer_HA_UMV_UIV.set(temp.getStackForm(1)); @@ -126,8 +243,7 @@ public class NoDreamCraftMachineLoader implements Runnable{ "UXV -> UMV (Use Soft Mallet to invert)"); Util.setTier(12, temp); if (GT_Values.GT.isClientSide()) { - field.set(temp, - method.invoke(temp, iTexture)); + field.set(temp, method.invoke(temp, iTexture)); } CustomItemList.Transformer_HA_UXV_UMV.set(temp.getStackForm(1)); @@ -136,8 +252,7 @@ public class NoDreamCraftMachineLoader implements Runnable{ "OPV -> UXV (Use Soft Mallet to invert)"); Util.setTier(13, temp); if (GT_Values.GT.isClientSide()) { - field.set(temp, - method.invoke(temp, iTexture)); + field.set(temp, method.invoke(temp, iTexture)); } CustomItemList.Transformer_HA_OPV_UXV.set(temp.getStackForm(1)); @@ -146,13 +261,12 @@ public class NoDreamCraftMachineLoader implements Runnable{ "MAX -> OPV (Use Soft Mallet to invert)"); Util.setTier(14, temp); if (GT_Values.GT.isClientSide()) { - field.set(temp, - method.invoke(temp, iTexture)); + field.set(temp, method.invoke(temp, iTexture)); } CustomItemList.Transformer_HA_MAXV_OPV.set(temp.getStackForm(1)); - } catch (Exception e) { - e.printStackTrace(); } + } catch (Exception e) { + e.printStackTrace(); } } } diff --git a/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java b/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java index 84d1a8ab0c..33bd97611e 100644 --- a/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java @@ -1,6 +1,7 @@ package com.github.technus.tectech.loader; import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.compatibility.dreamcraft.NoDreamCraftBlockLoader; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.block.QuantumStuffBlock; import com.github.technus.tectech.thing.block.ReactorSimBlock; @@ -25,6 +26,10 @@ public class ThingsLoader implements Runnable { if(Textures.BlockIcons.casingTexturePages[tectechTexturePage1]==null) { Textures.BlockIcons.casingTexturePages[tectechTexturePage1] = new ITexture[128]; } + if(!Loader.isModLoaded("dreamcraft")){ + TecTech.Logger.info("Adding basic casings"); + new NoDreamCraftBlockLoader().run(); + } TecTech.Logger.info("Added texture page if was null"); TT_Container_Casings.sBlockCasingsTT = new GT_Block_CasingsTT(); TecTech.Logger.info("Elemental Casing registered"); diff --git a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java index 254a567bc8..a062693db4 100644 --- a/src/main/java/com/github/technus/tectech/thing/CustomItemList.java +++ b/src/main/java/com/github/technus/tectech/thing/CustomItemList.java @@ -11,6 +11,10 @@ import net.minecraft.item.ItemStack; import static gregtech.api.enums.GT_Values.W; public enum CustomItemList implements IItemContainer { + Casing_UEV,Casing_UIV,Casing_UMV,Casing_UXV,Casing_OPV,Casing_MAXV, + Hull_UEV,Hull_UIV,Hull_UMV,Hull_UXV,Hull_OPV,Hull_MAXV, + Transformer_UEV_UHV,Transformer_UIV_UEV,Transformer_UMV_UIV, + Transformer_UXV_UMV,Transformer_OPV_UXV,Transformer_MAXV_OPV, WetTransformer_LV_ULV,WetTransformer_MV_LV,WetTransformer_HV_MV,WetTransformer_EV_HV, WetTransformer_IV_EV,WetTransformer_LuV_IV,WetTransformer_ZPM_LuV,WetTransformer_UV_ZPM, WetTransformer_UHV_UV,WetTransformer_UEV_UHV,WetTransformer_UIV_UEV,WetTransformer_UMV_UIV, diff --git a/src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsNH.java b/src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsNH.java new file mode 100644 index 0000000000..78b0a2a6a9 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsNH.java @@ -0,0 +1,59 @@ +package com.github.technus.tectech.thing.casing; + +import com.github.technus.tectech.thing.CustomItemList; +import gregtech.api.enums.Textures; +import gregtech.api.objects.GT_CopiedBlockTexture; +import gregtech.api.util.GT_LanguageManager; +import gregtech.common.blocks.GT_Block_Casings_Abstract; +import gregtech.common.blocks.GT_Material_Casings; +import net.minecraft.client.renderer.texture.IIconRegister; +import net.minecraft.item.ItemStack; +import net.minecraft.util.IIcon; + +import static com.github.technus.tectech.thing.metaTileEntity.Textures.*; + +/** + * Created by danie_000 on 03.10.2016. + */ +public class GT_Block_CasingsNH + extends GT_Block_Casings_Abstract { + public static boolean mConnectedMachineTextures = true; + + public GT_Block_CasingsNH() { + super(GT_Item_CasingsNH.class, "gt.blockcasingsNH", GT_Material_Casings.INSTANCE); + for (byte b = 0; b < 16; b = (byte) (b + 1)) { + Textures.BlockIcons.casingTexturePages[8][b+64] = new GT_CopiedBlockTexture(this, 6, b); + /*IMPORTANT for block recoloring*/ + } + + GT_LanguageManager.addStringLocalization(getUnlocalizedName() + ".10.name", "UEV Machine Casing");//adding + GT_LanguageManager.addStringLocalization(getUnlocalizedName() + ".11.name", "UIV Machine Casing");//adding + GT_LanguageManager.addStringLocalization(getUnlocalizedName() + ".12.name", "UMV Machine Casing");//adding + GT_LanguageManager.addStringLocalization(getUnlocalizedName() + ".13.name", "UXV Machine Casing");//adding + GT_LanguageManager.addStringLocalization(getUnlocalizedName() + ".14.name", "OPV Machine Casing");//adding + GT_LanguageManager.addStringLocalization(getUnlocalizedName() + ".15.name", "MAX Machine Casing");//adding + + CustomItemList.Casing_UEV.set(new ItemStack(this,1,10)); + CustomItemList.Casing_UIV.set(new ItemStack(this,1,11)); + CustomItemList.Casing_UMV.set(new ItemStack(this,1,12)); + CustomItemList.Casing_UXV.set(new ItemStack(this,1,13)); + CustomItemList.Casing_OPV.set(new ItemStack(this,1,14)); + CustomItemList.Casing_MAXV.set(new ItemStack(this,1,15)); + } + + @Override + public void registerBlockIcons(IIconRegister aIconRegister) { + //super.registerBlockIcons(aIconRegister); + } + + @Override + public IIcon getIcon(int aSide, int aMeta) { + if (aSide == 0) { + return MACHINECASINGS_BOTTOM_TT[aMeta].getIcon(); + } + if (aSide == 1) { + return MACHINECASINGS_TOP_TT[aMeta].getIcon(); + } + return MACHINECASINGS_SIDE_TT[aMeta].getIcon(); + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/casing/GT_Item_CasingsNH.java b/src/main/java/com/github/technus/tectech/thing/casing/GT_Item_CasingsNH.java new file mode 100644 index 0000000000..68a835c00a --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/casing/GT_Item_CasingsNH.java @@ -0,0 +1,14 @@ +package com.github.technus.tectech.thing.casing; + +import gregtech.common.blocks.GT_Item_Casings_Abstract; +import net.minecraft.block.Block; + +/** + * Created by danie_000 on 03.10.2016. + */ +public class GT_Item_CasingsNH + extends GT_Item_Casings_Abstract { + public GT_Item_CasingsNH(Block par1) { + super(par1); + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/casing/TT_Container_Casings.java b/src/main/java/com/github/technus/tectech/thing/casing/TT_Container_Casings.java index 4526a98f2e..851046f34b 100644 --- a/src/main/java/com/github/technus/tectech/thing/casing/TT_Container_Casings.java +++ b/src/main/java/com/github/technus/tectech/thing/casing/TT_Container_Casings.java @@ -8,6 +8,7 @@ import net.minecraft.block.Block; public final class TT_Container_Casings { public static Block sBlockCasingsTT; public static Block sHintCasingsTT; + public static Block sBlockCasingsNH; private TT_Container_Casings() {} } -- cgit From 0e69162aa9dcb17edcf92bcea42fed532a36508d Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 6 May 2018 09:43:08 +0200 Subject: revert lib change --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index 754326b807..9e784e469a 100644 --- a/build.properties +++ b/build.properties @@ -9,6 +9,6 @@ nei.version=1.0.5.120 gregtech.jenkinsbuild=2 gregtech.version=5.09.32.22 cofhcore.version=[1.7.10]3.1.4-329-dev -cofhlib.version=[1.7.10]1.2.1-185-dev +cofhlib.version=[1.7.10]1.0.3-175-dev yamcore.version=0.5.78 -- cgit From 5411fed8689d0c05d7f9a59c32b0aaffa9471a50 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 6 May 2018 12:36:50 +0200 Subject: Refactoring --- .../java/com/github/technus/tectech/Reference.java | 17 + .../java/com/github/technus/tectech/TecTech.java | 207 +- src/main/java/com/github/technus/tectech/Util.java | 26 +- .../technus/tectech/auxiliary/Reference.java | 14 - .../technus/tectech/auxiliary/TecTechConfig.java | 58 - .../dreamcraft/DreamCraftRecipeLoader.java | 2 +- .../dreamcraft/NoDreamCraftBlockLoader.java | 11 - .../dreamcraft/NoDreamCraftMachineLoader.java | 18 +- .../tectech/compatibility/gtpp/GtppAtomLoader.java | 4 +- .../compatibility/thaumcraft/EssentiaCompat.java | 30 - .../thaumcraft/EssentiaCompatEnabled.java | 73 - .../definitions/AspectDefinitionCompat.java | 30 - .../definitions/AspectDefinitionCompatEnabled.java | 78 - .../definitions/dComplexAspectDefinition.java | 280 - .../definitions/ePrimalAspectDefinition.java | 48 - .../thaumcraft/definitions/iElementalAspect.java | 8 - .../definitions/AspectDefinitionCompat.java | 30 + .../definitions/AspectDefinitionCompatEnabled.java | 78 + .../definitions/dComplexAspectDefinition.java | 279 + .../definitions/ePrimalAspectDefinition.java | 47 + .../definitions/iElementalAspect.java | 8 + .../thing/metaTileEntity/multi/EssentiaCompat.java | 28 + .../multi/EssentiaCompatEnabled.java | 68 + .../GT_MetaTileEntity_EM_essentiaDequantizer.java | 8 +- .../GT_MetaTileEntity_EM_essentiaQuantizer.java | 8 +- .../technus/tectech/dataFramework/DataPacket.java | 106 - .../tectech/dataFramework/InventoryDataPacket.java | 59 - .../tectech/dataFramework/QuantumDataPacket.java | 48 - .../github/technus/tectech/elementalMatter/README | 44 - .../elementalMatter/core/cElementalDecay.java | 73 - .../core/cElementalDefinitionStackMap.java | 65 - .../core/cElementalInstanceStackMap.java | 522 -- .../core/cElementalMutableDefinitionStackMap.java | 277 - .../elementalMatter/core/cElementalStackMap.java | 160 - .../elementalMatter/core/commands/GiveEM.java | 158 - .../elementalMatter/core/commands/ListEM.java | 95 - .../core/iElementalInstanceContainer.java | 10 - .../elementalMatter/core/rElementalRecipe.java | 62 - .../elementalMatter/core/rElementalRecipeMap.java | 74 - .../core/stacks/cElementalDefinitionStack.java | 98 - .../core/stacks/cElementalInstanceStack.java | 493 -- .../core/stacks/iHasElementalDefinition.java | 18 - .../elementalMatter/core/tElementalException.java | 10 - .../core/templates/cElementalDefinition.java | 129 - .../core/templates/cElementalPrimitive.java | 260 - .../core/templates/iElementalDefinition.java | 79 - .../transformations/aFluidDequantizationInfo.java | 48 - .../transformations/aFluidQuantizationInfo.java | 48 - .../transformations/aItemDequantizationInfo.java | 45 - .../transformations/aItemQuantizationInfo.java | 69 - .../aOredictDequantizationInfo.java | 59 - .../transformations/aOredictQuantizationInfo.java | 59 - .../core/transformations/bTransformationInfo.java | 93 - .../core/transformations/iExchangeInfo.java | 11 - .../definitions/complex/atom/dAtomDefinition.java | 1659 ----- .../definitions/complex/atom/iaeaNuclide.java | 288 - .../complex/hadron/dHadronDefinition.java | 460 -- .../primitive/cPrimitiveDefinition.java | 39 - .../definitions/primitive/eBosonDefinition.java | 41 - .../definitions/primitive/eLeptonDefinition.java | 65 - .../definitions/primitive/eNeutrinoDefinition.java | 57 - .../definitions/primitive/eQuarkDefinition.java | 103 - .../technus/tectech/entity/fx/BlockHint.java | 2 +- .../technus/tectech/loader/BloodyRecipeLoader.java | 595 -- .../technus/tectech/loader/ElementalLoader.java | 40 - .../technus/tectech/loader/EntityLoader.java | 18 - .../technus/tectech/loader/MachineLoader.java | 332 - .../github/technus/tectech/loader/MainLoader.java | 277 +- .../technus/tectech/loader/ModGuiHandler.java | 27 - .../technus/tectech/loader/RecipeLoader.java | 113 - .../technus/tectech/loader/TecTechConfig.java | 68 + .../technus/tectech/loader/ThingsLoader.java | 66 - .../tectech/loader/entity/EntityLoader.java | 18 + .../tectech/loader/gui/CreativeTabTecTech.java | 51 + .../technus/tectech/loader/gui/ModGuiHandler.java | 27 + .../tectech/loader/mechanics/ElementalLoader.java | 40 + .../tectech/loader/recipe/BloodyRecipeLoader.java | 595 ++ .../tectech/loader/recipe/RecipeLoader.java | 117 + .../tectech/loader/thing/MachineLoader.java | 333 + .../technus/tectech/loader/thing/ThingsLoader.java | 67 + .../mechanics/dataTransport/DataPacket.java | 106 + .../dataTransport/InventoryDataPacket.java | 59 + .../mechanics/dataTransport/QuantumDataPacket.java | 48 + .../tectech/mechanics/elementalMatter/README | 44 + .../elementalMatter/core/cElementalDecay.java | 73 + .../core/cElementalDefinitionStackMap.java | 65 + .../core/cElementalInstanceStackMap.java | 522 ++ .../core/cElementalMutableDefinitionStackMap.java | 277 + .../elementalMatter/core/cElementalStackMap.java | 160 + .../elementalMatter/core/commands/GiveEM.java | 158 + .../elementalMatter/core/commands/ListEM.java | 95 + .../core/iElementalInstanceContainer.java | 10 + .../elementalMatter/core/rElementalRecipe.java | 62 + .../elementalMatter/core/rElementalRecipeMap.java | 74 + .../core/stacks/cElementalDefinitionStack.java | 98 + .../core/stacks/cElementalInstanceStack.java | 493 ++ .../core/stacks/iHasElementalDefinition.java | 18 + .../elementalMatter/core/tElementalException.java | 10 + .../core/templates/cElementalDefinition.java | 129 + .../core/templates/cElementalPrimitive.java | 260 + .../core/templates/iElementalDefinition.java | 79 + .../transformations/aFluidDequantizationInfo.java | 48 + .../transformations/aFluidQuantizationInfo.java | 48 + .../transformations/aItemDequantizationInfo.java | 45 + .../transformations/aItemQuantizationInfo.java | 69 + .../aOredictDequantizationInfo.java | 59 + .../transformations/aOredictQuantizationInfo.java | 59 + .../core/transformations/bTransformationInfo.java | 93 + .../core/transformations/iExchangeInfo.java | 11 + .../definitions/complex/atom/dAtomDefinition.java | 1660 +++++ .../definitions/complex/atom/iaeaNuclide.java | 288 + .../complex/hadron/dHadronDefinition.java | 460 ++ .../primitive/cPrimitiveDefinition.java | 39 + .../definitions/primitive/eBosonDefinition.java | 41 + .../definitions/primitive/eLeptonDefinition.java | 65 + .../definitions/primitive/eNeutrinoDefinition.java | 57 + .../definitions/primitive/eQuarkDefinition.java | 103 + .../tectech/nei/TT_NEI_ResearchHandler.java | 2 +- .../technus/tectech/nei/TT_NEI_ScannerHandler.java | 2 +- .../github/technus/tectech/proxy/ClientProxy.java | 14 +- .../github/technus/tectech/recipe/TT_recipe.java | 10 +- .../technus/tectech/recipe/TT_recipeAdder.java | 12 +- .../tectech/thing/block/QuantumGlassBlock.java | 2 +- .../tectech/thing/block/QuantumStuffBlock.java | 2 +- .../tectech/thing/block/QuantumStuffRender.java | 4 +- .../tectech/thing/block/ReactorSimBlock.java | 2 +- .../tectech/thing/casing/GT_Block_HintTT.java | 2 +- .../thing/item/ConstructableTriggerItem.java | 2 +- .../item/DebugElementalInstanceContainer_EM.java | 10 +- .../item/ElementalDefinitionContainer_EM.java | 8 +- .../item/ElementalDefinitionScanStorage_EM.java | 6 +- .../technus/tectech/thing/item/EuMeterGT.java | 4 +- .../thing/item/FrontRotationTriggerItem.java | 2 +- .../tectech/thing/item/ParametrizerMemoryCard.java | 2 +- .../tectech/thing/item/gui/ScanDisplayScreen.java | 4 +- .../GT_MetaTileEntity_Hatch_DataConnector.java | 2 +- ...GT_MetaTileEntity_Hatch_ElementalContainer.java | 16 +- .../hatch/GT_MetaTileEntity_Hatch_InputData.java | 2 +- .../GT_MetaTileEntity_Hatch_InputDataItems.java | 2 +- .../hatch/GT_MetaTileEntity_Hatch_OutputData.java | 2 +- .../GT_MetaTileEntity_Hatch_OutputDataItems.java | 2 +- .../GT_MetaTileEntity_Hatch_OverflowElemental.java | 2 +- .../hatch/GT_MetaTileEntity_Hatch_Rack.java | 13 +- .../hatch/GT_MetaTileEntity_Hatch_Uncertainty.java | 4 +- .../hatch/gui/GT_GUIContainer_Uncertainty.java | 2 +- .../multi/GT_MetaTileEntity_EM_computer.java | 6 +- .../multi/GT_MetaTileEntity_EM_dataBank.java | 6 +- .../multi/GT_MetaTileEntity_EM_decay.java | 4 +- .../multi/GT_MetaTileEntity_EM_dequantizer.java | 16 +- .../multi/GT_MetaTileEntity_EM_infuser.java | 4 +- .../multi/GT_MetaTileEntity_EM_quantizer.java | 30 +- .../multi/GT_MetaTileEntity_EM_research.java | 2 +- .../multi/GT_MetaTileEntity_EM_scanner.java | 14 +- .../multi/GT_MetaTileEntity_EM_switch.java | 4 +- .../multi/GT_MetaTileEntity_EM_transformer.java | 2 +- .../multi/GT_MetaTileEntity_TM_microwave.java | 2 +- .../multi/GT_MetaTileEntity_TM_teslaCoil.java | 2 +- .../base/GT_MetaTileEntity_MultiblockBase_EM.java | 24 +- .../base/network/RotationPacketDispatcher.java | 2 +- .../multi/em_machine/Behaviour_Centrifuge.java | 34 +- .../multi/em_machine/Behaviour_Electrolyzer.java | 2 +- .../Behaviour_ElectromagneticSeparator.java | 10 +- .../multi/em_machine/Behaviour_PrecisionLaser.java | 2 +- .../multi/em_machine/Behaviour_Recycler.java | 2 +- .../multi/em_machine/Behaviour_Scanner.java | 2 +- .../em_machine/GT_MetaTileEntity_EM_machine.java | 4 +- .../single/GT_MetaTileEntity_DataReader.java | 2 +- .../GT_MetaTileEntity_DebugStructureWriter.java | 6 +- .../thing/tileEntity/ReactorSimTileEntity.java | 2 +- .../blocks/turretbases/TurretBaseEM.java | 7 +- .../blocks/turretheads/TurretHeadEM.java | 5 +- .../entity/projectiles/projectileEM.java | 24 +- .../entity/projectiles/projectileRenderEM.java | 2 +- .../tileentity/turret/TileTurretHeadEM.java | 2 +- .../tileentity/turretbase/TileTurretBaseEM.java | 2 +- .../definitions/complex/atom/energyLevels.csv | 2920 --------- .../definitions/complex/atom/nuclides.csv | 6783 -------------------- .../definitions/complex/atom/nuclidesTable.csv | 3255 ---------- .../definitions/complex/atom/energyLevels.csv | 2920 +++++++++ .../definitions/complex/atom/nuclides.csv | 6783 ++++++++++++++++++++ .../definitions/complex/atom/nuclidesTable.csv | 3255 ++++++++++ 181 files changed, 21277 insertions(+), 21215 deletions(-) create mode 100644 src/main/java/com/github/technus/tectech/Reference.java delete mode 100644 src/main/java/com/github/technus/tectech/auxiliary/Reference.java delete mode 100644 src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java delete mode 100644 src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftBlockLoader.java delete mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/EssentiaCompat.java delete mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/EssentiaCompatEnabled.java delete mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/AspectDefinitionCompat.java delete mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/AspectDefinitionCompatEnabled.java delete mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/dComplexAspectDefinition.java delete mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/ePrimalAspectDefinition.java delete mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/iElementalAspect.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/AspectDefinitionCompat.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/AspectDefinitionCompatEnabled.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/ePrimalAspectDefinition.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/iElementalAspect.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/EssentiaCompat.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/EssentiaCompatEnabled.java delete mode 100644 src/main/java/com/github/technus/tectech/dataFramework/DataPacket.java delete mode 100644 src/main/java/com/github/technus/tectech/dataFramework/InventoryDataPacket.java delete mode 100644 src/main/java/com/github/technus/tectech/dataFramework/QuantumDataPacket.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/README delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDecay.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDefinitionStackMap.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalMutableDefinitionStackMap.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalStackMap.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/commands/GiveEM.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/commands/ListEM.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/iElementalInstanceContainer.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/rElementalRecipe.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/rElementalRecipeMap.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalDefinitionStack.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/iHasElementalDefinition.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/tElementalException.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalDefinition.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aFluidDequantizationInfo.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aFluidQuantizationInfo.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aItemDequantizationInfo.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aItemQuantizationInfo.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aOredictDequantizationInfo.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aOredictQuantizationInfo.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/bTransformationInfo.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/iExchangeInfo.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/atom/dAtomDefinition.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/atom/iaeaNuclide.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/hadron/dHadronDefinition.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/cPrimitiveDefinition.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eBosonDefinition.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eLeptonDefinition.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eNeutrinoDefinition.java delete mode 100644 src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eQuarkDefinition.java delete mode 100644 src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java delete mode 100644 src/main/java/com/github/technus/tectech/loader/ElementalLoader.java delete mode 100644 src/main/java/com/github/technus/tectech/loader/EntityLoader.java delete mode 100644 src/main/java/com/github/technus/tectech/loader/MachineLoader.java delete mode 100644 src/main/java/com/github/technus/tectech/loader/ModGuiHandler.java delete mode 100644 src/main/java/com/github/technus/tectech/loader/RecipeLoader.java create mode 100644 src/main/java/com/github/technus/tectech/loader/TecTechConfig.java delete mode 100644 src/main/java/com/github/technus/tectech/loader/ThingsLoader.java create mode 100644 src/main/java/com/github/technus/tectech/loader/entity/EntityLoader.java create mode 100644 src/main/java/com/github/technus/tectech/loader/gui/CreativeTabTecTech.java create mode 100644 src/main/java/com/github/technus/tectech/loader/gui/ModGuiHandler.java create mode 100644 src/main/java/com/github/technus/tectech/loader/mechanics/ElementalLoader.java create mode 100644 src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java create mode 100644 src/main/java/com/github/technus/tectech/loader/recipe/RecipeLoader.java create mode 100644 src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java create mode 100644 src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/dataTransport/DataPacket.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/dataTransport/InventoryDataPacket.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/dataTransport/QuantumDataPacket.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/README create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDecay.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDefinitionStackMap.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalInstanceStackMap.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalMutableDefinitionStackMap.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalStackMap.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/GiveEM.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/ListEM.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/iElementalInstanceContainer.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/rElementalRecipe.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/rElementalRecipeMap.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/cElementalDefinitionStack.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/cElementalInstanceStack.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/iHasElementalDefinition.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/tElementalException.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalDefinition.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalPrimitive.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/iElementalDefinition.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aFluidDequantizationInfo.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aFluidQuantizationInfo.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aItemDequantizationInfo.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aItemQuantizationInfo.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aOredictDequantizationInfo.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aOredictQuantizationInfo.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/bTransformationInfo.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/iExchangeInfo.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/iaeaNuclide.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/hadron/dHadronDefinition.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/cPrimitiveDefinition.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eBosonDefinition.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eLeptonDefinition.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eNeutrinoDefinition.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eQuarkDefinition.java delete mode 100644 src/main/resources/com/github/technus/tectech/elementalMatter/definitions/complex/atom/energyLevels.csv delete mode 100644 src/main/resources/com/github/technus/tectech/elementalMatter/definitions/complex/atom/nuclides.csv delete mode 100644 src/main/resources/com/github/technus/tectech/elementalMatter/definitions/complex/atom/nuclidesTable.csv create mode 100644 src/main/resources/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/energyLevels.csv create mode 100644 src/main/resources/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/nuclides.csv create mode 100644 src/main/resources/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/nuclidesTable.csv diff --git a/src/main/java/com/github/technus/tectech/Reference.java b/src/main/java/com/github/technus/tectech/Reference.java new file mode 100644 index 0000000000..6b5db0a519 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/Reference.java @@ -0,0 +1,17 @@ +package com.github.technus.tectech; + +public final class Reference { + public static final String MODID = "tectech"; + public static final String NAME = "TecTech - Tec Technology!"; + public static final String VERSION = "GRADLETOKEN_VERSION"; + public static final String COLLECTIONNAME = "TecTech"; + public static final String CLIENTSIDE = "com.github.technus.tectech.proxy.ClientProxy"; + public static final String SERVERSIDE = "com.github.technus.tectech.proxy.CommonProxy"; + + public static final String COFHCORE = "CoFHCore"; + public static final String THAUMCRAFT = "Thaumcraft"; + public static final String DREAMCRAFT = "dreamcraft"; + public static final String GTPLUSPLUS = "miscutils"; + + private Reference() {} +} diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 3dc8d2aed7..c289845934 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -1,38 +1,18 @@ package com.github.technus.tectech; -import com.github.technus.tectech.auxiliary.Reference; -import com.github.technus.tectech.auxiliary.TecTechConfig; -import com.github.technus.tectech.elementalMatter.core.commands.GiveEM; -import com.github.technus.tectech.elementalMatter.core.commands.ListEM; import com.github.technus.tectech.loader.MainLoader; -import com.github.technus.tectech.loader.ModGuiHandler; +import com.github.technus.tectech.loader.TecTechConfig; +import com.github.technus.tectech.mechanics.elementalMatter.core.commands.GiveEM; +import com.github.technus.tectech.mechanics.elementalMatter.core.commands.ListEM; import com.github.technus.tectech.proxy.CommonProxy; -import com.github.technus.tectech.thing.metaTileEntity.Textures; -import com.github.technus.tectech.thing.metaTileEntity.multi.base.network.RotationPacketDispatcher; import cpw.mods.fml.common.Loader; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.SidedProxy; import cpw.mods.fml.common.event.*; -import cpw.mods.fml.common.network.NetworkRegistry; -import cpw.mods.fml.common.registry.GameData; -import cpw.mods.fml.common.registry.GameRegistry; import eu.usrv.yamcore.auxiliary.IngameErrorLog; import eu.usrv.yamcore.auxiliary.LogHelper; -import gregtech.api.enums.GT_Values; -import gregtech.api.enums.Materials; -import gregtech.api.util.GT_Recipe; -import net.minecraft.block.Block; -import net.minecraft.creativetab.CreativeTabs; -import net.minecraftforge.fluids.Fluid; -import net.minecraftforge.fluids.FluidStack; - -import java.util.Arrays; -import java.util.HashMap; -import java.util.HashSet; - -import static com.github.technus.tectech.CommonValues.*; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; -import static gregtech.api.enums.Dyes.*; + +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; @Mod(modid = Reference.MODID, name = Reference.NAME, version = Reference.VERSION, dependencies = "required-after:Forge@[10.13.4.1614,);" + "required-after:YAMCore@[0.5.70,);" + "required-after:gregtech;" + "after:CoFHCore;" + "after:Thaumcraft;" + "after:dreamcraft;") @@ -43,200 +23,71 @@ public class TecTech { @Mod.Instance(Reference.MODID) public static TecTech instance; - public static final XSTR Rnd = XSTR.XSTR_INSTANCE; - public static final LogHelper Logger = new LogHelper(Reference.MODID); - private static IngameErrorLog Module_AdminErrorLogs; - public static MainLoader GTCustomLoader; - public static TecTechConfig ModConfig; - public static CreativeTabs mainTab; + public static final XSTR RANDOM = XSTR.XSTR_INSTANCE; + public static final LogHelper LOGGER = new LogHelper(Reference.MODID); + + private static IngameErrorLog moduleAdminErrorLogs; + public static TecTechConfig configTecTech; - public static boolean hasCOFH = false, hasThaumcraft = false; + /** + * For Loader.isModLoaded checks during the runtime + */ + public static boolean hasCOFH = false; public static final byte tectechTexturePage1=8; public static void AddLoginError(String pMessage) { - if (Module_AdminErrorLogs != null) { - Module_AdminErrorLogs.AddErrorLogOnAdminJoin(pMessage); + if (moduleAdminErrorLogs != null) { + moduleAdminErrorLogs.AddErrorLogOnAdminJoin(pMessage); } } static { - for(int i=0;i<16;i++){ - GT_Values.V[i]=V[i]; - GT_Values.VN[i]=VN[i]; - GT_Values.VOLTAGE_NAMES[i]=VOLTAGE_NAMES[i]; - } + MainLoader.staticLoad(); } @Mod.EventHandler public void PreLoad(FMLPreInitializationEvent PreEvent) { - Logger.setDebugOutput(true); - - dyeLightBlue.mRGBa[0]=96; - dyeLightBlue.mRGBa[1]=128; - dyeLightBlue.mRGBa[2]=255; - dyeBlue.mRGBa[0]=0; - dyeBlue.mRGBa[1]=32; - dyeBlue.mRGBa[2]=255; - MACHINE_METAL.mRGBa[0]=210; - MACHINE_METAL.mRGBa[1]=220; - MACHINE_METAL.mRGBa[2]=255; - - try { - new Textures(); - }catch (Throwable t){ - Logger.error("Loading textures...",t); - } + LOGGER.setDebugOutput(true); - ModConfig = new TecTechConfig(PreEvent.getModConfigurationDirectory(), Reference.COLLECTIONNAME, + configTecTech = new TecTechConfig(PreEvent.getModConfigurationDirectory(), Reference.COLLECTIONNAME, Reference.MODID); - if (!ModConfig.LoadConfig()) { - Logger.error(Reference.MODID + " could not load its config file. Things are going to be weird!"); + if (!configTecTech.LoadConfig()) { + LOGGER.error(Reference.MODID + " could not load its config file. Things are going to be weird!"); } - if (ModConfig.ModAdminErrorLogs_Enabled) { - Logger.debug("Module_AdminErrorLogs is enabled"); - Module_AdminErrorLogs = new IngameErrorLog(); + if (configTecTech.modAdminErrorLogs) { + LOGGER.setDebugOutput(DEBUG_MODE); + LOGGER.debug("moduleAdminErrorLogs is enabled"); + moduleAdminErrorLogs = new IngameErrorLog(); } - GTCustomLoader = new MainLoader(); - - Logger.info("Added Atom Overrider"); + MainLoader.preLoad(); } @Mod.EventHandler public void Load(FMLInitializationEvent event) { hasCOFH = Loader.isModLoaded(Reference.COFHCORE); - hasThaumcraft = Loader.isModLoaded(Reference.THAUMCRAFT); - - GTCustomLoader.load(); - - new RotationPacketDispatcher(); - NetworkRegistry.INSTANCE.registerGuiHandler(instance, new ModGuiHandler()); - proxy.registerRenderInfo(); + MainLoader.load(); } @Mod.EventHandler public void PostLoad(FMLPostInitializationEvent PostEvent) { - GTCustomLoader.postLoad(); - if (ModConfig.NERF_FUSION) { - FixBrokenFusionRecipes(); - } - fixBlocks(); + MainLoader.postLoad(); } @Mod.EventHandler public void serverLoad(FMLServerStartingEvent pEvent) { + pEvent.registerServerCommand(new ListEM()); if(DEBUG_MODE) { pEvent.registerServerCommand(new GiveEM()); - pEvent.registerServerCommand(new ListEM()); } } @Mod.EventHandler public void onServerAboutToStart(FMLServerAboutToStartEvent ev) { - } - private void FixBrokenFusionRecipes() { - HashMap binds = new HashMap<>(); - for (Materials material : Materials.values()) { - FluidStack p = material.getPlasma(1); - if (p != null) { - if (DEBUG_MODE) { - Logger.info("Found Plasma of " + material.mName); - } - if (material.mElement != null && - (material.mElement.mProtons >= Materials.Iron.mElement.mProtons || - -material.mElement.mProtons >= Materials.Iron.mElement.mProtons || - material.mElement.mNeutrons >= Materials.Iron.mElement.mNeutrons || - -material.mElement.mNeutrons >= Materials.Iron.mElement.mNeutrons)) { - if (DEBUG_MODE) { - Logger.info("Attempting to bind " + material.mName); - } - if (material.getMolten(1) != null) { - binds.put(p.getFluid(), material.getMolten(1).getFluid()); - } else if (material.getGas(1) != null) { - binds.put(p.getFluid(), material.getGas(1).getFluid()); - } else if (material.getFluid(1) != null) { - binds.put(p.getFluid(), material.getFluid(1).getFluid()); - } else { - binds.put(p.getFluid(), Materials.Iron.getMolten(1).getFluid()); - } - } - } - } - for (GT_Recipe r : GT_Recipe.GT_Recipe_Map.sFusionRecipes.mRecipeList) { - Fluid fluid = binds.get(r.mFluidOutputs[0].getFluid()); - if (fluid != null) { - if (DEBUG_MODE) { - Logger.info("Nerfing Recipe " + r.mFluidOutputs[0].getUnlocalizedName()); - } - r.mFluidOutputs[0] = new FluidStack(fluid, r.mFluidInputs[0].amount); - } - } - } - - private void fixBlocks(){ - HashSet modIDs=new HashSet<>(Arrays.asList( - "minecraft", - "IC2", - "gregtech", - "dreamcraft", - "miscutils", - "GT++DarkWorld", - "GalacticraftCore", - "GalacticraftMars", - "GalaxySpace", - "extracells", - "Avaritia", - "avaritiaddons", - "EnderStorage", - "enhancedportals", - "DraconicEvolution", - "IC2NuclearControl", - "IronChest", - "opensecurity", - "openmodularturrets", - "Railcraft", - "RIO", - "SGCraft", - "appliedenergistics2", - "thaumicenergistics", - "witchery", - "lootgames", - "utilityworlds", - Reference.MODID - )); - for(Block block : GameData.getBlockRegistry().typeSafeIterable()) { - GameRegistry.UniqueIdentifier uniqueIdentifier=GameRegistry.findUniqueIdentifierFor(block); - if (uniqueIdentifier != null) { - if (modIDs.contains(uniqueIdentifier.modId)) {//Full Whitelisted Mods - continue; - } else if ("OpenBlocks".equals(uniqueIdentifier.modId)) { - if ("grave".equals(uniqueIdentifier.name)) { - continue; - } - } else if ("TwilightForest".equals(uniqueIdentifier.modId)){ - if ("tile.TFShield".equals(uniqueIdentifier.name)){ - block.setResistance(30); - continue; - }else if ("tile.TFThorns".equals(uniqueIdentifier.name)){ - block.setResistance(10); - continue; - }else if ("tile.TFTowerTranslucent".equals(uniqueIdentifier.name)){ - block.setResistance(30); - continue; - }else if ("tile.TFDeadrock".equals(uniqueIdentifier.name)) { - block.setResistance(5); - continue; - } else { - continue; - } - } - } - block.setResistance(5); - } } } diff --git a/src/main/java/com/github/technus/tectech/Util.java b/src/main/java/com/github/technus/tectech/Util.java index 0bd48ede69..1fd479939c 100644 --- a/src/main/java/com/github/technus/tectech/Util.java +++ b/src/main/java/com/github/technus/tectech/Util.java @@ -29,7 +29,7 @@ import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; import static gregtech.api.enums.GT_Values.E; /** @@ -176,13 +176,13 @@ public final class Util { //countable air -> net.minecraft.block.BlockAir if (world.getBlock(x, y, z) != blockType[pointer]) { if (DEBUG_MODE) { - TecTech.Logger.info("Struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + blockType[pointer].getUnlocalizedName()); + TecTech.LOGGER.info("Struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + blockType[pointer].getUnlocalizedName()); } return false; } if (world.getBlockMetadata(x, y, z) != blockMeta[pointer]) { if (DEBUG_MODE) { - TecTech.Logger.info("Struct-meta-id-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlockMetadata(x, y, z) + ' ' + blockMeta[pointer]); + TecTech.LOGGER.info("Struct-meta-id-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlockMetadata(x, y, z) + ' ' + blockMeta[pointer]); } return false; } @@ -310,13 +310,13 @@ public final class Util { //countable air -> net.minecraft.block.BlockAir if (world.getBlock(x, y, z) != blockType[pointer]) { if (DEBUG_MODE) { - TecTech.Logger.info("Struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + blockType[pointer].getUnlocalizedName()); + TecTech.LOGGER.info("Struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + blockType[pointer].getUnlocalizedName()); } return false; } if (world.getBlockMetadata(x, y, z) != blockMeta[pointer]) { if (DEBUG_MODE) { - TecTech.Logger.info("Struct-meta-id-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlockMetadata(x, y, z) + ' ' + blockMeta[pointer]); + TecTech.LOGGER.info("Struct-meta-id-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlockMetadata(x, y, z) + ' ' + blockMeta[pointer]); } return false; } @@ -326,13 +326,13 @@ public final class Util { if (igt == null || !(boolean) adder.invoke(imt, addingMethods[pointer], igt, casingTextures[pointer])) { if (world.getBlock(x, y, z) != blockTypeFallback[pointer]) { if (DEBUG_MODE) { - TecTech.Logger.info("Fallback-struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + (blockTypeFallback[pointer] == null ? "null" : blockTypeFallback[pointer].getUnlocalizedName())); + TecTech.LOGGER.info("Fallback-struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + (blockTypeFallback[pointer] == null ? "null" : blockTypeFallback[pointer].getUnlocalizedName())); } return false; } if (world.getBlockMetadata(x, y, z) != blockMetaFallback[pointer]) { if (DEBUG_MODE) { - TecTech.Logger.info("Fallback-Struct-meta-id-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlockMetadata(x, y, z) + ' ' + blockMetaFallback[pointer]); + TecTech.LOGGER.info("Fallback-Struct-meta-id-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlockMetadata(x, y, z) + ' ' + blockMetaFallback[pointer]); } return false; } @@ -540,7 +540,7 @@ public final class Util { break; default: if (DEBUG_MODE) { - TecTech.Logger.info("facing = " + facingAndRotation); + TecTech.LOGGER.info("facing = " + facingAndRotation); } return false; } @@ -568,13 +568,13 @@ public final class Util { //countable air -> net.minecraft.block.BlockAir if (world.getBlock(x, y, z) != blockType[pointer]) { if (DEBUG_MODE) { - TecTech.Logger.info("Struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + blockType[pointer].getUnlocalizedName()); + TecTech.LOGGER.info("Struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + blockType[pointer].getUnlocalizedName()); } return false; } if (world.getBlockMetadata(x, y, z) != blockMeta[pointer]) { if (DEBUG_MODE) { - TecTech.Logger.info("Struct-meta-id-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlockMetadata(x, y, z) + ' ' + blockMeta[pointer]); + TecTech.LOGGER.info("Struct-meta-id-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlockMetadata(x, y, z) + ' ' + blockMeta[pointer]); } return false; } @@ -584,13 +584,13 @@ public final class Util { if (igt == null || !(boolean) adder.invoke(imt, addingMethods[pointer], igt, casingTextures[pointer])) { if (world.getBlock(x, y, z) != blockTypeFallback[pointer]) { if (DEBUG_MODE) { - TecTech.Logger.info("Fallback-struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + (blockTypeFallback[pointer] == null ? "null" : blockTypeFallback[pointer].getUnlocalizedName())); + TecTech.LOGGER.info("Fallback-struct-block-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlock(x, y, z).getUnlocalizedName() + ' ' + (blockTypeFallback[pointer] == null ? "null" : blockTypeFallback[pointer].getUnlocalizedName())); } return false; } if (world.getBlockMetadata(x, y, z) != blockMetaFallback[pointer]) { if (DEBUG_MODE) { - TecTech.Logger.info("Fallback-Struct-meta-id-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlockMetadata(x, y, z) + ' ' + blockMetaFallback[pointer]); + TecTech.LOGGER.info("Fallback-Struct-meta-id-error " + x + ' ' + y + ' ' + z + " / " + a + ' ' + b + ' ' + c + " / " + world.getBlockMetadata(x, y, z) + ' ' + blockMetaFallback[pointer]); } return false; } @@ -823,7 +823,7 @@ public final class Util { break; default: if (DEBUG_MODE) { - TecTech.Logger.info("facing = " + facing); + TecTech.LOGGER.info("facing = " + facing); } return false; } diff --git a/src/main/java/com/github/technus/tectech/auxiliary/Reference.java b/src/main/java/com/github/technus/tectech/auxiliary/Reference.java deleted file mode 100644 index 828974af05..0000000000 --- a/src/main/java/com/github/technus/tectech/auxiliary/Reference.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.github.technus.tectech.auxiliary; - -public final class Reference { - public static final String MODID = "tectech"; - public static final String NAME = "TecTech - Tec Technology!"; - public static final String VERSION = "GRADLETOKEN_VERSION"; - public static final String COLLECTIONNAME = "TecTech"; - public static final String CLIENTSIDE = "com.github.technus.tectech.proxy.ClientProxy"; - public static final String SERVERSIDE = "com.github.technus.tectech.proxy.CommonProxy"; - public static final String COFHCORE = "CoFHCore"; - public static final String THAUMCRAFT = "Thaumcraft"; - - private Reference() {} -} diff --git a/src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java b/src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java deleted file mode 100644 index f5963a070c..0000000000 --- a/src/main/java/com/github/technus/tectech/auxiliary/TecTechConfig.java +++ /dev/null @@ -1,58 +0,0 @@ -package com.github.technus.tectech.auxiliary; - -import eu.usrv.yamcore.config.ConfigManager; - -import java.io.File; - -public class TecTechConfig extends ConfigManager { - public TecTechConfig(File pConfigBaseDirectory, String pModCollectionDirectory, String pModID) { - super(pConfigBaseDirectory, pModCollectionDirectory, pModID); - } - - public boolean ModAdminErrorLogs_Enabled; - - //final static to allow compiler to remove the debug code when this is false - public static boolean DEBUG_MODE = false; - public boolean BOOM_ENABLE; - public boolean EASY_SCAN; - public boolean NERF_FUSION; - public boolean ENABLE_TURRET_EXPLOSIONS; - public float TURRET_DAMAGE_FACTOR; - public float TURRET_EXPLOSION_FACTOR; - - @Override - protected void PreInit() { - ModAdminErrorLogs_Enabled = false; - EASY_SCAN = false; - BOOM_ENABLE = true; - NERF_FUSION = false; - ENABLE_TURRET_EXPLOSIONS = true; - TURRET_DAMAGE_FACTOR = 10; - TURRET_EXPLOSION_FACTOR = 1; - } - - @Override - protected void Init() { - ModAdminErrorLogs_Enabled = _mainConfig.getBoolean("AdminErrorLog", "Modules", ModAdminErrorLogs_Enabled, - "If set to true, every op/admin will receive all errors occurred during the startup phase as in game message on join"); - DEBUG_MODE = _mainConfig.getBoolean("DebugMode", "Debug", DEBUG_MODE, - "Enables logging and other purely debug features"); - EASY_SCAN = _mainConfig.getBoolean("EasyScan", "Features", EASY_SCAN, - "Enables tricorder to scan EM i/o hatches directly, too CHEEKY"); - BOOM_ENABLE = _mainConfig.getBoolean("BoomEnable", "Features", BOOM_ENABLE, - "Set to false to disable explosions on everything bad that you can do"); - NERF_FUSION = _mainConfig.getBoolean("NerfFusion", "Features", NERF_FUSION, - "Set to true to enable removal of plasmas heavier than Fe and other weird ones"); - ENABLE_TURRET_EXPLOSIONS = _mainConfig.getBoolean("TurretBoomEnable", "Features", ENABLE_TURRET_EXPLOSIONS, - "Set to false to disable explosions caused by EM turrets"); - TURRET_DAMAGE_FACTOR = _mainConfig.getFloat("TurretDamageFactor", "Features", TURRET_DAMAGE_FACTOR, 0, Short.MAX_VALUE, - "Damage is multiplied by this number"); - TURRET_EXPLOSION_FACTOR = _mainConfig.getFloat("TurretExplosionFactor", "Features", TURRET_EXPLOSION_FACTOR, 0, Short.MAX_VALUE, - "Explosion strength is multiplied by this number"); - } - - @Override - protected void PostInit() { - - } -} diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index be731036a9..3f209077e7 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -20,7 +20,7 @@ import net.minecraftforge.fluids.FluidStack; import java.lang.reflect.Method; -import static com.github.technus.tectech.loader.RecipeLoader.getOrDefault; +import static com.github.technus.tectech.loader.recipe.RecipeLoader.getOrDefault; /** * Created by Tec on 06.08.2017. diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftBlockLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftBlockLoader.java deleted file mode 100644 index c5c960f5b8..0000000000 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftBlockLoader.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.github.technus.tectech.compatibility.dreamcraft; - -import com.github.technus.tectech.thing.casing.GT_Block_CasingsNH; -import com.github.technus.tectech.thing.casing.TT_Container_Casings; - -public class NoDreamCraftBlockLoader implements Runnable { - @Override - public void run() { - TT_Container_Casings.sBlockCasingsNH = new GT_Block_CasingsNH(); - } -} diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java index eb4f9c2b9d..18ec3b8b26 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java @@ -1,6 +1,8 @@ package com.github.technus.tectech.compatibility.dreamcraft; +import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Util; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.thing.CustomItemList; import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_WetTransformer; import cpw.mods.fml.common.Loader; @@ -16,6 +18,8 @@ import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.Method; +import static gregtech.api.GregTech_API.METATILEENTITIES; + public class NoDreamCraftMachineLoader implements Runnable { public final static String imagination=EnumChatFormatting.RESET + "You just need " + EnumChatFormatting.DARK_PURPLE + @@ -34,9 +38,15 @@ public class NoDreamCraftMachineLoader implements Runnable { @Override public void run() { - CustomItemList.WetTransformer_LV_ULV.set(new GT_MetaTileEntity_WetTransformer( - 12000, "wettransformer.tier.00", "Ultra Low Voltage Power Transformer", 0, - "LV -> ULV (Use Soft Mallet to invert)").getStackForm(1L)); + try { + CustomItemList.WetTransformer_LV_ULV.set(new GT_MetaTileEntity_WetTransformer( + 12000, "wettransformer.tier.00", "Ultra Low Voltage Power Transformer", 0, + "LV -> ULV (Use Soft Mallet to invert)").getStackForm(1L)); + }catch (IllegalArgumentException e){ + System.out.println(METATILEENTITIES[12000].getClass().getCanonicalName()); + TecTech.LOGGER.error(e); + e.printStackTrace(); + } CustomItemList.WetTransformer_MV_LV.set(new GT_MetaTileEntity_WetTransformer( 12001, "wetransformer.tier.01", "Low Voltage Power Transformer", 1, @@ -211,7 +221,7 @@ public class NoDreamCraftMachineLoader implements Runnable { CustomItemList.Transformer_MAXV_OPV.set(temp.getStackForm(1L)); - if (Loader.isModLoaded("miscutils")) { + if (Loader.isModLoaded(Reference.GTPLUSPLUS)) { Class clazz = Class.forName("gtPlusPlus.xmod.gregtech.api.metatileentity.implementations.base.GregtechMetaTransformerHiAmp"); Constructor constructor = clazz.getConstructor(int.class, String.class, String.class, int.class, String.class); diff --git a/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java b/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java index 5f0342bf77..a7cb8bb8a0 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java @@ -1,12 +1,12 @@ package com.github.technus.tectech.compatibility.gtpp; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; import gregtech.api.enums.OrePrefixes; import net.minecraftforge.fluids.FluidStack; import java.lang.reflect.Method; -import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.*; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.dAtomDefinition.*; public class GtppAtomLoader implements Runnable{ //region reflect a bit diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/EssentiaCompat.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/EssentiaCompat.java deleted file mode 100644 index fba6f1e6e9..0000000000 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/EssentiaCompat.java +++ /dev/null @@ -1,30 +0,0 @@ -package com.github.technus.tectech.compatibility.thaumcraft; - -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; -import net.minecraft.tileentity.TileEntity; - -/** - * Created by Tec on 21.05.2017. - */ -public class EssentiaCompat { - public static EssentiaCompat essentiaContainerCompat; - - public void run(){} - - public boolean check(GT_MetaTileEntity_MultiblockBase_EM meta){ - return false; - } - - public TileEntity getContainer(GT_MetaTileEntity_MultiblockBase_EM meta){ - return null; - } - - public boolean putElementalInstanceStack(TileEntity conatainer, cElementalInstanceStack stack){ - return false; - } - - public cElementalInstanceStack getFromContainer(TileEntity container){ - return null; - } -} diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/EssentiaCompatEnabled.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/EssentiaCompatEnabled.java deleted file mode 100644 index 15efa593eb..0000000000 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/EssentiaCompatEnabled.java +++ /dev/null @@ -1,73 +0,0 @@ -package com.github.technus.tectech.compatibility.thaumcraft; - -import com.github.technus.tectech.compatibility.thaumcraft.definitions.iElementalAspect; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalDefinition; -import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; -import net.minecraft.tileentity.TileEntity; -import thaumcraft.api.aspects.Aspect; -import thaumcraft.api.aspects.AspectList; -import thaumcraft.api.aspects.IAspectContainer; -import thaumcraft.common.tiles.TileEssentiaReservoir; -import thaumcraft.common.tiles.TileJarFillable; - -import static com.github.technus.tectech.compatibility.thaumcraft.definitions.AspectDefinitionCompat.aspectToDef; - -/** - * Created by Tec on 21.05.2017. - */ -public class EssentiaCompatEnabled extends EssentiaCompat { - @Override - public void run() { - - } - - @Override - public boolean check(GT_MetaTileEntity_MultiblockBase_EM meta) { - TileEntity tile =meta.getBaseMetaTileEntity().getTileEntityAtSide(meta.getBaseMetaTileEntity().getBackFacing()); - return tile instanceof TileEssentiaReservoir || tile instanceof TileJarFillable; - } - - @Override - public TileEntity getContainer(GT_MetaTileEntity_MultiblockBase_EM meta) { - TileEntity tile =meta.getBaseMetaTileEntity().getTileEntityAtSide(meta.getBaseMetaTileEntity().getBackFacing()); - return tile!=null && !tile.isInvalid() && tile instanceof TileEssentiaReservoir || tile instanceof TileJarFillable ?tile:null; - } - - @Override - public boolean putElementalInstanceStack(TileEntity container,cElementalInstanceStack stack){ - if(container==null || container.isInvalid()) { - return false; - } - if(container instanceof IAspectContainer && stack.definition instanceof iElementalAspect){ - Aspect aspect=(Aspect) ((iElementalAspect) stack.definition).materializeIntoAspect(); - if(aspect!=null){ - ((IAspectContainer) container).addToContainer(aspect,1); - return true; - } - } - return false; - } - - @Override - public cElementalInstanceStack getFromContainer(TileEntity container){ - if(container==null || container.isInvalid()) { - return null; - } - if(container instanceof IAspectContainer){ - AspectList aspects=((IAspectContainer) container).getAspects(); - if(aspects!=null){ - Aspect[] aspectsArr= aspects.getAspects(); - if(aspectsArr!=null && aspectsArr[0]!=null){ - if (((IAspectContainer) container).takeFromContainer(aspectsArr[0],1)){ - cElementalDefinition def=aspectToDef.get(aspectsArr[0].getTag()); - if(def!=null){ - return new cElementalInstanceStack(def,1); - } - } - } - } - } - return null; - } -} diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/AspectDefinitionCompat.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/AspectDefinitionCompat.java deleted file mode 100644 index 8715e33dd8..0000000000 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/AspectDefinitionCompat.java +++ /dev/null @@ -1,30 +0,0 @@ -package com.github.technus.tectech.compatibility.thaumcraft.definitions; - - -import com.github.technus.tectech.elementalMatter.core.templates.cElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; - -import java.util.HashMap; - -/** - * Created by Tec on 21.05.2017. - */ -public class AspectDefinitionCompat { - public static AspectDefinitionCompat aspectDefinitionCompat; - static final HashMap defToAspect = new HashMap<>(); - public static final HashMap aspectToDef = new HashMap<>(); - - public void run(){} - - Object getAspect(cElementalDefinition definition){ - return null; - } - - String getAspectTag(cElementalDefinition definition){ - return null; - } - - iElementalDefinition getDefinition(String aspect){ - return null; - } -} diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/AspectDefinitionCompatEnabled.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/AspectDefinitionCompatEnabled.java deleted file mode 100644 index 9038e4fe26..0000000000 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/AspectDefinitionCompatEnabled.java +++ /dev/null @@ -1,78 +0,0 @@ -package com.github.technus.tectech.compatibility.thaumcraft.definitions; - -import com.github.technus.tectech.elementalMatter.core.tElementalException; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; -import thaumcraft.api.aspects.Aspect; - -import java.util.ArrayList; - -import static com.github.technus.tectech.compatibility.thaumcraft.definitions.ePrimalAspectDefinition.*; - -/** - * Created by Tec on 21.05.2017. - */ -public final class AspectDefinitionCompatEnabled extends AspectDefinitionCompat { - @Override - public void run(){ - AspectDefinitionCompat.defToAspect.put(magic_air,"aer"); - AspectDefinitionCompat.defToAspect.put(magic_earth,"terra"); - AspectDefinitionCompat.defToAspect.put(magic_fire,"ignis"); - AspectDefinitionCompat.defToAspect.put(magic_water,"aqua"); - AspectDefinitionCompat.defToAspect.put(magic_order,"ordo"); - AspectDefinitionCompat.defToAspect.put(magic_entropy,"perditio"); - - AspectDefinitionCompat.aspectToDef.put("aer",magic_air); - AspectDefinitionCompat.aspectToDef.put("terra",magic_earth); - AspectDefinitionCompat.aspectToDef.put("ignis",magic_fire); - AspectDefinitionCompat.aspectToDef.put("aqua",magic_water); - AspectDefinitionCompat.aspectToDef.put("ordo",magic_order); - AspectDefinitionCompat.aspectToDef.put("perditio",magic_entropy); - - ArrayList list=Aspect.getCompoundAspects(); - Aspect[] array= list.toArray(new Aspect[list.size()]); - while (!list.isEmpty()) { - for (Aspect aspect : array) { - if (list.contains(aspect)) { - Aspect[] content = aspect.getComponents(); - if (content.length != 2) { - list.remove(aspect); - }else if(AspectDefinitionCompat.aspectToDef.containsKey(content[0].getTag()) && AspectDefinitionCompat.aspectToDef.containsKey(content[1].getTag())){ - try { - dComplexAspectDefinition newAspect; - if(content[0].getTag().equals(content[1].getTag())){ - newAspect = new dComplexAspectDefinition(AspectDefinitionCompat.aspectToDef.get(content[0].getTag()).getStackForm(2) - ); - }else{ - newAspect = new dComplexAspectDefinition(AspectDefinitionCompat.aspectToDef.get(content[0].getTag()).getStackForm(1), AspectDefinitionCompat.aspectToDef.get(content[1].getTag()).getStackForm(1) - ); - } - AspectDefinitionCompat.aspectToDef.put(aspect.getTag(),newAspect); - AspectDefinitionCompat.defToAspect.put(newAspect,aspect.getTag()); - }catch (tElementalException e) { - /**/ - }finally { - list.remove(aspect); - } - } - } - } - } - } - - @Override - Aspect getAspect(cElementalDefinition definition) { - return Aspect.getAspect(AspectDefinitionCompat.defToAspect.get(definition)); - } - - @Override - String getAspectTag(cElementalDefinition definition) { - return AspectDefinitionCompat.defToAspect.get(definition); - } - - @Override - iElementalDefinition getDefinition(String aspect) { - return AspectDefinitionCompat.aspectToDef.get(aspect); - } - -} diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/dComplexAspectDefinition.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/dComplexAspectDefinition.java deleted file mode 100644 index 6e57ffd788..0000000000 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/dComplexAspectDefinition.java +++ /dev/null @@ -1,280 +0,0 @@ -package com.github.technus.tectech.compatibility.thaumcraft.definitions; - -import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.Util; -import com.github.technus.tectech.elementalMatter.core.cElementalDecay; -import com.github.technus.tectech.elementalMatter.core.cElementalDefinitionStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.tElementalException; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.transformations.aFluidDequantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.aItemDequantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.aOredictDequantizationInfo; -import com.github.technus.tectech.elementalMatter.definitions.primitive.eBosonDefinition; -import net.minecraft.nbt.NBTTagCompound; - -import java.util.ArrayList; - -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; -import static com.github.technus.tectech.compatibility.thaumcraft.definitions.AspectDefinitionCompat.aspectDefinitionCompat; -import static com.github.technus.tectech.elementalMatter.core.cElementalDecay.noDecay; -import static com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_scanner.*; - -/** - * Created by Tec on 06.05.2017. - */ -public final class dComplexAspectDefinition extends cElementalDefinition implements iElementalAspect { - private final int hash; - public final float mass; - - private static final byte nbtType = (byte) 'c'; - - private final cElementalDefinitionStackMap aspectStacks; - - @Deprecated - public dComplexAspectDefinition(cElementalDefinition... aspects) throws tElementalException { - this(true, new cElementalDefinitionStackMap(aspects)); - } - - @Deprecated - private dComplexAspectDefinition(boolean check, cElementalDefinition... aspects) throws tElementalException { - this(check, new cElementalDefinitionStackMap(aspects)); - } - - public dComplexAspectDefinition(cElementalDefinitionStack... aspects) throws tElementalException { - this(true, new cElementalDefinitionStackMap(aspects)); - } - - private dComplexAspectDefinition(boolean check, cElementalDefinitionStack... aspects) throws tElementalException { - this(check, new cElementalDefinitionStackMap(aspects)); - } - - public dComplexAspectDefinition(cElementalDefinitionStackMap aspects) throws tElementalException { - this(true, aspects); - } - - private dComplexAspectDefinition(boolean check, cElementalDefinitionStackMap aspects) throws tElementalException { - if (check && !canTheyBeTogether(aspects)) { - throw new tElementalException("Hadron Definition error"); - } - aspectStacks = aspects; - float mass=0; - for(cElementalDefinitionStack stack:aspects.values()){ - mass+=stack.getMass(); - } - this.mass=mass; - hash=super.hashCode(); - } - - //public but u can just try{}catch(){} the constructor it still calls this method - private static boolean canTheyBeTogether(cElementalDefinitionStackMap stacks) { - long amount = 0; - for (cElementalDefinitionStack aspects : stacks.values()) { - if (!(aspects.definition instanceof dComplexAspectDefinition) && !(aspects.definition instanceof ePrimalAspectDefinition)) { - return false; - } - amount += aspects.amount; - } - return amount==2; - } - - @Override - public String getName() { - String name= aspectDefinitionCompat.getAspectTag(this); - if(name!=null){ - name=name.substring(0,1).toUpperCase()+name.substring(1); - }else{ - name=getSymbol(); - } - return "Aspect: "+name; - } - - @Override - public String getSymbol() { - StringBuilder symbol = new StringBuilder(8); - for (cElementalDefinitionStack aspect : aspectStacks.values()) { - if (aspect.definition instanceof ePrimalAspectDefinition) { - for (int i = 0; i < aspect.amount; i++) { - symbol.append(aspect.definition.getSymbol()); - } - } else { - symbol.append('('); - for (int i = 0; i < aspect.amount; i++) { - symbol.append(aspect.definition.getSymbol()); - } - symbol.append(')'); - } - } - return symbol.toString(); - } - - @Override - public NBTTagCompound toNBT() { - NBTTagCompound nbt = new NBTTagCompound(); - nbt.setByte("t", nbtType); - cElementalDefinitionStack[] quarkStacksValues = aspectStacks.values(); - nbt.setInteger("i", quarkStacksValues.length); - for (int i = 0; i < quarkStacksValues.length; i++) { - nbt.setTag(Integer.toString(i), quarkStacksValues[i].toNBT()); - } - return nbt; - } - - public static dComplexAspectDefinition fromNBT(NBTTagCompound nbt) { - cElementalDefinitionStack[] stacks = new cElementalDefinitionStack[nbt.getInteger("i")]; - for (int i = 0; i < stacks.length; i++) { - stacks[i] = cElementalDefinitionStack.fromNBT(nbt.getCompoundTag(Integer.toString(i))); - } - try { - return new dComplexAspectDefinition(stacks); - } catch (tElementalException e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - return null; - } - } - - @Override - public float getRawTimeSpan(long currentEnergy) { - return -1; - } - - @Override - public boolean isTimeSpanHalfLife() { - return false; - } - - @Override - public int getCharge() { - return 0; - } - - @Override - public byte getType() { - return 0; - } - - @Override - public byte getColor() { - return -1; - } - - @Override - public cElementalDefinitionStackMap getSubParticles() { - return aspectStacks; - } - - @Override - public cElementalDecay[] getEnergyInducedDecay(long energyLevel) { - return new cElementalDecay[]{new cElementalDecay(0.75F, aspectStacks), eBosonDefinition.deadEnd}; - } - - @Override - public float getEnergyDiffBetweenStates(long currentEnergyLevel, long newEnergyLevel) { - return iElementalDefinition.DEFAULT_ENERGY_REQUIREMENT *(newEnergyLevel-currentEnergyLevel); - } - - @Override - public boolean usesSpecialEnergeticDecayHandling() { - return false; - } - - @Override - public boolean usesMultipleDecayCalls(long energyLevel) { - return false; - } - - @Override - public boolean decayMakesEnergy(long energyLevel) { - return false; - } - - @Override - public cElementalDecay[] getNaturalDecayInstant() { - return noDecay; - } - - @Override - public cElementalDecay[] getDecayArray() { - return noDecay; - } - - @Override - public float getMass() { - return mass; - } - - @Override - public aFluidDequantizationInfo someAmountIntoFluidStack() { - return null; - } - - @Override - public aItemDequantizationInfo someAmountIntoItemsStack() { - return null; - } - - @Override - public aOredictDequantizationInfo someAmountIntoOredictStack() { - return null; - } - - @Override - public Object materializeIntoAspect() { - return aspectDefinitionCompat.getAspect(this); - } - - @Override - public iElementalDefinition getAnti() { - return null; - } - - public static void run() { - try { - cElementalDefinition.addCreatorFromNBT(nbtType, dComplexAspectDefinition.class.getMethod("fromNBT", NBTTagCompound.class),(byte)-96); - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - } - if(DEBUG_MODE) { - TecTech.Logger.info("Registered Elemental Matter Class: ComplexAspect " + nbtType + ' ' + -96); - } - } - - @Override - public byte getClassType() { - return -96; - } - - @Override - public int hashCode() { - return hash; - } - - @Override - public void addScanResults(ArrayList lines, int capabilities, long energyLevel) { - if(Util.areBitsSet(SCAN_GET_CLASS_TYPE, capabilities)) { - lines.add("CLASS = " + nbtType + ' ' + getClassType()); - } - if(Util.areBitsSet(SCAN_GET_NOMENCLATURE|SCAN_GET_CHARGE|SCAN_GET_MASS, capabilities)) { - lines.add("NAME = "+getName()); - //lines.add("SYMBOL = "+getSymbol()); - } - if(Util.areBitsSet(SCAN_GET_CHARGE,capabilities)) { - lines.add("CHARGE = " + getCharge() / 3f + " e"); - } - if(Util.areBitsSet(SCAN_GET_COLOR,capabilities)) { - lines.add(getColor() < 0 ? "COLORLESS" : "CARRIES COLOR"); - } - if(Util.areBitsSet(SCAN_GET_MASS,capabilities)) { - lines.add("MASS = " + getMass() + " eV/c\u00b2"); - } - if(Util.areBitsSet(SCAN_GET_TIMESPAN_INFO, capabilities)){ - lines.add("LIFE TIME = "+getRawTimeSpan(energyLevel)+ " s"); - lines.add(" "+"At current energy level"); - } - } -} diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/ePrimalAspectDefinition.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/ePrimalAspectDefinition.java deleted file mode 100644 index 64c1b7ea19..0000000000 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/ePrimalAspectDefinition.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.github.technus.tectech.compatibility.thaumcraft.definitions; - -import com.github.technus.tectech.elementalMatter.core.templates.cElementalPrimitive; - -import static com.github.technus.tectech.compatibility.thaumcraft.definitions.AspectDefinitionCompat.aspectDefinitionCompat; -import static com.github.technus.tectech.elementalMatter.core.cElementalDecay.noDecay; - -/** - * Created by Tec on 06.05.2017. - */ -public final class ePrimalAspectDefinition extends cElementalPrimitive implements iElementalAspect { - public static final ePrimalAspectDefinition - magic_air = new ePrimalAspectDefinition("Air", "a`", 0, 1e1F, 0, -1, 35), - magic_earth = new ePrimalAspectDefinition("Earth", "e`", 0, 1e9F, 0, -1, 34), - magic_fire = new ePrimalAspectDefinition("Fire", "f`", 0, 1e3F, 0, -1, 33), - magic_water = new ePrimalAspectDefinition("Water", "w`", 0, 1e7F, 0, -1, 32), - magic_order = new ePrimalAspectDefinition("Order", "o`", 0, 1e5F, 0, -1, 30), - magic_entropy = new ePrimalAspectDefinition("Entropy", "e`", 0, 1e5F, 0, -1, 31); - - private ePrimalAspectDefinition(String name, String symbol, int type, float mass, int charge, int color, int ID) { - super(name, symbol, type, mass, charge, color, ID); - } - - public static void run() { - magic_air.init(null, -1F, -1, -1, noDecay); - magic_earth.init(null, -1F, -1, -1, noDecay); - magic_fire.init(null, -1F, -1, -1, noDecay); - magic_water.init(null, -1F, -1, -1, noDecay); - magic_order.init(null, -1F, -1, -1, noDecay); - magic_entropy.init(null, -1F, -1, -1, noDecay); - } - - @Override - public String getName() { - return "Primal: " + name; - } - - @Override - public Object materializeIntoAspect() { - return aspectDefinitionCompat.getAspect(this); - } - - @Override - public boolean isTimeSpanHalfLife() { - return false; - } -} - diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/iElementalAspect.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/iElementalAspect.java deleted file mode 100644 index 0f96d3d4be..0000000000 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/iElementalAspect.java +++ /dev/null @@ -1,8 +0,0 @@ -package com.github.technus.tectech.compatibility.thaumcraft.definitions; - -/** - * Created by Tec on 21.05.2017. - */ -public interface iElementalAspect { - Object materializeIntoAspect(); -} diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/AspectDefinitionCompat.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/AspectDefinitionCompat.java new file mode 100644 index 0000000000..2d531858d0 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/AspectDefinitionCompat.java @@ -0,0 +1,30 @@ +package com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions; + + +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; + +import java.util.HashMap; + +/** + * Created by Tec on 21.05.2017. + */ +public class AspectDefinitionCompat { + public static AspectDefinitionCompat aspectDefinitionCompat; + static final HashMap defToAspect = new HashMap<>(); + public static final HashMap aspectToDef = new HashMap<>(); + + public void run(){} + + Object getAspect(cElementalDefinition definition){ + return null; + } + + String getAspectTag(cElementalDefinition definition){ + return null; + } + + iElementalDefinition getDefinition(String aspect){ + return null; + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/AspectDefinitionCompatEnabled.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/AspectDefinitionCompatEnabled.java new file mode 100644 index 0000000000..91523326db --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/AspectDefinitionCompatEnabled.java @@ -0,0 +1,78 @@ +package com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions; + +import com.github.technus.tectech.mechanics.elementalMatter.core.tElementalException; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import thaumcraft.api.aspects.Aspect; + +import java.util.ArrayList; + +import static com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.ePrimalAspectDefinition.*; + +/** + * Created by Tec on 21.05.2017. + */ +public final class AspectDefinitionCompatEnabled extends AspectDefinitionCompat { + @Override + public void run(){ + defToAspect.put(magic_air,"aer"); + defToAspect.put(magic_earth,"terra"); + defToAspect.put(magic_fire,"ignis"); + defToAspect.put(magic_water,"aqua"); + defToAspect.put(magic_order,"ordo"); + defToAspect.put(magic_entropy,"perditio"); + + aspectToDef.put("aer",magic_air); + aspectToDef.put("terra",magic_earth); + aspectToDef.put("ignis",magic_fire); + aspectToDef.put("aqua",magic_water); + aspectToDef.put("ordo",magic_order); + aspectToDef.put("perditio",magic_entropy); + + ArrayList list=Aspect.getCompoundAspects(); + Aspect[] array= list.toArray(new Aspect[list.size()]); + while (!list.isEmpty()) { + for (Aspect aspect : array) { + if (list.contains(aspect)) { + Aspect[] content = aspect.getComponents(); + if (content.length != 2) { + list.remove(aspect); + }else if(aspectToDef.containsKey(content[0].getTag()) && aspectToDef.containsKey(content[1].getTag())){ + try { + dComplexAspectDefinition newAspect; + if(content[0].getTag().equals(content[1].getTag())){ + newAspect = new dComplexAspectDefinition(aspectToDef.get(content[0].getTag()).getStackForm(2) + ); + }else{ + newAspect = new dComplexAspectDefinition(aspectToDef.get(content[0].getTag()).getStackForm(1), aspectToDef.get(content[1].getTag()).getStackForm(1) + ); + } + aspectToDef.put(aspect.getTag(),newAspect); + defToAspect.put(newAspect,aspect.getTag()); + }catch (tElementalException e) { + /**/ + }finally { + list.remove(aspect); + } + } + } + } + } + } + + @Override + Aspect getAspect(cElementalDefinition definition) { + return Aspect.getAspect(defToAspect.get(definition)); + } + + @Override + String getAspectTag(cElementalDefinition definition) { + return defToAspect.get(definition); + } + + @Override + iElementalDefinition getDefinition(String aspect) { + return aspectToDef.get(aspect); + } + +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java new file mode 100644 index 0000000000..433a3a2697 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java @@ -0,0 +1,279 @@ +package com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions; + +import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.Util; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.tElementalException; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aFluidDequantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aItemDequantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aOredictDequantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eBosonDefinition; +import net.minecraft.nbt.NBTTagCompound; + +import java.util.ArrayList; + +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay.noDecay; +import static com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_scanner.*; + +/** + * Created by Tec on 06.05.2017. + */ +public final class dComplexAspectDefinition extends cElementalDefinition implements iElementalAspect { + private final int hash; + public final float mass; + + private static final byte nbtType = (byte) 'c'; + + private final cElementalDefinitionStackMap aspectStacks; + + @Deprecated + public dComplexAspectDefinition(cElementalDefinition... aspects) throws tElementalException { + this(true, new cElementalDefinitionStackMap(aspects)); + } + + @Deprecated + private dComplexAspectDefinition(boolean check, cElementalDefinition... aspects) throws tElementalException { + this(check, new cElementalDefinitionStackMap(aspects)); + } + + public dComplexAspectDefinition(cElementalDefinitionStack... aspects) throws tElementalException { + this(true, new cElementalDefinitionStackMap(aspects)); + } + + private dComplexAspectDefinition(boolean check, cElementalDefinitionStack... aspects) throws tElementalException { + this(check, new cElementalDefinitionStackMap(aspects)); + } + + public dComplexAspectDefinition(cElementalDefinitionStackMap aspects) throws tElementalException { + this(true, aspects); + } + + private dComplexAspectDefinition(boolean check, cElementalDefinitionStackMap aspects) throws tElementalException { + if (check && !canTheyBeTogether(aspects)) { + throw new tElementalException("Hadron Definition error"); + } + aspectStacks = aspects; + float mass=0; + for(cElementalDefinitionStack stack:aspects.values()){ + mass+=stack.getMass(); + } + this.mass=mass; + hash=super.hashCode(); + } + + //public but u can just try{}catch(){} the constructor it still calls this method + private static boolean canTheyBeTogether(cElementalDefinitionStackMap stacks) { + long amount = 0; + for (cElementalDefinitionStack aspects : stacks.values()) { + if (!(aspects.definition instanceof dComplexAspectDefinition) && !(aspects.definition instanceof ePrimalAspectDefinition)) { + return false; + } + amount += aspects.amount; + } + return amount==2; + } + + @Override + public String getName() { + String name= AspectDefinitionCompat.aspectDefinitionCompat.getAspectTag(this); + if(name!=null){ + name=name.substring(0,1).toUpperCase()+name.substring(1); + }else{ + name=getSymbol(); + } + return "Aspect: "+name; + } + + @Override + public String getSymbol() { + StringBuilder symbol = new StringBuilder(8); + for (cElementalDefinitionStack aspect : aspectStacks.values()) { + if (aspect.definition instanceof ePrimalAspectDefinition) { + for (int i = 0; i < aspect.amount; i++) { + symbol.append(aspect.definition.getSymbol()); + } + } else { + symbol.append('('); + for (int i = 0; i < aspect.amount; i++) { + symbol.append(aspect.definition.getSymbol()); + } + symbol.append(')'); + } + } + return symbol.toString(); + } + + @Override + public NBTTagCompound toNBT() { + NBTTagCompound nbt = new NBTTagCompound(); + nbt.setByte("t", nbtType); + cElementalDefinitionStack[] quarkStacksValues = aspectStacks.values(); + nbt.setInteger("i", quarkStacksValues.length); + for (int i = 0; i < quarkStacksValues.length; i++) { + nbt.setTag(Integer.toString(i), quarkStacksValues[i].toNBT()); + } + return nbt; + } + + public static dComplexAspectDefinition fromNBT(NBTTagCompound nbt) { + cElementalDefinitionStack[] stacks = new cElementalDefinitionStack[nbt.getInteger("i")]; + for (int i = 0; i < stacks.length; i++) { + stacks[i] = cElementalDefinitionStack.fromNBT(nbt.getCompoundTag(Integer.toString(i))); + } + try { + return new dComplexAspectDefinition(stacks); + } catch (tElementalException e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + return null; + } + } + + @Override + public float getRawTimeSpan(long currentEnergy) { + return -1; + } + + @Override + public boolean isTimeSpanHalfLife() { + return false; + } + + @Override + public int getCharge() { + return 0; + } + + @Override + public byte getType() { + return 0; + } + + @Override + public byte getColor() { + return -1; + } + + @Override + public cElementalDefinitionStackMap getSubParticles() { + return aspectStacks; + } + + @Override + public cElementalDecay[] getEnergyInducedDecay(long energyLevel) { + return new cElementalDecay[]{new cElementalDecay(0.75F, aspectStacks), eBosonDefinition.deadEnd}; + } + + @Override + public float getEnergyDiffBetweenStates(long currentEnergyLevel, long newEnergyLevel) { + return iElementalDefinition.DEFAULT_ENERGY_REQUIREMENT *(newEnergyLevel-currentEnergyLevel); + } + + @Override + public boolean usesSpecialEnergeticDecayHandling() { + return false; + } + + @Override + public boolean usesMultipleDecayCalls(long energyLevel) { + return false; + } + + @Override + public boolean decayMakesEnergy(long energyLevel) { + return false; + } + + @Override + public cElementalDecay[] getNaturalDecayInstant() { + return noDecay; + } + + @Override + public cElementalDecay[] getDecayArray() { + return noDecay; + } + + @Override + public float getMass() { + return mass; + } + + @Override + public aFluidDequantizationInfo someAmountIntoFluidStack() { + return null; + } + + @Override + public aItemDequantizationInfo someAmountIntoItemsStack() { + return null; + } + + @Override + public aOredictDequantizationInfo someAmountIntoOredictStack() { + return null; + } + + @Override + public Object materializeIntoAspect() { + return AspectDefinitionCompat.aspectDefinitionCompat.getAspect(this); + } + + @Override + public iElementalDefinition getAnti() { + return null; + } + + public static void run() { + try { + cElementalDefinition.addCreatorFromNBT(nbtType, dComplexAspectDefinition.class.getMethod("fromNBT", NBTTagCompound.class),(byte)-96); + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + } + if(DEBUG_MODE) { + TecTech.LOGGER.info("Registered Elemental Matter Class: ComplexAspect " + nbtType + ' ' + -96); + } + } + + @Override + public byte getClassType() { + return -96; + } + + @Override + public int hashCode() { + return hash; + } + + @Override + public void addScanResults(ArrayList lines, int capabilities, long energyLevel) { + if(Util.areBitsSet(SCAN_GET_CLASS_TYPE, capabilities)) { + lines.add("CLASS = " + nbtType + ' ' + getClassType()); + } + if(Util.areBitsSet(SCAN_GET_NOMENCLATURE|SCAN_GET_CHARGE|SCAN_GET_MASS, capabilities)) { + lines.add("NAME = "+getName()); + //lines.add("SYMBOL = "+getSymbol()); + } + if(Util.areBitsSet(SCAN_GET_CHARGE,capabilities)) { + lines.add("CHARGE = " + getCharge() / 3f + " e"); + } + if(Util.areBitsSet(SCAN_GET_COLOR,capabilities)) { + lines.add(getColor() < 0 ? "COLORLESS" : "CARRIES COLOR"); + } + if(Util.areBitsSet(SCAN_GET_MASS,capabilities)) { + lines.add("MASS = " + getMass() + " eV/c\u00b2"); + } + if(Util.areBitsSet(SCAN_GET_TIMESPAN_INFO, capabilities)){ + lines.add("LIFE TIME = "+getRawTimeSpan(energyLevel)+ " s"); + lines.add(" "+"At current energy level"); + } + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/ePrimalAspectDefinition.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/ePrimalAspectDefinition.java new file mode 100644 index 0000000000..5f3f01d4cb --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/ePrimalAspectDefinition.java @@ -0,0 +1,47 @@ +package com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions; + +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalPrimitive; + +import static com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay.noDecay; + +/** + * Created by Tec on 06.05.2017. + */ +public final class ePrimalAspectDefinition extends cElementalPrimitive implements iElementalAspect { + public static final ePrimalAspectDefinition + magic_air = new ePrimalAspectDefinition("Air", "a`", 0, 1e1F, 0, -1, 35), + magic_earth = new ePrimalAspectDefinition("Earth", "e`", 0, 1e9F, 0, -1, 34), + magic_fire = new ePrimalAspectDefinition("Fire", "f`", 0, 1e3F, 0, -1, 33), + magic_water = new ePrimalAspectDefinition("Water", "w`", 0, 1e7F, 0, -1, 32), + magic_order = new ePrimalAspectDefinition("Order", "o`", 0, 1e5F, 0, -1, 30), + magic_entropy = new ePrimalAspectDefinition("Entropy", "e`", 0, 1e5F, 0, -1, 31); + + private ePrimalAspectDefinition(String name, String symbol, int type, float mass, int charge, int color, int ID) { + super(name, symbol, type, mass, charge, color, ID); + } + + public static void run() { + magic_air.init(null, -1F, -1, -1, noDecay); + magic_earth.init(null, -1F, -1, -1, noDecay); + magic_fire.init(null, -1F, -1, -1, noDecay); + magic_water.init(null, -1F, -1, -1, noDecay); + magic_order.init(null, -1F, -1, -1, noDecay); + magic_entropy.init(null, -1F, -1, -1, noDecay); + } + + @Override + public String getName() { + return "Primal: " + name; + } + + @Override + public Object materializeIntoAspect() { + return AspectDefinitionCompat.aspectDefinitionCompat.getAspect(this); + } + + @Override + public boolean isTimeSpanHalfLife() { + return false; + } +} + diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/iElementalAspect.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/iElementalAspect.java new file mode 100644 index 0000000000..3cb2d8e5e8 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/iElementalAspect.java @@ -0,0 +1,8 @@ +package com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions; + +/** + * Created by Tec on 21.05.2017. + */ +public interface iElementalAspect { + Object materializeIntoAspect(); +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/EssentiaCompat.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/EssentiaCompat.java new file mode 100644 index 0000000000..e77cab2734 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/EssentiaCompat.java @@ -0,0 +1,28 @@ +package com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import net.minecraft.tileentity.TileEntity; + +/** + * Created by Tec on 21.05.2017. + */ +public class EssentiaCompat { + public static EssentiaCompat essentiaContainerCompat; + + public boolean check(GT_MetaTileEntity_MultiblockBase_EM meta){ + return false; + } + + public TileEntity getContainer(GT_MetaTileEntity_MultiblockBase_EM meta){ + return null; + } + + public boolean putElementalInstanceStack(TileEntity conatainer, cElementalInstanceStack stack){ + return false; + } + + public cElementalInstanceStack getFromContainer(TileEntity container){ + return null; + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/EssentiaCompatEnabled.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/EssentiaCompatEnabled.java new file mode 100644 index 0000000000..484377b179 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/EssentiaCompatEnabled.java @@ -0,0 +1,68 @@ +package com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi; + +import com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.iElementalAspect; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalDefinition; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import net.minecraft.tileentity.TileEntity; +import thaumcraft.api.aspects.Aspect; +import thaumcraft.api.aspects.AspectList; +import thaumcraft.api.aspects.IAspectContainer; +import thaumcraft.common.tiles.TileEssentiaReservoir; +import thaumcraft.common.tiles.TileJarFillable; + +import static com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.AspectDefinitionCompat.aspectToDef; + +/** + * Created by Tec on 21.05.2017. + */ +public class EssentiaCompatEnabled extends EssentiaCompat { + @Override + public boolean check(GT_MetaTileEntity_MultiblockBase_EM meta) { + TileEntity tile =meta.getBaseMetaTileEntity().getTileEntityAtSide(meta.getBaseMetaTileEntity().getBackFacing()); + return tile instanceof TileEssentiaReservoir || tile instanceof TileJarFillable; + } + + @Override + public TileEntity getContainer(GT_MetaTileEntity_MultiblockBase_EM meta) { + TileEntity tile =meta.getBaseMetaTileEntity().getTileEntityAtSide(meta.getBaseMetaTileEntity().getBackFacing()); + return tile!=null && !tile.isInvalid() && tile instanceof TileEssentiaReservoir || tile instanceof TileJarFillable ?tile:null; + } + + @Override + public boolean putElementalInstanceStack(TileEntity container,cElementalInstanceStack stack){ + if(container==null || container.isInvalid()) { + return false; + } + if(container instanceof IAspectContainer && stack.definition instanceof iElementalAspect){ + Aspect aspect=(Aspect) ((iElementalAspect) stack.definition).materializeIntoAspect(); + if(aspect!=null){ + ((IAspectContainer) container).addToContainer(aspect,1); + return true; + } + } + return false; + } + + @Override + public cElementalInstanceStack getFromContainer(TileEntity container){ + if(container==null || container.isInvalid()) { + return null; + } + if(container instanceof IAspectContainer){ + AspectList aspects=((IAspectContainer) container).getAspects(); + if(aspects!=null){ + Aspect[] aspectsArr= aspects.getAspects(); + if(aspectsArr!=null && aspectsArr[0]!=null){ + if (((IAspectContainer) container).takeFromContainer(aspectsArr[0],1)){ + cElementalDefinition def=aspectToDef.get(aspectsArr[0].getTag()); + if(def!=null){ + return new cElementalInstanceStack(def,1); + } + } + } + } + } + return null; + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java index bcd5358281..981dc7f375 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java @@ -2,9 +2,9 @@ package com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.compatibility.thaumcraft.definitions.ePrimalAspectDefinition; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.ePrimalAspectDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.casing.TT_Container_Casings; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; @@ -24,7 +24,7 @@ import net.minecraftforge.common.util.ForgeDirection; import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.CommonValues.V; -import static com.github.technus.tectech.compatibility.thaumcraft.EssentiaCompat.essentiaContainerCompat; +import static com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.EssentiaCompat.essentiaContainerCompat; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; import static gregtech.api.enums.GT_Values.E; diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java index 07e3c31db6..67f99316b4 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java @@ -2,9 +2,9 @@ package com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.compatibility.thaumcraft.definitions.ePrimalAspectDefinition; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.ePrimalAspectDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.casing.TT_Container_Casings; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; @@ -24,7 +24,7 @@ import net.minecraftforge.common.util.ForgeDirection; import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.CommonValues.V; -import static com.github.technus.tectech.compatibility.thaumcraft.EssentiaCompat.essentiaContainerCompat; +import static com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.EssentiaCompat.essentiaContainerCompat; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; import static gregtech.api.enums.GT_Values.E; diff --git a/src/main/java/com/github/technus/tectech/dataFramework/DataPacket.java b/src/main/java/com/github/technus/tectech/dataFramework/DataPacket.java deleted file mode 100644 index 8a6c610297..0000000000 --- a/src/main/java/com/github/technus/tectech/dataFramework/DataPacket.java +++ /dev/null @@ -1,106 +0,0 @@ -package com.github.technus.tectech.dataFramework; - -import com.github.technus.tectech.Vec3pos; -import net.minecraft.nbt.NBTTagCompound; - -import java.util.Collections; -import java.util.LinkedHashSet; -import java.util.Set; - -/** - * Created by Tec on 05.04.2017. - */ -public abstract class DataPacket{ - private static final byte MAX_HISTORY = 64; - private Set trace = new LinkedHashSet<>(); - - protected T content; - - protected DataPacket(T content){ - this.content=content; - } - - protected DataPacket(NBTTagCompound nbt) { - content = contentFromNBT(nbt.getCompoundTag("qContent")); - for (int i = 0; i < nbt.getByte("qHistory"); i++) { - trace.add(new Vec3pos( - nbt.getInteger("qX" + i), - nbt.getShort("qY" + i), - nbt.getInteger("qZ" + i) - )); - } - } - - public final NBTTagCompound toNbt() { - NBTTagCompound nbt = new NBTTagCompound(); - NBTTagCompound contentTag=contentToNBT(); - if(contentTag!=null) { - nbt.setTag("qContent", contentTag); - } - nbt.setByte("qHistory", (byte) trace.size()); - int i = 0; - for (Vec3pos v : trace) { - nbt.setInteger("qX" + i, v.x); - nbt.setShort("qY" + i, v.y); - nbt.setInteger("qZ" + i, v.z); - i++; - } - return nbt; - } - - protected abstract NBTTagCompound contentToNBT(); - - protected abstract T contentFromNBT(NBTTagCompound nbt); - - protected abstract T unifyContentWith(T content); - - public final boolean contains(Vec3pos v) { - return trace.contains(v); - } - - public final boolean check() { - return trace.size() <= MAX_HISTORY; - } - - public abstract boolean extraCheck(); - - protected final DataPacket unifyTrace(Vec3pos... positions) { - Collections.addAll(trace,positions); - return (check() && extraCheck()) ? this : null; - } - - protected final DataPacket unifyTrace(DataPacket p) { - if(p==null) return this; - trace.addAll(p.trace); - return (check() && extraCheck()) ? this : null; - } - - protected final DataPacket unifyWith(DataPacket p) { - if(p==null) return this; - trace.addAll(p.trace); - if(check() && extraCheck()){ - content=unifyContentWith(p.content); - return this; - } - return null; - } - - public final T contentIfNotInTrace(Vec3pos pos) { - if (trace.contains(pos)) { - return null; - } - return getContent(); - } - - public T getContent(){ - return content; - } - - public String getContentString(){ - return content.toString(); - } - - public final int getTraceSize(){ - return trace.size(); - } -} diff --git a/src/main/java/com/github/technus/tectech/dataFramework/InventoryDataPacket.java b/src/main/java/com/github/technus/tectech/dataFramework/InventoryDataPacket.java deleted file mode 100644 index cb1f94e038..0000000000 --- a/src/main/java/com/github/technus/tectech/dataFramework/InventoryDataPacket.java +++ /dev/null @@ -1,59 +0,0 @@ -package com.github.technus.tectech.dataFramework; - -import net.minecraft.item.ItemStack; -import net.minecraft.nbt.NBTTagCompound; - -import java.util.ArrayList; - -public class InventoryDataPacket extends DataPacket { - public InventoryDataPacket(ItemStack[] content){ - super(content); - } - - public InventoryDataPacket(NBTTagCompound compound){ - super(compound); - } - - @Override - protected ItemStack[] contentFromNBT(NBTTagCompound nbt) { - int count=nbt.getInteger("count"); - if(count>0){ - ArrayList stacks=new ArrayList<>(); - for(int i=0;i0?stacks.toArray(new ItemStack[0]):null; - } - return null; - } - - @Override - protected NBTTagCompound contentToNBT() { - NBTTagCompound compound=new NBTTagCompound(); - if(content!=null && content.length>0){ - compound.setInteger("count",content.length); - for(int i=0;i { - public QuantumDataPacket(Long content){ - super(content); - } - - public QuantumDataPacket(NBTTagCompound compound){ - super(compound); - } - - @Override - protected Long contentFromNBT(NBTTagCompound nbt) { - return nbt.getLong("computation"); - } - - @Override - protected NBTTagCompound contentToNBT() { - NBTTagCompound compound=new NBTTagCompound(); - compound.setLong("computation",content); - return compound; - } - - @Override - public boolean extraCheck() { - return true; - } - - @Override - protected Long unifyContentWith(Long content) { - return this.content+content; - } - - public QuantumDataPacket unifyTraceWith(Vec3pos... positions) { - return (QuantumDataPacket) super.unifyTrace(positions); - } - - public QuantumDataPacket unifyTraceWith(QuantumDataPacket p) { - return (QuantumDataPacket) super.unifyTrace(p); - } - - public QuantumDataPacket unifyPacketWith(QuantumDataPacket p) { - return (QuantumDataPacket) super.unifyWith(p); - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/README b/src/main/java/com/github/technus/tectech/elementalMatter/README deleted file mode 100644 index f6c0b35e5f..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/README +++ /dev/null @@ -1,44 +0,0 @@ -TO CHANGE DEFINITION YOU MUST INSTANTIATE IT ONCE MORE (from scratch, failing to do that will end up in the heavy bugs)! - - Example complex definition: - - Bottom - - PrimitiveDef - | - DefStack - ||||| - DefStackMap - | - ..... ETC up to the point when you can no longer make NBT to save it (128 levels - already used ones) - - Def - definition of the parent stack - | - DefStack - stacks that build the parent definition - |||||multiple to 1 - DefStackMap - internal storage for components of parent def - | - Def - definition of the parent stack - | - DefStack - stacks that build the parent definition - |||||multiple to 1 - DefStackMap - internal storage for components of parent def - | - Definition - top hierarchy definition - | 1 to 1 - DefinitionStack - for recipe comparisons - OR - InstanceStack - real things - - TOP - -Trees: - - DefinitionStack - def stack - |||||multiple to 1 - DefinitionStackTree - def container - for recipe comparisons - - - InstanceStack - inst stack - |||||multiple to 1 - InstanceStackTree - inst container - real things go here \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDecay.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDecay.java deleted file mode 100644 index a2b6eed324..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDecay.java +++ /dev/null @@ -1,73 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core; - -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; - -/** - * Created by danie_000 on 22.10.2016. - */ -public final class cElementalDecay { - public static final cElementalDecay[] noDecay = (cElementalDecay[]) null; - //DECAY IMPOSSIBLE!!! - //Do not use regular NULL java will not make it work with varargs!!! - //Or cast null into ARRAY type but this static is more convenient!!! - public static final cElementalDecay[] noProduct = new cElementalDecay[0]; - //this in turn can be used to tell that the thing should just vanish - public final cElementalDefinitionStackMap outputStacks; - public final float probability; - - public cElementalDecay(iElementalDefinition... outSafe) { - this(2F, outSafe); - } - - public cElementalDecay(float probability, iElementalDefinition... outSafe) { - cElementalDefinitionStack[] outArr = new cElementalDefinitionStack[outSafe.length]; - for (int i = 0; i < outArr.length; i++) { - outArr[i] = new cElementalDefinitionStack(outSafe[i], 1); - } - outputStacks = new cElementalDefinitionStackMap(outArr); - this.probability = probability; - } - - public cElementalDecay(cElementalDefinitionStack... outSafe) { - this(2F, outSafe); - } - - public cElementalDecay(float probability, cElementalDefinitionStack... out) { - outputStacks = new cElementalDefinitionStackMap(out); - this.probability = probability; - } - - public cElementalDecay(cElementalDefinitionStackMap tree) { - this(2F, tree); - } - - public cElementalDecay(float probability, cElementalDefinitionStackMap tree) { - outputStacks = tree; - this.probability = probability; - } - - public cElementalInstanceStackMap getResults(float lifeMult, long age, long energyTotalForProducts, long amountDecaying) { - cElementalInstanceStackMap decayResult = new cElementalInstanceStackMap(); - if (outputStacks == null) { - return decayResult;//This is to prevent null pointer exceptions. - } - //Deny decay code is in instance! - long qtty = 0; - for (cElementalDefinitionStack stack : outputStacks.values()) { - qtty += stack.amount; - } - if (qtty <= 0) { - return decayResult; - } - //energyTotalForProducts /= qtty; - //lifeMult /= (float) qtty; - for (cElementalDefinitionStack stack : outputStacks.values()) { - decayResult.putUnify(new cElementalInstanceStack(stack.definition, - amountDecaying * stack.amount, - lifeMult, age/*new products*/, energyTotalForProducts / Math.max(1, Math.abs(stack.amount))));//get instances from stack - } - return decayResult; - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDefinitionStackMap.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDefinitionStackMap.java deleted file mode 100644 index e6ba0e6be8..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDefinitionStackMap.java +++ /dev/null @@ -1,65 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core; - -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; -import net.minecraft.nbt.NBTTagCompound; - -import java.util.TreeMap; - -import static com.github.technus.tectech.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; - -/** - * Created by Tec on 12.05.2017. - */ -public final class cElementalDefinitionStackMap/*IMMUTABLE*/ extends cElementalStackMap {//Target class for construction of definitions/recipes - //Constructors + Clone, all make a whole new OBJ. - public static final cElementalDefinitionStackMap empty = new cElementalDefinitionStackMap(); - - private cElementalDefinitionStackMap() { - map = new TreeMap<>(); - } - - @Deprecated - public cElementalDefinitionStackMap(iElementalDefinition... in) { - map=new cElementalMutableDefinitionStackMap(in).map; - } - - public cElementalDefinitionStackMap(cElementalDefinitionStack... in) { - map=new cElementalMutableDefinitionStackMap(in).map; - } - - public cElementalDefinitionStackMap(TreeMap in) { - map = new TreeMap<>(in); - } - - cElementalDefinitionStackMap(cElementalMutableDefinitionStackMap unsafeMap){ - map=unsafeMap.map; - } - - //IMMUTABLE DON'T NEED IT - @Override - public cElementalDefinitionStackMap clone() { - return this; - } - - public cElementalMutableDefinitionStackMap toMutable() { - return new cElementalMutableDefinitionStackMap(map); - } - - @Override - @Deprecated//BETTER TO JUST MAKE A MUTABLE VERSION AND DO SHIT ON IT - public TreeMap getRawMap() { - return toMutable().getRawMap(); - } - - public static cElementalDefinitionStackMap fromNBT(NBTTagCompound nbt) throws tElementalException { - cElementalDefinitionStack[] defStacks = new cElementalDefinitionStack[nbt.getInteger("i")]; - for (int i = 0; i < defStacks.length; i++) { - defStacks[i] = cElementalDefinitionStack.fromNBT(nbt.getCompoundTag(Integer.toString(i))); - if (defStacks[i].definition.equals(nbtE__)) { - throw new tElementalException("Something went Wrong"); - } - } - return new cElementalDefinitionStackMap(defStacks); - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java deleted file mode 100644 index 436845af85..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java +++ /dev/null @@ -1,522 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core; - -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; -import net.minecraft.nbt.NBTTagCompound; -import net.minecraft.util.EnumChatFormatting; - -import java.util.*; - -import static com.github.technus.tectech.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; - -/** - * Created by danie_000 on 22.01.2017. - */ -public final class cElementalInstanceStackMap implements Comparable { - TreeMap map; - - //Constructors - public cElementalInstanceStackMap() { - map = new TreeMap<>(); - } - - public cElementalInstanceStackMap(cElementalInstanceStack... inSafe) { - this(true, inSafe); - } - - public cElementalInstanceStackMap(boolean clone, cElementalInstanceStack... in) { - map = new TreeMap<>(); - if (clone) { - cElementalInstanceStack[] stacks=new cElementalInstanceStack[in.length]; - for(int i=0;i inSafe) { - this(true, inSafe); - } - - @Deprecated - private cElementalInstanceStackMap(boolean clone, TreeMap in) { - if (clone) { - map = new TreeMap<>(); - for(cElementalInstanceStack stack:in.values()) { - putUnify(stack.clone()); - } - } else { - map = in; - } - } - - public cElementalInstanceStackMap(cElementalInstanceStackMap inSafe) { - this(true, inSafe.map); - } - - public cElementalInstanceStackMap(boolean copy, cElementalInstanceStackMap in) { - this(copy, in.map); - } - - @Override - public cElementalInstanceStackMap clone() { - return new cElementalInstanceStackMap(map); - } - - public cElementalMutableDefinitionStackMap toDefinitionMapForComparison() { - cElementalDefinitionStack[] list = new cElementalDefinitionStack[map.size()]; - int i = 0; - for (cElementalInstanceStack stack : map.values()) { - list[i++] = new cElementalDefinitionStack(stack.definition, stack.amount); - } - return new cElementalMutableDefinitionStackMap(list); - } - - //@Deprecated - //public cElementalStackMap toDefinitionMap(boolean mutable) { - // TreeMap newMap = new TreeMap<>(); - // for (cElementalInstanceStack stack : map.values()) { - // newMap.put(stack.definition, new cElementalDefinitionStack(stack.definition, stack.amount)); - // } - // if (mutable) { - // return new cElementalMutableDefinitionStackMap(newMap); - // } - // return new cElementalDefinitionStackMap(newMap); - //} - - @Deprecated - public Map getRawMap() { - return map; - } - - //Removers - public void clear() { - map.clear(); - } - - public cElementalInstanceStack remove(iElementalDefinition def) { - return map.remove(def); - } - - @Deprecated - public cElementalInstanceStack remove(iHasElementalDefinition has) { - return map.remove(has.getDefinition()); - } - - public void removeAll(iElementalDefinition... definitions) { - for (iElementalDefinition def : definitions) { - map.remove(def); - } - } - - @Deprecated - private void removeAll(iHasElementalDefinition... hasElementalDefinition) { - for (iHasElementalDefinition has : hasElementalDefinition) { - map.remove(has.getDefinition()); - } - } - - //Remove amounts - public boolean removeAmount(boolean testOnly, cElementalInstanceStack instance) { - cElementalInstanceStack target = map.get(instance.definition); - if (target == null) { - return false; - } - if (testOnly) { - return target.amount >= instance.amount; - } else { - long diff = target.amount - instance.amount; - if (diff > 0) { - target.amount = diff; - return true; - } else if (diff == 0) { - map.remove(instance.definition); - return true; - } - } - return false; - } - - public boolean removeAmount(boolean testOnly, iHasElementalDefinition stack) { - cElementalInstanceStack target = map.get(stack.getDefinition()); - if (target == null) { - return false; - } - if (testOnly) { - return target.amount >= stack.getAmount(); - } else { - long diff = target.amount - stack.getAmount(); - if (diff > 0) { - target.amount = diff; - return true; - } else if (diff == 0) { - map.remove(stack.getDefinition()); - return true; - } - } - return false; - } - - @Deprecated - public boolean removeAmount(boolean testOnly, iElementalDefinition def) { - return removeAmount(testOnly, new cElementalDefinitionStack(def, 1)); - } - - public boolean removeAllAmounts(boolean testOnly, cElementalInstanceStack... instances) { - boolean test = true; - for (cElementalInstanceStack stack : instances) { - test &= removeAmount(true, stack); - } - if (testOnly || !test) { - return test; - } - for (cElementalInstanceStack stack : instances) { - removeAmount(false, stack); - } - return true; - } - - public boolean removeAllAmounts(boolean testOnly, iHasElementalDefinition... stacks) { - boolean test = true; - for (iHasElementalDefinition stack : stacks) { - test &= removeAmount(true, stack); - } - if (testOnly || !test) { - return test; - } - for (iHasElementalDefinition stack : stacks) { - removeAmount(false, stack); - } - return true; - } - - @Deprecated - public boolean removeAllAmounts(boolean testOnly, iElementalDefinition... definitions) { - cElementalDefinitionStack[] stacks = new cElementalDefinitionStack[definitions.length]; - for (int i = 0; i < stacks.length; i++) { - stacks[i] = new cElementalDefinitionStack(definitions[i], 1); - } - return removeAllAmounts(testOnly, stacks); - } - - public boolean removeAllAmounts(boolean testOnly, cElementalStackMap container) { - boolean test=true; - for (Map.Entry entry : container.map.entrySet()) { - test &= removeAmount(true, entry.getValue()); - } - if (testOnly || !test) { - return test; - } - for (Map.Entry entry : container.map.entrySet()) { - removeAmount(false, entry.getValue()); - } - return true; - } - - public boolean removeAllAmounts(boolean testOnly, cElementalInstanceStackMap container) { - boolean test=true; - for (Map.Entry entry : container.map.entrySet()) { - test &= removeAmount(true, entry.getValue()); - } - if (testOnly || !test) { - return test; - } - for (Map.Entry entry : container.map.entrySet()) { - test &= removeAmount(false, entry.getValue()); - } - return true; - } - - //Remove overflow - public float removeOverflow(int stacksCount, long stackCapacity) { - float massRemoved = 0; - - if (map.size() > stacksCount) { - iElementalDefinition[] keys = keys(); - for (int i = stacksCount; i < keys.length; i++) { - massRemoved += map.get(keys[i]).getDefinitionStack().getMass(); - map.remove(keys[i]); - } - } - - for (cElementalInstanceStack instance : values()) { - if (instance.amount > stackCapacity) { - massRemoved += instance.definition.getMass() * (instance.amount - stackCapacity); - instance.amount = stackCapacity; - } - } - return massRemoved; - } - - //Put replace - public cElementalInstanceStack putReplace(cElementalInstanceStack instanceUnsafe) { - return map.put(instanceUnsafe.definition, instanceUnsafe); - } - - public void putReplaceAll(cElementalInstanceStack... instances) { - for (cElementalInstanceStack instance : instances) { - map.put(instance.definition, instance); - } - } - - private void putReplaceAll(Map inTreeUnsafe) { - map.putAll(inTreeUnsafe); - } - - public void putReplaceAll(cElementalInstanceStackMap inContainerUnsafe) { - putReplaceAll(inContainerUnsafe.map); - } - - //Put unify - public cElementalInstanceStack putUnify(cElementalInstanceStack instance) { - cElementalInstanceStack stack=map.get(instance.definition); - if(stack==null) { - return map.put(instance.definition, instance); - } - return map.put(instance.definition, stack.unifyIntoThis(instance)); - } - - public void putUnifyAll(cElementalInstanceStack... instances) { - for (cElementalInstanceStack instance : instances) { - putUnify(instance); - } - } - - private void putUnifyAll(Map inTreeUnsafe) { - for (cElementalInstanceStack in : inTreeUnsafe.values()) { - putUnify(in); - } - } - - public void putUnifyAll(cElementalInstanceStackMap containerUnsafe) { - putUnifyAll(containerUnsafe.map); - } - - //Getters - public cElementalInstanceStack getFirst(){ - return map.firstEntry().getValue(); - } - - public cElementalInstanceStack getLast(){ - return map.lastEntry().getValue(); - } - - public cElementalInstanceStack getInstance(iElementalDefinition def) { - return map.get(def); - } - - public cElementalInstanceStack get(int i){ - Collection var = map.values(); - return var.toArray(new cElementalInstanceStack[var.size()])[i]; - } - - public String[] getElementalInfo() { - String[] info = new String[map.size() * 4]; - int i = 0; - for (cElementalInstanceStack instance : map.values()) { - info[i] = EnumChatFormatting.BLUE + instance.definition.getName(); - info[i + 1] = EnumChatFormatting.AQUA + instance.definition.getSymbol(); - info[i + 2] = "Amount " + EnumChatFormatting.GREEN + instance.amount; - info[i + 3] = "LifeTime " + EnumChatFormatting.GREEN + instance.getLifeTime(); - i += 4; - } - return info; - } - - public ArrayList getScanInfo(int[] capabilities) { - ArrayList list=new ArrayList<>(16); - for(Map.Entry e:map.entrySet()){ - e.getValue().addScanResults(list,capabilities); - } - return list; - } - - public cElementalInstanceStack[] values() { - Collection var = map.values(); - return var.toArray(new cElementalInstanceStack[var.size()]); - } - - public iElementalDefinition[] keys() { - Set var = map.keySet(); - return var.toArray(new iElementalDefinition[var.size()]); - } - - public float getMass() { - float mass = 0; - for (cElementalInstanceStack stack : map.values()) { - mass += stack.getMass(); - } - return mass; - } - - public long getCharge() { - long charge = 0; - for (cElementalInstanceStack stack : map.values()) { - charge += stack.getCharge(); - } - return charge; - } - - public long getCountOfAllAmounts(){ - long sum=0; - for(cElementalInstanceStack stack:map.values()){ - sum+=stack.amount; - } - return sum; - } - - //Tests - public boolean containsDefinition(iElementalDefinition def) { - return map.containsKey(def); - } - - public boolean containsInstance(cElementalInstanceStack inst) { - return map.containsValue(inst); - } - - public int size() { - return map.size(); - } - - public boolean hasStacks() { - return !map.isEmpty(); - } - - public boolean isEmpty(){ - return map.isEmpty(); - } - - //Tick Content - public void tickContentByOneSecond(float lifeTimeMult, int postEnergize) { - tickContent(lifeTimeMult,postEnergize,1); - } - - public void tickContent(float lifeTimeMult, int postEnergize, int seconds){ - for (cElementalInstanceStack instance : values()) { - cElementalInstanceStackMap newInstances = instance.decay(lifeTimeMult, instance.age += seconds, postEnergize); - if (newInstances == null) { - instance.nextColor(); - } else { - removeAmount(false,instance); - for (cElementalInstanceStack newInstance : newInstances.values()) { - putUnify(newInstance); - newInstance.nextColor(); - } - } - } - } - - //NBT - public NBTTagCompound getInfoNBT() { - NBTTagCompound nbt = new NBTTagCompound(); - String[] info = getElementalInfo(); - nbt.setInteger("i", info.length); - for (int i = 0; i < info.length; i++) { - nbt.setString(Integer.toString(i), info[i]); - } - return nbt; - } - - public NBTTagCompound getScanInfoNBT(int[] capabilities) { - NBTTagCompound nbt = new NBTTagCompound(); - ArrayList info = getScanInfo(capabilities); - nbt.setInteger("i", info.size()); - for (int i = 0; i < info.size(); i++) { - nbt.setString(Integer.toString(i), info.get(i)); - } - return nbt; - } - - public NBTTagCompound toNBT() { - NBTTagCompound nbt = new NBTTagCompound(); - nbt.setInteger("i", map.size()); - int i = 0; - for (cElementalInstanceStack instance : map.values()) { - nbt.setTag(Integer.toString(i++), instance.toNBT()); - } - return nbt; - } - - public static cElementalInstanceStackMap fromNBT(NBTTagCompound nbt) throws tElementalException { - cElementalInstanceStack[] instances = new cElementalInstanceStack[nbt.getInteger("i")]; - for (int i = 0; i < instances.length; i++) { - instances[i] = cElementalInstanceStack.fromNBT(nbt.getCompoundTag(Integer.toString(i))); - if (instances[i].definition.equals(nbtE__)) { - throw new tElementalException("Something went Wrong"); - } - } - return new cElementalInstanceStackMap(false, instances); - } - - //stackUp - public static cElementalInstanceStack[] stackUp(cElementalInstanceStack... in) { - cElementalInstanceStackMap inTree = new cElementalInstanceStackMap(); - inTree.putUnifyAll(in); - return inTree.values(); - } - - @Override - public int compareTo(cElementalInstanceStackMap o) { - int sizeDiff = map.size() - o.map.size(); - if (sizeDiff != 0) { - return sizeDiff; - } - cElementalInstanceStack[] ofThis = values(), ofThat = o.values(); - for (int i = 0; i < ofThat.length; i++) { - int result = ofThis[i].compareTo(ofThat[i]); - if (result != 0) { - return result; - } - } - return 0; - } - - @Override - public boolean equals(Object obj) { - if (obj instanceof cElementalInstanceStackMap) { - return compareTo((cElementalInstanceStackMap) obj) == 0; - } - if (obj instanceof cElementalStackMap) { - return toDefinitionMapForComparison().compareTo((cElementalStackMap) obj) == 0; - } - return false; - } - - @Override - public int hashCode() {//Hash only definitions to compare contents not amounts or data - int hash = -(map.size() << 4); - for (cElementalInstanceStack stack : map.values()) { - hash += stack.definition.hashCode(); - } - return hash; - } - - @Override - public String toString() { - StringBuilder build=new StringBuilder("Instance Stack Map\n"); - for(cElementalInstanceStack stack:map.values()){ - build.append(stack.toString()).append('\n'); - } - return build.toString(); - } - - public cElementalInstanceStackMap takeAllToNewMap(){ - TreeMap map=this.map; - this.map=new TreeMap<>(); - return new cElementalInstanceStackMap(map); - } - - public void cleanUp(){ - for(Map.Entry entry:map.entrySet()){ - if(entry.getValue().amount<=0) { - map.remove(entry.getKey()); - } - } - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalMutableDefinitionStackMap.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalMutableDefinitionStackMap.java deleted file mode 100644 index 8523280c0a..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalMutableDefinitionStackMap.java +++ /dev/null @@ -1,277 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core; - -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; -import net.minecraft.nbt.NBTTagCompound; - -import java.util.Map; -import java.util.TreeMap; - -import static com.github.technus.tectech.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; - -/** - * Created by danie_000 on 22.01.2017. - */ -public final class cElementalMutableDefinitionStackMap extends cElementalStackMap {//Transient class for construction of definitions/recipes - //Constructors + Clone, all make a whole new OBJ. - public cElementalMutableDefinitionStackMap() { - map = new TreeMap<>(); - } - - @Deprecated - public cElementalMutableDefinitionStackMap(iElementalDefinition... in) { - map=new TreeMap<>(); - for (iElementalDefinition def : in) { - putUnify(new cElementalDefinitionStack(def, 1)); - } - } - - public cElementalMutableDefinitionStackMap(cElementalDefinitionStack... in) { - map=new TreeMap<>(); - putUnifyAll(in); - } - - public cElementalMutableDefinitionStackMap(TreeMap in) { - this(true, in); - } - - public cElementalMutableDefinitionStackMap(boolean clone, TreeMap in) { - if (clone) { - map = new TreeMap<>(in); - } else { - map = in; - } - } - - @Override - public cElementalMutableDefinitionStackMap clone() { - return new cElementalMutableDefinitionStackMap(map); - } - - public cElementalDefinitionStackMap toImmutable() { - return new cElementalDefinitionStackMap(map); - } - public cElementalDefinitionStackMap toImmutable_unsafeMightLeaveExposedElementalTree() { - return new cElementalDefinitionStackMap(this); - } - - @Override - @Deprecated - public TreeMap getRawMap() { - return map; - } - - - //Removers - public void clear() { - map.clear(); - } - - public cElementalDefinitionStack remove(iElementalDefinition def) { - return map.remove(def); - } - - @Deprecated - public cElementalDefinitionStack remove(iHasElementalDefinition has) { - return map.remove(has.getDefinition()); - } - - public void removeAll(iElementalDefinition... definitions) { - for (iElementalDefinition def : definitions) { - map.remove(def); - } - } - - @Deprecated - public void removeAll(iHasElementalDefinition... hasElementalDefinition) { - for (iHasElementalDefinition has : hasElementalDefinition) { - map.remove(has.getDefinition()); - } - } - - //Remove amounts - public boolean removeAmount(boolean testOnly, cElementalInstanceStack instance) { - cElementalDefinitionStack target = map.get(instance.definition); - if (target == null) { - return false; - } - if (testOnly) { - return target.amount >= instance.amount; - } else { - long diff = target.amount - instance.amount; - if (diff > 0) { - map.put(target.definition, new cElementalDefinitionStack(target.definition, diff)); - return true; - } else if (diff == 0) { - map.remove(instance.definition); - return true; - } - } - return false; - } - - public boolean removeAmount(boolean testOnly, iHasElementalDefinition stack) { - cElementalDefinitionStack target = map.get(stack.getDefinition()); - if (target == null) { - return false; - } - if (testOnly) { - return target.amount >= stack.getAmount(); - } else { - long diff = target.amount - stack.getAmount(); - if (diff > 0) { - map.put(target.definition, new cElementalDefinitionStack(target.definition, diff)); - return true; - } else if (diff == 0) { - map.remove(stack.getDefinition()); - return true; - } - } - return false; - } - - @Deprecated - public boolean removeAmount(boolean testOnly, iElementalDefinition def) { - return removeAmount(testOnly, new cElementalDefinitionStack(def, 1)); - } - - public boolean removeAllAmounts(boolean testOnly, cElementalInstanceStack... instances) { - boolean test = true; - for (cElementalInstanceStack stack : instances) { - test &= removeAmount(true, stack); - } - if (testOnly || !test) { - return test; - } - for (cElementalInstanceStack stack : instances) { - removeAmount(false, stack); - } - return true; - } - - public boolean removeAllAmounts(boolean testOnly, iHasElementalDefinition... stacks) { - boolean test = true; - for (iHasElementalDefinition stack : stacks) { - test &= removeAmount(true, stack); - } - if (testOnly || !test) { - return test; - } - for (iHasElementalDefinition stack : stacks) { - removeAmount(false, stack); - } - return true; - } - - @Deprecated - public boolean removeAllAmounts(boolean testOnly, iElementalDefinition... definitions) { - cElementalDefinitionStack[] stacks = new cElementalDefinitionStack[definitions.length]; - for (int i = 0; i < stacks.length; i++) { - stacks[i] = new cElementalDefinitionStack(definitions[i], 1); - } - return removeAllAmounts(testOnly, stacks); - } - - public boolean removeAllAmounts(boolean testOnly, cElementalStackMap container) { - boolean test=true; - for (Map.Entry entry : container.map.entrySet()) { - test &= removeAmount(true, entry.getValue()); - } - if (testOnly || !test) { - return test; - } - for (Map.Entry entry : container.map.entrySet()) { - removeAmount(false, entry.getValue()); - } - return true; - } - - public boolean removeAllAmounts(boolean testOnly, cElementalInstanceStackMap container) { - boolean test=true; - for (Map.Entry entry : container.map.entrySet()) { - test &= removeAmount(true, entry.getValue()); - } - if (testOnly || !test) { - return test; - } - for (Map.Entry entry : container.map.entrySet()) { - test &= removeAmount(false, entry.getValue()); - } - return true; - } - - //Put replace - public cElementalDefinitionStack putReplace(cElementalDefinitionStack defStackUnsafe) { - return map.put(defStackUnsafe.definition, defStackUnsafe); - } - - public void putReplaceAll(cElementalDefinitionStack... defStacks) { - for (cElementalDefinitionStack defStack : defStacks) { - map.put(defStack.definition, defStack); - } - } - - public void putReplaceAll(cElementalStackMap inContainerUnsafe) { - map.putAll(inContainerUnsafe.map); - } - - //Put unify - public cElementalDefinitionStack putUnify(cElementalDefinitionStack def) { - cElementalDefinitionStack stack=map.get(def.definition); - if(stack==null) { - return map.put(def.definition, def); - } - return map.put(def.definition, stack.addAmountIntoNewInstance(def.amount)); - } - - @Deprecated - public cElementalDefinitionStack putUnify(iElementalDefinition def) { - return putUnify(new cElementalDefinitionStack(def, 1)); - } - - public void putUnifyAll(cElementalDefinitionStack... defs) { - for (cElementalDefinitionStack def : defs) { - putUnify(def); - } - } - - @Deprecated - public void putUnifyAll(iElementalDefinition... defs) { - for (iElementalDefinition def : defs) { - putUnify(def); - } - } - - private void putUnifyAll(Map inTreeUnsafe) { - for (cElementalDefinitionStack in : inTreeUnsafe.values()) { - putUnify(in); - } - } - - public void putUnifyAll(cElementalStackMap containerUnsafe) { - for (cElementalDefinitionStack in : containerUnsafe.map.values()) { - putUnify(in); - } - } - - public static cElementalMutableDefinitionStackMap fromNBT(NBTTagCompound nbt) throws tElementalException { - cElementalDefinitionStack[] defStacks = new cElementalDefinitionStack[nbt.getInteger("i")]; - for (int i = 0; i < defStacks.length; i++) { - defStacks[i] = cElementalDefinitionStack.fromNBT(nbt.getCompoundTag(Integer.toString(i))); - if (defStacks[i].definition.equals(nbtE__)) { - throw new tElementalException("Something went Wrong"); - } - } - return new cElementalMutableDefinitionStackMap(defStacks); - } - - public void cleanUp(){ - for(Map.Entry entry:map.entrySet()){ - if(entry.getValue().amount<=0) { - map.remove(entry.getKey()); - } - } - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalStackMap.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalStackMap.java deleted file mode 100644 index bcc541c715..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalStackMap.java +++ /dev/null @@ -1,160 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core; - -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; -import net.minecraft.nbt.NBTTagCompound; -import net.minecraft.util.EnumChatFormatting; - -import java.util.Collection; -import java.util.Set; -import java.util.TreeMap; - -/** - * Created by Tec on 12.05.2017. - */ -abstract class cElementalStackMap implements Comparable { - protected TreeMap map; - - @Override - public abstract cElementalStackMap clone(); - - @Deprecated - public abstract TreeMap getRawMap(); - - //Getters - public final cElementalDefinitionStack getFirst(){ - return map.firstEntry().getValue(); - } - - public final cElementalDefinitionStack getLast(){ - return map.lastEntry().getValue(); - } - - public final cElementalDefinitionStack getDefinitionStack(iElementalDefinition def) { - return map.get(def); - } - - public final String[] getElementalInfo() { - String[] info = new String[map.size() * 3]; - int i = 0; - for (cElementalDefinitionStack defStack : map.values()) { - info[i] = EnumChatFormatting.BLUE + defStack.definition.getName(); - info[i + 1] = EnumChatFormatting.AQUA + defStack.definition.getSymbol(); - info[i + 2] = "Amount " + EnumChatFormatting.GREEN + defStack.amount; - i += 3; - } - return info; - } - - public final cElementalDefinitionStack[] values() { - Collection var = map.values(); - return var.toArray(new cElementalDefinitionStack[var.size()]); - } - - public final iElementalDefinition[] keys() { - Set var = map.keySet(); - return var.toArray(new iElementalDefinition[var.size()]); - } - - public long getCountOfAllAmounts(){ - long sum=0; - for(cElementalDefinitionStack stack:map.values()){ - sum+=stack.amount; - } - return sum; - } - - //Tests - public final boolean containsDefinition(iElementalDefinition def) { - return map.containsKey(def); - } - - public final boolean containsDefinitionStack(cElementalDefinitionStack inst) { - return map.containsValue(inst); - } - - public final int size() { - return map.size(); - } - - public final boolean hasStacks() { - return !map.isEmpty(); - } - - public final boolean isEmpty(){ - return map.isEmpty(); - } - - //NBT - public final NBTTagCompound getInfoNBT() { - NBTTagCompound nbt = new NBTTagCompound(); - String[] info = getElementalInfo(); - nbt.setInteger("i", info.length); - for (int i = 0; i < info.length; i++) { - nbt.setString(Integer.toString(i), info[i]); - } - return nbt; - } - - public final NBTTagCompound toNBT() { - NBTTagCompound nbt = new NBTTagCompound(); - nbt.setInteger("i", map.size()); - int i = 0; - for (cElementalDefinitionStack defStack : map.values()) { - nbt.setTag(Integer.toString(i++), defStack.toNBT()); - } - return nbt; - } - - @Override - public final int compareTo(cElementalStackMap o) {//this actually compares rest - int sizeDiff = map.size() - o.map.size(); - if (sizeDiff != 0) { - return sizeDiff; - } - cElementalDefinitionStack[] ofThis = values(), ofO = o.values(); - for (int i = 0; i < ofO.length; i++) { - int result = ofThis[i].compareTo(ofO[i]); - if (result != 0) { - return result; - } - } - return 0; - } - - @Override - public boolean equals(Object obj) { - if (obj instanceof cElementalStackMap) { - return compareTo((cElementalStackMap) obj) == 0; - } - if (obj instanceof cElementalInstanceStackMap) { - return compareTo(((cElementalInstanceStackMap) obj).toDefinitionMapForComparison()) == 0; - } - return false; - } - - @Override - public final int hashCode() {//Hash only definitions to compare contents not amounts or data - int hash = -(map.size() << 4); - for (cElementalDefinitionStack stack : map.values()) { - hash += stack.definition.hashCode(); - } - return hash; - } - - public double getMass(){ - double mass=0; - for(cElementalDefinitionStack stack:map.values()){ - mass+=stack.getMass(); - } - return mass; - } - - public long getCharge(){ - long charge=0; - for(cElementalDefinitionStack stack:map.values()){ - charge+=stack.getCharge(); - } - return charge; - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/GiveEM.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/GiveEM.java deleted file mode 100644 index d421ea1406..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/GiveEM.java +++ /dev/null @@ -1,158 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.commands; - -import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.cElementalMutableDefinitionStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalPrimitive; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; -import com.github.technus.tectech.thing.item.DebugElementalInstanceContainer_EM; -import net.minecraft.command.ICommand; -import net.minecraft.command.ICommandSender; -import net.minecraft.entity.player.EntityPlayerMP; -import net.minecraft.item.ItemStack; -import net.minecraft.nbt.NBTTagCompound; -import net.minecraft.util.ChatComponentText; - -import java.lang.reflect.Method; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import java.util.Map; - -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; -import static com.github.technus.tectech.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; - -/** - * Created by danie_000 on 30.12.2017. - */ -public class GiveEM implements ICommand { - ArrayList aliases=new ArrayList<>(); - - public GiveEM(){ - aliases.add("em_give"); - aliases.add("give_em"); - } - - @Override - public void processCommand(ICommandSender sender, String[] args) { - if (sender instanceof EntityPlayerMP && !sender.getEntityWorld().isRemote) { - if(args.length < 3) { - sender.addChatMessage(new ChatComponentText(getCommandUsage(sender))); - }else{ - TecTech.Logger.info("Spawninig EM for "+((EntityPlayerMP) sender).getDisplayName()+" - "+Arrays.toString(args)); - - ArrayList list=new ArrayList<>(); - list.addAll(Arrays.asList(args)); - String energy=list.remove(0); - - cElementalDefinitionStack def= getDefinitionStack(list); - cElementalInstanceStack instanceStack=new cElementalInstanceStack(def,1,0,Long.parseLong(energy)); - - sender.addChatMessage(new ChatComponentText(instanceStack.definition.getSymbol()+" - "+instanceStack.definition.getName())); - - cElementalInstanceStackMap instanceMap=new cElementalInstanceStackMap(instanceStack); - - ItemStack itemStack=new ItemStack(DebugElementalInstanceContainer_EM.INSTANCE); - NBTTagCompound contents=new NBTTagCompound(); - contents.setTag("info", instanceMap.getInfoNBT()); - contents.setTag("content", instanceMap.toNBT()); - itemStack.setTagCompound(contents); - - ((EntityPlayerMP) sender).inventory.addItemStackToInventory(itemStack); - } - } - } - - private cElementalDefinitionStack getDefinitionStack(ArrayList args){ - if(args.get(0).equals("<")){ - args.remove(0); - return null; - } - long amount=Long.parseLong(args.remove(0)); - try{ - int id=Integer.parseInt(args.get(0)); - args.remove(0); - iElementalDefinition primitive=cElementalPrimitive.getBindsPrimitive().get(id); - return new cElementalDefinitionStack(primitive,amount); - }catch (NumberFormatException e){ - byte clazz = (byte) args.remove(0).charAt(0); - Method constructor = cElementalDefinition.getBindsComplex().get(clazz); - - cElementalMutableDefinitionStackMap stacks=new cElementalMutableDefinitionStackMap(); - while(args.size()>0){ - cElementalDefinitionStack tempStack=getDefinitionStack(args); - if(tempStack==null) { - break; - }else { - stacks.putUnify(tempStack); - } - } - - try { - return ((iElementalDefinition) constructor.invoke(null, stacks.toNBT())).getStackForm(amount); - } catch (Exception e1) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - return nbtE__.getStackForm(amount); - } - } - } - - @Override - public boolean isUsernameIndex(String[] p_82358_1_, int p_82358_2_) { - return false; - } - - @Override - public List getCommandAliases() { - return aliases; - } - - @Override - public String getCommandName() { - return aliases.get(0); - } - - @Override - public List addTabCompletionOptions(ICommandSender sender, String[] args) { - if(args.length==2){ - return completionsForClassOrID(); - } - return null; - } - - private List completionsForClassOrID(){ - ArrayList strings=new ArrayList<>(8); - Map binds= cElementalDefinition.getBindsComplex(); - for (Map.Entry e:binds.entrySet()) { - strings.add(String.valueOf((char)e.getKey().byteValue())); - } - Map bindsBO = cElementalPrimitive.getBindsPrimitive(); - for (Map.Entry e:bindsBO.entrySet()) { - strings.add(String.valueOf(e.getKey().byteValue())); - } - return strings; - } - - @Override - public String getCommandUsage(ICommandSender p_71518_1_) { - return "em_give energy count classOrId (count classOrId , ... <) if complex"; - } - - @Override - public int compareTo(Object o) { - if(o instanceof ICommand){ - return getCommandName().compareTo(((ICommand) o).getCommandName()); - } - return 0; - } - - @Override - public boolean canCommandSenderUseCommand(ICommandSender sender) { - return true; - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/ListEM.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/ListEM.java deleted file mode 100644 index d89438eca7..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/commands/ListEM.java +++ /dev/null @@ -1,95 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.commands; - -import com.github.technus.tectech.elementalMatter.core.templates.cElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalPrimitive; -import net.minecraft.command.ICommand; -import net.minecraft.command.ICommandSender; -import net.minecraft.util.ChatComponentText; - -import java.lang.reflect.Method; -import java.util.ArrayList; -import java.util.List; -import java.util.Map; - -/** - * Created by danie_000 on 30.12.2017. - */ -public class ListEM implements ICommand { - ArrayList aliases=new ArrayList<>(); - - public ListEM(){ - aliases.add("em_list"); - aliases.add("list_em"); - } - - @Override - public void processCommand(ICommandSender sender, String[] args) { - if (!sender.getEntityWorld().isRemote) { - if(args.length == 0) { - sender.addChatMessage(new ChatComponentText(" Available Classes: tag - name")); - Map binds= cElementalDefinition.getBindsComplex(); - for (Map.Entry e:binds.entrySet()) { - sender.addChatMessage(new ChatComponentText(String.valueOf((char)e.getKey().byteValue())+" - "+e.getValue().getReturnType().getSimpleName())); - } - }else if(args.length==1){ - sender.addChatMessage(new ChatComponentText(" Available Primitives: symbol - name")); - if(args[0].equals(String.valueOf((char)cElementalPrimitive.nbtType))){ - Map bindsBO = cElementalPrimitive.getBindsPrimitive(); - for (Map.Entry e:bindsBO.entrySet()) { - sender.addChatMessage(new ChatComponentText(e.getKey() + " - "+e.getValue().getName())); - } - }else{ - sender.addChatMessage(new ChatComponentText("Complex definition - needs contents")); - } - }else{ - sender.addChatMessage(new ChatComponentText(getCommandUsage(sender))); - } - } - } - - @Override - public boolean isUsernameIndex(String[] p_82358_1_, int p_82358_2_) { - return false; - } - - @Override - public List getCommandAliases() { - return aliases; - } - - @Override - public String getCommandName() { - return aliases.get(0); - } - - @Override - public List addTabCompletionOptions(ICommandSender sender, String[] args) { - if(args.length==0){ - Map binds= cElementalDefinition.getBindsComplex(); - ArrayList strings=new ArrayList<>(binds.size()); - for (Map.Entry e:binds.entrySet()) { - strings.add(String.valueOf((char)e.getKey().byteValue())+' '+e.getValue().getReturnType().getSimpleName()); - } - return strings; - } - return null; - } - - @Override - public String getCommandUsage(ICommandSender p_71518_1_) { - return "em_list (optional class tag)"; - } - - @Override - public int compareTo(Object o) { - if(o instanceof ICommand){ - return getCommandName().compareTo(((ICommand) o).getCommandName()); - } - return 0; - } - - @Override - public boolean canCommandSenderUseCommand(ICommandSender sender) { - return true; - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/iElementalInstanceContainer.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/iElementalInstanceContainer.java deleted file mode 100644 index 74d371272b..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/iElementalInstanceContainer.java +++ /dev/null @@ -1,10 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core; - -/** - * Created by danie_000 on 25.01.2017. - */ -public interface iElementalInstanceContainer extends Cloneable { - cElementalInstanceStackMap getContainerHandler(); - - float purgeOverflow(); -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/rElementalRecipe.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/rElementalRecipe.java deleted file mode 100644 index 29fea2fa4c..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/rElementalRecipe.java +++ /dev/null @@ -1,62 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core; - -import net.minecraft.item.ItemStack; -import net.minecraftforge.fluids.FluidStack; - -/** - * Created by Tec on 02.03.2017. - */ -public class rElementalRecipe implements Comparable { - public final short ID; - public final cElementalDefinitionStackMap inEM; - public final cElementalDefinitionStackMap outEM; - public final ItemStack[] outItems; - public final FluidStack[] outFluids; - public Object[] extension; - - public rElementalRecipe( - cElementalDefinitionStackMap inEM,//not null plz - short id, - cElementalDefinitionStackMap outEM, - ItemStack[] outItems, - FluidStack[] outFluids) { - this.inEM = inEM; - this.outEM = outEM; - this.outItems = outItems; - this.outFluids = outFluids; - ID = id;//allows multiple recipes with the same input EM,so u can actually extend... - } - - public rElementalRecipe extend(Object... data) { - extension = data; - return this; - } - - @Override - public int compareTo(rElementalRecipe o) { - int compare = inEM.compareTo(o.inEM); - if(compare!=0) { - return compare; - } - if(ID>o.ID) { - return 1; - } - if(ID> recipes; - - public rElementalRecipeMap() { - recipes = new HashMap<>(); - } - - public rElementalRecipe put(rElementalRecipe in) { - HashMap r = recipes.get(in.inEM); - if (r == null) { - r = new HashMap<>(); - recipes.put(in.inEM, r); - } - return r.put(in.ID, in);//IF THIS RETURN SHIT, it means that inputs are using the exact same types of matter as input - (non amount wise collision) - //It is either bad, or unimportant if you use different id's - } - - public void putAll(rElementalRecipe... contents) { - for (rElementalRecipe recipe : contents) { - put(recipe); - } - } - - public rElementalRecipe remove(cElementalStackMap map, short id) { - return recipes.get(map).remove(id);//suspicious but ok, equals and hashcode methods are adjusted for that - } - - public HashMap remove(cElementalStackMap map) { - return recipes.remove(map);//suspicious but ok, equals and hashcode methods are adjusted for that - } - - public HashMap findExact(cElementalInstanceStackMap in) { - return recipes.get(in.toDefinitionMapForComparison());//suspicious but ok, equals and hashcode methods are adjusted for that - } - - //Recipe founding should not check amounts - this checks if the types of matter in map are equal to any recipe! - //Return a recipeShortMap when the content of input is equal (ignoring amounts and instance data) - @Deprecated - public HashMap findExact(cElementalStackMap in) { - return recipes.get(in);//suspicious but ok, equals and hashcode methods are adjusted for that - } - - //this does check if the map contains all the requirements for any recipe, and the required amounts - //Return a recipeShortMap when the content of input matches the recipe input - does not ignore amounts but ignores instance data! - @Deprecated - public HashMap findMatch(cElementalMutableDefinitionStackMap in, boolean testOnlyTruePreferred) { - for (Map.Entry> cElementalDefinitionStackMapHashMapEntry : recipes.entrySet()) { - if (in.removeAllAmounts(testOnlyTruePreferred, cElementalDefinitionStackMapHashMapEntry.getKey())) { - return cElementalDefinitionStackMapHashMapEntry.getValue(); - } - } - return null; - } - - public HashMap findMatch(cElementalInstanceStackMap in, boolean testOnly) { - for (Map.Entry> cElementalDefinitionStackMapHashMapEntry : recipes.entrySet()) { - if (in.removeAllAmounts(testOnly, cElementalDefinitionStackMapHashMapEntry.getKey())) { - return cElementalDefinitionStackMapHashMapEntry.getValue(); - } - } - return null; - } - - //To check for instance data and other things use recipe extensions! -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalDefinitionStack.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalDefinitionStack.java deleted file mode 100644 index 4e74650786..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalDefinitionStack.java +++ /dev/null @@ -1,98 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.stacks; - -import com.github.technus.tectech.elementalMatter.core.templates.cElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; -import net.minecraft.nbt.NBTTagCompound; - -import static com.github.technus.tectech.elementalMatter.definitions.primitive.cPrimitiveDefinition.null__; - -/** - * Created by danie_000 on 20.11.2016. - */ -public final class cElementalDefinitionStack implements iHasElementalDefinition { - public final iElementalDefinition definition; - public final long amount; - - public cElementalDefinitionStack(iElementalDefinition def, long amount) { - definition = def == null ? null__ : def; - this.amount = amount; - } - - @Override - public cElementalDefinitionStack clone() { - return this;//IMMUTABLE - } - - @Override - public iElementalDefinition getDefinition() { - return definition;//IMMUTABLE - } - - @Override - public long getAmount() { - return amount; - } - - @Override - public long getCharge() { - return definition.getCharge() * amount; - } - - @Override - public float getMass() { - return definition.getMass() * amount; - } - - public NBTTagCompound toNBT() { - NBTTagCompound nbt = new NBTTagCompound(); - nbt.setTag("d", definition.toNBT()); - nbt.setLong("q", amount); - return nbt; - } - - public static cElementalDefinitionStack fromNBT(NBTTagCompound nbt) { - return new cElementalDefinitionStack( - cElementalDefinition.fromNBT(nbt.getCompoundTag("d")), - nbt.getLong("q")); - } - - public cElementalDefinitionStack addAmountIntoNewInstance(long amount) { - if(amount==0) { - return this; - } - return new cElementalDefinitionStack(definition, amount + this.amount); - } - - public cElementalDefinitionStack addAmountIntoNewInstance(cElementalDefinitionStack... other) { - if (other == null || other.length == 0) { - return this; - } - long l = 0; - for (cElementalDefinitionStack stack : other) { - l += stack.amount; - } - return addAmountIntoNewInstance(l); - } - - @Override - public int compareTo(iHasElementalDefinition o) { - return definition.compareTo(o.getDefinition()); - } - - @Override - public boolean equals(Object obj) { - if (obj instanceof iElementalDefinition) { - return definition.compareTo((iElementalDefinition) obj) == 0; - } - if (obj instanceof iHasElementalDefinition) { - return definition.compareTo(((iHasElementalDefinition) obj).getDefinition()) == 0; - } - return false; - } - - //Amount shouldn't be hashed if this is just indicating amount and not structure - @Override - public int hashCode() { - return definition.hashCode(); - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java deleted file mode 100644 index e1144c410d..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java +++ /dev/null @@ -1,493 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.stacks; - -import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.Util; -import com.github.technus.tectech.elementalMatter.core.cElementalDecay; -import com.github.technus.tectech.elementalMatter.core.cElementalDefinitionStackMap; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; -import net.minecraft.nbt.NBTTagCompound; - -import java.util.ArrayList; - -import static com.github.technus.tectech.elementalMatter.definitions.primitive.cPrimitiveDefinition.null__; -import static com.github.technus.tectech.elementalMatter.definitions.primitive.eBosonDefinition.deadEnd; -import static com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_scanner.*; - -/** - * Created by danie_000 on 22.10.2016. - */ -public final class cElementalInstanceStack implements iHasElementalDefinition { - public static int MIN_MULTIPLE_DECAY_CALLS=4,MAX_MULTIPLE_DECAY_CALLS=16,DECAY_CALL_PER=144; - - public final iElementalDefinition definition; - //energy - if positive then particle should try to decay - private long energy; - //byte color; 0=Red 1=Green 2=Blue 0=Cyan 1=Magenta 2=Yellow, else ignored (-1 - uncolorable) - private byte color; - public long age; - public long amount; - private float lifeTime; - private float lifeTimeMult; - - public cElementalInstanceStack(cElementalDefinitionStack stackSafe) { - this(stackSafe.definition, stackSafe.amount, 1F, 0, 0); - } - - public cElementalInstanceStack(cElementalDefinitionStack stackSafe, float lifeTimeMult, long age, long energy) { - this(stackSafe.definition, stackSafe.amount, lifeTimeMult, age, energy); - } - - public cElementalInstanceStack(iElementalDefinition defSafe, long amount) { - this(defSafe, amount, 1F, 0, 0); - } - - public cElementalInstanceStack(iElementalDefinition defSafe, long amount, float lifeTimeMult, long age, long energy) { - definition = defSafe == null ? null__ : defSafe; - byte bColor = definition.getColor(); - if (bColor < 0 || bColor > 2) {//transforms colorable??? into proper color - this.color = bColor; - } else { - this.color = (byte) TecTech.Rnd.nextInt(3); - } - this.lifeTimeMult = lifeTimeMult; - lifeTime = definition.getRawTimeSpan(energy) * this.lifeTimeMult; - setEnergy(energy); - this.age = age; - this.amount = amount; - } - - //Clone proxy - private cElementalInstanceStack(cElementalInstanceStack stack) { - definition = stack.definition; - color = stack.color; - age = stack.age; - amount = stack.amount; - lifeTime = stack.lifeTime; - lifeTimeMult = stack.lifeTimeMult; - energy = stack.energy; - } - - @Override - public cElementalInstanceStack clone() { - return new cElementalInstanceStack(this); - } - - @Override - public long getAmount() { - return amount; - } - - @Override - public long getCharge() { - return definition.getCharge() * amount; - } - - @Override - public float getMass() { - return definition.getMass() * amount; - } - - public long getEnergy() { - return energy; - } - - public void setEnergy(long newEnergyLevel){ - energy=newEnergyLevel; - setLifeTimeMultiplier(getLifeTimeMultiplier()); - } - - public float getEnergySettingCost(long currentEnergyLevel, long newEnergyLevel){ - return definition.getEnergyDiffBetweenStates(currentEnergyLevel,newEnergyLevel)*amount; - } - - public float getEnergySettingCost(long newEnergyLevel){ - return definition.getEnergyDiffBetweenStates(energy,newEnergyLevel)*amount; - } - - public cElementalDefinitionStack getDefinitionStack() { - return new cElementalDefinitionStack(definition, amount); - } - - @Override - public iElementalDefinition getDefinition() { - return definition; - } - - public byte getColor() { - return color; - } - - public byte setColor(byte color) {//does not allow changing magic element - if (this.color < 0 || this.color > 2 || color < 0 || color >= 3) { - return this.color; - } - return this.color = color; - } - - public byte nextColor() {//does not allow changing magic element - if (color < 0 || color > 2) { - return color; - } - return color = (byte) TecTech.Rnd.nextInt(3); - } - - public float getLifeTime() { - return lifeTime; - } - - public float setLifeTimeMultiplier(float mult) { - if(mult<=0) //since infinity*0=nan - { - throw new IllegalArgumentException("multiplier must be >0"); - } - lifeTimeMult = mult; - if (definition.getRawTimeSpan(energy) <= 0) { - return lifeTime; - } - lifeTime = definition.getRawTimeSpan(energy) * lifeTimeMult; - return lifeTime; - } - - public float getLifeTimeMultiplier() { - return lifeTimeMult; - } - - public cElementalInstanceStackMap decay() { - return decay(1F, age, 0);//try to decay without changes - } - - public cElementalInstanceStackMap decay(long apparentAge, long postEnergize) { - return decay(1F,apparentAge,postEnergize); - } - - public cElementalInstanceStackMap decay(float lifeTimeMult, long apparentAge, long postEnergize) { - long newEnergyLevel = postEnergize + energy; - if (newEnergyLevel > 0) { - newEnergyLevel -= 1; - } else if (newEnergyLevel < 0) { - newEnergyLevel += 1; - } - if(definition.usesMultipleDecayCalls(energy)){ - long amountTemp=amount; - long decayCnt=Math.min(Math.max(amount/DECAY_CALL_PER,MIN_MULTIPLE_DECAY_CALLS),MAX_MULTIPLE_DECAY_CALLS); - long amountPer=amount/decayCnt; - amount-=amountPer*(--decayCnt); - cElementalInstanceStackMap output=decayMechanics(lifeTimeMult,apparentAge,newEnergyLevel); - if(output==null){ - amount=amountTemp; - return null; - } - if(amountPer>0){ - amount=amountPer; - for(int i=0;i 0 && !definition.usesSpecialEnergeticDecayHandling()) { - setLifeTimeMultiplier(getLifeTimeMultiplier()); - return decayCompute(definition.getEnergyInducedDecay(energy), lifeTimeMult, -1, newEnergyLevel); - } else if (definition.getRawTimeSpan(energy) < 0) { - return null;//return null, decay cannot be achieved - } else if (definition.isTimeSpanHalfLife()) { - return exponentialDecayCompute(energy > 0 ? definition.getEnergyInducedDecay(energy) : definition.getDecayArray(), lifeTimeMult, -1, newEnergyLevel); - } else { - if (1F > lifeTime) { - return decayCompute(energy > 0 ? definition.getEnergyInducedDecay(energy) : definition.getNaturalDecayInstant(), lifeTimeMult, 0, newEnergyLevel); - } else if ((float) apparentAge > lifeTime) { - return decayCompute(energy > 0 ? definition.getEnergyInducedDecay(energy) : definition.getDecayArray(), lifeTimeMult, 0, newEnergyLevel); - } - } - return null;//return null since decay cannot be achieved - } - - //Use to get direct decay output providing correct decay array - private cElementalInstanceStackMap exponentialDecayCompute(cElementalDecay[] decays, float lifeTimeMult, long newProductsAge, long newEnergyLevel) { - double decayInverseRatio=Math.pow(2d,1d/* 1 second *//(double)lifeTime); - double newAmount=(double)amount/decayInverseRatio; - long amountRemaining= (long)Math.floor(newAmount) +(TecTech.Rnd.nextDouble()<=newAmount-Math.floor(newAmount)?1:0); - //if(definition.getSymbol().startsWith("U ")) { - // System.out.println("newAmount = " + newAmount); - // System.out.println("amountRemaining = " + amountRemaining); - // for(cElementalDecay decay:decays){ - // System.out.println("prob = "+decay.probability); - // for(cElementalDefinitionStack stack:decay.outputStacks.values()){ - // System.out.println("stack = " + stack.getDefinition().getSymbol() + " " + stack.amount); - // } - // } - //} - if(amountRemaining==amount) { - return null;//nothing decayed - } else if(amountRemaining<=0) { - return decayCompute(decays, lifeTimeMult, newProductsAge, newEnergyLevel); - } - //split to non decaying and decaying part - long amount=this.amount; - this.amount-=amountRemaining; - cElementalInstanceStackMap products=decayCompute(decays,lifeTimeMult,newProductsAge,newEnergyLevel); - this.amount=amountRemaining; - products.putUnify(clone()); - this.amount=amount; - return products; - } - - //Use to get direct decay output providing correct decay array - private cElementalInstanceStackMap decayCompute(cElementalDecay[] decays, float lifeTimeMult, long newProductsAge, long newEnergyLevel) { - if (decays == null) { - return null;//Can not decay so it wont - } - if (decays.length == 0) { - if(definition.decayMakesEnergy(this.energy)) { - return null; - } - return new cElementalInstanceStackMap();//provide non null 0 length array for annihilation - } else if (decays.length == 1) {//only one type of decay :D, doesn't need dead end - if(decays[0]==deadEnd && definition.decayMakesEnergy(this.energy)) { - return null;//no extra photons - } - cElementalInstanceStackMap products=decays[0].getResults(lifeTimeMult, newProductsAge, newEnergyLevel, amount); - if(newProductsAge<0){ - for(cElementalInstanceStack stack:products.values()){ - if(stack.definition.equals(definition)){ - stack.age= age; - stack.setEnergy(energy); - } - } - }else{ - for(cElementalInstanceStack stack:products.values()){ - if(stack.definition.equals(definition)){ - stack.setEnergy(energy); - } - } - } - if(this.energy <= 0 && products.getMass() > getMass()){ - return null;//no energy usage to decay - } - return products; - } else { - cElementalInstanceStackMap output = new cElementalInstanceStackMap(); - int differentDecays = decays.length; - long[] qttyOfDecay = new long[differentDecays]; - long amountRemaining = this.amount, amount = this.amount; - float remainingProbability = 1F; - - for (int i = 0; i < differentDecays; i++) { - if (decays[i].probability >= 1F) { - long thisDecayAmount = (long) Math.floor(remainingProbability * (double) amount); - if (thisDecayAmount > 0) { - if (thisDecayAmount <= amountRemaining) { - amountRemaining -= thisDecayAmount; - qttyOfDecay[i] += thisDecayAmount; - }else {//in case too much was made - qttyOfDecay[i] += amountRemaining; - amountRemaining = 0; - //remainingProbability=0; - } - } - break; - } - long thisDecayAmount = (long) Math.floor(decays[i].probability * (double) amount); - if (thisDecayAmount <= amountRemaining && thisDecayAmount > 0) {//some was made - amountRemaining -= thisDecayAmount; - qttyOfDecay[i] += thisDecayAmount; - } else if (thisDecayAmount > amountRemaining) {//too much was made - qttyOfDecay[i] += amountRemaining; - amountRemaining = 0; - //remainingProbability=0; - break; - } - remainingProbability -= decays[i].probability; - if(remainingProbability<=0) { - break; - } - } - - for (int i = 0; i < amountRemaining; i++) { - double rand = TecTech.Rnd.nextDouble(); - for (int j = 0; j < differentDecays; j++) {//looking for the thing it decayed into - rand -= decays[j].probability; - if (rand <= 0D) { - qttyOfDecay[j]++; - break; - } - } - } - - if(definition.decayMakesEnergy(this.energy)){ - for (int i = 0; i < differentDecays; i++) { - if (qttyOfDecay[i] > 0) { - if(decays[i]==deadEnd){ - cElementalInstanceStack clone=this.clone(); - clone.amount=qttyOfDecay[i]; - output.putUnify(clone); - }else { - output.putUnifyAll(decays[i].getResults(lifeTimeMult, newProductsAge, newEnergyLevel, qttyOfDecay[i])); - } - } - } - }else{ - for (int i = 0; i < differentDecays; i++) { - if (qttyOfDecay[i] > 0) { - output.putUnifyAll(decays[i].getResults(lifeTimeMult, newProductsAge, newEnergyLevel, qttyOfDecay[i])); - } - } - } - - if(newProductsAge<0){ - for(cElementalInstanceStack stack:output.values()){ - if(stack.definition.equals(definition)){ - stack.age= age; - stack.setEnergy(energy); - } - } - }else{ - for(cElementalInstanceStack stack:output.values()){ - if(stack.definition.equals(definition)){ - stack.setEnergy(energy); - } - } - } - if(this.energy <= 0 && output.getMass() > getMass()){ - return null;//no energy usage to decay - } - return output; - } - } - - public cElementalInstanceStack unifyIntoThis(cElementalInstanceStack... instances) { - if (instances == null) { - return this; - } - //returns with the definition from the first object passed - double energy = this.energy * amount; - long maxEnergy=this.energy; - float lifeTimeMul = lifeTimeMult; - - for (cElementalInstanceStack instance : instances) { - if (instance != null && compareTo(instance) == 0) { - amount += instance.amount; - energy += instance.energy * instance.amount; - if(instance.energy>maxEnergy){ - maxEnergy=instance.energy; - } - lifeTimeMul = Math.min(lifeTimeMul, instance.lifeTimeMult); - age = Math.max(age, instance.age); - } - } - - if (amount != 0) { - energy /= Math.abs(amount); - } - - double wholeParts=Math.floor(energy); - energy=Math.min(energy-wholeParts,1)+(wholeParts>=0?-0.11709966304863834:0.11709966304863834); - setEnergy(Math.min(maxEnergy,(long)wholeParts+(energy>TecTech.Rnd.nextDouble()?1:0))); - return this; - } - - public void addScanResults(ArrayList lines, int[] detailsOnDepthLevels){ - int capabilities=detailsOnDepthLevels[0]; - if(Util.areBitsSet(SCAN_GET_DEPTH_LEVEL,capabilities)) { - lines.add("DEPTH = " + 0); - } - definition.addScanResults(lines,capabilities,energy); - if(Util.areBitsSet(SCAN_GET_TIMESPAN_MULT,capabilities)) { - lines.add("TIME SPAN MULTIPLIER = " + lifeTimeMult); - if(Util.areBitsSet(SCAN_GET_TIMESPAN_INFO,capabilities)) { - lines.add("TIME SPAN MULTIPLIED = " + lifeTime + " s"); - } - } - if(Util.areBitsSet(SCAN_GET_AGE,capabilities)) { - lines.add("AGE = " + age + " s"); - } - if(Util.areBitsSet(SCAN_GET_COLOR,capabilities)) { - lines.add("COLOR = " + color + " RGB or CMY"); - } - if(Util.areBitsSet(SCAN_GET_ENERGY_LEVEL,capabilities)) { - lines.add("E. LEVEL = " + energy); - } - if(Util.areBitsSet(SCAN_GET_AMOUNT,capabilities)) { - lines.add("AMOUNT = " + amount); - } - scanContents(lines,definition.getSubParticles(),1,detailsOnDepthLevels); - } - - private void scanContents(ArrayList lines, cElementalDefinitionStackMap definitions, int depth, int[] detailsOnDepthLevels){ - if(definitions!=null && depth,Cloneable { - iElementalDefinition getDefinition(); - - long getAmount(); - - long getCharge(); - - float getMass(); - - iHasElementalDefinition clone(); -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/tElementalException.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/tElementalException.java deleted file mode 100644 index 4bb3b4020f..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/tElementalException.java +++ /dev/null @@ -1,10 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core; - -/** - * Created by danie_000 on 19.11.2016. - */ -public final class tElementalException extends Exception { - public tElementalException(String message) { - super(message); - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalDefinition.java deleted file mode 100644 index 622c5f99ae..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalDefinition.java +++ /dev/null @@ -1,129 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.templates; - -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; -import net.minecraft.nbt.NBTTagCompound; - -import java.lang.reflect.Method; -import java.util.HashMap; -import java.util.HashSet; -import java.util.Map; - -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; -import static com.github.technus.tectech.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; - -/** - * Created by danie_000 on 23.01.2017. - */ -public abstract class cElementalDefinition extends iElementalDefinition { - //Nothing array - public static final iElementalDefinition[] nothing = new cElementalPrimitive[0]; - - //add text based creators for recipe formula input? - private static final Map nbtCreationBind = new HashMap<>();//creator methods in subclasses - private static final HashSet classSet = new HashSet<>(); - - protected static void addCreatorFromNBT(byte shortcutNBT, Method constructorFromNBT,byte classID) { - if(nbtCreationBind.put(shortcutNBT, constructorFromNBT)!=null) { - throw new Error("Duplicate NBT shortcut! " + shortcutNBT + " used for NBT based creation"); - } - if(!classSet.add(classID)) { - throw new Error("Duplicate Class ID! " + classID + " used for class comparison"); - } - } - - public static Map getBindsComplex(){ - return nbtCreationBind; - } - - @Override - public final cElementalDefinition clone() { - return this;//IMMUTABLE - } - - public static iElementalDefinition fromNBT(NBTTagCompound nbt) { - try { - return (iElementalDefinition) nbtCreationBind.get(nbt.getByte("t")).invoke(null, nbt); - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - return nbtE__; - } - } - - @Override - public int compareTo(iElementalDefinition o) { - int classCompare = compareClassID(o); - if (classCompare != 0) { - return classCompare; - } - - //only of the internal def stacks!!! - //that allows neat check if the same thing and - //top hierarchy amount can be used to store amount info - return compareInnerContentsWithAmounts(getSubParticles().values(), o.getSubParticles().values()); - } - - //use only for nested operations! - private static int compareInnerContentsWithAmounts(cElementalDefinitionStack[] tc, cElementalDefinitionStack[] sc) { - if (tc == null) { - if (sc == null) { - return 0; - } else { - return -1; - } - } - if (sc == null) { - return 1; - } - - int lenDiff = tc.length - sc.length; - if (lenDiff != 0) { - return lenDiff; - } - - for (int i = 0; i < tc.length; i++) { - int cn = tc[i].definition.compareTo(sc[i].definition); - if (cn != 0) { - return cn; - } - - if (tc[i].amount > sc[i].amount) { - return 1; - } - if (tc[i].amount < sc[i].amount) { - return -1; - } - } - return 0; - } - - @Override - public final cElementalDefinitionStack getStackForm(long i) { - return new cElementalDefinitionStack(this,i); - } - - @Override - public final boolean equals(Object obj) { - if(this==obj) { - return true; - } - if (obj instanceof iElementalDefinition) { - return compareTo((iElementalDefinition) obj) == 0; - } - if (obj instanceof iHasElementalDefinition) { - return compareTo(((iHasElementalDefinition) obj).getDefinition()) == 0; - } - return false; - } - - @Override - public int hashCode() {//Internal amounts should be also hashed - int hash = -(getSubParticles().size() << 4); - for (cElementalDefinitionStack stack : getSubParticles().values()) { - hash += ((stack.amount & 0x1) == 0 ? -stack.amount : stack.amount) + stack.definition.hashCode(); - } - return hash; - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java deleted file mode 100644 index 9522b166d6..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java +++ /dev/null @@ -1,260 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.templates; - -import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.Util; -import com.github.technus.tectech.elementalMatter.core.cElementalDecay; -import com.github.technus.tectech.elementalMatter.core.cElementalDefinitionStackMap; -import com.github.technus.tectech.elementalMatter.core.tElementalException; -import com.github.technus.tectech.elementalMatter.core.transformations.aFluidDequantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.aItemDequantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.aOredictDequantizationInfo; -import net.minecraft.client.Minecraft; -import net.minecraft.crash.CrashReport; -import net.minecraft.nbt.NBTTagCompound; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.Map; - -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; -import static com.github.technus.tectech.elementalMatter.definitions.primitive.cPrimitiveDefinition.null__; -import static com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_scanner.*; - -/** - * Created by danie_000 on 22.10.2016. - * EXTEND THIS TO ADD NEW PRIMITIVES, WATCH OUT FOR ID'S!!! (-1 to 32 can be assumed as used) - */ -public abstract class cElementalPrimitive extends cElementalDefinition { - public static final byte nbtType = (byte) 'p'; - - private static final Map bindsBO = new HashMap<>(); - - public static Map getBindsPrimitive() { - return bindsBO; - } - - public final String name; - public final String symbol; - //float-mass in eV/c^2 - public final float mass; - //int -electric charge in 1/3rds of electron charge for optimization - public final byte charge; - //byte color; 0=Red 1=Green 2=Blue 0=Cyan 1=Magenta 2=Yellow, else ignored (-1 - uncolorable) - public final byte color; - //-1/-2/-3 anti matter generations, +1/+2/+3 matter generations, 0 self anti - public final byte type; - - private cElementalPrimitive anti;//IMMUTABLE - private cElementalDecay[] elementalDecays; - private byte naturalDecayInstant; - private byte energeticDecayInstant; - private float rawLifeTime; - - public final int ID; - - //no _ at end - normal particle - // _ at end - anti particle - // __ at end - self is antiparticle - - protected cElementalPrimitive(String name, String symbol, int type, float mass, int charge, int color, int ID) { - this.name = name; - this.symbol = symbol; - this.type = (byte) type; - this.mass = mass; - this.charge = (byte) charge; - this.color = (byte) color; - this.ID = ID; - if (bindsBO.put(ID, this) != null) { - Minecraft.getMinecraft().crashed(new CrashReport("Primitive definition", new tElementalException("Duplicate ID"))); - } - } - - // - protected void init(cElementalPrimitive antiParticle, float rawLifeTime, int naturalInstant, int energeticInstant, cElementalDecay... elementalDecaysArray) { - anti = antiParticle; - this.rawLifeTime = rawLifeTime; - naturalDecayInstant = (byte) naturalInstant; - energeticDecayInstant = (byte) energeticInstant; - elementalDecays = elementalDecaysArray; - } - - @Override - public String getName() { - return "Undefined: " + name; - } - - @Override - public String getSymbol() { - return symbol; - } - - @Override - public iElementalDefinition getAnti() { - return anti;//no need for copy - } - - @Override - public int getCharge() { - return charge; - } - - @Override - public byte getColor() { - return color; - } - - @Override - public float getMass() { - return mass; - } - - @Override - public cElementalDecay[] getNaturalDecayInstant() { - if (naturalDecayInstant < 0) { - return elementalDecays; - }else if (naturalDecayInstant>=elementalDecays.length){ - return cElementalDecay.noProduct; - } - return new cElementalDecay[]{elementalDecays[naturalDecayInstant]}; - } - - @Override - public cElementalDecay[] getEnergyInducedDecay(long energyLevel) { - if (energeticDecayInstant < 0) { - return elementalDecays; - }else if (energeticDecayInstant>=elementalDecays.length){ - return cElementalDecay.noProduct; - } - return new cElementalDecay[]{elementalDecays[energeticDecayInstant]}; - } - - @Override - public float getEnergyDiffBetweenStates(long currentEnergyLevel, long newEnergyLevel) { - return iElementalDefinition.DEFAULT_ENERGY_REQUIREMENT *(newEnergyLevel-currentEnergyLevel); - } - - @Override - public boolean usesSpecialEnergeticDecayHandling() { - return false; - } - - @Override - public boolean usesMultipleDecayCalls(long energyLevel) { - return false; - } - - @Override - public boolean decayMakesEnergy(long energyLevel) { - return false; - } - - @Override - public cElementalDecay[] getDecayArray() { - return elementalDecays; - } - - @Override - public float getRawTimeSpan(long currentEnergy) { - return rawLifeTime; - } - - @Override - public final cElementalDefinitionStackMap getSubParticles() { - return null; - } - - @Override - public aFluidDequantizationInfo someAmountIntoFluidStack() { - return null; - } - - @Override - public aItemDequantizationInfo someAmountIntoItemsStack() { - return null; - } - - @Override - public aOredictDequantizationInfo someAmountIntoOredictStack() { - return null; - } - - @Override - public byte getType() { - return type; - } - - @Override - public final NBTTagCompound toNBT() { - NBTTagCompound nbt = new NBTTagCompound(); - nbt.setByte("t", nbtType); - nbt.setInteger("c", ID); - return nbt; - } - - public static cElementalPrimitive fromNBT(NBTTagCompound content) { - cElementalPrimitive primitive = bindsBO.get(content.getInteger("c")); - return primitive == null ? null__ : primitive; - } - - @Override - public final byte getClassType() { - return -128; - } - - @Override - public void addScanResults(ArrayList lines, int capabilities, long energyLevel) { - if(Util.areBitsSet(SCAN_GET_CLASS_TYPE, capabilities)) { - lines.add("CLASS = " + nbtType + ' ' + getClassType()); - } - if(Util.areBitsSet(SCAN_GET_NOMENCLATURE|SCAN_GET_CHARGE|SCAN_GET_MASS|SCAN_GET_TIMESPAN_INFO, capabilities)) { - lines.add("NAME = "+getName()); - lines.add("SYMBOL = "+getSymbol()); - } - if(Util.areBitsSet(SCAN_GET_CHARGE,capabilities)) { - lines.add("CHARGE = " + getCharge() / 3f + " e"); - } - if(Util.areBitsSet(SCAN_GET_COLOR,capabilities)) { - lines.add(getColor() < 0 ? "COLORLESS" : "CARRIES COLOR"); - } - if(Util.areBitsSet(SCAN_GET_MASS,capabilities)) { - lines.add("MASS = " + getMass() + " eV/c\u00b2"); - } - if(Util.areBitsSet(SCAN_GET_TIMESPAN_INFO, capabilities)){ - lines.add((isTimeSpanHalfLife()?"HALF LIFE = ":"LIFE TIME = ")+getRawTimeSpan(energyLevel)+ " s"); - lines.add(" "+"At current energy level"); - } - } - - public static void run() { - try { - cElementalDefinition.addCreatorFromNBT(nbtType, cElementalPrimitive.class.getMethod("fromNBT", NBTTagCompound.class),(byte)-128); - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - } - if(DEBUG_MODE) { - TecTech.Logger.info("Registered Elemental Matter Class: Primitive " + nbtType + ' ' + -128); - } - } - - @Override - public final int compareTo(iElementalDefinition o) { - if (getClassType() == o.getClassType()) { - int oID = ((cElementalPrimitive) o).ID; - if (ID > oID) { - return 1; - } - if (ID < oID) { - return -1; - } - return 0; - } - return compareClassID(o); - } - - @Override - public final int hashCode() { - return ID; - } -} \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java deleted file mode 100644 index 8692203e55..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java +++ /dev/null @@ -1,79 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.templates; - -import com.github.technus.tectech.elementalMatter.core.cElementalDecay; -import com.github.technus.tectech.elementalMatter.core.cElementalDefinitionStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.transformations.aFluidDequantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.aItemDequantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.aOredictDequantizationInfo; -import net.minecraft.nbt.NBTTagCompound; - -import java.util.ArrayList; - -/** - * Created by danie_000 on 11.11.2016. - */ -public abstract class iElementalDefinition implements Comparable,Cloneable {//IMMUTABLE - public static final float STABLE_RAW_LIFE_TIME =1.5e36f; - public static final float NO_DECAY_RAW_LIFE_TIME=-1; - public static final long DEFAULT_ENERGY_LEVEL=0; - public static final float DEFAULT_ENERGY_REQUIREMENT=25000;//legit cuz normal atoms should only emit a gamma if they don't have defined energy levels - - //Nomenclature - public abstract String getName(); - - public abstract String getSymbol(); - - public abstract void addScanResults(ArrayList lines, int capabilities, long energyLevel); - - public abstract byte getType(); - - public abstract byte getClassType();//bigger number means bigger things usually, but it is just used to differentiate between classes of iED - - //Not dynamically changing stuff - public abstract iElementalDefinition getAnti();//gives new anti particle def - - public abstract cElementalDecay[] getDecayArray();//possible decays - - public abstract cElementalDecay[] getNaturalDecayInstant();//natural decay if lifespan <1tick - - public abstract cElementalDecay[] getEnergyInducedDecay(long energyLevel);//energetic decay - - public abstract boolean usesSpecialEnergeticDecayHandling(); - - public abstract boolean usesMultipleDecayCalls(long energyLevel); - - public abstract boolean decayMakesEnergy(long energyLevel); - - public abstract float getEnergyDiffBetweenStates(long currentEnergy, long newEnergyLevel);//positive or negative - - public abstract float getMass();//mass... MeV/c^2 - - public abstract int getCharge();//charge 1/3 electron charge - - //dynamically changing stuff - public abstract byte getColor();//-1 nope cannot 0 it can but undefined - - public abstract float getRawTimeSpan(long currentEnergy);//defined in static fields or generated - - public abstract boolean isTimeSpanHalfLife(); - - public abstract cElementalDefinitionStackMap getSubParticles();//contents... null if none - - public abstract aFluidDequantizationInfo someAmountIntoFluidStack(); - - public abstract aItemDequantizationInfo someAmountIntoItemsStack(); - - public abstract aOredictDequantizationInfo someAmountIntoOredictStack(); - - public abstract NBTTagCompound toNBT(); - - public abstract cElementalDefinitionStack getStackForm(long i); - - @Override - public abstract iElementalDefinition clone(); - - final /*default*/ int compareClassID(iElementalDefinition obj) { - return (int) getClassType() - obj.getClassType(); - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aFluidDequantizationInfo.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aFluidDequantizationInfo.java deleted file mode 100644 index 6f66830f83..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aFluidDequantizationInfo.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.transformations; - -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; -import net.minecraftforge.fluids.Fluid; -import net.minecraftforge.fluids.FluidStack; - -/** - * Created by Tec on 23.05.2017. - */ -public class aFluidDequantizationInfo implements iExchangeInfo { - private final iHasElementalDefinition in; - private final FluidStack out; - - public aFluidDequantizationInfo(iHasElementalDefinition emIn, FluidStack fluidStackOut){ - in=emIn; - out=fluidStackOut; - } - - public aFluidDequantizationInfo(iHasElementalDefinition emIn ,int fluidID,int fluidAmount) { - in = emIn; - out = new FluidStack(fluidID, fluidAmount); - } - - public aFluidDequantizationInfo(iHasElementalDefinition emIn, Fluid fluid, int fluidAmount){ - in=emIn; - out=new FluidStack(fluid,fluidAmount); - } - - @Override - public iHasElementalDefinition input() { - return in.clone();//MEH! - } - - @Override - public FluidStack output() { - return out.copy(); - } - - @Override - public int hashCode() { - return in.getDefinition().hashCode(); - } - - @Override - public boolean equals(Object obj) { - return obj instanceof aFluidDequantizationInfo && hashCode() == obj.hashCode(); - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aFluidQuantizationInfo.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aFluidQuantizationInfo.java deleted file mode 100644 index 714b991c55..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aFluidQuantizationInfo.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.transformations; - -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; -import net.minecraftforge.fluids.Fluid; -import net.minecraftforge.fluids.FluidStack; - -/** - * Created by Tec on 23.05.2017. - */ -public class aFluidQuantizationInfo implements iExchangeInfo { - private final FluidStack in; - private final iHasElementalDefinition out; - - public aFluidQuantizationInfo(FluidStack fluidStackIn, iHasElementalDefinition emOut){ - in=fluidStackIn; - out=emOut; - } - - public aFluidQuantizationInfo(int fluidID,int fluidAmount, iHasElementalDefinition emOut){ - in=new FluidStack(fluidID,fluidAmount); - out=emOut; - } - - public aFluidQuantizationInfo(Fluid fluid, int fluidAmount, iHasElementalDefinition emOut){ - in=new FluidStack(fluid,fluidAmount); - out=emOut; - } - - @Override - public FluidStack input() { - return in.copy(); - } - - @Override - public iHasElementalDefinition output() { - return out.clone(); - } - - @Override - public int hashCode() { - return in.getFluidID(); - } - - @Override - public boolean equals(Object obj) { - return obj instanceof aFluidQuantizationInfo && hashCode() == obj.hashCode(); - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aItemDequantizationInfo.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aItemDequantizationInfo.java deleted file mode 100644 index d7ab4cc9f7..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aItemDequantizationInfo.java +++ /dev/null @@ -1,45 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.transformations; - -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; -import gregtech.api.enums.Materials; -import gregtech.api.enums.OrePrefixes; -import gregtech.api.util.GT_OreDictUnificator; -import net.minecraft.item.ItemStack; - -/** - * Created by Tec on 23.05.2017. - */ -public class aItemDequantizationInfo implements iExchangeInfo { - private final iHasElementalDefinition in; - private final ItemStack out; - - public aItemDequantizationInfo(iHasElementalDefinition emIn, ItemStack itemStackOut){ - in=emIn; - out=itemStackOut; - } - - public aItemDequantizationInfo(iHasElementalDefinition emIn, OrePrefixes prefix, Materials material, int amount) { - in = emIn; - out = GT_OreDictUnificator.get(prefix, material, amount); - } - - @Override - public iHasElementalDefinition input() { - return in.clone(); - } - - @Override - public ItemStack output() { - return out.copy(); - } - - @Override - public int hashCode() { - return in.getDefinition().hashCode(); - } - - @Override - public boolean equals(Object obj) { - return obj instanceof aItemDequantizationInfo && hashCode() == obj.hashCode(); - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aItemQuantizationInfo.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aItemQuantizationInfo.java deleted file mode 100644 index cc240e1246..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aItemQuantizationInfo.java +++ /dev/null @@ -1,69 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.transformations; - -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; -import cpw.mods.fml.common.registry.GameRegistry; -import gregtech.api.enums.Materials; -import gregtech.api.enums.OrePrefixes; -import gregtech.api.util.GT_OreDictUnificator; -import net.minecraft.item.ItemStack; -import net.minecraftforge.oredict.OreDictionary; - -/** - * Created by Tec on 23.05.2017. - */ -public class aItemQuantizationInfo implements iExchangeInfo { - private final ItemStack in; - private final boolean skipNBT; - private final iHasElementalDefinition out; - - public aItemQuantizationInfo(ItemStack itemStackIn, boolean skipNBT, iHasElementalDefinition emOut) { - in = itemStackIn; - out = emOut; - this.skipNBT = skipNBT; - } - - public aItemQuantizationInfo(OrePrefixes prefix, Materials material, int amount, boolean skipNBT, iHasElementalDefinition emOut) { - in = GT_OreDictUnificator.get(prefix, material, amount); - out = emOut; - this.skipNBT = skipNBT; - } - - @Override - public ItemStack input() { - return in.copy(); - } - - @Override - public iHasElementalDefinition output() { - return out.clone(); - } - - @Override - public int hashCode() { - return (GameRegistry.findUniqueIdentifierFor(in.getItem())+":"+in.getUnlocalizedName()+ ':' +in.getItemDamage()).hashCode(); - } - - @Override - public boolean equals(Object obj) { - if(obj instanceof aItemQuantizationInfo){ - //alias - ItemStack stack=((aItemQuantizationInfo) obj).in; - if(!in.getUnlocalizedName().equals(((aItemQuantizationInfo) obj).in.getUnlocalizedName())) { - return false; - } - - if(!GameRegistry.findUniqueIdentifierFor(in.getItem()).equals( - GameRegistry.findUniqueIdentifierFor(((aItemQuantizationInfo) obj).in.getItem()))) { - return false; - } - - if(in.getItemDamage() != OreDictionary.WILDCARD_VALUE && stack.getItemDamage() != OreDictionary.WILDCARD_VALUE) { - if (in.getItemDamage() != stack.getItemDamage()) { - return false; - } - } - return skipNBT || ItemStack.areItemStackTagsEqual(in, stack); - } - return false; - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aOredictDequantizationInfo.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aOredictDequantizationInfo.java deleted file mode 100644 index 0d0e75e5af..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aOredictDequantizationInfo.java +++ /dev/null @@ -1,59 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.transformations; - -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; -import gregtech.api.enums.Materials; -import gregtech.api.enums.OrePrefixes; -import net.minecraftforge.oredict.OreDictionary; - -/** - * Created by Tec on 23.05.2017. - */ -public class aOredictDequantizationInfo implements iExchangeInfo { - private final iHasElementalDefinition in; - public final int out; - public final int amount; - - public aOredictDequantizationInfo(iHasElementalDefinition emIn, int id, int qty) { - in = emIn; - out = id; - amount = qty; - } - - public aOredictDequantizationInfo(iHasElementalDefinition emIn, String name, int qty) { - in = emIn; - out = OreDictionary.getOreID(name); - amount = qty; - } - - public aOredictDequantizationInfo(iHasElementalDefinition emIn, OrePrefixes prefix, Materials material, int qty) { - in = emIn; - out = OreDictionary.getOreID(prefix.name() + material.mName); - amount = qty; - } - - public aOredictDequantizationInfo(iHasElementalDefinition emIn, OrePrefixes prefix, String materialName, int qty) { - in = emIn; - out = OreDictionary.getOreID(prefix.name() + materialName); - amount = qty; - } - - @Override - public iHasElementalDefinition input() { - return in.clone();//MEH! - } - - @Override - public Integer output() { - return out; - } - - @Override - public int hashCode() { - return in.getDefinition().hashCode(); - } - - @Override - public boolean equals(Object obj) { - return obj instanceof aOredictDequantizationInfo && hashCode() == obj.hashCode(); - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aOredictQuantizationInfo.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aOredictQuantizationInfo.java deleted file mode 100644 index 3d9a873520..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aOredictQuantizationInfo.java +++ /dev/null @@ -1,59 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.transformations; - -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; -import gregtech.api.enums.Materials; -import gregtech.api.enums.OrePrefixes; -import net.minecraftforge.oredict.OreDictionary; - -/** - * Created by Tec on 23.05.2017. - */ -public class aOredictQuantizationInfo implements iExchangeInfo { - public final int in; - public final int amount; - private final iHasElementalDefinition out; - - public aOredictQuantizationInfo(int id, int qty, iHasElementalDefinition emOut){ - in=id; - amount=qty; - out=emOut; - } - - public aOredictQuantizationInfo(String name, int qty, iHasElementalDefinition emOut){ - in=OreDictionary.getOreID(name); - amount=qty; - out=emOut; - } - - public aOredictQuantizationInfo( OrePrefixes prefix, Materials material, int qty, iHasElementalDefinition emOut){ - in=OreDictionary.getOreID(prefix.name() + material.mName); - amount=qty; - out=emOut; - } - - public aOredictQuantizationInfo( OrePrefixes prefix, String materialName, int qty, iHasElementalDefinition emOut){ - in=OreDictionary.getOreID(prefix.name() + materialName); - amount=qty; - out=emOut; - } - - @Override - public Integer input() { - return in; - } - - @Override - public iHasElementalDefinition output() { - return out.clone(); - } - - @Override - public int hashCode() { - return in; - } - - @Override - public boolean equals(Object obj) { - return obj instanceof aOredictQuantizationInfo && hashCode() == obj.hashCode(); - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/bTransformationInfo.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/bTransformationInfo.java deleted file mode 100644 index 0584a7566c..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/bTransformationInfo.java +++ /dev/null @@ -1,93 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.transformations; - -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; -import gregtech.api.enums.Materials; -import gregtech.api.enums.OrePrefixes; -import net.minecraft.item.ItemStack; -import net.minecraftforge.fluids.Fluid; -import net.minecraftforge.fluids.FluidStack; -import net.minecraftforge.oredict.OreDictionary; - -import java.util.HashMap; - -/** - * Created by Tec on 26.05.2017. - */ -public class bTransformationInfo { - public static final HashMap fluidQuantization=new HashMap<>(32); - public HashMap fluidDequantization; - - public static final HashMap itemQuantization=new HashMap<>(32); - public HashMap itemDequantization; - - public static final HashMap oredictQuantization=new HashMap<>(32); - public HashMap oredictDequantization; - - public bTransformationInfo(){ - fluidDequantization=new HashMap<>(); - itemDequantization=new HashMap<>(); - oredictDequantization=new HashMap<>(); - } - - public bTransformationInfo(int fluidCap,int itemCap, int oreCap){ - if(fluidCap>0) { - fluidDequantization = new HashMap<>(fluidCap); - } - if(itemCap>0) { - itemDequantization = new HashMap<>(itemCap); - } - if(oreCap>0) { - oredictDequantization = new HashMap<>(oreCap); - } - } - - public void addFluid(iHasElementalDefinition em, FluidStack fluidStack){ - fluidQuantization.put(fluidStack.getFluidID(),new aFluidQuantizationInfo(fluidStack,em)); - fluidDequantization.put(em.getDefinition(),new aFluidDequantizationInfo(em,fluidStack)); - } - - public void addFluid(iHasElementalDefinition em ,int fluidID,int fluidAmount) { - fluidQuantization.put(fluidID,new aFluidQuantizationInfo(fluidID,fluidAmount,em)); - fluidDequantization.put(em.getDefinition(),new aFluidDequantizationInfo(em,fluidID,fluidAmount)); - } - - public void addFluid(iHasElementalDefinition em, Fluid fluid, int fluidAmount){ - fluidQuantization.put(fluid.getID(),new aFluidQuantizationInfo(fluid,fluidAmount,em)); - fluidDequantization.put(em.getDefinition(),new aFluidDequantizationInfo(em,fluid,fluidAmount)); - } - - public void addItemQuantization(aItemQuantizationInfo aIQI){ - itemQuantization.put(aIQI,aIQI); - } - - public void addItem(iHasElementalDefinition em, ItemStack itemStack, boolean skipNBT){ - addItemQuantization(new aItemQuantizationInfo(itemStack,skipNBT,em)); - itemDequantization.put(em.getDefinition(),new aItemDequantizationInfo(em,itemStack)); - } - - public void addItem(iHasElementalDefinition em, OrePrefixes prefix, Materials material, int amount, boolean skipNBT){ - addItemQuantization(new aItemQuantizationInfo(prefix,material,amount,skipNBT,em)); - itemDequantization.put(em.getDefinition(),new aItemDequantizationInfo(em,prefix,material,amount)); - } - - public void addOredict(iHasElementalDefinition em, int id, int qty){ - oredictQuantization.put(id,new aOredictQuantizationInfo(id,qty,em)); - oredictDequantization.put(em.getDefinition(),new aOredictDequantizationInfo(em,id,qty)); - } - - public void addOredict(iHasElementalDefinition em, String name, int qty){ - oredictQuantization.put(OreDictionary.getOreID(name),new aOredictQuantizationInfo(name,qty,em)); - oredictDequantization.put(em.getDefinition(),new aOredictDequantizationInfo(em,name,qty)); - } - - public void addOredict(iHasElementalDefinition em, OrePrefixes prefix, Materials material, int qty){ - oredictQuantization.put(OreDictionary.getOreID(prefix.name() + material.mName),new aOredictQuantizationInfo(prefix,material,qty,em)); - oredictDequantization.put(em.getDefinition(),new aOredictDequantizationInfo(em,prefix,material,qty)); - } - - public void addOredict(iHasElementalDefinition em, OrePrefixes prefix, String materialName, int qty){ - oredictQuantization.put(OreDictionary.getOreID(prefix.name() + materialName),new aOredictQuantizationInfo(prefix,materialName,qty,em)); - oredictDequantization.put(em.getDefinition(),new aOredictDequantizationInfo(em,prefix,materialName,qty)); - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/iExchangeInfo.java b/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/iExchangeInfo.java deleted file mode 100644 index 84c5855dab..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/iExchangeInfo.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.github.technus.tectech.elementalMatter.core.transformations; - -/** - * Created by Tec on 23.05.2017. - */ -public interface iExchangeInfo { - Object output();//what should be given - ItemStack,FluidStack,AspectStack, (EM definitionStack->)EM instance stack - etc. - //This must return new Object! - if obj is immutable don't care that much (applies to defStacks) - - Object input();//same as above but for input -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/atom/dAtomDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/atom/dAtomDefinition.java deleted file mode 100644 index 7abcfe9a93..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/atom/dAtomDefinition.java +++ /dev/null @@ -1,1659 +0,0 @@ -package com.github.technus.tectech.elementalMatter.definitions.complex.atom; - -import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.Util; -import com.github.technus.tectech.XSTR; -import com.github.technus.tectech.compatibility.gtpp.GtppAtomLoader; -import com.github.technus.tectech.elementalMatter.core.cElementalDecay; -import com.github.technus.tectech.elementalMatter.core.cElementalDefinitionStackMap; -import com.github.technus.tectech.elementalMatter.core.cElementalMutableDefinitionStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.tElementalException; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.transformations.aFluidDequantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.aItemDequantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.aOredictDequantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.bTransformationInfo; -import com.github.technus.tectech.elementalMatter.definitions.complex.hadron.dHadronDefinition; -import com.github.technus.tectech.elementalMatter.definitions.primitive.eBosonDefinition; -import com.github.technus.tectech.elementalMatter.definitions.primitive.eLeptonDefinition; -import com.github.technus.tectech.elementalMatter.definitions.primitive.eNeutrinoDefinition; -import cpw.mods.fml.common.Loader; -import gregtech.api.enums.Materials; -import net.minecraft.nbt.NBTTagCompound; - -import java.util.*; - -import static com.github.technus.tectech.XSTR.XSTR_INSTANCE; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; -import static com.github.technus.tectech.elementalMatter.definitions.primitive.eBosonDefinition.boson_Y__; -import static com.github.technus.tectech.elementalMatter.definitions.primitive.eBosonDefinition.deadEnd; -import static com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_scanner.*; -import static gregtech.api.enums.OrePrefixes.dust; - -/** - * Created by danie_000 on 18.11.2016. - */ -public final class dAtomDefinition extends cElementalDefinition { - public static final long ATOM_COMPLEXITY_LIMIT=65536L; - private static final byte BYTE_OFFSET=32; - - private final int hash; - public static final bTransformationInfo transformation=new bTransformationInfo(16,0,64); - public static float refMass, refUnstableMass; - - private static final byte nbtType = (byte) 'a'; - private static final Random xstr = new XSTR();//NEEDS SEPARATE! - private static Map> stableIsotopes = new HashMap<>(); - private static final Map stableAtoms = new HashMap<>(); - private static Map> mostStableUnstableIsotopes = new HashMap<>(); - private static final Map unstableAtoms = new HashMap<>(); - private static cElementalDefinitionStack alpha,deuterium,tritium,helium_3,beryllium_8,carbon_14,neon_24,silicon_34; - private static final HashMap lifetimeOverrides = new HashMap<>(); - - public final iaeaNuclide iaea; - - private static dAtomDefinition somethingHeavy; - public static dAtomDefinition getSomethingHeavy() { - return somethingHeavy; - } - - private static final ArrayList overrides = new ArrayList<>(); - public static void addOverride(dAtomDefinition atom, float rawLifeTime){ - lifetimeOverrides.put(atom,rawLifeTime); - } - - //float-mass in eV/c^2 - public final float mass; - //public final int charge; - public final int charge; - //int -electric charge in 1/3rds of electron charge for optimization - public final int chargeLeptons; - private float rawLifeTime; - //generation max present inside - minus if contains any anti quark - public final byte type; - - public final byte decayMode;//t neutron to proton+,0,f proton to neutron - //public final boolean stable; - - public final int neutralCount; - public final int element; - - private final boolean iaeaDefinitionExistsAndHasEnergyLevels; - - private final cElementalDefinitionStackMap elementalStacks; - - //stable is rawLifeTime>=10^9 - - @Deprecated - public dAtomDefinition(iElementalDefinition... things) throws tElementalException { - this(true, new cElementalDefinitionStackMap(things)); - } - - @Deprecated - private dAtomDefinition(boolean check, iElementalDefinition... things) throws tElementalException { - this(check, new cElementalDefinitionStackMap(things)); - } - - public dAtomDefinition(cElementalDefinitionStack... things) throws tElementalException { - this(true, new cElementalDefinitionStackMap(things)); - } - - private dAtomDefinition(boolean check, cElementalDefinitionStack... things) throws tElementalException { - this(check, new cElementalDefinitionStackMap(things)); - } - - public dAtomDefinition(cElementalDefinitionStackMap things) throws tElementalException { - this(true, things); - } - - private dAtomDefinition(boolean check, cElementalDefinitionStackMap things) throws tElementalException { - if (check && !canTheyBeTogether(things)) { - throw new tElementalException("Atom Definition error"); - } - elementalStacks = things; - - float mass = 0; - int cLeptons = 0; - int cNucleus = 0; - int neutralCount = 0, element = 0; - int type = 0; - boolean containsAnti = false; - for (cElementalDefinitionStack stack : elementalStacks.values()) { - iElementalDefinition def = stack.definition; - int amount = (int)stack.amount; - mass += stack.getMass(); - if (def.getType() < 0) { - containsAnti = true; - } - type = Math.max(type, Math.abs(def.getType())); - - if (def instanceof eLeptonDefinition) { - cLeptons += stack.getCharge(); - } else { - cNucleus += stack.getCharge(); - if (def.getCharge() == 3) { - element += amount; - } else if (def.getCharge() == -3) { - element -= amount; - } else if (def.getCharge() == 0) { - neutralCount += amount; - } - } - } - this.type = containsAnti ? (byte) -type : (byte) type; - //this.mass = mass; - chargeLeptons = cLeptons; - charge = cNucleus + cLeptons; - this.neutralCount = neutralCount; - this.element = element; - - element = Math.abs(element); - - //stability curve - int StableIsotope = stableIzoCurve(element); - int izoDiff = neutralCount - StableIsotope; - int izoDiffAbs = Math.abs(izoDiff); - - xstr.setSeed((element + 1L) * (neutralCount + 100L)); - iaea =iaeaNuclide.get(element,neutralCount); - if(iaea!=null){ - if(Float.isNaN(iaea.mass)) { - this.mass = mass; - } else { - this.mass = iaea.mass; - } - - if(Float.isNaN(iaea.halfTime)) { - Float overriddenLifeTime= lifetimeOverrides.get(this); - float rawLifeTimeTemp; - if(overriddenLifeTime!=null) { - rawLifeTimeTemp = overriddenLifeTime; - } else { - rawLifeTimeTemp = calculateLifeTime(izoDiff, izoDiffAbs, element, neutralCount, containsAnti); - } - rawLifeTime =rawLifeTimeTemp> iElementalDefinition.STABLE_RAW_LIFE_TIME ? iElementalDefinition.STABLE_RAW_LIFE_TIME :rawLifeTimeTemp; - }else { - rawLifeTime = containsAnti ? iaea.halfTime * 1.5514433E-21f * (1f + xstr.nextFloat() * 9f) : iaea.halfTime; - } - iaeaDefinitionExistsAndHasEnergyLevels =iaea.energeticStatesArray.length>1; - }else{ - this.mass=mass; - - Float overriddenLifeTime= lifetimeOverrides.get(this); - float rawLifeTimeTemp; - if(overriddenLifeTime!=null) { - rawLifeTimeTemp = overriddenLifeTime; - } else { - rawLifeTimeTemp = calculateLifeTime(izoDiff, izoDiffAbs, element, neutralCount, containsAnti); - } - rawLifeTime =rawLifeTimeTemp> iElementalDefinition.STABLE_RAW_LIFE_TIME ? iElementalDefinition.STABLE_RAW_LIFE_TIME :rawLifeTimeTemp; - - iaeaDefinitionExistsAndHasEnergyLevels =false; - } - - if(iaea==null || iaea.energeticStatesArray[0].energy!=0) { - if (izoDiff == 0) { - decayMode = 0; - } else { - decayMode = izoDiff > 0 ? (byte) Math.min(2, 1 + izoDiffAbs / 4) : (byte) -Math.min(2, 1 + izoDiffAbs / 4); - } - }else{ - decayMode = izoDiff > 0 ? (byte) (Math.min(2, 1 + izoDiffAbs / 4)+ BYTE_OFFSET) : (byte) (-Math.min(2, 1 + izoDiffAbs / 4) + BYTE_OFFSET); - } - //this.stable = this.rawLifeTime >= STABLE_RAW_LIFE_TIME; - - hash=super.hashCode(); - } - - private static int stableIzoCurve(int element) { - return (int) Math.round(-1.19561E-06 * Math.pow(element, 4D) + - 1.60885E-04 * Math.pow(element, 3D) + - 3.76604E-04 * Math.pow(element, 2D) + - 1.08418E+00 * (double) element); - } - - private static float calculateLifeTime(int izoDiff, int izoDiffAbs, int element, int isotope, boolean containsAnti) { - float rawLifeTime; - - if (element <= 83 && isotope < 127 && (izoDiffAbs == 0 || element == 1 && isotope == 0 || element == 2 && isotope == 1 || izoDiffAbs == 1 && element > 2 && element % 2 == 1 || izoDiffAbs == 3 && element > 30 && element % 2 == 0 || izoDiffAbs == 5 && element > 30 && element % 2 == 0 || izoDiffAbs == 2 && element > 20 && element % 2 == 1)) { - rawLifeTime = containsAnti ? 2.381e4f * (1f + xstr.nextFloat() * 9f) : (1f + xstr.nextFloat() * 9f) * 1.5347e25F; - } else { - //Y = (X-A)/(B-A) * (D-C) + C - float unstabilityEXP; - if (element == 0) { - return 1e-35f; - } else if (element == 1) { - unstabilityEXP = 1.743f - Math.abs(izoDiff - 1) * 9.743f; - } else if (element == 2) { - switch (isotope) { - case 4: - unstabilityEXP = 1.61f; - break; - case 5: - unstabilityEXP = -7.523F; - break; - case 6: - unstabilityEXP = -1.51f; - break; - default: - unstabilityEXP = -(izoDiffAbs * 6.165F); - break; - } - } else if (element <= 83 || isotope <= 127 && element <= 120) { - float elementPow4 = (float) Math.pow(element, 4f); - - unstabilityEXP = Math.min(element / 2.4f, 6 + ((element + 1) % 2) * 3e6F / elementPow4) + (float) -izoDiff * elementPow4 / 1e8F - Math.abs(izoDiff - 1 + element / 60F) * (3f - element / 12.5f + element * element / 1500f); - } else if (element < 180) { - unstabilityEXP = Math.min((element - 85) * 2, 16 + ((isotope + 1) % 2) * 2.5F - (element - 85) / 3F) - Math.abs(izoDiff) * (3f - element / 13f + element * element / 1600f); - } else { - return -1; - } - if ((isotope == 127 || isotope == 128) && element < 120 && element > 83) { - unstabilityEXP -= 1.8f; - } - if (element > 83 && element < 93 && isotope % 2 == 0 && izoDiff == 3) { - unstabilityEXP += 6; - } - if (element > 93 && element < 103 && isotope % 2 == 0 && izoDiff == 4) { - unstabilityEXP += 6; - } - rawLifeTime = (containsAnti ? 1e-8f : 1f) * (float) Math.pow(10F, unstabilityEXP) * (1f + xstr.nextFloat() * 9f); - } - - if (rawLifeTime < 8e-15) { - return 1e-35f; - } - if (rawLifeTime > 8e28) { - return 8e30f; - } - return rawLifeTime; - } - - private static boolean canTheyBeTogether(cElementalDefinitionStackMap stacks) { - boolean nuclei = false; - long qty=0; - for (cElementalDefinitionStack stack : stacks.values()) { - if (stack.definition instanceof dHadronDefinition) { - if (((dHadronDefinition) stack.definition).amount != 3) { - return false; - } - nuclei = true; - } else if (!(stack.definition instanceof eLeptonDefinition)) { - return false; - } - qty+=stack.amount; - } - return nuclei && qty=iaea.energeticStatesArray.length){ - return iaea.energeticStatesArray[iaea.energeticStatesArray.length-1].Thalf/(currentEnergy-iaea.energeticStatesArray.length+1); - } - return iaea.energeticStatesArray[(int)currentEnergy].Thalf; - } - return rawLifeTime/(currentEnergy+1); - } - - @Override - public boolean isTimeSpanHalfLife() { - return true; - } - - @Override - public byte getColor() { - return -10; - } - - @Override - public String getName() { - int element = Math.abs(this.element); - boolean negative = element < 0; - try { - if (type != 1) { - return (negative ? "~? " : "? ") + nomenclature.Name[element]; - } - return negative ? '~' + nomenclature.Name[-element] : nomenclature.Name[element]; - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - return (negative ? "Element: ~" : "Element: ") + element; - } - } - - @Override - public String getSymbol() { - int element = Math.abs(this.element); - boolean negative = element < 0; - try { - return (negative ? "~" : "") + nomenclature.Symbol[element] + " N:" + neutralCount + " I:" + (neutralCount+element) + " C:" + getCharge(); - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - try { - int s100 = element / 100, s1 = element / 10 % 10, s10 = element % 10; - return (negative ? "~" : "") + nomenclature.SymbolIUPAC[10 + s100] + nomenclature.SymbolIUPAC[s10] + nomenclature.SymbolIUPAC[s1] + " N:" + neutralCount + " I:" + (neutralCount+element) + " C:" + getCharge(); - } catch (Exception E) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - return (negative ? "~" : "") + "? N:" + neutralCount + " I:" + (neutralCount+element) + " C:" + getCharge(); - } - } - } - - @Override - public cElementalDefinitionStackMap getSubParticles() { - return elementalStacks.clone(); - } - - @Override - public cElementalDecay[] getDecayArray() { - ArrayList decaysList=new ArrayList<>(4); - return getDecayArray(decaysList,decayMode,true); - } - - private cElementalDecay[] getDecayArray(ArrayList decaysList,int decayMode,boolean tryAnti) { - if (type == 1) { - switch (decayMode) { - case -2: - if(TecTech.Rnd.nextBoolean() && ElectronCapture(decaysList)) { - return decaysList.toArray(new cElementalDecay[decaysList.size()]); - } else if(PbetaDecay(decaysList)) { - return decaysList.toArray(new cElementalDecay[decaysList.size()]); - } - break; - case -1: - if(Emmision(decaysList, dHadronDefinition.hadron_p1)) { - return decaysList.toArray(new cElementalDecay[decaysList.size()]); - } - break; - case 0: - if(alphaDecay(decaysList)) { - return decaysList.toArray(new cElementalDecay[decaysList.size()]); - } - break; - case 1: - if(Emmision(decaysList, dHadronDefinition.hadron_n1)) { - return decaysList.toArray(new cElementalDecay[decaysList.size()]); - } - break; - case 2: - if(MbetaDecay(decaysList)) { - return decaysList.toArray(new cElementalDecay[decaysList.size()]); - } - break; - default: - if(decayMode>8){ - if(iaeaDecay(decaysList,0)) { - return decaysList.toArray(new cElementalDecay[decaysList.size()]); - } - return getDecayArray(decaysList,decayMode- BYTE_OFFSET,false); - } - } - return cElementalDecay.noDecay; - }else if(type ==-1){ - dAtomDefinition anti=getAnti(); - if(anti!=null) { - return anti.getDecayArray(decaysList, decayMode, false); - } - } - return getNaturalDecayInstant(); - } - - private boolean iaeaDecay(ArrayList decaysList,long energy){ - iaeaNuclide.energeticState state; - if(energy>iaea.energeticStatesArray.length) { - state = iaea.energeticStatesArray[iaea.energeticStatesArray.length - 1]; - } else if(energy<=0) { - state = iaea.energeticStatesArray[0]; - } else { - state = iaea.energeticStatesArray[(int) energy]; - } - for (int i=0;i decaysList, iaeaNuclide.iaeaDecay decay, long energy){ - cElementalMutableDefinitionStackMap withThis=elementalStacks.toMutable(),newStuff=new cElementalMutableDefinitionStackMap(); - switch (decay.decayName){ - case "D": { - if (withThis.removeAllAmounts(false, deuterium.definition.getSubParticles())){ - withThis.putReplace(deuterium); - decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - } - } break; - case "3H": { - if (withThis.removeAllAmounts(false, tritium.definition.getSubParticles())){ - withThis.putReplace(tritium); - decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - } - } break; - case "3HE": { - if (withThis.removeAllAmounts(false, helium_3.definition.getSubParticles())){ - withThis.putReplace(helium_3); - decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - } - } break; - case "8BE": { - if (withThis.removeAllAmounts(false, beryllium_8.definition.getSubParticles())){ - withThis.putReplace(beryllium_8); - decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - } - } break; - case "14C": { - if (withThis.removeAllAmounts(false, carbon_14.definition.getSubParticles())){ - newStuff.putReplace(carbon_14); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "24NE": { - if (withThis.removeAllAmounts(false, neon_24.definition.getSubParticles())){ - newStuff.putReplace(neon_24); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "34SI": { - if (withThis.removeAllAmounts(false, silicon_34.definition.getSubParticles())){ - newStuff.putReplace(silicon_34); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "A": case "A?": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n2,dHadronDefinition.hadron_p2)){ - newStuff.putReplace(alpha); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "B+": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p1)){ - withThis.putUnify(dHadronDefinition.hadron_n1); - newStuff.putReplace(eLeptonDefinition.lepton_e_1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "2B+": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2)){ - withThis.putUnify(dHadronDefinition.hadron_n2); - newStuff.putReplace(eLeptonDefinition.lepton_e_2); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "B-": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n1)){ - withThis.putUnify(dHadronDefinition.hadron_p1); - newStuff.putReplace(eLeptonDefinition.lepton_e1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "2B-": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n2)){ - withThis.putUnify(dHadronDefinition.hadron_p2); - newStuff.putReplace(eLeptonDefinition.lepton_e2); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_2); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "EC": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p1,eLeptonDefinition.lepton_e1)){ - withThis.putUnify(dHadronDefinition.hadron_n1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "2EC": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2,eLeptonDefinition.lepton_e2)){ - withThis.putUnify(dHadronDefinition.hadron_n2); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "B++EC": case "EC+B+": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2,eLeptonDefinition.lepton_e1)){ - withThis.putUnify(dHadronDefinition.hadron_n2); - newStuff.putReplace(eLeptonDefinition.lepton_e_1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "B+A": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p3, dHadronDefinition.hadron_n1)){ - newStuff.putReplace(eLeptonDefinition.lepton_e_1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); - newStuff.putReplace(alpha); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "B+P": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2)){ - withThis.putUnify(dHadronDefinition.hadron_n1); - newStuff.putReplace(eLeptonDefinition.lepton_e_1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); - newStuff.putReplace(dHadronDefinition.hadron_p1); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "B+2P": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p3)){ - withThis.putUnify(dHadronDefinition.hadron_n1); - newStuff.putReplace(eLeptonDefinition.lepton_e_1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); - newStuff.putReplace(dHadronDefinition.hadron_p2); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "B-A": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n3, dHadronDefinition.hadron_p1)){ - newStuff.putReplace(eLeptonDefinition.lepton_e1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); - newStuff.putReplace(alpha); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "B-N": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n2)){ - withThis.putUnify(dHadronDefinition.hadron_p1); - newStuff.putReplace(eLeptonDefinition.lepton_e1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); - newStuff.putReplace(dHadronDefinition.hadron_n1); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "B-2N": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n3)){ - withThis.putUnify(dHadronDefinition.hadron_p1); - newStuff.putReplace(eLeptonDefinition.lepton_e1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); - newStuff.putReplace(dHadronDefinition.hadron_n2); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "B-P": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n1)){ - newStuff.putReplace(eLeptonDefinition.lepton_e1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); - newStuff.putReplace(dHadronDefinition.hadron_p1); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "ECA": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n1,eLeptonDefinition.lepton_e1,dHadronDefinition.hadron_p3)){ - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); - newStuff.putReplace(alpha); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "ECP": { - if (withThis.removeAllAmounts(false, eLeptonDefinition.lepton_e1,dHadronDefinition.hadron_p2)){ - withThis.putUnify(dHadronDefinition.hadron_n1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); - newStuff.putReplace(dHadronDefinition.hadron_p1); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "EC2P": { - if (withThis.removeAllAmounts(false, eLeptonDefinition.lepton_e1,dHadronDefinition.hadron_p3)){ - withThis.putUnify(dHadronDefinition.hadron_n1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); - newStuff.putReplace(dHadronDefinition.hadron_p2); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "ECP+EC2P": {//todo look at branching ratios - if (withThis.removeAllAmounts(false, eLeptonDefinition.lepton_e2,dHadronDefinition.hadron_p5)){ - withThis.putUnify(dHadronDefinition.hadron_n1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); - newStuff.putReplace(dHadronDefinition.hadron_p3); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "N": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n1)){ - newStuff.putReplace(dHadronDefinition.hadron_n1); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "2N": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n2)){ - newStuff.putReplace(dHadronDefinition.hadron_n2); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "P": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p1)){ - newStuff.putReplace(dHadronDefinition.hadron_p1); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "2P": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2)){ - newStuff.putReplace(dHadronDefinition.hadron_p2); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "SF": { - if (Fission(decaysList, withThis, newStuff, decay.chance, false)) { - return true; - } - } break; - case "B-F": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n1)){ - withThis.putUnify(dHadronDefinition.hadron_p1); - newStuff.putReplace(eLeptonDefinition.lepton_e1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); - try{ - if(Fission(decaysList,withThis,newStuff,decay.chance,false)) { - return true; - } - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "ECF": case "ECSF": case "EC(+SF)": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p1,eLeptonDefinition.lepton_e1)){ - withThis.putUnify(dHadronDefinition.hadron_n1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); - try{ - if(Fission(decaysList,withThis,newStuff,decay.chance,false)) { - return true; - } - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "SF(+EC+B+)": case "SF+EC+B+": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2,eLeptonDefinition.lepton_e1)){ - withThis.putUnify(dHadronDefinition.hadron_n2); - newStuff.putReplace(eLeptonDefinition.lepton_e_1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); - try{ - if(Fission(decaysList,withThis,newStuff,decay.chance,false)) { - return true; - } - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "SF+EC+B-": { - if (withThis.removeAllAmounts(false, eLeptonDefinition.lepton_e1)){ - newStuff.putReplace(eLeptonDefinition.lepton_e1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); - try{ - if(Fission(decaysList,withThis,newStuff,decay.chance,false)) { - return true; - } - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "IT": case "IT?": case "G": { - if(energy>0){ - decaysList.add(new cElementalDecay(decay.chance, this, boson_Y__)); - return true; - }else{ - if(DEBUG_MODE) { - TecTech.Logger.info("Tried to emit Gamma from ground state"); - } - decaysList.add(new cElementalDecay(decay.chance, this)); - return true; - } - } //break; - case "IT+EC+B+": { - if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2,eLeptonDefinition.lepton_e1)){ - withThis.putUnify(dHadronDefinition.hadron_n2); - newStuff.putReplace(eLeptonDefinition.lepton_e_1); - newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); - newStuff.putReplace(eBosonDefinition.boson_Y__1); - try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - }catch (Exception e){ - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - } - } break; - case "DEAD_END": - decaysList.add(deadEnd); - return true; - default: throw new Error("Unsupported decay mode: " + decay.decayName + ' ' + neutralCount+ ' ' +element); - } - if(DEBUG_MODE) { - TecTech.Logger.info("Failed to decay " + element + ' ' + neutralCount + ' ' + decay.decayName); - } - return false; - } - - private boolean Emmision(ArrayList decaysList, cElementalDefinitionStack emit) { - cElementalMutableDefinitionStackMap tree = elementalStacks.toMutable(); - if (tree.removeAmount(false, emit)) { - try { - decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), emit)); - return true; - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - } - } - return false; - } - - private boolean alphaDecay(ArrayList decaysList) { - cElementalMutableDefinitionStackMap tree = elementalStacks.toMutable(); - if (tree.removeAllAmounts(false, alpha.definition.getSubParticles())) { - try { - decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), alpha)); - return true; - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - } - } - return false; - } - - private boolean MbetaDecay(ArrayList decaysList) { - cElementalMutableDefinitionStackMap tree = elementalStacks.toMutable(); - if (tree.removeAmount(false, dHadronDefinition.hadron_n1)) { - try { - tree.putUnify(dHadronDefinition.hadron_p1); - decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), eLeptonDefinition.lepton_e1, eNeutrinoDefinition.lepton_Ve_1)); - return true; - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - } - } - return false; - } - - private boolean PbetaDecay(ArrayList decaysList) { - cElementalMutableDefinitionStackMap tree = elementalStacks.toMutable(); - if (tree.removeAmount(false, dHadronDefinition.hadron_p1)) { - try { - tree.putUnify(dHadronDefinition.hadron_n1); - decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), eLeptonDefinition.lepton_e_1, eNeutrinoDefinition.lepton_Ve1)); - return true; - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - } - } - return false; - } - - private boolean ElectronCapture(ArrayList decaysList) { - cElementalMutableDefinitionStackMap tree = elementalStacks.toMutable(); - if (tree.removeAllAmounts(false, dHadronDefinition.hadron_p1,eLeptonDefinition.lepton_e1)) { - try { - tree.putUnify(dHadronDefinition.hadron_n1); - decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), eNeutrinoDefinition.lepton_Ve1)); - return true; - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - } - } - return false; - } - - private boolean Fission(ArrayList decaysList, cElementalMutableDefinitionStackMap fissile, cElementalMutableDefinitionStackMap particles,float probability,boolean spontaneousCheck) { - cElementalMutableDefinitionStackMap heavy = new cElementalMutableDefinitionStackMap(); - double[] liquidDrop= liquidDropFunction(Math.abs(element)<=97); - - for(cElementalDefinitionStack stack: fissile.values()){ - if(spontaneousCheck && stack.definition instanceof dHadronDefinition && - (stack.amount<=80 || stack.amount<90 && XSTR_INSTANCE.nextInt(10)XSTR_INSTANCE.nextDouble()?1:0; - particles.putUnify(new cElementalDefinitionStack(stack.definition, neutrals_cnt)); - - int heavy_cnt=(int)Math.ceil(stack.amount*liquidDrop[1]); - while(heavy_cnt+neutrals_cnt>stack.amount) { - heavy_cnt--; - } - fissile.removeAmount(false,new cElementalDefinitionStack(stack.definition,heavy_cnt+neutrals_cnt)); - heavy.putReplace(new cElementalDefinitionStack(stack.definition, heavy_cnt)); - //}else{ - // particles.add(stack); - // light.remove(stack.definition); - //} - }else{ - int heavy_cnt=(int)Math.ceil(stack.amount*liquidDrop[0]); - if(heavy_cnt%2==1 && XSTR_INSTANCE.nextFloat()>0.05f) { - heavy_cnt--; - } - cElementalDefinitionStack new_stack=new cElementalDefinitionStack(stack.definition, heavy_cnt); - fissile.removeAmount(false,new_stack); - heavy.putReplace(new_stack); - } - } - - try { - particles.putReplace(new cElementalDefinitionStack(new dAtomDefinition(fissile.toImmutable_unsafeMightLeaveExposedElementalTree()),1)); - particles.putReplace(new cElementalDefinitionStack(new dAtomDefinition(heavy.toImmutable_unsafeMightLeaveExposedElementalTree()),1)); - decaysList.add(new cElementalDecay(probability, particles.toImmutable_unsafeMightLeaveExposedElementalTree())); - return true; - } catch (Exception e) { - if(DEBUG_MODE) { - e.printStackTrace(); - } - } - return false; - } - - private static double[] liquidDropFunction(boolean asymmetric) { - double[] out = new double[3]; - - out[0] = XSTR_INSTANCE.nextGaussian(); - - if (out[0] < 1 && out[0] >= -1) { - if (XSTR_INSTANCE.nextBoolean()) { - out[0] = XSTR_INSTANCE.nextDouble() * 2d - 1d; - } - } - - if (asymmetric && out[0] > XSTR_INSTANCE.nextDouble() && XSTR_INSTANCE.nextInt(4) == 0) { - out[0] = -out[0]; - } - - //scale to splitting ratio - out[0] = out[0] * 0.05d + .6d; - - if (out[0] < 0 || out[0] > 1) { - return liquidDropFunction(asymmetric); - } - if (out[0] < .5d) { - out[0] = 1d - out[0]; - } - - //extra neutrals - out[2] = 0.012d + XSTR_INSTANCE.nextDouble() * 0.01d; - - if (asymmetric) { - out[1] = out[0]; - } else { - out[1] = out[0] - out[2] * .5d; - } - - return out; - } - - @Override - public cElementalDecay[] getEnergyInducedDecay(long energyLevel) { - if (iaeaDefinitionExistsAndHasEnergyLevels) { - ArrayList decays=new ArrayList<>(4); - if(iaeaDecay(decays,energyLevel)){ - return decays.toArray(new cElementalDecay[decays.size()]); - } - } - if(energyLevel< Math.abs(charge)/3+neutralCount) { - return new cElementalDecay[]{new cElementalDecay(1, this, boson_Y__)}; - } - return getNaturalDecayInstant(); - } - - @Override - public float getEnergyDiffBetweenStates(long currentEnergyLevel,long newEnergyLevel) { - if(iaeaDefinitionExistsAndHasEnergyLevels){ - float result=0; - boolean backwards=newEnergyLevel=iaea.energeticStatesArray.length){ - if(currentEnergyLevel>=iaea.energeticStatesArray.length) { - return iElementalDefinition.DEFAULT_ENERGY_REQUIREMENT * (newEnergyLevel - currentEnergyLevel); - } else { - result += iElementalDefinition.DEFAULT_ENERGY_REQUIREMENT * (newEnergyLevel - iaea.energeticStatesArray.length + 1); - } - result+=iaea.energeticStatesArray[iaea.energeticStatesArray.length-1].energy; - }else { - result += iaea.energeticStatesArray[(int) Math.max(0, newEnergyLevel)].energy; - } - - return backwards?-result:result; - } - return iElementalDefinition.DEFAULT_ENERGY_REQUIREMENT *(newEnergyLevel-currentEnergyLevel); - } - - @Override - public boolean usesSpecialEnergeticDecayHandling() { - return iaeaDefinitionExistsAndHasEnergyLevels; - } - - @Override - public boolean usesMultipleDecayCalls(long energyLevel) { - if(!iaeaDefinitionExistsAndHasEnergyLevels) return false; - iaeaNuclide.energeticState state; - if(energyLevel>iaea.energeticStatesArray.length) { - state = iaea.energeticStatesArray[iaea.energeticStatesArray.length - 1]; - } else if(energyLevel<=0) { - state = iaea.energeticStatesArray[0]; - } else { - state = iaea.energeticStatesArray[(int) energyLevel]; - } - for (iaeaNuclide.iaeaDecay decay:state.decaymodes){ - if(decay.decayName.contains("F")) return true;//if is fissile - } - return false; - } - - @Override - public boolean decayMakesEnergy(long energyLevel) { - return iaeaDefinitionExistsAndHasEnergyLevels; - } - - @Override - public cElementalDecay[] getNaturalDecayInstant() { - //disembody - ArrayList decaysInto = new ArrayList<>(); - for (cElementalDefinitionStack elementalStack : elementalStacks.values()) { - if (elementalStack.definition.getType() == 1 || elementalStack.definition.getType() == -1) { - //covers both quarks and antiquarks - decaysInto.add(elementalStack); - } else { - //covers both quarks and antiquarks - decaysInto.add(new cElementalDefinitionStack(boson_Y__, 2)); - } - } - return new cElementalDecay[]{new cElementalDecay(0.75F, decaysInto.toArray(new cElementalDefinitionStack[decaysInto.size()])), deadEnd}; - } - - //@Override - //public iElementalDefinition getAnti() { - // cElementalDefinitionStack[] stacks = this.elementalStacks.values(); - // cElementalDefinitionStack[] antiElements = new cElementalDefinitionStack[stacks.length]; - // for (int i = 0; i < antiElements.length; i++) { - // antiElements[i] = new cElementalDefinitionStack(stacks[i].definition.getAnti(), stacks[i].amount); - // } - // try { - // return new dAtomDefinition(false, antiElements); - // } catch (tElementalException e) { - // if (DEBUG_MODE) e.printStackTrace(); - // return null; - // } - //} - - @Override - public dAtomDefinition getAnti() { - cElementalMutableDefinitionStackMap anti = new cElementalMutableDefinitionStackMap(); - for (cElementalDefinitionStack stack : elementalStacks.values()) { - anti.putReplace(new cElementalDefinitionStack(stack.definition.getAnti(), stack.amount)); - } - try { - return new dAtomDefinition(anti.toImmutable_unsafeMightLeaveExposedElementalTree()); - } catch (tElementalException e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - return null; - } - } - - @Override - public aFluidDequantizationInfo someAmountIntoFluidStack() { - return transformation.fluidDequantization.get(this); - } - - @Override - public aItemDequantizationInfo someAmountIntoItemsStack() { - return null; - } - - @Override - public aOredictDequantizationInfo someAmountIntoOredictStack() { - return transformation.oredictDequantization.get(this); - } - - private static final class nomenclature { - private static final String[] Symbol = new String[]{"Nt", "H", "He", "Li", "Be", "B", "C", "N", "O", "F", "Ne", "Na", "Mg", "Al", "Si", "P", "S", "Cl", "Ar", "K", "Ca", "Sc", "Ti", "V", "Cr", "Mn", "Fe", "Co", "Ni", "Cu", "Zn", "Ga", "Ge", "As", "Se", "Br", "Kr", "Rb", "Sr", "Y", "Zr", "Nb", "Mo", "Tc", "Ru", "Rh", "Pd", "Ag", "Cd", "In", "Sn", "Sb", "Te", "I", "Xe", "Cs", "Ba", "La", "Ce", "Pr", "Nd", "Pm", "Sm", "Eu", "Gd", "Tb", "Dy", "Ho", "Er", "Tm", "Yb", "Lu", "Hf", "Ta", "W", "Re", "Os", "Ir", "Pt", "Au", "Hg", "Tl", "Pb", "Bi", "Po", "At", "Rn", "Fr", "Ra", "Ac", "Th", "Pa", "U", "Np", "Pu", "Am", "Cm", "Bk", "Cf", "Es", "Fm", "Md", "No", "Lr", "Rf", "Db", "Sg", "Bh", "Hs", "Mt", "Ds", "Rg", "Cn", "Nh", "Fl", "Mc", "Lv", "Ts", "Og"}; - private static final String[] Name = new String[]{"Neutronium", "Hydrogen", "Helium", "Lithium", "Beryllium", "Boron", "Carbon", "Nitrogen", "Oxygen", "Fluorine", "Neon", "Sodium", "Magnesium", "Aluminium", "Silicon", "Phosphorus", "Sulfur", "Chlorine", "Argon", "Potassium", "Calcium", "Scandium", "Titanium", "Vanadium", "Chromium", "Manganese", "Iron", "Cobalt", "Nickel", "Copper", "Zinc", "Gallium", "Germanium", "Arsenic", "Selenium", "Bromine", "Krypton", "Rubidium", "Strontium", "Yttrium", "Zirconium", "Niobium", "Molybdenum", "Technetium", "Ruthenium", "Rhodium", "Palladium", "Silver", "Cadmium", "Indium", "Tin", "Antimony", "Tellurium", "Iodine", "Xenon", "Caesium", "Barium", "Lanthanum", "Cerium", "Praseodymium", "Neodymium", "Promethium", "Samarium", "Europium", "Gadolinium", "Terbium", "Dysprosium", "Holmium", "Erbium", "Thulium", "Ytterbium", "Lutetium", "Hafnium", "Tantalum", "Tungsten", "Rhenium", "Osmium", "Iridium", "Platinum", "Gold", "Mercury", "Thallium", "Lead", "Bismuth", "Polonium", "Astatine", "Radon", "Francium", "Radium", "Actinium", "Thorium", "Protactinium", "Uranium", "Neptunium", "Plutonium", "Americium", "Curium", "Berkelium", "Californium", "Einsteinium", "Fermium", "Mendelevium", "Nobelium", "Lawrencium", "Rutherfordium", "Dubnium", "Seaborgium", "Bohrium", "Hassium", "Meitnerium", "Darmstadtium", "Roentgenium", "Copernicium", "Nihonium", "Flerovium", "Moscovium", "Livermorium", "Tennessine", "Oganesson"}; - private static final String[] SymbolIUPAC = new String[]{"n", "u", "b", "t", "q", "p", "h", "s", "o", "e", "N", "U", "B", "T", "Q", "P", "H", "S", "O", "E"}; - } - - @Override - public NBTTagCompound toNBT() { - NBTTagCompound nbt = new NBTTagCompound(); - nbt.setByte("t", nbtType); - cElementalDefinitionStack[] elementalStacksValues = elementalStacks.values(); - nbt.setInteger("i", elementalStacksValues.length); - for (int i = 0; i < elementalStacksValues.length; i++) { - nbt.setTag(Integer.toString(i), elementalStacksValues[i].toNBT()); - } - return nbt; - } - - public static dAtomDefinition fromNBT(NBTTagCompound nbt) { - cElementalDefinitionStack[] stacks = new cElementalDefinitionStack[nbt.getInteger("i")]; - for (int i = 0; i < stacks.length; i++) { - stacks[i] = cElementalDefinitionStack.fromNBT(nbt.getCompoundTag(Integer.toString(i))); - } - try { - return new dAtomDefinition(stacks); - } catch (tElementalException e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - return null; - } - } - - public static void run() { - for (Runnable r : overrides) { - r.run(); - } - - for(Map.Entry entry:lifetimeOverrides.entrySet()){ - try { - lifetimeOverrides.put(new dAtomDefinition(entry.getKey().elementalStacks), entry.getValue()); - }catch (tElementalException e){ - e.printStackTrace(); //Impossible - } - } - - //populate stable isotopes - for (int element = 1; element < 83; element++)//Up to Bismuth exclusive - { - for (int isotope = 0; isotope < 130; isotope++) { - xstr.setSeed((long) (element + 1) * (isotope + 100)); - //stability curve - int StableIsotope = stableIzoCurve(element); - int izoDiff = isotope - StableIsotope; - int izoDiffAbs = Math.abs(izoDiff); - float rawLifeTime = calculateLifeTime(izoDiff, izoDiffAbs, element, isotope, false); - iaeaNuclide nuclide = iaeaNuclide.get(element, isotope); - if (rawLifeTime >= STABLE_RAW_LIFE_TIME || nuclide != null && nuclide.halfTime >= STABLE_RAW_LIFE_TIME) { - TreeSet isotopes = stableIsotopes.get(element); - if (isotopes == null) { - stableIsotopes.put(element, isotopes = new TreeSet<>()); - } - isotopes.add(isotope); - } - } - } - - //populate unstable isotopes - for (int element = 83; element < 150; element++) { - for (int isotope = 100; isotope < 180; isotope++) { - xstr.setSeed((long) (element + 1) * (isotope + 100)); - //stability curve - int Isotope = stableIzoCurve(element); - int izoDiff = isotope - Isotope; - int izoDiffAbs = Math.abs(izoDiff); - float rawLifeTime = calculateLifeTime(izoDiff, izoDiffAbs, element, isotope, false); - TreeMap isotopes = mostStableUnstableIsotopes.get(element); - if (isotopes == null) { - mostStableUnstableIsotopes.put(element, isotopes = new TreeMap<>()); - } - isotopes.put(rawLifeTime, isotope); - } - } - - try { - for (Map.Entry> integerTreeSetEntry : stableIsotopes.entrySet()) { - stableAtoms.put(integerTreeSetEntry.getKey(), new dAtomDefinition( - new cElementalDefinitionStack(dHadronDefinition.hadron_p, integerTreeSetEntry.getKey()), - new cElementalDefinitionStack(dHadronDefinition.hadron_n, integerTreeSetEntry.getValue().first()), - new cElementalDefinitionStack(eLeptonDefinition.lepton_e, integerTreeSetEntry.getKey()))); - if (DEBUG_MODE) { - TecTech.Logger.info("Added Stable Atom:" + integerTreeSetEntry.getKey() + ' ' + integerTreeSetEntry.getValue().first() + ' ' + stableAtoms.get(integerTreeSetEntry.getKey()).getMass()); - } - } - for (Map.Entry> integerTreeMapEntry : mostStableUnstableIsotopes.entrySet()) { - unstableAtoms.put(integerTreeMapEntry.getKey(), new dAtomDefinition( - new cElementalDefinitionStack(dHadronDefinition.hadron_p, integerTreeMapEntry.getKey()), - new cElementalDefinitionStack(dHadronDefinition.hadron_n, integerTreeMapEntry.getValue().lastEntry().getValue()), - new cElementalDefinitionStack(eLeptonDefinition.lepton_e, integerTreeMapEntry.getKey()))); - if (DEBUG_MODE) { - TecTech.Logger.info("Added Unstable Atom:" + integerTreeMapEntry.getKey() + ' ' + integerTreeMapEntry.getValue().lastEntry().getValue() + ' ' + unstableAtoms.get(integerTreeMapEntry.getKey()).getMass()); - } - } - deuterium=new dAtomDefinition( - dHadronDefinition.hadron_p1, - dHadronDefinition.hadron_n1, - eLeptonDefinition.lepton_e1).getStackForm(1); - tritium=new dAtomDefinition( - dHadronDefinition.hadron_p1, - dHadronDefinition.hadron_n2, - eLeptonDefinition.lepton_e1).getStackForm(1); - helium_3=new dAtomDefinition( - dHadronDefinition.hadron_p2, - dHadronDefinition.hadron_n1, - eLeptonDefinition.lepton_e2).getStackForm(1); - alpha = new dAtomDefinition( - dHadronDefinition.hadron_p2, - dHadronDefinition.hadron_n2).getStackForm(1); - beryllium_8=new dAtomDefinition( - new cElementalDefinitionStack(dHadronDefinition.hadron_p, 4), - new cElementalDefinitionStack(dHadronDefinition.hadron_n, 4), - new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 4)).getStackForm(1); - carbon_14=new dAtomDefinition( - new cElementalDefinitionStack(dHadronDefinition.hadron_p, 6), - new cElementalDefinitionStack(dHadronDefinition.hadron_n, 8), - new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 6)).getStackForm(1); - neon_24=new dAtomDefinition( - new cElementalDefinitionStack(dHadronDefinition.hadron_p, 10), - new cElementalDefinitionStack(dHadronDefinition.hadron_n, 14), - new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 10)).getStackForm(1); - silicon_34=new dAtomDefinition( - new cElementalDefinitionStack(dHadronDefinition.hadron_p, 14), - new cElementalDefinitionStack(dHadronDefinition.hadron_n, 20), - new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 14)).getStackForm(1); - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - } - - try { - cElementalDefinition.addCreatorFromNBT(nbtType, dAtomDefinition.class.getMethod("fromNBT", NBTTagCompound.class),(byte)64); - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - } - if(DEBUG_MODE) { - TecTech.Logger.info("Registered Elemental Matter Class: Atom " + nbtType + ' ' + 64); - } - } - - public static void setTransformation(){ - /*----STABLE ATOMS----**/ - refMass = getFirstStableIsotope(1).getMass() * 144F; - - transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(1), 144),Materials.Hydrogen.mGas.getID(),144); - transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(2), 144),Materials.Helium.mGas.getID(), 144); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(3), 144), dust, Materials.Lithium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(4), 144), dust, Materials.Beryllium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(5), 144), dust, Materials.Boron,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(6), 144), dust, Materials.Carbon,1); - transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(7), 144),Materials.Nitrogen.mGas.getID(), 144); - transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(8), 144),Materials.Oxygen.mGas.getID(), 144); - transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(9), 144),Materials.Fluorine.mGas.getID(), 144); - //transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(10), 144),Materials.Neon.mGas.getID(), 144); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(11), 144), dust, Materials.Sodium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(12), 144), dust, Materials.Magnesium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(13), 144), dust, Materials.Aluminium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(14), 144), dust, Materials.Silicon,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(15), 144), dust, Materials.Phosphor,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(16), 144), dust, Materials.Sulfur,1); - transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(17), 144),Materials.Chlorine.mGas.getID(), 144); - transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(18), 144),Materials.Argon.mGas.getID(), 144); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(19), 144), dust, Materials.Potassium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(20), 144), dust, Materials.Calcium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(21), 144), dust, Materials.Scandium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(22), 144), dust, Materials.Titanium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(23), 144), dust, Materials.Vanadium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(24), 144), dust, Materials.Chrome,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(25), 144), dust, Materials.Manganese,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(26), 144), dust, Materials.Iron,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(27), 144), dust, Materials.Cobalt,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(28), 144), dust, Materials.Nickel,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(29), 144), dust, Materials.Copper,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(30), 144), dust, Materials.Zinc,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(31), 144), dust, Materials.Gallium,1); - //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(32), 144),OrePrefixes.dust, Materials.Germanium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(33), 144), dust, Materials.Arsenic,1); - //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(34), 144),OrePrefixes.dust, Materials.Selenium,1); - //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(35), 144),OrePrefixes.dust, Materials.Bromine,1); - //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(36), 144),OrePrefixes.dust, Materials.Krypton,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(37), 144), dust, Materials.Rubidium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(38), 144), dust, Materials.Strontium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(39), 144), dust, Materials.Yttrium,1); - //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(40), 144),OrePrefixes.dust, Materials.Zirconium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(41), 144), dust, Materials.Niobium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(42), 144), dust, Materials.Molybdenum,1); - //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(43), 144),OrePrefixes.dust, Materials.Technetium,1); - //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(44), 144),OrePrefixes.dust, Materials.Ruthenium,1); - //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(45), 144),OrePrefixes.dust, Materials.Rhodium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(46), 144), dust, Materials.Palladium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(47), 144), dust, Materials.Silver,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(48), 144), dust, Materials.Cadmium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(49), 144), dust, Materials.Indium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(50), 144), dust, Materials.Tin,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(51), 144), dust, Materials.Antimony,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(52), 144), dust, Materials.Tellurium,1); - //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(53), 144),OrePrefixes.dust, Materials.Iodine,1); - //transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(54), 144),Materials.Xenon.mGas.getID(), 144); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(55), 144), dust, Materials.Caesium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(56), 144), dust, Materials.Barium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(57), 144), dust, Materials.Lanthanum,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(58), 144), dust, Materials.Cerium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(59), 144), dust, Materials.Praseodymium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(60), 144), dust, Materials.Neodymium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(61), 144), dust, Materials.Promethium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(62), 144), dust, Materials.Samarium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(63), 144), dust, Materials.Europium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(64), 144), dust, Materials.Gadolinium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(65), 144), dust, Materials.Terbium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(66), 144), dust, Materials.Dysprosium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(67), 144), dust, Materials.Holmium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(68), 144), dust, Materials.Erbium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(69), 144), dust, Materials.Thulium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(70), 144), dust, Materials.Ytterbium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(71), 144), dust, Materials.Lutetium,1); - //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(72), 144),OrePrefixes.dust, Materials.Hafnum,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(73), 144), dust, Materials.Tantalum,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(74), 144), dust, Materials.Tungsten,1); - //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(75), 144),OrePrefixes.dust, Materials.Rhenium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(76), 144), dust, Materials.Osmium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(77), 144), dust, Materials.Iridium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(78), 144), dust, Materials.Platinum,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(79), 144), dust, Materials.Gold,1); - transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(80), 144),Materials.Mercury.mFluid.getID(), 144); - //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(81), 144),OrePrefixes.dust, Materials.Thallium,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(82), 144), dust, Materials.Lead,1); - - /*----UNSTABLE ATOMS----**/ - refUnstableMass = getFirstStableIsotope(82).getMass() * 144F; - - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(83), 144), dust, Materials.Bismuth,1); - //transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(84),144),OrePrefixes.dust, Materials.Polonium,1); - //transformation.addFluid(new cElementalDefinitionStack(getBestUnstableIsotope(85),144),Materials.Astatine.mPlasma.getID(), 144); - transformation.addFluid(new cElementalDefinitionStack(getBestUnstableIsotope(86),144),Materials.Radon.mGas.getID(), 144); - //transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(87),144),OrePrefixes.dust, Materials.Francium,1); - //transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(88),144),OrePrefixes.dust, Materials.Radium,1); - //transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(89),144),OrePrefixes.dust, Materials.Actinium,1); - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(90),144), dust, Materials.Thorium,1); - //transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(91),144),OrePrefixes.dust, Materials.Protactinium,1); - ////transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(92),144), dust, Materials.Uranium,1); - //transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(93),144),OrePrefixes.dust, Materials.Neptunium,1); - ////transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(94),144), dust, Materials.Plutonium,1); - transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(95),144), dust, Materials.Americium,1); - - try { - dAtomDefinition temp; - transformation.addFluid(new cElementalDefinitionStack(deuterium.definition, 144),Materials.Deuterium.mGas.getID(), 144); - - transformation.addFluid(new cElementalDefinitionStack(tritium.definition, 144),Materials.Tritium.mGas.getID(), 144); - - transformation.addFluid(new cElementalDefinitionStack(helium_3.definition, 144),Materials.Helium_3.mGas.getID(), 144); - - temp=new dAtomDefinition( - new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 92), - new cElementalDefinitionStack(dHadronDefinition.hadron_p, 92), - new cElementalDefinitionStack(dHadronDefinition.hadron_n, 146) - ); - transformation.addOredict(new cElementalDefinitionStack(temp, 144), dust, Materials.Uranium/*238*/,1); - - float tempMass=temp.getMass(); - - temp=new dAtomDefinition( - new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 92), - new cElementalDefinitionStack(dHadronDefinition.hadron_p, 92), - new cElementalDefinitionStack(dHadronDefinition.hadron_n, 143) - ); - transformation.addOredict(new cElementalDefinitionStack(temp, 144), dust, Materials.Uranium235,1); - - TecTech.Logger.info("Diff Mass U : "+(tempMass-temp.getMass())); - - temp=new dAtomDefinition( - new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 94), - new cElementalDefinitionStack(dHadronDefinition.hadron_p, 94), - new cElementalDefinitionStack(dHadronDefinition.hadron_n, 145) - ); - transformation.addOredict(new cElementalDefinitionStack(temp, 144), dust, Materials.Plutonium/*239*/,1); - - somethingHeavy=new dAtomDefinition( - new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 94), - new cElementalDefinitionStack(dHadronDefinition.hadron_p, 94), - new cElementalDefinitionStack(dHadronDefinition.hadron_n, 147) - ); - transformation.addOredict(new cElementalDefinitionStack(somethingHeavy, 144), dust, Materials.Plutonium241,1); - - TecTech.Logger.info("Diff Mass Pu: "+(somethingHeavy.getMass()-temp.getMass())); - - TecTech.Logger.info("Neutron Mass: "+dHadronDefinition.hadron_n.getMass()); - - } catch (tElementalException e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - } - - if(Loader.isModLoaded("miscutils")) { - new GtppAtomLoader().run(); - } - } - - public static dAtomDefinition getFirstStableIsotope(int element) { - return stableAtoms.get(element); - } - - public static dAtomDefinition getBestUnstableIsotope(int element) { - return unstableAtoms.get(element); - } - - @Override - public byte getClassType() { - return 64; - } - - @Override - public int hashCode() { - return hash; - } - - @Override - public void addScanResults(ArrayList lines, int capabilities, long energyLevel) { - if(Util.areBitsSet(SCAN_GET_CLASS_TYPE, capabilities)) { - lines.add("CLASS = " + nbtType + ' ' + getClassType()); - } - if(Util.areBitsSet(SCAN_GET_NOMENCLATURE|SCAN_GET_CHARGE|SCAN_GET_MASS|SCAN_GET_TIMESPAN_INFO, capabilities)) { - lines.add("NAME = "+getName()); - lines.add("SYMBOL = "+getSymbol()); - } - if(Util.areBitsSet(SCAN_GET_CHARGE,capabilities)) { - lines.add("CHARGE = " + getCharge() / 3f + " e"); - } - if(Util.areBitsSet(SCAN_GET_COLOR,capabilities)) { - lines.add(getColor() < 0 ? "COLORLESS" : "CARRIES COLOR"); - } - if(Util.areBitsSet(SCAN_GET_MASS,capabilities)) { - lines.add("MASS = " + getMass() + " eV/c\u00b2"); - } - if(iaeaDefinitionExistsAndHasEnergyLevels && Util.areBitsSet(SCAN_GET_ENERGY_STATES,capabilities)){ - for(int i=1;i NUCLIDES=new HashMap<>(); - - public static void run(){ - String line=""; - - try { - BufferedReader reader = new BufferedReader(new InputStreamReader(iaeaNuclide.class.getResourceAsStream("nuclides.csv"))); - ArrayList blockOfData=new ArrayList<>(4); - while((line=reader.readLine())!=null) { - String[] split= Util.splitButDifferent(line,","); - if(split.length!=19) { - throw new Error("Invalid count (" + split.length + ") of separators in IAEA nuclides database " + line); - } - if(!split[1].isEmpty() && !blockOfData.isEmpty()) { - new iaeaNuclide(blockOfData.toArray(new String[blockOfData.size()][])); - blockOfData.clear(); - } - blockOfData.add(split); - } - if(!blockOfData.isEmpty()) { - new iaeaNuclide(blockOfData.toArray(new String[blockOfData.size()][])); - blockOfData.clear(); - } - reader.close(); - }catch (Exception e){ - System.out.println(line); - e.printStackTrace(); - } - - try { - BufferedReader reader = new BufferedReader(new InputStreamReader(iaeaNuclide.class.getResourceAsStream("nuclidesTable.csv"))); - while((line=reader.readLine())!=null) { - String[] split= Util.splitButDifferent(line,","); - if(split.length!=47) { - throw new Error("Invalid count (" + split.length + ") of separators in IAEA nuvlidesTable database " + line); - } - get(Integer.parseInt(split[0]),Integer.parseInt(split[1])).getMoreData(split); - } - reader.close(); - }catch (Exception e){ - System.out.println(line); - e.printStackTrace(); - } - - try { - BufferedReader reader = new BufferedReader(new InputStreamReader(iaeaNuclide.class.getResourceAsStream("energyLevels.csv"))); - while((line=reader.readLine())!=null) { - String[] split= Util.splitButDifferent(line,","); - if(split.length!=27) { - throw new Error("Invalid count (" + split.length + ") of separators in IAEA energyLevels database " + line); - } - new energeticState(split); - } - reader.close(); - }catch (Exception e){ - System.out.println(line); - e.printStackTrace(); - } - - for(iaeaNuclide nuclide:NUCLIDES.values()) { - nuclide.makeArrayOfEnergyStates(); - } - } - - public static iaeaNuclide get(int protons, int neutrons){ - return NUCLIDES.get((protons<<16)+neutrons); - } - - public final short N,Z; - public final float halfTime;//sec - public final float mass;//eV/c^2 - public final short discovery;//year - private TreeMap energeticStates; - public energeticState[] energeticStatesArray; - - - private iaeaNuclide(String[][] rows){ - N=Short.parseShort(rows[1][2]); - Z=Short.parseShort(rows[1][0]); - NUCLIDES.put(((int)Z <<16)+N,this); - - String[] parts = Util.splitButDifferent(rows[0][16], "|"); - double Mass=doubleOrNaN(parts[0],"mass"); - if(!Double.isNaN(Mass)) { - //System.out.println("Mass =\t" + Mass+"\t"+(N+Z)+"\t"+N+"\t"+Z+"\t"+(Mass/(N+Z))); - mass = (float)(Mass* MICRO_AMU_TO_EV_DIV_C_C); - } - else { - mass = Float.NaN; - } - - discovery=(short)doubleOrNaN(rows[0][18],"discovery"); - - if(rows[0][3].contains("STABLE")){ - halfTime = STABLE_RAW_LIFE_TIME; - }else{ - parts = Util.splitButDifferent(rows[0][4], "|"); - halfTime = (float)doubleOrNaN(parts[0],"half life"); - } - } - - private void getMoreData(String[] cells){ - //if(DEBUG_MODE) { - // if (add(cells[14])) System.out.println(N + " " + Z); - // if (add(cells[17])) System.out.println(N + " " + Z); - // if (add(cells[20])) System.out.println(N + " " + Z); - //} - new energeticState(this, halfTime, getDecaysFixed(cells[14],doubleOrNaN(cells[15],"chance1"),cells[17],doubleOrNaN(cells[18],"chance1"),cells[20],doubleOrNaN(cells[21],"chance1"))); - } - - private static final energeticState[] empty=new energeticState[0]; - private void makeArrayOfEnergyStates(){ - if(energeticStates==null || energeticStates.isEmpty()) { - energeticStatesArray = empty; - } else { - energeticStatesArray = energeticStates.values().toArray(new energeticState[energeticStates.size()]); - } - } - - private double doubleOrNaN(String s, String name){ - s=s.replaceAll("#",""); - if(!s.isEmpty()) { - try { - double value=Double.parseDouble(s); - if(Double.isNaN(value)) { - return Double.NaN; - } - return value != 0 ?value:Double.NaN; - } catch (Exception e) { - System.out.println("Invalid Value " + name + ' ' + N + ' ' + Z + ' ' + s); - e.printStackTrace(); - } - } - return Double.NaN; - } - - public static final class energeticState{ - public final float energy; - public final float Thalf; - public final iaeaDecay[] decaymodes; - - private energeticState(iaeaNuclide nuclide,float Thalf,iaeaDecay[] decaymodes){ - energy=0; - this.Thalf=Thalf; - this.decaymodes=decaymodes; - if(nuclide.energeticStates==null) { - nuclide.energeticStates = new TreeMap<>(); - } - nuclide.energeticStates.put(energy,this); - } - - private energeticState(String[] cells){ - iaeaNuclide nuclide= get((int)doubleOrNaN(cells[0],"protons"),(int)doubleOrNaN(cells[1],"neutrons")); - if(nuclide==null) { - throw new Error("Missing nuclide " + (int) doubleOrNaN(cells[0], "protons") + ' ' + (int) doubleOrNaN(cells[1], "neutrons")); - } - energy =(float) (doubleOrNaN(cells[3],"energy level",nuclide)*1000f);//to eV - if(energy<0) { - throw new Error("Invalid energy " + nuclide.N + ' ' + nuclide.Z + ' ' + cells[3]); - } - Thalf =(float) doubleOrNaN(cells[10],"half life",nuclide); - if(nuclide.energeticStates==null) { - new Exception("Should be initialized before doing this... "+ nuclide.N + ' ' +nuclide.Z).printStackTrace(); - nuclide.energeticStates = new TreeMap<>(); - } - nuclide.energeticStates.put(energy,this); - //if(DEBUG_MODE) { - // if (add(cells[12])) System.out.println(nuclide.N + " " + nuclide.Z); - // if (add(cells[15])) System.out.println(nuclide.N + " " + nuclide.Z); - // if (add(cells[18])) System.out.println(nuclide.N + " " + nuclide.Z); - //} - decaymodes = getDecaysFixed(cells[12],doubleOrNaN(cells[13],"chance 1",nuclide),cells[15],doubleOrNaN(cells[16],"chance 2",nuclide),cells[18],doubleOrNaN(cells[19],"chance 3",nuclide)); - } - - private double doubleOrNaN(String s, String name){ - return doubleOrNaN(s,name,null); - } - - private double doubleOrNaN(String s, String name, iaeaNuclide nuclide){ - s = s.replaceAll("#", ""); - if (!s.isEmpty()) { - try { - return Double.parseDouble(s); - } catch (Exception e) { - if(nuclide==null){ - System.out.println("Invalid Value " + name + ' ' + s); - }else { - System.out.println("Invalid Value " + name + ' ' + nuclide.N + ' ' + nuclide.Z + ' ' + s); - } - e.printStackTrace(); - } - } - return Double.NaN; - } - } - - private static HashSet decays=new HashSet<>(); - private static boolean add(String s){ - if(decays.add(s)){ - System.out.println(s); - return true; - } - return false; - } - - private static iaeaDecay[] getDecaysFixed(String decay1, double chance1,String decay2, double chance2,String decay3, double chance3){ - boolean do1,do2,do3; - do1= !decay1.isEmpty() && !Double.isNaN(chance1); - do2= !decay2.isEmpty() && !Double.isNaN(chance2); - do3= !decay3.isEmpty() && !Double.isNaN(chance3); - TreeMap decays=new TreeMap<>(); - if(do1 && do2 && chance1==100 && chance2==100 && chance3!=100){ - decays.put(1D, new iaeaDecay(1f, decay1)); - if(do3) { - chance3/=100d; - decays.put(chance3, new iaeaDecay((float) chance3, decay2)); - chance2=1d-chance3; - } - chance2/=2d; - decays.put(chance2, new iaeaDecay((float) chance2, decay2)); - }else if(do1 && chance1==100){ - decays.put(1D, new iaeaDecay(1f, decay1)); - if(do2) { - chance2/=100d; - decays.put(chance2, new iaeaDecay((float) chance2, decay2)); - } - if(do3) { - chance3 /= 100d; - if(do2) { - chance3 *= chance2; - } - decays.put(chance3, new iaeaDecay((float) chance3, decay3)); - } - }else{ - double normalization= (do1?chance1:0) + (do2?chance2:0) + (do3?chance3:0); - if(do1) { - chance1/=normalization; - decays.put(chance1, new iaeaDecay((float) chance1, decay1)); - } - if(do2) { - chance2/=normalization; - decays.put(chance2, new iaeaDecay((float) chance2, decay2)); - } - if(do3) { - chance3/=normalization; - decays.put(chance3, new iaeaDecay((float) chance3, decay3)); - } - if(do1||do2||do3) { - decays.put(1D, iaeaDecay.DEAD_END); - } - } - //if(DEBUG_MODE){ - // System.out.println("INVALID SUM?\t"+normalization+"\t"+decay1+"\t"+chance1+"\t"+decay2+"\t"+chance2+"\t"+decay3+"\t"+chance3); - //} - return decays.values().toArray(new iaeaDecay[decays.size()]); - } - - public static final class iaeaDecay{ - public final float chance; - public final String decayName; - public static final iaeaDecay DEAD_END=new iaeaDecay(1f,"DEAD_END"); - private iaeaDecay(float chance,String decayName){ - this.chance=chance; - this.decayName=decayName; - } - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/hadron/dHadronDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/hadron/dHadronDefinition.java deleted file mode 100644 index 50f1b2d1ce..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/hadron/dHadronDefinition.java +++ /dev/null @@ -1,460 +0,0 @@ -package com.github.technus.tectech.elementalMatter.definitions.complex.hadron; - -import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.Util; -import com.github.technus.tectech.elementalMatter.core.cElementalDecay; -import com.github.technus.tectech.elementalMatter.core.cElementalDefinitionStackMap; -import com.github.technus.tectech.elementalMatter.core.cElementalMutableDefinitionStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.tElementalException; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.transformations.*; -import com.github.technus.tectech.elementalMatter.definitions.primitive.eBosonDefinition; -import com.github.technus.tectech.elementalMatter.definitions.primitive.eQuarkDefinition; -import gregtech.api.enums.Materials; -import gregtech.api.enums.OrePrefixes; -import net.minecraft.nbt.NBTTagCompound; -import net.minecraftforge.oredict.OreDictionary; - -import java.util.ArrayList; - -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; -import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.transformation; -import static com.github.technus.tectech.elementalMatter.definitions.primitive.eBosonDefinition.boson_Y__; -import static com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_scanner.*; -import static gregtech.api.enums.OrePrefixes.dust; - -/** - * Created by danie_000 on 17.11.2016. - */ -public final class dHadronDefinition extends cElementalDefinition {//TODO Optimize map i/o - private final int hash; - - private static final byte nbtType = (byte) 'h'; - //Helpers - public static dHadronDefinition hadron_p, hadron_n, hadron_p_, hadron_n_; - public static cElementalDefinitionStack hadron_p1, hadron_n1, hadron_p2, hadron_n2, hadron_p3, hadron_n3, hadron_p5; - private static float protonMass = 0F; - private static float neutronMass = 0F; - private static final float actualProtonMass=938272081.3f; - private static final float actualNeutronMass=939565413.3f; - - //float-mass in eV/c^2 - public final float mass; - //int -electric charge in 1/3rds of electron charge for optimization - public final int charge; - public final float rawLifeTime; - public final byte amount; - //generation max present inside - minus if contains any antiquark - public final byte type; - //private final FluidStack fluidThing; - //private final ItemStack itemThing; - - private final cElementalDefinitionStackMap quarkStacks; - - @Deprecated - public dHadronDefinition(eQuarkDefinition... quarks) throws tElementalException { - this(true, new cElementalDefinitionStackMap(quarks)); - } - - @Deprecated - private dHadronDefinition(boolean check, eQuarkDefinition... quarks) throws tElementalException { - this(check, new cElementalDefinitionStackMap(quarks)); - } - - public dHadronDefinition(cElementalDefinitionStack... quarks) throws tElementalException { - this(true, new cElementalDefinitionStackMap(quarks)); - } - - private dHadronDefinition(boolean check, cElementalDefinitionStack... quarks) throws tElementalException { - this(check, new cElementalDefinitionStackMap(quarks)); - } - - public dHadronDefinition(cElementalDefinitionStackMap quarks) throws tElementalException { - this(true, quarks); - } - - private dHadronDefinition(boolean check, cElementalDefinitionStackMap quarks) throws tElementalException { - if (check && !canTheyBeTogether(quarks)) { - throw new tElementalException("Hadron Definition error"); - } - quarkStacks = quarks; - - byte amount = 0; - int charge = 0; - int type = 0; - boolean containsAnti = false; - float mass = 0; - for (cElementalDefinitionStack quarkStack : quarkStacks.values()) { - amount += quarkStack.amount; - mass += quarkStack.getMass(); - charge += quarkStack.getCharge(); - type = Math.max(Math.abs(quarkStack.definition.getType()), type); - if (quarkStack.definition.getType() < 0) { - containsAnti = true; - } - } - this.amount = amount; - this.charge = charge; - this.type = containsAnti ? (byte) -type : (byte) type; - int mult = this.amount * this.amount * (this.amount - 1); - mass = mass * 5.543F * (float) mult;//yes it becomes heavier - - if (mass == protonMass && this.amount == 3) { - rawLifeTime = iElementalDefinition.STABLE_RAW_LIFE_TIME; - mass=actualProtonMass; - } else if (mass == neutronMass && this.amount == 3) { - rawLifeTime = 882F; - mass=actualNeutronMass; - } else { - if (this.amount == 3) { - rawLifeTime = 1.34F / mass * (float) Math.pow(9.81, charge); - } else if (this.amount == 2) { - rawLifeTime = 1.21F / mass / (float) Math.pow(19.80, charge); - } else { - rawLifeTime = 1.21F / mass / (float) Math.pow(9.80, charge); - } - } - this.mass=mass; - hash=super.hashCode(); - } - - //public but u can just try{}catch(){} the constructor it still calls this method - private static boolean canTheyBeTogether(cElementalDefinitionStackMap stacks) { - long amount = 0; - for (cElementalDefinitionStack quarks : stacks.values()) { - if (!(quarks.definition instanceof eQuarkDefinition)) { - return false; - } - amount += quarks.amount; - } - return amount >= 2 && amount <= 12; - } - - @Override - public String getName() { - StringBuilder name= new StringBuilder(getSimpleName()); - name.append(':'); - for (cElementalDefinitionStack quark : quarkStacks.values()) { - name.append(' ').append(quark.definition.getSymbol()).append(quark.amount); - } - return name.toString(); - } - - private String getSimpleName() { - switch (amount) { - case 2: - return "Meson"; - case 3: - return "Baryon"; - case 4: - return "Tetraquark"; - case 5: - return "Pentaquark"; - case 6: - return "Hexaquark"; - default: - return "Hadron"; - } - } - - @Override - public String getSymbol() { - StringBuilder symbol = new StringBuilder(8); - for (cElementalDefinitionStack quark : quarkStacks.values()) { - for (int i = 0; i < quark.amount; i++) { - symbol.append(quark.definition.getSymbol()); - } - } - return symbol.toString(); - } - - @Override - public byte getColor() { - return -7; - } - - @Override - public cElementalDefinitionStackMap getSubParticles() { - return quarkStacks; - } - - @Override - public cElementalDecay[] getNaturalDecayInstant() { - cElementalDefinitionStack[] quarkStacks = this.quarkStacks.values(); - if (amount == 2 && quarkStacks.length == 2 && quarkStacks[0].definition.getMass() == quarkStacks[1].definition.getMass() && quarkStacks[0].definition.getType() == -quarkStacks[1].definition.getType()) { - return cElementalDecay.noProduct; - } - ArrayList decaysInto = new ArrayList<>(); - for (cElementalDefinitionStack quarks : quarkStacks) { - if (quarks.definition.getType() == 1 || quarks.definition.getType() == -1) { - //covers both quarks and antiquarks - decaysInto.add(quarks); - } else { - //covers both quarks and antiquarks - decaysInto.add(new cElementalDefinitionStack(boson_Y__, 2)); - } - } - return new cElementalDecay[]{ - new cElementalDecay(0.75F, decaysInto.toArray(new cElementalDefinitionStack[decaysInto.size()])), - eBosonDefinition.deadEnd - }; - } - - @Override - public cElementalDecay[] getEnergyInducedDecay(long energyLevel) { - cElementalDefinitionStack[] quarkStacks = this.quarkStacks.values(); - if (amount == 2 && quarkStacks.length == 2 && quarkStacks[0].definition.getMass() == quarkStacks[1].definition.getMass() && quarkStacks[0].definition.getType() == -quarkStacks[1].definition.getType()) { - return cElementalDecay.noProduct; - } - return new cElementalDecay[]{new cElementalDecay(0.75F, quarkStacks), eBosonDefinition.deadEnd}; //decay into quarks - } - - @Override - public float getEnergyDiffBetweenStates(long currentEnergyLevel, long newEnergyLevel) { - return iElementalDefinition.DEFAULT_ENERGY_REQUIREMENT *(newEnergyLevel-currentEnergyLevel); - } - - @Override - public boolean usesSpecialEnergeticDecayHandling() { - return false; - } - - @Override - public boolean usesMultipleDecayCalls(long energyLevel) { - return false; - } - - @Override - public boolean decayMakesEnergy(long energyLevel) { - return false; - } - - @Override - public cElementalDecay[] getDecayArray() { - cElementalDefinitionStack[] quarkStacks = this.quarkStacks.values(); - if (amount == 2 && quarkStacks.length == 2 && quarkStacks[0].definition.getMass() == quarkStacks[1].definition.getMass() && quarkStacks[0].definition.getType() == -quarkStacks[1].definition.getType()) { - return cElementalDecay.noProduct; - } else if (amount != 3) { - return new cElementalDecay[]{new cElementalDecay(0.95F, quarkStacks), eBosonDefinition.deadEnd}; //decay into quarks - } else { - ArrayList newBaryon = new ArrayList<>(); - iElementalDefinition[] Particles = new iElementalDefinition[2]; - for (cElementalDefinitionStack quarks : quarkStacks) { - for (int i = 0; i < quarks.amount; i++) { - newBaryon.add((eQuarkDefinition) quarks.definition); - } - } - //remove last - eQuarkDefinition lastQuark = newBaryon.remove(2); - - if (Math.abs(lastQuark.getType()) > 1) { - cElementalDefinitionStack[] decay = lastQuark.getDecayArray()[1].outputStacks.values(); - newBaryon.add((eQuarkDefinition) decay[0].definition); - Particles[0] = decay[1].definition; - Particles[1] = decay[2].definition; - } else { - cElementalDefinitionStack[] decay = lastQuark.getDecayArray()[0].outputStacks.values(); - newBaryon.add((eQuarkDefinition) decay[0].definition); - Particles[0] = decay[1].definition; - Particles[1] = decay[2].definition; - } - - eQuarkDefinition[] contentOfBaryon = newBaryon.toArray(new eQuarkDefinition[3]); - - try { - return new cElementalDecay[]{ - new cElementalDecay(0.99F, new dHadronDefinition(false, contentOfBaryon), Particles[0], Particles[1]), - new cElementalDecay(0.001F, new dHadronDefinition(false, contentOfBaryon), Particles[0], Particles[1], boson_Y__), - eBosonDefinition.deadEnd}; - } catch (tElementalException e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - return new cElementalDecay[]{eBosonDefinition.deadEnd}; - } - } - } - - @Override - public float getMass() { - return mass; - } - - @Override - public int getCharge() { - return charge; - } - - @Override - public float getRawTimeSpan(long currentEnergy) { - return rawLifeTime; - } - - @Override - public boolean isTimeSpanHalfLife() { - return true; - } - - @Override - public byte getType() { - return type; - } - - //@Override - //public iElementalDefinition getAnti() { - // cElementalDefinitionStack[] stacks = this.quarkStacks.values(); - // cElementalDefinitionStack[] antiElements = new cElementalDefinitionStack[stacks.length]; - // for (int i = 0; i < antiElements.length; i++) { - // antiElements[i] = new cElementalDefinitionStack(stacks[i].definition.getAnti(), stacks[i].amount); - // } - // try { - // return new dHadronDefinition(false, antiElements); - // } catch (tElementalException e) { - // if (DEBUG_MODE) e.printStackTrace(); - // return null; - // } - //} - - @Override - public iElementalDefinition getAnti() { - cElementalMutableDefinitionStackMap anti = new cElementalMutableDefinitionStackMap(); - for (cElementalDefinitionStack stack : quarkStacks.values()) { - anti.putReplace(new cElementalDefinitionStack(stack.definition.getAnti(), stack.amount)); - } - try { - return new dHadronDefinition(anti.toImmutable_unsafeMightLeaveExposedElementalTree()); - } catch (tElementalException e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - return null; - } - } - - @Override - public aFluidDequantizationInfo someAmountIntoFluidStack() { - return null; - } - - @Override - public aItemDequantizationInfo someAmountIntoItemsStack() { - return null; - } - - @Override - public aOredictDequantizationInfo someAmountIntoOredictStack() { - return null; - } - - @Override - public NBTTagCompound toNBT() { - NBTTagCompound nbt = new NBTTagCompound(); - nbt.setByte("t", nbtType); - cElementalDefinitionStack[] quarkStacksValues = quarkStacks.values(); - nbt.setInteger("i", quarkStacksValues.length); - for (int i = 0; i < quarkStacksValues.length; i++) { - nbt.setTag(Integer.toString(i), quarkStacksValues[i].toNBT()); - } - return nbt; - } - - public static dHadronDefinition fromNBT(NBTTagCompound nbt) { - cElementalDefinitionStack[] stacks = new cElementalDefinitionStack[nbt.getInteger("i")]; - for (int i = 0; i < stacks.length; i++) { - stacks[i] = cElementalDefinitionStack.fromNBT(nbt.getCompoundTag(Integer.toString(i))); - } - try { - return new dHadronDefinition(stacks); - } catch (tElementalException e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - return null; - } - } - - public static void run() { - try { - hadron_p = new dHadronDefinition(new cElementalDefinitionStackMap(eQuarkDefinition.quark_u.getStackForm(2), eQuarkDefinition.quark_d.getStackForm(1))); - protonMass = hadron_p.mass; - //redefine the proton with proper lifetime (the lifetime is based on mass comparison) - hadron_p = new dHadronDefinition(new cElementalDefinitionStackMap(eQuarkDefinition.quark_u.getStackForm(2), eQuarkDefinition.quark_d.getStackForm(1))); - hadron_p_ = (dHadronDefinition) hadron_p.getAnti(); - hadron_n = new dHadronDefinition(new cElementalDefinitionStackMap(eQuarkDefinition.quark_u.getStackForm(1), eQuarkDefinition.quark_d.getStackForm(2))); - neutronMass = hadron_n.mass; - //redefine the neutron with proper lifetime (the lifetime is based on mass comparison) - hadron_n = new dHadronDefinition(new cElementalDefinitionStackMap(eQuarkDefinition.quark_u.getStackForm(1), eQuarkDefinition.quark_d.getStackForm(2))); - hadron_n_ = (dHadronDefinition) hadron_n.getAnti(); - } catch (tElementalException e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - protonMass = -1; - neutronMass = -1; - } - hadron_p1 = new cElementalDefinitionStack(hadron_p, 1); - hadron_n1 = new cElementalDefinitionStack(hadron_n, 1); - hadron_p2 = new cElementalDefinitionStack(hadron_p, 2); - hadron_n2 = new cElementalDefinitionStack(hadron_n, 2); - hadron_p3 = new cElementalDefinitionStack(hadron_p, 3); - hadron_n3 = new cElementalDefinitionStack(hadron_n, 3); - hadron_p5 = new cElementalDefinitionStack(hadron_p, 5); - - try { - cElementalDefinition.addCreatorFromNBT(nbtType, dHadronDefinition.class.getMethod("fromNBT", NBTTagCompound.class),(byte)-64); - } catch (Exception e) { - if (DEBUG_MODE) { - e.printStackTrace(); - } - } - if(DEBUG_MODE) { - TecTech.Logger.info("Registered Elemental Matter Class: Hadron " + nbtType + ' ' + -64); - } - } - - public static void setTransformations(){ - //Added to atom map, but should be in its own - cElementalDefinitionStack neutrons=new cElementalDefinitionStack(hadron_n, 100000); - transformation.oredictDequantization.put(neutrons.definition,new aOredictDequantizationInfo(neutrons, dust, Materials.Neutronium,1)); - bTransformationInfo.oredictQuantization.put( - OreDictionary.getOreID(OrePrefixes.ingotHot.name()+Materials.Neutronium.mName), - new aOredictQuantizationInfo(OrePrefixes.ingotHot,Materials.Neutronium,1 ,neutrons) - ); - } - - @Override - public byte getClassType() { - return -64; - } - - @Override - public int hashCode() { - return hash; - } - - @Override - public void addScanResults(ArrayList lines, int capabilities, long energyLevel) { - if(Util.areBitsSet(SCAN_GET_CLASS_TYPE, capabilities)) { - lines.add("CLASS = " + nbtType + ' ' + getClassType()); - } - if(Util.areBitsSet(SCAN_GET_NOMENCLATURE|SCAN_GET_CHARGE|SCAN_GET_MASS|SCAN_GET_TIMESPAN_INFO, capabilities)) { - lines.add("NAME = "+getSimpleName()); - //lines.add("SYMBOL = "+getSymbol()); - } - if(Util.areBitsSet(SCAN_GET_CHARGE,capabilities)) { - lines.add("CHARGE = " + getCharge() / 3f + " e"); - } - if(Util.areBitsSet(SCAN_GET_COLOR,capabilities)) { - lines.add(getColor() < 0 ? "COLORLESS" : "CARRIES COLOR"); - } - if(Util.areBitsSet(SCAN_GET_MASS,capabilities)) { - lines.add("MASS = " + getMass() + " eV/c\u00b2"); - } - if(Util.areBitsSet(SCAN_GET_TIMESPAN_INFO, capabilities)){ - lines.add("HALF LIFE = "+getRawTimeSpan(energyLevel)+ " s"); - lines.add(" "+"At current energy level"); - } - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/cPrimitiveDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/cPrimitiveDefinition.java deleted file mode 100644 index 24904e6a31..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/cPrimitiveDefinition.java +++ /dev/null @@ -1,39 +0,0 @@ -package com.github.technus.tectech.elementalMatter.definitions.primitive; - -import com.github.technus.tectech.elementalMatter.core.templates.cElementalPrimitive; - -import static com.github.technus.tectech.elementalMatter.core.cElementalDecay.noDecay; - -/** - * Created by danie_000 on 22.10.2016. - */ -public final class cPrimitiveDefinition extends cElementalPrimitive { - public static final cPrimitiveDefinition - nbtE__ = new cPrimitiveDefinition("NBT ERROR", "!", 0, 0f, 0, Integer.MIN_VALUE, Integer.MIN_VALUE+10_000), - null__ = new cPrimitiveDefinition("NULL POINTER", ".", 0, 0F, 0, -3, Integer.MAX_VALUE-10_000), - space__ = new cPrimitiveDefinition("Space", "_", 0, 0F, 0, -4, 0), - magic = new cPrimitiveDefinition("Magic", "Ma", 4, 1e5F, 0, 0, 1), - magic_ = new cPrimitiveDefinition("Antimagic", "~Ma", -4, 1e5F, 0, 0, 2); - - private cPrimitiveDefinition(String name, String symbol, int type, float mass, int charge, int color, int ID) { - super(name, symbol, type, mass, charge, color, ID); - } - - public static void run() { - nbtE__.init(null__, NO_DECAY_RAW_LIFE_TIME, -1, -1, noDecay); - null__.init(null__, NO_DECAY_RAW_LIFE_TIME, -1, -1, noDecay); - space__.init(space__, NO_DECAY_RAW_LIFE_TIME, -1, -1, noDecay); - magic.init(magic_, NO_DECAY_RAW_LIFE_TIME, -1, -1, noDecay); - magic_.init(magic, NO_DECAY_RAW_LIFE_TIME, -1, -1, noDecay); - } - - @Override - public String getName() { - return "Primitive: " + name; - } - - @Override - public boolean isTimeSpanHalfLife() { - return false; - } -} \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eBosonDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eBosonDefinition.java deleted file mode 100644 index 5d98f3cb71..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eBosonDefinition.java +++ /dev/null @@ -1,41 +0,0 @@ -package com.github.technus.tectech.elementalMatter.definitions.primitive; - -import com.github.technus.tectech.elementalMatter.core.cElementalDecay; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalPrimitive; - -/** - * Created by danie_000 on 22.10.2016. - */ -public final class eBosonDefinition extends cElementalPrimitive { - public static final eBosonDefinition - boson_Y__ = new eBosonDefinition("Photon", "\u03b3", 0, 1e-18F, 0, -1, 27), - boson_H__ = new eBosonDefinition("Higgs", "\u0397", 0, 126.09e9F, 0, -2, 28); - //deadEnd - public static final cElementalDecay deadEnd = new cElementalDecay(boson_Y__, boson_Y__); - public static final cElementalDecay deadEndHalf = new cElementalDecay(boson_Y__); - public static final cElementalDefinitionStack boson_Y__1=new cElementalDefinitionStack(boson_Y__,1); - - private eBosonDefinition(String name, String symbol, int type, float mass, int charge, int color, int ID) { - super(name, symbol, type, mass, charge, color, ID); - } - - public static void run() { - boson_Y__.init(null, NO_DECAY_RAW_LIFE_TIME, -1, -1, cElementalDecay.noDecay); - boson_H__.init(null, 1.56e-22F, 0, 0, - new cElementalDecay(0.96F, new cElementalDefinitionStack(boson_Y__, 4)), - new cElementalDecay(0.02F, eLeptonDefinition.lepton_t, eLeptonDefinition.lepton_t_), - new cElementalDecay(0.01F, eQuarkDefinition.quark_b, eQuarkDefinition.quark_b_), - deadEnd); - } - - @Override - public String getName() { - return "Boson: " + name; - } - - @Override - public boolean isTimeSpanHalfLife() { - return this==boson_H__; - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eLeptonDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eLeptonDefinition.java deleted file mode 100644 index 0e7abf4a42..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eLeptonDefinition.java +++ /dev/null @@ -1,65 +0,0 @@ -package com.github.technus.tectech.elementalMatter.definitions.primitive; - -import com.github.technus.tectech.elementalMatter.core.cElementalDecay; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalPrimitive; - -/** - * Created by danie_000 on 22.10.2016. - */ -public final class eLeptonDefinition extends cElementalPrimitive { - public static final eLeptonDefinition - lepton_e = new eLeptonDefinition("Electron", "\u03b2-", 1, 0.511e6F, -3, -1, 15), - lepton_m = new eLeptonDefinition("Muon", "\u03bc-", 2, 105.658e6F, -3, -1, 17), - lepton_t = new eLeptonDefinition("Tauon", "\u03c4-", 3, 1776.83e6F, -3, -1, 19), - lepton_e_ = new eLeptonDefinition("Positron", "\u03b2+", -1, 0.511e6F, 3, -1, 16), - lepton_m_ = new eLeptonDefinition("Antimuon", "\u03bc+", -2, 105.658e6F, 3, -1, 18), - lepton_t_ = new eLeptonDefinition("Antitauon", "\u03c4+", -3, 1776.83e6F, 3, -1, 20); - - public static final cElementalDefinitionStack lepton_e1 = new cElementalDefinitionStack(lepton_e, 1); - public static final cElementalDefinitionStack lepton_e2 = new cElementalDefinitionStack(lepton_e, 2); - public static final cElementalDefinitionStack lepton_e_1 = new cElementalDefinitionStack(lepton_e_, 1); - public static final cElementalDefinitionStack lepton_e_2 = new cElementalDefinitionStack(lepton_e_, 2); - - private eLeptonDefinition(String name, String symbol, int type, float mass, int charge, int color, int ID) { - super(name, symbol, type, mass, charge, color, ID); - //this.itemThing=null; - //this.fluidThing=null; - } - - public static void run() { - lepton_e.init(lepton_e_, STABLE_RAW_LIFE_TIME, 0, 1, - eBosonDefinition.deadEnd,//makes photons and don't care - new cElementalDecay(lepton_e, eBosonDefinition.boson_Y__)); - lepton_m.init(lepton_m_, 2.197019e-6F, 0, 1, - new cElementalDecay(0.9F, lepton_e, eNeutrinoDefinition.lepton_Ve_, eNeutrinoDefinition.lepton_Vm), - eBosonDefinition.deadEnd);//makes photons and don't care - lepton_t.init(lepton_t_, 2.906e-13F, 1, 3, - new cElementalDecay(0.8F, lepton_m, eNeutrinoDefinition.lepton_Vm_, eNeutrinoDefinition.lepton_Vt, eBosonDefinition.boson_Y__), - new cElementalDecay(0.1F, lepton_e, eNeutrinoDefinition.lepton_Ve_, eNeutrinoDefinition.lepton_Vm), - new cElementalDecay(0.05F, lepton_m, eNeutrinoDefinition.lepton_Vm_, eNeutrinoDefinition.lepton_Vt, eBosonDefinition.boson_H__), - eBosonDefinition.deadEnd);//makes photons and don't care - - lepton_e_.init(lepton_e, STABLE_RAW_LIFE_TIME, 0, 1, - eBosonDefinition.deadEnd,//makes photons and don't care - new cElementalDecay(lepton_e_, eBosonDefinition.boson_Y__)); - lepton_m_.init(lepton_m, 2.197019e-6F, 0, 1, - new cElementalDecay(0.9F, lepton_e_, eNeutrinoDefinition.lepton_Ve, eNeutrinoDefinition.lepton_Vm_), - eBosonDefinition.deadEnd);//makes photons and don't care - lepton_t_.init(lepton_t, 2.906e-13F, 1, 3, - new cElementalDecay(0.8F, lepton_m_, eNeutrinoDefinition.lepton_Vm, eNeutrinoDefinition.lepton_Vt_, eBosonDefinition.boson_Y__), - new cElementalDecay(0.1F, lepton_e_, eNeutrinoDefinition.lepton_Ve, eNeutrinoDefinition.lepton_Vm_), - new cElementalDecay(0.05F, lepton_m_, eNeutrinoDefinition.lepton_Vm, eNeutrinoDefinition.lepton_Vt_, eBosonDefinition.boson_H__), - eBosonDefinition.deadEnd);//makes photons and don't care - } - - @Override - public String getName() { - return "Lepton: " + name; - } - - @Override - public boolean isTimeSpanHalfLife() { - return true; - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eNeutrinoDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eNeutrinoDefinition.java deleted file mode 100644 index d5e3d38b4d..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eNeutrinoDefinition.java +++ /dev/null @@ -1,57 +0,0 @@ -package com.github.technus.tectech.elementalMatter.definitions.primitive; - -import com.github.technus.tectech.elementalMatter.core.cElementalDecay; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalPrimitive; - -/** - * Created by danie_000 on 22.10.2016. - */ -public final class eNeutrinoDefinition extends cElementalPrimitive { - public static final eNeutrinoDefinition - lepton_Ve = new eNeutrinoDefinition("Electron neutrino", "\u03bd\u03b2", 1, 2e0F, 0, -1, 21), - lepton_Vm = new eNeutrinoDefinition("Muon neutrino", "\u03bd\u03bc", 2, 0.15e6F, 0, -1, 23), - lepton_Vt = new eNeutrinoDefinition("Tauon neutrino", "\u03bd\u03c4", 3, 15e6F, 0, -1, 25), - lepton_Ve_ = new eNeutrinoDefinition("Positron neutrino", "~\u03bd\u03b2", -1, 2e0F, 0, -1, 22), - lepton_Vm_ = new eNeutrinoDefinition("Antimuon neutrino", "~\u03bd\u03bc", -2, 0.15e6F, 0, -1, 24), - lepton_Vt_ = new eNeutrinoDefinition("Antitauon neutrino", "~\u03bd\u03c4", -3, 15e6F, 0, -1, 26); - - public static final cElementalDefinitionStack lepton_Ve1 = new cElementalDefinitionStack(lepton_Ve, 1); - public static final cElementalDefinitionStack lepton_Ve2 = new cElementalDefinitionStack(lepton_Ve, 2); - public static final cElementalDefinitionStack lepton_Ve_1 = new cElementalDefinitionStack(lepton_Ve_, 1); - public static final cElementalDefinitionStack lepton_Ve_2 = new cElementalDefinitionStack(lepton_Ve_, 2); - - private eNeutrinoDefinition(String name, String symbol, int type, float mass, int charge, int color, int ID) { - super(name, symbol, type, mass, charge, color, ID); - } - - public static void run() { - lepton_Ve.init(lepton_Ve_, 1F, -1, -1, - cElementalDecay.noProduct); - lepton_Vm.init(lepton_Vm_, 1F, 1, 0, - new cElementalDecay(0.825F, nothing), - eBosonDefinition.deadEndHalf); - lepton_Vt.init(lepton_Vt_, 1F, 1, 0, - new cElementalDecay(0.75F, nothing), - eBosonDefinition.deadEnd); - - lepton_Ve_.init(lepton_Ve, 1F, -1, -1, - cElementalDecay.noProduct); - lepton_Vm_.init(lepton_Vm, 1F, 1, 0, - new cElementalDecay(0.825F, nothing), - eBosonDefinition.deadEndHalf); - lepton_Vt_.init(lepton_Vt, 1F, 1, 0, - new cElementalDecay(0.75F, nothing), - eBosonDefinition.deadEnd); - } - - @Override - public String getName() { - return "Lepton: " + name; - } - - @Override - public boolean isTimeSpanHalfLife() { - return true; - } -} diff --git a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eQuarkDefinition.java b/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eQuarkDefinition.java deleted file mode 100644 index 3abf04464f..0000000000 --- a/src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/eQuarkDefinition.java +++ /dev/null @@ -1,103 +0,0 @@ -package com.github.technus.tectech.elementalMatter.definitions.primitive; - -import com.github.technus.tectech.elementalMatter.core.cElementalDecay; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalPrimitive; - -/** - * Created by danie_000 on 22.10.2016. - */ -public final class eQuarkDefinition extends cElementalPrimitive { - public static final eQuarkDefinition - quark_u = new eQuarkDefinition("Up", "u", 1, 2.3e6F, 2, 0, 3), - quark_c = new eQuarkDefinition("Charm", "c", 2, 1.29e9F, 2, 0, 9), - quark_t = new eQuarkDefinition("Top", "t", 3, 172.44e9F, 2, 0, 13), - quark_d = new eQuarkDefinition("Down", "d", 1, 4.8e6F, -1, 0, 5), - quark_s = new eQuarkDefinition("Strange", "s", 2, 95e6F, -1, 0, 7), - quark_b = new eQuarkDefinition("Bottom", "b", 3, 4.65e9F, -1, 0, 11), - quark_u_ = new eQuarkDefinition("AntiUp", "~u", -1, 2.3e6F, -2, 0, 4), - quark_c_ = new eQuarkDefinition("AntiCharm", "~c", -2, 1.29e9F, -2, 0, 10), - quark_t_ = new eQuarkDefinition("AntiTop", "~t", -3, 172.44e9F, -2, 0, 14), - quark_d_ = new eQuarkDefinition("AntiDown", "~d", -1, 4.8e6F, 1, 0, 6), - quark_s_ = new eQuarkDefinition("AntiStrange", "~s", -2, 95e6F, 1, 0, 8), - quark_b_ = new eQuarkDefinition("AntiBottom", "~b", -3, 4.65e9F, 1, 0, 12); - - private eQuarkDefinition(String name, String symbol, int type, float mass, int charge, int color, int ID) { - super(name, symbol, type, mass, charge, color, ID); - } - - public static void run() { - quark_u.init(quark_u_, STABLE_RAW_LIFE_TIME, 3, -1, - new cElementalDecay(0.9F, quark_d, eLeptonDefinition.lepton_e_, eNeutrinoDefinition.lepton_Ve), - new cElementalDecay(0.050778116F, quark_s/*,lepton_m_,lepton_Vm*/), - new cElementalDecay(1.23201e-5F, quark_b/*,lepton_t_,lepton_Vt*/), - eBosonDefinition.deadEnd);//makes photons and don't care - quark_c.init(quark_c_, 0.5e-13F, 1, -1, - new cElementalDecay(0.9F, quark_s, eLeptonDefinition.lepton_e_, eNeutrinoDefinition.lepton_Ve), - new cElementalDecay(0.05071504F, quark_d, eLeptonDefinition.lepton_m_, eNeutrinoDefinition.lepton_Vm), - new cElementalDecay(0.00169744F, quark_b/*,lepton_t_,lepton_Vt*/), - eBosonDefinition.deadEnd);//makes photons and don't care - quark_t.init(quark_t_, 2.5e-26F, 2, -1, - new cElementalDecay(0.9F, quark_b, eLeptonDefinition.lepton_e_, eNeutrinoDefinition.lepton_Ve), - new cElementalDecay(0.00163216F, quark_s, eLeptonDefinition.lepton_m_, eNeutrinoDefinition.lepton_Vm), - new cElementalDecay(7.51689e-5F, quark_d, eLeptonDefinition.lepton_t_, eNeutrinoDefinition.lepton_Vt), - eBosonDefinition.deadEnd);//makes photons and don't care - - quark_d.init(quark_d_, STABLE_RAW_LIFE_TIME, 3, -1, - new cElementalDecay(0.9F, quark_u, eLeptonDefinition.lepton_e, eNeutrinoDefinition.lepton_Ve_), - new cElementalDecay(0.05071504F, quark_c/*,lepton_m,lepton_Vm_*/), - new cElementalDecay(7.51689e-5F, quark_t/*,lepton_t,lepton_Vt_*/), - eBosonDefinition.deadEnd);//makes photons and don't care - quark_s.init(quark_s_, 0.6e-9F, 1, -1, - new cElementalDecay(0.9F, quark_c, eLeptonDefinition.lepton_e, eNeutrinoDefinition.lepton_Ve_), - new cElementalDecay(0.050778116F, quark_u, eLeptonDefinition.lepton_m, eNeutrinoDefinition.lepton_Vm_), - new cElementalDecay(0.00163216F, quark_t/*,lepton_t,lepton_Vt_*/), - eBosonDefinition.deadEnd);//makes photons and don't care - quark_b.init(quark_b_, 0.7e-13F, 2, -1, - new cElementalDecay(0.9F, quark_t, eLeptonDefinition.lepton_e, eNeutrinoDefinition.lepton_Ve_), - new cElementalDecay(0.00169744F, quark_c, eLeptonDefinition.lepton_m, eNeutrinoDefinition.lepton_Vm_), - new cElementalDecay(1.23201e-5F, quark_u, eLeptonDefinition.lepton_t, eNeutrinoDefinition.lepton_Vt_), - eBosonDefinition.deadEnd);//makes photons and don't care - - quark_u_.init(quark_u, STABLE_RAW_LIFE_TIME, 3, -1, - new cElementalDecay(0.9F, quark_d_, eLeptonDefinition.lepton_e, eNeutrinoDefinition.lepton_Ve_), - new cElementalDecay(0.050778116F, quark_s_/*,lepton_m,lepton_Vm_*/), - new cElementalDecay(1.23201e-5F, quark_b_/*,lepton_t,lepton_Vt_*/), - eBosonDefinition.deadEnd);//makes photons and don't care - quark_c_.init(quark_c, 0.5e-13F, 1, -1, - new cElementalDecay(0.9F, quark_s_, eLeptonDefinition.lepton_e, eNeutrinoDefinition.lepton_Ve_), - new cElementalDecay(0.05071504F, quark_d_, eLeptonDefinition.lepton_m, eNeutrinoDefinition.lepton_Vm_), - new cElementalDecay(0.00169744F, quark_b_/*,lepton_t,lepton_Vt_*/), - eBosonDefinition.deadEnd);//makes photons and don't care - quark_t_.init(quark_t, 2.5e-26F, 2, -1, - new cElementalDecay(0.9F, quark_b_, eLeptonDefinition.lepton_e, eNeutrinoDefinition.lepton_Ve_), - new cElementalDecay(0.00163216F, quark_s_, eLeptonDefinition.lepton_m, eNeutrinoDefinition.lepton_Vm_), - new cElementalDecay(7.51689e-5F, quark_d_, eLeptonDefinition.lepton_t, eNeutrinoDefinition.lepton_Vt_), - eBosonDefinition.deadEnd);//makes photons and don't care - - quark_d_.init(quark_d, STABLE_RAW_LIFE_TIME, 3, -1, - new cElementalDecay(0.9F, quark_u_, eLeptonDefinition.lepton_e_, eNeutrinoDefinition.lepton_Ve), - new cElementalDecay(0.05071504F, quark_c_/*,lepton_m_,lepton_Vm*/), - new cElementalDecay(7.51689e-5F, quark_t_/*,lepton_t_,lepton_Vt*/), - eBosonDefinition.deadEnd);//makes photons and don't care - quark_s_.init(quark_s, 0.6e-9F, 1, -1, - new cElementalDecay(0.9F, quark_c_, eLeptonDefinition.lepton_e_, eNeutrinoDefinition.lepton_Ve), - new cElementalDecay(0.050778116F, quark_u_, eLeptonDefinition.lepton_m_, eNeutrinoDefinition.lepton_Vm), - new cElementalDecay(0.00163216F, quark_t_/*,lepton_t_,lepton_Vt*/), - eBosonDefinition.deadEnd);//makes photons and don't care - quark_b_.init(quark_b, 0.7e-13F, 2, -1, - new cElementalDecay(0.9F, quark_t_, eLeptonDefinition.lepton_e_, eNeutrinoDefinition.lepton_Ve), - new cElementalDecay(0.00169744F, quark_c_, eLeptonDefinition.lepton_m_, eNeutrinoDefinition.lepton_Vm), - new cElementalDecay(1.23201e-5F, quark_u_, eLeptonDefinition.lepton_t_, eNeutrinoDefinition.lepton_Vt), - eBosonDefinition.deadEnd);//makes photons and don't care - } - - @Override - public String getName() { - return "Quark: " + name; - } - - @Override - public boolean isTimeSpanHalfLife() { - return true; - } -} diff --git a/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java b/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java index 6fa5b552e5..ab075f7ffd 100644 --- a/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java +++ b/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java @@ -26,7 +26,7 @@ public class BlockHint extends EntityFX { prevPosY = posY; prevPosZ = posZ; noClip = true; - particleMaxAge = 2000 + TecTech.Rnd.nextInt(200); + particleMaxAge = 2000 + TecTech.RANDOM.nextInt(200); for (int i = 0; i < 6; i++) { icons[i] = block.getIcon(i, meta); } diff --git a/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java deleted file mode 100644 index 66b0d7ffa3..0000000000 --- a/src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java +++ /dev/null @@ -1,595 +0,0 @@ -package com.github.technus.tectech.loader; - -import com.github.technus.tectech.recipe.TT_recipeAdder; -import com.github.technus.tectech.thing.CustomItemList; -import com.github.technus.tectech.thing.block.QuantumGlassBlock; -import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.Behaviour_Centrifuge; -import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.Behaviour_ElectromagneticSeparator; -import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.GT_MetaTileEntity_EM_machine; -import gregtech.api.enums.GT_Values; -import gregtech.api.enums.ItemList; -import gregtech.api.enums.Materials; -import gregtech.api.enums.OrePrefixes; -import gregtech.api.util.GT_ModHandler; -import gregtech.api.util.GT_OreDictUnificator; -import net.minecraft.init.Blocks; -import net.minecraft.item.ItemStack; -import net.minecraftforge.fluids.FluidRegistry; -import net.minecraftforge.fluids.FluidStack; - -/** - * Created by Tec on 06.08.2017. - */ -public class BloodyRecipeLoader implements Runnable { - @Override - public void run() { - //Quantum Glass - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_Containment.get(1), - GT_ModHandler.getIC2Item("reinforcedGlass", 1L) - }, Materials.Osmium.getMolten(576), new ItemStack(QuantumGlassBlock.INSTANCE, 1), 200, 500000); - - //region pipes - - //Data - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - ItemList.Circuit_Parts_GlassFiber.get(8), - GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Silver, 6) - }, Materials.Polytetrafluoroethylene.getMolten(144), CustomItemList.DATApipe.get(1), 200, 30720); - - //endregion - - - //region casing - - //High Power Casing - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Iridium, 1), - GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Iridium, 6), - GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Master, 1), - GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Cobalt, 16), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Copper, 16), - GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.NiobiumTitanium, 2) - }, Materials.TungstenSteel.getMolten(576), CustomItemList.eM_Power.get(1), 100, 30720); - - //Computer Casing - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_Power.get(1), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.StainlessSteel, 8), - GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Ultimate, 1), - GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.NiobiumTitanium, 2) - }, Materials.Aluminium.getMolten(1296), CustomItemList.eM_Computer_Casing.get(1), 200, 122880); - //Computer Vent Casing - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.StainlessSteel, 1), - ItemList.Electric_Motor_IV.get(2), - GT_OreDictUnificator.get(OrePrefixes.rotor, Materials.StainlessSteel, 2), - GT_OreDictUnificator.get(OrePrefixes.pipeTiny, Materials.StainlessSteel, 16), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Copper, 16), - GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Superconductor, 1) - }, Materials.SolderingAlloy.getMolten(1296), CustomItemList.eM_Computer_Vent.get(1), 100, 1920); - //Advanced Computer Casing - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_Computer_Casing.get(1), - GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Ultimate, 1), - GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Cobalt, 32), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Electrum, 64), - GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 4) - }, Materials.Iridium.getMolten(1296), CustomItemList.eM_Computer_Bus.get(1), 200, 122880); - - //Molecular Casing - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_Power.get(1), - GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Osmiridium, 16), - GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Osmium, 12), - GT_OreDictUnificator.get(OrePrefixes.screw, Materials.TungstenSteel, 24), - GT_OreDictUnificator.get(OrePrefixes.ring, Materials.TungstenSteel, 24), - ItemList.Field_Generator_IV.get(1) - }, Materials.Osmium.getMolten(1296), CustomItemList.eM_Containment.get(1), 800, 500000); - - //Hollow Casing - TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.eM_Containment.get(1), - 12000,32, 500000, 6, new ItemStack[]{ - CustomItemList.eM_Containment.get(1), - GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 8), - GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Plutonium, 2), - GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Lead, 8), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Americium, 16), - GT_OreDictUnificator.get(OrePrefixes.screw, Materials.Neutronium, 16), - }, new FluidStack[]{ - Materials.Americium.getMolten(1296), - Materials.Osmium.getMolten(1296), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), - Materials.Argon.getGas(576), - }, CustomItemList.eM_Hollow.get(2), 200, 2000000); - - //EM Coil - TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.eM_Hollow.get(1), - 48000,128, 1000000, 16, new ItemStack[]{ - CustomItemList.eM_Hollow.get(1), - ItemList.Casing_Fusion_Coil.get(4), - ItemList.Casing_Coil_NaquadahAlloy.get( 4), - GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 8), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Americium, 16), - }, new FluidStack[]{ - Materials.Glass.getMolten(2304), - Materials.Silicone.getMolten(1872), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), - Materials.Americium.getMolten(1296), - }, CustomItemList.eM_Coil.get(4), 800, 2000000); - - //endregion - - - //region hatches - - //Dynamo Hatches IV-UIV - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - ItemList.Hatch_Dynamo_IV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Tungsten, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 2)}, - Materials.Silver.getMolten(144), - CustomItemList.eM_dynamomulti4_IV.get(1), 100, 1920); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_dynamomulti4_IV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Tungsten, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 4)}, - Materials.Electrum.getMolten(144), - CustomItemList.eM_dynamomulti16_IV.get(1), 200, 1920); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_dynamomulti16_IV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Tungsten, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 6)}, - Materials.Tungsten.getMolten(144), - CustomItemList.eM_dynamomulti64_IV.get(1), 400, 1920); - - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - ItemList.Hatch_Dynamo_LuV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.VanadiumGallium, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 2)}, - Materials.Silver.getMolten(288), - CustomItemList.eM_dynamomulti4_LuV.get(1), 100, 7860); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_dynamomulti4_LuV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.VanadiumGallium, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 4)}, - Materials.Electrum.getMolten(288), - CustomItemList.eM_dynamomulti16_LuV.get(1), 200, 7860); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_dynamomulti16_LuV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.VanadiumGallium, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 6)}, - Materials.Tungsten.getMolten(288), - CustomItemList.eM_dynamomulti64_LuV.get(1), 400, 7860); - - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - ItemList.Hatch_Dynamo_ZPM.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Naquadah, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 2)}, - Materials.Silver.getMolten(576), - CustomItemList.eM_dynamomulti4_ZPM.get(1), 100, 30720); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_dynamomulti4_ZPM.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Naquadah, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 4)}, - Materials.Electrum.getMolten(576), - CustomItemList.eM_dynamomulti16_ZPM.get(1), 200, 30720); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_dynamomulti16_ZPM.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Naquadah, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 6)}, - Materials.Tungsten.getMolten(576), - CustomItemList.eM_dynamomulti64_ZPM.get(1), 400, 30720); - - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - ItemList.Hatch_Dynamo_UV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, - Materials.Silver.getMolten(1152), - CustomItemList.eM_dynamomulti4_UV.get(1), 100, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_dynamomulti4_UV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, - Materials.Electrum.getMolten(1152), - CustomItemList.eM_dynamomulti16_UV.get(1), 200, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_dynamomulti16_UV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, - Materials.Tungsten.getMolten(1152), - CustomItemList.eM_dynamomulti64_UV.get(1), 400, 122880); - - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - ItemList.Hatch_Dynamo_MAX.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, - Materials.Silver.getMolten(2304), - CustomItemList.eM_dynamomulti4_UHV.get(1), 100, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_dynamomulti4_UHV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, - Materials.Electrum.getMolten(2304), - CustomItemList.eM_dynamomulti16_UHV.get(1), 200, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_dynamomulti16_UHV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, - Materials.Tungsten.getMolten(2304), - CustomItemList.eM_dynamomulti64_UHV.get(1), 400, 500000); - - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - ItemList.Hatch_Dynamo_MAX.get(4), - GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 8)}, - Materials.Silver.getMolten(4608), - CustomItemList.eM_dynamomulti4_UEV.get(1), 500, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_dynamomulti4_UEV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 8), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 16)}, - Materials.Electrum.getMolten(4608), - CustomItemList.eM_dynamomulti16_UEV.get(1), 1000, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_dynamomulti16_UEV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 8), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 24)}, - Materials.Tungsten.getMolten(4608), - CustomItemList.eM_dynamomulti64_UEV.get(1), 2000, 500000); - - //Energy Hatches UV-UIV - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - ItemList.Hatch_Energy_UV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, - Materials.Silver.getMolten(1152), - CustomItemList.eM_energymulti4_UV.get(1), 100, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_energymulti4_UV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, - Materials.Electrum.getMolten(1152), - CustomItemList.eM_energymulti16_UV.get(1), 200, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_energymulti16_UV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, - Materials.Tungsten.getMolten(1152), - CustomItemList.eM_energymulti64_UV.get(1), 400, 122880); - - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - ItemList.Hatch_Energy_MAX.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, - Materials.Silver.getMolten(2304), - CustomItemList.eM_energymulti4_UHV.get(1), 100, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_energymulti4_UHV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, - Materials.Electrum.getMolten(2304), - CustomItemList.eM_energymulti16_UHV.get(1), 200, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_energymulti16_UHV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, - Materials.Tungsten.getMolten(2304), - CustomItemList.eM_energymulti64_UHV.get(1), 400, 500000); - - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - ItemList.Hatch_Energy_MAX.get(4), - GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 8)}, - Materials.Silver.getMolten(4608), - CustomItemList.eM_energymulti4_UEV.get(1), 100, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_energymulti4_UEV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 8), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 16)}, - Materials.Electrum.getMolten(4608), - CustomItemList.eM_energymulti16_UEV.get(1), 200, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_energymulti16_UEV.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 8), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 24)}, - Materials.Tungsten.getMolten(4608), - CustomItemList.eM_energymulti64_UEV.get(1), 400, 2000000); - - //Data Input - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_Computer_Casing.get(1), - ItemList.Hatch_Input_Bus_LuV.get(1), - ItemList.Circuit_Crystalcomputer.get(1), - CustomItemList.DATApipe.get(2) - }, Materials.Iridium.getMolten(1296), CustomItemList.dataIn_Hatch.get(1), 200, 122880); - //Data Output - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_Computer_Casing.get(1), - ItemList.Hatch_Output_Bus_LuV.get(1), - ItemList.Circuit_Crystalcomputer.get(1), - CustomItemList.DATApipe.get(2) - }, Materials.Iridium.getMolten(1296), CustomItemList.dataOut_Hatch.get(1), 200, 122880); - - //Rack - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_Computer_Bus.get(1), - ItemList.Hatch_Input_Bus_ZPM.get(1), - ItemList.Circuit_Crystalcomputer.get(2), - CustomItemList.DATApipe.get(4) - }, Materials.Iridium.getMolten(1296), CustomItemList.rack_Hatch.get(1), 800, 122880); - - //Object Holder - GT_Values.RA.addAssemblylineRecipe(ItemList.Hatch_Input_Bus_ZPM.get(1), 10000, new ItemStack[]{ - ItemList.Hatch_Input_Bus_ZPM.get(1), - CustomItemList.eM_Computer_Bus.get(1), - ItemList.Emitter_ZPM.get(8), - ItemList.Robot_Arm_ZPM.get(1), - ItemList.Electric_Motor_ZPM.get(2), - ItemList.Circuit_Crystalmainframe.get(1), - GT_OreDictUnificator.get(OrePrefixes.cableGt02, Materials.Naquadah, 2), - GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Naquadah, 16), - CustomItemList.DATApipe.get(2), - }, new FluidStack[]{ - Materials.UUMatter.getFluid(500), - Materials.Iridium.getMolten(1000), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 1000) - }, CustomItemList.holder_Hatch.get(1), 1200, 100000); - - //Parameterizer - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_Computer_Casing.get(1), - ItemList.Circuit_Masterquantumcomputer.get(1), - CustomItemList.DATApipe.get(4), - ItemList.Cover_Screen.get(1 ), - new ItemStack(Blocks.stone_button, 16), - }, Materials.Iridium.getMolten(2592), CustomItemList.Parametrizer_Hatch.get(1), 800, 122880); - //Uncertainty - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_Computer_Casing.get(1), - ItemList.Circuit_Ultimatecrystalcomputer.get(1), - CustomItemList.DATApipe.get(16), - ItemList.Cover_Screen.get(1 ), - new ItemStack(Blocks.stone_button, 16), - }, Materials.Iridium.getMolten(2592), CustomItemList.Uncertainty_Hatch.get(1), 1200, 122880); - - //Elemental Input - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_Containment.get(1), - ItemList.Hatch_Input_UV.get(1), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 8), - ItemList.Sensor_UV.get(1) - }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_in_UV.get(1), 800, 500000); - //Elemental Output - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_Containment.get(1), - ItemList.Hatch_Output_UV.get(1), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 8), - ItemList.Emitter_UV.get(1) - }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_out_UV.get(1), 800, 500000); - //Overflow - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.eM_Containment.get(1), - ItemList.Hatch_Muffler_UV.get(1), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 4), - ItemList.Field_Generator_UV.get(1) - }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_muffler_UV.get(1), 800, 500000); - - //endregion - - - //region multiblocks - - //Microwave Grinder - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - ItemList.Machine_HV_Microwave.get(1), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.StainlessSteel, 4), - GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Advanced, 4), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.AnnealedCopper, 16), - ItemList.Upgrade_Overclocker.get(4), - }, Materials.Copper.getMolten(576), CustomItemList.Machine_Multi_Microwave.get(1), 800, 480); - - //Active Transformer - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - ItemList.Transformer_ZPM_LuV.get(16), - ItemList.Circuit_Board_Elite.get(1),//? - GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Superconductor, 16), - ItemList.Circuit_Chip_HPIC.get(2), - }, Materials.TungstenSteel.getMolten(576), CustomItemList.Machine_Multi_Transformer.get(1), 400, 30720); - - //Network Switch - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ - CustomItemList.Machine_Multi_Transformer.get(1), - ItemList.Circuit_Ultimatecrystalcomputer.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Cobalt, 32), - GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Copper, 32), - CustomItemList.DATApipe.get(4), - }, Materials.Iridium.getMolten(1296), CustomItemList.Machine_Multi_Switch.get(1), 800, 122880); - - //Quantum Computer - GT_Values.RA.addAssemblylineRecipe(ItemList.Tool_DataOrb.get(1), 20000, new ItemStack[]{ - CustomItemList.Machine_Multi_Switch.get(1), - GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Superconductor, 2), - ItemList.Tool_DataOrb.get(1), - ItemList.Cover_Screen.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 8), - CustomItemList.DATApipe.get(8), - }, new FluidStack[]{ - Materials.UUMatter.getFluid(1000), - Materials.Iridium.getMolten(1296), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), - Materials.Hydrogen.getGas(1000), - }, CustomItemList.Machine_Multi_Computer.get(1), 12000, 100000); - - //Research Station - GT_Values.RA.addAssemblylineRecipe(ItemList.Tool_Scanner.get(1), 80000, new ItemStack[]{ - CustomItemList.Machine_Multi_Switch.get(1), - ItemList.Sensor_ZPM.get(8), - ItemList.Circuit_Crystalmainframe.get(4), - ItemList.Field_Generator_ZPM.get(1), - ItemList.Electric_Motor_ZPM.get(2), - GT_OreDictUnificator.get(OrePrefixes.cableGt02, Materials.Naquadah, 4), - GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Naquadah, 32), - CustomItemList.DATApipe.get(16), - }, new FluidStack[]{ - Materials.UUMatter.getFluid(1000), - Materials.Iridium.getMolten(1296), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), - Materials.Osmium.getMolten(1296), - }, CustomItemList.Machine_Multi_Research.get(1), 12000, 100000); - - //Matter Junction - TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_Switch.get(1), - 8000,32, 500000, 4, new ItemStack[]{ - CustomItemList.Machine_Multi_Transformer.get(1), - GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Naquadah, 16), - ItemList.Robot_Arm_LuV.get(2), - ItemList.Electric_Piston_LuV.get(2), - ItemList.Circuit_Wetwaresupercomputer.get(2), - GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 4), - }, new FluidStack[]{ - Materials.UUMatter.getFluid(1000), - Materials.Naquadah.getMolten(1296), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), - Materials.Osmium.getMolten(1296), - }, CustomItemList.Machine_Multi_EMjunction.get(1), 12000, 100000); - - //Matter Quantizer - TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Input_UV.get(1), - 12000,32, 500000, 6, new ItemStack[]{ - CustomItemList.Machine_Multi_Transformer.get(1), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 16), - ItemList.Emitter_UV.get(2), - ItemList.Circuit_Wetwaresupercomputer.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 2), - }, new FluidStack[]{ - Materials.UUMatter.getFluid(1000), - Materials.Naquadah.getMolten(1296), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), - Materials.Osmium.getMolten(1296), - }, CustomItemList.Machine_Multi_MatterToEM.get(1), 12000, 100000); - - //Matter DeQuantizer - TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Output_UV.get(1), - 12000,32, 500000, 6, new ItemStack[]{ - CustomItemList.Machine_Multi_Transformer.get(1), - GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 16), - ItemList.Sensor_UV.get(2), - ItemList.Circuit_Wetwaresupercomputer.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 2), - }, new FluidStack[]{ - Materials.UUMatter.getFluid(1000), - Materials.Naquadah.getMolten(1296), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), - Materials.Osmium.getMolten(1296), - }, CustomItemList.Machine_Multi_EMToMatter.get(1), 12000, 100000); - - //Essentia Quantizer - TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_MatterToEM.get(1), - 15000,32, 500000, 8, new ItemStack[]{ - CustomItemList.Machine_Multi_MatterToEM.get(1), - GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 8), - ItemList.Emitter_UV.get(2), - ItemList.Circuit_Wetwaresupercomputer.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), - }, new FluidStack[]{ - Materials.UUMatter.getFluid(2000), - Materials.Void.getMolten(2592), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 4000), - Materials.Osmium.getMolten(1296), - }, CustomItemList.Machine_Multi_EssentiaToEM.get(1), 24000, 500000); - - //Essentia DeQuantizer - TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_EMToMatter.get(1), - 15000,32, 500000, 8, new ItemStack[]{ - CustomItemList.Machine_Multi_EMToMatter.get(1), - GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 8), - ItemList.Sensor_UV.get(2), - ItemList.Circuit_Wetwaresupercomputer.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), - }, new FluidStack[]{ - Materials.UUMatter.getFluid(2000), - Materials.Void.getMolten(2592), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 4000), - Materials.Osmium.getMolten(1296), - }, CustomItemList.Machine_Multi_EMToEssentia.get(1), 24000, 500000); - - //EM Scanner - TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_Research.get(1), - 150000,128, 500000, 16, new ItemStack[]{ - CustomItemList.Machine_Multi_EMjunction.get(1), - CustomItemList.eM_Computer_Bus.get(4), - ItemList.Field_Generator_UV.get(4), - ItemList.Sensor_UV.get(4), - ItemList.Circuit_Wetwaresupercomputer.get(4),//? - GT_OreDictUnificator.get(OrePrefixes.lens,Materials.Diamond,32), - GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 16), - }, new FluidStack[]{ - Materials.UUMatter.getFluid(2000), - Materials.Neutronium.getMolten(2592), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 4000), - Materials.Osmiridium.getMolten(1296), - }, CustomItemList.Machine_Multi_Scanner.get(1), 24000, 500000); - - //Multi Infuser - TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_Transformer.get(1), - 192000,512, 2000000, 32, new ItemStack[]{ - CustomItemList.Machine_Multi_Transformer.get(1), - CustomItemList.eM_Coil.get(8), - CustomItemList.eM_Power.get( 8), - GT_OreDictUnificator.get(OrePrefixes.screw, Materials.NeodymiumMagnetic, 16), - }, new FluidStack[]{ - Materials.Electrum.getMolten(2592), - Materials.Neutronium.getMolten(1872), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), - }, CustomItemList.Machine_Multi_Infuser.get(1), 8000, 2000000); - - //endregion - - //ha trafos - //if(Loader.isModLoaded("miscutils")){ - // GT_Values.RA.addAssemblerRecipe(CustomItemList.HA) - //} - - //power trafos - //GT_Values.RA.addAssemblerRecipe() - - register_machine_EM_behaviours(); - } - - private void register_machine_EM_behaviours(){ - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(6),ItemList.Machine_IV_Centrifuge.get(1)); - try { - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(7),ItemList.valueOf("Machine_LuV_Centrifuge").get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(8),ItemList.valueOf("Machine_ZPM_Centrifuge").get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(9),ItemList.valueOf("Machine_UV_Centrifuge").get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(10),ItemList.valueOf("Machine_UV_Centrifuge").get(4)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(11),ItemList.valueOf("Machine_UV_Centrifuge").get(16)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(12),ItemList.valueOf("Machine_UV_Centrifuge").get(64)); - }catch (IllegalArgumentException|NullPointerException e){ - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(7),ItemList.Machine_IV_Centrifuge.get(2)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(8),ItemList.Machine_IV_Centrifuge.get(4)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(9),ItemList.Machine_IV_Centrifuge.get(8)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(10),ItemList.Machine_IV_Centrifuge.get(16)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(11),ItemList.Machine_IV_Centrifuge.get(32)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(12),ItemList.Machine_IV_Centrifuge.get(64)); - } - - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(6),ItemList.Machine_IV_ElectromagneticSeparator.get(1)); - try { - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(7),ItemList.valueOf("Machine_LuV_ElectromagneticSeparator").get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(8),ItemList.valueOf("Machine_ZPM_ElectromagneticSeparator").get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(9),ItemList.valueOf("Machine_UV_ElectromagneticSeparator").get(1)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(10),ItemList.valueOf("Machine_UV_ElectromagneticSeparator").get(4)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(11),ItemList.valueOf("Machine_UV_ElectromagneticSeparator").get(16)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(12),ItemList.valueOf("Machine_UV_ElectromagneticSeparator").get(64)); - }catch (IllegalArgumentException|NullPointerException e){ - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(7),ItemList.Machine_IV_ElectromagneticSeparator.get(2)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(8),ItemList.Machine_IV_ElectromagneticSeparator.get(4)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(9),ItemList.Machine_IV_ElectromagneticSeparator.get(8)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(10),ItemList.Machine_IV_ElectromagneticSeparator.get(16)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(11),ItemList.Machine_IV_ElectromagneticSeparator.get(32)); - GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(12),ItemList.Machine_IV_ElectromagneticSeparator.get(64)); - } - } -} diff --git a/src/main/java/com/github/technus/tectech/loader/ElementalLoader.java b/src/main/java/com/github/technus/tectech/loader/ElementalLoader.java deleted file mode 100644 index ec321fd3b8..0000000000 --- a/src/main/java/com/github/technus/tectech/loader/ElementalLoader.java +++ /dev/null @@ -1,40 +0,0 @@ -package com.github.technus.tectech.loader; - -import com.github.technus.tectech.compatibility.thaumcraft.definitions.dComplexAspectDefinition; -import com.github.technus.tectech.compatibility.thaumcraft.definitions.ePrimalAspectDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalPrimitive; -import com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition; -import com.github.technus.tectech.elementalMatter.definitions.complex.atom.iaeaNuclide; -import com.github.technus.tectech.elementalMatter.definitions.complex.hadron.dHadronDefinition; -import com.github.technus.tectech.elementalMatter.definitions.primitive.*; - -/** - * Created by danie_000 on 16.11.2016. - */ -public class ElementalLoader implements Runnable { - @Override - public void run() { - // =================================================================================================== - // Definition init - // =================================================================================================== - - cElementalPrimitive.run(); - - cPrimitiveDefinition.run(); - - eQuarkDefinition.run(); - eLeptonDefinition.run(); - eNeutrinoDefinition.run(); - eBosonDefinition.run(); - - dHadronDefinition.run(); - - iaeaNuclide.run(); - - dAtomDefinition.run(); - - ePrimalAspectDefinition.run(); - - dComplexAspectDefinition.run(); - } -} diff --git a/src/main/java/com/github/technus/tectech/loader/EntityLoader.java b/src/main/java/com/github/technus/tectech/loader/EntityLoader.java deleted file mode 100644 index 5769a5d5d2..0000000000 --- a/src/main/java/com/github/technus/tectech/loader/EntityLoader.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.github.technus.tectech.loader; - -import com.github.technus.tectech.TecTech; -import cpw.mods.fml.common.Loader; -import cpw.mods.fml.common.registry.EntityRegistry; -import openmodularturrets.entity.projectiles.projectileEM; - -/** - * Created by Tec on 30.07.2017. - */ -public class EntityLoader implements Runnable { - @Override - public void run() { - if(Loader.isModLoaded("openmodularturrets")) { - EntityRegistry.registerModEntity(projectileEM.class, "projectileEM", 0, TecTech.instance, 16, 5, true); - } - } -} diff --git a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/MachineLoader.java deleted file mode 100644 index 845c1ade65..0000000000 --- a/src/main/java/com/github/technus/tectech/loader/MachineLoader.java +++ /dev/null @@ -1,332 +0,0 @@ -package com.github.technus.tectech.loader; - -import com.github.technus.tectech.compatibility.dreamcraft.NoDreamCraftMachineLoader; -import com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_essentiaDequantizer; -import com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_essentiaQuantizer; -import com.github.technus.tectech.thing.metaTileEntity.hatch.*; -import com.github.technus.tectech.thing.metaTileEntity.multi.*; -import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; -import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.GT_MetaTileEntity_EM_machine; -import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_Data; -import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_EM; -import com.github.technus.tectech.thing.metaTileEntity.single.*; -import cpw.mods.fml.common.Loader; - -import static com.github.technus.tectech.thing.CustomItemList.*; - -/** - * Created by danie_000 on 16.11.2016. - */ -public class MachineLoader implements Runnable { - @Override - public void run() { - // =================================================================================================== - // eM IN - // =================================================================================================== - - eM_in_UV.set(new GT_MetaTileEntity_Hatch_InputElemental( - 15000, "hatch.emin.tier.08", "UV Elemental Input Hatch", 8).getStackForm(1L)); - - eM_in_UHV.set(new GT_MetaTileEntity_Hatch_InputElemental( - 15001, "hatch.emin.tier.09", "UHV Elemental Input Hatch", 9).getStackForm(1L)); - - eM_in_UEV.set(new GT_MetaTileEntity_Hatch_InputElemental( - 15002, "hatch.emin.tier.10", "UEV Elemental Input Hatch", 10).getStackForm(1L)); - - eM_in_UIV.set(new GT_MetaTileEntity_Hatch_InputElemental( - 15003, "hatch.emin.tier.11", "UIV Elemental Input Hatch", 11).getStackForm(1L)); - - eM_in_UMV.set(new GT_MetaTileEntity_Hatch_InputElemental( - 15004, "hatch.emin.tier.12", "UMV Elemental Input Hatch", 12).getStackForm(1L)); - - eM_in_UXV.set(new GT_MetaTileEntity_Hatch_InputElemental( - 15005, "hatch.emin.tier.13", "UXV Elemental Input Hatch", 13).getStackForm(1L)); - - // =================================================================================================== - // eM OUT - // =================================================================================================== - - eM_out_UV.set(new GT_MetaTileEntity_Hatch_OutputElemental( - 15010, "hatch.emout.tier.08", "UV Elemental Output Hatch", 8).getStackForm(1L)); - - eM_out_UHV.set(new GT_MetaTileEntity_Hatch_OutputElemental( - 15011, "hatch.emout.tier.09", "UHV Elemental Output Hatch", 9).getStackForm(1L)); - - eM_out_UEV.set(new GT_MetaTileEntity_Hatch_OutputElemental( - 15012, "hatch.emout.tier.10", "UEV Elemental Output Hatch", 10).getStackForm(1L)); - - eM_out_UIV.set(new GT_MetaTileEntity_Hatch_OutputElemental( - 15013, "hatch.emout.tier.11", "UIV Elemental Output Hatch", 11).getStackForm(1L)); - - eM_out_UMV.set(new GT_MetaTileEntity_Hatch_OutputElemental( - 15014, "hatch.emout.tier.12", "UMV Elemental Output Hatch", 12).getStackForm(1L)); - - eM_out_UXV.set(new GT_MetaTileEntity_Hatch_OutputElemental( - 15015, "hatch.emout.tier.13", "UXV Elemental Output Hatch", 13).getStackForm(1L)); - - // =================================================================================================== - // eM Waste OUT - // =================================================================================================== - - eM_muffler_UV.set(new GT_MetaTileEntity_Hatch_OverflowElemental( - 15020, "hatch.emmuffler.tier.08", "UV Overflow Output Hatch", 8, 1e10f).getStackForm(1L)); - - eM_muffler_UHV.set(new GT_MetaTileEntity_Hatch_OverflowElemental( - 15021, "hatch.emmuffler.tier.09", "UHV Overflow Output Hatch", 9, 5e10f).getStackForm(1L)); - - eM_muffler_UEV.set(new GT_MetaTileEntity_Hatch_OverflowElemental( - 15022, "hatch.emmuffler.tier.10", "UEV Overflow Output Hatch", 10, 25e10f).getStackForm(1L)); - - eM_muffler_UIV.set(new GT_MetaTileEntity_Hatch_OverflowElemental( - 15023, "hatch.emmuffler.tier.11", "UIV Overflow Output Hatch", 11, 125e10f).getStackForm(1L)); - - eM_muffler_UMV.set(new GT_MetaTileEntity_Hatch_OverflowElemental( - 15024, "hatch.emmuffler.tier.12", "UMV Overflow Output Hatch", 12, 125e11f).getStackForm(1L)); - - eM_muffler_UXV.set(new GT_MetaTileEntity_Hatch_OverflowElemental( - 15025, "hatch.emmuffler.tier.13", "UXV Overflow Output Hatch", 13, 125e12f).getStackForm(1L)); - - // =================================================================================================== - // Multi AMP Power INPUTS - // =================================================================================================== - - eM_energymulti4_IV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15100, "hatch.energymulti04.tier.05", "IV 4A Energy Hatch", 5, 4).getStackForm(1L)); - eM_energymulti16_IV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15110, "hatch.energymulti16.tier.05", "IV 16A Energy Hatch", 5, 16).getStackForm(1L)); - eM_energymulti64_IV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15120, "hatch.energymulti64.tier.05", "IV 64A Energy Hatch", 5, 64).getStackForm(1L)); - - eM_energymulti4_LuV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15101, "hatch.energymulti04.tier.06", "LuV 4A Energy Hatch", 6, 4).getStackForm(1L)); - eM_energymulti16_LuV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15111, "hatch.energymulti16.tier.06", "LuV 16A Energy Hatch", 6, 16).getStackForm(1L)); - eM_energymulti64_LuV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15121, "hatch.energymulti64.tier.06", "LuV 64A Energy Hatch", 6, 64).getStackForm(1L)); - - eM_energymulti4_ZPM.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15102, "hatch.energymulti04.tier.07", "ZPM 4A Energy Hatch", 7, 4).getStackForm(1L)); - eM_energymulti16_ZPM.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15112, "hatch.energymulti16.tier.07", "ZPM 16A Energy Hatch", 7, 16).getStackForm(1L)); - eM_energymulti64_ZPM.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15122, "hatch.energymulti64.tier.07", "ZPM 64A Energy Hatch", 7, 64).getStackForm(1L)); - - eM_energymulti4_UV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15103, "hatch.energymulti04.tier.08", "UV 4A Energy Hatch", 8, 4).getStackForm(1L)); - eM_energymulti16_UV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15113, "hatch.energymulti16.tier.08", "UV 16A Energy Hatch", 8, 16).getStackForm(1L)); - eM_energymulti64_UV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15123, "hatch.energymulti64.tier.08", "UV 64A Energy Hatch", 8, 64).getStackForm(1L)); - - eM_energymulti4_UHV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15104, "hatch.energymulti04.tier.09", "UHV 4A Energy Hatch", 9, 4).getStackForm(1L)); - eM_energymulti16_UHV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15114, "hatch.energymulti16.tier.09", "UHV 16A Energy Hatch", 9, 16).getStackForm(1L)); - eM_energymulti64_UHV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15124, "hatch.energymulti64.tier.09", "UHV 64A Energy Hatch", 9, 64).getStackForm(1L)); - - eM_energymulti4_UEV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15105, "hatch.energymulti04.tier.10", "UEV 4A Energy Hatch", 10, 4).getStackForm(1L)); - eM_energymulti16_UEV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15115, "hatch.energymulti16.tier.10", "UEV 16A Energy Hatch", 10, 16).getStackForm(1L)); - eM_energymulti64_UEV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15125, "hatch.energymulti64.tier.10", "UEV 64A Energy Hatch", 10, 64).getStackForm(1L)); - - eM_energymulti4_UIV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15106, "hatch.energymulti04.tier.11", "UIV 4A Energy Hatch", 11, 4).getStackForm(1L)); - eM_energymulti16_UIV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15116, "hatch.energymulti16.tier.11", "UIV 16A Energy Hatch", 11, 16).getStackForm(1L)); - eM_energymulti64_UIV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15126, "hatch.energymulti64.tier.11", "UIV 64A Energy Hatch", 11, 64).getStackForm(1L)); - - eM_energymulti4_UMV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15107, "hatch.energymulti04.tier.12", "UMV 4A Energy Hatch", 12, 4).getStackForm(1L)); - eM_energymulti16_UMV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15117, "hatch.energymulti16.tier.12", "UMV 16A Energy Hatch", 12, 16).getStackForm(1L)); - eM_energymulti64_UMV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15127, "hatch.energymulti64.tier.12", "UMV 64A Energy Hatch", 12, 64).getStackForm(1L)); - - eM_energymulti4_UXV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15108, "hatch.energymulti04.tier.13", "UXV 4A Energy Hatch", 13, 4).getStackForm(1L)); - eM_energymulti16_UXV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15118, "hatch.energymulti16.tier.13", "UXV 16A Energy Hatch", 13, 16).getStackForm(1L)); - eM_energymulti64_UXV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( - 15128, "hatch.energymulti64.tier.13", "UXV 64A Energy Hatch", 13, 64).getStackForm(1L)); - - // =================================================================================================== - // Multi AMP Power OUTPUTS - // =================================================================================================== - - - eM_dynamomulti4_IV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15200, "hatch.dynamomulti04.tier.05", "IV 4A Dynamo Hatch", 5, 4).getStackForm(1L)); - eM_dynamomulti16_IV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15210, "hatch.dynamomulti16.tier.05", "IV 16A Dynamo Hatch", 5, 16).getStackForm(1L)); - eM_dynamomulti64_IV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15220, "hatch.dynamomulti64.tier.05", "IV 64A Dynamo Hatch", 5, 64).getStackForm(1L)); - - eM_dynamomulti4_LuV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15201, "hatch.dynamomulti04.tier.06", "LuV 4A Dynamo Hatch", 6, 4).getStackForm(1L)); - eM_dynamomulti16_LuV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15211, "hatch.dynamomulti16.tier.06", "LuV 16A Dynamo Hatch", 6, 16).getStackForm(1L)); - eM_dynamomulti64_LuV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15221, "hatch.dynamomulti64.tier.06", "LuV 64A Dynamo Hatch", 6, 64).getStackForm(1L)); - - eM_dynamomulti4_ZPM.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15202, "hatch.dynamomulti04.tier.07", "ZPM 4A Dynamo Hatch", 7, 4).getStackForm(1L)); - eM_dynamomulti16_ZPM.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15212, "hatch.dynamomulti16.tier.07", "ZPM 16A Dynamo Hatch", 7, 16).getStackForm(1L)); - eM_dynamomulti64_ZPM.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15222, "hatch.dynamomulti64.tier.07", "ZPM 64A Dynamo Hatch", 7, 64).getStackForm(1L)); - - eM_dynamomulti4_UV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15203, "hatch.dynamomulti04.tier.08", "UV 4A Dynamo Hatch", 8, 4).getStackForm(1L)); - eM_dynamomulti16_UV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15213, "hatch.dynamomulti16.tier.08", "UV 16A Dynamo Hatch", 8, 16).getStackForm(1L)); - eM_dynamomulti64_UV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15223, "hatch.dynamomulti64.tier.08", "UV 64A Dynamo Hatch", 8, 64).getStackForm(1L)); - - eM_dynamomulti4_UHV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15204, "hatch.dynamomulti04.tier.09", "UHV 4A Dynamo Hatch", 9, 4).getStackForm(1L)); - eM_dynamomulti16_UHV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15214, "hatch.dynamomulti16.tier.09", "UHV 16A Dynamo Hatch", 9, 16).getStackForm(1L)); - eM_dynamomulti64_UHV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15224, "hatch.dynamomulti64.tier.09", "UHV 64A Dynamo Hatch", 9, 64).getStackForm(1L)); - - eM_dynamomulti4_UEV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15205, "hatch.dynamomulti04.tier.10", "UEV 4A Dynamo Hatch", 10, 4).getStackForm(1L)); - eM_dynamomulti16_UEV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15215, "hatch.dynamomulti16.tier.10", "UEV 16A Dynamo Hatch", 10, 16).getStackForm(1L)); - eM_dynamomulti64_UEV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15225, "hatch.dynamomulti64.tier.10", "UEV 64A Dynamo Hatch", 10, 64).getStackForm(1L)); - - eM_dynamomulti4_UIV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15206, "hatch.dynamomulti04.tier.11", "UIV 4A Dynamo Hatch", 11, 4).getStackForm(1L)); - eM_dynamomulti16_UIV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15216, "hatch.dynamomulti16.tier.11", "UIV 16A Dynamo Hatch", 11, 16).getStackForm(1L)); - eM_dynamomulti64_UIV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15226, "hatch.dynamomulti64.tier.11", "UIV 64A Dynamo Hatch", 11, 64).getStackForm(1L)); - - eM_dynamomulti4_UMV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15207, "hatch.dynamomulti04.tier.12", "UMV 4A Dynamo Hatch", 12, 4).getStackForm(1L)); - eM_dynamomulti16_UMV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15217, "hatch.dynamomulti16.tier.12", "UMV 16A Dynamo Hatch", 12, 16).getStackForm(1L)); - eM_dynamomulti64_UMV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15227, "hatch.dynamomulti64.tier.12", "UMV 64A Dynamo Hatch", 12, 64).getStackForm(1L)); - - eM_dynamomulti4_UXV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15208, "hatch.dynamomulti04.tier.13", "UXV 4A Dynamo Hatch", 13, 4).getStackForm(1L)); - eM_dynamomulti16_UXV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15218, "hatch.dynamomulti16.tier.13", "UXV 16A Dynamo Hatch", 13, 16).getStackForm(1L)); - eM_dynamomulti64_UXV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( - 15228, "hatch.dynamomulti64.tier.13", "UXV 64A Dynamo Hatch", 13, 64).getStackForm(1L)); - - // =================================================================================================== - // MULTIBLOCKS - // =================================================================================================== - - Machine_Multi_Transformer.set(new GT_MetaTileEntity_EM_transformer(15300, "multimachine.em.transformer", "Active Transformer").getStackForm(1L)); - - Machine_Multi_Switch.set(new GT_MetaTileEntity_EM_switch(15310, "multimachine.em.switch", "Network Switch With QoS").getStackForm(1L)); - Machine_Multi_Computer.set(new GT_MetaTileEntity_EM_computer(15311, "multimachine.em.computer", "Quantum Computer").getStackForm(1L)); - Machine_Multi_Microwave.set(new GT_MetaTileEntity_TM_microwave(15312, "multimachine.tm.microwave", "Microwave Grinder").getStackForm(1L)); - Machine_Multi_DataBank.set(new GT_MetaTileEntity_EM_dataBank(15313, "multimachine.em.databank", "Data Bank").getStackForm(1L)); - Machine_Multi_teslaCoil.set(new GT_MetaTileEntity_TM_teslaCoil(15314, "multimachine.tm.teslaCoil", "Tesla Coil").getStackForm(1L)); - - Machine_Multi_EMjunction.set(new GT_MetaTileEntity_EM_junction(15320, "multimachine.em.junction", "Matter Junction").getStackForm(1L)); - Machine_Multi_MatterToEM.set(new GT_MetaTileEntity_EM_quantizer(15321, "multimachine.em.mattertoem", "Matter Quantizer").getStackForm(1L)); - Machine_Multi_EMToMatter.set(new GT_MetaTileEntity_EM_dequantizer(15322, "multimachine.em.emtomatter", "Matter Dequantizer").getStackForm(1L)); - - // COMPAT - Machine_Multi_EssentiaToEM.set(new GT_MetaTileEntity_EM_essentiaQuantizer(15323, "multimachine.em.essentiatoem", "Essentia Quantizer").getStackForm(1L)); - Machine_Multi_EMToEssentia.set(new GT_MetaTileEntity_EM_essentiaDequantizer(15324, "multimachine.em.emtoessentia", "Essentia Dequantizer").getStackForm(1L)); - - Machine_Multi_Scanner.set(new GT_MetaTileEntity_EM_scanner(15330, "multimachine.em.scanner", "Elemental Scanner").getStackForm(1L)); - Machine_Multi_Research.set(new GT_MetaTileEntity_EM_research(15331, "multimachine.em.research", "Research station").getStackForm(1L)); - - Machine_Multi_Collider.set(new GT_MetaTileEntity_EM_collider(15340, "multimachine.em.collider", "Matter Collider").getStackForm(1L)); - - Machine_Multi_Infuser.set(new GT_MetaTileEntity_EM_infuser(15350, "multimachine.em.infuser", "Energy Infuser").getStackForm(1)); - - Machine_Multi_EMmachine.set(new GT_MetaTileEntity_EM_machine(15360, "multimachine.em.processing", "Quantum Processing Machine").getStackForm(1L)); - - Machine_Multi_EMCrafter.set(new GT_MetaTileEntity_EM_crafting(15370, "multimachine.em.crafter", "Matter Assembler").getStackForm(1L)); - - Machine_Multi_Stabilizer.set(new GT_MetaTileEntity_EM_stabilizer(15380, "multimachine.em.stabilizer", "Elemental Stabilizer").getStackForm(1L)); - - Machine_Multi_Wormhole.set(new GT_MetaTileEntity_EM_wormhole(15390, "multimachine.em.wormhole", "Wormhole").getStackForm(1L)); - - Machine_Multi_Decay.set(new GT_MetaTileEntity_EM_decay(15400, "multimachine.em.decay", "Decay Generator").getStackForm(1L)); - Machine_Multi_Annihilation.set(new GT_MetaTileEntity_EM_annihilation(15405, "multimachine.em.annihilation", "Annihilation Generator").getStackForm(1L)); - Machine_Multi_BHG.set(new GT_MetaTileEntity_EM_bhg(15410, "multimachine.em.blackholegenerator", "Black Hole Generator").getStackForm(1L)); - - // =================================================================================================== - // Hatches - // =================================================================================================== - - Parametrizer_Hatch.set(new GT_MetaTileEntity_Hatch_Param(15420, "hatch.param.tier.07", "Parametrizer", 7).getStackForm(1L)); - ParametrizerX_Hatch.set(new GT_MetaTileEntity_Hatch_Param(15421, "hatch.param.tier.10", "Parametrizer X", 10).getStackForm(1L)); - - Uncertainty_Hatch.set(new GT_MetaTileEntity_Hatch_Uncertainty(15430, "hatch.certain.tier.07", "Uncertainty Resolver", 7).getStackForm(1L)); - UncertaintyX_Hatch.set(new GT_MetaTileEntity_Hatch_Uncertainty(15431, "hatch.certain.tier.10", "Uncertainty Resolver X", 10).getStackForm(1L)); - - dataIn_Hatch.set(new GT_MetaTileEntity_Hatch_InputData(15440, "hatch.datain.tier.07", "Optical Slave Connector", 7).getStackForm(1L)); - dataOut_Hatch.set(new GT_MetaTileEntity_Hatch_OutputData(15441, "hatch.dataout.tier.07", "Optical Master Connector", 7).getStackForm(1L)); - dataInAss_Hatch.set(new GT_MetaTileEntity_Hatch_InputDataItems(15442, "hatch.datainass.tier.07", "Assembly line Slave Connector", 7).getStackForm(1L)); - dataOutAss_Hatch.set(new GT_MetaTileEntity_Hatch_OutputDataItems(15443, "hatch.dataoutass.tier.07", "Data Bank Master Connector", 7).getStackForm(1L)); - - rack_Hatch.set(new GT_MetaTileEntity_Hatch_Rack(15450, "hatch.rack.tier.08", "Computer Rack", 8, "4 Slot Rack").getStackForm(1L)); - holder_Hatch.set(new GT_MetaTileEntity_Hatch_Holder(15451, "hatch.holder.tier.09", "Object Holder", 8, "For Research Station").getStackForm(1L)); - - capacitor_Hatch.set(new GT_MetaTileEntity_Hatch_Capacitor(15452, "hatch.capacitor.tier.05", "Capacitor Hatch", 5, "For Tesla Coil").getStackForm(1L)); - - // =================================================================================================== - // Pipes - // =================================================================================================== - - EMpipe.set(new GT_MetaTileEntity_Pipe_EM(15460, "pipe.elementalmatter", "Quantum \"Tunnel\"").getStackForm(1L)); - - DATApipe.set(new GT_MetaTileEntity_Pipe_Data(15470, "pipe.datastream", "Optical Fiber Cable").getStackForm(1L)); - - // =================================================================================================== - // Single Blocks - // =================================================================================================== - - Machine_OwnerDetector.set(new GT_MetaTileEntity_OwnerDetector(15480, "machine.tt.ownerdetector", "Owner detector", 3).getStackForm(1L)); - Machine_DataReader.set(new GT_MetaTileEntity_DataReader(15481, "machine.tt.datareader", "Data Reader", 5).getStackForm(1L)); - - Machine_BuckConverter_IV.set(new GT_MetaTileEntity_BuckConverter(15485, "machine.tt.buck", "Insane Buck Converter", 5).getStackForm(1L)); - Machine_BuckConverter_LuV.set(new GT_MetaTileEntity_BuckConverter(15486, "machine.tt.buck", "Ludicrous Buck Converter", 6).getStackForm(1L)); - Machine_BuckConverter_ZPM.set(new GT_MetaTileEntity_BuckConverter(15487, "machine.tt.buck", "ZPM Voltage Buck Converter", 7).getStackForm(1L)); - Machine_BuckConverter_UV.set(new GT_MetaTileEntity_BuckConverter(15488, "machine.tt.buck", "Ultimate Power Buck Converter", 8).getStackForm(1L)); - Machine_BuckConverter_UHV.set(new GT_MetaTileEntity_BuckConverter(15489, "machine.tt.buck", "Highly Ultimate Buck Converter", 9).getStackForm(1L)); - Machine_BuckConverter_UEV.set(new GT_MetaTileEntity_BuckConverter(15490, "machine.tt.buck", "Extremely Ultimate Buck Converter", 10).getStackForm(1L)); - Machine_BuckConverter_UIV.set(new GT_MetaTileEntity_BuckConverter(15491, "machine.tt.buck", "Insanely Ultimate Buck Converter", 11).getStackForm(1L)); - Machine_BuckConverter_UMV.set(new GT_MetaTileEntity_BuckConverter(15492, "machine.tt.buck", "Mega Ultimate Buck Converter", 12).getStackForm(1L)); - Machine_BuckConverter_UXV.set(new GT_MetaTileEntity_BuckConverter(15493, "machine.tt.buck", "Extended Mega Ultimate Buck Converter", 13).getStackForm(1L)); - - // =================================================================================================== - // Debug Stuff - // =================================================================================================== - hatch_CreativeMaitenance.set(new GT_MetaTileEntity_Hatch_CreativeMaintenance(15497, "debug.tt.maintenance", "Debug Maintenance Hatch", 15).getStackForm(1L)); - Machine_DebugGenny.set(new GT_MetaTileEntity_DebugPowerGenerator(15498, "debug.tt.genny", "Debug Power Generator", 15).getStackForm(1L)); - Machine_DebugWriter.set(new GT_MetaTileEntity_DebugStructureWriter(15499, "debug.tt.writer", "Debug Structure Writer", 15).getStackForm(1L)); - - // =================================================================================================== - // MetaTE init - // =================================================================================================== - - GT_MetaTileEntity_MultiblockBase_EM.run(); - GT_MetaTileEntity_Hatch_Rack.run(); - GT_MetaTileEntity_EM_computer.run(); - GT_MetaTileEntity_EM_research.run(); - GT_MetaTileEntity_EM_dataBank.run(); - GT_MetaTileEntity_TM_teslaCoil.run(); - - GT_MetaTileEntity_DataReader.run(); - - if (!Loader.isModLoaded("dreamcraft")) { - new NoDreamCraftMachineLoader().run(); - } - } -} diff --git a/src/main/java/com/github/technus/tectech/loader/MainLoader.java b/src/main/java/com/github/technus/tectech/loader/MainLoader.java index 2e715d7b9c..ba84df070a 100644 --- a/src/main/java/com/github/technus/tectech/loader/MainLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MainLoader.java @@ -1,79 +1,146 @@ package com.github.technus.tectech.loader; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.compatibility.thaumcraft.EssentiaCompat; -import com.github.technus.tectech.compatibility.thaumcraft.EssentiaCompatEnabled; -import com.github.technus.tectech.compatibility.thaumcraft.definitions.AspectDefinitionCompat; -import com.github.technus.tectech.compatibility.thaumcraft.definitions.AspectDefinitionCompatEnabled; -import com.github.technus.tectech.thing.CustomItemList; -import com.github.technus.tectech.thing.block.QuantumGlassBlock; +import com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.AspectDefinitionCompat; +import com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.AspectDefinitionCompatEnabled; +import com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.EssentiaCompat; +import com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.EssentiaCompatEnabled; +import com.github.technus.tectech.loader.entity.EntityLoader; +import com.github.technus.tectech.loader.gui.CreativeTabTecTech; +import com.github.technus.tectech.loader.gui.ModGuiHandler; +import com.github.technus.tectech.loader.mechanics.ElementalLoader; +import com.github.technus.tectech.loader.recipe.RecipeLoader; +import com.github.technus.tectech.loader.thing.MachineLoader; +import com.github.technus.tectech.loader.thing.ThingsLoader; import com.github.technus.tectech.thing.casing.TT_Container_Casings; -import com.github.technus.tectech.thing.item.ConstructableTriggerItem; -import com.github.technus.tectech.thing.item.DebugElementalInstanceContainer_EM; -import com.github.technus.tectech.thing.item.ElementalDefinitionScanStorage_EM; -import com.github.technus.tectech.thing.item.ParametrizerMemoryCard; +import com.github.technus.tectech.thing.metaTileEntity.Textures; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.network.RotationPacketDispatcher; +import cpw.mods.fml.common.Loader; import cpw.mods.fml.common.ProgressManager; -import cpw.mods.fml.relauncher.Side; -import cpw.mods.fml.relauncher.SideOnly; +import cpw.mods.fml.common.network.NetworkRegistry; +import cpw.mods.fml.common.registry.GameData; +import cpw.mods.fml.common.registry.GameRegistry; import gregtech.api.GregTech_API; +import gregtech.api.enums.GT_Values; +import gregtech.api.enums.Materials; import gregtech.api.util.GT_ModHandler; -import net.minecraft.creativetab.CreativeTabs; -import net.minecraft.item.Item; +import gregtech.api.util.GT_Recipe; +import net.minecraft.block.Block; import net.minecraft.item.ItemStack; import net.minecraft.util.DamageSource; - -import java.util.List; - -import static com.github.technus.tectech.TecTech.hasThaumcraft; -import static com.github.technus.tectech.TecTech.mainTab; -import static com.github.technus.tectech.compatibility.thaumcraft.EssentiaCompat.essentiaContainerCompat; -import static com.github.technus.tectech.compatibility.thaumcraft.definitions.AspectDefinitionCompat.aspectDefinitionCompat; +import net.minecraftforge.fluids.Fluid; +import net.minecraftforge.fluids.FluidStack; + +import java.util.Arrays; +import java.util.HashMap; +import java.util.HashSet; + +import static com.github.technus.tectech.CommonValues.*; +import static com.github.technus.tectech.TecTech.*; +import static com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.AspectDefinitionCompat.aspectDefinitionCompat; +import static com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.EssentiaCompat.essentiaContainerCompat; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.loader.gui.CreativeTabTecTech.creativeTabTecTech; +import static gregtech.api.enums.Dyes.*; import static gregtech.api.enums.GT_Values.W; public final class MainLoader { public static DamageSource microwaving, elementalPollution; - public void load() { - ProgressManager.ProgressBar progressBarLoad = ProgressManager.push("TecTech Loader", 6); + private MainLoader(){} + + public static void staticLoad(){ + for(int i=0;i<16;i++){ + GT_Values.V[i]=V[i]; + GT_Values.VN[i]=VN[i]; + GT_Values.VOLTAGE_NAMES[i]=VOLTAGE_NAMES[i]; + } + } + + public static void preLoad(){ + //Set proper values in gt arrays + dyeLightBlue.mRGBa[0]=96; + dyeLightBlue.mRGBa[1]=128; + dyeLightBlue.mRGBa[2]=255; + dyeBlue.mRGBa[0]=0; + dyeBlue.mRGBa[1]=32; + dyeBlue.mRGBa[2]=255; + MACHINE_METAL.mRGBa[0]=210; + MACHINE_METAL.mRGBa[1]=220; + MACHINE_METAL.mRGBa[2]=255; + + //set expanded texture arrays for tiers + try { + new Textures(); + }catch (Throwable t){ + LOGGER.error("Loading textures...",t); + } + } + + public static void load() { + ProgressManager.ProgressBar progressBarLoad = ProgressManager.push("TecTech Loader", 8); progressBarLoad.step("Elemental Things"); new ElementalLoader().run(); - TecTech.Logger.info("Elemental Init Done"); + LOGGER.info("Elemental Init Done"); progressBarLoad.step("Thaumcraft Compatibility"); - if (hasThaumcraft) { + if (Loader.isModLoaded(Reference.THAUMCRAFT)) { essentiaContainerCompat = new EssentiaCompatEnabled(); - essentiaContainerCompat.run(); } else { essentiaContainerCompat = new EssentiaCompat(); } - TecTech.Logger.info("Thaumcraft Compatibility Done"); + LOGGER.info("Thaumcraft Compatibility Done"); progressBarLoad.step("Regular Things"); new ThingsLoader().run(); - TecTech.Logger.info("Block/Item Init Done"); + LOGGER.info("Block/Item Init Done"); progressBarLoad.step("Machine Things"); new MachineLoader().run(); - TecTech.Logger.info("Machine Init Done"); + LOGGER.info("Machine Init Done"); progressBarLoad.step("Register entities"); new EntityLoader().run(); - TecTech.Logger.info("Entities registered"); + LOGGER.info("Entities registered"); progressBarLoad.step("Add damage types"); microwaving =new DamageSource("microwaving").setDamageBypassesArmor(); elementalPollution =new DamageSource("elementalPollution").setDamageBypassesArmor(); - TecTech.Logger.info("Damage types addition Done"); + LOGGER.info("Damage types addition Done"); + + progressBarLoad.step("Register Packet Dispatcher"); + new RotationPacketDispatcher(); + LOGGER.info("Packet Dispatcher registered"); + + progressBarLoad.step("Register GUI Handler"); + NetworkRegistry.INSTANCE.registerGuiHandler(instance, new ModGuiHandler()); + proxy.registerRenderInfo(); + LOGGER.info("GUI Handler registered"); ProgressManager.pop(progressBarLoad); } - public void postLoad() { - ProgressManager.ProgressBar progressBarPostLoad = ProgressManager.push("TecTech Post Loader", 5); + public static void postLoad() { + ProgressManager.ProgressBar progressBarPostLoad = ProgressManager.push("TecTech Post Loader", 7); + + progressBarPostLoad.step("Dreamcraft Compatibility"); + if(!Loader.isModLoaded(Reference.DREAMCRAFT)){ + try { + Class clazz = Class.forName("com.dreammaster.gthandler.casings.GT_Container_CasingsNH"); + TT_Container_Casings.sBlockCasingsNH = (Block)clazz.getField("sBlockCasingsNH").get(null); + + if(TT_Container_Casings.sBlockCasingsNH==null){ + throw new NullPointerException("sBlockCasingsNH Is not set at this time"); + } + }catch (Exception e){ + throw new Error("Unable to get NH casings",e); + } + } progressBarPostLoad.step("Thaumcraft Compatibility"); - if (hasThaumcraft) { + if (Loader.isModLoaded(Reference.THAUMCRAFT)) { aspectDefinitionCompat = new AspectDefinitionCompatEnabled(); aspectDefinitionCompat.run(); } else { @@ -83,32 +150,31 @@ public final class MainLoader { progressBarPostLoad.step("Recipes"); new RecipeLoader().run(); - TecTech.Logger.info("Recipe Init Done"); + TecTech.LOGGER.info("Recipe Init Done"); - progressBarPostLoad.step("Creative Tab part1"); - mainTab = new MyCreativeTab(); - progressBarPostLoad.step("Creative Tab part2"); - registerThingsInTabs(); - TecTech.Logger.info("CreativeTab initiation complete"); + progressBarPostLoad.step("Creative Tab"); + creativeTabTecTech =new CreativeTabTecTech("TecTech"); + TecTech.LOGGER.info("CreativeTab initiation complete"); progressBarPostLoad.step("Register Extra Hazmat Suits"); registerExtraHazmats(); - TecTech.Logger.info("Hazmat additions done"); + TecTech.LOGGER.info("Hazmat additions done"); - ProgressManager.pop(progressBarPostLoad); - } - private void registerThingsInTabs() { - QuantumGlassBlock.INSTANCE.setCreativeTab(mainTab); - TT_Container_Casings.sBlockCasingsTT.setCreativeTab(mainTab); - TT_Container_Casings.sHintCasingsTT.setCreativeTab(mainTab); - DebugElementalInstanceContainer_EM.INSTANCE.setCreativeTab(mainTab); - ConstructableTriggerItem.INSTANCE.setCreativeTab(mainTab); - ParametrizerMemoryCard.INSTANCE.setCreativeTab(mainTab); - ElementalDefinitionScanStorage_EM.INSTANCE.setCreativeTab(mainTab); + progressBarPostLoad.step("Nerf fusion recipes"); + if (TecTech.configTecTech.NERF_FUSION) { + FixBrokenFusionRecipes(); + } + TecTech.LOGGER.info("Fusion nerf done"); + + progressBarPostLoad.step("Nerf blocks blast resistance"); + fixBlocks(); + TecTech.LOGGER.info("Blocks nerf done"); + + ProgressManager.pop(progressBarPostLoad); } - private void registerExtraHazmats() { + private static void registerExtraHazmats() { ItemStack EMT_iqC=GT_ModHandler.getModItem("EMT","itemArmorQuantumChestplate",1,W); ItemStack GRAVI_gC=GT_ModHandler.getModItem("GraviSuite","graviChestPlate",1,W); ItemStack GRAVI_anC=GT_ModHandler.getModItem("GraviSuite", "advNanoChestPlate", 1, W); @@ -180,23 +246,104 @@ public final class MainLoader { //todo add GC GS stuff } - private static final class MyCreativeTab extends CreativeTabs { - private MyCreativeTab() {super("TecTech");} - - @SideOnly(Side.CLIENT) - @Override - public Item getTabIconItem() { - return DebugElementalInstanceContainer_EM.INSTANCE; + private static void FixBrokenFusionRecipes() { + HashMap binds = new HashMap<>(); + for (Materials material : Materials.values()) { + FluidStack p = material.getPlasma(1); + if (p != null) { + if (DEBUG_MODE) { + LOGGER.info("Found Plasma of " + material.mName); + } + if (material.mElement != null && + (material.mElement.mProtons >= Materials.Iron.mElement.mProtons || + -material.mElement.mProtons >= Materials.Iron.mElement.mProtons || + material.mElement.mNeutrons >= Materials.Iron.mElement.mNeutrons || + -material.mElement.mNeutrons >= Materials.Iron.mElement.mNeutrons)) { + if (DEBUG_MODE) { + LOGGER.info("Attempting to bind " + material.mName); + } + if (material.getMolten(1) != null) { + binds.put(p.getFluid(), material.getMolten(1).getFluid()); + } else if (material.getGas(1) != null) { + binds.put(p.getFluid(), material.getGas(1).getFluid()); + } else if (material.getFluid(1) != null) { + binds.put(p.getFluid(), material.getFluid(1).getFluid()); + } else { + binds.put(p.getFluid(), Materials.Iron.getMolten(1).getFluid()); + } + } + } } + for (GT_Recipe r : GT_Recipe.GT_Recipe_Map.sFusionRecipes.mRecipeList) { + Fluid fluid = binds.get(r.mFluidOutputs[0].getFluid()); + if (fluid != null) { + if (DEBUG_MODE) { + LOGGER.info("Nerfing Recipe " + r.mFluidOutputs[0].getUnlocalizedName()); + } + r.mFluidOutputs[0] = new FluidStack(fluid, r.mFluidInputs[0].amount); + } + } + } - @Override - public void displayAllReleventItems(List stuffToShow) { - for(CustomItemList item: CustomItemList.values()){ - if (item.hasBeenSet() && item.getBlock() == GregTech_API.sBlockMachines) { - stuffToShow.add(item.get(1)); + private static void fixBlocks(){ + HashSet modIDs=new HashSet<>(Arrays.asList( + "minecraft", + "IC2", + "gregtech", + Reference.DREAMCRAFT, + Reference.GTPLUSPLUS, + "GT++DarkWorld", + "GalacticraftCore", + "GalacticraftMars", + "GalaxySpace", + "extracells", + "Avaritia", + "avaritiaddons", + "EnderStorage", + "enhancedportals", + "DraconicEvolution", + "IC2NuclearControl", + "IronChest", + "opensecurity", + "openmodularturrets", + "Railcraft", + "RIO", + "SGCraft", + "appliedenergistics2", + "thaumicenergistics", + "witchery", + "lootgames", + "utilityworlds", + Reference.MODID + )); + for(Block block : GameData.getBlockRegistry().typeSafeIterable()) { + GameRegistry.UniqueIdentifier uniqueIdentifier=GameRegistry.findUniqueIdentifierFor(block); + if (uniqueIdentifier != null) { + if (modIDs.contains(uniqueIdentifier.modId)) {//Full Whitelisted Mods + continue; + } else if ("OpenBlocks".equals(uniqueIdentifier.modId)) { + if ("grave".equals(uniqueIdentifier.name)) { + continue; + } + } else if ("TwilightForest".equals(uniqueIdentifier.modId)){ + if ("tile.TFShield".equals(uniqueIdentifier.name)){ + block.setResistance(30); + continue; + }else if ("tile.TFThorns".equals(uniqueIdentifier.name)){ + block.setResistance(10); + continue; + }else if ("tile.TFTowerTranslucent".equals(uniqueIdentifier.name)){ + block.setResistance(30); + continue; + }else if ("tile.TFDeadrock".equals(uniqueIdentifier.name)) { + block.setResistance(5); + continue; + } else { + continue; + } } } - super.displayAllReleventItems(stuffToShow); + block.setResistance(5); } } } diff --git a/src/main/java/com/github/technus/tectech/loader/ModGuiHandler.java b/src/main/java/com/github/technus/tectech/loader/ModGuiHandler.java deleted file mode 100644 index 5a3ca7a877..0000000000 --- a/src/main/java/com/github/technus/tectech/loader/ModGuiHandler.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.github.technus.tectech.loader; - -import com.github.technus.tectech.thing.item.gui.ScanDisplayScreen; -import cpw.mods.fml.common.network.IGuiHandler; -import net.minecraft.entity.player.EntityPlayer; -import net.minecraft.world.World; - -/** - * Created by danie_000 on 17.12.2017. - */ -public class ModGuiHandler implements IGuiHandler { - public static final int SCAN_DISPLAY_SCREEN_ID =0; - - @Override - public Object getServerGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) { - return null; - } - - @Override - public Object getClientGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) { - switch (ID){ - case SCAN_DISPLAY_SCREEN_ID: - return new ScanDisplayScreen(player); - default: return null; - } - } -} diff --git a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java deleted file mode 100644 index ce27472404..0000000000 --- a/src/main/java/com/github/technus/tectech/loader/RecipeLoader.java +++ /dev/null @@ -1,113 +0,0 @@ -package com.github.technus.tectech.loader; - -import com.github.technus.tectech.compatibility.dreamcraft.DreamCraftRecipeLoader; -import com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition; -import com.github.technus.tectech.elementalMatter.definitions.complex.hadron.dHadronDefinition; -import com.github.technus.tectech.thing.CustomItemList; -import com.github.technus.tectech.thing.casing.TT_Container_Casings; -import com.github.technus.tectech.thing.item.ConstructableTriggerItem; -import com.github.technus.tectech.thing.item.EuMeterGT; -import com.github.technus.tectech.thing.item.FrontRotationTriggerItem; -import cpw.mods.fml.common.Loader; -import gregtech.api.enums.*; -import gregtech.api.util.GT_ModHandler; -import gregtech.api.util.GT_OreDictUnificator; -import gregtech.api.util.GT_Utility; -import net.minecraft.item.ItemStack; -import net.minecraftforge.fluids.FluidRegistry; -import net.minecraftforge.fluids.FluidStack; - -import static gregtech.api.enums.GT_Values.RA; - -/** - * Created by danie_000 on 16.11.2016. - */ -public class RecipeLoader implements Runnable { - public static Materials getOrDefault(String name,Materials def){ - Materials mat=Materials.get(name); - return mat == Materials._NULL || mat == null ? def : mat; - } - - @Override - public void run() { - dAtomDefinition.setTransformation(); - dHadronDefinition.setTransformations(); - - // =================================================================================================== - // Recipes init - common goes here rest goes into methods below - // =================================================================================================== - - for(int i=0;i<=15;i++) { - RA.addAssemblerRecipe(new ItemStack[]{GT_Utility.getIntegratedCircuit(i), GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Cobalt, 1)}, Materials.Aluminium.getMolten(864), new ItemStack(TT_Container_Casings.sHintCasingsTT, 1, i), 32, 120); - } - - //Scrench - GT_ModHandler.addCraftingRecipe(new ItemStack(FrontRotationTriggerItem.INSTANCE,1), - GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, - new Object[]{"fPR", " RP", "S h", - 'P', OrePrefixes.plate.get(Materials.Cobalt), - 'R', OrePrefixes.stick.get(Materials.Cobalt), - 'S', OrePrefixes.stick.get(Materials.Wood),}); - - //BLUEprint - GT_ModHandler.addShapelessCraftingRecipe(new ItemStack(ConstructableTriggerItem.INSTANCE, 1), - GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, - new Object[]{Dyes.dyeBlue, OrePrefixes.plate.get(Materials.Paper), Dyes.dyeBlue, Dyes.dyeWhite}); - - //GT EU reader - GT_ModHandler.addCraftingRecipe(new ItemStack(EuMeterGT.INSTANCE,1), - GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, - new Object[]{"PGW", "SCW", "BRN", - 'P', OrePrefixes.plateDouble.get(Materials.Steel), - 'G', OrePrefixes.plate.get(Materials.Glass), - 'W', OrePrefixes.cableGt01.get(Materials.Copper), - 'S', OrePrefixes.stick.get(Materials.Brass), - 'C', ItemList.Casing_Coil_Cupronickel.get(1), - 'B', Dyes.dyeBlue, - 'R', Dyes.dyeRed, - 'N', Dyes.dyeBlack,}); - - //Owner detector - GT_ModHandler.addCraftingRecipe(CustomItemList.Machine_OwnerDetector.get(1), - GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, - new Object[]{"PPP","GEG","PPP", - 'P', OrePrefixes.plate.get(Materials.IronMagnetic), - 'G', OrePrefixes.plate.get(Materials.Glass), - 'E', OrePrefixes.gem.get(Materials.EnderPearl)}); - - //Data reader - GT_ModHandler.addCraftingRecipe(CustomItemList.Machine_DataReader.get(1), - GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, - new Object[]{"BdB","GES","PwP", - 'B', OrePrefixes.screw.get(Materials.Iridium), - 'P', OrePrefixes.plate.get(Materials.Iridium), - 'G', ItemList.Cover_Screen, - 'S', OrePrefixes.circuit.get(Materials.Elite), - 'E', ItemList.Hull_IV}); - - //Data Bank - RA.addAssemblylineRecipe(ItemList.Hatch_DataAccess_EV.get(1), 20000, new ItemStack[]{ - CustomItemList.Machine_Multi_Switch.get(1), - GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Master, 2), - ItemList.Tool_DataOrb.get(1), - ItemList.Cover_Screen.get(1), - }, new FluidStack[]{ - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), - Materials.Hydrogen.getGas(1000), - }, CustomItemList.Machine_Multi_DataBank.get(1), 12000, 14000); - //CustomItemList.Machine_Multi_DataBank - - //Bucks - //RA.addAssemblerRecipe(CustomItemList.) - - //recipe for ass line data hatches - RA.addAssemblerRecipe(ItemList.Hatch_DataAccess_EV.get(1), CustomItemList.dataIn_Hatch.get(1), CustomItemList.dataInAss_Hatch.get(1), 2048, 12000); - RA.addAssemblerRecipe(ItemList.Hatch_DataAccess_EV.get(1), CustomItemList.dataOut_Hatch.get(1), CustomItemList.dataOutAss_Hatch.get(1), 2048, 12000); - - if (Loader.isModLoaded("dreamcraft")) { - new DreamCraftRecipeLoader().run();//init recipes for GTNH version - } else { - new BloodyRecipeLoader().run();//init recipes for NON-GTNH version - } - } -} diff --git a/src/main/java/com/github/technus/tectech/loader/TecTechConfig.java b/src/main/java/com/github/technus/tectech/loader/TecTechConfig.java new file mode 100644 index 0000000000..468a0c909a --- /dev/null +++ b/src/main/java/com/github/technus/tectech/loader/TecTechConfig.java @@ -0,0 +1,68 @@ +package com.github.technus.tectech.loader; + +import eu.usrv.yamcore.config.ConfigManager; + +import java.io.File; + +public class TecTechConfig extends ConfigManager { + public TecTechConfig(File pConfigBaseDirectory, String pModCollectionDirectory, String pModID) { + super(pConfigBaseDirectory, pModCollectionDirectory, pModID); + } + + public boolean modAdminErrorLogs; + + //final static to allow compiler to remove the debug code when this is false + public static boolean DEBUG_MODE = false; + public boolean BOOM_ENABLE; + public boolean EASY_SCAN; + public boolean NERF_FUSION; + public boolean ENABLE_TURRET_EXPLOSIONS; + public float TURRET_DAMAGE_FACTOR; + public float TURRET_EXPLOSION_FACTOR; + + /** + * This loading phases do not correspond to mod loading phases! + */ + @Override + protected void PreInit() { + modAdminErrorLogs = false; + EASY_SCAN = false; + BOOM_ENABLE = true; + NERF_FUSION = false; + ENABLE_TURRET_EXPLOSIONS = true; + TURRET_DAMAGE_FACTOR = 10; + TURRET_EXPLOSION_FACTOR = 1; + } + + + /** + * This loading phases do not correspond to mod loading phases! + */ + @Override + protected void Init() { + modAdminErrorLogs = _mainConfig.getBoolean("AdminErrorLog", "Modules", modAdminErrorLogs, + "If set to true, every op/admin will receive all errors occurred during the startup phase as in game message on join"); + DEBUG_MODE = _mainConfig.getBoolean("DebugMode", "Debug", DEBUG_MODE, + "Enables logging and other purely debug features"); + EASY_SCAN = _mainConfig.getBoolean("EasyScan", "Features", EASY_SCAN, + "Enables tricorder to scan EM i/o hatches directly, too CHEEKY"); + BOOM_ENABLE = _mainConfig.getBoolean("BoomEnable", "Features", BOOM_ENABLE, + "Set to false to disable explosions on everything bad that you can do"); + NERF_FUSION = _mainConfig.getBoolean("NerfFusion", "Features", NERF_FUSION, + "Set to true to enable removal of plasmas heavier than Fe and other weird ones"); + ENABLE_TURRET_EXPLOSIONS = _mainConfig.getBoolean("TurretBoomEnable", "Features", ENABLE_TURRET_EXPLOSIONS, + "Set to false to disable explosions caused by EM turrets"); + TURRET_DAMAGE_FACTOR = _mainConfig.getFloat("TurretDamageFactor", "Features", TURRET_DAMAGE_FACTOR, 0, Short.MAX_VALUE, + "Damage is multiplied by this number"); + TURRET_EXPLOSION_FACTOR = _mainConfig.getFloat("TurretExplosionFactor", "Features", TURRET_EXPLOSION_FACTOR, 0, Short.MAX_VALUE, + "Explosion strength is multiplied by this number"); + } + + /** + * This loading phases do not correspond to mod loading phases! + */ + @Override + protected void PostInit() { + + } +} diff --git a/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java b/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java deleted file mode 100644 index 33bd97611e..0000000000 --- a/src/main/java/com/github/technus/tectech/loader/ThingsLoader.java +++ /dev/null @@ -1,66 +0,0 @@ -package com.github.technus.tectech.loader; - -import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.compatibility.dreamcraft.NoDreamCraftBlockLoader; -import com.github.technus.tectech.thing.block.QuantumGlassBlock; -import com.github.technus.tectech.thing.block.QuantumStuffBlock; -import com.github.technus.tectech.thing.block.ReactorSimBlock; -import com.github.technus.tectech.thing.casing.GT_Block_CasingsTT; -import com.github.technus.tectech.thing.casing.GT_Block_HintTT; -import com.github.technus.tectech.thing.casing.TT_Container_Casings; -import com.github.technus.tectech.thing.item.*; -import cpw.mods.fml.common.Loader; -import gregtech.api.enums.Textures; -import gregtech.api.interfaces.ITexture; -import openmodularturrets.blocks.turretbases.TurretBaseEM; -import openmodularturrets.blocks.turretheads.TurretHeadEM; - -import static com.github.technus.tectech.TecTech.tectechTexturePage1; - -/** - * Created by danie_000 on 16.11.2016. - */ -public class ThingsLoader implements Runnable { - @Override - public void run() { - if(Textures.BlockIcons.casingTexturePages[tectechTexturePage1]==null) { - Textures.BlockIcons.casingTexturePages[tectechTexturePage1] = new ITexture[128]; - } - if(!Loader.isModLoaded("dreamcraft")){ - TecTech.Logger.info("Adding basic casings"); - new NoDreamCraftBlockLoader().run(); - } - TecTech.Logger.info("Added texture page if was null"); - TT_Container_Casings.sBlockCasingsTT = new GT_Block_CasingsTT(); - TecTech.Logger.info("Elemental Casing registered"); - TT_Container_Casings.sHintCasingsTT = new GT_Block_HintTT(); - TecTech.Logger.info("Hint Blocks registered"); - - QuantumGlassBlock.run(); - TecTech.Logger.info("Quantum Glass registered"); - - QuantumStuffBlock.run(); - TecTech.Logger.info("Quantum Stuff registered"); - - if(Loader.isModLoaded("openmodularturrets")) { - TurretHeadEM.run(); - TecTech.Logger.info("TurretHeadEM registered"); - TurretBaseEM.run(); - TecTech.Logger.info("TurretBaseEM registered"); - } - - ReactorSimBlock.run(); - TecTech.Logger.info("Reactor Simulator registered"); - - ConstructableTriggerItem.run(); - FrontRotationTriggerItem.run(); - ParametrizerMemoryCard.run(); - ElementalDefinitionScanStorage_EM.run(); - EuMeterGT.run(); - TecTech.Logger.info("Useful Items registered"); - - ElementalDefinitionContainer_EM.run(); - DebugElementalInstanceContainer_EM.run(); - TecTech.Logger.info("Debug Items registered"); - } -} diff --git a/src/main/java/com/github/technus/tectech/loader/entity/EntityLoader.java b/src/main/java/com/github/technus/tectech/loader/entity/EntityLoader.java new file mode 100644 index 0000000000..d2d6332ef3 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/loader/entity/EntityLoader.java @@ -0,0 +1,18 @@ +package com.github.technus.tectech.loader.entity; + +import com.github.technus.tectech.TecTech; +import cpw.mods.fml.common.Loader; +import cpw.mods.fml.common.registry.EntityRegistry; +import openmodularturrets.entity.projectiles.projectileEM; + +/** + * Created by Tec on 30.07.2017. + */ +public class EntityLoader implements Runnable { + @Override + public void run() { + if(Loader.isModLoaded("openmodularturrets")) { + EntityRegistry.registerModEntity(projectileEM.class, "projectileEM", 0, TecTech.instance, 16, 5, true); + } + } +} diff --git a/src/main/java/com/github/technus/tectech/loader/gui/CreativeTabTecTech.java b/src/main/java/com/github/technus/tectech/loader/gui/CreativeTabTecTech.java new file mode 100644 index 0000000000..295e1aeb7d --- /dev/null +++ b/src/main/java/com/github/technus/tectech/loader/gui/CreativeTabTecTech.java @@ -0,0 +1,51 @@ +package com.github.technus.tectech.loader.gui; + +import com.github.technus.tectech.thing.CustomItemList; +import com.github.technus.tectech.thing.block.QuantumGlassBlock; +import com.github.technus.tectech.thing.casing.TT_Container_Casings; +import com.github.technus.tectech.thing.item.ConstructableTriggerItem; +import com.github.technus.tectech.thing.item.DebugElementalInstanceContainer_EM; +import com.github.technus.tectech.thing.item.ElementalDefinitionScanStorage_EM; +import com.github.technus.tectech.thing.item.ParametrizerMemoryCard; +import cpw.mods.fml.relauncher.Side; +import cpw.mods.fml.relauncher.SideOnly; +import gregtech.api.GregTech_API; +import net.minecraft.creativetab.CreativeTabs; +import net.minecraft.item.Item; + +import java.util.List; + +public class CreativeTabTecTech extends CreativeTabs { + public static CreativeTabTecTech creativeTabTecTech; + + public CreativeTabTecTech(String name) { + super(name); + registerThingsInTabs(); + } + + @SideOnly(Side.CLIENT) + @Override + public Item getTabIconItem() { + return DebugElementalInstanceContainer_EM.INSTANCE; + } + + @Override + public void displayAllReleventItems(List stuffToShow) { + for(CustomItemList item: CustomItemList.values()){ + if (item.hasBeenSet() && item.getBlock() == GregTech_API.sBlockMachines) { + stuffToShow.add(item.get(1)); + } + } + super.displayAllReleventItems(stuffToShow); + } + + private static void registerThingsInTabs() { + QuantumGlassBlock.INSTANCE.setCreativeTab(creativeTabTecTech); + TT_Container_Casings.sBlockCasingsTT.setCreativeTab(creativeTabTecTech); + TT_Container_Casings.sHintCasingsTT.setCreativeTab(creativeTabTecTech); + DebugElementalInstanceContainer_EM.INSTANCE.setCreativeTab(creativeTabTecTech); + ConstructableTriggerItem.INSTANCE.setCreativeTab(creativeTabTecTech); + ParametrizerMemoryCard.INSTANCE.setCreativeTab(creativeTabTecTech); + ElementalDefinitionScanStorage_EM.INSTANCE.setCreativeTab(creativeTabTecTech); + } +} diff --git a/src/main/java/com/github/technus/tectech/loader/gui/ModGuiHandler.java b/src/main/java/com/github/technus/tectech/loader/gui/ModGuiHandler.java new file mode 100644 index 0000000000..e3314fccd9 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/loader/gui/ModGuiHandler.java @@ -0,0 +1,27 @@ +package com.github.technus.tectech.loader.gui; + +import com.github.technus.tectech.thing.item.gui.ScanDisplayScreen; +import cpw.mods.fml.common.network.IGuiHandler; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.world.World; + +/** + * Created by danie_000 on 17.12.2017. + */ +public class ModGuiHandler implements IGuiHandler { + public static final int SCAN_DISPLAY_SCREEN_ID =0; + + @Override + public Object getServerGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) { + return null; + } + + @Override + public Object getClientGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) { + switch (ID){ + case SCAN_DISPLAY_SCREEN_ID: + return new ScanDisplayScreen(player); + default: return null; + } + } +} diff --git a/src/main/java/com/github/technus/tectech/loader/mechanics/ElementalLoader.java b/src/main/java/com/github/technus/tectech/loader/mechanics/ElementalLoader.java new file mode 100644 index 0000000000..a2ea8c60de --- /dev/null +++ b/src/main/java/com/github/technus/tectech/loader/mechanics/ElementalLoader.java @@ -0,0 +1,40 @@ +package com.github.technus.tectech.loader.mechanics; + +import com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.dComplexAspectDefinition; +import com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.ePrimalAspectDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalPrimitive; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.dAtomDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.iaeaNuclide; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.hadron.dHadronDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.*; + +/** + * Created by danie_000 on 16.11.2016. + */ +public class ElementalLoader implements Runnable { + @Override + public void run() { + // =================================================================================================== + // Definition init + // =================================================================================================== + + cElementalPrimitive.run(); + + cPrimitiveDefinition.run(); + + eQuarkDefinition.run(); + eLeptonDefinition.run(); + eNeutrinoDefinition.run(); + eBosonDefinition.run(); + + dHadronDefinition.run(); + + iaeaNuclide.run(); + + dAtomDefinition.run(); + + ePrimalAspectDefinition.run(); + + dComplexAspectDefinition.run(); + } +} diff --git a/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java new file mode 100644 index 0000000000..7999b719e1 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java @@ -0,0 +1,595 @@ +package com.github.technus.tectech.loader.recipe; + +import com.github.technus.tectech.recipe.TT_recipeAdder; +import com.github.technus.tectech.thing.CustomItemList; +import com.github.technus.tectech.thing.block.QuantumGlassBlock; +import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.Behaviour_Centrifuge; +import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.Behaviour_ElectromagneticSeparator; +import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.GT_MetaTileEntity_EM_machine; +import gregtech.api.enums.GT_Values; +import gregtech.api.enums.ItemList; +import gregtech.api.enums.Materials; +import gregtech.api.enums.OrePrefixes; +import gregtech.api.util.GT_ModHandler; +import gregtech.api.util.GT_OreDictUnificator; +import net.minecraft.init.Blocks; +import net.minecraft.item.ItemStack; +import net.minecraftforge.fluids.FluidRegistry; +import net.minecraftforge.fluids.FluidStack; + +/** + * Created by Tec on 06.08.2017. + */ +public class BloodyRecipeLoader implements Runnable { + @Override + public void run() { + //Quantum Glass + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_Containment.get(1), + GT_ModHandler.getIC2Item("reinforcedGlass", 1L) + }, Materials.Osmium.getMolten(576), new ItemStack(QuantumGlassBlock.INSTANCE, 1), 200, 500000); + + //region pipes + + //Data + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Circuit_Parts_GlassFiber.get(8), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Silver, 6) + }, Materials.Polytetrafluoroethylene.getMolten(144), CustomItemList.DATApipe.get(1), 200, 30720); + + //endregion + + + //region casing + + //High Power Casing + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Iridium, 1), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Iridium, 6), + GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Master, 1), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Cobalt, 16), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Copper, 16), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.NiobiumTitanium, 2) + }, Materials.TungstenSteel.getMolten(576), CustomItemList.eM_Power.get(1), 100, 30720); + + //Computer Casing + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_Power.get(1), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.StainlessSteel, 8), + GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Ultimate, 1), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.NiobiumTitanium, 2) + }, Materials.Aluminium.getMolten(1296), CustomItemList.eM_Computer_Casing.get(1), 200, 122880); + //Computer Vent Casing + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.StainlessSteel, 1), + ItemList.Electric_Motor_IV.get(2), + GT_OreDictUnificator.get(OrePrefixes.rotor, Materials.StainlessSteel, 2), + GT_OreDictUnificator.get(OrePrefixes.pipeTiny, Materials.StainlessSteel, 16), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Copper, 16), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Superconductor, 1) + }, Materials.SolderingAlloy.getMolten(1296), CustomItemList.eM_Computer_Vent.get(1), 100, 1920); + //Advanced Computer Casing + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_Computer_Casing.get(1), + GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Ultimate, 1), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Cobalt, 32), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Electrum, 64), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 4) + }, Materials.Iridium.getMolten(1296), CustomItemList.eM_Computer_Bus.get(1), 200, 122880); + + //Molecular Casing + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_Power.get(1), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Osmiridium, 16), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Osmium, 12), + GT_OreDictUnificator.get(OrePrefixes.screw, Materials.TungstenSteel, 24), + GT_OreDictUnificator.get(OrePrefixes.ring, Materials.TungstenSteel, 24), + ItemList.Field_Generator_IV.get(1) + }, Materials.Osmium.getMolten(1296), CustomItemList.eM_Containment.get(1), 800, 500000); + + //Hollow Casing + TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.eM_Containment.get(1), + 12000,32, 500000, 6, new ItemStack[]{ + CustomItemList.eM_Containment.get(1), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 8), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Plutonium, 2), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Lead, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Americium, 16), + GT_OreDictUnificator.get(OrePrefixes.screw, Materials.Neutronium, 16), + }, new FluidStack[]{ + Materials.Americium.getMolten(1296), + Materials.Osmium.getMolten(1296), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + Materials.Argon.getGas(576), + }, CustomItemList.eM_Hollow.get(2), 200, 2000000); + + //EM Coil + TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.eM_Hollow.get(1), + 48000,128, 1000000, 16, new ItemStack[]{ + CustomItemList.eM_Hollow.get(1), + ItemList.Casing_Fusion_Coil.get(4), + ItemList.Casing_Coil_NaquadahAlloy.get( 4), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Americium, 16), + }, new FluidStack[]{ + Materials.Glass.getMolten(2304), + Materials.Silicone.getMolten(1872), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + Materials.Americium.getMolten(1296), + }, CustomItemList.eM_Coil.get(4), 800, 2000000); + + //endregion + + + //region hatches + + //Dynamo Hatches IV-UIV + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Dynamo_IV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Tungsten, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 2)}, + Materials.Silver.getMolten(144), + CustomItemList.eM_dynamomulti4_IV.get(1), 100, 1920); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti4_IV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Tungsten, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 4)}, + Materials.Electrum.getMolten(144), + CustomItemList.eM_dynamomulti16_IV.get(1), 200, 1920); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti16_IV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Tungsten, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 6)}, + Materials.Tungsten.getMolten(144), + CustomItemList.eM_dynamomulti64_IV.get(1), 400, 1920); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Dynamo_LuV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.VanadiumGallium, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 2)}, + Materials.Silver.getMolten(288), + CustomItemList.eM_dynamomulti4_LuV.get(1), 100, 7860); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti4_LuV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.VanadiumGallium, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 4)}, + Materials.Electrum.getMolten(288), + CustomItemList.eM_dynamomulti16_LuV.get(1), 200, 7860); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti16_LuV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.VanadiumGallium, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 6)}, + Materials.Tungsten.getMolten(288), + CustomItemList.eM_dynamomulti64_LuV.get(1), 400, 7860); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Dynamo_ZPM.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Naquadah, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 2)}, + Materials.Silver.getMolten(576), + CustomItemList.eM_dynamomulti4_ZPM.get(1), 100, 30720); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti4_ZPM.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Naquadah, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 4)}, + Materials.Electrum.getMolten(576), + CustomItemList.eM_dynamomulti16_ZPM.get(1), 200, 30720); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti16_ZPM.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Naquadah, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 6)}, + Materials.Tungsten.getMolten(576), + CustomItemList.eM_dynamomulti64_ZPM.get(1), 400, 30720); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Dynamo_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, + Materials.Silver.getMolten(1152), + CustomItemList.eM_dynamomulti4_UV.get(1), 100, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti4_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, + Materials.Electrum.getMolten(1152), + CustomItemList.eM_dynamomulti16_UV.get(1), 200, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti16_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, + Materials.Tungsten.getMolten(1152), + CustomItemList.eM_dynamomulti64_UV.get(1), 400, 122880); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Dynamo_MAX.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, + Materials.Silver.getMolten(2304), + CustomItemList.eM_dynamomulti4_UHV.get(1), 100, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti4_UHV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, + Materials.Electrum.getMolten(2304), + CustomItemList.eM_dynamomulti16_UHV.get(1), 200, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti16_UHV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, + Materials.Tungsten.getMolten(2304), + CustomItemList.eM_dynamomulti64_UHV.get(1), 400, 500000); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Dynamo_MAX.get(4), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 8)}, + Materials.Silver.getMolten(4608), + CustomItemList.eM_dynamomulti4_UEV.get(1), 500, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti4_UEV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 16)}, + Materials.Electrum.getMolten(4608), + CustomItemList.eM_dynamomulti16_UEV.get(1), 1000, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_dynamomulti16_UEV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 24)}, + Materials.Tungsten.getMolten(4608), + CustomItemList.eM_dynamomulti64_UEV.get(1), 2000, 500000); + + //Energy Hatches UV-UIV + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Energy_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, + Materials.Silver.getMolten(1152), + CustomItemList.eM_energymulti4_UV.get(1), 100, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_energymulti4_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, + Materials.Electrum.getMolten(1152), + CustomItemList.eM_energymulti16_UV.get(1), 200, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_energymulti16_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, + Materials.Tungsten.getMolten(1152), + CustomItemList.eM_energymulti64_UV.get(1), 400, 122880); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Energy_MAX.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, + Materials.Silver.getMolten(2304), + CustomItemList.eM_energymulti4_UHV.get(1), 100, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_energymulti4_UHV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, + Materials.Electrum.getMolten(2304), + CustomItemList.eM_energymulti16_UHV.get(1), 200, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_energymulti16_UHV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, + Materials.Tungsten.getMolten(2304), + CustomItemList.eM_energymulti64_UHV.get(1), 400, 500000); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Hatch_Energy_MAX.get(4), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 8)}, + Materials.Silver.getMolten(4608), + CustomItemList.eM_energymulti4_UEV.get(1), 100, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_energymulti4_UEV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 16)}, + Materials.Electrum.getMolten(4608), + CustomItemList.eM_energymulti16_UEV.get(1), 200, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_energymulti16_UEV.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 24)}, + Materials.Tungsten.getMolten(4608), + CustomItemList.eM_energymulti64_UEV.get(1), 400, 2000000); + + //Data Input + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_Computer_Casing.get(1), + ItemList.Hatch_Input_Bus_LuV.get(1), + ItemList.Circuit_Crystalcomputer.get(1), + CustomItemList.DATApipe.get(2) + }, Materials.Iridium.getMolten(1296), CustomItemList.dataIn_Hatch.get(1), 200, 122880); + //Data Output + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_Computer_Casing.get(1), + ItemList.Hatch_Output_Bus_LuV.get(1), + ItemList.Circuit_Crystalcomputer.get(1), + CustomItemList.DATApipe.get(2) + }, Materials.Iridium.getMolten(1296), CustomItemList.dataOut_Hatch.get(1), 200, 122880); + + //Rack + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_Computer_Bus.get(1), + ItemList.Hatch_Input_Bus_ZPM.get(1), + ItemList.Circuit_Crystalcomputer.get(2), + CustomItemList.DATApipe.get(4) + }, Materials.Iridium.getMolten(1296), CustomItemList.rack_Hatch.get(1), 800, 122880); + + //Object Holder + GT_Values.RA.addAssemblylineRecipe(ItemList.Hatch_Input_Bus_ZPM.get(1), 10000, new ItemStack[]{ + ItemList.Hatch_Input_Bus_ZPM.get(1), + CustomItemList.eM_Computer_Bus.get(1), + ItemList.Emitter_ZPM.get(8), + ItemList.Robot_Arm_ZPM.get(1), + ItemList.Electric_Motor_ZPM.get(2), + ItemList.Circuit_Crystalmainframe.get(1), + GT_OreDictUnificator.get(OrePrefixes.cableGt02, Materials.Naquadah, 2), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Naquadah, 16), + CustomItemList.DATApipe.get(2), + }, new FluidStack[]{ + Materials.UUMatter.getFluid(500), + Materials.Iridium.getMolten(1000), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 1000) + }, CustomItemList.holder_Hatch.get(1), 1200, 100000); + + //Parameterizer + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_Computer_Casing.get(1), + ItemList.Circuit_Masterquantumcomputer.get(1), + CustomItemList.DATApipe.get(4), + ItemList.Cover_Screen.get(1 ), + new ItemStack(Blocks.stone_button, 16), + }, Materials.Iridium.getMolten(2592), CustomItemList.Parametrizer_Hatch.get(1), 800, 122880); + //Uncertainty + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_Computer_Casing.get(1), + ItemList.Circuit_Ultimatecrystalcomputer.get(1), + CustomItemList.DATApipe.get(16), + ItemList.Cover_Screen.get(1 ), + new ItemStack(Blocks.stone_button, 16), + }, Materials.Iridium.getMolten(2592), CustomItemList.Uncertainty_Hatch.get(1), 1200, 122880); + + //Elemental Input + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_Containment.get(1), + ItemList.Hatch_Input_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 8), + ItemList.Sensor_UV.get(1) + }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_in_UV.get(1), 800, 500000); + //Elemental Output + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_Containment.get(1), + ItemList.Hatch_Output_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 8), + ItemList.Emitter_UV.get(1) + }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_out_UV.get(1), 800, 500000); + //Overflow + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.eM_Containment.get(1), + ItemList.Hatch_Muffler_UV.get(1), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 4), + ItemList.Field_Generator_UV.get(1) + }, Materials.Osmiridium.getMolten(1296), CustomItemList.eM_muffler_UV.get(1), 800, 500000); + + //endregion + + + //region multiblocks + + //Microwave Grinder + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Machine_HV_Microwave.get(1), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.StainlessSteel, 4), + GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Advanced, 4), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.AnnealedCopper, 16), + ItemList.Upgrade_Overclocker.get(4), + }, Materials.Copper.getMolten(576), CustomItemList.Machine_Multi_Microwave.get(1), 800, 480); + + //Active Transformer + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + ItemList.Transformer_ZPM_LuV.get(16), + ItemList.Circuit_Board_Elite.get(1),//? + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Superconductor, 16), + ItemList.Circuit_Chip_HPIC.get(2), + }, Materials.TungstenSteel.getMolten(576), CustomItemList.Machine_Multi_Transformer.get(1), 400, 30720); + + //Network Switch + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.Machine_Multi_Transformer.get(1), + ItemList.Circuit_Ultimatecrystalcomputer.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Cobalt, 32), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Copper, 32), + CustomItemList.DATApipe.get(4), + }, Materials.Iridium.getMolten(1296), CustomItemList.Machine_Multi_Switch.get(1), 800, 122880); + + //Quantum Computer + GT_Values.RA.addAssemblylineRecipe(ItemList.Tool_DataOrb.get(1), 20000, new ItemStack[]{ + CustomItemList.Machine_Multi_Switch.get(1), + GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Superconductor, 2), + ItemList.Tool_DataOrb.get(1), + ItemList.Cover_Screen.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 8), + CustomItemList.DATApipe.get(8), + }, new FluidStack[]{ + Materials.UUMatter.getFluid(1000), + Materials.Iridium.getMolten(1296), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + Materials.Hydrogen.getGas(1000), + }, CustomItemList.Machine_Multi_Computer.get(1), 12000, 100000); + + //Research Station + GT_Values.RA.addAssemblylineRecipe(ItemList.Tool_Scanner.get(1), 80000, new ItemStack[]{ + CustomItemList.Machine_Multi_Switch.get(1), + ItemList.Sensor_ZPM.get(8), + ItemList.Circuit_Crystalmainframe.get(4), + ItemList.Field_Generator_ZPM.get(1), + ItemList.Electric_Motor_ZPM.get(2), + GT_OreDictUnificator.get(OrePrefixes.cableGt02, Materials.Naquadah, 4), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Naquadah, 32), + CustomItemList.DATApipe.get(16), + }, new FluidStack[]{ + Materials.UUMatter.getFluid(1000), + Materials.Iridium.getMolten(1296), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + Materials.Osmium.getMolten(1296), + }, CustomItemList.Machine_Multi_Research.get(1), 12000, 100000); + + //Matter Junction + TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_Switch.get(1), + 8000,32, 500000, 4, new ItemStack[]{ + CustomItemList.Machine_Multi_Transformer.get(1), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Naquadah, 16), + ItemList.Robot_Arm_LuV.get(2), + ItemList.Electric_Piston_LuV.get(2), + ItemList.Circuit_Wetwaresupercomputer.get(2), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 4), + }, new FluidStack[]{ + Materials.UUMatter.getFluid(1000), + Materials.Naquadah.getMolten(1296), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + Materials.Osmium.getMolten(1296), + }, CustomItemList.Machine_Multi_EMjunction.get(1), 12000, 100000); + + //Matter Quantizer + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Input_UV.get(1), + 12000,32, 500000, 6, new ItemStack[]{ + CustomItemList.Machine_Multi_Transformer.get(1), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 16), + ItemList.Emitter_UV.get(2), + ItemList.Circuit_Wetwaresupercomputer.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 2), + }, new FluidStack[]{ + Materials.UUMatter.getFluid(1000), + Materials.Naquadah.getMolten(1296), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + Materials.Osmium.getMolten(1296), + }, CustomItemList.Machine_Multi_MatterToEM.get(1), 12000, 100000); + + //Matter DeQuantizer + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Output_UV.get(1), + 12000,32, 500000, 6, new ItemStack[]{ + CustomItemList.Machine_Multi_Transformer.get(1), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Naquadah, 16), + ItemList.Sensor_UV.get(2), + ItemList.Circuit_Wetwaresupercomputer.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 2), + }, new FluidStack[]{ + Materials.UUMatter.getFluid(1000), + Materials.Naquadah.getMolten(1296), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + Materials.Osmium.getMolten(1296), + }, CustomItemList.Machine_Multi_EMToMatter.get(1), 12000, 100000); + + //Essentia Quantizer + TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_MatterToEM.get(1), + 15000,32, 500000, 8, new ItemStack[]{ + CustomItemList.Machine_Multi_MatterToEM.get(1), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 8), + ItemList.Emitter_UV.get(2), + ItemList.Circuit_Wetwaresupercomputer.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), + }, new FluidStack[]{ + Materials.UUMatter.getFluid(2000), + Materials.Void.getMolten(2592), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 4000), + Materials.Osmium.getMolten(1296), + }, CustomItemList.Machine_Multi_EssentiaToEM.get(1), 24000, 500000); + + //Essentia DeQuantizer + TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_EMToMatter.get(1), + 15000,32, 500000, 8, new ItemStack[]{ + CustomItemList.Machine_Multi_EMToMatter.get(1), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 8), + ItemList.Sensor_UV.get(2), + ItemList.Circuit_Wetwaresupercomputer.get(1), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 8), + }, new FluidStack[]{ + Materials.UUMatter.getFluid(2000), + Materials.Void.getMolten(2592), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 4000), + Materials.Osmium.getMolten(1296), + }, CustomItemList.Machine_Multi_EMToEssentia.get(1), 24000, 500000); + + //EM Scanner + TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_Research.get(1), + 150000,128, 500000, 16, new ItemStack[]{ + CustomItemList.Machine_Multi_EMjunction.get(1), + CustomItemList.eM_Computer_Bus.get(4), + ItemList.Field_Generator_UV.get(4), + ItemList.Sensor_UV.get(4), + ItemList.Circuit_Wetwaresupercomputer.get(4),//? + GT_OreDictUnificator.get(OrePrefixes.lens,Materials.Diamond,32), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 16), + }, new FluidStack[]{ + Materials.UUMatter.getFluid(2000), + Materials.Neutronium.getMolten(2592), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 4000), + Materials.Osmiridium.getMolten(1296), + }, CustomItemList.Machine_Multi_Scanner.get(1), 24000, 500000); + + //Multi Infuser + TT_recipeAdder.addResearchableAssemblylineRecipe(CustomItemList.Machine_Multi_Transformer.get(1), + 192000,512, 2000000, 32, new ItemStack[]{ + CustomItemList.Machine_Multi_Transformer.get(1), + CustomItemList.eM_Coil.get(8), + CustomItemList.eM_Power.get( 8), + GT_OreDictUnificator.get(OrePrefixes.screw, Materials.NeodymiumMagnetic, 16), + }, new FluidStack[]{ + Materials.Electrum.getMolten(2592), + Materials.Neutronium.getMolten(1872), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + }, CustomItemList.Machine_Multi_Infuser.get(1), 8000, 2000000); + + //endregion + + //ha trafos + //if(Loader.isModLoaded(Reference.GTPLUSPLUS)){ + // GT_Values.RA.addAssemblerRecipe(CustomItemList.HA) + //} + + //power trafos + //GT_Values.RA.addAssemblerRecipe() + + register_machine_EM_behaviours(); + } + + private void register_machine_EM_behaviours(){ + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(6),ItemList.Machine_IV_Centrifuge.get(1)); + try { + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(7),ItemList.valueOf("Machine_LuV_Centrifuge").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(8),ItemList.valueOf("Machine_ZPM_Centrifuge").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(9),ItemList.valueOf("Machine_UV_Centrifuge").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(10),ItemList.valueOf("Machine_UV_Centrifuge").get(4)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(11),ItemList.valueOf("Machine_UV_Centrifuge").get(16)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(12),ItemList.valueOf("Machine_UV_Centrifuge").get(64)); + }catch (IllegalArgumentException|NullPointerException e){ + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(7),ItemList.Machine_IV_Centrifuge.get(2)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(8),ItemList.Machine_IV_Centrifuge.get(4)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(9),ItemList.Machine_IV_Centrifuge.get(8)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(10),ItemList.Machine_IV_Centrifuge.get(16)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(11),ItemList.Machine_IV_Centrifuge.get(32)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_Centrifuge(12),ItemList.Machine_IV_Centrifuge.get(64)); + } + + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(6),ItemList.Machine_IV_ElectromagneticSeparator.get(1)); + try { + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(7),ItemList.valueOf("Machine_LuV_ElectromagneticSeparator").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(8),ItemList.valueOf("Machine_ZPM_ElectromagneticSeparator").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(9),ItemList.valueOf("Machine_UV_ElectromagneticSeparator").get(1)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(10),ItemList.valueOf("Machine_UV_ElectromagneticSeparator").get(4)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(11),ItemList.valueOf("Machine_UV_ElectromagneticSeparator").get(16)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(12),ItemList.valueOf("Machine_UV_ElectromagneticSeparator").get(64)); + }catch (IllegalArgumentException|NullPointerException e){ + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(7),ItemList.Machine_IV_ElectromagneticSeparator.get(2)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(8),ItemList.Machine_IV_ElectromagneticSeparator.get(4)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(9),ItemList.Machine_IV_ElectromagneticSeparator.get(8)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(10),ItemList.Machine_IV_ElectromagneticSeparator.get(16)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(11),ItemList.Machine_IV_ElectromagneticSeparator.get(32)); + GT_MetaTileEntity_EM_machine.registerBehaviour(new Behaviour_ElectromagneticSeparator(12),ItemList.Machine_IV_ElectromagneticSeparator.get(64)); + } + } +} diff --git a/src/main/java/com/github/technus/tectech/loader/recipe/RecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/recipe/RecipeLoader.java new file mode 100644 index 0000000000..56f461eeb5 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/loader/recipe/RecipeLoader.java @@ -0,0 +1,117 @@ +package com.github.technus.tectech.loader.recipe; + +import com.github.technus.tectech.Reference; +import com.github.technus.tectech.compatibility.dreamcraft.DreamCraftRecipeLoader; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.dAtomDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.hadron.dHadronDefinition; +import com.github.technus.tectech.thing.CustomItemList; +import com.github.technus.tectech.thing.casing.TT_Container_Casings; +import com.github.technus.tectech.thing.item.ConstructableTriggerItem; +import com.github.technus.tectech.thing.item.EuMeterGT; +import com.github.technus.tectech.thing.item.FrontRotationTriggerItem; +import cpw.mods.fml.common.Loader; +import gregtech.api.enums.Dyes; +import gregtech.api.enums.ItemList; +import gregtech.api.enums.Materials; +import gregtech.api.enums.OrePrefixes; +import gregtech.api.util.GT_ModHandler; +import gregtech.api.util.GT_OreDictUnificator; +import gregtech.api.util.GT_Utility; +import net.minecraft.item.ItemStack; +import net.minecraftforge.fluids.FluidRegistry; +import net.minecraftforge.fluids.FluidStack; + +import static gregtech.api.enums.GT_Values.RA; + +/** + * Created by danie_000 on 16.11.2016. + */ +public class RecipeLoader implements Runnable { + public static Materials getOrDefault(String name,Materials def){ + Materials mat=Materials.get(name); + return mat == Materials._NULL || mat == null ? def : mat; + } + + @Override + public void run() { + dAtomDefinition.setTransformation(); + dHadronDefinition.setTransformations(); + + // =================================================================================================== + // Recipes init - common goes here rest goes into methods below + // =================================================================================================== + + for(int i=0;i<=15;i++) { + RA.addAssemblerRecipe(new ItemStack[]{GT_Utility.getIntegratedCircuit(i), GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Cobalt, 1)}, Materials.Aluminium.getMolten(864), new ItemStack(TT_Container_Casings.sHintCasingsTT, 1, i), 32, 120); + } + + //Scrench + GT_ModHandler.addCraftingRecipe(new ItemStack(FrontRotationTriggerItem.INSTANCE,1), + GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, + new Object[]{"fPR", " RP", "S h", + 'P', OrePrefixes.plate.get(Materials.Cobalt), + 'R', OrePrefixes.stick.get(Materials.Cobalt), + 'S', OrePrefixes.stick.get(Materials.Wood),}); + + //BLUEprint + GT_ModHandler.addShapelessCraftingRecipe(new ItemStack(ConstructableTriggerItem.INSTANCE, 1), + GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, + new Object[]{Dyes.dyeBlue, OrePrefixes.plate.get(Materials.Paper), Dyes.dyeBlue, Dyes.dyeWhite}); + + //GT EU reader + GT_ModHandler.addCraftingRecipe(new ItemStack(EuMeterGT.INSTANCE,1), + GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, + new Object[]{"PGW", "SCW", "BRN", + 'P', OrePrefixes.plateDouble.get(Materials.Steel), + 'G', OrePrefixes.plate.get(Materials.Glass), + 'W', OrePrefixes.cableGt01.get(Materials.Copper), + 'S', OrePrefixes.stick.get(Materials.Brass), + 'C', ItemList.Casing_Coil_Cupronickel.get(1), + 'B', Dyes.dyeBlue, + 'R', Dyes.dyeRed, + 'N', Dyes.dyeBlack,}); + + //Owner detector + GT_ModHandler.addCraftingRecipe(CustomItemList.Machine_OwnerDetector.get(1), + GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, + new Object[]{"PPP","GEG","PPP", + 'P', OrePrefixes.plate.get(Materials.IronMagnetic), + 'G', OrePrefixes.plate.get(Materials.Glass), + 'E', OrePrefixes.gem.get(Materials.EnderPearl)}); + + //Data reader + GT_ModHandler.addCraftingRecipe(CustomItemList.Machine_DataReader.get(1), + GT_ModHandler.RecipeBits.BUFFERED | GT_ModHandler.RecipeBits.NOT_REMOVABLE, + new Object[]{"BdB","GES","PwP", + 'B', OrePrefixes.screw.get(Materials.Iridium), + 'P', OrePrefixes.plate.get(Materials.Iridium), + 'G', ItemList.Cover_Screen, + 'S', OrePrefixes.circuit.get(Materials.Elite), + 'E', ItemList.Hull_IV}); + + //Data Bank + RA.addAssemblylineRecipe(ItemList.Hatch_DataAccess_EV.get(1), 20000, new ItemStack[]{ + CustomItemList.Machine_Multi_Switch.get(1), + GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Master, 2), + ItemList.Tool_DataOrb.get(1), + ItemList.Cover_Screen.get(1), + }, new FluidStack[]{ + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), + Materials.Hydrogen.getGas(1000), + }, CustomItemList.Machine_Multi_DataBank.get(1), 12000, 14000); + //CustomItemList.Machine_Multi_DataBank + + //Bucks + //RA.addAssemblerRecipe(CustomItemList.) + + //recipe for ass line data hatches + RA.addAssemblerRecipe(ItemList.Hatch_DataAccess_EV.get(1), CustomItemList.dataIn_Hatch.get(1), CustomItemList.dataInAss_Hatch.get(1), 2048, 12000); + RA.addAssemblerRecipe(ItemList.Hatch_DataAccess_EV.get(1), CustomItemList.dataOut_Hatch.get(1), CustomItemList.dataOutAss_Hatch.get(1), 2048, 12000); + + if (Loader.isModLoaded(Reference.DREAMCRAFT)) { + new DreamCraftRecipeLoader().run();//init recipes for GTNH version + } else { + new BloodyRecipeLoader().run();//init recipes for NON-GTNH version + } + } +} diff --git a/src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java new file mode 100644 index 0000000000..1e85b363e5 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java @@ -0,0 +1,333 @@ +package com.github.technus.tectech.loader.thing; + +import com.github.technus.tectech.Reference; +import com.github.technus.tectech.compatibility.dreamcraft.NoDreamCraftMachineLoader; +import com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_essentiaDequantizer; +import com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_essentiaQuantizer; +import com.github.technus.tectech.thing.metaTileEntity.hatch.*; +import com.github.technus.tectech.thing.metaTileEntity.multi.*; +import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; +import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.GT_MetaTileEntity_EM_machine; +import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_Data; +import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_EM; +import com.github.technus.tectech.thing.metaTileEntity.single.*; +import cpw.mods.fml.common.Loader; + +import static com.github.technus.tectech.thing.CustomItemList.*; + +/** + * Created by danie_000 on 16.11.2016. + */ +public class MachineLoader implements Runnable { + @Override + public void run() { + // =================================================================================================== + // eM IN + // =================================================================================================== + + eM_in_UV.set(new GT_MetaTileEntity_Hatch_InputElemental( + 15000, "hatch.emin.tier.08", "UV Elemental Input Hatch", 8).getStackForm(1L)); + + eM_in_UHV.set(new GT_MetaTileEntity_Hatch_InputElemental( + 15001, "hatch.emin.tier.09", "UHV Elemental Input Hatch", 9).getStackForm(1L)); + + eM_in_UEV.set(new GT_MetaTileEntity_Hatch_InputElemental( + 15002, "hatch.emin.tier.10", "UEV Elemental Input Hatch", 10).getStackForm(1L)); + + eM_in_UIV.set(new GT_MetaTileEntity_Hatch_InputElemental( + 15003, "hatch.emin.tier.11", "UIV Elemental Input Hatch", 11).getStackForm(1L)); + + eM_in_UMV.set(new GT_MetaTileEntity_Hatch_InputElemental( + 15004, "hatch.emin.tier.12", "UMV Elemental Input Hatch", 12).getStackForm(1L)); + + eM_in_UXV.set(new GT_MetaTileEntity_Hatch_InputElemental( + 15005, "hatch.emin.tier.13", "UXV Elemental Input Hatch", 13).getStackForm(1L)); + + // =================================================================================================== + // eM OUT + // =================================================================================================== + + eM_out_UV.set(new GT_MetaTileEntity_Hatch_OutputElemental( + 15010, "hatch.emout.tier.08", "UV Elemental Output Hatch", 8).getStackForm(1L)); + + eM_out_UHV.set(new GT_MetaTileEntity_Hatch_OutputElemental( + 15011, "hatch.emout.tier.09", "UHV Elemental Output Hatch", 9).getStackForm(1L)); + + eM_out_UEV.set(new GT_MetaTileEntity_Hatch_OutputElemental( + 15012, "hatch.emout.tier.10", "UEV Elemental Output Hatch", 10).getStackForm(1L)); + + eM_out_UIV.set(new GT_MetaTileEntity_Hatch_OutputElemental( + 15013, "hatch.emout.tier.11", "UIV Elemental Output Hatch", 11).getStackForm(1L)); + + eM_out_UMV.set(new GT_MetaTileEntity_Hatch_OutputElemental( + 15014, "hatch.emout.tier.12", "UMV Elemental Output Hatch", 12).getStackForm(1L)); + + eM_out_UXV.set(new GT_MetaTileEntity_Hatch_OutputElemental( + 15015, "hatch.emout.tier.13", "UXV Elemental Output Hatch", 13).getStackForm(1L)); + + // =================================================================================================== + // eM Waste OUT + // =================================================================================================== + + eM_muffler_UV.set(new GT_MetaTileEntity_Hatch_OverflowElemental( + 15020, "hatch.emmuffler.tier.08", "UV Overflow Output Hatch", 8, 1e10f).getStackForm(1L)); + + eM_muffler_UHV.set(new GT_MetaTileEntity_Hatch_OverflowElemental( + 15021, "hatch.emmuffler.tier.09", "UHV Overflow Output Hatch", 9, 5e10f).getStackForm(1L)); + + eM_muffler_UEV.set(new GT_MetaTileEntity_Hatch_OverflowElemental( + 15022, "hatch.emmuffler.tier.10", "UEV Overflow Output Hatch", 10, 25e10f).getStackForm(1L)); + + eM_muffler_UIV.set(new GT_MetaTileEntity_Hatch_OverflowElemental( + 15023, "hatch.emmuffler.tier.11", "UIV Overflow Output Hatch", 11, 125e10f).getStackForm(1L)); + + eM_muffler_UMV.set(new GT_MetaTileEntity_Hatch_OverflowElemental( + 15024, "hatch.emmuffler.tier.12", "UMV Overflow Output Hatch", 12, 125e11f).getStackForm(1L)); + + eM_muffler_UXV.set(new GT_MetaTileEntity_Hatch_OverflowElemental( + 15025, "hatch.emmuffler.tier.13", "UXV Overflow Output Hatch", 13, 125e12f).getStackForm(1L)); + + // =================================================================================================== + // Multi AMP Power INPUTS + // =================================================================================================== + + eM_energymulti4_IV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15100, "hatch.energymulti04.tier.05", "IV 4A Energy Hatch", 5, 4).getStackForm(1L)); + eM_energymulti16_IV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15110, "hatch.energymulti16.tier.05", "IV 16A Energy Hatch", 5, 16).getStackForm(1L)); + eM_energymulti64_IV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15120, "hatch.energymulti64.tier.05", "IV 64A Energy Hatch", 5, 64).getStackForm(1L)); + + eM_energymulti4_LuV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15101, "hatch.energymulti04.tier.06", "LuV 4A Energy Hatch", 6, 4).getStackForm(1L)); + eM_energymulti16_LuV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15111, "hatch.energymulti16.tier.06", "LuV 16A Energy Hatch", 6, 16).getStackForm(1L)); + eM_energymulti64_LuV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15121, "hatch.energymulti64.tier.06", "LuV 64A Energy Hatch", 6, 64).getStackForm(1L)); + + eM_energymulti4_ZPM.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15102, "hatch.energymulti04.tier.07", "ZPM 4A Energy Hatch", 7, 4).getStackForm(1L)); + eM_energymulti16_ZPM.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15112, "hatch.energymulti16.tier.07", "ZPM 16A Energy Hatch", 7, 16).getStackForm(1L)); + eM_energymulti64_ZPM.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15122, "hatch.energymulti64.tier.07", "ZPM 64A Energy Hatch", 7, 64).getStackForm(1L)); + + eM_energymulti4_UV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15103, "hatch.energymulti04.tier.08", "UV 4A Energy Hatch", 8, 4).getStackForm(1L)); + eM_energymulti16_UV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15113, "hatch.energymulti16.tier.08", "UV 16A Energy Hatch", 8, 16).getStackForm(1L)); + eM_energymulti64_UV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15123, "hatch.energymulti64.tier.08", "UV 64A Energy Hatch", 8, 64).getStackForm(1L)); + + eM_energymulti4_UHV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15104, "hatch.energymulti04.tier.09", "UHV 4A Energy Hatch", 9, 4).getStackForm(1L)); + eM_energymulti16_UHV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15114, "hatch.energymulti16.tier.09", "UHV 16A Energy Hatch", 9, 16).getStackForm(1L)); + eM_energymulti64_UHV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15124, "hatch.energymulti64.tier.09", "UHV 64A Energy Hatch", 9, 64).getStackForm(1L)); + + eM_energymulti4_UEV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15105, "hatch.energymulti04.tier.10", "UEV 4A Energy Hatch", 10, 4).getStackForm(1L)); + eM_energymulti16_UEV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15115, "hatch.energymulti16.tier.10", "UEV 16A Energy Hatch", 10, 16).getStackForm(1L)); + eM_energymulti64_UEV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15125, "hatch.energymulti64.tier.10", "UEV 64A Energy Hatch", 10, 64).getStackForm(1L)); + + eM_energymulti4_UIV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15106, "hatch.energymulti04.tier.11", "UIV 4A Energy Hatch", 11, 4).getStackForm(1L)); + eM_energymulti16_UIV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15116, "hatch.energymulti16.tier.11", "UIV 16A Energy Hatch", 11, 16).getStackForm(1L)); + eM_energymulti64_UIV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15126, "hatch.energymulti64.tier.11", "UIV 64A Energy Hatch", 11, 64).getStackForm(1L)); + + eM_energymulti4_UMV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15107, "hatch.energymulti04.tier.12", "UMV 4A Energy Hatch", 12, 4).getStackForm(1L)); + eM_energymulti16_UMV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15117, "hatch.energymulti16.tier.12", "UMV 16A Energy Hatch", 12, 16).getStackForm(1L)); + eM_energymulti64_UMV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15127, "hatch.energymulti64.tier.12", "UMV 64A Energy Hatch", 12, 64).getStackForm(1L)); + + eM_energymulti4_UXV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15108, "hatch.energymulti04.tier.13", "UXV 4A Energy Hatch", 13, 4).getStackForm(1L)); + eM_energymulti16_UXV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15118, "hatch.energymulti16.tier.13", "UXV 16A Energy Hatch", 13, 16).getStackForm(1L)); + eM_energymulti64_UXV.set(new GT_MetaTileEntity_Hatch_EnergyMulti( + 15128, "hatch.energymulti64.tier.13", "UXV 64A Energy Hatch", 13, 64).getStackForm(1L)); + + // =================================================================================================== + // Multi AMP Power OUTPUTS + // =================================================================================================== + + + eM_dynamomulti4_IV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15200, "hatch.dynamomulti04.tier.05", "IV 4A Dynamo Hatch", 5, 4).getStackForm(1L)); + eM_dynamomulti16_IV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15210, "hatch.dynamomulti16.tier.05", "IV 16A Dynamo Hatch", 5, 16).getStackForm(1L)); + eM_dynamomulti64_IV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15220, "hatch.dynamomulti64.tier.05", "IV 64A Dynamo Hatch", 5, 64).getStackForm(1L)); + + eM_dynamomulti4_LuV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15201, "hatch.dynamomulti04.tier.06", "LuV 4A Dynamo Hatch", 6, 4).getStackForm(1L)); + eM_dynamomulti16_LuV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15211, "hatch.dynamomulti16.tier.06", "LuV 16A Dynamo Hatch", 6, 16).getStackForm(1L)); + eM_dynamomulti64_LuV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15221, "hatch.dynamomulti64.tier.06", "LuV 64A Dynamo Hatch", 6, 64).getStackForm(1L)); + + eM_dynamomulti4_ZPM.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15202, "hatch.dynamomulti04.tier.07", "ZPM 4A Dynamo Hatch", 7, 4).getStackForm(1L)); + eM_dynamomulti16_ZPM.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15212, "hatch.dynamomulti16.tier.07", "ZPM 16A Dynamo Hatch", 7, 16).getStackForm(1L)); + eM_dynamomulti64_ZPM.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15222, "hatch.dynamomulti64.tier.07", "ZPM 64A Dynamo Hatch", 7, 64).getStackForm(1L)); + + eM_dynamomulti4_UV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15203, "hatch.dynamomulti04.tier.08", "UV 4A Dynamo Hatch", 8, 4).getStackForm(1L)); + eM_dynamomulti16_UV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15213, "hatch.dynamomulti16.tier.08", "UV 16A Dynamo Hatch", 8, 16).getStackForm(1L)); + eM_dynamomulti64_UV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15223, "hatch.dynamomulti64.tier.08", "UV 64A Dynamo Hatch", 8, 64).getStackForm(1L)); + + eM_dynamomulti4_UHV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15204, "hatch.dynamomulti04.tier.09", "UHV 4A Dynamo Hatch", 9, 4).getStackForm(1L)); + eM_dynamomulti16_UHV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15214, "hatch.dynamomulti16.tier.09", "UHV 16A Dynamo Hatch", 9, 16).getStackForm(1L)); + eM_dynamomulti64_UHV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15224, "hatch.dynamomulti64.tier.09", "UHV 64A Dynamo Hatch", 9, 64).getStackForm(1L)); + + eM_dynamomulti4_UEV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15205, "hatch.dynamomulti04.tier.10", "UEV 4A Dynamo Hatch", 10, 4).getStackForm(1L)); + eM_dynamomulti16_UEV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15215, "hatch.dynamomulti16.tier.10", "UEV 16A Dynamo Hatch", 10, 16).getStackForm(1L)); + eM_dynamomulti64_UEV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15225, "hatch.dynamomulti64.tier.10", "UEV 64A Dynamo Hatch", 10, 64).getStackForm(1L)); + + eM_dynamomulti4_UIV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15206, "hatch.dynamomulti04.tier.11", "UIV 4A Dynamo Hatch", 11, 4).getStackForm(1L)); + eM_dynamomulti16_UIV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15216, "hatch.dynamomulti16.tier.11", "UIV 16A Dynamo Hatch", 11, 16).getStackForm(1L)); + eM_dynamomulti64_UIV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15226, "hatch.dynamomulti64.tier.11", "UIV 64A Dynamo Hatch", 11, 64).getStackForm(1L)); + + eM_dynamomulti4_UMV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15207, "hatch.dynamomulti04.tier.12", "UMV 4A Dynamo Hatch", 12, 4).getStackForm(1L)); + eM_dynamomulti16_UMV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15217, "hatch.dynamomulti16.tier.12", "UMV 16A Dynamo Hatch", 12, 16).getStackForm(1L)); + eM_dynamomulti64_UMV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15227, "hatch.dynamomulti64.tier.12", "UMV 64A Dynamo Hatch", 12, 64).getStackForm(1L)); + + eM_dynamomulti4_UXV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15208, "hatch.dynamomulti04.tier.13", "UXV 4A Dynamo Hatch", 13, 4).getStackForm(1L)); + eM_dynamomulti16_UXV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15218, "hatch.dynamomulti16.tier.13", "UXV 16A Dynamo Hatch", 13, 16).getStackForm(1L)); + eM_dynamomulti64_UXV.set(new GT_MetaTileEntity_Hatch_DynamoMulti( + 15228, "hatch.dynamomulti64.tier.13", "UXV 64A Dynamo Hatch", 13, 64).getStackForm(1L)); + + // =================================================================================================== + // MULTIBLOCKS + // =================================================================================================== + + Machine_Multi_Transformer.set(new GT_MetaTileEntity_EM_transformer(15300, "multimachine.em.transformer", "Active Transformer").getStackForm(1L)); + + Machine_Multi_Switch.set(new GT_MetaTileEntity_EM_switch(15310, "multimachine.em.switch", "Network Switch With QoS").getStackForm(1L)); + Machine_Multi_Computer.set(new GT_MetaTileEntity_EM_computer(15311, "multimachine.em.computer", "Quantum Computer").getStackForm(1L)); + Machine_Multi_Microwave.set(new GT_MetaTileEntity_TM_microwave(15312, "multimachine.tm.microwave", "Microwave Grinder").getStackForm(1L)); + Machine_Multi_DataBank.set(new GT_MetaTileEntity_EM_dataBank(15313, "multimachine.em.databank", "Data Bank").getStackForm(1L)); + Machine_Multi_teslaCoil.set(new GT_MetaTileEntity_TM_teslaCoil(15314, "multimachine.tm.teslaCoil", "Tesla Coil").getStackForm(1L)); + + Machine_Multi_EMjunction.set(new GT_MetaTileEntity_EM_junction(15320, "multimachine.em.junction", "Matter Junction").getStackForm(1L)); + Machine_Multi_MatterToEM.set(new GT_MetaTileEntity_EM_quantizer(15321, "multimachine.em.mattertoem", "Matter Quantizer").getStackForm(1L)); + Machine_Multi_EMToMatter.set(new GT_MetaTileEntity_EM_dequantizer(15322, "multimachine.em.emtomatter", "Matter Dequantizer").getStackForm(1L)); + + // COMPAT + Machine_Multi_EssentiaToEM.set(new GT_MetaTileEntity_EM_essentiaQuantizer(15323, "multimachine.em.essentiatoem", "Essentia Quantizer").getStackForm(1L)); + Machine_Multi_EMToEssentia.set(new GT_MetaTileEntity_EM_essentiaDequantizer(15324, "multimachine.em.emtoessentia", "Essentia Dequantizer").getStackForm(1L)); + + Machine_Multi_Scanner.set(new GT_MetaTileEntity_EM_scanner(15330, "multimachine.em.scanner", "Elemental Scanner").getStackForm(1L)); + Machine_Multi_Research.set(new GT_MetaTileEntity_EM_research(15331, "multimachine.em.research", "Research station").getStackForm(1L)); + + Machine_Multi_Collider.set(new GT_MetaTileEntity_EM_collider(15340, "multimachine.em.collider", "Matter Collider").getStackForm(1L)); + + Machine_Multi_Infuser.set(new GT_MetaTileEntity_EM_infuser(15350, "multimachine.em.infuser", "Energy Infuser").getStackForm(1)); + + Machine_Multi_EMmachine.set(new GT_MetaTileEntity_EM_machine(15360, "multimachine.em.processing", "Quantum Processing Machine").getStackForm(1L)); + + Machine_Multi_EMCrafter.set(new GT_MetaTileEntity_EM_crafting(15370, "multimachine.em.crafter", "Matter Assembler").getStackForm(1L)); + + Machine_Multi_Stabilizer.set(new GT_MetaTileEntity_EM_stabilizer(15380, "multimachine.em.stabilizer", "Elemental Stabilizer").getStackForm(1L)); + + Machine_Multi_Wormhole.set(new GT_MetaTileEntity_EM_wormhole(15390, "multimachine.em.wormhole", "Wormhole").getStackForm(1L)); + + Machine_Multi_Decay.set(new GT_MetaTileEntity_EM_decay(15400, "multimachine.em.decay", "Decay Generator").getStackForm(1L)); + Machine_Multi_Annihilation.set(new GT_MetaTileEntity_EM_annihilation(15405, "multimachine.em.annihilation", "Annihilation Generator").getStackForm(1L)); + Machine_Multi_BHG.set(new GT_MetaTileEntity_EM_bhg(15410, "multimachine.em.blackholegenerator", "Black Hole Generator").getStackForm(1L)); + + // =================================================================================================== + // Hatches + // =================================================================================================== + + Parametrizer_Hatch.set(new GT_MetaTileEntity_Hatch_Param(15420, "hatch.param.tier.07", "Parametrizer", 7).getStackForm(1L)); + ParametrizerX_Hatch.set(new GT_MetaTileEntity_Hatch_Param(15421, "hatch.param.tier.10", "Parametrizer X", 10).getStackForm(1L)); + + Uncertainty_Hatch.set(new GT_MetaTileEntity_Hatch_Uncertainty(15430, "hatch.certain.tier.07", "Uncertainty Resolver", 7).getStackForm(1L)); + UncertaintyX_Hatch.set(new GT_MetaTileEntity_Hatch_Uncertainty(15431, "hatch.certain.tier.10", "Uncertainty Resolver X", 10).getStackForm(1L)); + + dataIn_Hatch.set(new GT_MetaTileEntity_Hatch_InputData(15440, "hatch.datain.tier.07", "Optical Slave Connector", 7).getStackForm(1L)); + dataOut_Hatch.set(new GT_MetaTileEntity_Hatch_OutputData(15441, "hatch.dataout.tier.07", "Optical Master Connector", 7).getStackForm(1L)); + dataInAss_Hatch.set(new GT_MetaTileEntity_Hatch_InputDataItems(15442, "hatch.datainass.tier.07", "Assembly line Slave Connector", 7).getStackForm(1L)); + dataOutAss_Hatch.set(new GT_MetaTileEntity_Hatch_OutputDataItems(15443, "hatch.dataoutass.tier.07", "Data Bank Master Connector", 7).getStackForm(1L)); + + rack_Hatch.set(new GT_MetaTileEntity_Hatch_Rack(15450, "hatch.rack.tier.08", "Computer Rack", 8, "4 Slot Rack").getStackForm(1L)); + holder_Hatch.set(new GT_MetaTileEntity_Hatch_Holder(15451, "hatch.holder.tier.09", "Object Holder", 8, "For Research Station").getStackForm(1L)); + + capacitor_Hatch.set(new GT_MetaTileEntity_Hatch_Capacitor(15452, "hatch.capacitor.tier.05", "Capacitor Hatch", 5, "For Tesla Coil").getStackForm(1L)); + + // =================================================================================================== + // Pipes + // =================================================================================================== + + EMpipe.set(new GT_MetaTileEntity_Pipe_EM(15460, "pipe.elementalmatter", "Quantum \"Tunnel\"").getStackForm(1L)); + + DATApipe.set(new GT_MetaTileEntity_Pipe_Data(15470, "pipe.datastream", "Optical Fiber Cable").getStackForm(1L)); + + // =================================================================================================== + // Single Blocks + // =================================================================================================== + + Machine_OwnerDetector.set(new GT_MetaTileEntity_OwnerDetector(15480, "machine.tt.ownerdetector", "Owner detector", 3).getStackForm(1L)); + Machine_DataReader.set(new GT_MetaTileEntity_DataReader(15481, "machine.tt.datareader", "Data Reader", 5).getStackForm(1L)); + + Machine_BuckConverter_IV.set(new GT_MetaTileEntity_BuckConverter(15485, "machine.tt.buck", "Insane Buck Converter", 5).getStackForm(1L)); + Machine_BuckConverter_LuV.set(new GT_MetaTileEntity_BuckConverter(15486, "machine.tt.buck", "Ludicrous Buck Converter", 6).getStackForm(1L)); + Machine_BuckConverter_ZPM.set(new GT_MetaTileEntity_BuckConverter(15487, "machine.tt.buck", "ZPM Voltage Buck Converter", 7).getStackForm(1L)); + Machine_BuckConverter_UV.set(new GT_MetaTileEntity_BuckConverter(15488, "machine.tt.buck", "Ultimate Power Buck Converter", 8).getStackForm(1L)); + Machine_BuckConverter_UHV.set(new GT_MetaTileEntity_BuckConverter(15489, "machine.tt.buck", "Highly Ultimate Buck Converter", 9).getStackForm(1L)); + Machine_BuckConverter_UEV.set(new GT_MetaTileEntity_BuckConverter(15490, "machine.tt.buck", "Extremely Ultimate Buck Converter", 10).getStackForm(1L)); + Machine_BuckConverter_UIV.set(new GT_MetaTileEntity_BuckConverter(15491, "machine.tt.buck", "Insanely Ultimate Buck Converter", 11).getStackForm(1L)); + Machine_BuckConverter_UMV.set(new GT_MetaTileEntity_BuckConverter(15492, "machine.tt.buck", "Mega Ultimate Buck Converter", 12).getStackForm(1L)); + Machine_BuckConverter_UXV.set(new GT_MetaTileEntity_BuckConverter(15493, "machine.tt.buck", "Extended Mega Ultimate Buck Converter", 13).getStackForm(1L)); + + // =================================================================================================== + // Debug Stuff + // =================================================================================================== + hatch_CreativeMaitenance.set(new GT_MetaTileEntity_Hatch_CreativeMaintenance(15497, "debug.tt.maintenance", "Debug Maintenance Hatch", 15).getStackForm(1L)); + Machine_DebugGenny.set(new GT_MetaTileEntity_DebugPowerGenerator(15498, "debug.tt.genny", "Debug Power Generator", 15).getStackForm(1L)); + Machine_DebugWriter.set(new GT_MetaTileEntity_DebugStructureWriter(15499, "debug.tt.writer", "Debug Structure Writer", 15).getStackForm(1L)); + + // =================================================================================================== + // MetaTE init + // =================================================================================================== + + GT_MetaTileEntity_MultiblockBase_EM.run(); + GT_MetaTileEntity_Hatch_Rack.run(); + GT_MetaTileEntity_EM_computer.run(); + GT_MetaTileEntity_EM_research.run(); + GT_MetaTileEntity_EM_dataBank.run(); + GT_MetaTileEntity_TM_teslaCoil.run(); + + GT_MetaTileEntity_DataReader.run(); + + if (!Loader.isModLoaded(Reference.DREAMCRAFT)) { + new NoDreamCraftMachineLoader().run(); + } + } +} diff --git a/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java b/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java new file mode 100644 index 0000000000..c5406a2206 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java @@ -0,0 +1,67 @@ +package com.github.technus.tectech.loader.thing; + +import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.Reference; +import com.github.technus.tectech.thing.block.QuantumGlassBlock; +import com.github.technus.tectech.thing.block.QuantumStuffBlock; +import com.github.technus.tectech.thing.block.ReactorSimBlock; +import com.github.technus.tectech.thing.casing.GT_Block_CasingsNH; +import com.github.technus.tectech.thing.casing.GT_Block_CasingsTT; +import com.github.technus.tectech.thing.casing.GT_Block_HintTT; +import com.github.technus.tectech.thing.casing.TT_Container_Casings; +import com.github.technus.tectech.thing.item.*; +import cpw.mods.fml.common.Loader; +import gregtech.api.enums.Textures; +import gregtech.api.interfaces.ITexture; +import openmodularturrets.blocks.turretbases.TurretBaseEM; +import openmodularturrets.blocks.turretheads.TurretHeadEM; + +import static com.github.technus.tectech.TecTech.tectechTexturePage1; + +/** + * Created by danie_000 on 16.11.2016. + */ +public class ThingsLoader implements Runnable { + @Override + public void run() { + if(Textures.BlockIcons.casingTexturePages[tectechTexturePage1]==null) { + Textures.BlockIcons.casingTexturePages[tectechTexturePage1] = new ITexture[128]; + } + if(!Loader.isModLoaded(Reference.DREAMCRAFT)){ + TecTech.LOGGER.info("Adding basic casings"); + TT_Container_Casings.sBlockCasingsNH = new GT_Block_CasingsNH(); + } + TecTech.LOGGER.info("Added texture page if was null"); + TT_Container_Casings.sBlockCasingsTT = new GT_Block_CasingsTT(); + TecTech.LOGGER.info("Elemental Casing registered"); + TT_Container_Casings.sHintCasingsTT = new GT_Block_HintTT(); + TecTech.LOGGER.info("Hint Blocks registered"); + + QuantumGlassBlock.run(); + TecTech.LOGGER.info("Quantum Glass registered"); + + QuantumStuffBlock.run(); + TecTech.LOGGER.info("Quantum Stuff registered"); + + if(Loader.isModLoaded("openmodularturrets")) { + TurretHeadEM.run(); + TecTech.LOGGER.info("TurretHeadEM registered"); + TurretBaseEM.run(); + TecTech.LOGGER.info("TurretBaseEM registered"); + } + + ReactorSimBlock.run(); + TecTech.LOGGER.info("Reactor Simulator registered"); + + ConstructableTriggerItem.run(); + FrontRotationTriggerItem.run(); + ParametrizerMemoryCard.run(); + ElementalDefinitionScanStorage_EM.run(); + EuMeterGT.run(); + TecTech.LOGGER.info("Useful Items registered"); + + ElementalDefinitionContainer_EM.run(); + DebugElementalInstanceContainer_EM.run(); + TecTech.LOGGER.info("Debug Items registered"); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/dataTransport/DataPacket.java b/src/main/java/com/github/technus/tectech/mechanics/dataTransport/DataPacket.java new file mode 100644 index 0000000000..82234e4c75 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/dataTransport/DataPacket.java @@ -0,0 +1,106 @@ +package com.github.technus.tectech.mechanics.dataTransport; + +import com.github.technus.tectech.Vec3pos; +import net.minecraft.nbt.NBTTagCompound; + +import java.util.Collections; +import java.util.LinkedHashSet; +import java.util.Set; + +/** + * Created by Tec on 05.04.2017. + */ +public abstract class DataPacket{ + private static final byte MAX_HISTORY = 64; + private Set trace = new LinkedHashSet<>(); + + protected T content; + + protected DataPacket(T content){ + this.content=content; + } + + protected DataPacket(NBTTagCompound nbt) { + content = contentFromNBT(nbt.getCompoundTag("qContent")); + for (int i = 0; i < nbt.getByte("qHistory"); i++) { + trace.add(new Vec3pos( + nbt.getInteger("qX" + i), + nbt.getShort("qY" + i), + nbt.getInteger("qZ" + i) + )); + } + } + + public final NBTTagCompound toNbt() { + NBTTagCompound nbt = new NBTTagCompound(); + NBTTagCompound contentTag=contentToNBT(); + if(contentTag!=null) { + nbt.setTag("qContent", contentTag); + } + nbt.setByte("qHistory", (byte) trace.size()); + int i = 0; + for (Vec3pos v : trace) { + nbt.setInteger("qX" + i, v.x); + nbt.setShort("qY" + i, v.y); + nbt.setInteger("qZ" + i, v.z); + i++; + } + return nbt; + } + + protected abstract NBTTagCompound contentToNBT(); + + protected abstract T contentFromNBT(NBTTagCompound nbt); + + protected abstract T unifyContentWith(T content); + + public final boolean contains(Vec3pos v) { + return trace.contains(v); + } + + public final boolean check() { + return trace.size() <= MAX_HISTORY; + } + + public abstract boolean extraCheck(); + + protected final DataPacket unifyTrace(Vec3pos... positions) { + Collections.addAll(trace,positions); + return (check() && extraCheck()) ? this : null; + } + + protected final DataPacket unifyTrace(DataPacket p) { + if(p==null) return this; + trace.addAll(p.trace); + return (check() && extraCheck()) ? this : null; + } + + protected final DataPacket unifyWith(DataPacket p) { + if(p==null) return this; + trace.addAll(p.trace); + if(check() && extraCheck()){ + content=unifyContentWith(p.content); + return this; + } + return null; + } + + public final T contentIfNotInTrace(Vec3pos pos) { + if (trace.contains(pos)) { + return null; + } + return getContent(); + } + + public T getContent(){ + return content; + } + + public String getContentString(){ + return content.toString(); + } + + public final int getTraceSize(){ + return trace.size(); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/dataTransport/InventoryDataPacket.java b/src/main/java/com/github/technus/tectech/mechanics/dataTransport/InventoryDataPacket.java new file mode 100644 index 0000000000..9fb2fed082 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/dataTransport/InventoryDataPacket.java @@ -0,0 +1,59 @@ +package com.github.technus.tectech.mechanics.dataTransport; + +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; + +import java.util.ArrayList; + +public class InventoryDataPacket extends DataPacket { + public InventoryDataPacket(ItemStack[] content){ + super(content); + } + + public InventoryDataPacket(NBTTagCompound compound){ + super(compound); + } + + @Override + protected ItemStack[] contentFromNBT(NBTTagCompound nbt) { + int count=nbt.getInteger("count"); + if(count>0){ + ArrayList stacks=new ArrayList<>(); + for(int i=0;i0?stacks.toArray(new ItemStack[0]):null; + } + return null; + } + + @Override + protected NBTTagCompound contentToNBT() { + NBTTagCompound compound=new NBTTagCompound(); + if(content!=null && content.length>0){ + compound.setInteger("count",content.length); + for(int i=0;i { + public QuantumDataPacket(Long content){ + super(content); + } + + public QuantumDataPacket(NBTTagCompound compound){ + super(compound); + } + + @Override + protected Long contentFromNBT(NBTTagCompound nbt) { + return nbt.getLong("computation"); + } + + @Override + protected NBTTagCompound contentToNBT() { + NBTTagCompound compound=new NBTTagCompound(); + compound.setLong("computation",content); + return compound; + } + + @Override + public boolean extraCheck() { + return true; + } + + @Override + protected Long unifyContentWith(Long content) { + return this.content+content; + } + + public QuantumDataPacket unifyTraceWith(Vec3pos... positions) { + return (QuantumDataPacket) super.unifyTrace(positions); + } + + public QuantumDataPacket unifyTraceWith(QuantumDataPacket p) { + return (QuantumDataPacket) super.unifyTrace(p); + } + + public QuantumDataPacket unifyPacketWith(QuantumDataPacket p) { + return (QuantumDataPacket) super.unifyWith(p); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/README b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/README new file mode 100644 index 0000000000..f6c0b35e5f --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/README @@ -0,0 +1,44 @@ +TO CHANGE DEFINITION YOU MUST INSTANTIATE IT ONCE MORE (from scratch, failing to do that will end up in the heavy bugs)! + + Example complex definition: + + Bottom + + PrimitiveDef + | + DefStack + ||||| + DefStackMap + | + ..... ETC up to the point when you can no longer make NBT to save it (128 levels - already used ones) + + Def - definition of the parent stack + | + DefStack - stacks that build the parent definition + |||||multiple to 1 + DefStackMap - internal storage for components of parent def + | + Def - definition of the parent stack + | + DefStack - stacks that build the parent definition + |||||multiple to 1 + DefStackMap - internal storage for components of parent def + | + Definition - top hierarchy definition + | 1 to 1 + DefinitionStack - for recipe comparisons + OR + InstanceStack - real things + + TOP + +Trees: + + DefinitionStack - def stack + |||||multiple to 1 + DefinitionStackTree - def container - for recipe comparisons + + + InstanceStack - inst stack + |||||multiple to 1 + InstanceStackTree - inst container - real things go here \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDecay.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDecay.java new file mode 100644 index 0000000000..7f56ee8e5b --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDecay.java @@ -0,0 +1,73 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; + +/** + * Created by danie_000 on 22.10.2016. + */ +public final class cElementalDecay { + public static final cElementalDecay[] noDecay = (cElementalDecay[]) null; + //DECAY IMPOSSIBLE!!! + //Do not use regular NULL java will not make it work with varargs!!! + //Or cast null into ARRAY type but this static is more convenient!!! + public static final cElementalDecay[] noProduct = new cElementalDecay[0]; + //this in turn can be used to tell that the thing should just vanish + public final cElementalDefinitionStackMap outputStacks; + public final float probability; + + public cElementalDecay(iElementalDefinition... outSafe) { + this(2F, outSafe); + } + + public cElementalDecay(float probability, iElementalDefinition... outSafe) { + cElementalDefinitionStack[] outArr = new cElementalDefinitionStack[outSafe.length]; + for (int i = 0; i < outArr.length; i++) { + outArr[i] = new cElementalDefinitionStack(outSafe[i], 1); + } + outputStacks = new cElementalDefinitionStackMap(outArr); + this.probability = probability; + } + + public cElementalDecay(cElementalDefinitionStack... outSafe) { + this(2F, outSafe); + } + + public cElementalDecay(float probability, cElementalDefinitionStack... out) { + outputStacks = new cElementalDefinitionStackMap(out); + this.probability = probability; + } + + public cElementalDecay(cElementalDefinitionStackMap tree) { + this(2F, tree); + } + + public cElementalDecay(float probability, cElementalDefinitionStackMap tree) { + outputStacks = tree; + this.probability = probability; + } + + public cElementalInstanceStackMap getResults(float lifeMult, long age, long energyTotalForProducts, long amountDecaying) { + cElementalInstanceStackMap decayResult = new cElementalInstanceStackMap(); + if (outputStacks == null) { + return decayResult;//This is to prevent null pointer exceptions. + } + //Deny decay code is in instance! + long qtty = 0; + for (cElementalDefinitionStack stack : outputStacks.values()) { + qtty += stack.amount; + } + if (qtty <= 0) { + return decayResult; + } + //energyTotalForProducts /= qtty; + //lifeMult /= (float) qtty; + for (cElementalDefinitionStack stack : outputStacks.values()) { + decayResult.putUnify(new cElementalInstanceStack(stack.definition, + amountDecaying * stack.amount, + lifeMult, age/*new products*/, energyTotalForProducts / Math.max(1, Math.abs(stack.amount))));//get instances from stack + } + return decayResult; + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDefinitionStackMap.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDefinitionStackMap.java new file mode 100644 index 0000000000..294acfc479 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDefinitionStackMap.java @@ -0,0 +1,65 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import net.minecraft.nbt.NBTTagCompound; + +import java.util.TreeMap; + +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; + +/** + * Created by Tec on 12.05.2017. + */ +public final class cElementalDefinitionStackMap/*IMMUTABLE*/ extends cElementalStackMap {//Target class for construction of definitions/recipes + //Constructors + Clone, all make a whole new OBJ. + public static final cElementalDefinitionStackMap empty = new cElementalDefinitionStackMap(); + + private cElementalDefinitionStackMap() { + map = new TreeMap<>(); + } + + @Deprecated + public cElementalDefinitionStackMap(iElementalDefinition... in) { + map=new cElementalMutableDefinitionStackMap(in).map; + } + + public cElementalDefinitionStackMap(cElementalDefinitionStack... in) { + map=new cElementalMutableDefinitionStackMap(in).map; + } + + public cElementalDefinitionStackMap(TreeMap in) { + map = new TreeMap<>(in); + } + + cElementalDefinitionStackMap(cElementalMutableDefinitionStackMap unsafeMap){ + map=unsafeMap.map; + } + + //IMMUTABLE DON'T NEED IT + @Override + public cElementalDefinitionStackMap clone() { + return this; + } + + public cElementalMutableDefinitionStackMap toMutable() { + return new cElementalMutableDefinitionStackMap(map); + } + + @Override + @Deprecated//BETTER TO JUST MAKE A MUTABLE VERSION AND DO SHIT ON IT + public TreeMap getRawMap() { + return toMutable().getRawMap(); + } + + public static cElementalDefinitionStackMap fromNBT(NBTTagCompound nbt) throws tElementalException { + cElementalDefinitionStack[] defStacks = new cElementalDefinitionStack[nbt.getInteger("i")]; + for (int i = 0; i < defStacks.length; i++) { + defStacks[i] = cElementalDefinitionStack.fromNBT(nbt.getCompoundTag(Integer.toString(i))); + if (defStacks[i].definition.equals(nbtE__)) { + throw new tElementalException("Something went Wrong"); + } + } + return new cElementalDefinitionStackMap(defStacks); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalInstanceStackMap.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalInstanceStackMap.java new file mode 100644 index 0000000000..799b1f183f --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalInstanceStackMap.java @@ -0,0 +1,522 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.iHasElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.util.EnumChatFormatting; + +import java.util.*; + +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; + +/** + * Created by danie_000 on 22.01.2017. + */ +public final class cElementalInstanceStackMap implements Comparable { + TreeMap map; + + //Constructors + public cElementalInstanceStackMap() { + map = new TreeMap<>(); + } + + public cElementalInstanceStackMap(cElementalInstanceStack... inSafe) { + this(true, inSafe); + } + + public cElementalInstanceStackMap(boolean clone, cElementalInstanceStack... in) { + map = new TreeMap<>(); + if (clone) { + cElementalInstanceStack[] stacks=new cElementalInstanceStack[in.length]; + for(int i=0;i inSafe) { + this(true, inSafe); + } + + @Deprecated + private cElementalInstanceStackMap(boolean clone, TreeMap in) { + if (clone) { + map = new TreeMap<>(); + for(cElementalInstanceStack stack:in.values()) { + putUnify(stack.clone()); + } + } else { + map = in; + } + } + + public cElementalInstanceStackMap(cElementalInstanceStackMap inSafe) { + this(true, inSafe.map); + } + + public cElementalInstanceStackMap(boolean copy, cElementalInstanceStackMap in) { + this(copy, in.map); + } + + @Override + public cElementalInstanceStackMap clone() { + return new cElementalInstanceStackMap(map); + } + + public cElementalMutableDefinitionStackMap toDefinitionMapForComparison() { + cElementalDefinitionStack[] list = new cElementalDefinitionStack[map.size()]; + int i = 0; + for (cElementalInstanceStack stack : map.values()) { + list[i++] = new cElementalDefinitionStack(stack.definition, stack.amount); + } + return new cElementalMutableDefinitionStackMap(list); + } + + //@Deprecated + //public cElementalStackMap toDefinitionMap(boolean mutable) { + // TreeMap newMap = new TreeMap<>(); + // for (cElementalInstanceStack stack : map.values()) { + // newMap.put(stack.definition, new cElementalDefinitionStack(stack.definition, stack.amount)); + // } + // if (mutable) { + // return new cElementalMutableDefinitionStackMap(newMap); + // } + // return new cElementalDefinitionStackMap(newMap); + //} + + @Deprecated + public Map getRawMap() { + return map; + } + + //Removers + public void clear() { + map.clear(); + } + + public cElementalInstanceStack remove(iElementalDefinition def) { + return map.remove(def); + } + + @Deprecated + public cElementalInstanceStack remove(iHasElementalDefinition has) { + return map.remove(has.getDefinition()); + } + + public void removeAll(iElementalDefinition... definitions) { + for (iElementalDefinition def : definitions) { + map.remove(def); + } + } + + @Deprecated + private void removeAll(iHasElementalDefinition... hasElementalDefinition) { + for (iHasElementalDefinition has : hasElementalDefinition) { + map.remove(has.getDefinition()); + } + } + + //Remove amounts + public boolean removeAmount(boolean testOnly, cElementalInstanceStack instance) { + cElementalInstanceStack target = map.get(instance.definition); + if (target == null) { + return false; + } + if (testOnly) { + return target.amount >= instance.amount; + } else { + long diff = target.amount - instance.amount; + if (diff > 0) { + target.amount = diff; + return true; + } else if (diff == 0) { + map.remove(instance.definition); + return true; + } + } + return false; + } + + public boolean removeAmount(boolean testOnly, iHasElementalDefinition stack) { + cElementalInstanceStack target = map.get(stack.getDefinition()); + if (target == null) { + return false; + } + if (testOnly) { + return target.amount >= stack.getAmount(); + } else { + long diff = target.amount - stack.getAmount(); + if (diff > 0) { + target.amount = diff; + return true; + } else if (diff == 0) { + map.remove(stack.getDefinition()); + return true; + } + } + return false; + } + + @Deprecated + public boolean removeAmount(boolean testOnly, iElementalDefinition def) { + return removeAmount(testOnly, new cElementalDefinitionStack(def, 1)); + } + + public boolean removeAllAmounts(boolean testOnly, cElementalInstanceStack... instances) { + boolean test = true; + for (cElementalInstanceStack stack : instances) { + test &= removeAmount(true, stack); + } + if (testOnly || !test) { + return test; + } + for (cElementalInstanceStack stack : instances) { + removeAmount(false, stack); + } + return true; + } + + public boolean removeAllAmounts(boolean testOnly, iHasElementalDefinition... stacks) { + boolean test = true; + for (iHasElementalDefinition stack : stacks) { + test &= removeAmount(true, stack); + } + if (testOnly || !test) { + return test; + } + for (iHasElementalDefinition stack : stacks) { + removeAmount(false, stack); + } + return true; + } + + @Deprecated + public boolean removeAllAmounts(boolean testOnly, iElementalDefinition... definitions) { + cElementalDefinitionStack[] stacks = new cElementalDefinitionStack[definitions.length]; + for (int i = 0; i < stacks.length; i++) { + stacks[i] = new cElementalDefinitionStack(definitions[i], 1); + } + return removeAllAmounts(testOnly, stacks); + } + + public boolean removeAllAmounts(boolean testOnly, cElementalStackMap container) { + boolean test=true; + for (Map.Entry entry : container.map.entrySet()) { + test &= removeAmount(true, entry.getValue()); + } + if (testOnly || !test) { + return test; + } + for (Map.Entry entry : container.map.entrySet()) { + removeAmount(false, entry.getValue()); + } + return true; + } + + public boolean removeAllAmounts(boolean testOnly, cElementalInstanceStackMap container) { + boolean test=true; + for (Map.Entry entry : container.map.entrySet()) { + test &= removeAmount(true, entry.getValue()); + } + if (testOnly || !test) { + return test; + } + for (Map.Entry entry : container.map.entrySet()) { + test &= removeAmount(false, entry.getValue()); + } + return true; + } + + //Remove overflow + public float removeOverflow(int stacksCount, long stackCapacity) { + float massRemoved = 0; + + if (map.size() > stacksCount) { + iElementalDefinition[] keys = keys(); + for (int i = stacksCount; i < keys.length; i++) { + massRemoved += map.get(keys[i]).getDefinitionStack().getMass(); + map.remove(keys[i]); + } + } + + for (cElementalInstanceStack instance : values()) { + if (instance.amount > stackCapacity) { + massRemoved += instance.definition.getMass() * (instance.amount - stackCapacity); + instance.amount = stackCapacity; + } + } + return massRemoved; + } + + //Put replace + public cElementalInstanceStack putReplace(cElementalInstanceStack instanceUnsafe) { + return map.put(instanceUnsafe.definition, instanceUnsafe); + } + + public void putReplaceAll(cElementalInstanceStack... instances) { + for (cElementalInstanceStack instance : instances) { + map.put(instance.definition, instance); + } + } + + private void putReplaceAll(Map inTreeUnsafe) { + map.putAll(inTreeUnsafe); + } + + public void putReplaceAll(cElementalInstanceStackMap inContainerUnsafe) { + putReplaceAll(inContainerUnsafe.map); + } + + //Put unify + public cElementalInstanceStack putUnify(cElementalInstanceStack instance) { + cElementalInstanceStack stack=map.get(instance.definition); + if(stack==null) { + return map.put(instance.definition, instance); + } + return map.put(instance.definition, stack.unifyIntoThis(instance)); + } + + public void putUnifyAll(cElementalInstanceStack... instances) { + for (cElementalInstanceStack instance : instances) { + putUnify(instance); + } + } + + private void putUnifyAll(Map inTreeUnsafe) { + for (cElementalInstanceStack in : inTreeUnsafe.values()) { + putUnify(in); + } + } + + public void putUnifyAll(cElementalInstanceStackMap containerUnsafe) { + putUnifyAll(containerUnsafe.map); + } + + //Getters + public cElementalInstanceStack getFirst(){ + return map.firstEntry().getValue(); + } + + public cElementalInstanceStack getLast(){ + return map.lastEntry().getValue(); + } + + public cElementalInstanceStack getInstance(iElementalDefinition def) { + return map.get(def); + } + + public cElementalInstanceStack get(int i){ + Collection var = map.values(); + return var.toArray(new cElementalInstanceStack[var.size()])[i]; + } + + public String[] getElementalInfo() { + String[] info = new String[map.size() * 4]; + int i = 0; + for (cElementalInstanceStack instance : map.values()) { + info[i] = EnumChatFormatting.BLUE + instance.definition.getName(); + info[i + 1] = EnumChatFormatting.AQUA + instance.definition.getSymbol(); + info[i + 2] = "Amount " + EnumChatFormatting.GREEN + instance.amount; + info[i + 3] = "LifeTime " + EnumChatFormatting.GREEN + instance.getLifeTime(); + i += 4; + } + return info; + } + + public ArrayList getScanInfo(int[] capabilities) { + ArrayList list=new ArrayList<>(16); + for(Map.Entry e:map.entrySet()){ + e.getValue().addScanResults(list,capabilities); + } + return list; + } + + public cElementalInstanceStack[] values() { + Collection var = map.values(); + return var.toArray(new cElementalInstanceStack[var.size()]); + } + + public iElementalDefinition[] keys() { + Set var = map.keySet(); + return var.toArray(new iElementalDefinition[var.size()]); + } + + public float getMass() { + float mass = 0; + for (cElementalInstanceStack stack : map.values()) { + mass += stack.getMass(); + } + return mass; + } + + public long getCharge() { + long charge = 0; + for (cElementalInstanceStack stack : map.values()) { + charge += stack.getCharge(); + } + return charge; + } + + public long getCountOfAllAmounts(){ + long sum=0; + for(cElementalInstanceStack stack:map.values()){ + sum+=stack.amount; + } + return sum; + } + + //Tests + public boolean containsDefinition(iElementalDefinition def) { + return map.containsKey(def); + } + + public boolean containsInstance(cElementalInstanceStack inst) { + return map.containsValue(inst); + } + + public int size() { + return map.size(); + } + + public boolean hasStacks() { + return !map.isEmpty(); + } + + public boolean isEmpty(){ + return map.isEmpty(); + } + + //Tick Content + public void tickContentByOneSecond(float lifeTimeMult, int postEnergize) { + tickContent(lifeTimeMult,postEnergize,1); + } + + public void tickContent(float lifeTimeMult, int postEnergize, int seconds){ + for (cElementalInstanceStack instance : values()) { + cElementalInstanceStackMap newInstances = instance.decay(lifeTimeMult, instance.age += seconds, postEnergize); + if (newInstances == null) { + instance.nextColor(); + } else { + removeAmount(false,instance); + for (cElementalInstanceStack newInstance : newInstances.values()) { + putUnify(newInstance); + newInstance.nextColor(); + } + } + } + } + + //NBT + public NBTTagCompound getInfoNBT() { + NBTTagCompound nbt = new NBTTagCompound(); + String[] info = getElementalInfo(); + nbt.setInteger("i", info.length); + for (int i = 0; i < info.length; i++) { + nbt.setString(Integer.toString(i), info[i]); + } + return nbt; + } + + public NBTTagCompound getScanInfoNBT(int[] capabilities) { + NBTTagCompound nbt = new NBTTagCompound(); + ArrayList info = getScanInfo(capabilities); + nbt.setInteger("i", info.size()); + for (int i = 0; i < info.size(); i++) { + nbt.setString(Integer.toString(i), info.get(i)); + } + return nbt; + } + + public NBTTagCompound toNBT() { + NBTTagCompound nbt = new NBTTagCompound(); + nbt.setInteger("i", map.size()); + int i = 0; + for (cElementalInstanceStack instance : map.values()) { + nbt.setTag(Integer.toString(i++), instance.toNBT()); + } + return nbt; + } + + public static cElementalInstanceStackMap fromNBT(NBTTagCompound nbt) throws tElementalException { + cElementalInstanceStack[] instances = new cElementalInstanceStack[nbt.getInteger("i")]; + for (int i = 0; i < instances.length; i++) { + instances[i] = cElementalInstanceStack.fromNBT(nbt.getCompoundTag(Integer.toString(i))); + if (instances[i].definition.equals(nbtE__)) { + throw new tElementalException("Something went Wrong"); + } + } + return new cElementalInstanceStackMap(false, instances); + } + + //stackUp + public static cElementalInstanceStack[] stackUp(cElementalInstanceStack... in) { + cElementalInstanceStackMap inTree = new cElementalInstanceStackMap(); + inTree.putUnifyAll(in); + return inTree.values(); + } + + @Override + public int compareTo(cElementalInstanceStackMap o) { + int sizeDiff = map.size() - o.map.size(); + if (sizeDiff != 0) { + return sizeDiff; + } + cElementalInstanceStack[] ofThis = values(), ofThat = o.values(); + for (int i = 0; i < ofThat.length; i++) { + int result = ofThis[i].compareTo(ofThat[i]); + if (result != 0) { + return result; + } + } + return 0; + } + + @Override + public boolean equals(Object obj) { + if (obj instanceof cElementalInstanceStackMap) { + return compareTo((cElementalInstanceStackMap) obj) == 0; + } + if (obj instanceof cElementalStackMap) { + return toDefinitionMapForComparison().compareTo((cElementalStackMap) obj) == 0; + } + return false; + } + + @Override + public int hashCode() {//Hash only definitions to compare contents not amounts or data + int hash = -(map.size() << 4); + for (cElementalInstanceStack stack : map.values()) { + hash += stack.definition.hashCode(); + } + return hash; + } + + @Override + public String toString() { + StringBuilder build=new StringBuilder("Instance Stack Map\n"); + for(cElementalInstanceStack stack:map.values()){ + build.append(stack.toString()).append('\n'); + } + return build.toString(); + } + + public cElementalInstanceStackMap takeAllToNewMap(){ + TreeMap map=this.map; + this.map=new TreeMap<>(); + return new cElementalInstanceStackMap(map); + } + + public void cleanUp(){ + for(Map.Entry entry:map.entrySet()){ + if(entry.getValue().amount<=0) { + map.remove(entry.getKey()); + } + } + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalMutableDefinitionStackMap.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalMutableDefinitionStackMap.java new file mode 100644 index 0000000000..172067f93b --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalMutableDefinitionStackMap.java @@ -0,0 +1,277 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.iHasElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import net.minecraft.nbt.NBTTagCompound; + +import java.util.Map; +import java.util.TreeMap; + +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; + +/** + * Created by danie_000 on 22.01.2017. + */ +public final class cElementalMutableDefinitionStackMap extends cElementalStackMap {//Transient class for construction of definitions/recipes + //Constructors + Clone, all make a whole new OBJ. + public cElementalMutableDefinitionStackMap() { + map = new TreeMap<>(); + } + + @Deprecated + public cElementalMutableDefinitionStackMap(iElementalDefinition... in) { + map=new TreeMap<>(); + for (iElementalDefinition def : in) { + putUnify(new cElementalDefinitionStack(def, 1)); + } + } + + public cElementalMutableDefinitionStackMap(cElementalDefinitionStack... in) { + map=new TreeMap<>(); + putUnifyAll(in); + } + + public cElementalMutableDefinitionStackMap(TreeMap in) { + this(true, in); + } + + public cElementalMutableDefinitionStackMap(boolean clone, TreeMap in) { + if (clone) { + map = new TreeMap<>(in); + } else { + map = in; + } + } + + @Override + public cElementalMutableDefinitionStackMap clone() { + return new cElementalMutableDefinitionStackMap(map); + } + + public cElementalDefinitionStackMap toImmutable() { + return new cElementalDefinitionStackMap(map); + } + public cElementalDefinitionStackMap toImmutable_unsafeMightLeaveExposedElementalTree() { + return new cElementalDefinitionStackMap(this); + } + + @Override + @Deprecated + public TreeMap getRawMap() { + return map; + } + + + //Removers + public void clear() { + map.clear(); + } + + public cElementalDefinitionStack remove(iElementalDefinition def) { + return map.remove(def); + } + + @Deprecated + public cElementalDefinitionStack remove(iHasElementalDefinition has) { + return map.remove(has.getDefinition()); + } + + public void removeAll(iElementalDefinition... definitions) { + for (iElementalDefinition def : definitions) { + map.remove(def); + } + } + + @Deprecated + public void removeAll(iHasElementalDefinition... hasElementalDefinition) { + for (iHasElementalDefinition has : hasElementalDefinition) { + map.remove(has.getDefinition()); + } + } + + //Remove amounts + public boolean removeAmount(boolean testOnly, cElementalInstanceStack instance) { + cElementalDefinitionStack target = map.get(instance.definition); + if (target == null) { + return false; + } + if (testOnly) { + return target.amount >= instance.amount; + } else { + long diff = target.amount - instance.amount; + if (diff > 0) { + map.put(target.definition, new cElementalDefinitionStack(target.definition, diff)); + return true; + } else if (diff == 0) { + map.remove(instance.definition); + return true; + } + } + return false; + } + + public boolean removeAmount(boolean testOnly, iHasElementalDefinition stack) { + cElementalDefinitionStack target = map.get(stack.getDefinition()); + if (target == null) { + return false; + } + if (testOnly) { + return target.amount >= stack.getAmount(); + } else { + long diff = target.amount - stack.getAmount(); + if (diff > 0) { + map.put(target.definition, new cElementalDefinitionStack(target.definition, diff)); + return true; + } else if (diff == 0) { + map.remove(stack.getDefinition()); + return true; + } + } + return false; + } + + @Deprecated + public boolean removeAmount(boolean testOnly, iElementalDefinition def) { + return removeAmount(testOnly, new cElementalDefinitionStack(def, 1)); + } + + public boolean removeAllAmounts(boolean testOnly, cElementalInstanceStack... instances) { + boolean test = true; + for (cElementalInstanceStack stack : instances) { + test &= removeAmount(true, stack); + } + if (testOnly || !test) { + return test; + } + for (cElementalInstanceStack stack : instances) { + removeAmount(false, stack); + } + return true; + } + + public boolean removeAllAmounts(boolean testOnly, iHasElementalDefinition... stacks) { + boolean test = true; + for (iHasElementalDefinition stack : stacks) { + test &= removeAmount(true, stack); + } + if (testOnly || !test) { + return test; + } + for (iHasElementalDefinition stack : stacks) { + removeAmount(false, stack); + } + return true; + } + + @Deprecated + public boolean removeAllAmounts(boolean testOnly, iElementalDefinition... definitions) { + cElementalDefinitionStack[] stacks = new cElementalDefinitionStack[definitions.length]; + for (int i = 0; i < stacks.length; i++) { + stacks[i] = new cElementalDefinitionStack(definitions[i], 1); + } + return removeAllAmounts(testOnly, stacks); + } + + public boolean removeAllAmounts(boolean testOnly, cElementalStackMap container) { + boolean test=true; + for (Map.Entry entry : container.map.entrySet()) { + test &= removeAmount(true, entry.getValue()); + } + if (testOnly || !test) { + return test; + } + for (Map.Entry entry : container.map.entrySet()) { + removeAmount(false, entry.getValue()); + } + return true; + } + + public boolean removeAllAmounts(boolean testOnly, cElementalInstanceStackMap container) { + boolean test=true; + for (Map.Entry entry : container.map.entrySet()) { + test &= removeAmount(true, entry.getValue()); + } + if (testOnly || !test) { + return test; + } + for (Map.Entry entry : container.map.entrySet()) { + test &= removeAmount(false, entry.getValue()); + } + return true; + } + + //Put replace + public cElementalDefinitionStack putReplace(cElementalDefinitionStack defStackUnsafe) { + return map.put(defStackUnsafe.definition, defStackUnsafe); + } + + public void putReplaceAll(cElementalDefinitionStack... defStacks) { + for (cElementalDefinitionStack defStack : defStacks) { + map.put(defStack.definition, defStack); + } + } + + public void putReplaceAll(cElementalStackMap inContainerUnsafe) { + map.putAll(inContainerUnsafe.map); + } + + //Put unify + public cElementalDefinitionStack putUnify(cElementalDefinitionStack def) { + cElementalDefinitionStack stack=map.get(def.definition); + if(stack==null) { + return map.put(def.definition, def); + } + return map.put(def.definition, stack.addAmountIntoNewInstance(def.amount)); + } + + @Deprecated + public cElementalDefinitionStack putUnify(iElementalDefinition def) { + return putUnify(new cElementalDefinitionStack(def, 1)); + } + + public void putUnifyAll(cElementalDefinitionStack... defs) { + for (cElementalDefinitionStack def : defs) { + putUnify(def); + } + } + + @Deprecated + public void putUnifyAll(iElementalDefinition... defs) { + for (iElementalDefinition def : defs) { + putUnify(def); + } + } + + private void putUnifyAll(Map inTreeUnsafe) { + for (cElementalDefinitionStack in : inTreeUnsafe.values()) { + putUnify(in); + } + } + + public void putUnifyAll(cElementalStackMap containerUnsafe) { + for (cElementalDefinitionStack in : containerUnsafe.map.values()) { + putUnify(in); + } + } + + public static cElementalMutableDefinitionStackMap fromNBT(NBTTagCompound nbt) throws tElementalException { + cElementalDefinitionStack[] defStacks = new cElementalDefinitionStack[nbt.getInteger("i")]; + for (int i = 0; i < defStacks.length; i++) { + defStacks[i] = cElementalDefinitionStack.fromNBT(nbt.getCompoundTag(Integer.toString(i))); + if (defStacks[i].definition.equals(nbtE__)) { + throw new tElementalException("Something went Wrong"); + } + } + return new cElementalMutableDefinitionStackMap(defStacks); + } + + public void cleanUp(){ + for(Map.Entry entry:map.entrySet()){ + if(entry.getValue().amount<=0) { + map.remove(entry.getKey()); + } + } + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalStackMap.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalStackMap.java new file mode 100644 index 0000000000..19f5789804 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalStackMap.java @@ -0,0 +1,160 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.util.EnumChatFormatting; + +import java.util.Collection; +import java.util.Set; +import java.util.TreeMap; + +/** + * Created by Tec on 12.05.2017. + */ +abstract class cElementalStackMap implements Comparable { + protected TreeMap map; + + @Override + public abstract cElementalStackMap clone(); + + @Deprecated + public abstract TreeMap getRawMap(); + + //Getters + public final cElementalDefinitionStack getFirst(){ + return map.firstEntry().getValue(); + } + + public final cElementalDefinitionStack getLast(){ + return map.lastEntry().getValue(); + } + + public final cElementalDefinitionStack getDefinitionStack(iElementalDefinition def) { + return map.get(def); + } + + public final String[] getElementalInfo() { + String[] info = new String[map.size() * 3]; + int i = 0; + for (cElementalDefinitionStack defStack : map.values()) { + info[i] = EnumChatFormatting.BLUE + defStack.definition.getName(); + info[i + 1] = EnumChatFormatting.AQUA + defStack.definition.getSymbol(); + info[i + 2] = "Amount " + EnumChatFormatting.GREEN + defStack.amount; + i += 3; + } + return info; + } + + public final cElementalDefinitionStack[] values() { + Collection var = map.values(); + return var.toArray(new cElementalDefinitionStack[var.size()]); + } + + public final iElementalDefinition[] keys() { + Set var = map.keySet(); + return var.toArray(new iElementalDefinition[var.size()]); + } + + public long getCountOfAllAmounts(){ + long sum=0; + for(cElementalDefinitionStack stack:map.values()){ + sum+=stack.amount; + } + return sum; + } + + //Tests + public final boolean containsDefinition(iElementalDefinition def) { + return map.containsKey(def); + } + + public final boolean containsDefinitionStack(cElementalDefinitionStack inst) { + return map.containsValue(inst); + } + + public final int size() { + return map.size(); + } + + public final boolean hasStacks() { + return !map.isEmpty(); + } + + public final boolean isEmpty(){ + return map.isEmpty(); + } + + //NBT + public final NBTTagCompound getInfoNBT() { + NBTTagCompound nbt = new NBTTagCompound(); + String[] info = getElementalInfo(); + nbt.setInteger("i", info.length); + for (int i = 0; i < info.length; i++) { + nbt.setString(Integer.toString(i), info[i]); + } + return nbt; + } + + public final NBTTagCompound toNBT() { + NBTTagCompound nbt = new NBTTagCompound(); + nbt.setInteger("i", map.size()); + int i = 0; + for (cElementalDefinitionStack defStack : map.values()) { + nbt.setTag(Integer.toString(i++), defStack.toNBT()); + } + return nbt; + } + + @Override + public final int compareTo(cElementalStackMap o) {//this actually compares rest + int sizeDiff = map.size() - o.map.size(); + if (sizeDiff != 0) { + return sizeDiff; + } + cElementalDefinitionStack[] ofThis = values(), ofO = o.values(); + for (int i = 0; i < ofO.length; i++) { + int result = ofThis[i].compareTo(ofO[i]); + if (result != 0) { + return result; + } + } + return 0; + } + + @Override + public boolean equals(Object obj) { + if (obj instanceof cElementalStackMap) { + return compareTo((cElementalStackMap) obj) == 0; + } + if (obj instanceof cElementalInstanceStackMap) { + return compareTo(((cElementalInstanceStackMap) obj).toDefinitionMapForComparison()) == 0; + } + return false; + } + + @Override + public final int hashCode() {//Hash only definitions to compare contents not amounts or data + int hash = -(map.size() << 4); + for (cElementalDefinitionStack stack : map.values()) { + hash += stack.definition.hashCode(); + } + return hash; + } + + public double getMass(){ + double mass=0; + for(cElementalDefinitionStack stack:map.values()){ + mass+=stack.getMass(); + } + return mass; + } + + public long getCharge(){ + long charge=0; + for(cElementalDefinitionStack stack:map.values()){ + charge+=stack.getCharge(); + } + return charge; + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/GiveEM.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/GiveEM.java new file mode 100644 index 0000000000..8c9f27e03b --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/GiveEM.java @@ -0,0 +1,158 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.commands; + +import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalMutableDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalPrimitive; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import com.github.technus.tectech.thing.item.DebugElementalInstanceContainer_EM; +import net.minecraft.command.ICommand; +import net.minecraft.command.ICommandSender; +import net.minecraft.entity.player.EntityPlayerMP; +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.util.ChatComponentText; + +import java.lang.reflect.Method; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import java.util.Map; + +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; + +/** + * Created by danie_000 on 30.12.2017. + */ +public class GiveEM implements ICommand { + ArrayList aliases=new ArrayList<>(); + + public GiveEM(){ + aliases.add("em_give"); + aliases.add("give_em"); + } + + @Override + public void processCommand(ICommandSender sender, String[] args) { + if (sender instanceof EntityPlayerMP && !sender.getEntityWorld().isRemote) { + if(args.length < 3) { + sender.addChatMessage(new ChatComponentText(getCommandUsage(sender))); + }else{ + TecTech.LOGGER.info("Spawninig EM for "+((EntityPlayerMP) sender).getDisplayName()+" - "+Arrays.toString(args)); + + ArrayList list=new ArrayList<>(); + list.addAll(Arrays.asList(args)); + String energy=list.remove(0); + + cElementalDefinitionStack def= getDefinitionStack(list); + cElementalInstanceStack instanceStack=new cElementalInstanceStack(def,1,0,Long.parseLong(energy)); + + sender.addChatMessage(new ChatComponentText(instanceStack.definition.getSymbol()+" - "+instanceStack.definition.getName())); + + cElementalInstanceStackMap instanceMap=new cElementalInstanceStackMap(instanceStack); + + ItemStack itemStack=new ItemStack(DebugElementalInstanceContainer_EM.INSTANCE); + NBTTagCompound contents=new NBTTagCompound(); + contents.setTag("info", instanceMap.getInfoNBT()); + contents.setTag("content", instanceMap.toNBT()); + itemStack.setTagCompound(contents); + + ((EntityPlayerMP) sender).inventory.addItemStackToInventory(itemStack); + } + } + } + + private cElementalDefinitionStack getDefinitionStack(ArrayList args){ + if(args.get(0).equals("<")){ + args.remove(0); + return null; + } + long amount=Long.parseLong(args.remove(0)); + try{ + int id=Integer.parseInt(args.get(0)); + args.remove(0); + iElementalDefinition primitive=cElementalPrimitive.getBindsPrimitive().get(id); + return new cElementalDefinitionStack(primitive,amount); + }catch (NumberFormatException e){ + byte clazz = (byte) args.remove(0).charAt(0); + Method constructor = cElementalDefinition.getBindsComplex().get(clazz); + + cElementalMutableDefinitionStackMap stacks=new cElementalMutableDefinitionStackMap(); + while(args.size()>0){ + cElementalDefinitionStack tempStack=getDefinitionStack(args); + if(tempStack==null) { + break; + }else { + stacks.putUnify(tempStack); + } + } + + try { + return ((iElementalDefinition) constructor.invoke(null, stacks.toNBT())).getStackForm(amount); + } catch (Exception e1) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + return nbtE__.getStackForm(amount); + } + } + } + + @Override + public boolean isUsernameIndex(String[] p_82358_1_, int p_82358_2_) { + return false; + } + + @Override + public List getCommandAliases() { + return aliases; + } + + @Override + public String getCommandName() { + return aliases.get(0); + } + + @Override + public List addTabCompletionOptions(ICommandSender sender, String[] args) { + if(args.length==2){ + return completionsForClassOrID(); + } + return null; + } + + private List completionsForClassOrID(){ + ArrayList strings=new ArrayList<>(8); + Map binds= cElementalDefinition.getBindsComplex(); + for (Map.Entry e:binds.entrySet()) { + strings.add(String.valueOf((char)e.getKey().byteValue())); + } + Map bindsBO = cElementalPrimitive.getBindsPrimitive(); + for (Map.Entry e:bindsBO.entrySet()) { + strings.add(String.valueOf(e.getKey().byteValue())); + } + return strings; + } + + @Override + public String getCommandUsage(ICommandSender p_71518_1_) { + return "em_give energy count classOrId (count classOrId , ... <) if complex"; + } + + @Override + public int compareTo(Object o) { + if(o instanceof ICommand){ + return getCommandName().compareTo(((ICommand) o).getCommandName()); + } + return 0; + } + + @Override + public boolean canCommandSenderUseCommand(ICommandSender sender) { + return true; + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/ListEM.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/ListEM.java new file mode 100644 index 0000000000..9e034f4655 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/ListEM.java @@ -0,0 +1,95 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.commands; + +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalPrimitive; +import net.minecraft.command.ICommand; +import net.minecraft.command.ICommandSender; +import net.minecraft.util.ChatComponentText; + +import java.lang.reflect.Method; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +/** + * Created by danie_000 on 30.12.2017. + */ +public class ListEM implements ICommand { + ArrayList aliases=new ArrayList<>(); + + public ListEM(){ + aliases.add("em_list"); + aliases.add("list_em"); + } + + @Override + public void processCommand(ICommandSender sender, String[] args) { + if (!sender.getEntityWorld().isRemote) { + if(args.length == 0) { + sender.addChatMessage(new ChatComponentText(" Available Classes: tag - name")); + Map binds= cElementalDefinition.getBindsComplex(); + for (Map.Entry e:binds.entrySet()) { + sender.addChatMessage(new ChatComponentText(String.valueOf((char)e.getKey().byteValue())+" - "+e.getValue().getReturnType().getSimpleName())); + } + }else if(args.length==1){ + sender.addChatMessage(new ChatComponentText(" Available Primitives: symbol - name")); + if(args[0].equals(String.valueOf((char)cElementalPrimitive.nbtType))){ + Map bindsBO = cElementalPrimitive.getBindsPrimitive(); + for (Map.Entry e:bindsBO.entrySet()) { + sender.addChatMessage(new ChatComponentText(e.getKey() + " - "+e.getValue().getName())); + } + }else{ + sender.addChatMessage(new ChatComponentText("Complex definition - needs contents")); + } + }else{ + sender.addChatMessage(new ChatComponentText(getCommandUsage(sender))); + } + } + } + + @Override + public boolean isUsernameIndex(String[] p_82358_1_, int p_82358_2_) { + return false; + } + + @Override + public List getCommandAliases() { + return aliases; + } + + @Override + public String getCommandName() { + return aliases.get(0); + } + + @Override + public List addTabCompletionOptions(ICommandSender sender, String[] args) { + if(args.length==0){ + Map binds= cElementalDefinition.getBindsComplex(); + ArrayList strings=new ArrayList<>(binds.size()); + for (Map.Entry e:binds.entrySet()) { + strings.add(String.valueOf((char)e.getKey().byteValue())+' '+e.getValue().getReturnType().getSimpleName()); + } + return strings; + } + return null; + } + + @Override + public String getCommandUsage(ICommandSender p_71518_1_) { + return "em_list (optional class tag)"; + } + + @Override + public int compareTo(Object o) { + if(o instanceof ICommand){ + return getCommandName().compareTo(((ICommand) o).getCommandName()); + } + return 0; + } + + @Override + public boolean canCommandSenderUseCommand(ICommandSender sender) { + return true; + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/iElementalInstanceContainer.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/iElementalInstanceContainer.java new file mode 100644 index 0000000000..5244676643 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/iElementalInstanceContainer.java @@ -0,0 +1,10 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core; + +/** + * Created by danie_000 on 25.01.2017. + */ +public interface iElementalInstanceContainer extends Cloneable { + cElementalInstanceStackMap getContainerHandler(); + + float purgeOverflow(); +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/rElementalRecipe.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/rElementalRecipe.java new file mode 100644 index 0000000000..c2fd9a81d4 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/rElementalRecipe.java @@ -0,0 +1,62 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core; + +import net.minecraft.item.ItemStack; +import net.minecraftforge.fluids.FluidStack; + +/** + * Created by Tec on 02.03.2017. + */ +public class rElementalRecipe implements Comparable { + public final short ID; + public final cElementalDefinitionStackMap inEM; + public final cElementalDefinitionStackMap outEM; + public final ItemStack[] outItems; + public final FluidStack[] outFluids; + public Object[] extension; + + public rElementalRecipe( + cElementalDefinitionStackMap inEM,//not null plz + short id, + cElementalDefinitionStackMap outEM, + ItemStack[] outItems, + FluidStack[] outFluids) { + this.inEM = inEM; + this.outEM = outEM; + this.outItems = outItems; + this.outFluids = outFluids; + ID = id;//allows multiple recipes with the same input EM,so u can actually extend... + } + + public rElementalRecipe extend(Object... data) { + extension = data; + return this; + } + + @Override + public int compareTo(rElementalRecipe o) { + int compare = inEM.compareTo(o.inEM); + if(compare!=0) { + return compare; + } + if(ID>o.ID) { + return 1; + } + if(ID> recipes; + + public rElementalRecipeMap() { + recipes = new HashMap<>(); + } + + public rElementalRecipe put(rElementalRecipe in) { + HashMap r = recipes.get(in.inEM); + if (r == null) { + r = new HashMap<>(); + recipes.put(in.inEM, r); + } + return r.put(in.ID, in);//IF THIS RETURN SHIT, it means that inputs are using the exact same types of matter as input - (non amount wise collision) + //It is either bad, or unimportant if you use different id's + } + + public void putAll(rElementalRecipe... contents) { + for (rElementalRecipe recipe : contents) { + put(recipe); + } + } + + public rElementalRecipe remove(cElementalStackMap map, short id) { + return recipes.get(map).remove(id);//suspicious but ok, equals and hashcode methods are adjusted for that + } + + public HashMap remove(cElementalStackMap map) { + return recipes.remove(map);//suspicious but ok, equals and hashcode methods are adjusted for that + } + + public HashMap findExact(cElementalInstanceStackMap in) { + return recipes.get(in.toDefinitionMapForComparison());//suspicious but ok, equals and hashcode methods are adjusted for that + } + + //Recipe founding should not check amounts - this checks if the types of matter in map are equal to any recipe! + //Return a recipeShortMap when the content of input is equal (ignoring amounts and instance data) + @Deprecated + public HashMap findExact(cElementalStackMap in) { + return recipes.get(in);//suspicious but ok, equals and hashcode methods are adjusted for that + } + + //this does check if the map contains all the requirements for any recipe, and the required amounts + //Return a recipeShortMap when the content of input matches the recipe input - does not ignore amounts but ignores instance data! + @Deprecated + public HashMap findMatch(cElementalMutableDefinitionStackMap in, boolean testOnlyTruePreferred) { + for (Map.Entry> cElementalDefinitionStackMapHashMapEntry : recipes.entrySet()) { + if (in.removeAllAmounts(testOnlyTruePreferred, cElementalDefinitionStackMapHashMapEntry.getKey())) { + return cElementalDefinitionStackMapHashMapEntry.getValue(); + } + } + return null; + } + + public HashMap findMatch(cElementalInstanceStackMap in, boolean testOnly) { + for (Map.Entry> cElementalDefinitionStackMapHashMapEntry : recipes.entrySet()) { + if (in.removeAllAmounts(testOnly, cElementalDefinitionStackMapHashMapEntry.getKey())) { + return cElementalDefinitionStackMapHashMapEntry.getValue(); + } + } + return null; + } + + //To check for instance data and other things use recipe extensions! +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/cElementalDefinitionStack.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/cElementalDefinitionStack.java new file mode 100644 index 0000000000..6b6fe35b41 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/cElementalDefinitionStack.java @@ -0,0 +1,98 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.stacks; + +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import net.minecraft.nbt.NBTTagCompound; + +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.cPrimitiveDefinition.null__; + +/** + * Created by danie_000 on 20.11.2016. + */ +public final class cElementalDefinitionStack implements iHasElementalDefinition { + public final iElementalDefinition definition; + public final long amount; + + public cElementalDefinitionStack(iElementalDefinition def, long amount) { + definition = def == null ? null__ : def; + this.amount = amount; + } + + @Override + public cElementalDefinitionStack clone() { + return this;//IMMUTABLE + } + + @Override + public iElementalDefinition getDefinition() { + return definition;//IMMUTABLE + } + + @Override + public long getAmount() { + return amount; + } + + @Override + public long getCharge() { + return definition.getCharge() * amount; + } + + @Override + public float getMass() { + return definition.getMass() * amount; + } + + public NBTTagCompound toNBT() { + NBTTagCompound nbt = new NBTTagCompound(); + nbt.setTag("d", definition.toNBT()); + nbt.setLong("q", amount); + return nbt; + } + + public static cElementalDefinitionStack fromNBT(NBTTagCompound nbt) { + return new cElementalDefinitionStack( + cElementalDefinition.fromNBT(nbt.getCompoundTag("d")), + nbt.getLong("q")); + } + + public cElementalDefinitionStack addAmountIntoNewInstance(long amount) { + if(amount==0) { + return this; + } + return new cElementalDefinitionStack(definition, amount + this.amount); + } + + public cElementalDefinitionStack addAmountIntoNewInstance(cElementalDefinitionStack... other) { + if (other == null || other.length == 0) { + return this; + } + long l = 0; + for (cElementalDefinitionStack stack : other) { + l += stack.amount; + } + return addAmountIntoNewInstance(l); + } + + @Override + public int compareTo(iHasElementalDefinition o) { + return definition.compareTo(o.getDefinition()); + } + + @Override + public boolean equals(Object obj) { + if (obj instanceof iElementalDefinition) { + return definition.compareTo((iElementalDefinition) obj) == 0; + } + if (obj instanceof iHasElementalDefinition) { + return definition.compareTo(((iHasElementalDefinition) obj).getDefinition()) == 0; + } + return false; + } + + //Amount shouldn't be hashed if this is just indicating amount and not structure + @Override + public int hashCode() { + return definition.hashCode(); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/cElementalInstanceStack.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/cElementalInstanceStack.java new file mode 100644 index 0000000000..b0ee3f8460 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/cElementalInstanceStack.java @@ -0,0 +1,493 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.stacks; + +import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.Util; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import net.minecraft.nbt.NBTTagCompound; + +import java.util.ArrayList; + +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.cPrimitiveDefinition.null__; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eBosonDefinition.deadEnd; +import static com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_scanner.*; + +/** + * Created by danie_000 on 22.10.2016. + */ +public final class cElementalInstanceStack implements iHasElementalDefinition { + public static int MIN_MULTIPLE_DECAY_CALLS=4,MAX_MULTIPLE_DECAY_CALLS=16,DECAY_CALL_PER=144; + + public final iElementalDefinition definition; + //energy - if positive then particle should try to decay + private long energy; + //byte color; 0=Red 1=Green 2=Blue 0=Cyan 1=Magenta 2=Yellow, else ignored (-1 - uncolorable) + private byte color; + public long age; + public long amount; + private float lifeTime; + private float lifeTimeMult; + + public cElementalInstanceStack(cElementalDefinitionStack stackSafe) { + this(stackSafe.definition, stackSafe.amount, 1F, 0, 0); + } + + public cElementalInstanceStack(cElementalDefinitionStack stackSafe, float lifeTimeMult, long age, long energy) { + this(stackSafe.definition, stackSafe.amount, lifeTimeMult, age, energy); + } + + public cElementalInstanceStack(iElementalDefinition defSafe, long amount) { + this(defSafe, amount, 1F, 0, 0); + } + + public cElementalInstanceStack(iElementalDefinition defSafe, long amount, float lifeTimeMult, long age, long energy) { + definition = defSafe == null ? null__ : defSafe; + byte bColor = definition.getColor(); + if (bColor < 0 || bColor > 2) {//transforms colorable??? into proper color + this.color = bColor; + } else { + this.color = (byte) TecTech.RANDOM.nextInt(3); + } + this.lifeTimeMult = lifeTimeMult; + lifeTime = definition.getRawTimeSpan(energy) * this.lifeTimeMult; + setEnergy(energy); + this.age = age; + this.amount = amount; + } + + //Clone proxy + private cElementalInstanceStack(cElementalInstanceStack stack) { + definition = stack.definition; + color = stack.color; + age = stack.age; + amount = stack.amount; + lifeTime = stack.lifeTime; + lifeTimeMult = stack.lifeTimeMult; + energy = stack.energy; + } + + @Override + public cElementalInstanceStack clone() { + return new cElementalInstanceStack(this); + } + + @Override + public long getAmount() { + return amount; + } + + @Override + public long getCharge() { + return definition.getCharge() * amount; + } + + @Override + public float getMass() { + return definition.getMass() * amount; + } + + public long getEnergy() { + return energy; + } + + public void setEnergy(long newEnergyLevel){ + energy=newEnergyLevel; + setLifeTimeMultiplier(getLifeTimeMultiplier()); + } + + public float getEnergySettingCost(long currentEnergyLevel, long newEnergyLevel){ + return definition.getEnergyDiffBetweenStates(currentEnergyLevel,newEnergyLevel)*amount; + } + + public float getEnergySettingCost(long newEnergyLevel){ + return definition.getEnergyDiffBetweenStates(energy,newEnergyLevel)*amount; + } + + public cElementalDefinitionStack getDefinitionStack() { + return new cElementalDefinitionStack(definition, amount); + } + + @Override + public iElementalDefinition getDefinition() { + return definition; + } + + public byte getColor() { + return color; + } + + public byte setColor(byte color) {//does not allow changing magic element + if (this.color < 0 || this.color > 2 || color < 0 || color >= 3) { + return this.color; + } + return this.color = color; + } + + public byte nextColor() {//does not allow changing magic element + if (color < 0 || color > 2) { + return color; + } + return color = (byte) TecTech.RANDOM.nextInt(3); + } + + public float getLifeTime() { + return lifeTime; + } + + public float setLifeTimeMultiplier(float mult) { + if(mult<=0) //since infinity*0=nan + { + throw new IllegalArgumentException("multiplier must be >0"); + } + lifeTimeMult = mult; + if (definition.getRawTimeSpan(energy) <= 0) { + return lifeTime; + } + lifeTime = definition.getRawTimeSpan(energy) * lifeTimeMult; + return lifeTime; + } + + public float getLifeTimeMultiplier() { + return lifeTimeMult; + } + + public cElementalInstanceStackMap decay() { + return decay(1F, age, 0);//try to decay without changes + } + + public cElementalInstanceStackMap decay(long apparentAge, long postEnergize) { + return decay(1F,apparentAge,postEnergize); + } + + public cElementalInstanceStackMap decay(float lifeTimeMult, long apparentAge, long postEnergize) { + long newEnergyLevel = postEnergize + energy; + if (newEnergyLevel > 0) { + newEnergyLevel -= 1; + } else if (newEnergyLevel < 0) { + newEnergyLevel += 1; + } + if(definition.usesMultipleDecayCalls(energy)){ + long amountTemp=amount; + long decayCnt=Math.min(Math.max(amount/DECAY_CALL_PER,MIN_MULTIPLE_DECAY_CALLS),MAX_MULTIPLE_DECAY_CALLS); + long amountPer=amount/decayCnt; + amount-=amountPer*(--decayCnt); + cElementalInstanceStackMap output=decayMechanics(lifeTimeMult,apparentAge,newEnergyLevel); + if(output==null){ + amount=amountTemp; + return null; + } + if(amountPer>0){ + amount=amountPer; + for(int i=0;i 0 && !definition.usesSpecialEnergeticDecayHandling()) { + setLifeTimeMultiplier(getLifeTimeMultiplier()); + return decayCompute(definition.getEnergyInducedDecay(energy), lifeTimeMult, -1, newEnergyLevel); + } else if (definition.getRawTimeSpan(energy) < 0) { + return null;//return null, decay cannot be achieved + } else if (definition.isTimeSpanHalfLife()) { + return exponentialDecayCompute(energy > 0 ? definition.getEnergyInducedDecay(energy) : definition.getDecayArray(), lifeTimeMult, -1, newEnergyLevel); + } else { + if (1F > lifeTime) { + return decayCompute(energy > 0 ? definition.getEnergyInducedDecay(energy) : definition.getNaturalDecayInstant(), lifeTimeMult, 0, newEnergyLevel); + } else if ((float) apparentAge > lifeTime) { + return decayCompute(energy > 0 ? definition.getEnergyInducedDecay(energy) : definition.getDecayArray(), lifeTimeMult, 0, newEnergyLevel); + } + } + return null;//return null since decay cannot be achieved + } + + //Use to get direct decay output providing correct decay array + private cElementalInstanceStackMap exponentialDecayCompute(cElementalDecay[] decays, float lifeTimeMult, long newProductsAge, long newEnergyLevel) { + double decayInverseRatio=Math.pow(2d,1d/* 1 second *//(double)lifeTime); + double newAmount=(double)amount/decayInverseRatio; + long amountRemaining= (long)Math.floor(newAmount) +(TecTech.RANDOM.nextDouble()<=newAmount-Math.floor(newAmount)?1:0); + //if(definition.getSymbol().startsWith("U ")) { + // System.out.println("newAmount = " + newAmount); + // System.out.println("amountRemaining = " + amountRemaining); + // for(cElementalDecay decay:decays){ + // System.out.println("prob = "+decay.probability); + // for(cElementalDefinitionStack stack:decay.outputStacks.values()){ + // System.out.println("stack = " + stack.getDefinition().getSymbol() + " " + stack.amount); + // } + // } + //} + if(amountRemaining==amount) { + return null;//nothing decayed + } else if(amountRemaining<=0) { + return decayCompute(decays, lifeTimeMult, newProductsAge, newEnergyLevel); + } + //split to non decaying and decaying part + long amount=this.amount; + this.amount-=amountRemaining; + cElementalInstanceStackMap products=decayCompute(decays,lifeTimeMult,newProductsAge,newEnergyLevel); + this.amount=amountRemaining; + products.putUnify(clone()); + this.amount=amount; + return products; + } + + //Use to get direct decay output providing correct decay array + private cElementalInstanceStackMap decayCompute(cElementalDecay[] decays, float lifeTimeMult, long newProductsAge, long newEnergyLevel) { + if (decays == null) { + return null;//Can not decay so it wont + } + if (decays.length == 0) { + if(definition.decayMakesEnergy(this.energy)) { + return null; + } + return new cElementalInstanceStackMap();//provide non null 0 length array for annihilation + } else if (decays.length == 1) {//only one type of decay :D, doesn't need dead end + if(decays[0]==deadEnd && definition.decayMakesEnergy(this.energy)) { + return null;//no extra photons + } + cElementalInstanceStackMap products=decays[0].getResults(lifeTimeMult, newProductsAge, newEnergyLevel, amount); + if(newProductsAge<0){ + for(cElementalInstanceStack stack:products.values()){ + if(stack.definition.equals(definition)){ + stack.age= age; + stack.setEnergy(energy); + } + } + }else{ + for(cElementalInstanceStack stack:products.values()){ + if(stack.definition.equals(definition)){ + stack.setEnergy(energy); + } + } + } + if(this.energy <= 0 && products.getMass() > getMass()){ + return null;//no energy usage to decay + } + return products; + } else { + cElementalInstanceStackMap output = new cElementalInstanceStackMap(); + int differentDecays = decays.length; + long[] qttyOfDecay = new long[differentDecays]; + long amountRemaining = this.amount, amount = this.amount; + float remainingProbability = 1F; + + for (int i = 0; i < differentDecays; i++) { + if (decays[i].probability >= 1F) { + long thisDecayAmount = (long) Math.floor(remainingProbability * (double) amount); + if (thisDecayAmount > 0) { + if (thisDecayAmount <= amountRemaining) { + amountRemaining -= thisDecayAmount; + qttyOfDecay[i] += thisDecayAmount; + }else {//in case too much was made + qttyOfDecay[i] += amountRemaining; + amountRemaining = 0; + //remainingProbability=0; + } + } + break; + } + long thisDecayAmount = (long) Math.floor(decays[i].probability * (double) amount); + if (thisDecayAmount <= amountRemaining && thisDecayAmount > 0) {//some was made + amountRemaining -= thisDecayAmount; + qttyOfDecay[i] += thisDecayAmount; + } else if (thisDecayAmount > amountRemaining) {//too much was made + qttyOfDecay[i] += amountRemaining; + amountRemaining = 0; + //remainingProbability=0; + break; + } + remainingProbability -= decays[i].probability; + if(remainingProbability<=0) { + break; + } + } + + for (int i = 0; i < amountRemaining; i++) { + double rand = TecTech.RANDOM.nextDouble(); + for (int j = 0; j < differentDecays; j++) {//looking for the thing it decayed into + rand -= decays[j].probability; + if (rand <= 0D) { + qttyOfDecay[j]++; + break; + } + } + } + + if(definition.decayMakesEnergy(this.energy)){ + for (int i = 0; i < differentDecays; i++) { + if (qttyOfDecay[i] > 0) { + if(decays[i]==deadEnd){ + cElementalInstanceStack clone=this.clone(); + clone.amount=qttyOfDecay[i]; + output.putUnify(clone); + }else { + output.putUnifyAll(decays[i].getResults(lifeTimeMult, newProductsAge, newEnergyLevel, qttyOfDecay[i])); + } + } + } + }else{ + for (int i = 0; i < differentDecays; i++) { + if (qttyOfDecay[i] > 0) { + output.putUnifyAll(decays[i].getResults(lifeTimeMult, newProductsAge, newEnergyLevel, qttyOfDecay[i])); + } + } + } + + if(newProductsAge<0){ + for(cElementalInstanceStack stack:output.values()){ + if(stack.definition.equals(definition)){ + stack.age= age; + stack.setEnergy(energy); + } + } + }else{ + for(cElementalInstanceStack stack:output.values()){ + if(stack.definition.equals(definition)){ + stack.setEnergy(energy); + } + } + } + if(this.energy <= 0 && output.getMass() > getMass()){ + return null;//no energy usage to decay + } + return output; + } + } + + public cElementalInstanceStack unifyIntoThis(cElementalInstanceStack... instances) { + if (instances == null) { + return this; + } + //returns with the definition from the first object passed + double energy = this.energy * amount; + long maxEnergy=this.energy; + float lifeTimeMul = lifeTimeMult; + + for (cElementalInstanceStack instance : instances) { + if (instance != null && compareTo(instance) == 0) { + amount += instance.amount; + energy += instance.energy * instance.amount; + if(instance.energy>maxEnergy){ + maxEnergy=instance.energy; + } + lifeTimeMul = Math.min(lifeTimeMul, instance.lifeTimeMult); + age = Math.max(age, instance.age); + } + } + + if (amount != 0) { + energy /= Math.abs(amount); + } + + double wholeParts=Math.floor(energy); + energy=Math.min(energy-wholeParts,1)+(wholeParts>=0?-0.11709966304863834:0.11709966304863834); + setEnergy(Math.min(maxEnergy,(long)wholeParts+(energy>TecTech.RANDOM.nextDouble()?1:0))); + return this; + } + + public void addScanResults(ArrayList lines, int[] detailsOnDepthLevels){ + int capabilities=detailsOnDepthLevels[0]; + if(Util.areBitsSet(SCAN_GET_DEPTH_LEVEL,capabilities)) { + lines.add("DEPTH = " + 0); + } + definition.addScanResults(lines,capabilities,energy); + if(Util.areBitsSet(SCAN_GET_TIMESPAN_MULT,capabilities)) { + lines.add("TIME SPAN MULTIPLIER = " + lifeTimeMult); + if(Util.areBitsSet(SCAN_GET_TIMESPAN_INFO,capabilities)) { + lines.add("TIME SPAN MULTIPLIED = " + lifeTime + " s"); + } + } + if(Util.areBitsSet(SCAN_GET_AGE,capabilities)) { + lines.add("AGE = " + age + " s"); + } + if(Util.areBitsSet(SCAN_GET_COLOR,capabilities)) { + lines.add("COLOR = " + color + " RGB or CMY"); + } + if(Util.areBitsSet(SCAN_GET_ENERGY_LEVEL,capabilities)) { + lines.add("E. LEVEL = " + energy); + } + if(Util.areBitsSet(SCAN_GET_AMOUNT,capabilities)) { + lines.add("AMOUNT = " + amount); + } + scanContents(lines,definition.getSubParticles(),1,detailsOnDepthLevels); + } + + private void scanContents(ArrayList lines, cElementalDefinitionStackMap definitions, int depth, int[] detailsOnDepthLevels){ + if(definitions!=null && depth,Cloneable { + iElementalDefinition getDefinition(); + + long getAmount(); + + long getCharge(); + + float getMass(); + + iHasElementalDefinition clone(); +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/tElementalException.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/tElementalException.java new file mode 100644 index 0000000000..2adadfd062 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/tElementalException.java @@ -0,0 +1,10 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core; + +/** + * Created by danie_000 on 19.11.2016. + */ +public final class tElementalException extends Exception { + public tElementalException(String message) { + super(message); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalDefinition.java new file mode 100644 index 0000000000..de8ccb7b2b --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalDefinition.java @@ -0,0 +1,129 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.templates; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.iHasElementalDefinition; +import net.minecraft.nbt.NBTTagCompound; + +import java.lang.reflect.Method; +import java.util.HashMap; +import java.util.HashSet; +import java.util.Map; + +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; + +/** + * Created by danie_000 on 23.01.2017. + */ +public abstract class cElementalDefinition extends iElementalDefinition { + //Nothing array + public static final iElementalDefinition[] nothing = new cElementalPrimitive[0]; + + //add text based creators for recipe formula input? + private static final Map nbtCreationBind = new HashMap<>();//creator methods in subclasses + private static final HashSet classSet = new HashSet<>(); + + protected static void addCreatorFromNBT(byte shortcutNBT, Method constructorFromNBT,byte classID) { + if(nbtCreationBind.put(shortcutNBT, constructorFromNBT)!=null) { + throw new Error("Duplicate NBT shortcut! " + shortcutNBT + " used for NBT based creation"); + } + if(!classSet.add(classID)) { + throw new Error("Duplicate Class ID! " + classID + " used for class comparison"); + } + } + + public static Map getBindsComplex(){ + return nbtCreationBind; + } + + @Override + public final cElementalDefinition clone() { + return this;//IMMUTABLE + } + + public static iElementalDefinition fromNBT(NBTTagCompound nbt) { + try { + return (iElementalDefinition) nbtCreationBind.get(nbt.getByte("t")).invoke(null, nbt); + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + return nbtE__; + } + } + + @Override + public int compareTo(iElementalDefinition o) { + int classCompare = compareClassID(o); + if (classCompare != 0) { + return classCompare; + } + + //only of the internal def stacks!!! + //that allows neat check if the same thing and + //top hierarchy amount can be used to store amount info + return compareInnerContentsWithAmounts(getSubParticles().values(), o.getSubParticles().values()); + } + + //use only for nested operations! + private static int compareInnerContentsWithAmounts(cElementalDefinitionStack[] tc, cElementalDefinitionStack[] sc) { + if (tc == null) { + if (sc == null) { + return 0; + } else { + return -1; + } + } + if (sc == null) { + return 1; + } + + int lenDiff = tc.length - sc.length; + if (lenDiff != 0) { + return lenDiff; + } + + for (int i = 0; i < tc.length; i++) { + int cn = tc[i].definition.compareTo(sc[i].definition); + if (cn != 0) { + return cn; + } + + if (tc[i].amount > sc[i].amount) { + return 1; + } + if (tc[i].amount < sc[i].amount) { + return -1; + } + } + return 0; + } + + @Override + public final cElementalDefinitionStack getStackForm(long i) { + return new cElementalDefinitionStack(this,i); + } + + @Override + public final boolean equals(Object obj) { + if(this==obj) { + return true; + } + if (obj instanceof iElementalDefinition) { + return compareTo((iElementalDefinition) obj) == 0; + } + if (obj instanceof iHasElementalDefinition) { + return compareTo(((iHasElementalDefinition) obj).getDefinition()) == 0; + } + return false; + } + + @Override + public int hashCode() {//Internal amounts should be also hashed + int hash = -(getSubParticles().size() << 4); + for (cElementalDefinitionStack stack : getSubParticles().values()) { + hash += ((stack.amount & 0x1) == 0 ? -stack.amount : stack.amount) + stack.definition.hashCode(); + } + return hash; + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalPrimitive.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalPrimitive.java new file mode 100644 index 0000000000..5d0826ffb6 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalPrimitive.java @@ -0,0 +1,260 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.templates; + +import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.Util; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.tElementalException; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aFluidDequantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aItemDequantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aOredictDequantizationInfo; +import net.minecraft.client.Minecraft; +import net.minecraft.crash.CrashReport; +import net.minecraft.nbt.NBTTagCompound; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Map; + +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.cPrimitiveDefinition.null__; +import static com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_scanner.*; + +/** + * Created by danie_000 on 22.10.2016. + * EXTEND THIS TO ADD NEW PRIMITIVES, WATCH OUT FOR ID'S!!! (-1 to 32 can be assumed as used) + */ +public abstract class cElementalPrimitive extends cElementalDefinition { + public static final byte nbtType = (byte) 'p'; + + private static final Map bindsBO = new HashMap<>(); + + public static Map getBindsPrimitive() { + return bindsBO; + } + + public final String name; + public final String symbol; + //float-mass in eV/c^2 + public final float mass; + //int -electric charge in 1/3rds of electron charge for optimization + public final byte charge; + //byte color; 0=Red 1=Green 2=Blue 0=Cyan 1=Magenta 2=Yellow, else ignored (-1 - uncolorable) + public final byte color; + //-1/-2/-3 anti matter generations, +1/+2/+3 matter generations, 0 self anti + public final byte type; + + private cElementalPrimitive anti;//IMMUTABLE + private cElementalDecay[] elementalDecays; + private byte naturalDecayInstant; + private byte energeticDecayInstant; + private float rawLifeTime; + + public final int ID; + + //no _ at end - normal particle + // _ at end - anti particle + // __ at end - self is antiparticle + + protected cElementalPrimitive(String name, String symbol, int type, float mass, int charge, int color, int ID) { + this.name = name; + this.symbol = symbol; + this.type = (byte) type; + this.mass = mass; + this.charge = (byte) charge; + this.color = (byte) color; + this.ID = ID; + if (bindsBO.put(ID, this) != null) { + Minecraft.getMinecraft().crashed(new CrashReport("Primitive definition", new tElementalException("Duplicate ID"))); + } + } + + // + protected void init(cElementalPrimitive antiParticle, float rawLifeTime, int naturalInstant, int energeticInstant, cElementalDecay... elementalDecaysArray) { + anti = antiParticle; + this.rawLifeTime = rawLifeTime; + naturalDecayInstant = (byte) naturalInstant; + energeticDecayInstant = (byte) energeticInstant; + elementalDecays = elementalDecaysArray; + } + + @Override + public String getName() { + return "Undefined: " + name; + } + + @Override + public String getSymbol() { + return symbol; + } + + @Override + public iElementalDefinition getAnti() { + return anti;//no need for copy + } + + @Override + public int getCharge() { + return charge; + } + + @Override + public byte getColor() { + return color; + } + + @Override + public float getMass() { + return mass; + } + + @Override + public cElementalDecay[] getNaturalDecayInstant() { + if (naturalDecayInstant < 0) { + return elementalDecays; + }else if (naturalDecayInstant>=elementalDecays.length){ + return cElementalDecay.noProduct; + } + return new cElementalDecay[]{elementalDecays[naturalDecayInstant]}; + } + + @Override + public cElementalDecay[] getEnergyInducedDecay(long energyLevel) { + if (energeticDecayInstant < 0) { + return elementalDecays; + }else if (energeticDecayInstant>=elementalDecays.length){ + return cElementalDecay.noProduct; + } + return new cElementalDecay[]{elementalDecays[energeticDecayInstant]}; + } + + @Override + public float getEnergyDiffBetweenStates(long currentEnergyLevel, long newEnergyLevel) { + return iElementalDefinition.DEFAULT_ENERGY_REQUIREMENT *(newEnergyLevel-currentEnergyLevel); + } + + @Override + public boolean usesSpecialEnergeticDecayHandling() { + return false; + } + + @Override + public boolean usesMultipleDecayCalls(long energyLevel) { + return false; + } + + @Override + public boolean decayMakesEnergy(long energyLevel) { + return false; + } + + @Override + public cElementalDecay[] getDecayArray() { + return elementalDecays; + } + + @Override + public float getRawTimeSpan(long currentEnergy) { + return rawLifeTime; + } + + @Override + public final cElementalDefinitionStackMap getSubParticles() { + return null; + } + + @Override + public aFluidDequantizationInfo someAmountIntoFluidStack() { + return null; + } + + @Override + public aItemDequantizationInfo someAmountIntoItemsStack() { + return null; + } + + @Override + public aOredictDequantizationInfo someAmountIntoOredictStack() { + return null; + } + + @Override + public byte getType() { + return type; + } + + @Override + public final NBTTagCompound toNBT() { + NBTTagCompound nbt = new NBTTagCompound(); + nbt.setByte("t", nbtType); + nbt.setInteger("c", ID); + return nbt; + } + + public static cElementalPrimitive fromNBT(NBTTagCompound content) { + cElementalPrimitive primitive = bindsBO.get(content.getInteger("c")); + return primitive == null ? null__ : primitive; + } + + @Override + public final byte getClassType() { + return -128; + } + + @Override + public void addScanResults(ArrayList lines, int capabilities, long energyLevel) { + if(Util.areBitsSet(SCAN_GET_CLASS_TYPE, capabilities)) { + lines.add("CLASS = " + nbtType + ' ' + getClassType()); + } + if(Util.areBitsSet(SCAN_GET_NOMENCLATURE|SCAN_GET_CHARGE|SCAN_GET_MASS|SCAN_GET_TIMESPAN_INFO, capabilities)) { + lines.add("NAME = "+getName()); + lines.add("SYMBOL = "+getSymbol()); + } + if(Util.areBitsSet(SCAN_GET_CHARGE,capabilities)) { + lines.add("CHARGE = " + getCharge() / 3f + " e"); + } + if(Util.areBitsSet(SCAN_GET_COLOR,capabilities)) { + lines.add(getColor() < 0 ? "COLORLESS" : "CARRIES COLOR"); + } + if(Util.areBitsSet(SCAN_GET_MASS,capabilities)) { + lines.add("MASS = " + getMass() + " eV/c\u00b2"); + } + if(Util.areBitsSet(SCAN_GET_TIMESPAN_INFO, capabilities)){ + lines.add((isTimeSpanHalfLife()?"HALF LIFE = ":"LIFE TIME = ")+getRawTimeSpan(energyLevel)+ " s"); + lines.add(" "+"At current energy level"); + } + } + + public static void run() { + try { + cElementalDefinition.addCreatorFromNBT(nbtType, cElementalPrimitive.class.getMethod("fromNBT", NBTTagCompound.class),(byte)-128); + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + } + if(DEBUG_MODE) { + TecTech.LOGGER.info("Registered Elemental Matter Class: Primitive " + nbtType + ' ' + -128); + } + } + + @Override + public final int compareTo(iElementalDefinition o) { + if (getClassType() == o.getClassType()) { + int oID = ((cElementalPrimitive) o).ID; + if (ID > oID) { + return 1; + } + if (ID < oID) { + return -1; + } + return 0; + } + return compareClassID(o); + } + + @Override + public final int hashCode() { + return ID; + } +} \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/iElementalDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/iElementalDefinition.java new file mode 100644 index 0000000000..c5f7e5afed --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/iElementalDefinition.java @@ -0,0 +1,79 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.templates; + +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aFluidDequantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aItemDequantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aOredictDequantizationInfo; +import net.minecraft.nbt.NBTTagCompound; + +import java.util.ArrayList; + +/** + * Created by danie_000 on 11.11.2016. + */ +public abstract class iElementalDefinition implements Comparable,Cloneable {//IMMUTABLE + public static final float STABLE_RAW_LIFE_TIME =1.5e36f; + public static final float NO_DECAY_RAW_LIFE_TIME=-1; + public static final long DEFAULT_ENERGY_LEVEL=0; + public static final float DEFAULT_ENERGY_REQUIREMENT=25000;//legit cuz normal atoms should only emit a gamma if they don't have defined energy levels + + //Nomenclature + public abstract String getName(); + + public abstract String getSymbol(); + + public abstract void addScanResults(ArrayList lines, int capabilities, long energyLevel); + + public abstract byte getType(); + + public abstract byte getClassType();//bigger number means bigger things usually, but it is just used to differentiate between classes of iED + + //Not dynamically changing stuff + public abstract iElementalDefinition getAnti();//gives new anti particle def + + public abstract cElementalDecay[] getDecayArray();//possible decays + + public abstract cElementalDecay[] getNaturalDecayInstant();//natural decay if lifespan <1tick + + public abstract cElementalDecay[] getEnergyInducedDecay(long energyLevel);//energetic decay + + public abstract boolean usesSpecialEnergeticDecayHandling(); + + public abstract boolean usesMultipleDecayCalls(long energyLevel); + + public abstract boolean decayMakesEnergy(long energyLevel); + + public abstract float getEnergyDiffBetweenStates(long currentEnergy, long newEnergyLevel);//positive or negative + + public abstract float getMass();//mass... MeV/c^2 + + public abstract int getCharge();//charge 1/3 electron charge + + //dynamically changing stuff + public abstract byte getColor();//-1 nope cannot 0 it can but undefined + + public abstract float getRawTimeSpan(long currentEnergy);//defined in static fields or generated + + public abstract boolean isTimeSpanHalfLife(); + + public abstract cElementalDefinitionStackMap getSubParticles();//contents... null if none + + public abstract aFluidDequantizationInfo someAmountIntoFluidStack(); + + public abstract aItemDequantizationInfo someAmountIntoItemsStack(); + + public abstract aOredictDequantizationInfo someAmountIntoOredictStack(); + + public abstract NBTTagCompound toNBT(); + + public abstract cElementalDefinitionStack getStackForm(long i); + + @Override + public abstract iElementalDefinition clone(); + + final /*default*/ int compareClassID(iElementalDefinition obj) { + return (int) getClassType() - obj.getClassType(); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aFluidDequantizationInfo.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aFluidDequantizationInfo.java new file mode 100644 index 0000000000..101163e78d --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aFluidDequantizationInfo.java @@ -0,0 +1,48 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.transformations; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.iHasElementalDefinition; +import net.minecraftforge.fluids.Fluid; +import net.minecraftforge.fluids.FluidStack; + +/** + * Created by Tec on 23.05.2017. + */ +public class aFluidDequantizationInfo implements iExchangeInfo { + private final iHasElementalDefinition in; + private final FluidStack out; + + public aFluidDequantizationInfo(iHasElementalDefinition emIn, FluidStack fluidStackOut){ + in=emIn; + out=fluidStackOut; + } + + public aFluidDequantizationInfo(iHasElementalDefinition emIn ,int fluidID,int fluidAmount) { + in = emIn; + out = new FluidStack(fluidID, fluidAmount); + } + + public aFluidDequantizationInfo(iHasElementalDefinition emIn, Fluid fluid, int fluidAmount){ + in=emIn; + out=new FluidStack(fluid,fluidAmount); + } + + @Override + public iHasElementalDefinition input() { + return in.clone();//MEH! + } + + @Override + public FluidStack output() { + return out.copy(); + } + + @Override + public int hashCode() { + return in.getDefinition().hashCode(); + } + + @Override + public boolean equals(Object obj) { + return obj instanceof aFluidDequantizationInfo && hashCode() == obj.hashCode(); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aFluidQuantizationInfo.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aFluidQuantizationInfo.java new file mode 100644 index 0000000000..287fefbe14 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aFluidQuantizationInfo.java @@ -0,0 +1,48 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.transformations; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.iHasElementalDefinition; +import net.minecraftforge.fluids.Fluid; +import net.minecraftforge.fluids.FluidStack; + +/** + * Created by Tec on 23.05.2017. + */ +public class aFluidQuantizationInfo implements iExchangeInfo { + private final FluidStack in; + private final iHasElementalDefinition out; + + public aFluidQuantizationInfo(FluidStack fluidStackIn, iHasElementalDefinition emOut){ + in=fluidStackIn; + out=emOut; + } + + public aFluidQuantizationInfo(int fluidID,int fluidAmount, iHasElementalDefinition emOut){ + in=new FluidStack(fluidID,fluidAmount); + out=emOut; + } + + public aFluidQuantizationInfo(Fluid fluid, int fluidAmount, iHasElementalDefinition emOut){ + in=new FluidStack(fluid,fluidAmount); + out=emOut; + } + + @Override + public FluidStack input() { + return in.copy(); + } + + @Override + public iHasElementalDefinition output() { + return out.clone(); + } + + @Override + public int hashCode() { + return in.getFluidID(); + } + + @Override + public boolean equals(Object obj) { + return obj instanceof aFluidQuantizationInfo && hashCode() == obj.hashCode(); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aItemDequantizationInfo.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aItemDequantizationInfo.java new file mode 100644 index 0000000000..b764f59863 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aItemDequantizationInfo.java @@ -0,0 +1,45 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.transformations; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.iHasElementalDefinition; +import gregtech.api.enums.Materials; +import gregtech.api.enums.OrePrefixes; +import gregtech.api.util.GT_OreDictUnificator; +import net.minecraft.item.ItemStack; + +/** + * Created by Tec on 23.05.2017. + */ +public class aItemDequantizationInfo implements iExchangeInfo { + private final iHasElementalDefinition in; + private final ItemStack out; + + public aItemDequantizationInfo(iHasElementalDefinition emIn, ItemStack itemStackOut){ + in=emIn; + out=itemStackOut; + } + + public aItemDequantizationInfo(iHasElementalDefinition emIn, OrePrefixes prefix, Materials material, int amount) { + in = emIn; + out = GT_OreDictUnificator.get(prefix, material, amount); + } + + @Override + public iHasElementalDefinition input() { + return in.clone(); + } + + @Override + public ItemStack output() { + return out.copy(); + } + + @Override + public int hashCode() { + return in.getDefinition().hashCode(); + } + + @Override + public boolean equals(Object obj) { + return obj instanceof aItemDequantizationInfo && hashCode() == obj.hashCode(); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aItemQuantizationInfo.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aItemQuantizationInfo.java new file mode 100644 index 0000000000..80179e1eb8 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aItemQuantizationInfo.java @@ -0,0 +1,69 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.transformations; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.iHasElementalDefinition; +import cpw.mods.fml.common.registry.GameRegistry; +import gregtech.api.enums.Materials; +import gregtech.api.enums.OrePrefixes; +import gregtech.api.util.GT_OreDictUnificator; +import net.minecraft.item.ItemStack; +import net.minecraftforge.oredict.OreDictionary; + +/** + * Created by Tec on 23.05.2017. + */ +public class aItemQuantizationInfo implements iExchangeInfo { + private final ItemStack in; + private final boolean skipNBT; + private final iHasElementalDefinition out; + + public aItemQuantizationInfo(ItemStack itemStackIn, boolean skipNBT, iHasElementalDefinition emOut) { + in = itemStackIn; + out = emOut; + this.skipNBT = skipNBT; + } + + public aItemQuantizationInfo(OrePrefixes prefix, Materials material, int amount, boolean skipNBT, iHasElementalDefinition emOut) { + in = GT_OreDictUnificator.get(prefix, material, amount); + out = emOut; + this.skipNBT = skipNBT; + } + + @Override + public ItemStack input() { + return in.copy(); + } + + @Override + public iHasElementalDefinition output() { + return out.clone(); + } + + @Override + public int hashCode() { + return (GameRegistry.findUniqueIdentifierFor(in.getItem())+":"+in.getUnlocalizedName()+ ':' +in.getItemDamage()).hashCode(); + } + + @Override + public boolean equals(Object obj) { + if(obj instanceof aItemQuantizationInfo){ + //alias + ItemStack stack=((aItemQuantizationInfo) obj).in; + if(!in.getUnlocalizedName().equals(((aItemQuantizationInfo) obj).in.getUnlocalizedName())) { + return false; + } + + if(!GameRegistry.findUniqueIdentifierFor(in.getItem()).equals( + GameRegistry.findUniqueIdentifierFor(((aItemQuantizationInfo) obj).in.getItem()))) { + return false; + } + + if(in.getItemDamage() != OreDictionary.WILDCARD_VALUE && stack.getItemDamage() != OreDictionary.WILDCARD_VALUE) { + if (in.getItemDamage() != stack.getItemDamage()) { + return false; + } + } + return skipNBT || ItemStack.areItemStackTagsEqual(in, stack); + } + return false; + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aOredictDequantizationInfo.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aOredictDequantizationInfo.java new file mode 100644 index 0000000000..51b1a6806d --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aOredictDequantizationInfo.java @@ -0,0 +1,59 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.transformations; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.iHasElementalDefinition; +import gregtech.api.enums.Materials; +import gregtech.api.enums.OrePrefixes; +import net.minecraftforge.oredict.OreDictionary; + +/** + * Created by Tec on 23.05.2017. + */ +public class aOredictDequantizationInfo implements iExchangeInfo { + private final iHasElementalDefinition in; + public final int out; + public final int amount; + + public aOredictDequantizationInfo(iHasElementalDefinition emIn, int id, int qty) { + in = emIn; + out = id; + amount = qty; + } + + public aOredictDequantizationInfo(iHasElementalDefinition emIn, String name, int qty) { + in = emIn; + out = OreDictionary.getOreID(name); + amount = qty; + } + + public aOredictDequantizationInfo(iHasElementalDefinition emIn, OrePrefixes prefix, Materials material, int qty) { + in = emIn; + out = OreDictionary.getOreID(prefix.name() + material.mName); + amount = qty; + } + + public aOredictDequantizationInfo(iHasElementalDefinition emIn, OrePrefixes prefix, String materialName, int qty) { + in = emIn; + out = OreDictionary.getOreID(prefix.name() + materialName); + amount = qty; + } + + @Override + public iHasElementalDefinition input() { + return in.clone();//MEH! + } + + @Override + public Integer output() { + return out; + } + + @Override + public int hashCode() { + return in.getDefinition().hashCode(); + } + + @Override + public boolean equals(Object obj) { + return obj instanceof aOredictDequantizationInfo && hashCode() == obj.hashCode(); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aOredictQuantizationInfo.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aOredictQuantizationInfo.java new file mode 100644 index 0000000000..99e8589060 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aOredictQuantizationInfo.java @@ -0,0 +1,59 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.transformations; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.iHasElementalDefinition; +import gregtech.api.enums.Materials; +import gregtech.api.enums.OrePrefixes; +import net.minecraftforge.oredict.OreDictionary; + +/** + * Created by Tec on 23.05.2017. + */ +public class aOredictQuantizationInfo implements iExchangeInfo { + public final int in; + public final int amount; + private final iHasElementalDefinition out; + + public aOredictQuantizationInfo(int id, int qty, iHasElementalDefinition emOut){ + in=id; + amount=qty; + out=emOut; + } + + public aOredictQuantizationInfo(String name, int qty, iHasElementalDefinition emOut){ + in=OreDictionary.getOreID(name); + amount=qty; + out=emOut; + } + + public aOredictQuantizationInfo( OrePrefixes prefix, Materials material, int qty, iHasElementalDefinition emOut){ + in=OreDictionary.getOreID(prefix.name() + material.mName); + amount=qty; + out=emOut; + } + + public aOredictQuantizationInfo( OrePrefixes prefix, String materialName, int qty, iHasElementalDefinition emOut){ + in=OreDictionary.getOreID(prefix.name() + materialName); + amount=qty; + out=emOut; + } + + @Override + public Integer input() { + return in; + } + + @Override + public iHasElementalDefinition output() { + return out.clone(); + } + + @Override + public int hashCode() { + return in; + } + + @Override + public boolean equals(Object obj) { + return obj instanceof aOredictQuantizationInfo && hashCode() == obj.hashCode(); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/bTransformationInfo.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/bTransformationInfo.java new file mode 100644 index 0000000000..01e5571f23 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/bTransformationInfo.java @@ -0,0 +1,93 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.transformations; + +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.iHasElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import gregtech.api.enums.Materials; +import gregtech.api.enums.OrePrefixes; +import net.minecraft.item.ItemStack; +import net.minecraftforge.fluids.Fluid; +import net.minecraftforge.fluids.FluidStack; +import net.minecraftforge.oredict.OreDictionary; + +import java.util.HashMap; + +/** + * Created by Tec on 26.05.2017. + */ +public class bTransformationInfo { + public static final HashMap fluidQuantization=new HashMap<>(32); + public HashMap fluidDequantization; + + public static final HashMap itemQuantization=new HashMap<>(32); + public HashMap itemDequantization; + + public static final HashMap oredictQuantization=new HashMap<>(32); + public HashMap oredictDequantization; + + public bTransformationInfo(){ + fluidDequantization=new HashMap<>(); + itemDequantization=new HashMap<>(); + oredictDequantization=new HashMap<>(); + } + + public bTransformationInfo(int fluidCap,int itemCap, int oreCap){ + if(fluidCap>0) { + fluidDequantization = new HashMap<>(fluidCap); + } + if(itemCap>0) { + itemDequantization = new HashMap<>(itemCap); + } + if(oreCap>0) { + oredictDequantization = new HashMap<>(oreCap); + } + } + + public void addFluid(iHasElementalDefinition em, FluidStack fluidStack){ + fluidQuantization.put(fluidStack.getFluidID(),new aFluidQuantizationInfo(fluidStack,em)); + fluidDequantization.put(em.getDefinition(),new aFluidDequantizationInfo(em,fluidStack)); + } + + public void addFluid(iHasElementalDefinition em ,int fluidID,int fluidAmount) { + fluidQuantization.put(fluidID,new aFluidQuantizationInfo(fluidID,fluidAmount,em)); + fluidDequantization.put(em.getDefinition(),new aFluidDequantizationInfo(em,fluidID,fluidAmount)); + } + + public void addFluid(iHasElementalDefinition em, Fluid fluid, int fluidAmount){ + fluidQuantization.put(fluid.getID(),new aFluidQuantizationInfo(fluid,fluidAmount,em)); + fluidDequantization.put(em.getDefinition(),new aFluidDequantizationInfo(em,fluid,fluidAmount)); + } + + public void addItemQuantization(aItemQuantizationInfo aIQI){ + itemQuantization.put(aIQI,aIQI); + } + + public void addItem(iHasElementalDefinition em, ItemStack itemStack, boolean skipNBT){ + addItemQuantization(new aItemQuantizationInfo(itemStack,skipNBT,em)); + itemDequantization.put(em.getDefinition(),new aItemDequantizationInfo(em,itemStack)); + } + + public void addItem(iHasElementalDefinition em, OrePrefixes prefix, Materials material, int amount, boolean skipNBT){ + addItemQuantization(new aItemQuantizationInfo(prefix,material,amount,skipNBT,em)); + itemDequantization.put(em.getDefinition(),new aItemDequantizationInfo(em,prefix,material,amount)); + } + + public void addOredict(iHasElementalDefinition em, int id, int qty){ + oredictQuantization.put(id,new aOredictQuantizationInfo(id,qty,em)); + oredictDequantization.put(em.getDefinition(),new aOredictDequantizationInfo(em,id,qty)); + } + + public void addOredict(iHasElementalDefinition em, String name, int qty){ + oredictQuantization.put(OreDictionary.getOreID(name),new aOredictQuantizationInfo(name,qty,em)); + oredictDequantization.put(em.getDefinition(),new aOredictDequantizationInfo(em,name,qty)); + } + + public void addOredict(iHasElementalDefinition em, OrePrefixes prefix, Materials material, int qty){ + oredictQuantization.put(OreDictionary.getOreID(prefix.name() + material.mName),new aOredictQuantizationInfo(prefix,material,qty,em)); + oredictDequantization.put(em.getDefinition(),new aOredictDequantizationInfo(em,prefix,material,qty)); + } + + public void addOredict(iHasElementalDefinition em, OrePrefixes prefix, String materialName, int qty){ + oredictQuantization.put(OreDictionary.getOreID(prefix.name() + materialName),new aOredictQuantizationInfo(prefix,materialName,qty,em)); + oredictDequantization.put(em.getDefinition(),new aOredictDequantizationInfo(em,prefix,materialName,qty)); + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/iExchangeInfo.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/iExchangeInfo.java new file mode 100644 index 0000000000..f4e77bfe2b --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/iExchangeInfo.java @@ -0,0 +1,11 @@ +package com.github.technus.tectech.mechanics.elementalMatter.core.transformations; + +/** + * Created by Tec on 23.05.2017. + */ +public interface iExchangeInfo { + Object output();//what should be given - ItemStack,FluidStack,AspectStack, (EM definitionStack->)EM instance stack - etc. + //This must return new Object! - if obj is immutable don't care that much (applies to defStacks) + + Object input();//same as above but for input +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java new file mode 100644 index 0000000000..a1d4640460 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java @@ -0,0 +1,1660 @@ +package com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom; + +import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.Util; +import com.github.technus.tectech.XSTR; +import com.github.technus.tectech.Reference; +import com.github.technus.tectech.compatibility.gtpp.GtppAtomLoader; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalMutableDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.tElementalException; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aFluidDequantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aItemDequantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aOredictDequantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.bTransformationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.hadron.dHadronDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eBosonDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eLeptonDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eNeutrinoDefinition; +import cpw.mods.fml.common.Loader; +import gregtech.api.enums.Materials; +import net.minecraft.nbt.NBTTagCompound; + +import java.util.*; + +import static com.github.technus.tectech.XSTR.XSTR_INSTANCE; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eBosonDefinition.boson_Y__; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eBosonDefinition.deadEnd; +import static com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_scanner.*; +import static gregtech.api.enums.OrePrefixes.dust; + +/** + * Created by danie_000 on 18.11.2016. + */ +public final class dAtomDefinition extends cElementalDefinition { + public static final long ATOM_COMPLEXITY_LIMIT=65536L; + private static final byte BYTE_OFFSET=32; + + private final int hash; + public static final bTransformationInfo transformation=new bTransformationInfo(16,0,64); + public static float refMass, refUnstableMass; + + private static final byte nbtType = (byte) 'a'; + private static final Random xstr = new XSTR();//NEEDS SEPARATE! + private static Map> stableIsotopes = new HashMap<>(); + private static final Map stableAtoms = new HashMap<>(); + private static Map> mostStableUnstableIsotopes = new HashMap<>(); + private static final Map unstableAtoms = new HashMap<>(); + private static cElementalDefinitionStack alpha,deuterium,tritium,helium_3,beryllium_8,carbon_14,neon_24,silicon_34; + private static final HashMap lifetimeOverrides = new HashMap<>(); + + public final iaeaNuclide iaea; + + private static dAtomDefinition somethingHeavy; + public static dAtomDefinition getSomethingHeavy() { + return somethingHeavy; + } + + private static final ArrayList overrides = new ArrayList<>(); + public static void addOverride(dAtomDefinition atom, float rawLifeTime){ + lifetimeOverrides.put(atom,rawLifeTime); + } + + //float-mass in eV/c^2 + public final float mass; + //public final int charge; + public final int charge; + //int -electric charge in 1/3rds of electron charge for optimization + public final int chargeLeptons; + private float rawLifeTime; + //generation max present inside - minus if contains any anti quark + public final byte type; + + public final byte decayMode;//t neutron to proton+,0,f proton to neutron + //public final boolean stable; + + public final int neutralCount; + public final int element; + + private final boolean iaeaDefinitionExistsAndHasEnergyLevels; + + private final cElementalDefinitionStackMap elementalStacks; + + //stable is rawLifeTime>=10^9 + + @Deprecated + public dAtomDefinition(iElementalDefinition... things) throws tElementalException { + this(true, new cElementalDefinitionStackMap(things)); + } + + @Deprecated + private dAtomDefinition(boolean check, iElementalDefinition... things) throws tElementalException { + this(check, new cElementalDefinitionStackMap(things)); + } + + public dAtomDefinition(cElementalDefinitionStack... things) throws tElementalException { + this(true, new cElementalDefinitionStackMap(things)); + } + + private dAtomDefinition(boolean check, cElementalDefinitionStack... things) throws tElementalException { + this(check, new cElementalDefinitionStackMap(things)); + } + + public dAtomDefinition(cElementalDefinitionStackMap things) throws tElementalException { + this(true, things); + } + + private dAtomDefinition(boolean check, cElementalDefinitionStackMap things) throws tElementalException { + if (check && !canTheyBeTogether(things)) { + throw new tElementalException("Atom Definition error"); + } + elementalStacks = things; + + float mass = 0; + int cLeptons = 0; + int cNucleus = 0; + int neutralCount = 0, element = 0; + int type = 0; + boolean containsAnti = false; + for (cElementalDefinitionStack stack : elementalStacks.values()) { + iElementalDefinition def = stack.definition; + int amount = (int)stack.amount; + mass += stack.getMass(); + if (def.getType() < 0) { + containsAnti = true; + } + type = Math.max(type, Math.abs(def.getType())); + + if (def instanceof eLeptonDefinition) { + cLeptons += stack.getCharge(); + } else { + cNucleus += stack.getCharge(); + if (def.getCharge() == 3) { + element += amount; + } else if (def.getCharge() == -3) { + element -= amount; + } else if (def.getCharge() == 0) { + neutralCount += amount; + } + } + } + this.type = containsAnti ? (byte) -type : (byte) type; + //this.mass = mass; + chargeLeptons = cLeptons; + charge = cNucleus + cLeptons; + this.neutralCount = neutralCount; + this.element = element; + + element = Math.abs(element); + + //stability curve + int StableIsotope = stableIzoCurve(element); + int izoDiff = neutralCount - StableIsotope; + int izoDiffAbs = Math.abs(izoDiff); + + xstr.setSeed((element + 1L) * (neutralCount + 100L)); + iaea =iaeaNuclide.get(element,neutralCount); + if(iaea!=null){ + if(Float.isNaN(iaea.mass)) { + this.mass = mass; + } else { + this.mass = iaea.mass; + } + + if(Float.isNaN(iaea.halfTime)) { + Float overriddenLifeTime= lifetimeOverrides.get(this); + float rawLifeTimeTemp; + if(overriddenLifeTime!=null) { + rawLifeTimeTemp = overriddenLifeTime; + } else { + rawLifeTimeTemp = calculateLifeTime(izoDiff, izoDiffAbs, element, neutralCount, containsAnti); + } + rawLifeTime =rawLifeTimeTemp> iElementalDefinition.STABLE_RAW_LIFE_TIME ? iElementalDefinition.STABLE_RAW_LIFE_TIME :rawLifeTimeTemp; + }else { + rawLifeTime = containsAnti ? iaea.halfTime * 1.5514433E-21f * (1f + xstr.nextFloat() * 9f) : iaea.halfTime; + } + iaeaDefinitionExistsAndHasEnergyLevels =iaea.energeticStatesArray.length>1; + }else{ + this.mass=mass; + + Float overriddenLifeTime= lifetimeOverrides.get(this); + float rawLifeTimeTemp; + if(overriddenLifeTime!=null) { + rawLifeTimeTemp = overriddenLifeTime; + } else { + rawLifeTimeTemp = calculateLifeTime(izoDiff, izoDiffAbs, element, neutralCount, containsAnti); + } + rawLifeTime =rawLifeTimeTemp> iElementalDefinition.STABLE_RAW_LIFE_TIME ? iElementalDefinition.STABLE_RAW_LIFE_TIME :rawLifeTimeTemp; + + iaeaDefinitionExistsAndHasEnergyLevels =false; + } + + if(iaea==null || iaea.energeticStatesArray[0].energy!=0) { + if (izoDiff == 0) { + decayMode = 0; + } else { + decayMode = izoDiff > 0 ? (byte) Math.min(2, 1 + izoDiffAbs / 4) : (byte) -Math.min(2, 1 + izoDiffAbs / 4); + } + }else{ + decayMode = izoDiff > 0 ? (byte) (Math.min(2, 1 + izoDiffAbs / 4)+ BYTE_OFFSET) : (byte) (-Math.min(2, 1 + izoDiffAbs / 4) + BYTE_OFFSET); + } + //this.stable = this.rawLifeTime >= STABLE_RAW_LIFE_TIME; + + hash=super.hashCode(); + } + + private static int stableIzoCurve(int element) { + return (int) Math.round(-1.19561E-06 * Math.pow(element, 4D) + + 1.60885E-04 * Math.pow(element, 3D) + + 3.76604E-04 * Math.pow(element, 2D) + + 1.08418E+00 * (double) element); + } + + private static float calculateLifeTime(int izoDiff, int izoDiffAbs, int element, int isotope, boolean containsAnti) { + float rawLifeTime; + + if (element <= 83 && isotope < 127 && (izoDiffAbs == 0 || element == 1 && isotope == 0 || element == 2 && isotope == 1 || izoDiffAbs == 1 && element > 2 && element % 2 == 1 || izoDiffAbs == 3 && element > 30 && element % 2 == 0 || izoDiffAbs == 5 && element > 30 && element % 2 == 0 || izoDiffAbs == 2 && element > 20 && element % 2 == 1)) { + rawLifeTime = containsAnti ? 2.381e4f * (1f + xstr.nextFloat() * 9f) : (1f + xstr.nextFloat() * 9f) * 1.5347e25F; + } else { + //Y = (X-A)/(B-A) * (D-C) + C + float unstabilityEXP; + if (element == 0) { + return 1e-35f; + } else if (element == 1) { + unstabilityEXP = 1.743f - Math.abs(izoDiff - 1) * 9.743f; + } else if (element == 2) { + switch (isotope) { + case 4: + unstabilityEXP = 1.61f; + break; + case 5: + unstabilityEXP = -7.523F; + break; + case 6: + unstabilityEXP = -1.51f; + break; + default: + unstabilityEXP = -(izoDiffAbs * 6.165F); + break; + } + } else if (element <= 83 || isotope <= 127 && element <= 120) { + float elementPow4 = (float) Math.pow(element, 4f); + + unstabilityEXP = Math.min(element / 2.4f, 6 + ((element + 1) % 2) * 3e6F / elementPow4) + (float) -izoDiff * elementPow4 / 1e8F - Math.abs(izoDiff - 1 + element / 60F) * (3f - element / 12.5f + element * element / 1500f); + } else if (element < 180) { + unstabilityEXP = Math.min((element - 85) * 2, 16 + ((isotope + 1) % 2) * 2.5F - (element - 85) / 3F) - Math.abs(izoDiff) * (3f - element / 13f + element * element / 1600f); + } else { + return -1; + } + if ((isotope == 127 || isotope == 128) && element < 120 && element > 83) { + unstabilityEXP -= 1.8f; + } + if (element > 83 && element < 93 && isotope % 2 == 0 && izoDiff == 3) { + unstabilityEXP += 6; + } + if (element > 93 && element < 103 && isotope % 2 == 0 && izoDiff == 4) { + unstabilityEXP += 6; + } + rawLifeTime = (containsAnti ? 1e-8f : 1f) * (float) Math.pow(10F, unstabilityEXP) * (1f + xstr.nextFloat() * 9f); + } + + if (rawLifeTime < 8e-15) { + return 1e-35f; + } + if (rawLifeTime > 8e28) { + return 8e30f; + } + return rawLifeTime; + } + + private static boolean canTheyBeTogether(cElementalDefinitionStackMap stacks) { + boolean nuclei = false; + long qty=0; + for (cElementalDefinitionStack stack : stacks.values()) { + if (stack.definition instanceof dHadronDefinition) { + if (((dHadronDefinition) stack.definition).amount != 3) { + return false; + } + nuclei = true; + } else if (!(stack.definition instanceof eLeptonDefinition)) { + return false; + } + qty+=stack.amount; + } + return nuclei && qty=iaea.energeticStatesArray.length){ + return iaea.energeticStatesArray[iaea.energeticStatesArray.length-1].Thalf/(currentEnergy-iaea.energeticStatesArray.length+1); + } + return iaea.energeticStatesArray[(int)currentEnergy].Thalf; + } + return rawLifeTime/(currentEnergy+1); + } + + @Override + public boolean isTimeSpanHalfLife() { + return true; + } + + @Override + public byte getColor() { + return -10; + } + + @Override + public String getName() { + int element = Math.abs(this.element); + boolean negative = element < 0; + try { + if (type != 1) { + return (negative ? "~? " : "? ") + nomenclature.Name[element]; + } + return negative ? '~' + nomenclature.Name[-element] : nomenclature.Name[element]; + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + return (negative ? "Element: ~" : "Element: ") + element; + } + } + + @Override + public String getSymbol() { + int element = Math.abs(this.element); + boolean negative = element < 0; + try { + return (negative ? "~" : "") + nomenclature.Symbol[element] + " N:" + neutralCount + " I:" + (neutralCount+element) + " C:" + getCharge(); + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + try { + int s100 = element / 100, s1 = element / 10 % 10, s10 = element % 10; + return (negative ? "~" : "") + nomenclature.SymbolIUPAC[10 + s100] + nomenclature.SymbolIUPAC[s10] + nomenclature.SymbolIUPAC[s1] + " N:" + neutralCount + " I:" + (neutralCount+element) + " C:" + getCharge(); + } catch (Exception E) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + return (negative ? "~" : "") + "? N:" + neutralCount + " I:" + (neutralCount+element) + " C:" + getCharge(); + } + } + } + + @Override + public cElementalDefinitionStackMap getSubParticles() { + return elementalStacks.clone(); + } + + @Override + public cElementalDecay[] getDecayArray() { + ArrayList decaysList=new ArrayList<>(4); + return getDecayArray(decaysList,decayMode,true); + } + + private cElementalDecay[] getDecayArray(ArrayList decaysList,int decayMode,boolean tryAnti) { + if (type == 1) { + switch (decayMode) { + case -2: + if(TecTech.RANDOM.nextBoolean() && ElectronCapture(decaysList)) { + return decaysList.toArray(new cElementalDecay[decaysList.size()]); + } else if(PbetaDecay(decaysList)) { + return decaysList.toArray(new cElementalDecay[decaysList.size()]); + } + break; + case -1: + if(Emmision(decaysList, dHadronDefinition.hadron_p1)) { + return decaysList.toArray(new cElementalDecay[decaysList.size()]); + } + break; + case 0: + if(alphaDecay(decaysList)) { + return decaysList.toArray(new cElementalDecay[decaysList.size()]); + } + break; + case 1: + if(Emmision(decaysList, dHadronDefinition.hadron_n1)) { + return decaysList.toArray(new cElementalDecay[decaysList.size()]); + } + break; + case 2: + if(MbetaDecay(decaysList)) { + return decaysList.toArray(new cElementalDecay[decaysList.size()]); + } + break; + default: + if(decayMode>8){ + if(iaeaDecay(decaysList,0)) { + return decaysList.toArray(new cElementalDecay[decaysList.size()]); + } + return getDecayArray(decaysList,decayMode- BYTE_OFFSET,false); + } + } + return cElementalDecay.noDecay; + }else if(type ==-1){ + dAtomDefinition anti=getAnti(); + if(anti!=null) { + return anti.getDecayArray(decaysList, decayMode, false); + } + } + return getNaturalDecayInstant(); + } + + private boolean iaeaDecay(ArrayList decaysList,long energy){ + iaeaNuclide.energeticState state; + if(energy>iaea.energeticStatesArray.length) { + state = iaea.energeticStatesArray[iaea.energeticStatesArray.length - 1]; + } else if(energy<=0) { + state = iaea.energeticStatesArray[0]; + } else { + state = iaea.energeticStatesArray[(int) energy]; + } + for (int i=0;i decaysList, iaeaNuclide.iaeaDecay decay, long energy){ + cElementalMutableDefinitionStackMap withThis=elementalStacks.toMutable(),newStuff=new cElementalMutableDefinitionStackMap(); + switch (decay.decayName){ + case "D": { + if (withThis.removeAllAmounts(false, deuterium.definition.getSubParticles())){ + withThis.putReplace(deuterium); + decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + } + } break; + case "3H": { + if (withThis.removeAllAmounts(false, tritium.definition.getSubParticles())){ + withThis.putReplace(tritium); + decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + } + } break; + case "3HE": { + if (withThis.removeAllAmounts(false, helium_3.definition.getSubParticles())){ + withThis.putReplace(helium_3); + decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + } + } break; + case "8BE": { + if (withThis.removeAllAmounts(false, beryllium_8.definition.getSubParticles())){ + withThis.putReplace(beryllium_8); + decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + } + } break; + case "14C": { + if (withThis.removeAllAmounts(false, carbon_14.definition.getSubParticles())){ + newStuff.putReplace(carbon_14); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "24NE": { + if (withThis.removeAllAmounts(false, neon_24.definition.getSubParticles())){ + newStuff.putReplace(neon_24); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "34SI": { + if (withThis.removeAllAmounts(false, silicon_34.definition.getSubParticles())){ + newStuff.putReplace(silicon_34); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "A": case "A?": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n2,dHadronDefinition.hadron_p2)){ + newStuff.putReplace(alpha); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "B+": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p1)){ + withThis.putUnify(dHadronDefinition.hadron_n1); + newStuff.putReplace(eLeptonDefinition.lepton_e_1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "2B+": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2)){ + withThis.putUnify(dHadronDefinition.hadron_n2); + newStuff.putReplace(eLeptonDefinition.lepton_e_2); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "B-": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n1)){ + withThis.putUnify(dHadronDefinition.hadron_p1); + newStuff.putReplace(eLeptonDefinition.lepton_e1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "2B-": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n2)){ + withThis.putUnify(dHadronDefinition.hadron_p2); + newStuff.putReplace(eLeptonDefinition.lepton_e2); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_2); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "EC": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p1,eLeptonDefinition.lepton_e1)){ + withThis.putUnify(dHadronDefinition.hadron_n1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "2EC": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2,eLeptonDefinition.lepton_e2)){ + withThis.putUnify(dHadronDefinition.hadron_n2); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "B++EC": case "EC+B+": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2,eLeptonDefinition.lepton_e1)){ + withThis.putUnify(dHadronDefinition.hadron_n2); + newStuff.putReplace(eLeptonDefinition.lepton_e_1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "B+A": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p3, dHadronDefinition.hadron_n1)){ + newStuff.putReplace(eLeptonDefinition.lepton_e_1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); + newStuff.putReplace(alpha); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "B+P": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2)){ + withThis.putUnify(dHadronDefinition.hadron_n1); + newStuff.putReplace(eLeptonDefinition.lepton_e_1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); + newStuff.putReplace(dHadronDefinition.hadron_p1); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "B+2P": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p3)){ + withThis.putUnify(dHadronDefinition.hadron_n1); + newStuff.putReplace(eLeptonDefinition.lepton_e_1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); + newStuff.putReplace(dHadronDefinition.hadron_p2); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "B-A": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n3, dHadronDefinition.hadron_p1)){ + newStuff.putReplace(eLeptonDefinition.lepton_e1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); + newStuff.putReplace(alpha); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "B-N": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n2)){ + withThis.putUnify(dHadronDefinition.hadron_p1); + newStuff.putReplace(eLeptonDefinition.lepton_e1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); + newStuff.putReplace(dHadronDefinition.hadron_n1); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "B-2N": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n3)){ + withThis.putUnify(dHadronDefinition.hadron_p1); + newStuff.putReplace(eLeptonDefinition.lepton_e1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); + newStuff.putReplace(dHadronDefinition.hadron_n2); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "B-P": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n1)){ + newStuff.putReplace(eLeptonDefinition.lepton_e1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); + newStuff.putReplace(dHadronDefinition.hadron_p1); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "ECA": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n1,eLeptonDefinition.lepton_e1,dHadronDefinition.hadron_p3)){ + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); + newStuff.putReplace(alpha); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "ECP": { + if (withThis.removeAllAmounts(false, eLeptonDefinition.lepton_e1,dHadronDefinition.hadron_p2)){ + withThis.putUnify(dHadronDefinition.hadron_n1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); + newStuff.putReplace(dHadronDefinition.hadron_p1); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "EC2P": { + if (withThis.removeAllAmounts(false, eLeptonDefinition.lepton_e1,dHadronDefinition.hadron_p3)){ + withThis.putUnify(dHadronDefinition.hadron_n1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); + newStuff.putReplace(dHadronDefinition.hadron_p2); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "ECP+EC2P": {//todo look at branching ratios + if (withThis.removeAllAmounts(false, eLeptonDefinition.lepton_e2,dHadronDefinition.hadron_p5)){ + withThis.putUnify(dHadronDefinition.hadron_n1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); + newStuff.putReplace(dHadronDefinition.hadron_p3); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "N": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n1)){ + newStuff.putReplace(dHadronDefinition.hadron_n1); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "2N": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n2)){ + newStuff.putReplace(dHadronDefinition.hadron_n2); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "P": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p1)){ + newStuff.putReplace(dHadronDefinition.hadron_p1); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "2P": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2)){ + newStuff.putReplace(dHadronDefinition.hadron_p2); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "SF": { + if (Fission(decaysList, withThis, newStuff, decay.chance, false)) { + return true; + } + } break; + case "B-F": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n1)){ + withThis.putUnify(dHadronDefinition.hadron_p1); + newStuff.putReplace(eLeptonDefinition.lepton_e1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); + try{ + if(Fission(decaysList,withThis,newStuff,decay.chance,false)) { + return true; + } + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "ECF": case "ECSF": case "EC(+SF)": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p1,eLeptonDefinition.lepton_e1)){ + withThis.putUnify(dHadronDefinition.hadron_n1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); + try{ + if(Fission(decaysList,withThis,newStuff,decay.chance,false)) { + return true; + } + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "SF(+EC+B+)": case "SF+EC+B+": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2,eLeptonDefinition.lepton_e1)){ + withThis.putUnify(dHadronDefinition.hadron_n2); + newStuff.putReplace(eLeptonDefinition.lepton_e_1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); + try{ + if(Fission(decaysList,withThis,newStuff,decay.chance,false)) { + return true; + } + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "SF+EC+B-": { + if (withThis.removeAllAmounts(false, eLeptonDefinition.lepton_e1)){ + newStuff.putReplace(eLeptonDefinition.lepton_e1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); + try{ + if(Fission(decaysList,withThis,newStuff,decay.chance,false)) { + return true; + } + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "IT": case "IT?": case "G": { + if(energy>0){ + decaysList.add(new cElementalDecay(decay.chance, this, boson_Y__)); + return true; + }else{ + if(DEBUG_MODE) { + TecTech.LOGGER.info("Tried to emit Gamma from ground state"); + } + decaysList.add(new cElementalDecay(decay.chance, this)); + return true; + } + } //break; + case "IT+EC+B+": { + if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2,eLeptonDefinition.lepton_e1)){ + withThis.putUnify(dHadronDefinition.hadron_n2); + newStuff.putReplace(eLeptonDefinition.lepton_e_1); + newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); + newStuff.putReplace(eBosonDefinition.boson_Y__1); + try{ + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + }catch (Exception e){ + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + } + } break; + case "DEAD_END": + decaysList.add(deadEnd); + return true; + default: throw new Error("Unsupported decay mode: " + decay.decayName + ' ' + neutralCount+ ' ' +element); + } + if(DEBUG_MODE) { + TecTech.LOGGER.info("Failed to decay " + element + ' ' + neutralCount + ' ' + decay.decayName); + } + return false; + } + + private boolean Emmision(ArrayList decaysList, cElementalDefinitionStack emit) { + cElementalMutableDefinitionStackMap tree = elementalStacks.toMutable(); + if (tree.removeAmount(false, emit)) { + try { + decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), emit)); + return true; + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + } + } + return false; + } + + private boolean alphaDecay(ArrayList decaysList) { + cElementalMutableDefinitionStackMap tree = elementalStacks.toMutable(); + if (tree.removeAllAmounts(false, alpha.definition.getSubParticles())) { + try { + decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), alpha)); + return true; + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + } + } + return false; + } + + private boolean MbetaDecay(ArrayList decaysList) { + cElementalMutableDefinitionStackMap tree = elementalStacks.toMutable(); + if (tree.removeAmount(false, dHadronDefinition.hadron_n1)) { + try { + tree.putUnify(dHadronDefinition.hadron_p1); + decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), eLeptonDefinition.lepton_e1, eNeutrinoDefinition.lepton_Ve_1)); + return true; + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + } + } + return false; + } + + private boolean PbetaDecay(ArrayList decaysList) { + cElementalMutableDefinitionStackMap tree = elementalStacks.toMutable(); + if (tree.removeAmount(false, dHadronDefinition.hadron_p1)) { + try { + tree.putUnify(dHadronDefinition.hadron_n1); + decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), eLeptonDefinition.lepton_e_1, eNeutrinoDefinition.lepton_Ve1)); + return true; + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + } + } + return false; + } + + private boolean ElectronCapture(ArrayList decaysList) { + cElementalMutableDefinitionStackMap tree = elementalStacks.toMutable(); + if (tree.removeAllAmounts(false, dHadronDefinition.hadron_p1,eLeptonDefinition.lepton_e1)) { + try { + tree.putUnify(dHadronDefinition.hadron_n1); + decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), eNeutrinoDefinition.lepton_Ve1)); + return true; + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + } + } + return false; + } + + private boolean Fission(ArrayList decaysList, cElementalMutableDefinitionStackMap fissile, cElementalMutableDefinitionStackMap particles,float probability,boolean spontaneousCheck) { + cElementalMutableDefinitionStackMap heavy = new cElementalMutableDefinitionStackMap(); + double[] liquidDrop= liquidDropFunction(Math.abs(element)<=97); + + for(cElementalDefinitionStack stack: fissile.values()){ + if(spontaneousCheck && stack.definition instanceof dHadronDefinition && + (stack.amount<=80 || stack.amount<90 && XSTR_INSTANCE.nextInt(10)XSTR_INSTANCE.nextDouble()?1:0; + particles.putUnify(new cElementalDefinitionStack(stack.definition, neutrals_cnt)); + + int heavy_cnt=(int)Math.ceil(stack.amount*liquidDrop[1]); + while(heavy_cnt+neutrals_cnt>stack.amount) { + heavy_cnt--; + } + fissile.removeAmount(false,new cElementalDefinitionStack(stack.definition,heavy_cnt+neutrals_cnt)); + heavy.putReplace(new cElementalDefinitionStack(stack.definition, heavy_cnt)); + //}else{ + // particles.add(stack); + // light.remove(stack.definition); + //} + }else{ + int heavy_cnt=(int)Math.ceil(stack.amount*liquidDrop[0]); + if(heavy_cnt%2==1 && XSTR_INSTANCE.nextFloat()>0.05f) { + heavy_cnt--; + } + cElementalDefinitionStack new_stack=new cElementalDefinitionStack(stack.definition, heavy_cnt); + fissile.removeAmount(false,new_stack); + heavy.putReplace(new_stack); + } + } + + try { + particles.putReplace(new cElementalDefinitionStack(new dAtomDefinition(fissile.toImmutable_unsafeMightLeaveExposedElementalTree()),1)); + particles.putReplace(new cElementalDefinitionStack(new dAtomDefinition(heavy.toImmutable_unsafeMightLeaveExposedElementalTree()),1)); + decaysList.add(new cElementalDecay(probability, particles.toImmutable_unsafeMightLeaveExposedElementalTree())); + return true; + } catch (Exception e) { + if(DEBUG_MODE) { + e.printStackTrace(); + } + } + return false; + } + + private static double[] liquidDropFunction(boolean asymmetric) { + double[] out = new double[3]; + + out[0] = XSTR_INSTANCE.nextGaussian(); + + if (out[0] < 1 && out[0] >= -1) { + if (XSTR_INSTANCE.nextBoolean()) { + out[0] = XSTR_INSTANCE.nextDouble() * 2d - 1d; + } + } + + if (asymmetric && out[0] > XSTR_INSTANCE.nextDouble() && XSTR_INSTANCE.nextInt(4) == 0) { + out[0] = -out[0]; + } + + //scale to splitting ratio + out[0] = out[0] * 0.05d + .6d; + + if (out[0] < 0 || out[0] > 1) { + return liquidDropFunction(asymmetric); + } + if (out[0] < .5d) { + out[0] = 1d - out[0]; + } + + //extra neutrals + out[2] = 0.012d + XSTR_INSTANCE.nextDouble() * 0.01d; + + if (asymmetric) { + out[1] = out[0]; + } else { + out[1] = out[0] - out[2] * .5d; + } + + return out; + } + + @Override + public cElementalDecay[] getEnergyInducedDecay(long energyLevel) { + if (iaeaDefinitionExistsAndHasEnergyLevels) { + ArrayList decays=new ArrayList<>(4); + if(iaeaDecay(decays,energyLevel)){ + return decays.toArray(new cElementalDecay[decays.size()]); + } + } + if(energyLevel< Math.abs(charge)/3+neutralCount) { + return new cElementalDecay[]{new cElementalDecay(1, this, boson_Y__)}; + } + return getNaturalDecayInstant(); + } + + @Override + public float getEnergyDiffBetweenStates(long currentEnergyLevel,long newEnergyLevel) { + if(iaeaDefinitionExistsAndHasEnergyLevels){ + float result=0; + boolean backwards=newEnergyLevel=iaea.energeticStatesArray.length){ + if(currentEnergyLevel>=iaea.energeticStatesArray.length) { + return iElementalDefinition.DEFAULT_ENERGY_REQUIREMENT * (newEnergyLevel - currentEnergyLevel); + } else { + result += iElementalDefinition.DEFAULT_ENERGY_REQUIREMENT * (newEnergyLevel - iaea.energeticStatesArray.length + 1); + } + result+=iaea.energeticStatesArray[iaea.energeticStatesArray.length-1].energy; + }else { + result += iaea.energeticStatesArray[(int) Math.max(0, newEnergyLevel)].energy; + } + + return backwards?-result:result; + } + return iElementalDefinition.DEFAULT_ENERGY_REQUIREMENT *(newEnergyLevel-currentEnergyLevel); + } + + @Override + public boolean usesSpecialEnergeticDecayHandling() { + return iaeaDefinitionExistsAndHasEnergyLevels; + } + + @Override + public boolean usesMultipleDecayCalls(long energyLevel) { + if(!iaeaDefinitionExistsAndHasEnergyLevels) return false; + iaeaNuclide.energeticState state; + if(energyLevel>iaea.energeticStatesArray.length) { + state = iaea.energeticStatesArray[iaea.energeticStatesArray.length - 1]; + } else if(energyLevel<=0) { + state = iaea.energeticStatesArray[0]; + } else { + state = iaea.energeticStatesArray[(int) energyLevel]; + } + for (iaeaNuclide.iaeaDecay decay:state.decaymodes){ + if(decay.decayName.contains("F")) return true;//if is fissile + } + return false; + } + + @Override + public boolean decayMakesEnergy(long energyLevel) { + return iaeaDefinitionExistsAndHasEnergyLevels; + } + + @Override + public cElementalDecay[] getNaturalDecayInstant() { + //disembody + ArrayList decaysInto = new ArrayList<>(); + for (cElementalDefinitionStack elementalStack : elementalStacks.values()) { + if (elementalStack.definition.getType() == 1 || elementalStack.definition.getType() == -1) { + //covers both quarks and antiquarks + decaysInto.add(elementalStack); + } else { + //covers both quarks and antiquarks + decaysInto.add(new cElementalDefinitionStack(boson_Y__, 2)); + } + } + return new cElementalDecay[]{new cElementalDecay(0.75F, decaysInto.toArray(new cElementalDefinitionStack[decaysInto.size()])), deadEnd}; + } + + //@Override + //public iElementalDefinition getAnti() { + // cElementalDefinitionStack[] stacks = this.elementalStacks.values(); + // cElementalDefinitionStack[] antiElements = new cElementalDefinitionStack[stacks.length]; + // for (int i = 0; i < antiElements.length; i++) { + // antiElements[i] = new cElementalDefinitionStack(stacks[i].definition.getAnti(), stacks[i].amount); + // } + // try { + // return new dAtomDefinition(false, antiElements); + // } catch (tElementalException e) { + // if (DEBUG_MODE) e.printStackTrace(); + // return null; + // } + //} + + @Override + public dAtomDefinition getAnti() { + cElementalMutableDefinitionStackMap anti = new cElementalMutableDefinitionStackMap(); + for (cElementalDefinitionStack stack : elementalStacks.values()) { + anti.putReplace(new cElementalDefinitionStack(stack.definition.getAnti(), stack.amount)); + } + try { + return new dAtomDefinition(anti.toImmutable_unsafeMightLeaveExposedElementalTree()); + } catch (tElementalException e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + return null; + } + } + + @Override + public aFluidDequantizationInfo someAmountIntoFluidStack() { + return transformation.fluidDequantization.get(this); + } + + @Override + public aItemDequantizationInfo someAmountIntoItemsStack() { + return null; + } + + @Override + public aOredictDequantizationInfo someAmountIntoOredictStack() { + return transformation.oredictDequantization.get(this); + } + + private static final class nomenclature { + private static final String[] Symbol = new String[]{"Nt", "H", "He", "Li", "Be", "B", "C", "N", "O", "F", "Ne", "Na", "Mg", "Al", "Si", "P", "S", "Cl", "Ar", "K", "Ca", "Sc", "Ti", "V", "Cr", "Mn", "Fe", "Co", "Ni", "Cu", "Zn", "Ga", "Ge", "As", "Se", "Br", "Kr", "Rb", "Sr", "Y", "Zr", "Nb", "Mo", "Tc", "Ru", "Rh", "Pd", "Ag", "Cd", "In", "Sn", "Sb", "Te", "I", "Xe", "Cs", "Ba", "La", "Ce", "Pr", "Nd", "Pm", "Sm", "Eu", "Gd", "Tb", "Dy", "Ho", "Er", "Tm", "Yb", "Lu", "Hf", "Ta", "W", "Re", "Os", "Ir", "Pt", "Au", "Hg", "Tl", "Pb", "Bi", "Po", "At", "Rn", "Fr", "Ra", "Ac", "Th", "Pa", "U", "Np", "Pu", "Am", "Cm", "Bk", "Cf", "Es", "Fm", "Md", "No", "Lr", "Rf", "Db", "Sg", "Bh", "Hs", "Mt", "Ds", "Rg", "Cn", "Nh", "Fl", "Mc", "Lv", "Ts", "Og"}; + private static final String[] Name = new String[]{"Neutronium", "Hydrogen", "Helium", "Lithium", "Beryllium", "Boron", "Carbon", "Nitrogen", "Oxygen", "Fluorine", "Neon", "Sodium", "Magnesium", "Aluminium", "Silicon", "Phosphorus", "Sulfur", "Chlorine", "Argon", "Potassium", "Calcium", "Scandium", "Titanium", "Vanadium", "Chromium", "Manganese", "Iron", "Cobalt", "Nickel", "Copper", "Zinc", "Gallium", "Germanium", "Arsenic", "Selenium", "Bromine", "Krypton", "Rubidium", "Strontium", "Yttrium", "Zirconium", "Niobium", "Molybdenum", "Technetium", "Ruthenium", "Rhodium", "Palladium", "Silver", "Cadmium", "Indium", "Tin", "Antimony", "Tellurium", "Iodine", "Xenon", "Caesium", "Barium", "Lanthanum", "Cerium", "Praseodymium", "Neodymium", "Promethium", "Samarium", "Europium", "Gadolinium", "Terbium", "Dysprosium", "Holmium", "Erbium", "Thulium", "Ytterbium", "Lutetium", "Hafnium", "Tantalum", "Tungsten", "Rhenium", "Osmium", "Iridium", "Platinum", "Gold", "Mercury", "Thallium", "Lead", "Bismuth", "Polonium", "Astatine", "Radon", "Francium", "Radium", "Actinium", "Thorium", "Protactinium", "Uranium", "Neptunium", "Plutonium", "Americium", "Curium", "Berkelium", "Californium", "Einsteinium", "Fermium", "Mendelevium", "Nobelium", "Lawrencium", "Rutherfordium", "Dubnium", "Seaborgium", "Bohrium", "Hassium", "Meitnerium", "Darmstadtium", "Roentgenium", "Copernicium", "Nihonium", "Flerovium", "Moscovium", "Livermorium", "Tennessine", "Oganesson"}; + private static final String[] SymbolIUPAC = new String[]{"n", "u", "b", "t", "q", "p", "h", "s", "o", "e", "N", "U", "B", "T", "Q", "P", "H", "S", "O", "E"}; + } + + @Override + public NBTTagCompound toNBT() { + NBTTagCompound nbt = new NBTTagCompound(); + nbt.setByte("t", nbtType); + cElementalDefinitionStack[] elementalStacksValues = elementalStacks.values(); + nbt.setInteger("i", elementalStacksValues.length); + for (int i = 0; i < elementalStacksValues.length; i++) { + nbt.setTag(Integer.toString(i), elementalStacksValues[i].toNBT()); + } + return nbt; + } + + public static dAtomDefinition fromNBT(NBTTagCompound nbt) { + cElementalDefinitionStack[] stacks = new cElementalDefinitionStack[nbt.getInteger("i")]; + for (int i = 0; i < stacks.length; i++) { + stacks[i] = cElementalDefinitionStack.fromNBT(nbt.getCompoundTag(Integer.toString(i))); + } + try { + return new dAtomDefinition(stacks); + } catch (tElementalException e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + return null; + } + } + + public static void run() { + for (Runnable r : overrides) { + r.run(); + } + + for(Map.Entry entry:lifetimeOverrides.entrySet()){ + try { + lifetimeOverrides.put(new dAtomDefinition(entry.getKey().elementalStacks), entry.getValue()); + }catch (tElementalException e){ + e.printStackTrace(); //Impossible + } + } + + //populate stable isotopes + for (int element = 1; element < 83; element++)//Up to Bismuth exclusive + { + for (int isotope = 0; isotope < 130; isotope++) { + xstr.setSeed((long) (element + 1) * (isotope + 100)); + //stability curve + int StableIsotope = stableIzoCurve(element); + int izoDiff = isotope - StableIsotope; + int izoDiffAbs = Math.abs(izoDiff); + float rawLifeTime = calculateLifeTime(izoDiff, izoDiffAbs, element, isotope, false); + iaeaNuclide nuclide = iaeaNuclide.get(element, isotope); + if (rawLifeTime >= STABLE_RAW_LIFE_TIME || nuclide != null && nuclide.halfTime >= STABLE_RAW_LIFE_TIME) { + TreeSet isotopes = stableIsotopes.get(element); + if (isotopes == null) { + stableIsotopes.put(element, isotopes = new TreeSet<>()); + } + isotopes.add(isotope); + } + } + } + + //populate unstable isotopes + for (int element = 83; element < 150; element++) { + for (int isotope = 100; isotope < 180; isotope++) { + xstr.setSeed((long) (element + 1) * (isotope + 100)); + //stability curve + int Isotope = stableIzoCurve(element); + int izoDiff = isotope - Isotope; + int izoDiffAbs = Math.abs(izoDiff); + float rawLifeTime = calculateLifeTime(izoDiff, izoDiffAbs, element, isotope, false); + TreeMap isotopes = mostStableUnstableIsotopes.get(element); + if (isotopes == null) { + mostStableUnstableIsotopes.put(element, isotopes = new TreeMap<>()); + } + isotopes.put(rawLifeTime, isotope); + } + } + + try { + for (Map.Entry> integerTreeSetEntry : stableIsotopes.entrySet()) { + stableAtoms.put(integerTreeSetEntry.getKey(), new dAtomDefinition( + new cElementalDefinitionStack(dHadronDefinition.hadron_p, integerTreeSetEntry.getKey()), + new cElementalDefinitionStack(dHadronDefinition.hadron_n, integerTreeSetEntry.getValue().first()), + new cElementalDefinitionStack(eLeptonDefinition.lepton_e, integerTreeSetEntry.getKey()))); + if (DEBUG_MODE) { + TecTech.LOGGER.info("Added Stable Atom:" + integerTreeSetEntry.getKey() + ' ' + integerTreeSetEntry.getValue().first() + ' ' + stableAtoms.get(integerTreeSetEntry.getKey()).getMass()); + } + } + for (Map.Entry> integerTreeMapEntry : mostStableUnstableIsotopes.entrySet()) { + unstableAtoms.put(integerTreeMapEntry.getKey(), new dAtomDefinition( + new cElementalDefinitionStack(dHadronDefinition.hadron_p, integerTreeMapEntry.getKey()), + new cElementalDefinitionStack(dHadronDefinition.hadron_n, integerTreeMapEntry.getValue().lastEntry().getValue()), + new cElementalDefinitionStack(eLeptonDefinition.lepton_e, integerTreeMapEntry.getKey()))); + if (DEBUG_MODE) { + TecTech.LOGGER.info("Added Unstable Atom:" + integerTreeMapEntry.getKey() + ' ' + integerTreeMapEntry.getValue().lastEntry().getValue() + ' ' + unstableAtoms.get(integerTreeMapEntry.getKey()).getMass()); + } + } + deuterium=new dAtomDefinition( + dHadronDefinition.hadron_p1, + dHadronDefinition.hadron_n1, + eLeptonDefinition.lepton_e1).getStackForm(1); + tritium=new dAtomDefinition( + dHadronDefinition.hadron_p1, + dHadronDefinition.hadron_n2, + eLeptonDefinition.lepton_e1).getStackForm(1); + helium_3=new dAtomDefinition( + dHadronDefinition.hadron_p2, + dHadronDefinition.hadron_n1, + eLeptonDefinition.lepton_e2).getStackForm(1); + alpha = new dAtomDefinition( + dHadronDefinition.hadron_p2, + dHadronDefinition.hadron_n2).getStackForm(1); + beryllium_8=new dAtomDefinition( + new cElementalDefinitionStack(dHadronDefinition.hadron_p, 4), + new cElementalDefinitionStack(dHadronDefinition.hadron_n, 4), + new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 4)).getStackForm(1); + carbon_14=new dAtomDefinition( + new cElementalDefinitionStack(dHadronDefinition.hadron_p, 6), + new cElementalDefinitionStack(dHadronDefinition.hadron_n, 8), + new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 6)).getStackForm(1); + neon_24=new dAtomDefinition( + new cElementalDefinitionStack(dHadronDefinition.hadron_p, 10), + new cElementalDefinitionStack(dHadronDefinition.hadron_n, 14), + new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 10)).getStackForm(1); + silicon_34=new dAtomDefinition( + new cElementalDefinitionStack(dHadronDefinition.hadron_p, 14), + new cElementalDefinitionStack(dHadronDefinition.hadron_n, 20), + new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 14)).getStackForm(1); + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + } + + try { + cElementalDefinition.addCreatorFromNBT(nbtType, dAtomDefinition.class.getMethod("fromNBT", NBTTagCompound.class),(byte)64); + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + } + if(DEBUG_MODE) { + TecTech.LOGGER.info("Registered Elemental Matter Class: Atom " + nbtType + ' ' + 64); + } + } + + public static void setTransformation(){ + /*----STABLE ATOMS----**/ + refMass = getFirstStableIsotope(1).getMass() * 144F; + + transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(1), 144),Materials.Hydrogen.mGas.getID(),144); + transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(2), 144),Materials.Helium.mGas.getID(), 144); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(3), 144), dust, Materials.Lithium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(4), 144), dust, Materials.Beryllium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(5), 144), dust, Materials.Boron,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(6), 144), dust, Materials.Carbon,1); + transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(7), 144),Materials.Nitrogen.mGas.getID(), 144); + transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(8), 144),Materials.Oxygen.mGas.getID(), 144); + transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(9), 144),Materials.Fluorine.mGas.getID(), 144); + //transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(10), 144),Materials.Neon.mGas.getID(), 144); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(11), 144), dust, Materials.Sodium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(12), 144), dust, Materials.Magnesium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(13), 144), dust, Materials.Aluminium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(14), 144), dust, Materials.Silicon,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(15), 144), dust, Materials.Phosphor,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(16), 144), dust, Materials.Sulfur,1); + transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(17), 144),Materials.Chlorine.mGas.getID(), 144); + transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(18), 144),Materials.Argon.mGas.getID(), 144); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(19), 144), dust, Materials.Potassium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(20), 144), dust, Materials.Calcium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(21), 144), dust, Materials.Scandium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(22), 144), dust, Materials.Titanium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(23), 144), dust, Materials.Vanadium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(24), 144), dust, Materials.Chrome,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(25), 144), dust, Materials.Manganese,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(26), 144), dust, Materials.Iron,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(27), 144), dust, Materials.Cobalt,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(28), 144), dust, Materials.Nickel,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(29), 144), dust, Materials.Copper,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(30), 144), dust, Materials.Zinc,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(31), 144), dust, Materials.Gallium,1); + //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(32), 144),OrePrefixes.dust, Materials.Germanium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(33), 144), dust, Materials.Arsenic,1); + //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(34), 144),OrePrefixes.dust, Materials.Selenium,1); + //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(35), 144),OrePrefixes.dust, Materials.Bromine,1); + //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(36), 144),OrePrefixes.dust, Materials.Krypton,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(37), 144), dust, Materials.Rubidium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(38), 144), dust, Materials.Strontium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(39), 144), dust, Materials.Yttrium,1); + //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(40), 144),OrePrefixes.dust, Materials.Zirconium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(41), 144), dust, Materials.Niobium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(42), 144), dust, Materials.Molybdenum,1); + //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(43), 144),OrePrefixes.dust, Materials.Technetium,1); + //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(44), 144),OrePrefixes.dust, Materials.Ruthenium,1); + //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(45), 144),OrePrefixes.dust, Materials.Rhodium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(46), 144), dust, Materials.Palladium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(47), 144), dust, Materials.Silver,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(48), 144), dust, Materials.Cadmium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(49), 144), dust, Materials.Indium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(50), 144), dust, Materials.Tin,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(51), 144), dust, Materials.Antimony,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(52), 144), dust, Materials.Tellurium,1); + //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(53), 144),OrePrefixes.dust, Materials.Iodine,1); + //transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(54), 144),Materials.Xenon.mGas.getID(), 144); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(55), 144), dust, Materials.Caesium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(56), 144), dust, Materials.Barium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(57), 144), dust, Materials.Lanthanum,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(58), 144), dust, Materials.Cerium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(59), 144), dust, Materials.Praseodymium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(60), 144), dust, Materials.Neodymium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(61), 144), dust, Materials.Promethium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(62), 144), dust, Materials.Samarium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(63), 144), dust, Materials.Europium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(64), 144), dust, Materials.Gadolinium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(65), 144), dust, Materials.Terbium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(66), 144), dust, Materials.Dysprosium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(67), 144), dust, Materials.Holmium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(68), 144), dust, Materials.Erbium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(69), 144), dust, Materials.Thulium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(70), 144), dust, Materials.Ytterbium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(71), 144), dust, Materials.Lutetium,1); + //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(72), 144),OrePrefixes.dust, Materials.Hafnum,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(73), 144), dust, Materials.Tantalum,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(74), 144), dust, Materials.Tungsten,1); + //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(75), 144),OrePrefixes.dust, Materials.Rhenium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(76), 144), dust, Materials.Osmium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(77), 144), dust, Materials.Iridium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(78), 144), dust, Materials.Platinum,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(79), 144), dust, Materials.Gold,1); + transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(80), 144),Materials.Mercury.mFluid.getID(), 144); + //transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(81), 144),OrePrefixes.dust, Materials.Thallium,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(82), 144), dust, Materials.Lead,1); + + /*----UNSTABLE ATOMS----**/ + refUnstableMass = getFirstStableIsotope(82).getMass() * 144F; + + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(83), 144), dust, Materials.Bismuth,1); + //transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(84),144),OrePrefixes.dust, Materials.Polonium,1); + //transformation.addFluid(new cElementalDefinitionStack(getBestUnstableIsotope(85),144),Materials.Astatine.mPlasma.getID(), 144); + transformation.addFluid(new cElementalDefinitionStack(getBestUnstableIsotope(86),144),Materials.Radon.mGas.getID(), 144); + //transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(87),144),OrePrefixes.dust, Materials.Francium,1); + //transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(88),144),OrePrefixes.dust, Materials.Radium,1); + //transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(89),144),OrePrefixes.dust, Materials.Actinium,1); + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(90),144), dust, Materials.Thorium,1); + //transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(91),144),OrePrefixes.dust, Materials.Protactinium,1); + ////transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(92),144), dust, Materials.Uranium,1); + //transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(93),144),OrePrefixes.dust, Materials.Neptunium,1); + ////transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(94),144), dust, Materials.Plutonium,1); + transformation.addOredict(new cElementalDefinitionStack(getBestUnstableIsotope(95),144), dust, Materials.Americium,1); + + try { + dAtomDefinition temp; + transformation.addFluid(new cElementalDefinitionStack(deuterium.definition, 144),Materials.Deuterium.mGas.getID(), 144); + + transformation.addFluid(new cElementalDefinitionStack(tritium.definition, 144),Materials.Tritium.mGas.getID(), 144); + + transformation.addFluid(new cElementalDefinitionStack(helium_3.definition, 144),Materials.Helium_3.mGas.getID(), 144); + + temp=new dAtomDefinition( + new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 92), + new cElementalDefinitionStack(dHadronDefinition.hadron_p, 92), + new cElementalDefinitionStack(dHadronDefinition.hadron_n, 146) + ); + transformation.addOredict(new cElementalDefinitionStack(temp, 144), dust, Materials.Uranium/*238*/,1); + + float tempMass=temp.getMass(); + + temp=new dAtomDefinition( + new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 92), + new cElementalDefinitionStack(dHadronDefinition.hadron_p, 92), + new cElementalDefinitionStack(dHadronDefinition.hadron_n, 143) + ); + transformation.addOredict(new cElementalDefinitionStack(temp, 144), dust, Materials.Uranium235,1); + + TecTech.LOGGER.info("Diff Mass U : "+(tempMass-temp.getMass())); + + temp=new dAtomDefinition( + new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 94), + new cElementalDefinitionStack(dHadronDefinition.hadron_p, 94), + new cElementalDefinitionStack(dHadronDefinition.hadron_n, 145) + ); + transformation.addOredict(new cElementalDefinitionStack(temp, 144), dust, Materials.Plutonium/*239*/,1); + + somethingHeavy=new dAtomDefinition( + new cElementalDefinitionStack(eLeptonDefinition.lepton_e, 94), + new cElementalDefinitionStack(dHadronDefinition.hadron_p, 94), + new cElementalDefinitionStack(dHadronDefinition.hadron_n, 147) + ); + transformation.addOredict(new cElementalDefinitionStack(somethingHeavy, 144), dust, Materials.Plutonium241,1); + + TecTech.LOGGER.info("Diff Mass Pu: "+(somethingHeavy.getMass()-temp.getMass())); + + TecTech.LOGGER.info("Neutron Mass: "+dHadronDefinition.hadron_n.getMass()); + + } catch (tElementalException e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + } + + if(Loader.isModLoaded(Reference.GTPLUSPLUS)) { + new GtppAtomLoader().run(); + } + } + + public static dAtomDefinition getFirstStableIsotope(int element) { + return stableAtoms.get(element); + } + + public static dAtomDefinition getBestUnstableIsotope(int element) { + return unstableAtoms.get(element); + } + + @Override + public byte getClassType() { + return 64; + } + + @Override + public int hashCode() { + return hash; + } + + @Override + public void addScanResults(ArrayList lines, int capabilities, long energyLevel) { + if(Util.areBitsSet(SCAN_GET_CLASS_TYPE, capabilities)) { + lines.add("CLASS = " + nbtType + ' ' + getClassType()); + } + if(Util.areBitsSet(SCAN_GET_NOMENCLATURE|SCAN_GET_CHARGE|SCAN_GET_MASS|SCAN_GET_TIMESPAN_INFO, capabilities)) { + lines.add("NAME = "+getName()); + lines.add("SYMBOL = "+getSymbol()); + } + if(Util.areBitsSet(SCAN_GET_CHARGE,capabilities)) { + lines.add("CHARGE = " + getCharge() / 3f + " e"); + } + if(Util.areBitsSet(SCAN_GET_COLOR,capabilities)) { + lines.add(getColor() < 0 ? "COLORLESS" : "CARRIES COLOR"); + } + if(Util.areBitsSet(SCAN_GET_MASS,capabilities)) { + lines.add("MASS = " + getMass() + " eV/c\u00b2"); + } + if(iaeaDefinitionExistsAndHasEnergyLevels && Util.areBitsSet(SCAN_GET_ENERGY_STATES,capabilities)){ + for(int i=1;i NUCLIDES=new HashMap<>(); + + public static void run(){ + String line=""; + + try { + BufferedReader reader = new BufferedReader(new InputStreamReader(iaeaNuclide.class.getResourceAsStream("nuclides.csv"))); + ArrayList blockOfData=new ArrayList<>(4); + while((line=reader.readLine())!=null) { + String[] split= Util.splitButDifferent(line,","); + if(split.length!=19) { + throw new Error("Invalid count (" + split.length + ") of separators in IAEA nuclides database " + line); + } + if(!split[1].isEmpty() && !blockOfData.isEmpty()) { + new iaeaNuclide(blockOfData.toArray(new String[blockOfData.size()][])); + blockOfData.clear(); + } + blockOfData.add(split); + } + if(!blockOfData.isEmpty()) { + new iaeaNuclide(blockOfData.toArray(new String[blockOfData.size()][])); + blockOfData.clear(); + } + reader.close(); + }catch (Exception e){ + System.out.println(line); + e.printStackTrace(); + } + + try { + BufferedReader reader = new BufferedReader(new InputStreamReader(iaeaNuclide.class.getResourceAsStream("nuclidesTable.csv"))); + while((line=reader.readLine())!=null) { + String[] split= Util.splitButDifferent(line,","); + if(split.length!=47) { + throw new Error("Invalid count (" + split.length + ") of separators in IAEA nuvlidesTable database " + line); + } + get(Integer.parseInt(split[0]),Integer.parseInt(split[1])).getMoreData(split); + } + reader.close(); + }catch (Exception e){ + System.out.println(line); + e.printStackTrace(); + } + + try { + BufferedReader reader = new BufferedReader(new InputStreamReader(iaeaNuclide.class.getResourceAsStream("energyLevels.csv"))); + while((line=reader.readLine())!=null) { + String[] split= Util.splitButDifferent(line,","); + if(split.length!=27) { + throw new Error("Invalid count (" + split.length + ") of separators in IAEA energyLevels database " + line); + } + new energeticState(split); + } + reader.close(); + }catch (Exception e){ + System.out.println(line); + e.printStackTrace(); + } + + for(iaeaNuclide nuclide:NUCLIDES.values()) { + nuclide.makeArrayOfEnergyStates(); + } + } + + public static iaeaNuclide get(int protons, int neutrons){ + return NUCLIDES.get((protons<<16)+neutrons); + } + + public final short N,Z; + public final float halfTime;//sec + public final float mass;//eV/c^2 + public final short discovery;//year + private TreeMap energeticStates; + public energeticState[] energeticStatesArray; + + + private iaeaNuclide(String[][] rows){ + N=Short.parseShort(rows[1][2]); + Z=Short.parseShort(rows[1][0]); + NUCLIDES.put(((int)Z <<16)+N,this); + + String[] parts = Util.splitButDifferent(rows[0][16], "|"); + double Mass=doubleOrNaN(parts[0],"mass"); + if(!Double.isNaN(Mass)) { + //System.out.println("Mass =\t" + Mass+"\t"+(N+Z)+"\t"+N+"\t"+Z+"\t"+(Mass/(N+Z))); + mass = (float)(Mass* MICRO_AMU_TO_EV_DIV_C_C); + } + else { + mass = Float.NaN; + } + + discovery=(short)doubleOrNaN(rows[0][18],"discovery"); + + if(rows[0][3].contains("STABLE")){ + halfTime = STABLE_RAW_LIFE_TIME; + }else{ + parts = Util.splitButDifferent(rows[0][4], "|"); + halfTime = (float)doubleOrNaN(parts[0],"half life"); + } + } + + private void getMoreData(String[] cells){ + //if(DEBUG_MODE) { + // if (add(cells[14])) System.out.println(N + " " + Z); + // if (add(cells[17])) System.out.println(N + " " + Z); + // if (add(cells[20])) System.out.println(N + " " + Z); + //} + new energeticState(this, halfTime, getDecaysFixed(cells[14],doubleOrNaN(cells[15],"chance1"),cells[17],doubleOrNaN(cells[18],"chance1"),cells[20],doubleOrNaN(cells[21],"chance1"))); + } + + private static final energeticState[] empty=new energeticState[0]; + private void makeArrayOfEnergyStates(){ + if(energeticStates==null || energeticStates.isEmpty()) { + energeticStatesArray = empty; + } else { + energeticStatesArray = energeticStates.values().toArray(new energeticState[energeticStates.size()]); + } + } + + private double doubleOrNaN(String s, String name){ + s=s.replaceAll("#",""); + if(!s.isEmpty()) { + try { + double value=Double.parseDouble(s); + if(Double.isNaN(value)) { + return Double.NaN; + } + return value != 0 ?value:Double.NaN; + } catch (Exception e) { + System.out.println("Invalid Value " + name + ' ' + N + ' ' + Z + ' ' + s); + e.printStackTrace(); + } + } + return Double.NaN; + } + + public static final class energeticState{ + public final float energy; + public final float Thalf; + public final iaeaDecay[] decaymodes; + + private energeticState(iaeaNuclide nuclide,float Thalf,iaeaDecay[] decaymodes){ + energy=0; + this.Thalf=Thalf; + this.decaymodes=decaymodes; + if(nuclide.energeticStates==null) { + nuclide.energeticStates = new TreeMap<>(); + } + nuclide.energeticStates.put(energy,this); + } + + private energeticState(String[] cells){ + iaeaNuclide nuclide= get((int)doubleOrNaN(cells[0],"protons"),(int)doubleOrNaN(cells[1],"neutrons")); + if(nuclide==null) { + throw new Error("Missing nuclide " + (int) doubleOrNaN(cells[0], "protons") + ' ' + (int) doubleOrNaN(cells[1], "neutrons")); + } + energy =(float) (doubleOrNaN(cells[3],"energy level",nuclide)*1000f);//to eV + if(energy<0) { + throw new Error("Invalid energy " + nuclide.N + ' ' + nuclide.Z + ' ' + cells[3]); + } + Thalf =(float) doubleOrNaN(cells[10],"half life",nuclide); + if(nuclide.energeticStates==null) { + new Exception("Should be initialized before doing this... "+ nuclide.N + ' ' +nuclide.Z).printStackTrace(); + nuclide.energeticStates = new TreeMap<>(); + } + nuclide.energeticStates.put(energy,this); + //if(DEBUG_MODE) { + // if (add(cells[12])) System.out.println(nuclide.N + " " + nuclide.Z); + // if (add(cells[15])) System.out.println(nuclide.N + " " + nuclide.Z); + // if (add(cells[18])) System.out.println(nuclide.N + " " + nuclide.Z); + //} + decaymodes = getDecaysFixed(cells[12],doubleOrNaN(cells[13],"chance 1",nuclide),cells[15],doubleOrNaN(cells[16],"chance 2",nuclide),cells[18],doubleOrNaN(cells[19],"chance 3",nuclide)); + } + + private double doubleOrNaN(String s, String name){ + return doubleOrNaN(s,name,null); + } + + private double doubleOrNaN(String s, String name, iaeaNuclide nuclide){ + s = s.replaceAll("#", ""); + if (!s.isEmpty()) { + try { + return Double.parseDouble(s); + } catch (Exception e) { + if(nuclide==null){ + System.out.println("Invalid Value " + name + ' ' + s); + }else { + System.out.println("Invalid Value " + name + ' ' + nuclide.N + ' ' + nuclide.Z + ' ' + s); + } + e.printStackTrace(); + } + } + return Double.NaN; + } + } + + private static HashSet decays=new HashSet<>(); + private static boolean add(String s){ + if(decays.add(s)){ + System.out.println(s); + return true; + } + return false; + } + + private static iaeaDecay[] getDecaysFixed(String decay1, double chance1,String decay2, double chance2,String decay3, double chance3){ + boolean do1,do2,do3; + do1= !decay1.isEmpty() && !Double.isNaN(chance1); + do2= !decay2.isEmpty() && !Double.isNaN(chance2); + do3= !decay3.isEmpty() && !Double.isNaN(chance3); + TreeMap decays=new TreeMap<>(); + if(do1 && do2 && chance1==100 && chance2==100 && chance3!=100){ + decays.put(1D, new iaeaDecay(1f, decay1)); + if(do3) { + chance3/=100d; + decays.put(chance3, new iaeaDecay((float) chance3, decay2)); + chance2=1d-chance3; + } + chance2/=2d; + decays.put(chance2, new iaeaDecay((float) chance2, decay2)); + }else if(do1 && chance1==100){ + decays.put(1D, new iaeaDecay(1f, decay1)); + if(do2) { + chance2/=100d; + decays.put(chance2, new iaeaDecay((float) chance2, decay2)); + } + if(do3) { + chance3 /= 100d; + if(do2) { + chance3 *= chance2; + } + decays.put(chance3, new iaeaDecay((float) chance3, decay3)); + } + }else{ + double normalization= (do1?chance1:0) + (do2?chance2:0) + (do3?chance3:0); + if(do1) { + chance1/=normalization; + decays.put(chance1, new iaeaDecay((float) chance1, decay1)); + } + if(do2) { + chance2/=normalization; + decays.put(chance2, new iaeaDecay((float) chance2, decay2)); + } + if(do3) { + chance3/=normalization; + decays.put(chance3, new iaeaDecay((float) chance3, decay3)); + } + if(do1||do2||do3) { + decays.put(1D, iaeaDecay.DEAD_END); + } + } + //if(DEBUG_MODE){ + // System.out.println("INVALID SUM?\t"+normalization+"\t"+decay1+"\t"+chance1+"\t"+decay2+"\t"+chance2+"\t"+decay3+"\t"+chance3); + //} + return decays.values().toArray(new iaeaDecay[decays.size()]); + } + + public static final class iaeaDecay{ + public final float chance; + public final String decayName; + public static final iaeaDecay DEAD_END=new iaeaDecay(1f,"DEAD_END"); + private iaeaDecay(float chance,String decayName){ + this.chance=chance; + this.decayName=decayName; + } + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/hadron/dHadronDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/hadron/dHadronDefinition.java new file mode 100644 index 0000000000..ed2cee8b2f --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/hadron/dHadronDefinition.java @@ -0,0 +1,460 @@ +package com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.hadron; + +import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.Util; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalMutableDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.tElementalException; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.*; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eBosonDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eQuarkDefinition; +import gregtech.api.enums.Materials; +import gregtech.api.enums.OrePrefixes; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraftforge.oredict.OreDictionary; + +import java.util.ArrayList; + +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.dAtomDefinition.transformation; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eBosonDefinition.boson_Y__; +import static com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_scanner.*; +import static gregtech.api.enums.OrePrefixes.dust; + +/** + * Created by danie_000 on 17.11.2016. + */ +public final class dHadronDefinition extends cElementalDefinition {//TODO Optimize map i/o + private final int hash; + + private static final byte nbtType = (byte) 'h'; + //Helpers + public static dHadronDefinition hadron_p, hadron_n, hadron_p_, hadron_n_; + public static cElementalDefinitionStack hadron_p1, hadron_n1, hadron_p2, hadron_n2, hadron_p3, hadron_n3, hadron_p5; + private static float protonMass = 0F; + private static float neutronMass = 0F; + private static final float actualProtonMass=938272081.3f; + private static final float actualNeutronMass=939565413.3f; + + //float-mass in eV/c^2 + public final float mass; + //int -electric charge in 1/3rds of electron charge for optimization + public final int charge; + public final float rawLifeTime; + public final byte amount; + //generation max present inside - minus if contains any antiquark + public final byte type; + //private final FluidStack fluidThing; + //private final ItemStack itemThing; + + private final cElementalDefinitionStackMap quarkStacks; + + @Deprecated + public dHadronDefinition(eQuarkDefinition... quarks) throws tElementalException { + this(true, new cElementalDefinitionStackMap(quarks)); + } + + @Deprecated + private dHadronDefinition(boolean check, eQuarkDefinition... quarks) throws tElementalException { + this(check, new cElementalDefinitionStackMap(quarks)); + } + + public dHadronDefinition(cElementalDefinitionStack... quarks) throws tElementalException { + this(true, new cElementalDefinitionStackMap(quarks)); + } + + private dHadronDefinition(boolean check, cElementalDefinitionStack... quarks) throws tElementalException { + this(check, new cElementalDefinitionStackMap(quarks)); + } + + public dHadronDefinition(cElementalDefinitionStackMap quarks) throws tElementalException { + this(true, quarks); + } + + private dHadronDefinition(boolean check, cElementalDefinitionStackMap quarks) throws tElementalException { + if (check && !canTheyBeTogether(quarks)) { + throw new tElementalException("Hadron Definition error"); + } + quarkStacks = quarks; + + byte amount = 0; + int charge = 0; + int type = 0; + boolean containsAnti = false; + float mass = 0; + for (cElementalDefinitionStack quarkStack : quarkStacks.values()) { + amount += quarkStack.amount; + mass += quarkStack.getMass(); + charge += quarkStack.getCharge(); + type = Math.max(Math.abs(quarkStack.definition.getType()), type); + if (quarkStack.definition.getType() < 0) { + containsAnti = true; + } + } + this.amount = amount; + this.charge = charge; + this.type = containsAnti ? (byte) -type : (byte) type; + int mult = this.amount * this.amount * (this.amount - 1); + mass = mass * 5.543F * (float) mult;//yes it becomes heavier + + if (mass == protonMass && this.amount == 3) { + rawLifeTime = iElementalDefinition.STABLE_RAW_LIFE_TIME; + mass=actualProtonMass; + } else if (mass == neutronMass && this.amount == 3) { + rawLifeTime = 882F; + mass=actualNeutronMass; + } else { + if (this.amount == 3) { + rawLifeTime = 1.34F / mass * (float) Math.pow(9.81, charge); + } else if (this.amount == 2) { + rawLifeTime = 1.21F / mass / (float) Math.pow(19.80, charge); + } else { + rawLifeTime = 1.21F / mass / (float) Math.pow(9.80, charge); + } + } + this.mass=mass; + hash=super.hashCode(); + } + + //public but u can just try{}catch(){} the constructor it still calls this method + private static boolean canTheyBeTogether(cElementalDefinitionStackMap stacks) { + long amount = 0; + for (cElementalDefinitionStack quarks : stacks.values()) { + if (!(quarks.definition instanceof eQuarkDefinition)) { + return false; + } + amount += quarks.amount; + } + return amount >= 2 && amount <= 12; + } + + @Override + public String getName() { + StringBuilder name= new StringBuilder(getSimpleName()); + name.append(':'); + for (cElementalDefinitionStack quark : quarkStacks.values()) { + name.append(' ').append(quark.definition.getSymbol()).append(quark.amount); + } + return name.toString(); + } + + private String getSimpleName() { + switch (amount) { + case 2: + return "Meson"; + case 3: + return "Baryon"; + case 4: + return "Tetraquark"; + case 5: + return "Pentaquark"; + case 6: + return "Hexaquark"; + default: + return "Hadron"; + } + } + + @Override + public String getSymbol() { + StringBuilder symbol = new StringBuilder(8); + for (cElementalDefinitionStack quark : quarkStacks.values()) { + for (int i = 0; i < quark.amount; i++) { + symbol.append(quark.definition.getSymbol()); + } + } + return symbol.toString(); + } + + @Override + public byte getColor() { + return -7; + } + + @Override + public cElementalDefinitionStackMap getSubParticles() { + return quarkStacks; + } + + @Override + public cElementalDecay[] getNaturalDecayInstant() { + cElementalDefinitionStack[] quarkStacks = this.quarkStacks.values(); + if (amount == 2 && quarkStacks.length == 2 && quarkStacks[0].definition.getMass() == quarkStacks[1].definition.getMass() && quarkStacks[0].definition.getType() == -quarkStacks[1].definition.getType()) { + return cElementalDecay.noProduct; + } + ArrayList decaysInto = new ArrayList<>(); + for (cElementalDefinitionStack quarks : quarkStacks) { + if (quarks.definition.getType() == 1 || quarks.definition.getType() == -1) { + //covers both quarks and antiquarks + decaysInto.add(quarks); + } else { + //covers both quarks and antiquarks + decaysInto.add(new cElementalDefinitionStack(boson_Y__, 2)); + } + } + return new cElementalDecay[]{ + new cElementalDecay(0.75F, decaysInto.toArray(new cElementalDefinitionStack[decaysInto.size()])), + eBosonDefinition.deadEnd + }; + } + + @Override + public cElementalDecay[] getEnergyInducedDecay(long energyLevel) { + cElementalDefinitionStack[] quarkStacks = this.quarkStacks.values(); + if (amount == 2 && quarkStacks.length == 2 && quarkStacks[0].definition.getMass() == quarkStacks[1].definition.getMass() && quarkStacks[0].definition.getType() == -quarkStacks[1].definition.getType()) { + return cElementalDecay.noProduct; + } + return new cElementalDecay[]{new cElementalDecay(0.75F, quarkStacks), eBosonDefinition.deadEnd}; //decay into quarks + } + + @Override + public float getEnergyDiffBetweenStates(long currentEnergyLevel, long newEnergyLevel) { + return iElementalDefinition.DEFAULT_ENERGY_REQUIREMENT *(newEnergyLevel-currentEnergyLevel); + } + + @Override + public boolean usesSpecialEnergeticDecayHandling() { + return false; + } + + @Override + public boolean usesMultipleDecayCalls(long energyLevel) { + return false; + } + + @Override + public boolean decayMakesEnergy(long energyLevel) { + return false; + } + + @Override + public cElementalDecay[] getDecayArray() { + cElementalDefinitionStack[] quarkStacks = this.quarkStacks.values(); + if (amount == 2 && quarkStacks.length == 2 && quarkStacks[0].definition.getMass() == quarkStacks[1].definition.getMass() && quarkStacks[0].definition.getType() == -quarkStacks[1].definition.getType()) { + return cElementalDecay.noProduct; + } else if (amount != 3) { + return new cElementalDecay[]{new cElementalDecay(0.95F, quarkStacks), eBosonDefinition.deadEnd}; //decay into quarks + } else { + ArrayList newBaryon = new ArrayList<>(); + iElementalDefinition[] Particles = new iElementalDefinition[2]; + for (cElementalDefinitionStack quarks : quarkStacks) { + for (int i = 0; i < quarks.amount; i++) { + newBaryon.add((eQuarkDefinition) quarks.definition); + } + } + //remove last + eQuarkDefinition lastQuark = newBaryon.remove(2); + + if (Math.abs(lastQuark.getType()) > 1) { + cElementalDefinitionStack[] decay = lastQuark.getDecayArray()[1].outputStacks.values(); + newBaryon.add((eQuarkDefinition) decay[0].definition); + Particles[0] = decay[1].definition; + Particles[1] = decay[2].definition; + } else { + cElementalDefinitionStack[] decay = lastQuark.getDecayArray()[0].outputStacks.values(); + newBaryon.add((eQuarkDefinition) decay[0].definition); + Particles[0] = decay[1].definition; + Particles[1] = decay[2].definition; + } + + eQuarkDefinition[] contentOfBaryon = newBaryon.toArray(new eQuarkDefinition[3]); + + try { + return new cElementalDecay[]{ + new cElementalDecay(0.99F, new dHadronDefinition(false, contentOfBaryon), Particles[0], Particles[1]), + new cElementalDecay(0.001F, new dHadronDefinition(false, contentOfBaryon), Particles[0], Particles[1], boson_Y__), + eBosonDefinition.deadEnd}; + } catch (tElementalException e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + return new cElementalDecay[]{eBosonDefinition.deadEnd}; + } + } + } + + @Override + public float getMass() { + return mass; + } + + @Override + public int getCharge() { + return charge; + } + + @Override + public float getRawTimeSpan(long currentEnergy) { + return rawLifeTime; + } + + @Override + public boolean isTimeSpanHalfLife() { + return true; + } + + @Override + public byte getType() { + return type; + } + + //@Override + //public iElementalDefinition getAnti() { + // cElementalDefinitionStack[] stacks = this.quarkStacks.values(); + // cElementalDefinitionStack[] antiElements = new cElementalDefinitionStack[stacks.length]; + // for (int i = 0; i < antiElements.length; i++) { + // antiElements[i] = new cElementalDefinitionStack(stacks[i].definition.getAnti(), stacks[i].amount); + // } + // try { + // return new dHadronDefinition(false, antiElements); + // } catch (tElementalException e) { + // if (DEBUG_MODE) e.printStackTrace(); + // return null; + // } + //} + + @Override + public iElementalDefinition getAnti() { + cElementalMutableDefinitionStackMap anti = new cElementalMutableDefinitionStackMap(); + for (cElementalDefinitionStack stack : quarkStacks.values()) { + anti.putReplace(new cElementalDefinitionStack(stack.definition.getAnti(), stack.amount)); + } + try { + return new dHadronDefinition(anti.toImmutable_unsafeMightLeaveExposedElementalTree()); + } catch (tElementalException e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + return null; + } + } + + @Override + public aFluidDequantizationInfo someAmountIntoFluidStack() { + return null; + } + + @Override + public aItemDequantizationInfo someAmountIntoItemsStack() { + return null; + } + + @Override + public aOredictDequantizationInfo someAmountIntoOredictStack() { + return null; + } + + @Override + public NBTTagCompound toNBT() { + NBTTagCompound nbt = new NBTTagCompound(); + nbt.setByte("t", nbtType); + cElementalDefinitionStack[] quarkStacksValues = quarkStacks.values(); + nbt.setInteger("i", quarkStacksValues.length); + for (int i = 0; i < quarkStacksValues.length; i++) { + nbt.setTag(Integer.toString(i), quarkStacksValues[i].toNBT()); + } + return nbt; + } + + public static dHadronDefinition fromNBT(NBTTagCompound nbt) { + cElementalDefinitionStack[] stacks = new cElementalDefinitionStack[nbt.getInteger("i")]; + for (int i = 0; i < stacks.length; i++) { + stacks[i] = cElementalDefinitionStack.fromNBT(nbt.getCompoundTag(Integer.toString(i))); + } + try { + return new dHadronDefinition(stacks); + } catch (tElementalException e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + return null; + } + } + + public static void run() { + try { + hadron_p = new dHadronDefinition(new cElementalDefinitionStackMap(eQuarkDefinition.quark_u.getStackForm(2), eQuarkDefinition.quark_d.getStackForm(1))); + protonMass = hadron_p.mass; + //redefine the proton with proper lifetime (the lifetime is based on mass comparison) + hadron_p = new dHadronDefinition(new cElementalDefinitionStackMap(eQuarkDefinition.quark_u.getStackForm(2), eQuarkDefinition.quark_d.getStackForm(1))); + hadron_p_ = (dHadronDefinition) hadron_p.getAnti(); + hadron_n = new dHadronDefinition(new cElementalDefinitionStackMap(eQuarkDefinition.quark_u.getStackForm(1), eQuarkDefinition.quark_d.getStackForm(2))); + neutronMass = hadron_n.mass; + //redefine the neutron with proper lifetime (the lifetime is based on mass comparison) + hadron_n = new dHadronDefinition(new cElementalDefinitionStackMap(eQuarkDefinition.quark_u.getStackForm(1), eQuarkDefinition.quark_d.getStackForm(2))); + hadron_n_ = (dHadronDefinition) hadron_n.getAnti(); + } catch (tElementalException e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + protonMass = -1; + neutronMass = -1; + } + hadron_p1 = new cElementalDefinitionStack(hadron_p, 1); + hadron_n1 = new cElementalDefinitionStack(hadron_n, 1); + hadron_p2 = new cElementalDefinitionStack(hadron_p, 2); + hadron_n2 = new cElementalDefinitionStack(hadron_n, 2); + hadron_p3 = new cElementalDefinitionStack(hadron_p, 3); + hadron_n3 = new cElementalDefinitionStack(hadron_n, 3); + hadron_p5 = new cElementalDefinitionStack(hadron_p, 5); + + try { + cElementalDefinition.addCreatorFromNBT(nbtType, dHadronDefinition.class.getMethod("fromNBT", NBTTagCompound.class),(byte)-64); + } catch (Exception e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + } + if(DEBUG_MODE) { + TecTech.LOGGER.info("Registered Elemental Matter Class: Hadron " + nbtType + ' ' + -64); + } + } + + public static void setTransformations(){ + //Added to atom map, but should be in its own + cElementalDefinitionStack neutrons=new cElementalDefinitionStack(hadron_n, 100000); + transformation.oredictDequantization.put(neutrons.definition,new aOredictDequantizationInfo(neutrons, dust, Materials.Neutronium,1)); + bTransformationInfo.oredictQuantization.put( + OreDictionary.getOreID(OrePrefixes.ingotHot.name()+Materials.Neutronium.mName), + new aOredictQuantizationInfo(OrePrefixes.ingotHot,Materials.Neutronium,1 ,neutrons) + ); + } + + @Override + public byte getClassType() { + return -64; + } + + @Override + public int hashCode() { + return hash; + } + + @Override + public void addScanResults(ArrayList lines, int capabilities, long energyLevel) { + if(Util.areBitsSet(SCAN_GET_CLASS_TYPE, capabilities)) { + lines.add("CLASS = " + nbtType + ' ' + getClassType()); + } + if(Util.areBitsSet(SCAN_GET_NOMENCLATURE|SCAN_GET_CHARGE|SCAN_GET_MASS|SCAN_GET_TIMESPAN_INFO, capabilities)) { + lines.add("NAME = "+getSimpleName()); + //lines.add("SYMBOL = "+getSymbol()); + } + if(Util.areBitsSet(SCAN_GET_CHARGE,capabilities)) { + lines.add("CHARGE = " + getCharge() / 3f + " e"); + } + if(Util.areBitsSet(SCAN_GET_COLOR,capabilities)) { + lines.add(getColor() < 0 ? "COLORLESS" : "CARRIES COLOR"); + } + if(Util.areBitsSet(SCAN_GET_MASS,capabilities)) { + lines.add("MASS = " + getMass() + " eV/c\u00b2"); + } + if(Util.areBitsSet(SCAN_GET_TIMESPAN_INFO, capabilities)){ + lines.add("HALF LIFE = "+getRawTimeSpan(energyLevel)+ " s"); + lines.add(" "+"At current energy level"); + } + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/cPrimitiveDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/cPrimitiveDefinition.java new file mode 100644 index 0000000000..6b23c232c7 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/cPrimitiveDefinition.java @@ -0,0 +1,39 @@ +package com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive; + +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalPrimitive; + +import static com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay.noDecay; + +/** + * Created by danie_000 on 22.10.2016. + */ +public final class cPrimitiveDefinition extends cElementalPrimitive { + public static final cPrimitiveDefinition + nbtE__ = new cPrimitiveDefinition("NBT ERROR", "!", 0, 0f, 0, Integer.MIN_VALUE, Integer.MIN_VALUE+10_000), + null__ = new cPrimitiveDefinition("NULL POINTER", ".", 0, 0F, 0, -3, Integer.MAX_VALUE-10_000), + space__ = new cPrimitiveDefinition("Space", "_", 0, 0F, 0, -4, 0), + magic = new cPrimitiveDefinition("Magic", "Ma", 4, 1e5F, 0, 0, 1), + magic_ = new cPrimitiveDefinition("Antimagic", "~Ma", -4, 1e5F, 0, 0, 2); + + private cPrimitiveDefinition(String name, String symbol, int type, float mass, int charge, int color, int ID) { + super(name, symbol, type, mass, charge, color, ID); + } + + public static void run() { + nbtE__.init(null__, NO_DECAY_RAW_LIFE_TIME, -1, -1, noDecay); + null__.init(null__, NO_DECAY_RAW_LIFE_TIME, -1, -1, noDecay); + space__.init(space__, NO_DECAY_RAW_LIFE_TIME, -1, -1, noDecay); + magic.init(magic_, NO_DECAY_RAW_LIFE_TIME, -1, -1, noDecay); + magic_.init(magic, NO_DECAY_RAW_LIFE_TIME, -1, -1, noDecay); + } + + @Override + public String getName() { + return "Primitive: " + name; + } + + @Override + public boolean isTimeSpanHalfLife() { + return false; + } +} \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eBosonDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eBosonDefinition.java new file mode 100644 index 0000000000..dada9b9c10 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eBosonDefinition.java @@ -0,0 +1,41 @@ +package com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive; + +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalPrimitive; + +/** + * Created by danie_000 on 22.10.2016. + */ +public final class eBosonDefinition extends cElementalPrimitive { + public static final eBosonDefinition + boson_Y__ = new eBosonDefinition("Photon", "\u03b3", 0, 1e-18F, 0, -1, 27), + boson_H__ = new eBosonDefinition("Higgs", "\u0397", 0, 126.09e9F, 0, -2, 28); + //deadEnd + public static final cElementalDecay deadEnd = new cElementalDecay(boson_Y__, boson_Y__); + public static final cElementalDecay deadEndHalf = new cElementalDecay(boson_Y__); + public static final cElementalDefinitionStack boson_Y__1=new cElementalDefinitionStack(boson_Y__,1); + + private eBosonDefinition(String name, String symbol, int type, float mass, int charge, int color, int ID) { + super(name, symbol, type, mass, charge, color, ID); + } + + public static void run() { + boson_Y__.init(null, NO_DECAY_RAW_LIFE_TIME, -1, -1, cElementalDecay.noDecay); + boson_H__.init(null, 1.56e-22F, 0, 0, + new cElementalDecay(0.96F, new cElementalDefinitionStack(boson_Y__, 4)), + new cElementalDecay(0.02F, eLeptonDefinition.lepton_t, eLeptonDefinition.lepton_t_), + new cElementalDecay(0.01F, eQuarkDefinition.quark_b, eQuarkDefinition.quark_b_), + deadEnd); + } + + @Override + public String getName() { + return "Boson: " + name; + } + + @Override + public boolean isTimeSpanHalfLife() { + return this==boson_H__; + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eLeptonDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eLeptonDefinition.java new file mode 100644 index 0000000000..412fcfcd4e --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eLeptonDefinition.java @@ -0,0 +1,65 @@ +package com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive; + +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalPrimitive; + +/** + * Created by danie_000 on 22.10.2016. + */ +public final class eLeptonDefinition extends cElementalPrimitive { + public static final eLeptonDefinition + lepton_e = new eLeptonDefinition("Electron", "\u03b2-", 1, 0.511e6F, -3, -1, 15), + lepton_m = new eLeptonDefinition("Muon", "\u03bc-", 2, 105.658e6F, -3, -1, 17), + lepton_t = new eLeptonDefinition("Tauon", "\u03c4-", 3, 1776.83e6F, -3, -1, 19), + lepton_e_ = new eLeptonDefinition("Positron", "\u03b2+", -1, 0.511e6F, 3, -1, 16), + lepton_m_ = new eLeptonDefinition("Antimuon", "\u03bc+", -2, 105.658e6F, 3, -1, 18), + lepton_t_ = new eLeptonDefinition("Antitauon", "\u03c4+", -3, 1776.83e6F, 3, -1, 20); + + public static final cElementalDefinitionStack lepton_e1 = new cElementalDefinitionStack(lepton_e, 1); + public static final cElementalDefinitionStack lepton_e2 = new cElementalDefinitionStack(lepton_e, 2); + public static final cElementalDefinitionStack lepton_e_1 = new cElementalDefinitionStack(lepton_e_, 1); + public static final cElementalDefinitionStack lepton_e_2 = new cElementalDefinitionStack(lepton_e_, 2); + + private eLeptonDefinition(String name, String symbol, int type, float mass, int charge, int color, int ID) { + super(name, symbol, type, mass, charge, color, ID); + //this.itemThing=null; + //this.fluidThing=null; + } + + public static void run() { + lepton_e.init(lepton_e_, STABLE_RAW_LIFE_TIME, 0, 1, + eBosonDefinition.deadEnd,//makes photons and don't care + new cElementalDecay(lepton_e, eBosonDefinition.boson_Y__)); + lepton_m.init(lepton_m_, 2.197019e-6F, 0, 1, + new cElementalDecay(0.9F, lepton_e, eNeutrinoDefinition.lepton_Ve_, eNeutrinoDefinition.lepton_Vm), + eBosonDefinition.deadEnd);//makes photons and don't care + lepton_t.init(lepton_t_, 2.906e-13F, 1, 3, + new cElementalDecay(0.8F, lepton_m, eNeutrinoDefinition.lepton_Vm_, eNeutrinoDefinition.lepton_Vt, eBosonDefinition.boson_Y__), + new cElementalDecay(0.1F, lepton_e, eNeutrinoDefinition.lepton_Ve_, eNeutrinoDefinition.lepton_Vm), + new cElementalDecay(0.05F, lepton_m, eNeutrinoDefinition.lepton_Vm_, eNeutrinoDefinition.lepton_Vt, eBosonDefinition.boson_H__), + eBosonDefinition.deadEnd);//makes photons and don't care + + lepton_e_.init(lepton_e, STABLE_RAW_LIFE_TIME, 0, 1, + eBosonDefinition.deadEnd,//makes photons and don't care + new cElementalDecay(lepton_e_, eBosonDefinition.boson_Y__)); + lepton_m_.init(lepton_m, 2.197019e-6F, 0, 1, + new cElementalDecay(0.9F, lepton_e_, eNeutrinoDefinition.lepton_Ve, eNeutrinoDefinition.lepton_Vm_), + eBosonDefinition.deadEnd);//makes photons and don't care + lepton_t_.init(lepton_t, 2.906e-13F, 1, 3, + new cElementalDecay(0.8F, lepton_m_, eNeutrinoDefinition.lepton_Vm, eNeutrinoDefinition.lepton_Vt_, eBosonDefinition.boson_Y__), + new cElementalDecay(0.1F, lepton_e_, eNeutrinoDefinition.lepton_Ve, eNeutrinoDefinition.lepton_Vm_), + new cElementalDecay(0.05F, lepton_m_, eNeutrinoDefinition.lepton_Vm, eNeutrinoDefinition.lepton_Vt_, eBosonDefinition.boson_H__), + eBosonDefinition.deadEnd);//makes photons and don't care + } + + @Override + public String getName() { + return "Lepton: " + name; + } + + @Override + public boolean isTimeSpanHalfLife() { + return true; + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eNeutrinoDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eNeutrinoDefinition.java new file mode 100644 index 0000000000..9f20908575 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eNeutrinoDefinition.java @@ -0,0 +1,57 @@ +package com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive; + +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalPrimitive; + +/** + * Created by danie_000 on 22.10.2016. + */ +public final class eNeutrinoDefinition extends cElementalPrimitive { + public static final eNeutrinoDefinition + lepton_Ve = new eNeutrinoDefinition("Electron neutrino", "\u03bd\u03b2", 1, 2e0F, 0, -1, 21), + lepton_Vm = new eNeutrinoDefinition("Muon neutrino", "\u03bd\u03bc", 2, 0.15e6F, 0, -1, 23), + lepton_Vt = new eNeutrinoDefinition("Tauon neutrino", "\u03bd\u03c4", 3, 15e6F, 0, -1, 25), + lepton_Ve_ = new eNeutrinoDefinition("Positron neutrino", "~\u03bd\u03b2", -1, 2e0F, 0, -1, 22), + lepton_Vm_ = new eNeutrinoDefinition("Antimuon neutrino", "~\u03bd\u03bc", -2, 0.15e6F, 0, -1, 24), + lepton_Vt_ = new eNeutrinoDefinition("Antitauon neutrino", "~\u03bd\u03c4", -3, 15e6F, 0, -1, 26); + + public static final cElementalDefinitionStack lepton_Ve1 = new cElementalDefinitionStack(lepton_Ve, 1); + public static final cElementalDefinitionStack lepton_Ve2 = new cElementalDefinitionStack(lepton_Ve, 2); + public static final cElementalDefinitionStack lepton_Ve_1 = new cElementalDefinitionStack(lepton_Ve_, 1); + public static final cElementalDefinitionStack lepton_Ve_2 = new cElementalDefinitionStack(lepton_Ve_, 2); + + private eNeutrinoDefinition(String name, String symbol, int type, float mass, int charge, int color, int ID) { + super(name, symbol, type, mass, charge, color, ID); + } + + public static void run() { + lepton_Ve.init(lepton_Ve_, 1F, -1, -1, + cElementalDecay.noProduct); + lepton_Vm.init(lepton_Vm_, 1F, 1, 0, + new cElementalDecay(0.825F, nothing), + eBosonDefinition.deadEndHalf); + lepton_Vt.init(lepton_Vt_, 1F, 1, 0, + new cElementalDecay(0.75F, nothing), + eBosonDefinition.deadEnd); + + lepton_Ve_.init(lepton_Ve, 1F, -1, -1, + cElementalDecay.noProduct); + lepton_Vm_.init(lepton_Vm, 1F, 1, 0, + new cElementalDecay(0.825F, nothing), + eBosonDefinition.deadEndHalf); + lepton_Vt_.init(lepton_Vt, 1F, 1, 0, + new cElementalDecay(0.75F, nothing), + eBosonDefinition.deadEnd); + } + + @Override + public String getName() { + return "Lepton: " + name; + } + + @Override + public boolean isTimeSpanHalfLife() { + return true; + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eQuarkDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eQuarkDefinition.java new file mode 100644 index 0000000000..9a7dd6753a --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eQuarkDefinition.java @@ -0,0 +1,103 @@ +package com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive; + +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalPrimitive; + +/** + * Created by danie_000 on 22.10.2016. + */ +public final class eQuarkDefinition extends cElementalPrimitive { + public static final eQuarkDefinition + quark_u = new eQuarkDefinition("Up", "u", 1, 2.3e6F, 2, 0, 3), + quark_c = new eQuarkDefinition("Charm", "c", 2, 1.29e9F, 2, 0, 9), + quark_t = new eQuarkDefinition("Top", "t", 3, 172.44e9F, 2, 0, 13), + quark_d = new eQuarkDefinition("Down", "d", 1, 4.8e6F, -1, 0, 5), + quark_s = new eQuarkDefinition("Strange", "s", 2, 95e6F, -1, 0, 7), + quark_b = new eQuarkDefinition("Bottom", "b", 3, 4.65e9F, -1, 0, 11), + quark_u_ = new eQuarkDefinition("AntiUp", "~u", -1, 2.3e6F, -2, 0, 4), + quark_c_ = new eQuarkDefinition("AntiCharm", "~c", -2, 1.29e9F, -2, 0, 10), + quark_t_ = new eQuarkDefinition("AntiTop", "~t", -3, 172.44e9F, -2, 0, 14), + quark_d_ = new eQuarkDefinition("AntiDown", "~d", -1, 4.8e6F, 1, 0, 6), + quark_s_ = new eQuarkDefinition("AntiStrange", "~s", -2, 95e6F, 1, 0, 8), + quark_b_ = new eQuarkDefinition("AntiBottom", "~b", -3, 4.65e9F, 1, 0, 12); + + private eQuarkDefinition(String name, String symbol, int type, float mass, int charge, int color, int ID) { + super(name, symbol, type, mass, charge, color, ID); + } + + public static void run() { + quark_u.init(quark_u_, STABLE_RAW_LIFE_TIME, 3, -1, + new cElementalDecay(0.9F, quark_d, eLeptonDefinition.lepton_e_, eNeutrinoDefinition.lepton_Ve), + new cElementalDecay(0.050778116F, quark_s/*,lepton_m_,lepton_Vm*/), + new cElementalDecay(1.23201e-5F, quark_b/*,lepton_t_,lepton_Vt*/), + eBosonDefinition.deadEnd);//makes photons and don't care + quark_c.init(quark_c_, 0.5e-13F, 1, -1, + new cElementalDecay(0.9F, quark_s, eLeptonDefinition.lepton_e_, eNeutrinoDefinition.lepton_Ve), + new cElementalDecay(0.05071504F, quark_d, eLeptonDefinition.lepton_m_, eNeutrinoDefinition.lepton_Vm), + new cElementalDecay(0.00169744F, quark_b/*,lepton_t_,lepton_Vt*/), + eBosonDefinition.deadEnd);//makes photons and don't care + quark_t.init(quark_t_, 2.5e-26F, 2, -1, + new cElementalDecay(0.9F, quark_b, eLeptonDefinition.lepton_e_, eNeutrinoDefinition.lepton_Ve), + new cElementalDecay(0.00163216F, quark_s, eLeptonDefinition.lepton_m_, eNeutrinoDefinition.lepton_Vm), + new cElementalDecay(7.51689e-5F, quark_d, eLeptonDefinition.lepton_t_, eNeutrinoDefinition.lepton_Vt), + eBosonDefinition.deadEnd);//makes photons and don't care + + quark_d.init(quark_d_, STABLE_RAW_LIFE_TIME, 3, -1, + new cElementalDecay(0.9F, quark_u, eLeptonDefinition.lepton_e, eNeutrinoDefinition.lepton_Ve_), + new cElementalDecay(0.05071504F, quark_c/*,lepton_m,lepton_Vm_*/), + new cElementalDecay(7.51689e-5F, quark_t/*,lepton_t,lepton_Vt_*/), + eBosonDefinition.deadEnd);//makes photons and don't care + quark_s.init(quark_s_, 0.6e-9F, 1, -1, + new cElementalDecay(0.9F, quark_c, eLeptonDefinition.lepton_e, eNeutrinoDefinition.lepton_Ve_), + new cElementalDecay(0.050778116F, quark_u, eLeptonDefinition.lepton_m, eNeutrinoDefinition.lepton_Vm_), + new cElementalDecay(0.00163216F, quark_t/*,lepton_t,lepton_Vt_*/), + eBosonDefinition.deadEnd);//makes photons and don't care + quark_b.init(quark_b_, 0.7e-13F, 2, -1, + new cElementalDecay(0.9F, quark_t, eLeptonDefinition.lepton_e, eNeutrinoDefinition.lepton_Ve_), + new cElementalDecay(0.00169744F, quark_c, eLeptonDefinition.lepton_m, eNeutrinoDefinition.lepton_Vm_), + new cElementalDecay(1.23201e-5F, quark_u, eLeptonDefinition.lepton_t, eNeutrinoDefinition.lepton_Vt_), + eBosonDefinition.deadEnd);//makes photons and don't care + + quark_u_.init(quark_u, STABLE_RAW_LIFE_TIME, 3, -1, + new cElementalDecay(0.9F, quark_d_, eLeptonDefinition.lepton_e, eNeutrinoDefinition.lepton_Ve_), + new cElementalDecay(0.050778116F, quark_s_/*,lepton_m,lepton_Vm_*/), + new cElementalDecay(1.23201e-5F, quark_b_/*,lepton_t,lepton_Vt_*/), + eBosonDefinition.deadEnd);//makes photons and don't care + quark_c_.init(quark_c, 0.5e-13F, 1, -1, + new cElementalDecay(0.9F, quark_s_, eLeptonDefinition.lepton_e, eNeutrinoDefinition.lepton_Ve_), + new cElementalDecay(0.05071504F, quark_d_, eLeptonDefinition.lepton_m, eNeutrinoDefinition.lepton_Vm_), + new cElementalDecay(0.00169744F, quark_b_/*,lepton_t,lepton_Vt_*/), + eBosonDefinition.deadEnd);//makes photons and don't care + quark_t_.init(quark_t, 2.5e-26F, 2, -1, + new cElementalDecay(0.9F, quark_b_, eLeptonDefinition.lepton_e, eNeutrinoDefinition.lepton_Ve_), + new cElementalDecay(0.00163216F, quark_s_, eLeptonDefinition.lepton_m, eNeutrinoDefinition.lepton_Vm_), + new cElementalDecay(7.51689e-5F, quark_d_, eLeptonDefinition.lepton_t, eNeutrinoDefinition.lepton_Vt_), + eBosonDefinition.deadEnd);//makes photons and don't care + + quark_d_.init(quark_d, STABLE_RAW_LIFE_TIME, 3, -1, + new cElementalDecay(0.9F, quark_u_, eLeptonDefinition.lepton_e_, eNeutrinoDefinition.lepton_Ve), + new cElementalDecay(0.05071504F, quark_c_/*,lepton_m_,lepton_Vm*/), + new cElementalDecay(7.51689e-5F, quark_t_/*,lepton_t_,lepton_Vt*/), + eBosonDefinition.deadEnd);//makes photons and don't care + quark_s_.init(quark_s, 0.6e-9F, 1, -1, + new cElementalDecay(0.9F, quark_c_, eLeptonDefinition.lepton_e_, eNeutrinoDefinition.lepton_Ve), + new cElementalDecay(0.050778116F, quark_u_, eLeptonDefinition.lepton_m_, eNeutrinoDefinition.lepton_Vm), + new cElementalDecay(0.00163216F, quark_t_/*,lepton_t_,lepton_Vt*/), + eBosonDefinition.deadEnd);//makes photons and don't care + quark_b_.init(quark_b, 0.7e-13F, 2, -1, + new cElementalDecay(0.9F, quark_t_, eLeptonDefinition.lepton_e_, eNeutrinoDefinition.lepton_Ve), + new cElementalDecay(0.00169744F, quark_c_, eLeptonDefinition.lepton_m_, eNeutrinoDefinition.lepton_Vm), + new cElementalDecay(1.23201e-5F, quark_u_, eLeptonDefinition.lepton_t_, eNeutrinoDefinition.lepton_Vt), + eBosonDefinition.deadEnd);//makes photons and don't care + } + + @Override + public String getName() { + return "Quark: " + name; + } + + @Override + public boolean isTimeSpanHalfLife() { + return true; + } +} diff --git a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java index b5e9f27f0b..2d520d521e 100644 --- a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java +++ b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java @@ -8,7 +8,7 @@ import codechicken.nei.guihook.IContainerInputHandler; import codechicken.nei.guihook.IContainerTooltipHandler; import codechicken.nei.recipe.*; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.recipe.TT_recipe; import cpw.mods.fml.common.event.FMLInterModComms; import gregtech.api.enums.OrePrefixes; diff --git a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java index 1ee9f21d65..3f907154bb 100644 --- a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java +++ b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java @@ -8,7 +8,7 @@ import codechicken.nei.guihook.IContainerInputHandler; import codechicken.nei.guihook.IContainerTooltipHandler; import codechicken.nei.recipe.*; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.recipe.TT_recipe; import cpw.mods.fml.common.event.FMLInterModComms; import gregtech.api.enums.OrePrefixes; diff --git a/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java b/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java index 8ed457ca79..1eea24edae 100644 --- a/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java +++ b/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java @@ -1,7 +1,7 @@ package com.github.technus.tectech.proxy; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.entity.fx.BlockHint; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.block.QuantumGlassRender; @@ -43,8 +43,8 @@ public class ClientProxy extends CommonProxy { public void hint_particle(World world, int x, int y, int z, Block block, int meta) { Minecraft.getMinecraft().effectRenderer.addEffect(new BlockHint(world,x,y,z,block,meta)); - EntityFX particle = new EntityExplodeFX(world, x + TecTech.Rnd.nextFloat() * 0.5F, y + TecTech.Rnd.nextFloat() * 0.5F, z + TecTech.Rnd.nextFloat() * 0.5F, 0, 0, 0); - particle.setRBGColorF(0, 0.6F * TecTech.Rnd.nextFloat(), 0.8f); + EntityFX particle = new EntityExplodeFX(world, x + TecTech.RANDOM.nextFloat() * 0.5F, y + TecTech.RANDOM.nextFloat() * 0.5F, z + TecTech.RANDOM.nextFloat() * 0.5F, 0, 0, 0); + particle.setRBGColorF(0, 0.6F * TecTech.RANDOM.nextFloat(), 0.8f); Minecraft.getMinecraft().effectRenderer.addEffect(particle); } @@ -59,15 +59,15 @@ public class ClientProxy extends CommonProxy { //aDir.offsetY*0.1F+0.2F+0.1F*floatGen.nextFloat(); float xSpd = 0; float zSpd = 0; - EntityFX particle = new EntityExplodeFX(aMuffler.getWorld(), xPos + TecTech.Rnd.nextFloat() * 0.5F, yPos + TecTech.Rnd.nextFloat() * 0.5F, zPos + TecTech.Rnd.nextFloat() * 0.5F, xSpd, ySpd, zSpd); - particle.setRBGColorF(0, 0.6F * TecTech.Rnd.nextFloat(), 0.8f); + EntityFX particle = new EntityExplodeFX(aMuffler.getWorld(), xPos + TecTech.RANDOM.nextFloat() * 0.5F, yPos + TecTech.RANDOM.nextFloat() * 0.5F, zPos + TecTech.RANDOM.nextFloat() * 0.5F, xSpd, ySpd, zSpd); + particle.setRBGColorF(0, 0.6F * TecTech.RANDOM.nextFloat(), 0.8f); Minecraft.getMinecraft().effectRenderer.addEffect(particle); } @Override public void em_particle(World w,double x,double y,double z) {//CUTE! - EntityFX particle = new EntityExplodeFX(w, x + TecTech.Rnd.nextFloat() * 0.5F, y + TecTech.Rnd.nextFloat() * 0.5F, z + TecTech.Rnd.nextFloat() * 0.5F, 0, 0, 0); - particle.setRBGColorF(0, 0.6F * TecTech.Rnd.nextFloat(), 0.8f); + EntityFX particle = new EntityExplodeFX(w, x + TecTech.RANDOM.nextFloat() * 0.5F, y + TecTech.RANDOM.nextFloat() * 0.5F, z + TecTech.RANDOM.nextFloat() * 0.5F, 0, 0, 0); + particle.setRBGColorF(0, 0.6F * TecTech.RANDOM.nextFloat(), 0.8f); Minecraft.getMinecraft().effectRenderer.addEffect(particle); } diff --git a/src/main/java/com/github/technus/tectech/recipe/TT_recipe.java b/src/main/java/com/github/technus/tectech/recipe/TT_recipe.java index ff26894729..57d479a705 100644 --- a/src/main/java/com/github/technus/tectech/recipe/TT_recipe.java +++ b/src/main/java/com/github/technus/tectech/recipe/TT_recipe.java @@ -1,9 +1,9 @@ package com.github.technus.tectech.recipe; -import com.github.technus.tectech.elementalMatter.core.cElementalDefinitionStackMap; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.templates.cElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; import cpw.mods.fml.common.registry.GameRegistry; import gregtech.api.util.GT_Recipe; import net.minecraft.item.ItemStack; @@ -13,7 +13,7 @@ import java.util.Collection; import java.util.HashMap; import java.util.HashSet; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; public class TT_recipe extends GT_Recipe { public static final String E_RECIPE_ID = "eRecipeID"; diff --git a/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java b/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java index 64925e2a4b..d4a98fabe5 100644 --- a/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java +++ b/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java @@ -1,9 +1,9 @@ package com.github.technus.tectech.recipe; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.elementalMatter.core.cElementalDefinitionStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; import com.github.technus.tectech.thing.item.ElementalDefinitionContainer_EM; import com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_crafting; import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.GT_MetaTileEntity_EM_machine; @@ -29,7 +29,7 @@ public class TT_recipeAdder extends GT_RecipeAdder { } for(ItemStack tItem : aInputs){ if(tItem==null){ - TecTech.Logger.error("addResearchableAssemblingLineRecipe "+aResearchItem.getDisplayName()+" --> "+aOutput.getUnlocalizedName()+" there is some null item in that recipe"); + TecTech.LOGGER.error("addResearchableAssemblingLineRecipe "+aResearchItem.getDisplayName()+" --> "+aOutput.getUnlocalizedName()+" there is some null item in that recipe"); } } if(researchAmperage<=0) { @@ -70,7 +70,7 @@ public class TT_recipeAdder extends GT_RecipeAdder { } for(ItemStack tItem : aInputs){ if(tItem==null){ - TecTech.Logger.error("addResearchableEMmachineRecipe "+aResearchItem.getDisplayName()+" --> "+aOutput.getUnlocalizedName()+" there is some null item in that recipe"); + TecTech.LOGGER.error("addResearchableEMmachineRecipe "+aResearchItem.getDisplayName()+" --> "+aOutput.getUnlocalizedName()+" there is some null item in that recipe"); } } if(researchAmperage<=0) { @@ -127,7 +127,7 @@ public class TT_recipeAdder extends GT_RecipeAdder { } for(ItemStack tItem : aInputs){ if(tItem==null){ - TecTech.Logger.error("addScannableEMmachineRecipe "+aResearchEM+" --> "+aOutput.getUnlocalizedName()+" there is some null item in that recipe"); + TecTech.LOGGER.error("addScannableEMmachineRecipe "+aResearchEM+" --> "+aOutput.getUnlocalizedName()+" there is some null item in that recipe"); } } if(researchAmperage<=0) { diff --git a/src/main/java/com/github/technus/tectech/thing/block/QuantumGlassBlock.java b/src/main/java/com/github/technus/tectech/thing/block/QuantumGlassBlock.java index 44018a7392..ef903cbf38 100644 --- a/src/main/java/com/github/technus/tectech/thing/block/QuantumGlassBlock.java +++ b/src/main/java/com/github/technus/tectech/thing/block/QuantumGlassBlock.java @@ -12,7 +12,7 @@ import net.minecraft.util.IIcon; import net.minecraft.world.IBlockAccess; import net.minecraft.world.World; -import static com.github.technus.tectech.auxiliary.Reference.MODID; +import static com.github.technus.tectech.Reference.MODID; /** * Created by danie_000 on 17.12.2016. diff --git a/src/main/java/com/github/technus/tectech/thing/block/QuantumStuffBlock.java b/src/main/java/com/github/technus/tectech/thing/block/QuantumStuffBlock.java index bd26c838ba..639a269523 100644 --- a/src/main/java/com/github/technus/tectech/thing/block/QuantumStuffBlock.java +++ b/src/main/java/com/github/technus/tectech/thing/block/QuantumStuffBlock.java @@ -15,7 +15,7 @@ import net.minecraft.world.World; import java.util.ArrayList; import java.util.Random; -import static com.github.technus.tectech.auxiliary.Reference.MODID; +import static com.github.technus.tectech.Reference.MODID; /** * Created by danie_000 on 17.12.2016. diff --git a/src/main/java/com/github/technus/tectech/thing/block/QuantumStuffRender.java b/src/main/java/com/github/technus/tectech/thing/block/QuantumStuffRender.java index add97c46a1..5d495a8355 100644 --- a/src/main/java/com/github/technus/tectech/thing/block/QuantumStuffRender.java +++ b/src/main/java/com/github/technus/tectech/thing/block/QuantumStuffRender.java @@ -58,9 +58,9 @@ public final class QuantumStuffRender implements ISimpleBlockRenderingHandler { tes.setBrightness(15728880); IIcon side = QuantumStuffBlock.stuff; for(int i=0;i<6;i++){ - float f = 1 - TecTech.Rnd.nextFloat() / 4f, g = f - TecTech.Rnd.nextFloat() / 4f, r = g - TecTech.Rnd.nextFloat() / 4f - 0.25f; + float f = 1 - TecTech.RANDOM.nextFloat() / 4f, g = f - TecTech.RANDOM.nextFloat() / 4f, r = g - TecTech.RANDOM.nextFloat() / 4f - 0.25f; tes.setColorOpaque_F(r, g, f); - float rotX=TecTech.Rnd.nextFloat()*2*(float) Math.PI,rotY=TecTech.Rnd.nextFloat()*2*(float) Math.PI,rotZ=TecTech.Rnd.nextFloat()*2*(float) Math.PI; + float rotX=TecTech.RANDOM.nextFloat()*2*(float) Math.PI,rotY=TecTech.RANDOM.nextFloat()*2*(float) Math.PI,rotZ=TecTech.RANDOM.nextFloat()*2*(float) Math.PI; tesAbuse(x,y,z,-1.425f,-1.425f,.1f,rotX,rotY,rotZ,side.getMinU(), side.getMaxV()); tesAbuse(x,y,z,-1.425f,1.425f,.1f,rotX,rotY,rotZ,side.getMinU(), side.getMinV()); tesAbuse(x,y,z,1.425f,1.425f,.1f,rotX,rotY,rotZ,side.getMaxU(), side.getMinV()); diff --git a/src/main/java/com/github/technus/tectech/thing/block/ReactorSimBlock.java b/src/main/java/com/github/technus/tectech/thing/block/ReactorSimBlock.java index ebe5808a4a..1440e16c62 100644 --- a/src/main/java/com/github/technus/tectech/thing/block/ReactorSimBlock.java +++ b/src/main/java/com/github/technus/tectech/thing/block/ReactorSimBlock.java @@ -17,7 +17,7 @@ import net.minecraft.util.IIcon; import net.minecraft.world.IBlockAccess; import net.minecraft.world.World; -import static com.github.technus.tectech.auxiliary.Reference.MODID; +import static com.github.technus.tectech.Reference.MODID; /** * Created by danie_000 on 30.09.2017. diff --git a/src/main/java/com/github/technus/tectech/thing/casing/GT_Block_HintTT.java b/src/main/java/com/github/technus/tectech/thing/casing/GT_Block_HintTT.java index 5112f156c7..dc9e809b46 100644 --- a/src/main/java/com/github/technus/tectech/thing/casing/GT_Block_HintTT.java +++ b/src/main/java/com/github/technus/tectech/thing/casing/GT_Block_HintTT.java @@ -1,6 +1,6 @@ package com.github.technus.tectech.thing.casing; -import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.thing.CustomItemList; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; diff --git a/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java b/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java index 5b9db73126..64efffb627 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java +++ b/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java @@ -24,7 +24,7 @@ import java.util.HashMap; import java.util.List; import static com.github.technus.tectech.Util.StructureBuilder; -import static com.github.technus.tectech.auxiliary.Reference.MODID; +import static com.github.technus.tectech.Reference.MODID; import static gregtech.api.GregTech_API.sBlockCasings1; /** diff --git a/src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java b/src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java index 52ebed6a21..2cd6d79d22 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java @@ -2,9 +2,9 @@ package com.github.technus.tectech.thing.item; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.Util; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.iElementalInstanceContainer; -import com.github.technus.tectech.elementalMatter.core.tElementalException; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.iElementalInstanceContainer; +import com.github.technus.tectech.mechanics.elementalMatter.core.tElementalException; import cpw.mods.fml.common.registry.GameRegistry; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; @@ -21,8 +21,8 @@ import net.minecraft.world.World; import java.util.Collections; import java.util.List; -import static com.github.technus.tectech.auxiliary.Reference.MODID; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.Reference.MODID; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; /** * Created by Tec on 15.03.2017. diff --git a/src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionContainer_EM.java b/src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionContainer_EM.java index c2137df464..e774704f46 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionContainer_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionContainer_EM.java @@ -2,8 +2,8 @@ package com.github.technus.tectech.thing.item; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.Util; -import com.github.technus.tectech.elementalMatter.core.cElementalDefinitionStackMap; -import com.github.technus.tectech.elementalMatter.core.tElementalException; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.tElementalException; import cpw.mods.fml.common.registry.GameRegistry; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.player.EntityPlayer; @@ -14,8 +14,8 @@ import net.minecraft.nbt.NBTTagCompound; import java.util.Collections; import java.util.List; -import static com.github.technus.tectech.auxiliary.Reference.MODID; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.Reference.MODID; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; /** * Created by Tec on 15.03.2017. diff --git a/src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java b/src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java index 4ba1323d15..989af34749 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java @@ -3,8 +3,8 @@ package com.github.technus.tectech.thing.item; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Util; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.loader.ModGuiHandler; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.loader.gui.ModGuiHandler; import com.github.technus.tectech.thing.CustomItemList; import cpw.mods.fml.common.registry.GameRegistry; import cpw.mods.fml.relauncher.Side; @@ -21,7 +21,7 @@ import net.minecraft.world.World; import java.util.List; -import static com.github.technus.tectech.auxiliary.Reference.MODID; +import static com.github.technus.tectech.Reference.MODID; /** * Created by Tec on 15.03.2017. diff --git a/src/main/java/com/github/technus/tectech/thing/item/EuMeterGT.java b/src/main/java/com/github/technus/tectech/thing/item/EuMeterGT.java index 84c43aad8f..8edcd32bdb 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/EuMeterGT.java +++ b/src/main/java/com/github/technus/tectech/thing/item/EuMeterGT.java @@ -1,7 +1,7 @@ package com.github.technus.tectech.thing.item; import com.github.technus.tectech.CommonValues; -import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.Reference; import cpw.mods.fml.common.registry.GameRegistry; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.metatileentity.BaseMetaPipeEntity; @@ -20,7 +20,7 @@ import net.minecraftforge.common.util.FakePlayer; import java.util.ArrayList; import java.util.List; -import static com.github.technus.tectech.auxiliary.Reference.MODID; +import static com.github.technus.tectech.Reference.MODID; public class EuMeterGT extends Item { public static EuMeterGT INSTANCE; diff --git a/src/main/java/com/github/technus/tectech/thing/item/FrontRotationTriggerItem.java b/src/main/java/com/github/technus/tectech/thing/item/FrontRotationTriggerItem.java index 8f5b7e8fae..8e2a1c1a9b 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/FrontRotationTriggerItem.java +++ b/src/main/java/com/github/technus/tectech/thing/item/FrontRotationTriggerItem.java @@ -16,7 +16,7 @@ import net.minecraftforge.common.util.FakePlayer; import java.util.List; -import static com.github.technus.tectech.auxiliary.Reference.MODID; +import static com.github.technus.tectech.Reference.MODID; /** * Created by Tec on 15.03.2017. diff --git a/src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java b/src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java index 883a1923a1..035b049a99 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java +++ b/src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java @@ -23,7 +23,7 @@ import net.minecraft.world.World; import java.util.List; -import static com.github.technus.tectech.auxiliary.Reference.MODID; +import static com.github.technus.tectech.Reference.MODID; import static com.github.technus.tectech.thing.CustomItemList.parametrizerMemory; /** diff --git a/src/main/java/com/github/technus/tectech/thing/item/gui/ScanDisplayScreen.java b/src/main/java/com/github/technus/tectech/thing/item/gui/ScanDisplayScreen.java index 7fe2ad0e44..753581439b 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/gui/ScanDisplayScreen.java +++ b/src/main/java/com/github/technus/tectech/thing/item/gui/ScanDisplayScreen.java @@ -10,7 +10,7 @@ import net.minecraft.client.gui.GuiScreen; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.util.ResourceLocation; -import static com.github.technus.tectech.auxiliary.Reference.MODID; +import static com.github.technus.tectech.Reference.MODID; import static org.lwjgl.opengl.GL11.*; /** @@ -50,7 +50,7 @@ public class ScanDisplayScreen extends GuiScreen { glDisable(GL_BLEND); super.drawScreen(x,y,partialTicks); - itick=(TecTech.Rnd.nextInt(0x66)<<16)+0x77EEFF; + itick=(TecTech.RANDOM.nextInt(0x66)<<16)+0x77EEFF; int textBaseX=baseX+20; int textBaseXX=baseX+95; int textBaseY=baseY+28; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java index 781a74d0b2..cb88d9861d 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java @@ -2,7 +2,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.Util; -import com.github.technus.tectech.dataFramework.DataPacket; +import com.github.technus.tectech.mechanics.dataTransport.DataPacket; import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToDataPipe; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java index 714015527d..942a629f2f 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java @@ -2,9 +2,9 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Util; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.iElementalInstanceContainer; -import com.github.technus.tectech.elementalMatter.core.tElementalException; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.iElementalInstanceContainer; +import com.github.technus.tectech.mechanics.elementalMatter.core.tElementalException; import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToEMpipe; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; @@ -22,7 +22,7 @@ import net.minecraft.util.EnumChatFormatting; import net.minecraftforge.fluids.FluidStack; import static com.github.technus.tectech.CommonValues.*; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; import static gregtech.api.enums.Dyes.MACHINE_METAL; import static gregtech.api.metatileentity.implementations.GT_MetaTileEntity_MultiBlockBase.isValidMetaTileEntity; @@ -121,7 +121,7 @@ public abstract class GT_MetaTileEntity_Hatch_ElementalContainer extends GT_Meta if (tGTTileEntity != null && tGTTileEntity.getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_OverflowElemental) { GT_MetaTileEntity_Hatch_OverflowElemental aMetaTileEntity = (GT_MetaTileEntity_Hatch_OverflowElemental) tGTTileEntity.getMetaTileEntity(); if (aMetaTileEntity.addOverflowMatter(overflowMatter)) { - if (TecTech.ModConfig.BOOM_ENABLE) { + if (TecTech.configTecTech.BOOM_ENABLE) { tGTTileEntity.doExplosion(V[14]); } else { TecTech.proxy.broadcast("Container1 BOOM! " + getBaseMetaTileEntity().getXCoord() + ' ' + getBaseMetaTileEntity().getYCoord() + ' ' + getBaseMetaTileEntity().getZCoord()); @@ -131,7 +131,7 @@ public abstract class GT_MetaTileEntity_Hatch_ElementalContainer extends GT_Meta overflowMatter = 0F; } } else if (deathDelay < 1) { - if (TecTech.ModConfig.BOOM_ENABLE) { + if (TecTech.configTecTech.BOOM_ENABLE) { getBaseMetaTileEntity().doExplosion(V[14]); } else { deathDelay=3; @@ -218,7 +218,7 @@ public abstract class GT_MetaTileEntity_Hatch_ElementalContainer extends GT_Meta @Override public String[] getInfoData() { - if(TecTech.ModConfig.EASY_SCAN) { + if(TecTech.configTecTech.EASY_SCAN) { if (id > 0) { if (content == null || content.size() == 0) { return new String[]{"ID: " + EnumChatFormatting.AQUA + id, "No Stacks"}; @@ -271,7 +271,7 @@ public abstract class GT_MetaTileEntity_Hatch_ElementalContainer extends GT_Meta @Override public void onRemoval() { if (isValidMetaTileEntity(this) && getBaseMetaTileEntity().isActive()) { - if (TecTech.ModConfig.BOOM_ENABLE) { + if (TecTech.configTecTech.BOOM_ENABLE) { getBaseMetaTileEntity().doExplosion(V[15]); } else { TecTech.proxy.broadcast("BOOM! " + getBaseMetaTileEntity().getXCoord() + ' ' + getBaseMetaTileEntity().getYCoord() + ' ' + getBaseMetaTileEntity().getZCoord()); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java index 1630da20d9..8ea024d6dd 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java @@ -1,7 +1,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.Util; -import com.github.technus.tectech.dataFramework.QuantumDataPacket; +import com.github.technus.tectech.mechanics.dataTransport.QuantumDataPacket; import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToDataPipe; import gregtech.api.interfaces.ITexture; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataItems.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataItems.java index 24d4479f38..80498ed8df 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataItems.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataItems.java @@ -2,7 +2,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.Util; -import com.github.technus.tectech.dataFramework.InventoryDataPacket; +import com.github.technus.tectech.mechanics.dataTransport.InventoryDataPacket; import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToDataPipe; import gregtech.api.enums.Dyes; import gregtech.api.interfaces.ITexture; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java index d87374cd6d..d0e5399f75 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java @@ -1,7 +1,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.Util; -import com.github.technus.tectech.dataFramework.QuantumDataPacket; +import com.github.technus.tectech.mechanics.dataTransport.QuantumDataPacket; import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_Data; import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToDataPipe; import gregtech.api.interfaces.ITexture; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java index 147a6ac2d3..82bda9d326 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java @@ -1,7 +1,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.Util; -import com.github.technus.tectech.dataFramework.InventoryDataPacket; +import com.github.technus.tectech.mechanics.dataTransport.InventoryDataPacket; import com.github.technus.tectech.thing.metaTileEntity.pipe.GT_MetaTileEntity_Pipe_Data; import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToDataPipe; import gregtech.api.interfaces.ITexture; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java index ce6a4a553c..867f814b63 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java @@ -202,7 +202,7 @@ public class GT_MetaTileEntity_Hatch_OverflowElemental extends GT_MetaTileEntity @Override public void onRemoval() { if (isValidMetaTileEntity(this) && getBaseMetaTileEntity().isActive()) { - if (TecTech.ModConfig.BOOM_ENABLE) { + if (TecTech.configTecTech.BOOM_ENABLE) { getBaseMetaTileEntity().doExplosion(V[15]); } else { TecTech.proxy.broadcast("Muffler BOOM! " + getBaseMetaTileEntity().getXCoord() + ' ' + getBaseMetaTileEntity().getYCoord() + ' ' + getBaseMetaTileEntity().getZCoord()); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java index 79b2295909..fbdd63ed7f 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java @@ -3,6 +3,7 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Util; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.thing.metaTileEntity.hatch.gui.GT_Container_Rack; import com.github.technus.tectech.thing.metaTileEntity.hatch.gui.GT_GUIContainer_Rack; import cpw.mods.fml.common.Loader; @@ -27,7 +28,7 @@ import java.util.Map; import static com.github.technus.tectech.CommonValues.MULTI_CHECK_AT; import static com.github.technus.tectech.Util.getUniqueIdentifier; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; /** * Created by Tec on 03.04.2017. @@ -164,8 +165,8 @@ public class GT_MetaTileEntity_Hatch_Rack extends GT_MetaTileEntity_Hatch { } else if (comp.subZero || this.heat >= 0) { heat += (1f + comp.coEff * this.heat / 10000f) * (comp.heat > 0 ? comp.heat * overclock * overclock * overvolt : comp.heat); //=MAX(0;MIN(MIN($B4;1*C$3+C$3-0,25);1+RAND()+(C$3-1)-($B4-1)/2)) - if (overvolt * 10f > 7f + TecTech.Rnd.nextFloat()) { - computation += comp.computation * Math.max(0, Math.min(Math.min(overclock, overvolt + overvolt - 0.25), 1 + TecTech.Rnd.nextFloat() + (overvolt - 1) - (overclock - 1) / 2)); + if (overvolt * 10f > 7f + TecTech.RANDOM.nextFloat()) { + computation += comp.computation * Math.max(0, Math.min(Math.min(overclock, overvolt + overvolt - 0.25), 1 + TecTech.RANDOM.nextFloat() + (overvolt - 1) - (overclock - 1) / 2)); } } } else { @@ -184,7 +185,7 @@ public class GT_MetaTileEntity_Hatch_Rack extends GT_MetaTileEntity_Hatch { } public int tickComponents(float oc, float ov) { - if (oc > 3 + TecTech.Rnd.nextFloat() || ov > 2 + TecTech.Rnd.nextFloat()) { + if (oc > 3 + TecTech.RANDOM.nextFloat() || ov > 2 + TecTech.RANDOM.nextFloat()) { getBaseMetaTileEntity().setToFire(); } overClock = oc; @@ -283,7 +284,7 @@ public class GT_MetaTileEntity_Hatch_Rack extends GT_MetaTileEntity_Hatch { new RackComponent("IC2:ic2.reactorVentGold", 0, -1, 40f, 5000, false); new RackComponent("IC2:ic2.reactorVentDiamond", 0, -1, 80f, 10000, false);//2x oc - if (Loader.isModLoaded("dreamcraft")) { + if (Loader.isModLoaded(Reference.DREAMCRAFT)) { new RackComponent("dreamcraft:item.HighEnergyCircuitParts", 3, 2, -.1f, 9001, true); new RackComponent("dreamcraft:item.HighEnergyFlowCircuit", 24, 16, -.25f, 10000, true); new RackComponent("dreamcraft:item.NanoCircuit", 32, 20, -.15f, 8000, true); @@ -334,7 +335,7 @@ public class GT_MetaTileEntity_Hatch_Rack extends GT_MetaTileEntity_Hatch { this.subZero = subZero; componentBinds.put(unlocalizedName, this); if (DEBUG_MODE) { - TecTech.Logger.info("Component registered: " + unlocalizedName); + TecTech.LOGGER.info("Component registered: " + unlocalizedName); } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java index e1cc08df03..361b9c678f 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java @@ -197,7 +197,7 @@ public class GT_MetaTileEntity_Hatch_Uncertainty extends GT_MetaTileEntity_Hatch public void regenerate() { for (int i = 0; i < matrix.length; i++) { - matrix[i] = (short) TecTech.Rnd.nextInt(1000); + matrix[i] = (short) TecTech.RANDOM.nextInt(1000); } } @@ -271,7 +271,7 @@ public class GT_MetaTileEntity_Hatch_Uncertainty extends GT_MetaTileEntity_Hatch } private void shift() { - int i = TecTech.Rnd.nextInt(16), j = TecTech.Rnd.nextInt(128); + int i = TecTech.RANDOM.nextInt(16), j = TecTech.RANDOM.nextInt(128); matrix[i] += ((matrix[i] & 1) == 0 ? 2 : -2) * j >> 5; matrix[i] += j == 0 ? 1 : 0; if (matrix[i] < 0) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Uncertainty.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Uncertainty.java index f5fe2bd002..e003774f13 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Uncertainty.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Uncertainty.java @@ -99,7 +99,7 @@ public class GT_GUIContainer_Uncertainty extends GT_GUIContainerMetaTile_Machine x -= 6; y -= 6; for (int i = 0; i < 16; i++) { - if (TecTech.Rnd.nextInt(1000) < ((GT_Container_Uncertainty) mContainer).matrix[i]) { + if (TecTech.RANDOM.nextInt(1000) < ((GT_Container_Uncertainty) mContainer).matrix[i]) { drawTexturedModalRect(x + 12 * (i / 4), y + 12 * (i % 4), fU + 12 * (i / 4), V + 12 * (i % 4), 10, 10); } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java index 5ca43cd7d0..c021f93260 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java @@ -4,7 +4,7 @@ import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Util; import com.github.technus.tectech.Vec3pos; -import com.github.technus.tectech.dataFramework.QuantumDataPacket; +import com.github.technus.tectech.mechanics.dataTransport.QuantumDataPacket; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputData; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_OutputData; @@ -30,7 +30,7 @@ import java.util.ArrayList; import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.Util.StructureBuilderExtreme; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -349,7 +349,7 @@ public class GT_MetaTileEntity_EM_computer extends GT_MetaTileEntity_MultiblockB public String[] getDescription() { return new String[]{ CommonValues.TEC_MARK_EM, - Util.intBitsToString(TecTech.Rnd.nextInt()), + Util.intBitsToString(TecTech.RANDOM.nextInt()), EnumChatFormatting.AQUA.toString() + EnumChatFormatting.BOLD + "You need it to process the number above" }; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java index c5760cb284..da2e06c873 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java @@ -1,9 +1,9 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import com.github.technus.tectech.CommonValues; -import com.github.technus.tectech.auxiliary.Reference; -import com.github.technus.tectech.auxiliary.TecTechConfig; -import com.github.technus.tectech.dataFramework.InventoryDataPacket; +import com.github.technus.tectech.Reference; +import com.github.technus.tectech.loader.TecTechConfig; +import com.github.technus.tectech.mechanics.dataTransport.InventoryDataPacket; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputDataItems; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_OutputDataItems; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java index dc03493b1a..7ebf025f40 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java @@ -1,8 +1,8 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import com.github.technus.tectech.CommonValues; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_EnergyMulti; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputElemental; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java index 43d18386f4..5f102c94ab 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java @@ -1,11 +1,11 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import com.github.technus.tectech.CommonValues; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.transformations.aOredictDequantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.iExchangeInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.iHasElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aOredictDequantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.iExchangeInfo; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputElemental; @@ -25,9 +25,9 @@ import java.util.ArrayList; import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.Util.StructureBuilderExtreme; -import static com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition.STABLE_RAW_LIFE_TIME; -import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.refMass; -import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.refUnstableMass; +import static com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition.STABLE_RAW_LIFE_TIME; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.dAtomDefinition.refMass; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.dAtomDefinition.refUnstableMass; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java index 693ea770e4..6e32226fbd 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java @@ -3,7 +3,7 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import cofh.api.energy.IEnergyContainerItem; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_Container_MultiMachineEM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_GUIContainer_MultiMachineEM; @@ -22,7 +22,7 @@ import net.minecraft.util.EnumChatFormatting; import net.minecraft.util.ResourceLocation; import static com.github.technus.tectech.Util.StructureBuilderExtreme; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; import static gregtech.api.GregTech_API.mEUtoRF; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java index dbf8232ef1..65ba6a19ff 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java @@ -2,14 +2,14 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.auxiliary.Reference; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.core.stacks.iHasElementalDefinition; -import com.github.technus.tectech.elementalMatter.core.transformations.aFluidQuantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.aItemQuantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.aOredictQuantizationInfo; -import com.github.technus.tectech.elementalMatter.core.transformations.bTransformationInfo; +import com.github.technus.tectech.Reference; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.iHasElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aFluidQuantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aItemQuantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.aOredictQuantizationInfo; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.bTransformationInfo; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; @@ -30,11 +30,11 @@ import java.util.ArrayList; import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.Util.isInputEqual; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; -import static com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition.DEFAULT_ENERGY_LEVEL; -import static com.github.technus.tectech.elementalMatter.core.templates.iElementalDefinition.STABLE_RAW_LIFE_TIME; -import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.refMass; -import static com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition.refUnstableMass; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition.DEFAULT_ENERGY_LEVEL; +import static com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition.STABLE_RAW_LIFE_TIME; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.dAtomDefinition.refMass; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.dAtomDefinition.refUnstableMass; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -126,7 +126,7 @@ public class GT_MetaTileEntity_EM_quantizer extends GT_MetaTileEntity_Multiblock int[] oreIDs = OreDictionary.getOreIDs(is); for (int ID : oreIDs) { if (DEBUG_MODE) { - TecTech.Logger.info("Quantifier-Ore-recipe " + is.getItem().getUnlocalizedName() + '.' + is.getItemDamage() + ' ' + OreDictionary.getOreName(ID)); + TecTech.LOGGER.info("Quantifier-Ore-recipe " + is.getItem().getUnlocalizedName() + '.' + is.getItemDamage() + ' ' + OreDictionary.getOreName(ID)); } aOredictQuantizationInfo aOQI = bTransformationInfo.oredictQuantization.get(ID); if (aOQI == null) { @@ -141,7 +141,7 @@ public class GT_MetaTileEntity_EM_quantizer extends GT_MetaTileEntity_Multiblock } else { //Do ITEM STACK quantization if (DEBUG_MODE) { - TecTech.Logger.info("Quantifier-Item-recipe " + is.getItem().getUnlocalizedName() + '.' + is.getItemDamage()); + TecTech.LOGGER.info("Quantifier-Item-recipe " + is.getItem().getUnlocalizedName() + '.' + is.getItemDamage()); } iHasElementalDefinition into = aIQI.output(); if (into != null && isInputEqual(true, false, GT_MetaTileEntity_MultiblockBase_EM.nothingF, new ItemStack[]{new ItemStack(is.getItem(), aIQI.input().stackSize, is.getItemDamage())}, null, inI)) { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java index d8a0cd4cad..91d2bca9a2 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java @@ -1,7 +1,7 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import com.github.technus.tectech.CommonValues; -import com.github.technus.tectech.auxiliary.TecTechConfig; +import com.github.technus.tectech.loader.TecTechConfig; import com.github.technus.tectech.recipe.TT_recipe; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_EnergyMulti; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java index 6e83f544a3..b2711530ed 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java @@ -2,10 +2,10 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.core.tElementalException; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.tElementalException; import com.github.technus.tectech.recipe.TT_recipe; import com.github.technus.tectech.thing.CustomItemList; import com.github.technus.tectech.thing.block.QuantumGlassBlock; @@ -33,8 +33,8 @@ import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.CommonValues.VN; import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.Util.areBitsSet; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; -import static com.github.technus.tectech.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.cPrimitiveDefinition.nbtE__; import static com.github.technus.tectech.recipe.TT_recipe.E_RECIPE_ID; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; @@ -266,7 +266,7 @@ public class GT_MetaTileEntity_EM_scanner extends GT_MetaTileEntity_MultiblockBa totalComputationRequired =0; eRequiredData=0; - eAmpereFlow=objectsScanned.size() + TecTech.Rnd.next(objectsScanned.size()); + eAmpereFlow=objectsScanned.size() + TecTech.RANDOM.next(objectsScanned.size()); mEUt=-(int)V[8]; //get depth scan complexity array diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java index 175132254c..242f28011f 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java @@ -2,8 +2,8 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.Vec3pos; -import com.github.technus.tectech.auxiliary.Reference; -import com.github.technus.tectech.dataFramework.QuantumDataPacket; +import com.github.technus.tectech.Reference; +import com.github.technus.tectech.mechanics.dataTransport.QuantumDataPacket; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputData; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_OutputData; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java index 50b19a2d68..4584e86122 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java @@ -1,7 +1,7 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import com.github.technus.tectech.CommonValues; -import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_Container_MultiMachineEM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_GUIContainer_MultiMachineEM; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java index 68e6e53afc..67c390ab7c 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java @@ -1,7 +1,7 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import com.github.technus.tectech.CommonValues; -import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_Container_MultiMachineEM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_GUIContainer_MultiMachineEM; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java index a3ac01f471..82722e76f9 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java @@ -23,7 +23,7 @@ import java.util.ArrayList; import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.Util.StructureBuilder; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; import static gregtech.api.GregTech_API.*; import static gregtech.api.enums.GT_Values.E; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java index b819085331..34e3f74574 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java @@ -2,11 +2,11 @@ package com.github.technus.tectech.thing.metaTileEntity.multi.base; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Vec3pos; -import com.github.technus.tectech.auxiliary.Reference; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalDefinitionStack; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.core.tElementalException; +import com.github.technus.tectech.Reference; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalDefinitionStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.tElementalException; import com.github.technus.tectech.thing.metaTileEntity.IFrontRotation; import com.github.technus.tectech.thing.metaTileEntity.hatch.*; import com.github.technus.tectech.thing.metaTileEntity.multi.base.network.RotationMessage; @@ -44,7 +44,7 @@ import java.util.Map; import static com.github.technus.tectech.CommonValues.*; import static com.github.technus.tectech.Util.StructureCheckerExtreme; import static com.github.technus.tectech.Util.getTier; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; /** @@ -1909,10 +1909,10 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt EUtTierVoltage > maxEUinputMax || //TIER IS BASED ON BEST HATCH! not total EUtEffective input (EUtTierVoltage*Amperes - 1) / maxEUinputMin + 1 > eMaxAmpereFlow) {// EUuse==0? --> (EUuse - 1) / maxEUinputMin + 1 = 1! //if not too much A if (DEBUG_MODE) { - TecTech.Logger.debug("L1 " + EUuse + ' ' + getEUVar() + ' ' + (EUuse > getEUVar())); - TecTech.Logger.debug("L2 " + EUtEffective + ' ' + maxEUinputMax + ' ' + (EUtEffective > maxEUinputMax)); - TecTech.Logger.debug("L3 " + EUuse + ' ' + eMaxAmpereFlow); - TecTech.Logger.debug("L4 " + ((EUuse - 1) / maxEUinputMin + 1) + ' ' + eMaxAmpereFlow + ' ' + ((EUuse - 1) / maxEUinputMin + 1 > eMaxAmpereFlow)); + TecTech.LOGGER.debug("L1 " + EUuse + ' ' + getEUVar() + ' ' + (EUuse > getEUVar())); + TecTech.LOGGER.debug("L2 " + EUtEffective + ' ' + maxEUinputMax + ' ' + (EUtEffective > maxEUinputMax)); + TecTech.LOGGER.debug("L3 " + EUuse + ' ' + eMaxAmpereFlow); + TecTech.LOGGER.debug("L4 " + ((EUuse - 1) / maxEUinputMin + 1) + ' ' + eMaxAmpereFlow + ' ' + ((EUuse - 1) / maxEUinputMin + 1 > eMaxAmpereFlow)); } return false; } @@ -2121,7 +2121,7 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt return; } explodedThisTick=true; - if (!TecTech.ModConfig.BOOM_ENABLE) { + if (!TecTech.configTecTech.BOOM_ENABLE) { TecTech.proxy.broadcast("Multi Explode BOOM! " + getBaseMetaTileEntity().getXCoord() + ' ' + getBaseMetaTileEntity().getYCoord() + ' ' + getBaseMetaTileEntity().getZCoord()); StackTraceElement[] ste = Thread.currentThread().getStackTrace(); TecTech.proxy.broadcast("Multi Explode BOOM! " + ste[2].toString()); @@ -2187,7 +2187,7 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt @Override public void doExplosion(long aExplosionPower) { explodeMultiblock(); - if (!TecTech.ModConfig.BOOM_ENABLE) { + if (!TecTech.configTecTech.BOOM_ENABLE) { TecTech.proxy.broadcast("Multi DoExplosion BOOM! " + getBaseMetaTileEntity().getXCoord() + ' ' + getBaseMetaTileEntity().getYCoord() + ' ' + getBaseMetaTileEntity().getZCoord()); StackTraceElement[] ste = Thread.currentThread().getStackTrace(); TecTech.proxy.broadcast("Multi DoExplosion BOOM! " + ste[2].toString()); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationPacketDispatcher.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationPacketDispatcher.java index a9895b30f5..29a8f0bcf6 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationPacketDispatcher.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/network/RotationPacketDispatcher.java @@ -2,7 +2,7 @@ package com.github.technus.tectech.thing.metaTileEntity.multi.base.network; import eu.usrv.yamcore.network.PacketDispatcher; -import static com.github.technus.tectech.auxiliary.Reference.MODID; +import static com.github.technus.tectech.Reference.MODID; public class RotationPacketDispatcher extends PacketDispatcher { public static RotationPacketDispatcher INSTANCE; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java index 4525d270b9..4b7d41494b 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Centrifuge.java @@ -1,9 +1,9 @@ package com.github.technus.tectech.thing.metaTileEntity.multi.em_machine; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.dAtomDefinition; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockControl; @@ -12,7 +12,7 @@ import java.util.Arrays; import java.util.Comparator; import static com.github.technus.tectech.CommonValues.V; -import static com.github.technus.tectech.auxiliary.TecTechConfig.DEBUG_MODE; +import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; /** * Created by danie_000 on 24.12.2017. @@ -141,8 +141,8 @@ public class Behaviour_Centrifuge extends GT_MetaTileEntity_EM_machine.Behaviour } float excessMass = 0; while (inputMass > maxCapacity) { - cElementalInstanceStack randomStack = stacks[TecTech.Rnd.nextInt(stacks.length)]; - int amountToRemove = TecTech.Rnd.nextInt((int) randomStack.getAmount()) + 1; + cElementalInstanceStack randomStack = stacks[TecTech.RANDOM.nextInt(stacks.length)]; + int amountToRemove = TecTech.RANDOM.nextInt((int) randomStack.getAmount()) + 1; randomStack.amount -= amountToRemove;//mutates the parent InstanceStackMap if (randomStack.amount <= 0) { input.remove(randomStack.definition); @@ -167,7 +167,7 @@ public class Behaviour_Centrifuge extends GT_MetaTileEntity_EM_machine.Behaviour //mixing factor... double mixingFactor=Math.min(1d-(RCF/maxRCF)*(1d-MIXING_FACTORS[tier-5][fractionCount-2]),1); if(DEBUG_MODE){ - TecTech.Logger.info("mixingFactor "+mixingFactor); + TecTech.LOGGER.info("mixingFactor "+mixingFactor); } int mEut = (int) (Math.pow(checkedAndFixedParameters[0] / maxRPM, 3f) * V[tier]); @@ -203,11 +203,11 @@ public class Behaviour_Centrifuge extends GT_MetaTileEntity_EM_machine.Behaviour } } //if(DEBUG_MODE){ - // TecTech.Logger.info("absMass "+absMassPerOutput); + // TecTech.LOGGER.info("absMass "+absMassPerOutput); //} absMassPerOutput /= fractionCount; if(DEBUG_MODE){ - TecTech.Logger.info("absMassPerOutput "+absMassPerOutput); + TecTech.LOGGER.info("absMassPerOutput "+absMassPerOutput); } nextFraction: @@ -218,10 +218,10 @@ public class Behaviour_Centrifuge extends GT_MetaTileEntity_EM_machine.Behaviour double stackMass = Math.abs(stacks[stackNo].getMass()); long amount = (long) (remaining/Math.abs(stacks[stackNo].definition.getMass())); //if(DEBUG_MODE){ - // TecTech.Logger.info("stackMass "+stackMass); - // TecTech.Logger.info("defMass "+stacks[stackNo].definition.getMass()); - // TecTech.Logger.info("remaining "+remaining); - // TecTech.Logger.info("amountToMoveAvailable "+amount+"/"+stacks[stackNo].amount); + // TecTech.LOGGER.info("stackMass "+stackMass); + // TecTech.LOGGER.info("defMass "+stacks[stackNo].definition.getMass()); + // TecTech.LOGGER.info("remaining "+remaining); + // TecTech.LOGGER.info("amountToMoveAvailable "+amount+"/"+stacks[stackNo].amount); //} if (stackMass == 0) { addRandomly(stacks[stackNo], outputs, fractionCount); @@ -237,8 +237,8 @@ public class Behaviour_Centrifuge extends GT_MetaTileEntity_EM_machine.Behaviour outputs[fraction].putUnify(clone); stacks[stackNo].amount-=amount; //if(DEBUG_MODE){ - // TecTech.Logger.info("remainingAfter "+remaining); - // TecTech.Logger.info("amountCloneAfter "+clone.amount+"/"+stacks[stackNo].amount); + // TecTech.LOGGER.info("remainingAfter "+remaining); + // TecTech.LOGGER.info("amountCloneAfter "+clone.amount+"/"+stacks[stackNo].amount); //} } else { continue nextFraction; @@ -272,8 +272,8 @@ public class Behaviour_Centrifuge extends GT_MetaTileEntity_EM_machine.Behaviour } int remainingAmount = (int) (me.amount % fractionCount); while (remainingAmount > 0) { - int amountToAdd = TecTech.Rnd.nextInt(remainingAmount) + 1; - stacks[TecTech.Rnd.nextInt(fractionCount)].amount += amountToAdd; + int amountToAdd = TecTech.RANDOM.nextInt(remainingAmount) + 1; + stacks[TecTech.RANDOM.nextInt(fractionCount)].amount += amountToAdd; remainingAmount -= amountToAdd; } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Electrolyzer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Electrolyzer.java index cf3282b117..9fe54588bc 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Electrolyzer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Electrolyzer.java @@ -1,6 +1,6 @@ package com.github.technus.tectech.thing.metaTileEntity.multi.em_machine; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockControl; /** diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java index 1c7951e571..8c912dd38d 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_ElectromagneticSeparator.java @@ -1,9 +1,9 @@ package com.github.technus.tectech.thing.metaTileEntity.multi.em_machine; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.definitions.complex.atom.dAtomDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.dAtomDefinition; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockControl; @@ -187,8 +187,8 @@ public class Behaviour_ElectromagneticSeparator extends GT_MetaTileEntity_EM_mac } float excessMass = 0; while (inputMass > maxCapacity) { - cElementalInstanceStack randomStack = stacks[TecTech.Rnd.nextInt(stacks.length)]; - int amountToRemove = TecTech.Rnd.nextInt((int) randomStack.getAmount()) + 1; + cElementalInstanceStack randomStack = stacks[TecTech.RANDOM.nextInt(stacks.length)]; + int amountToRemove = TecTech.RANDOM.nextInt((int) randomStack.getAmount()) + 1; randomStack.amount -= amountToRemove;//mutates the parent InstanceStackMap if (randomStack.amount <= 0) { input.remove(randomStack.definition); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_PrecisionLaser.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_PrecisionLaser.java index efe84e10ec..bae032cd9e 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_PrecisionLaser.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_PrecisionLaser.java @@ -1,6 +1,6 @@ package com.github.technus.tectech.thing.metaTileEntity.multi.em_machine; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockControl; /** diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Recycler.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Recycler.java index 49b598cbc2..4f6d555fdc 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Recycler.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Recycler.java @@ -1,6 +1,6 @@ package com.github.technus.tectech.thing.metaTileEntity.multi.em_machine; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockControl; /** diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Scanner.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Scanner.java index aff35cd7fa..32d8b81fdd 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Scanner.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/Behaviour_Scanner.java @@ -1,6 +1,6 @@ package com.github.technus.tectech.thing.metaTileEntity.multi.em_machine; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; import com.github.technus.tectech.thing.metaTileEntity.multi.base.MultiblockControl; /** diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java index ff67263eab..46e4ede660 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java @@ -3,7 +3,7 @@ package com.github.technus.tectech.thing.metaTileEntity.multi.em_machine; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Util; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.block.QuantumStuffBlock; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; @@ -369,7 +369,7 @@ public class GT_MetaTileEntity_EM_machine extends GT_MetaTileEntity_MultiblockBa public static void registerBehaviour(Behaviour behaviour, ItemStack is) { map.put(new Util.TT_ItemStack(is), behaviour); - TecTech.Logger.info("Registered EM machine behaviour "+behaviour.getClass().getSimpleName()+' '+new Util.TT_ItemStack(is).toString()); + TecTech.LOGGER.info("Registered EM machine behaviour "+behaviour.getClass().getSimpleName()+' '+new Util.TT_ItemStack(is).toString()); } public static abstract class Behaviour { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java index 89e495adcc..6612167e5f 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DataReader.java @@ -31,7 +31,7 @@ import java.util.HashMap; import java.util.Map; import static com.github.technus.tectech.CommonValues.V; -import static com.github.technus.tectech.auxiliary.Reference.MODID; +import static com.github.technus.tectech.Reference.MODID; /** * Created by Tec on 23.03.2017. diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugStructureWriter.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugStructureWriter.java index 5c1cec00f4..2e2e4f032a 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugStructureWriter.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_DebugStructureWriter.java @@ -106,7 +106,7 @@ public class GT_MetaTileEntity_DebugStructureWriter extends GT_MetaTileEntity_Ti if (aBaseMetaTileEntity.isAllowedToWork()) { result = StructureWriter(getBaseMetaTileEntity(), numbers[0], numbers[1], numbers[2], numbers[3], numbers[4], numbers[5], false); for (String s : result) { - TecTech.Logger.info(s); + TecTech.LOGGER.info(s); } aBaseMetaTileEntity.disableWorking(); } @@ -116,7 +116,7 @@ public class GT_MetaTileEntity_DebugStructureWriter extends GT_MetaTileEntity_Ti public void onScrewdriverRightClick(byte aSide, EntityPlayer aPlayer, float aX, float aY, float aZ) { result = StructureWriter(getBaseMetaTileEntity(), numbers[0], numbers[1], numbers[2], numbers[3], numbers[4], numbers[5], true); for (String s : result) { - TecTech.Logger.info(s); + TecTech.LOGGER.info(s); } } @@ -127,7 +127,7 @@ public class GT_MetaTileEntity_DebugStructureWriter extends GT_MetaTileEntity_Ti } aBaseMetaTileEntity.openGUI(aPlayer); //if (TecTechConfig.DEBUG_MODE && aPlayer.getHeldItem() != null) - // TecTech.Logger.info("UnlocalizedName: " + getUniqueIdentifier(aPlayer.getHeldItem())); + // TecTech.LOGGER.info("UnlocalizedName: " + getUniqueIdentifier(aPlayer.getHeldItem())); return true; } diff --git a/src/main/java/com/github/technus/tectech/thing/tileEntity/ReactorSimTileEntity.java b/src/main/java/com/github/technus/tectech/thing/tileEntity/ReactorSimTileEntity.java index e9d8694957..4d66b28ca6 100644 --- a/src/main/java/com/github/technus/tectech/thing/tileEntity/ReactorSimTileEntity.java +++ b/src/main/java/com/github/technus/tectech/thing/tileEntity/ReactorSimTileEntity.java @@ -1,6 +1,6 @@ package com.github.technus.tectech.thing.tileEntity; -import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.Reference; import ic2.api.energy.event.EnergyTileUnloadEvent; import ic2.core.IC2; import ic2.core.block.reactor.tileentity.TileEntityNuclearReactorElectric; diff --git a/src/main/java/openmodularturrets/blocks/turretbases/TurretBaseEM.java b/src/main/java/openmodularturrets/blocks/turretbases/TurretBaseEM.java index d79ab16f12..aead67cb22 100644 --- a/src/main/java/openmodularturrets/blocks/turretbases/TurretBaseEM.java +++ b/src/main/java/openmodularturrets/blocks/turretbases/TurretBaseEM.java @@ -1,7 +1,6 @@ package openmodularturrets.blocks.turretbases; -import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.Reference; import cpw.mods.fml.common.registry.GameRegistry; import net.minecraft.block.Block; import net.minecraft.client.renderer.texture.IIconRegister; @@ -10,6 +9,8 @@ import net.minecraft.world.World; import openmodularturrets.handler.ConfigHandler; import openmodularturrets.tileentity.turretbase.TileTurretBaseEM; +import static com.github.technus.tectech.loader.gui.CreativeTabTecTech.creativeTabTecTech; + /** * Created by Bass on 27/07/2017. */ @@ -19,7 +20,7 @@ public class TurretBaseEM extends BlockAbstractTurretBase { public static TurretBaseEM INSTANCE; public TurretBaseEM(){ - setCreativeTab(TecTech.mainTab); + setCreativeTab(creativeTabTecTech); setResistance(16); setBlockName("turretBaseEM"); setStepSound(Block.soundTypeMetal); diff --git a/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadEM.java b/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadEM.java index e7746a8291..3710092eb5 100644 --- a/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadEM.java +++ b/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadEM.java @@ -1,6 +1,5 @@ package openmodularturrets.blocks.turretheads; -import com.github.technus.tectech.TecTech; import cpw.mods.fml.common.registry.GameRegistry; import net.minecraft.block.Block; import net.minecraft.block.ITileEntityProvider; @@ -12,6 +11,8 @@ import net.minecraft.world.World; import openmodularturrets.tileentity.turret.TileTurretHeadEM; import openmodularturrets.tileentity.turretbase.TurretBase; +import static com.github.technus.tectech.loader.gui.CreativeTabTecTech.creativeTabTecTech; + /** * Created by Bass on 27/07/2017. */ @@ -20,7 +21,7 @@ public class TurretHeadEM extends Block implements ITileEntityProvider { public TurretHeadEM(){ super(Material.glass); - setCreativeTab(TecTech.mainTab); + setCreativeTab(creativeTabTecTech); setBlockUnbreakable(); setResistance(6000000.0F); setStepSound(Block.soundTypeMetal); diff --git a/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java b/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java index 53e6186a25..da4e7ce731 100644 --- a/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java +++ b/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java @@ -1,10 +1,10 @@ package openmodularturrets.entity.projectiles; import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.elementalMatter.definitions.complex.hadron.dHadronDefinition; -import com.github.technus.tectech.elementalMatter.definitions.primitive.eQuarkDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.hadron.dHadronDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eQuarkDefinition; import gregtech.api.GregTech_API; import gregtech.api.util.GT_Utility; import net.minecraft.block.Block; @@ -48,7 +48,7 @@ public class projectileEM extends TurretProjectile { if (onlyQuarks) { avalableEM.clear(); } else { - cElementalInstanceStack consumeFromThis=avalableEM.get(TecTech.Rnd.nextInt(avalableEM.size())); + cElementalInstanceStack consumeFromThis=avalableEM.get(TecTech.RANDOM.nextInt(avalableEM.size())); massFactor =consumeFromThis.definition.getMass()/ dHadronDefinition.hadron_n_.getMass(); if(consumeFromThis.definition.getType()>1 || consumeFromThis.definition.getType()<-1) { @@ -78,8 +78,8 @@ public class projectileEM extends TurretProjectile { if(movingobjectposition.typeOfHit == MovingObjectPosition.MovingObjectType.BLOCK) { Block hitBlock = worldObj.getBlock(movingobjectposition.blockX, movingobjectposition.blockY, movingobjectposition.blockZ); if(hitBlock != null){ - if (hitBlock.getMaterial().isSolid() && TecTech.ModConfig.ENABLE_TURRET_EXPLOSIONS && antiMatter) { - worldObj.playSoundEffect(posX, posY, posZ, "openmodularturrets:laserHit", ConfigHandler.getTurretSoundVolume(), TecTech.Rnd.nextFloat() + 0.5F); + if (hitBlock.getMaterial().isSolid() && TecTech.configTecTech.ENABLE_TURRET_EXPLOSIONS && antiMatter) { + worldObj.playSoundEffect(posX, posY, posZ, "openmodularturrets:laserHit", ConfigHandler.getTurretSoundVolume(), TecTech.RANDOM.nextFloat() + 0.5F); GT_Utility.sendSoundToPlayers(worldObj, GregTech_API.sSoundList.get(209), 1.0F, -1.0F, movingobjectposition.blockX, movingobjectposition.blockY, @@ -87,7 +87,7 @@ public class projectileEM extends TurretProjectile { worldObj.createExplosion(null, movingobjectposition.blockX + 0.5D, movingobjectposition.blockY + 0.5D, - movingobjectposition.blockZ + 0.5D, (exotic?10:1) * TecTech.ModConfig.TURRET_EXPLOSION_FACTOR * massFactor * (isAmped? amp_level*.1f +1:1) * (ticksExisted/250f), true); + movingobjectposition.blockZ + 0.5D, (exotic?10:1) * TecTech.configTecTech.TURRET_EXPLOSION_FACTOR * massFactor * (isAmped? amp_level*.1f +1:1) * (ticksExisted/250f), true); } else { return; } @@ -95,9 +95,9 @@ public class projectileEM extends TurretProjectile { } if(movingobjectposition.entityHit != null && !worldObj.isRemote) { - worldObj.playSoundEffect(posX, posY, posZ, "openmodularturrets:laserHit", ConfigHandler.getTurretSoundVolume(), TecTech.Rnd.nextFloat() + 0.5F); + worldObj.playSoundEffect(posX, posY, posZ, "openmodularturrets:laserHit", ConfigHandler.getTurretSoundVolume(), TecTech.RANDOM.nextFloat() + 0.5F); if(movingobjectposition.entityHit != null && !worldObj.isRemote) { - float damage = (exotic?10:1) * TecTech.ModConfig.TURRET_DAMAGE_FACTOR * massFactor * (isAmped? amp_level*.1f +1:1); + float damage = (exotic?10:1) * TecTech.configTecTech.TURRET_DAMAGE_FACTOR * massFactor * (isAmped? amp_level*.1f +1:1); if(movingobjectposition.entityHit instanceof EntityPlayer) { if(canDamagePlayer((EntityPlayer)movingobjectposition.entityHit)) { @@ -115,7 +115,7 @@ public class projectileEM extends TurretProjectile { } } - if (TecTech.ModConfig.ENABLE_TURRET_EXPLOSIONS && antiMatter) { + if (TecTech.configTecTech.ENABLE_TURRET_EXPLOSIONS && antiMatter) { GT_Utility.sendSoundToPlayers(worldObj, GregTech_API.sSoundList.get(209), 1.0F, -1.0F, (int)movingobjectposition.entityHit.posX, (int)movingobjectposition.entityHit.posY, @@ -123,7 +123,7 @@ public class projectileEM extends TurretProjectile { worldObj.createExplosion(null, movingobjectposition.entityHit.posX, movingobjectposition.entityHit.posY, - movingobjectposition.entityHit.posZ, (exotic?10:1) * TecTech.ModConfig.TURRET_EXPLOSION_FACTOR * massFactor * (isAmped? amp_level*.1f +1:1) * (ticksExisted/250f), true); + movingobjectposition.entityHit.posZ, (exotic?10:1) * TecTech.configTecTech.TURRET_EXPLOSION_FACTOR * massFactor * (isAmped? amp_level*.1f +1:1) * (ticksExisted/250f), true); } } } diff --git a/src/main/java/openmodularturrets/entity/projectiles/projectileRenderEM.java b/src/main/java/openmodularturrets/entity/projectiles/projectileRenderEM.java index 9faeb02da6..45782e9102 100644 --- a/src/main/java/openmodularturrets/entity/projectiles/projectileRenderEM.java +++ b/src/main/java/openmodularturrets/entity/projectiles/projectileRenderEM.java @@ -1,6 +1,6 @@ package openmodularturrets.entity.projectiles; -import com.github.technus.tectech.auxiliary.Reference; +import com.github.technus.tectech.Reference; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.client.renderer.OpenGlHelper; diff --git a/src/main/java/openmodularturrets/tileentity/turret/TileTurretHeadEM.java b/src/main/java/openmodularturrets/tileentity/turret/TileTurretHeadEM.java index 286f12d853..7c38abd424 100644 --- a/src/main/java/openmodularturrets/tileentity/turret/TileTurretHeadEM.java +++ b/src/main/java/openmodularturrets/tileentity/turret/TileTurretHeadEM.java @@ -1,6 +1,6 @@ package openmodularturrets.tileentity.turret; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; import com.github.technus.tectech.thing.item.DebugElementalInstanceContainer_EM; import net.minecraft.entity.Entity; import net.minecraft.item.Item; diff --git a/src/main/java/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java b/src/main/java/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java index 7bb87c8826..7feb49ef82 100644 --- a/src/main/java/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java +++ b/src/main/java/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java @@ -1,6 +1,6 @@ package openmodularturrets.tileentity.turretbase; -import com.github.technus.tectech.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputElemental; import cpw.mods.fml.common.Optional; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; diff --git a/src/main/resources/com/github/technus/tectech/elementalMatter/definitions/complex/atom/energyLevels.csv b/src/main/resources/com/github/technus/tectech/elementalMatter/definitions/complex/atom/energyLevels.csv deleted file mode 100644 index 484768d8b7..0000000000 --- a/src/main/resources/com/github/technus/tectech/elementalMatter/definitions/complex/atom/energyLevels.csv +++ /dev/null @@ -1,2920 +0,0 @@ -1,3,H,310,0,1-,,6.73,,MEV,6.77e-23,0,N,100,0,,,,,,,= 1,,,,, -1,3,H,2080,0,0-,,8.92,,MEV,5.11e-23,0,N,100,0,,,,,,,= 1,,,,, -1,3,H,2830,0,1-,,12.99,,MEV,3.51e-23,0,N,100,0,,,,,,,= 1,,,,, -2,2,He,20210,0,0+,,0.50,,MEV,9.114e-22,0,P,100,0,,,,,,,= 0,,,,, -2,2,He,21010,0,0-,,0.84,,MEV,5.425e-22,0,P,76,0,N,24,0,,,,= 0,,,,, -2,2,He,21840,0,2-,,2.01,,MEV,2.267e-22,0,P,63,0,N,37,0,,,,= 0,,,,, -2,2,He,23330,0,2-,,5.01,,MEV,9.1e-23,0,P,53,0,N,47,0,,,,= 1,,,,, -2,2,He,23640,0,1-,,6.20,,MEV,7.35e-23,0,P,55,0,N,45,0,IT,,0,= 1,,,,, -2,2,He,24250,0,1-,,6.10,,MEV,7.47e-23,0,P,50,0,N,47,0,D,3,0,= 0,,,,, -2,2,He,25280,0,0-,,7.97,,MEV,5.72e-23,0,P,52,0,N,48,0,,,,= 1,,,,, -2,2,He,25950,0,1-,,12.66,,MEV,3.6e-23,0,P,52,0,N,48,0,IT,,0,= 1,,,,, -2,2,He,27420,0,2+,,8.69,,MEV,5.24e-23,0,D,94,0,P,3,0,N,3,0,= 0,,,,, -2,2,He,28310,0,1+,,9.89,,MEV,4.61e-23,0,P,48,0,N,47,0,D,5,0,= 0,,,,, -2,2,He,28370,0,1-,,3.92,,MEV,1.163e-22,0,D,96,0,P,2,0,N,2,0,= 0,,,,, -2,2,He,28390,0,2-,,8.75,,MEV,5.21e-23,0,D,99.6,0,P,0.2,0,N,0.2,0,= 0,,,,, -2,2,He,28640,0,0-,,4.89,,MEV,9.32e-23,0,D,100,0,,,,,,,= 0,,,,, -2,2,He,28670,0,2+,,3.78,,MEV,1.206e-22,0,D,100,0,IT,,0,,,,= 0,,,,, -2,2,He,29890,0,2+,,9.72,,MEV,4.69e-23,0,D,99.2,0,P,0.4,0,N,0.4,0,= 0,,,,, -2,4,He,1797,25,2+,,113,20,KEV,4e-21,7e-22,A,,0,N,,0,,,,= 1,,,,, -2,5,He,2920,90,(5/2-),,1.99,17,MEV,2.29e-22,1.9562e-23,N,,0,,,,,,,= 3/2,,,,, -2,5,He,5800,300,,,4,1,MEV,1.139e-22,2.85e-23,N,,0,,,,,,,,,,,, -2,6,He,3100,500,2+,,0.6,2,MEV,7.595e-22,2.5317e-22,N,100,0,A,5,0,,,,= 2,,,,, -2,6,He,4360,200,(1-),,1.3,5,MEV,3.505e-22,1.3482e-22,N,100,0,,,,,,,,,,,, -3,1,Li,320,0,1-,,7.35,,MEV,6.2e-23,0,P,100,0,,,,,,,= 1,,,,, -3,1,Li,2080,0,0-,,9.35,,MEV,4.87e-23,0,P,100,0,,,,,,,= 1,,,,, -3,1,Li,2850,0,1-,,13.51,,MEV,3.37e-23,0,P,100,0,,,,,,,= 1,,,,, -3,3,Li,2186,2,3+,,24,2,KEV,1.9e-20,1.6e-21,A,,0,IT,,0,,,,= 0,,,,, -3,3,Li,3562.88,0.1,0+,,8.2,2,EV,5.56e-17,1.36e-18,IT,,0,,,,,,,= 1,,,,, -3,3,Li,4312,22,2+,,1.30,10,MEV,3.505e-22,2.6964e-23,A,,0,IT,,0,,,,= 0,,,,, -3,3,Li,5366,15,2+,,541,20,KEV,8e-22,0,A,,0,P,,0,N,,0,= 1,,,,, -3,3,Li,5650,50,1+,,1.5,2,MEV,3.038e-22,4.051e-23,A,,0,,,,,,,= 0,,,,, -3,3,Li,15800,0,3+,,17.8,8,MEV,2.56e-23,1.15e-24,A,,0,,,,,,,= 0,,,,, -3,3,Li,17985,25,2-,,3.012,7,MEV,1.513e-22,3.516e-25,3H,,0,IT,,0,,,,= 1,,,,, -3,3,Li,21500,0,0-,,,,,,,3H,,0,,,,,,,= 1,,,,, -3,3,Li,23000,2000,4+,,12.,2,MEV,3.8e-23,6.3e-24,A,,0,,,,,,,= 0,,,,, -3,3,Li,24779,54,3-,,6.75,11,MEV,6.75e-23,1.1e-24,3H,,0,N,,0,IT,,0,= 1,,,,, -3,3,Li,24890,55,4-,,5.32,11,MEV,8.57e-23,1.771e-24,3H,,0,IT,,0,N,,0,= 1,,,,, -3,3,Li,26590,65,2-,,8.68,13,MEV,5.25e-23,7.86e-25,A,,0,3H,,0,N,,0,= 1,,,,, -3,3,Li,31000,0,(3+),,,,,,,A,,0,3H,,0,,,,,,,,, -3,4,Li,4630,9,7/2-,,93,8,KEV,4.9e-21,4e-22,A,,0,3H,,0,,,,= 1/2,,,,, -3,4,Li,6680,50,5/2-,,0.88,+20-10,MEV,5.178e-22,5.615526802218114,A,,0,3H,,0,,,,= 1/2,,,,, -3,4,Li,7459.5,1,5/2-,,89,7,KEV,5.1e-21,4e-22,A,,0,3H,,0,N,,0,= 1/2,,,,, -3,4,Li,9670,100,7/2-,AP,400,,KEV,1.1e-21,,N,,0,A,,0,3H,,0,= 1/2,,,,, -3,4,Li,9850,0,3/2-,AP,1200,,KEV,4e-22,,A,,0,N,,0,,,,= 1/2,,,,, -3,4,Li,11240,30,3/2-,,260,35,KEV,1.8e-21,2e-22,P,,0,N,,0,,,,= 3/2,,,,, -3,4,Li,13700,0,,AP,500,,KEV,9e-22,,N,,0,,,,,,,,,,,, -3,4,Li,14700,0,,AP,700,,KEV,7e-22,,N,,0,,,,,,,,,,,, -3,5,Li,980.8,0.1,1+,,8.2,23,FS,0.0000000000000082,0.0000000000000023,IT,100,0,,,,,,,= 1,,,,, -3,5,Li,2255,3,3+,,32.3,57,KEV,1.41e-20,2.49e-21,N,100,0,IT,0.00021,0.0001,,,,= 1,,,,, -3,5,Li,3210,0,1+,AP,1000,,KEV,5e-22,,N,100,0,,,,,,,= 1,,,,, -3,5,Li,5400,0,1+,AP,650,,KEV,7e-22,,N,100,0,,,,,,,= 1,,,,, -3,5,Li,6100,100,(3),AP,1000,,KEV,5e-22,,N,100,0,,,,,,,= 1,,,,, -3,5,Li,6530,20,4+,,35,15,KEV,1.3e-20,5.6e-21,N,100,0,,,,,,,= 1,,,,, -3,5,Li,7100,100,,AP,400,,KEV,1.1e-21,,N,100,0,,,,,,,,,,,, -3,5,Li,9000,0,,AP,6000,,KEV,1e-22,,N,,0,,,,,,,,,,,, -3,5,Li,9670,-1,1+,AP,1000,,KEV,5e-22,,3H,,0,N,,0,,,,,,,,, -3,6,Li,2691,5,(1/2-),,,,,,,IT,100,0,,,,,,,,,,,, -3,6,Li,4301,12,,,88,25,KEV,5.2e-21,1.5e-21,N,100,0,,,,,,,,,,,, -3,6,Li,16000,100,,LT,100,,KEV,4.6e-21,,P,100,0,,,,,,,= 5/2,,,,, -3,6,Li,17100,200,,,0.8,3,MEV,5.696e-22,2.1361e-22,P,100,0,,,,,,,= 5/2,,,,, -3,6,Li,18900,100,,,0.24,10,MEV,1.8988e-21,7.91146e-22,P,100,0,,,,,,,= 5/2,,,,, -4,2,Be,1670,50,(2)+,,1.16,6,MEV,3.928e-22,2.032e-23,A,,0,P,,0,,,,= 1,,,,, -4,2,Be,23000,0,4-,,,,,,,3HE,,0,IT,,0,,,,,,,,, -4,2,Be,26000,0,2-,,,,,,,3HE,,0,,,,,,,,,,,, -4,2,Be,27000,0,3-,,,,,,,3HE,,0,,,,,,,,,,,, -4,3,Be,4570,50,7/2-,,175,7,KEV,2.6e-21,1e-22,A,,0,3HE,,0,,,,= 1/2,,,,, -4,3,Be,6730,100,5/2-,,1.2,,MEV,3.798e-22,0,A,,0,3HE,,0,,,,= 1/2,,,,, -4,3,Be,7210,60,5/2-,,0.40,5,MEV,1.1393e-21,1.42406e-22,A,,0,3HE,,0,P,,0,= 1/2,,,,, -4,3,Be,9270,100,7/2-,,,,,,,A,,0,3HE,,0,P,,0,= 1/2,,,,, -4,3,Be,9900,0,3/2-,AP,1.8,,MEV,2.532e-22,,A,,0,3HE,,0,P,,0,= 1/2,,,,, -4,3,Be,11010,30,3/2-,,320,30,KEV,1.4e-21,1e-22,A,,0,3HE,,0,P,,0,= 3/2,,,,, -4,3,Be,17000,0,1/2-,AP,6.5,,MEV,7.01e-23,,3HE,,0,,,,,,,= 1/2,,,,, -4,4,Be,3030,10,2+,,1513,15,KEV,3e-22,0,A,100,0,,,,,,,= 0,,,,, -4,4,Be,11350,150,4+,AP,3.5,,MEV,1.302e-22,,A,100,0,,,,,,,= 0,,,,, -4,4,Be,16626,3,2+,,108.1,5,KEV,4.2e-21,2e-23,A,100,0,IT,0.00265,0,,,,= 0&1,,,,, -4,4,Be,16922,3,2+,,74.0,4,KEV,6.2e-21,3e-23,A,100,0,IT,0.00389,0,,,,= 0&1,,,,, -4,4,Be,17640,1,1+,,10.7,5,KEV,4.26e-20,1.99e-21,P,99.8,0,IT,0.204,0,,,,= 1,,,,, -4,4,Be,18150,4,1+,,138,6,KEV,3.3e-21,1e-22,P,100,0,IT,0.0046,0,,,,= 0,,,,, -4,4,Be,18910,0,2-,,122,,KEV,3.7e-21,0,IT,0.00022,0,P,,0,N,,0,,,,,, -4,4,Be,19069,10,3+,,271,15,KEV,1.7e-21,1e-22,P,100,0,IT,0.00387,0,,,,= 1,,,,, -4,4,Be,19235,10,3+,,227,16,KEV,2e-21,1e-22,P,50,0,N,50,0,,,,= 0,,,,, -4,4,Be,19400,0,1-,AP,645,,KEV,7e-22,,P,,0,N,,0,,,,,,,,, -4,4,Be,19860,50,4+,,0.7,1,MEV,6.51e-22,9.3e-23,A,70,0,P,30,0,,,,= 0,,,,, -4,4,Be,20100,0,2+,,880,20,KEV,5e-22,0,A,,0,P,,0,N,,0,= 0,,,,, -4,4,Be,20200,0,0+,,720,20,KEV,6e-22,0,A,50,0,N,,0,,,,= 0,,,,, -4,4,Be,20900,0,4-,,1.6,2,MEV,2.848e-22,3.56e-23,P,,0,,,,,,,,,,,, -4,4,Be,21500,0,3(+),,1.1,,MEV,4.143e-22,0,P,,0,N,,0,IT,,0,,,,,, -4,4,Be,22000,0,1-,AP,4,,MEV,1.139e-22,,IT,,0,P,,0,,,,= 1,,,,, -4,4,Be,22240,20,2+,AP,0.8,,MEV,5.696e-22,,A,,0,D,,0,P,,0,= 0,,,,, -4,4,Be,24000,0,(1 2)-,AP,7,,MEV,6.51e-23,,IT,,0,A,,0,P,,0,= 1,,,,, -4,4,Be,25200,0,2+,,,,,,,A,,0,D,,0,P,,0,= 0,,,,, -4,4,Be,25500,0,4+,,,,,,,A,,0,D,,0,,,,= 0,,,,, -4,4,Be,27494.1,1.8,0+,,5.5,20,KEV,8.29e-20,3.013e-20,N,39.4,0,D,27,0,3H,11.7,0,= 2,,,,, -4,4,Be,28600,0,,,,,,,,IT,,0,P,,0,,,,,,,,, -4,5,Be,1684,20,1/2+,,214,5,KEV,2.1e-21,0,N,100,0,IT,0.0000014,0,,,,,,,,, -4,5,Be,2429.4,1.3,5/2-,,0.78,13,KEV,5.842e-19,9.7372e-20,N,7,1,A,1,0,IT,0.00012,0,,,,,, -4,5,Be,2780,120,1/2-,,1.10,12,MEV,4.143e-22,4.5193e-23,N,100,0,,,,,,,,,,,, -4,5,Be,3049,9,5/2+,,282,11,KEV,1.6e-21,1e-22,N,87,0,IT,0.000001,0,,,,,,,,, -4,5,Be,4704,25,(3/2)+,,743,55,KEV,6e-22,0,N,100,0,IT,0.0000016,0,,,,,,,,, -4,5,Be,6380,60,7/2-,,1.21,23,MEV,3.766e-22,7.1587e-23,N,100,0,IT,0.000000068,0,,,,,,,,, -4,5,Be,6760,60,9/2+,,1.33,9,MEV,3.426e-22,2.3186e-23,N,100,0,IT,0,0,,,,,,,,, -4,5,Be,11282,22,(7/2-),,575,50,KEV,8e-22,1e-22,N,15,0,,,,,,,,,,,, -4,5,Be,11810,20,5/2-,,400,30,KEV,1.1e-21,1e-22,N,100,0,IT,0,0,,,,= 1/2,,,,, -4,5,Be,13790,30,(5/2- 7/2-),,590,60,KEV,8e-22,1e-22,N,100,0,IT,0,0,,,,= 1/2,,,,, -4,5,Be,14392.2,1.8,3/2-,,365,29,EV,1.2e-18,1e-19,N,52.6,0,A,43,0,IT,4.4,0,= 3/2,,,,, -4,5,Be,15100,50,,,,,,,,IT,0,0,,,,,,,,,,,, -4,5,Be,15970,30,,AP,300,,KEV,1.5e-21,,IT,0,0,,,,,,,= 1/2,,,,, -4,5,Be,16671,8,(5/2+),,41,4,KEV,1.11e-20,1.1e-21,IT,0,0,,,,,,,,,,,, -4,5,Be,16977.1,0.5,1/2-,,389,10,EV,1.2e-18,0,N,74,0,A,62,0,D,15.9,0,= 3/2,,,,, -4,5,Be,17300,5,(5/2)-,,195,,KEV,2.3e-21,0,N,100,0,IT,0.000046,0,A,0,0,,,,,, -4,5,Be,17495,5,(7/2)+,,47,,KEV,9.7e-21,0,N,100,0,IT,0.000017,0,A,0,0,,,,,, -4,5,Be,18020,50,,,,,,,,IT,0,0,,,,,,,,,,,, -4,5,Be,18580,40,,,,,,,,N,100,0,A,0,0,IT,0,0,,,,,, -4,5,Be,18650,50,(5/2-),,0.3,1,MEV,1.519e-21,5.0633e-22,P,100,0,,,,,,,,,,,, -4,5,Be,19200,50,,,310,80,KEV,1.5e-21,4e-22,N,100,0,3H,0,0,P,0,0,,,,,, -4,5,Be,19465,45,(9/2+),,0.6,3,MEV,7.595e-22,3.7975e-22,IT,0,0,,,,,,,,,,,, -4,5,Be,19900,200,,,,,,,,N,100,0,IT,0,0,,,,,,,,, -4,5,Be,20510,30,,,0.6,1,MEV,7.595e-22,1.2658e-22,P,100,0,IT,0,0,D,0,0,,,,,, -4,5,Be,20750,30,,,0.68,9,MEV,6.701e-22,8.8696e-23,N,100,0,3H,0,0,IT,0,0,,,,,, -4,5,Be,21400,200,,,,,,,,N,100,0,IT,0,0,,,,,,,,, -4,5,Be,22400,200,,,,,,,,N,100,0,IT,0,0,,,,,,,,, -4,5,Be,23800,200,,,,,,,,N,100,0,IT,0,0,,,,,,,,, -4,5,Be,27000,500,,,,,,,,N,100,0,IT,0,0,,,,,,,,, -4,6,Be,3368.03,0.03,2+,,125,12,FS,0.000000000000125,0.000000000000012,IT,100,0,,,,,,,= 1,,,,, -4,6,Be,5958.39,0.05,2+,LT,55,,FS,0.000000000000055,0,IT,100,0,,,,,,,= 1,,,,, -4,6,Be,5959.9,0.6,1-,,,,,,,IT,100,0,,,,,,,= 1,,,,, -4,6,Be,6179.3,0.7,0+,,0.8,+3-2,PS,0.0000000000008,0.0000000000003,IT,100,0,,,,,,,= 1,,,,, -4,6,Be,6263.3,5,2-,,,,,,,IT,100,0,,,,,,,= 1,,,,, -4,6,Be,7371,1,3-,,15.7,5,KEV,2.9e-20,9.2e-22,IT,0,0,N,0,0,,,,= 1,,,,, -4,6,Be,7542,1,2+,,6.3,8,KEV,7.23e-20,9.19e-21,A,3.5,1.2,N,0,0,,,,= 1,,,,, -4,6,Be,9270,0,(4-),,150,20,KEV,3e-21,4e-22,N,0,0,,,,,,,= 1,,,,, -4,6,Be,9560,20,2+,,141,10,KEV,3.2e-21,2e-22,A,0.16,0.04,N,0,0,,,,= 1,,,,, -4,6,Be,10150,20,3-,,296,15,KEV,1.5e-21,1e-22,A,0,0,,,,,,,,,,,, -4,6,Be,10570,30,GE 1,,,,,,,A,0,0,N,0,0,,,,= 1,,,,, -4,6,Be,11230,50,,,200,80,KEV,2.3e-21,9e-22,A,0,0,,,,,,,,,,,, -4,6,Be,11760,20,(4+),,121,10,KEV,3.8e-21,3e-22,A,0,0,,,,,,,,,,,, -4,6,Be,11930,100,(5-),,200,80,KEV,2.3e-21,9e-22,A,0,0,,,,,,,,,,,, -4,6,Be,13050,100,,,290,130,KEV,1.6e-21,7e-22,A,0,0,,,,,,,,,,,, -4,6,Be,13850,50,,,330,150,KEV,1.4e-21,6e-22,A,0,0,,,,,,,,,,,, -4,6,Be,14680,100,,,310,140,KEV,1.5e-21,7e-22,A,0,0,,,,,,,,,,,, -4,6,Be,17790,0,,,112,35,KEV,4.1e-21,1.3e-21,A,0,0,3H,0,0,N,0,0,,,,,, -4,6,Be,18150,50,(0-),,90,30,KEV,5.1e-21,1.7e-21,3H,0,0,,,,,,,,,,,, -4,6,Be,18550,0,,,310,,KEV,1.5e-21,0,3H,0,0,N,0,0,,,,,,,,, -4,6,Be,19800,0,,,,,,,,P,0,0,,,,,,,,,,,, -4,6,Be,20800,100,,,,,,,,A,0,0,,,,,,,,,,,, -4,6,Be,21216,23,(2-),,,,,,,3H,0,0,P,0,0,N,0,0,,,,,, -4,6,Be,21800,100,,AP,200,,KEV,2.3e-21,,D,0,0,P,0,0,,,,,,,,, -4,6,Be,22400,100,,AP,250,,KEV,1.8e-21,,3H,0,0,P,0,0,N,0,0,,,,,, -4,6,Be,23000,100,,,,,,,,P,0,0,,,,,,,,,,,, -4,6,Be,23350,50,,,,,,,,A,0,0,3H,0,0,D,0,0,,,,,, -4,6,Be,23650,50,,,,,,,,A,0,0,3H,0,0,P,0,0,,,,,, -4,6,Be,24000,100,,AP,150,,KEV,3e-21,,A,0,0,3H,0,0,D,0,0,,,,,, -4,6,Be,24250,50,,AP,200,,KEV,2.3e-21,,A,0,0,3H,0,0,D,0,0,,,,,, -4,6,Be,24600,100,,AP,150,,KEV,3e-21,,D,0,0,P,0,0,,,,,,,,, -4,6,Be,24800,100,,AP,100,,KEV,4.6e-21,,P,0,0,D,0,0,,,,,,,,, -4,6,Be,25050,100,,AP,150,,KEV,3e-21,,A,0,0,D,0,0,,,,,,,,, -4,6,Be,25600,100,,,,,,,,A,0,0,D,0,0,P,0,0,,,,,, -4,6,Be,25950,50,,AP,300,,KEV,1.5e-21,,D,0,0,,,,,,,,,,,, -4,6,Be,26300,100,,AP,100,,KEV,4.6e-21,,3H,0,0,D,0,0,,,,,,,,, -4,6,Be,26800,100,,,,,,,,A,0,0,D,0,0,P,0,0,,,,,, -4,6,Be,27200,200,,,,,,,,A,0,0,3H,0,0,D,0,0,,,,,, -4,7,Be,320.04,0.1,1/2-,,115,10,FS,0.000000000000115,0.00000000000001,IT,100,0,,,,,,,,,,,, -4,7,Be,1783,4,5/2+,,100,10,KEV,4.6e-21,5e-22,N,100,0,,,,,,,,,,,, -4,7,Be,2654,10,3/2-,,206,8,KEV,2.2e-21,1e-22,N,100,0,,,,,,,,,,,, -4,7,Be,3400,6,3/2-,,122,8,KEV,3.7e-21,2e-22,N,100,0,,,,,,,,,,,, -4,7,Be,3889,1,(3/2+ 5/2-),LT,8,,KEV,5.7e-20,,N,,0,,,,,,,,,,,, -4,7,Be,3955,1,3/2-,,10,5,KEV,4.56e-20,2.28e-20,N,,0,,,,,,,,,,,, -4,7,Be,5255,3,5/2-,,45,10,KEV,1.01e-20,2.3e-21,N,,0,,,,,,,,,,,, -4,7,Be,5849,10,1/2+,,139,17,KEV,3.3e-21,4e-22,N,,0,,,,,,,,,,,, -4,7,Be,6510,50,,,120,50,KEV,3.8e-21,1.6e-21,N,,0,,,,,,,,,,,, -4,7,Be,6705,21,(7/2-),,40,20,KEV,1.14e-20,5.7e-21,N,,0,,,,,,,,,,,, -4,7,Be,7030,50,(5/2-),,0.30,10,MEV,1.519e-21,5.06333e-22,N,,0,,,,,,,,,,,, -4,7,Be,8813,25,3/2- (9/2-),,0.20,5,MEV,2.2785e-21,5.69625e-22,N,,0,,,,,,,,,,,, -4,7,Be,10590,50,5/2-,,210,40,KEV,2.2e-21,4e-22,A,,0,N,,0,,,,,,,,, -4,7,Be,18190,140,,,1.5,4,MEV,3.038e-22,8.101e-23,A,,0,3H,,0,N,,0,,,,,, -4,8,Be,2102,12,2+,,,,,,,IT,,0,,,,,,,= 2,,,,, -5,3,B,769.5,2.5,1+,,35.6,6,KEV,1.28e-20,2.2e-22,P,100,0,IT,0.00007,0,,,,,,,,, -5,3,B,2320,20,3+,,350,30,KEV,1.3e-21,1e-22,P,100,0,IT,0.000029,0,,,,= 1,,,,, -5,4,B,1500,-1,,AP,1.2,,MEV,3.798e-22,,P,100,0,A,0,0,,,,,,,,, -5,4,B,2345,11,5/2-,,81,5,KEV,5.6e-21,3e-22,A,99.5,0,P,0.5,0,,,,= 1/2,,,,, -5,4,B,2751,25,5/2+,,614,37,KEV,7e-22,0,P,100,0,,,,,,,= 1/2,,,,, -5,4,B,2780,160,1/2-,,3.13,20,MEV,1.456e-22,9.303e-24,P,90,0,A,10,0,,,,,,,,, -5,4,B,4800,100,,,1.2,2,MEV,3.798e-22,6.329e-23,A,100,0,,,,,,,,,,,, -5,4,B,6985,50,7/2-,,2.18,15,MEV,2.09e-22,1.4383e-23,P,100,0,,,,,,,= 1/2,,,,, -5,4,B,11640,50,(7/2)-,,780,45,KEV,6e-22,0,P,100,0,,,,,,,= 1/2,,,,, -5,4,B,12160,40,,,455,20,KEV,1e-21,0,A,74,10,P,24,4,,,,= 1/2,,,,, -5,4,B,14010,70,,,0.39,11,MEV,1.1685e-21,3.29566e-22,P,100,0,,,,,,,= 1/2,,,,, -5,4,B,14655,2.5,3/2-,,0.377,38,KEV,1.2088e-18,1.218372e-19,A,46,0,P,44,0,IT,4.09,0,= 3/2,,,,, -5,4,B,17076,4,,,22,5,KEV,2.07e-20,4.7e-21,3HE,100,0,IT,0,0,,,,= 3/2,,,,, -5,4,B,17190,25,,,113,24,KEV,4e-21,9e-22,P,100,0,3HE,0,0,D,0,0,,,,,, -5,4,B,17638,10,,,71,7,KEV,6.4e-21,6e-22,P,100,0,A,0,0,3HE,0,0,,,,,, -5,4,B,18600,300,,,1000,,KEV,5e-22,0,P,100,0,3HE,0,0,,,,,,,,, -5,5,B,718.38,0.011,1+,,0.7070,34,NS,0.000000000707,0.0000000000034,IT,100,0,,,,,,,= 0,0.63,,,, -5,5,B,1740.05,0.04,0+,,4.9,21,FS,0.0000000000000049,0.0000000000000021,IT,100,0,,,,,,,= 1,,,,, -5,5,B,2154.27,0.45,1+,,1.48,14,PS,0.00000000000148,0.00000000000014,IT,100,0,,,,,,,= 0,,,,, -5,5,B,3587.13,0.48,2+,,102,7,FS,0.000000000000102,0.000000000000007,IT,100,0,,,,,,,= 0,,,,, -5,5,B,4774,0.5,3+,,7.8,12,EV,5.84e-17,8.99e-18,A,99.8,0,IT,0.23,0,,,,= 0,,,,, -5,5,B,5110.3,0.6,2-,,0.978,66,KEV,4.66e-19,3.14445e-20,A,100,0,IT,0.0033,0,,,,= 0,,,,, -5,5,B,5163.9,0.6,2+,,1.79,40,EV,2.546e-16,5.689e-17,IT,84,0,A,16,0,,,,= 1,,,,, -5,5,B,5182,8,1+,,110,10,KEV,4.1e-21,4e-22,A,100,0,IT,0.000054,0,,,,= 0,,,,, -5,5,B,5919.5,0.6,2+,,5.82,6,KEV,7.83e-20,8.07e-22,A,100,0,IT,0.0024,0,,,,= 0,,,,, -5,5,B,6024.9,0.5,4+,,0.052,19,KEV,8.7635e-18,3.202034e-18,A,99.79,0,IT,0.21,0,,,,,,,,, -5,5,B,6129.1,2.5,3-,,1.52,8,KEV,2.998e-19,1.5779e-20,A,95.5,0,D,3.1,0,IT,1.4,0,,,,,, -5,5,B,6560.1,1,(4)-,,25.2,11,KEV,1.81e-20,7.9e-22,A,100,0,IT,0,0,,,,,,,,, -5,5,B,6875,5,1-,,120,4,KEV,3.8e-21,1e-22,IT,0.00124,0,A,0,0,D,0,0,= 0&1,,,,, -5,5,B,7004,5,3+,,98,6,KEV,4.7e-21,3e-22,A,0,0,P,0,0,D,0,0,,,,,, -5,5,B,7428,5,1-,,94,9,KEV,4.8e-21,5e-22,IT,0.0051,0,A,0,0,P,0,0,= 0&1,,,,, -5,5,B,7470,4,2+,,65,10,KEV,7e-21,1.1e-21,P,100,0,IT,0.018,0,,,,,,,,, -5,5,B,7479,2,2-,,74,4,KEV,6.2e-21,3e-22,IT,0.0072,0,P,0,0,,,,= 1,,,,, -5,5,B,7559.9,0.4,0+,,2.65,18,KEV,1.72e-19,1.168e-20,IT,0.23,0,P,0,0,,,,= 1,,,,, -5,5,B,7666,27,(1+),,247,19,KEV,1.8e-21,1e-22,P,30,0,A,0,0,D,0,0,,,,,, -5,5,B,7750,30,2-,,210,60,KEV,2.2e-21,6e-22,P,65,0,IT,0.0026,0,,,,,,,,, -5,5,B,7811,17,1-,,260,30,KEV,1.8e-21,2e-22,P,90,0,A,0,0,,,,,,,,, -5,5,B,7960,70,,,285,91,KEV,1.6e-21,5e-22,A,0,0,,,,,,,,,,,, -5,5,B,8070,50,2+,,0.8,2,MEV,5.696e-22,1.4241e-22,P,7,0,IT,0,0,D,0,0,,,,,, -5,5,B,8680,0,(1+ 2+),AP,220,,KEV,2.1e-21,,D,0,0,P,0,0,,,,,,,,, -5,5,B,8887,3,3-,,96,4,KEV,4.7e-21,2e-22,P,85,0,A,0,0,N,0,0,= 1,,,,, -5,5,B,8895,1,2+,,39,1,KEV,1.17e-20,3e-22,P,35,0,IT,0.0013,0,A,0,0,= 1,,,,, -5,5,B,9580,60,,,257,64,KEV,1.8e-21,4e-22,A,0,0,,,,,,,,,,,, -5,5,B,9700,0,,AP,630,,KEV,7e-22,,A,0,0,P,0,0,N,0,0,,,,,, -5,5,B,10825,9,(2+ 3+ 4+),,0.35,7,MEV,1.302e-21,2.604e-22,P,0,0,N,0,0,IT,0,0,,,,,, -5,5,B,11511,30,,,316,44,KEV,1.4e-21,2e-22,A,0,0,IT,0,0,,,,,,,,, -5,5,B,12564,26,(0+ 1+ 2+),,106,26,KEV,4.3e-21,1.1e-21,P,0,0,IT,0,0,,,,,,,,, -5,5,B,13494,50,(0+ 1+ 2+),,300,50,KEV,1.5e-21,3e-22,P,0,0,IT,0,0,,,,,,,,, -5,5,B,14340,10,,,0.8,2,MEV,5.696e-22,1.4241e-22,A,0,0,P,0,0,IT,0,0,,,,,, -5,5,B,18430,0,2-,,340,,KEV,1.3e-21,0,3HE,0,0,IT,0,0,,,,= 1,,,,, -5,5,B,18800,0,2+ 1+,LT,600,,KEV,8e-22,,A,13.4,0,3HE,0,0,IT,0,0,,,,,, -5,5,B,19290,0,2-,,190,14,KEV,2.4e-21,2e-22,A,10.5,0,3HE,0,0,P,0,0,= 1,,,,, -5,5,B,20100,100,1-,,350,20,KEV,1.3e-21,1e-22,A,0,0,3HE,0,0,3H,0,0,= 1,,,,, -5,5,B,21100,0,,,,,,,,3HE,0,0,IT,0,0,,,,,,,,, -5,5,B,23100,100,,,,,,,,N,0,0,IT,0,0,,,,,,,,, -5,6,B,8920.47,0.11,5/2-,,4.374,23,EV,1.042e-16,5.478e-19,IT,99.8,0,A,0.14,0,,,,,,,,, -5,6,B,9183.5,1,7/2+,,1.8,+15-11,EV,2.532e-16,1.7769545720413336,A,91.6,0,IT,9.4,0,,,,,,,,, -5,6,B,9271.7,1,5/2+,AP,4,,KEV,1.139e-19,,A,99.97,0,IT,0.03,0,,,,,,,,, -5,6,B,9873,4,3/2+,,109,14,KEV,4.2e-21,5e-22,A,0,0,,,,,,,,,,,, -5,6,B,10262,8,3/2-,,163,22,KEV,2.8e-21,4e-22,A,89.5,0,IT,10.5,0,,,,,,,,, -5,6,B,10330,8,5/2-,,112,10,KEV,4.1e-21,4e-22,A,100,0,IT,0.0089,0,,,,,,,,, -5,6,B,10602,4,7/2+,,91,20,KEV,5e-21,1.1e-21,A,100,0,IT,0.0002,0,,,,,,,,, -5,6,B,10960,50,5/2-,AP,4.5,,MEV,1.013e-22,,A,0,0,,,,,,,,,,,, -5,6,B,11272,14,9/2+,,110,20,KEV,4.1e-21,8e-22,A,100,0,IT,0,0,,,,,,,,, -5,6,B,11450,17,,,93,17,KEV,4.9e-21,9e-22,A,0,0,,,,,,,,,,,, -5,6,B,11600,20,5/2+,,180,20,KEV,2.5e-21,3e-22,A,100,0,N,100,0,,,,,,,,, -5,6,B,11893,13,5/2-,,194,6,KEV,2.3e-21,1e-22,A,100,0,N,100,0,,,,,,,,, -5,6,B,12040,130,7/2+,AP,1,,MEV,4.557e-22,,A,100,0,N,100,0,,,,,,,,, -5,6,B,12554,13,1/2+ (3/2+),,205,20,KEV,2.2e-21,2e-22,A,100,0,P,100,0,IT,0.006,0,= 3/2,,,,, -5,6,B,12917,11,1/2-,,230,20,KEV,2e-21,2e-22,A,100,0,P,100,0,IT,0.013,0,= 3/2,,,,, -5,6,B,13137,40,9/2-,,426,40,KEV,1.1e-21,1e-22,A,100,0,N,100,0,3H,0,0,,,,,, -5,6,B,13160,0,5/2+ 7/2+,,363,,KEV,1.3e-21,0,A,,0,N,,0,,,,,,,,, -5,6,B,14040,80,11/2+,,0.5,2,MEV,9.114e-22,3.6456e-22,A,,0,N,,0,,,,,,,,, -5,6,B,14340,20,5/2+,,253,19,KEV,1.8e-21,1e-22,P,100,0,IT,0.0063,0,,,,= 3/2,,,,, -5,6,B,14563,11,,LE,30,,KEV,1.52e-20,,A,,0,3H,,0,N,,0,,,,,, -5,6,B,15290,25,(3/2 5/2 7/2)+,,282,15,KEV,1.6e-21,1e-22,A,,0,P,,0,N,,0,= 3/2,,,,, -5,6,B,16432,10,,LE,30,,KEV,1.52e-20,,A,,0,D,,0,P,,0,= 3/2,,,,, -5,6,B,17310,0,,AP,1,,MEV,4.557e-22,,A,,0,3H,,0,D,,0,,,,,, -5,6,B,17500,30,,,116,25,KEV,3.9e-21,8e-22,A,,0,D,,0,P,,0,= 3/2,,,,, -5,6,B,18370,50,(1/2 3/2 5/2)+,,260,80,KEV,1.8e-21,5e-22,IT,,0,D,,0,,,,,,,,, -5,6,B,19700,0,(1/2+),,,,,,,D,,0,IT,,0,,,,,,,,, -5,6,B,23700,0,(1/2 3/2 5/2)+,,,,,,,D,,0,IT,,0,,,,,,,,, -5,6,B,26500,0,,,,,,,,N,,0,IT,,0,,,,,,,,, -5,7,B,3389.1,1.5,3-,,3.1,6,EV,1.47e-16,2.845e-17,N,,0,IT,,0,,,,,,,,, -5,7,B,3759,6,2+,,40,4,KEV,1.14e-20,1.1e-21,N,,0,IT,,0,,,,,,,,, -5,7,B,4301,7,1-,,9,4,KEV,5.06e-20,2.25e-20,IT,,0,N,,0,,,,,,,,, -5,7,B,4460,0,2-,,,,,,,N,,0,,,,,,,,,,,, -5,7,B,4518,8,4-,,110,20,KEV,4.1e-21,8e-22,N,,0,IT,,0,,,,,,,,, -5,7,B,5000,20,1+,,50,15,KEV,9.1e-21,2.7e-21,N,,0,IT,,0,,,,,,,,, -5,7,B,5612,8,3+,,110,40,KEV,4.1e-21,1.5e-21,N,,0,,,,,,,,,,,, -5,7,B,5726,8,3-,,50,20,KEV,9.1e-21,3.6e-21,N,,0,,,,,,,,,,,, -5,7,B,6000,0,1-,,,,,,,N,,0,,,,,,,,,,,, -5,7,B,6600,0,1+,,140,,KEV,3.3e-21,0,N,,0,,,,,,,,,,,, -5,7,B,7060,0,1-,,,,,,,N,,0,,,,,,,,,,,, -5,7,B,7545,20,,LE,14,,KEV,3.26e-20,,N,,0,,,,,,,,,,,, -5,7,B,7670,0,2-,,45,,KEV,1.01e-20,0,N,,0,,,,,,,,,,,, -5,7,B,7700,100,1-,,1.9,1,MEV,2.398e-22,1.262e-23,N,,0,,,,,,,,,,,, -5,7,B,7836,20,1-,,60,40,KEV,7.6e-21,5.1e-21,N,,0,,,,,,,,,,,, -5,7,B,7937,20,(1-),,27,,KEV,1.69e-20,0,N,,0,,,,,,,,,,,, -5,7,B,8100,100,,,0.9,2,MEV,5.063e-22,1.1252e-22,N,,0,,,,,,,,,,,, -5,7,B,8120,20,(3-),,,,,,,N,,0,,,,,,,,,,,, -5,7,B,8240,30,3-,,65,,KEV,7e-21,0,N,,0,,,,,,,,,,,, -5,7,B,8580,30,(3-),,75,,KEV,6.1e-21,0,N,,0,,,,,,,,,,,, -5,7,B,8707,20,(3-),,,,,,,N,,0,,,,,,,,,,,, -5,7,B,9040,20,1-,,95,20,KEV,4.8e-21,1e-21,N,,0,,,,,,,,,,,, -5,7,B,9175,20,(2-),,,,,,,N,,0,,,,,,,,,,,, -5,7,B,9585,5,3-,,34,5,KEV,1.34e-20,2e-21,N,,0,,,,,,,,,,,, -5,7,B,10000,40,,,100,,KEV,4.6e-21,0,N,,0,,,,,,,,,,,, -5,7,B,12345,25,,,100,30,KEV,4.6e-21,1.4e-21,N,,0,,,,,,,,,,,, -6,4,C,3353.7,0.6,2+,,107,17,FS,0.000000000000107,0.000000000000017,IT,100,0,,,,,,,,,,,, -6,5,C,8104.5,1.7,3/2-,,6,+12-2,EV,7.6e-17,10.286681715575622,A,94.5,3.6,IT,5.5,3.6,,,,,,,,, -6,5,C,8420,2,5/2-,,0.030,8,FS,3e-17,8e-18,A,80,5,IT,20,5,,,,,,,,, -6,5,C,8654,4,7/2+,LE,5,,KEV,9.11e-20,,A,100,0,IT,0,0,,,,,,,,, -6,5,C,8699,2,5/2+,,15,1,KEV,3.04e-20,2e-21,P,90,0,IT,10,0,,,,,,,,, -6,5,C,9200,50,5/2+,,500,90,KEV,9e-22,2e-22,P,100,0,IT,0,0,,,,,,,,, -6,5,C,9645,50,(3/2-),,210,40,KEV,2.2e-21,4e-22,A,100,0,P,100,0,IT,0,0,,,,,, -6,5,C,9780,50,(5/2-),,240,50,KEV,1.9e-21,4e-22,P,100,0,IT,0,0,,,,,,,,, -6,5,C,9970,50,(7/2-),,120,20,KEV,3.8e-21,6e-22,P,100,0,IT,0,0,,,,,,,,, -6,5,C,10083,5,7/2+,AP,230,,KEV,2e-21,,A,64,0,P,36,0,IT,0,0,,,,,, -6,5,C,10679,5,9/2+,,200,30,KEV,2.3e-21,3e-22,A,50,0,P,50,0,IT,0,0,,,,,, -6,5,C,11030,30,,,300,60,KEV,1.5e-21,3e-22,A,100,0,P,100,0,,,,= 1/2,,,,, -6,5,C,11440,10,,,360,,KEV,1.3e-21,0,A,100,0,P,0,0,,,,,,,,, -6,5,C,12160,40,,,270,50,KEV,1.7e-21,3e-22,P,,0,,,,,,,= 3/2,,,,, -6,5,C,12400,0,-,,1.4,4,MEV,3.255e-22,9.3e-23,P,,0,IT,,0,,,,,,,,, -6,5,C,12510,30,1/2-,,500,50,KEV,9e-22,1e-22,P,,0,,,,,,,= 3/2,,,,, -6,5,C,12650,20,(7/2+),,360,,KEV,1.3e-21,0,A,50,0,P,50,0,3HE,0,0,,,,,, -6,5,C,13010,0,,,,,,,,P,100,0,IT,0,0,,,,,,,,, -6,5,C,13400,0,,,11E+2,1,KEV,4e-22,0,A,,0,P,,0,,,,,,,,, -6,5,C,13900,20,,,200,40,KEV,2.3e-21,5e-22,P,,0,,,,,,,= 3/2,,,,, -6,5,C,14070,20,,,135,50,KEV,3.4e-21,1.3e-21,P,,0,N,,0,,,,,,,,, -6,5,C,14760,40,,AP,450,,KEV,1e-21,,3HE,,0,P,,0,N,,0,,,,,, -6,5,C,15350,50,-,,,,,,,P,100,0,N,100,0,IT,0,0,,,,,, -6,5,C,15590,50,,AP,450,,KEV,1e-21,,P,,0,N,,0,,,,,,,,, -6,5,C,16700,0,-,,0.82,9,MEV,5.557e-22,6.0995e-23,P,100,0,IT,0,0,,,,,,,,, -6,5,C,18200,0,,,,,,,,P,100,0,IT,0,0,,,,,,,,, -6,6,C,7654.2,0.15,0+,,8.5,10,EV,5.36e-17,6.31e-18,A,,0,IT,,0,,,,= 0,,,,, -6,6,C,9641,5,3-,,34,5,KEV,1.34e-20,2e-21,A,,0,IT,,0,,,,= 0,,,,, -6,6,C,10300,300,(0+),,3.0,7,MEV,1.519e-22,3.544e-23,A,,0,,,,,,,= 0,,,,, -6,6,C,10844,16,1-,,315,25,KEV,1.4e-21,1e-22,A,,0,,,,,,,= 0,,,,, -6,6,C,11828,16,2-,,260,25,KEV,1.8e-21,2e-22,A,,0,IT,,0,,,,= 0,,,,, -6,6,C,12710,6,1+,,18.1,28,EV,2.52e-17,3.89e-18,A,,0,IT,,0,,,,= 0,,,,, -6,6,C,13352,17,(2-),,375,40,KEV,1.2e-21,1e-22,A,,0,IT,,0,,,,= 0,,,,, -6,6,C,14083,15,4+,,258,15,KEV,1.8e-21,1e-22,A,,0,,,,,,,= 0,,,,, -6,6,C,15110,3,1+,,43.6,13,EV,1.05e-17,3.1e-19,A,,0,IT,,0,,,,= 1,,,,, -6,6,C,16105.8,0.7,2+,,5.3,2,KEV,8.6e-20,3.24e-21,A,,0,P,,0,IT,,0,= 1,,,,, -6,6,C,16570,0,2-,,300,,KEV,1.5e-21,0,A,,0,P,,0,IT,,0,= 1,,,,, -6,6,C,17230,0,1-,,1.15,,MEV,3.963e-22,0,A,,0,P,,0,IT,,0,= 1,,,,, -6,6,C,17760,20,0+,,80,20,KEV,5.7e-21,1.4e-21,A,,0,P,,0,,,,= 1,,,,, -6,6,C,18160,70,(1+),,240,50,KEV,1.9e-21,4e-22,P,,0,IT,,0,,,,= 0,,,,, -6,6,C,18350,50,3-,,220,50,KEV,2.1e-21,5e-22,A,,0,P,,0,IT,,0,= 1,,,,, -6,6,C,18350,50,2-,,350,50,KEV,1.3e-21,2e-22,P,,0,N,,0,,,,= 0&1,,,,, -6,6,C,18710,0,,,100,,KEV,4.6e-21,0,A,,0,P,,0,,,,= 1,,,,, -6,6,C,18800,40,2+,,100,10,KEV,4.6e-21,5e-22,P,,0,N,,0,IT,,0,= 1,,,,, -6,6,C,19200,0,(1-),AP,1.1,,MEV,4.143e-22,,A,,0,P,,0,N,,0,= 1,,,,, -6,6,C,19400,30,(2-),,480,40,KEV,9e-22,1e-22,A,,0,P,,0,IT,,0,= 1,,,,, -6,6,C,19550,50,(4-),,490,60,KEV,9e-22,1e-22,A,,0,P,,0,IT,,0,= 1,,,,, -6,6,C,19690,0,1+,,230,35,KEV,2e-21,3e-22,P,,0,N,,0,,,,,,,,, -6,6,C,20000,100,(2+),AP,250,,KEV,1.8e-21,,P,,0,N,,0,IT,,0,,,,,, -6,6,C,20270,50,(1+),,140,50,KEV,3.3e-21,1.2e-21,P,,0,N,,0,,,,= 1,,,,, -6,6,C,20500,100,(3+),,300,50,KEV,1.5e-21,3e-22,A,,0,IT,,0,P,,0,= 1,,,,, -6,6,C,20620,60,(3-),,200,40,KEV,2.3e-21,5e-22,A,,0,P,,0,N,,0,= 1,,,,, -6,6,C,20980,0,,,270,,KEV,1.7e-21,0,P,,0,N,,0,,,,,,,,, -6,6,C,21600,100,3- 2+,,1.20,15,MEV,3.798e-22,4.7469e-23,A,,0,P,,0,N,,0,= 0,,,,, -6,6,C,22000,100,1-,,8.0E+2,10,KEV,6e-22,1e-22,P,,0,N,,0,IT,,0,= 1,,,,, -6,6,C,22400,40,1-,,275,40,KEV,1.7e-21,2e-22,P,,0,N,,0,,,,= 1,,,,, -6,6,C,22650,70,1-,,3.2,,MEV,1.424e-22,0,A,,0,P,,0,N,,0,= 1,,,,, -6,6,C,23040,0,(2-),,60,,KEV,7.6e-21,0,P,,0,N,,0,,,,= 1,,,,, -6,6,C,23520,30,1-,,230,80,KEV,2e-21,7e-22,A,,0,P,,0,N,,0,= 1,,,,, -6,6,C,23920,80,(1-),,0.4,1,MEV,1.1393e-21,2.8481e-22,P,,0,N,,0,IT,,0,= 1,,,,, -6,6,C,24430,0,,,0.1,,MEV,4.557e-21,0,P,,0,N,,0,,,,,,,,, -6,6,C,24920,0,,,0.92,,MEV,4.953e-22,0,P,,0,N,,0,,,,,,,,, -6,6,C,25300,150,(1-),,0.51,10,MEV,8.935e-22,1.75202e-22,P,,0,N,,0,,,,= 1,,,,, -6,6,C,25400,0,1-,AP,2,,MEV,2.279e-22,,IT,,0,P,,0,N,,0,= 1,,,,, -6,6,C,25950,0,,AP,0.4,,MEV,1.1393e-21,,A,,0,D,,0,P,,0,,,,,, -6,6,C,26800,0,,,270,,KEV,1.7e-21,0,A,,0,D,,0,P,,0,,,,,, -6,6,C,27000,300,(1-),,1.4,2,MEV,3.255e-22,4.65e-23,IT,,0,P,,0,,,,= 1,,,,, -6,6,C,27900,0,,AP,350,,KEV,1.3e-21,,3HE,,0,P,,0,N,,0,,,,,, -6,6,C,28200,0,1-,,1.6,,MEV,2.848e-22,0,3HE,,0,IT,,0,,,,= 1,,,,, -6,6,C,28830,40,,,1.54,9,MEV,2.959e-22,1.7293e-23,A,,0,3HE,,0,D,,0,,,,,, -6,6,C,29400,300,,,1.4,2,MEV,3.255e-22,4.65e-23,3HE,,0,3H,,0,P,,0,,,,,, -6,6,C,30290,30,,,1.96,15,MEV,2.325e-22,1.7793e-23,A,,0,3HE,,0,IT,,0,,,,,, -6,6,C,31160,30,,,2.10,15,MEV,2.17e-22,1.55e-23,3HE,,0,IT,,0,,,,,,,,, -6,6,C,32290,40,,,1.32,23,MEV,3.452e-22,6.0153e-23,3HE,,0,P,,0,N,,0,,,,,, -6,6,C,33470,210,,,1.93,5,MEV,2.361e-22,6.117e-24,3HE,,0,IT,,0,,,,,,,,, -6,7,C,6864,3,5/2+,,6,,KEV,7.6e-20,0,N,100,0,IT,0.0000012,0,,,,,,,,, -6,7,C,7547,3,5/2-,,1.2,3,KEV,3.798e-19,9.494e-20,N,100,0,IT,0.0096,0.0025,,,,,,,,, -6,7,C,7686,6,3/2+,,70,5,KEV,6.5e-21,5e-22,IT,,0,N,,0,,,,,,,,, -6,7,C,8200,100,3/2+,,1100,300,KEV,4e-22,1e-22,N,,0,IT,,0,,,,,,,,, -6,7,C,8860,20,1/2-,,150,30,KEV,3e-21,6e-22,N,100,0,IT,0.0023,0.0006,,,,,,,,, -6,7,C,9499.8,0.1,9/2+,LE,5,,KEV,9.11e-20,,IT,,0,N,,0,,,,,,,,, -6,7,C,9897,5,3/2-,,26,3,KEV,1.75e-20,2e-21,N,100,0,IT,0.00127,0.00021,,,,,,,,, -6,7,C,10460,0,,,200,,KEV,2.3e-21,0,N,100,0,,,,,,,,,,,, -6,7,C,10753,4,7/2-,,55,2,KEV,8.3e-21,3e-22,IT,,0,N,,0,,,,,,,,, -6,7,C,10818,5,(5/2-),,24,3,KEV,1.9e-20,2.4e-21,IT,,0,N,,0,,,,,,,,, -6,7,C,10996,6,1/2+,,37,4,KEV,1.23e-20,1.3e-21,A,,0,IT,,0,N,,0,,,,,, -6,7,C,11080,5,1/2-,LT,4,,KEV,1.139e-19,,A,,0,N,,0,IT,,0,,,,,, -6,7,C,11748,10,3/2-,,110,15,KEV,4.1e-21,6e-22,N,100,0,,,,,,,,,,,, -6,7,C,11848,4,7/2+,,68,4,KEV,6.7e-21,4e-22,IT,,0,N,,0,,,,,,,,, -6,7,C,11950,40,5/2+,,500,80,KEV,9e-22,1e-22,A,,0,N,,0,,,,,,,,, -6,7,C,12106,5,3/2+,,540,70,KEV,8e-22,1e-22,A,,0,IT,,0,N,,0,,,,,, -6,7,C,12130,50,5/2-,,80,30,KEV,5.7e-21,2.1e-21,A,,0,N,,0,,,,,,,,, -6,7,C,12140,70,1/2+,,430,70,KEV,1.1e-21,2e-22,A,,0,N,,0,,,,,,,,, -6,7,C,12187,10,3/2-,,150,40,KEV,3e-21,8e-22,A,,0,N,,0,IT,,0,,,,,, -6,7,C,12438,12,7/2-,,140,30,KEV,3.3e-21,7e-22,A,,0,N,,0,IT,,0,,,,,, -6,7,C,13000,1000,,,,,,,,N,,0,IT,,0,,,,,,,,, -6,7,C,13280,0,(3/2-),,340,,KEV,1.3e-21,0,A,100,0,,,,,,,,,,,, -6,7,C,13410,0,(9/2-),,35,3,KEV,1.3e-20,1.1e-21,A,,0,N,,0,,,,,,,,, -6,7,C,13570,0,7/2-,,620,50,KEV,7e-22,1e-22,A,,0,N,,0,,,,,,,,, -6,7,C,13760,0,(5/2 3/2)+,AP,300,,KEV,1.5e-21,,A,,0,N,,0,,,,,,,,, -6,7,C,14130,0,3/2-,AP,150,,KEV,3e-21,,A,,0,N,,0,,,,,,,,, -6,7,C,14390,15,(1/2 5/2)-,,280,70,KEV,1.6e-21,4e-22,A,,0,N,,0,IT,,0,,,,,, -6,7,C,14582,10,(7/2+ 9/2+),,230,40,KEV,2e-21,3e-22,A,,0,IT,,0,N,,0,,,,,, -6,7,C,14983,10,(7/2-),,380,60,KEV,1.2e-21,2e-22,A,,0,N,,0,IT,,0,,,,,, -6,7,C,15108.2,1.2,3/2-,,5.49,25,KEV,8.3e-20,3.78e-21,IT,0.82,0.07,A,,0,N,,0,= 3/2,,,,, -6,7,C,15270,0,9/2+,,,,,,,N,100,0,,,,,,,,,,,, -6,7,C,15526,11,(3/2-),,150,30,KEV,3e-21,6e-22,A,,0,N,,0,IT,,0,,,,,, -6,7,C,16080,7,(7/2+),,150,15,KEV,3e-21,3e-22,A,,0,IT,,0,N,,0,,,,,, -6,7,C,16150,50,(5/2-),,230,,KEV,2e-21,0,A,,0,N,,0,,,,,,,,, -6,7,C,16183,28,,,40,20,KEV,1.14e-20,5.7e-21,IT,100,0,,,,,,,,,,,, -6,7,C,16950,50,,,330,,KEV,1.4e-21,0,A,,0,N,,0,,,,,,,,, -6,7,C,17360,100,,,190,,KEV,2.4e-21,0,A,,0,N,,0,,,,,,,,, -6,7,C,17533,3,,,17,6,KEV,2.68e-20,9.5e-21,N,100,0,,,,,,,= 3/2,,,,, -6,7,C,17699,5,(3/2 5/2),,170,,KEV,2.7e-21,0,A,,0,N,,0,,,,,,,,, -6,7,C,18082,3,,,12,7,KEV,3.8e-20,2.22e-20,N,100,0,,,,,,,= 3/2,,,,, -6,7,C,18300,50,,,300,,KEV,1.5e-21,0,A,,0,N,,0,,,,,,,,, -6,7,C,18497,10,,,91,23,KEV,5e-21,1.3e-21,IT,100,0,,,,,,,,,,,, -6,7,C,18699,5,(3/2+ 5/2+),,100,15,KEV,4.6e-21,7e-22,A,,0,P,,0,N,,0,,,,,, -6,7,C,19510,0,(5/2-),GE,500,,KEV,9e-22,1012.6666666666666,D,,0,N,,0,,,,,,,,, -6,7,C,19900,0,,AP,600,,KEV,8e-22,,P,,0,N,,0,D,,0,,,,,, -6,7,C,20021,13,,,230,30,KEV,2e-21,3e-22,IT,100,0,,,,,,,,,,,, -6,7,C,20057,4,,,11,8,KEV,4.14e-20,3.01e-20,N,100,0,,,,,,,,,,,, -6,7,C,20110,0,(1/2-),,1090,,KEV,4e-22,0,N,100,0,,,,,,,,,,,, -6,7,C,20110,0,(5/2+),,440,,KEV,1e-21,0,N,100,0,,,,,,,,,,,, -6,7,C,20200,70,(7/2+),,560,90,KEV,8e-22,1e-22,A,,0,D,,0,N,,0,,,,,, -6,7,C,20300,0,(7/2-),,1560,,KEV,3e-22,0,N,100,0,,,,,,,,,,,, -6,7,C,20340,0,(9/2+),,320,,KEV,1.4e-21,0,N,100,0,,,,,,,,,,,, -6,7,C,20429,8,,,115,25,KEV,4e-21,9e-22,D,,0,P,,0,N,,0,,,,,, -6,7,C,20520,70,,,510,70,KEV,9e-22,1e-22,P,,0,N,,0,IT,,0,,,,,, -6,7,C,20600,800,,,5600,400,KEV,1e-22,0,D,,0,N,,0,IT,,0,,,,,, -6,7,C,21280,15,,,159,15,KEV,2.9e-21,3e-22,P,,0,N,,0,D,,0,,,,,, -6,7,C,21466,8,(7/2+ 9/2+),,270,20,KEV,1.7e-21,1e-22,IT,100,0,,,,,,,,,,,, -6,7,C,21703,4,,,18,9,KEV,2.53e-20,1.27e-20,N,100,0,,,,,,,= 3/2,,,,, -6,7,C,21810,20,(GE 5/2),,114,21,KEV,4e-21,7e-22,D,,0,N,,0,,,,,,,,, -6,7,C,22200,100,(LE 5/2),,1100,500,KEV,4e-22,2e-22,N,,0,D,,0,,,,,,,,, -6,7,C,23000,0,(LE 5/2),AP,1000,,KEV,5e-22,,N,100,0,,,,,,,,,,,, -6,7,C,24000,0,,AP,4000,,KEV,1e-22,,P,,0,N,,0,IT,,0,,,,,, -6,7,C,26000,0,,,,,,,,P,,0,IT,,0,,,,,,,,, -6,7,C,26800,0,,,,,,,,D,,0,N,,0,,,,,,,,, -6,7,C,27500,0,,AP,1000,,KEV,5e-22,,3H,,0,D,,0,P,,0,,,,,, -6,7,C,30000,0,,,,,,,,N,,0,IT,,0,,,,,,,,, -6,8,C,8317.9,0.8,2+,,3.4,7,KEV,1.34e-19,2.759e-20,N,,0,IT,,0,,,,,,,,, -6,8,C,9801,6,3-,,45,12,KEV,1.01e-20,2.7e-21,IT,,0,N,,0,,,,,,,,, -6,8,C,10425,5,2+,,,,,,,N,100,0,,,,,,,,,,,, -6,8,C,10449,7,GE 1,,,,,,,N,100,0,,,,,,,,,,,, -6,8,C,10498,4,(3-),,26,8,KEV,1.75e-20,5.4e-21,N,100,0,,,,,,,,,,,, -6,8,C,11306,15,1+,,46,12,KEV,9.9e-21,2.6e-21,N,99.985,0.005,IT,0.015,0.005,,,,,,,,, -6,8,C,11395,8,1-,,22,7,KEV,2.07e-20,6.6e-21,N,100,0,,,,,,,,,,,, -6,8,C,11500,0,1- 2-,,,,,,,N,100,0,,,,,,,,,,,, -6,8,C,11900,300,(1-),,950,300,KEV,5e-22,2e-22,N,100,0,,,,,,,,,,,, -6,8,C,12583,10,(2- 3-),,95,15,KEV,4.8e-21,8e-22,N,100,0,,,,,,,,,,,, -6,8,C,12863,8,,,30,10,KEV,1.52e-20,5.1e-21,N,100,0,,,,,,,,,,,, -6,8,C,12963,9,(3-),,30,10,KEV,1.52e-20,5.1e-21,N,100,0,,,,,,,,,,,, -6,8,C,13700,0,2-,AP,1800,,KEV,3e-22,,N,100,0,,,,,,,,,,,, -6,8,C,14667,20,(4+),,57,15,KEV,8e-21,2.1e-21,N,100,0,,,,,,,,,,,, -6,8,C,15440,40,(3-),,,,,,,N,100,0,,,,,,,,,,,, -6,8,C,16020,50,(4+),,,,,,,N,100,0,,,,,,,,,,,, -6,8,C,16715,30,(1+),AP,200,,KEV,2.3e-21,,IT,,0,N,,0,,,,,,,,, -6,8,C,17500,0,(1+),AP,200,,KEV,2.3e-21,,N,,0,IT,,0,,,,,,,,, -7,4,N,730,70,1/2-,,0.6,1,MEV,7.595e-22,1.2658e-22,P,100,0,,,,,,,,,,,, -7,4,N,1570,80,,LT,100,,KEV,4.6e-21,,P,100,0,,,,,,,,,,,, -7,4,N,2200,70,5/2+,,540,40,KEV,8e-22,1e-22,P,100,0,,,,,,,,,,,, -7,4,N,2860,70,3/2-,,340,40,KEV,1.3e-21,2e-22,P,100,0,,,,,,,,,,,, -7,4,N,3630,100,(5/2-),LT,220,,KEV,2.1e-21,,P,100,0,,,,,,,,,,,, -7,4,N,4420,70,(5/2-),,,,,,,P,100,0,,,,,,,,,,,, -7,4,N,5080,120,(3/2-),,100,60,KEV,4.6e-21,2.7e-21,P,100,0,,,,,,,,,,,, -7,5,N,1191,8,2-,,118,14,KEV,3.9e-21,5e-22,P,,0,,,,,,,,,,,, -7,5,N,1800,30,1-,,0.75,25,MEV,6.076e-22,2.02533e-22,P,,0,,,,,,,,,,,, -7,5,N,2439,9,0+,,68,21,KEV,6.7e-21,2.1e-21,P,,0,,,,,,,,,,,, -7,5,N,3132,8,2+ 3-,,220,20,KEV,2.1e-21,2e-22,P,,0,,,,,,,,,,,, -7,5,N,3558,9,(1)+,,220,25,KEV,2.1e-21,2e-22,P,,0,,,,,,,,,,,, -7,5,N,4140,10,2- & 4-,,825,25,KEV,6e-22,0,P,,0,,,,,,,,,,,, -7,5,N,5348,13,3-,,180,23,KEV,2.5e-21,3e-22,P,,0,,,,,,,,,,,, -7,5,N,5600,11,,,120,50,KEV,3.8e-21,1.6e-21,P,,0,,,,,,,,,,,, -7,5,N,6400,30,(1-),,1200,30,KEV,4e-22,0,P,,0,,,,,,,,,,,, -7,5,N,7400,50,(1-),,1200,30,KEV,4e-22,0,P,,0,,,,,,,,,,,, -7,5,N,7684,21,,,200,32,KEV,2.3e-21,4e-22,P,,0,,,,,,,,,,,, -7,6,N,2364.9,0.6,1/2+,,31.7,8,KEV,1.44e-20,3.6e-22,P,100,0,IT,0.00158,0.00013,,,,,,,,, -7,6,N,3502,2,3/2-,,62,4,KEV,7.4e-21,5e-22,P,100,0,IT,0.0011,0,,,,,,,,, -7,6,N,3547,4,5/2+,,47,7,KEV,9.7e-21,1.4e-21,P,100,0,IT,0.0000043,0,,,,,,,,, -7,6,N,6364,9,5/2+,,11,,KEV,4.14e-20,0,P,100,0,,,,,,,,,,,, -7,6,N,6886,8,3/2+,,115,5,KEV,4e-21,2e-22,P,100,0,,,,,,,,,,,, -7,6,N,7155,5,7/2+,,9.0,5,KEV,5.06e-20,2.81e-21,P,100,0,,,,,,,,,,,, -7,6,N,7376,9,5/2-,,75,5,KEV,6.1e-21,4e-22,P,100,0,,,,,,,,,,,, -7,6,N,7900,0,3/2+,AP,1500,,KEV,3e-22,,P,100,0,,,,,,,,,,,, -7,6,N,8918,11,1/2-,,230,,KEV,2e-21,0,P,100,0,,,,,,,,,,,, -7,6,N,9476,8,3/2-,,30,,KEV,1.52e-20,0,P,100,0,,,,,,,,,,,, -7,6,N,10250,150,(1/2+),AP,280,,KEV,1.6e-21,,P,,0,IT,,0,,,,,,,,, -7,6,N,10360,0,5/2-,,30,,KEV,1.52e-20,0,P,100,0,,,,,,,,,,,, -7,6,N,10360,0,7/2-,,76,,KEV,6e-21,0,P,100,0,,,,,,,,,,,, -7,6,N,11530,12,5/2+,,430,35,KEV,1.1e-21,1e-22,P,100,0,,,,,,,,,,,, -7,6,N,11700,30,5/2-,,115,30,KEV,4e-21,1e-21,P,100,0,,,,,,,,,,,, -7,6,N,11740,40,3/2+,,240,30,KEV,1.9e-21,2e-22,P,,0,IT,,0,,,,,,,,, -7,6,N,11740,50,3/2-,,530,80,KEV,9e-22,1e-22,P,100,0,,,,,,,,,,,, -7,6,N,11860,40,1/2+,,380,50,KEV,1.2e-21,2e-22,P,100,0,,,,,,,,,,,, -7,6,N,12130,50,7/2-,,250,30,KEV,1.8e-21,2e-22,P,100,0,,,,,,,,,,,, -7,6,N,13500,200,3/2+,AP,6500,,KEV,1e-22,,P,100,0,IT,,0,,,,,,,,, -7,6,N,14050,20,3/2+,,165,20,KEV,2.8e-21,3e-22,A,,0,P,,0,IT,,0,= 1/2,,,,, -7,6,N,15064.6,0.4,3/2-,,0.93,3,KEV,4.9e-19,1.5806e-20,IT,4.9,0.3,A,,0,P,,0,= 3/2,,,,, -7,6,N,15300,200,(3/2+),,350,150,KEV,1.3e-21,6e-22,P,100,0,IT,,0,,,,,,,,, -7,6,N,15990,30,7/2+,,135,90,KEV,3.4e-21,2.3e-21,A,,0,P,,0,,,,= 1/2,,,,, -7,6,N,16000,0,,AP,500,,KEV,9e-22,,P,100,0,,,,,,,,,,,, -7,6,N,17500,0,,,,,,,,P,,0,IT,,0,,,,,,,,, -7,6,N,18150,30,3/2+,,320,80,KEV,1.4e-21,4e-22,P,100,0,,,,,,,= 1/2,,,,, -7,6,N,18170,20,1/2-,,225,50,KEV,2e-21,5e-22,A,,0,P,,0,,,,= 1/2,,,,, -7,6,N,18406,5,3/2+,,66,8,KEV,6.9e-21,8e-22,A,,0,P,,0,,,,= 3/2,,,,, -7,6,N,18961,10,3/2- OR 7/2+,,23,5,KEV,1.98e-20,4.3e-21,A,,0,P,,0,,,,= 3/2,,,,, -7,6,N,19830,0,5/2-,,1000,,KEV,5e-22,0,A,,0,P,,0,,,,= 1/2,,,,, -7,6,N,19880,0,7/2+,,750,,KEV,6e-22,0,P,100,0,,,,,,,= 1/2,,,,, -7,6,N,20200,0,5/2-,,1000,,KEV,5e-22,0,P,100,0,,,,,,,,,,,, -7,6,N,20900,300,1/2+,,1200,,KEV,4e-22,0,P,,0,IT,,0,,,,,,,,, -7,6,N,21400,0,5/2-,,750,,KEV,6e-22,0,P,100,0,,,,,,,,,,,, -7,6,N,21700,0,3/2+,,,,,,,P,100,0,,,,,,,,,,,, -7,6,N,22400,500,1/2+,,,,,,,P,100,0,,,,,,,,,,,, -7,6,N,23000,0,,,,,,,,IT,,0,P,,0,,,,,,,,, -7,6,N,23300,0,(3/2-),,400,,KEV,1.1e-21,0,3HE,,0,P,,0,,,,,,,,, -7,6,N,23830,50,(3/2-),,350,50,KEV,1.3e-21,2e-22,3HE,,0,P,,0,,,,,,,,, -7,6,N,23900,0,(11/2-),,20,,KEV,2.28e-20,0,3HE,100,0,,,,,,,,,,,, -7,6,N,24400,0,,,700,,KEV,7e-22,0,3HE,,0,P,,0,,,,,,,,, -7,6,N,24600,0,,,120,,KEV,3.8e-21,0,3HE,,0,P,,0,,,,,,,,, -7,6,N,25600,100,(3/2)-,,240,80,KEV,1.9e-21,6e-22,3HE,,0,P,,0,,,,,,,,, -7,6,N,25900,0,,,1000,,KEV,5e-22,0,A,,0,3HE,,0,D,,0,,,,,, -7,6,N,26840,0,,,,,,,,P,100,0,,,,,,,,,,,, -7,6,N,28000,0,,,,,,,,A,,0,3HE,,0,P,,0,,,,,, -7,6,N,31000,0,,,,,,,,P,100,0,,,,,,,,,,,, -7,6,N,32000,0,,AP,2000,,KEV,2e-22,,A,,0,3HE,,0,D,,0,,,,,, -7,7,N,7966.9,0.5,2-,,2.5,7,EV,1.823e-16,5.104e-17,P,99.3,0.2,IT,0.7,0.2,,,,= 0,,,,, -7,7,N,8062,1,1-,,23,1,KEV,1.98e-20,9e-22,P,99.947,0.012,IT,0.053,0.012,,,,= 1,,,,, -7,7,N,8490,2,4-,,13.2,21,FS,0.0000000000000132,0.0000000000000021,P,79,8,IT,21,8,,,,= 0,,,,, -7,7,N,8618,2,0+,,3.8,3,KEV,1.199e-19,9.47e-21,P,99.86,0,IT,0.14,0,,,,= 1,,,,, -7,7,N,8776,7,0-,,410,20,KEV,1.1e-21,1e-22,P,99.989,0.003,IT,0.011,0.003,,,,= 1,,,,, -7,7,N,8907,3,3-,,16,2,KEV,2.85e-20,3.6e-21,P,99.9977,0.0004,IT,0.0024,0.0004,,,,= 1,,,,, -7,7,N,8964,2,5+,,73,12,FS,0.000000000000073,0.000000000000012,P,81,5,IT,19,5,,,,= 0,,,,, -7,7,N,8980,3,2+,,8,2,KEV,5.7e-20,1.42e-20,IT,,0,P,,0,,,,= 0,,,,, -7,7,N,9129,0.5,3+,,9,4,FS,0.000000000000009,0.000000000000004,P,80,9,IT,20,9,,,,= 0,,,,, -7,7,N,9172.25,0.12,2+,,122,8,EV,3.7e-18,2e-19,P,94.8,0.4,IT,5.2,0.4,,,,= 1,,,,, -7,7,N,9388,3,2-,,13,3,KEV,3.51e-20,8.1e-21,P,100,0,,,,,,,= 0,,,,, -7,7,N,9509,3,2-,,41,2,KEV,1.11e-20,5e-22,P,99.9902,0.0011,IT,0.0098,0.0011,,,,= 1,,,,, -7,7,N,9703,4,1+,,15,3,KEV,3.04e-20,6.1e-21,P,99.99959,0.0001,IT,0.00041,0.0001,,,,= 0,,,,, -7,7,N,10101,15,2+ 1+,,12,3,KEV,3.8e-20,9.5e-21,P,99.9983,0.0005,IT,0.0017,0.0005,,,,= 0,,,,, -7,7,N,10226,8,1(-),,80,15,KEV,5.7e-21,1.1e-21,P,99.995,0.0019,IT,0.005,0.0019,,,,= 0,,,,, -7,7,N,10432,7,2+,,33,3,KEV,1.38e-20,1.3e-21,P,99.961,0.004,IT,0.039,0.004,,,,= 1,,,,, -7,7,N,10534,20,(1-),,140,,KEV,3.3e-21,0,P,100,0,,,,,,,,,,,, -7,7,N,10812,15,5+,,0.39,16,EV,0.0000000000000011685,4.79369e-16,P,95.9,0.8,IT,4.1,0.8,,,,= 0,,,,, -7,7,N,11000,30,,,165,30,KEV,2.8e-21,5e-22,P,,0,IT,,0,,,,,,,,, -7,7,N,11050,5,3+,,1.2,4,KEV,3.798e-19,1.2658e-19,P,99.982,0.007,IT,0.018,0.007,,,,,,,,, -7,7,N,11070,0,1+,,100,,KEV,4.6e-21,0,P,,0,N,,0,D,,0,= 0,,,,, -7,7,N,11210,30,,,220,30,KEV,2.1e-21,3e-22,D,,0,P,,0,IT,,0,= 1,,,,, -7,7,N,11240,15,3-,,11,,KEV,4.14e-20,0,P,,0,N,,0,IT,,0,= 0,,,,, -7,7,N,11270,15,2-,,180,,KEV,2.5e-21,0,P,,0,N,,0,D,,0,= 0,,,,, -7,7,N,11357,15,1+,,30,,KEV,1.52e-20,0,D,,0,P,,0,N,,0,= 0,,,,, -7,7,N,11513.5,1.5,2+ 3+,,7.0,5,KEV,6.51e-20,4.65e-21,P,,0,D,,0,,,,,,,,, -7,7,N,11676,18,1- 2-,,150,20,KEV,3e-21,4e-22,D,,0,P,,0,N,,0,,,,,, -7,7,N,11741,6,1- 2-,,40,9,KEV,1.14e-20,2.6e-21,D,,0,P,,0,IT,,0,,,,,, -7,7,N,11761,6,3- 4-,,78,6,KEV,5.8e-21,4e-22,D,,0,P,,0,IT,,0,,,,,, -7,7,N,11807,7,2- (1+),,119,9,KEV,3.8e-21,3e-22,D,,0,P,,0,N,,0,,,,,, -7,7,N,11874,6,2- (1-),,101,9,KEV,4.5e-21,4e-22,D,,0,P,,0,N,,0,,,,,, -7,7,N,12200,19,1- 2-,,300,30,KEV,1.5e-21,2e-22,D,,0,P,,0,N,,0,,,,,, -7,7,N,12408,3,(4-),,34,3,KEV,1.34e-20,1.2e-21,A,,0,D,,0,P,,0,,,,,, -7,7,N,12418,3,3- 4-,,41,4,KEV,1.11e-20,1.1e-21,D,,0,P,,0,,,,,,,,, -7,7,N,12495,9,(1+),,39,5,KEV,1.17e-20,1.5e-21,A,,0,D,,0,P,,0,= 1,,,,, -7,7,N,12594,3,3+,,48,2,KEV,9.5e-21,4e-22,A,,0,D,,0,P,,0,,,,,, -7,7,N,12690,5,3-,,18,5,KEV,2.53e-20,7e-21,A,,0,D,,0,P,,0,,,,,, -7,7,N,12708,9,,,43,15,KEV,1.06e-20,3.7e-21,P,,0,D,,0,,,,,,,,, -7,7,N,12789,5,4+,,16,3,KEV,2.85e-20,5.3e-21,A,,0,D,,0,P,,0,,,,,, -7,7,N,12813,4,4-,,5,2,KEV,9.11e-20,3.65e-20,A,,0,D,,0,P,,0,,,,,, -7,7,N,12826,6,,,11,3,KEV,4.14e-20,1.13e-20,P,,0,N,,0,D,,0,,,,,, -7,7,N,12857,6,,,78,10,KEV,5.8e-21,7e-22,D,,0,P,,0,N,,0,,,,,, -7,7,N,12883,8,,,134,11,KEV,3.4e-21,3e-22,D,,0,P,,0,,,,,,,,, -7,7,N,12922,5,4+,,22,4,KEV,2.07e-20,3.8e-21,A,,0,D,,0,P,,0,,,,,, -7,7,N,13007,17,,,120,30,KEV,3.8e-21,9e-22,P,,0,IT,,0,,,,,,,,, -7,7,N,13167,5,1+,,15,5,KEV,3.04e-20,1.01e-20,A,,0,D,,0,P,,0,,,,,, -7,7,N,13192,9,3+,,65,10,KEV,7e-21,1.1e-21,A,100,0,,,,,,,,,,,, -7,7,N,13243,10,2-,,92,5,KEV,5e-21,3e-22,A,,0,P,,0,N,,0,,,,,, -7,7,N,13300,40,(2-),,1000,150,KEV,5e-22,1e-22,IT,,0,P,,0,,,,= 1,,,,, -7,7,N,13656,5,(2+ 3+),AP,90,,KEV,5.1e-21,,A,,0,D,,0,P,,0,,,,,, -7,7,N,13714,5,2- 3+,,105,25,KEV,4.3e-21,1e-21,A,,0,D,,0,P,,0,,,,,, -7,7,N,13740,10,1+,,180,20,KEV,2.5e-21,3e-22,A,,0,D,,0,P,,0,= 1,,,,, -7,7,N,13770,10,(1+),,120,,KEV,3.8e-21,0,A,,0,P,,0,,,,,,,,, -7,7,N,14040,30,,,100,,KEV,4.6e-21,0,A,,0,D,,0,P,,0,,,,,, -7,7,N,14160,30,,,230,,KEV,2e-21,0,A,,0,D,,0,P,,0,,,,,, -7,7,N,14250,50,3+,,420,100,KEV,1.1e-21,3e-22,A,,0,P,,0,,,,,,,,, -7,7,N,14300,20,,,150,,KEV,3e-21,0,A,,0,P,,0,,,,,,,,, -7,7,N,14560,20,,,100,,KEV,4.6e-21,0,A,,0,P,,0,N,,0,,,,,, -7,7,N,14590,30,,,50,,KEV,9.1e-21,0,A,,0,P,,0,N,,0,,,,,, -7,7,N,14660,10,5-,,100,20,KEV,4.6e-21,9e-22,A,100,0,,,,,,,= 0,,,,, -7,7,N,14730,25,(2-),,125,,KEV,3.6e-21,0,A,,0,P,,0,N,,0,= 1,,,,, -7,7,N,14860,30,,,140,,KEV,3.3e-21,0,A,,0,D,,0,P,,0,,,,,, -7,7,N,14920,30,,,43,8,KEV,1.06e-20,2e-21,A,,0,P,,0,N,,0,,,,,, -7,7,N,15020,20,3- 4-,AP,60,,KEV,7.6e-21,,A,,0,P,,0,N,,0,= 1,,,,, -7,7,N,15240,20,,,100,,KEV,4.6e-21,0,A,,0,D,,0,P,,0,,,,,, -7,7,N,15430,20,,,100,,KEV,4.6e-21,0,A,,0,D,,0,P,,0,,,,,, -7,7,N,15700,50,,,350,,KEV,1.3e-21,0,A,,0,D,,0,P,,0,,,,,, -7,7,N,16210,20,,,125,,KEV,3.6e-21,0,A,,0,P,,0,N,,0,,,,,, -7,7,N,16400,20,,,150,,KEV,3e-21,0,A,,0,D,,0,P,,0,,,,,, -7,7,N,16650,25,4+,,240,25,KEV,1.9e-21,2e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,16910,30,4+,,290,30,KEV,1.6e-21,2e-22,A,,0,D,,0,P,,0,= 0&1,,,,, -7,7,N,16920,20,2+,,830,170,KEV,5e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,17030,50,3-,,245,50,KEV,1.9e-21,4e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,17170,30,1-,,300,30,KEV,1.5e-21,2e-22,A,,0,D,,0,P,,0,= 0&1,,,,, -7,7,N,17310,30,4+,,275,30,KEV,1.7e-21,2e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,17400,25,4+,,245,25,KEV,1.9e-21,2e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,17850,50,4+,,475,50,KEV,1e-21,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,17850,50,3-,,440,50,KEV,1e-21,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,17930,70,2+,,340,70,KEV,1.3e-21,3e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,18020,60,3-,,570,60,KEV,8e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,18140,50,4+,,480,50,KEV,9e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,18350,60,1-,,560,60,KEV,8e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,18430,65,4+,,315,65,KEV,1.4e-21,3e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,18500,10,5-,,62,10,KEV,7.4e-21,1.2e-21,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,18530,80,2+,,410,80,KEV,1.1e-21,2e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,18530,60,3-,,310,60,KEV,1.5e-21,3e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,18640,70,3-,,675,70,KEV,7e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,18780,35,1-,,315,35,KEV,1.4e-21,2e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,18880,50,4+,,475,50,KEV,1e-21,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,18930,50,2+ 3-,,450,50,KEV,1e-21,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,19100,90,3-,,870,90,KEV,5e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,19900,60,2+,,575,60,KEV,8e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,19990,50,1-,,510,50,KEV,9e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,20630,110,4+,,1100,110,KEV,4e-22,0,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,20650,60,5-,,610,60,KEV,7e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,21240,50,4+,,415,50,KEV,1.1e-21,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,21510,25,3-,,235,25,KEV,1.9e-21,2e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,21530,75,5-,,360,75,KEV,1.3e-21,3e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,21680,40,4+,,360,40,KEV,1.3e-21,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,21800,0,4+,,650,,KEV,7e-22,0,3HE,,0,IT,,0,,,,= 0&1,,,,, -7,7,N,22260,15,4+,,65,15,KEV,7e-21,1.6e-21,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,22310,60,5-,,570,60,KEV,8e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,22500,0,2-,,,,,,,P,,0,IT,,0,,,,= 1,,,,, -7,7,N,23000,0,2-,AP,3000,,KEV,2e-22,,P,,0,N,,0,IT,,0,= 1,,,,, -7,7,N,23400,70,5-,,640,70,KEV,7e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, -7,7,N,24000,0,,AP,1000,,KEV,5e-22,,A,,0,3HE,,0,N,,0,,,,,, -7,8,N,10449.7,0.3,5/2-,LT,0.5,,KEV,9.114e-19,,IT,,0,P,,0,,,,,,,,, -7,8,N,10533.3,0.5,5/2+,,,,,,,P,,0,IT,,0,,,,,,,,, -7,8,N,10693.2,0.3,9/2+,,12,6,FS,0.000000000000012,0.000000000000006,P,,0,IT,,0,,,,,,,,, -7,8,N,10701.9,0.3,3/2-,,0.2,,KEV,2.2785e-18,0,P,99.82,0,IT,0.18,0,,,,,,,,, -7,8,N,10804,2,3/2+,LT,0.001,,KEV,4.557e-16,,P,,0,IT,,0,,,,,,,,, -7,8,N,11235,5,GE 3/2,,3.3,,KEV,1.381e-19,0,N,100,0,,,,,,,,,,,, -7,8,N,11292.8,0.7,1/2-,,8,3,KEV,5.7e-20,2.14e-20,IT,,0,P,,0,N,,0,,,,,, -7,8,N,11437.6,0.7,1/2+,,41.4,11,KEV,1.1e-20,2.9e-22,A,,0,P,,0,N,,0,,,,,, -7,8,N,11615,4,1/2+,,405,6,KEV,1.1e-21,0,IT,0.00523,0.00019,P,,0,N,,0,= 3/2,,,,, -7,8,N,11763,3,3/2+,,40,,KEV,1.14e-20,0,A,,0,P,,0,N,,0,,,,,, -7,8,N,11876,3,3/2-,,25,,KEV,1.82e-20,0,A,,0,P,,0,N,,0,,,,,, -7,8,N,11942,6,9/2-,LE,3.0,,KEV,1.519e-19,,A,,0,N,,0,,,,,,,,, -7,8,N,11965,3,1/2-,,17,,KEV,2.68e-20,0,A,,0,P,,0,N,,0,,,,,, -7,8,N,12095,3,5/2+,,14,5,KEV,3.26e-20,1.16e-20,A,,0,P,,0,N,,0,,,,,, -7,8,N,12145,3,3/2-,,41,5,KEV,1.11e-20,1.4e-21,A,,0,P,,0,N,,0,,,,,, -7,8,N,12327,4,5/2(+),,22,,KEV,2.07e-20,0,P,,0,N,,0,,,,,,,,, -7,8,N,12493,4,5/2+,,40,5,KEV,1.14e-20,1.4e-21,A,,0,P,,0,N,,0,= 1/2,,,,, -7,8,N,12522,8,5/2+,,58,4,KEV,7.9e-21,5e-22,P,99.9921,0.0012,IT,0.0079,0.0012,,,,= 3/2,,,,, -7,8,N,12920,4,3/2-,,56,11,KEV,8.1e-21,1.6e-21,A,,0,P,,0,N,,0,,,,,, -7,8,N,12940,10,5/2+,,81,,KEV,5.6e-21,0,A,,0,P,,0,,,,,,,,, -7,8,N,13149,10,,,7,3,KEV,6.51e-20,2.79e-20,A,,0,P,,0,N,,0,,,,,, -7,8,N,13174,7,(9/2),,7,3,KEV,6.51e-20,2.79e-20,A,,0,P,,0,N,,0,,,,,, -7,8,N,13362,8,3/2-,,16,8,KEV,2.85e-20,1.42e-20,A,,0,P,,0,N,,0,,,,,, -7,8,N,13390,10,3/2+,,56,,KEV,8.1e-21,0,IT,0.0054,0,A,,0,P,,0,,,,,, -7,8,N,13537,10,3/2-,,85,30,KEV,5.4e-21,1.9e-21,A,,0,P,,0,N,,0,,,,,, -7,8,N,13608,7,5/2(+),,18,4,KEV,2.53e-20,5.6e-21,A,,0,P,,0,N,,0,,,,,, -7,8,N,13612,10,(1/2+),,90,,KEV,5.1e-21,0,A,,0,P,,0,N,,0,,,,,, -7,8,N,13713,10,,,26,8,KEV,1.75e-20,5.4e-21,A,,0,P,,0,N,,0,,,,,, -7,8,N,13840,30,3/2+,,75,,KEV,6.1e-21,0,A,,0,P,,0,N,,0,,,,,, -7,8,N,13900,0,1/2+,,930,,KEV,5e-22,0,IT,,0,P,,0,,,,,,,,, -7,8,N,13990,30,5/2+,,98,10,KEV,4.7e-21,5e-22,A,,0,P,,0,N,,0,,,,,, -7,8,N,14090,7,(9/2+ 7/2+),,22,6,KEV,2.07e-20,5.6e-21,A,,0,P,,0,N,,0,,,,,, -7,8,N,14100,30,3/2+,AP,100,,KEV,4.6e-21,,A,,0,N,,0,,,,,,,,, -7,8,N,14162,10,3/2(+),,27,6,KEV,1.69e-20,3.8e-21,A,,0,N,,0,,,,,,,,, -7,8,N,14240,40,5/2+,,150,,KEV,3e-21,0,A,100,0,,,,,,,,,,,, -7,8,N,14380,40,7/2+,,100,,KEV,4.6e-21,0,A,100,0,,,,,,,,,,,, -7,8,N,14400,0,,AP,1900,,KEV,2e-22,,A,,0,P,,0,N,,0,,,,,, -7,8,N,14550,20,,,200,50,KEV,2.3e-21,6e-22,A,,0,P,,0,N,,0,,,,,, -7,8,N,14647,10,,,33,6,KEV,1.38e-20,2.5e-21,A,,0,P,,0,N,,0,,,,,, -7,8,N,14710,0,,,750,,KEV,6e-22,0,P,,0,IT,,0,,,,,,,,, -7,8,N,14720,10,5/2-,,110,50,KEV,4.1e-21,1.9e-21,A,,0,P,,0,N,,0,,,,,, -7,8,N,14860,20,,,48,11,KEV,9.5e-21,2.2e-21,A,,0,N,,0,,,,,,,,, -7,8,N,14920,10,,,12,3,KEV,3.8e-20,9.5e-21,A,,0,N,,0,,,,,,,,, -7,8,N,15025,10,,,13,3,KEV,3.51e-20,8.1e-21,A,,0,N,,0,,,,,,,,, -7,8,N,15090,20,,,80,25,KEV,5.7e-21,1.8e-21,A,,0,N,,0,,,,,,,,, -7,8,N,15288,10,,,26,6,KEV,1.75e-20,4e-21,A,,0,N,,0,,,,,,,,, -7,8,N,15380,20,,,75,25,KEV,6.1e-21,2e-21,A,,0,3H,,0,N,,0,,,,,, -7,8,N,15430,20,,AP,100,,KEV,4.6e-21,,A,,0,N,,0,,,,,,,,, -7,8,N,15450,0,,,750,,KEV,6e-22,0,IT,,0,P,,0,,,,,,,,, -7,8,N,15530,20,,AP,35,,KEV,1.3e-20,,A,,0,N,,0,,,,,,,,, -7,8,N,15600,20,,,95,25,KEV,4.8e-21,1.3e-21,A,,0,N,,0,,,,,,,,, -7,8,N,15782,10,,,,,,,,A,,0,3H,,0,P,,0,,,,,, -7,8,N,15930,20,,,35,5,KEV,1.3e-20,1.9e-21,A,,0,3H,,0,N,,0,,,,,, -7,8,N,15944,15,,,21,6,KEV,2.17e-20,6.2e-21,A,,0,3H,,0,N,,0,,,,,, -7,8,N,16026,10,,,62,12,KEV,7.4e-21,1.4e-21,A,,0,3H,,0,P,,0,,,,,, -7,8,N,16190,10,3/2+,,450,100,KEV,1e-21,2e-22,A,,0,3H,,0,P,,0,,,,,, -7,8,N,16260,20,3/2+,,150,28,KEV,3e-21,6e-22,A,,0,3H,,0,N,,0,,,,,, -7,8,N,16320,20,,AP,30,,KEV,1.52e-20,,A,,0,3H,,0,P,,0,,,,,, -7,8,N,16390,20,,,44,11,KEV,1.04e-20,2.6e-21,A,,0,3H,,0,P,,0,,,,,, -7,8,N,16460,0,,,560,,KEV,8e-22,0,D,,0,P,,0,IT,,0,,,,,, -7,8,N,16576,15,,,27,15,KEV,1.69e-20,9.4e-21,A,,0,N,,0,,,,,,,,, -7,8,N,16590,25,3/2-,,490,,KEV,9e-22,0,A,,0,3H,,0,P,,0,,,,,, -7,8,N,16677,15,1/2+,,80,20,KEV,5.7e-21,1.4e-21,A,,0,3H,,0,D,,0,= 1/2,,,,, -7,8,N,16850,30,5/2,,110,50,KEV,4.1e-21,1.9e-21,A,,0,3H,,0,,,,,,,,, -7,8,N,16910,0,,AP,350,,KEV,1.3e-21,,A,,0,3H,,0,D,,0,,,,,, -7,8,N,17050,0,,,,,,,,3H,,0,P,,0,,,,,,,,, -7,8,N,17110,0,,,,,,,,A,,0,D,,0,,,,,,,,, -7,8,N,17150,50,(1/2+ 3/2+),,250,60,KEV,1.8e-21,4e-22,A,,0,3H,,0,IT,,0,,,,,, -7,8,N,17230,40,,AP,175,,KEV,2.6e-21,,A,,0,3H,,0,D,,0,,,,,, -7,8,N,17370,40,,AP,250,,KEV,1.8e-21,,A,,0,3H,,0,D,,0,,,,,, -7,8,N,17580,40,3/2+,,450,120,KEV,1e-21,3e-22,A,,0,3H,,0,D,,0,,,,,, -7,8,N,17670,40,3/2+,,600,80,KEV,8e-22,1e-22,A,,0,D,,0,N,,0,= 1/2,,,,, -7,8,N,17720,10,,,48,10,KEV,9.5e-21,2e-21,A,,0,3H,,0,D,,0,,,,,, -7,8,N,17950,20,,,167,,KEV,2.7e-21,0,A,,0,N,,0,,,,,,,,, -7,8,N,18060,10,,,19,4,KEV,2.4e-20,5e-21,A,,0,D,,0,N,,0,,,,,, -7,8,N,18090,20,,AP,40,,KEV,1.14e-20,,3H,,0,D,,0,P,,0,,,,,, -7,8,N,18220,0,,,158,,KEV,2.9e-21,0,A,,0,N,,0,,,,,,,,, -7,8,N,18270,20,,,235,60,KEV,1.9e-21,5e-22,A,,0,D,,0,P,,0,,,,,, -7,8,N,18910,150,3/2+ & 1/2+,,750,70,KEV,6e-22,1e-22,A,,0,IT,,0,,,,,,,,, -7,8,N,19200,35,(1/2+),AP,130,,KEV,3.5e-21,,D,,0,N,,0,,,,= 1/2,,,,, -7,8,N,19500,0,3/2+,AP,400,,KEV,1.1e-21,,3H,,0,IT,,0,P,,0,= 3/2,,,,, -7,8,N,20500,0,3/2+,AP,400,,KEV,1.1e-21,,D,,0,P,,0,N,,0,,,,,, -7,8,N,20960,65,3/2+ & 1/2+,,1740,150,KEV,3e-22,0,A,,0,IT,,0,,,,,,,,, -7,8,N,21820,0,,AP,600,,KEV,8e-22,,D,,0,P,,0,IT,,0,,,,,, -7,8,N,23190,60,,,,,,,,IT,,0,P,,0,,,,= 3/2,,,,, -7,8,N,23600,0,,,,,,,,D,,0,N,,0,IT,,0,,,,,, -7,8,N,25500,0,3/2-,,,,,,,P,,0,N,,0,IT,,0,= 3/2,,,,, -7,8,N,26800,0,,,,,,,,3H,100,0,,,,,,,,,,,, -7,8,N,37000,-1,,,,,,,,IT,,0,P,,0,,,,,,,,, -7,9,N,120.42,0.12,0-,,5.25,6,US,0.00000525,0.00000006,B-,,0,IT,,0,,,,,,,,, -7,9,N,3353,3,(1+),,15,5,KEV,3.04e-20,1.01e-20,N,100,0,,,,,,,,,,,, -7,9,N,3523,3,2+,,3,,KEV,1.519e-19,0,N,100,0,,,,,,,,,,,, -7,9,N,3963,3,3+,LE,2,,KEV,2.279e-19,,N,100,0,,,,,,,,,,,, -7,9,N,4320,3,1+,,20,5,KEV,2.28e-20,5.7e-21,N,100,0,,,,,,,,,,,, -7,9,N,4391,3,1-,,82,20,KEV,5.6e-21,1.4e-21,N,100,0,,,,,,,,,,,, -7,9,N,4760,50,1-,,250,50,KEV,1.8e-21,4e-22,N,100,0,,,,,,,,,,,, -7,9,N,4783,3,2+,,59,8,KEV,7.7e-21,1e-21,N,100,0,,,,,,,,,,,, -7,9,N,5054,3,2-,,19,6,KEV,2.4e-20,7.6e-21,N,100,0,,,,,,,,,,,, -7,9,N,5129,7,GE 2,LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,,,,,, -7,9,N,5150,7,(3)-,LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,= 1,,,,, -7,9,N,5230,3,3+,LE,4,,KEV,1.139e-19,,N,100,0,,,,,,,,,,,, -7,9,N,5250,70,2-,,320,80,KEV,1.4e-21,4e-22,N,100,0,,,,,,,,,,,, -7,9,N,5318,3,(0- 1+),,260,,KEV,1.8e-21,0,N,100,0,,,,,,,,,,,, -7,9,N,5521.6,2.5,3+,LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,,,,,, -7,9,N,5731.7,2.5,(5+),LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,,,,,, -7,9,N,6003,3,1-,,270,30,KEV,1.7e-21,2e-22,N,100,0,,,,,,,,,,,, -7,9,N,6170.7,2.4,(4-),LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,= 1,,,,, -7,9,N,6374,3,(3-),,30,6,KEV,1.52e-20,3e-21,N,100,0,,,,,,,= 1,,,,, -7,9,N,6505,3,1+,,34,6,KEV,1.34e-20,2.4e-21,N,100,0,,,,,,,,,,,, -7,9,N,6840,0,GE 2,GT,140,,KEV,3.3e-21,276.1818181818182,N,100,0,,,,,,,,,,,, -7,9,N,7020,20,1+,,22,5,KEV,2.07e-20,4.7e-21,N,100,0,,,,,,,,,,,, -7,9,N,7250,7,GE 2,,17,5,KEV,2.68e-20,7.9e-21,N,100,0,,,,,,,,,,,, -7,9,N,7572,4,GE 3,LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,,,,,, -7,9,N,7674,4,,LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,,,,,, -7,9,N,7877,9,GE 4,,100,15,KEV,4.6e-21,7e-22,N,100,0,,,,,,,,,,,, -7,9,N,8048,9,,,85,15,KEV,5.4e-21,9e-22,N,100,0,,,,,,,,,,,, -7,9,N,8365,8,GE 1,,18,8,KEV,2.53e-20,1.13e-20,N,100,0,,,,,,,,,,,, -7,9,N,8490,30,GE 1,LE,50,,KEV,9.1e-21,,N,100,0,,,,,,,,,,,, -7,9,N,8720,0,GE 1,,40,,KEV,1.14e-20,0,N,100,0,,,,,,,,,,,, -7,9,N,8819,15,,LE,50,,KEV,9.1e-21,,N,100,0,,,,,,,,,,,, -7,9,N,9160,30,GE 2,,100,,KEV,4.6e-21,0,N,100,0,,,,,,,,,,,, -7,9,N,9340,30,,LE,50,,KEV,9.1e-21,,N,100,0,,,,,,,,,,,, -7,9,N,9459,15,GE 2,,100,,KEV,4.6e-21,0,N,100,0,,,,,,,,,,,, -7,9,N,10055,15,GE 3,,30,,KEV,1.52e-20,0,N,100,0,,,,,,,,,,,, -7,9,N,10370,40,GE 2,,165,,KEV,2.8e-21,0,N,100,0,,,,,,,,,,,, -7,9,N,10710,0,GE 2,,120,,KEV,3.8e-21,0,N,100,0,,,,,,,,,,,, -7,9,N,11490,0,GE 3,,,,,,,N,100,0,,,,,,,,,,,, -7,9,N,11610,0,GE 3,,220,,KEV,2.1e-21,0,N,,0,D,,0,,,,,,,,, -7,9,N,11920,0,,,390,,KEV,1.2e-21,0,D,,0,N,,0,,,,,,,,, -7,9,N,12090,0,,,,,,,,N,100,0,,,,,,,,,,,, -7,9,N,12390,60,,,290,,KEV,1.6e-21,0,P,,0,N,,0,D,,0,,,,,, -7,9,N,12570,60,,,180,,KEV,2.5e-21,0,P,,0,N,,0,D,,0,,,,,, -7,9,N,12880,0,,,155,,KEV,2.9e-21,0,P,,0,N,,0,D,,0,,,,,, -7,9,N,12970,0,,,175,,KEV,2.6e-21,0,N,,0,D,,0,,,,,,,,, -7,9,N,13110,60,,,,,,,,N,,0,D,,0,,,,,,,,, -7,9,N,13830,0,,,,,,,,N,100,0,,,,,,,,,,,, -7,9,N,14360,50,(3)+,,180,,KEV,2.5e-21,0,D,100,0,,,,,,,,,,,, -7,11,N,114.9,0.18,(2-),,,,,,,IT,100,0,,,,,,,,,,,, -7,11,N,587.56,0.24,(2-),,,,,,,IT,100,0,,,,,,,,,,,, -7,11,N,1734.85,0.22,(2+),,,,,,,IT,100,0,,,,,,,,,,,, -7,11,N,2614.45,0.23,1+,,,,,,,IT,100,0,,,,,,,,,,,, -8,6,O,5920,10,0+,LE,50,,KEV,9.1e-21,,P,100,0,,,,,,,= 1,,,,, -8,6,O,6272,10,3-,,103,6,KEV,4.4e-21,3e-22,P,100,0,,,,,,,= 1,,,,, -8,6,O,6590,10,2+,LE,60,,KEV,7.6e-21,,P,100,0,,,,,,,= 1,,,,, -8,6,O,7768,10,2+,,76,10,KEV,6e-21,8e-22,P,100,0,,,,,,,= 1,,,,, -8,7,O,7556.5,0.4,1/2+,,0.99,10,KEV,4.603e-19,4.6495e-20,P,99.9958,0,IT,0.0042,0,,,,,,,,, -8,7,O,8284,0.5,3/2+,,3.6,7,KEV,1.266e-19,2.461e-20,P,99.973,0,IT,0.027,0,,,,,,,,, -8,7,O,8743,6,1/2+,,32,,KEV,1.42e-20,0,P,99.9985,0,IT,0.0015,0,,,,,,,,, -8,7,O,8922,2,5/2+,,3.3,3,KEV,1.381e-19,1.255e-20,P,100,0,IT,,0,,,,,,,,, -8,7,O,8922,2,1/2+,,7.5,,KEV,6.08e-20,0,P,100,0,IT,,0,,,,,,,,, -8,7,O,8982.1,1.7,(1/2)-,,3.9,4,KEV,1.168e-19,1.198e-20,P,100,0,IT,,0,,,,,,,,, -8,7,O,9484,8,(3/2)+,AP,200,,KEV,2.3e-21,,P,100,0,IT,0.0046,0,,,,,,,,, -8,7,O,9488,3,5/2-,,10.1,5,KEV,4.51e-20,2.23e-21,P,99.976,0,IT,0.024,0,,,,,,,,, -8,7,O,9609,2,3/2-,,8.8,5,KEV,5.18e-20,2.94e-21,P,99.943,0,IT,0.057,0,,,,,,,,, -8,7,O,9662,3,(7/2 9/2)-,,2,1,KEV,2.279e-19,1.139e-19,P,100,0,,,,,,,,,,,, -8,7,O,10290,0,(5/2-),,3,1,KEV,1.519e-19,5.06e-20,P,100,0,,,,,,,,,,,, -8,7,O,10300,0,5/2+,,11,2,KEV,4.14e-20,7.5e-21,P,100,0,,,,,,,,,,,, -8,7,O,10461,5,(9/2+),LT,2,,KEV,2.279e-19,,IT,,0,P,,0,,,,,,,,, -8,7,O,10480,0,(3/2-),,25,5,KEV,1.82e-20,3.6e-21,P,100,0,IT,0.0014,0.0004,,,,,,,,, -8,7,O,10506,0,(3/2)+,,140,40,KEV,3.3e-21,9e-22,P,100,0,IT,,0,,,,,,,,, -8,7,O,10917,12,7/2+,,90,,KEV,5.1e-21,0,P,100,0,,,,,,,,,,,, -8,7,O,10938,3,1/2+,,99,5,KEV,4.6e-21,2e-22,P,100,0,IT,0.032,0.006,,,,,,,,, -8,7,O,11025,3,1/2-,,25,2,KEV,1.82e-20,1.5e-21,P,100,0,IT,0.0056,0.0016,,,,,,,,, -8,7,O,11151,7,,LT,10,,KEV,4.56e-20,,P,100,0,,,,,,,,,,,, -8,7,O,11218,3,3/2+,,40,4,KEV,1.14e-20,1.1e-21,P,99.9815,0.0024,IT,0.0185,0.0024,,,,,,,,, -8,7,O,11565,15,,LT,10,,KEV,4.56e-20,,P,100,0,,,,,,,,,,,, -8,7,O,11569,15,5/2-,,20,15,KEV,2.28e-20,1.71e-20,P,99.99,0.007,IT,0.01,0.007,,,,,,,,, -8,7,O,11616,15,(3/2 1/2)-,,80,50,KEV,5.7e-21,3.6e-21,P,100,0,IT,,0,,,,,,,,, -8,7,O,11719,8,,LT,10,,KEV,4.56e-20,,P,100,0,,,,,,,,,,,, -8,7,O,11748,3,5/2+,,99,5,KEV,4.6e-21,2e-22,P,99.99,0.002,IT,0.01,0.002,,,,,,,,, -8,7,O,11846,3,5/2-,,65,3,KEV,7e-21,3e-22,P,99.9978,0.0009,IT,0.0022,0.0009,,,,,,,,, -8,7,O,11980,10,5/2-,,20,5,KEV,2.28e-20,5.7e-21,P,100,0,,,,,,,,,,,, -8,7,O,12129,15,5/2+,,200,50,KEV,2.3e-21,6e-22,P,100,0,,,,,,,,,,,, -8,7,O,12222,20,,,100,50,KEV,4.6e-21,2.3e-21,P,100,0,,,,,,,,,,,, -8,7,O,12255,13,5/2+,,135,15,KEV,3.4e-21,4e-22,P,100,0,,,,,,,= 3/2,,,,, -8,7,O,12471,3,5/2- (3/2-),,77,4,KEV,5.9e-21,3e-22,P,100,0,,,,,,,,,,,, -8,7,O,12800,0,,AP,250,,KEV,1.8e-21,,P,100,0,IT,,0,,,,,,,,, -8,7,O,12835,3,,,16,1,KEV,2.85e-20,1.8e-21,P,100,0,,,,,,,,,,,, -8,7,O,13008,3,,,215,3,KEV,2.1e-21,0,P,100,0,,,,,,,,,,,, -8,7,O,13025,3,,,40,30,KEV,1.14e-20,8.5e-21,3HE,,0,P,,0,,,,,,,,, -8,7,O,13450,0,(1/2 3/2)+,AP,1000,,KEV,5e-22,,A,,0,P,,0,IT,,0,,,,,, -8,7,O,13490,0,(3/2+),,,,,,,P,,0,,,,,,,,,,,, -8,7,O,13600,0,5/2+,,,,,,,A,,0,P,,0,,,,,,,,, -8,7,O,13700,0,3/2-,,,,,,,P,100,0,,,,,,,,,,,, -8,7,O,13790,0,3/2-,,,,,,,A,,0,3HE,,0,P,,0,,,,,, -8,7,O,13870,0,,AP,150,,KEV,3e-21,,P,100,0,IT,,0,,,,,,,,, -8,7,O,14030,40,(1/2- 3/2-),,160,20,KEV,2.8e-21,4e-22,3HE,,0,P,,0,N,,0,,,,,, -8,7,O,14170,0,5/2-,,,,,,,A,,0,P,,0,,,,,,,,, -8,7,O,14270,10,1/2+,,340,30,KEV,1.3e-21,1e-22,A,,0,3HE,,0,P,,0,,,,,, -8,7,O,14340,0,5/2+,,240,,KEV,1.9e-21,0,A,,0,3HE,,0,P,,0,,,,,, -8,7,O,14465,10,3/2+ 5/2+,,100,10,KEV,4.6e-21,5e-22,A,,0,3HE,,0,P,,0,,,,,, -8,7,O,14700,40,,,170,35,KEV,2.7e-21,6e-22,3HE,,0,P,,0,N,,0,,,,,, -8,7,O,14950,40,,,400,25,KEV,1.1e-21,1e-22,A,,0,3HE,,0,P,,0,,,,,, -8,7,O,15100,0,(1/2 3/2)+,AP,1000,,KEV,5e-22,,P,100,0,IT,,0,,,,,,,,, -8,7,O,15450,30,,,70,20,KEV,6.5e-21,1.9e-21,A,,0,3HE,,0,P,,0,,,,,, -8,7,O,15540,10,,,,,,,,A,,0,3HE,,0,P,,0,,,,,, -8,7,O,15600,10,,,,,,,,A,,0,3HE,,0,P,,0,,,,,, -8,7,O,15800,10,,,,,,,,3HE,,0,N,,0,,,,,,,,, -8,7,O,15900,15,1/2- 3/2-,,350,,KEV,1.3e-21,0,A,,0,3HE,,0,,,,,,,,, -8,7,O,16050,20,,AP,185,,KEV,2.5e-21,,A,,0,3HE,,0,P,,0,,,,,, -8,7,O,16100,20,,,,,,,,A,,0,3HE,,0,N,,0,,,,,, -8,7,O,16210,20,,AP,140,,KEV,3.3e-21,,A,,0,3HE,,0,P,,0,,,,,, -8,7,O,16430,75,1/2+,,560,100,KEV,8e-22,1e-22,A,,0,3HE,,0,N,,0,,,,,, -8,7,O,16750,50,,,,,,,,3HE,,0,N,,0,,,,,,,,, -8,7,O,17050,60,(1/2 3/2)+,,700,70,KEV,7e-22,1e-22,3HE,,0,P,,0,IT,,0,= 1/2,,,,, -8,7,O,17510,20,1/2- 3/2-,,640,120,KEV,7e-22,1e-22,A,,0,3HE,,0,IT,,0,,,,,, -8,7,O,17990,50,1/2- 3/2-,,200,,KEV,2.3e-21,0,3HE,100,0,,,,,,,,,,,, -8,7,O,18230,50,,,,,,,,3HE,,0,P,,0,N,,0,,,,,, -8,7,O,18670,60,(1/2 3/2)+,,520,110,KEV,9e-22,2e-22,3HE,,0,IT,,0,,,,= 1/2,,,,, -8,7,O,19030,50,,,1120,300,KEV,4e-22,1e-22,3HE,,0,N,,0,IT,,0,,,,,, -8,7,O,19570,80,(1/2 3/2)+,,780,270,KEV,6e-22,2e-22,3HE,,0,IT,,0,,,,= 1/2,,,,, -8,7,O,19910,50,,,,,,,,3HE,,0,N,,0,,,,,,,,, -8,7,O,20420,70,(3/2 1/2)+,,970,240,KEV,5e-22,1e-22,3HE,,0,IT,,0,P,,0,= 1/2,,,,, -8,7,O,21560,70,(3/2 1/2)+,,730,120,KEV,6e-22,1e-22,3HE,,0,P,,0,IT,,0,= 1/2,,,,, -8,7,O,23800,100,,LE,500,,KEV,9e-22,,3HE,,0,IT,,0,,,,,,,,, -8,7,O,26000,0,(13/2-),AP,600,,KEV,8e-22,,3HE,100,0,,,,,,,,,,,, -8,7,O,28000,0,(9/2- 11/2-),AP,2500,,KEV,2e-22,,3HE,100,0,,,,,,,,,,,, -8,7,O,29000,0,,AP,2500,,KEV,2e-22,,3HE,100,0,,,,,,,,,,,, -8,8,O,9585,11,1-,,420,20,KEV,1.1e-21,1e-22,A,100,0,IT,0.0000067,0.000001,,,,= 0,,,,, -8,8,O,9844.5,0.5,2+,,0.62,10,KEV,7.35e-19,1.18548e-19,A,100,0,IT,0.0016,0.0003,,,,= 0,,,,, -8,8,O,10356,3,4+,,26,3,KEV,1.75e-20,2e-21,A,100,0,IT,0.00024,0.00004,,,,= 0,,,,, -8,8,O,11096.7,1.6,4+,,0.28,5,KEV,1.6275e-18,2.90625e-19,A,100,0,IT,0.002,0.0006,,,,= 0,,,,, -8,8,O,11260,0,(0+),,2500,,KEV,2e-22,0,A,100,0,,,,,,,= 0,,,,, -8,8,O,11520,4,2+,,71,3,KEV,6.4e-21,3e-22,A,100,0,IT,0.000094,0.000003,,,,= 0,,,,, -8,8,O,11600,20,3-,,800,100,KEV,6e-22,1e-22,A,100,0,,,,,,,= 0,,,,, -8,8,O,12049,2,0+,,1.5,5,KEV,3.038e-19,1.0127e-19,A,100,0,IT,,0,,,,= 0,,,,, -8,8,O,12440,2,1-,,91,6,KEV,5e-21,3e-22,A,99.1,0.1,P,0.9,0.1,IT,0.0132,0.0024,= 0,,,,, -8,8,O,12530,1,2-,,0.111,10,KEV,4.1054e-18,3.698563e-19,A,83,3,P,14,7,IT,3.2,0.3,= 0,,,,, -8,8,O,12796,4,0-,,40,4,KEV,1.14e-20,1.1e-21,P,100,0,IT,0.0062,0.0008,,,,= 1,,,,, -8,8,O,12968.6,0.4,2-,,1.34,4,KEV,3.401e-19,1.0151e-20,P,78,4,A,22,4,IT,0.28,0.03,= 1,,,,, -8,8,O,13020,10,2+,,150,10,KEV,3e-21,2e-22,A,,0,P,,0,IT,,0,= 0,,,,, -8,8,O,13090,8,1-,,130,5,KEV,3.5e-21,1e-22,P,71,0,A,29,0,IT,0.026,0.004,= 1,,,,, -8,8,O,13129,10,3-,,110,30,KEV,4.1e-21,1.1e-21,A,99,0,P,1,0,IT,,0,= 0,,,,, -8,8,O,13259,2,3-,,21,1,KEV,2.17e-20,1e-21,A,,0,P,,0,IT,,0,= 1,,,,, -8,8,O,13664,3,1+,,64,3,KEV,7.1e-21,3e-22,A,86,0,P,14,0,IT,0.0015,0,= 0,,,,, -8,8,O,13869,2,4+,,89,2,KEV,5.1e-21,1e-22,A,99.4,0,P,0.6,0,IT,,0,= 0,,,,, -8,8,O,13980,2,2-,,20,2,KEV,2.28e-20,2.3e-21,A,,0,P,,0,,,,,,,,, -8,8,O,14032,15,0+,,185,35,KEV,2.5e-21,5e-22,A,100,0,IT,,0,,,,,,,,, -8,8,O,14100,100,3-,,750,200,KEV,6e-22,2e-22,A,100,0,,,,,,,,,,,, -8,8,O,14620,20,4(+),,490,15,KEV,9e-22,0,A,100,0,,,,,,,,,,,, -8,8,O,14660,20,5-,,670,15,KEV,7e-22,0,A,100,0,,,,,,,,,,,, -8,8,O,14815.3,1.6,6+,,70,8,KEV,6.5e-21,7e-22,A,100,0,,,,,,,= 0,,,,, -8,8,O,14926,2,2+,,54,5,KEV,8.4e-21,8e-22,A,,0,P,,0,,,,,,,,, -8,8,O,15097,5,0+,,166,30,KEV,2.7e-21,5e-22,A,,0,P,,0,,,,,,,,, -8,8,O,15196,3,2-,,63,4,KEV,7.2e-21,5e-22,A,,0,P,,0,,,,= 0,,,,, -8,8,O,15260,50,2+,,300,100,KEV,1.5e-21,5e-22,A,,0,P,,0,,,,= 0,,,,, -8,8,O,15408,2,3-,,132,7,KEV,3.5e-21,2e-22,A,,0,P,,0,,,,= 0,,,,, -8,8,O,15828,30,3-,,700,120,KEV,7e-22,1e-22,A,100,0,,,,,,,,,,,, -8,8,O,16200,90,1-,,580,60,KEV,8e-22,1e-22,A,,0,P,,0,IT,,0,= 0,,,,, -8,8,O,16209,2,1+,,19,3,KEV,2.4e-20,3.8e-21,P,,0,N,,0,IT,,0,= 1,,,,, -8,8,O,16275,7,6+,,420,20,KEV,1.1e-21,1e-22,A,100,0,,,,,,,,,,,, -8,8,O,16352,8,(2+),,61,8,KEV,7.5e-21,1e-21,A,,0,P,,0,,,,,,,,, -8,8,O,16442.3,1.6,2+,,25,2,KEV,1.82e-20,1.5e-21,A,,0,P,,0,N,,0,= 1,,,,, -8,8,O,16817,2,(3+),,28,3,KEV,1.63e-20,1.7e-21,A,,0,P,,0,IT,,0,= 1,,,,, -8,8,O,16844,21,4+,,570,60,KEV,8e-22,1e-22,A,100,0,,,,,,,,,,,, -8,8,O,16930,50,2+,AP,280,,KEV,1.6e-21,,8BE,,0,A,,0,,,,,,,,, -8,8,O,17090,40,1-,,380,40,KEV,1.2e-21,1e-22,P,100,0,IT,,0,,,,= 1,,,,, -8,8,O,17129,5,2+,,107,14,KEV,4.3e-21,6e-22,A,,0,P,,0,N,,0,,,,,, -8,8,O,17140,10,1+,,34,3,KEV,1.34e-20,1.2e-21,A,,0,P,,0,N,,0,= 1,,,,, -8,8,O,17197,17,2+,,160,60,KEV,2.8e-21,1.1e-21,A,,0,8BE,,0,,,,,,,,, -8,8,O,17282,11,1-,,78,5,KEV,5.8e-21,4e-22,A,,0,P,,0,N,,0,= 1,,,,, -8,8,O,17510,26,1-,,180,60,KEV,2.5e-21,8e-22,A,100,0,,,,,,,,,,,, -8,8,O,17555,21,(6+),,180,70,KEV,2.5e-21,1e-21,A,,0,N,,0,,,,,,,,, -8,8,O,17609,7,2+,,114,14,KEV,4e-21,5e-22,A,,0,P,,0,,,,= 1,,,,, -8,8,O,17720,0,(0+ 2+),AP,75,,KEV,6.1e-21,,8BE,,0,A,,0,P,,0,,,,,, -8,8,O,17775,11,4-,,45,7,KEV,1.01e-20,1.6e-21,P,100,0,,,,,,,= 0,,,,, -8,8,O,17784,15,4+,,400,40,KEV,1.1e-21,1e-22,8BE,,0,A,,0,N,,0,,,,,, -8,8,O,17877,6,(2)-,,24,3,KEV,1.9e-20,2.4e-21,A,,0,P,,0,IT,,0,= 1,,,,, -8,8,O,18016,1,4+,,14,2,KEV,3.26e-20,4.7e-21,8BE,,0,A,,0,P,,0,= 0,,,,, -8,8,O,18029,5,3(-),,26,4,KEV,1.75e-20,2.7e-21,A,,0,P,,0,N,,0,= 1,,,,, -8,8,O,18089,25,(0+),,288,44,KEV,1.6e-21,2e-22,A,,0,P,,0,N,,0,,,,,, -8,8,O,18202,8,2+,,220,50,KEV,2.1e-21,5e-22,P,100,0,IT,,0,,,,,,,,, -8,8,O,18290,0,,AP,380,,KEV,1.2e-21,,A,,0,IT,,0,P,,0,,,,,, -8,8,O,18404,12,5-,,550,40,KEV,8e-22,1e-22,A,100,0,,,,,,,,,,,, -8,8,O,18430,15,2+,,90,40,KEV,5.1e-21,2.3e-21,P,100,0,,,,,,,= 0,,,,, -8,8,O,18484,6,(1- 2-),,35,6,KEV,1.3e-20,2.2e-21,P,100,0,,,,,,,,,,,, -8,8,O,18600,0,(1- 5-),AP,150,,KEV,3e-21,,A,100,0,,,,,,,,,,,, -8,8,O,18600,0,(4+),AP,300,,KEV,1.5e-21,,8BE,,0,A,,0,,,,,,,,, -8,8,O,18640,15,(5+),,22,7,KEV,2.07e-20,6.6e-21,P,,0,N,,0,,,,,,,,, -8,8,O,18773,22,1-,,215,45,KEV,2.1e-21,4e-22,A,,0,P,,0,,,,,,,,, -8,8,O,18785,6,4+,,260,20,KEV,1.8e-21,1e-22,8BE,,0,A,,0,P,,0,,,,,, -8,8,O,18790,10,1+,,120,20,KEV,3.8e-21,6e-22,P,100,0,IT,,0,,,,= 1,,,,, -8,8,O,18977,6,4-,,8,4,KEV,5.7e-20,2.85e-20,A,,0,P,,0,IT,,0,= 1,,,,, -8,8,O,19001,24,2-,,420,50,KEV,1.1e-21,1e-22,P,100,0,IT,,0,,,,= 1,,,,, -8,8,O,19080,30,2+,AP,120,,KEV,3.8e-21,,A,,0,P,,0,N,,0,= 1,,,,, -8,8,O,19253,30,(5-),,50,45,KEV,9.1e-21,8.2e-21,A,,0,N,,0,,,,,,,,, -8,8,O,19257,9,2+,,155,25,KEV,2.9e-21,5e-22,A,,0,P,,0,IT,,0,= 1,,,,, -8,8,O,19319,14,(6+),,65,35,KEV,7e-21,3.8e-21,8BE,,0,A,,0,P,,0,,,,,, -8,8,O,19375,2,4+,,23,4,KEV,1.98e-20,3.4e-21,A,,0,P,,0,,,,,,,,, -8,8,O,19470,30,1-,,200,70,KEV,2.3e-21,8e-22,P,100,0,IT,,0,,,,= 1,,,,, -8,8,O,19539,19,2+,,255,75,KEV,1.8e-21,5e-22,A,,0,N,,0,,,,= 0,,,,, -8,8,O,19754,16,2+,,290,50,KEV,1.6e-21,3e-22,A,,0,P,,0,,,,,,,,, -8,8,O,19895,7,3,,42,9,KEV,1.09e-20,2.3e-21,A,,0,IT,,0,P,,0,= 1,,,,, -8,8,O,20055,13,2+,,400,32,KEV,1.1e-21,1e-22,A,,0,P,,0,N,,0,= 0,,,,, -8,8,O,20412,17,(2- 4+),,190,20,KEV,2.4e-21,3e-22,P,,0,N,,0,IT,,0,= 1,,,,, -8,8,O,20510,25,(4-),,50,30,KEV,9.1e-21,5.5e-21,IT,100,0,,,,,,,= 1,,,,, -8,8,O,20541,2,5-,,11,2,KEV,4.14e-20,7.5e-21,A,,0,P,,0,,,,= 1,,,,, -8,8,O,20560,2,,LT,5,,KEV,9.11e-20,,A,,0,P,,0,,,,,,,,, -8,8,O,20615,3,,LT,10,,KEV,4.56e-20,,A,100,0,,,,,,,,,,,, -8,8,O,20800,0,,AP,60,,KEV,7.6e-21,,A,,0,P,,0,N,,0,,,,,, -8,8,O,20857,14,7-,,900,60,KEV,5e-22,0,A,100,0,,,,,,,,,,,, -8,8,O,20945,20,1-,,300,10,KEV,1.5e-21,1e-22,P,,0,N,,0,IT,,0,= 1,,,,, -8,8,O,21052,6,6+,,205,15,KEV,2.2e-21,2e-22,A,100,0,,,,,,,,,,,, -8,8,O,21500,0,(1 TO 4),,120,,KEV,3.8e-21,0,P,100,0,,,,,,,,,,,, -8,8,O,21623,11,7-,,60,30,KEV,7.6e-21,3.8e-21,A,,0,P,,0,N,,0,,,,,, -8,8,O,21648,3,6+,,115,8,KEV,4e-21,3e-22,A,,0,N,,0,,,,,,,,, -8,8,O,21776,9,3-,,43,20,KEV,1.06e-20,4.9e-21,A,,0,P,,0,N,,0,,,,,, -8,8,O,22040,0,0+,,60,,KEV,7.6e-21,0,A,,0,D,,0,N,,0,,,,,, -8,8,O,22150,10,1-,,680,10,KEV,7e-22,0,A,,0,D,,0,P,,0,= 1,,,,, -8,8,O,22350,0,2+,,175,,KEV,2.6e-21,0,A,,0,D,,0,N,,0,,,,,, -8,8,O,22500,100,3-,,400,50,KEV,1.1e-21,1e-22,A,,0,P,,0,D,,0,,,,,, -8,8,O,22650,30,,,60,,KEV,7.6e-21,0,8BE,,0,A,,0,N,,0,,,,,, -8,8,O,22721,3,0+,,12.5,25,KEV,3.65e-20,7.29e-21,A,,0,D,,0,P,,0,= 2,,,,, -8,8,O,22890,10,1-,,300,10,KEV,1.5e-21,1e-22,D,,0,P,,0,IT,,0,= 1,,,,, -8,8,O,23000,100,6+,LE,500,,KEV,9e-22,,A,,0,8BE,,0,D,,0,,,,,, -8,8,O,23100,0,,AP,20,,KEV,2.28e-20,,8BE,,0,A,,0,D,,0,,,,,, -8,8,O,23235,62,(1-),,560,150,KEV,8e-22,2e-22,D,,0,P,,0,N,,0,= 1,,,,, -8,8,O,23510,30,(5-),,300,,KEV,1.5e-21,0,A,,0,D,,0,P,,0,,,,,, -8,8,O,23879,6,6+,,26,4,KEV,1.75e-20,2.7e-21,A,,0,8BE,,0,P,,0,,,,,, -8,8,O,24070,30,1-,,550,40,KEV,8e-22,1e-22,3HE,,0,P,,0,IT,,0,= 1,,,,, -8,8,O,24360,70,(2+ 3-),,424,45,KEV,1.1e-21,1e-22,P,,0,N,,0,,,,= 0,,,,, -8,8,O,24760,50,(2 4)+,,340,60,KEV,1.3e-21,2e-22,P,,0,N,,0,IT,,0,= 1,,,,, -8,8,O,25120,50,1-,,3000,300,KEV,2e-22,0,A,,0,3HE,,0,P,,0,= 1,,,,, -8,8,O,25500,150,1-,,1300,300,KEV,4e-22,1e-22,IT,,0,,,,,,,= 1,,,,, -8,8,O,25600,0,(3-),,450,,KEV,1e-21,0,A,,0,3HE,,0,,,,= 1,,,,, -8,8,O,26000,100,1-,,750,250,KEV,6e-22,2e-22,A,,0,3HE,,0,IT,,0,= 1,,,,, -8,8,O,26363,62,(2 4)+,,550,70,KEV,8e-22,1e-22,A,,0,P,,0,N,,0,= 1,,,,, -8,8,O,27350,100,(2 4)+,,830,110,KEV,5e-22,1e-22,8BE,,0,A,,0,3HE,,0,= 1,,,,, -8,8,O,27500,0,(3-),AP,2500,,KEV,2e-22,,3HE,100,0,IT,,0,,,,= 0,,,,, -8,8,O,28200,0,7-,,1000,,KEV,5e-22,0,A,100,0,,,,,,,,,,,, -8,8,O,28600,200,,,,,,,,3HE,100,0,IT,,0,,,,,,,,, -8,8,O,29000,0,7-,,1000,,KEV,5e-22,0,A,,0,P,,0,,,,,,,,, -8,8,O,29800,100,9- & 8+,,750,250,KEV,6e-22,2e-22,A,,0,3HE,,0,,,,,,,,, -8,8,O,31800,600,,,,,,,,A,,0,IT,,0,,,,,,,,, -8,8,O,34000,0,10+ (9-),,2300,,KEV,2e-22,0,A,100,0,,,,,,,,,,,, -8,8,O,35000,0,,,,,,,,A,100,0,,,,,,,,,,,, -8,9,O,4553.8,1.6,3/2-,,40,5,KEV,1.14e-20,1.4e-21,N,100,0,IT,,0,,,,,,,,, -8,9,O,5084.8,0.9,3/2+,,96,5,KEV,4.7e-21,2e-22,N,100,0,IT,,0,,,,,,,,, -8,9,O,5215.8,0.5,9/2-,LT,0.1,,KEV,4.557e-18,,N,,0,IT,,0,,,,,,,,, -8,9,O,5379.2,1.4,3/2-,,28,7,KEV,1.63e-20,4.1e-21,N,100,0,IT,,0,,,,,,,,, -8,9,O,5697.3,0.4,7/2-,,3.4,3,KEV,1.34e-19,1.183e-20,N,100,0,IT,,0,,,,,,,,, -8,9,O,5732.8,0.5,(5/2-),LT,1,,KEV,4.557e-19,,N,100,0,,,,,,,,,,,, -8,9,O,5869.1,0.6,3/2+,,6.6,7,KEV,6.9e-20,7.32e-21,N,100,0,,,,,,,,,,,, -8,9,O,5939,4,1/2-,,32,3,KEV,1.42e-20,1.3e-21,N,100,0,IT,,0,,,,,,,,, -8,9,O,6356,8,1/2+,,124,12,KEV,3.7e-21,4e-22,N,100,0,IT,,0,,,,,,,,, -8,9,O,6862,2,(5/2+),LT,1,,KEV,4.557e-19,,N,,0,IT,,0,,,,,,,,, -8,9,O,6972,2,(7/2-),LT,1,,KEV,4.557e-19,,IT,,0,N,,0,,,,,,,,, -8,9,O,7165.7,0.8,5/2-,,1.38,5,KEV,3.302e-19,1.1964e-20,A,,0,N,,0,,,,,,,,, -8,9,O,7202,10,3/2+,,280,30,KEV,1.6e-21,2e-22,A,,0,N,,0,,,,,,,,, -8,9,O,7379.2,1,5/2+,,0.64,23,KEV,7.12e-19,2.55886e-19,A,,0,IT,,0,N,,0,,,,,, -8,9,O,7382.2,1,5/2-,,0.96,20,KEV,4.747e-19,9.8893e-20,N,,0,A,,0,IT,,0,,,,,, -8,9,O,7559,20,3/2-,,500,50,KEV,9e-22,1e-22,A,,0,N,,0,,,,,,,,, -8,9,O,7576,2,(7/2+),LT,0.1,,KEV,4.557e-18,,A,,0,IT,,0,N,,0,,,,,, -8,9,O,7688.2,0.9,7/2-,,14.4,3,KEV,3.16e-20,6.6e-22,A,,0,IT,,0,N,,0,,,,,, -8,9,O,7956,6,1/2+,,90,9,KEV,5.1e-21,5e-22,A,,0,N,,0,,,,,,,,, -8,9,O,7990,50,1/2-,,270,30,KEV,1.7e-21,2e-22,A,,0,N,,0,,,,,,,,, -8,9,O,8070,10,3/2+,,85,9,KEV,5.4e-21,6e-22,A,,0,N,,0,,,,,,,,, -8,9,O,8200,7,3/2-,,60,,KEV,7.6e-21,0,A,,0,N,,0,IT,,0,,,,,, -8,9,O,8342.4,0.9,1/2+,,11.4,5,KEV,4e-20,1.75e-21,A,,0,IT,,0,N,,0,,,,,, -8,9,O,8402.3,0.8,5/2+,,6.17,13,KEV,7.39e-20,1.556e-21,A,,0,N,,0,IT,,0,,,,,, -8,9,O,8466,0.8,7/2+,,2.13,11,KEV,2.139e-19,1.1049e-20,A,,0,IT,,0,N,,0,,,,,, -8,9,O,8500.7,0.8,5/2-,,6.89,22,KEV,6.61e-20,2.112e-21,A,,0,IT,,0,N,,0,,,,,, -8,9,O,8687,1,3/2-,,55.3,6,KEV,8.2e-21,9e-23,A,,0,N,,0,IT,,0,,,,,, -8,9,O,8897,8,3/2+,,101,3,KEV,4.5e-21,1e-22,A,,0,N,,0,,,,,,,,, -8,9,O,8967.2,1.7,7/2-,,26,2,KEV,1.75e-20,1.3e-21,A,,0,IT,,0,N,,0,,,,,, -8,9,O,9147,4,1/2-,,4,3,KEV,1.139e-19,8.54e-20,A,,0,N,,0,IT,,0,,,,,, -8,9,O,9180,0,7/2-,,3,,KEV,1.519e-19,0,A,100,0,,,,,,,,,,,, -8,9,O,9193.9,0.8,5/2+,,3.53,13,KEV,1.291e-19,4.754e-21,A,,0,N,,0,,,,,,,,, -8,9,O,9420,0,3/2-,,120,,KEV,3.8e-21,0,N,100,0,,,,,,,,,,,, -8,9,O,9492,4,5/2-,,15,1,KEV,3.04e-20,2e-21,A,,0,N,,0,,,,,,,,, -8,9,O,9711.9,0.9,7/2+,,23.1,3,KEV,1.97e-20,2.6e-22,A,,0,N,,0,,,,,,,,, -8,9,O,9783.3,0.9,3/2+,,11.7,3,KEV,3.89e-20,1e-21,A,,0,N,,0,,,,,,,,, -8,9,O,9858.9,0.9,(5/2-),,4.01,23,KEV,1.136e-19,6.518e-21,A,,0,N,,0,,,,,,,,, -8,9,O,9876.5,1.3,(1/2-),,16.7,17,KEV,2.73e-20,2.78e-21,A,,0,N,,0,,,,,,,,, -8,9,O,9976,20,5/2+,AP,80,,KEV,5.7e-21,,A,,0,N,,0,,,,,,,,, -8,9,O,10045,20,,AP,100,,KEV,4.6e-21,,A,,0,N,,0,,,,,,,,, -8,9,O,10167.8,1,7/2-,,49.1,8,KEV,9.3e-21,1.5e-22,A,,0,N,,0,,,,,,,,, -8,9,O,10336,15,5/2+ 7/2-,,150,,KEV,3e-21,0,A,,0,N,,0,,,,,,,,, -8,9,O,10423,3,,,14,3,KEV,3.26e-20,7e-21,A,,0,N,,0,,,,,,,,, -8,9,O,10490,0,5/2+ 7/2-,,75,30,KEV,6.1e-21,2.4e-21,A,,0,N,,0,,,,,,,,, -8,9,O,10559.1,1,(7/2-),,42.5,11,KEV,1.07e-20,2.8e-22,A,,0,N,,0,,,,,,,,, -8,9,O,10777,3,1/2+ 7/2-,,74,3,KEV,6.2e-21,2e-22,A,,0,N,,0,,,,,,,,, -8,9,O,10913,3,(5/2+),,41.7,14,KEV,1.09e-20,3.7e-22,A,,0,N,,0,,,,,,,,, -8,9,O,11036,3,,,31,3,KEV,1.47e-20,1.4e-21,A,,0,N,,0,,,,= 1/2,,,,, -8,9,O,11078.7,0.9,1/2-,,2.4,3,KEV,1.899e-19,2.373e-20,IT,0.42,0.14,A,,0,N,,0,= 3/2,,,,, -8,9,O,11238,0,,,80,3,KEV,5.7e-21,2e-22,A,,0,N,,0,,,,,,,,, -8,9,O,11510,0,GE 3/2,,190,,KEV,2.4e-21,0,N,100,0,,,,,,,,,,,, -8,9,O,11622,0,,,65,2,KEV,7e-21,2e-22,A,,0,N,,0,,,,,,,,, -8,9,O,11750,10,,,40,25,KEV,1.14e-20,7.1e-21,A,,0,N,,0,IT,,0,,,,,, -8,9,O,11815,15,,,12,3,KEV,3.8e-20,9.5e-21,A,,0,N,,0,,,,,,,,, -8,9,O,12005,15,GE 3/2,,270,,KEV,1.7e-21,0,A,,0,N,,0,IT,,0,,,,,, -8,9,O,12110,20,,,150,50,KEV,3e-21,1e-21,A,,0,N,,0,,,,,,,,, -8,9,O,12274,15,,,100,30,KEV,4.6e-21,1.4e-21,A,,0,N,,0,,,,,,,,, -8,9,O,12380,20,,,,,,,,A,,0,N,,0,,,,,,,,, -8,9,O,12420,15,,,,,,,,A,,0,N,,0,,,,,,,,, -8,9,O,12466,1,3/2-,,6.9,11,KEV,6.6e-20,1.053e-20,A,,0,N,,0,IT,,0,= 3/2,,,,, -8,9,O,12595,15,,,75,30,KEV,6.1e-21,2.4e-21,A,,0,N,,0,,,,,,,,, -8,9,O,12669,15,,AP,5,,KEV,9.11e-20,,A,,0,N,,0,IT,,0,,,,,, -8,9,O,12810,25,,,,,,,,A,,0,N,,0,,,,,,,,, -8,9,O,12930,20,,GE,150,,KEV,3e-21,303.8,A,,0,N,,0,,,,,,,,, -8,9,O,12944,5,1/2+,,6,2,KEV,7.6e-20,2.53e-20,A,,0,N,,0,,,,= 3/2,,,,, -8,9,O,12998.2,1,5/2-,,2.5,10,KEV,1.823e-19,7.291e-20,A,,0,IT,,0,N,,0,= 3/2,,,,, -8,9,O,13076,15,,,16,4,KEV,2.85e-20,7.1e-21,A,,0,N,,0,,,,,,,,, -8,9,O,13484,15,,AP,120,,KEV,3.8e-21,,A,,0,N,,0,,,,,,,,, -8,9,O,13609,15,,,250,100,KEV,1.8e-21,7e-22,A,,0,N,,0,,,,,,,,, -8,9,O,13635.3,2.5,(5/2)+,,9,5,KEV,5.06e-20,2.81e-20,A,,0,N,,0,,,,= 3/2,,,,, -8,9,O,13670,0,,,400,,KEV,1.1e-21,0,N,100,0,,,,,,,,,,,, -8,9,O,14230.3,1.7,7/2-,,20.5,16,KEV,2.22e-20,1.73e-21,A,,0,N,,0,IT,,0,= 3/2,,,,, -8,9,O,14286,3,,,7.5,4,KEV,6.08e-20,3.24e-21,A,,0,N,,0,,,,= 1/2,,,,, -8,9,O,14451,3,,,40,6,KEV,1.14e-20,1.7e-21,A,,0,N,,0,IT,,0,,,,,, -8,9,O,14760,100,(GE 3/2),,340,,KEV,1.3e-21,0,N,,0,IT,,0,,,,,,,,, -8,9,O,14791,3,(1/2-),,36,13,KEV,1.27e-20,4.6e-21,A,,0,IT,,0,N,,0,= 3/2,,,,, -8,9,O,15000,0,,,180,,KEV,2.5e-21,0,A,,0,D,,0,N,,0,,,,,, -8,9,O,15199,3,,,52,14,KEV,8.8e-21,2.4e-21,A,,0,D,,0,N,,0,= 1/2,,,,, -8,9,O,15368,3,(5/2+),,40,6,KEV,1.14e-20,1.7e-21,A,,0,D,,0,N,,0,= 3/2,,,,, -8,9,O,15600,0,,AP,300,,KEV,1.5e-21,,A,,0,D,,0,P,,0,= 1/2,,,,, -8,9,O,16243,4,(9/2+),,21,10,KEV,2.17e-20,1.03e-20,A,,0,D,,0,P,,0,= 3/2,,,,, -8,9,O,17436,11,,,66,20,KEV,6.9e-21,2.1e-21,A,,0,N,,0,,,,= 3/2,,,,, -8,9,O,18110,4,3/2-,,46,12,KEV,9.9e-21,2.6e-21,A,,0,N,,0,,,,= 3/2,,,,, -8,9,O,19820,40,3/2,,550,50,KEV,8e-22,1e-22,3H,,0,IT,,0,,,,,,,,, -8,9,O,20390,50,5/2 7/2-,,660,70,KEV,7e-22,1e-22,3H,,0,IT,,0,,,,,,,,, -8,9,O,20580,50,1/2,,570,80,KEV,8e-22,1e-22,3H,,0,IT,,0,,,,,,,,, -8,9,O,21050,50,3/2,,470,60,KEV,1e-21,1e-22,3H,,0,IT,,0,,,,,,,,, -8,9,O,21700,100,5/2+,AP,750,,KEV,6e-22,,A,,0,3HE,,0,IT,,0,,,,,, -8,9,O,22100,100,7/2-,AP,750,,KEV,6e-22,,A,,0,3HE,,0,IT,,0,,,,,, -8,9,O,22500,200,3/2(-),AP,1000,,KEV,5e-22,,3HE,,0,IT,,0,,,,,,,,, -8,9,O,23000,0,,AP,6000,,KEV,1e-22,,N,,0,IT,,0,,,,,,,,, -8,9,O,23000,0,1/2+,AP,400,,KEV,1.1e-21,,3HE,,0,IT,,0,,,,,,,,, -8,9,O,23500,0,,,,,,,,3HE,,0,IT,,0,,,,,,,,, -8,9,O,24400,0,,,,,,,,3HE,,0,IT,,0,,,,,,,,, -8,10,O,1982.07,0.09,2+,,1.94,5,PS,0.00000000000194,0.00000000000005,IT,100,0,,,,,,,,,,,, -8,10,O,3554.84,0.4,4+,,17.2,8,PS,0.0000000000172,0.0000000000008,IT,100,0,,,,,,,,,,,, -8,10,O,3633.76,0.11,0+,,0.96,11,PS,0.00000000000096,0.00000000000011,IT,100,0,,,,,,,,,,,, -8,10,O,3920.44,0.14,2+,,18.4,20,FS,0.0000000000000184,0.000000000000002,IT,100,0,,,,,,,,,,,, -8,10,O,4455.54,0.1,1-,,45,10,FS,0.000000000000045,0.00000000000001,IT,100,0,,,,,,,,,,,, -8,10,O,5097.78,0.54,3-,,43,17,FS,0.000000000000043,0.000000000000017,IT,100,0,,,,,,,,,,,, -8,10,O,5254.8,0.9,2+,,7.0,3,FS,0.000000000000007,3e-16,IT,100,0,,,,,,,,,,,, -8,10,O,5336.4,0.6,0+,,139,28,FS,0.000000000000139,0.000000000000028,IT,100,0,,,,,,,,,,,, -8,10,O,5377.8,1.2,3+,LT,21,,FS,0.000000000000021,0,IT,100,0,,,,,,,,,,,, -8,10,O,5530.24,0.29,2-,LT,17,,FS,0.000000000000017,0,IT,100,0,,,,,,,,,,,, -8,10,O,6198.22,0.4,1-,,2.6,4,FS,0.0000000000000026,4e-16,IT,100,0,,,,,,,,,,,, -8,10,O,6351.3,0.6,(2-),LT,24,,FS,0.000000000000024,0,IT,100,0,,,,,,,,,,,, -8,10,O,6404.4,1.2,3-,,21,10,FS,0.000000000000021,0.00000000000001,IT,100,0,,,,,,,,,,,, -8,10,O,6880.45,0.27,0-,LT,17,,FS,0.000000000000017,0,IT,100,0,,,,,,,,,,,, -8,10,O,7116.9,1.2,4+,LT,17,,FS,0.000000000000017,0,A,,0,IT,,0,,,,,,,,, -8,10,O,7615.9,0.7,1-,LT,2.5,,KEV,1.823e-19,,IT,,0,A,,0,,,,,,,,, -8,10,O,7771.07,0.5,2-,LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,7864,5,5-,,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,7977,4,(3+ 4-),,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,8037.8,0.7,1-,LT,2.5,,KEV,1.823e-19,,IT,,0,A,,0,,,,,,,,, -8,10,O,8125,2,5-,,,,,,,IT,,0,A,,0,,,,,,,,, -8,10,O,8213,4,2+,,1.0,8,KEV,4.557e-19,3.6456e-19,A,,0,IT,,0,N,,0,= 1,,,,, -8,10,O,8282,3,3-,,8,1,KEV,5.7e-20,7.1e-21,IT,,0,N,,0,A,,0,,,,,, -8,10,O,8410,8,(2-),,8,6,KEV,5.7e-20,4.27e-20,A,,0,N,,0,,,,,,,,, -8,10,O,8521,6,,,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,8817,12,(1+),,70,12,KEV,6.5e-21,1.1e-21,A,,0,N,,0,,,,,,,,, -8,10,O,8955,4,,,43,3,KEV,1.06e-20,7e-22,N,,0,A,,0,,,,,,,,, -8,10,O,9000,200,(1-),,,,,,,A,,0,,,,,,,,,,,, -8,10,O,9361,6,(3-),,27,15,KEV,1.69e-20,9.4e-21,IT,,0,N,,0,A,,0,,,,,, -8,10,O,9414,18,,AP,120,,KEV,3.8e-21,,A,,0,N,,0,,,,,,,,, -8,10,O,9480,24,,AP,65,,KEV,7e-21,,A,,0,N,,0,,,,,,,,, -8,10,O,9672,7,(3-),,60,30,KEV,7.6e-21,3.8e-21,N,,0,A,,0,,,,,,,,, -8,10,O,9713,7,,,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,9890,11,,AP,150,,KEV,3e-21,,N,,0,A,,0,,,,,,,,, -8,10,O,10118,10,3-,,16,4,KEV,2.85e-20,7.1e-21,A,,0,N,,0,,,,,,,,, -8,10,O,10240,20,(0 1 2)-,,,,,,,N,100,0,,,,,,,,,,,, -8,10,O,10295,14,4+,LT,50,,KEV,9.1e-21,,IT,,0,N,,0,A,,0,,,,,, -8,10,O,10396,9,3-,,,,,,,A,,0,N,,0,,,,,,,,, -8,10,O,10430,40,(2-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,10595,15,,,,,,,,N,,0,A,,0,,,,,,,,, -8,10,O,10670,20,(2-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,10820,20,,,,,,,,A,,0,N,,0,,,,,,,,, -8,10,O,10910,20,,,,,,,,A,,0,N,,0,,,,,,,,, -8,10,O,10990,20,(2-),LT,50,,KEV,9.1e-21,,IT,,0,N,,0,A,,0,,,,,, -8,10,O,11130,20,,,,,,,,A,,0,N,,0,,,,,,,,, -8,10,O,11390,20,(2+),,,,,,,N,,0,A,,0,,,,,,,,, -8,10,O,11410,20,(4+),,,,,,,A,,0,N,,0,,,,,,,,, -8,10,O,11490,30,(0 1 2)-,,,,,,,N,100,0,,,,,,,,,,,, -8,10,O,11520,50,(2-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,11620,20,5-,,,,,,,N,,0,A,,0,,,,,,,,, -8,10,O,11690,20,6+,,,,,,,N,,0,A,,0,,,,,,,,, -8,10,O,11820,20,(3-),,,,,,,A,,0,N,,0,,,,,,,,, -8,10,O,11900,30,(2-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,12040,20,(2+),,,,,,,IT,,0,N,,0,A,,0,,,,,, -8,10,O,12250,20,(1-),,,,,,,A,,0,N,,0,,,,,,,,, -8,10,O,12330,20,5-,,,,,,,N,,0,A,,0,,,,,,,,, -8,10,O,12410,20,(3-),,143,24,KEV,3.2e-21,5e-22,IT,100,0,,,,,,,,,,,, -8,10,O,12500,20,4+,,,,,,,N,,0,A,,0,,,,,,,,, -8,10,O,12520,20,,LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,12530,20,6+,,,,,,,N,,0,A,,0,,,,,,,,, -8,10,O,12660,20,(2-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,12990,20,(4-),,68,18,KEV,6.7e-21,1.8e-21,IT,100,0,,,,,,,,,,,, -8,10,O,13100,0,1-,,700,,KEV,7e-22,0,IT,,0,N,,0,,,,,,,,, -8,10,O,13400,20,(2-),,108,20,KEV,4.2e-21,8e-22,IT,100,0,,,,,,,,,,,, -8,10,O,13800,0,1-,,600,,KEV,8e-22,0,IT,,0,N,,0,,,,,,,,, -8,10,O,13850,13,(6-),AP,200,,KEV,2.3e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,14170,40,(6-),,140,50,KEV,3.3e-21,1.2e-21,IT,100,0,,,,,,,,,,,, -8,10,O,14450,50,,AP,1070,,KEV,4e-22,,IT,100,0,,,,,,,,,,,, -8,10,O,14700,0,1-,,800,,KEV,6e-22,0,IT,,0,N,,0,,,,,,,,, -8,10,O,15230,40,,AP,300,,KEV,1.5e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,15800,0,1-,,700,,KEV,7e-22,0,IT,,0,N,,0,,,,,,,,, -8,10,O,15950,30,,LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,16210,10,1(-),,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,16315,10,(3 2)-,,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,16399,5,2-,LT,20,,KEV,2.28e-20,,IT,100,0,,,,,,,= 2,,,,, -8,10,O,16880,30,(4- 2-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,= 1,,,,, -8,10,O,16948,10,(3 2)-,,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,17025,10,(3-),,20,6,KEV,2.28e-20,6.8e-21,IT,100,0,,,,,,,= 2,,,,, -8,10,O,17398,10,1-,,600,,KEV,8e-22,0,IT,,0,N,,0,P,,0,= 2,,,,, -8,10,O,17450,10,(2 1 3)-,,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,17460,30,(4-),AP,600,,KEV,8e-22,,IT,100,0,,,,,,,= 1,,,,, -8,10,O,17500,0,,AP,150,,KEV,3e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,17502,10,(1 2 3)-,,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,17635,10,,,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,18049,10,,,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,18200,0,,AP,150,,KEV,3e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,18450,20,(3-),,75,27,KEV,6.1e-21,2.2e-21,IT,100,0,,,,,,,= 1,,,,, -8,10,O,18500,0,,AP,4300,,KEV,1e-22,,IT,100,0,,,,,,,,,,,, -8,10,O,18700,20,(4-),LT,20,,KEV,2.28e-20,,IT,100,0,,,,,,,= 2,,,,, -8,10,O,18871,5,1+,,,,,,,IT,100,0,,,,,,,= 2,,,,, -8,10,O,18927,10,(1 2+),,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,19027,10,(1 3)-,,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,19150,10,(1- 2+ 3-),,,,,,,IT,100,0,,,,,,,,,,,, -8,10,O,19240,20,(GE 3),LT,20,,KEV,2.28e-20,,IT,100,0,,,,,,,= 2,,,,, -8,10,O,19400,0,1-,,900,,KEV,5e-22,0,IT,,0,P,,0,,,,= 2,,,,, -8,10,O,19700,0,,AP,200,,KEV,2.3e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,20200,0,,AP,180,,KEV,2.5e-21,,IT,100,0,,,,,,,,,,,, -8,10,O,20360,20,(4-),LT,20,,KEV,2.28e-20,,IT,100,0,,,,,,,= 2,,,,, -8,10,O,20860,20,,,97,41,KEV,4.7e-21,2e-21,IT,100,0,,,,,,,,,,,, -8,10,O,21000,0,1-,AP,150,,KEV,3e-21,,IT,,0,N,,0,P,,0,= 1,,,,, -8,10,O,21420,20,(4-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,= 2,,,,, -8,10,O,22400,20,4-,,91,8,KEV,5e-21,4e-22,IT,100,0,,,,,,,= 2,,,,, -8,10,O,22700,0,1-,,,,,,,IT,,0,N,,0,P,,0,,,,,, -8,10,O,23100,20,,,49,24,KEV,9.3e-21,4.6e-21,IT,100,0,,,,,,,,,,,, -8,10,O,23800,0,1-,AP,1500,,KEV,3e-22,,IT,,0,N,,0,P,,0,= 1,,,,, -8,10,O,27000,0,1-,,,,,,,IT,,0,N,,0,P,,0,= 2,,,,, -8,10,O,30000,0,,,,,,,,IT,,0,N,,0,,,,,,,,, -8,10,O,36000,0,,,,,,,,IT,100,0,,,,,,,,,,,, -8,11,O,4582,4.6,3/2-,,52,3,KEV,8.8e-21,5e-22,N,100,0,,,,,,,,,,,, -8,11,O,5082,5.4,1/2-,,49,5,KEV,9.3e-21,9e-22,N,100,0,,,,,,,,,,,, -8,11,O,5148.4,3.2,GE 5/2+,,3.4,10,KEV,1.34e-19,3.942e-20,N,100,0,,,,,,,,,,,, -8,11,O,5540,0,3/2+,AP,490,,KEV,9e-22,,N,100,0,,,,,,,,,,,, -8,11,O,5704.6,4.3,7/2- 5/2,,7.8,14,KEV,5.84e-20,1.049e-20,N,100,0,,,,,,,,,,,, -8,11,O,6119.6,3.2,3/2+,AP,110,,KEV,4.1e-21,,N,100,0,,,,,,,,,,,, -8,11,O,6269.3,2.6,7/2-,,19.2,24,KEV,2.37e-20,2.97e-21,N,100,0,,,,,,,,,,,, -8,11,O,6466.2,4.8,7/2 9/2 11/2,,,,,,,N,100,0,,,,,,,,,,,, -8,11,O,9600,0,7/2-,,,,,,,N,100,0,,,,,,,,,,,, -8,11,O,9900,0,7/2-,,,,,,,N,100,0,,,,,,,,,,,, -8,11,O,10210,0,7/2-,,,,,,,N,100,0,,,,,,,,,,,, -8,11,O,10660,0,7/2-,,,,,,,N,100,0,,,,,,,,,,,, -8,11,O,11250,50,,,240,,KEV,1.9e-21,0,A,,0,N,,0,,,,,,,,, -8,11,O,11580,50,,,330,,KEV,1.4e-21,0,N,,0,A,,0,,,,,,,,, -8,16,O,4790,110,2+,,0.05,+21-5,MEV,9.114e-21,0,N,100,0,,,,,,,,,,,, -8,16,O,5370,120,(1+),,0.03,+12-3,MEV,1.519e-20,0,N,100,0,,,,,,,,,,,, -8,16,O,7400,-1,(-),,,,,,,N,100,0,,,,,,,,,,,, -9,6,F,1300,100,(5/2+),,0.24,3,MEV,1.8988e-21,2.37344e-22,P,100,0,,,,,,,= 3/2,,,,, -9,7,F,193,6,1-,LT,40,,KEV,1.14e-20,,P,100,0,,,,,,,,,,,, -9,7,F,424,5,2-,,40,30,KEV,1.14e-20,8.5e-21,P,100,0,,,,,,,,,,,, -9,7,F,721,4,3-,LT,15,,KEV,3.04e-20,,P,100,0,,,,,,,,,,,, -9,7,F,3758,6,1+,LT,40,,KEV,1.14e-20,,P,100,0,,,,,,,,,,,, -9,7,F,3870,6,2+,LT,20,,KEV,2.28e-20,,P,100,0,,,,,,,,,,,, -9,7,F,4372,6,3+,,50,20,KEV,9.1e-21,3.6e-21,P,100,0,,,,,,,,,,,, -9,7,F,4654,6,1+,,60,20,KEV,7.6e-21,2.5e-21,P,100,0,,,,,,,,,,,, -9,7,F,4977,8,(2+),,60,40,KEV,7.6e-21,5.1e-21,P,100,0,,,,,,,,,,,, -9,7,F,5272,8,(1-),,,,,,,P,100,0,,,,,,,,,,,, -9,7,F,5404,10,4,,,,,,,P,100,0,,,,,,,,,,,, -9,7,F,5449,14,,,,,,,,P,100,0,,,,,,,,,,,, -9,7,F,5524,9,+,,,,,,,P,100,0,,,,,,,,,,,, -9,7,F,5570,20,,,,,,,,P,100,0,,,,,,,,,,,, -9,7,F,5856,10,2-,,,,,,,P,100,0,,,,,,,,,,,, -9,7,F,6559,10,,,,,,,,P,100,0,,,,,,,,,,,, -9,7,F,7500,30,2-,,950,100,KEV,5e-22,1e-22,P,100,0,,,,,,,,,,,, -9,7,F,9500,30,1-(& 2-),,1050,100,KEV,4e-22,0,P,100,0,,,,,,,,,,,, -9,7,F,11500,50,1-(& 2-),,1900,500,KEV,2e-22,1e-22,P,100,0,,,,,,,,,,,, -9,8,F,3104,3,1/2-,,19,1,KEV,2.4e-20,1.3e-21,P,100,0,IT,0.000063,0.000011,,,,,,,,, -9,8,F,3857,4,5/2-,,1.5,2,KEV,3.038e-19,4.051e-20,P,100,0,IT,0.0073,0.0017,,,,,,,,, -9,8,F,4640,20,3/2-,,225,,KEV,2e-21,0,P,100,0,,,,,,,,,,,, -9,8,F,5000,20,3/2+,,1530,,KEV,3e-22,0,P,100,0,,,,,,,,,,,, -9,8,F,5488,11,3/2-,,68,,KEV,6.7e-21,0,P,100,0,,,,,,,,,,,, -9,8,F,5672,20,7/2-,,40,,KEV,1.14e-20,0,P,100,0,,,,,,,,,,,, -9,8,F,5682,20,(5/2-),LT,0.6,,KEV,7.595e-19,,P,100,0,,,,,,,,,,,, -9,8,F,5820,20,3/2+,,180,,KEV,2.5e-21,0,P,100,0,,,,,,,,,,,, -9,8,F,6037,9,1/2-,,30,,KEV,1.52e-20,0,P,100,0,,,,,,,,,,,, -9,8,F,6560,20,1/2+,,200,,KEV,2.3e-21,0,P,100,0,,,,,,,,,,,, -9,8,F,6697,7,5/2+,LE,1.8,,KEV,2.532e-19,,P,100,0,,,,,,,,,,,, -9,8,F,6774,20,(3/2+),,4.5,,KEV,1.013e-19,0,P,100,0,,,,,,,,,,,, -9,8,F,7027,20,5/2-,,3.8,,KEV,1.199e-19,0,P,100,0,,,,,,,,,,,, -9,8,F,7356,20,(3/2+),,10,2,KEV,4.56e-20,9.1e-21,A,,0,P,,0,,,,,,,,, -9,8,F,7448,20,,LE,5,,KEV,9.11e-20,,P,100,0,,,,,,,,,,,, -9,8,F,7454,20,,,7,2,KEV,6.51e-20,1.86e-20,A,,0,P,,0,,,,,,,,, -9,8,F,7471,20,,,5,2,KEV,9.11e-20,3.65e-20,P,100,0,,,,,,,,,,,, -9,8,F,7479,20,3/2+,,795,,KEV,6e-22,0,P,100,0,,,,,,,,,,,, -9,8,F,7546,20,7/2-,,30,,KEV,1.52e-20,0,P,100,0,,,,,,,,,,,, -9,8,F,7750,40,(1/2+),,179,30,KEV,2.5e-21,4e-22,A,,0,P,,0,,,,,,,,, -9,8,F,7950,30,,,10,3,KEV,4.56e-20,1.37e-20,P,100,0,,,,,,,,,,,, -9,8,F,8010,40,,,50,20,KEV,9.1e-21,3.6e-21,A,,0,P,,0,,,,,,,,, -9,8,F,8070,30,5/2(+),,100,20,KEV,4.6e-21,9e-22,A,,0,P,,0,,,,,,,,, -9,8,F,8075,10,(1/2 3/2)-,,,,,,,P,100,0,,,,,,,,,,,, -9,8,F,8200,0,3/2(-),,700,250,KEV,7e-22,2e-22,A,,0,P,,0,,,,,,,,, -9,8,F,8383,10,5/2(-),,11,5,KEV,4.14e-20,1.88e-20,A,,0,P,,0,,,,,,,,, -9,8,F,8416,20,(7/2+),,45,10,KEV,1.01e-20,2.3e-21,A,,0,P,,0,,,,,,,,, -9,8,F,8436,10,(1/2 3/2)-,,,,,,,P,100,0,,,,,,,,,,,, -9,8,F,8750,60,5/2(+),,170,30,KEV,2.7e-21,5e-22,A,,0,P,,0,,,,,,,,, -9,8,F,8760,0,3/2+,,90,20,KEV,5.1e-21,1.1e-21,P,100,0,,,,,,,,,,,, -9,8,F,8825,25,(1/2 3/2)-,,,,,,,P,100,0,,,,,,,,,,,, -9,8,F,8980,20,7/2-,,165,30,KEV,2.8e-21,5e-22,A,,0,P,,0,,,,,,,,, -9,8,F,9170,60,3/2(+),,140,30,KEV,3.3e-21,7e-22,A,,0,P,,0,,,,,,,,, -9,8,F,9450,50,,,200,40,KEV,2.3e-21,5e-22,P,100,0,,,,,,,,,,,, -9,8,F,9920,0,9/2+,,90,30,KEV,5.1e-21,1.7e-21,A,,0,P,,0,,,,,,,,, -9,8,F,10030,60,,,170,40,KEV,2.7e-21,6e-22,P,100,0,,,,,,,,,,,, -9,8,F,10040,40,7/2,,280,100,KEV,1.6e-21,6e-22,P,100,0,,,,,,,,,,,, -9,8,F,10220,40,,,250,80,KEV,1.8e-21,6e-22,A,100,0,,,,,,,,,,,, -9,8,F,10400,40,5/2(+),,160,40,KEV,2.8e-21,7e-22,P,100,0,,,,,,,,,,,, -9,8,F,10499,30,7/2-,,165,25,KEV,2.8e-21,4e-22,A,,0,P,,0,,,,,,,,, -9,8,F,10660,20,,,90,60,KEV,5.1e-21,3.4e-21,P,100,0,,,,,,,,,,,, -9,8,F,10790,40,,,120,40,KEV,3.8e-21,1.3e-21,A,,0,P,,0,,,,,,,,, -9,8,F,10910,100,1/2-,,560,100,KEV,8e-22,1e-22,P,100,0,,,,,,,,,,,, -9,8,F,10950,40,,,190,50,KEV,2.4e-21,6e-22,A,,0,P,,0,,,,,,,,, -9,8,F,11192.9,2.3,1/2-,,0.18,3,KEV,2.5317e-18,4.21944e-19,IT,3.3,1.5,A,,0,P,,0,= 3/2,,,,, -9,8,F,11430,40,,,240,50,KEV,1.9e-21,4e-22,A,,0,P,,0,,,,,,,,, -9,8,F,11580,50,,,160,30,KEV,2.8e-21,5e-22,P,100,0,,,,,,,,,,,, -9,8,F,12000,40,,,120,40,KEV,3.8e-21,1.3e-21,A,,0,P,,0,,,,,,,,, -9,8,F,12250,40,3/2-,,300,30,KEV,1.5e-21,2e-22,P,100,0,,,,,,,,,,,, -9,8,F,12355,20,1/2-,,190,20,KEV,2.4e-21,3e-22,P,100,0,,,,,,,,,,,, -9,8,F,12500,-1,7/2-,AP,600,,KEV,8e-22,,P,100,0,,,,,,,,,,,, -9,8,F,12550.1,0.9,3/2-,,2.83,12,KEV,1.61e-19,6.828e-21,A,,0,P,,0,IT,,0,= 3/2,,,,, -9,8,F,13061,4,5/2-,,2,1,KEV,2.279e-19,1.139e-19,A,,0,IT,,0,P,,0,= 3/2,,,,, -9,8,F,13080,4,(1/2+),,2,1,KEV,2.279e-19,1.139e-19,P,,0,A,,0,,,,= 3/2,,,,, -9,8,F,13130,100,5/2-,,520,50,KEV,9e-22,1e-22,P,100,0,,,,,,,,,,,, -9,8,F,13781,4,5/2+,,12,5,KEV,3.8e-20,1.58e-20,A,,0,P,,0,,,,= 3/2,,,,, -9,8,F,14000,50,7/2-,,260,30,KEV,1.8e-21,2e-22,P,100,0,,,,,,,,,,,, -9,8,F,14176,6,3/2-,,30,5,KEV,1.52e-20,2.5e-21,P,,0,IT,,0,,,,= 3/2,,,,, -9,8,F,14304,3,7/2-,,19.3,16,KEV,2.36e-20,1.96e-21,A,,0,P,,0,IT,,0,= 3/2,,,,, -9,8,F,14380,50,5/2-,,610,50,KEV,7e-22,1e-22,P,100,0,,,,,,,,,,,, -9,8,F,14710,100,1/2-,,470,100,KEV,1e-21,2e-22,P,100,0,,,,,,,,,,,, -9,8,F,14809,20,1/2+,,190,25,KEV,2.4e-21,3e-22,P,100,0,,,,,,,,,,,, -9,8,F,15600,0,,AP,550,,KEV,8e-22,,P,100,0,,,,,,,,,,,, -9,8,F,17100,0,5/2-,,1500,,KEV,3e-22,0,P,100,0,,,,,,,,,,,, -9,8,F,20100,200,,,1070,60,KEV,4e-22,0,3HE,,0,IT,,0,,,,,,,,, -9,8,F,20400,100,,,700,100,KEV,7e-22,1e-22,3HE,,0,IT,,0,,,,,,,,, -9,8,F,20900,0,9/2+,,600,,KEV,8e-22,0,P,100,0,,,,,,,,,,,, -9,8,F,21300,100,,,900,100,KEV,5e-22,1e-22,3HE,,0,IT,,0,,,,,,,,, -9,8,F,21800,0,(9/2+),,400,,KEV,1.1e-21,0,P,100,0,,,,,,,,,,,, -9,8,F,22700,0,7/2+,,600,,KEV,8e-22,0,P,100,0,,,,,,,,,,,, -9,8,F,23800,0,7/2+,,600,,KEV,8e-22,0,P,100,0,,,,,,,,,,,, -9,8,F,25400,0,7/2-,,1500,,KEV,3e-22,0,P,100,0,,,,,,,,,,,, -9,8,F,27200,0,5/2-,,1500,,KEV,3e-22,0,P,100,0,,,,,,,,,,,, -9,8,F,28900,0,5/2+,,2000,,KEV,2e-22,0,P,100,0,,,,,,,,,,,, -9,9,F,937.2,0.06,3+,,46.9,17,PS,0.0000000000469,0.0000000000017,IT,100,0,,,,,,,= 0,,,,, -9,9,F,1041.55,0.08,0+,,1.77,31,FS,0.00000000000000177,3.1e-16,IT,100,0,,,,,,,= 1,,,,, -9,9,F,1080.54,0.12,0-,,19.1,13,PS,0.0000000000191,0.0000000000013,IT,100,0,,,,,,,= 0,,,,, -9,9,F,1121.36,0.15,5+,,162,7,NS,0.000000162,0.000000007,IT,100,0,,,,,,,= 0,,,,, -9,9,F,1700.81,0.18,1+,,662,19,FS,0.000000000000662,0.000000000000019,IT,100,0,,,,,,,= 0,,,,, -9,9,F,2100.61,0.1,2-,,3.5,3,PS,0.0000000000035,0.0000000000003,IT,100,0,,,,,,,= 0,,,,, -9,9,F,2523.35,0.18,2+,,408,17,FS,0.000000000000408,0.000000000000017,IT,100,0,,,,,,,= 0,,,,, -9,9,F,3061.84,0.18,2+,LT,0.83,,FS,8.3e-16,0,IT,100,0,,,,,,,= 1,,,,, -9,9,F,3133.87,0.15,1-,,0.27,1,PS,0.00000000000027,0.00000000000001,IT,100,0,,,,,,,= 0,,,,, -9,9,F,3358.2,1,3+,,0.30,2,PS,0.0000000000003,0.00000000000002,IT,100,0,,,,,,,= 0,,,,, -9,9,F,3724.19,0.22,1+,,1.9,28,FS,0.0000000000000019,0.0000000000000028,IT,100,0,,,,,,,= 0,,,,, -9,9,F,3791.49,0.22,3-,,1.32,9,PS,0.00000000000132,0.00000000000009,IT,100,0,,,,,,,= 0,,,,, -9,9,F,3839.17,0.22,2+,,13.2,19,FS,0.0000000000000132,0.0000000000000019,IT,100,0,,,,,,,= 0,,,,, -9,9,F,4115.9,0.25,3+,,63,15,FS,0.000000000000063,0.000000000000015,IT,100,0,,,,,,,= 0,,,,, -9,9,F,4225.8,0.7,2-,,76,10,FS,0.000000000000076,0.00000000000001,IT,100,0,,,,,,,= 0,,,,, -9,9,F,4360.15,0.26,1+,,19,7,FS,0.000000000000019,0.000000000000007,IT,100,0,,,,,,,= 0,,,,, -9,9,F,4398.1,0.7,4-,,40,8,FS,0.00000000000004,0.000000000000008,IT,100,0,,,,,,,= 0,,,,, -9,9,F,4652,2,4+,LT,7,,FS,0.000000000000007,0,IT,100,0,,,,,,,= 1,,,,, -9,9,F,4753,3,0+,,,,,,,IT,100,0,,,,,,,= 1,,,,, -9,9,F,4848.3,0.5,5-,,3.6,6,PS,0.0000000000036,0.0000000000006,IT,100,0,,,,,,,= 0,,,,, -9,9,F,4860,2,1-,,46,12,FS,0.000000000000046,0.000000000000012,A,,0,IT,,0,,,,= 0,,,,, -9,9,F,4963.6,0.8,2+,LT,3,,FS,0.000000000000003,0,IT,100,0,,,,,,,= 1,,,,, -9,9,F,5297.6,1.5,4+,,21,3,FS,0.000000000000021,0.000000000000003,A,,0,IT,,0,,,,= 0,,,,, -9,9,F,5502,2,3(-),,44,17,FS,0.000000000000044,0.000000000000017,A,,0,IT,,0,,,,= 0,,,,, -9,9,F,5603.38,0.27,1+,,43.3,16,EV,1.05e-17 ,3.9e-19,IT,,0,A,,0,,,,,,,,, -9,9,F,5604.86,0.28,1-,LT,1.2,,KEV,3.798e-19,,A,,0,IT,,0,,,,= 0|1,,,,, -9,9,F,5672.57,0.32,1-,LT,0.8,,KEV,5.696e-19,,A,,0,IT,,0,,,,= 0|1,,,,, -9,9,F,5786,2,2-,,10,7,FS,0.00000000000001,0.000000000000007,A,,0,IT,,0,,,,= 0,,,,, -9,9,F,6096.4,1.1,4-,,0.24,3,KEV,1.8988e-18,2.37344e-19,P,,0,A,,0,IT,,0,= 0,,,,, -9,9,F,6108,3,(1+),,0.034,3,KEV,1.34029e-17,1.1826125e-18,A,,0,IT,,0,P,,0,= 0,,,,, -9,9,F,6136.47,0.33,0+,LT,1,,KEV,4.557e-19,,P,,0,IT,,0,,,,= 1,,,,, -9,9,F,6163.2,0.9,3+,,14.0,5,KEV,3.26e-20,1.16e-21,P,,0,A,,0,IT,,0,= 1,,,,, -9,9,F,6240.4,0.8,3-,,0.19,3,KEV,2.3984e-18,3.78698e-19,P,,0,A,,0,IT,,0,= 0|1,,,,, -9,9,F,6242,3,3-,,0.18,4,KEV,2.5317e-18,5.62593e-19,P,,0,A,,0,IT,,0,= 0|1,,,,, -9,9,F,6262,3,1+,,0.60,12,KEV,7.595e-19,1.519e-19,P,,0,A,,0,IT,,0,= 0,,,,, -9,9,F,6283.2,0.9,2+,,10.0,5,KEV,4.56e-20,2.28e-21,P,,0,A,,0,IT,,0,= 1,,,,, -9,9,F,6310.5,0.8,3+,,0.95,14,KEV,4.797e-19,7.069e-20,P,,0,A,,0,IT,,0,= 0,,,,, -9,9,F,6385.5,1.7,2+,,0.49,9,KEV,9.3e-19,1.70816e-19,P,,0,A,,0,IT,,0,= 0|1,,,,, -9,9,F,6484.9,1.5,3+,,0.40,10,KEV,1.1393e-18,2.84813e-19,P,,0,A,,0,IT,,0,= 0,,,,, -9,9,F,6567,1.5,5+,,0.56,13,KEV,8.138e-19,1.88906e-19,P,,0,A,,0,IT,,0,= 0,,,,, -9,9,F,6633,10,1,,80,2,KEV,5.7e-21,1e-22,A,,0,P,,0,,,,,,,,, -9,9,F,6643.7,0.8,2-,,0.60,7,KEV,7.595e-19,8.8608e-20,P,,0,A,,0,IT,,0,= 1,,,,, -9,9,F,6647,4,1-,,91,4,KEV,5e-21,2e-22,A,,0,P,,0,,,,,,,,, -9,9,F,6777,1,4+,,9.2,10,KEV,4.95e-20,5.38e-21,P,,0,A,,0,,,,= 0,,,,, -9,9,F,6803.1,1.5,1+ 2 3+,LT,2,,KEV,2.279e-19,,P,,0,IT,,0,,,,= 0,,,,, -9,9,F,6809,5,2-,,88,2,KEV,5.2e-21,1e-22,A,,0,P,,0,,,,,,,,, -9,9,F,6811,0,(2+),,3.0,5,KEV,1.519e-19,2.532e-20,P,,0,A,,0,,,,,,,,, -9,9,F,6857,10,(3-),,5.0,10,KEV,9.11e-20,1.823e-20,P,,0,A,,0,,,,,,,,, -9,9,F,6877.4,1.7,3 4-,LT,2,,KEV,2.279e-19,,P,,0,A,,0,IT,,0,= 0,,,,, -9,9,F,7201,2,(4+),,6.5,,KEV,7.01e-20,0,A,,0,P,,0,,,,= 0,,,,, -9,9,F,7247,2,(1+),,46.5,,KEV,9.8e-21,0,A,,0,P,,0,,,,= 0,,,,, -9,9,F,7291,2,3-,,38,,KEV,1.2e-20,0,A,,0,P,,0,,,,,,,,, -9,9,F,7315,4,(3-),,52,,KEV,8.8e-21,0,A,,0,P,,0,,,,= 0,,,,, -9,9,F,7336,2,1-,,16,2,KEV,2.85e-20,3.6e-21,P,,0,IT,,0,,,,= 1,,,,, -9,9,F,7406,2,1+,,14.6,14,KEV,3.12e-20,2.99e-21,P,100,0,,,,,,,,,,,, -9,9,F,7447,10,,,140,,KEV,3.3e-21,0,A,,0,P,,0,,,,,,,,, -9,9,F,7454,2,1-,,6,,KEV,7.6e-20,0,P,100,0,,,,,,,,,,,, -9,9,F,7478,2,(2),,12,3,KEV,3.8e-20,9.5e-21,IT,,0,A,,0,P,,0,,,,,, -9,9,F,7485,2,(1-),,32,,KEV,1.42e-20,0,P,100,0,,,,,,,,,,,, -9,9,F,7506,2,4-,,12,2,KEV,3.8e-20,6.3e-21,P,,0,A,,0,,,,,,,,, -9,9,F,7513,2,,LT,4,,KEV,1.139e-19,,IT,,0,P,,0,,,,,,,,, -9,9,F,7528,2,2-,,16.5,30,KEV,2.76e-20,5.02e-21,A,,0,IT,,0,P,,0,= 1,,,,, -9,9,F,7532,5,,,75,,KEV,6.1e-21,0,P,,0,A,,0,,,,,,,,, -9,9,F,7555,2,(1-),,30,,KEV,1.52e-20,0,P,100,0,,,,,,,,,,,, -9,9,F,7584,2,,,9,2,KEV,5.06e-20,1.13e-20,A,,0,IT,,0,P,,0,,,,,, -9,9,F,7685,2,3+ 4+,,36,4,KEV,1.27e-20,1.4e-21,P,,0,A,,0,,,,,,,,, -9,9,F,7729,4,GE 1,,66,5,KEV,6.9e-21,5e-22,P,,0,A,,0,,,,,,,,, -9,9,F,7763,4,,,70,,KEV,6.5e-21,0,P,100,0,,,,,,,,,,,, -9,9,F,7878,3,GE 2,,20,,KEV,2.28e-20,0,A,,0,P,,0,,,,,,,,, -9,9,F,7899,2,(2-),,38,,KEV,1.2e-20,0,P,,0,A,,0,,,,,,,,, -9,9,F,7941,12,(1+),,112,,KEV,4.1e-21,0,P,,0,A,,0,,,,,,,,, -9,9,F,8064,6,GE 4,,60,,KEV,7.6e-21,0,A,,0,P,,0,,,,,,,,, -9,9,F,8115,8,,,96,,KEV,4.7e-21,0,P,100,0,,,,,,,,,,,, -9,9,F,8209,2,2-,,52,,KEV,8.8e-21,0,P,,0,A,,0,,,,,,,,, -9,9,F,8238,2,4+,,20,,KEV,2.28e-20,0,P,100,0,,,,,,,,,,,, -9,9,F,9207,15,3 4-,,,,,,,A,,0,P,,0,,,,= 0,,,,, -9,9,F,9500,0,2 3+,,,,,,,A,,0,N,,0,,,,= 0,,,,, -9,9,F,9580,20,6+,,,,,,,A,,0,,,,,,,,,,,, -9,9,F,11220,30,7+,,,,,,,A,,0,,,,,,,,,,,, -9,9,F,13830,0,4- 5+,,60,,KEV,7.6e-21,0,A,,0,,,,,,,,,,,, -9,9,F,14020,0,4- 5+,,60,,KEV,7.6e-21,0,A,,0,,,,,,,,,,,, -9,9,F,14100,0,4- 5+,,60,,KEV,7.6e-21,0,A,,0,,,,,,,,,,,, -9,9,F,14180,40,(8+),,,,,,,A,,0,,,,,,,,,,,, -9,9,F,15090,0,4- 5+,,,,,,,A,,0,,,,,,,,,,,, -9,9,F,15340,0,5+ 6-,,,,,,,A,,0,,,,,,,,,,,, -9,9,F,16070,0,4- 5+,,220,,KEV,2.1e-21,0,A,,0,,,,,,,,,,,, -9,9,F,16720,0,4- 5+,,60,,KEV,7.6e-21,0,A,,0,,,,,,,,,,,, -9,9,F,17430,0,4- 5+ 6-,,70,,KEV,6.5e-21,0,A,,0,,,,,,,,,,,, -9,9,F,19000,150,,,50E1,15,KEV,9e-22,3e-22,IT,,0,,,,,,,,,,,, -9,9,F,20100,200,(2-),,160E1,10,KEV,3e-22,0,IT,,0,,,,,,,= 1,,,,, -9,9,F,22700,200,(2-),,120E1,10,KEV,4e-22,0,IT,,0,,,,,,,= 1,,,,, -9,9,F,24100,200,,,140E1,30,KEV,3e-22,1e-22,IT,,0,,,,,,,,,,,, -9,10,F,4682.5,0.7,5/2-,,10.7,21,FS,0.0000000000000107,0.0000000000000021,A,,0,,,,,,,,,,,, -9,10,F,5106.6,0.9,5/2+,LT,21,,FS,0.000000000000021,0,A,,0,,,,,,,,,,,, -9,10,F,5337,2,1/2(+),LE,0.07,,FS,7e-17,0,A,,0,,,,,,,,,,,, -9,10,F,5418,1,7/2-,,2.6,7,EV,1.753e-16,4.719e-17,A,,0,,,,,,,,,,,, -9,10,F,5463.5,1.5,7/2+,LE,0.18,,FS,1.8e-16,0,A,,0,,,,,,,,,,,, -9,10,F,5500.7,1.7,3/2+,,4,1,KEV,1.139e-19,2.85e-20,A,,0,,,,,,,,,,,, -9,10,F,5535,2,5/2+,,,,,,,A,,0,,,,,,,,,,,, -9,10,F,5621,1,5/2-,LT,0.9,,FS,9e-16,0,A,,0,,,,,,,,,,,, -9,10,F,5938,1,1/2+,,,,,,,A,,0,,,,,,,,,,,, -9,10,F,6070,1,7/2+,,1.2,,KEV,3.798e-19,0,A,,0,,,,,,,,,,,, -9,10,F,6088,1,3/2-,,4,,KEV,1.139e-19,0,A,,0,,,,,,,,,,,, -9,10,F,6160.6,0.9,7/2-,,3.7,10,EV,1.232e-16,3.329e-17,A,,0,,,,,,,,,,,, -9,10,F,6255,1,1/2+,,8,,KEV,5.7e-20,0,A,100,0,,,,,,,,,,,, -9,10,F,6282,2,5/2+,,2.4,,KEV,1.899e-19,0,A,,0,,,,,,,,,,,, -9,10,F,6330,2,7/2+,,2.4,,KEV,1.899e-19,0,A,,0,,,,,,,,,,,, -9,10,F,6429,8,1/2-,,280,,KEV,1.6e-21,0,A,100,0,,,,,,,,,,,, -9,10,F,6496.7,1.4,3/2+,,,,,,,A,,0,,,,,,,,,,,, -9,10,F,6500,0.9,11/2+,GT,2.4,,EV,1.899e-16,4.799368088467615,A,,0,,,,,,,,,,,, -9,10,F,6527.5,1.4,3/2+,,4,,KEV,1.139e-19,0,A,,0,,,,,,,,,,,, -9,10,F,6554,2,7/2(+),,1.6,,KEV,2.848e-19,0,A,,0,,,,,,,,,,,, -9,10,F,6592,2,9/2+,,7.6,18,EV,6e-17,1.42e-17,A,,0,,,,,,,,,,,, -9,10,F,6787,2,3/2-,,6.9,11,EV,6.6e-17,1.053e-17,A,,0,,,,,,,,,,,, -9,10,F,6838.4,0.9,5/2+,,1.2,,KEV,3.798e-19,0,A,,0,,,,,,,,,,,, -9,10,F,6891,4,3/2-,,28,,KEV,1.63e-20,0,A,,0,,,,,,,,,,,, -9,10,F,6926.5,1.7,7/2-,,2.4,,KEV,1.899e-19,0,A,,0,,,,,,,,,,,, -9,10,F,6989,3,1/2-,,51,,KEV,8.9e-21,0,A,100,0,,,,,,,,,,,, -9,10,F,7114,6,7/2+,,32,,KEV,1.42e-20,0,A,100,0,,,,,,,,,,,, -9,10,F,7166.2,0.7,11/2-,,6.9,11,EV,6.6e-17,1.053e-17,A,,0,,,,,,,,,,,, -9,10,F,7262,2,3/2+,LT,6,,KEV,7.6e-20,,A,100,0,,,,,,,,,,,, -9,10,F,7364,4,1/2+,,,,,,,A,100,0,,,,,,,,,,,, -9,10,F,7539.6,0.9,5/2+,,0.16,5,KEV,2.8481e-18,8.90039e-19,A,,0,,,,,,,= 3/2,,,,, -9,10,F,7560,10,7/2+,LT,90,,KEV,5.1e-21,,A,100,0,,,,,,,,,,,, -9,10,F,7660.6,0.9,3/2+,,2.2,7,EV,2.071e-16,6.591e-17,A,,0,,,,,,,= 3/2,,,,, -9,10,F,7702,5,1/2-,LT,30,,KEV,1.52e-20,,A,100,0,,,,,,,,,,,, -9,10,F,7900,0,,LT,200,,KEV,2.3e-21,,A,100,0,,,,,,,,,,,, -9,10,F,7929,3,7/2+ 9/2,,,,,,,A,,0,,,,,,,,,,,, -9,10,F,7937,3,11/2+,,,,,,,A,,0,,,,,,,,,,,, -9,10,F,8014,1,5/2+,,,,,,,P,100,0,,,,,,,,,,,, -9,10,F,8084,3,,LT,3,,KEV,1.519e-19,,A,,0,P,,0,,,,,,,,, -9,10,F,8137.7,1.2,1/2+,LE,0.3,,KEV,1.519e-18,,P,,0,A,,0,,,,,,,,, -9,10,F,8160,0,,LT,50,,KEV,9.1e-21,,A,100,0,,,,,,,,,,,, -9,10,F,8199,1,(5/2+),LT,0.8,,KEV,5.696e-19,,A,,0,P,,0,,,,,,,,, -9,10,F,8254.3,2.6,(5/2 7/2)-,LE,1.5,,KEV,3.038e-19,,P,,0,,,,,,,,,,,, -9,10,F,8288,2,13/2-,LT,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, -9,10,F,8310,1.2,5/2+,,0.047,19,KEV,9.6957e-18,3.9195564e-18,P,,0,A,,0,,,,,,,,, -9,10,F,8370,4,7/2 5/2+,,7.5,15,KEV,6.08e-20,1.215e-20,A,,0,,,,,,,,,,,, -9,10,F,8583.5,1.6,5/2+,LE,0.5,,KEV,9.114e-19,,P,,0,A,,0,,,,,,,,, -9,10,F,8591.9,1,3/2-,,2.0,1,KEV,2.279e-19,1.139e-20,P,,0,A,,0,,,,,,,,, -9,10,F,8629,4,7/2-,LT,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, -9,10,F,8650,0,1/2+,AP,300,,KEV,1.5e-21,,P,,0,A,,0,,,,,,,,, -9,10,F,8793.2,1.5,1/2+,,46,2,KEV,9.9e-21,4e-22,P,,0,,,,,,,= 3/2,,,,, -9,10,F,8864,4,LE 7/2,AP,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, -9,10,F,8926.7,2.8,3/2-,,3.6,2,KEV,1.266e-19,7.03e-21,P,,0,A,,0,,,,,,,,, -9,10,F,8953,3,11/2-,AP,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, -9,10,F,9030,5,5/2 7/2,,4.2,10,KEV,1.085e-19,2.583e-20,A,,0,,,,,,,,,,,, -9,10,F,9099.7,0.7,7/2-,,0.57,3,KEV,7.995e-19,4.2078e-20,P,,0,A,,0,,,,,,,,, -9,10,F,9101,4,7/2+ 9/2+,AP,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, -9,10,F,9167,1.4,1/2+,,6.2,5,KEV,7.35e-20,5.93e-21,A,,0,P,,0,,,,,,,,, -9,10,F,9204,7,3/2,,10.2,15,KEV,4.47e-20,6.57e-21,A,,0,,,,,,,,,,,, -9,10,F,9267,4,11/2+ 9/2+,,2,1,KEV,2.279e-19,1.139e-19,A,,0,,,,,,,,,,,, -9,10,F,9280,5,(7/2 9/2)+,LT,1.5,,KEV,3.038e-19,,A,,0,,,,,,,,,,,, -9,10,F,9318,2,3/2+,,3.4,7,KEV,1.34e-19,2.759e-20,P,,0,A,,0,,,,,,,,, -9,10,F,9321,1.1,1/2+,,5.0,2,KEV,9.11e-20,3.65e-21,A,,0,P,,0,,,,,,,,, -9,10,F,9329,4,LE 3/2,AP,6,,KEV,7.6e-20,,A,,0,,,,,,,,,,,, -9,10,F,9509,4,5/2+ 7/2+,LT,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, -9,10,F,9527,6,(5/2),,28,,KEV,1.63e-20,0,P,,0,A,,0,,,,,,,,, -9,10,F,9536.4,2,5/2+,,6.3,15,KEV,7.23e-20,1.722e-20,P,,0,A,,0,,,,,,,,, -9,10,F,9566,3,3/2-,,26,3,KEV,1.75e-20,2e-21,P,,0,,,,,,,,,,,, -9,10,F,9575,4,3/2-,,67,3,KEV,6.8e-21,3e-22,P,,0,A,,0,,,,,,,,, -9,10,F,9586,3,7/2,,8.9,12,KEV,5.12e-20,6.9e-21,A,,0,P,,0,,,,,,,,, -9,10,F,9642,6,3/2 5/2,AP,8,,KEV,5.7e-20,,A,,0,,,,,,,,,,,, -9,10,F,9654,6,3/2 5/2,AP,6,,KEV,7.6e-20,,A,,0,,,,,,,,,,,, -9,10,F,9667.5,1.5,3/2+,,3.6,4,KEV,1.266e-19,1.406e-20,P,,0,A,,0,,,,,,,,, -9,10,F,9710,4,9/2+ 11/2-,LT,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, -9,10,F,9820,1,5/2-,,0.30,5,KEV,1.519e-18,2.53167e-19,P,,0,A,,0,,,,,,,,, -9,10,F,9834,3,11/2 13/2 15/2,LT,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, -9,10,F,9874,1.8,11/2-,,2.6,6,EV,1.753e-16,4.045e-17,P,,0,A,,0,,,,,,,,, -9,10,F,9887,3,1/2+,,25,2,KEV,1.82e-20,1.5e-21,P,,0,A,,0,,,,,,,,, -9,10,F,9926,3,9/2+,AP,1,,KEV,4.557e-19,,A,,0,,,,,,,= 3/2,,,,, -9,10,F,10088,5,5/2- 7/2-,LT,1.5,,KEV,3.038e-19,,A,,0,,,,,,,,,,,, -9,10,F,10137,8,3/2-,,4.3,6,KEV,1.06e-19,1.479e-20,A,,0,P,,0,,,,,,,,, -9,10,F,10162,3,1/2+,,31,,KEV,1.47e-20,0,A,,0,P,,0,,,,,,,,, -9,10,F,10232,3,1/2+,LT,1,,KEV,4.557e-19,,P,,0,A,,0,,,,,,,,, -9,10,F,10254,3,1/2+,,22,,KEV,2.07e-20,0,P,,0,A,,0,,,,,,,,, -9,10,F,10308,4,3/2+,,9.2,,KEV,4.95e-20,0,A,,0,P,,0,,,,,,,,, -9,10,F,10365,4,7/2 9/2 11/2,,3.0,15,KEV,1.519e-19,7.595e-20,A,,0,,,,,,,,,,,, -9,10,F,10411,3,13/2+,LT,1.5,,KEV,3.038e-19,,A,,0,,,,,,,,,,,, -9,10,F,10469,4,,,11.0,12,KEV,4.14e-20,4.52e-21,P,,0,A,,0,,,,,,,,, -9,10,F,10488,4,,,4.8,8,KEV,9.49e-20,1.582e-20,P,,0,A,,0,,,,,,,,, -9,10,F,10496.3,1.3,3/2+,,5.7,6,KEV,7.99e-20,8.42e-21,N,,0,P,,0,A,,0,,,,,, -9,10,F,10521,4,,,14,2,KEV,3.26e-20,4.7e-21,P,,0,A,,0,,,,,,,,, -9,10,F,10542.3,1.1,,,2.5,2,KEV,1.823e-19,1.458e-20,A,,0,P,,0,N,,0,,,,,, -9,10,F,10555,3,3/2+,,4.0,12,KEV,1.139e-19,3.418e-20,P,,0,A,,0,,,,= 3/2,,,,, -9,10,F,10564.7,2,,,4.6,7,KEV,9.91e-20,1.508e-20,N,,0,P,,0,A,,0,,,,,, -9,10,F,10581,4,(5/2+),,22,3,KEV,2.07e-20,2.8e-21,A,,0,P,,0,,,,,,,,, -9,10,F,10614.3,1.6,5/2+,,4.7,5,KEV,9.7e-20,1.031e-20,N,,0,P,,0,A,,0,= 3/2,,,,, -9,10,F,10763.3,2.5,1/2-,,6,3,KEV,7.6e-20,3.8e-20,N,,0,P,,0,A,,0,,,,,, -9,10,F,10859.7,1.9,5/2+,,240.0,15,KEV,1.9e-21,1e-23,N,,0,P,,0,A,,0,,,,,, -9,10,F,10975,2.5,(3/2 5/2)+,,14,2,KEV,3.26e-20,4.7e-21,N,,0,P,,0,A,,0,,,,,, -9,10,F,10989,2.5,,,7,2,KEV,6.51e-20,1.86e-20,P,,0,N,,0,,,,,,,,, -9,10,F,11072,2.7,1/2+,,35,4,KEV,1.3e-20,1.5e-21,N,,0,P,,0,A,,0,,,,,, -9,10,F,11188,4,(1/2-),,17,4,KEV,2.68e-20,6.3e-21,A,,0,P,,0,N,,0,,,,,, -9,10,F,11273,3,,,7,2,KEV,6.51e-20,1.86e-20,N,,0,P,,0,,,,,,,,, -9,10,F,11286,7,5/2+,,22,5,KEV,2.07e-20,4.7e-21,N,,0,P,,0,A,,0,,,,,, -9,10,F,11350,25,1/2+,,272,31,KEV,1.7e-21,2e-22,P,100,0,,,,,,,,,,,, -9,10,F,11450,3.5,1/2-,,38,7,KEV,1.2e-20,2.2e-21,A,,0,P,,0,N,,0,,,,,, -9,10,F,11478,5,,,7,3,KEV,6.51e-20,2.79e-20,N,,0,P,,0,,,,,,,,, -9,10,F,11502,5,(3/2-),,4,2,KEV,1.139e-19,5.7e-20,N,,0,P,,0,A,,0,,,,,, -9,10,F,11540,7,5/2+,,22,5,KEV,2.07e-20,4.7e-21,A,,0,P,,0,N,,0,,,,,, -9,10,F,11569,7,,,15,10,KEV,3.04e-20,2.03e-20,N,,0,P,,0,,,,= 3/2,,,,, -9,10,F,11603,12,3/2-,,63,7,KEV,7.2e-21,8e-22,N,,0,P,,0,,,,,,,,, -9,10,F,11653,4,3/2+,,33,6,KEV,1.38e-20,2.5e-21,A,,0,P,,0,N,,0,= 3/2,,,,, -9,10,F,11840,10,,LT,50,,KEV,9.1e-21,,N,,0,P,,0,,,,,,,,, -9,10,F,11930,10,,,90,,KEV,5.1e-21,0,N,,0,P,,0,,,,,,,,, -9,10,F,12040,20,1/2-,,71,24,KEV,6.4e-21,2.2e-21,P,,0,A,,0,,,,,,,,, -9,10,F,12136,8,3/2-,,105,14,KEV,4.3e-21,6e-22,N,,0,P,,0,A,,0,= 3/2,,,,, -9,10,F,12222,12,3/2+,,74,1,KEV,6.2e-21,1e-22,A,,0,P,,0,N,,0,,,,,, -9,10,F,12522,7,1/2-,,15,4,KEV,3.04e-20,8.1e-21,P,100,0,,,,,,,,,,,, -9,10,F,12577,10,5/2+,,48,10,KEV,9.5e-21,2e-21,P,,0,A,,0,,,,,,,,, -9,10,F,12580,25,1/2-,,285,48,KEV,1.6e-21,3e-22,P,100,0,,,,,,,= 3/2,,,,, -9,10,F,12780,10,5/2+,,95,38,KEV,4.8e-21,1.9e-21,N,,0,P,,0,A,,0,= 3/2,,,,, -9,10,F,12860,30,3/2+,,276,38,KEV,1.7e-21,2e-22,P,100,0,,,,,,,= 3/2,,,,, -9,10,F,12940,25,5/2+,,71,24,KEV,6.4e-21,2.2e-21,P,,0,A,,0,,,,,,,,, -9,10,F,12980,50,1/2-,,124,38,KEV,3.7e-21,1.1e-21,P,100,0,,,,,,,,,,,, -9,10,F,13068,4,1/2+,LE,10,,KEV,4.56e-20,,N,,0,P,,0,,,,,,,,, -9,10,F,13090,75,3/2-,,285,71,KEV,1.6e-21,4e-22,P,100,0,,,,,,,,,,,, -9,10,F,13170,15,,,70,,KEV,6.5e-21,0,N,,0,P,,0,,,,,,,,, -9,10,F,13317,8,7/2-,,28,6,KEV,1.63e-20,3.5e-21,A,,0,P,,0,N,,0,= 3/2,,,,, -9,10,F,13360,25,3/2-,,38,19,KEV,1.2e-20,6e-21,P,100,0,,,,,,,,,,,, -9,10,F,13732,11,7/2-,,52,10,KEV,8.8e-21,1.7e-21,N,,0,P,,0,A,,0,= 3/2,,,,, -9,10,F,14040,20,5/2+,,141,28,KEV,3.2e-21,6e-22,P,100,0,,,,,,,,,,,, -9,10,F,14100,21,3/2-,,84,28,KEV,5.4e-21,1.8e-21,P,100,0,,,,,,,,,,,, -9,10,F,14240,15,,,350,,KEV,1.3e-21,0,N,,0,P,,0,,,,,,,,, -9,10,F,14330,20,3/2-,,76,28,KEV,6e-21,2.2e-21,P,100,0,,,,,,,,,,,, -9,10,F,14700,20,3/2-,,124,38,KEV,3.7e-21,1.1e-21,P,100,0,,,,,,,,,,,, -9,10,F,14720,70,1/2-,,257,67,KEV,1.8e-21,5e-22,A,100,0,,,,,,,,,,,, -9,10,F,14740,50,1/2+,,361,67,KEV,1.3e-21,2e-22,P,,0,A,,0,,,,,,,,, -9,10,F,14780,20,5/2+,,,,,,,N,,0,P,,0,,,,,,,,, -9,10,F,14920,30,7/2-,,,,,,,P,100,0,,,,,,,,,,,, -9,10,F,15000,20,,,,,,,,N,,0,P,,0,,,,,,,,, -9,10,F,15360,20,1/2-,,,,,,,P,100,0,,,,,,,,,,,, -9,10,F,15400,30,5/2+,,,,,,,P,100,0,,,,,,,,,,,, -9,10,F,15770,21,3/2-,,150,,KEV,3e-21,0,N,,0,P,,0,,,,,,,,, -9,10,F,16200,40,3/2+,,,,,,,P,100,0,,,,,,,,,,,, -9,10,F,16230,30,7/2-,,,,,,,P,100,0,,,,,,,,,,,, -9,10,F,16280,20,3/2-,,200,,KEV,2.3e-21,0,N,,0,P,,0,,,,,,,,, -9,10,F,16800,30,,,,,,,,N,,0,P,,0,,,,,,,,, -9,10,F,17050,40,3/2-,,331,67,KEV,1.4e-21,3e-22,P,100,0,,,,,,,,,,,, -9,10,F,17160,40,7/2-,,323,67,KEV,1.4e-21,3e-22,P,100,0,,,,,,,,,,,, -9,10,F,17450,30,3/2-,,32,19,KEV,1.42e-20,8.5e-21,P,100,0,,,,,,,,,,,, -9,10,F,17650,60,7/2-,,95,57,KEV,4.8e-21,2.9e-21,P,100,0,,,,,,,,,,,, -9,10,F,17930,40,3/2-,,255,57,KEV,1.8e-21,4e-22,P,100,0,,,,,,,,,,,, -9,10,F,18030,60,7/2-,,365,57,KEV,1.2e-21,2e-22,P,100,0,,,,,,,,,,,, -9,10,F,19070,60,3/2-,,56E+1,14,KEV,8e-22,2e-22,P,100,0,,,,,,,,,,,, -9,10,F,19830,150,5/2-,,369,57,KEV,1.2e-21,2e-22,P,100,0,,,,,,,,,,,, -9,10,F,19890,30,3/2-,,473,57,KEV,1e-21,1e-22,P,100,0,,,,,,,,,,,, -9,10,F,20810,50,1/2-,,412,57,KEV,1.1e-21,2e-22,P,100,0,,,,,,,,,,,, -9,10,F,20930,50,3/2-,,317,48,KEV,1.4e-21,2e-22,P,100,0,,,,,,,,,,,, -9,10,F,21050,40,7/2-,,448,29,KEV,1e-21,1e-22,P,100,0,,,,,,,,,,,, -9,11,F,6627,0.3,2-,,0.31,2,KEV,1.47e-18,9.4839e-20,N,99.55,0.1,IT,0.45,0.1,,,,,,,,, -9,11,F,6642.6,0.3,(3 4),LT,0.08,,KEV,5.6963e-18,,IT,,0,N,,0,,,,,,,,, -9,11,F,6647.5,0.4,1-,,1.59,10,KEV,2.866e-19,1.8025e-20,N,99.899,0.02,IT,0.101,0.02,,,,,,,,, -9,11,F,6693.4,0.6,1-,,13.8,8,KEV,3.3e-20,1.91e-21,N,100,0,IT,,0,,,,,,,,, -9,11,F,6766.1,0.9,(2- 3 4+),LE,0.6,,KEV,7.595e-19,,IT,,0,N,,0,,,,,,,,, -9,11,F,6825,5,,,,,,,,N,100,0,,,,,,,,,,,, -9,11,F,6856.7,1,2,,10,2,KEV,4.56e-20,9.1e-21,N,99.965,0.011,IT,0.035,0.011,,,,,,,,, -9,11,F,6967.8,1,1-,,5,1,KEV,9.11e-20,1.82e-20,N,99.952,0.019,IT,0.048,0.019,,,,,,,,, -9,11,F,7067,1.2,0-,,2.4,6,KEV,1.899e-19,4.747e-20,IT,,0,N,,0,,,,,,,,, -9,11,F,7080,0,(1+),,24,,KEV,1.9e-20,0,N,100,0,,,,,,,,,,,, -9,11,F,7166,2,2(+),,8,1,KEV,5.7e-20,7.1e-21,N,99.921,0.018,IT,0.079,0.018,,,,,,,,, -9,11,F,7319,8,(1),,33,,KEV,1.38e-20,0,N,100,0,IT,0.009,0,,,,,,,,, -9,11,F,7370,20,(1),,19,,KEV,2.4e-20,0,N,100,0,,,,,,,,,,,, -9,11,F,7420,20,(2+),,10,,KEV,4.56e-20,0,N,100,0,IT,,0,,,,,,,,, -9,11,F,7495,5,(2),,80,,KEV,5.7e-21,0,N,100,0,IT,0.0035,0,,,,,,,,, -9,11,F,7655,5,(2+),,65,,KEV,7e-21,0,N,100,0,IT,0.006,0,,,,,,,,, -9,11,F,7734,6,,,140,,KEV,3.3e-21,0,N,100,0,,,,,,,,,,,, -9,11,F,7843,11,1-,,50,10,KEV,9.1e-21,1.8e-21,N,100,0,IT,,0,,,,,,,,, -9,11,F,7985,4,1,,14,2,KEV,3.26e-20,4.7e-21,N,100,0,IT,,0,,,,,,,,, -9,11,F,8113,4,,,195,,KEV,2.3e-21,0,N,100,0,IT,0.006,0,,,,,,,,, -9,11,F,8147,6,,,15,,KEV,3.04e-20,0,N,100,0,,,,,,,,,,,, -9,11,F,8421,0,,,27,,KEV,1.69e-20,0,N,100,0,,,,,,,,,,,, -9,11,F,8500,0,,,140,,KEV,3.3e-21,0,N,100,0,,,,,,,,,,,, -9,11,F,8720,0,,LE,30,,KEV,1.52e-20,,N,100,0,,,,,,,,,,,, -9,11,F,8770,0,,,76,,KEV,6e-21,0,N,100,0,,,,,,,,,,,, -9,11,F,8940,0,,,73,,KEV,6.2e-21,0,N,100,0,,,,,,,,,,,, -9,11,F,9200,0,,,,,,,,N,100,0,,,,,,,,,,,, -9,11,F,9520,0,,,110,,KEV,4.1e-21,0,N,100,0,,,,,,,,,,,, -9,11,F,9650,0,,,100,,KEV,4.6e-21,0,N,100,0,,,,,,,,,,,, -9,11,F,9830,0,,,33,,KEV,1.38e-20,0,N,100,0,,,,,,,,,,,, -9,11,F,9850,0,,,120,,KEV,3.8e-21,0,N,100,0,,,,,,,,,,,, -9,11,F,9886,10,,,,,,,,N,100,0,,,,,,,,,,,, -9,11,F,9900,0,,LE,30,,KEV,1.52e-20,,N,100,0,,,,,,,,,,,, -9,11,F,9929,10,,,,,,,,N,100,0,,,,,,,,,,,, -9,11,F,9981,10,,,,,,,,N,100,0,,,,,,,,,,,, -9,11,F,10024,10,,,150,,KEV,3e-21,0,A,,0,N,,0,,,,,,,,, -9,11,F,10100,50,,,,,,,,N,,0,A,,0,,,,,,,,, -9,11,F,10228,10,0- 1,AP,200,,KEV,2.3e-21,,A,,0,N,,0,,,,,,,,, -9,11,F,10480,10,,AP,10,,KEV,4.56e-20,,N,,0,A,,0,,,,,,,,, -9,11,F,10641,10,1 2,,70,,KEV,6.5e-21,0,N,100,0,,,,,,,,,,,, -9,11,F,10807,10,0- 1,AP,310,,KEV,1.5e-21,,A,,0,N,,0,,,,,,,,, -9,11,F,10990,0,,,190,,KEV,2.4e-21,0,N,100,0,,,,,,,,,,,, -9,11,F,11045,10,,AP,30,,KEV,1.52e-20,,N,100,0,,,,,,,,,,,, -9,11,F,11130,10,,LT,25,,KEV,1.82e-20,,N,100,0,,,,,,,,,,,, -9,11,F,11244,10,,LT,25,,KEV,1.82e-20,,N,100,0,,,,,,,,,,,, -9,11,F,11287,10,,,,,,,,N,100,0,,,,,,,,,,,, -9,11,F,11490,50,,,,,,,,N,,0,A,,0,,,,,,,,, -9,11,F,12000,0,,,,,,,,A,,0,N,,0,,,,,,,,, -9,11,F,12200,100,,,,,,,,N,,0,A,,0,,,,,,,,, -9,11,F,12400,0,,,,,,,,A,,0,N,,0,,,,,,,,, -9,11,F,12700,0,,,,,,,,N,,0,A,,0,,,,,,,,, -9,11,F,13200,0,,,,,,,,A,,0,N,,0,,,,,,,,, -9,11,F,13700,0,,,,,,,,N,,0,A,,0,,,,,,,,, -9,11,F,14000,0,,,,,,,,A,,0,N,,0,,,,,,,,, -9,17,F,643.4,0.1,(4+),,2.2,1,MS,0.0022,0.0001,IT,82,11,B-,18,11,B-N,12,8,,,,,, -10,6,Ne,1690,70,(2+),,,,,,,P,100,0,,,,,,,= 2,,,,, -10,8,Ne,1887.3,0.2,2+,,0.46,4,PS,0.00000000000046,0.00000000000004,IT,100,0,,,,,,,,,,,, -10,8,Ne,3376.2,0.4,4+,,3.0,4,PS,0.000000000003,0.0000000000004,IT,100,0,,,,,,,,,,,, -10,8,Ne,3576.3,2,0+,,3,1,PS,0.000000000003,0.000000000001,IT,100,0,,,,,,,,,,,, -10,8,Ne,3616.4,0.6,2+,,44,+21-14,FS,0.000000000000044,0.000000000000018,IT,100,0,,,,,,,,,,,, -10,8,Ne,4519,8,1-,LE,20,,KEV,2.28e-20,,P,,0,,,,,,,,,,,, -10,8,Ne,4590,8,0+,LE,20,,KEV,2.28e-20,,P,,0,,,,,,,,,,,, -10,8,Ne,5090,8,(2+ 3-),,40,20,KEV,1.14e-20,5.7e-21,P,,0,,,,,,,,,,,, -10,9,Ne,4032.9,2.4,3/2+,LT,35,,FS,0.000000000000035,0,A,,0,,,,,,,,,,,, -10,9,Ne,4379.1,2.2,7/2+,LT,0.08,,PS,0.00000000000008,0,A,,0,,,,,,,,,,,, -10,9,Ne,4549,4,(1/2 3/2)-,LT,55,,FS,0.000000000000055,0,A,,0,,,,,,,,,,,, -10,9,Ne,4712,10,(5/2-),,,,,,,A,100,0,,,,,,,,,,,, -10,9,Ne,5092,6,5/2+,,,,,,,A,,0,,,,,,,,,,,, -10,9,Ne,10407,30,3/2+,,45,,KEV,1.01e-20,0,A,,0,P,,0,,,,,,,,, -10,9,Ne,10460,0,1/2+,,355,,KEV,1.3e-21,0,P,,0,A,,0,,,,,,,,, -10,9,Ne,11510,50,3/2- (1/2-),,25,,KEV,1.82e-20,0,A,,0,,,,,,,,,,,, -10,9,Ne,12230,50,5/2+,,200,25,KEV,2.3e-21,3e-22,A,,0,,,,,,,,,,,, -10,9,Ne,12400,50,7/2+,,180,25,KEV,2.5e-21,4e-22,A,,0,,,,,,,,,,,, -10,9,Ne,12690,50,1/2+,,180,40,KEV,2.5e-21,6e-22,P,,0,,,,,,,,,,,, -10,9,Ne,16230,130,,,40E+1,13,KEV,1.1e-21,4e-22,N,,0,,,,,,,,,,,, -10,10,Ne,5621.4,1.7,3-,,139,35,FS,0.000000000000139,0.000000000000035,A,93,3,IT,7,3,,,,= 0,,,,, -10,10,Ne,5787.7,2.6,1-,,0.028,3,KEV,1.6275e-17,1.74375e-18,A,100,0,IT,0.016,0.003,,,,= 0,,,,, -10,10,Ne,6725,5,0+,,19.0,9,KEV,2.4e-20,1.14e-21,A,100,0,IT,0.00017,0,,,,= 0,,,,, -10,10,Ne,7156.3,0.5,3-,,8.2,3,KEV,5.56e-20,2.03e-21,A,100,0,IT,0.00002,0.000002,,,,= 0,,,,, -10,10,Ne,7191,3,0+,,3.4,2,KEV,1.34e-19,7.88e-21,A,100,0,IT,0.000129,0.000025,,,,= 0,,,,, -10,10,Ne,7421.9,1.2,2+,,15.1,7,KEV,3.02e-20,1.4e-21,A,100,0,IT,0.00019,0.00003,,,,= 0,,,,, -10,10,Ne,7833.4,1.5,2+,,2,,KEV,2.279e-19,0,A,100,0,IT,0.0034,0,,,,= 0,,,,, -10,10,Ne,8453,4,5-,,0.013,4,KEV,3.50538e-17,1.07857988e-17,A,99.9,0.04,IT,0.1,0.04,,,,= 0,,,,, -10,10,Ne,8700,-1,0+,GT,800,,KEV,6e-22,1519,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,8708,7,1-,,2.1,8,KEV,2.17e-19,8.267e-20,A,100,0,IT,0.0033,0.0015,,,,= 0,,,,, -10,10,Ne,8777.6,2.2,6+,,0.11,2,KEV,4.1427e-18,7.53223e-19,A,100,0,IT,0.091,0.021,,,,= 0,,,,, -10,10,Ne,8820,0,(5-),LT,1,,KEV,4.557e-19,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,8854,5,1-,,19,,KEV,2.4e-20,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,9000,180,2+,AP,800,,KEV,6e-22,,A,,0,,,,,,,= 0,,,,, -10,10,Ne,9031,7,4+,,3,,KEV,1.519e-19,0,A,100,0,IT,0.011,0,,,,= 0,,,,, -10,10,Ne,9116,3,3-,,3.2,,KEV,1.424e-19,0,A,100,0,IT,0.0008,0,,,,= 0,,,,, -10,10,Ne,9487,5,2+,,29,15,KEV,1.57e-20,8.1e-21,A,100,0,IT,0.0009,0.0006,,,,= 0,,,,, -10,10,Ne,9990,8,4+,,155,30,KEV,2.9e-21,6e-22,A,100,0,IT,0.0006,0.0003,,,,= 0,,,,, -10,10,Ne,10262,5,5-,,145,40,KEV,3.1e-21,9e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,10273.2,1.9,2+,LE,0.3,,KEV,1.519e-18,,A,,0,IT,,0,,,,= 1,,,,, -10,10,Ne,10406,5,3-,,80,,KEV,5.7e-21,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,10553,5,4+,,16,,KEV,2.85e-20,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,10584,5,2+,,24,,KEV,1.9e-20,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,10800,75,4+,,350,,KEV,1.3e-21,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,10840,6,3-,,45,,KEV,1.01e-20,0,A,,0,IT,,0,,,,= 0,,,,, -10,10,Ne,10843,4,2+,,13,,KEV,3.51e-20,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,10970,120,0+,,580,,KEV,8e-22,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,11020,8,4+,,24,,KEV,1.9e-20,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,11090,3,4+,LE,0.5,,KEV,9.114e-19,,A,,0,IT,,0,,,,= 1,,,,, -10,10,Ne,11240,23,1-,,175,,KEV,2.6e-21,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,11270,5,1-,LE,0.3,,KEV,1.519e-18,,A,,0,IT,,0,,,,= 1,,,,, -10,10,Ne,11320,9,2+,,40,10,KEV,1.14e-20,2.8e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,11558,4,0+,,1.1,4,KEV,4.143e-19,1.5064e-19,A,,0,IT,,0,,,,= 0,,,,, -10,10,Ne,11885,7,2+,,46,,KEV,9.9e-21,0,IT,,0,A,,0,,,,= 0,,,,, -10,10,Ne,11928,4,4+,,0.44,15,KEV,1.0357e-18,3.53073e-19,A,100,0,IT,0.006,0.003,,,,= 0,,,,, -10,10,Ne,11951,4,8+,,0.035,10,KEV,1.302e-17,3.72e-18,A,100,0,IT,0.022,0.007,,,,= 0,,,,, -10,10,Ne,11985,16,1-,,30,5,KEV,1.52e-20,2.5e-21,IT,,0,A,,0,,,,= 0,,,,, -10,10,Ne,12137,5,6+,,,,,,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,12221,4,2+,LT,1,,KEV,4.557e-19,,A,,0,IT,,0,,,,= 1,,,,, -10,10,Ne,12253,10,4+,,155,15,KEV,2.9e-21,3e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,12256,3,3-,LT,1,,KEV,4.557e-19,,A,,0,IT,,0,,,,= 1,,,,, -10,10,Ne,12327,10,2+,,390,50,KEV,1.2e-21,1e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,12401,5,3-,,37.3,9,KEV,1.22e-20,2.9e-22,A,100,0,IT,0.0005,0,,,,= 1,,,,, -10,10,Ne,12436,4,0+,,24.4,5,KEV,1.87e-20,3.8e-22,A,100,0,IT,0.0007,0.00021,,,,= 0,,,,, -10,10,Ne,12472,10,(2+),,124,6,KEV,3.7e-21,2e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,12585,5,6+,,72,9,KEV,6.3e-21,8e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,12592,15,(2+),,145,25,KEV,3.1e-21,5e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,12713,5,5-,,84,8,KEV,5.4e-21,5e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,12743,10,(2+),,61,12,KEV,7.5e-21,1.5e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,12836,5,1-,,30,5,KEV,1.52e-20,2.5e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,12957,5,2+,,38,4,KEV,1.2e-20,1.3e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13048,5,4+,,18,3,KEV,2.53e-20,4.2e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13060.7,2.1,2-,,1.0,,KEV,4.557e-19,0,A,,0,P,,0,,,,,,,,, -10,10,Ne,13095,6,2+,,162,13,KEV,2.8e-21,2e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13105,5,6+,,102,5,KEV,4.5e-21,2e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13137,5,3-,,48,4,KEV,9.5e-21,8e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13171.3,2.1,1+,,2.3,2,KEV,1.981e-19,1.723e-20,A,,0,IT,,0,P,,0,= 1,,,,, -10,10,Ne,13222,10,0+,,40,13,KEV,1.14e-20,3.7e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13224,15,1-,,80,,KEV,5.7e-21,0,A,,0,P,,0,,,,= 0,,,,, -10,10,Ne,13226,5,3-,,53,4,KEV,8.6e-21,6e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13307.5,2.1,1+,,0.9,1,KEV,5.063e-19,5.626e-20,A,,0,IT,,0,P,,0,,,,,, -10,10,Ne,13338,5,7-,,0.08,3,KEV,5.6963e-18,2.136094e-18,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13341,5,4+,,26,3,KEV,1.75e-20,2e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13414,2,3-,,24,3,KEV,1.9e-20,2.4e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13426,5,(5-),,49,7,KEV,9.3e-21,1.3e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13461,10,1-,,195,25,KEV,2.3e-21,3e-22,A,,0,P,,0,,,,,,,,, -10,10,Ne,13484,2,1+,,6.4,3,KEV,7.12e-20,3.34e-21,IT,,0,P,,0,A,,0,= 1,,,,, -10,10,Ne,13507,5,1-,,24,8,KEV,1.9e-20,6.3e-21,A,,0,P,,0,,,,= 0,,,,, -10,10,Ne,13529,5,2+,,61,8,KEV,7.5e-21,1e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13530,15,(0+),,76,32,KEV,6e-21,2.5e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13573,5,2+,,12,5,KEV,3.8e-20,1.58e-20,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13586,3,2+,,9,1,KEV,5.06e-20,5.6e-21,P,,0,A,,0,,,,,,,,, -10,10,Ne,13642,3,0+,,17,1,KEV,2.68e-20,1.6e-21,A,,0,P,,0,,,,= 1,,,,, -10,10,Ne,13676,2.3,(2-),,4.5,2,KEV,1.013e-19,4.5e-21,IT,,0,P,,0,A,,0,,,,,, -10,10,Ne,13677,5,5-,,11,2,KEV,4.14e-20,7.5e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13692,10,7-,,310,30,KEV,1.5e-21,1e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13736,2.5,1+,,7.7,5,KEV,5.92e-20,3.84e-21,IT,,0,P,,0,A,,0,,,,,, -10,10,Ne,13744,20,0+,AP,80,,KEV,5.7e-21,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13827,10,3-,,136,15,KEV,3.4e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13866,30,1-,AP,175,,KEV,2.6e-21,,A,,0,P,,0,,,,= 0,,,,, -10,10,Ne,13881,2.3,2+,,0.14,5,KEV,3.255e-18,1.1625e-18,IT,,0,P,,0,A,,0,= 1,,,,, -10,10,Ne,13908,5,2+,,74,10,KEV,6.2e-21,8e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13926,2.3,(0+),,3.5,4,KEV,1.302e-19,1.488e-20,A,,0,P,,0,,,,,,,,, -10,10,Ne,13928,5,6+,,65,3,KEV,7e-21,3e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13948,10,0+,,79,15,KEV,5.8e-21,1.1e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,13965,5,4+,,8.1,10,KEV,5.63e-20,6.95e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14020,0,1-,AP,70,,KEV,6.5e-21,,P,,0,A,,0,,,,,,,,, -10,10,Ne,14063,2.3,2+,AP,140,,KEV,3.3e-21,,A,,0,P,,0,,,,,,,,, -10,10,Ne,14115,5,2+,,42,6,KEV,1.09e-20,1.6e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14128,2,2-,,4.7,7,KEV,9.7e-20,1.444e-20,IT,,0,P,,0,A,,0,,,,,, -10,10,Ne,14150,2.3,2-,,11.8,10,KEV,3.86e-20,3.27e-21,A,,0,IT,,0,P,,0,,,,,, -10,10,Ne,14200,0,1+,,14,1,KEV,3.26e-20,2.3e-21,IT,,0,P,,0,,,,,,,,, -10,10,Ne,14270,10,4+,,92,9,KEV,5e-21,5e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14304,10,(6+),,60,13,KEV,7.6e-21,1.6e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14311,5,6+,,117,8,KEV,3.9e-21,3e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14313,15,(3-),AP,45,,KEV,1.01e-20,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14370,3,,AP,5,,KEV,9.11e-20,,P,,0,A,,0,,,,,,,,, -10,10,Ne,14454,5,5-,AP,15,,KEV,3.04e-20,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14455,3,(0+ 2+),,33,3,KEV,1.38e-20,1.3e-21,P,,0,A,,0,,,,= 0,,,,, -10,10,Ne,14475,6,0+,,68,2,KEV,6.7e-21,2e-22,A,,0,P,,0,,,,,,,,, -10,10,Ne,14593,10,4+,,260,25,KEV,1.8e-21,2e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14597,7,1-,,116,5,KEV,3.9e-21,2e-22,A,,0,P,,0,,,,= 0,,,,, -10,10,Ne,14653,10,(0+),,25,,KEV,1.82e-20,0,P,,0,A,,0,,,,,,,,, -10,10,Ne,14699,3.3,(1+),,36,10,KEV,1.27e-20,3.5e-21,A,,0,P,,0,,,,,,,,, -10,10,Ne,14731,10,(4+),,60,25,KEV,7.6e-21,3.2e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14761,5,6+,,7.3,48,KEV,6.24e-20,4.105e-20,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14776,4,(1-),,110,20,KEV,4.1e-21,8e-22,A,,0,P,,0,,,,,,,,, -10,10,Ne,14807,5,6+,,86,7,KEV,5.3e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14816,5,5-,,117,13,KEV,3.9e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14839,10,(4+),,79,15,KEV,5.8e-21,1.1e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,14888,10,2+,,100,30,KEV,4.6e-21,1.4e-21,P,,0,A,,0,,,,= 0,,,,, -10,10,Ne,15047,10,2+,,66,20,KEV,6.9e-21,2.1e-21,A,,0,P,,0,,,,= 0,,,,, -10,10,Ne,15073,10,5-,,160,25,KEV,2.8e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,15142,15,(2+),AP,60,,KEV,7.6e-21,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,15159,5,6+,,60,15,KEV,7.6e-21,1.9e-21,A,,0,,,,,,,= 0,,,,, -10,10,Ne,15174,10,5-,,230,25,KEV,2e-21,2e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,15230,0,,,28,,KEV,1.63e-20,0,A,,0,P,,0,,,,,,,,, -10,10,Ne,15270,0,(1-),,285,,KEV,1.6e-21,0,A,,0,P,,0,,,,,,,,, -10,10,Ne,15330,5,4+,,34,10,KEV,1.34e-20,3.9e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,15366,5,7-,,110,10,KEV,4.1e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,15436,15,(3-),,90,20,KEV,5.1e-21,1.1e-21,P,,0,A,,0,,,,= 0,,,,, -10,10,Ne,15500,0,,,55,,KEV,8.3e-21,0,A,,0,P,,0,,,,,,,,, -10,10,Ne,15700,15,(8-),,,,,,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,15874,9,8+,,100,15,KEV,4.6e-21,7e-22,A,100,0,,,,,,,,,,,, -10,10,Ne,15970,0,(6+),,,,,,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,16010,25,(2+),,100,,KEV,4.6e-21,0,P,,0,A,,0,,,,= 1,,,,, -10,10,Ne,16139,15,,,38,,KEV,1.2e-20,0,A,100,0,,,,,,,,,,,, -10,10,Ne,16250,0,,,,,,,,A,100,0,,,,,,,,,,,, -10,10,Ne,16329,11,4+,,45,,KEV,1.01e-20,0,A,,0,P,,0,,,,= 0,,,,, -10,10,Ne,16437,11,(0 2 4)+,,35,,KEV,1.3e-20,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,16505,15,6+,,24,4,KEV,1.9e-20,3.2e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,16559,15,5-,,90,30,KEV,5.1e-21,1.7e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,16581,15,7-,,92,8,KEV,5e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,16628,20,3-,,80,25,KEV,5.7e-21,1.8e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,16630,20,(7-),,,,,,,A,100,0,,,,,,,,,,,, -10,10,Ne,16667,15,4+,,100,25,KEV,4.6e-21,1.1e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,16717,15,5-,AP,25,,KEV,1.82e-20,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,16732.9,2.7,0+,,2.0,5,KEV,2.279e-19,5.696e-20,A,,0,IT,,0,P,,0,= 2,,,,, -10,10,Ne,16746,25,8+,,160,50,KEV,2.8e-21,9e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,16847,15,5-,,16,8,KEV,2.85e-20,1.42e-20,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,16871,20,6+,,350,50,KEV,1.3e-21,2e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,17072,20,4+,,180,30,KEV,2.5e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,17155,15,5-,,26,5,KEV,1.75e-20,3.4e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,17213,15,4+,,225,30,KEV,2e-21,3e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,17284,15,3-,,86,25,KEV,5.3e-21,1.5e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,17295,15,8+,,200,25,KEV,2.3e-21,3e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,17390,15,,LT,10,,KEV,4.56e-20,,A,100,0,,,,,,,,,,,, -10,10,Ne,17430,15,9-,,220,25,KEV,2.1e-21,2e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,17541,15,6+,,86,9,KEV,5.3e-21,6e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,17550,10,(2+),,19,,KEV,2.4e-20,0,A,,0,P,,0,N,,0,= 1,,,,, -10,10,Ne,17606,15,5-,,140,20,KEV,3.3e-21,5e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,17769,20,4+,AP,125,,KEV,3.6e-21,,A,,0,P,,0,,,,= 0,,,,, -10,10,Ne,17851,15,5-,,200,30,KEV,2.3e-21,3e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,17910,20,(0+),,,,,,,P,,0,N,,0,,,,,,,,, -10,10,Ne,18005,15,7-,LT,10,,KEV,4.56e-20,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,18024,5,5-,,34,7,KEV,1.34e-20,2.8e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,18083,25,4+,,140,60,KEV,3.3e-21,1.4e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,18125,5,7-,,29,6,KEV,1.57e-20,3.3e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,18286,10,6+,,190,30,KEV,2.4e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,18430,7,2+,,9.5,30,KEV,4.8e-20,1.515e-20,IT,0.003,0,A,,0,P,,0,= 2,,,,, -10,10,Ne,18430,20,7-,,185,40,KEV,2.5e-21,5e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,18494,20,5-,,130,30,KEV,3.5e-21,8e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,18538,7,8+,,138,33,KEV,3.3e-21,8e-22,A,,0,,,,,,,,,,,, -10,10,Ne,18621,20,8+,,185,30,KEV,2.5e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,18745,25,6+,,140,50,KEV,3.3e-21,1.2e-21,A,,0,,,,,,,= 0,,,,, -10,10,Ne,18768,20,7-,,140,35,KEV,3.3e-21,8e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,18960,25,8+,,200,60,KEV,2.3e-21,7e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,19051,15,5-,AP,90,,KEV,5.1e-21,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,19150,20,6+,,200,50,KEV,2.3e-21,6e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,19284,15,6+,,140,25,KEV,3.3e-21,6e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,19298,25,7-,,430,60,KEV,1.1e-21,1e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,19443,10,6+,,130,15,KEV,3.5e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,19536,25,6+,,250,60,KEV,1.8e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,19655,20,6+,,140,35,KEV,3.3e-21,8e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,19731,20,8+,,330,60,KEV,1.4e-21,3e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,19845,40,6+,,3.6E2,12,KEV,1.3e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,19859,10,5-,,170,25,KEV,2.7e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,19884,40,7-,AP,120,,KEV,3.8e-21,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,19991,30,4+,,1.3E2,10,KEV,3.5e-21,2.7e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20027,15,6+,,80,35,KEV,5.7e-21,2.5e-21,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20106,25,7-,,190,35,KEV,2.4e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20150,150,,,,,,,,IT,,0,N,,0,,,,,,,,, -10,10,Ne,20168,35,6+,,2.9E2,10,KEV,1.6e-21,5e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20296,15,7-,,255,40,KEV,1.8e-21,3e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20341,20,5-,,190,40,KEV,2.4e-21,5e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20344,15,7-,,135,35,KEV,3.4e-21,9e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20419,30,6+,,215,90,KEV,2.1e-21,9e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20445,25,6+,,370,55,KEV,1.2e-21,2e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20468,30,5-,,280,70,KEV,1.6e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20686,6,9-,,78,11,KEV,5.8e-21,8e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20760,30,7-,,240,50,KEV,1.9e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20800,25,5-,,170,60,KEV,2.7e-21,9e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,20950,40,7-,,300,50,KEV,1.5e-21,3e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,21062,6,9-,,60,6,KEV,7.6e-21,8e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,21300,100,7-,,300,,KEV,1.5e-21,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,21800,100,7-,,300,,KEV,1.5e-21,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,22300,100,7-,,500,,KEV,9e-22,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,22600,300,,,,,,,,IT,,0,N,,0,,,,,,,,, -10,10,Ne,22800,60,9-,,500,,KEV,9e-22,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,22870,40,9-,,225,40,KEV,2e-21,4e-22,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,23400,200,8+,,500,,KEV,9e-22,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,23700,30,(9-),LE,200,,KEV,2.3e-21,,A,100,0,,,,,,,,,,,, -10,10,Ne,24210,25,8+,,350,,KEV,1.3e-21,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,24900,500,,,,,,,,IT,,0,N,,0,,,,,,,,, -10,10,Ne,25100,50,8+,AP,200,,KEV,2.3e-21,,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,25670,50,,AP,400,,KEV,1.1e-21,,A,100,0,,,,,,,,,,,, -10,10,Ne,27100,100,(9-),,700,,KEV,7e-22,0,A,100,0,,,,,,,,,,,, -10,10,Ne,27500,0,10+,,,,,,,IT,,0,N,,0,,,,,,,,, -10,10,Ne,28000,0,8+,,1600,,KEV,3e-22,0,A,100,0,,,,,,,= 0,,,,, -10,10,Ne,28200,300,,,700,,KEV,7e-22,0,A,100,0,,,,,,,,,,,, -11,7,NA,300,110,2-,,5,3,KEV,9.11e-20,5.47e-20,P,100,0,,,,,,,,,,,, -11,7,NA,590,120,0-,,300,100,KEV,1.5e-21,5e-22,P,100,0,,,,,,,,,,,, -11,7,NA,780,110,1-,,900,100,KEV,5e-22,1e-22,P,100,0,,,,,,,,,,,, -11,7,NA,830,110,3-,,42,10,KEV,1.09e-20,2.6e-21,P,100,0,,,,,,,,,,,, -11,8,NA,120,10,(3/2+),,,,,,,P,100,0,,,,,,,,,,,, -11,8,NA,745,12,1/2+,,101,3,KEV,4.5e-21,1e-22,P,100,0,,,,,,,,,,,, -11,8,NA,2459,32,(5/2 3/2)+,,105,10,KEV,4.3e-21,4e-22,P,100,0,,,,,,,,,,,, -11,8,NA,2769,61,(3/2 5/2+),,250,50,KEV,1.8e-21,4e-22,P,100,0,,,,,,,,,,,, -11,8,NA,4371,10,3/2-,,30,10,KEV,1.52e-20,5.1e-21,P,100,0,,,,,,,,,,,, -11,8,NA,4903,10,3/2-,,50,10,KEV,9.1e-21,1.8e-21,P,100,0,,,,,,,,,,,, -11,8,NA,5585,32,,,695,72,KEV,7e-22,1e-22,P,100,0,,,,,,,,,,,, -11,8,NA,5809,76,,,0.46,22,MEV,9.907e-22,4.7379e-22,P,100,0,,,,,,,,,,,, -11,8,NA,5815,17,,,141,18,KEV,3.2e-21,4e-22,P,100,0,,,,,,,,,,,, -11,9,Na,2645,6,(1+),,,,,,,IT,,0,P,,0,,,,,,,,, -11,9,Na,3001,2,1+,,19.8,2,KEV,2.3e-20,2.3e-22,P,,0,,,,,,,,,,,, -11,9,Na,3086,2,0+,,35.9,2,KEV,1.27e-20,7e-23,P,,0,,,,,,,,,,,, -11,9,Na,3871,9,1+,,,,,,,P,,0,,,,,,,,,,,, -11,9,Na,4123,16,1+,,,,,,,P,,0,,,,,,,,,,,, -11,9,Na,4800,-1,1+,,,,,,,P,,0,,,,,,,,,,,, -11,9,Na,6266,30,1+,,,,,,,P,,0,,,,,,,,,,,, -11,9,Na,6534,13,0+,,,,,,,P,,0,,,,,,,,,,,, -11,13,Na,472.2074,0.0008,1+,,20.18,10,MS,0.02018,0.0001,IT,99.95,0,B-,0.05,0,,,,,-1.931,,,, -11,15,Na,82.2,0.6,1+,,9,2,US,0.000009,0.000002,IT,100,0,,,,,,,,,,,, -12,7,MG,1380,240,(3/2-),,0.4,2,MEV,1.1393e-21,5.6963e-22,P,100,0,,,,,,,,,,,, -12,7,MG,2140,210,(5/2-),,0.6,6,MEV,7.595e-22,7.595e-22,P,100,0,,,,,,,,,,,, -12,7,MG,2840,210,(3/2-),LT,0.2,,MEV,2.2785e-21,,P,100,0,,,,,,,,,,,, -12,7,MG,4740,210,(3/2-),,2.0,8,MEV,2.279e-22,9.114e-23,P,100,0,,,,,,,,,,,, -12,11,Mg,7802.2,1.4,5/2+,,,,,,,P,0.17,0.08,,,,,,,= 3/2,,,,, -12,11,Mg,7854.8,1.2,(7/2+),,,,,,,P,100,0,,,,,,,,,,,, -12,11,Mg,8017.2,1.2,,,,,,,,P,100,0,,,,,,,,,,,, -12,11,Mg,8163.3,1.2,5/2+,,,,,,,P,100,0,,,,,,,,,,,, -12,11,Mg,8453,5,3/2+ 5/2+ 7/2+,,,,,,,P,100,0,,,,,,,,,,,, -12,11,Mg,9596,7,(17/2+),,15,,FS,0.000000000000015,0,P,100,0,,,,,,,,,,,, -12,11,Mg,14130,20,(21/2+),,,,,,,P,100,0,,,,,,,,,,,, -12,11,Mg,14560,20,(19/2+),,,,,,,P,100,0,,,,,,,,,,,, -13,9,Al,1850,0,1+,,,,,,,P,,0,,,,,,,,,,,, -13,9,Al,2210,0,1+,,,,,,,P,,0,,,,,,,,,,,, -13,10,Al,550,20,1/2+,,6.2,,AS,,,P,100,0,IT,0.00000085,0.00000017,,,,,,,,, -13,10,Al,1773,35,(3/2)+,,,,,,,P,100,0,,,,,,,,,,,, -13,10,Al,2575,34,,,,,,,,P,100,0,,,,,,,,,,,, -13,10,Al,3197,19,(3/2)+,,,,,,,P,100,0,,,,,,,,,,,, -13,10,Al,3718,31,(5/2)+,,,,,,,P,100,0,,,,,,,,,,,, -13,10,Al,4200,40,(7/2)+,,,,,,,P,100,0,,,,,,,,,,,, -13,10,Al,11780,40,(5/2)+,,,,,,,2P,3.6,0.4,P,0.1,0.05,,,,,,,,, -13,11,Al,425.8,0.1,1+,,130,3,MS,0.13,0.003,IT,82.5,3,EC+B+,17.5,3,ECA,0.028,0.006,,,,,, -13,13,Al,228.305,0.013,0+,,6.3460,8,S,6.346,0.0008,EC+B+,100,0,,,,,,,= 1,,,,, -13,13,Al,8186,2,(4+ 5+),,,,,,,P,70,11,,,,,,,,,,,, -13,13,Al,8815,19,,,,,,,,P,78,36,,,,,,,,,,,, -13,13,Al,9060,1,(4),,,,,,,P,48,15,,,,,,,= 1,,,,, -13,13,Al,9397,21,,,,,,,,P,73,35,,,,,,,,,,,, -13,19,Al,956.6,0.5,(4+),,200,20,NS,0.0000002,0.00000002,IT,100,0,,,,,,,,,,,, -16,27,S,320.7,0.5,(7/2-),,415,5,NS,0.000000415,0.000000005,IT,100,,,,,,,,,-1.11,,0.23,, -17,12,Cl,500,0,(3/2+),,,,,,,P,100,0,,,,,,,,,,,, -17,15,Cl,2131.1,0.4,(3)+,,,,,,,P,7,4,,,,,,,,,,,, -17,15,Cl,2209.5,0.5,(1+),,,,,,,P,54,7,,,,,,,,,,,, -17,15,Cl,2283.5,0.5,(2)+,,,,,,,P,66,13,,,,,,,,,,,, -17,15,Cl,2611,5,(1+),,,,,,,P,95,32,,,,,,,,,,,, -17,15,Cl,2675,5,(2+),,,,,,,P,94,16,,,,,,,,,,,, -17,15,Cl,2859,4,1+ 2+ 3+,,,,,,,P,70,0,,,,,,,,,,,, -17,15,Cl,2936,5,(3+),,,,,,,P,88,0,,,,,,,,,,,, -17,15,Cl,3055,5,2- 3- 4-,,,,,,,P,97,0,,,,,,,,,,,, -17,15,Cl,3165,4,2- 3- 4-,,,,,,,P,96,0,,,,,,,,,,,, -17,15,Cl,3283,5,1+ 2+ 3+,,,,,,,P,88,0,,,,,,,,,,,, -17,15,Cl,3694,4,(2 3),,,,,,,P,96,0,,,,,,,,,,,, -17,15,Cl,3878,4,(4 5),,,,,,,P,94,0,,,,,,,,,,,, -17,17,Cl,146.36,0.03,3+,,31.99,3,M,1919.4,1.8,EC+B+,55.4,0.6,IT,44.6,0.6,,,,,,,,, -17,21,Cl,671.365,0.008,5-,,715,3,MS,0.715,0.003,IT,100,0,,,,,,,,,,,, -18,12,Ar,700,0,(2+),,,,,,,P,100,0,,,,,,,,,,,, -19,17,K,3383,3,1+,,,,,,,P,100,0,,,,,,,,,,,, -19,17,K,4281.9,0.8,0+,,,,,,,P,100,0,,,,,,,= 2,,,,, -19,17,K,4450,22,1+,,,,,,,P,100,0,,,,,,,,,,,, -19,17,K,4658,36,1+,,,,,,,P,100,0,,,,,,,,,,,, -19,17,K,5243,22,1+,,,,,,,P,100,0,,,,,,,,,,,, -19,17,K,5754,69,1+,,,,,,,P,100,0,,,,,,,,,,,, -19,17,K,5926,45,1+,,,,,,,P,100,0,,,,,,,,,,,, -19,17,K,6787,69,1+,,,,,,,P,100,0,,,,,,,,,,,, -19,19,K,130.4,0.3,0+,,924.0,5,MS,0.924,0.0005,EC+B+,100,0,,,,,,,= 1,,,,, -19,19,K,3458.14,0.17,(7)+,,21.95,11,US,0.00002195,0.00000011,IT,100,0,,,,,,,,3.836,,,, -19,31,K,171.4,0.4,(1:4)(-),,125,40,NS,0.000000125,0.00000004,IT,100,,,,,,,,,,,,, -20,28,Ca,24200,0,(1-),,,,,,,N,100,0,,,,,,,= 5,,,,, -20,29,Ca,5309,0,1/2,,59,34,EV,7.7e-18,4.5e-18,N,99.75,0.1,G,0.25,0.1,,,,,,,,, -20,29,Ca,5443.9,0,1/2-,,2.5,+36-25,KEV,1.823e-19,0,N,99.988,0.012,G,0.012,0.012,,,,,,,,, -20,29,Ca,5539.5,0,3/2-,,3.3,18,KEV,1.381e-19,7.532e-20,N,99.976,0.008,G,0.024,0.008,,,,,,,,, -20,29,Ca,5553,0,GE 5/2,,,,,,,N,99.87,0.05,G,0.13,0.05,,,,,,,,, -20,29,Ca,5587.7,0,1/2-,,4.3,27,KEV,1.06e-19,6.654e-20,N,99.942,0.024,G,0.058,0.024,,,,,,,,, -20,29,Ca,6330,20,(1/2+ 3/2+ 5/2+),,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,6376,0,(5/2+),,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,6513,0,5/2+,,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,6707,0,5/2+,,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,6924,0,5/2+,,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,7070,0,5/2+,,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,7335,0,(1/2+ 3/2+ 5/2+),,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,7428,0,(1/2+ 3/2+ 5/2+),,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,7612,0,,,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,7872,0,,,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,8140,70,,,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,8390,80,(1/2+ 3/2+ 5/2+),,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,8670,90,,,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,9100,0,,,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,9280,100,,,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,9580,110,,,,,,,,N,100,0,,,,,,,,,,,, -20,29,Ca,10100,130,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,6510,10,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,7030,40,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,7260,50,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,7300,50,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,7610,70,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,7990,90,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,8240,100,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,8800,120,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,9230,130,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,9770,140,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,10430,150,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,10540,160,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,11050,170,,,,,,,,N,100,0,,,,,,,,,,,, -20,30,Ca,11470,170,,,,,,,,N,100,0,,,,,,,,,,,, -21,20,Sc,1716.48,0.08,3/2-,,,,,,,P,98,0,IT,2,0,,,,,,,,, -21,20,Sc,2096,0.5,3/2+,,,,,,,P,99,0,IT,1,0,,,,,,,,, -21,20,Sc,2414.9,0.5,3/2-,,,,,,,IT,50,0,P,50,0,,,,,,,,, -21,20,Sc,2588.3,0.07,5/2-,,,,,,,P,90,0,IT,10,0,,,,,,,,, -21,20,Sc,2666.84,0.07,5/2+,,,,,,,P,98,0,IT,2,0,,,,,,,,, -21,20,Sc,2882.47,0.08,7/2+,,,,,,,P,59,2,IT,41,2,,,,,,,,, -21,20,Sc,3014,4,(3/2- 5/2 7/2+),,,,,,,P,99,0,IT,1,0,,,,,,,,, -21,20,Sc,3185.4,0.2,(5/2-),,,,,,,P,92,0,IT,8,0,,,,,,,,, -21,21,Sc,616.28,0.06,7+,,61.7,4,S,61.7,0.4,EC+B+,100,0,,,,,,,= 0,,,,, -21,22,Sc,151.79,0.08,3/2+,,438,7,US,0.000438,0.000007,IT,100,0,,,,,,,,0.348,,,, -21,23,Sc,271.24,0.01,6+,,58.61,10,H,210996,360,IT,98.8,0.07,EC+B+,1.2,0.07,,,,,3.833,,-0.21,, -21,24,Sc,12.4,0.05,3/2+,,318,7,MS,0.318,0.007,IT,100,0,,,,,,,,0.368,,0.318,, -21,25,Sc,142.528,0.007,1-,,18.75,4,S,18.75,0.04,IT,100,0,,,,,,,,,,,, -21,28,Sc,11563.2,0.4,3/2-,,1.5,3,KEV,3.038e-19,6.076e-20,P,79,6,N,21,14,G,0.31,0.07,,,,,, -21,28,Sc,11569,3,(3/2-),,,,,,,P,50,0,N,50,0,,,,,,,,, -21,28,Sc,11579,3,(3/2-),,0.29,14,KEV,1.5714e-18,7.58597e-19,N,86,13,P,14,13,,,,,,,,, -21,28,Sc,11583,3,(3/2-),,0.17,8,KEV,2.6806e-18,1.261453e-18,N,88,12,P,12,12,,,,,,,,, -21,28,Sc,13572,5,(1/2)-,,226,3,KEV,2e-21,0,P,66.4,1.2,N,23,0.5,,,,,,,,, -21,29,Sc,256.895,0.01,2+ 3+,,0.35,4,S,0.35,0.04,IT,97.5,0,B-,2.5,0,,,,,,,,, -21,33,Sc,110,1,(4 5)+,,2.77,2,US,0.00000277,0.00000002,IT,100,0,,,,,,,,,,,, -21,35,Sc,774.9,0.3,(4+),,290,30,NS,0.00000029,0.00000003,IT,100,0,,,,,,,,,,,, -22,27,Ti,8881.6,0.9,7/2+,,2.29,43,EV,1.99e-16,3.7366e-17,G,89.1,2.8,N,10.9,2.8,,,,,,,,, -23,22,V,4800,53,(7/2-),,,,,,,P,100,0,,,,,,,= 3/2,,,,, -23,23,V,801.46,0.1,3+,,1.02,7,MS,0.00102,0.00007,IT,100,0,,,,,,,,,,,, -23,26,V,7745,0,3/2-,,8.9,30,EV,5.12e-17,1.726e-17,P,90,4,G,10,4,,,,= 5/2,,,,, -23,26,V,7750,0,3/2-,,6.7,20,EV,6.8e-17,2.03e-17,P,90,4,G,10,4,,,,= 5/2,,,,, -23,26,V,8092.6,0,(1/2-),,53,15,EV,8.6e-18,2.4e-18,P,95.2,1.9,G,4.8,1.9,,,,= 5/2,,,,, -23,31,V,108,1,(5)+,,0.9,5,US,0.0000009,0.0000005,IT,100,0,,,,,,,,,,,, -23,37,V,202.1,0,(4+),,0.32,9,US,0.00000032,0.00000009,IT,100,0,,,,,,,,,,,, -23,41,V,81,0.7,,LT,1,,US,0.000001,0,IT,100,0,,,,,,,,,,,, -24,35,Cr,503,1.7,(9/2+),,96,20,US,0.000096,0.00002,IT,100,,,,,,,,,,,,, -25,22,Mn,6870,170,(7/2-),,,,,,,P,100,0,,,,,,,,,,,, -25,23,Mn,3100,120,1+,,,,,,,P,100,0,,,,,,,= 2,,,,, -25,24,Mn,3959,50,(5/2-),,,,,,,P,100,0,,,,,,,,,,,, -25,24,Mn,4381,17,(7/2- 5/2-),,,,,,,P,100,0,,,,,,,,,,,, -25,24,Mn,4814,39,(7/2-),,,,,,,P,100,0,,,,,,,= 3/2,,,,, -25,25,Mn,225.28,0.09,5+,,1.75,3,M,105,1.8,EC+B+,100,0,,,,,,,,2.76,,0.8,, -25,27,Mn,377.749,0.005,2+,,21.1,2,M,1266,12,EC+B+,98.22,0.05,IT,1.78,0.05,,,,,0.00768,,,, -25,33,Mn,71.77,0.05,4+,,65.4,5,S,65.4,0.5,B-,90,0,IT,10,0,,,,,,,,, -25,35,Mn,271.8,0.1,4+,,1.77,2,S,1.77,0.02,B-,88.5,0.8,IT,11.5,0.8,,,,,,,,, -25,39,Mn,175,10,(4+),,0.50,5,MS,0.0005,0.00005,IT,100,0,,,,,,,,,,,, -26,24,Fe,8463,61,(6+),,,,,,,P,100,0,,,,,,,,,,,, -26,26,Fe,6958,0.4,12+,,45.9,6,S,45.9,0.6,EC+B+,100,0,IT,0.021,0.005,,,,,,,,, -26,27,Fe,3040.4,0.3,19/2-,,2.54,2,M,152.4,1.2,IT,100,0,,,,,,,,,,,, -26,35,Fe,861.67,0.11,(9/2+),,238,5,NS,0.000000238,0.000000005,IT,100,0,,,,,,,,-1.031,,0.44,, -26,39,Fe,402,5,(9/2+),,1.12,15,S,1.12,0.15,B-,100,0,,,,,,,,,,,, -26,41,Fe,387,0,(1/2-),,75,21,US,0.000075,0.000021,IT,100,0,,,,,,,,,,,, -27,23,Co,4835,47,(0)+,,,,,,,P,100,0,,,,,,,,,,,, -27,26,Co,3197,29,(19/2-),,247,12,MS,0.247,0.012,EC+B+,98.5,0,P,1.5,0,,,,,,,,, -27,27,Co,197.1,0.4,7+,,1.48,2,M,88.8,1.2,EC+B+,100,0,,,,,,,= 0,,,,, -27,31,Co,24.95,0.06,5+,,9.10,9,H,32760,324,IT,100,0,,,,,,,,,,,, -27,31,Co,53.15,0.07,4+,,10.5,3,US,0.0000105,0.0000003,IT,100,0,,,,,,,,4.184,,,, -27,33,Co,58.59,0.01,2+,,10.467,6,M,628.02,0.36,IT,99.75,0.03,B-,0.25,0.03,,,,,4.4,,0.3,, -27,35,Co,22,5,(5)+,,13.86,9,M,831.6,5.4,B-,99,0,IT,1,0,,,,,,,,, -28,26,Ni,6457.4,0.9,10+,,152,4,NS,0.000000152,0.000000004,IT,64,2,P,36,2,,,,,,,,, -28,28,Ni,9735.5,1.9,7,,,,,,,P,100,0,,,,,,,,,,,, -28,30,Ni,12570.1,0.7,(12+),,,,,,,P,3.7,1.4,,,,,,,,,,,, -28,30,Ni,15241.9,1.4,(13-),,,,,,,P,43,6,,,,,,,,,,,, -28,30,Ni,15400,-1,(13-),,,,,,,P,,0,,,,,,,,,,,, -28,30,Ni,16673,3,(14-),,,,,,,P,,0,,,,,,,,,,,, -28,30,Ni,16707,3,(14-),,,,,,,P,40,7,,,,,,,,,,,, -28,30,Ni,16745,3,(14-),,,,,,,P,,0,,,,,,,,,,,, -28,30,Ni,16758,3,(14-),,,,,,,P,41,6,,,,,,,,,,,, -28,30,Ni,16798,1,(15-),,17,11,PS,0.000000000017,0.000000000011,P,7,2,A,2.6,0.3,,,,,,,,, -28,30,Ni,17482,3,(15-),,,,,,,P,11,3,,,,,,,,,,,, -28,30,Ni,17582,3,(15-),,,,,,,P,66,5,A,10,0,,,,,,,,, -28,30,Ni,17607,3,(15-),,,,,,,P,43,4,,,,,,,,,,,, -28,30,Ni,20135.4,2.5,(18-),,,,,,,P,10,0,,,,,,,,,,,, -28,30,Ni,21106.3,2.5,(19-),,,,,,,P,10,0,,,,,,,,,,,, -28,40,Ni,2849.1,0.3,5-,,0.86,5,MS,0.00086,0.00005,IT,100,0,,,,,,,,,,,, -28,41,Ni,321,2,(1/2-),,3.5,4,S,3.5,0.4,B-,100,0,IT,0.01,0,,,,,,,,, -28,41,Ni,2700,0,(17/2-),,0.439,3,US,0.000000439,0.000000003,IT,100,0,,,,,,,,,,,, -28,42,Ni,2860.93,0.07,8+,,0.232,1,US,0.000000232,0.000000001,IT,100,0,,,,,,,,,,,, -28,43,Ni,499,0,(1/2-),,2.3,3,S,2.3,0.3,B-,100,0,,,,,,,,,,,, -28,48,Ni,2420,4,(8+),,0.59,+18-11,US,0.00000059,0.00000015,IT,100,0,,,,,,,,,,,, -29,28,Cu,3280,50,,,,,,,,P,100,0,,,,,,,,,,,, -29,28,Cu,5350,50,,,,,,,,P,100,0,,,,,,,,,,,, -29,29,Cu,8916.9,1.1,(9+),,0.22,18,PS,0.00000000000022,0.00000000000018,P,96,4,,,,,,,,,,,, -29,38,Cu,3463.6,0.7,15/2+,LT,2.4,,NS,0.0000000024,0,IT,100,0,,,,,,,,,,,, -29,39,Cu,721.26,0.08,6-,,3.75,5,M,225,3,IT,86,,B-,14,,,,,,1.1548,,-0.44,, -29,41,Cu,101.1,0.3,3-,,33,2,S,33,2,B-,52,9,IT,48,9,,,,,-3.3641,,-0.13,, -29,41,Cu,242.6,0.5,1+,,6.6,2,S,6.6,0.2,B-,93.2,0.9,IT,6.8,0.9,,,,,1.7779,,-0.12,, -29,46,Cu,61.7,0.4,(1/2- 3/2-),,310,8,NS,0.00000031,0.000000008,IT,100,0,,,,,,,,,,,, -29,46,Cu,66.2,0.4,(1/2- 3/2-),,149,6,NS,0.000000149,0.000000006,IT,100,0,,,,,,,,,,,, -30,39,Zn,438.636,0.018,9/2+,,13.756,18,H,49521.6,64.8,IT,99.967,0.003,B-,0.033,0.003,,,,,1.157,,-0.51,, -30,41,Zn,157.7,1.3,9/2+,,3.96,5,H,14256,180,B-,100,0,IT,0.05,0,,,,,-1.052,,,, -30,43,Zn,195.5,0.2,(5/2+),,13.0,2,MS,0.013,0.0002,IT,100,0,,,,,,,,,,,, -30,45,Zn,126.94,0.09,(1/2-),,,,,,,B-,,0,IT,,0,,,,,,,,, -30,47,Zn,772.44,0.015,(1/2-),,1.05,10,S,1.05,0.1,B-,66,7,IT,34,7,,,,,,,,, -30,48,Zn,2673.7,1,(8+),,319,9,NS,0.000000319,0.000000009,IT,100,0,,,,,,,,,,,, -30,49,Zn,1100,150,1/2+,GE,200,,MS,0.2,5e21,B-,,0,IT,,0,,,,,-1.018,,,, -31,30,Ga,3420,50,(3/2-),,,,,,,P,100,0,,,,,,,= 3/2,,,,, -31,43,Ga,59.571,0.014,(0),,9.5,10,S,9.5,1,IT,75,25,B-,50,0,,,,,,,,, -31,47,Ga,559.6,0.7,,LT,500,,NS,0.0000005,0,IT,100,0,,,,,,,,,,,, -31,49,Ga,22.4,0,3(-),,1.3,2,S,1.3,0.2,B-,100,0,IT,,0,B-N,,0,,-1.425,,0.375,, -32,37,Ge,86.76,0.02,1/2-,,5.1,2,US,0.0000051,0.0000002,IT,100,0,,,,,,,,,,,, -32,37,Ge,397.94,0.02,9/2+,,2.81,5,US,0.00000281,0.00000005,IT,100,0,,,,,,,,-1.001,,,, -32,39,Ge,198.354,0.014,9/2+,,20.41,18,MS,0.02041,0.00018,IT,100,0,,,,,,,,-1.0413,,0.34,, -32,39,Ge,8932,13,3/2-,,,,,,,N,100,0,,,,,,,,,,,, -32,41,Ge,66.726,0.009,1/2-,,0.499,11,S,0.499,0.011,IT,100,0,,,,,,,,,,,, -32,43,Ge,139.69,0.03,7/2+,,47.7,5,S,47.7,0.5,IT,99.97,0.006,B-,0.03,0.006,,,,,,,,, -32,45,Ge,159.71,0.06,1/2-,,53.7,6,S,53.7,0.6,B-,81,2,IT,19,2,,,,,,,,, -32,47,Ge,185.95,0.04,(7/2+),,39.0,10,S,39,1,B-,96,1,IT,4,1,,,,,,,,, -32,49,Ge,679.14,0.04,(1/2+),,7.6,6,S,7.6,0.6,B-,100,0,,,,,,,,,,,, -33,32,As,3420,87,,,,,,,,P,100,0,,,,,,,,,,,, -33,42,As,303.9243,0.0008,9/2+,,17.62,23,MS,0.01762,0.00023,IT,100,0,,,,,,,,,,,, -33,44,As,475.48,0.04,9/2+,,114.0,25,US,0.000114,0.0000025,IT,100,0,,,,,,,,5.525,,,, -33,46,As,772.81,0.06,(9/2)+,,1.21,1,US,0.00000121,0.00000001,IT,100,0,,,,,,,,,,,, -34,39,Se,25.71,0.04,3/2-,,39.8,13,M,2388,78,IT,72.6,0.3,EC+B+,27.4,0.3,,,,,,,,, -34,43,Se,161.9223,0.001,7/2+,,17.36,5,S,17.36,0.05,IT,100,0,,,,,,,,,,,, -34,45,Se,95.77,0.03,1/2-,,3.92,1,M,235.2,0.6,IT,99.944,0.011,B-,0.056,0.011,,,,,,,,, -34,47,Se,103,0.06,7/2+,,57.28,2,M,3436.8,1.2,IT,99.949,0.014,B-,0.051,0.014,,,,,,,,, -34,48,Se,3518.5,0.5,(8+),,6.6,4,NS,0.0000000066,0.0000000004,IT,100,0,,,,,,,,,,,, -34,49,Se,228.92,0.07,1/2-,,70.1,4,S,70.1,0.4,B-,100,0,,,,,,,,,,,, -35,34,Br,3153,55,(5/2-),,,,,,,P,100,0,,,,,,,= 3/2,,,,, -35,35,Br,2292.3,0.8,9+,,2.2,2,S,2.2,0.2,EC+B+,100,0,,,,,,,,,,,, -35,37,Br,100.76,0.15,(3-),,10.6,3,S,10.6,0.3,IT,100,0,EC+B+,,0,,,,,0.7,,,, -35,39,Br,13.58,0.21,4(+),,46,2,M,2760,120,EC+B+,100,0,,,,,,,,1.82,,,, -35,41,Br,102.58,0.03,(4)+,,1.31,2,S,1.31,0.02,IT,99.4,0,EC+B+,0.6,0,,,,,,,,, -35,42,Br,105.86,0.08,9/2+,,4.28,10,M,256.8,6,IT,100,0,,,,,,,,,,,, -35,43,Br,180.89,0.13,(4+),,119.4,10,US,0.0001194,0.000001,IT,100,0,,,,,,,,4.114,,,, -35,44,Br,207.61,0.09,9/2+,,4.85,4,S,4.85,0.04,IT,100,0,,,,,,,,,,,, -35,45,Br,85.843,0.004,5-,,4.4205,8,H,15913.8,2.88,IT,100,0,,,,,,,,1.3177,,0.69,, -35,47,Br,45.9492,0.001,2-,,6.13,5,M,367.8,3,IT,97.6,0.3,B-,2.4,0.3,,,,,,,,, -35,49,Br,320,100,(6)-,,6.0,2,M,360,12,B-,100,0,,,,,,,,,,,, -35,53,Br,270.1,0.5,(3- 4- 5-),,5.3,4,US,0.0000053,0.0000004,IT,100,0,,,,,,,,,,,, -36,37,Kr,433.66,0.12,(9/2+),,107,10,NS,0.000000107,0.00000001,IT,100,0,,,,,,,,,,,, -36,43,Kr,129.77,0.05,7/2+,,50,3,S,50,3,IT,100,0,,,,,,,,-0.786,,0.404,, -36,45,Kr,190.64,0.04,1/2-,,13.10,3,S,13.1,0.03,IT,99.9975,0.0004,EC,0.0025,0.0004,,,,,0.586,,,, -36,47,Kr,41.5575,0.0007,1/2-,,1.83,2,H,6588,72,IT,100,0,,,,,,,,0.591,,,, -36,48,Kr,3236.07,0.18,8+,,1.83,4,US,0.00000183,0.00000004,IT,100,0,,,,,,,,-1.968,,0.36,, -36,48,Kr,5373.4,0.4,12+,,43.7,21,NS,0.0000000437,0.0000000021,IT,100,0,,,,,,,,2.04,,,, -36,49,Kr,304.871,0.02,1/2-,,4.480,8,H,16128,28.8,B-,78.8,0.5,IT,21.2,0.5,,,,,0.633,,,, -36,51,Kr,5568.94,0.26,3/2-,,201,3,EV,2.3e-18,0,IT,0.27,0.07,,,,,,,,,,,, -36,51,Kr,5593.4,0.8,1/2-,,93,4,EV,4.9e-18,2e-19,IT,0.38,0.14,,,,,,,,,,,, -36,51,Kr,5593.7,0.03,(1/2-),,,,,,,IT,3.4,1,,,,,,,,,,,, -36,51,Kr,5821.28,0.31,(3/2+),,,,,,,IT,20,0,,,,,,,,,,,, -36,59,Kr,195.5,0.3,(7/2+),,1.4,2,US,0.0000014,0.0000002,IT,100,0,,,,,,,,,,,, -37,41,Rb,111.19,0.22,4(-),,5.74,3,M,344.4,1.8,EC+B+,91,2,IT,9,2,,,,,2.5485,,0.81,, -37,44,Rb,86.31,0.07,9/2+,,30.5,3,M,1830,18,IT,97.6,0.6,EC+B+,2.4,0.6,,,,,5.598,,-0.74,, -37,45,Rb,69,1.5,5-,,6.472,6,H,23299.2,21.6,EC+B+,100,0,IT,0.33,0,,,,,1.5100082,,1.01,, -37,47,Rb,463.59,0.08,6-,,20.26,4,M,1215.6,2.4,IT,100,0,,,,,,,,0.2129331,,0.57,, -37,48,Rb,514.0065,0.0022,9/2+,,1.015,1,US,0.000001015,0.000000001,IT,100,0,,,,,,,,6.043,,-0.7,, -37,49,Rb,556.05,0.18,6-,,1.017,3,M,61.02,0.18,IT,100,0,B-,0.3,0,,,,,1.815,,0.45,, -37,51,Rb,1373.8,0.3,(7+),,123,13,NS,0.000000123,0.000000013,IT,100,0,,,,,,,,,,,, -37,53,Rb,106.9,0.03,3-,,258,4,S,258,4,B-,97.4,0.4,IT,2.6,0.4,,,,,1.61598,,,, -37,54,Rb,1133.79,0.06,(9/2+),,16.6,6,NS,0.0000000166,0.0000000006,IT,100,0,,,,,,,,,,,, -37,58,Rb,835,0.6,,LT,500,,NS,0.0000005,0,IT,100,,,,,,,,,,,,, -37,59,Rb,1134.6,1.1,(10-),,2.00,10,US,0.000002,0.0000001,IT,100,,,,,,,,,,,,, -37,60,Rb,76.6,0.2,(1/2 3/2)-,,5.7,6,US,0.0000057,0.0000006,IT,100,0,,,,,,,,,,,, -37,61,Rb,270,-1,(3 4),,96,3,MS,0.096,0.003,B-,100,0,,,,,,,,,,,, -38,45,Sr,259.15,0.09,1/2-,,4.95,12,S,4.95,0.12,IT,100,0,,,,,,,,0.581,,,, -38,47,Sr,238.79,0.05,1/2-,,67.63,4,M,4057.8,2.4,IT,86.6,0.4,EC,13.4,0.4,,,,,0.6,,,, -38,48,Sr,2956.09,0.12,8+,,0.455,7,US,0.000000455,0.000000007,IT,100,0,,,,,,,,-1.93,,,, -38,49,Sr,388.5287,0.0023,1/2-,,2.815,12,H,10134,43.2,IT,99.7,0.08,EC,0.3,0.08,,,,,0.624,,,, -38,57,Sr,4370,-1,3/2-,,,,,,,N,100,0,,,,,,,,,,,, -39,41,Y,228.5,0.1,(1-),,4.8,3,S,4.8,0.3,IT,81,2,EC+B+,19,2,,,,,,,,, -39,41,Y,312.6,0.9,(2+),,4.7,3,US,0.0000047,0.0000003,IT,100,0,,,,,,,,,,,, -39,44,Y,62.04,0.1,3/2-,,2.85,2,M,171,1.2,EC+B+,60,5,IT,40,5,,,,,,,,, -39,45,Y,67,0.2,1+,,4.6,2,S,4.6,0.2,EC+B+,100,0,,,,,,,,,,,, -39,46,Y,19.68,0.17,(9/2)+,,4.86,20,H,17496,720,EC+B+,100,0,IT,0.002,0,,,,,6.2,,,, -39,47,Y,218.21,0.09,(8+),,47.4,4,M,2844,24,IT,99.31,0.04,EC+B+,0.69,0.04,,,,,4.8,,,, -39,48,Y,380.82,0.07,9/2+,,13.37,3,H,48132,108,IT,98.43,0.11,EC+B+,1.57,0.11,,,,,6.24,,-0.5,, -39,49,Y,392.86,0.09,1+,,0.301,3,MS,0.000301,0.000003,IT,100,0,,,,,,,,,,,, -39,49,Y,674.55,0.04,8+,,13.98,17,MS,0.01398,0.00017,IT,100,0,,,,,,,,4.88,,0.06,, -39,50,Y,908.97,0.03,9/2+,,15.663,5,S,15.663,0.005,IT,100,0,,,,,,,,6.37,,-0.43,, -39,51,Y,681.67,0.1,7+,,3.19,6,H,11484,216,IT,99.9982,0.0002,B-,0.0018,0.0002,,,,,5.1,,,, -39,52,Y,555.58,0.05,9/2+,,49.71,4,M,2982.6,2.4,IT,100,0,B-,1.5,0,,,,,5.96,,,, -39,54,Y,758.719,0.021,(9/2)+,,0.82,4,S,0.82,0.04,IT,100,0,,,,,,,,6.04,,-0.64,, -39,55,Y,1202.3,0,(5+),,1.35,2,US,0.00000135,0.00000002,IT,100,,,,,,,,,,,,, -39,57,Y,1140,30,8+,,9.6,2,S,9.6,0.2,B-,100,0,,,,,,,,6.57,,-0.98,, -39,58,Y,667.52,0.23,(9/2)+,,1.17,3,S,1.17,0.03,B-,99.3,0,IT,0.7,0,B-N,0.08,0,,5.88,,-0.76,, -39,58,Y,3522.6,0.4,(27/2-),,142,8,MS,0.142,0.008,IT,94.8,0.9,B-,5.2,0.9,,,,,5.64,,-1.21,, -39,59,Y,410,30,(4 5),,2.0,2,S,2,0.2,B-,80,0,IT,20,0,B-N,3.4,1,,,,,, -39,60,Y,2141.65,0.19,(17/2+),,8.6,8,US,0.0000086,0.0000008,IT,100,0,,,,,,,,,,,, -39,61,Y,145,15,(3 4 5),,0.94,3,S,0.94,0.03,B-,100,0,,,,,,,,,,,, -40,45,Zr,292.2,0.3,(1/2-),,10.9,3,S,10.9,0.3,IT,100,0,EC+B+,0,0,,,,,,,,, -40,47,Zr,335.84,0.19,1/2-,,14.0,2,S,14,0.2,IT,100,0,,,,,,,,0.642,,,, -40,48,Zr,2887.79,0.06,8+,,1.320,25,US,0.00000132,0.000000025,IT,100,0,,,,,,,,-1.811,,0.51,, -40,49,Zr,587.82,0.1,1/2-,,4.161,10,M,249.66,0.6,IT,93.77,0.12,EC+B+,6.23,0.12,,,,,0.795,,,, -40,50,Zr,2319,0.01,5-,,809.2,20,MS,0.8092,0.002,IT,100,0,,,,,,,,6.25,,,, -40,51,Zr,3167.3,0.4,(21/2+),,4.35,14,US,0.00000435,0.00000014,IT,100,0,,,,,,,,9.82,,-0.86,, -40,68,Zr,2074.5,0.8,(6+),,0.536,+26-25,US,0.000000536,0.000000026,IT,100,0,,,,,,,,,,,, -41,41,Nb,1180,0,(5+),,92,17,NS,0.000000092,0.000000017,IT,100,0,,,,,,,= 0,,,,, -41,43,Nb,337.7,0.4,(5-),,103,19,NS,0.000000103,0.000000019,IT,100,0,,,,,,,,,,,, -41,44,Nb,69,0,(1/2- 3/2-),,3.3,9,S,3.3,0.9,EC+B+,,0,IT,,0,,,,,,,,, -41,46,Nb,3.9,0.1,(9/2)+,,2.6,1,M,156,6,EC+B+,100,0,,,,,,,,,,,, -41,48,Nb,35,-1,(1/2)-,,66,2,M,3960,120,EC+B+,100,0,,,,,,,,,,,, -41,49,Nb,122.37,0.022,6+,,63,2,US,0.000063,0.000002,IT,100,0,,,,,,,,3.72,,,, -41,49,Nb,124.67,0.25,4-,,18.81,6,S,18.81,0.06,IT,100,0,,,,,,,,,,,, -41,49,Nb,382.01,0.25,1+,,6.19,8,MS,0.00619,0.00008,IT,100,0,,,,,,,,,,,, -41,50,Nb,104.6,0.05,1/2-,,60.86,22,D,5258304,19008,IT,96.6,0.5,EC+B+,3.4,0.5,,,,,-0.101,,,, -41,50,Nb,2034.42,0.2,(17/2-),,3.76,12,US,0.00000376,0.00000012,IT,100,0,,,,,,,,10.82,,,, -41,51,Nb,135.5,0.4,(2)+,,10.15,2,D,876960,1728,EC+B+,100,0,,,,,,,,6.137,,,, -41,52,Nb,30.77,0.02,1/2-,,16.12,12,Y,508708512,3786912,IT,100,0,,,,,,,,,,,, -41,53,Nb,40.892,0.012,3+,,6.263,4,M,375.78,0.24,IT,99.5,0.06,B-,0.5,0.06,,,,,,,,, -41,54,Nb,235.69,0.02,1/2-,,3.61,3,D,311904,2592,IT,94.4,0.6,B-,5.6,0.6,,,,,,,,, -41,56,Nb,743.35,0.03,1/2-,,58.7,18,S,58.7,1.8,IT,100,0,,,,,,,,,,,, -41,57,Nb,84,4,(5+),,51.3,4,M,3078,24,B-,99.9,0.1,IT,0.2,0,,,,,,,,, -41,58,Nb,365.27,0.08,1/2-,,2.5,2,M,150,12,B-,96.2,0,IT,3.8,0,,,,,,,,, -41,59,Nb,314,23,(5+),,2.99,11,S,2.99,0.11,B-,100,0,,,,,,,,,,,, -41,59,Nb,34.3,0,(4- 5- 6-),,0.46,6,US,0.00000046,0.00000006,IT,100,0,,,,,,,,,,,, -41,59,Nb,420.7,0,(8-),,13,1,US,0.000013,0.000001,IT,100,0,,,,,,,,,,,, -41,63,Nb,215,12,,,0.94,4,S,0.94,0.04,B-,100,0,B-N,0.05,0.03,,,,,,,,, -41,65,Nb,204.8,0.1,(3+),,0.82,6,US,0.00000082,0.00000006,IT,100,0,,,,,,,,,,,, -41,67,Nb,166.6,0.5,(4- 5),,0.109,2,US,0.000000109,0.000000002,IT,100,0,,,,,,,,,,,, -42,47,Mo,387.5,0.2,(1/2-),,190,15,MS,0.19,0.015,IT,100,0,,,,,,,,,,,, -42,49,Mo,653.01,0.09,1/2-,,64.6,6,S,64.6,0.6,EC+B+,50,1.6,IT,50,1.6,,,,,,,,, -42,51,Mo,2424.95,0.04,21/2+,,6.85,7,H,24660,252,IT,99.88,0.01,EC+B+,0.12,0.01,,,,,9.93,,,, -43,43,Tc,1524,0,(6+),,1.10,14,US,0.0000011,0.00000014,IT,100,0,,,,,,,= 0,,,,, -43,44,Tc,71,0,(7/2+),,647,24,NS,0.000000647,0.000000024,IT,100,0,,,,,,,,,,,, -43,45,Tc,95,0,,,146,12,NS,0.000000146,0.000000012,IT,100,0,,,,,,,,,,,, -43,46,Tc,62.6,0.5,(1/2-),,12.9,8,S,12.9,0.8,EC+B+,100,0,IT,0.01,0,,,,,,,,, -43,47,Tc,500,0,(6+),,49.2,4,S,49.2,0.4,EC+B+,100,0,,,,,,,,,,,, -43,48,Tc,139.3,0.3,(1/2)-,,3.3,1,M,198,6,EC+B+,100,0,IT,1,0,,,,,,,,, -43,50,Tc,391.84,0.08,1/2-,,43.5,10,M,2610,60,IT,77.4,0.6,EC+B+,22.6,0.6,,,,,,,,, -43,50,Tc,2185.16,0.15,(17/2)-,,10.2,3,US,0.0000102,0.0000003,IT,100,0,,,,,,,,10.46,,,, -43,51,Tc,76,3,(2)+,,52.0,10,M,3120,60,EC+B+,100,0,IT,0.1,0,,,,,,,,, -43,52,Tc,38.91,0.04,1/2-,,61,2,D,5270400,172800,EC+B+,96.12,0.32,IT,3.88,0.32,,,,,,,,, -43,53,Tc,34.23,0.04,4+,,51.5,10,M,3090,60,IT,98,0.5,EC+B+,2,0.5,,,,,,,,, -43,54,Tc,96.57,0.06,1/2-,,91.0,6,D,7862400,51840,IT,96.06,0.18,EC,3.94,0.18,,,,,,,,, -43,56,Tc,142.6832,0.0011,1/2-,,6.0067,5,H,21624.12,1.8,IT,99.9963,0.0006,B-,0.0037,0.0006,,,,,,,,, -43,57,Tc,200.67,0.04,(4)+,,8.32,14,US,0.00000832,0.00000014,IT,100,0,,,,,,,,,,,, -43,57,Tc,243.95,0.04,(6)+,,3.2,2,US,0.0000032,0.0000002,IT,100,0,,,,,,,,,,,, -43,58,Tc,207.526,0.02,1/2-,,636,8,US,0.000636,0.000008,IT,100,0,,,,,,,,,,,, -43,69,Tc,350,1.5,(5+),,150,17,NS,0.00000015,0.000000017,IT,100,,,,,,,,,,,,, -43,70,Tc,114.4,0.5,(5/2-),,0.526,+16-15,US,0.000000526,0.000000016,IT,100,,,,,,,,,,,,, -44,49,Ru,734.4,0.1,(1/2)-,,10.8,3,S,10.8,0.3,EC+B+,78,2.3,IT,22,2.3,ECP,0.027,0.005,,,,,, -44,50,Ru,2644.1,0.4,8+,,71,4,US,0.000071,0.000004,IT,100,0,,,,,,,,,,,, -44,57,Ru,527.56,0.1,11/2-,,17.5,4,US,0.0000175,0.0000004,IT,100,,,,,,,,,,,,, -44,59,Ru,238.2,0.7,11/2-,,1.69,7,MS,0.00169,0.00007,IT,100,,,,,,,,,,,,, -44,69,Ru,130.44,0,(11/2-),,,,,,,IT,100,,,,,,,,,,,,, -44,73,Ru,185,0.4,,,2.487,+58-55,US,0.000002487,0.000000057,IT,100,0,,,,,,,,,,,, -44,75,Ru,227.1,0.7,,,0.383,+22-21,US,0.000000383,0.000000022,IT,100,0,,,,,,,,,,,, -45,46,Rh,172.9,0.4,(1/2-),,1.46,11,S,1.46,0.11,EC+B+,,0,IT,,0,,,,,,,,, -45,49,Rh,54.6,0.2,(2+),,0.48,4,US,0.00000048,0.00000004,IT,100,0,,,,,,,,,,,, -45,50,Rh,543.3,0.3,(1/2)-,,1.96,4,M,117.6,2.4,IT,88,5,EC+B+,12,5,,,,,,,,, -45,50,Rh,2236.37,0.22,(17/2-),,18.8,10,NS,0.0000000188,0.000000001,IT,100,,,,,,,,,,,,, -45,51,Rh,51.98,0.09,3+,,1.51,2,M,90.6,1.2,IT,60,5,EC+B+,40,5,,,,,,,,, -45,52,Rh,258.76,0.18,1/2-,,46.2,16,M,2772,96,EC+B+,94.4,0.6,IT,5.6,0.6,,,,,,,,, -45,54,Rh,64.6,0.5,9/2+,,4.7,1,H,16920,360,EC+B+,99.84,0,IT,0.16,0,,,,,5.668,,,, -45,55,Rh,107.6,0.2,(5+),,4.6,2,M,276,12,IT,98.3,0,EC+B+,1.7,0,,,,,,,,, -45,56,Rh,157.32,0.03,9/2+,,4.34,1,D,374976,864,EC,92.8,0.25,IT,7.2,0.25,,,,,5.43,,,, -45,57,Rh,140.73,0.09,6(+),,3.742,10,Y,118088539.2,315576,EC+B+,99.767,0.024,IT,0.233,0.024,,,,,4.044,,,, -45,58,Rh,39.753,0.006,7/2+,,56.114,9,M,3366.84,0.54,IT,100,0,,,,,,,,4.54,,,, -45,59,Rh,128.9679,0.0005,5+,,4.34,3,M,260.4,1.8,IT,99.87,0.01,B-,0.13,0.01,,,,,,,,, -45,60,Rh,129.782,0.004,1/2-,,42.9,3,S,42.9,0.3,IT,100,0,,,,,,,,,,,, -45,61,Rh,137,13,(6)+,,131,2,M,7860,120,B-,100,0,,,,,,,,,,,, -45,71,Rh,150,-1,(6-),,0.57,5,S,0.57,0.05,B-,100,0,,,,,,,,,,,, -45,75,Rh,157.2,0.7,,,0.294,+16-15,US,0.000000294,0.000000016,IT,100,0,,,,,,,,,,,, -45,77,Rh,271,0.7,,,0.82,+13-11,US,0.00000082,0.00000012,IT,100,0,,,,,,,,,,,, -46,49,Pd,1875.13,0.14,(21/2+),,13.3,3,S,13.3,0.3,EC+B+,89,3,IT,11,3,B+P,0.93,0.15,,,,,, -46,61,Pd,214.6,0.3,11/2-,,21.3,5,S,21.3,0.5,IT,100,0,,,,,,,,,,,, -46,63,Pd,188.99,0.01,11/2-,,4.696,3,M,281.76,0.18,IT,100,0,,,,,,,,,,,, -46,65,Pd,172.18,0.08,11/2-,,5.5,1,H,19800,360,IT,73,3,B-,27,3,,,,,,,,, -46,67,Pd,81.1,0.3,(9/2-),,0.3,1,S,0.3,0.1,IT,100,0,,,,,,,,,,,, -46,69,Pd,89.21,0.16,(7/2-),,50,3,S,50,3,B-,92,2,IT,8,2,,,,,,,,, -46,71,Pd,203.3,0.3,(11/2-),,19.1,7,MS,0.0191,0.0007,IT,100,0,,,,,,,,,,,, -46,78,PD,62.2,0,,GT,20,,US,0.00002,5e18,IT,100,0,,,,,,,,,,,, -46,80,PD,2023.5,0.7,(5-),,0.33,4,US,0.00000033,0.00000004,IT,100,0,,,,,,,,,,,, -46,80,PD,2109.7,0.9,(7-),,0.44,3,US,0.00000044,0.00000003,IT,100,0,,,,,,,,,,,, -46,80,PD,2406.4,1,(10+),,23.0,9,MS,0.023,0.0009,B-,72,8,IT,28,8,,,,,,,,, -46,82,PD,2151,1,(8+),,5.8,8,US,0.0000058,0.0000008,IT,100,0,,,,,,,,,,,, -47,47,Ag,6670,-1,(21+),,0.40,4,S,0.4,0.04,EC,95.4,0.7,ECP,27,0,P,4.1,0.6,,,,,, -47,48,Ag,344.2,0.3,(1/2-),LT,500,,MS,0.5,0,IT,100,0,,,,,,,,,,,, -47,48,Ag,2531.3,1.5,(23/2+),LT,16,,MS,0.016,0,IT,100,0,,,,,,,,,,,, -47,48,Ag,4860,1.5,(37/2+),LT,40,,MS,0.04,0,IT,100,0,,,,,,,,,,,, -47,52,Ag,506.2,0.4,(1/2-),,10.5,5,S,10.5,0.5,IT,100,0,,,,,,,,,,,, -47,53,Ag,15.52,0.16,(2)+,,2.24,13,M,134.4,7.8,EC+B+,,0,IT,,0,,,,,,,,, -47,54,Ag,274.1,0.3,(1/2)-,,3.10,10,S,3.1,0.1,IT,100,0,,,,,,,,,,,, -47,55,Ag,9.4,0.07,2+,,7.7,5,M,462,30,EC+B+,51,5,IT,49,5,,,,,4.14,,,, -47,56,Ag,134.45,0.04,1/2-,,5.7,3,S,5.7,0.3,IT,100,0,,,,,,,,,,,, -47,57,Ag,6.9,0.22,2+,,33.5,20,M,2010,120,EC+B+,99.93,0,IT,0.07,0,,,,,3.691,,,, -47,58,Ag,25.479,0.016,7/2+,,7.23,16,M,433.8,9.6,IT,99.66,0.07,EC+B+,0.34,0,,,,,4.414,,,, -47,59,Ag,89.66,0.07,6+,,8.28,2,D,715392,1728,EC+B+,100,0,,,,,,,,3.709,,1.08,, -47,60,Ag,93.125,0.019,7/2+,,44.3,2,S,44.3,0.2,IT,100,0,,,,,,,,4.398,,0.98,, -47,61,Ag,109.466,0.007,6+,,438,9,Y,13822228800,284018400,EC+B+,91.3,0.9,IT,8.7,0.9,,,,,3.58,,1.32,, -47,62,Ag,88.0341,0.0011,7/2+,,39.6,2,S,39.6,0.2,IT,100,0,,,,,,,,,,,, -47,63,Ag,117.59,0.05,6+,,249.83,4,D,21585312,3456,B-,98.67,0.08,IT,1.33,0.08,,,,,3.588,,,, -47,64,Ag,59.82,0.04,7/2+,,64.8,8,S,64.8,0.8,IT,99.3,0.2,B-,0.7,0.2,,,,,,,,, -47,66,Ag,43.5,0.1,7/2+,,68.7,16,S,68.7,1.6,IT,64,7,B-,36,7,,,,,,,,, -47,67,Ag,199,0,(LE 6+),,1.50,5,MS,0.0015,0.00005,IT,100,0,,,,,,,,,,,, -47,68,Ag,41.16,0.1,7/2+,,18.0,7,S,18,0.7,B-,79,0.3,IT,21,0.3,,,,,,,,, -47,69,Ag,47.9,0.1,(3+),,20,1,S,20,1,B-,93,0,IT,7,0,,,,,,,,, -47,69,Ag,129.8,0.22,(6-),,9.3,3,S,9.3,0.3,B-,92,0,IT,8,0,,,,,,,,, -47,70,Ag,28.6,0.2,(7/2+),,5.34,5,S,5.34,0.05,B-,94,1.5,IT,6,1.5,,,,,,,,, -47,71,Ag,127.63,0.1,4(+),,2.0,2,S,2,0.2,B-,59,0,IT,41,0,,,,,,,,, -47,73,Ag,203,1,6(-),,0.32,4,S,0.32,0.04,B-,63,0,IT,37,0,,,,,,,,, -47,75,Ag,80,50,(9-),,0.20,5,S,0.2,0.05,B-,,0,B-N,,0,,,,,,,,, -47,77,Ag,155.6,0,(1+),,0.14,5,US,0.00000014,0.00000005,IT,100,0,,,,,,,,,,,, -47,77,Ag,231.1,0,(1-),,1.47,20,US,0.00000147,0.0000002,IT,100,0,,,,,,,,,,,, -47,78,Ag,859.9,0,,,80,17,NS,0.00000008,0.000000017,IT,100,0,,,,,,,,,,,, -47,78,Ag,1501.2,0.6,(17/2-),,0.491,20,US,0.000000491,0.00000002,IT,100,0,,,,,,,,,,,, -47,79,Ag,254.8,0,(1-),,27,6,US,0.000027,0.000006,IT,100,0,,,,,,,,,,,, -48,61,Cd,59.49,0.11,1/2+,,12,2,US,0.000012,0.000002,IT,100,0,,,,,,,,,,,, -48,61,Cd,463.5,0.3,11/2-,,10.9,5,US,0.0000109,0.0000005,IT,100,0,,,,,,,,-1.096,,-0.92,, -48,63,Cd,396.214,0.021,11/2-,,48.50,9,M,2910,5.4,IT,100,0,,,,,,,,-1.1051,,-0.85,, -48,65,Cd,263.54,0.03,11/2-,,14.1,5,Y,444962160,15778800,B-,99.86,0,IT,0.14,0,,,,,,,-0.71,, -48,67,Cd,181,0.5,(11/2)-,,44.56,24,D,3849984,20736,B-,100,0,,,,,,,,-1.0410343,,-0.54,, -48,69,Cd,136.4,0.2,(11/2)-,,3.36,5,H,12096,180,B-,100,0,,,,,,,,,,,, -48,71,Cd,146.54,0.11,(11/2-),,2.20,2,M,132,1.2,B-,100,0,,,,,,,,,,,, -48,73,Cd,214.86,0.15,(11/2-),,8.3,8,S,8.3,0.8,B-,100,0,,,,,,,,,,,, -48,75,Cd,316.53,0.23,(11/2-),,1.82,3,S,1.82,0.03,B-,100,0,IT,,0,,,,,,,,, -48,81,Cd,1940,0,(21/2+),,3.6,2,MS,0.0036,0.0002,IT,100,0,,,,,,,,,,,, -48,82,Cd,2130,2,(8+),,220,30,NS,0.00000022,0.00000003,IT,100,,,,,,,,,,,,, -49,54,In,631.7,0.1,(1/2-),,34,2,S,34,2,EC+B+,67,0,IT,33,0,,,,,,,,, -49,55,In,93.48,0.1,(3+),,15.7,5,S,15.7,0.5,IT,80,0,EC+B+,20,0,,,,,,,,, -49,56,In,674.08,0.25,(1/2-),,48,6,S,48,6,IT,100,0,,,,,,,,,,,, -49,57,In,28.6,0.3,(2)+,,5.2,1,M,312,6,EC+B+,100,0,,,,,,,,,,,, -49,58,In,678.5,0.3,1/2-,,50.4,6,S,50.4,0.6,IT,100,0,,,,,,,,,,,, -49,59,In,29.75,0.05,2+,,39.6,7,M,2376,42,EC+B+,100,0,,,,,,,,4.935,,0.467,, -49,60,In,650.1,0.3,1/2-,,1.34,7,M,80.4,4.2,IT,100,0,,,,,,,,,,,, -49,60,In,2101.8,0.2,(19/2+),,0.209,6,S,0.209,0.006,IT,100,0,,,,,,,,,,,, -49,61,In,62.08,0.04,2+,,69.1,5,M,4146,30,EC+B+,100,0,,,,,,,,4.365,,0.35,, -49,62,In,536.99,0.07,1/2-,,7.7,2,M,462,12,IT,100,0,,,,,,,,,,,, -49,63,In,156.592,0.025,4+,,20.67,8,M,1240.2,4.8,IT,100,0,,,,,,,,5.277,,0.714,, -49,64,In,391.699,0.003,1/2-,,99.476,23,M,5968.56,1.38,IT,100,0,,,,,,,,-0.21074,,,, -49,65,In,190.2682,0.0008,5+,,49.51,1,D,4277664,864,IT,96.75,0.24,EC+B+,3.25,0.24,,,,,4.653,,0.739,, -49,65,In,501.948,0.003,8-,,43.1,6,MS,0.0431,0.0006,IT,100,0,,,,,,,,,,,, -49,66,In,336.244,0.017,1/2-,,4.486,4,H,16149.6,14.4,IT,95,0.7,B-,5,0.7,,,,,-0.24398,,,, -49,67,In,127.267,0.006,5+,,54.29,17,M,3257.4,10.2,B-,100,0,,,,,,,,4.435,,0.802,, -49,67,In,289.66,0.006,8-,,2.18,4,S,2.18,0.04,IT,100,0,,,,,,,,3.215,,0.31,, -49,68,In,315.303,0.011,1/2-,,116.2,3,M,6972,18,B-,52.9,1.5,IT,47.1,1.5,,,,,-0.25174,,,, -49,69,In,60,-1,5+,,4.45,5,M,267,3,B-,100,0,,,,,,,,4.231,,0.796,, -49,69,In,200,-1,8-,,8.5,3,S,8.5,0.3,IT,98.6,0.3,B-,1.4,0.3,,,,,3.321,,0.441,, -49,70,In,311.37,0.03,1/2-,,18.0,3,M,1080,18,B-,95.6,0,IT,4.4,0,,,,,-0.319,,,, -49,71,In,70,60,(5)+,,46.2,8,S,46.2,0.8,B-,100,0,,,,,,,,,,,, -49,72,In,313.68,0.07,1/2-,,3.88,10,M,232.8,6,B-,98.8,0.2,IT,1.2,0.2,,,,,-0.355,,,, -49,73,In,40,60,5+,,10.3,6,S,10.3,0.6,B-,100,0,,,,,,,,4.318,,0.81,, -49,73,In,290,140,(8-),,10.8,4,S,10.8,0.4,B-,100,0,,,,,,,,3.781,,0.59,, -49,74,In,327.21,0.04,(1/2)-,,47.4,4,S,47.4,0.4,B-,100,0,,,,,,,,-0.4,,,, -49,75,In,50,-1,(8-),,3.7,2,S,3.7,0.2,B-,100,0,,,,,,,,3.888,,0.664,, -49,76,In,360.12,0.09,1/2(-),,12.2,2,S,12.2,0.2,B-,100,0,,,,,,,,-0.433,,,, -49,76,In,2161.2,0.9,(23/2-),,5.0,15,MS,0.005,0.0015,IT,100,,,,,,,,,,,,, -49,77,In,102,64,(8-),,1.64,5,S,1.64,0.05,B-,100,0,,,,,,,,4.061,,0.683,, -49,78,In,408.9,0.3,(1/2-),,3.67,4,S,3.67,0.04,B-,100,0,B-N,0.69,0.04,,,,,,,,, -49,78,In,1863,58,(21/2-),,1.04,10,S,1.04,0.1,B-,100,0,,,,,,,,,,,, -49,78,In,2364,60,(29/2+),,9,2,US,0.000009,0.000002,IT,100,,,,,,,,,,,,, -49,79,In,340,60,(8-),,0.72,10,S,0.72,0.1,B-,100,0,B-N,0.046,0,,,,,,,,, -49,80,In,459,5,(1/2-),,1.23,3,S,1.23,0.03,B-,99.7,0,B-N,3.6,0.4,IT,0.3,0,,,,,, -49,80,In,1630,56,(23/2-),,0.67,10,S,0.67,0.1,B-,100,0,IT,,0,,,,,,,,, -49,80,In,1687.97,0.25,(17/2-),,8.7,7,US,0.0000087,0.0000007,IT,100,0,,,,,,,,,,,, -49,80,In,1911,56,(29/2+),,110,15,MS,0.11,0.015,IT,100,0,B-,,0,,,,,,,,, -49,81,In,50,50,(10-),,0.54,1,S,0.54,0.01,B-,100,0,B-N,1.65,0.15,,,,,,,,, -49,81,In,388.3,0.2,(3+),,3.1,3,US,0.0000031,0.0000003,IT,100,0,,,,,,,,,,,, -49,81,In,400,60,(5+),,0.54,1,S,0.54,0.01,B-,100,0,B-N,1.65,0.15,,,,,,,,, -49,82,In,302,32,(1/2-),,0.35,5,S,0.35,0.05,B-,99.982,0,B-N,2,0.3,IT,0.018,0,,,,,, -49,82,In,3764,88,(21/2+),,0.32,6,S,0.32,0.06,B-,99,0,IT,1,0,B-N,0.03,0,,,,,, -49,84,In,330,40,(1/2-),,180,15,MS,0.18,0.015,B-N,,0,IT,,0,B-,,0,,,,,, -50,61,Sn,254.71,0.04,1/2+,,12.5,10,US,0.0000125,0.000001,IT,100,0,,,,,,,,,,,, -50,63,Sn,77.389,0.019,7/2+,,21.4,4,M,1284,24,IT,91.1,2.3,EC+B+,8.9,2.3,,,,,,,,, -50,65,Sn,612.81,0.04,7/2+,,3.26,8,US,0.00000326,0.00000008,IT,100,0,,,,,,,,0.683,,0.26,, -50,65,Sn,713.64,0.12,11/2-,,159,1,US,0.000159,0.000001,IT,100,0,,,,,,,,-1.378,,0.38,, -50,67,Sn,314.58,0.04,11/2-,,14.00,5,D,1209600,4320,IT,100,0,,,,,,,,-1.39,,-0.42,, -50,69,Sn,89.531,0.013,11/2-,,293.1,7,D,25323840,60480,IT,100,0,,,,,,,,-1.4,,0.21,, -50,71,Sn,6.31,0.06,11/2-,,43.9,5,Y,1385378640,15778800,IT,77.6,2,B-,22.4,2,,,,,-1.3877,,-0.14,, -50,72,Sn,2765.6,1,(10+),,62,3,US,0.000062,0.000003,IT,100,,,,,,,,,,,,, -50,73,Sn,24.6,0.4,3/2+,,40.06,1,M,2403.6,0.6,B-,100,0,,,,,,,,,,,, -50,74,Sn,2656.6,0.5,(10+),,45,5,US,0.000045,0.000005,IT,100,0,,,,,,,,,,,, -50,75,Sn,27.5,0.14,3/2+,,9.52,5,M,571.2,3,B-,100,0,,,,,,,,0.764,,0.79,, -50,75,Sn,1892.8,0.3,(19/2+),,6.2,2,US,0.0000062,0.0000002,IT,100,,,,,,,,,,,,, -50,75,Sn,2623.5,0.5,(27/2-),,0.23,2,US,0.00000023,0.00000002,IT,,,,,,,,,,,,,, -50,77,Sn,5.07,0.06,3/2+,,4.13,3,M,247.8,1.8,B-,100,0,,,,,,,,0.757,,0.3,, -50,77,Sn,1826.67,0.16,(19/2+),,4.52,15,US,0.00000452,0.00000015,IT,100,,,,,,,,,,,,, -50,78,Sn,2091.5,0.11,(7-),,6.5,5,S,6.5,0.5,IT,100,0,,,,,,,,,,,, -50,78,Sn,2491.89,0.17,(10+),,2.91,14,US,0.00000291,0.00000014,IT,100,,,,,,,,,,,,, -50,79,Sn,35.15,0.05,11/2-,,6.9,1,M,414,6,B-,100,0,IT,0.002,0,,,,,-1.297,,-0.18,, -50,79,Sn,1761.6,1,(19/2+),,3.40,13,US,0.0000034,0.00000013,IT,100,0,,,,,,,,,,,, -50,79,Sn,1802.6,1,(23/2+),,2.22,14,US,0.00000222,0.00000014,IT,100,0,,,,,,,,,,,, -50,79,Sn,2552.9,1.1,(27/2-),,217,19,NS,0.000000217,0.000000019,IT,100,0,,,,,,,,,,,, -50,80,Sn,1946.88,0.1,(7-),,1.7,1,M,102,6,B-,100,0,,,,,,,,,,,, -50,82,Sn,4848.52,0.2,(8+),,2.03,4,US,0.00000203,0.00000004,IT,100,0,,,,,,,,,,,, -50,86,Sn,1295,2,(6+),,46,7,NS,0.000000046,0.000000007,IT,100,0,,,,,,,,,,,, -50,88,SN,1344,2,(6+),,210,45,NS,0.00000021,0.000000045,IT,100,0,,,,,,,,,,,, -51,61,Sb,825.9,0.4,(8-),,536,22,NS,0.000000536,0.000000022,IT,100,,,,,,,,,,,,, -51,63,Sb,495.5,0.7,(8-),,219,12,US,0.000219,0.000012,IT,100,0,,,,,,,,2.265,,0.66,, -51,64,Sb,1300.21,0.05,11/2-,,6.2,3,NS,0.0000000062,0.0000000003,IT,100,0,,,,,,,,5.53,,,, -51,64,Sb,2796.26,0.09,(19/2)-,,159,3,NS,0.000000159,0.000000003,IT,100,0,,,,,,,,2.54,,,, -51,64,Sb,3659.6,0.17,(25/2)+,,4.1,2,NS,0.0000000041,0.0000000002,IT,100,0,,,,,,,,,,,, -51,65,Sb,383,40,8-,,60.3,6,M,3618,36,EC+B+,100,0,,,,,,,,,,,, -51,66,Sb,3130.76,0.19,(25/2)+,,355,17,US,0.000355,0.000017,IT,100,0,,,,,,,,1.5,,-0.75,, -51,67,Sb,250,6,8-,,5.00,2,H,18000,72,EC+B+,100,0,,,,,,,,2.32,,,, -51,68,Sb,2841.7,0,(27/2+),,0.85,9,S,0.85,0.09,IT,100,0,,,,,,,,,,,, -51,70,Sb,2721.5,0,(25/2),,179,6,US,0.000179,0.000006,IT,100,,,,,,,,,,,,, -51,71,Sb,137.4726,0.0008,(5)+,,0.53,3,MS,0.00053,0.00003,IT,100,0,,,,,,,,3.05,,,, -51,71,Sb,163.5591,0.0017,(8)-,,4.191,3,M,251.46,0.18,IT,100,0,,,,,,,,,,,, -51,73,Sb,10.8627,0.0008,5+,,93,5,S,93,5,IT,75,5,B-,25,5,,,,,,,,, -51,73,Sb,36.844,0.0014,(8)-,,20.2,2,M,1212,12,IT,100,0,,,,,,,,,,,, -51,74,Sb,1971.25,0,(19/2-),,25,4,US,0.000025,0.000004,IT,,,,,,,,,,,,,, -51,75,Sb,17.7,0.3,(5+),,19.15,8,M,1149,4.8,B-,86,4,IT,14,4,,,,,,,,, -51,75,Sb,40.4,0.3,(3-),AP,11,,S,11,0,IT,100,0,,,,,,,,,,,, -51,78,Sb,1851.31,0.06,(19/2-),,17.7,1,M,1062,6,B-,85,0,IT,15,0,,,,,,,,, -51,78,Sb,1861.06,0.05,(15/2-),,2.2,2,US,0.0000022,0.0000002,IT,100,0,,,,,,,,,,,, -51,78,Sb,2139.4,0.3,(23/2+),,1.1,1,US,0.0000011,0.0000001,IT,100,0,,,,,,,,,,,, -51,79,Sb,4.8,0.2,(4 5)+,,6.3,2,M,378,12,B-,100,0,,,,,,,,,,,, -51,83,Sb,279,1,(7-),,10.07,5,S,10.07,0.05,B-,100,0,B-N,0.088,0.004,,,,,,,,, -51,83,Sb,3775,50,(1+),LT,1,,NS,0.000000001,0,N,100,0,,,,,,,,,,,, -51,89,SB,298.2,0,(6- 7-),,41,8,US,0.000041,0.000008,IT,100,0,,,,,,,,,,,, -52,63,Te,20,-1,(1/2)+,,6.7,4,M,402,24,EC+B+,100,0,IT,,0,,,,,,,,, -52,63,Te,280.05,0.2,11/2-,,7.5,2,US,0.0000075,0.0000002,IT,100,0,,,,,,,,-0.954,,0.8,, -52,65,Te,296.1,0,(11/2-),,103,3,MS,0.103,0.003,IT,100,0,,,,,,,,,,,, -52,67,Te,260.96,0.05,11/2-,,4.70,4,D,406080,3456,EC+B+,100,0,B+,0.41,0.04,IT,0.008,0,,0.894,,,, -52,69,Te,293.974,0.022,11/2-,,164.2,8,D,14186880,69120,IT,88.6,1.1,EC+B+,11.4,1.1,,,,,0.895,,,, -52,71,Te,247.47,0.04,11/2-,,119.2,1,D,10298880,8640,IT,100,0,,,,,,,,-0.927,,,, -52,73,Te,144.775,0.008,11/2-,,57.40,15,D,4959360,12960,IT,100,0,,,,,,,,-0.985,,-0.06,, -52,75,Te,88.23,0.07,11/2-,,106.1,7,D,9167040,60480,IT,97.6,0.2,B-,2.4,0.2,,,,,-1.041,,,, -52,77,Te,105.51,0.03,11/2-,,33.6,1,D,2903040,8640,IT,64,7,B-,36,7,,,,,-1.091,,0.4,, -52,79,Te,182.258,0.018,11/2-,,33.25,25,H,119700,900,B-,74.1,0.5,IT,25.9,0.5,,,,,-1.04,,,, -52,79,Te,1940,0.4,(23/2+),,93,12,MS,0.093,0.012,IT,100,0,,,,,,,,,,,, -52,80,Te,1925.47,0.09,(7)-,,28.1,15,US,0.0000281,0.0000015,IT,100,0,,,,,,,,,,,, -52,80,Te,2723.3,0.8,(10+),,3.70,9,US,0.0000037,0.00000009,IT,100,0,,,,,,,,,,,, -52,81,Te,334.26,0.04,(11/2-),,55.4,4,M,3324,24,B-,83.5,2,IT,16.5,2,,,,,-1.129,,0.28,, -52,82,Te,1691.34,0.16,6+,,164.1,9,NS,0.0000001641,0.0000000009,IT,100,0,,,,,,,,5.08,,,, -52,83,Te,1554.89,0.16,(19/2-),,0.511,20,US,0.000000511,0.00000002,IT,100,0,,,,,,,,-3.8,,,, -53,61,I,265.9,0,(7),,6.2,5,S,6.2,0.5,EC+B+,91,2,IT,9,2,,,,,,,,, -53,63,I,430.4,0.5,(7-),,3.27,,US,0.00000327,0,IT,100,,,,,,,,,,,,, -53,65,I,104,0,(7-),,8.5,5,M,510,30,EC+B+,100,0,IT,0,0,,,,,4.2,,,, -53,67,I,320,150,(7-),,53,4,M,3180,240,EC+B+,100,0,,,,,,,,,,,, -53,77,I,39.9525,0.0013,2+,,8.84,6,M,530.4,3.6,IT,84,2,B-,16,2,,,,,,,,, -53,79,I,120,20,(8-),,1.387,15,H,4993.2,54,IT,86,2,B-,14,2,,,,,,,,, -53,80,I,1634.148,0.01,(19/2-),,9,2,S,9,2,IT,100,0,,,,,,,,,,,, -53,81,I,316.49,0.22,(8)-,,3.52,4,M,211.2,2.4,IT,97.7,1,B-,2.3,1,,,,,,,,, -53,83,I,640,110,(6-),,46.9,10,S,46.9,1,B-,100,0,,,,,,,,,,,, -53,85,I,67.9,0,(3-),,1.26,16,US,0.00000126,0.00000016,IT,100,0,,,,,,,,,,,, -54,71,Xe,252.61,0.14,9/2(-),,57,1,S,57,1,IT,100,0,,,,,,,,-0.7453,,0.424,, -54,73,Xe,297.1,0.08,9/2-,,69.2,9,S,69.2,0.9,IT,100,0,,,,,,,,,,,, -54,75,Xe,236.14,0.03,11/2-,,8.88,2,D,767232,1728,IT,100,0,,,,,,,,-0.891223,,0.63,, -54,77,Xe,163.93,0.008,11/2-,,11.84,4,D,1022976,3456,IT,100,0,,,,,,,,-0.994048,,0.73,, -54,78,Xe,2752.21,0.17,(10+),,8.39,11,MS,0.00839,0.00011,IT,100,0,,,,,,,,-1.95,,,, -54,79,Xe,233.221,0.015,11/2-,,2.198,13,D,189907.2,1123.2,IT,100,0,,,,,,,,,,0.77,, -54,80,Xe,1965.5,0.5,7-,,290,17,MS,0.29,0.017,IT,100,0,,,,,,,,,,,, -54,80,Xe,3025.2,1.5,(10+),,5,1,US,0.000005,0.000001,IT,100,,,,,,,,,,,,, -54,81,Xe,526.551,0.013,11/2-,,15.29,5,M,917.4,3,IT,99.4,0,B-,0.6,0,,,,,-1.1036,,0.618,, -55,61,Cs,100,-1,4+ 5 6,,3.85,13,S,3.85,0.13,EC+B+,100,0,ECP,0.51,0.15,ECA,0.008,0.002,,,,,, -55,66,Cs,68.5,0.3,9/2(+),,122,3,S,122,3,EC+B+,83,0,IT,17,0,,,,,5.41,,2.69,, -55,67,Cs,127.07,0.16,(5)-,,0.36,2,S,0.36,0.02,IT,100,0,,,,,,,,,,,, -55,67,Cs,140,30,8(-),,3.70,11,M,222,6.6,EC+B+,100,0,,,,,,,,4.77,,3.29,, -55,68,Cs,156.27,0.05,(11/2)-,,1.64,12,S,1.64,0.12,IT,100,0,,,,,,,,,,,, -55,69,Cs,462.63,0.14,(7)+,,6.3,2,S,6.3,0.2,IT,100,0,,,,,,,,,,,, -55,70,Cs,266.1,1.1,(11/2-),,0.90,3,MS,0.0009,0.00003,IT,100,0,,,,,,,,,,,, -55,72,Cs,452.23,0.21,(11/2)-,,55,3,US,0.000055,0.000003,IT,100,,,,,,,,,,,,, -55,74,Cs,575.4,0.14,(11/2-),,0.718,21,US,0.000000718,0.000000021,IT,100,0,,,,,,,,6.55,,,, -55,75,Cs,163.25,0.11,5-,,3.46,6,M,207.6,3.6,IT,99.84,0.02,EC+B+,0.16,0.02,,,,,0.629,,1.45,, -55,79,Cs,138.7441,0.0026,8-,,2.912,2,H,10483.2,7.2,IT,100,0,,,,,,,,1.0978,,0.98,, -55,80,Cs,1632.9,0,19/2-,,53,2,M,3180,120,IT,100,0,,,,,,,,2.18,,0.89,, -55,83,Cs,79.9,0.3,6-,,2.91,8,M,174.6,4.8,IT,81,2,B-,19,2,,,,,1.713,,-0.4,, -56,71,Ba,80.32,0.11,7/2-,,1.93,7,S,1.93,0.07,IT,100,0,,,,,,,,-0.7227,,1.62,, -56,73,Ba,8.42,0.06,7/2+,,2.135,10,H,7686,36,EC+B+,100,0,IT,,0,,,,,0.93,,1.75,, -56,74,Ba,2475.12,0.18,8-,,9.4,4,MS,0.0094,0.0004,IT,100,0,,,,,,,,,,,, -56,75,Ba,187.995,0.009,9/2-,,14.6,2,M,876,12,IT,100,0,,,,,,,,-0.87,,1.46,, -56,77,Ba,288.252,0.009,11/2-,,38.93,10,H,140148,360,IT,99.9896,0.0005,EC,0.0104,0.0005,,,,,0.91,,0.89,, -56,78,Ba,2957.2,0.5,(10+),,2.63,14,US,0.00000263,0.00000014,IT,100,0,,,,,,,,-2,,,, -56,79,Ba,268.218,0.02,11/2-,,28.7,2,H,103320,720,IT,100,0,,,,,,,,-1.001,,0.96,, -56,80,Ba,2030.466,0.018,7-,,0.3084,19,S,0.3084,0.0019,IT,100,0,,,,,,,,,,,, -56,81,Ba,661.659,0.003,11/2-,,2.552,1,M,153.12,0.06,IT,100,0,,,,,,,,-0.992,,0.78,, -57,60,La,151,12,(9/2+),,10,5,MS,0.01,0.005,P,97.4,1.3,EC+B+,2.6,1.3,,,,,,,,, -57,70,La,14.2,0.4,(3/2+),,3.7,4,M,222,24,EC+B+,100,0,,,,,,,,,,,, -57,72,La,172.33,0.2,(11/2-),,0.56,5,S,0.56,0.05,IT,100,0,,,,,,,,,,,, -57,74,La,304.6,0.24,11/2-,,170,7,US,0.00017,0.000007,IT,100,0,,,,,,,,,,,, -57,75,La,188.2,0.11,6-,,24.3,5,M,1458,30,IT,76,0,EC+B+,24,0,,,,,,,,, -57,77,La,336.44,0,,,29,4,US,0.000029,0.000004,IT,100,0,,,,,,,,,,,, -57,79,La,230,0,(8+),,114,3,MS,0.114,0.003,IT,100,0,,,,,,,,,,,, -58,69,Ce,7.3,1.1,(5/2+),,28.6,7,S,28.6,0.7,EC+B+,100,0,,,,,,,,,,,, -58,73,Ce,63.09,0.09,(1/2+),,5.4,4,M,324,24,EC+B+,100,0,IT,,0,,,,,,,,, -58,73,Ce,161.98,0.05,9/2-,,88,2,NS,0.000000088,0.000000002,IT,100,,,,,,,,,-0.85,,0.92,, -58,74,Ce,2341.15,0.21,(8-),,9.4,3,MS,0.0094,0.0003,IT,100,0,,,,,,,,,,,, -58,75,Ce,37.2,0.7,9/2-,,5.1,3,H,18360,1080,EC+B+,100,0,IT,,0,,,,,,,,, -58,77,Ce,445.81,0.21,(11/2-),,20,1,S,20,1,IT,100,0,,,,,,,,,,,, -58,78,Ce,3095.5,0.4,10+,,2.2,2,US,0.0000022,0.0000002,IT,100,0,,,,,,,,-1.8,,1.11,, -58,79,Ce,254.29,0.05,11/2-,,34.4,3,H,123840,1080,IT,99.21,0.04,EC+B+,0.79,0.04,,,,,1.01,,,, -58,80,Ce,2129.17,0.12,7-,,8.65,20,MS,0.00865,0.0002,IT,100,0,,,,,,,,,,,, -58,80,Ce,3539.1,0.3,10+,,81,2,NS,0.000000081,0.000000002,IT,100,0,,,,,,,,-1.7,,0.77,, -58,81,Ce,754.24,0.08,11/2-,,54.8,10,S,54.8,1,IT,100,0,,,,,,,,,,,, -59,72,Pr,152.4,0.3,(11/2-),,5.73,20,S,5.73,0.2,IT,96.4,1.2,EC+B+,3.6,1.2,,,,,,,,, -59,74,Pr,192.12,0.14,(11/2-),,1.1,2,S,1.1,0.2,IT,100,0,,,,,,,,,,,, -59,76,Pr,358.06,0.06,(11/2-),,105,10,US,0.000105,0.00001,IT,100,0,,,,,,,,,,,, -59,79,Pr,364,23,7-,,2.12,4,H,7632,144,EC+B+,100,0,,,,,,,,,,,, -59,81,Pr,127.8,0.3,5+,,0.35,2,US,0.00000035,0.00000002,IT,100,0,,,,,,,,,,,, -59,81,Pr,763.7,0.5,(7)-,,3.05,20,US,0.00000305,0.0000002,IT,100,0,,,,,,,,,,,, -59,83,Pr,3.694,0.003,5-,,14.6,5,M,876,30,IT,100,0,,,,,,,,2.2,,,, -59,83,Pr,911.4,1.3,(9+),,61,6,NS,0.000000061,0.000000006,IT,100,0,,,,,,,,,,,, -59,85,Pr,59.03,0.03,3-,,7.2,3,M,432,18,IT,99.93,0,B-,0.07,0,,,,,,,,, -59,89,Pr,76.8,0.2,4-,,2.01,7,M,120.6,4.2,B-,64,10,IT,36,10,,,,,,,,, -60,73,Nd,127.97,0.12,(1/2+),AP,70,,S,70,0,EC+B+,,0,IT,,0,,,,,,,,, -60,74,Nd,2293,0.4,(8)-,,410,30,US,0.00041,0.00003,IT,100,0,,,,,,,,,,,, -60,75,Nd,64.95,0.24,(1/2+),,5.5,5,M ?,,,EC+B+,99.97,0,IT,0.03,0,,,,,,,,, -60,77,Nd,519.43,0.2,11/2-,,1.60,15,S,1.6,0.15,IT,100,0,,,,,,,,,,,, -60,79,Nd,231.15,0.05,11/2-,,5.50,20,H,19800,720,EC+B+,88.2,0.4,IT,11.8,0.4,,,,,,,,, -60,80,Nd,2221.4,0.1,7-,,0.60,5,MS,0.0006,0.00005,IT,100,0,,,,,,,,,,,, -60,81,Nd,756.51,0.05,11/2-,,62.0,8,S,62,0.8,IT,99.95,0,EC+B+,0.05,0,,,,,,,,, -61,72,Pm,129.7,0.7,(11/2-),LT,8.8,,S,8.8,0,IT,,0,EC+B+,,0,,,,,,,,, -61,74,Pm,68.7,0,(11/2-),,45,4,S,45,4,EC+B+,100,0,,,,,,,,,,,, -61,77,Pm,20,100,,,3.24,5,M,194.4,3,EC,100,,,,,,,,,,,,, -61,78,Pm,188.7,0.3,(11/2)-,,180,20,MS,0.18,0.02,IT,99.94,0,EC+B+,0.06,0,,,,,,,,, -61,81,Pm,883.17,0.16,(8)-,,2.0,2,MS,0.002,0.0002,IT,100,0,,,,,,,,,,,, -61,87,Pm,137.9,0.3,5- 6-,,41.29,11,D,3567456,9504,B-,95.8,0.6,IT,4.2,0.6,,,,,1.82,,,, -61,91,Pm,150,90,4-,,7.52,8,M,451.2,4.8,B-,100,0,,,,,,,,,,,, -61,91,Pm,150,0,(8),,13.8,2,M,828,12,B-,100,0,IT,0,0,,,,,,,,, -61,95,Pm,150.3,0.1,1(+),LT,5,,S,5,0,IT,98,0,B-,2,,A,2,0,,,,,, -62,77,Sm,457.4,0.22,11/2-,,10.7,6,S,10.7,0.6,IT,93.7,0.5,EC+B+,6.3,0.5,,,,,1.1,,,, -62,79,Sm,175.9,0.3,11/2-,,22.6,2,M,1356,12,EC+B+,99.69,0.03,IT,0.31,0.03,,,,,-0.84,,1.6,, -62,81,Sm,753.99,0.16,11/2-,,66,2,S,66,2,IT,99.76,0.05,EC+B+,0.24,0.05,,,,,,,,, -62,81,Sm,2793.8,1.3,23/2(-),,30,3,MS,0.03,0.003,IT,100,0,,,,,,,,,,,, -62,83,Sm,8786.2,0.7,(49/2+),,0.96,+19-15,US,0.00000096,0.00000017,IT,100,0,,,,,,,,,,,, -62,89,Sm,261.13,0.04,(11/2)-,,1.4,1,US,0.0000014,0.0000001,IT,100,0,,,,,,,,,,,, -62,91,Sm,98.37,0.1,11/2-,,10.6,3,MS,0.0106,0.0003,IT,100,0,,,,,,,,,,,, -62,102,Sm,1485.5,1.2,(6-),,0.60,14,US,0.0000006,0.00000014,IT,100,0,,,,,,,,,,,, -63,78,Eu,96.45,0.07,11/2-,,2.7,3,S,2.7,0.3,IT,87,0,EC+B+,13,0,,,,,,,,, -63,83,Eu,666.33,0.11,9+,,235,3,US,0.000235,0.000003,IT,100,0,,,,,,,,,,,, -63,85,Eu,720.4,0.3,9+,,162,8,NS,0.000000162,0.000000008,IT,100,,,,,,,,,6.12,,,, -63,87,Eu,41.7,1,0-,,12.8,1,H,46080,360,B-,89,2,EC+B+,11,2,IT,0.00000005,0,,,,,, -63,88,Eu,196.245,0.01,11/2-,,58.9,5,US,0.0000589,0.0000005,IT,100,0,,,,,,,,,,,, -63,89,Eu,45.5998,0.0004,0-,,9.3116,13,H,33521.76,4.68,B-,73,3,EC+B+,27,3,,,,,,,,, -63,89,Eu,147.86,0.1,8-,,96,1,M,5760,60,IT,100,0,,,,,,,,,,,, -63,91,Eu,145.3,0.3,8-,,46.3,4,M,2778,24,IT,100,0,,,,,,,,,,,, -64,77,Gd,377.76,0.09,11/2-,,24.5,5,S,24.5,0.5,EC+B+,89,2,IT,11,2,,,,,,,,, -64,79,Gd,152.6,0,(11/2-),,110.0,14,S,110,1.4,EC+B+,100,0,,,,,,,,,,,, -64,81,Gd,749.1,0.2,11/2-,,85,3,S,85,3,IT,94.3,0.5,EC+B+,5.7,0.5,,,,,-1,,,, -64,89,Gd,95.1736,0.0008,9/2+,,3.5,4,US,0.0000035,0.0000004,IT,100,0,,,,,,,,,,,, -64,89,Gd,171.188,0.004,(11/2-),,76.0,14,US,0.000076,0.0000014,IT,100,0,,,,,,,,,,,, -64,91,Gd,121.05,0.19,11/2-,,31.97,27,MS,0.03197,0.00027,IT,100,0,,,,,,,,,,,, -64,93,Gd,426.539,0.023,11/2-,,18.5,23,US,0.0000185,0.0000023,IT,100,0,,,,,,,,,,,, -64,95,Gd,67.829,0.024,5/2+,,26.2,8,NS,0.0000000262,0.0000000008,IT,100,0,,,,,,,,,,,, -64,102,GD,1601.5,1.1,(6-),,950,60,NS,0.00000095,0.00000006,IT,100,0,,,,,,,,,,,, -65,77,Tb,279.7,0.4,5-,,303,17,MS,0.303,0.017,IT,100,0,,,,,,,,,,,, -65,77,Tb,652.1,0.6,8+,,26,1,US,0.000026,0.000001,IT,100,,,,,,,,,,,,, -65,79,Tb,396.9,0.5,(6-),,4.25,15,S,4.25,0.15,IT,66,0,EC+B+,34,0,,,,,,,,, -65,81,Tb,779.57,0,10+,,1.20,3,MS,0.0012,0.00003,IT,100,0,,,,,,,,,,,, -65,82,Tb,50.6,0.9,(11/2-),,1.83,6,M,109.8,3.6,EC+B+,100,0,,,,,,,,,,,, -65,83,Tb,90.1,0.3,(9)+,,2.20,5,M,132,3,EC+B+,100,0,,,,,,,,,,,, -65,84,Tb,35.78,0.13,11/2-,,4.16,4,M,249.6,2.4,EC+B+,99.978,0.003,A,0.022,0.003,,,,,,,,, -65,85,Tb,461,27,9+,,5.8,2,M,348,12,EC+B+,100,0,,,,,,,,,,,, -65,86,Tb,99.53,0.05,(11/2-),,25,3,S,25,3,IT,93.4,2,EC+B+,6.6,2,,,,,,,,, -65,87,Tb,501.74,0.19,8+,,4.2,1,M,252,6,IT,78.9,0.6,EC+B+,21.1,0.6,,,,,,,,, -65,88,Tb,163.175,0.005,11/2-,,186,4,US,0.000186,0.000004,IT,100,0,,,,,,,,,,,, -65,91,Tb,49.63,0,(7-),,24.4,10,H,87840,3600,IT,100,0,,,,,,,,,,,, -65,91,Tb,88.4,0,(0+),,5.3,2,H,19080,720,IT,100,0,EC+B+,0,0,,,,,,,,, -65,93,Tb,110.3,1.2,0-,,10.70,17,S,10.7,0.17,IT,100,0,B-,0.6,0,EC+B+,0.01,0,,,,,, -65,93,Tb,388.4,0,7-,,0.40,4,MS,0.0004,0.00004,IT,100,0,,,,,,,,,,,, -66,74,DY,2166.1,0.5,(8-),,7.0,5,US,0.000007,0.0000005,IT,100,0,,,,,,,,,,,, -66,77,Dy,310.7,0.6,(11/2-),,3.0,3,S,3,0.3,EC+B+,100,0,ECP,,0,,,,,,,,, -66,79,Dy,118.2,0.2,(11/2-),,14.1,7,S,14.1,0.7,EC+B+,100,0,ECP,50,0,,,,,,,,, -66,80,Dy,2934.5,0.4,10+,,150,20,MS,0.15,0.02,IT,100,0,,,,,,,,,,,, -66,81,Dy,750.5,0.4,(11/2-),,55.2,5,S,55.2,0.5,EC+B+,68.9,2.3,IT,31.1,2.3,,,,,,,,, -66,83,Dy,2661.1,0.4,(27/2-),,0.490,15,S,0.49,0.015,IT,99.3,0.3,EC+B+,0.7,0.3,,,,,,,,, -66,89,Dy,234.33,0.03,11/2-,,6,1,US,0.000006,0.000001,IT,100,0,,,,,,,,,,,, -66,91,Dy,199.38,0.07,11/2-,,21.6,16,MS,0.0216,0.0016,IT,100,0,,,,,,,,,,,, -66,93,Dy,352.77,0.14,11/2-,,122,3,US,0.000122,0.000003,IT,100,0,,,,,,,,,,,, -66,99,Dy,108.1552,0.0013,1/2-,,1.257,6,M,75.42,0.36,IT,97.76,0.11,B-,2.24,0.11,,,,,,,,, -67,74,Ho,66,12,(1/2+),,7.3,3,US,0.0000073,0.0000003,P,100,0,,,,,,,,,,,, -67,77,Ho,265.3,0.3,(8+),,506,20,NS,0.000000506,0.00000002,IT,100,0,,,,,,,,,,,, -67,81,Ho,694.4,0,(10)+,,2.36,6,MS,0.00236,0.00006,IT,100,0,,,,,,,,,,,, -67,82,Ho,48.8,0.2,(1/2+),,56,3,S,56,3,EC+B+,100,0,,,,,,,,,,,, -67,84,Ho,41,0.2,(1/2+),,47.2,13,S,47.2,1.3,A,80,0,EC+B+,20,0,,,,,,,,, -67,85,Ho,160,1,9+,,49.8,2,S,49.8,0.2,EC+B+,89.2,1.7,A,10.8,1.7,,,,,5.94,,-1.3,, -67,86,Ho,68.7,0.3,1/2+,,9.3,5,M,558,30,EC+B+,99.82,0.08,A,0.18,0.08,,,,,1.19,,,, -67,88,Ho,141.97,0.11,11/2-,,0.88,8,MS,0.00088,0.00008,IT,100,0,,,,,,,,,,,, -67,89,Ho,52.37,0,1-,,9.5,15,S,9.5,1.5,IT,100,0,,,,,,,,,,,, -67,89,Ho,52.37,0,9+,,7.6,3,M,456,18,EC+B+,75,0,IT,25,0,,,,,,,,, -67,91,Ho,67.199,0.01,2-,,28,2,M,1680,120,IT,81,0,EC+B+,19,0,,,,,2.44,,1.62,, -67,91,Ho,180,-1,(9+),,21.3,23,M,1278,138,EC+B+,93,0,IT,7,0,,,,,,,,, -67,92,Ho,205.91,0.05,1/2+,,8.30,8,S,8.3,0.08,IT,100,0,,,,,,,,,,,, -67,93,Ho,59.98,0.03,2-,,5.02,5,H,18072,180,IT,73,3,EC+B+,27,3,,,,,2.52,,1.78,, -67,93,Ho,169.6,0,(9+),,3,,S,3,0,IT,100,0,,,,,,,,,,,, -67,94,Ho,211.15,0.03,1/2+,,6.76,7,S,6.76,0.07,IT,100,0,,,,,,,,,,,, -67,95,Ho,105.87,0.06,6-,,67.0,7,M,4020,42,IT,62,0,EC+B+,38,0,,,,,3.6,,3.9,, -67,96,Ho,297.88,0.07,1/2+,,1.09,3,S,1.09,0.03,IT,100,0,,,,,,,,,,,, -67,97,Ho,139.77,0.08,6-,,37.5,+15-5,M,2250,60,IT,100,0,,,,,,,,,,,, -67,99,Ho,5.969,0.012,7-,,1.20E3,18,Y,37869120000,5680368000,B-,100,0,,,,,,,,3.6,,-3,, -67,99,Ho,190.9021,0.002,3+,,185,15,US,0.000185,0.000015,IT,100,0,,,,,,,,,,,, -67,101,Ho,59,-1,(6+),,132,4,S,132,4,IT,99.5,0,B-,0.5,0,,,,,,,,, -67,103,Ho,120,70,(1+),,43,2,S,43,2,B-,100,0,,,,,,,,,,,, -68,77,Er,253,0,(11/2-),,0.9,3,S,0.9,0.3,EC+B+,100,0,ECP,,0,,,,,,,,, -68,80,Er,2913.2,0.4,(10+),,13,3,US,0.000013,0.000003,IT,100,0,,,,,,,,,,,, -68,81,Er,741.8,0.2,(11/2-),,8.9,2,S,8.9,0.2,EC+B+,96.5,0.7,IT,3.5,0.7,ECP,0.18,0.07,,,,,, -68,83,Er,2586,0.5,(27/2-),,0.58,2,S,0.58,0.02,IT,95.3,0.4,EC+B+,4.7,0.4,,,,,,,,, -68,83,Er,10286.6,1,(67/2-),,0.42,5,US,0.00000042,0.00000005,IT,100,0,,,,,,,,,,,, -68,86,Er,3025,0,11-,,39,4,NS,0.000000039,0.000000004,IT,100,0,A,0,0,,,,,0.169,,,, -68,89,Er,155.4,0.3,(9/2+),,76,6,MS,0.076,0.006,IT,100,0,,,,,,,,,,,, -68,93,Er,396.44,0.04,11/2-,,7.5,7,US,0.0000075,0.0000007,IT,100,0,,,,,,,,,,,, -68,99,Er,207.801,0.005,1/2-,,2.269,6,S,2.269,0.006,IT,100,0,,,,,,,,,,,, -69,77,Tm,182,4,(10+),,198,3,MS,0.198,0.003,EC+B+,,0,P,,0,,,,,,,,, -69,78,Tm,68,6,3/2+,,0.36,4,MS,0.00036,0.00004,P,100,0,,,,,,,,,,,, -69,81,Tm,671.3,1,(10+),,5.2,3,MS,0.0052,0.0003,IT,100,0,,,,,,,,,,,, -69,82,Tm,2655.67,0.22,(27/2-),,0.451,34,US,0.000000451,0.000000034,IT,100,0,,,,,,,,,,,, -69,82,Tm,6908.5,0.4,,,24,4,NS,0.000000024,0.000000004,IT,100,,,,,,,,,,,,, -69,83,Tm,2555.05,0,(17+),,294,12,NS,0.000000294,0.000000012,IT,100,0,,,,,,,,,,,, -69,83,Tm,6300,-1,,,42,5,NS,0.000000042,0.000000005,IT,100,0,,,,,,,,,,,, -69,84,Tm,43.2,0.2,(1/2+),,2.5,2,S,2.5,0.2,A,92,3,EC+B+,8,3,,,,,,,,, -69,86,Tm,41,6,1/2+,,45,3,S,45,3,EC+B+,98,0,A,2,0,,,,,,,,, -69,91,Tm,70,20,5,,74.5,15,S,74.5,1.5,IT,85,5,EC+B+,15,5,,,,,,,,, -69,92,Tm,7.51,0.24,1/2+,,,,,,,EC+B+,,0,IT,,0,,,,,,,,, -69,97,Tm,109.338,0,(6-),,340,25,MS,0.34,0.025,IT,100,0,,,,,,,,,,,, -69,103,Tm,476.2,0.2,(6+),,132,7,US,0.000132,0.000007,IT,100,0,,,,,,,,,,,, -70,81,Yb,1791.2,0,,,2.6,7,US,0.0000026,0.0000007,IT,100,0,,,,,,,,,,,, -70,81,Yb,2448,0,(27/2-),,20,1,US,0.00002,0.000001,IT,100,0,,,,,,,,,,,, -70,82,Yb,2744.5,0,(10+),,30,1,US,0.00003,0.000001,IT,100,0,,,,,,,,,,,, -70,83,Yb,2578.2,0,27/2-,,15,1,US,0.000015,0.000001,IT,100,,,,,,,,,,,,, -70,99,Yb,24.1999,0.0016,1/2-,,46,2,S,46,2,IT,100,0,,,,,,,,0.507,,,, -70,104,Yb,1518.148,0.013,6+,,830,40,US,0.00083,0.00004,IT,100,0,,,,,,,,,,,, -70,106,Yb,1049.8,0.6,8-,,11.4,3,S,11.4,0.3,IT,100,0,,,,,,,,,,,, -70,107,Yb,331.5,0.3,(1/2-),,6.41,2,S,6.41,0.02,IT,100,0,,,,,,,,,,,, -71,79,Lu,22,6,(1- 2-),,39,+8-6,US,0.000039,0.000007,P,100,0,,,,,,,,,,,, -71,80,Lu,78,10,3/2+,,16,1,US,0.000016,0.000001,P,100,0,,,,,,,,,,,, -71,82,Lu,2632.9,0.5,27/2-,,15,3,US,0.000015,0.000003,IT,100,,,,,,,,,,,,, -71,83,Lu,130.4,0,(17+),,35,3,US,0.000035,0.000003,IT,100,0,,,,,,,,,,,, -71,84,Lu,20,6,1/2+,,138,8,MS,0.138,0.008,A,76,16,EC+B+,24,16,,,,,,,,, -71,84,Lu,1781,2,(25/2-),,2.69,3,MS,0.00269,0.00003,A,100,0,,,,,,,,,,,, -71,86,Lu,20.9,2,(11/2-),,4.79,12,S,4.79,0.12,EC+B+,94,2,A,6,2,,,,,,,,, -71,90,Lu,166.5,0,(9/2-),,7.3,4,MS,0.0073,0.0004,IT,100,0,,,,,,,,,,,, -71,95,Lu,34.37,0.22,3(-),,1.41,10,M,84.6,6,EC,58,5,IT,42,5,,,,,0.189,,2.715,, -71,95,Lu,43,0.4,0-,,2.12,10,M,127.2,6,EC+B+,80,0,IT,20,0,,,,,,,,, -71,97,Lu,202.81,0.12,3+,,6.7,4,M,402,24,EC+B+,99.6,0.4,IT,0.8,0,,,,,1.221,,2.431,, -71,98,Lu,29,0.5,1/2-,,160,10,S,160,10,IT,100,0,,,,,,,,0.538,,,, -71,99,Lu,92.91,0.09,(4)-,,0.67,10,S,0.67,0.1,IT,100,0,,,,,,,,,,,, -71,100,Lu,71.13,0.08,1/2-,,79,2,S,79,2,IT,100,0,,,,,,,,0.585,,,, -71,101,Lu,41.86,0.04,1-,,3.7,5,M,222,30,IT,100,0,,,,,,,,,,,, -71,101,Lu,109.41,0.1,(1)+,,440,12,US,0.00044,0.000012,IT,100,0,,,,,,,,,,,, -71,103,Lu,170.83,0.05,(6)-,,142,2,D,12268800,172800,IT,99.38,0.02,EC,0.62,0.02,,,,,1.497,,,, -71,103,Lu,240.818,0.004,(3+),,395,15,NS,0.000000395,0.000000015,IT,,,,,,,,,,,,,, -71,103,Lu,365.183,0.006,(4-),,145,3,NS,0.000000145,0.000000003,IT,100,,,,,,,,,,,,, -71,105,Lu,122.845,0.004,1-,,3.664,19,H,13190.4,68.4,B-,99.905,0.016,EC,0.095,0.016,,,,,0.318,,-1.47,, -71,106,Lu,970.175,0.0024,23/2-,,160.44,6,D,13862016,5184,B-,78.6,0.8,IT,21.4,0.8,,,,,2.32,,5.7,, -71,106,Lu,2700,-1,(39/2-),,6,+3-2,M,360,150,B-,100,0,IT,,0,,,,,,,,, -71,107,Lu,123.8,2.6,(9-),,23.1,3,M,1386,18,B-,100,0,,,,,,,,,,,, -71,108,Lu,592.4,0.4,1/2+,,3.1,9,MS,0.0031,0.0009,IT,100,0,,,,,,,,,,,, -72,82,Hf,2671,0,(10+),,9,4,US,0.000009,0.000004,IT,100,0,,,,,,,,,,,, -72,84,Hf,1959,6,8+,,0.52,1,MS,0.00052,0.00001,A,100,0,,,,,,,,,,,, -72,89,Hf,329,0.5,(13/2+),,4.8,2,US,0.0000048,0.0000002,IT,100,0,,,,,,,,,,,, -72,99,Hf,21.93,0.09,1/2(-),,29.5,9,S,29.5,0.9,IT,100,0,EC+B+,,0,,,,,0.526,,,, -72,100,Hf,2005.84,0.11,(8-),,163,3,NS,0.000000163,0.000000003,IT,,,,,,,,,,7.95,,,, -72,105,Hf,1315.4504,0.0008,23/2+,,1.09,5,S,1.09,0.05,IT,100,0,,,,,,,,,,,, -72,105,Hf,2740.02,0.15,37/2-,,51.4,5,M,3084,30,IT,100,0,,,,,,,,,,,, -72,106,Hf,1147.416,0.006,8-,,4.0,2,S,4,0.2,IT,100,0,,,,,,,,,,,, -72,106,Hf,2446.09,0.08,16+,,31,1,Y,978285600,31557600,IT,100,0,,,,,,,,,,,, -72,107,Hf,375.0352,0.0025,1/2-,,18.67,4,S,18.67,0.04,IT,100,0,,,,,,,,,,,, -72,107,Hf,1105.74,0.16,25/2-,,25.05,25,D,2164320,21600,IT,100,0,,,,,,,,7.4,,,, -72,108,Hf,1141.552,0.015,8-,,5.53,2,H,19908,72,IT,99.69,0.08,B-,0.31,0.08,,,,,8.7,,4.6,, -72,109,Hf,1741.9,1.3,(25/2-),,1.5,5,MS,0.0015,0.0005,IT,100,0,,,,,,,,,,,, -72,110,Hf,1172.87,0.18,(8-),,61.5,15,M,3690,90,B-,54,2,IT,46,2,,,,,,,,, -72,110,Hf,2571.3,1.2,(13+),,40,10,US,0.00004,0.00001,IT,100,0,,,,,,,,,,,, -72,111,Hf,1464,64,,,,,,,,IT,100,,,,,,,,,,,,, -72,112,Hf,1272.2,0.4,(8-),,48,10,S,48,10,IT,100,0,,,,,,,,,,,, -73,83,Ta,102,7,9+,,0.36,4,S,0.36,0.04,EC+B+,95.8,0.9,P,4.2,0.9,,,,,,,,, -73,84,Ta,22,5,11/2-,,4.3,1,MS,0.0043,0.0001,A,100,0,,,,,,,,,,,, -73,84,Ta,1589,10,(25/2-),,1.7,1,MS,0.0017,0.0001,A,100,0,,,,,,,,,,,, -73,85,Ta,141,9,(9+),,36.7,15,MS,0.0367,0.0015,A,95,5,EC+B+,5,5,,,,,,,,, -73,86,Ta,64,5,11/2-,,0.56,6,S,0.56,0.06,A,55,1,EC+B+,45,1,,,,,,,,, -73,105,Ta,1467.82,0,15-,,58,4,MS,0.058,0.004,IT,100,0,,,,,,,,,,,, -73,105,Ta,2902.2,0,(21-),,290,12,MS,0.29,0.012,IT,100,0,,,,,,,,,,,, -73,106,Ta,1317.2,0.4,(25/2+),,9.0,2,MS,0.009,0.0002,IT,100,0,,,,,,,,,,,, -73,106,Ta,2639.5,0.5,(37/2+),,54.1,17,MS,0.0541,0.0017,IT,100,0,,,,,,,,,,,, -73,108,Ta,615.19,0.03,1/2+,,18,1,US,0.000018,0.000001,IT,100,,,,,,,,,,,,, -73,109,Ta,16.273,0.004,5+,,283,3,MS,0.283,0.003,IT,100,0,,,,,,,,,,,, -73,109,Ta,519.577,0.016,10-,,15.84,10,M,950.4,6,IT,100,0,,,,,,,,,,,, -73,110,Ta,1310.16,0,,,0.9,3,US,0.0000009,0.0000003,IT,100,0,,,,,,,,,,,, -73,117,TA,175,0,,,42,7,NS,0.000000042,0.000000007,IT,100,0,,,,,,,,,,,, -74,84,W,1888,8,(8+),,0.143,19,MS,0.000143,0.000019,A,,0,IT,,0,,,,,,,,, -74,105,W,221.91,0.03,1/2-,,6.40,7,M,384,4.2,IT,99.71,0.04,EC+B+,0.29,0.04,,,,,,,,, -74,106,W,1529.05,0.04,8-,,5.47,9,MS,0.00547,0.00009,IT,100,,,,,,,,,,,,, -74,108,W,2230.65,0.14,(10+),,1.3,1,US,0.0000013,0.0000001,IT,100,0,,,,,,,,,,,, -74,109,W,309.492,0.004,11/2+,,5.30,8,S,5.3,0.08,IT,100,0,,,,,,,,,,,, -74,111,W,197.383,0.023,11/2+,,1.67,3,M,100.2,1.8,IT,100,0,,,,,,,,,,,, -74,116,W,2381,0,(10-),LE,3.1,,MS,0.0031,0,IT,100,0,,,,,,,,,,,, -75,86,Re,123.8,1.3,11/2-,,14.7,3,MS,0.0147,0.0003,A,93,0.3,P,7,0.3,,,,,,,,, -75,87,Re,173,13,(9+),,77,9,MS,0.077,0.009,A,91,5,EC+B+,9,5,,,,,,,,, -75,88,Re,115,4,11/2-,,214,5,MS,0.214,0.005,A,66,4,EC+B+,34,4,,,,,,,,, -75,90,Re,48,26,(11/2-),,1.74,6,S,1.74,0.06,EC+B+,87,1,A,13,1,,,,,,,,, -75,94,Re,136.4,0.14,(11/2-),,,,,,,A,0.2,,,,,,,,,,,,, -75,104,Re,5408,0.5,(47/2 49/2+),,0.466,15,MS,0.000466,0.000015,IT,100,0,,,,,,,,,,,, -75,108,Re,496.242,0.024,9/2-,,7.8,4,NS,0.0000000078,0.0000000004,IT,100,0,,,,,,,,5.14,,3.8,, -75,108,Re,598.83,0.05,(5/2)-,,1.96,5,NS,0.00000000196,0.00000000005,IT,100,0,,,,,,,,,,,, -75,108,Re,1906.83,0.1,21/2-,,,,,,,IT,100,,,,,,,,,,,,, -75,108,Re,1907.21,0.15,(25/2)+,,1.04,4,MS,0.00104,0.00004,IT,100,0,,,,,,,,,,,, -75,108,Re,1936.66,0,(21/2),,10,4,NS,0.00000001,0.000000004,IT,100,0,,,,,,,,,,,, -75,109,Re,188.0463,0.0017,8(+),,169,8,D,14601600,691200,IT,74.5,0.8,EC,25.5,0.8,,,,,2.88,,,, -75,111,Re,149,7,(8+),,2.0E+5,,Y,6311520000000,0,IT,100,0,,,,,,,,,,,, -75,113,Re,172.069,0.009,(6)-,,18.59,4,M,1115.4,2.4,IT,100,0,,,,,,,,,,,, -75,115,Re,210,50,(6-),,3.2,2,H,11520,720,B-,54.4,2,IT,45.6,2,,,,,,,,, -75,117,Re,160.1,0,,,85,10,US,0.000085,0.00001,IT,100,0,,,,,,,,,,,, -75,117,Re,267,10,,,61,+40-20,S,61,30,IT,100,0,,,,,,,,,,,, -75,119,Re,285,40,(11-),,25,8,S,25,8,B-,100,0,,,,,,,,,,,, -75,119,Re,833,33,,,100,10,S,100,10,B-,100,0,,,,,,,,,,,, -76,105,Os,49.2,0.14,7/2-,,2.7,1,M,162,6,EC+B+,100,0,IT,3,0,,,,,,,,, -76,106,Os,1831.4,0.3,(8)-,,0.78,7,MS,0.00078,0.00007,IT,100,0,,,,,,,,,,,, -76,107,Os,170.73,0.07,1/2-,,9.9,3,H,35640,1080,EC+B+,85,2,IT,15,2,,,,,,,,, -76,107,Os,4181.78,0,GE 41/2,AP,30,,NS,0.00000003,0,IT,100,0,,,,,,,,,,,, -76,108,Os,2366.81,0.19,10+,,23.6,14,NS,0.0000000236,0.0000000014,IT,100,,,,,,,,,,,,, -76,113,Os,30.812,0.015,9/2-,,5.81,6,H,20916,216,IT,100,0,,,,,,,,,,,, -76,114,Os,1705.4,0.2,(10)-,,9.9,1,M,594,6,IT,100,0,,,,,,,,-0.56,,,, -76,115,Os,74.382,0.003,3/2-,,13.10,5,H,47160,180,IT,100,0,,,,,,,,,,,, -76,116,Os,2015.4,0.11,(10-),,5.9,1,S,5.9,0.1,IT,87,0,B-,13,0,,,,,,,,, -76,116,Os,4113.8,2,(16+),,0.19,10,US,0.00000019,0.0000001,IT,100,0,,,,,,,,,,,, -76,119,Os,454,10,,GT,9,,M,540,3e26,IT,0,0,B-,,0,,,,,,,,, -76,122,OS,1680.8,0,(7-),,16,1,NS,0.000000016,0.000000001,IT,100,0,,,,,,,,,,,, -76,122,OS,3198.5,0,(12+),,18,3,NS,0.000000018,0.000000003,IT,100,0,,,,,,,,,,,, -77,88,Ir,180,50,(11/2-),,0.30,6,MS,0.0003,0.00006,P,87,4,A,13,4,,,,,,,,, -77,89,Ir,172,6,(9+),,15.1,9,MS,0.0151,0.0009,A,98.2,0.6,P,1.8,0.6,,,,,,,,, -77,90,Ir,175.3,2.2,11/2-,,30.0,6,MS,0.03,0.0006,A,80,10,EC+B+,20,10,P,0.4,0.1,,,,,, -77,92,Ir,153,24,(11/2-),,0.281,4,S,0.281,0.004,A,72,7,EC+B+,,0,P,,0,,,,,, -77,96,Ir,226,18,11/2-,,2.20,5,S,2.2,0.05,EC+B+,88,1,A,12,1,,,,,,,,, -77,97,Ir,193,11,(7+),,4.9,3,S,4.9,0.3,EC,97.5,0.3,A,2.5,0.3,,,,,,,,, -77,107,Ir,225.65,0.11,3+,,470,30,US,0.00047,0.00003,IT,100,0,,,,,,,,,,,, -77,110,Ir,186.16,0.04,9/2-,,30.3,6,MS,0.0303,0.0006,IT,100,0,,,,,,,,,,,, -77,112,Ir,372.17,0.04,11/2-,,13.3,3,MS,0.0133,0.0003,IT,100,0,,,,,,,,,,,, -77,112,Ir,2333.2,0.5,(25/2)+,,3.7,2,MS,0.0037,0.0002,IT,100,0,,,,,,,,,,,, -77,113,Ir,26.1,0.1,(1-),,1.120,3,H,4032,10.8,IT,100,0,,,,,,,,,,,, -77,113,Ir,376.4,0.1,(11)-,,3.087,12,H,11113.2,43.2,EC+B+,91.4,0.2,IT,8.6,0.2,,,,,,,,, -77,114,Ir,171.29,0.04,11/2-,,4.899,23,S,4.899,0.023,IT,100,0,,,,,,,,6.03,,,, -77,114,Ir,2046.7,0,,,5.5,7,S,5.5,0.7,IT,100,0,,,,,,,,,,,, -77,115,Ir,56.72,0.005,1-,,1.45,5,M,87,3,IT,99.9825,0,B-,0.0175,0,,,,,,,,, -77,115,Ir,168.14,0.12,(11-),,241,9,Y,7605381600,284018400,IT,100,0,,,,,,,,,,,, -77,116,Ir,80.239,0.006,11/2-,,10.53,4,D,909792,3456,IT,100,0,,,,,,,,,,,, -77,117,Ir,147.072,0.002,4+,,31.85,24,MS,0.03185,0.00024,IT,100,0,,,,,,,,,,,, -77,117,Ir,190,0,(10 11),,171,11,D,14774400,950400,B-,100,0,,,,,,,,,,,, -77,118,Ir,100,5,11/2-,,3.67,8,H,13212,288,B-,95,5,IT,5,5,,,,,,,,, -77,119,Ir,410,110,(10 11-),,1.40,2,H,5040,72,B-,100,0,IT,0.3,0,,,,,,,,, -77,120,Ir,115,5,11/2-,,8.9,3,M,534,18,B-,99.75,0.1,IT,0.25,0.1,,,,,,,,, -77,121,Ir,116.4,0.2,,,75,7,NS,0.000000075,0.000000007,IT,100,0,,,,,,,,,,,, -78,93,Pt,412.6,1,(13/2+),,901,9,NS,0.000000901,0.000000009,IT,100,0,,,,,,,,,,,, -78,105,Pt,34.74,0.07,7/2-,,43,5,S,43,5,EC+B+,96.9,0.8,IT,3.1,0.8,A,0.0003,0,,0.782,,3.4,, -78,106,Pt,1840.3,0.8,8-,,1.01,5,MS,0.00101,0.00005,IT,100,0,,,,,,,,,,,, -78,107,Pt,103.41,0.05,1/2-,,33.0,8,M,1980,48,EC+B+,99,1,IT,2,0,A,0.001,,,0.54,,,, -78,113,Pt,149.035,0.022,(13/2)+,,95,5,US,0.000095,0.000005,IT,100,,,,,,,,,,,,, -78,115,Pt,1.642,0.002,3/2-,,9.7,3,NS,0.0000000097,0.0000000003,IT,100,,,,,,,,,,,,, -78,117,Pt,259.077,0.023,13/2+,,4.010,5,D,346464,432,IT,100,0,,,,,,,,-0.606,,1.4,, -78,119,Pt,399.59,0.2,13/2+,,95.41,18,M,5724.6,10.8,IT,96.7,0.4,B-,3.3,0.4,,,,,,,,, -78,121,Pt,424,2,(13/2)+,,13.6,4,S,13.6,0.4,IT,100,0,,,,,,,,,,,, -78,124,Pt,1788.5,0.4,(7-),,0.28,+42-19,MS,0.00028,0.00031,IT,100,0,,,,,,,,,,,, -79,91,Au,275,14,(9+),,0.62,+6-5,MS,0.00062,0.00006,P,58,5,A,42,5,,,,,,,,, -79,92,Au,250,16,(11/2-),,1.02,10,MS,0.00102,0.0001,A,54,4,P,46,4,,,,,,,,, -79,94,Au,214,23,(11/2-),,12.2,1,MS,0.0122,0.0001,A,92,13,P,,0,EC+B+,,0,,,,,, -79,98,Au,157.9,0,11/2-,,1180,12,MS,1.18,0.012,A,100,0,EC+B+,,0,,,,,,,,, -79,100,Au,86,0,,GT,100,,US,0.0001,5e18,IT,,0,,,,,,,,,,,, -79,105,Au,68.46,0.04,2+,,47.6,14,S,47.6,1.4,EC+B+,70,10,IT,30,10,A,0.016,0,,1.44,,1.9,, -79,108,Au,120.33,0.14,9/2(-),,2.3,1,S,2.3,0.1,IT,100,0,,,,,,,,,,,, -79,110,Au,247.23,0.16,11/2-,,4.59,11,M,275.4,6.6,EC+B+,100,0,,,,,,,,6.19,,,, -79,112,Au,266.2,0.7,(11/2-),,0.92,11,S,0.92,0.11,IT,100,0,,,,,,,,6.6,,,, -79,113,Au,135.41,0.25,(5)+,,29,,MS,0.029,0,IT,100,0,,,,,,,,,,,, -79,113,Au,431.6,0.5,(11-),,160,20,MS,0.16,0.02,IT,100,0,,,,,,,,,,,, -79,114,Au,290.19,0.03,11/2-,,3.9,3,S,3.9,0.3,IT,99.97,0,EC+B+,0.03,0,,,,,6.18,,1.98,, -79,115,Au,107.4,0.5,(5+),,600,8,MS,0.6,0.008,IT,100,0,,,,,,,,,,,, -79,115,Au,475.8,0.6,(11-),,420,10,MS,0.42,0.01,IT,100,0,,,,,,,,,,,, -79,116,Au,318.58,0.04,11/2-,,30.5,2,S,30.5,0.2,IT,100,0,,,,,,,,,,,, -79,117,Au,84.656,0.02,5+,,8.1,2,S,8.1,0.2,IT,100,0,,,,,,,,,,,, -79,117,Au,595.66,0.04,12-,,9.6,1,H,34560,360,IT,100,0,,,,,,,,,,,, -79,118,Au,409.15,0.08,11/2-,,7.73,6,S,7.73,0.06,IT,100,0,,,,,,,,5.98,,1.68,, -79,119,Au,811.9,1.5,(12-),,2.272,16,D,196300.8,1382.4,IT,100,0,,,,,,,,5.85,,,, -79,120,Au,548.9405,0.0021,(11/2)-,,0.44,3,MS,0.00044,0.00003,IT,100,0,,,,,,,,,,,, -79,121,Au,962,88,12-,,18.7,5,H,67320,1800,B-,84,1,IT,16,1,,,,,,,,, -80,105,Hg,99.3,0.5,13/2+,,21.6,15,S,21.6,1.5,IT,54,10,EC+B+,46,10,A,0.03,0,,-1.017,,0.2,, -80,113,Hg,140.76,0.05,13/2(+),,11.8,2,H,42480,720,EC+B+,92.8,0.5,IT,7.2,0.5,,,,,-1.0585,,,, -80,115,Hg,176.07,0.04,13/2+,,41.6,8,H,149760,2880,IT,54.2,2,EC+B+,45.8,2,,,,,-1.0446473,,1.08,, -80,117,Hg,298.93,0.08,13/2+,,23.8,1,H,85680,360,IT,91.4,0.7,EC,8.6,0.7,,,,,,,,, -80,119,Hg,532.48,0.1,13/2+,,42.67,9,M,2560.2,5.4,IT,100,0,,,,,,,,-1.014703,,1.2,, -80,121,Hg,766.22,0.15,13/2+,,94,2,US,0.000094,0.000002,IT,100,,,,,,,,,,,,, -80,123,Hg,933.14,0.23,(13/2+),,24,4,US,0.000024,0.000004,IT,100,0,,,,,,,,,,,, -80,125,Hg,1556.4,0.17,13/2+,,1.09,4,MS,0.00109,0.00004,IT,100,0,,,,,,,,,,,, -80,128,Hg,1296.9,0,(8+),,99,14,NS,0.000000099,0.000000014,IT,100,0,,,,,,,,,,,, -80,130,HG,663,0,(3-),,2.1,7,US,0.0000021,0.0000007,IT,100,,,,,,,,,,,,, -80,130,HG,1366,0,(8+),,2,1,US,0.000002,0.000001,IT,100,,,,,,,,,,,,, -81,96,Tl,807,18,(11/2-),,230,40,US,0.00023,0.00004,P,51,8,A,49,8,,,,,,,,, -81,100,Tl,835.9,0.5,(9/2-),,1.40,3,MS,0.0014,0.00003,IT,99.6,0.04,A,0.4,0.06,,,,,,,,, -81,102,Tl,628.7,0,(9/2-),,53.3,3,MS,0.0533,0.0003,A,1.5,0.3,EC+B+,,0,IT,,0,,,,,, -81,102,Tl,975.01,0.23,(13/2+),,1.48,10,US,0.00000148,0.0000001,IT,100,0,,,,,,,,,,,, -81,104,Tl,454.8,1.5,(9/2-),,1.93,8,S,1.93,0.08,A,,0,IT,,0,,,,,,,,, -81,105,Tl,374,0,(10-),,2.9,2,S,2.9,0.2,IT,100,0,,,,,,,,,,,, -81,106,Tl,334,4,(9/2-),,15.60,12,S,15.6,0.12,IT,99.9,0,EC+B+,99.9,0,A,0.15,0.05,,3.79,,-2.43,, -81,107,Tl,268.8,0,(9-),,41,4,MS,0.041,0.004,IT,100,0,EC+B+,,0,,,,,,,,, -81,108,Tl,281,7,(9/2-),,1.4,1,M,84,6,EC+B+,98,2,IT,4,0,,,,,3.878,,-2.29,, -81,109,Tl,161.9,0,(8-),,0.75,4,MS,0.00075,0.00004,IT,100,0,,,,,,,,,,,, -81,111,Tl,138,45,(7+),,10.8,2,M,648,12,EC+B+,100,0,,,,,,,,0.518,,0.473,, -81,111,Tl,388,45,(8-),,296,5,NS,0.000000296,0.000000005,IT,100,0,,,,,,,,1.66,,0.44,, -81,112,Tl,365.2,0,(9/2-),,2.11,15,M,126.6,9,IT,75,0,EC+B+,25,0,,,,,3.948,,-2.2,, -81,114,Tl,482.63,0.17,9/2-,,3.6,4,S,3.6,0.4,IT,100,0,,,,,,,,3.869,,,, -81,115,Tl,394.2,0.5,(7+),,1.41,2,H,5076,72,EC+B+,96.2,0.4,IT,3.8,0.4,,,,,,,,, -81,116,Tl,608.22,0.08,9/2-,,0.54,1,S,0.54,0.01,IT,100,0,,,,,,,,,,,, -81,117,Tl,543.6,0.4,7+,,1.87,3,H,6732,108,EC+B+,55.9,2.3,IT,44.1,2.3,,,,,0.641,,,, -81,117,Tl,742.4,0.4,(10-),,32.1,10,MS,0.0321,0.001,IT,100,0,,,,,,,,,,,, -81,118,Tl,748.87,0.06,9/2-,,28.4,2,MS,0.0284,0.0002,IT,100,0,,,,,,,,,,,, -81,119,Tl,753.6,0.24,7+,,34.0,9,MS,0.034,0.0009,IT,100,0,,,,,,,,,,,, -81,120,Tl,919.16,0.21,(9/2-),,2.01,7,MS,0.00201,0.00007,IT,100,0,,,,,,,,,,,, -81,121,Tl,950.19,0.1,7+,,591,3,US,0.000591,0.000003,IT,100,,,,,,,,,0.9,,,, -81,123,Tl,1103.9,0.3,(7)+,,61.7,10,US,0.0000617,0.000001,IT,100,,,,,,,,,1.187,,,, -81,125,Tl,2643.1,0.18,(12-),,3.74,3,M,224.4,1.8,IT,100,0,,,,,,,,,,,, -81,126,Tl,1348.18,0.16,11/2-,,1.33,11,S,1.33,0.11,IT,100,0,,,,,,,,,,,, -82,101,Pb,97,9,(13/2+),,415,20,MS,0.415,0.02,A,100,0,IT,,0,,,,,-1.245,,1.7,, -82,105,Pb,33,13,(13/2+),,18.3,3,S,18.3,0.3,EC+B+,88,2,A,12,2,,,,,,,,, -82,107,Pb,2434.5,0,(31/2-),,22.2,+69-14,US,0.0000222,0.0000042,IT,100,,,,,,,,,,,,, -82,110,Pb,2303.7,0.4,8+,,3.9,3,NS,0.0000000039,0.0000000003,IT,100,0,,,,,,,,,,,, -82,110,Pb,2514.4,0.4,(9)-,,3.3,2,NS,0.0000000033,0.0000000002,IT,100,0,,,,,,,,,,,, -82,110,Pb,2581.1,0.4,(10)+,,166,6,NS,0.000000166,0.000000006,IT,100,0,,,,,,,,,,,, -82,110,Pb,2624,0.8,(12+),,1.09,4,US,0.00000109,0.00000004,IT,100,0,,,,,,,,-2.076,,0.32,, -82,110,Pb,2743.5,0.4,(11)-,,0.756,14,US,0.000000756,0.000000014,IT,100,0,,,,,,,,,,2.9,, -82,113,Pb,202.9,0.7,13/2+,,15.0,12,M,900,72,EC+B+,100,0,,,,,,,,,,,, -82,115,Pb,319.31,0.11,13/2+,,42.9,9,M,2574,54,EC+B+,81,2,IT,19,2,,,,,-1.098,,0.38,, -82,117,Pb,424.8,0,(13/2+),,12.2,3,M,732,18,IT,93,0,EC+B+,7,0,,,,,,,,, -82,119,Pb,629.1,0.3,13/2+,,60.8,18,S,60.8,1.8,IT,100,0,,,,,,,,,,,, -82,120,Pb,2169.85,0.08,9-,,3.54,2,H,12744,72,IT,90.5,0.5,EC+B+,9.5,0.5,,,,,-0.2276,,0.58,, -82,121,Pb,825.2,0.3,13/2+,,6.21,11,S,6.21,0.11,IT,100,0,,,,,,,,,,,, -82,121,Pb,2949.2,0.4,29/2-,,480,7,MS,0.48,0.007,IT,100,0,,,,,,,,,,,, -82,122,Pb,2185.88,0.08,9-,,66.93,10,M,4015.8,6,IT,100,0,,,,,,,,,,,, -82,123,Pb,1013.85,0.03,13/2+,,5.55,2,MS,0.00555,0.00002,IT,100,0,,,,,,,,,,,, -82,124,Pb,2200.16,0.04,7-,,125,2,US,0.000125,0.000002,IT,100,0,,,,,,,,-0.152,,0.33,, -82,124,Pb,4027.3,0.3,12+,,202,3,NS,0.000000202,0.000000003,IT,100,0,,,,,,,,-1.795,,0.51,, -82,125,Pb,1633.356,0.004,13/2+,,0.806,5,S,0.806,0.005,IT,100,0,,,,,,,,,,,, -82,129,Pb,1679.1,0,(27/2+),,159,28,NS,0.000000159,0.000000028,IT,100,0,,,,,,,,,,,, -82,132,Pb,1365,0,(8+),,6.2,3,US,0.0000062,0.0000003,IT,100,0,,,,,,,,,,,, -82,134,PB,1459,2,(6+),,,,,,,IT,100,0,,,,,,,,,,,, -82,134,PB,1459,0,(8+),,0.40,4,US,0.0000004,0.00000004,IT,100,0,,,,,,,,,,,, -83,104,Bi,112,20,(1/2+),,0.370,20,MS,0.00037,0.00002,A,100,0,,,,,,,,,,,, -83,106,Bi,184,8,(1/2+),,5.0,1,MS,0.005,0.0001,A,83,5,IT,17,5,,,,,,,,, -83,106,Bi,357.6,0.5,(13/2+),,0.88,5,MS,0.00088,0.00005,IT,100,0,,,,,,,,,,,, -83,108,Bi,240,4,(1/2+),,125,8,MS,0.125,0.008,A,68,5,IT,32,5,EC+B+,,0,,,,,, -83,108,Bi,429.7,0.5,(13/2+),,562,10,NS,0.000000562,0.00000001,IT,100,0,,,,,,,,,,,, -83,108,Bi,1825.1,0,,,400,40,NS,0.0000004,0.00000004,IT,100,0,,,,,,,,,,,, -83,109,Bi,147,34,(10-),,39.6,4,S,39.6,0.4,EC+B+,90,3,A,10,3,,,,,,,,, -83,110,Bi,308,7,(1/2+),,3.2,5,S,3.2,0.5,A,84,16,EC+B+,16,16,,,,,,,,, -83,112,Bi,401,7,[1/2+],,87,1,S,87,1,EC+B+,67,17,A,33,17,,,,,,,,, -83,113,Bi,169,4,(7+),,0.6,5,S,0.6,0.5,EC+B+,,0,IT,,0,,,,,,,,, -83,113,Bi,271,5,(10-),,240,3,S,240,3,EC+B+,74.2,2.5,IT,25.8,2.5,A,0.00038,0.0001,,,,,, -83,114,Bi,500,-1,(1/2+),,5.04,16,M,302.4,9.6,A,55,40,EC+B+,45,40,IT,0.3,0,,,,,, -83,115,Bi,248.5,0,10-,,7.7,5,S,7.7,0.5,IT,100,0,,,,,,,,,,,, -83,116,Bi,667,4,(1/2+),,24.70,15,M,1482,9,EC+B+,99,1,IT,2,0,A,0.01,0,,,,,, -83,116,Bi,1922.3,0,(25/2+),,0.10,3,US,0.0000001,0.00000003,IT,100,,,,,,,,,,,,, -83,117,Bi,428.2,0.1,(10-),,0.40,5,S,0.4,0.05,IT,100,0,,,,,,,,,,,, -83,118,Bi,846.35,0.18,1/2+,,57.5,21,M,3450,126,EC,91.1,0,IT,8.6,0,A,0.3,0,,,,,, -83,120,Bi,1098.12,0.12,1/2+,,305,5,MS,0.305,0.005,IT,100,0,,,,,,,,,,,, -83,121,Bi,805.5,0.3,10-,,13.0,1,MS,0.013,0.0001,IT,100,0,,,,,,,,2.36,,0.063,, -83,121,Bi,2833.4,1.1,17+,,1.07,3,MS,0.00107,0.00003,IT,100,0,,,,,,,,,,,, -83,123,Bi,1044.8,0.7,10-,,0.89,1,MS,0.00089,0.00001,IT,100,0,,,,,,,,2.644,,0.049,, -83,124,Bi,2101.61,0.16,21/2+,,182,6,US,0.000182,0.000006,IT,100,0,,,,,,,,,,,, -83,125,Bi,1571.1,0.4,10-,,2.58,4,MS,0.00258,0.00004,IT,100,0,,,,,,,,2.672,,,, -83,127,Bi,271.31,0.11,9-,,3.04E+6,6,Y,95935104000000,1893456000000,A,100,0,,,,,,,,2.728,,-0.471,, -83,128,Bi,1257,10,(25/2-),,1.4,3,US,0.0000014,0.0000003,IT,100,0,,,,,,,,,,,, -83,129,Bi,250,0,(8- 9-),,25.0,2,M,1500,12,A,67,1,B-,33,1,B-A,30,1,,,,,, -83,129,Bi,1910,-1,|>16,,7.0,3,M,420,18,B-,100,0,,,,,,,,,,,, -83,132,Bi,1347.5,0,(25/2:29/2)(-),,36.9,6,S,36.9,0.6,IT,76.9,0.5,B-,23.1,0.5,,,,,,,,, -83,134,Bi,1436,0,(25/2-),,3.0,2,US,0.000003,0.0000002,IT,100,0,,,,,,,,,,,, -84,107,Po,40,15,(13/2+),,93,3,MS,0.093,0.003,A,96,4,,,,,,,,,,,, -84,108,Po,2294.6,0,(11-),,0.58,10,US,0.00000058,0.0000001,IT,100,0,,,,,,,,,,,, -84,109,Po,95,7,(13/2+),,245,11,MS,0.245,0.011,A,100,0,,,,,,,,-0.742,,1.08,, -84,111,Po,230,-1,(13/2+),,1.92,2,S,1.92,0.02,A,90,0,EC+B+,10,0,IT,0.01,0,,-0.932,,1.3,, -84,112,Po,2493.9,0.4,11-,,856,17,NS,0.000000856,0.000000017,IT,,,,,,,,,,,,,, -84,113,Po,204,-1,(13/2+),,32,2,S,32,2,A,84,9,EC+B+,16,9,IT,0.01,,,-1.053,,1.26,, -84,115,Po,310,2,(13/2+),,4.17,5,M,250.2,3,EC+B+,73.5,1,A,24,1,IT,2.5,1,,-1.005,,1.4,, -84,117,Po,424.1,2.3,13/2+,,8.96,12,M,537.6,7.2,IT,56.2,1.2,EC+B+,41.4,0.7,A,2.4,0.5,,-1.002,,1.26,, -84,119,Po,641.68,0.17,13/2+,,45,2,S,45,2,IT,100,0,EC+B+,,0,,,,,-0.965,,1.22,, -84,121,Po,880.31,0.07,13/2+,,0.645,20,MS,0.000645,0.00002,IT,100,0,,,,,,,,-0.95,,,, -84,121,Po,1461.21,0.21,19/2-,,57.4,9,MS,0.0574,0.0009,IT,100,0,,,,,,,,,,,, -84,123,Po,1383.16,0.07,19/2-,,2.79,8,S,2.79,0.08,IT,100,0,,,,,,,,,,,, -84,127,Po,1462,5,(25/2+),,25.2,6,S,25.2,0.6,A,99.984,0.004,IT,0.016,0.004,,,,,,,,, -84,127,Po,2135,5,(31/2-),,243,21,NS,0.000000243,0.000000021,IT,100,0,,,,,,,,,,,, -84,127,Po,4872,6,(43/2+),,2.8,7,US,0.0000028,0.0000007,IT,100,0,,,,,,,,,,,, -84,128,Po,727.33,0.009,2+,,,,,,,G,99.967,0,A,0.033,0,,,,,,,,, -84,128,Po,1132.53,0.1,4+,,,,,,,G,73,0,A,27,0,,,,,,,,, -84,128,Po,1249,10,,,,,,,,A,100,0,,,,,,,,,,,, -84,128,Po,1355.53,0.15,6+,,0.76,21,NS,0.00000000076,0.00000000021,A,71,0,G,29,0,,,,,,,,, -84,128,Po,1476.43,0.18,8+,,17.1,2,NS,0.0000000171,0.0000000002,G,58,0,A,42,0,,,,,,,,, -84,128,Po,1547,10,,,,,,,,A,100,0,,,,,,,,,,,, -84,128,Po,1578,10,,,,,,,,A,100,0,,,,,,,,,,,, -84,128,Po,1612,10,,,,,,,,A,100,0,,,,,,,,,,,, -84,128,Po,1657,10,,,,,,,,A,100,0,,,,,,,,,,,, -84,128,Po,1679.45,0.014,2+,,,,,,,G,99.7,0,A,0.3,0,,,,,,,,, -84,128,Po,1800.9,0.2,0+,,,,,,,G,74,0,A,26,0,,,,,,,,, -84,128,Po,1805.96,0.1,2+,,,,,,,G,98.4,0,A,1.6,0,,,,,,,,, -84,128,Po,2922,15,(18+),,45.1,6,S,45.1,0.6,A,99.93,0.02,G,0.07,0.02,,,,,,,,, -84,129,Po,440.45,0.009,7/2+,,93,14,PS,0.000000000093,0.000000000014,A,0.001,0,,,,,,,,,,,, -84,130,Po,609.316,0.004,2+,,,,,,,IT,100,0,A,0.00026,0,,,,,,,,, -84,130,Po,1274.766,0.009,(3)-,,,,,,,IT,100,0,A,0.0015,0,,,,,,,,, -84,130,Po,1543.372,0.007,2+,,,,,,,IT,100,0,A,0.0017,0,,,,,,,,, -84,130,Po,1661.279,0.013,2+,,,,,,,IT,100,0,A,0.0034,0,,,,,,,,, -84,130,Po,1729.609,0.006,2+,,,,,,,IT,100,0,A,0.00011,0,,,,,,,,, -84,130,Po,1847.443,0.007,2+,,,,,,,IT,100,0,A,0.0012,0,,,,,,,,, -84,130,Po,2017.309,0.012,0+,,,,,,,IT,100,0,A,0.0014,0,,,,,,,,, -84,130,Po,2147.83,0.04,1(-) 2+,,,,,,,IT,99.98,0,A,0.02,0,,,,,,,,, -84,130,Po,2266.41,0.04,1(-) 2+,,,,,,,IT,99.97,0,A,0.033,0,,,,,,,,, -84,130,Po,2447.702,0.017,1-,,,,,,,IT,100,0,A,0.005,0,,,,,,,,, -85,106,At,55,30,(7/2-),,2.1,+4-3,MS,0.0021,0.0004,A,100,0,,,,,,,,,,,, -85,108,At,5,10,(7/2-),,21,5,MS,0.021,0.005,A,100,0,,,,,,,,,,,, -85,108,At,39,7,(13/2+),,27,+4-3,MS,0.027,0.004,IT,76,10,A,24,10,,,,,,,,, -85,110,At,33,1,(7/2-),,143,3,MS,0.143,0.003,A,88,4,IT,12,4,,,,,,,,, -85,112,At,52,10,(1/2+),,2.0,2,S,2,0.2,A,100,0,IT,0.004,0,EC+B+,,0,,,,,, -85,113,At,102,0,(10-),,1.21,6,S,1.21,0.06,A,84,16,EC+B+,16,16,,,,,,,,, -85,115,At,112,5,(7+),,47,1,S,47,1,EC+B+,57,0,A,43,7,,,,,,,,, -85,115,At,344,5,(10-),,7.3,+26-15,S,7.3,2.1,IT+EC+B+,89.5,0.3,A,10.5,0.3,,,,,,,,, -85,117,At,391.7,0,(10-),,0.46,5,S,0.46,0.05,IT,99.9,0.01,A,0.096,0.011,,,,,,,,, -85,119,At,587.3,0.2,10-,,108,10,MS,0.108,0.01,IT,100,0,,,,,,,,,,,, -85,126,At,4814.5,0.5,(39/2-),,4.23,7,US,0.00000423,0.00000007,IT,100,0,,,,,,,,13.46,,1.91,, -85,127,At,223,7,(9-),,0.119,3,S,0.119,0.003,A,99,0,IT,1,0,,,,,,,,, -85,127,At,4771.6,1.1,(25-),,152,5,US,0.000152,0.000005,IT,,,,,,,,,,,,,, -85,129,At,59,9,,,265,30,NS,0.000000265,0.00000003,A,100,0,,,,,,,,,,,, -85,129,At,232,6,9-,,760,15,NS,0.00000076,0.000000015,A,100,0,,,,,,,,,,,, -85,131,At,413,0,(9-),,0.1,SY,MS,0.0001,0,A,100,0,,,,,,,,,,,, -86,109,Rn,59,0,13/2+,,5,+3-2,MS,0.005,0.003,A,100,0,,,,,,,,,,,, -86,113,Rn,180,70,(13/2+),,0.31,2,S,0.31,0.02,A,97,0,EC+B+,3,0,,,,,,,,, -86,117,Rn,362,5,(13/2+),,26.9,5,S,26.9,0.5,A,75,10,EC+B+,25,10,,,,,,,,, -86,121,Rn,899.1,1,13/2+,,184.5,9,US,0.0001845,0.0000009,IT,100,0,,,,,,,,-0.903,,,, -86,128,Rn,1442.7,0,6+,,0.69,21,NS,0.00000000069,0.00000000021,IT,100,0,A,0,0,,,,,,,,, -86,128,Rn,1625.1,0,8+,,6.5,30,NS,0.0000000065,0.000000003,IT,90,0,A,10,0,,,,,,,,, -86,129,Rn,1804.8,0,,,57,+21-12,NS,0.000000057,0.000000017,IT,100,0,,,,,,,,,,,, -87,117,Fr,41,7,(7+),,1.6,+5-3,S,1.6,0.4,A,90,2,EC+B+,10,2,,,,,,,,, -87,117,Fr,316,7,(10-),,0.8,2,S,0.8,0.2,A,74,8,EC+B+,26,8,,,,,,,,, -87,119,Fr,531,0,(10-),,0.7,1,S,0.7,0.1,IT,95,,A,5,,,,,,,,,, -87,124,Fr,2423.16,0.24,(29/2+),,146,14,NS,0.000000146,0.000000014,IT,100,0,,,,,,,,15.37,,-1.1,, -87,124,Fr,4657.3,0.4,(45/2-),,123,14,NS,0.000000123,0.000000014,IT,100,0,,,,,,,,24.3,,-2,, -87,127,Fr,122,5,(8-),,3.35,5,MS,0.00335,0.00005,A,100,0,,,,,,,,,,,, -87,128,Fr,835.43,0.14,(13/2)+,,,,,,,A,4.3,1.5,,,,,,,,,,,, -87,128,Fr,1121.51,0.17,(17/2)-,,,,,,,A,0.9,0.1,,,,,,,,,,,, -87,128,Fr,1149.04,0.14,(15/2)-,,,,,,,A,0.9,0.1,,,,,,,,,,,, -87,128,Fr,1440.02,0.18,(19/2)-,,4,2,NS,0.000000004,0.000000002,A,4.7,0.4,,,,,,,,3.1,,,, -87,128,Fr,1573.1,0.21,(23/2)-,,3.5,14,NS,0.0000000035,0.0000000014,A,4.1,0.4,,,,,,,,3.8,,,, -87,129,Fr,133.3,0.1,(3-),,71,5,NS,0.000000071,0.000000005,A,50,0,,,,,,,,,,,, -87,131,Fr,86,8,,,22.0,5,MS,0.022,0.0005,A,100,0,IT,,0,,,,,,,,, -88,119,Ra,554,15,(13/2+),,59,4,MS,0.059,0.004,IT,85,0,A,15,0,,,,,,,,, -88,123,Ra,1198.1,0.8,(13/2+),,9.7,6,US,0.0000097,0.0000006,IT,100,,,,,,,,,,,,, -88,125,Ra,1770,7,(17/2-),,2.15,7,MS,0.00215,0.00007,IT,99,0,A,1,0,,,,,,,,, -88,126,Ra,1865.2,0,8+,,67.3,15,US,0.0000673,0.0000015,EC+B+,99.91,0.07,IT,99.91,,A,0.09,0.07,,7.08,,,, -88,128,Ra,1164.1,0.3,4+,,,,,,,A,0.23,0,,,,,,,,,,,, -88,128,Ra,1507.6,0.3,6+,LT,0.2,,NS,0.0000000002,0,A,0.58,0,,,,,,,,,,,, -88,128,Ra,1711.1,0.4,8+,,1.42,20,NS,0.00000000142,0.0000000002,A,1.86,0,,,,,,,,3.2,,,, -88,128,Ra,2026,0.4,10+,,0.6,1,NS,0.0000000006,0.0000000001,A,0.12,0,,,,,,,,1,,,, -89,119,Ac,506,26,(10-),,25,+9-5,MS,0.025,0.007,A,90,0,EC,10,0,,,,,,,,, -89,127,Ac,48,7,(9-),,441,7,US,0.000441,0.000007,A,100,0,,,,,,,,,,,, -89,128,Ac,1146.7,0.8,17/2-,,,,,,,IT,99.7,0,A,0.34,0.07,,,,,,,,, -89,128,Ac,1149.2,1,15/2-,,,,,,,IT,98.3,0.5,A,1.7,0.5,,,,,,,,, -89,128,Ac,1498.2,0.9,19/2-,,,,,,,IT,99,0,A,0.98,0.2,,,,,,,,, -89,128,Ac,1528.5,0.9,21/2-,LT,10,,NS,0.00000001,0,IT,99.6,0,A,0.48,0.14,,,,,,,,, -89,128,Ac,2013,0,(29/2)+,,740,40,NS,0.00000074,0.00000004,IT,95.7,1,A,4.3,1,,,,,5,,,, -90,124,Th,2181,2.7,(8+),,1.24,12,US,0.00000124,0.00000012,IT,100,0,,,,,,,,,,,, -90,125,Th,1421.3,0,,,0.77,6,US,0.00000077,0.00000006,IT,100,0,,,,,,,,,,,, -90,126,Th,2040,9,8+,,134,4,US,0.000134,0.000004,A,2.8,0.9,,,,,,,,,,,, -90,127,Th,673.8,0,(15/2-),,141,50,NS,0.000000141,0.00000005,IT,100,0,,,,,,,,,,,, -90,143,Th,1850,250,,,50,+50-49,NS,0.00000005,0.00000005,IT,100,0,,,,,,,,,,,, -91,126,Pa,1850,-1,,,1.2,2,MS,0.0012,0.0002,A,73,4,IT,27,4,,,,,,,,, -91,139,Pa,17763,18,0+,,210,11,KEV,2.2e-21,1e-22,P,56,6,,,,,,,,,,,, -91,143,Pa,73.92,0,(0-),,1.159,11,M,69.54,0.66,B-,99.84,0.04,IT,0.16,0.04,,,,,,,,, -92,124,U,2240,42,(8+),,0.7,+14-3,MS,0.0007,0.0009,A,0,0,IT,,0,,,,,,,,, -92,126,U,2105,19,(8+),,0.56,+26-14,MS,0.00056,0.0002,A,100,0,,,,,,,,,,,, -92,143,U,0.076,0.0004,1/2+,AP,26,,M,1560,0,IT,100,0,,,,,,,,,,,, -92,143,U,2500,300,,,3.6,18,MS,0.0036,0.0018,SF,,0,,,,,,,,,,,, -92,144,U,2750,3,(0+),,120,2,NS,0.00000012,0.000000002,IT,87,6,SF,13,6,A,10,0,,,,,, -92,146,U,2557.9,0.5,0+,,280,6,NS,0.00000028,0.000000006,IT,97.4,0.4,SF,2.6,0.4,,,,,,,,, -93,144,Np,945.2,0.1,11/2 13/2,,0.71,4,US,0.00000071,0.00000004,IT,100,0,,,,,,,,,,,, -93,144,Np,2800,400,,,45,5,NS,0.000000045,0.000000005,SF,100,0,,,,,,,,,,,, -93,145,Np,2300,0,,,112,39,NS,0.000000112,0.000000039,SF,100,0,,,,,,,,,,,, -94,140,Pu,4170,-1,,,3,,NS,0.000000003,0,SF,100,0,IT,,0,,,,,,,,, -94,141,Pu,3000,200,,,25,5,NS,0.000000025,0.000000005,SF,100,0,,,,,,,,,,,, -94,142,Pu,3000,-1,(0+),,40,15,PS,0.00000000004,0.000000000015,SF,100,0,,,,,,,,,,,, -94,142,Pu,4000,200,,,34,8,NS,0.000000034,0.000000008,SF,100,0,,,,,,,,,,,, -94,143,Pu,145.543,0.008,1/2+,,0.18,2,S,0.18,0.02,IT,100,0,,,,,,,,,,,, -94,143,Pu,2600,200,,,97,4,NS,0.000000097,0.000000004,SF,0,0,,,,,,,,,,,, -94,143,Pu,2900,250,,,1.1,1,US,0.0000011,0.0000001,SF,0,0,,,,,,,,,,,, -94,144,Pu,2400,-1,,,0.6,2,NS,0.0000000006,0.0000000002,SF,100,0,,,,,,,,,,,, -94,144,Pu,3500,-1,(0+),,6.0,15,NS,0.000000006,0.0000000015,SF,100,0,,,,,,,,,,,, -94,145,Pu,3100,200,(5/2+),,7.5,10,US,0.0000075,0.000001,SF,100,0,,,,,,,,,,,, -94,145,Pu,3303,0,(9/2-),,2.6,+40-12,NS,0.0000000026,0.0000000026,SF,100,0,,,,,,,,,,,, -94,147,Pu,2200,-1,,,20.5,22,US,0.0000205,0.0000022,SF,100,0,,,,,,,,,,,, -94,147,Pu,2200,0,,,32,5,NS,0.000000032,0.000000005,SF,100,0,,,,,,,,,,,, -94,148,Pu,2000,-1,,,3.5,6,NS,0.0000000035,0.0000000006,SF,100,0,,,,,,,,,,,, -94,148,Pu,2000,0,,,28,,NS,0.000000028,0,SF,100,0,,,,,,,,,,,, -94,149,Pu,1700,300,,,46,13,NS,0.000000046,0.000000013,SF,100,0,,,,,,,,,,,, -94,150,Pu,2400,-1,,,380,80,PS,0.00000000038,0.00000000008,SF,100,0,,,,,,,,,,,, -94,151,Pu,2000,400,,,90,30,NS,0.00000009,0.00000003,SF,100,0,,,,,,,,,,,, -95,142,Am,2400,200,,,5,2,NS,0.000000005,0.000000002,SF,0,0,,,,,,,,,,,, -95,143,Am,2500,-1,,,35,,US,0.000035,0,SF,100,0,,,,,,,,,,,, -95,144,Am,2500,200,(7/2+),,163,12,NS,0.000000163,0.000000012,SF,100,0,,,,,,,,2.6,,,, -95,145,Am,3000,200,,,0.94,4,MS,0.00094,0.00004,SF,100,0,,,,,,,,,,,, -95,146,Am,2200,-1,,,1.2,3,US,0.0000012,0.0000003,SF,100,0,,,,,,,,,,,, -95,147,Am,48.6,0.05,5-,,141,2,Y,4449621600,63115200,IT,99.55,0.02,A,0.45,0.02,SF,0.0000000047,0,,0.97,,6.5,, -95,147,Am,2200,80,(2+ 3-),,14.0,10,MS,0.014,0.001,SF,100,0,A?,0.005,0,IT?,0,0,,-1.14,,35.5,, -95,148,Am,2300,200,,,5.5,5,US,0.0000055,0.0000005,SF,100,0,,,,,,,,,,,, -95,149,Am,86.1,1,1+,,26,1,M,1560,60,B-,99.9639,0.0013,EC,0.0361,0.0013,,,,,,,,, -95,149,Am,19464,27,0+,,,,,,,P,100,0,,,,,,,,,,,, -95,150,Am,2400,400,,,640,60,NS,0.00000064,0.00000006,SF,100,0,,,,,,,,,,,, -95,151,Am,2000,-1,,,73,10,US,0.000073,0.00001,SF,100,0,,,,,,,,,,,, -96,144,Cm,2000,-1,,,10,3,PS,0.00000000001,0.000000000003,SF,100,0,,,,,,,,,,,, -96,144,Cm,3000,-1,,,55,12,NS,0.000000055,0.000000012,SF,100,0,,,,,,,,,,,, -96,145,Cm,2300,-1,,,15.3,10,NS,0.0000000153,0.000000001,SF,100,0,,,,,,,,,,,, -96,146,Cm,2800,-1,,,180,70,NS,0.00000018,0.00000007,IT,,0,SF,,0,,,,,,,,, -96,147,Cm,1900,300,,,42,6,NS,0.000000042,0.000000006,SF,100,0,,,,,,,,,,,, -96,148,Cm,1040.188,0.012,6+,,34,2,MS,0.034,0.002,IT,100,0,,,,,,,,,,,, -96,149,Cm,2100,300,,,13.2,18,NS,0.0000000132,0.0000000018,SF,100,0,,,,,,,,,,,, -97,146,Bk,2200,-1,,,5,,NS,0.000000005,0,SF,100,0,,,,,,,,,,,, -97,148,Bk,1560,-1,,,2,1,NS,0.000000002,0.000000001,SF,100,0,,,,,,,,,,,, -98,148,Cf,2500,-1,,,45,10,NS,0.000000045,0.00000001,SF,100,0,,,,,,,,,,,, -99,155,Es,84.2,2.5,2+,,39.3,2,H,141480,720,B-,98,2,IT,3,0,A,0.32,0.01,,2.9,,3.7,, -100,147,Fm,45,7,(1/2+),,5.1,2,S,5.1,0.2,A,88,2,IT,12,2,,,,,,,,, -101,144,Md,300,-1,(7/2),,0.35,+23-16,S,0.35,0.2,EC+B+,,0,A,,0,,,,,,,,, -102,148,No,1050,-1,(6+),,46,+22-14,US,0.000046,0.000018,SF,100,0,,,,,,,,,,,, -102,149,No,106,6,(1/2+),,1.02,3,S,1.02,0.03,A,100,0,,,,,,,,,,,, -102,151,No,1440,0,,,627,5,US,0.000627,0.000005,IT,,,,,,,,,,,,,, -103,152,Lr,38,10,[7/2-],,2.54,5,S,2.54,0.05,IT,60,0,A,40,0,,,,,,,,, -103,152,Lr,1408.6,0,(25/2+),,1.70,3,MS,0.0017,0.00003,IT,99.85,0,A,0.15,0,,,,,,,,, -104,152,Rf,1120,-1,(5-),,25,2,US,0.000025,0.000002,IT,,0,SF,,0,,,,,,,,, -104,152,Rf,1400,-1,(8-),,17,2,US,0.000017,0.000002,SF,,0,IT,,0,,,,,,,,, -104,152,Rf,2200,-1,,,27,5,US,0.000027,0.000005,IT,,0,SF,,0,,,,,,,,, -104,153,Rf,75,-1,(11/2-),,4.1,4,S,4.1,0.4,A,88,2,EC,11,2,SF,1.4,0,,,,,, -104,157,Rf,234,0,,,1.9,4,S,1.9,0.4,SF,73,6,A,27,6,,,,,,,,, -105,152,Db,370,-1,(1/2-),,0.67,6,S,0.67,0.06,A,87,0,SF,13,0,,,,,,,,, -106,159,Sg,152,0,,,8.5,+26-16,S,8.5,2.1,SF,51,0,A,49,0,,,,,,,,, -108,157,Hs,300,-1,,,0.75,+17-12,MS,0.00075,0.00015,A,100,0,SF,1,0,,,,,,,,, -110,160,Ds,1130,0,,,6.0,+82-22,MS,0.006,0.0052,A,70,0,IT,,0,,,,,,,,, \ No newline at end of file diff --git a/src/main/resources/com/github/technus/tectech/elementalMatter/definitions/complex/atom/nuclides.csv b/src/main/resources/com/github/technus/tectech/elementalMatter/definitions/complex/atom/nuclides.csv deleted file mode 100644 index 495aee32bf..0000000000 --- a/src/main/resources/com/github/technus/tectech/elementalMatter/definitions/complex/atom/nuclides.csv +++ /dev/null @@ -1,6783 +0,0 @@ -1,n,,613.9 s|6,6.14E2|6E-1,?-,100,-1.9130427 5,,782.347|0,,,,0.0|0,,0.0|0,1008664.9158|5,8071.3171|5,1932 -0,,1,,,,,,,,,,,,,,,, -1,H,,STABLE,,,,+2.792847351 28,,,,-782.347|0,,,0.0|0,0.0|0,1007825.03224|9,7288.97061|9,1920 -1,,0,99.9885 %|70,,,,,,,,,,,,,,, -2,H,,STABLE,,,,+0.857438230 24,0.002860 15,,,,,2224.57|0,2224.57|0,1112.283|0,2014101.77811|12,13135.72176|11,1932 -1,,1,0.0115 %|70,,,,,,,,,,,,,,, -3,H,,12.32 y|2,3.89E8|6.31E5,?-,100,+2.978962467 26,,18.592|0,,,,6257.23|0,,2827.265|0,3016049.28199|23,14949.80993|22,1934 -1,,2,,,,,,,,,,,,,,,, -4,H,,,,n,100,,,22200|100,,,1620|100,-1600|100,,1720|25,4026430|110,24620|100,1981 -1,,3,,,,,,,,,,,,,,,, -5,H,,,,n,100,,,21660|90,,,22400|90,-200|130,,1336|18,5035310|100,32890|90,1987 -1,,4,,,,,,,,,,,,,,,, -6,H,,1.6 MeV|4,2.85E-22|7.12E-23,n,100,,,24280|250,,,22570|250,-910|270,,960|40,6044960|270,41880|250,1984 -1,,5,,,,,,,,,,,,,,,, -3,He,,STABLE,,,,-2.127625306 25,,-13740|2000#,,-18.592|0#,,,5493.47|0,2572.680|0,3016029.32265|22,14931.21793|21,1934 -2,,1,0.000134 %|3,,,,,,,,,,,,,,, -4,He,,STABLE,,,,,,-22900|210,0.0|0,-22200|100,-34310|2000#,20577.62|0,19813.86|0,7073.915|0,4002603.25413|6,2424.91561|6,1908 -2,,2,99.999866 %|3,,,,,,,,,,,,,,, -5,He,,0.648 MeV,7.03E-22,n,?,,,-450|50,735|20,-21660|90,-22160|210,-735|20,20680|100,5512|4,5012057|21,11231|20,1937 -2,,3,,,,,,,,,,,,,,,, -6,He,,806.7 ms|15,8.07E-1|1.5E-3,?-,100,,,3505.22|5,,-24280|250,-2160|50,1710|20,22590|90,4878.519|9,6018885.89|6,17592.09|5,1936 -2,,4,,,,,,,,,,,,,,,, -7,He,,150 keV|20,3E-21|4E-22,n,?,,,11166|8,,-23060|1000,3915|8,-410|8,23090|250,4123.1|11,7027991|8,26073|8,1967 -2,,5,,,,,,,,,,,,,,,, -8,He,,119.1 ms|12,1.19E-1|1.2E-3,?-,100,,,10663.88|10,,,8631.26|9,2535|8,24810|1000#,3924.520|11,8033934.39|9,31609.68|9,1965 -2,,6,,,?- n,16|1,,,,,,,,,,,, -9,He,,,,n,100,,,15980|50,,,11920|50,-1250|50,,3349|5,9043950|50,40940|50,1987 -2,,7,,,,,,,,,,,,,,,, -10,He,,300 keV|200,1.5E-21|1E-21,n,100,,,16140|90#,,#,16170|90#,-190|100#,,2995|9#,10052820|100#,49200|90#,1994 -2,,8,,,,,,,,,,,,,,,, -4,Li,,,,p,100,,,,,22900|210,,11410|2010#,-3100|210,1150|50,4027190|230,25320|210,1965 -3,,1,,,,,,,,,,,,,,,, -5,Li,,1.23 MeV,3.7E-22,p,?,,,-25460|2000#,1960|50,450|50#,,21720|220,-1960|50,5266|10,5012540|50,11680|50,1941 -3,,2,,,,,,,,,,,,,,,, -6,Li,,STABLE,,,,+0.82205667 26,-0.818E-3 17,-4288|5,-1473.76|0,-3505.22|5,-31120|2000#,5660|50,4433|20,5332.331|0,6015122.8874|15,14086.8789|14,1921 -3,,3,7.59 %|4,,,,,,,,,,,,,,, -7,Li,,STABLE,,,,+3.2564268 17,-0.0406 8,-861.89|7,-2467.62|0,-11166|8,-11539|5,7251.09|0,9973.96|5,5606.439|1,7016003.437|5,14907.105|4,1921 -3,,4,92.41 %|4,,,,,,,,,,,,,,, -8,Li,,839.9 ms|9,8.4E-1|9E-4,?- ?,100,+1.653560 18,+0.0327 6,16004.13|6,-6100|100,-10663.88|10,-2894.51|9,2032.62|5,12416|8,5159.712|6,8022486.25|5,20945.80|5,1935 -3,,5,,,?-,100,,,,,,,,,,,, -9,Li,,178.3 ms|4,1.78E-1|4E-4,?-,100,3.4391 6,-0.0274 10,13606.45|20,-10360|90,-15980|50,11941.91|19,4062.22|19,13943.75|21,5037.768|21,9026790.19|20,24954.90|19,1951 -3,,6,,,?- n,50.8|2,,,,,,,,,,,, -10,Li,,,,n,100,,,20445|13#,-11250|250#,-16140|90#,13633|13#,-26|13#,15170|50#,4531.4|13#,10035483|14#,33053|13#,1975 -3,,7,,,,,,,,,,,,,,,, -11,Li,,8.75 ms|14,8.75E-3|1.4E-4,?-,100,3.6673 25,,20551.1|7#,-10830|1000,#,20049.4|6#,396|13#,15760|90#,4155.38|6#,11043723.6|7#,40728.3|6#,1966 -3,,8,,,?- n,,,,,,,,,,,,, -5,Be,,,,p,100,,,,,25460|2000,,,-4530|2010#,20|400#,5039870|2150#,37140|2000#, -4,,1,,,,,,,,,,,,,,,, -6,Be,,92 keV|6,5E-21|3E-22,2p,100,,,-28940|2000#,,4288|5#,,26830|2000#,590|50,4487.2|9,6019726|6,18375|5,1958 -4,,2,,,?,100,,,,,,,,,,,, -7,Be,,53.22 d|6,4.6E6|5.18E3,ec,100,,,-11908|25,-1587.13|7,861.89|7,-39620|2000#,10677|5,5606.85|7,5371.548|10,7016928.72|8,15769.00|7,1938 -4,,3,,,,,,,,,,,,,,,, -8,Be,,5.57 eV|25,8.18E-17|3.67E-18,?,100,,,-17979.9|10,91.84|4,-16004.13|6,-30806|25,18898.64|8,17254.40|4,7062.435|4,8005305.10|4,4941.67|3,1932 -4,,4,,,,,,,,,,,,,,,, -9,Be,,STABLE,,,,-1.1778 9,+0.05288 38,-1068.0|9,-2308|20,-13606.45|20,-19644.4|10,1664.54|8,16886.32|9,6462.668|9,9012183.07|8,11348.45|8,1921 -4,,5,100 %,,,,,,,,,,,,,,, -10,Be,,1.51 x 106|y|4,4.77E13|1.26E12,?-,100,,,556.88|8#,-7409.52|10#,-20445|13#,-7880.3|9#,6812.28|5#,19636.39|20#,6497.630|8#,10013534.69|9#,12607.49|8#,1935 -4,,6,,,,,,,,,,,,,,,, -11,Be,,13.76 s|7,1.38E1|7E-2,?-,100,-1.6814 4,,11509.46|24#,-8321|8#,-20551.1|7#,55.24|24#,501.64|25#,20164|13#,5952.540|22#,11021661.08|25#,20177.17|24#,1958 -4,,7,,,?- ?,3.1|4,,,,,,,,,,,, -,,,,,?- p,0.00083|9,,,,,,,,,,,, -12,Be,,21.3 ms|1,2.13E-2|1E-4,?-,100,,,11708.4|23#,-8956.8|19#,-23930|30#,8338.7|19#,3170.7|19#,22939.5|20#,5720.72|16#,12026922.1|20#,25077.8|19#,1966 -4,,8,,,?- n,? 1,,,,,,,,,,,, -13,Be,,2.7 x 10-21|s|18,2.7E-21|1.8E-21,n,?,,,17097|10#,-9700|50#,-23320|70#,12218|10#,-510|10#,22640|30#,5241.4|8#,13036135|11#,33659|10#,1983 -4,,9,,,,,,,,,,,,,,,, -14,Be,,4.35 ms|17,4.35E-3|1.7E-4,?-,100,,,16290|130#,-11670|160#,#,15320|130#,1780|130#,24320|150#,4994|9#,14042890|140#,39950|130#,1973 -4,,10,,,?- n,81|4,,,,,,,,,,,, -,,,,,?- 2n,5|2,,,,,,,,,,,, -,,,,,?- ?,0.004|LT,,,,,,,,,,,, -15,Be,,0.58 MeV|20,7.86E-22|2.71E-22,n,? 100,,,20870|170#,,#,18090|170#,-1800|100#,,4541|11#,15053490|180#,49830|170#, -4,,11,,,,,,,,,,,,,,,, -16,Be,,0.8 MeV|2,5.7E-22|1.42E-22,n,? 100,,,20330|170#,,#,20420|170#,450|140#,,4285|10#,16061670|180#,57450|170#,2012 -4,,12,,,,,,,,,,,,,,,, -7,B,,801 keV|20,6E-22,p,? 100,,,,-3410|2000#,11908|25,,27710|2000#,-2013|26,3559|4,7029712|27,27677|25,1967 -5,,2,,,,,,,,,,,,,,,, -8,B,,770 ms|3,7.7E-1|3E-3,ec ?+,100,1.0355 3,0.0683 21,-12143|18,-4830|210,17979.9|10,,12826|25,136.4|10,4717.15|12,8024607.3|11,22921.6|10,1950 -5,,3,,,?+ ?,100,,,,,,,,,,,, -9,B,,0.54 keV|21,8.44E-19|3.28E-19,p,100,,,-16494.5|23,-1690|50,1068.0|9,-30719|18,18576.4|13,-185.8|9,6257.07|10,9013329.6|10,12416.5|9,1940 -5,,4,,,,,,,,,,,,,,,, -10,B,,STABLE,,,,+1.80064478 6,+0.08472 56,-3648.06|7#,-4461.19|1#,-556.88|8#,-24931.7|21#,8437.2|9#,6586.81|8#,6475.083|2#,10012936.862|16#,12050.609|15#,1920 -5,,5,19.9 %|7,,,,,,,,,,,,,,, -11,B,,STABLE,,,,+2.6886489 10,0.04065 26,-1981.69|6#,-8664.31|1#,-11509.46|23#,-15102.28|7#,11454.22|2#,11228.75|8#,6927.732|1#,11009305.166|13#,8667.707|12#,1920 -5,,6,80.1 %|7,,,,,,,,,,,,,,, -12,B,,20.20 ms|2,2.02E-2|2E-5,?-,100,+1.00306 15,0.0134 14,13369.4|13#,-10001.3|13#,-11708.4|23#,-5351.3|13#,3369.6|13#,14096.7|13#,6631.22|11#,12014352.6|14#,13369.4|13#,1935 -5,,7,,,,,,,,,,,,,,,, -13,B,,17.33 ms|17,1.73E-2|1.7E-4,?-,100,+3.1778 5,0.037 4,13436.9|10#,-10817.9|10#,-17097|10#,8490.6|10#,4878.8|17#,15804.8|21#,6496.42|8#,13017780.0|11#,16561.9|10#,1956 -5,,8,,,?- n,0.286|37,,,,,,,,,,,, -14,B,,12.5 ms|5,1.25E-2|5E-4,?-,100,,,20644|21#,-11814|25#,-16290|130#,12467|21#,970|21#,17284|24#,6101.6|15#,14025404|23#,23664|21#,1966 -5,,9,,,?- n,6.1|3,,,,,,,,,,,, -15,B,,9.93 ms|7,9.93E-3|7E-5,?-,100,,,19085|21#,-14195|21#,-20870|170#,17867|21#,2780|30#,18290|130#,5880.0|14#,15031088|23#,28958|21#,1966 -5,,10,,,?- n,99.68|8,,,,,,,,,,,, -16,B,,< 100 keV,4.6E-21,n,100,,,23418|25#,-14320|40#,-20330|170#,19168|25#,-83|15#,20000|170#,5507.3|15#,16039842|26#,37113|25#,2000 -5,,11,,,,,,,,,,,,,,,, -17,B,,5.08 ms|5,5.08E-3|5E-5,?-,100,,,22680|200#,-15690|220#,#,21950|200#,1470|210#,21020|260#,5270|12#,17046930|220#,43720|200#,1973 -5,,12,,,?- n,63|1,,,,,,,,,,,, -,,,,,?- 2n,11|7,,,,,,,,,,,, -,,,,,?- 3n,3.5|7,,,,,,,,,,,, -,,,,,?- 4n,0.4|3,,,,,,,,,,,, -18,B,,,,n,100,,,26870|210,,,22690|200,-5|5,,4977|11,18055600|220,51790|200,2010 -5,,13,,,,,,,,,,,,,,,, -8,C,,230 keV|50,2E-21|4E-22,p,100,,,,,12143|18,,,-100|30,3101.5|23,8037643|20,35064|18,1974 -6,,2,,,?,?,,,,,,,,,,,, -9,C,,126.5 ms|9,1.27E-1|9E-4,ec ?+,100,-1.3914 5,,,-10650|2000#,16494.5|23,,14225|18,1299.6|24,4337.42|24,9031037.2|23,28911.0|21,1964 -6,,3,,,?+ p,61.6,,,,,,,,,,,, -,,,,,?+ ?,38.4,,,,,,,,,,,, -10,C,,19.290 s|12,1.93E1|1.2E-2,ec ?+,100,,,-23100|400#,-5101|5#,3648.06|7#,,21283.6|21#,4006.8|9#,6032.042|7#,10016853.22|7#,15698.67|7#,1949 -6,,4,,,,,,,,,,,,,,,, -11,C,,20.364 min|14,1.22E3|8.4E-1,ec ?+,100,-0.964 1,0.03426,-13650|50#,-7544.52|9#,1981.69|6#,-36220|400#,13120.59|9#,8690.18|6#,6676.456|5#,11011432.60|6#,10649.40|6#,1934 -6,,5,,,,,,,,,,,,,,,, -12,C,,STABLE,,,,,,-17338.1|10#,-7366.59|4#,-13369.4|13#,-32370|50#,18720.71|6#,15956.68|1#,7680.144|0#,12000000.0|0#,0.0|0#,1919 -6,,6,98.93 %|8,,,,,,,,,,,,,,, -13,C,,STABLE,,,,+0.7024118 14,,-2220.47|27#,-10648.36|8#,-13436.9|10#,-22284.4|10#,4946.31|0#,17533.4|13#,7469.849|0#,13003354.83521|23#,3125.00888|21#,1929 -6,,7,1.07 %|8,,,,,,,,,,,,,,, -14,C,,5700 y|30,1.8E11|9.47E8,?-,100,,,156.476|4#,-12012.51|8#,-20644|21#,-10396.91|27#,8176.43|0#,20831.0|10#,7520.319|0#,14003241.988|4#,3019.893|4#,1936 -6,,8,,,,,,,,,,,,,,,, -15,C,,2.449 s|5,2.45E0|5E-3,?-,100,1.32 7,,9771.7|8#,-12728.9|8#,-19085|21#,-1061.6|8#,1218.1|8#,21080|21#,7100.17|5#,15010599.3|9#,9873.1|8#,1950 -6,,9,,,,,,,,,,,,,,,, -16,C,,0.747 s|8,7.47E-1|8E-3,?-,100,,,8010|4#,-13809|4#,-23418|25#,5521|4#,4250|4#,22553|21#,6922.05|22#,16014701|4#,13694|4#,1961 -6,,10,,,?- n,99.0|3,,,,,,,,,,,, -17,C,,193 ms|13,1.93E-1|1.3E-2,?-,100,,,13162|23#,-15052|20#,-22680|200#,7277|18#,734|18#,23370|30#,6558.0|10#,17022579|19#,21032|17#,1968 -6,,11,,,?- n,32|3,,,,,,,,,,,, -18,C,,92 ms|2,9.2E-2|2E-3,?-,100,,,11810|40,-17460|140,-26870|210,8980|30,4180|30,26090|210,6426.1|17,18026750|30,24920|30,1969 -6,,12,,,?- n,31.5|15,,,,,,,,,,,, -20,C,,14 ms|+6-5,1.4E-2|6E-3,?-,100,,,15740|240,-22370|280,,13580|230,2980|250,29560|570,5961|12,20040260|250,37500|230,1981 -6,,14,,,?- n,72|14,,,,,,,,,,,, -22,C,,6.1 ms|+14-12,6.1E-3|1.3E-3,?-,100,,,21850|310,,,20310|270,100|640#,31010|930#,5421|11,22057550|250,53610|230,1986 -6,,16,,,?- n,61|+14-13,,,,,,,,,,,, -,,,,,?- 2n,< 37,,,,,,,,,,,, -10,N,,,,p,100,,,,-10940|2040,23100|400,,,-2600|400#,3640|40#,10041650|430#,38800|400#,2002 -7,,3,,,,,,,,,,,,,,,, -11,N,,830 keV|30,5E-22,p,100,,,,-5800|50#,13650|50,,22570|400#,-1320|50#,5364|4#,11026090|50#,24300|50#,1974 -7,,4,,,,,,,,,,,,,,,, -12,N,,11.000 ms|16,1.1E-2|1.6E-5,ec ?+,100,+0.4573 5,+0.026,-14577|24#,-8008.4|14#,17338.1|10#,,15040|50#,600.3|10#,6170.11|8#,12018613.2|11#,17338.1|10#,1949 -7,,5,,,,,,,,,,,,,,,, -13,N,,9.965 min|4,5.98E2|2.4E-1,ec ?+,100,0.3222 4,,-17770|10#,-9495.9|9#,2220.47|27#,-34640|24#,20063.9|10#,1943.49|27#,7238.863|21#,13005738.61|28#,5345.48|27#,1934 -7,,6,,,,,,,,,,,,,,,, -14,N,,STABLE,,,,+0.40376100 6,+0.0193 8,-5144.364|25#,-11612.11|1#,-156.476|4#,-28323|10#,10553.38|27#,7550.56|0#,7475.614|0#,14003074.00446|21#,2863.41672|19#,1920 -7,,7,99.636 %|20,,,,,,,,,,,,,,, -15,N,,STABLE,,,,-0.28318884 5,,-2754.2|5#,-10991.18|1#,-9771.7|8#,-15977.66|3#,10833.30|0#,10207.42|0#,7699.460|0#,15000108.8989|5#,101.4387|5#,1929 -7,,8,0.364 %|20,,,,,,,,,,,,,,, -16,N,,7.13 s|2,7.13E0|2E-2,?-,100,,,10420.9|23#,-10110.4|26#,-8010|4#,-5243.0|23#,2488.8|23#,11478.2|24#,7373.80|14#,16006101.9|25#,5683.9|23#,1933 -7,,9,,,?- ?,0.0012|5,,,,,,,,,,,, -17,N,,4.173 s|4,4.17E0|4E-3,?-,100,,,8679|15#,-11117|15#,-13162|23#,4536|15#,5885|15#,13113|15#,7286.2|9#,17008449|16#,7870|15#,1949 -7,,10,,,?- n,95.1|7,,,,,,,,,,,, -,,,,,?- ?,0.0025|4,,,,,,,,,,,, -18,N,,624 ms|12,6.24E-1|1.2E-2,?-,100,,,13896|19,-12975|28,-11810|40,5851|19,2828|24,15208|25,7038.6|10,18014078|20,13113|19,1964 -7,,11,,,?- n,14.3|20,,,,,,,,,,,, -,,,,,?- ?,12.2|6,,,,,,,,,,,, -19,N,,271 ms|8,2.71E-1|8E-3,?-,100,,,12523|17,-15527|27,-16560|100,8568|16,5328|25,16350|30,6948.5|9,19017022|18,15856|16,1968 -7,,12,,,?- n,54.6|14,,,,,,,,,,,, -20,N,,130 ms|7,1.3E-1|7E-3,?-,100,,,17970|80,-17770|80,-15740|240,10360|80,2160|80,17940|130,6709|4,20023370|80,21770|80,1969 -7,,13,,,?- n,57|3,,,,,,,,,,,, -21,N,,84 ms|7,8.4E-2|7E-3,?-,100,,,17170|130,-20910|240,-20410|610,13360|130,4610|160,19560|270,6609|6,21027090|140,25230|130,1970 -7,,14,,,?- n,86|4,,,,,,,,,,,, -22,N,,23 ms|3,2.3E-2|3E-3,?-,100,,,22480|220,-22450|290,-21850|310,15630|210,1540|250,21170|630#,6379|9,22034100|220,31760|210,1979 -7,,15,,,?- n,34|3,,,,,,,,,,,, -,,,,,?- 2n,12|3,,,,,,,,,,,, -23,N,,14.1 ms|15,1.41E-2|1.5E-3,?-,100,,,22100|440,-25470|670,,19370|420,3120|470,24180|480,6237|18,23039420|450,36720|420,1985 -7,,16,,,?- n,42|6,,,,,,,,,,,, -,,,,,?- 2n,8|4,,,,,,,,,,,, -,,,,,?- 3n,< 3.4,,,,,,,,,,,, -24,N,,< 52 ns,5.2E-8,n,?,,,28440|430#,-23940|890#,#,24240|420#,-2150|580#,24520|1070#,5887|17#,24050390|430#,46940|400#, -7,,17,,,,,,,,,,,,,,,, -12,O,,0.40 MeV|25,1.14E-21|7.12E-22,p,?,,,,-5570|30#,14577|24,,,-320|50#,4890.2|20#,12034262|26#,31915|24#,1978 -8,,4,,,,,,,,,,,,,,,, -13,O,,8.58 ms|5,8.58E-3|5E-5,?+ p,? 100,,,,-8220|10#,17770|10,,16870|26#,1512|10#,5811.8|7#,13024815|10#,23115|10#,1963 -8,,5,,,ec ?+,100,,,,,,,,,,,, -14,O,,70.606 s|18,7.06E1|1.8E-2,ec ?+,100,,,-23960|40#,-10115.81|7#,5144.364|25#,,23179|10#,4626.67|27#,7052.278|2#,14008596.706|27#,8007.781|25#,1949 -8,,6,,,,,,,,,,,,,,,, -15,O,,122.24 s|16,1.22E2|1.6E-1,ec ?+,100,0.7189 8,,-13711|14#,-10218.7|5#,2754.2|5#,-37180|40#,13223.5|5#,7296.8|5#,7463.69|3#,15003065.6|5#,2855.6|5#,1934 -8,,7,,,,,,,,,,,,,,,, -16,O,,STABLE,,,,,,-15417|8#,-7161.92|0#,-10420.9|23#,-29375|14#,15663.9|5#,12127.41|0#,7976.206|0#,15994914.61960|17#,-4737.00135|16#,1919 -8,,8,99.757 %|16,,,,,,,,,,,,,,, -17,O,,STABLE,,,,-1.89379 9,,-2760.46|25#,-6358.69|0#,-8679|15#,-19560|8#,4143.08|0#,13781.6|23#,7750.728|0#,16999131.7566|7#,-808.7635|7#,1925 -8,,9,0.038 %|1,,,,,,,,,,,,,,, -18,O,,STABLE,,,,,,-1655.9|5,-6227.62|0,-13896|19,-10805.83|25,8045.37|0,15942|15,7767.097|0,17999159.6128|8,-782.8156|7,1929 -8,,10,0.205 %|14,,,,,,,,,,,,,,, -19,O,,26.88 s|5,2.69E1|5E-2,?-,100,,,4820.3|26,-8965.2|28,-12523|17,-5611.6|27,3955.6|26,17069|19,7566.49|14,19003578.0|28,3332.9|26,1936 -8,,11,,,,,,,,,,,,,,,, -20,O,,13.51 s|5,1.35E1|5E-2,?-,100,,,3813.6|9,-12323|4,-17970|80,-2787.7|9,7608.0|28,19349|16,7568.57|4,20004075.4|9,3796.2|9,1959 -8,,12,,,,,,,,,,,,,,,, -21,O,,3.42 s|10,3.42E0|1E-1,?-,100,,,8110|12,-15395|21,-17170|130,8|12,3805|12,20990|80,7389.4|6,21008655|13,8062|12,1968 -8,,13,,,,,,,,,,,,,,,, -22,O,,2.25 s|9,2.25E0|9E-2,?-,100,,,6490|60,-18060|60,-22480|220,1260|60,6850|60,23240|150,7364.9|26,22009970|60,9280|60,1969 -8,,14,,,?- n,< 22,,,,,,,,,,,, -23,O,,82 ms|+45-28,8.2E-2|3.7E-2,?-,100,,,11340|130,-20220|160,-22100|440,3760|120,2730|130,24430|240,7163|5,23015700|130,14620|120,1970 -8,,15,,,?- n,31|7,,,,,,,,,,,, -24,O,,65 ms|5,6.5E-2|5E-3,?-,100,,,10960|190,-21430|280,-28440|430,7140|170,4190|200,25510|450,7040|7,24019860|180,18500|160,1970 -8,,16,,,?- n,58|12,,,,,,,,,,,, -26,O,,4.5 ps|+32-34,4.5E-12|3.3E-12,2n,100,,,16010|200,-21380|280,,15260|190,739|10,28610|530#,6497|6,26037210|180,34660|160,2012 -8,,18,,,,,,,,,,,,,,,, -14,F,,910 keV|100,5E-22|1E-22,,,,,,-9260|400#,23960|40,,,-1560|40#,5285.2|29#,14034320|40#,31960|40#,2010 -9,,5,,,,,,,,,,,,,,,, -15,F,,1.0 MeV|2,4.56E-22|9.11E-23,p,100,,,-23650|70#,-10160|50#,13711|14#,,23470|40#,-1270|14#,6497.5|9#,15017785|15#,16567|14#,1978 -9,,6,,,,,,,,,,,,,,,, -16,F,,40 keV|20,1.14E-20|5.7E-21,p,100,,,-13307|22#,-9083|8#,15417|8#,-37610|70#,13958|16#,-536|8#,6963.7|5#,16011466|9#,10680|8#,1964 -9,,7,,,,,,,,,,,,,,,, -17,F,,64.49 s|16,6.45E1|1.6E-1,ec ?+,100,+4.7223 12,,-14548.7|4#,-5818.7|4#,2760.46|25#,-30106|20#,16800|8#,600.27|25#,7542.328|15#,17002095.24|27#,1951.70|25#,1934 -9,,8,,,,,,,,,,,,,,,, -18,F,,109.77 min|5,6.59E3|3E0,ec ?+,100,,,-4444.5|6,-4415.2|5,1655.9|5,-23698.6|6,9149.9|5,5607.1|5,7631.638|26,18000937.3|5,873.1|5,1937 -9,,9,,,,,,,,,,,,,,,, -19,F,,STABLE,,,,,,-3239.49|16,-4013.80|0,-4820.3|26,-14876.4|4,10431.9|5,7993.60|0,7779.018|0,18998403.1629|9,-1487.4442|9,1920 -9,,10,100 %,,,,,,,,,,,,,,, -20,F,,11.07 s|6,1.11E1|6E-2,?-,100,+2.0935 9,-0.042 3,7024.47|3,-8126.3|23,-3813.6|9,-9840.83|16,6601.34|3,10639.3|26,7720.134|2,19999981.25|3,-17.46|3,1935 -9,,11,,,,,,,,,,,,,,,, -21,F,,4.158 s|20,4.16E0|2E-2,?-,100,3.93 5,0.11 2,5684.2|18,-10343|15,-8110|12,-1077.0|18,8101.5|18,11132.7|20,7738.29|9,20999948.9|19,-47.6|18,1955 -9,,12,,,,,,,,,,,,,,,, -22,F,,4.23 s|4,4.23E0|4E-2,?-,100,2.6944 4,0.003 2,10818|12,-12745|22,-6490|60,454|12,5230|13,12558|17,7624.3|6,22002999|13,2793|12,1965 -9,,13,,,?- n,< 11,,,,,,,,,,,, -23,F,,2.23 s|14,2.23E0|1.4E-1,?-,100,,,8440|30,-15000|40,-11340|130,3240|30,7580|40,13290|70,7622.3|14,23003530|40,3290|30,1970 -9,,14,,,,,,,,,,,,,,,, -24,F,,390 ms|70,3.9E-1|7E-2,?-,100,,,13500|100,-16650|130,-10960|190,4630|100,3810|100,14370|160,7464|4,24008100|100,7540|100,1970 -9,,15,,,?- n,< 5.9,,,,,,,,,,,, -25,F,,80 ms|9,8E-2|9E-3,?-,100,,,13370|100,-16320|170,-15990|190,9210|100,4280|140,14460|190,7336|4,25012170|100,11330|100,1970 -9,,16,,,?- n,23.1|45,,,,,,,,,,,, -26,F,,8.2 ms|9,8.2E-3|9E-4,?-,100,,,18170|110,-15540|240,-16010|200,12610|110,760|150,15970|200,7083|4,26020020|120,18650|110,1979 -9,,17,,,?- n,13.5|40,,,,,,,,,,,, -27,F,,5.0 ms|2,5E-3|2E-4,?-,100,,,18400|400,-13700|570,,16900|390,1270|410,16500|420,6868|14,27027320|420,25450|390,1981 -9,,18,,,?- n,77|21,,,,,,,,,,,, -28,F,,? 0.046 as,,,,,,22440|410,-15620|560#,-18340|800,18620|400,-220|50,18220|640#,6615|14,28036220|420,33740|390, -9,,19,,,,,,,,,,,,,,,, -29,F,,2.5 ms|3,2.5E-3|3E-4,?-,100,,,21750|550,-18260|730#,,20780|540,1660|660,19220|870#,6444|18,29043100|560,40150|530,1989 -9,,20,,,?- n,100|80,,,,,,,,,,,, -30,F,,,,n,?,,,24830|650#,,#,21640|610#,110|790#,,6233|20#,30051650|640#,48110|600#, -9,,21,,,,,,,,,,,,,,,, -31,F,,> 260 ns,2.6E-7|5E15,?- 2n,?,,,24960|610#,,#,24790|600#,40|810#,,6033|18#,31060270|590#,56140|550#,1999 -9,,22,,,?-,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -15,Ne,,0.59 MeV,7.72E-22,2p,100,,,,,23650|70,,,-960|80#,4869|4#,15043170|70#,40220|70#, -10,,5,,,,,,,,,,,,,,,, -16,Ne,,122 keV|37,3.7E-21|1.1E-21,p,100,,,,-10350|30#,13307|22,,24300|70#,-131|25#,6083.2|13#,16025751|22#,23987|20#,1977 -10,,6,,,,,,,,,,,,,,,, -17,Ne,,109.2 ms|6,1.09E-1|6E-4,ec p,? 100,,,-18670|1000#,-9040|10#,14548.7|4#,,15558|20#,1469|8#,6640.499|21#,17017714.0|4#,16500.4|4#,1963 -10,,7,,,ec ?+,100,,,,,,,,,,,, -,,,,,ec ?,?,,,,,,,,,,,, -18,Ne,,1672 ms|8,1.67E0|8E-3,ec ?+,100,,,-19720|90,-5115.1|4,4444.5|6,-37930|1000,19254.1|5,3923.1|4,7341.257|20,18005708.7|4,5317.6|4,1954 -10,,8,,,,,,,,,,,,,,,, -19,Ne,,17.22 s|2,1.72E1|2E-2,ec ?+,100,,,-11177|11,-3528.5|5,3239.49|16,-31360|90,11636.9|4,6410.0|5,7567.343|8,19001880.90|17,1752.05|16,1939 -10,,9,,,,,,,,,,,,,,,, -20,Ne,,STABLE,,,,,,-13892.5|11,-4729.84|0,-7024.47|3,-28043|11,16865.30|16,12843.46|0,8032.240|0,19992440.1762|17,-7041.9305|16,1913 -10,,10,90.48 %|3,,,,,,,,,,,,,,, -21,Ne,,STABLE,,,,-0.661797 5,+0.103 8,-3547.14|9,-7347.93|4,-5684.2|18,-20653.7|11,6761.16|4,13003.28|5,7971.713|2,20993846.68|4,-5731.78|4,1928 -10,,11,0.27 %|1,,,,,,,,,,,,,,, -22,Ne,,STABLE,,,,,,-2843.21|17,-9666.82|2,-10818|12,-13911.40|10,10364.26|4,15266.1|18,8080.465|1,21991385.109|18,-8024.719|18,1913 -10,,12,9.25 %|3,,,,,,,,,,,,,,, -23,Ne,,37.24 s|12,3.72E1|1.2E-1,?-,100,-1.077 4,,4375.80|10,-10911.8|26,-8440|30,-8043.85|20,5200.65|10,15236|12,7955.256|5,22994466.90|11,-5154.05|10,1936 -10,,13,,,,,,,,,,,,,,,, -24,Ne,,3.38 min|2,2.03E2|1.2E0,?-,100,,,2466.3|5,-12172.7|10,-13500|100,-4493.1|5,8868.9|5,16530|30,7993.325|21,23993610.6|5,-5951.6|5,1956 -10,,14,,,,,,,,,,,,,,,, -25,Ne,,602 ms|8,6.02E-1|8E-3,?-,100,-1.0062 5,,7322|29,-12520|30,-13370|100,-1689|29,4155|29,16870|100,7839.8|12,24997810|30,-2036|29,1970 -10,,15,,,,,,,,,,,,,,,, -26,Ne,,197 ms|2,1.97E-1|2E-3,?-,100,,,7342|19,-11230|60,-18170|110,1768|18,5550|30,18140|100,7751.9|7,26000516|20,481|18,1970 -10,,16,,,?- n,0.13|3,,,,,,,,,,,, -27,Ne,,31.5 ms|13,3.15E-2|1.3E-3,?-,100,,,12570|90,-10000|150,-18400|400,5840|90,1500|90,18890|140,7520|3,27007570|100,7050|90,1977 -10,,17,,,?- n,2.0|5,,,,,,,,,,,, -28,Ne,,20 ms|1,2E-2|1E-3,?-,100,,,12290|130,-9630|210,-22440|410,8750|130,3820|160,21440|410,7388|5,28012130|140,11300|130,1979 -10,,18,,,?- n,12|1,,,,,,,,,,,, -,,,,,?- 2n,3.7|5,,,,,,,,,,,, -29,Ne,,15 ms|3,1.5E-2|3E-3,?-,100,,,15720|150,-11350|220,-21750|550,11320|150,970|200,22630|420,7167|5,29019750|160,18400|150,1985 -10,,19,,,?- n,28|5,,,,,,,,,,,, -,,,,,?- 2n,4|1,,,,,,,,,,,, -30,Ne,,7.3 ms|3,7.3E-3|3E-4,?-,100,,,14810|250,-13810|300,-24830|650,12530|250,3190|290,24160|580,7035|8,30024990|270,23280|250,1985 -10,,20,,,?- n,13|4,,,,,,,,,,,, -,,,,,?- 2n,8.9|23,,,,,,,,,,,, -31,Ne,,3.4 ms|8,3.4E-3|8E-4,?-,100,,,18940|270,-15910|570#,-24960|610,14640|270,170|130,24220|650#,6813|9,31033470|290,31180|270,1996 -10,,21,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -32,Ne,,3.5 ms|9,3.5E-3|9E-4,?-,100,,,18360|500#,-17510|860#,#,16680|500#,2250|570#,26430|740#,6671|16#,32039720|540#,37000|500#,1990 -10,,22,,,?- n,?,,,,,,,,,,,, -33,Ne,,< 180 ns,1.8E-7,n,?,,,22220|750#,,#,19290|600#,-930|780#,,6440|18#,33049380|640#,46000|600#, -10,,23,,,,,,,,,,,,,,,, -34,Ne,,> 60 ns,6E-8|5E15,?- 2n,?,,,21160|790#,,#,20990|680#,1230|790#,,6287|15#,34056730|550#,52840|510#,2002 -10,,24,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -18,NA,,< 0.2 MeV,2.28E-21,p,? 100.,,,,-9350|100,19720|90,,18210|1010,-1250|90,6202|5,18026880|100,25040|90,2004 -11,,7,,,,,,,,,,,,,,,, -19,NA,,< 40 keV,1.14E-20,p,? 100,,,-18900|50,-6062|18,11177|11,,20180|90,-323|11,6937.9|6,19013880|11,12929|11,1969 -11,,8,,,,,,,,,,,,,,,, -20,Na,,447.9 ms|23,4.48E-1|2.3E-3,ec,100,+0.3694 2,,-10627.1|22,-6255|8,13892.5|11,-33050|50,14150|11,2190.4|11,7298.50|6,20007354.4|12,6850.6|11,1950 -11,,9,,,ec ?,20.05|20,,,,,,,,,,,, -21,Na,,22.49 s|4,2.25E1|4E-2,ec ?+,100,+2.38630 10,+0.124 14,-13088.5|8,-6561.25|27,3547.14|10,-27733.6|19,17106.5|11,2431.67|10,7765.547|5,20997654.70|10,-2184.63|10,1940 -11,,10,,,,,,,,,,,,,,,, -22,Na,,2.6018 y|22,8.21E7|6.94E4,ec ?+,100,+1.746 3,+0.180 11,-4781.6|3,-8479.5|5,2843.21|17,-24156.7|8,11068.20|20,6738.71|18,7915.667|8,21994437.42|18,-5181.51|17,1935 -11,,11,,,,,,,,,,,,,,,, -23,Na,,STABLE,,,,+2.217520 2,+0.1006 20,-4056.34|16,-10467.32|0,-4375.80|10,-17201.2|3,12419.66|17,8794.10|2,8111.493|0,22989769.2820|19,-9529.8525|18,1921 -11,,12,100 %,,,,,,,,,,,,,,, -24,Na,,14.997 h|12,5.4E4|4.32E1,?-,100,+1.6903 8,,5515.669|21,-10825.35|3,-2466.3|5,-11015.71|16,6959.37|2,10552.82|11,8063.488|1,23990963.011|17,-8417.901|17,1934 -11,,13,,,,,,,,,,,,,,,, -25,Na,,59.1 s|6,5.91E1|6E-1,?-,100,+3.683 4,-0.10 5,3835.0|12,-11735.1|22,-7322|29,-3495.6|12,9011.2|12,10695.1|13,8101.40|5,24989954.0|13,-9357.8|12,1943 -11,,14,,,,,,,,,,,,,,,, -26,Na,,1.07128 s|25,1.07E0|2.5E-4,?-,100,+2.851 2,-0.0053 2,9354|4,-12079|13,-7342|19,-1739|3,5574|4,12114|29,8004.20|13,25992635|4,-6861|4,1958 -11,,15,,,,,,,,,,,,,,,, -27,Na,,301 ms|6,3.01E-1|6E-3,?-,100,+3.895 5,-0.007 3,9069|4,-11230|30,-12570|90,2625|4,6728|5,13288|19,7956.95|14,26994076|4,-5518|4,1968 -11,,16,,,?- n,0.13|4,,,,,,,,,,,, -28,Na,,30.5 ms|4,3.05E-2|4E-4,?-,100,+2.420 2,+0.0395 12,14031|10,-10960|100,-12290|130,5527|10,3542|11,15330|90,7799.3|4,27998939|11,-988|10,1969 -11,,17,,,?- n,0.58|12,,,,,,,,,,,, -29,Na,,44.1 ms|9,4.41E-2|9E-4,?-,100,+2.449 8,+0.086 3,13283|14,-11080|100,-15720|150,9628|8,4403|13,15910|130,7682.15|25,29002877|8,2680|7,1969 -11,,18,,,?- n,21.5|30,,,,,,,,,,,, -30,Na,,48 ms|2,4.8E-2|2E-3,?-,100,+2.069 2,+0.15 4,17358|6,-12600|110,-14810|250,11006|12,2277|9,17210|150,7501.97|16,30009098|5,8475|5,1969 -11,,19,,,?- n,30|4,,,,,,,,,,,, -,,,,,?- 2n,1.15|25,,,,,,,,,,,, -,,,,,?- ?,5.5 x 10-5|2,,,,,,,,,,,, -31,Na,,17.35 ms|40,1.74E-2|4E-4,?-,100,+2.298 2,,15368|14,-15630|390,-18940|270,13059|14,4300|15,18320|250,7398.7|5,31013147|15,12246|14,1969 -11,,20,,,?- n,37.3|54,,,,,,,,,,,, -,,,,,?- 2n,0.87|24,,,,,,,,,,,, -,,,,,?- 3n,< 0.05,,,,,,,,,,,, -32,Na,,13.2 ms|4,1.32E-2|4E-4,?-,100,,,19470|40,-17530|390,-18360|500,13690|40,1680|40,19830|270,7219.9|12,32020010|40,18640|40,1972 -11,,21,,,?- n,24|7,,,,,,,,,,,, -,,,,,?- 2n,8.3|21,,,,,,,,,,,, -33,Na,,8.0 ms|4,8E-3|4E-4,?-,100,,,18820|450,-18790|690,-22220|750,16540|450,2930|450,20510|670#,7090|14,33025530|480,23780|450,1972 -11,,22,,,?- n,47|6,,,,,,,,,,,, -,,,,,?- 2n,13|3,,,,,,,,,,,, -34,Na,,5.5 ms|10,5.5E-3|1E-3,?-,100,,,23360|600,-18860|840#,-21160|790,18650|600,170|750,21610|840#,6886|18,34034010|640,31680|600,1983 -11,,23,,,?- 2n,? 50,,,,,,,,,,,, -,,,,,?- n,? 15,,,,,,,,,,,, -35,Na,,1.5 ms|5,1.5E-3|5E-4,?-,100,,,22590|720#,-20340|860#,#,21840|670#,1520|300#,21900|840#,6733|19#,35041040|720#,38230|670#,1983 -11,,24,,,?- n,?,,,,,,,,,,,, -36,Na,,< 180 ns,1.8E-7,n,?,,,25920|970#,,#,22590|730#,0|100#,,6546|19#,36049710|730#,46300|680#, -11,,25,,,,,,,,,,,,,,,, -37,Na,,> 60 ns,6E-8|5E15,?- n,?,,,25320|980#,,#,25080|970#,840|180#,,6392|19#,37057470|740#,53530|690#,2002 -11,,26,,,?-,?,,,,,,,,,,,, -19,MG,,1.14 x 10-4|eV,4E-12,2p,? 100,,,,-10810|80,18900|50,,,500|110,5902.0|26,19034170|50,31830|50,2007 -12,,7,,,,,,,,,,,,,,,, -20,Mg,,93 ms|5,9.3E-2|5E-3,?+,100,,,,-8934|21,10627.1|22,,22420|50,2741|11,6728.02|9,20018763.1|20,17477.7|19,1974 -12,,8,,,?+ p,30.3|12,,,,,,,,,,,, -21,Mg,,122 ms|3,1.22E-1|3E-3,ec ?+,100,-0.983 7,,-16090|600#,-8021.5|8,13088.5|8#,,14645.2|20,3235.7|13,7105.03|4,21011705.8|8,10903.8|8,1963 -12,,9,,,?+ p,32.6|10,,,,,,,,,,,, -,,,,,?+ ?,< 0.5,,,,,,,,,,,, -22,Mg,,3.8755 s|12,3.88E0|1.2E-3,ec ?+,100,,,-18600|400#,-8142.5|5,4781.6|4#,-35460|600#,19375.1|8,5504.3|3,7662.761|14,21999570.7|3,-399.9|3,1961 -12,,10,,,,,,,,,,,,,,,, -23,Mg,,11.317 s|11,1.13E1|1.1E-2,ec ?+,100,,,-12221.6|4,-9650.48|23,4056.34|16,-31750|400#,13144.9|3,7580.97|23,7901.115|7,22994123.94|17,-5473.51|16,1939 -12,,11,,,,,,,,,,,,,,,, -24,Mg,,STABLE,,,,,,-13884.70|23,-9316.55|1,-5515.668|21,-28753.0|3,16531.37|16,11692.69|1,8260.709|1,23985041.697|14,-13933.569|13,1920 -12,,12,78.99 %|4,,,,,,,,,,,,,,, -25,Mg,,STABLE,,,,-0.85545 8,+0.201 3,-4276.81|4,-9885.92|6,-3835.0|12,-21215.23|24,7330.53|5,12063.85|5,8223.502|2,24985836.96|5,-13192.78|5,1920 -12,,13,10.00 %|1,,,,,,,,,,,,,,, -26,Mg,,STABLE,,,,,,-4004.39|6,-10614.74|3,-9354|4,-15369.88|6,11093.08|4,14145.7|12,8333.870|1,25982592.97|3,-16214.54|3,1920 -12,,14,11.01 %|3,,,,,,,,,,,,,,, -27,Mg,,9.458 min|12,5.67E2|7.2E-1,?-,100,-0.04107 15,,2610.25|7,-11857.48|12,-9069|4,-10447.78|8,6443.39|4,15015|3,8263.852|2,26984340.63|5,-14586.61|5,1934 -12,,15,,,,,,,,,,,,,,,, -28,Mg,,20.915 h|9,7.53E4|3.24E1,?-,100,,,1831.8|20,-11492.1|21,-14031|10,-5893.3|20,8503.5|20,16790|4,8272.41|7,27983876.6|21,-15018.8|20,1953 -12,,16,,,,,,,,,,,,,,,, -29,Mg,,1.30 s|12,1.3E0|1.2E-1,?-,100,+0.9780 6,,7605|11,-10990|30,-13283|14,-1823|11,3655|12,16903|15,8113.2|4,28988617|12,-10603|11,1971 -12,,17,,,,,,,,,,,,,,,, -30,Mg,,335 ms|17,3.35E-1|1.7E-2,?-,100,,,6981|4,-11790|19,-17358|6,1253|3,6352|12,18853|8,8054.51|11,29990463|4,-8884|3,1971 -12,,18,,,,,,,,,,,,,,,, -31,Mg,,236 ms|20,2.36E-1|2E-2,?-,100,-0.88355 15,,11829|4,-12600|90,-15368|14,4671|4,2310|5,18886|6,7869.19|10,30996648|3,-3122|3,1977 -12,,19,,,?- n,6.2|19,,,,,,,,,,,, -32,Mg,,86 ms|5,8.6E-2|5E-3,?-,100,,,10270|8,-14550|130,-19470|40,6050|4,5778|4,20364|14,7803.84|10,31999110|3,-829|3,1977 -12,,20,,,?- n,5.5|5,,,,,,,,,,,, -33,Mg,,90.5 ms|16,9.05E-2|1.6E-3,?-,100,-0.7456 5,,13460|8,-15860|150,-18820|450,7990|8,2280|4,20970|40,7636.45|9,33005327|3,4962.3|29,1979 -12,,21,,,?- n,14|2,,,,,,,,,,,, -34,Mg,,20 ms|10,2E-2|1E-2,?-,100,,,11324|29,-17380|250,-23360|600,8750|30,4710|29,22750|450,7550.4|8,34008940|30,8323|29,1979 -12,,22,,,?- n,?,,,,,,,,,,,, -35,Mg,,70 ms|40,7E-2|4E-2,?-,100,,,15860|270,-17970|380,-22590|720,10570|270,750|270,23330|660,7356|8,35016790|290,15640|270,1989 -12,,23,,,?- n,52|46,,,,,,,,,,,, -36,Mg,,3.9 ms|13,3.9E-3|1.3E-3,?-,100,,,14430|710,-19040|850#,-25920|970,12530|690,3330|740,25140|960#,7244|19,36021880|740,20380|690,1989 -12,,24,,,?- n,?,,,,,,,,,,,, -37,Mg,,8 ms|4,8E-3|4E-3,n,?,,,18400|720,-20210|920#,-25320|980,14190|710,240|110,25380|970#,7055|19,37030290|750,28210|700,1996 -12,,25,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -38,Mg,,> 260 ns,2.6E-7|5E15,?- 2n,?,,,17860|630#,-21190|720#,#,16190|530#,2210|860#,26750|850#,6928|13#,38036580|540#,34070|500#,2002 -12,,26,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -39,Mg,,< 180 ns,1.8E-7,n,?,,,21620|650#,,#,17990|630#,-130|100#,,6747|13#,39045380|550#,42270|510#, -12,,27,,,,,,,,,,,,,,,, -40,Mg,,> 170 ns,1.7E-7|5E15,?- n,?,,,20760|640#,,#,19630|640#,2000|720#,,6628|13#,40051910|540#,48350|500#,2007 -12,,28,,,?-,?,,,,,,,,,,,, -21,Al,,< 35 ns,3.5E-8,p,?,,,,-10610|1160#,16090|600,,,-2220|600#,6302|28#,21028970|640#,26990|600#, -13,,8,,,,,,,,,,,,,,,, -22,Al,,91.1 ms|5,9.11E-2|5E-4,ec ?+,100,,,-15140|640#,-9260|410#,18600|400#,,16860|720#,-10|400#,6782|18#,22019540|430#,18200|400#,1982 -13,,9,,,?+ p,55|3,,,,,,,,,,,, -,,,,,?+ 2p,1.1|1,,,,,,,,,,,, -,,,,,?+ ?,0.038|17,,,,,,,,,,,, -23,Al,,470 ms|30,4.7E-1|3E-2,ec ?+,100,,,-16950|500#,-8606|11,12221.6|4#,-34660|500#,19520|400#,141.0|5,7335.727|15,23007244.4|4,6748.1|3,1969 -13,,10,,,?+ p,0.46|23,,,,,,,,,,,, -24,Al,,2.053 s|4,2.05E0|4E-3,ec ?+,100,,,-10794|19,-9324.4|11,13884.70|23,-31820|500#,14868.2|4,1864.32|28,7649.582|10,23999947.54|25,-48.86|23,1953 -13,,11,,,?+ ?,0.035|6,,,,,,,,,,,, -,,,,,?+ p,0.0016|3,,,,,,,,,,,, -25,Al,,7.183 s|12,7.18E0|1.2E-2,ec ?+,100,3.6455 12,,-12743|10,-9156.26|12,4276.81|8,-27732|19,16938.43|24,2271.38|7,8021.136|3,24990428.31|7,-8915.97|6,1953 -13,,12,,,,,,,,,,,,,,,, -26,Al,,7.17 x 105|y|24,2.26E13|7.57E11,ec ?+,100,+2.804 4,+0.27 3,-5069.14|8,-9453.56|18,4004.39|7,-24109|10,11365.49|7,6306.34|6,8149.765|3,25986891.86|7,-12210.15|7,1934 -13,,13,,,,,,,,,,,,,,,, -27,Al,,STABLE,,,,+3.6415069 7,+0.1466 10,-4812.36|10,-10091.92|5,-2610.25|6,-18127.16|12,13058.03|8,8271.29|6,8331.553|2,26981538.41|5,-17196.86|5,1922 -13,,14,100 %,,,,,,,,,,,,,,, -28,Al,,2.245 min|2,1.35E2|1.2E-1,?-,100,3.242 5,0.175 14,4642.15|8,-10857.66|8,-1831.8|20,-12537.46|11,7725.10|6,9553.00|9,8309.894|3,27981910.09|8,-16850.64|8,1934 -13,,15,,,,,,,,,,,,,,,, -29,Al,,6.56 min|6,3.94E2|3.6E0,?-,100,,,3687.3|3,-11274.9|12,-7605|11,-4786.3|3,9428.4|3,10477.9|20,8348.464|12,28980453.2|4,-18207.8|3,1939 -13,,16,,,,,,,,,,,,,,,, -30,Al,,3.62 s|6,3.62E0|6E-2,?-,100,3.010 7,,8568.1|29,-11429|5,-6981|4,-2041.1|29,5728.4|29,12551|12,8261.13|10,29982968|3,-15864.8|29,1961 -13,,17,,,,,,,,,,,,,,,, -31,Al,,644 ms|25,6.44E-1|2.5E-2,?-,100,+3.828 5,0.1340 16,7998.3|22,-11858|4,-11829|4,1410.9|22,7157|4,13356|4,8225.52|7,30983949.8|24,-14950.7|22,1971 -13,,18,,,?- n,< 1.6,,,,,,,,,,,, -32,Al,,33.0 ms|2,3.3E-2|2E-4,?-,100,1.959 9,0.024 2,12978|7,-12536|13,-10270|8,3778|7,4220|8,15266|8,8100.34|22,31988084|8,-11099|7,1971 -13,,19,,,?- n,0.7|5,,,,,,,,,,,, -33,Al,,41.7 ms|2,4.17E-2|2E-4,?-,100,4.088 5,? 0.13,12017|7,-13602|10,-13460|8,7509|7,5469|10,14957|8,8020.62|21,32990878|7,-8497|7,1971 -13,,20,,,?- n,8.5|7,,,,,,,,,,,, -34,Al,,56.3 ms|5,5.63E-2|5E-4,?-,100,+2.156 8,,16957|14,-13900|6,-11324|29,9443|3,2574|8,15252|4,7860.43|9,33996779|3,-3000|3,1977 -13,,21,,,?- n,26|4,,,,,,,,,,,, -35,Al,,37.2 ms|8,3.72E-2|8E-4,?-,100,,,14170|40,-14895|16,-15860|270,11662|16,5295|8,15840|30,7787.12|21,34999760|8,-224|7,1979 -13,,22,,,?- n,38|2,,,,,,,,,,,, -36,Al,,90 ms|40,9E-2|4E-2,?-,100,,,18390|170,-15110|150,-14430|710,12270|150,1900|150,16980|310,7624|4,36006390|160,5950|150,1979 -13,,23,,,?- n,< 31,,,,,,,,,,,, -37,Al,,10.7 ms|13,1.07E-2|1.3E-3,?-,100,,,16380|210,-16400|480,-18400|720,14170|190,4210|230,17860|710,7531|5,37010530|190,9810|180,1979 -13,,24,,,?- n,?,,,,,,,,,,,, -38,Al,,7.6 ms|6,7.6E-3|6E-4,?- n,?,,,20380|390,-17900|710,-17860|630,14710|390,1670|420,19290|790,7377|10,38017400|400,16210|370,1989 -13,,25,,,?-,?,,,,,,,,,,,, -39,Al,,7.6 ms|16,7.6E-3|1.6E-3,?- n,?,,,18330|420#,-20010|780#,-21620|650#,16750|410#,3630|550#,20710|640#,7281|10#,39022170|430#,20650|400#,1989 -13,,26,,,?-,?,,,,,,,,,,,, -40,Al,,> 260 ns,2.6E-7|5E15,?- n,?,,,22160|530#,-21140|790#,-20760|640#,17200|420#,1130|560#,21970|650#,7127|10#,40029620|430#,27590|400#,2002 -13,,27,,,?-,?,,,,,,,,,,,, -41,Al,,,,?-,100,,,21300|750#,-22540|850#,#,19920|610#,2240|640#,22220|710#,7008|12#,41035880|540#,33420|500#,2002 -13,,28,,,?- n,?,,,,,,,,,,,, -42,Al,,> 170 ns,1.7E-7|5E15,?- 2n,?,,,23630|780#,,#,19910|820#,1390|780#,,6874|14#,42043050|640#,40100|600#,2007 -13,,29,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -43,AL,,> 170 ns,1.7E-7|5E15,?- 2n,?,,,23920|1000#,,#,22480|940#,1150|1000#,,6741|19#,43050480|860#,47020|800#,2007 -13,,30,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -22,Si,,29 ms|2,2.9E-2|2E-3,ec ?+,100,,,,,15140|640,,,940|780#,6058|23#,22035790|540#,33340|500#,1987 -14,,8,,,?+ p,32|4,,,,,,,,,,,, -23,Si,,42.3 ms|4,4.23E-2|4E-4,ec ?+,100,,,,-10560|500#,16950|500,,17710|710#,1790|640#,6565|22#,23025440|540#,23700|500#,1986 -14,,9,,,ec p,71|3,,,,,,,,,,,, -,,,,,ec 2p,3.6|4,,,,,,,,,,,, -24,Si,,140 ms|8,1.4E-1|8E-3,ec ?+,100,,,-22570|500#,-9157|20,10794|19#,,21020|500#,3292|19,7167.2|8,24011535|21,10745|19,1979 -14,,10,,,?+ p,38|4,,,,,,,,,,,, -25,Si,,220 ms|3,2.2E-1|3E-3,ec ?+,100,,,-15910|400#,-9501|10,12743|10#,-37560|500#,14989|22,3413|10,7480.1|4,25004109|11,3827|10,1963 -14,,11,,,?+ p,35|2,,,,,,,,,,,, -26,Si,,2.2453 s|7,2.25E0|7E-4,ec ?+,100,,,-18110|200#,-9166.0|3,5069.14|13#,-34950|400#,19040|10,5514.01|11,7924.708|4,25992333.80|11,-7141.01|11,1960 -14,,12,,,,,,,,,,,,,,,, -27,Si,,4.15 s|4,4.15E0|4E-2,ec ?+,100,0.8654 3,+0.063 14,-11662|26,-9335.91|19,4812.36|12,-31430|200#,13314.80|15,7463.32|13,8124.341|4,26986704.69|11,-12384.50|11,1939 -14,,13,,,,,,,,,,,,,,,, -28,Si,,STABLE,,,,,,-14345.1|12,-9984.14|1,-4642.15|8,-28842|26,17179.61|11,11584.90|5,8447.744|0,27976926.5350|5,-21492.7943|5,1920 -14,,14,92.223 %|19,,,,,,,,,,,,,,, -29,Si,,STABLE,,,,-0.55529 3,,-4942.2|4,-11127.21|5,-3687.3|3,-22818.7|11,8473.60|0,12333.40|8,8448.635|0,28976494.6652|5,-21895.0784|5,1920 -14,,15,4.685 %|8,,,,,,,,,,,,,,, -30,Si,,STABLE,,,,,,-4232.11|6,-10643.33|4,-8568.1|29,-15551.4|4,10609.20|2,13514.2|3,8520.654|1,29973770.136|23,-24432.960|22,1924 -14,,16,3.092 %|11,,,,,,,,,,,,,,, -31,Si,,157.36 min|26,9.44E3|1.56E1,?-,100,,,1491.50|4,-10787.34|7,-7998.3|22,-10819.50|7,6587.39|4,14373.2|29,8458.291|1,30975363.19|5,-22949.04|4,1934 -14,,17,,,,,,,,,,,,,,,, -32,Si,,153 y|19,4.83E9|6E8,?-,100,,,227.2|3,-11483.8|20,-12978|7,-7708.5|3,9200.0|3,16415.9|23,8481.468|9,31974151.5|3,-24077.7|3,1953 -14,,18,,,,,,,,,,,,,,,, -33,Si,,6.11 s|21,6.11E0|2.1E-1,?-,100,1.21 3,,5823.0|13,-12336|11,-12017|7,-4280.8|7,4508.0|8,16704|7,8361.059|21,32977977.0|7,-20514.3|7,1971 -14,,19,,,,,,,,,,,,,,,, -34,Si,,2.77 s|20,2.77E0|2E-1,?-,100,,,4592|14,-13498|15,-16957|14,-1691|14,7514|14,18748|16,8336.1|4,33978575|15,-19957|14,1971 -14,,20,,,,,,,,,,,,,,,, -35,Si,,0.78 s|12,7.8E-1|1.2E-1,?-,100,-1.638 4,,10470|40,-13690|40,-14170|40,2090|40,2510|40,18680|40,8169.6|10,34984550|40,-14390|40,1971 -14,,21,,,?- n,< 5,,,,,,,,,,,, -36,Si,,0.45 s|6,4.5E-1|6E-2,?-,100,,,7810|70,-14030|70,-18390|170,4350|70,6120|80,19500|70,8112.5|20,35986650|80,-12440|70,1971 -14,,22,,,?- n,< 10,,,,,,,,,,,, -37,Si,,90 ms|60,9E-2|6E-2,?-,100,,,12420|120,-13960|110,-16380|210,5610|110,2210|130,19810|190,7953|3,36992950|120,-6570|110,1979 -14,,23,,,?- n,17|13,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -38,Si,,> 1 ?s,1E-6|5E18,?- n,?,,,10450|130,-14920|110,-20380|390,6750|110,5670|150,21270|210,7892.8|28,37995520|110,-4170|100,1979 -14,,24,,,?-,?,,,,,,,,,,,, -39,Si,,47.5 ms|20,4.75E-2|2E-3,?-,100,,,15090|180,-15740|300,-18330|420,8870|150,1580|170,21180|400,7731|3,39002490|150,2320|140,1979 -14,,25,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -40,Si,,33.0 ms|10,3.3E-2|1E-3,?- n,?,,,13540|380,-17380|770,-22160|530,10130|360,4960|370,22510|530#,7662|9,40005830|370,5430|350,1989 -14,,26,,,?-,?,,,,,,,,,,,, -41,Si,,20.0 ms|25,2E-2|2.5E-3,?-,100,,,17100|570,-18520|890,-21300|750,12160|580,1380|650,22760|680#,7509|14,41013010|600,12120|550,1989 -14,,27,,,?- n,> 0,,,,,,,,,,,, -42,Si,,12.5 ms|35,1.25E-2|3.5E-3,?-,100,,,15460|590#,-20030|710#,-23630|780#,13380|510#,3720|750#,24240|710#,7418|12#,42017680|540#,16470|500#,1990 -14,,28,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -43,Si,,> 60 ns,6E-8|5E15,?- 2n,?,,,18420|810#,-21600|790#,-23920|1000#,14020|670#,1440|780#,24290|850#,7279|14#,43024800|640#,23100|600#,2002 -14,,29,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -44,Si,,> 360 ns,3.6E-7|5E15,?-,100,,,18060|780#,-22260|780#,#,15760|810#,2660|840#,25800|1000#,7174|14#,44030610|640#,28510|600#,2007 -14,,30,,,?- n,?,,,,,,,,,,,, -25,P,,< 30 ns,3E-8,p,100,,,,-9680|720#,15910|400,,21650|640#,-1700|400#,6812|16#,25021190|430#,19740|400#, -15,,10,,,,,,,,,,,,,,,, -26,P,,43.7 ms|6,4.37E-2|6E-4,ec ?+,100,,,-16110|630#,-9650|450#,18110|200#,,16840|450#,140|200#,7198|8#,26011780|210#,10970|200#,1983 -15,,11,,,ec p,36.8|20,,,,,,,,,,,, -,,,,,ec 2p,2.16|24,,,,,,,,,,,, -,,,,,ec ?,0,,,,,,,,,,,, -27,P,,260 ms|80,2.6E-1|8E-2,ec ?+,100,,,-17750|400#,-9895|26,11662|26#,-35870|600#,19770|200#,870|26,7663.4|10,26999224|28,-722|26,1977 -15,,12,,,?+ p,0.07,,,,,,,,,,,, -28,P,,270.3 ms|5,2.7E-1|5E-4,ec ?+,100,0.3115 34,,-11220|160,-9523.8|12,14345.1|12,-32250|400#,14497|26,2052.2|12,7907.48|4,27992326.6|12,-7147.7|12,1953 -15,,13,,,ec p,0.0013|4,,,,,,,,,,,, -,,,,,ec ?,0.00086|25,,,,,,,,,,,, -29,P,,4.142 s|15,4.14E0|1.5E-2,ec ?+,100,1.2346 3,,-13800|50,-10461.8|4,4942.2|3,-29100|160,17876.4|12,2749.0|4,8251.236|12,28981800.4|4,-16952.8|4,1941 -15,,14,,,,,,,,,,,,,,,, -30,P,,2.498 min|4,1.5E2|2.4E-1,ec ?+,100,,,-6141.60|20,-10415.62|9,4232.11|7,-25120|50,11319.3|4,5594.75|7,8353.506|2,29978313.49|7,-20200.85|6,1934 -15,,15,,,,,,,,,,,,,,,, -31,P,,STABLE,,,,+1.130903 17,,-5398.02|23,-9668.60|5,-1491.50|4,-18452.60|21,12311.00|7,7296.55|2,8481.167|0,30973761.9986|7,-24440.5409|7,1920 -15,,16,100 %,,,,,,,,,,,,,,, -32,P,,14.268 d|5,1.23E6|4.32E2,?-,100,-0.2524 3,,1710.66|4,-9879.14|9,-227.2|3,-13333.67|23,7935.65|4,8644.81|6,8464.120|1,31973907.64|4,-24304.87|4,1934 -15,,17,,,,,,,,,,,,,,,, -33,P,,25.35 d|11,2.19E6|9.5E3,?-,100,,,248.5|11,-10554.5|11,-5823.0|13,-8393.1|11,10103.8|11,9548.6|11,8513.81|3,32971725.7|12,-26337.3|11,1951 -15,,18,,,,,,,,,,,,,,,, -34,P,,12.43 s|10,1.24E1|1E-1,?-,100,,,5383.0|8,-11109|3,-4592|14,-6034.2|8,6282.7|14,11323.3|11,8448.185|24,33973645.9|9,-24548.7|8,1945 -15,,19,,,,,,,,,,,,,,,, -35,P,,47.3 s|8,4.73E1|8E-1,?-,100,,,3988.4|19,-12332.0|29,-10470|40,-2997.4|19,8380.4|20,12190|14,8446.25|5,34973314.1|20,-24857.8|19,1971 -15,,20,,,,,,,,,,,,,,,, -36,P,,5.6 s|3,5.6E0|3E-1,?-,100,,,10413|13,-11577|15,-7810|70,524|13,3465|13,13150|40,8307.9|4,35978260|14,-20251|13,1971 -15,,21,,,,,,,,,,,,,,,, -37,P,,2.31 s|13,2.31E0|1.3E-1,?-,100,,,7900|40,-12920|40,-12420|120,3600|40,6820|40,13850|80,8267.6|10,36979610|40,-19000|40,1971 -15,,22,,,,,,,,,,,,,,,, -38,P,,0.64 s|14,6.4E-1|1.4E-1,?-,100,,,12240|70,-14050|70,-10450|130,4200|70,3700|80,15340|130,8147.3|19,37984300|80,-14620|70,1971 -15,,23,,,?- n,12|5,,,,,,,,,,,, -39,P,,0.28 s|4,2.8E-1|4E-2,?-,100,,,10390|120,-14980|110,-15090|180,6020|110,6220|130,15890|150,8098.0|29,38986290|120,-12770|110,1977 -15,,24,,,?- n,26|8,,,,,,,,,,,, -40,P,,150 ms|8,1.5E-1|8E-3,?-,100,,,14720|150,-16490|210,-13540|380,6980|160,3410|190,17720|200,7981|4,39991290|160,-8110|150,1979 -15,,25,,,?- n,15.8|21,,,,,,,,,,,, -41,P,,101 ms|5,1.01E-1|5E-3,?-,100,,,14030|120,-17210|220,-17100|570,9790|120,4940|190,17700|370,7906.6|29,40994650|130,-4980|120,1979 -15,,26,,,?- n,30|10,,,,,,,,,,,, -42,P,,48.5 ms|15,4.85E-2|1.5E-3,?-,100,,,18650|310,-17630|490,-15460|590,11950|310,2080|340,18400|640,7768|7,42001080|340,1010|310,1979 -15,,27,,,?- n,50|20,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -43,P,,36.5 ms|15,3.65E-2|1.5E-3,?- n,100,,,16880|550,-18390|680#,-18420|810,14250|550,4400|640,19080|750#,7690|13,43005020|600,4680|550,1989 -15,,28,,,?-,100,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -44,P,,18.5 ms|25,1.85E-2|2.5E-3,?- n,?,,,19650|500#,-19560|640#,-18060|780#,14570|500#,2300|750#,19940|780#,7567|11#,44011220|540#,10450|500#,1989 -15,,29,,,?-,?,,,,,,,,,,,, -45,P,,> 200 ns,2E-7|5E15,?-,?,,,19590|1150#,-20240|710#,#,16730|500#,2920|710#,20200|780#,7464|11#,45016750|540#,15600|500#,1990 -15,,30,,,,,,,,,,,,,,,, -46,P,,,,?-,100,,,22630|860#,-19550|920#,#,18890|1250#,700|860#,21810|990#,7317|15#,46024660|750#,22970|700#,1990 -15,,31,,,,,,,,,,,,,,,, -26,S,,< 79 ns,7.9E-8,p,?,,,,-8680|780#,16110|630,,,-50|720#,6548|23#,26029070|640#,27080|600#, -16,,10,,,,,,,,,,,,,,,, -27,S,,15.5 ms|15,1.55E-2|1.5E-3,ec ?+,100,,,,-9090|640#,17750|400,,18120|720#,1230|450#,6977|15#,27018280|430#,17030|400#,1986 -16,,11,,,?+ p,2.3|9,,,,,,,,,,,, -,,,,,?+ 2p,1.1|5,,,,,,,,,,,, -28,S,,125 ms|10,1.25E-1|1E-2,ec ?+,100,,,-23440|620#,-9100|160,11220|160#,,21030|430#,2490|160,7479|6,28004370|170,4070|160,1982 -16,,12,,,ec p,20.7|20,,,,,,,,,,,, -29,S,,188 ms|4,1.88E-1|4E-3,ec ?+,100,,,-16320|200,-9410|50,13800|50,-38740|600#,15300|170,3300|50,7748.5|17,28996610|50,-3160|50,1964 -16,,13,,,ec p,47|5,,,,,,,,,,,, -30,S,,1.178 s|5,1.18E0|5E-3,ec ?+,100,,,-18500|200#,-9343.15|23,6141.60|22#,-35290|190,18970|50,4395.4|4,8122.707|7,29984906.77|22,-14059.25|21,1961 -16,,14,,,,,,,,,,,,,,,, -31,S,,2.5534 s|18,2.55E0|1.8E-3,ec ?+,100,0.48793 8,,-12008|3,-9082.94|25,5398.02|23,-31560|200#,13054.6|3,6130.64|24,8281.800|7,30979557.01|25,-19042.52|23,1940 -16,,15,,,,,,,,,,,,,,,, -32,S,,STABLE,,,,,,-12680.9|6,-6947.65|0,-1710.66|4,-27052|3,15044.33|23,8863.96|0,8493.129|0,31972071.1744|14,-26015.5335|13,1920 -16,,16,94.99 %|26,,,,,,,,,,,,,,, -33,S,,STABLE,,,,+0.6438212 14,-0.084 8,-5582.5|4,-7115.69|0,-248.5|11,-21322.5|6,8641.64|0,9569.95|4,8497.630|0,32971458.9098|14,-26585.8543|13,1926 -16,,17,0.75 %|2,,,,,,,,,,,,,,, -34,S,,STABLE,,,,,,-5491.60|4,-7923.64|5,-5383.0|8,-16999.7|4,11417.15|4,10883.3|11,8583.498|1,33967867.01|5,-29931.68|4,1926 -16,,18,4.25 %|24,,,,,,,,,,,,,,, -35,S,,87.37 d|4,7.55E6|3.46E3,?-,100,+1.00 4,+0.0471 9,167.322|26,-8322.09|6,-3988.4|19,-12477.44|5,6985.84|4,11586.5|8,8537.850|1,34969032.32|4,-28846.21|4,1936 -16,,19,,,,,,,,,,,,,,,, -36,S,,STABLE,,,,,,-1142.13|19,-9011.4|3,-10413|13,-9721.92|19,9889.24|19,13095.3|19,8575.389|5,35967080.70|20,-30664.13|19,1938 -16,,20,0.01 %|1,,,,,,,,,,,,,,, -37,S,,5.05 min|2,3.03E2|1.2E0,?-,100,,,4865.12|20,-8807.0|7,-7900|40,-5445.73|20,4303.60|6,13934|13,8459.935|5,36971125.51|21,-26896.42|20,1945 -16,,21,,,,,,,,,,,,,,,, -38,S,,170.3 min|7,1.02E4|4.2E1,?-,100,,,2937|7,-9329|16,-12240|70,-3171|7,8036|7,15150|40,8448.78|19,37971163|8,-26861|7,1958 -16,,22,,,,,,,,,,,,,,,, -39,S,,11.5 s|5,1.15E1|5E-1,?-,100,,,6640|50,-11200|60,-10390|120,-1440|50,4370|50,15830|90,8344.3|13,38975130|50,-23160|50,1971 -16,,23,,,,,,,,,,,,,,,, -40,S,,8.8 s|22,8.8E0|2.2E0,?-,100,,,4720|30,-12830|70,-14720|150,-1109|4,7750|50,17350|110,8329.32|10,39975483|4,-22838|4,1971 -16,,24,,,,,,,,,,,,,,,, -41,S,,1.99 s|5,1.99E0|5E-2,?-,100,,,8300|70,-14860|110,-14030|120,480|30,4242|6,18180|150,8229.63|10,40979593|4,-19009|4,1979 -16,,25,,,?- n,?,,,,,,,,,,,, -42,S,,1.016 s|15,1.02E0|1.5E-2,?-,100,,,7190|60,-15890|100,-18650|310,1600|70,6700|5,19950|120,8193.23|7,41981065|3,-17637.7|28,1979 -16,,26,,,?- n,< 4,,,,,,,,,,,, -43,S,,265 ms|15,2.65E-1|1.5E-2,?-,100,,,11960|60,-16940|140,-16880|550,4560|60,2629|6,20490|310,8063.83|12,42986908|5,-12195|5,1979 -16,,27,,,?- n,40|10,,,,,,,,,,,, -44,S,,100 ms|1,1E-1|1E-3,?-,100,,,11180|140,-17060|350,-19650|500,6880|60,5080|7,21170|550,7996.01|12,43990119|6,-9204|5,1979 -16,,28,,,?- n,18|3,,,,,,,,,,,, -45,S,,68 ms|2,6.8E-2|2E-3,?-,100,,,14270|1040,-18530|1170,-19590|1150,8320|1040,2860|1040,21730|1150#,7882|23,44995720|1110,-3990|1040,1989 -16,,29,,,?- n,54,,,,,,,,,,,, -46,S,,50 ms|8,5E-2|8E-3,?-,100,,,14200|540#,-18550|710#,-22630|860#,10530|520#,3740|1150#,22550|710#,7792|11#,46000360|540#,340|500#,1989 -16,,30,,,,,,,,,,,,,,,, -48,S,,> 200 ns,2E-7|5E15,?-,?,,,17040|780#,-18180|840#,#,14470|720#,2680|780#,24240|1000#,7545|12#,48013700|640#,12760|600#,1990 -16,,32,,,,,,,,,,,,,,,, -29,Cl,,< 20 ns,2E-8,p,? 100,,,,-9000|440#,16320|200,,22420|620#,-1800|100,7159|7,29014130|200,13160|190, -17,,12,,,,,,,,,,,,,,,, -30,Cl,,< 30 ns,3E-8,p,?,,,-16490|280#,-8950|280#,18500|200#,,16790|270#,-310|200#,7480|7#,30004770|210#,4440|200#, -17,,13,,,,,,,,,,,,,,,, -31,Cl,,190 ms|1,1.9E-1|1E-3,ec ?+,100,,,-18360|200#,-8737|27,12008|3#,-36040|210,19550|200#,264|3,7869.21|11,30992448|4,-7035|3,1977 -17,,14,,,ec p,2.4|2,,,,,,,,,,,, -32,Cl,,298 ms|1,2.98E-1|1E-3,ec ?+,100,+1.114 6,,-11134.3|19,-8611.8|13,12680.9|6,-32730|200#,14371|3,1581.1|5,8072.404|18,31985684.6|6,-13334.7|6,1953 -17,,15,,,ec ?,0.054|8,,,,,,,,,,,, -,,,,,ec p,0.026|5,,,,,,,,,,,, -33,Cl,,2.511 s|4,2.51E0|4E-3,ec ?+,100,+0.7549 3,,-11619.0|6,-6475.4|5,5582.5|4,-26874.3|18,15740.0|7,2276.8|4,8304.755|12,32977452.0|4,-21003.3|4,1940 -17,,16,,,,,,,,,,,,,,,, -34,Cl,,1.5266 s|4,1.53E0|4E-4,ec ?+,100,,,-6061.79|6,-6664.14|8,5491.60|7,-23127.1|4,11508.1|4,5143.20|5,8398.970|1,33973762.49|5,-24440.08|5,1934 -17,,17,,,,,,,,,,,,,,,, -35,Cl,,75.76 %|10,,,,+0.8218743 4,-0.08249 2,-5966.2|7,-6997.90|4,-167.32|5,-18706.56|8,12644.76|5,6370.81|4,8520.278|1,34968852.69|4,-29013.53|3,1919 -17,,18,,,,,,,,,,,,,,,, -36,Cl,,3.013 x 105|y|15,9.51E12|4.73E10,?-,98.1|1,+1.28547 5,-0.0180 4,709.53|4,-7642.05|5,1142.13|19,-14546.0|7,8579.79|0,7964.77|3,8521.931|1,35968306.82|4,-29522.00|4,1941 -17,,19,,,ec ?+,1.9|1,,,,,,,,,,,, -37,Cl,,STABLE,,,,+0.6841236 4,-0.06493 2,-813.87|20,-7849.1|11,-4865.12|20,-9601.32|6,10310.85|6,8386.38|19,8570.281|1,36965902.58|5,-31761.54|5,1919 -17,,20,24.24 %|10,,,,,,,,,,,,,,, -38,Cl,,37.24 min|5,2.23E3|3E0,?-,100,2.05 2,,4916.72|22,-7674.3|8,-2937|7,-6921.76|22,6107.88|8,10190.66|21,8505.481|3,37968010.42|10,-29798.10|10,1940 -17,,21,,,,,,,,,,,,,,,, -39,Cl,,56.2 min|6,3.37E3|3.6E1,?-,100,,,3442|5,-7367.3|25,-6640|50,-3156.7|17,8073.4|17,10228|7,8494.40|4,38968008.2|19,-29800.2|17,1949 -17,,22,,,,,,,,,,,,,,,, -40,Cl,,1.35 min|2,8.1E1|1.2E0,?-,100,,,7480|30,-9730|30,-4720|30,-2390|30,5830|30,11680|60,8427.8|8,39970420|30,-27560|30,1956 -17,,23,,,,,,,,,,,,,,,, -41,Cl,,38.4 s|8,3.84E1|8E-1,?-,100,,,5760|70,-10740|80,-8300|70,-340|70,7820|80,11760|70,8413.0|17,40970680|70,-27310|70,1971 -17,,24,,,,,,,,,,,,,,,, -42,Cl,,6.8 s|3,6.8E0|3E-1,?-,100,,,9590|60,-12640|90,-7190|60,160|60,5600|90,13110|60,8345.9|14,41973340|60,-24830|60,1971 -17,,25,,,,,,,,,,,,,,,, -43,Cl,,3.13 s|9,3.13E0|9E-2,?-,100,,,7850|60,-13810|130,-11960|60,2190|60,7400|90,13810|60,8323.9|14,42974060|70,-24160|60,1976 -17,,26,,,,,,,,,,,,,,,, -44,Cl,,0.56 s|11,5.6E-1|1.1E-1,?-,100,-0.5498 4,,12290|140,-14700|210,-11180|140,3550|140,4300|150,15480|140,8232|3,43978120|150,-20380|140,1979 -17,,27,,,?- n,< 8,,,,,,,,,,,, -45,Cl,,413 ms|25,4.13E-1|2.5E-2,?-,100,,,11510|140,-15710|180,-14270|1040,6340|140,5950|190,16350|140,8182|3,44980390|150,-18260|140,1979 -17,,28,,,?- n,24|4,,,,,,,,,,,, -46,Cl,,232 ms|2,2.32E-1|2E-3,?-,100,,,15910|210,-17290|380,-14200|540,7840|210,3670|250,17160|1060,8083|5,45985120|220,-13860|210,1989 -17,,29,,,?- n,60|9,,,,,,,,,,,, -47,Cl,,101 ms|6,1.01E-1|6E-3,?-,100,,,15590|400#,-16880|680#,-17150|640#,11920|400#,3990|450#,17410|640#,7996|9#,46989500|430#,-9780|400#,1989 -17,,30,,,?- n,> 0|LT 3,,,,,,,,,,,, -48,Cl,,? 200 ns,2E-7|5E15,?-,?,,,18000|590#,-17160|710#,-17040|780#,13010|500#,2570|640#,18940|710#,7883|10#,47995400|540#,-4280|500#,1989 -17,,31,,,,,,,,,,,,,,,, -49,Cl,,? 170 ns,1.7E-7|5E15,?-,?,,,18130|720#,-17080|780#,-20150|900#,15150|670#,2850|780#,19110|850#,7781|12#,49001010|640#,940|600#,1989 -17,,32,,,,,,,,,,,,,,,, -50,CL,,> 620 ns,6.2E-7|5E15,?-,?,,,21070|780#,-17650|920#,#,16860|720#,1270|850#,20640|900#,7651|12#,50008310|640#,7740|600#,2009 -17,,33,,,?- n,?,,,,,,,,,,,, -51,Cl,,> 200 ns,2E-7|5E15,?-,?,,,20980|920#,-17840|1060#,#,19550|860#,1520|920#,,7530|14#,51015340|750#,14290|700#,1990 -17,,34,,,,,,,,,,,,,,,, -30,Ar,,< 10 ps,1E-11,2p,100,,,,-8570|630#,16490|280,,,-480|160,6904|7,30022470|220,20930|210, -18,,12,,,,,,,,,,,,,,,, -31,Ar,,14.4 ms|6,1.44E-2|6E-4,ec,100,,,,-8130|450#,18360|200,,17680|290#,410|280#,7252|6#,31012160|210#,11320|200#,1986 -18,,13,,,?+ p,63|7,,,,,,,,,,,, -,,,,,?+ 2p,7.2|11,,,,,,,,,,,, -,,,,,ec 3p,2.1|10,,,,,,,,,,,, -32,Ar,,98 ms|2,9.8E-2|2E-3,ec ?+,100,,,-23300|400#,-8700|160,11134.3|19#,,21600|200#,2455|4,7700.01|5,31997637.8|19,-2200.4|18,1977 -18,,14,,,ec p,35.58|22,,,,,,,,,,,, -33,Ar,,173.0 ms|20,1.73E-1|2E-3,ec ?+,100,-0.723 6,,-16430|200#,-8650|50,11619.0|6#,-38550|400#,15255.3|18,3338.6|7,7928.955|12,32989925.5|4,-9384.3|4,1964 -18,,15,,,ec p,38.7|10,,,,,,,,,,,, -34,Ar,,843.8 ms|4,8.44E-1|4E-4,ec ?+,100,,,-17160|200#,-6743.95|22,6061.79|9#,-33490|200#,17065.3|4,4663.9|4,8197.672|2,33980270.09|8,-18378.29|8,1966 -18,,16,,,,,,,,,,,,,,,, -35,Ar,,1.7756 s|10,1.78E0|1E-3,ec ?+,100,+0.6322 2,-0.084 15,-11874.4|9,-6429.7|7,5966.2|7,-29900|200#,12740.3|7,5896.2|7,8327.461|19,34975257.7|7,-23047.3|7,1940 -18,,17,,,,,,,,,,,,,,,, -36,Ar,,STABLE,,,,,,-12814.5|3,-6640.92|3,-709.53|4,-27130.0|5,15255.6|7,8506.98|4,8519.909|1,35967545.105|28,-30231.540|27,1920 -18,,18,0.3336 %|21,,,,,,,,,,,,,,, -37,Ar,,35.011 d|19,3.02E6|1.64E3,ec,100,+1.145 5,+0.076 9,-6147.46|23,-6786.73|21,813.87|21,-21601.9|4,8787.44|21,8714.63|21,8527.139|6,36966776.31|22,-30947.66|21,1941 -18,,19,,,,,,,,,,,,,,,, -38,Ar,,STABLE,,,,,,-5914.07|4,-7208.05|20,-4916.72|22,-17985.94|22,11838.47|28,10242.25|20,8614.280|5,37962732.10|21,-34714.82|19,1934 -18,,20,0.0629 %|7,,,,,,,,,,,,,,, -39,Ar,,269 y|3,8.49E9|9.47E7,?-,100,-1.588 15,-0.12 3,565|5,-6821|5,-3442|5,-12513|5,6599|5,10733|5,8562.60|13,38964313|5,-33242|5,1950 -18,,21,,,,,,,,,,,,,,,, -40,Ar,,STABLE,,,,,,-1504.40|6,-6800.68|19,-7480|30,-9304.02|0,9869|5,12528.7|17,8595.259|0,39962383.1238|23,-35039.8946|22,1920 -18,,22,99.6035 %|25,,,,,,,,,,,,,,, -41,Ar,,109.61 min|4,6.58E3|2.4E0,?-,100,-1.309 8,-0.042 4,2492.0|3,-8596.0|4,-5760|70,-7603.3|3,6098.9|3,12800|30,8534.372|8,40964500.6|4,-33067.5|3,1936 -18,,23,,,,,,,,,,,,,,,, -42,Ar,,32.9 y|11,1.04E9|3.47E7,?-,100,,,599|6,-9986|9,-9590|60,-6934|6,9426|6,14400|70,8555.61|14,41963046|6,-34423|6,1952 -18,,24,,,,,,,,,,,,,,,, -43,Ar,,5.37 min|6,3.22E2|3.6E0,?-,100,-1.021 6,+0.142 14,4566|5,-11270|50,-7850|60,-5059|5,5658|8,14470|60,8488.24|12,42965636|6,-32010|5,1969 -18,,25,,,,,,,,,,,,,,,, -44,Ar,,11.87 min|5,7.12E2|3E0,?-,100,,,3108.2|16,-12260|4,-12290|140,-4169.2|16,8735|6,15800|60,8493.84|4,43964923.8|17,-32673.3|16,1969 -18,,26,,,,,,,,,,,,,,,, -45,Ar,,21.48 s|15,2.15E1|1.5E-1,?-,100,,,6844.8|7,-13187|4,-11510|140,-2060.6|7,5168.9|17,16680|140,8419.952|11,44968039.7|5,-29770.8|5,1974 -18,,27,,,,,,,,,,,,,,,, -46,Ar,,8.4 s|6,8.4E0|6E-1,?-,100,,,5641.0|13,-14560|3,-15910|210,-1228.6|12,8073.4|12,18800|140,8412.419|24,45968037.4|12,-29772.9|11,1974 -18,,28,,,,,,,,,,,,,,,, -47,Ar,,1.23 s|3,1.23E0|3E-2,?-,100,,,10345.6|18,-15596|5,-15590|400,1976.3|13,3664.7|16,18800|210,8311.404|24,46972768.1|12,-25366.3|11,1985 -18,,29,,,?- n,< 0.2,,,,,,,,,,,, -48,Ar,,475 ms|40,4.75E-1|4E-2,?-,100,,,10000|310,-15500|310,-18000|590,5360|310,4990|310,19790|500#,8242|6,47976080|330,-22280|310,2004 -18,,30,,,,,,,,,,,,,,,, -49,Ar,,170 ms|50,1.7E-1|5E-2,?-,100,,,12420|400#,-15620|1110#,-18130|720#,7020|400#,2980|500#,20200|640#,8135|8#,48981550|430#,-17190|400#,1989 -18,,31,,,?- n,65|20,,,,,,,,,,,, -50,Ar,,106 ms|6,1.06E-1|6E-3,?-,100,,,12400|500#,-16090|710#,-21070|780#,8210|500#,4210|640#,21560|780#,8056|10#,49985690|540#,-13330|500#,1989 -18,,32,,,?- n,37|7,,,,,,,,,,,, -51,Ar,,> 80 ms,8E-2|5E21,?-,?,,,15830|600#,-16480|780#,-20980|920#,10970|600#,1430|780#,21720|850#,7926|12#,50992820|640#,-6690|600#,1989 -18,,33,,,,,,,,,,,,,,,, -52,Ar,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,15860|600#,-16470|850#,#,13160|600#,2660|850#,22860|920#,7825|12#,51998630|640#,-1280|600#,2009 -18,,34,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -53,Ar,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,19090|710#,-16730|970#,#,15860|700#,0|920#,,7677|13#,53007290|750#,6790|700#,2009 -18,,35,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -33,K,,< 25 ns,2.5E-8,p,?,,,,-8540|270#,16430|200,,22130|450#,-1950|200#,7407|6#,33007560|210#,7040|200#, -19,,14,,,,,,,,,,,,,,,, -34,K,,< 25 ns,2.5E-8,p,?,,,-15070|360#,-8090|280#,17160|200#,,16330|280#,-870|200#,7670|6#,33998690|210#,-1220|200#, -19,,15,,,,,,,,,,,,,,,, -35,K,,178 ms|8,1.78E-1|8E-3,ec ?+,100,+0.392 7,,-15960|200#,-6563|3,11874.4|9#,-33100|300#,18020|200#,83.6|5,7965.840|15,34988005.4|5,-11172.9|5,1976 -19,,16,,,ec p,0.37|15,,,,,,,,,,,, -36,K,,341 ms|3,3.41E-1|3E-3,ec ?+,100,+0.548 1,,-10970|40,-6507.3|6,12814.5|3,-30280|200#,14315.5|6,1658.7|8,8142.219|9,35981302.0|4,-17417.1|3,1967 -19,,17,,,ec p,0.048|14,,,,,,,,,,,, -,,,,,ec ?,0.0034|13,,,,,,,,,,,, -37,K,,1.225 s|7,1.23E0|7E-3,ec ?+,100,+0.20321 6,0.106 4,-11664.1|6,-6221.8|4,6147.46|23,-26420|40,15454.4|3,1857.63|9,8339.847|3,36973375.89|10,-24800.20|9,1958 -19,,18,,,,,,,,,,,,,,,, -38,K,,7.636 min|18,4.58E2|1.08E0,ec ?+,100,+1.371 6,,-6742.26|6,-6785.59|20,5914.07|28,-23736.0|7,12071.87|22,5142.06|28,8438.058|5,37969081.12|21,-28800.75|19,1937 -19,,19,,,,,,,,,,,,,,,, -39,K,,STABLE,,,,+0.39146616 33,+0.0585 6,-6524.5|6,-7218.58|4,-565|5,-19820.01|19,13077.75|20,6381.34|19,8557.025|0,38963706.487|5,-33807.190|5,1921 -19,,20,93.2581 %|44,,,,,,,,,,,,,,, -40,K,,1.248 x 109|y|3,3.94E16|9.47E13,?-,89.28|13,-1.298100 3,-0.061 5,1310.89|6,-6438.40|7,1504.40|6,-14324.1|6,7799.62|6,7582|5,8538.090|1,39963998.17|6,-33535.49|6,1935 -19,,21,0.0117 %|1,,ec ?+,10.72|13,,,,,,,,,,,, -41,K,,STABLE,,,,+0.21487009 22,+0.0711 5,-421.65|14,-6222.92|5,-2492.0|3,-8784.48|2,10095.37|6,7808.62|0,8576.072|0,40961825.258|4,-35559.543|4,1921 -19,,22,6.7302 %|44,,,,,,,,,,,,,,, -42,K,,12.355 h|7,4.45E4|2.52E1,?-,100,-1.1388 57,,3525.22|18,-7648.84|14,-599|6,-7955.45|17,7533.80|11,9243.5|4,8551.256|3,41962402.31|11,-35022.03|11,1935 -19,,23,,,,,,,,,,,,,,,, -43,K,,22.3 h|1,8.03E4|3.6E2,?-,100,+0.1633 8,,1833.4|5,-9200.1|18,-4566|5,-6099.5|4,9624.7|4,9442|6,8576.220|10,42960734.7|4,-36575.4|4,1949 -19,,24,,,,,,,,,,,,,,,, -44,K,,22.13 min|19,1.33E3|1.14E1,?-,100,-0.856 4,,5687.2|5,-10650|30,-3108.2|16,-5444.0|5,7277.4|6,11061|5,8546.701|10,43961587.0|4,-35781.5|4,1954 -19,,25,,,,,,,,,,,,,,,, -45,K,,17.81 min|61,1.07E3|3.66E1,?-,100,+0.1734 8,,4196.5|6,-11730|70,-6844.8|7,-3218.3|6,8905.5|7,11231.3|17,8554.674|12,44960691.5|6,-36615.6|5,1964 -19,,26,,,,,,,,,,,,,,,, -46,K,,105 s|10,1.05E2|1E1,?-,100,,,7725.4|23,-13010|60,-5641.0|13,-2673.1|8,6869.6|9,12932.1|9,8518.042|16,45961981.6|8,-35413.9|7,1965 -19,,27,,,,,,,,,,,,,,,, -47,K,,17.50 s|24,1.75E1|2.4E-1,?-,100,+1.933 9,,6632.4|26,-13980|60,-10345.6|18,-643.9|26,8369.4|16,13228.0|18,8514.88|3,46961661.6|15,-35712.0|14,1964 -19,,28,,,,,,,,,,,,,,,, -48,K,,6.8 s|2,6.8E0|2E-1,?-,100,,,11940.2|8,-14320|140,-10000|310,1988.6|23,4643.8|16,14207.1|14,8434.232|16,47965341.2|8,-32284.5|8,1972 -19,,29,,,?- n,1.14|15,,,,,,,,,,,, -49,K,,1.26 s|5,1.26E0|5E-2,?-,100,,,11688.3|8,-13770|140,-12420|400,6541.8|8,5398.3|11,14620|310,8372.274|16,48968210.8|9,-29611.5|8,1972 -19,,30,,,?- n,86|9,,,,,,,,,,,, -50,K,,472 ms|4,4.72E-1|4E-3,?-,100,,,13861|8,-14290|210,-12400|500,7501|8,4188|8,15830|400#,8288.58|15,49972380|8,-25728|8,1972 -19,,31,,,?- n,29|3,,,,,,,,,,,, -51,K,,365 ms|5,3.65E-1|5E-3,?-,100,,,13816|13,-15160|400#,-15830|600,9002|13,4860|15,16470|500#,8221.35|26,50975828|14,-22516|13,1983 -19,,32,,,?- n,47|5,,,,,,,,,,,, -52,K,,110 ms|6,1.1E-1|6E-3,?-,100,,,17130|30,-15280|500#,-15860|600,11120|30,2690|40,17740|600#,8115.0|6,51981600|40,-17140|30,1983 -19,,33,,,?- n,74|9,,,,,,,,,,,, -,,,,,?- 2n,2.3|3,,,,,,,,,,,, -53,K,,30 ms|5,3E-2|5E-3,?-,100,,,17090|120,-15660|610#,-19090|710,13900|110,3230|120,18300|610#,8022.8|21,52986800|120,-12300|110,1983 -19,,34,,,?- n,? 67,,,,,,,,,,,, -,,,,,?- 2n,? 17,,,,,,,,,,,, -54,K,,10 ms|5,1E-2|5E-3,?-,100,,,20160|600#,-15170|850#,#,16310|600#,780|610#,19080|920#,7889|11#,53994630|640#,-5000|600#,1983 -19,,35,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -55,K,,> 360 ns,3.6E-7|5E15,?- n,?,,,19060|760#,-16010|990#,#,17800|700#,2360|920#,,7788|13#,55000760|750#,710|700#,2009 -19,,36,,,?-,?,,,,,,,,,,,, -56,K,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,21820|890#,,#,18210|850#,850|1060#,,7664|14#,56008510|860#,7930|800#,2009 -19,,37,,,?-,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -34,Ca,,< 35 ns,3.5E-8,2p,?,,,,-9500|360#,15070|360,,,480|360#,7204|9#,34014870|320#,13850|300#, -20,,14,,,p,?,,,,,,,,,,,, -35,Ca,,25.7 ms|2,2.57E-2|2E-4,ec ?+,100,,,,-8960|280#,15960|200,,17130|360#,1280|280#,7487|6#,35005140|210#,4790|200#,1985 -20,,15,,,ec p,95.9|14,,,,,,,,,,,, -,,,,,ec 2p,4.1|6,,,,,,,,,,,, -36,Ca,,101.2 ms|20,1.01E-1|2E-3,ec ?+,100,,,-21800|300#,-6680|40,10970|40#,,19310|200#,2570|40,7815.9|11,35993070|40,-6450|40,1977 -20,,16,,,ec p,51.2|10,,,,,,,,,,,, -37,Ca,,181.1 ms|10,1.81E-1|1E-3,ec ?+,100,,,-16660|300#,-6176.7|7,11664.1|6#,-36560|300#,14760|40,3008.0|7,8003.456|17,36985897.9|7,-13136.1|6,1964 -20,,17,,,ec p,82.1|7,,,,,,,,,,,, -38,Ca,,440 ms|12,4.4E-1|1.2E-2,ec ?+,100,,,-17810|200#,-6105.12|21,6742.26|27#,-33650|300#,16993.7|7,4547.27|22,8240.043|5,37976319.23|21,-22058.50|19,1966 -20,,18,,,,,,,,,,,,,,,, -39,Ca,,859.6 ms|14,8.6E-1|1.4E-3,ec ?+,100,1.02168 12,0.040 6,-13110|24,-6660.3|9,6524.5|6,-31100|200#,13295.5|6,5770.9|6,8369.670|15,38970710.8|6,-27282.7|6,1943 -20,,19,,,,,,,,,,,,,,,, -40,Ca,,STABLE,,,,,,-14323.0|28,-7039.76|3,-1310.89|6,-28745|24,15635.0|6,8328.16|2,8551.303|1,39962590.865|22,-34846.384|21,1922 -20,,20,96.94 %|16,,,,,,,,,,,,,,, -41,Ca,,9.94 x 104|y|15,3.14E12|4.73E10,ec,100,-1.594781 9,-0.0665 18,-6495.48|16,-6615.14|25,421.65|14,-22685.9|28,8362.82|14,8891.37|15,8546.706|3,40962277.92|15,-35137.89|14,1939 -20,,21,,,,,,,,,,,,,,,, -42,Ca,,STABLE,,,,,,-6426.09|10,-6257.34|25,-3525.22|18,-17976.15|16,11480.67|6,10276.67|15,8616.563|4,41958617.83|16,-38547.24|15,1934 -20,,22,0.647 %|23,,,,,,,,,,,,,,, -43,Ca,,STABLE,,,,-1.31726 60,-0.0408 8,-2220.7|19,-7592|5,-1833.4|5,-14358.99|20,7932.89|17,10675.77|25,8600.663|5,42958766.43|24,-38408.82|23,1934 -20,,23,0.135 %|10,,,,,,,,,,,,,,, -44,Ca,,STABLE,,,,,,-3652.7|18,-8853.7|3,-5687.2|5,-13351.9|19,11131.17|23,12182.3|5,8658.175|7,43955481.5|3,-41468.7|3,1922 -20,,24,2.09 %|11,,,,,,,,,,,,,,, -45,Ca,,162.61 d|9,1.4E7|7.78E3,?-,100,-1.3274 14,+0.046 14,259.7|7,-10169.6|5,-4196.5|6,-11067.5|18,7414.82|17,12319.6|6,8630.545|8,44956186.3|4,-40812.2|4,1940 -20,,25,,,,,,,,,,,,,,,, -46,Ca,,STABLE,,,,,,-1378.1|23,-11142|6,-7725.4|23,-10138.8|23,10398.5|23,13812.7|23,8668.98|5,45953688.0|24,-43139.4|22,1938 -20,,26,0.004 %|3,,,,,,,,,,,,,,, -47,Ca,,4.536 d|3,3.92E5|2.59E2,?-,100,-1.38 3,+0.021 4,1992.2|12,-12760|6,-6632.4|26,-8654.5|23,7276.37|27,14219.5|23,8639.35|5,46954541.4|24,-42344.4|22,1951 -20,,27,,,,,,,,,,,,,,,, -48,Ca,,1.9 x 1019|y|+45-8,6E26|8.36E26,2?-,75|+25-38,,,279|5,-13976.3|16,-11940.2|8,-7959.3|19,9951.5|22,15801.6|14,8666.686|2,47952522.90|10,-44224.63|10,1938 -20,,28,0.187 %|21,,2?-,69|31,,,,,,,,,,,, -,,,,,?-,25|+38-25,,,,,,,,,,,, -49,Ca,,8.718 min|6,5.23E2|3.6E-1,?-,100,-1.38 6,,5261.5|27,-13953.9|5,-11688.3|8,-4867|5,5146.45|18,16304.3|8,8594.844|4,48955662.87|22,-41299.76|20,1950 -20,,29,,,,,,,,,,,,,,,, -50,Ca,,13.9 s|6,1.39E1|6E-1,?-,100,,,4958|15,-12241.2|19,-13861|8,-1099|3,6360.8|16,17266.7|18,8550.16|3,49957499.2|17,-39589.2|16,1964 -20,,30,,,,,,,,,,,,,,,, -51,Ca,,10.0 s|8,1E1|8E-1,?-,100,,,6896|20,-13390.9|12,-13816|13,144|15,4814.4|17,17893|8,8476.913|10,50960995.7|6,-36332.3|5,1980 -20,,31,,,?- n,?,,,,,,,,,,,, -52,Ca,,4.6 s|3,4.6E0|3E-1,?-,100,,,6180|80,-14410|310,-17130|30,891|20,6005.3|8,19039|13,8429.381|13,51963213.6|7,-34266.3|7,1985 -20,,32,,,?- n,?,,,,,,,,,,,, -53,Ca,,461 ms|90,4.61E-1|9E-2,?-,100,,,9520|100,-14620|400#,-17090|120,2980|90,3190|40,19540|60,8330.6|8,52968450|50,-29390|40,1983 -20,,33,,,?- n,40|10,,,,,,,,,,,, -54,Ca,,107 ms|14,1.07E-1|1.4E-2,?-,100,,,8730|280,-14260|500#,-20160|600,5670|110,3840|70,20150|120,8247.5|9,53972990|50,-25160|50,1997 -20,,34,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -55,Ca,,22 ms|2,2.2E-2|2E-3,?-,100,,,11810|540#,-14080|670#,-19060|760#,7470|400#,1260|300#,20640|670#,8120|5#,54980300|320#,-18350|300#,1997 -20,,35,,,?- n,?,,,,,,,,,,,, -56,Ca,,11 ms|2,1.1E-2|2E-3,?-,100,,,10950|710#,-15040|720#,-21820|900#,8190|600#,3620|500#,21890|800#,8040|7#,55985080|430#,-13900|400#,1997 -20,,36,,,?- n,?,,,,,,,,,,,, -57,CA,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,14120|1360#,-16090|800#,#,9910|710#,1050|560#,22090|890#,7917|7#,56992620|430#,-6870|400#,2009 -20,,37,,,?-,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -58,CA,,> 620 ns,6.2E-7|5E15,?- n,?,,,12960|640#,,#,11010|1400#,3120|640#,,7835|9#,57997940|540#,-1920|500#,2009 -20,,38,,,?-,?,,,,,,,,,,,, -38,Sc,,,,p,?,,,-15120|360#,-5450|280#,17810|200#,,15840|360#,-1600|200#,7751|5#,37995440|210#,-4250|200#, -21,,17,,,,,,,,,,,,,,,, -39,Sc,,< 300 ns,3E-7,p,100,,,-16370|200#,-5425|24,13110|24#,-33110|300#,17990|200#,-597|24,8013.5|6,38984785|26,-14173|24,1988 -21,,18,,,,,,,,,,,,,,,, -40,Sc,,182.3 ms|7,1.82E-1|7E-4,ec ?+,100,,,-11670|160,-5531.2|28,14323.0|28,-30790|200#,14422|24,529.6|29,8173.67|7,39977967|3,-20523.3|28,1955 -21,,19,,,ec p,0.44|7,,,,,,,,,,,, -,,,,,ec ?,0.017|5,,,,,,,,,,,, -41,Sc,,596.3 ms|17,5.96E-1|1.7E-3,ec ?+,100,+5.4305 18,-0.156 3,-12945|28,-6267.13|13,6495.48|16,-27860|160,16190.4|28,1085.00|8,8369.198|2,40969251.10|9,-28642.41|8,1941 -21,,20,,,,,,,,,,,,,,,, -42,Sc,,680.79 ms|28,6.81E-1|2.8E-4,ec ?+,100,,,-7016.48|22,-5745.31|26,6426.09|22,-24495|28,11550.06|16,4272.23|10,8444.933|4,41965516.52|18,-32121.15|17,1955 -21,,21,,,,,,,,,,,,,,,, -43,Sc,,3.891 h|12,1.4E4|4.32E1,ec ?+,100,+4.528 10,-0.27 5,-6867|7,-4805.8|19,2220.7|19,-19154.7|19,12138.3|19,4929.8|19,8530.82|4,42961150.5|20,-36188.1|19,1935 -21,,22,,,,,,,,,,,,,,,, -44,Sc,,3.97 h|4,1.43E4|1.44E2,ec ?+,100,+2.499 5,+0.16 4,-267.4|19,-6705.4|18,3652.7|18,-16566|7,9699.2|25,6696.1|17,8557.38|4,43959402.9|19,-37816.0|18,1937 -21,,23,,,,,,,,,,,,,,,, -45,Sc,,STABLE,,,,+4.756487 2,-0.22 1,-2062.1|5,-7937.3|7,-259.7|8,-11594.6|10,11327.2|19,6892.2|7,8618.931|15,44955907.5|7,-41071.9|7,1923 -21,,24,100 %,,,,,,,,,,,,,,, -46,Sc,,83.79 d|4,7.24E6|3.46E3,?-,100,3.03 2,+0.119 6,2366.6|7,-9164.1|7,1378.1|23,-10822.7|5,8760.64|10,8238.0|7,8622.012|15,45955167.5|7,-41761.2|7,1936 -21,,25,,,,,,,,,,,,,,,, -47,Sc,,3.3492 d|6,2.89E5|5.18E1,?-,100,+5.34 2,-0.22 3,600.8|19,-10186.1|20,-1992.2|29,-8280.1|19,10646.7|20,8486.2|12,8665.09|4,46952402.7|21,-44336.6|19,1945 -21,,26,,,,,,,,,,,,,,,, -48,Sc,,43.67 h|9,1.57E5|3.24E2,?-,100,,,3989|5,-11147|5,-279|5,-7638|5,8239|5,9448|5,8656.20|10,47952223|5,-44504|5,1937 -21,,27,,,,,,,,,,,,,,,, -49,Sc,,57.18 min|13,3.43E3|7.8E0,?-,100,,,2002.5|27,-12370.5|27,-5261.5|27,-6139.9|27,10129|6,9625.6|27,8686.26|5,48950014.4|29,-46561.3|27,1940 -21,,28,,,,,,,,,,,,,,,, -50,Sc,,102.5 s|5,1.02E2|5E-1,?-,100,,,6884|15,-11558|15,-4958|15,-4055|15,6057|15,10537|15,8633.7|3,49952176|16,-44547|15,1959 -21,,29,,,,,,,,,,,,,,,, -51,Sc,,12.4 s|1,1.24E1|1E-1,?-,100,,,6504|20,-9942|20,-6896|20,132|20,6753|25,10928|20,8596.8|4,50953592|21,-43229|20,1966 -21,,30,,,,,,,,,,,,,,,, -52,Sc,,8.2 s|2,8.2E0|2E-1,?-,100,,,9030|80,-10580|80,-6180|80,1220|80,5290|80,11400|80,8533.1|16,51956580|90,-40440|80,1980 -21,,31,,,,,,,,,,,,,,,, -53,Sc,,2.6 s|4,2.6E0|4E-1,?-,100,,,7920|140,-11720|90,-9520|100,2490|90,6530|120,11930|90,8495.4|18,52958230|100,-38910|90,1980 -21,,32,,,?- n,?,,,,,,,,,,,, -54,Sc,,526 ms|15,5.26E-1|1.5E-2,?-,100,,,11730|280,-10590|270,-8730|280,4870|290,3060|290,11790|280,8395|5,53963620|290,-33890|270,1990 -21,,33,,,?- n,16|9,,,,,,,,,,,, -55,Sc,,105 ms|6,1.05E-1|6E-3,?-,100,,,11510|480,-10070|450,-11810|540,7390|460,4340|530,12290|460,8321|8,54967620|490,-30160|450,1990 -21,,34,,,?- n,?,,,,,,,,,,,, -56,Sc,,26 ms|6,2.6E-2|6E-3,?-,100,,,14470|600,-10140|590,-10950|710,8740|610,2760|740,13790|660#,8222|10,55973320|630,-24850|590,1997 -21,,35,,,?- n,?,,,,,,,,,,,, -57,Sc,,13 ms|4,1.3E-2|4E-3,?-,100,,,12920|1330,-11130|1310,-14120|1360,10250|1310,4210|1430,14390|1360#,8151|23,56977460|1400,-21000|1300,1997 -21,,36,,,?- n,?,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -58,SC,,12 ms|5,1.2E-2|5E-3,?-,100,,,16230|450#,-12300|720#,-12960|640#,10970|470#,1950|1360#,15290|560#,8045|7#,57984030|430#,-14880|400#,1997 -21,,37,,,?- n,?,,,,,,,,,,,, -59,SC,,> 360 ns,3.6E-7|5E15,?- n,?,,,15210|450#,-13430|800#,#,12740|450#,3500|560#,15670|640#,7967|7#,58988940|430#,-10300|400#,2009 -21,,38,,,?-,?,,,,,,,,,,,, -61,SC,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,17280|720#,,#,15190|670#,3090|780#,,7787|10#,61001000|640#,930|600#,2009 -21,,40,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -38,Ti,,,,2p,?,,,,-5410|420#,15120|360,,,-60|420#,7332|8#,38011670|320#,10870|300#, -22,,16,,,,,,,,,,,,,,,, -39,Ti,,31 ms|+6-4,3.1E-2|5E-3,ec p ec 2p,100,,,,-5010|280#,16370|200,,16740|360#,840|280#,7574|5#,39002360|210#,2200|200#,1990 -22,,17,,,ec ?+,100,,,,,,,,,,,, -,,,,,ec p,93.7|28,,,,,,,,,,,, -,,,,,ec 2p,14,,,,,,,,,,,, -40,Ti,,53.3 ms|15,5.33E-2|1.5E-3,ec p,100,,,-21020|340#,-4820|160,11670|160#,,19120|260#,1970|160,7862|4,39990500|170,-8850|160,1982 -22,,18,,,ec ?+,100,,,,,,,,,,,, -41,Ti,,81.9 ms|5,8.19E-2|5E-4,ec p,? 100,,,-16020|200#,-4986|28,12945|28#,-35940|300#,14920|160,2463|28,8034.4|7,40983150|30,-15698|28,1964 -22,,19,,,ec ?+,100,,,,,,,,,,,, -42,Ti,,208.65 ms|80,2.09E-1|8E-4,ec ?+,100,,,-17480|200#,-5471.1|3,7016.5|3#,-33500|200#,17478|28,3751.23|27,8259.247|7,41973049.0|3,-25104.67|28,1964 -22,,20,,,,,,,,,,,,,,,, -43,Ti,,509 ms|5,5.09E-1|5E-3,ec ?+,100,0.85 2,,-11400|40,-4463|7,6867|7,-29770|200#,12288|7,4489|7,8352.93|17,42968523|8,-29321|7,1948 -22,,21,,,ec p,?,,,,,,,,,,,, -44,Ti,,59.1 y|3,1.87E9|9.47E6,ec,100,,,-13430|180,-5127.1|7,267.4|19,-27700|40,16299|7,8649.4|20,8533.520|16,43959690.0|8,-37548.6|7,1954 -22,,22,,,,,,,,,,,,,,,, -45,Ti,,184.8 min|5,1.11E4|3E1,ec ?+,100,0.095 2,0.015 15,-7123.82|21,-6296.9|8,2062.1|11,-22960|180,9532.6|11,8482.8|19,8555.722|19,44958121.2|9,-39009.8|8,1941 -22,,23,,,,,,,,,,,,,,,, -46,Ti,,STABLE,,,,,,-7052.45|9,-8005.47|22,-2366.6|7,-20313.1|9,13189.3|8,10344.9|7,8656.451|4,45952626.86|18,-44127.80|16,1934 -22,,24,8.25 %|3,,,,,,,,,,,,,,, -47,Ti,,STABLE,,,,-0.78848 1,+0.30 2,-2930.75|14,-8953.46|25,-600.8|19,-15933.33|18,8880.88|13,10465.1|7,8661.227|2,46951757.75|12,-44937.36|11,1934 -22,,25,7.44 %|2,,,,,,,,,,,,,,, -48,Ti,,STABLE,,,,,,-4015.0|10,-9448.9|3,-3989|5,-14557.41|14,11626.66|4,11445.1|19,8723.006|2,47947940.93|12,-48492.71|11,1923 -22,,26,73.72 %|3,,,,,,,,,,,,,,, -49,Ti,,STABLE,,,,-1.10417 1,+0.247 11,-601.9|8,-10176.5|4,-2002.5|27,-12157.4|10,8142.40|3,11349|5,8711.157|2,48947864.63|12,-48563.79|11,1934 -22,,27,5.41 %|2,,,,,,,,,,,,,,, -50,Ti,,STABLE,,,,,,-2207.6|4,-10717.2|22,-6884|15,-11541.0|8,10939.19|4,12159.4|27,8755.718|2,49944785.84|13,-51431.66|12,1934 -22,,28,5.18 %|2,,,,,,,,,,,,,,, -51,Ti,,5.76 min|1,3.46E2|6E-1,?-,100,,,2471.0|6,-9813.3|23,-6504|20,-8580.1|6,6372.5|5,12474|15,8708.988|10,50946609.6|5,-49732.8|5,1947 -22,,29,,,,,,,,,,,,,,,, -52,Ti,,1.7 min|1,1.02E2|6E0,?-,100,,,1974|7,-7670|7,-9030|80,-5337|7,7808|7,13530|21,8691.67|14,51946892|8,-49470|7,1966 -22,,30,,,,,,,,,,,,,,,, -53,Ti,,32.7 s|9,3.27E1|9E-1,?-,100,,,5020|100,-7960|100,-7920|140,-3460|100,5430|100,13680|130,8630.2|19,52949720|110,-46830|100,1977 -22,,31,,,,,,,,,,,,,,,, -54,Ti,,2.1 s|10,2.1E0|1E0,?-,100,,,4270|80,-8460|80,-11730|280,-1840|80,6860|130,14000|130,8597.4|15,53951020|90,-45620|80,1980 -22,,32,,,,,,,,,,,,,,,, -55,Ti,,1.3 s|1,1.3E0|1E-1,?-,100,,,7480|160,-7760|160,-11510|480,150|160,4120|180,15070|320,8516.0|29,54955270|170,-41670|160,1980 -22,,33,,,,,,,,,,,,,,,, -56,Ti,,0.200 s|5,2E-1|5E-3,?-,100,,,6830|190,-7480|120,-14470|600,1750|150,5720|200,16450|470,8466.1|22,55957790|130,-39320|120,1980 -22,,34,,,?- n,?,,,,,,,,,,,, -57,Ti,,98 ms|5,9.8E-2|5E-3,?-,100,,,10500|270,-6950|260,-12920|1330,4170|310,2670|280,16350|640,8364|4,56963590|280,-33920|260,1985 -22,,35,,,?- n,?,,,,,,,,,,,, -58,Ti,,58 ms|9,5.8E-2|9E-3,?-,100,,,9290|220#,-8370|210#,-16230|450#,5230|220#,5270|320#,17400|1320#,8311|3#,57966600|210#,-31110|200#,1992 -22,,36,,,?- n,?,,,,,,,,,,,, -59,Ti,,58 ms|17,5.8E-2|1.7E-2,?-,?,,,12320|260#,-9580|360#,-15210|450#,6820|220#,2470|280#,17920|450#,8212|3#,58972610|210#,-25510|200#,1997 -22,,37,,,,,,,,,,,,,,,, -60,Ti,,22 ms|2,2.2E-2|2E-3,?-,100,,,10910|370#,-10860|500#,-18280|580#,7430|340#,4890|360#,19320|500#,8157|5#,59976030|320#,-22330|300#,1997 -22,,38,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -61,TI,,15 ms|4,1.5E-2|4E-3,?-,100,,,14160|980#,-11900|560#,-17280|720#,8820|460#,2090|500#,19590|640#,8057|7#,60982450|430#,-16350|400#,1997 -22,,39,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -62,TI,,> 620 ns,6.2E-7|5E15,?-,?,,,12980|500#,-13010|640#,#,9930|980#,4220|560#,20720|720#,7995|6#,61986580|430#,-12500|400#,2009 -22,,40,,,?- n,?,,,,,,,,,,,, -63,TI,,> 360 ns,3.6E-7|5E15,?- n,?,,,16140|640#,,#,11650|580#,1320|640#,,7889|8#,62993830|540#,-5750|500#,2009 -22,,41,,,?-,?,,,,,,,,,,,, -64,Ti,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,15290|720#,,#,12790|720#,3350|780#,,7818|9#,63998900|640#,-1020|600#, -22,,42,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -42,V,,< 55 ns,5.5E-8,p,?,,,-14350|440#,-5790|280#,17480|200#,,16010|280#,-790|200#,7824|5#,41991820|210#,-7620|200#, -23,,19,,,,,,,,,,,,,,,, -43,V,,79.3 ms|24,7.93E-2|2.4E-3,ec ?+,100,,,-15950|400#,-6170|50,11400|40#,-32720|400#,18370|200#,100|40,8069.5|10,42980770|50,-17920|40,1987 -23,,20,,,ec p,?,,,,,,,,,,,, -44,V,,111 ms|7,1.11E-1|7E-3,ec ?+,100,,,-10760|350#,-6020|180,13430|180#,-30220|440#,14270|190,2080|180,8210|4,43974110|190,-24120|180,1971 -23,,21,,,ec ?,?,,,,,,,,,,,, -45,V,,547 ms|6,5.47E-1|6E-3,ec ?+,100,,,-12370|40,-5668.5|9,7123.8|12,-26600|300#,15840|180,1626.4|11,8380.029|19,44965769.0|9,-31886.0|9,1975 -23,,22,,,,,,,,,,,,,,,, -46,V,,422.50 ms|11,4.22E-1|1.1E-4,ec ?+,100,,,-7604|11,-7379.11|26,7052.45|26,-25630|40,13260.6|9,5354.5|8,8486.130|4,45960197.97|22,-37075.35|20,1952 -23,,23,,,,,,,,,,,,,,,, -47,V,,32.6 min|3,1.96E3|1.8E1,ec ?+,100,,,-7444|6,-8243.4|19,2930.75|20,-20606|11,13002.58|11,5167.79|7,8582.225|4,46954904.04|18,-42006.62|17,1942 -23,,24,,,,,,,,,,,,,,,, -48,V,,15.9735 d|25,1.38E6|2.16E2,ec ?+,100,2.012 11,,-1656|7,-9086.6|20,4015.0|10,-17986|6,10542.4|10,6829.3|10,8623.061|20,47952251.2|10,-44477.7|10,1937 -23,,25,,,,,,,,,,,,,,,, -49,V,,330 d|15,2.85E7|1.3E6,ec,100,4.47 5,,-2628.9|24,-9314.9|11,601.9|8,-13211|7,11555.5|13,6758.2|8,8682.908|17,48948510.7|9,-47961.9|8,1940 -23,,26,,,,,,,,,,,,,,,, -50,V,,1.4 x 1017|y|+4-3,4.42E24|1.1E24,ec ?+,83|11,+3.3456889 14,+0.21 4,1038.1|3,-9887.7|8,2207.6|4,-11962.3|22,9333.4|9,7949.2|4,8695.918|8,49947155.8|4,-49224.0|4,1949 -23,,27,0.250 %|4,,?-,17|11,,,,,,,,,,,, -51,V,,STABLE,,,,,-0.043 5,-752.45|21,-10292.2|20,-2471.0|6,-10013.09|28,11051.15|8,8061.1|4,8742.099|8,50943956.9|4,-52203.8|4,1924 -23,,28,99.750 %|4,,,,,,,,,,,,,,, -52,V,,3.743 min|5,2.25E2|3E-1,?-,100,,,3975.5|5,-9365|5,-1974|7,-8063.69|25,7311.24|13,8999.9|7,8714.582|8,51944772.8|4,-51443.8|4,1934 -23,,29,,,,,,,,,,,,,,,, -53,V,,1.543 min|14,9.26E1|8.4E-1,?-,100,,,3436|3,-7715|4,-5020|100,-4503|3,8479|3,9670|8,8710.13|6,52944336|3,-51851|3,1960 -23,,30,,,,,,,,,,,,,,,, -54,V,,49.8 s|5,4.98E1|5E-1,?-,100,,,7042|15,-7771|21,-4270|80,-2677|15,6113|15,10350|100,8662.04|28,53946437|16,-49893|15,1970 -23,,31,,,,,,,,,,,,,,,, -55,V,,6.54 s|15,6.54E0|1.5E-1,?-,100,,,5970|100,-8340|100,-7480|190,-280|100,7320|100,10810|130,8637.7|17,54947240|100,-49140|100,1977 -23,,32,,,,,,,,,,,,,,,, -56,V,,0.216 s|4,2.16E-1|4E-3,?-,100,,,9130|180,-8140|190,-6830|210,880|180,5080|200,11780|240,8574|3,55950450|190,-46150|180,1980 -23,,33,,,?- n,?,,,,,,,,,,,, -57,V,,0.32 s|3,3.2E-1|3E-2,?-,100,,,8110|80,-7930|120,-10500|270,2800|80,6330|190,12380|150,8534.8|14,56952320|90,-44410|80,1980 -23,,34,,,?- n,?,,,,,,,,,,,, -58,V,,191 ms|10,1.91E-1|1E-2,?-,100,,,11590|90,-8940|290,-9290|220,4050|90,4060|120,13780|270,8457.7|15,57956630|100,-40400|90,1980 -23,,35,,,?- n,?,,,,,,,,,,,, -59,V,,75 ms|7,7.5E-2|7E-3,?-,100,,,10250|270,-10100|480,-12320|260,6090|160,5500|180,14010|260#,8407.6|27,58959390|170,-37830|160,1985 -23,,36,,,,,,,,,,,,,,,, -60m1,V,,122 ms|18,1.22E-1|1.8E-2,?-,100,,,13430|290,-10810|630,-10910|370,6770|310,3480|270,15020|300#,8325|4,59964310|240,-33240|220,1985 -23,,37,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -61,V,,48.3 ms|10,4.83E-2|1E-3,?-,100,,,11970|900,-11940|1580,-14160|980,8090|910,5340|920,15470|940#,8276|15,60967250|960,-30510|890,1992 -23,,38,,,?- n,> 10,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -62,V,,33.6 ms|23,3.36E-2|2.3E-3,?-,100,,,15420|330#,-13020|500#,-12980|500#,8930|310#,3040|940#,16420|500#,8192|5#,61972650|320#,-25480|300#,1997 -23,,39,,,?- n,?,,,,,,,,,,,, -63,V,,17 ms|3,1.7E-2|3E-3,?-,100,,,14120|540#,-14010|560#,-16140|640#,10930|430#,4480|500#,16680|560#,8133|6#,62976500|430#,-21890|400#,1997 -23,,40,,,?- n,? 35(2003SO02),,,,,,,,,,,, -64,V,,15 ms|2,1.5E-2|2E-3,?-,100,,,17160|590#,-14690|640#,-15290|720#,11620|540#,2500|560#,17860|640#,8045|6#,63982480|430#,-16320|400#,1997 -23,,41,,,?- n,?,,,,,,,,,,,, -65,V,,> 360 ns,3.6E-7|5E15,?-,100,,,16440|580#,-15140|780#,#,13630|670#,3530|640#,18040|780#,7976|8#,64987350|540#,-11780|500#,2009 -23,,42,,,?- n,?,,,,,,,,,,,, -66,V,,> 360 ns,3.6E-7|5E15,?-,?,,,19110|640#,,#,14540|580#,1900|710#,,7884|8#,65993980|540#,-5610|500#,2009 -23,,43,,,?- n,?,,,,,,,,,,,, -67,V,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,18030|720#,,#,16000|720#,3110|780#,,7812|9#,66999300|640#,-650|600#, -23,,44,,,?-,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -42,Cr,,13.3 ms|10,1.33E-2|1E-3,ec ?+,? 100,,,,-6560|500#,14350|450,,,880|450#,7464|10#,42007220|430#,6730|400#,1996 -24,,18,,,ec p,94.4|50,,,,,,,,,,,, -43,Cr,,21.2 ms|7,2.12E-2|7E-4,ec ?+,100,,,,-6590|450#,15950|400,,16770|560#,1640|440#,7680|9#,42997880|430#,-1970|400#,1992 -24,,19,,,ec p,79.3|30,,,,,,,,,,,, -,,,,,ec 2p,11.6|10,,,,,,,,,,,, -,,,,,ec 3p,0.13|+18-8,,,,,,,,,,,, -44,Cr,,42.8 ms|6,4.28E-2|6E-4,ec ?+,100,,,-20390|580#,-6930|340#,10760|350#,,19460|500#,2730|300#,7948|7#,43985660|320#,-13360|300#,1987 -24,,20,,,ec p,> 7|3,,,,,,,,,,,, -45,Cr,,60.9 ms|4,6.09E-2|4E-4,?+,100,,,-14260|400#,-6240|50,12370|40#,-34620|500#,14230|300#,2690|190,8087.7|8,44979050|40,-19510|40,1974 -24,,21,,,?+ p,34.4|8,,,,,,,,,,,, -46,Cr,,0.26 s|6,2.6E-1|6E-2,ec ?+,100,,,-16900|400#,-6792|11,7604|11#,-32290|400#,18030|40,4875|11,8303.82|25,45968361|12,-29472|11,1972 -24,,22,,,,,,,,,,,,,,,, -47,Cr,,500 ms|15,5E-1|1.5E-2,ec ?+,100,,,-12000|30,-7666|9,7444|6,-30060|400#,13162|13,4776|6,8407.19|13,46962896|6,-34563|6,1972 -24,,23,,,,,,,,,,,,,,,, -48,Cr,,21.56 h|3,7.76E4|1.08E2,ec ?+,100,,,-13526|10,-7698|7,1656|7,-28330|30,16331|9,8104|7,8572.27|15,47954029|8,-42822|7,1952 -24,,24,,,,,,,,,,,,,,,, -49,Cr,,42.3 min|1,2.54E3|6E0,ec ?+,100,0.476 3,,-7712.43|23,-8748.1|24,2628.9|24,-24108|7,10582|8,8144.3|24,8613.29|5,48951333.0|24,-45333.1|22,1942 -24,,25,,,,,,,,,,,,,,,, -50,Cr,,> 1.3 x 1018|y,4.1E25|1.58E32,,,,,-7634.48|7,-8559.2|5,-1038.1|6,-20712.7|22,13000.3|22,9589.1|9,8701.032|9,49946041.4|5,-50262.1|4,1930 -24,,26,4.345 %|13,,,,,,,,,,,,,,, -51,Cr,,27.7010 d|11,2.39E6|9.5E1,ec,100,,,-3207.5|3,-8938.9|4,752.4|6,-16895.12|21,9260.64|20,9516.35|23,8712.005|8,50944764.7|4,-51451.4|4,1940 -24,,27,,,,,,,,,,,,,,,, -52,Cr,,STABLE,,,,,,-4712.0|19,-9351.4|4,-3975.5|5,-15246.7|6,12039.2|5,10504.4|5,8775.989|7,51940505.0|4,-55419.2|3,1923 -24,,28,83.789 %|18,,,,,,,,,,,,,,, -53,Cr,,STABLE,,,,-0.47454 3,-0.15 5,-596.9|4,-9148.1|4,-3436|3,-12651.0|18,7939.07|14,11132.2|5,8760.198|7,52940647.0|4,-55287.0|3,1930 -24,,29,9.501 %|17,,,,,,,,,,,,,,, -54,Cr,,STABLE,,,,,,-1377.1|10,-7928.0|4,-7042|15,-10316.0|4,9719.08|12,12373|3,8777.955|7,53938878.0|4,-56934.8|4,1930 -24,,30,2.365 %|7,,,,,,,,,,,,,,, -55,Cr,,3.497 min|3,2.1E2|1.8E-1,?-,100,,,2602.7|4,-7801.8|6,-5970|100,-7623.4|10,6246.26|19,12506|15,8731.924|7,54940837.3|4,-55109.7|4,1952 -24,,31,,,,,,,,,,,,,,,, -56,Cr,,5.94 min|10,3.56E2|6E0,?-,100,,,1626.5|6,-8240|7,-9130|180,-5643.9|5,8246.6|6,13430|100,8723.258|11,55940649.1|6,-55285.0|6,1960 -24,,32,,,,,,,,,,,,,,,, -57,Cr,,21.1 s|10,2.11E1|1E0,?-,100,,,4961.5|18,-8120|100,-8110|80,-3684.5|11,5311.0|12,13660|180,8663.394|19,56943612.4|11,-52524.7|11,1978 -24,,33,,,,,,,,,,,,,,,, -58,Cr,,7.0 s|3,7E0|3E-1,?-,100,,,3836|3,-8790|80,-11590|90,-2576.9|21,7538.4|18,14870|80,8643.998|26,57944184.5|16,-51991.8|15,1980 -24,,34,,,,,,,,,,,,,,,, -59,Cr,,0.46 s|5,4.6E-1|5E-2,?-,100,,,7440|220,-8840|270,-10250|270,-330|220,4170|220,14970|230,8568|4,58948380|230,-48090|220,1980 -24,,35,,,,,,,,,,,,,,,, -60,Cr,,0.49 s|1,4.9E-1|1E-2,?-,100,,,6300|190,-9770|230,-13430|290,780|190,6660|290,16130|250,8536|3,59949900|210,-46670|190,1980 -24,,36,,,?- n,?,,,,,,,,,,,, -61,Cr,,237 ms|11,2.37E-1|1.1E-2,?-,100,,,9270|100,-10980|280,-11970|900,2420|100,3880|220,16520|240,8459.8|17,60954400|110,-42480|100,1985 -24,,37,,,?- n,?,,,,,,,,,,,, -62,Cr,,206 ms|12,2.06E-1|1.2E-2,?-,100,,,7630|150,-12210|250#,-15420|330,2780|150,6490|180,17680|910,8428.1|24,61956100|160,-40890|150,1985 -24,,38,,,?- n,?,,,,,,,,,,,, -63,Cr,,129 ms|2,1.29E-1|2E-3,?-,100,,,10880|360,-12920|410#,-14120|540,4450|360,3180|390,17820|470#,8345|6,62961340|380,-36010|360,1992 -24,,39,,,?- n,?,,,,,,,,,,,, -64,Cr,,43 ms|1,4.3E-2|1E-3,?-,100,,,9510|440,-13570|530#,-17160|590,5340|440,5540|570,18880|590#,8301|7,63964060|470,-33480|440,1992 -24,,40,,,?- n,?,,,,,,,,,,,, -65,Cr,,27 ms|3,2.7E-2|3E-3,?-,100,,,12750|300#,-14290|500#,-16440|580#,6700|300#,2810|530#,19190|500#,8217|5#,64969700|320#,-28220|300#,1997 -24,,41,,,,,,,,,,,,,,,, -66,Cr,,24 ms|2,2.4E-2|2E-3,?-,100,,,12030|400#,-14640|560#,-19110|640#,8180|400#,4570|500#,20230|640#,8161|6#,65973460|430#,-24720|400#,1997 -24,,42,,,,,,,,,,,,,,,, -68,CR,,> 360 ns,3.6E-7|5E15,?-,100,,,13580|640#,-16200|780#,#,10590|580#,4190|640#,21440|780#,8013|7#,67984110|540#,-14800|500#,2009 -24,,44,,,?- n,> 0,,,,,,,,,,,, -69,CR,,> 620 ns,6.2E-7|5E15,?-,?,,,16190|640#,,#,11730|640#,1850|710#,,7924|7#,68990790|540#,-8580|500#, -24,,45,,,?- n,?,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -70,CR,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,15020|780#,,#,12220|720#,3970|780#,,7867|9#,69995190|640#,-4480|600#, -24,,46,,,?-,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -44,Mn,,< 105 ns,1.05E-7,p,?,,,,-7560|580#,20390|580,,,-1710|640#,7467|11#,44007550|540#,7030|500#, -25,,19,,,ec,?,,,,,,,,,,,, -45,Mn,,,,,,,,-19010|560#,-7990|450#,14260|400#,,20350|640#,-820|500#,7753|9#,44994360|430#,-5250|400#, -25,,20,,,,,,,,,,,,,,,, -46,Mn,,36.2 ms|4,3.62E-2|4E-4,ec ?+,100,,,-13480|640#,-7370|440#,16900|400#,-34400|560#,15390|560#,340|400#,7919|9#,45986510|430#,-12570|400#,1987 -25,,21,,,ec p,57.0|8,,,,,,,,,,,, -47,Mn,,100 ms|50,1E-1|5E-2,ec ?+,100,,,-15700|500#,-7070|50,12000|30#,-31550|500#,18070|400#,380|30,8135.3|7,46975770|30,-22570|30,1987 -25,,22,,,ec p,? 3.4|9,,,,,,,,,,,, -48,Mn,,158.1 ms|22,1.58E-1|2.2E-3,ec ?+,100,,,-11300|400#,-7600|180,13526|10#,-30500|500#,14800|30,2023|6,8274.18|14,47968549|7,-29296|7,1987 -25,,23,,,?+ p,0.28|4,,,,,,,,,,,, -,,,,,?+ ?,< 6 x 10-4,,,,,,,,,,,, -49,Mn,,382 ms|7,3.82E-1|7E-3,ec ?+,100,,,-12870|24,-8159.5|24,7712|3,-27690|400#,16396|7,2088|8,8439.93|5,48959612.6|24,-37620.6|23,1970 -25,,24,,,,,,,,,,,,,,,, -50,Mn,,283.19 ms|10,2.83E-1|1E-4,ec ?+,100,,,-8151|8,-7977.2|5,7634.5|6,-25948|24,13078.3|22,4583.5|22,8532.696|9,49954237.4|5,-42627.6|4,1952 -25,,25,,,,,,,,,,,,,,,, -51,Mn,,46.2 min|1,2.77E3|6E0,ec ?+,100,,,-8041|9,-8662.2|5,3207.5|6,-21839|8,13687.6|3,5270.78|28,8633.772|10,50948208.1|5,-48243.9|5,1938 -25,,26,,,,,,,,,,,,,,,, -52,Mn,,5.591 d|3,4.83E5|2.59E2,ec ?+,100,,+0.50 7,-2377|5,-8654.5|21,4712.0|19,-18576|9,10534.7|19,6544.9|19,8670.33|3,51945563.5|20,-50707.3|18,1938 -25,,27,,,,,,,,,,,,,,,, -53,Mn,,3.74 x 106|y|4,1.18E14|1.26E12,ec,100,,,-3742.6|17,-9153.1|9,596.9|6,-14431|5,12054.1|19,6559.8|3,8734.175|9,52941287.7|5,-54690.1|4,1955 -25,,28,,,,,,,,,,,,,,,, -54,Mn,,312.20 d|20,2.7E7|1.73E4,ec ?+,100,+3.2819 13,+0.37 3,696.9|11,-8758.5|11,1377.1|11,-12681.4|19,8938.8|11,7559.6|10,8737.965|20,53940356.4|11,-55557.6|11,1938 -25,,29,,,?-,0.93 x 10-4,,,,,,,,,,,, -55,Mn,,STABLE,,,,3.4532 13,+0.33 1,-231.11|18,-7933.5|5,-2602.7|5,-9529.23|25,10226.1|10,8066.6|3,8765.022|6,54938043.2|3,-57712.4|3,1923 -25,,30,100 %,,,,,,,,,,,,,,, -56,Mn,,2.5789 h|1,9.28E3|3.6E-1,?-,100,+3.2266 2,,3695.54|21,-7892.7|5,-1626.5|7,-7501.56|22,7270.44|13,9090.8|4,8738.333|6,55938902.9|4,-56911.5|3,1934 -25,,31,,,,,,,,,,,,,,,, -57,Mn,,85.4 s|18,8.54E1|1.8E0,?-,100,,,2695.6|15,-8060|3,-4961.5|18,-4950.5|15,8646.0|15,9490.2|16,8736.713|26,56938286.0|16,-57486.3|15,1954 -25,,32,,,,,,,,,,,,,,,, -58,Mn,,3.0 s|1,3E0|1E-1,?-,100,,,6327.6|27,-8359|15,-3836|3,-3717.0|27,6413|3,10591.8|29,8696.64|5,57940066.6|29,-55827.6|27,1961 -25,,33,,,,,,,,,,,,,,,, -59,Mn,,4.59 s|5,4.59E0|5E-2,?-,100,,,5139.5|24,-8810|100,-7440|220,-1441.5|23,7769|4,10822.5|28,8680.92|4,58940391.1|25,-55525.3|23,1976 -25,,34,,,,,,,,,,,,,,,, -60,Mn,,0.28 s|2,2.8E-1|2E-2,?-,100,,,8445|4,-9240|180,-6300|190,-374.4|24,5514|3,12170|220,8628.14|4,59943136.6|25,-52967.9|23,1978 -25,,35,,,,,,,,,,,,,,,, -61,Mn,,0.709 s|8,7.09E-1|8E-3,?-,100,,,7178|3,-9750|80,-9270|100,1600|4,6845|3,12360|190,8598.91|4,60944452.5|25,-51742.1|23,1980 -25,,36,,,,,,,,,,,,,,,, -62,Mn,,92 ms|13,9.2E-2|1.3E-2,?-,100,,,10354|7,-10550|90,-7630|150,2325|7,4853|7,13340|100,8538.50|11,61947907|7,-48524|7,1983 -25,,37,,,?- n,?,,,,,,,,,,,, -63,Mn,,0.275 s|4,2.75E-1|4E-3,?-,100,,,8749|6,-11480|160,-10880|360,3920|5,6434|8,13280|150,8505.10|6,62949665|4,-46887|4,1985 -25,,38,,,?- n,?,,,,,,,,,,,, -64,Mn,,90 ms|4,9E-2|4E-3,?-,100,,,11981|6,-12170|220,-9510|440,4575|6,4173|5,14270|360,8437.42|5,63953849|4,-42989|4,1985 -25,,39,,,?- n,33|2,,,,,,,,,,,, -65,Mn,,92 ms|1,9.2E-2|1E-3,?-,100,,,10251|6,-12890|890,-12750|300,5931|6,6050|5,14780|440,8400.68|6,64956020|4,-40967|4,1985 -25,,40,,,?- n,21.0|5,,,,,,,,,,,, -66,Mn,,65 ms|2,6.5E-2|2E-3,?-,100,,,13317|12,-13700|300#,-12030|400,6396|12,3854|12,15820|300#,8331.80|17,65960547|12,-36750|11,1992 -25,,41,,,,,,,,,,,,,,,, -67,Mn,,47 ms|2,4.7E-2|2E-3,?-,100,,,12150|400#,-13990|500#,-14780|500#,8540|300#,4780|300#,16030|500#,8279|4#,66964080|320#,-33460|300#,1997 -25,,42,,,?- n,?,,,,,,,,,,,, -68,MN,,28 ms|3,2.8E-2|3E-3,?-,100,,,15110|540#,-14480|560#,-13580|640#,9160|480#,2990|500#,16990|560#,8201|6#,67969530|430#,-28380|400#,1995 -25,,43,,,?- n,> 0,,,,,,,,,,,, -69,Mn,,16 ms|3,1.6E-2|3E-3,?-,100,,,14260|560#,-15420|640#,-16190|640#,10640|540#,4460|560#,17260|640#,8147|6#,68973410|430#,-24770|400#,1995 -25,,44,,,,,,,,,,,,,,,, -70,MN,,19.9 ms|17,1.99E-2|1.7E-3,?-,100,,,17010|640#,-16310|710#,-15020|780#,11460|640#,2800|640#,18210|710#,8070|7#,69979070|540#,-19500|500#,2009 -25,,45,,,?- n,50|20,,,,,,,,,,,, -71,MN,,> 637 ns,6.37E-7|5E15,?- 2n,?,,,15860|640#,-17340|780#,#,12870|640#,4140|710#,18380|780#,8015|7#,70983280|540#,-15570|500#,2010 -25,,46,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -72,MN,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,18530|780#,,#,13460|720#,2400|780#,,7937|8#,71989370|640#,-9900|600#, -25,,47,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -45,Fe,,1.89 ms|+49-21,1.89E-3|3.5E-4,2p,57|10,,,,,19010|570,,,560|640#,7313|9#,45014770|430#,13760|400#,1996 -26,,19,,,?+ p,? 43|10,,,,,,,,,,,, -,,,,,ec ?+,? 43|10,,,,,,,,,,,, -,,,,,p,?,,,,,,,,,,,, -46,Fe,,13.0 ms|20,1.3E-2|2E-3,ec ?+,100,,,,-8240|640#,13480|640,,20920|640#,1130|640#,7609|11#,46000980|540#,910|500#,1992 -26,,20,,,ec p,78.7|38,,,,,,,,,,,, -47,Fe,,21.8 ms|7,2.18E-2|7E-4,ec ?+,100,,,-17240|780#,-7320|640#,15700|500#,,15850|710#,1590|640#,7785|11#,46992620|540#,-6870|500#,1992 -26,,21,,,ec p,> 0,,,,,,,,,,,, -,,,,,ec 2p,?,,,,,,,,,,,, -48,Fe,,44 ms|7,4.4E-2|7E-3,ec ?+,100,,,-19500|640#,-7060|500#,11300|400#,-36440|720#,19200|640#,2720|400#,8023|8#,47980680|430#,-18000|400#,1987 -26,,22,,,ec p,> 3.6|11,,,,,,,,,,,, -49,Fe,,64.7 ms|3,6.47E-2|3E-4,ec ?+,100,,,-14870|500#,-7660|40,12870|24#,-34320|500#,14820|400#,2743|25,8161.3|5,48973429|26,-24751|24,1970 -26,,23,,,?+ p,56.7|4,,,,,,,,,,,, -50,Fe,,155 ms|11,1.55E-1|1.1E-2,ec ?+,100,,,-16850|400#,-7430|14,8151|8#,-32670|500#,17797|26,4145|9,8354.03|17,49962988|9,-34476|8,1977 -26,,24,,,ec p,? 0,,,,,,,,,,,, -51,Fe,,305 ms|5,3.05E-1|5E-3,ec ?+,100,,,-12860|50,-8065|11,8041|9,-30640|400#,13797|12,4864|9,8460.76|18,50956841|10,-40203|9,1972 -26,,25,,,,,,,,,,,,,,,, -52,Fe,,8.275 h|8,2.98E4|2.88E1,ec ?+,100,,,-13969|10,-7933|9,2377|5,-29060|50,16199|10,7375|5,8609.57|10,51948115|5,-48330|5,1948 -26,,26,,,,,,,,,,,,,,,, -53,Fe,,8.51 min|2,5.11E2|1.2E0,ec ?+,100,,,-8288.1|4,-8039.4|28,3742.6|17,-24658|9,10688|5,7529.2|24,8648.80|3,52945305.6|18,-50947.5|17,1938 -26,,27,,,,,,,,,,,,,,,, -54,Fe,,STABLE,,,,,,-8244.55|9,-8417.3|5,-696.9|11,-21666.4|17,13378.3|16,8853.4|5,8736.382|7,53939608.3|4,-56254.5|4,1923 -26,,28,5.845 %|35,,,,,,,,,,,,,,, -55,Fe,,2.744 y|9,8.66E7|2.84E5,ec,100,,,-3451.4|3,-8454.8|5,231.1|5,-17542.66|21,9298.12|19,9212.6|11,8746.595|6,54938291.3|4,-57481.3|3,1939 -26,,29,,,,,,,,,,,,,,,, -56,Fe,,STABLE,,,,,,-4566.7|4,-7612.8|3,-3695.5|4,-14648.5|3,11197.10|23,10183.64|16,8790.354|5,55934935.6|3,-60607.1|3,1923 -26,,30,91.754 %|36,,,,,,,,,,,,,,, -57,Fe,,STABLE,,,,+0.09044 7,,-836.3|5,-7319.8|3,-2695.6|15,-12212.7|4,7646.07|4,10559.27|21,8770.279|5,56935392.1|3,-60181.8|3,1935 -26,,31,2.119 %|10,,,,,,,,,,,,,,, -58,Fe,,STABLE,,,,,,-2308.0|11,-7645.3|4,-6327.6|27,-10880.9|5,10044.59|18,11957.8|15,8792.250|6,57933273.7|4,-62155.1|3,1935 -26,,32,0.282 %|4,,,,,,,,,,,,,,, -59,Fe,,44.495 d|9,3.84E6|7.78E2,?-,100,-0.3358 4,,1564.9|4,-7980.0|4,-5139.5|24,-8889.0|11,6581.01|11,12126.2|27,8754.771|6,58934873.6|4,-60664.8|4,1938 -26,,33,,,,,,,,,,,,,,,, -60,Fe,,2.62 x 106|y|4,8.27E13|1.26E12,?-,100,,,237|3,-8553|3,-8445|4,-7255|3,8820|3,13177|4,8755.85|6,59934070|4,-61413|3,1957 -26,,34,,,,,,,,,,,,,,,, -61,Fe,,5.98 min|6,3.59E2|3.6E0,?-,100,,,3977.6|27,-8820.7|28,-7178|3,-5341.5|26,5579|4,13242|3,8703.77|4,60936746.2|28,-58920.5|26,1957 -26,,35,,,,,,,,,,,,,,,, -62,Fe,,68 s|2,6.8E1|2E0,?-,100,,,2546|19,-9311|3,-10354|7,-4051.3|29,8029|4,14425|4,8692.88|4,61936792|3,-58878.0|28,1975 -26,,36,,,,,,,,,,,,,,,, -63,Fe,,6.1 s|6,6.1E0|6E-1,?-,100,,,6216|19,-9970|220,-8749|6,-2283|19,4829|5,14401|8,8631.55|7,62940273|5,-55636|4,1980 -26,,37,,,,,,,,,,,,,,,, -64,Fe,,2.0 s|2,2E0|2E-1,?-,100,,,4823|21,-10720|190,-11981|6,-1189|19,7405|7,15371|6,8612.39|8,63940988|5,-54970|5,1980 -26,,38,,,,,,,,,,,,,,,, -65,Fe,,0.81 s|5,8.1E-1|5E-2,?-,100,,,7967|6,-11170|100,-10251|6,503|21,4320|7,15518|6,8546.35|8,64945015|5,-51218|5,1980 -26,,39,,,,,,,,,,,,,,,, -66,Fe,,440 ms|60,4.4E-1|6E-2,?-,100,,,6341|15,-11600|150,-13317|12,1046|5,6921|7,16389|6,8521.72|6,65946250|4,-50068|4,1985 -26,,40,,,,,,,,,,,,,,,, -67,Fe,,0.6 s|+2-1,6E-1|2E-1,?-,100,,,9710|270,-12030|450,-12150|400,2730|270,3610|270,16150|270,8448|4,66951040|290,-45610|270,1985 -26,,41,,,,,,,,,,,,,,,, -68,Fe,,188 ms|4,1.88E-1|4E-3,?-,100,,,8440|410,-12430|570,-15110|540,3760|370,5950|450,17320|470#,8412|5,67953310|390,-43490|370,1985 -26,,42,,,?- n,> 0,,,,,,,,,,,, -69,Fe,,110 ms|5,1.1E-1|5E-3,?-,100,,,11250|420#,-13230|500#,-14260|570#,4830|440#,3610|540#,17940|560#,8342|6#,68958100|430#,-39030|400#,1992 -26,,43,,,,,,,,,,,,,,,, -70,Fe,,65 ms|6,6.5E-2|6E-3,?-,100,,,10120|500#,-14210|560#,-17010|640#,5700|420#,5550|560#,19030|560#,8302|6#,69960800|430#,-36510|400#,1997 -26,,44,,,?- n,?,,,,,,,,,,,, -71,Fe,,28 ms|5,2.8E-2|5E-3,?-,100,,,12940|610#,-15170|560#,-15860|640#,7130|500#,2990|560#,19220|640#,8227|6#,70966260|430#,-31430|400#,1997 -26,,45,,,?- n,?,,,,,,,,,,,, -72,Fe,,? 150 ns,1.5E-7|5E15,?-,100,,,11770|640#,-16050|710#,-18530|780#,7870|680#,5070|640#,20150|710#,8184|7#,71969480|540#,-28430|500#,1997 -26,,46,,,?- n,27.6|SY,,,,,,,,,,,, -73,FE,,12.9 ms|16,1.29E-2|1.6E-3,?-,100,,,14520|640#,-16740|710#,#,9230|640#,2540|710#,20290|780#,8106|7#,72975420|540#,-22900|500#,2010 -26,,47,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -74,FE,,> 638 ns,6.38E-7|5E15,?- 2n,?,,,13230|780#,-17540|850#,#,9760|720#,4760|780#,,8061|8#,73978970|640#,-19590|600#,2010 -26,,48,,,?-,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -75,FE,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,16010|780#,,#,11110|780#,2120|850#,,7982|8#,74985360|640#,-13640|600#, -26,,49,,,?-,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -50,Co,,38.8 ms|2,3.88E-2|2E-4,ec ?+,100,,,-13510|640#,-7490|560#,16850|400#,-33900|720#,15820|640#,170|400#,8001|8#,49981070|430#,-17630|400#,1987 -27,,23,,,ec p,70.5|7,,,,,,,,,,,, -,,,,,ec 2p,?,,,,,,,,,,,, -51,Co,,> 200 ns,2E-7|5E15,ec ?+,?,,,-15440|500#,-7200|60,12860|50#,-31290|500#,17780|400#,150|50,8193.3|9,50970650|50,-27340|50,1987 -27,,24,,,,,,,,,,,,,,,, -52,Co,,104 ms|7,1.04E-1|7E-3,ec ?+,100,,,-12030|400#,-7490|11,13969|10#,-30530|500#,15090|50,1447|12,8325.89|16,51963112|9,-34361|8,1987 -27,,25,,,?+ p,?,,,,,,,,,,,, -53,Co,,240 ms|9,2.4E-1|9E-3,ec ?+,100,,,-13029|25,-7463.7|28,8288.1|24,-28400|400#,16370|9,1618|5,8477.66|3,52954203.2|18,-42659.4|17,1970 -27,,26,,,,,,,,,,,,,,,, -54,Co,,193.28 ms|7,1.93E-1|7E-5,ec ?+,100,,,-8732|5,-7807.3|5,8244.5|5,-26450|25,13421.8|17,4351.4|16,8569.217|7,53948459.2|4,-48010.0|4,1952 -27,,27,,,,,,,,,,,,,,,, -55,Co,,17.53 h|3,6.31E4|1.08E2,ec ?+,100,+4.822 3,,-8694.0|6,-8210.9|6,3451.4|5,-22823|5,14091.2|3,5064.3|3,8669.618|8,54941996.5|5,-54029.9|4,1938 -27,,28,,,,,,,,,,,,,,,, -56,Co,,77.236 d|26,6.67E6|2.25E3,ec ?+,100,3.85 1,+0.25 9,-2132.9|4,-7758.0|19,4566.7|6,-18775.9|7,10081.8|5,5848.1|4,8694.836|9,55939838.1|5,-56040.4|5,1941 -27,,29,,,,,,,,,,,,,,,, -57,Co,,271.74 d|6,2.35E7|5.18E3,ec,100,+4.720 10,+0.52 9,-3261.7|6,-7080.4|6,836.3|6,-13509.3|5,11376.5|6,6027.4|4,8741.882|9,56936289.9|6,-59345.6|5,1941 -27,,30,,,,,,,,,,,,,,,, -58,Co,,70.86 d|6,6.12E6|5.18E3,ec ?+,100,+4.044 8,+0.23 3,381.6|11,-6714.4|15,2308.0|12,-11834.6|12,8572.9|12,6954.3|11,8738.969|20,57935751.4|12,-59847.2|12,1941 -27,,31,,,,,,,,,,,,,,,, -59,Co,,STABLE,,,,+4.627 9,+0.41 1,-1073.00|19,-6942.2|3,-1564.9|5,-10072.28|20,10453.9|11,7363.6|3,8768.035|7,58933193.7|4,-62229.7|4,1923 -27,,32,100 %,,,,,,,,,,,,,,, -60,Co,,1925.28 d|14,1.66E8|1.21E4,?-,100,+3.799 8,+0.44 5,2822.81|21,-7163.7|4,-237|3,-8564.92|21,7491.92|7,8274.5|4,8746.766|7,59933815.7|5,-61650.3|4,1941 -27,,33,,,,,,,,,,,,,,,, -61,Co,,1.649 h|5,5.94E3|1.8E1,?-,100,,,1323.8|8,-7836.7|17,-3977.6|27,-6496.3|8,9319.1|8,8774|3,8756.148|14,60932476.1|9,-62898.1|8,1947 -27,,34,,,,,,,,,,,,,,,, -62,Co,,1.54 min|10,9.24E1|6E0,?-,100,,,5322|19,-8022|19,-2546|19,-5274|19,6598|19,9793|19,8721.3|3,61934058|20,-61424|19,1949 -27,,35,,,,,,,,,,,,,,,, -63,Co,,27.4 s|5,2.74E1|5E-1,?-,100,,,3661|19,-8751|19,-6216|19,-3176|19,8498|26,10262|19,8717.79|28,62933600|20,-61851|19,1960 -27,,36,,,,,,,,,,,,,,,, -64,Co,,0.30 s|3,3E-1|3E-2,?-,100,,,7307|20,-9249|20,-4823|21,-2351|20,6012|27,11446|20,8675.5|3,63935810|21,-59792|20,1969 -27,,37,,,,,,,,,,,,,,,, -65,Co,,1.16 s|3,1.16E0|3E-2,?-,100,,,5940.5|21,-9868|3,-7967|6,-157.6|21,7464|20,11505|5,8656.88|3,64936462.1|22,-59185.2|21,1978 -27,,38,,,,,,,,,,,,,,,, -66,Co,,0.20 s|2,2E-1|2E-2,?-,100,,,9598|14,-10309|15,-6341|15,646|14,5295|14,12480|15,8605.94|21,65939443|15,-56409|14,1985 -27,,39,,,,,,,,,,,,,,,, -67,Co,,0.425 s|20,4.25E-1|2E-2,?-,100,,,8421|7,-10860|7,-9710|270,2613|7,6985|15,12543|8,8581.74|10,66940610|7,-55322|6,1985 -27,,40,,,,,,,,,,,,,,,, -68,Co,,0.20 s|2,2E-1|2E-2,?-,100,,,11530|190,-11370|190,-8440|410,3740|190,4680|190,13610|330,8524.4|28,67944250|200,-51930|190,1985 -27,,41,,,,,,,,,,,,,,,, -69,Co,,227 ms|11,2.27E-1|1.1E-2,?-,100,,,9700|140,-11740|140,-11250|420,5110|140,6420|240,14080|390,8493.9|20,68946020|150,-50280|140,1985 -27,,42,,,,,,,,,,,,,,,, -70,Co,,112 ms|7,1.12E-1|7E-3,?-,100,,,12580|300#,-12300|300#,-10120|500#,5280|300#,4420|330#,14890|500#,8436|4#,69949940|320#,-46630|300#,1985 -27,,43,,,?- n,?,,,,,,,,,,,, -71,Co,,80 ms|3,8E-2|3E-3,?-,100,,,11040|470,-13330|550#,-12940|610,6770|470,5810|550#,15150|610#,8399|7,70952370|500,-44370|470,1992 -27,,44,,,?- n,? 6|2,,,,,,,,,,,, -72,CO,,59.9 ms|17,5.99E-2|1.7E-3,?-,100,,,14030|400#,-14240|560#,-11770|640#,7130|400#,3900|610#,16060|560#,8336|6#,71956840|430#,-40200|400#,1992 -27,,45,,,?- n,? 6,,,,,,,,,,,, -73,Co,,40.7 ms|13,4.07E-2|1.3E-3,?-,100,,,12690|400#,-15070|560#,-14520|640#,8740|400#,5290|560#,16280|640#,8295|5#,72959830|430#,-37420|400#,1995 -27,,46,,,?- n,< 30,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -74,Co,,30 ms|3,3E-2|3E-3,?-,100,,,15640|540#,-15740|710#,-13230|780#,9220|500#,3470|640#,17210|710#,8229|7#,73964770|540#,-32820|500#,1995 -27,,47,,,?- n,> 0,,,,,,,,,,,, -75,Co,,30 ms|11,3E-2|1.1E-2,?-,100,,,14380|580#,-16500|710#,-16010|780#,10740|540#,4900|710#,17350|780#,8185|7#,74968170|540#,-29650|500#,1995 -27,,48,,,?- n,< 16,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -76,CO,,21.7 ms|+65-49,2.17E-2|5.7E-3,?-,100,,,17120|720#,-17030|850#,#,11450|670#,2930|780#,18160|850#,8116|8#,75973690|640#,-24510|600#,2010 -27,,49,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -77,Co,,13.0 ms|+72-43,1.3E-2|5.8E-3,?-,100,,,15780|780#,,#,12540|720#,4570|850#,,8070|8#,76977440|640#,-21010|600#, -27,,50,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -48,Ni,,2.1 ms|+21-7,2.1E-3|1.4E-3,2p,?,,,,,15290|710,,,870|780#,7265|10#,48018030|540#,16790|500#,2000 -28,,20,,,ec ?+,?,,,,,,,,,,,, -49,Ni,,7.5 ms|10,7.5E-3|1E-3,ec ?+,100,,,,-7990|720#,18080|780,,16660|780#,590|780#,7457|12#,49008800|640#,8200|600#,1996 -28,,21,,,?+ p,83|13,,,,,,,,,,,, -50,Ni,,18.5 ms|12,1.85E-2|1.2E-3,ec ?+,100,,,,-7450|710#,13510|640,,20390|780#,1530|710#,7716|10#,49995580|540#,-4120|500#,1994 -28,,22,,,ec p,86.7|39,,,,,,,,,,,, -,,,,,ec 2p,?,,,,,,,,,,,, -51,Ni,,> 200 ns,2E-7|5E15,ec p,87.2|8,,,,-7450|710#,15440|500,,15850|710#,1560|640#,7875|10#,50987220|540#,-11900|500#,1987 -28,,23,,,ec ?+,?,,,,,,,,,,,, -52,Ni,,40.8 ms|2,4.08E-2|2E-4,ec ?+,100,,,-20050|720#,-6750|560#,12030|400#,,18500|640#,2280|400#,8079|8#,51976030|430#,-22330|400#,1987 -28,,24,,,?+ p,31.4|15,,,,,,,,,,,, -53,Ni,,55.2 ms|7,5.52E-2|7E-4,ec ?+,100,,,-16360|500#,-7310|30,13029|25#,-35420|600#,15370|400#,2559|27,8217.1|5,52968190|27,-29631|25,1976 -28,,25,,,ec p,23.4|10,,,,,,,,,,,, -54,Ni,,114.2 ms|3,1.14E-1|3E-4,ec ?+,100,,,-17870|400#,-7227|10,8732|5#,-34080|500#,17719|26,3908|5,8393.03|9,53957833|5,-39278|5,1977 -28,,26,,,,,,,,,,,,,,,, -55,Ni,,204.7 ms|37,2.05E-1|3.7E-3,ec ?+,100,,,-13700|160,-7558|9,8694.0|8,-32000|400#,14129|5,4614.9|7,8497.320|13,54951330.0|8,-45335.8|7,1972 -28,,27,,,,,,,,,,,,,,,, -56,Ni,,6.075 d|10,5.25E5|8.64E2,ec ?+,100,,,-15265|15,-8002|5,2132.9|6,-30340|160,16643.0|7,7166.6|3,8642.779|8,55942127.9|5,-53907.5|4,1952 -28,,28,,,,,,,,,,,,,,,, -57,Ni,,35.60 h|6,1.28E5|2.16E2,ec ?+,100,-0.7975 14,,-8774.9|4,-7561.2|17,3261.7|8,-25512|15,10247.6|5,7332.4|6,8670.933|10,56939791.5|6,-56083.8|6,1938 -28,,29,,,,,,,,,,,,,,,, -58,Ni,,STABLE,,,,,,-8561.0|4,-6399.2|3,-381.6|12,-20991.2|4,12216.2|5,8172.1|4,8732.059|6,57935341.8|4,-60228.7|4,1921 -28,,30,68.077 %|19,,,,,,,,,,,,,,, -59,Ni,,7.6 x 104|y|5,2.4E12|1.58E11,ec ?+,100,,,-4798.4|4,-6100.3|3,1073.0|6,-17560.3|4,8999.28|5,8598.5|11,8736.588|6,58934345.6|4,-61156.7|4,1951 -28,,31,,,,,,,,,,,,,,,, -60,Ni,,STABLE,,,,,,-6128.0|16,-6290.95|26,-2822.8|6,-16186.1|4,11387.73|5,9532.38|20,8780.774|6,59930785.3|4,-64473.1|4,1921 -28,,32,26.223 %|15,,,,,,,,,,,,,,, -61,Ni,,STABLE,,,,-0.75002 4,+0.162 15,-2237.8|10,-6464.98|26,-1323.8|9,-13948.1|16,7820.10|5,9860.57|22,8765.025|6,60931054.9|4,-64221.9|4,1934 -28,,33,1.1399 %|13,,,,,,,,,,,,,,, -62,Ni,,STABLE,,,,,,-3958.9|5,-7016.1|4,-5322|19,-12833.6|9,10595.7|3,11137.2|7,8794.553|7,61928344.9|5,-66746.3|4,1934 -28,,34,3.6346 %|40,,,,,,,,,,,,,,, -63,Ni,,101.2 y|15,3.19E9|4.73E7,?-,100,,,66.977|15,-7272.9|4,-3661|19,-10796.7|5,6837.77|6,11377|19,8763.493|7,62929669.1|5,-65512.8|4,1951 -28,,35,,,,,,,,,,,,,,,, -64,Ni,,STABLE,,,,,,-1674.38|22,-8111|3,-7307|20,-9590.49|20,9657.46|20,12536|19,8777.461|7,63927966.3|5,-67098.9|5,1935 -28,,36,0.9255 %|19,,,,,,,,,,,,,,, -65,Ni,,2.5175 h|5,9.06E3|1.8E0,?-,100,0.69 6,,2138.0|7,-8630.1|26,-5940.5|21,-7772.46|26,6098.08|14,12622|20,8736.240|8,64930084.7|5,-65125.7|5,1946 -28,,37,,,,,,,,,,,,,,,, -66,Ni,,54.6 h|3,1.97E5|1.08E3,?-,100,,,252.0|15,-9553|3,-9598|14,-6813.9|15,8951.9|15,14110.1|25,8739.508|21,65929139.3|15,-66006.3|14,1948 -28,,38,,,,,,,,,,,,,,,, -67,Ni,,21 s|1,2.1E1|1E0,?-,100,+0.601 5,,3577|3,-10532|5,-8421|7,-5556|3,5808|3,14623|14,8695.75|4,66931569|3,-63742.7|29,1978 -28,,39,,,,,,,,,,,,,,,, -68,Ni,,29 s|2,2.9E1|2E0,?-,100,,,2103|3,-10919|6,-11530|190,-4216|3,7792|4,15431|7,8682.47|4,67931869|3,-63464|3,1977 -28,,40,,,,,,,,,,,,,,,, -69,Ni,,11.4 s|3,1.14E1|3E-1,?-,100,,,5758|4,-11186|6,-9700|140,-2483|4,4586|5,15340|190,8623.10|5,68935610|4,-59979|4,1984 -28,,41,,,?- n,?,,,,,,,,,,,, -70,Ni,,6.0 s|3,6E0|3E-1,?-,100,,,3762.5|24,-11571|5,-12580|300,-1549.0|26,7307|4,16220|140,8604.29|3,69936431.3|23,-59213.9|21,1987 -28,,42,,,,,,,,,,,,,,,, -71,Ni,,2.56 s|3,2.56E0|3E-2,?-,100,,,7304.9|27,-12220|270,-11040|470,-501.2|25,4264|3,16070|300#,8543.16|3,70940519.0|24,-55406.2|22,1987 -28,,43,,,,,,,,,,,,,,,, -72,Ni,,1.57 s|5,1.57E0|5E-2,?-,100,,,5556.9|26,-13160|370,-14030|400,413.7|27,6891|3,17150|470,8520.21|3,71941785.9|24,-54226.1|22,1987 -28,,44,,,,,,,,,,,,,,,, -73,Ni,,0.84 s|3,8.4E-1|3E-2,?-,100,,,8879|3,-13500|400#,-12690|400,1603.5|28,3953|3,17200|400#,8457.65|3,72946206.7|26,-50108.2|24,1987 -28,,45,,,?- n,?,,,,,,,,,,,, -74,Ni,,0.68 s|18,6.8E-1|1.8E-1,?-,100,,,7550|200#,-14370|440#,-15640|540#,2460|200#,6420|200#,18330|440#,8430|3#,73947980|210#,-48460|200#,1987 -28,,46,,,?- n,?,,,,,,,,,,,, -75,Ni,,344 ms|25,3.44E-1|2.5E-2,?-,100,,,10440|300#,-15020|500#,-14380|580#,3900|300#,3640|360#,18500|580#,8366|4#,74952730|320#,-44030|300#,1992 -28,,47,,,?- n,10.0|28,,,,,,,,,,,, -76,Ni,,0.238 s|+15-18,2.38E-1|1.7E-2,?-,100,,,9350|400#,-15620|640#,-17120|720#,4770|400#,5670|500#,19270|640#,8331|5#,75955310|430#,-41630|400#,1995 -28,,48,,,?- n,?,,,,,,,,,,,, -77,Ni,,128 ms|+27-33,1.28E-1|3E-2,?-,100,,,11820|520#,-16320|710#,-15780|780#,6100|500#,3240|640#,19580|780#,8265|6#,76960490|540#,-36800|500#,1995 -28,,49,,,?- n,?,,,,,,,,,,,, -78,Ni,,0.11 s|+10-6,1.1E-1|8E-2,?-,100,,,10610|780#,-16720|850#,#,6660|620#,5160|780#,20160|850#,8225|8#,77963620|640#,-33890|600#,1995 -28,,50,,,?- n,?,,,,,,,,,,,, -79,NI,,43.0 ms|+86-75,4.3E-2|8.1E-3,?-,100,,,14170|670#,-16350|850#,#,8860|780#,1750|850#,,8143|8#,78970400|640#,-27570|600#,2010 -28,,51,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -80,Ni,,24 ms|+26-17,2.4E-2|2.2E-2,?-,100,,,13570|810#,,#,11040|760#,3130|920#,,8080|9#,79975710|750#,-22630|700#, -28,,52,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -53,Cu,,< 130 ns,1.3E-7,p,?,,,,-5810|710#,16360|500,,19060|780#,-1770|640#,7894|9#,52985750|540#,-13270|500#, -29,,24,,,,,,,,,,,,,,,, -54,Cu,,< 75 ns,7.5E-8,p,?,,,-15140|560#,-6200|560#,17870|400#,,16210|640#,-930|400#,8048|7#,53977010|430#,-21410|400#, -29,,25,,,,,,,,,,,,,,,, -55,Cu,,40 ms,4E-2,ec p,15|4,,,-17060|430#,-6720|160,13700|160#,-33430|430#,18300|430#,-350|160,8234.0|28,54966040|170,-31640|160,1987 -29,,26,,,p,?,,,,,,,,,,,, -,,,,,?+,?,,,,,,,,,,,, -56,Cu,,93 ms|3,9.3E-2|3E-3,?+,100,,,-13250|400#,-6707|17,15265|15#,-32140|400#,15080|160,596|15,8356.23|27,55958515|16,-38643|15,1987 -29,,27,,,?+ p,0.40|12,,,,,,,,,,,, -57,Cu,,196.3 ms|7,1.96E-1|7E-4,ec ?+,100,,,-14760|200#,-7074.4|17,8774.9|8#,-29990|400#,16737|15,690.3|4,8503.262|9,56949211.8|6,-47308.9|5,1976 -29,,28,,,,,,,,,,,,,,,, -58,Cu,,3.204 s|7,3.2E0|7E-3,ec ?+,100,+0.479 13,,-9370|50,-6082.7|6,8561.0|7,-27190|200#,12430.2|6,2872.9|7,8570.967|10,57944532.4|6,-51667.7|6,1952 -29,,29,,,,,,,,,,,,,,,, -59,Cu,,81.5 s|5,8.15E1|5E-1,ec ?+,100,,,-9142.8|6,-4753.4|5,4798.4|7,-22130|50,12761.9|6,3418.5|4,8642.000|9,58939496.8|6,-56358.3|5,1947 -29,,30,,,,,,,,,,,,,,,, -60,Cu,,23.7 min|4,1.42E3|2.4E1,ec ?+,100,+1.2186 5,+0.116 12,-4170.8|16,-4729.6|16,6128.0|17,-19200.9|17,10058.1|16,4477.4|16,8665.602|27,59937363.9|17,-58345.1|16,1947 -29,,31,,,,,,,,,,,,,,,, -61,Cu,,3.339 h|8,1.2E4|2.88E1,ec ?+,100,+2.1083 5,-0.221 10,-5635|16,-5063.4|10,2237.8|10,-15881.0|10,11710.2|18,4799.9|10,8715.514|16,60933457.4|10,-61984.1|10,1937 -29,,32,,,,,,,,,,,,,,,, -62,Cu,,9.67 min|3,5.8E2|1.8E0,ec ?+,100,-0.3796 4,-0.022 4,-1619.5|7,-5365.2|12,3958.9|8,-14510|16,8874.7|11,5854.5|6,8718.081|10,61932594.9|7,-62787.4|6,1936 -29,,33,,,,,,,,,,,,,,,, -63,Cu,,STABLE,,,,+2.22329 18,-0.211 4,-3366.4|15,-5775.0|4,-67.0|6,-12483.1|4,10863.6|5,6122.40|6,8752.138|7,62929597.2|5,-65579.8|4,1923 -29,,34,69.15 %|15,,,,,,,,,,,,,,, -64,Cu,,12.701 h|2,4.57E4|7.2E0,ec ?+,61.5|3,-0.217 2,,579.5|6,-6199.1|4,1674.4|7,-11282.5|15,7916.11|10,7200.74|10,8739.075|7,63929763.9|5,-65424.5|4,1936 -29,,35,,,?-,38.5|3,,,,,,,,,,,, -65,Cu,,STABLE,,,,+2.3816 2,-0.195 4,-1351.6|4,-6790.5|10,-2138.0|8,-9331.0|4,9910.4|7,7453.7|7,8757.096|10,64927789.5|7,-67263.7|6,1923 -29,,36,30.85 %|15,,,,,,,,,,,,,,, -66,Cu,,5.120 min|14,3.07E2|8.4E-1,?-,100,-0.282 2,,2640.9|9,-7259|19,-252.0|15,-8417.6|4,7065.93|9,8421.6|7,8731.472|10,65928868.8|7,-66258.3|7,1937 -29,,37,,,,,,,,,,,,,,,, -67,Cu,,61.83 h|12,2.23E5|4.32E2,?-,100,,,560.8|8,-7893|19,-3577|3,-6491.7|8,9132.6|11,8602.2|17,8737.458|13,66927729.5|10,-67319.5|9,1948 -29,,38,,,,,,,,,,,,,,,, -68,Cu,,30.9 s|6,3.09E1|6E-1,?-,100,+2.3933 6,-0.082 13,4440.1|18,-8200|20,-2103|3,-5758.0|18,6318.8|18,9113|3,8701.890|23,67929610.9|17,-65567.0|16,1953 -29,,39,,,,,,,,,,,,,,,, -69,Cu,,2.85 min|15,1.71E2|9E0,?-,100,+2.8383 10,-0.147 16,2681.6|16,-8975.9|25,-5758|4,-3800.4|16,8240.5|21,9561|3,8695.204|20,68929429.3|15,-65736.2|14,1966 -29,,40,,,,,,,,,,,,,,,, -70,Cu,,44.5 s|2,4.45E1|2E-1,?-,100,+1.3666 5,-0.285 14,6588.4|22,-8993|14,-3762.5|24,-2629.8|13,5311.5|18,10287|4,8646.865|15,69932392.1|12,-62976.4|11,1971 -29,,41,,,,,,,,,,,,,,,, -71,Cu,,19.4 s|16,1.94E1|1.6E0,?-,100,+2.2747 8,-0.190 16,4618|3,-9814|7,-7304.9|27,-1217.7|24,7806.1|18,10786.2|26,8635.022|21,70932676.8|16,-62711.1|15,1983 -29,,42,,,,,,,,,,,,,,,, -72,Cu,,6.63 s|3,6.63E0|3E-2,?-,100,,,8362.5|26,-10280|190,-5556.9|26,-526|3,5143.2|20,11665.7|26,8586.525|19,71935820.3|15,-59783.0|14,1983 -29,,43,,,,,,,,,,,,,,,, -73,Cu,,4.2 s|3,4.2E0|3E-1,?-,100,,,6606.0|27,-11130|140,-8879|3,1086.7|29,7275.7|24,12050|3,8568.569|27,72936674.4|21,-58987.4|19,1983 -29,,44,,,,,,,,,,,,,,,, -74,Cu,,1.63 s|5,1.63E0|5E-2,?-,100,,,9751|7,-11800|300#,-7550|200,1516|6,5090|6,13187|7,8521.56|8,73939875|7,-56006|6,1987 -29,,45,,,?- n,> 0,,,,,,,,,,,, -75,Cu,,1.224 s|3,1.22E0|3E-3,?-,100,+1.0062 13,-0.269 16,8088|3,-12530|470,-10440|300,3214|3,6536|7,13300|200#,8495.09|3,74941522.6|25,-54471.3|23,1985 -29,,46,,,?- n,3.5|6,,,,,,,,,,,, -76,Cu,,0.641 s|6,6.41E-1|6E-3,?-,100,,,11327|7,-13200|400#,-9350|400,3512|7,4576|7,14230|300#,8443.53|9,75945275|7,-50976|7,1987 -29,,47,,,?- n,3|2,,,,,,,,,,,, -77,Cu,,467.9 ms|21,4.68E-1|2.1E-3,?-,100,+1.61 5,,10160|150#,-13630|430#,-11820|520#,5610|150#,5720|150#,14280|430#,8408|2#,76947800|160#,-48620|150#,1987 -29,,48,,,?- n,30.3|20,,,,,,,,,,,, -78,Cu,,335 ms|11,3.35E-1|1.1E-2,?-,100,,,12990|500,-14100|710#,-10610|780,6220|500,3940|520#,14990|710#,8351|6,77952230|540,-44500|500,1991 -29,,49,,,?- n,65|8,,,,,,,,,,,, -79,Cu,,241.0 ms|32,2.41E-1|3.2E-3,?-,100,,,11690|300#,-14520|580#,-14170|670#,7670|300#,5310|590#,15140|670#,8312|4#,78955190|320#,-41740|300#,1991 -29,,50,,,?- n,66|12,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -80,Cu,,113.6 ms|+82-38,1.14E-1|6E-3,?-,100,,,15450|400#,-14110|720#,-13570|810#,9160|400#,2530|500#,15920|720#,8240|5#,79961140|430#,-36200|400#,1995 -29,,51,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -81,CU,,73.2 ms|68,7.32E-2|6.8E-3,?-,100,,,14780|500#,-12830|780#,#,12160|500#,3290|640#,16080|860#,8179|6#,80966270|540#,-31420|500#,2010 -29,,52,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -82,CU,,> 636 ns,6.36E-7|5E15,?- 2n,?,,,16990|600#,,#,12810|600#,1970|780#,,8103|7#,81972820|640#,-25320|600#,2010 -29,,53,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -54,Zn,,1.59 ms|+60-35,1.59E-3|4.8E-4,2p,92|+6-13,,,,-4580|640#,15140|570,,,290|640#,7753|7#,53993270|430#,-6270|400#,2005 -30,,24,,,,,,,,,,,,,,,, -55,Zn,,20 ms,2E-2,ec p,91|5,,,,-5100|640#,17070|430,,16370|560#,450|560#,7909|7#,54984360|430#,-14570|400#,2001 -30,,25,,,?+,?,,,,,,,,,,,, -56,Zn,,30.0 ms|17,3E-2|1.7E-3,ec p,86.0|49,,,-22000|640#,-5480|560#,13250|400#,,18890|560#,1040|430#,8106|7#,55972740|430#,-25390|400#,2001 -30,,26,,,?+ p,?,,,,,,,,,,,, -,,,,,?+,?,,,,,,,,,,,, -57,Zn,,40 ms|10,4E-2|1E-2,ec ?+,100,,,-17540|450#,-5340|200#,14760|200#,-37230|540#,15230|450#,1200|200#,8231|4#,56965060|210#,-32550|200#,1976 -30,,27,,,?+ p,? 65,,,,,,,,,,,, -58,Zn,,86.7 ms|24,8.67E-2|2.4E-3,ec ?+,100,,,-18760|300#,-5450|50,9370|50#,-35360|400#,17820|210#,2280|50,8395.9|9,57954590|50,-42300|50,1986 -30,,28,,,ec p,< 3,,,,,,,,,,,, -59,Zn,,182.0 ms|18,1.82E-1|1.8E-3,ec ?+,100,,,-13450|170#,-4304.6|10,9142.8|9#,-31750|300#,12990|50,2836.8|7,8473.777|13,58949312.0|8,-47215.6|8,1981 -30,,29,,,ec p,0.10|3,,,,,,,,,,,, -60,Zn,,2.38 min|5,1.43E2|3E0,ec ?+,100,,,-14580|200#,-2691.7|5,4170.8|17#,-28490|170#,15030.1|7,5105.0|4,8583.050|9,59941841.4|6,-54174.3|6,1955 -30,,30,,,,,,,,,,,,,,,, -61,Zn,,89.1 s|2,8.91E1|2E-1,ec ?+,100,,,-9210|40,-2690|16,5635|16,-24830|200#,10246|16,5293|16,8610.31|26,60939507|17,-56349|16,1955 -30,,31,,,,,,,,,,,,,,,, -62,Zn,,9.193 h|15,3.31E4|5.4E1,ec ?+,100,,,-9181.1|4,-3364.1|5,1619.5|9,-22100|40,12890|16,6472.9|10,8679.343|10,61934333.5|7,-61168.0|6,1948 -30,,32,,,,,,,,,,,,,,,, -63,Zn,,38.47 min|5,2.31E3|3E0,ec ?+,100,-0.28164 5,+0.29 3,-5666.3|20,-3481.6|16,3366.4|16,-18297.8|16,9116.7|16,6714.9|16,8686.285|25,62933211.2|17,-62213.4|16,1937 -30,,33,,,,,,,,,,,,,,,, -64,Zn,,STABLE,,,,,,-7171.2|15,-3955.8|7,-579.5|8,-17528.2|15,11861.9|15,7713.2|6,8735.905|10,63929141.8|7,-66004.0|6,1922 -30,,34,49.17 %|75,,,,,,,,,,,,,,, -65,Zn,,243.93 d|9,2.11E7|7.78E3,ec ?+,100,+0.7690 2,-0.023 2,-3254.5|7,-4115.0|7,1351.6|9,-15150.5|15,7979.32|17,7776.4|7,8724.265|10,64929240.5|7,-65912.0|6,1939 -30,,35,,,,,,,,,,,,,,,, -66,Zn,,STABLE,,,,,,-5175.5|8,-4577.7|7,-2640.9|10,-14313.0|11,11058.5|9,8924.5|9,8759.632|11,65926033.7|8,-68899.2|7,1922 -30,,36,27.73 %|98,,,,,,,,,,,,,,, -67,Zn,,STABLE,,,,+0.875479 9,+0.150 15,-1001.3|11,-4792.4|7,-560.8|11,-12228.0|8,7052.47|23,8911.0|9,8734.152|11,66927127.5|8,-67880.3|8,1928 -30,,37,4.04 %|16,,,,,,,,,,,,,,, -68,Zn,,STABLE,,,,,,-2921.1|12,-5333.1|8,-4440.1|18,-11199.4|11,10198.10|19,9976.5|8,8755.680|12,67924844.3|8,-70007.1|8,1922 -30,,38,18.45 %|63,,,,,,,,,,,,,,, -69,Zn,,56.4 min|9,3.38E3|5.4E1,?-,100,,,910.0|14,-5717.1|8,-2681.6|16,-9403.2|12,6482.07|16,10139.8|18,8722.729|12,68926550.4|9,-68417.8|8,1937 -30,,39,,,,,,,,,,,,,,,, -70,Zn,,? 3.8 x 1018|y,1.2E26|1.58E32,2?-,100,,,-654.6|16,-5983.4|24,-6588.4|22,-8308.2|16,9218.2|20,11117.5|24,8729.808|27,69925319.2|21,-69564.7|19,1922 -30,,40,0.61 %|10,,2?-,?,,,,,,,,,,,, -71,Zn,,2.45 min|10,1.47E2|6E0,?-,100,,,2810.4|28,-6011|4,-4618|3,-6489.9|29,5835|3,11641.4|29,8689.04|4,70927719.6|28,-67328.8|27,1955 -30,,41,,,,,,,,,,,,,,,, -72,Zn,,46.5 h|1,1.67E5|3.6E2,?-,100,,,442.8|23,-7107|4,-8362.5|26,-6077.7|23,8888|3,12723.3|26,8691.80|3,71926842.8|23,-68145.5|21,1951 -30,,42,,,,,,,,,,,,,,,, -73,Zn,,23.5 s|10,2.35E1|1E0,?-,100,,,4105.9|25,-8040|4,-6606.0|27,-5076.4|20,5519.2|28,13099.4|23,8648.345|26,72929582.6|20,-65593.4|19,1972 -30,,43,,,,,,,,,,,,,,,, -74,Zn,,95.6 s|12,9.56E1|1.2E0,?-,100,,,2293|4,-8968|3,-9751|7,-4129|3,8235|3,14058|3,8642.75|3,73929407.3|27,-65756.7|25,1972 -30,,44,,,,,,,,,,,,,,,, -75,Zn,,10.2 s|2,1.02E1|2E-1,?-,100,,,5906|3,-9578|3,-8088|3,-2581|4,4874|3,13842|6,8592.497|26,74932840.2|21,-62558.9|20,1974 -30,,45,,,,,,,,,,,,,,,, -76,Zn,,5.7 s|3,5.7E0|3E-1,?-,100,,,3993.6|24,-10501.9|27,-11327|7,-1909.7|28,7815.4|24,15120.6|27,8582.273|19,75933115.0|16,-62303.0|15,1974 -30,,46,,,,,,,,,,,,,,,, -77,Zn,,2.08 s|5,2.08E0|5E-2,?-,100,,,7203|3,-11106|3,-10170|150,-563.9|28,4557.5|24,15102|7,8530.003|26,76936887.2|21,-58789.2|20,1977 -30,,47,,,,,,,,,,,,,,,, -78,Zn,,1.47 s|15,1.47E0|1.5E-1,?-,100,,,6222.7|27,-11450|200#,-12990|500,438|3,6765.4|28,16150|150#,8507.379|25,77938289.2|21,-57483.2|19,1977 -30,,48,,,,,,,,,,,,,,,, -79,Zn,,0.746 s|42,7.46E-1|4.2E-2,?-,100,-1.1866 10,+0.487 53,9115.4|29,-11830|300#,-11690|300,2202.3|29,4020.4|29,16220|500,8450.582|28,78942638.1|24,-53432.3|22,1981 -30,,49,,,?- n,1.7|5,,,,,,,,,,,, -80,Zn,,561.9 ms|30,5.62E-1|3E-3,?-,100,,,7575|4,-12440|400#,-15450|400,2828|3,6288|3,17200|300#,8423.54|3,79944552.9|28,-51648.6|26,1981 -30,,50,,,?- n,1.0|5,,,,,,,,,,,, -81,Zn,,0.32 s|5,3.2E-1|5E-2,?-,100,,,11428|6,-11820|500#,-14780|500,4953|6,2622|6,17290|400#,8351.92|6,80950403|5,-46200|5,1991 -30,,51,,,?- n,7.5|30,,,,,,,,,,,, -82,Zn,,228 ms|10,2.28E-1|1E-2,?-,100,,,10617|4,-10850|600#,-16990|600,7243|4,4186|6,18180|500#,8301.12|4,81954574|3,-42314|3,1997 -30,,52,,,?- n,> 0,,,,,,,,,,,, -83,Zn,,117 ms|20,1.17E-1|2E-2,?-,100,,,12970|300#,-11140|670#,#,8570|300#,2050|300#,18260|670#,8226|4#,82961040|320#,-36290|300#,1997 -30,,53,,,?- n,?,,,,,,,,,,,, -84,ZN,,> 633 ns,6.33E-7|5E15,?- 2n,?,,,12160|450#,-11720|810#,#,9260|400#,3710|500#,,8172|5#,83965720|430#,-31930|400#,2010 -30,,54,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -85,Zn,,> 637 ns,6.37E-7|5E15,?- 2n,?,,,14620|580#,,#,10790|540#,1370|640#,,8092|6#,84972910|540#,-25230|500#,2010 -30,,55,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -59,Ga,,< 43 ns,4.3E-8,p,?,,,-17890|430#,-4550|230#,13460|170#,-34750|530#,18290|340#,-1250|180#,8232|3#,58963760|180#,-33760|170#, -31,,28,,,,,,,,,,,,,,,, -60,Ga,,70 ms|13,7E-2|1.3E-2,ec ?+,100,,,-12500|360#,-3370|200#,14580|200#,-31790|450#,13900|260#,-340|200#,8327|3#,59957500|210#,-39590|200#,1995 -31,,29,,,?+ p,1.6|7,,,,,,,,,,,, -,,,,,?+ ?,< 0.023|20,,,,,,,,,,,, -61,Ga,,167 ms|3,1.67E-1|3E-3,ec ?+,100,,,-13770|300#,-2250|40,9210|40#,-28120|300#,15620|200#,250|40,8446.4|6,60949400|40,-47130|40,1987 -31,,30,,,ec p,< 0.25,,,,,,,,,,,, -62,Ga,,116.121 ms|21,1.16E-1|2.1E-5,ec ?+,100,,,-10250|140#,-2744.1|7,9181.1|9#,-26700|300#,12920|40,2927|16,8518.642|10,61944189.8|7,-51986.9|6,1978 -31,,31,,,ec p,?,,,,,,,,,,,, -63,Ga,,32.4 s|5,3.24E1|5E-1,ec ?+,100,,,-9630|40,-2613.7|14,5666.3|20,-22880|140#,12631.5|15,2668.1|14,8583.926|21,62939294.2|14,-56547.1|13,1965 -31,,32,,,,,,,,,,,,,,,, -64,Ga,,2.627 min|12,1.58E2|7.2E-1,ec ?+,100,,,-4517|4,-2912.6|21,7171.2|16,-19980|40,10357.0|19,3908.4|21,8611.631|22,63936840.4|15,-58832.8|14,1953 -31,,33,,,,,,,,,,,,,,,, -65,Ga,,15.2 min|2,9.12E2|1.2E1,ec ?+,100,,,-6179.3|23,-3098.4|9,3254.5|10,-16413|4,11896.0|16,3942.5|6,8662.160|13,64932734.4|9,-62657.5|8,1938 -31,,34,,,,,,,,,,,,,,,, -66,Ga,,9.49 h|3,3.42E4|1.08E2,ec ?+,100,,,-2116.6|26,-3361.1|12,5175.5|13,-15316.8|24,9137.5|13,5100.6|12,8669.361|17,65931589.8|12,-63723.7|11,1937 -31,,35,,,,,,,,,,,,,,,, -67,Ga,,3.2617 d|5,2.82E5|4.32E1,ec,100,+1.8507 3,0.195,-4221|5,-3724.2|12,1001.3|14,-13343.3|27,11226.7|14,5268.9|11,8707.531|18,66928202.4|13,-66879.0|12,1938 -31,,36,,,,,,,,,,,,,,,, -68,Ga,,67.71 min|8,4.06E3|4.8E0,ec ?+,100,0.01175 5,0.0277 14,-107.2|24,-4086.4|14,2921.1|16,-12499|5,8278.3|16,6494.6|12,8701.218|21,67927980.2|15,-67086.0|14,1937 -31,,37,,,,,,,,,,,,,,,, -69,Ga,,STABLE,,,,+2.01659 5,+0.171 11,-2227.1|5,-4489.1|14,-910.0|14,-10420.3|22,10313.1|19,6609.7|14,8724.579|17,68925573.5|13,-69327.8|12,1923 -31,,38,60.108 %|9,,,,,,,,,,,,,,, -70,Ga,,21.14 min|5,1.27E3|3E0,?-,99.59|5,+0.571 2,+0.105 7,1651.7|15,-5076.8|14,654.6|23,-9880.8|6,7653.65|17,7781.3|14,8709.280|17,69926021.9|13,-68910.1|12,1937 -31,,39,,,ec,0.41|5,,,,,,,,,,,, -71,Ga,,STABLE,,,,+2.562266 18,+0.107 1,-232.64|22,-5244.5|12,-2810.4|28,-7648.58|25,9300.3|14,7863.4|21,8717.604|11,70924702.5|9,-70139.1|8,1923 -31,,40,39.892 %|9,,,,,,,,,,,,,,, -72,Ga,,14.10 h|2,5.08E4|7.2E1,?-,100,-0.13224 2,+0.52 1,3997.6|8,-5446.2|18,-442.8|23,-6753.11|28,6520.47|19,8548.5|28,8687.089|11,71926367.4|9,-68588.3|8,1939 -31,,41,,,,,,,,,,,,,,,, -73,Ga,,4.86 h|3,1.75E4|1.08E2,?-,100,,,1598.2|17,-6388.0|22,-4105.9|25,-5184.7|17,9182.4|19,8842.8|27,8693.873|23,72925174.7|18,-69699.3|17,1949 -31,,42,,,,,,,,,,,,,,,, -74,Ga,,8.12 min|12,4.87E2|7.2E0,?-,100,,,5373|3,-7498|3,-2293|4,-4823|3,6422|3,9745|4,8663.17|4,73926946|3,-68050|3,1956 -31,,43,,,,,,,,,,,,,,,, -75,Ga,,126 s|2,1.26E2|2E0,?-,100,+1.836 4,-0.285 17,3392.4|24,-8178.4|28,-5906|3,-3113.5|24,8486|4,9997|3,8660.81|3,74926500.2|26,-68464.6|24,1960 -31,,44,,,,,,,,,,,,,,,, -76,Ga,,32.6 s|6,3.26E1|6E-1,?-,100,,,6916.2|20,-8938.6|24,-3993.6|24,-2511.0|20,5903|3,11026.7|28,8624.526|26,75928827.6|21,-66296.6|20,1961 -31,,45,,,,,,,,,,,,,,,, -77,Ga,,13.2 s|2,1.32E1|2E-1,?-,100,+2.020 3,-0.208 13,5220.5|24,-9430|3,-7203|3,-850.8|24,7767|3,10978.3|28,8613.39|3,76929154.3|26,-65992.3|24,1968 -31,,46,,,,,,,,,,,,,,,, -78,Ga,,5.09 s|5,5.09E0|5E-2,?-,100,,,8156|4,-10125|6,-6222.7|27,-564.4|19,5785|3,12205.7|27,8577.127|24,77931608.8|20,-63705.9|19,1972 -31,,47,,,,,,,,,,,,,,,, -79,Ga,,2.848 s|3,2.85E0|3E-3,?-,100,+1.047 3,+0.158 10,6980|40,-10501|3,-9115.4|29,1243|4,6913.0|27,12353.4|27,8556.063|24,78932852.3|20,-62547.7|19,1974 -31,,48,,,?- n,0.089|19,,,,,,,,,,,, -80,Ga,,1.9 s|1,1.9E0|1E-1,?-,100,+0.036 4,+0.478 27,10312|4,-10673|7,-7575|4,2230|40,4747|3,13080|4,8508.45|4,79936421|3,-59223.7|29,1974 -31,,49,,,?- n,0.86|7,,,,,,,,,,,, -81,Ga,,1.217 s|5,1.22E0|5E-3,?-,100,,,8664|4,-11430|150#,-11428|6,3836|4,6476|4,13268|4,8483.36|4,80938134|4,-57628|3,1976 -31,,50,,,?- n,11.9|7,,,,,,,,,,,, -82,Ga,,0.599 s|2,5.99E-1|2E-3,?-,100,,,12484|3,-10860|500,-10617|4,5290|3,3374|4,14020|6,8421.05|3,81943176.5|26,-52930.7|24,1976 -31,,51,,,?- n,19.8|10,,,,,,,,,,,, -83,Ga,,308.1 ms|10,3.08E-1|1E-3,?-,100,,,11719|4,-9940|300#,-12970|300,8087|3,4398|4,14232|4,8372.57|3,82947120.3|28,-49257.1|26,1976 -31,,52,,,?- n,62.8|25,,,,,,,,,,,, -84,Ga,,0.085 s|10,8.5E-2|1E-2,?-,100,,,14060|200#,-10310|450#,-12160|450#,8820|200#,2900|200#,15090|360#,8307|2#,83952670|210#,-44090|200#,1991 -31,,53,,,?- n,70|15,,,,,,,,,,,, -85,Ga,,92 ms|4,9.2E-2|4E-3,?-,100,,,13270|300#,-10850|580#,-14620|580#,10230|300#,3830|360#,15210|500#,8255|4#,84957220|320#,-39850|300#,1997 -31,,54,,,?- n,> 35,,,,,,,,,,,, -86,Ga,,43 ms|+21-15,4.3E-2|1.8E-2,?-,100,,,15320|590#,-11180|720#,#,10970|400#,2300|500#,16140|640#,8186|5#,85963410|430#,-34080|400#,1997 -31,,55,,,?- n,60|10,,,,,,,,,,,, -,,,,,?- 2n,20|10,,,,,,,,,,,, -87,GA,,> 634 ns,6.34E-7|5E15,?-,100,,,14830|580#,,#,12080|660#,3240|640#,,8129|6#,86968600|540#,-29250|500#,2010 -31,,56,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -59,Ge,,> 360 ns,3.6E-7|5E15,2p,?,,,,-3720|560#,17890|430,,16860|640#,-380|500#,7916|7#,58982960|430#,-15870|400#, -32,,27,,,ec ?+,?,,,,,,,,,,,, -60,GE,,> 110 ns,1.1E-7|5E15,ec p,?,,,-21620|500#,-4120|500#,12500|360#,,19290|500#,620|340#,8106|5#,59970920|320#,-27090|300#,2005 -32,,28,,,ec ?+,?,,,,,,,,,,,, -61,Ge,,44 ms|6,4.4E-2|6E-3,ec ?+,100,,,-16460|420#,-3230|360#,13770|300#,-35960|500#,14340|420#,1060|360#,8208|5#,60964190|320#,-33360|300#,1987 -32,,29,,,ec p,> 62,,,,,,,,,,,, -62,Ge,,129 ms|35,1.29E-1|3.5E-2,ec ?+,100,,,-17420|330#,-1870|150#,10250|140#,-32910|330#,16450|330#,1890|140#,8341|2#,61955190|150#,-41740|140#,1991 -32,,30,,,ec p,?,,,,,,,,,,,, -63,Ge,,150 ms|9,1.5E-1|9E-3,ec ?+,100,,,-13420|200#,-2130|40,9630|40#,-30670|300#,13250|140#,2220|40,8418.7|6,62949630|40,-46920|40,1991 -32,,31,,,,,,,,,,,,,,,, -64,Ge,,63.7 s|25,6.37E1|2.5E0,ec ?+,100,,,-14780|200#,-2566|4,4517|4#,-28890|200#,15470|40,5057|4,8528.82|6,63941690|4,-54315|4,1972 -32,,32,,,,,,,,,,,,,,,, -65,GE,,30.9 s|5,3.09E1|5E-1,ec ?+,100,,,-9540|80,-2554|16,6179.3|23,-25020|200#,10234|4,4934.4|26,8555.06|3,64939368.1|23,-56478.2|22,1972 -32,,33,,,ec p,0.011|3,,,,,,,,,,,, -66,Ge,,2.26 h|5,8.14E3|1.8E2,ec ?+,100,,,-9582|6,-2864.0|25,2116.6|26,-22740|80,13200|3,6238.5|25,8625.44|4,65933862.1|26,-61607.0|24,1950 -32,,34,,,,,,,,,,,,,,,, -67,Ge,,18.9 min|3,1.13E3|1.8E1,ec ?+,100,,,-6071|5,-2870|5,4221|5,-18704|7,9123|5,6224|5,8632.86|7,66932734|5,-62658|5,1950 -32,,35,,,,,,,,,,,,,,,, -68,Ge,,270.93 d|13,2.34E7|1.12E4,ec,100,,,-8084.3|26,-3399.7|20,107.2|24,-18462.9|19,12392|5,7388.7|22,8688.136|28,67928095.3|20,-66978.8|19,1948 -32,,36,,,,,,,,,,,,,,,, -69,Ge,,39.05 h|10,1.41E5|3.6E2,ec ?+,100,0.735 7,0.024 5,-3990|30,-3613.6|15,2227.1|18,-16277.5|23,8193.2|23,7303.6|19,8680.963|19,68927964.5|14,-67100.7|13,1938 -32,,37,,,,,,,,,,,,,,,, -70,Ge,,STABLE,,,,,,-6220|50,-4087.6|10,-1651.7|15,-15520|30,11532.5|16,8523.0|15,8721.700|12,69924248.7|9,-70561.9|8,1923 -32,,38,20.57 %|27,,,,,,,,,,,,,,, -71,Ge,,11.43 d|3,9.88E5|2.59E3,ec,100,+0.547 5,,-2013|4,-4451.1|10,232.6|12,-13640|50,7415.94|11,8285.3|15,8703.309|12,70924952.3|9,-69906.5|8,1941 -32,,39,,,,,,,,,,,,,,,, -72,Ge,,STABLE,,,,,,-4356|4,-5003.7|8,-3997.6|8,-12764|4,10750.7|8,9735.7|8,8731.745|1,71922075.83|8,-72585.90|8,1923 -32,,40,27.45 %|32,,,,,,,,,,,,,,, -73,Ge,,STABLE,,,,-0.8794677 2,-0.173 26,-345|4,-5304.6|8,-1598.2|17,-11139|4,6782.94|5,9998.2|8,8705.049|1,72923458.96|6,-71297.52|6,1933 -32,,41,7.75 %|12,,,,,,,,,,,,,,, -74,Ge,,STABLE,,,,,,-2562.4|17,-6282.6|19,-5373|3,-10541|4,10196.24|6,11012.1|17,8725.200|0,73921177.762|13,-73422.442|13,1923 -32,,42,36.50 %|20,,,,,,,,,,,,,,, -75,Ge,,82.78 min|4,4.97E3|2.4E0,?-,100,+0.510 5,,1177.2|9,-6953.1|26,-3392.4|24,-9068.2|17,6505.84|5,11096|3,8695.609|1,74922858.37|5,-71856.96|5,1939 -32,,43,,,,,,,,,,,,,,,, -76,Ge,,STABLE,,,,,,-921.5|9,-7492.3|21,-6916.2|20,-8250.0|9,9427.24|5,12037.3|24,8705.236|0,75921402.726|19,-73212.889|18,1933 -32,,44,7.73 %|12,,,,,,,,,,,,,,, -77,Ge,,11.211 h|3,4.04E4|1.08E1,?-,100,,,2703.5|17,-8044.4|19,-5220.5|24,-6992.8|9,6071.29|5,12205.2|20,8671.028|1,76923549.84|6,-71212.86|5,1939 -32,,45,,,,,,,,,,,,,,,, -78,Ge,,88.0 min|10,5.28E3|6E1,?-,100,,,955|10,-8530|4,-8156|4,-6017|4,8720|4,13159|4,8671.66|4,77922853|4,-71862|4,1953 -32,,46,,,,,,,,,,,,,,,, -79,Ge,,18.98 s|3,1.9E1|3E-2,?-,100,,,4110|40,-9390|40,-6980|40,-4780|40,5740|40,13110|40,8634.5|5,78925360|40,-69530|40,1970 -32,,47,,,,,,,,,,,,,,,, -80,Ge,,29.5 s|4,2.95E1|4E-1,?-,100,,,2679|4,-9657.2|25,-10312|4,-3971|6,8080|40,14276.6|28,8627.570|26,79925350.8|22,-69535.3|21,1972 -32,,48,,,,,,,,,,,,,,,, -81,Ge,,7.6 s|6,7.6E0|6E-1,?-,100,,,6242|3,-9927.4|28,-8664|4,-2149|4,4827.7|29,14357|4,8580.658|25,80928832.9|22,-66291.7|21,1972 -32,,49,,,,,,,,,,,,,,,, -82,Ge,,4.56 s|26,4.56E0|2.6E-1,?-,100,,,4690|4,-10357|3,-12484|3,-953|3,7195|3,15076|4,8563.756|27,81929774.0|24,-65415.1|22,1972 -32,,50,,,,,,,,,,,,,,,, -83,Ge,,1.85 s|6,1.85E0|6E-2,?-,100,,,8693|4,-9969|3,-11719|4,1058|4,3633|3,15335|3,8504.345|29,82934539.1|26,-60976.4|24,1972 -32,,51,,,?- n,?,,,,,,,,,,,, -84,Ge,,0.954 s|14,9.54E-1|1.4E-2,?-,100,,,7705|4,-8925|4,-14060|200,3450|4,5243|4,16180|4,8465.52|4,83937575|3,-58148|3,1972 -32,,52,,,?- n,10.2|9,,,,,,,,,,,, -85,Ge,,503 ms|18,5.03E-1|1.8E-2,?-,100,,,10066|5,-9349|6,-13270|300,4659|5,3046|5,16320|200#,8401.77|4,84942970|4,-53123|4,1991 -32,,53,,,?- n,16.5|23,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -86,Ge,,226 ms|21,2.26E-1|2.1E-2,?-,100,,,9560|440,-9510|440,-15320|590,5720|440,4350|440,16840|530#,8355|5,85946970|470,-49400|440,1994 -32,,54,,,?- n,45|15,,,,,,,,,,,, -87,Ge,,? 0.14 s,1.4E-1,?-,100,,,11540|300#,-10210|420#,-14830|580#,6810|300#,2750|530#,17290|500#,8290|3#,86952680|320#,-44080|300#,1997 -32,,55,,,?- n,?,,,,,,,,,,,, -88,Ge,,> 300 ns,3E-7|5E15,?-,?,,,10580|440#,-10630|560#,#,7410|400#,4130|500#,18180|640#,8243|5#,87956910|430#,-40140|400#,1997 -32,,56,,,?- n,?,,,,,,,,,,,, -89,Ge,,> 300 ns,3E-7|5E15,?- 2n,?,,,13070|500#,-10920|640#,#,8920|440#,1660|560#,,8169|4#,88963790|430#,-33730|400#,1997 -32,,57,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -90,GE,,> 635 ns,6.35E-7|5E15,?- 2n,?,,,12110|640#,,#,9510|580#,3560|640#,,8118|6#,89968630|540#,-29220|500#,2010 -32,,58,,,?-,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -63,As,,< 43 ns,4.3E-8,p,?,,,,-2160|260#,13420|200,,17250|360#,-950|240#,8193|3#,62964040|210#,-33500|200#, -33,,30,,,,,,,,,,,,,,,, -64,As,,18 ms|+43-7,1.8E-2|2.5E-2,ec ?+,100,,,-12830|540#,-2370|280#,14780|200#,,14100|280#,-100|200#,8286|3#,63957560|220#,-39530|200#,1995 -33,,31,,,,,,,,,,,,,,,, -65,As,,128 ms|16,1.28E-1|1.6E-2,ec ?+,100,,,-13920|310#,-2230|90,9540|80#,-28310|510#,15480|220#,-90|80,8396.2|13,64949610|90,-46940|80,1991 -33,,32,,,,,,,,,,,,,,,, -66,As,,95.77 ms|23,9.58E-2|2.3E-4,ec ?+,100,,,-10360|200#,-2463|6,9582|6#,-27080|300#,13160|80,2836|6,8468.40|9,65944149|6,-52025|6,1978 -33,,33,,,,,,,,,,,,,,,, -67,As,,42.5 s|12,4.25E1|1.2E0,ec ?+,100,,,-10010|70,-2465.0|14,6071|5,-23000|200#,12633|6,2269.2|24,8530.568|7,66939251.1|5,-56587.2|4,1980 -33,,34,,,,,,,,,,,,,,,, -68,As,,151.6 s|8,1.52E2|8E-1,ec ?+,100,,,-4705.1|19,-2486.6|23,8084.3|26,-20390|70,10378.6|19,3525|5,8557.745|27,67936774.1|20,-58894.5|18,1971 -33,,35,,,,,,,,,,,,,,,, -69,As,,15.2 min|2,9.12E2|1.2E1,ec ?+,100,+1.623 2,,-6680|30,-2880|30,3990|30,-16990|30,12290|30,3420|30,8611.8|5,68932250|30,-63110|30,1955 -33,,36,,,,,,,,,,,,,,,, -70,As,,52.6 min|3,3.16E3|1.8E1,ec ?+,100,+2.1061 2,0.09 2,-2410|50,-3040|50,6220|50,-15980|50,9300|60,4530|50,8621.7|7,69930930|50,-64340|50,1950 -33,,37,,,,,,,,,,,,,,,, -71,As,,65.30 h|7,2.35E5|2.52E2,ec ?+,100,+1.6735 18,-0.021 6,-4747|5,-3439|4,2013|4,-14035|4,11620|50,4620|4,8663.93|6,70927114|4,-67893|4,1939 -33,,38,,,,,,,,,,,,,,,, -72,As,,26.0 h|1,9.36E4|3.6E2,ec ?+,100,-2.1566 3,-0.082 24,-362|5,-3569|4,4356|4,-13155|5,8408|6,5612|4,8660.38|6,71926752|4,-68230|4,1939 -33,,39,,,,,,,,,,,,,,,, -73,As,,80.30 d|6,6.94E6|5.18E3,ec,100,,,-2725|7,-4050|4,345|4,-11156|4,10794|6,5656|4,8689.61|5,72923829|4,-70953|4,1948 -33,,40,,,,,,,,,,,,,,,, -74,As,,17.77 d|2,1.54E6|1.73E3,ec ?+,66|2,-1.597 3,,1353.1|17,-4374.8|21,2562.4|17,-10704|8,7979|4,6851.5|17,8680.001|23,73923928.6|18,-70860.1|17,1938 -33,,41,,,?-,34|2,,,,,,,,,,,, -75,As,,STABLE,,,,+1.439475 65,+0.314 6,-864.7|9,-5320.0|12,-1177.2|9,-8892.3|9,10245.5|19,6900.7|9,8700.874|12,74921594.6|9,-73034.2|9,1920 -33,,42,100 %,,,,,,,,,,,,,,, -76,As,,26.24 h|9,9.45E4|3.24E2,?-,100,-0.906 5,7 8,2960.6|9,-6128.0|12,921.5|9,-8193.2|9,7328.50|7,7723.4|9,8682.816|12,75922392.0|10,-72291.4|9,1934 -33,,43,,,,,,,,,,,,,,,, -77,As,,38.79 h|5,1.4E5|1.8E2,?-,100,+1.2946 13,,683.2|17,-6641.9|24,-2703.5|17,-6735.7|17,9696.3|19,7992.4|17,8695.978|22,76920647.6|18,-73916.3|17,1951 -33,,44,,,,,,,,,,,,,,,, -78,As,,90.7 min|2,5.44E3|1.2E1,?-,100,,,4209|10,-7192|10,-955|10,-6289|10,6972|10,8893|10,8673.87|12,77921828|10,-72817|10,1937 -33,,45,,,,,,,,,,,,,,,, -79,As,,9.01 min|15,5.41E2|9E0,?-,100,,,2281|5,-7596|6,-4110|40,-4681|5,8890|11,9063|6,8676.62|7,78920948|6,-73636|5,1950 -33,,46,,,,,,,,,,,,,,,, -80,As,,15.2 s|2,1.52E1|2E-1,?-,100,,,5545|3,-8343|4,-2679|4,-4368|3,6650|6,9980|40,8651.28|4,79922475|4,-72214|3,1954 -33,,47,,,,,,,,,,,,,,,, -81,As,,33.3 s|8,3.33E1|8E-1,?-,100,,,3855.7|28,-8966|4,-6242|3,-2845.2|28,8390|4,10287|3,8648.06|3,80922132.3|28,-72533.3|26,1960 -33,,48,,,,,,,,,,,,,,,, -82,As,,19.1 s|5,1.91E1|5E-1,?-,100,,,7488|4,-8824|4,-4690|4,-1788|4,5643|5,11103|4,8611.41|4,81924739|4,-70105|4,1968 -33,,49,,,,,,,,,,,,,,,, -83,As,,13.4 s|4,1.34E1|4E-1,?-,100,,,5671|4,-9547|3,-8693|4,-146.8|28,7635|5,11543|4,8599.65|3,82925207|3,-69669.3|28,1968 -33,,50,,,,,,,,,,,,,,,, -84,As,,4.2 s|5,4.2E0|5E-1,?-,100,,,10094|4,-9055|4,-7705|4,1416|4,4256|4,12166|4,8547.94|4,83929303|3,-65854|3,1968 -33,,51,,,?- n,0.18|10,,,,,,,,,,,, -85,As,,2.021 s|12,2.02E0|1.2E-2,?-,100,,,9224|4,-7986|4,-10066|5,4687|4,5407|4,12330|4,8510.98|4,84932164|3,-63189|3,1967 -33,,52,,,?- n,62.9|20,,,,,,,,,,,, -86,As,,0.945 s|8,9.45E-1|8E-3,?-,100,,,11541|4,-8456|4,-9560|440,5380|4,3844|5,13128|5,8456.72|4,85936702|4,-58962|3,1973 -33,,53,,,?- n,35.5|6,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -87,As,,484 ms|40,4.84E-1|4E-2,?-,100,,,10808|4,-8786|4,-11540|300,6814|4,4727|5,13510|440,8413.85|3,86940292|3,-55618|3,1970 -33,,54,,,?- n,15.4|22,,,,,,,,,,,, -88,As,,0.20 s|+20-9,2E-1|1.5E-1,?-,100,,,13160|200#,-9060|280#,-10580|450#,7630|200#,3170|200#,13930|360#,8354|2#,87945550|210#,-50720|200#,1994 -33,,55,,,?- n,?,,,,,,,,,,,, -89,As,,> 300 ns,3E-7|5E15,?- 2n,?,,,12190|300#,-9370|420#,-13070|500#,9010|300#,4150|360#,13950|500#,8307|3#,88949760|320#,-46800|300#,1994 -33,,56,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -90,AS,,> 300 ns,3E-7|5E15,?-,?,,,14470|520#,-9680|560#,-12110|640#,9590|400#,2600|500#,14890|560#,8244|4#,89955630|430#,-41330|400#,1997 -33,,57,,,?- n,?,,,,,,,,,,,, -91,As,,,,?-,100,,,13680|590#,-10070|640#,#,10830|520#,3640|560#,14960|640#,8193|4#,90960390|430#,-36900|400#,1997 -33,,58,,,?- n,?,,,,,,,,,,,, -92,As,,,,?-,100,,,15740|640#,,#,11530|660#,2160|640#,,8127|5#,91966740|540#,-30980|500#,1997 -33,,59,,,,,,,,,,,,,,,, -64,SE,,> 180 ns,1.8E-7|5E15,ec ?+,100,,,,-2040|590#,12830|540,,,490|540#,8073|8#,63971340|540#,-26700|500#,2005 -34,,30,,,,,,,,,,,,,,,, -65,Se,,33 ms|4,3.3E-2|4E-3,ec ?+,100,,,,-2080|420#,13920|310,,14390|590#,780|360#,8170|5#,64964550|320#,-33020|300#,1993 -34,,31,,,ec p,100,,,,,,,,,,,, -66,Se,,42 ms|12,4.2E-2|1.2E-2,ec,100?,,,,-2340|240#,10370|200,,16710|360#,2010|220#,8300|3#,65955280|210#,-41660|200#,1993 -34,,32,,,,,,,,,,,,,,,, -67,Se,,136 ms|12,1.36E-1|1.2E-2,ec ?+,100,,,-13790|400#,-2080|80,10010|70#,,12990|210#,1840|70,8369.5|10,66949990|70,-46580|70,1991 -34,,33,,,?+ p,0.5|1,,,,,,,,,,,, -68,Se,,35.5 s|7,3.55E1|7E-1,ec ?+,100,,,-15400|260#,-2299|4,4705.1|19#,-29470|400#,15680|70,4891.2|7,8477.047|7,67941825.2|5,-54189.4|5,1990 -34,,34,,,,,,,,,,,,,,,, -69,Se,,27.4 s|2,2.74E1|2E-1,ec ?+,100,,,-10180|40,-2381.4|26,6680|30,-25710|260#,10316.6|16,4829.2|24,8503.707|22,68939414.8|16,-56434.7|15,1974 -34,,35,,,ec p,0.052|8,,,,,,,,,,,, -70,Se,,41.1 min|3,2.47E3|1.8E1,ec ?+,100,,,-10504|15,-2747.8|29,2410|50,-23740|40,13566.5|22,6110|30,8576.033|23,69933515.5|17,-61929.9|16,1950 -34,,36,,,,,,,,,,,,,,,, -71,Se,,4.74 min|5,2.84E2|3E0,ec ?+,100,,,-6644|6,-2913|5,4747|5,-19792|15,9288|3,6090|50,8586.06|4,70932209|3,-63146.5|28,1957 -34,,37,,,,,,,,,,,,,,,, -72,Se,,8.40 d|8,7.26E5|6.91E3,ec,100,,,-8806.4|22,-3314.3|27,362|5,-19437|6,12793|3,7264|5,8644.489|27,71927140.5|21,-67868.2|20,1948 -34,,38,,,,,,,,,,,,,,,, -73,Se,,7.15 h|8,2.57E4|2.88E2,ec ?+,100,0.87 5,,-4580|10,-3552|8,2725|8,-17237|7,8431|8,7287|8,8641.56|10,72926755|8,-68227|7,1948 -34,,39,,,,,,,,,,,,,,,, -74,Se,,STABLE,,,,,,-6925|6,-4076.2|8,-1353.1|17,-16637|7,12057|7,8549|4,8687.715|0,73922475.935|15,-72213.201|15,1922 -34,,40,0.89 %|4,,,,,,,,,,,,,,, -75,Se,,119.78 d|5,1.03E7|4.32E3,ec,100,0.683 10,1.1 2,-3062|4,-4687.9|8,864.7|9,-14953|6,8027.60|7,8598.4|17,8678.913|1,74922522.87|8,-72169.48|7,1947 -34,,41,,,,,,,,,,,,,,,, -76,Se,,STABLE,,,,,,-4963|9,-5090.97|8,-2960.6|9,-14216|4,11153.79|7,9506.7|9,8711.477|0,75919213.704|17,-75251.950|16,1922 -34,,42,9.37 %|29,,,,,,,,,,,,,,, -77,Se,,STABLE,,,,+0.5350422 6,,-1364.7|28,-5726.88|8,-683.2|17,-12382|9,7418.86|6,9597.1|9,8694.690|1,76919914.15|7,-74599.49|6,1922 -34,,43,7.63 %|16,,,,,,,,,,,,,,, -78,Se,,STABLE,,,,,,-3574|4,-6028.42|18,-4209|10,-11862.4|28,10497.77|17,10398.6|17,8717.806|2,77917309.24|19,-77025.94|18,1922 -34,,44,23.77 %|28,,,,,,,,,,,,,,, -79,Se,,3.27 x 105|y|28,1.03E13|8.84E11,?-,100,-1.018 15,+0.8 2,150.6|10,-6485.41|23,-2281|5,-10537|4,6962.83|13,10389|10,8695.592|3,78918499.25|24,-75917.46|22,1950 -34,,45,,,,,,,,,,,,,,,, -80,Se,,STABLE,,2?-,?,,,-1870.5|3,-6971.5|10,-5545|3,-9762.7|3,9913.3|10,11412|5,8710.813|12,79916521.8|10,-77759.5|10,1922 -34,,46,49.61 %|41,,,,,,,,,,,,,,, -81,Se,,18.45 min|12,1.11E3|7.2E0,?-,100,,,1588.0|14,-7601.0|10,-3855.7|28,-8571.3|5,6700.8|3,11463|3,8685.999|12,80917993.0|11,-76389.0|10,1948 -34,,47,,,,,,,,,,,,,,,, -82,Se,,STABLE,,2?-,,,,-95.2|11,-8157|4,-7488|4,-7688.2|11,9276.2|10,12349.5|27,8693.196|6,81916699.5|5,-77593.9|5,1922 -34,,48,8.73 %|22,,2?-,,,,,,,,,,,,, -83,Se,,22.3 min|2,1.34E3|1.2E1,?-,100,,,3673|5,-8240|40,-5671|4,-5913|3,5818|3,12524|5,8658.55|4,82919119|3,-75341|3,1937 -34,,49,,,,,,,,,,,,,,,, -84,Se,,3.26 min|10,1.96E2|6E0,?-,100,,,1835|26,-8837.3|28,-10094|4,-5005|4,8679|4,13567|3,8658.793|23,83918466.8|21,-75947.7|20,1960 -34,,50,,,,,,,,,,,,,,,, -85,Se,,32.9 s|3,3.29E1|3E-1,?-,100,,,6162|4,-8547|3,-9224|4,-2702|26,4537|3,13849|4,8610.30|3,84922260.8|28,-72413.6|26,1960 -34,,51,,,,,,,,,,,,,,,, -86,Se,,14.3 s|3,1.43E1|3E-1,?-,100,,,5129|4,-7513|3,-11541|4,1|4,6161|4,14603|4,8581.822|29,85924311.7|27,-70503.2|25,1973 -34,,52,,,,,,,,,,,,,,,, -87,Se,,5.50 s|14,5.5E0|1.4E-1,?-,100,,,7466|4,-7875|3,-10808|4,1135|4,3994|3,14753|4,8529.091|26,86928688.6|24,-66426.1|22,1968 -34,,53,,,?- n,0.36|8,,,,,,,,,,,, -88,Se,,1.53 s|6,1.53E0|6E-2,?-,100,,,6832|5,-8161|5,-13160|200,1936|5,5529|4,15555|4,8495.00|4,87931417|4,-63884|3,1970 -34,,54,,,?- n,0.99|10,,,,,,,,,,,, -89,Se,,0.43 s|5,4.3E-1|5E-2,?-,100,,,9282|5,-8294|5,-12190|300,3652|5,3180|5,15560|200#,8435.28|4,88936669|4,-58992|4,1971 -34,,55,,,?- n,7.8|25,,,,,,,,,,,, -90,Se,,195 ms|+95-65,1.95E-1|8E-2,?-,100,,,8200|330,-8830|550,-14470|520,4400|330,4880|330,16290|440#,8396|4,89940100|350,-55800|330,1994 -34,,56,,,?- n,?,,,,,,,,,,,, -91,Se,,0.27 s|5,2.7E-1|5E-2,?-,100,,,10530|430,-8930|530#,-13680|590,5350|430,2850|540,16540|590#,8335|5,90945700|460,-50580|430,1975 -34,,57,,,?- n,21|10,,,,,,,,,,,, -92,Se,,,,?-,100,,,9510|400#,-9010|560#,-15740|640#,6310|400#,4210|590#,17120|560#,8290|4#,91949840|430#,-46720|400#,1997 -34,,58,,,,,,,,,,,,,,,, -93,Se,,,,?-,100,,,12170|590#,-9410|560#,#,7450|400#,2060|560#,17020|640#,8223|4#,92956290|430#,-40720|400#,1997 -34,,59,,,,,,,,,,,,,,,, -94,Se,,> 150 ns,1.5E-7|5E15,?-,100,,,10600|580#,-10010|710#,#,8020|660#,4160|640#,,8180|5#,93960490|540#,-36800|500#,1997 -34,,60,,,,,,,,,,,,,,,, -95,SE,,> 392 ns,3.92E-7|5E15,?- 2n,?,,,13310|580#,,#,8870|580#,1730|710#,,8112|5#,94967300|540#,-30460|500#,2010 -34,,61,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -69,Br,,< 24 ns,2.4E-8,p,100,,,-13820|400#,-1750|90,10180|40#,,15540|260#,-640|40,8344.9|6,68950340|50,-46260|40,1988 -35,,34,,,,,,,,,,,,,,,, -70,Br,,79.1 ms|8,7.91E-2|8E-4,ec ?+,100,,,-10320|200#,-1825|16,10504|15#,-27060|400#,13240|40,2280|15,8414.80|21,69944792|16,-51426|15,1978 -35,,35,,,,,,,,,,,,,,,, -71,Br,,21.4 s|6,2.14E1|6E-1,ec ?+,100,,,-10180|130,-2340|5,6644|6,-23470|200#,13148|16,1861|6,8481.46|8,70939342|6,-56502|5,1981 -35,,36,,,,,,,,,,,,,,,, -72,Br,,78.6 s|24,7.86E1|2.4E0,ec ?+,100,0.60 10,,-5121|8,-2592.1|21,8806.4|22,-20810|130,10631|5,3204|3,8511.312|14,71936594.6|11,-59061.7|10,1970 -35,,37,,,,,,,,,,,,,,,, -73,Br,,3.4 min|2,2.04E2|1.2E1,ec ?+,100,,,-7096|10,-2960|30,4580|10,-17778|11,12657|7,3068|8,8568.10|10,72931672|8,-63647|7,1970 -35,,38,,,,,,,,,,,,,,,, -74,Br,,25.4 min|3,1.52E3|1.8E1,ec ?+,100,,,-2956|6,-3370|50,6925|6,-16808|9,9712|9,4350|9,8583.56|8,73929910|6,-65288|6,1952 -35,,39,,,,,,,,,,,,,,,, -75,Br,,96.7 min|13,5.8E3|7.8E1,ec ?+,100,+0.76 18,,-4783|9,-3639|6,3062|4,-14846|5,11890|7,4183|4,8627.65|6,74925811|5,-69107|4,1948 -35,,40,,,,,,,,,,,,,,,, -76,Br,,16.2 h|2,5.83E4|7.2E2,ec ?+,100,0.54821 2,0.270 3,-1275|10,-4484|10,4963|9,-14037|12,9253|10,5409|9,8635.88|12,75924542|10,-70289|9,1952 -35,,41,,,,,,,,,,,,,,,, -77,Br,,57.04 h|12,2.05E5|4.32E2,ec ?+,100,0.9738 5,+0.530 22,-3065|3,-4707|5,1364.7|28,-12292|5,11017|10,5271.8|28,8666.81|4,76921379|3,-73234.8|28,1948 -35,,42,,,,,,,,,,,,,,,, -78,Br,,6.45 min|4,3.87E2|2.4E0,ec ?+,? 99.99,0.13 3,,726|4,-5017|4,3574|4,-11354|4,8289|5,6142|4,8661.96|5,77921146|4,-73452|4,1937 -35,,43,,,?-,? 0.01,,,,,,,,,,,, -79,Br,,STABLE,,,,+2.106400 4,+0.313 3,-1626|3,-5458.7|13,-150.6|10,-9961.1|11,10687|4,6331.1|10,8687.594|13,78918337.6|11,-76068.0|10,1920 -35,,44,50.69 %|7,,,,,,,,,,,,,,, -80,Br,,17.68 min|2,1.06E3|1.2E0,?-,91.7|2,0.5140 6,0.185 2,2004.4|12,-6022.5|13,1870.5|14,-9518|3,7892.28|13,7260.5|10,8677.653|13,79918529.8|11,-75889.0|10,1937 -35,,45,,,ec ?+,8.3|2,,,,,,,,,,,, -81,Br,,STABLE,,,,+2.270562 4,+0.2615 25,-280.9|5,-6485.6|19,-1588.0|14,-8155.0|12,10159.4|14,7506.5|14,8695.946|12,80916288.2|10,-77977.0|10,1920 -35,,46,49.31 %|7,,,,,,,,,,,,,,, -82,Br,,35.282 h|7,1.27E5|2.52E1,?-,100,+1.6270 5,+0.69 2,3093.1|10,-7107|10,95.2|11,-7873.8|5,7592.94|12,8398.6|14,8682.494|12,81916801.8|10,-77498.7|10,1937 -35,,47,,,,,,,,,,,,,,,, -83,Br,,2.374 h|4,8.55E3|1.44E1,?-,100,,,977|4,-7803|7,-3673|5,-6493|4,9586|4,8709|4,8693.38|5,82915175|4,-79014|4,1937 -35,,48,,,,,,,,,,,,,,,, -84,Br,,31.76 min|8,1.91E3|4.8E0,?-,100,1.9 7,,4656|26,-7994|26,-1835|26,-5864|26,6841|26,9732|26,8671.3|3,83916496|28,-77783|26,1943 -35,,49,,,,,,,,,,,,,,,, -85,Br,,2.90 min|6,1.74E2|3.6E0,?-,100,,,2905|4,-8467|4,-6162|4,-4207|3,8864|26,9917|4,8673.59|4,84915646|3,-78575|3,1943 -35,,50,,,,,,,,,,,,,,,, -86,Br,,55.1 s|4,5.51E1|4E-1,?-,100,,,7633|3,-7952|5,-5129|4,-2223|4,5128|4,10508|4,8632.36|4,85918805|3,-75632|3,1962 -35,,51,,,,,,,,,,,,,,,, -87,Br,,55.68 s|12,5.57E1|1.2E-1,?-,100,,,6818|3,-6647|4,-7466|4,1303|3,6331|4,10677|4,8605.91|4,86920674|3,-73892|3,1943 -35,,52,,,?- n,2.60|4,,,,,,,,,,,, -88,Br,,16.34 s|8,1.63E1|8E-2,?-,100,,,8975|4,-7287|4,-6832|5,1922|3,4896|4,11579|4,8563.75|4,87924083|3,-70716|3,1948 -35,,53,,,?- n,6.58|18,,,,,,,,,,,, -89,Br,,4.357 s|22,4.36E0|2.2E-2,?-,100,,,8262|4,-7510|4,-9282|5,3346|4,5630|5,11679|5,8530.78|4,88926705|4,-68274|3,1959 -35,,54,,,?- n,13.8|4,,,,,,,,,,,, -90,Br,,1.91 s|1,1.91E0|1E-2,?-,100,,,10959|4,-7463|5,-8200|330,4464|4,3797|5,12297|5,8478.19|4,89931293|4,-64000|3,1959 -35,,55,,,?- n,25.2|9,,,,,,,,,,,, -91,Br,,0.543 s|4,5.43E-1|4E-3,?-,100,,,9867|4,-7914|5,-10530|430,5781|4,5178|5,12600|330,8441.92|4,90934399|4,-61107|4,1974 -35,,56,,,?- n,19.5|26,,,,,,,,,,,, -92,Br,,0.314 s|16,3.14E-1|1.6E-2,?-,100,,,12537|7,-7940|200#,-9510|400,6670|7,3197|8,12940|430,8384.91|7,91939632|7,-56233|7,1974 -35,,57,,,?- n,33.1|25,,,,,,,,,,,, -93,Br,,102 ms|10,1.02E-1|1E-2,?-,100,,,11250|430,-8520|520#,-12170|590,7810|430,4730|430,13450|590#,8346|5,92943220|460,-52890|430,1981 -35,,58,,,?- n,68|7,,,,,,,,,,,, -94,Br,,70 ms|20,7E-2|2E-2,?-,100,,,13950|300#,-8490|500#,-10600|580#,8660|300#,2580|520#,13970|500#,8284|3#,93949110|320#,-47400|300#,1981 -35,,59,,,?- n,68|16,,,,,,,,,,,, -95,Br,,? 150 ns,1.5E-7|5E15,?-,100,,,12390|300#,-9300|500#,-13310|580#,9510|300#,4440|420#,14260|580#,8244|3#,94953010|320#,-43770|300#,1997 -35,,60,,,?- n,34.0,,,,,,,,,,,, -96,Br,,? 150 ns,1.5E-7|5E15,?-,100,,,14920|300#,-9610|580#,#,9920|300#,2460|420#,14990|580#,8184|3#,95959030|320#,-38160|300#,1997 -35,,61,,,?- n,27.6|SY,,,,,,,,,,,, -97,Br,,> 300 ns,3E-7|5E15,?-,?,,,13370|420#,,#,10950|400#,3960|500#,,8140|4#,96963440|430#,-34050|400#,1997 -35,,62,,,,,,,,,,,,,,,, -98,BR,,> 634 ns,6.34E-7|5E15,?- 2n,?,,,16060|500#,,#,11100|420#,2270|570#,,8080|4#,97969670|430#,-28250|400#,2010 -35,,63,,,?-,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -69,Kr,,28 ms|1,2.8E-2|1E-3,ec ?+,100,,,,-1840|500#,13820|400,,,930|480#,8133|6#,68965180|430#,-32430|400#,1995 -36,,33,,,?+ p,99|+1-11,,,,,,,,,,,, -70,Kr,,40 ms|6,4E-2|6E-3,ec ?+,100,,,,-1860|280#,10330|200,,16740|450#,2130|200#,8256|3#,69955880|210#,-41100|200#,1995 -36,,34,,,ec p,? 1.3,,,,,,,,,,,, -71,Kr,,100 ms|3,1E-1|3E-3,ec ?+,100,,,-14270|420#,-2170|150,10180|130#,,13300|240#,2190|130,8327.1|18,70950270|140,-46330|130,1981 -36,,35,,,ec p,2.1|7,,,,,,,,,,,, -72,Kr,,17.1 s|2,1.71E1|2E-1,ec ?+,100,,,-15610|500#,-2176|8,5121|8#,-29950|400#,15680|130,4727|10,8429.32|11,71942092|9,-53941|8,1973 -36,,36,,,ec p,< 1 x 10-6,,,,,,,,,,,, -73,Kr,,27.3 s|10,2.73E1|1E0,ec ?+,100,,,-10470|200#,-2542|7,7096|10#,-26290|500#,10682|10,4779|7,8460.18|9,72939289|7,-56552|7,1972 -36,,37,,,ec p,0.25|3,,,,,,,,,,,, -74,Kr,,11.50 min|11,6.9E2|6.6E0,ec ?+,100,,,-10416|3,-2826.9|26,2956|6,-24320|200#,13851|7,5973|8,8533.038|27,73933084.0|22,-62331.8|20,1960 -36,,38,,,,,,,,,,,,,,,, -75,Kr,,4.60 min|7,2.76E2|4.2E0,ec ?+,100,-0.531 4,+1.12 12,-7105|8,-3602|9,4783|9,-20479|9,10063|8,6324|10,8553.44|11,74930946|9,-64324|8,1960 -36,,39,,,,,,,,,,,,,,,, -76,Kr,,14.8 h|1,5.33E4|3.6E2,ec ?+,100,,,-8535|4,-3570|4,1275|10,-19866|4,12761|9,7196|6,8608.81|5,75925911|4,-69014|4,1954 -36,,40,,,,,,,,,,,,,,,, -77,Kr,,74.4 min|6,4.46E3|3.6E1,ec ?+,100,-0.583 3,+0.94 10,-5339.0|24,-4367|8,3065|3,-17761.7|22,9227|4,7169|10,8616.836|25,76924670.0|21,-70169.4|20,1948 -36,,41,,,,,,,,,,,,,,,, -78,Kr,,STABLE,,,,,,-7243|3,-4390.0|3,-726|4,-17419.1|13,12080.1|20,8232.4|28,8661.238|4,77920366.3|3,-74178.3|3,1920 -36,,42,0.355 %|3,,,,,,,,,,,,,,, -79,Kr,,35.04 h|10,1.26E5|3.6E2,ec ?+,100,+0.536 2,,-3639|4,-4698|3,1626|4,-15578|5,8335|3,8279|5,8657.11|4,78920083|4,-74442|3,1948 -36,,43,,,,,,,,,,,,,,,, -80,Kr,,STABLE,,,,,,-5717.9|20,-5066.3|7,-2004.4|12,-15161.7|22,11522|4,9114.3|12,8692.928|9,79916378.0|7,-77893.3|7,1920 -36,,44,2.286 %|10,,,,,,,,,,,,,,, -81,Kr,,2.29 x 105|y|11,7.23E12|3.47E11,ec,100,-0.908 2,+0.644 4,-2240|5,-5521.6|11,280.9|15,-13592.0|21,7874.1|12,9096.2|15,8682.820|13,80916589.7|12,-77696.2|11,1950 -36,,45,,,,,,,,,,,,,,,, -82,Kr,,STABLE,,,,,,-4404|3,-5990.76|18,-3093.1|10,-13206|5,10966.9|11,9903.7|10,8710.675|0,81913481.155|6,-80591.785|5,1920 -36,,46,11.593 %|31,,,,,,,,,,,,,,, -83,Kr,,STABLE,,,,-0.970669 3,+0.26 3,-920.0|23,-6498.09|22,-977|4,-11874|3,7470.17|1,9780.9|10,8695.729|0,82914126.518|9,-79990.633|9,1920 -36,,47,11.500 %|19,,,,,,,,,,,,,,, -84,Kr,,STABLE,,,,,,-2680.4|22,-7104.8|10,-4656|26,-11440.0|23,10520.02|1,10715|4,8717.446|0,83911497.729|4,-82439.335|4,1920 -36,,48,56.987 %|15,,,,,,,,,,,,,,, -85,Kr,,10.739 y|14,3.39E8|4.42E5,?-,100,-1.005 2,+0.443 3,687.0|20,-7516.3|22,-2905|4,-9793|3,7112.3|20,10986|26,8698.562|24,84912527.3|21,-81480.3|20,1940 -36,,49,,,,,,,,,,,,,,,, -86,Kr,,STABLE,,,,,,-518.67|20,-8096.7|5,-7633|3,-9169.65|0,9856.6|20,11979|3,8712.029|0,85910610.626|4,-83265.666|4,1920 -36,,50,17.279 %|41,,,,,,,,,,,,,,, -87,Kr,,76.3 min|5,4.58E3|3E1,?-,100,-1.023 2,-0.30 3,3888.27|25,-7794|3,-6818|3,-6033.8|3,5515.17|25,12366|3,8675.283|3,86913354.76|26,-80709.52|25,1940 -36,,51,,,,,,,,,,,,,,,, -88,Kr,,2.825 h|19,1.02E4|6.84E1,?-,100,,,2917.7|26,-6168|3,-8975|4,-3164.8|26,7053.1|26,13089|4,8656.85|3,87914447.9|28,-79691.3|26,1939 -36,,52,,,,,,,,,,,,,,,, -89,Kr,,3.15 min|4,1.89E2|2.4E0,?-,100,-0.330 3,+0.16 2,5177|6,-6547|3,-8262|4,-1998.1|21,4916|3,13109|4,8614.815|24,88917835.4|23,-76535.8|21,1940 -36,,53,,,,,,,,,,,,,,,, -90,Kr,,32.32 s|9,3.23E1|9E-2,?-,100,,,4405|7,-6881|3,-10959|4,-1318|6,6494.8|28,13974|4,8591.259|21,89919527.9|20,-74959.2|19,1951 -36,,54,,,,,,,,,,,,,,,, -91,Kr,,8.57 s|4,8.57E0|4E-2,?-,100,-0.583 2,+0.30 3,6771|8,-6973|3,-9867|4,319|7,4086.0|29,14263|4,8541.751|25,90923806.3|24,-70974.0|22,1951 -36,,55,,,,,,,,,,,,,,,, -92,Kr,,1.840 s|8,1.84E0|8E-3,?-,100,,,6003|7,-7310|4,-12537|7,904|8,5867|4,14951|4,8512.674|29,91926173.1|29,-68769.3|27,1951 -36,,56,,,?- n,0.0332|25,,,,,,,,,,,, -93,Kr,,1.286 s|10,1.29E0|1E-2,?-,100,-0.413 2,,8484|8,-7569|4,-11250|430,2565|7,3438|4,15192|7,8458.108|27,92931147.2|27,-64136.0|25,1951 -36,,57,,,?- n,1.95|11,,,,,,,,,,,, -94,Kr,,212 ms|5,2.12E-1|5E-3,?-,100,,,7215|12,-7970|330,-13950|300,3201|14,5283|12,15750|430,8424.33|13,93934140|13,-61348|12,1972 -36,,58,,,?- n,1.11|7,,,,,,,,,,,, -95,Kr,,0.114 s|3,1.14E-1|3E-3,?-,100,-0.410 3,,9733|28,-8000|430,-12390|300,4333|19,2882|22,16050|300#,8365.99|20,94939711|20,-56159|19,1994 -36,,59,,,?- n,2.87|18,,,,,,,,,,,, -96,Kr,,80 ms|8,8E-2|8E-3,?-,100,,,8275|21,-8780|400#,-14920|300,4740|29,4992|28,16600|300#,8330.85|21,95943017|22,-53080|20,1994 -36,,60,,,?- n,3.7|4,,,,,,,,,,,, -97,KR,,63 ms|4,6.3E-2|4E-3,?-,100,,,11100|130,-9130|420#,-13370|420,5860|130,2420|130,16550|320#,8269.9|13,96949090|140,-47420|130,1997 -36,,61,,,?- n,6.7|6,,,,,,,,,,,, -98,Kr,,46 ms|8,4.6E-2|8E-3,?- n,7.0|10,,,10060|300#,-9930|580#,-16060|500#,6140|300#,4960|320#,17540|500#,8236|3#,97952430|320#,-44310|300#,1997 -36,,62,,,?-,?,,,,,,,,,,,, -99,Kr,,13 ms|+34-6,1.3E-2|2E-2,?-,100,,,12360|400#,-10720|640#,#,7540|400#,2520|500#,17800|570#,8178|4#,98958390|430#,-38760|400#,1997 -36,,63,,,?- n,11|7,,,,,,,,,,,, -100,Kr,,7 ms|+11-3,7E-3|7E-3,?-,100,,,11190|400,,,8000|400,4360|570,,8140|4,99962370|430,-35050|400,1997 -36,,64,,,?- n,?,,,,,,,,,,,, -101,KR,,> 635 ns,6.35E-7|5E15,?- 2n,?,,,13720|540,,,9050|500,2150|640,,8081|5,100968730|540,-29130|500,2010 -36,,65,,,?-,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -73,Rb,,< 30 ns,3E-8,p,> 0,,,-14130|450#,-2250|200#,10470|200#,,15820|540#,-570|200#,8306|3#,72950530|210#,-46080|200#, -37,,36,,,ec ?+,?,,,,,,,,,,,, -74,Rb,,64.776 ms|30,6.48E-2|3E-5,ec ?+,100,,,-11090|100#,-2915|15,10416|4#,-28040|400#,13910|200#,2653|7,8381.71|4,73944266|3,-51916|3,1977 -37,,37,,,,,,,,,,,,,,,, -75,Rb,,19.0 s|12,1.9E1|1.2E0,ec ?+,100,,,-10600|220,-3141|6,7105|8,-24460|100#,13374|3,2175.8|23,8448.275|16,74938573.2|13,-57218.7|12,1975 -37,,38,,,,,,,,,,,,,,,, -76,Rb,,36.5 s|6,3.65E1|6E-1,ec ?+,100,-0.3726228 14,+0.38 15,-6230|30,-3842.2|14,8535|4,-21930|220,11331.7|15,3444|8,8486.215|12,75935073.0|10,-60479.1|9,1969 -37,,39,,,ec ?,3.8 x 10-7|10,,,,,,,,,,,, -77,Rb,,3.78 min|4,2.27E2|2.4E0,ec ?+,100,+0.6544680 16,+0.70 4,-7027|8,-3608|7,5339.0|24,-18650|30,12422.7|16,3106|4,8537.339|17,76930401.6|14,-64830.5|13,1972 -37,,40,,,,,,,,,,,,,,,, -78,Rb,,17.66 min|3,1.06E3|1.8E0,ec ?+,100,,,-3761|8,-4072|7,7243|3,-17203|9,10176|3,4055|4,8558.35|4,77928142|3,-66935|3,1968 -37,,41,,,,,,,,,,,,,,,, -79,Rb,,22.9 min|5,1.37E3|3E1,ec ?+,100,+3.3579 12,-0.12 4,-5326|9,-4121|5,3639|4,-15700|8,11939|4,3913.7|22,8601.142|27,78923989.9|23,-70803.0|21,1957 -37,,42,,,,,,,,,,,,,,,, -80,Rb,,33.4 s|7,3.34E1|7E-1,ec ?+,100,-0.0836 6,+0.348 20,-1864|4,-4311|10,5717.9|20,-14770|9,9443.8|28,5022|4,8611.675|23,79922516.4|20,-72175.5|19,1961 -37,,43,,,,,,,,,,,,,,,, -81,Rb,,4.572 h|4,1.65E4|1.44E1,ec ?+,100,+2.0595 14,+0.398 23,-3929|6,-4647|6,2240|5,-13217|6,11353|5,4852|5,8645.51|6,80918994|5,-75457|5,1949 -37,,44,,,,,,,,,,,,,,,, -82,Rb,,1.2575 min|2,7.55E1|1.2E-2,SF ec ?+,100,+0.5545083 11,+0.19 7,-178|7,-5161|5,4404|3,-12731|4,8802|6,5781|3,8647.43|4,81918209|3,-76188|3,1949 -37,,45,,,ec ?+,100,,,,,,,,,,,, -83,Rb,,86.2 d|1,7.45E6|8.64E3,ec,100,+1.4249 8,+0.196 22,-2273|6,-5427.5|25,920.0|23,-11132|6,10954|4,5767.8|23,8675.218|28,82915114.2|25,-79070.6|23,1950 -37,,46,,,,,,,,,,,,,,,, -84,Rb,,32.82 d|7,2.84E6|6.05E3,ec ?+,96.1|20,-1.324116 2,-0.015 35,890.6|23,-6294.9|24,2680.4|22,-11033|7,8760|3,7057.3|22,8676.224|26,83914375.2|24,-79759.0|22,1947 -37,,47,,,?-,3.9|20,,,,,,,,,,,, -85,Rb,,STABLE,,,,+1.35298 10,+0.277 1,-1064.1|28,-6615.2|10,-687.0|20,-9589.1|12,10479.7|22,7016.97|0,8697.441|0,84911789.738|5,-82167.330|5,1921 -37,,48,72.17 %|2,,,,,,,,,,,,,,, -86,Rb,,18.642 d|18,1.61E6|1.56E3,?-,99.9948|5,-1.6977 16,+0.23 6,1776.10|20,-7673.2|10,518.67|20,-9715.0|28,8650.98|20,8555.6|20,8696.901|2,85911167.44|21,-82746.99|20,1941 -37,,49,,,ec,0.0052|5,,,,,,,,,,,, -87,Rb,,4.97 x 1010|y|3,1.57E18|9.47E15,?-,100,+2.75131 12,+0.132 1,282.275|6,-8009|4,-3888.27|25,-8146.02|1,9922.11|20,8621.10|1,8710.983|0,86909180.531|6,-84597.791|6,1921 -37,,50,27.83 %|2,,,,,,,,,,,,,,, -88,Rb,,17.773 min|18,1.07E3|1.08E0,?-,100,+0.5117 26,-0.01 10,5312.62|16,-7251|26,-2917.7|26,-5800.25|16,6082.52|16,9188.44|28,8681.115|2,87911315.59|17,-82608.99|16,1939 -37,,51,,,,,,,,,,,,,,,, -89,Rb,,15.32 min|10,9.19E2|6E0,?-,100,+2.3836 7,+0.144 26,4497|5,-5562|6,-5177|6,-1862|5,7175|5,9310|6,8664.19|6,88912278|6,-81712|5,1940 -37,,52,,,,,,,,,,,,,,,, -90,Rb,,158 s|5,1.58E2|5E0,?-,100,,,6584|7,-6157|7,-4405|7,-1227|6,5723|8,10118|7,8631.51|7,89914799|7,-79364|6,1951 -37,,53,,,,,,,,,,,,,,,, -91,Rb,,58.2 s|3,5.82E1|3E-1,?-,100,+2.1815 15,+0.19 5,5907|9,-6278|8,-6771|8,132|8,6452|10,10075|8,8607.56|9,90916537|8,-77745|8,1951 -37,,54,,,,,,,,,,,,,,,, -92,Rb,,4.48 s|3,4.48E0|3E-2,?-,100,,,8095|6,-6481|7,-6003|7,808|8,5099|10,11087|7,8569.42|7,91919728|7,-74772|6,1960 -37,,55,,,?- n,0.0107|5,,,,,,,,,,,, -93,Rb,,5.84 s|2,5.84E0|2E-2,?-,100,+1.4095 16,+0.18 4,7466|9,-6771|8,-8484|8,2176|9,5919|10,11140|8,8540.92|8,92922039|8,-72620|8,1960 -37,,56,,,?- n,1.39|7,,,,,,,,,,,, -94,Rb,,2.702 s|5,2.7E0|5E-3,?-,100,+1.4984 18,+0.163 50,10282.9|26,-6987|4,-7215|12,3452|8,4014|8,11716|3,8492.764|22,93926394.8|22,-68562.8|20,1961 -37,,57,,,?- n,10.5|4,,,,,,,,,,,, -95,Rb,,377.7 ms|8,3.78E-1|8E-4,?-,100,+1.3336 65,+0.211 65,9228|20,-7209|21,-9733|28,4883|20,5400|20,11833|24,8460.21|21,94929263|22,-65891|20,1967 -37,,58,,,?- n,8.7|3,,,,,,,,,,,, -96,Rb,,203 ms|3,2.03E-1|3E-3,?-,100,+1.4658 17,+0.25 6,11570|9,-7546|7,-8275|21,5694|7,3534|20,12484|19,8408.90|3,95934133|4,-61354|3,1967 -37,,59,,,?- n,13.3|7,,,,,,,,,,,, -97,Rb,,169.1 ms|6,1.69E-1|6E-4,?-,100,+1.8410 21,+0.70 15,10062|4,-8050|430,-11100|130,6334|9,5236|4,12728|21,8376.186|20,96937177.1|21,-58519.1|19,1969 -37,,60,,,?- n,25.5|9,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -98,Rb,,114 ms|5,1.14E-1|5E-3,?-,100,,,12054|16,-9390|300#,-10060|300,6141|16,3921|16,14230|130,8330.73|16,97941632|17,-54369|16,1971 -37,,61,,,?- n,13.8|6,,,,,,,,,,,, -,,,,,?- 2n,0.051|7,,,,,,,,,,,, -99,Rb,,56.4 ms|12,5.64E-2|1.2E-3,?-,100,,,11400|6,-9770|300#,-12360|400,7231|5,4823|17,14100|300#,8295.30|4,98945119|4,-51121|4,1971 -37,,62,,,?- n,15.8|24,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -100,Rb,,51 ms|8,5.1E-2|8E-3,?-,100,,,13574|21#,-10510|300,-11200|400#,8203|20#,3197|20#,14780|400,8244.32|20#,99950352|21#,-46247|20#,1978 -37,,63,,,?- n,6|3,,,,,,,,,,,, -,,,,,?- 2n,0.16|8,,,,,,,,,,,, -101,Rb,,32 ms|5,3.2E-2|5E-3,?-,100,,,12480|200,-11210|450,-13720|540,8900|200,4670|200,15080|450,8209|2,100954000|210,-42840|200,1992 -37,,64,,,?- n,28|4,,,,,,,,,,,, -102,RB,,37 ms|5,3.7E-2|5E-3,?-,100,,,14450|310,-11880|500,,9550|300,2930|360,15870|580,8157|3,101959520|320,-37710|300,1995 -37,,65,,,?- n,18|8,,,,,,,,,,,, -103,RB,,23 ms|+13-9,2.3E-2|1.1E-2,?-,100,,,13810|450,,,10480|410,3970|500,,8117|4,102963920|430,-33610|400,2010 -37,,66,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -73,Sr,,> 25 ms,2.5E-2|5E21,ec ?+,100,,,,-1940|570#,14130|450,,,910|640#,8102|5#,72965700|430#,-31950|400#,1993 -38,,35,,,ec p,> 0,,,,,,,,,,,, -74,Sr,,27 ms|8,2.7E-2|8E-3,ec ?+,100,,,,-2150|220#,11090|100,,16950|410#,2030|220#,8221|1#,73956170|110#,-40830|100#,1995 -38,,36,,,ec p,?,,,,,,,,,,,, -75,Sr,,88 ms|3,8.8E-2|3E-3,ec ?+,100,,,-14800|370#,-2720|250,10600|220#,,13860|240#,1990|220,8296.5|29,74949950|240,-46620|220,1991 -38,,37,,,ec p,5.2|9,,,,,,,,,,,, -76,Sr,,7.89 s|7,7.89E0|7E-2,ec ?+,100,,,-15770|300#,-2730|40,6230|30#,-30500|300#,15700|220,4320|30,8393.9|5,75941760|40,-54250|30,1990 -38,,38,,,ec p,3.4 x 10-5|8,,,,,,,,,,,, -77,Sr,,9.0 s|2,9E0|2E-1,ec ?+,100,-0.348 4,+1.40 11,-11360|200#,-3677|10,7027|8#,-27390|300#,11630|40,4613|8,8435.92|10,76937945|8,-57803|8,1976 -38,,39,,,ec p,0.08|3,,,,,,,,,,,, -78,Sr,,160 s|8,1.6E2|8E0,ec ?+,100,,,-11000|300#,-3267|8,3761|8#,-24810|200#,13442|11,5632|8,8500.10|10,77932180|8,-63174|7,1982 -38,,40,,,,,,,,,,,,,,,, -79,Sr,,2.25 min|10,1.35E2|6E0,ec ?+,100,-0.474 4,+0.661 6,-7660|80,-3578|12,5326|9,-21370|300#,10374|11,5830|9,8523.82|11,78929708|9,-65477|8,1972 -38,,41,,,,,,,,,,,,,,,, -80,Sr,,106.3 min|15,6.38E3|9E1,ec ?+,100,,,-9163|7,-3723|5,1864|4,-20560|80,12906|9,6797|4,8578.60|4,79924518|4,-70311|3,1961 -38,,42,,,,,,,,,,,,,,,, -81,Sr,,22.3 min|4,1.34E3|2.4E1,ec ?+,100,+0.543 4,,-5815|6,-3784|4,3929|6,-18451|7,9288|5,6642|4,8587.35|4,80923211|3,-71528|3,1952 -38,,43,,,,,,,,,,,,,,,, -82,Sr,,25.35 d|3,2.19E6|2.59E3,ec,100,,,-7946|8,-4257|6,178|7,-18368|8,12553|7,7842|8,8635.72|7,81918400|6,-76010|6,1952 -38,,44,,,,,,,,,,,,,,,, -83,Sr,,32.41 h|3,1.17E5|1.08E2,ec ?+,100,-0.829 2,+0.781 67,-4592|20,-4780|8,2273|7,-16805|9,8859|9,7899|7,8638.41|8,82917554|7,-76798|7,1952 -38,,45,,,,,,,,,,,,,,,, -84,Sr,,STABLE,,,,,,-6755|4,-5181.1|14,-890.6|25,-16515|19,11923|7,8867.9|26,8677.512|15,83913419.1|13,-80649.6|12,1936 -38,,46,0.56 %|1,,,,,,,,,,,,,,, -85,Sr,,64.849 d|7,5.6E6|6.05E2,ec,100,-1.000 2,+0.282 15,-3261|19,-5832|3,1064.0|28,-15280|5,8525|3,8633|4,8675.72|3,84912932|3,-81103.3|28,1940 -38,,47,,,,,,,,,,,,,,,, -86,Sr,,STABLE,,,,,,-5240|14,-6356.22|1,-1776.10|20,-14752|19,11491.1|28,9644.73|1,8708.456|0,85909260.726|6,-84523.089|5,1931 -38,,48,9.86 %|1,,,,,,,,,,,,,,, -87,Sr,,STABLE,,,,-1.0928 7,+0.305 2,-1861.7|11,-7314.35|1,-282.275|8,-13668|14,8428.29|1,9422.04|20,8705.236|0,86908877.496|5,-84880.066|5,1931 -38,,49,7.00 %|1,,,,,,,,,,,,,,, -88,Sr,,STABLE,,,,,,-3622.6|15,-7907.20|0,-5312.62|16,-12974.6|11,11112.87|1,10612.80|1,8732.595|0,87905612.256|6,-87921.618|6,1923 -38,,50,82.58 %|1,,,,,,,,,,,,,,, -89,Sr,,50.563 d|25,4.37E6|2.16E3,?-,100,-1.1481 8,-0.271 9,1499.3|16,-7153.6|20,-4497|5,-9981.3|15,6358.72|9,10888.99|18,8705.922|1,88907450.81|10,-86209.02|9,1937 -38,,51,,,,,,,,,,,,,,,, -90,Sr,,28.79 y|6,9.09E8|1.89E6,?-,100,,,545.9|14,-5107.4|21,-6584|7,-6311.1|14,7810.4|21,11525|6,8695.972|24,89907730.9|23,-85948.1|21,1948 -38,,52,,,,,,,,,,,,,,,, -91,Sr,,9.65 h|6,3.47E4|2.16E2,?-,100,-0.885 2,+0.045 11,2699|5,-5367|5,-5907|10,-5229|6,5775|6,11576|8,8663.87|6,90910196|6,-83652|5,1943 -38,,53,,,,,,,,,,,,,,,, -92,Sr,,2.611 h|17,9.4E3|6.12E1,?-,100,,,1949|9,-5601|4,-8095|7,-4587|4,7287|6,12411|9,8648.91|4,91911038|4,-82867|3,1956 -38,,54,,,,,,,,,,,,,,,, -93,Sr,,7.43 min|3,4.46E2|1.8E0,?-,100,-0.7926 12,+0.258 11,4141|12,-5975|8,-7466|11,-3341|12,5290|8,12602|10,8612.79|8,92914024|8,-80086|8,1959 -38,,55,,,,,,,,,,,,,,,, -94,Sr,,75.3 s|2,7.53E1|2E-1,?-,100,,,3506|6,-6311.4|25,-10282.9|26,-2690|11,6831|8,13515|8,8593.834|18,93915355.6|18,-78845.7|17,1959 -38,,56,,,,,,,,,,,,,,,, -95,Sr,,23.90 s|14,2.39E1|1.4E-1,?-,100,-0.537 2,,6089|7,-6570|6,-9228|21,-839|9,4345|6,13846|6,8549.11|6,94919356|6,-75120|6,1961 -38,,57,,,,,,,,,,,,,,,, -96,Sr,,1.07 s|1,1.07E0|1E-2,?-,100,,,5412|10,-6580|9,-11570|9,213|11,5876|10,14322|22,8521.26|9,95921713|9,-72924|8,1971 -38,,58,,,,,,,,,,,,,,,, -97,Sr,,429 ms|5,4.29E-1|5E-3,?-,100,-0.4983 9,,7540|8,-6870|4,-10062|4,1683|7,3729|9,14516|5,8471.86|3,96926375|4,-68581|3,1978 -38,,59,,,?- n,? 0.05,,,,,,,,,,,, -98,Sr,,0.653 s|2,6.53E-1|2E-3,?-,100,,,5872|9,-7500|13,-12054|16,1627|7,5913|5,15193|4,8445.74|3,97928692|3,-66423|3,1971 -38,,60,,,?- n,0.25|5,,,,,,,,,,,, -99,Sr,,0.269 s|1,2.69E-1|1E-3,?-,100,-0.261 5,0.84 8,8128|8,-8787|19,-11400|6,1702|9,4170|6,15441|17,8402.55|5,98932881|5,-62521|5,1975 -38,,61,,,?- n,0.100|19,,,,,,,,,,,, -100,Sr,,202 ms|3,2.02E-1|3E-3,?-,100,,,7506|13#,-9166|22#,-13574|21#,2758|10#,5371|9#,15989|8#,8372.23|7#,99935780|8#,-59821|7#,1978 -38,,62,,,?- n,0.78|13,,,,,,,,,,,, -101,Sr,,118 ms|3,1.18E-1|3E-3,?-,100,,,9736|11#,-10330|130#,-12480|200#,3931|14#,3575|11#,16367|21#,8324.74|8#,100940606|9#,-55325|8#,1983 -38,,63,,,?- n,2.37|14,,,,,,,,,,,, -102,Sr,,69 ms|6,6.9E-2|6E-3,?-,100,,,9010|70#,-10270|310,-14450|310#,4830|70#,4910|70#,16600|210,8291.2|7#,101944000|70#,-52160|70#,1986 -38,,64,,,?- n,5.5|15,,,,,,,,,,,, -103,Sr,,53 ms|10,5.3E-2|1E-2,?-,100,,,11030|200,-11090|450,-13810|450,5680|200,3330|210,17000|360,8243|2,102949090|210,-47420|200,1997 -38,,65,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -104,Sr,,53 ms|5,5.3E-2|5E-3,?-,100,,,9960|500,-11480|500,,6280|300,4750|360,17790|500,8210|3,103952650|320,-44110|300,1997 -38,,66,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -105,Sr,,39 ms|5,3.9E-2|5E-3,?-,100,,,12660|1430,-11910|710,,7380|640,2580|580,,8156|5,104958550|540,-38610|500,1997 -38,,67,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -106,SR,,20 ms|+8-7,2E-2|8E-3,?-,100,,,11260|780,,,8410|1460,4250|780,,8119|6,105962650|640,-34790|600,2010 -38,,68,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -107,SR,,> 395 ns,3.95E-7|5E15,?- 2n,?,,,13460|860,,,9080|860,2180|920,,8064|7,106968970|750,-28900|700,2010 -38,,69,,,?-,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -76,Y,,> 200 ns,2E-7|5E15,p,?,,,,-2570|580#,15770|300,,14730|420#,-850|370#,8176|4#,75958690|320#,-38480|300#,2001 -39,,37,,,ec ?+,?,,,,,,,,,,,, -77,Y,,57 ms|+22-12,5.7E-2|1.7E-2,ec ?+,100,,,-14400|450#,-2780|280#,11360|200#,,16030|360#,-520|200#,8278|3#,76950150|220#,-46440|200#,1999 -39,,38,,,p,?,,,,,,,,,,,, -,,,,,ec p,?,,,,,,,,,,,, -78,Y,,53 ms|8,5.3E-2|8E-3,ec ?+,100,,,-11320|500#,-2680|300#,11000|300#,-28200|500#,13810|360#,1660|300#,8349|4#,77943990|320#,-52170|300#,1992 -39,,39,,,ec p,?,,,,,,,,,,,, -79,Y,,14.8 s|6,1.48E1|6E-1,ec ?+,100,,,-11050|310#,-3020|80,7660|80#,-25040|410#,13720|310#,1930|80,8417.0|10,78937930|80,-57820|80,1992 -39,,40,,,ec p,?,,,,,,,,,,,, -80,Y,,30.1 s|5,3.01E1|5E-1,ec ?+,100,,,-6790|300#,-3094|6,9163|7#,-22450|300#,11400|80,2960|10,8454.27|8,79934355|7,-61148|6,1981 -39,,41,,,ec p,?,,,,,,,,,,,, -81,Y,,70.4 s|10,7.04E1|1E0,ec ?+,100,,,-8250|90,-3307|6,5815|6,-19420|300#,12636|8,2690|6,8505.90|7,80929454|6,-65713|5,1981 -39,,42,,,,,,,,,,,,,,,, -82,Y,,8.30 s|20,8.3E0|2E-1,ec ?+,100,,,-4433|12,-3554|6,7946|8,-18680|90,10422|8,3825|6,8529.27|7,81926930|6,-68064|5,1980 -39,,43,,,,,,,,,,,,,,,, -83,Y,,7.08 min|8,4.25E2|4.8E0,ec ?+,100,,,-6294|20,-3828|19,4592|20,-16646|22,12213|19,3485|20,8573.66|22,82922484|20,-72206|19,1962 -39,,44,,,,,,,,,,,,,,,, -84,Y,,39.5 min|8,2.37E3|4.8E1,ec ?+,100,,,-2473|7,-4144|5,6755|4,-16054|8,9760|19,4386|8,8587.78|5,83920671|5,-73894|4,1962 -39,,45,,,,,,,,,,,,,,,, -85,Y,,2.68 h|5,9.65E3|1.8E2,ec ?+,100,,,-4667|20,-4810|20,3261|19,-14492|20,12019|19,4482|19,8628.15|22,84916433|20,-77842|19,1952 -39,,46,,,,,,,,,,,,,,,, -86,Y,,14.74 h|2,5.31E4|7.2E1,ec ?+,100,< 0.6,,-1314|15,-5520|14,5240|14,-14179|16,9512|24,5469|14,8638.43|16,85914886|15,-79283|14,1951 -39,,47,,,,,,,,,,,,,,,, -87,Y,,79.8 h|3,2.87E5|1.08E3,ec ?+,100,-0.19 2,,-3671|4,-6372.7|26,1861.7|11,-13121|4,11807|14,5784.3|11,8674.844|13,86910876.1|12,-83018.4|11,1940 -39,,48,,,,,,,,,,,,,,,, -88,Y,,106.626 d|21,9.21E6|1.81E3,ec ?+,100,-0.42 1,+0.16 3,-670|6,-6965.0|27,3622.6|15,-13023|4,9352.0|19,6707.9|15,8682.539|17,87909501.3|16,-84299.0|15,1948 -39,,49,,,,,,,,,,,,,,,, -89,Y,,STABLE,,,,-0.1374154 3,,-2832.8|28,-7965.9|16,-1499.3|16,-12151|6,11480.6|22,7075.7|16,8713.978|18,88905841.2|17,-87708.4|16,1923 -39,,50,100 %,,,,,,,,,,,,,,, -90,Y,,64.00 h|21,2.3E5|7.56E2,?-,100,-1.630 8,-0.155 3,2278.5|16,-6172.0|16,-545.9|27,-9689.8|28,6857.03|10,7574.0|16,8693.345|18,89907144.8|17,-86494.1|16,1937 -39,,51,,,,,,,,,,,,,,,, -91,Y,,58.51 d|6,5.06E6|5.18E3,?-,100,0.1641 8,,1544.3|18,-4178.4|18,-2699|6,-5650.1|18,7928.5|24,7692.1|28,8684.941|20,90907298.1|20,-86351.3|18,1943 -39,,52,,,,,,,,,,,,,,,, -92,Y,,3.54 h|1,1.27E4|3.6E1,?-,100,-0.67 2,0.00 2,3643|9,-4632|9,-1949|10,-4992|9,6537|9,8454|11,8661.59|10,91908946|10,-84816|9,1940 -39,,53,,,,,,,,,,,,,,,, -93,Y,,10.18 h|8,3.66E4|2.88E2,?-,100,-0.1390 9,,2895|10,-4940|12,-4141|13,-3839|10,7482|14,8649|11,8648.90|11,92909578|11,-84227|10,1948 -39,,54,,,,,,,,,,,,,,,, -94,Y,,18.7 min|1,1.12E3|6E0,?-,100,,,4918|6,-5412|9,-3506|7,-3301|6,6196|12,9555|10,8622.81|7,93911592|7,-82351|6,1948 -39,,55,,,,,,,,,,,,,,,, -95,Y,,10.3 min|1,6.18E2|6E0,?-,100,-0.16 3,,4451|7,-5889|10,-6089|9,-2011|7,6929|9,9652|7,8604.97|7,94912819|7,-81209|7,1959 -39,,56,,,,,,,,,,,,,,,, -96,Y,,5.34 s|5,5.34E0|5E-2,?-,100,,,7103|6,-5988|9,-5412|10,-747|6,5198|9,10505|8,8569.49|6,95915903|7,-78336|6,1975 -39,,57,,,,,,,,,,,,,,,, -97,Y,,3.75 s|3,3.75E0|3E-2,?-,100.0,-0.12 1,,6821|7,-5926|10,-7540|8,1246|7,5857|9,10486|11,8541.52|7,96918280|7,-76121|7,1970 -39,,58,,,?- n,0.055|4,,,,,,,,,,,, -98,Y,,0.548 s|2,5.48E-1|2E-3,?-,100,,,8992|12,-6157|8,-5872|9,2577|8,4245|10,11002|9,8497.68|8,97922388|9,-72295|8,1970 -39,,59,,,?- n,0.331|24,,,,,,,,,,,, -99,Y,,1.484 s|7,1.48E0|7E-3,?-,100,+3.18 2,+1.55 17,6971|12,-7183|21,-8128|8,2566|11,6426|10,11516|7,8476.75|7,98924154|7,-70650|7,1975 -39,,60,,,?- n,1.7|4,,,,,,,,,,,, -100,Y,,735 ms|7,7.35E-1|7E-3,?-,100,+2.55 1,+1.71 19,9050|14#,-8398|12#,-7506|13#,2222|15#,4749|13#,12095|12#,8439.48|11#,99927721|12#,-67327|11#,1977 -39,,61,,,?- n,0.92|8,,,,,,,,,,,, -101,Y,,0.45 s|2,4.5E-1|2E-2,?-,100,,,8105|11#,-8967|7#,-9736|11#,3245|11#,5805|13#,12529|10#,8413.39|7#,100930154|8#,-65061|7#,1983 -39,,62,,,?- n,1.94|18,,,,,,,,,,,, -102,Y,,0.36 s|4,3.6E-1|4E-2,?-,100,,,10415|10#,-9229|17#,-9010|70#,3921|9#,4183|8#,13137|9#,8371.92|4#,101934328|4#,-61173|4#,1983 -39,,63,,,?- n,4.9|12,,,,,,,,,,,, -103,Y,,0.23 s|2,2.3E-1|2E-2,?-,100,,,9358|15#,-9761|12#,-11040|200#,5059|14#,5356|12#,13590|70#,8342.64|11#,102937243|12#,-58458|11#,1994 -39,,64,,,?- n,8|3,,,,,,,,,,,, -104,Y,,197 ms|4,1.97E-1|4E-3,?-,100,,,11660|400,-10240|400,-9960|500,5680|400,3680|400,13930|450,8298|4,103941960|430,-54060|400,1994 -39,,65,,,?- n,34|10,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -105,Y,,95 ms|9,9.5E-2|9E-3,?-,100,,,10190|1340#,-10850|1350,-12660|1430#,6380|1340#,5280|1390,14450|1370,8269|13#,104944960|1430#,-51270|1340#,1994 -39,,66,,,?- n,< 82,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -106,Y,,79 ms|+10-5,7.9E-2|8E-3,?-,100,,,12500|660,-10770|580,-11260|780,7340|500,2850|1430,14730|710,8218|5,105950560|540,-46050|500,1997 -39,,67,,,?- n,?,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -107,Y,,33.5 ms|30,3.35E-2|3E-3,?-,100,,,12010|1230,-11180|640,-13460|860,8110|660,4380|710,14860|780,8182|5,106954520|540,-42360|500,1997 -39,,68,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -108,Y,,30 ms|5,3E-2|5E-3,?-,100,,,14060|720,,,9010|1270,3000|780,15690|920,8134|6,107959960|640,-37300|600,2010 -39,,69,,,?- n,?,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -109,Y,,25 ms|5,2.5E-2|5E-3,?-,100,,,12990|860,,,10080|810,3970|920,,8096|6,108964360|750,-33200|700,2010 -39,,70,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -78,ZR,,> 170 ns,1.7E-7|5E15,ec ?+,?,,,,-2450|410#,11320|500,,16880|560#,1700|450#,8194|5#,77956150|430#,-40850|400#,2001 -40,,38,,,,,,,,,,,,,,,, -79,Zr,,56 ms|30,5.6E-2|3E-2,ec ?+,100,,,-15120|580#,-2580|370#,11050|310#,,13990|500#,1890|420#,8267|4#,78949790|320#,-46770|300#,1999 -40,,39,,,ec p,?,,,,,,,,,,,, -80,Zr,,4.6 s|6,4.6E0|6E-1,ec ?+,100,,,-15940|500#,-2540|300#,6790|300#,-30780|580#,15660|420#,3830|310#,8360|4#,79941640|320#,-54360|300#,1987 -40,,40,,,ec p,?,,,,,,,,,,,, -81,Zr,,5.5 s|4,5.5E0|4E-1,ec ?+,100,,,-11100|410#,-2080|90,8250|90#,-27110|410#,11170|310#,3600|90,8394.4|12,80938310|100,-57460|90,1997 -40,,41,,,ec p,0.12|2,,,,,,,,,,,, -82,Zr,,32 s|5,3.2E1|5E0,ec ?+,100,,,-11540|300#,-2882|13,4433|12#,-25340|400#,14240|90,5207|12,8465.68|14,81931689|12,-63631|11,1982 -40,,42,,,,,,,,,,,,,,,, -83,Zr,,42 s|2,4.2E1|2E0,ec ?+,100,,,-8360|150,-2860|11,6294|20,-21890|300#,10352|13,5137|8,8488.40|8,82929241|7,-65912|6,1974 -40,,43,,,ec p,?,,,,,,,,,,,, -84,Zr,,25.8 min|5,1.55E3|3E1,ec ?+,100,,,-10203|14,-3535|6,2473|7,-21940|150,13581|8,6505|19,8549.03|6,83923326|6,-71422|5,1977 -40,,44,,,,,,,,,,,,,,,, -85,Zr,,7.86 min|4,4.72E2|2.4E0,ec ?+,100,,,-6896|8,-4072|7,4667|20,-20028|15,9825|8,6570|8,8564.04|8,84921443|7,-73175|6,1963 -40,,45,,,,,,,,,,,,,,,, -86,Zr,,16.5 h|1,5.94E4|3.6E2,ec ?+,100,,,-8835|7,-4384|7,1314|15,-19761|5,12865|7,7416|19,8614.05|4,85916297|4,-77969|4,1951 -40,,46,,,,,,,,,,,,,,,, -87,Zr,,1.68 h|1,6.05E3|3.6E1,ec ?+,100,-0.895 9,+0.423 48,-5473|8,-4974|8,3671|4,-18284|7,9449|5,7353|15,8623.65|5,86914817|4,-79347|4,1948 -40,,47,,,,,,,,,,,,,,,, -88,Zr,,83.4 d|3,7.21E6|2.59E4,ec,100,,,-7460|60,-5404|6,670|6,-17826|9,12353|7,7899|6,8666.03|6,87910221|6,-83629|5,1951 -40,,48,,,,,,,,,,,,,,,, -89,Zr,,78.41 h|12,2.82E5|4.32E2,ec ?+,100,-1.046 6,+0.275 97,-4250|24,-6197|4,2833|3,-16770|60,9318|6,7866|3,8673.36|3,88908882|3,-84876|3,1948 -40,,49,,,,,,,,,,,,,,,, -90,Zr,,STABLE,,,,,,-6111|3,-6674.36|12,-2278.5|16,-16219|24,11968|3,8353.1|16,8709.969|1,89904698.76|13,-88772.53|12,1924 -40,,50,51.45 %|40,,,,,,,,,,,,,,, -91,Zr,,STABLE,,,,-1.30362 2,-0.176 3,-1257.6|29,-5440.42|10,-1544.3|18,-13305|3,7194.35|15,8690.5|16,8693.314|1,90905640.22|11,-87895.57|10,1934 -40,,51,11.22 %|5,,,,,,,,,,,,,,, -92,Zr,,STABLE,,,,,,-2005.7|18,-2962.33|10,-3643|9,-9892.3|29,8634.78|9,9396.7|18,8692.678|1,91905035.32|11,-88459.03|10,1924 -40,,52,17.15 %|8,,,,,,,,,,,,,,, -93,Zr,,1.61 x 106|y|5,5.08E13|1.58E12,?-,100,,,90.8|15,-3337.9|5,-2895|10,-8740.1|18,6734.3|4,9595|9,8671.620|5,92906470.6|5,-87122.0|5,1950 -40,,53,,,,,,,,,,,,,,,, -94,Zr,,STABLE,,,,,,-900.3|15,-3746.1|21,-4918|6,-8127.8|15,8218.6|5,10331|10,8666.801|2,93906312.52|17,-87269.32|16,1924 -40,,54,17.38 %|28,,,,,,,,,,,,,,, -95,Zr,,64.032 d|6,5.53E6|5.18E2,?-,100,1.13 2,+0.22 2,1126.3|10,-4433|6,-4451|7,-7362.2|17,6461.9|9,10597|6,8643.592|9,94908040.3|9,-85659.9|9,1946 -40,,55,,,,,,,,,,,,,,,, -96,Zr,,2.0 x 1019|y|4,6.31E26|1.26E26,,,,,163.97|10,-4996|3,-7103|6,-6723.9|5,7850.2|9,11519|7,8635.327|1,95908277.62|12,-85438.85|11,1934 -40,,56,2.80 %|9,,,,,,,,,,,,,,, -97,Zr,,16.749 h|8,6.03E4|2.88E1,?-,100,-0.937 5,,2663|4,-5282|8,-6821|7,-5411.2|4,5575.1|4,11896|6,8603.779|4,96910957.4|4,-82942.7|4,1951 -40,,57,,,,,,,,,,,,,,,, -98,Zr,,30.7 s|4,3.07E1|4E-1,?-,100,,,2238|10,-4866|9,-8992|12,-3752|9,6415|8,12454|11,8581.45|9,97912735|9,-81287|8,1967 -40,,58,,,,,,,,,,,,,,,, -99,Zr,,2.1 s|1,2.1E0|1E-1,?-,100,-0.930 4,,4715|16,-4926|12,-6971|12,-2167|12,4405|13,12615|13,8539.26|11,98916671|11,-77621|11,1970 -40,,59,,,,,,,,,,,,,,,, -100,Zr,,7.1 s|4,7.1E0|4E-1,?-,100,,,3420|11#,-5878|12#,-9050|14#,-2113|15#,6828|13#,13017|10#,8522.15|8#,99918005|9#,-76377|8#,1970 -40,,60,,,,,,,,,,,,,,,, -101,Zr,,2.3 s|1,2.3E0|1E-1,?-,100,,,5726|9#,-7009|9#,-8105|11#,-1440|12#,4860|12#,13128|14#,8485.89|8#,100921453|9#,-73166|8#,1972 -40,,61,,,,,,,,,,,,,,,, -102,Zr,,2.9 s|2,2.9E0|2E-1,?-,100,,,4717|9#,-7590|9#,-10415|10#,-768|10#,6493|12#,13816|11#,8466.35|9#,101923147|9#,-71588|9#,1970 -40,,62,,,,,,,,,,,,,,,, -103,Zr,,1.3 s|1,1.3E0|1E-1,?-,100,,,7213|10#,-7719|10#,-9358|15#,418|10#,4299|13#,13931|10#,8425.89|9#,102927197|10#,-67815|9#,1987 -40,,63,,,,,,,,,,,,,,,, -104,Zr,,1.2 s|3,1.2E0|3E-1,?-,100,,,6095|10#,-8328|12#,-11660|400#,1233|10#,5980|13#,14555|15#,8402.38|9#,103929442|10#,-65724|9#,1990 -40,,64,,,,,,,,,,,,,,,, -105,Zr,,670 ms|28,6.7E-1|2.8E-2,?-,100,,,8451|13#,-8565|15#,-10190|1340#,2283|12#,3812|15#,14690|400,8358.66|11#,104934015|13#,-61465|12#,1992 -40,,65,,,?- n,? 2,,,,,,,,,,,, -106,Zr,,180 ms|9,1.8E-1|9E-3,?-,100,,,7650|430#,-8820|440#,-12500|660#,3290|430#,5160|430#,14570|1410#,8328|4#,105937140|460#,-58550|430#,1994 -40,,66,,,?- n,? 7,,,,,,,,,,,, -107,Zr,,146 ms|4,1.46E-1|4E-3,?-,100,,,9340|1120#,-9380|1140,-12020|1230#,3750|1120#,3900|1200#,15620|1230,8287|10#,106941620|1200#,-54380|1120#,1994 -40,,67,,,?- n,? 23,,,,,,,,,,,, -108,Zr,,77.4 ms|22,7.74E-2|2.2E-3,?-,100,,,8190|400,-9670|500,-14060|720,4300|400,5040|1190,16280|640,8257|4,107944870|430,-51350|400,1997 -40,,68,,,?- n,?,,,,,,,,,,,, -109,Zr,,56 ms|3,5.6E-2|3E-3,?-,100,,,10500|570,-10010|710,-12990|860,5280|500,2910|640,16180|780,8208|5,108950410|540,-46190|500,1997 -40,,69,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -110,Zr,,37.5 ms|20,3.75E-2|2E-3,?-,100,,,9420|1030,-10520|850,,5730|650,4760|780,16970|920,8177|5,109953960|640,-42890|600,1997 -40,,70,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -111,ZR,,24.0 ms|50,2.4E-2|5E-3,?-,100,,,11320|760,-11080|990,,6680|1090,2740|920,,8128|6,110959680|750,-37560|700,2010 -40,,71,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -112,ZR,,30 ms|+30-10,3E-2|2E-2,?-,100,,,10460|760,,,6990|760,4320|990,,8094|6,111963700|750,-33810|700,2010 -40,,72,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -81,Nb,,< 200 ns,2E-7,ec ?+,?,,,-14610|640#,-2350|450#,11100|410#,,16010|560#,-710|500#,8248|5#,80950230|430#,-46360|400#, -41,,40,,,,,,,,,,,,,,,, -82,Nb,,50 ms|5,5E-2|5E-3,ec ?+,100,,,-11720|500#,-2340|420#,11540|300#,-28410|580#,13800|500#,1920|310#,8315|4#,81944080|320#,-52090|300#,1992 -41,,41,,,ec p,?,,,,,,,,,,,, -83,Nb,,3.9 s|2,3.9E0|2E-1,ec ?+,100,,,-11220|430#,-2160|170,8360|150#,-25260|430#,13540|340#,1210|150,8378.3|18,82938210|160,-57560|150,1988 -41,,42,,,,,,,,,,,,,,,, -84,Nb,,9.8 s|9,9.8E0|9E-1,ec ?+,100,,,-7050|300#,-2495|14,10203|14#,-22950|400#,11730|150,2596|15,8418.25|15,83934279|14,-61219|13,1977 -41,,43,,,ec p,?,,,,,,,,,,,, -85,Nb,,20.5 s|12,2.05E1|1.2E0,ec ?+,100,,,-8770|16,-2992|7,6896|8,-20180|300#,13132|14,2147|7,8473.71|5,84928846|4,-66280|4,1988 -41,,44,,,,,,,,,,,,,,,, -86,Nb,,88 s|1,8.8E1|1E0,ec ?+,100,,,-5024|7,-3495|8,8835|7,-19696|17,10926|7,3248|8,8502.22|6,85925782|6,-69134|5,1974 -41,,45,,,,,,,,,,,,,,,, -87,Nb,,3.7 min|1,2.22E2|6E0,ec ?+,100,,,-6990|7,-4094|20,5473|8,-17836|8,12812|9,3194|8,8551.76|8,86920692|7,-73874|7,1971 -41,,46,,,,,,,,,,,,,,,, -88,Nb,,14.50 min|11,8.7E2|6.6E0,ec ?+,100,,,-3490|60,-4700|60,7460|60,-17360|60,10370|60,4120|60,8572.4|7,87918220|60,-76170|60,1964 -41,,47,,,,,,,,,,,,,,,, -89,Nb,,2.03 h|7,7.31E3|2.52E2,ec ?+,100,6.216 5,,-5610|24,-5210|30,4250|24,-16010|24,12520|60,4285|24,8616.81|27,88913445|25,-80625|24,1954 -41,,48,,,,,,,,,,,,,,,, -90,Nb,,14.60 h|5,5.26E4|1.8E2,ec ?+,100,4.961 4,,-2489|3,-5803|15,6111|3,-15718|5,10108|24,5075|5,8633.38|4,89911259|4,-82662|3,1951 -41,,49,,,,,,,,,,,,,,,, -91,Nb,,6.8 x 102|y|13,2.15E10|4.1E9,ec ?+,100,+6.521 2,-0.25 3,-4429|7,-6045|3,1257.6|29,-14537|5,12048|4,5154.4|29,8670.90|3,90906990|3,-86638.0|29,1951 -41,,50,,,,,,,,,,,,,,,, -92,Nb,,3.47 x 107|y|24,1.1E15|7.57E13,ec ?+,100,+5.136 4,-0.35 3,355.3|18,-4579.2|23,2005.7|18,-12316|6,7887|3,5846.7|18,8662.372|19,91907188.6|19,-86453.3|18,1938 -41,,51,,,,,,,,,,,,,,,, -93,Nb,,STABLE,,,,+6.1705 3,-0.32 2,-405.8|15,-1929.4|22,-90.8|16,-8475.6|15,8830.9|20,6042.8|15,8664.184|16,92906373.2|16,-87212.8|15,1932 -41,,52,100 %,,,,,,,,,,,,,,, -94,Nb,,2.03 x 104|y|16,6.41E11|5.05E10,?-,100,,,2045.0|15,-2299.9|22,900.3|15,-7633.3|15,7227.54|8,6536.0|15,8648.901|16,93907279.0|16,-86369.1|15,1938 -41,,53,,,,,,,,,,,,,,,, -95,Nb,,34.991 d|6,3.02E6|5.18E2,?-,100,6.141 5,< 0,925.6|5,-2859.9|19,-1126.3|10,-6443.5|5,8488.5|16,6805.9|5,8647.212|5,94906831.1|5,-86786.3|5,1951 -41,,54,,,,,,,,,,,,,,,, -96,Nb,,23.35 h|5,8.41E4|1.8E2,?-,100,4.976 4,,3192.06|11,-3211|9,-163.97|18,-5962.28|12,6887.9|5,7231.8|9,8628.886|2,95908101.59|16,-85602.82|15,1949 -41,,55,,,,,,,,,,,,,,,, -97,Nb,,72.1 min|7,4.33E3|4.2E1,?-,100,6.153 5,,1939|4,-3804|11,-2663|4,-4882|4,8074|4,7456|4,8623.17|4,96908098|5,-85606|4,1951 -41,,56,,,,,,,,,,,,,,,, -98,Nb,,2.86 s|6,2.86E0|6E-2,?-,100,,,4591|5,-3598|8,-2238|10,-4051|5,5990|7,7871|5,8596.30|5,97910333|5,-83525|5,1960 -41,,57,,,,,,,,,,,,,,,, -99,Nb,,15.0 s|2,1.5E1|2E-1,?-,100,+5.97 3,,3635|12,-3551|14,-4715|16,-2291|12,6882|13,8338|15,8578.98|12,98911609|13,-82335|12,1950 -41,,58,,,,,,,,,,,,,,,, -100,Nb,,1.5 s|2,1.5E0|2E-1,?-,100,,,6396|8#,-3886|10#,-3420|11#,-1899|8#,5533|14#,9466|13#,8548.53|8#,99914334|9#,-79797|8#,1967 -41,,59,,,,,,,,,,,,,,,, -101,Nb,,7.1 s|3,7.1E0|3E-1,?-,100,,,4628|4#,-5195|8#,-5726|9#,-770|4#,7165|9#,9803|9#,8534.83|4#,100915306|4#,-78891|4#,1970 -41,,60,,,,,,,,,,,,,,,, -102,Nb,,4.3 s|4,4.3E0|4E-1,?-,100,,,7262|9#,-6435|8#,-4717|9#,-855.9|26#,5484|5#,10428|9#,8504.928|25#,101918083.7|27#,-76304.5|25#,1972 -41,,61,,,,,,,,,,,,,,,, -103,Nb,,1.5 s|2,1.5E0|2E-1,?-,100,,,5932|10#,-6804|8#,-7213|10#,466|9#,6795|5#,10730|10#,8488.33|4#,102919453|4#,-75029|4#,1971 -41,,62,,,,,,,,,,,,,,,, -104,Nb,,4.9 s|3,4.9E0|3E-1,?-,100,,,8531|9#,-6917|11#,-6095|10#,1070|10#,4862|5#,11293|10#,8453.459|26#,103922899.1|29#,-71819.0|27#,1971 -41,,63,,,?- n,0.06|3,,,,,,,,,,,, -105,Nb,,2.95 s|6,2.95E0|6E-2,?-,100,,,7422|10#,-7279|8#,-8451|13#,2363|10#,6168|5#,11480|10#,8431.69|4#,104924943|4#,-69916|4#,1984 -41,,64,,,?- n,1.7|9,,,,,,,,,,,, -106,Nb,,1.02 s|5,1.02E0|5E-2,?-,100,,,9931|10#,-7455|6#,-7650|430#,3062|10#,4359|6#,12028|13#,8393.27|4#,105928928|4#,-66203|4#,1976 -41,,65,,,?- n,4.5|3,,,,,,,,,,,, -107,Nb,,300 ms|9,3E-1|9E-3,?-,100,,,8828|12#,-7691|14#,-9340|1120#,4339|12#,5592|9#,12460|430#,8367.09|7#,106931590|9#,-63724|8#,1992 -41,,66,,,,,,,,,,,,,,,, -108,Nb,,198 ms|6,1.98E-1|6E-3,?-,100,,,11210|12#,-7910|400,-8190|400#,4934|12#,3893|11#,12460|1120#,8325.66|8#,107936075|9#,-59546|8#,1994 -41,,67,,,?- n,6.3|5,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -109,Nb,,0.19 s|3,1.9E-1|3E-2,?-,100,,,9980|260#,-7840|1360#,-10500|570#,5990|260#,5220|260#,12620|480,8297.1|24#,108939140|280#,-56690|260#,1994 -41,,68,,,?- n,31|5,,,,,,,,,,,, -110,Nb,,82 ms|4,8.2E-2|4E-3,?-,100,,,12230|840#,-8680|980,-9420|1030#,6280|840#,3690|880#,13410|980,8255|8#,109943840|900#,-52310|840#,1994 -41,,69,,,?- n,40|8,,,,,,,,,,,, -111,Nb,,54 ms|2,5.4E-2|2E-3,?-,100,,,11060|300,-8940|580,-11310|760,7600|300,4640|890,13280|670,8223|3,110947530|320,-48870|300,1997 -41,,70,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -112,Nb,,33 ms|+9-6,3.3E-2|8E-3,?-,100,,,13190|360,-9400|670,-10460|760,7590|300,3470|420,14000|760,8180|3,111952470|320,-44270|300,1997 -41,,71,,,,,,,,,,,,,,,, -113,Nb,,32 ms|4,3.2E-2|4E-3,?-,100,,,11980|500,-9730|810,,8880|450,4310|500,13990|810,8146|4,112956510|430,-40510|400,1997 -41,,72,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -114,NB,,17 ms|5,1.7E-2|5E-3,?-,100,,,14420|580,,,9030|590,2950|640,,8100|4,113962010|540,-35390|500,2010 -41,,73,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -115,Nb,,23 ms|8,2.3E-2|8E-3,?-,100,,,13390|640,,,10380|580,4040|710,,8065|4,114966340|540,-31350|500,2010 -41,,74,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -81,Mo,,> 450 ns,4.5E-7|5E15,ec p,?,,,,-2130|640#,14610|640,,,620|640#,8058|6#,80965910|540#,-31750|500#, -42,,39,,,ec ?+,?,,,,,,,,,,,, -82,Mo,,> 437 ns,4.37E-7|5E15,ec p,?,,,,-1940|560#,11720|500,,16690|640#,1300|560#,8163|5#,81956660|430#,-40370|400#, -42,,40,,,ec ?+,?,,,,,,,,,,,, -83,Mo,,6 ms|+30-3,6E-3|1.7E-2,ec ?+,100,,,-15020|640#,-1990|500#,11220|430#,,14040|570#,1540|500#,8234|5#,82950250|430#,-46340|400#,1999 -42,,41,,,,,,,,,,,,,,,, -84,Mo,,2.3 s|3,2.3E0|3E-1,ec ?+,100,,,-16470|500#,-2230|420#,7050|300#,-30920|580#,15900|500#,3900|330#,8325|4#,83941850|320#,-54170|300#,1991 -42,,42,,,ec p,?,,,,,,,,,,,, -85,Mo,,3.2 s|2,3.2E0|2E-1,ec ?+,100,,,-11660|400#,-2470|100,8770|16#,-27880|400#,11410|300#,3580|21,8361.33|19,84938261|17,-57510|16,1992 -42,,43,,,ec p,? 0.14|2,,,,,,,,,,,, -86,Mo,,19.1 s|3,1.91E1|3E-1,ec ?+,100,,,-12540|300#,-2904|12,5024|7#,-26330|400#,14672|16,5120|6,8434.71|4,85931175|4,-64110|4,1991 -42,,44,,,,,,,,,,,,,,,, -87,Mo,,14.1 s|3,1.41E1|3E-1,ec ?+,100,,,-9195|5,-3398|7,6990|7,-23390|300#,10846|5,5040|6,8462.42|3,86928196|3,-66884.8|29,1977 -42,,45,,,?+ p,15|8,,,,,,,,,,,, -88,Mo,,8.0 min|2,4.8E2|1.2E1,ec ?+,100,,,-11010|150,-3690|7,3490|60,-23068|6,13873|5,6101|8,8523.91|4,87921968|4,-72687|4,1971 -42,,46,,,,,,,,,,,,,,,, -89,Mo,,2.11 min|10,1.27E2|6E0,ec ?+,100,,,-7620|5,-4265|8,5610|24,-21400|150,10400|5,6130|60,8544.98|4,88919468|4,-75015|4,1980 -42,,47,,,,,,,,,,,,,,,, -90,Mo,,5.56 h|9,2E4|3.24E2,ec ?+,100,,,-9448|4,-4628|5,2489|5,-20849|5,13229|5,6836|24,8597.03|4,89913931|4,-80173|3,1953 -42,,48,,,,,,,,,,,,,,,, -91,Mo,,15.49 min|1,9.29E2|6E-1,ec ?+,100,-0.932 3,,-6222|7,-5287|7,4429|7,-19555|6,10108|7,6836|7,8613.63|7,90911745|7,-82209|6,1948 -42,,49,,,,,,,,,,,,,,,, -92,Mo,,STABLE,,,,,,-7883|3,-5605|5,-355.3|18,-18893.2|24,12671|6,7459.5|29,8657.730|2,91906807.15|17,-86808.58|16,1930 -42,,50,14.53 %|30,,,,,,,,,,,,,,, -93,Mo,,4.0 x 103|y|8,1.26E11|2.52E10,ec,100,,,-3201.0|10,-4356|3,405.8|15,-15953|3,8069.81|9,7642.7|18,8651.409|2,92906808.77|19,-86807.07|18,1946 -42,,51,,,,,,,,,,,,,,,, -94,Mo,,STABLE,,,,,,-4256|4,-2066.45|18,-2045.0|15,-12879.3|10,9678.31|23,8490.2|15,8662.333|2,93905083.59|15,-88414.06|14,1930 -42,,52,9.15 %|9,,,,,,,,,,,,,,, -95,Mo,,STABLE,,,,-0.9142 1,-0.022 1,-1691|5,-2241.21|16,-925.6|5,-11625|4,7369.11|9,8631.8|15,8648.720|1,94905837.44|13,-87711.86|12,1930 -42,,53,15.84 %|11,,,,,,,,,,,,,,, -96,Mo,,STABLE,,,,,,-2973|5,-2760.76|16,-3192.06|19,-10845|5,9154.33|5,9297.6|5,8653.987|1,95904674.77|13,-88794.88|12,1930 -42,,54,16.67 %|15,,,,,,,,,,,,,,, -97,Mo,,STABLE,,,,-0.9335 1,+0.255 13,-320|4,-2847.6|5,-1939|4,-9794|5,6821.13|16,9230.85|19,8635.092|2,96906016.90|18,-87544.69|16,1930 -42,,55,9.60 %|14,,,,,,,,,,,,,,, -98,Mo,,STABLE,,,,,,-1684|3,-3271.57|24,-4591|5,-8963|4,8642.60|6,9799|4,8635.168|2,97905403.61|19,-88115.97|17,1930 -42,,56,24.39 %|37,,,,,,,,,,,,,,, -99,Mo,,65.976 h|24,2.38E5|8.64E1,?-,100,+0.375 3,,1357.8|9,-2735.1|9,-3635|12,-7609|3,5925.44|15,9734|5,8607.797|2,98907707.30|24,-85970.10|23,1948 -42,,57,,,,,,,,,,,,,,,, -100,Mo,,7.3 x 1018|y|4,2.3E26|1.26E25,2?-,100,,,-172.1|14#,-3179.1|3#,-6396|8#,-6936.5|9#,8294.2|4#,11147|12#,8604.662|3#,99907468.0|3#,-86193.0|3#,1930 -42,,58,9.82 %|31,,2?-,100,,,,,,,,,,,, -101,Mo,,14.61 min|3,8.77E2|1.8E0,?-,100,,,2825|24#,-3002.2|5#,-4628|4#,-5570.3|14#,5398.24|7#,11012|8#,8572.915|3#,100910337.6|3#,-83519.9|3#,1941 -42,,59,,,,,,,,,,,,,,,, -102,Mo,,11.3 min|2,6.78E2|1.2E1,?-,100,,,1007|12#,-4704|12#,-7262|9#,-5293|25#,8117|8#,11964|9#,8568.45|8#,101910288|9#,-83566|8#,1954 -42,,60,,,,,,,,,,,,,,,, -103,Mo,,67.5 s|15,6.75E1|1.5E0,?-,100,,,3643|13#,-5765|14#,-5932|10#,-4459|13#,5466|12#,11945|10#,8538.33|9#,102913085|10#,-80961|9#,1963 -42,,61,,,,,,,,,,,,,,,, -104,Mo,,60 s|2,6E1|2E0,?-,100,,,2153|24#,-6397|12#,-8531|9#,-3817|13#,7461|13#,12610|10#,8527.96|9#,103913741|10#,-80350|9#,1962 -42,,62,,,,,,,,,,,,,,,, -105,Mo,,35.6 s|16,3.56E1|1.6E0,?-,100,,,4950|40#,-6596|12#,-7422|10#,-2905|26#,5058|13#,12807|9#,8494.92|9#,104916975|10#,-77337|9#,1962 -42,,63,,,,,,,,,,,,,,,, -106,Mo,,8.73 s|12,8.73E0|1.2E-1,?-,100,,,3642|15#,-6972|13#,-9931|10#,-1920|40#,6869|13#,13508|10#,8479.58|9#,105918266|10#,-76135|9#,1969 -42,,64,,,,,,,,,,,,,,,, -107,Mo,,3.5 s|5,3.5E0|5E-1,?-,100,,,6198|13#,-7161|13#,-8828|12#,-847|15#,4488|13#,13637|10#,8442.28|9#,106922113|10#,-72552|9#,1972 -42,,65,,,,,,,,,,,,,,,, -108,Mo,,1.09 s|2,1.09E0|2E-2,?-,100,,,5167|13#,-7457|13#,-11210|12#,-77|13#,6276|13#,14321|12#,8422.22|8#,107924040|10#,-70756|9#,1972 -42,,66,,,,,,,,,,,,,,,, -109,Mo,,0.53 s|6,5.3E-1|6E-2,?-,100,,,7617|15#,-7626|16#,-9980|260#,1185|14#,3981|14#,14409|14#,8381.48|10#,108928431|12#,-66666|11#,1992 -42,,67,,,,,,,,,,,,,,,, -110,Mo,,0.296 s|17,2.96E-1|1.7E-2,?-,100,,,6492|26#,-8420|430#,-12230|840#,1669|26#,5948|27#,15140|260#,8359.35|22#,109930711|26#,-64543|24#,1992 -42,,68,,,?- n,2.0|7,,,,,,,,,,,, -111,Mo,,186 ms|9,1.86E-1|9E-3,?-,100,,,9085|7#,-7980|1120#,-11060|300#,3023|15#,3468|27#,14920|840#,8315.29|11#,110935652|14#,-59940|13#,1994 -42,,69,,,?- n,< 12,,,,,,,,,,,, -112,Mo,,120 ms|+13-11,1.2E-1|1.2E-2,?-,100,,,7790|200,-8540|450,-13190|360,3490|200,5590|200,15880|360,8291|2,111938310|210,-57460|200,1994 -42,,70,,,,,,,,,,,,,,,, -113,Mo,,80 ms|2,8E-2|2E-3,?-,100,,,10320|300,-8720|590,-11980|500,4700|300,3100|360,15500|420,8245|3,112943650|320,-52490|300,1994 -42,,71,,,?- n,?,,,,,,,,,,,, -114,Mo,,58 ms|2,5.8E-2|2E-3,?-,100,,,8790|530,-9350|670,-14420|580,4930|300,5390|420,16580|500,8220|3,113946530|320,-49810|300,1997 -42,,72,,,?- n,?,,,,,,,,,,,, -115,Mo,,45.5 ms|20,4.55E-2|2E-3,?-,100,,,11570|880,-9610|810,-13390|640,5780|590,3010|500,16650|640,8175|3,114951960|430,-44750|400,2010 -42,,73,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -116,MO,,32 ms|4,3.2E-2|4E-3,?- 2n,?,,,9960|580,-10110|860,,6750|930,4820|640,17430|710,8146|4,115955450|540,-41500|500,2010 -42,,74,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -117,MO,,22 ms|5,2.2E-2|5E-3,?- 2n,?,,,12210|640,,,7210|580,2740|710,,8100|4,116961170|540,-36170|500,2010 -42,,75,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -118,Mo,,19 ms|+7-4,1.9E-2|6E-3,?-,100,,,11160|640,,,7680|640,4530|710,,8069|4,117964970|540,-32630|500, -42,,76,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -85,Tc,,< 100 ns,1E-7,p,?,,,-14900|640#,-1910|560#,11660|400#,,16220|560#,-1030|500#,8215|5#,84950780|430#,-45850|400#, -43,,42,,,,,,,,,,,,,,,, -86,Tc,,55 ms|7,5.5E-2|7E-3,ec ?+,100,,,-11800|500#,-1900|420#,12540|300#,-28690|580#,13790|500#,1350|300#,8280|3#,85944640|320#,-51570|300#,1992 -43,,43,,,ec p,?,,,,,,,,,,,, -87,Tc,,2.2 s|2,2.2E0|2E-1,ec ?+,100,,,-12170|400#,-2560|150,9195|5#,-25990|400#,14190|300#,869|6,8347.74|5,86938067|4,-57690|4,1991 -43,,44,,,,,,,,,,,,,,,, -88m1,Tc,,6.4 s|8,6.4E0|8E-1,ec ?+,100,,,-7340|330#,-2890|150,11010|150#,-24230|430#,12060|150,2090|150,8390.0|17,87933780|160,-61680|150,1991 -43,,45,,,ec p,?,,,,,,,,,,,, -89,Tc,,12.8 s|9,1.28E1|9E-1,ec ?+,100,,,-9130|300#,-3540|6,7620|5#,-21130|300#,13780|150,1997|5,8450.57|4,88927649|4,-67395|4,1991 -43,,46,,,,,,,,,,,,,,,, -90,Tc,,,,,,,,-5841|4,-4016|6,9448|4,-20540|300#,11401|4,2999|4,8483.359|11,89924073.9|11,-70724.7|10,1974 -43,,47,,,,,,,,,,,,,,,, -91,Tc,,3.14 min|2,1.88E2|1.2E0,ec ?+,100,,,-7747|3,-4537|7,6222|7,-19174|4,13333.3|26,3103|4,8536.655|26,90918425.0|25,-75986.6|24,1974 -43,,48,,,,,,,,,,,,,,,, -92,Tc,,4.25 min|15,2.55E2|9E0,ec ?+,100,,,-4624|4,-5180|60,7883|3,-18757|4,11010|4,4006|7,8563.54|3,91915270|3,-78926|3,1964 -43,,49,,,,,,,,,,,,,,,, -93,Tc,,2.75 h|5,9.9E3|1.8E2,ec ?+,100,6.32 6,,-6389.4|23,-5406|24,3201.0|10,-17376.2|29,12752|3,4086.5|10,8608.577|11,92910245.1|11,-83606.1|10,1948 -43,,50,,,,,,,,,,,,,,,, -94,Tc,,293 min|1,1.76E4|6E1,ec ?+,100,5.08 8,,-1575|5,-3922|5,4256|4,-15013|5,8624|4,4640|4,8608.74|4,93909652|4,-84158|4,1948 -43,,51,,,,,,,,,,,,,,,, -95,Tc,,20.0 h|1,7.2E4|3.6E2,ec ?+,100,5.94 6,,-2564|11,-1808|6,1691|5,-11509|6,9934|7,4896|5,8622.69|5,94907652|5,-86021|5,1947 -43,,52,,,,,,,,,,,,,,,, -96,Tc,,4.28 d|7,3.7E5|6.05E3,ec ?+,100,+5.04 8,,259|5,-1793|5,2973|5,-10435|11,7872|7,5399|5,8614.87|5,95907867|6,-85822|5,1947 -43,,53,,,,,,,,,,,,,,,, -97,Tc,,4.21 x 106|y|16,1.33E14|5.05E12,ec,100,,,-1104|5,-2436|4,320|4,-9215|4,9474|7,5719|4,8623.72|4,96906361|4,-87224|4,1946 -43,,54,,,,,,,,,,,,,,,, -98,Tc,,4.2 x 106|y|3,1.33E14|9.47E12,?-,100,,,1793|7,-2488|4,1684|3,-8383|4,7279|5,6176|3,8610.00|3,97907211|4,-86432|3,1955 -43,,55,,,,,,,,,,,,,,,, -99,Tc,,2.111 x 105|y|12,6.66E12|3.79E10,?-,100,+5.6847 4,-0.129 6,297.5|9,-2966.5|10,-1357.8|9,-7174|7,8967|3,6500.9|9,8613.610|9,98906249.7|10,-87327.9|9,1938 -43,,56,,,,,,,,,,,,,,,, -100,Tc,,15.46 s|19,1.55E1|1.9E-1,?-,99.9982|9,,,3206.4|14#,-2843.0|13#,172.1|14#,-6466.9|14#,6764.4|10#,7339.8|13#,8595.118|14#,99907652.7|14#,-86020.9|14#,1952 -43,,57,,,ec,0.0018|9,,,,,,,,,,,, -101,Tc,,14.22 min|1,8.53E2|6E-1,?-,100,,,1614|24#,-3164|24#,-2825|24#,-5189|24#,8395|24#,7441|24#,8593.14|24#,100907305|26#,-86345|24#,1941 -43,,58,,,,,,,,,,,,,,,, -102,Tc,,5.28 s|15,5.28E0|1.5E-1,?-,100,,,4534|9#,-3473|10#,-1007|12#,-4686|9#,6300|26#,8342|9#,8570.65|9#,101909207|10#,-84573|9#,1954 -43,,59,,,,,,,,,,,,,,,, -103,Tc,,54.2 s|8,5.42E1|8E-1,?-,100,,,2663|10#,-4693|15#,-3643|13#,-3569|10#,8102|13#,8327|13#,8566.10|9#,102909174|11#,-84604|10#,1957 -43,,60,,,,,,,,,,,,,,,, -104,Tc,,18.3 min|3,1.1E3|1.8E1,?-,100,,,5592|25#,-5131|26#,-2153|26#,-3308|25#,5971|27#,8832|27#,8541.15|24#,103911429|27#,-82503|25#,1956 -43,,61,,,,,,,,,,,,,,,, -105,Tc,,7.6 min|1,4.56E2|6E0,?-,100,,,3640|40#,-5820|40#,-4950|40#,-2270|40#,7860|40#,9230|40#,8534.6|3#,104911660|40#,-82290|40#,1955 -43,,62,,,,,,,,,,,,,,,, -106,Tc,,35.6 s|6,3.56E1|6E-1,?-,100,,,6547|11#,-5897|13#,-3642|15#,-1913|12#,5560|40#,9728|15#,8506.56|12#,105914357|13#,-79776|12#,1965 -43,,63,,,,,,,,,,,,,,,, -107m,Tc,,21.2 s|2,2.12E1|2E-1,?-,100,,,5113|12#,-6146|10#,-6198|13#,-498|10#,7045|15#,9904|13#,8492.90|8#,106915458|9#,-78750|9#,1965 -43,,64,,,,,,,,,,,,,,,, -108,Tc,,5.17 s|7,5.17E0|7E-2,?-,100,,,7739|12#,-6529|9#,-5167|13#,-132|12#,5244|12#,10660|13#,8462.82|8#,107918494|9#,-75923|9#,1970 -43,,65,,,,,,,,,,,,,,,, -109,Tc,,0.86 s|4,8.6E-1|4E-2,?-,100,,,6456|13#,-6792|10#,-7617|15#,1307|12#,6431|13#,10816|13#,8444.18|9#,108920254|10#,-74283|10#,1976 -43,,66,,,?- n,0.08|2,,,,,,,,,,,, -110,Tc,,0.900 s|13,9E-1|1.3E-2,?-,100,,,9038|13#,-7256|10#,-6492|26#,1633|13#,4823|13#,11657|15#,8411.26|9#,109923741|10#,-71035|9#,1976 -43,,67,,,?- n,0.04|2,,,,,,,,,,,, -111,Tc,,290 ms|20,2.9E-1|2E-2,?-,100,,,7761|14#,-7726|13#,-9085|16#,2977|13#,6061|14#,11771|26#,8390.09|9#,110925899|11#,-69025|11#,1988 -43,,68,,,?- n,0.85|20,,,,,,,,,,,, -112,Tc,,271 ms|15,2.71E-1|1.5E-2,?-,100,,,10372|11#,-8138|10#,-7790|200#,3455|11#,4306|12#,12608|14#,8353.62|5#,111929942|6#,-65259|6#,1990 -43,,69,,,?- n,1.5|2,,,,,,,,,,,, -113,Tc,,152 ms|8,1.52E-1|8E-3,?-,100,,,9060|40#,-8550|260#,-10320|300#,4748|10#,5624|6#,12640|200,8329.46|3#,112932569|4#,-62812|3#,1992 -43,,70,,,?- n,2.1|3,,,,,,,,,,,, -114,Tc,,100 ms|20,1E-1|2E-2,?-,100,,,11620|430#,-8720|940#,-8790|530#,5200|430#,3860|430#,13400|530,8290|4#,113937090|460#,-58600|430#,1994 -43,,71,,,?- n,?,,,,,,,,,,,, -115,Tc,,78 ms|2,7.8E-2|2E-3,?-,100,,,9870|790#,-9870|840,-11570|890#,5830|790#,5790|900#,13800|840,8269|7#,114939540|850#,-56320|790#,1994 -43,,72,,,?- n,?,,,,,,,,,,,, -116,Tc,,57 ms|3,5.7E-2|3E-3,?-,100,,,12610|300,-9610|420,-9960|580,6660|310,3210|840,14000|500,8225|3,115944760|320,-51460|300,1997 -43,,73,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -117,Tc,,44.5 ms|30,4.45E-2|3E-3,?-,100,,,11110|590,-10300|570,-12210|640,7620|400,5000|500,14170|640,8197|3,116948060|430,-48380|400,1997 -43,,74,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -118,Tc,,30 ms|4,3E-2|4E-3,?-,100,,,13470|450,-10830|640,-11160|640,7630|590,3480|570,14910|640,8157|3,117952990|430,-43790|400,2010 -43,,75,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -119,TC,,22 ms|3,2.2E-2|3E-3,?-,100,,,12190|580,-11440|710,,8820|540,4650|640,15030|710,8128|4,118956660|540,-40370|500,2010 -43,,76,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -120,TC,,21 ms|5,2.1E-2|5E-3,?-,100,,,14490|640,,,8970|580,3220|710,,8087|4,119961870|540,-35520|500,2010 -43,,77,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -121,Tc,,22 ms|6,2.2E-2|6E-3,?-,100,,,13270|640,,,10160|640,4330|710,,8056|4,120965880|540,-31780|500, -43,,78,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -85,Ru,,> 450 ns,4.5E-7|5E15,p,?,,,,-1620|710#,14900|640,,,540|640#,8030|6#,84966770|540#,-30950|500#, -44,,41,,,ec p,?,,,,,,,,,,,, -,,,,,ec ?+,?,,,,,,,,,,,, -86,Ru,,> 438 ns,4.38E-7|5E15,ec p,?,,,,-1820|560#,11800|500,,16890|640#,1210|560#,8133|5#,85957300|430#,-39770|400#, -44,,42,,,ec ?+,?,,,,,,,,,,,, -88,Ru,,1.2 s|+3-2,1.2E0|3E-1,ec ?+,100,,,-17480|500#,-2590|420#,7340|330#,,16890|500#,3940|300#,8298|3#,87941660|320#,-54340|300#,1994 -44,,44,,,ec p,?,,,,,,,,,,,, -89,Ru,,1.5 s|2,1.5E0|2E-1,ec ?+,100,,,-12400|470#,-3170|300#,9130|300#,-29470|500#,11990|420#,3870|330#,8339|3#,88937450|320#,-58260|300#,1992 -44,,45,,,ec p,3.0|+19-17,,,,,,,,,,,, -90,Ru,,11 s|3,1.1E1|3E0,ec ?+,100,,,-13180|300#,-3198|5,5841|4#,-27090|360#,14690|300#,4778|5,8409.77|4,89930344|4,-64884|4,1991 -44,,46,,,,,,,,,,,,,,,, -91,Ru,,8.0 s|4,8E0|4E-1,ec ?+,100,,,-9670|300#,-3780|4,7747|3#,-24610|300#,11427|4,4804.1|24,8442.928|24,90926741.5|24,-68239.8|22,1983 -44,,47,,,,,,,,,,,,,,,, -92,Ru,,3.65 min|5,2.19E2|3E0,ec ?+,100,,,-11302|5,-4040|5,4624|4,-23800|300#,14133|4,5604|4,8504.77|3,91920234.4|29,-74301.2|27,1971 -44,,48,,,,,,,,,,,,,,,, -93,Ru,,59.7 s|6,5.97E1|6E-1,ec ?+,100,,,-8205|3,-4627|4,6389.4|23,-22289|5,10987|3,5580|4,8531.462|22,92917104.4|22,-77216.7|21,1972 -44,,49,,,,,,,,,,,,,,,, -94,Ru,,51.8 min|6,3.11E3|3.6E1,?+ ec,100,,,-9676|5,-4836|5,1575|5,-21643|4,13438|4,6266|3,8583.66|3,93911343|3,-82584|3,1952 -44,,50,,,ec,100,,,,,,,,,,,, -95,Ru,,1.643 h|13,5.91E3|4.68E1,ec ?+,100,-0.861,,-5117|10,-3674|11,2564|11,-18621|10,8945|10,6588|10,8587.47|10,94910404|10,-83458|10,1948 -44,,51,,,,,,,,,,,,,,,, -96,Ru,,STABLE,,,,,,-6393|10,-1696.71|23,-259|5,-15811|4,10694|9,7348|5,8609.412|2,95907588.91|18,-86080.37|17,1931 -44,,52,5.54 %|14,,,,,,,,,,,,,,, -97,Ru,,2.83 d|23,2.45E5|1.99E4,ec ?+,100,-0.787 8,,-3520|40,-1738.4|28,1104|5,-14504|10,8111.5|28,7588|6,8604.279|28,96907546|3,-86120.6|28,1946 -44,,53,,,,,,,,,,,,,,,, -98,Ru,,STABLE,,,,,,-5050|10,-2236|6,-1793|7,-13700|40,10176|7,8289|8,8620.31|7,97905287|7,-88225|6,1944 -44,,54,1.87 %|3,,,,,,,,,,,,,,, -99,Ru,,STABLE,,,,-0.641 5,+0.079 4,-2044|7,-2338.4|4,-297.5|10,-12521|12,7472|6,8482|3,8608.712|3,98905930.3|4,-87625.4|3,1931 -44,,55,12.76 %|14,,,,,,,,,,,,,,, -100,Ru,,STABLE,,,,,,-3636|18#,-2857.4|4#,-3206.4|14#,-11717|7#,9673.32|3#,9188.5|9#,8619.359|3#,99904210.5|4#,-89227.4|3#,1931 -44,,56,12.60 %|7,,,,,,,,,,,,,,, -101,Ru,,STABLE,,,,-0.719 6,+0.44 2,-546|6#,-2838.3|4#,-1614|24#,-10438|18#,6802.04|24#,9226.1|14#,8601.365|4#,100905573.1|4#,-87958.1|4#,1931 -44,,57,17.06 %|2,,,,,,,,,,,,,,, -102,Ru,,STABLE,,,,,,-2323|6#,-3415.4|4#,-4534|9#,-9765|6#,9219.64|5#,10051|24#,8607.427|4#,101904340.3|4#,-89106.4|4#,1931 -44,,58,31.55 %|14,,,,,,,,,,,,,,, -103,Ru,,39.247 d|13,3.39E6|1.12E3,?-,100,0.200 7,+0.62 2,764.5|23#,-3722.0|5#,-2663|10#,-8555|6#,6232.05|15#,9983|9#,8584.365|4#,102906314.8|5#,-87267.2|4#,1945 -44,,59,,,,,,,,,,,,,,,, -104,Ru,,STABLE,,,,,,-1136|3#,-4327.6|25#,-5592|25#,-8135|3#,8899.9|25#,10781|9#,8587.399|24#,103905425.4|27#,-88095.7|25#,1931 -44,,60,18.62 %|27,,,,,,,,,,,,,,, -105,Ru,,4.44 h|2,1.6E4|7.2E1,?-,100,-0.32 +8-20,,1916.8|29#,-4839.5|25#,-3640|40#,-7046|3#,5910.10|11#,10720|25#,8561.900|24#,104907745.5|27#,-85934.5|25#,1945 -44,,61,,,,,,,,,,,,,,,, -106,Ru,,371.8 d|18,3.21E7|1.56E5,?-,100,,,39.40|21#,-5182|10#,-6547|13#,-6543|6#,8460|5#,11320|40#,8560.94|5#,105907328|6#,-86323|5#,1948 -44,,62,,,,,,,,,,,,,,,, -107,Ru,,3.75 min|5,2.25E2|3E0,?-,100,,,3001|15#,-5327|13#,-5113|12#,-5571|10#,5611|10#,11375|15#,8533.37|8#,106909970|9#,-83863|9#,1951 -44,,63,,,,,,,,,,,,,,,, -108,Ru,,4.55 min|5,2.73E2|3E0,?-,100,,,1370|16#,-5736|12#,-7739|12#,-4869|15#,7870|12#,12200|12#,8527.22|8#,107910186|9#,-83661|9#,1955 -44,,64,,,,,,,,,,,,,,,, -109,Ru,,34.5 s|10,3.45E1|1E0,?-,100,,,4261|10#,-5826|13#,-6456|13#,-3778|17#,5148|12#,12105|12#,8496.23|8#,108913324|10#,-80738|9#,1967 -44,,65,,,,,,,,,,,,,,,, -110,Ru,,12.04 s|17,1.2E1|1.7E-1,?-,100,,,2756|19#,-6363|13#,-9038|13#,-3144|10#,7405|12#,13079|13#,8486.31|8#,109914039|10#,-80073|9#,1970 -44,,66,,,,,,,,,,,,,,,, -111,Ru,,2.12 s|7,2.12E0|7E-2,?-,100,,,5519|12#,-6659|13#,-7761|14#,-2028|20#,4784|13#,13040|13#,8452.96|9#,110917568|10#,-76785|10#,1971 -44,,67,,,,,,,,,,,,,,,, -112,Ru,,1.75 s|7,1.75E0|7E-2,?-,100,,,4100|50#,-7300|13#,-10372|11#,-1398|12#,6917|13#,13895|14#,8439.24|9#,111918807|10#,-75631|10#,1970 -44,,68,,,,,,,,,,,,,,,, -113,Ru,,0.80 s|5,8E-1|5E-2,?-,100,,,6900|40#,-7630|40#,-9060|40#,-210|60#,4310|40#,13900|40#,8402.7|3#,112922850|40#,-71870|40#,1988 -44,,69,,,,,,,,,,,,,,,, -114,Ru,,0.54 s|3,5.4E-1|3E-2,?-,100,,,5490|70#,-8104|24#,-11620|430#,474|8#,6430|40#,14699|5#,8385.34|3#,113924614|4#,-70222|4#,1991 -44,,70,,,,,,,,,,,,,,,, -115,Ru,,318 ms|19,3.18E-1|1.9E-2,?-,100,,,8040|90#,-8670|90#,-9870|790#,1450|110#,4040|90#,14880|440#,8347.5|8#,114928940|100#,-66190|90#,1992 -44,,71,,,?- n,?,,,,,,,,,,,, -116,Ru,,204 ms|6,2.04E-1|6E-3,?-,100,,,6670|70#,-9030|200,-12610|300#,2090|8#,5950|90#,15040|790#,8326.88|3#,115931219|4#,-64069|4#,1994 -44,,72,,,?- n,?,,,,,,,,,,,, -117,Ru,,151 ms|3,1.51E-1|3E-3,?-,100,,,9410|430#,-9420|530,-11110|590#,3170|440#,3490|430#,15320|530,8286|4#,116936130|460#,-59490|430#,1994 -44,,73,,,?- n,?,,,,,,,,,,,, -118,Ru,,99 ms|3,9.9E-2|3E-3,?-,100,,,7630|200,-9880|360,-13470|450,3570|200,5840|480,16170|450,8265|2,117938530|210,-57260|200,1994 -44,,74,,,?- n,?,,,,,,,,,,,, -119,Ru,,69.5 ms|20,6.95E-2|2E-3,?-,100,,,10260|300,-10240|500,-12190|580,4250|300,3380|360,16060|500,8224|3,118943570|320,-52560|300,1997 -44,,75,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -120,Ru,,45 ms|2,4.5E-2|2E-3,?-,100,,,8800|450,-10940|640,-14490|640,4740|400,5520|500,16930|640,8201|3,119946310|430,-50010|400,2010 -44,,76,,,?- n,?,,,,,,,,,,,, -121,RU,,29 ms|2,2.9E-2|2E-3,?-,100,,,11200|740,-11300|640,-13270|640,5700|450,3110|570,16820|640,8159|3,120951640|430,-45050|400,2010 -44,,77,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -122,RU,,25 ms|1,2.5E-2|1E-3,?-,100,,,9930|580,-11940|710,,6030|800,5170|640,17660|710,8135|4,121954750|540,-42150|500,2010 -44,,78,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -123,RU,,19 ms|2,1.9E-2|2E-3,?-,100,,,12280|640,,,6930|580,3000|710,,8093|4,122960190|540,-37080|500,2010 -44,,79,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -124,RU,,15 ms|3,1.5E-2|3E-3,?-,100,,,10930|720,,,7330|720,4950|780,,8068|5,123963540|640,-33960|600,2010 -44,,80,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -89,Rh,,,,p,?,,,,-2440|540#,12400|470,,17070|540#,-1190|200#,8191|4#,88950770|390#,-45860|360#,1995 -45,,44,,,ec p,?,,,,,,,,,,,, -,,,,,ec ?+,?,,,,,,,,,,,, -90,Rh,,> 150 ns,1.5E-7|5E15,,,,,-11990|500#,-2550|420#,13180|300#,,13910|470#,730|420#,8255|3#,89944500|320#,-51700|300#,1994 -45,,45,,,,,,,,,,,,,,,, -91,Rh,,1.47 s|22,1.47E0|2.2E-1,ec ?+,100,,,-12640|500#,-3300|300#,9670|300#,-26930|500#,14940|420#,970|300#,8328|3#,90937120|320#,-58570|300#,1994 -45,,46,,,?+ p,1.3|5,,,,,,,,,,,, -92,Rh,,4.66 s|25,4.66E0|2.5E-1,ec ?+,100,,,-8420|300#,-3740|150,11302|5#,-25140|400#,12500|300#,2048|5,8373.42|5,91932368|5,-62999|4,1994 -45,,47,,,?+ p,1.9|1,,,,,,,,,,,, -93,Rh,,12.2 s|7,1.22E1|7E-1,ec ?+,100,,,-10010|300#,-4042|5,8205|3#,-22500|300#,14084|5,2000|4,8434.825|28,92925912.8|28,-69011.8|26,1994 -45,,48,,,,,,,,,,,,,,,, -94,Rh,,70.6 s|6,7.06E1|6E-1,ec ?+,100,,,-6805|5,-4608|4,9676|5,-21980|300#,11967|4,2980|4,8472.40|4,93921730|4,-72908|3,1979 -45,,49,,,ec p,1.8|5,,,,,,,,,,,, -95,Rh,,5.02 min|10,3.01E2|6E0,ec ?+,100,,,-8375|5,-4779|5,5117|10,-20310|6,13504|5,3046|5,8525.37|4,94915898|4,-78341|4,1967 -45,,50,,,,,,,,,,,,,,,, -96,Rh,,9.90 min|10,5.94E2|6E0,ec ?+,100,,,-3504|11,-3187|10,6393|10,-17793|10,9418|11,3519|14,8534.67|10,95914452|11,-79688|10,1967 -45,,51,,,,,,,,,,,,,,,, -97,Rh,,30.7 min|6,1.84E3|3.6E1,ec ?+,100,,,-4790|40,-1420|40,3520|40,-14490|40,10980|40,3810|40,8559.9|4,96911330|40,-82600|40,1955 -45,,52,,,,,,,,,,,,,,,, -98,Rh,,8.72 min|12,5.23E2|7.2E0,ec ?+,100,,,-1854|13,-1442|13,5050|14,-13441|13,8650|40,4344|12,8560.80|12,97910708|13,-83175|12,1955 -45,,53,,,,,,,,,,,,,,,, -99,Rh,,16.1 d|2,1.39E6|1.73E4,ec ?+,100,,,-3399|8,-1985|8,2044|7,-12332|8,10477|14,4645|9,8580.16|7,98908125|7,-85581|7,1952 -45,,54,,,,,,,,,,,,,,,, -100,Rh,,20.8 h|1,7.49E4|3.6E2,ec ?+,100,,,-378|25#,-2194|19#,3636|18#,-11480|19#,8081|19#,5255|18#,8575.17|18#,99908114|19#,-85591|18#,1948 -45,,55,,,,,,,,,,,,,,,, -101,Rh,,3.3 y|3,1.04E8|9.47E6,ec,100,,,-1980|4#,-2613|7#,546|6#,-10271|19#,9893|19#,5474|6#,8588.22|6#,100906159|6#,-87412|6#,1948 -45,,56,,,,,,,,,,,,,,,, -102,Rh,,207.3 d|17,1.79E7|1.47E5,ec ?+,78|5,0.45 35,,1120|6#,-2776|7#,2323|6#,-9422|8#,7442|9#,6114|6#,8576.98|6#,101906834|7#,-86783|6#,1941 -45,,57,,,?-,22|5,,,,,,,,,,,, -103,Rh,,STABLE,,,,-0.08840 2,,-574.5|24#,-3128.8|25#,-764.5|23#,-8199.8|23#,9320|7#,6214.2|23#,8584.192|22#,102905494.1|25#,-88031.7|23#,1934 -45,,58,100 %,,,,,,,,,,,,,,, -104,Rh,,42.3 s|4,4.23E1|4E-1,?-,99.55|10,,,2435.8|27#,-3363.3|27#,1136|3#,-7573.5|24#,6998.96|8#,6981.1|23#,8568.949|22#,103906645.3|25#,-86959.3|23#,1939 -45,,59,,,ec ?+,0.45|10,,,,,,,,,,,, -105,Rh,,35.36 h|6,1.27E5|2.16E2,?-,100,4.452 10,,566.6|23#,-3932|24#,-1917|4#,-6527.4|24#,8963|3#,7044.5|28#,8572.704|24#,104905687.8|27#,-87851.2|25#,1945 -45,,60,,,,,,,,,,,,,,,, -106,Rh,,30.07 s|35,3.01E1|3.5E-1,?-,100,2.575 7,,3545|5#,-4215|10#,-39|8#,-6016|5#,6583|6#,7717|5#,8553.93|5#,105907286|6#,-86363|5#,1947 -45,,61,,,,,,,,,,,,,,,, -107,Rh,,21.7 min|4,1.3E3|2.4E1,?-,100,,,1509|12#,-4685|16#,-3001|15#,-5027|12#,8572|13#,7829|13#,8554.10|11#,106906748|13#,-86864|12#,1951 -45,,62,,,,,,,,,,,,,,,, -108,Rh,,16.8 s|5,1.68E1|5E-1,?-,100,,,4492|14#,-4953|29#,-1370|16#,-4730|14#,6239|18#,8458|16#,8532.67|13#,107908715|15#,-85032|14#,1955 -45,,63,,,,,,,,,,,,,,,, -109,Rh,,80 s|2,8E1|2E0,?-,100,,,2607|4#,-5130|40#,-4261|10#,-3547|4#,8039|15#,8627|10#,8528.14|4#,108908749|4#,-84999|4#,1972 -45,,64,,,,,,,,,,,,,,,, -110m1,Rh,,3.35 s|12,3.35E0|1.2E-1,?-,100,,,5502|18#,-5477|22#,-2756|20#,-3294|18#,5901|18#,9379|20#,8504.25|16#,109911080|19#,-82829|18#,1963 -45,,65,,,,,,,,,,,,,,,, -111,Rh,,11 s|1,1.1E1|1E0,?-,100,,,3681|7#,-5979|11#,-5519|12#,-2045|7#,7547|19#,9521|11#,8495.63|6#,110911643|7#,-82304|7#,1975 -45,,66,,,,,,,,,,,,,,,, -112,Rh,,3.6 s|3,3.6E0|3E-1,?-,100,,,6590|40#,-6230|40#,-4100|50#,-1820|40#,5500|40#,10240|50#,8468.9|4#,111914400|50#,-79730|40#,1972 -45,,67,,,,,,,,,,,,,,,, -113,Rh,,2.80 s|12,2.8E0|1.2E-1,?-,100,,,4824|10#,-6910|12#,-6900|40#,-517|10#,7110|40#,10426|12#,8456.82|6#,112915440|8#,-78768|7#,1971 -45,,68,,,,,,,,,,,,,,,, -114,Rh,,1.85 s|5,1.85E0|5E-2,?-,100,,,7780|70#,-7100|70#,-5490|70#,-190|70#,5010|70#,11130|80#,8426.6|6#,113918720|80#,-75710|70#,1988 -45,,69,,,,,,,,,,,,,,,, -115,Rh,,0.99 s|5,9.9E-1|5E-2,?-,100,,,6197|15#,-7630|13#,-8040|90#,1190|10#,6590|70#,11297|8#,8410.66|6#,114920311|8#,-74230|7#,1988 -45,,70,,,,,,,,,,,,,,,, -116,Rh,,0.68 s|6,6.8E-1|6E-2,?-,100,,,9100|70#,-7900|70#,-6670|70#,1620|80#,4580|70#,11840|120#,8377.6|6#,115924060|80#,-70740|70#,1970 -45,,71,,,,,,,,,,,,,,,, -117,Rh,,0.44 s|4,4.4E-1|4E-2,?-,100,,,7527|11#,-8511|9#,-9410|430#,2863|11#,6230|70#,12117|10#,8359.28|8#,116926036|10#,-68897|9#,1991 -45,,72,,,,,,,,,,,,,,,, -118,Rh,,266 ms|+22-21,2.66E-1|2.2E-2,?-,100,,,10501|24#,-8710|430#,-7630|200#,3466|25#,4061|26#,12690|430#,8322.86|20#,117930340|26#,-64887|24#,1994 -45,,73,,,?- n,3.1|14,,,,,,,,,,,, -119,Rh,,171 ms|18,1.71E-1|1.8E-2,?-,100,,,8585|12#,-8930|790#,-10260|300#,4495|10#,6007|26#,12850|200,8303.39|8#,118932557|10#,-62823|9#,1994 -45,,74,,,?- n,6.4|16,,,,,,,,,,,, -120,Rh,,136 ms|+14-13,1.36E-1|1.4E-2,?-,100,,,11470|200,-9780|360,-8800|450,4520|200,4060|200,13540|360,8268|2,119936860|210,-58810|200,1994 -45,,75,,,?- n,< 5.4,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -121,Rh,,151 ms|+67-58,1.51E-1|6.3E-2,?-,100,,,9930|620#,-10290|740,-11200|740#,5960|620#,5510|650,13530|740,8245|5#,120939610|660#,-56250|620#,1994 -45,,76,,,?- n,?,,,,,,,,,,,, -122,Rh,,> 300 ns,3E-7|5E15,?- 2n,?,,,12540|300,-10710|500,-9930|580,6030|300,3900|690,14320|500,8210|2,121944090|320,-52080|300,1997 -45,,77,,,?-,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -123,RH,,42 ms|4,4.2E-2|4E-3,?-,100,,,11070|880,-11410|640,-12280|640,7180|400,5350|500,14500|640,8186|3,122947010|430,-49360|400,2010 -45,,78,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -124,RH,,30 ms|2,3E-2|2E-3,?-,100,,,13500|500,-11800|640,-10930|720,7470|880,3600|560,15100|640,8149|3,123951810|430,-44890|400,2010 -45,,79,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -125,RH,,26.5 ms|20,2.65E-2|2E-3,?-,100,,,12120|640,-12640|710,,8320|580,5180|640,15330|780,8126|4,124954910|540,-42000|500,2010 -45,,80,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -126,RH,,19 ms|3,1.9E-2|3E-3,?-,100,,,14560|640,,,8750|640,3370|710,,8088|4,125959960|540,-37300|500,2010 -45,,81,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -127,Rh,,20 ms|+20-7,2E-2|1.4E-2,?-,100,,,13150|780,,,9760|720,4800|780,,8062|5,126963470|640,-34030|600, -45,,82,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -91,Pd,,,,ec ?+,100,,,,-2830|570#,12640|500,,14290|570#,1520|500#,8181|4#,90950690|430#,-45930|400#,1995 -46,,45,,,,,,,,,,,,,,,, -92,Pd,,1.0 s|+3-2,1E0|3E-1,ec ?+,100,,,-17450|580#,-2660|420#,8420|300#,,16720|500#,3300|420#,8273|3#,91941410|320#,-54580|300#,1994 -46,,46,,,,,,,,,,,,,,,, -93,Pd,,1.00 s|9,1E0|9E-2,ec ?+,100,,,-12730|500#,-3170|420#,10010|300#,-29940|580#,12490|420#,3290|300#,8319|3#,92936660|320#,-59000|300#,1994 -46,,47,,,ec p,?,,,,,,,,,,,, -94,Pd,,9.0 s|5,9E0|5E-1,ec ?+,100,,,-13690|400#,-3643|6,6805|5#,-27910|400#,15170|300#,4379|5,8391.68|5,93929036|5,-66102|4,1982 -46,,48,,,,,,,,,,,,,,,, -95,Pd,,5 s|3,5E0|3E0,ec ?+,100,,,-10370|300#,-4151|4,8375|5#,-25630|400#,11935|5,4347|5,8428.98|3,94924889|3,-69966|3,1980 -46,,49,,,,,,,,,,,,,,,, -96,Pd,,122 s|2,1.22E2|2E0,ec ?+,100,,,-11670|90,-4307|5,3504|11,-24660|300#,14289|5,5132|6,8490.02|4,95918214|5,-76183|4,1980 -46,,50,,,,,,,,,,,,,,,, -97,Pd,,3.10 min|9,1.86E2|5.4E0,ec ?+,100,,,-6980|110,-3014|5,4790|40,-21370|90,9694|6,5407|11,8502.43|5,96916472|5,-77806|5,1969 -46,,51,,,,,,,,,,,,,,,, -98,Pd,,17.7 min|3,1.06E3|1.8E1,ec ?+,100,,,-8250|30,-1162|6,1854|13,-18570|110,11586|7,6010|40,8533.90|5,97912698|5,-81321|5,1955 -46,,52,,,,,,,,,,,,,,,, -99,Pd,,21.4 min|2,1.28E3|1.2E1,ec ?+,100,,,-5470|8,-1150|11,3399|8,-17190|30,8933|7,6296|13,8537.93|5,98911773|5,-82183|5,1955 -46,,53,,,,,,,,,,,,,,,, -100,Pd,,3.63 d|9,3.14E5|7.78E3,ec,100,,,-7075|18#,-1557|18#,378|25#,-16572|19#,11101|18#,6920|19#,8563.57|18#,99908520|19#,-85213|18#,1948 -46,,54,,,,,,,,,,,,,,,, -101,Pd,,8.47 h|6,3.05E4|2.16E2,ec ?+,100,-0.66 2,,-4098|7#,-1736|5#,1980|7#,-15365|7#,8291|18#,7130|19#,8560.86|4#,100908285|5#,-85432|5#,1948 -46,,55,,,,,,,,,,,,,,,, -102,Pd,,STABLE,,,,,,-5656|8#,-2103|6#,-1120|6#,-14640|5#,10542|5#,7780|6#,8580.290|5#,101905632.1|6#,-87903.2|6#,1935 -46,,56,1.02 %|1,,,,,,,,,,,,,,, -103,Pd,,16.991 d|19,1.47E6|1.64E3,ec,100,,,-2654|4#,-2256.7|9#,574.5|25#,-13282|8#,7625.3|8#,7963|6#,8571.019|9#,102906110.8|10#,-87457.2|9#,1950 -46,,57,,,,,,,,,,,,,,,, -104,Pd,,STABLE,,,,,,-4279|4#,-2592.6|14#,-2435.8|27#,-12664|4#,10009.2|16#,8652.4|27#,8584.848|13#,103904030.4|14#,-89395.1|13#,1935 -46,,58,11.14 %|8,,,,,,,,,,,,,,, -105,Pd,,STABLE,,,,-0.642 3,+0.660 11,-1347|5#,-2884.7|12#,-566.6|27#,-11373|4#,7094.1|7#,8747.5|26#,8570.650|11#,104905079.5|12#,-88417.9|11#,1935 -46,,59,22.33 %|8,,,,,,,,,,,,,,, -106,Pd,,STABLE,,,,,,-2965.1|28#,-3226.0|12#,-3545|5#,-10908|5#,9560.96|28#,9345.3|24#,8579.992|10#,105903480.3|12#,-89907.5|11#,1935 -46,,60,27.33 %|3,,,,,,,,,,,,,,, -107,Pd,,6.5 x 106|y|3,2.05E14|9.47E12,?-,100,,,34.0|23#,-3530.4|13#,-1509|12#,-9501.6|29#,6536.4|5#,9299|5#,8560.894|11#,106905128.1|13#,-88372.6|12#,1958 -46,,61,,,,,,,,,,,,,,,, -108,Pd,,STABLE,,,,,,-1917.4|26#,-3853.4|27#,-4492|14#,-9188.8|26#,9222.9|16#,9949|12#,8567.023|10#,107903891.8|12#,-89524.2|11#,1935 -46,,62,26.46 %|9,,,,,,,,,,,,,,, -109,Pd,,13.7012 h|24,4.93E4|8.64E0,?-,100,,,1112.9|14#,-4096.9|27#,-2607|4#,-8071.0|26#,6153.59|15#,9864|14#,8544.882|10#,108905950.6|12#,-87606.5|11#,1937 -46,,63,,,,,,,,,,,,,,,, -110,Pd,,STABLE,,,,,,-873.6|14#,-4433|5#,-5502|18#,-7682.8|14#,8795.7|13#,10620|4#,8547.162|6#,109905172.9|7#,-88330.9|6#,1935 -46,,64,11.72 %|9,,,,,,,,,,,,,,, -111,Pd,,23.4 min|2,1.4E3|1.2E1,?-,100,,,2229.6|16#,-4548|9#,-3681|7#,-6599.9|14#,5726.3|4#,10446|18#,8521.749|7#,110907690.3|8#,-85985.9|7#,1937 -46,,65,,,,,,,,,,,,,,,, -112,Pd,,21.04 h|17,7.57E4|6.12E2,?-,100,,,262|7#,-5085|11#,-6590|40#,-6177|7#,8407|7#,11306|9#,8520.72|6#,111907330|7#,-86322|7#,1951 -46,,66,,,,,,,,,,,,,,,, -113,Pd,,93 s|5,9.3E1|5E0,?-,100,,,3436|18#,-5278|11#,-4824|10#,-5079|7#,5341|9#,11150|40#,8492.58|6#,112910261|7#,-83591|7#,1954 -46,,67,,,,,,,,,,,,,,,, -114,Pd,,2.42 min|6,1.45E2|3.6E0,?-,100,,,1440|8#,-5843|11#,-7780|70#,-4535|18#,7971|10#,12012|10#,8488.01|6#,113910369|7#,-83491|7#,1958 -46,,68,,,,,,,,,,,,,,,, -115,Pd,,25 s|2,2.5E1|2E0,?-,100,,,4556|22#,-6066|17#,-6197|15#,-3567|14#,5007|15#,12000|70#,8457.74|12#,114913659|15#,-80426|14#,1958 -46,,69,,,,,,,,,,,,,,,, -116,Pd,,11.8 s|4,1.18E1|4E-1,?-,100,,,2711|8#,-6626|12#,-9100|70#,-2920|20#,7477|15#,12891|10#,8449.28|6#,115914297|8#,-79832|7#,1970 -46,,70,,,,,,,,,,,,,,,, -117,Pd,,4.3 s|3,4.3E0|3E-1,?-,100,,,5758|15#,-6980|40#,-7527|11#,-1953|8#,4664|10#,12980|70#,8416.93|6#,116917955|8#,-76424|7#,1968 -46,,71,,,,,,,,,,,,,,,, -118,Pd,,1.9 s|1,1.9E0|1E-1,?-,100,,,4165|4#,-7592|4#,-10501|24#,-1278|14#,7036|8#,13780|9#,8405.222|21#,117919066.8|27#,-75388.7|25#,1969 -46,,72,,,,,,,,,,,,,,,, -119,Pd,,0.92 s|1,9.2E-1|1E-2,?-,100,,,7238|17#,-7640|90#,-8585|12#,75|9#,4090|9#,13809|26#,8368.96|7#,118923340|9#,-71408|8#,1991 -46,,73,,,,,,,,,,,,,,,, -120,Pd,,492 ms|33,4.92E-1|3.3E-2,?-,100,,,5371|5#,-8636|4#,-11470|200#,294|15#,6943|8#,14746|10#,8357.085|19#,119924551.3|25#,-70280.0|23#,1993 -46,,74,,,?- n,? 0.7,,,,,,,,,,,, -121,PD,,285 ms|24,2.85E-1|2.4E-2,?-,100,,,8220|13#,-9120|430#,-9930|620#,1398|6#,3974|4#,14660|200,8320.858|28#,120928950|4#,-66182|3#,1994 -46,,75,,,?- n,? 0.8,,,,,,,,,,,, -122,Pd,,175 ms|16,1.75E-1|1.6E-2,?-,100,,,6490|40#,-9780|200,-12540|300#,1715|23#,6505|20#,15650|620#,8305.97|16#,121930632|21#,-64616|20#,1994 -46,,76,,,?- n,? 2.5,,,,,,,,,,,, -123,Pd,,108 ms|2,1.08E-1|2E-3,?-,100,,,9120|790#,-10290|840,-11070|880#,2610|790#,3880|790#,15640|840,8270|6#,122935130|850#,-60430|790#,1994 -46,,77,,,?- n,?,,,,,,,,,,,, -124,PD,,38 ms|+38-19,3.8E-2|2.9E-2,?-,100,,,7810|390,-10800|500,-13500|500,3090|300,6030|840,16320|500,8252|2,123937320|320,-58390|300,1997 -46,,78,,,?- n,?,,,,,,,,,,,, -125,PD,,57 ms|10,5.7E-2|1E-2,?-,100,,,10400|590,-11500|570,-12120|640,4010|470,3800|500,16520|560,8216|3,124941900|430,-54120|400,2008 -46,,79,,,?- n,?,,,,,,,,,,,, -126,PD,,48.6 ms|12,4.86E-2|1.2E-3,?-,?,,,8820|450,-12130|640,-14560|640,4590|590,5810|560,17150|640,8197|3,125944330|430,-51860|400,2008 -46,,80,,,?- n,?,,,,,,,,,,,, -127,PD,,38 ms|2,3.8E-2|2E-3,?-,100,,,11260|540,-12520|710,-13150|780,5430|540,3390|640,17170|710,8159|4,126949350|540,-47180|500,2010 -46,,81,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -128,PD,,35 ms|3,3.5E-2|3E-3,?-,100,,,10130|580,-12950|780,,5880|540,5380|710,17750|780,8138|4,127952240|540,-44490|500,2010 -46,,82,,,?- n,?,,,,,,,,,,,, -129,Pd,,31 ms|7,3.1E-2|7E-3,?-,100,,,14370|720,,,8940|670,1190|780,,8084|5,128959620|640,-37610|600, -46,,83,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -93,Ag,,,,p,?,,,,-2830|540#,12730|500,,17210|640#,-1020|500#,8173|4#,92950330|430#,-46270|400#,1994 -47,,46,,,ec p,?,,,,,,,,,,,, -,,,,,ec ?+,?,,,,,,,,,,,, -94,Ag,,26 ms|+26-9,2.6E-2|1.8E-2,ec ?+,100,,,-12270|640#,-3130|500#,13690|400#,,14210|570#,700|500#,8238|4#,93943740|430#,-52410|400#,1994 -47,,47,,,ec p,?,,,,,,,,,,,, -95,Ag,,1.75 s|12,1.75E0|1.2E-1,ec ?+,100,,,-12970|500#,-3450|420#,10370|300#,-27530|580#,15260|500#,780|300#,8312|3#,94936020|320#,-59600|300#,1994 -47,,48,,,ec p,?,,,,,,,,,,,, -96,Ag,,4.40 s|6,4.4E0|6E-2,ec ?+,100,,,-8940|410#,-3940|90,11670|90#,-25950|410#,12990|310#,1830|90,8360.3|9,95930740|100,-64510|90,1982 -47,,49,,,ec p,8.5|15,,,,,,,,,,,, -97,Ag,,25.5 s|3,2.55E1|3E-1,ec,100,,,-10370|320#,-4240|110,6980|110#,-23320|410#,14390|140,1930|110,8422.4|11,96923970|120,-70830|110,1978 -47,,50,,,,,,,,,,,,,,,, -98,Ag,,47.5 s|3,4.75E1|3E-1,ec ?+,100,,,-5430|40,-2580|30,8250|30,-20680|300#,10310|110,2550|30,8441.7|3,97921560|40,-73070|30,1978 -47,,51,,,ec p,0.0011|5,,,,,,,,,,,, -99,Ag,,124 s|3,1.24E2|3E0,ec ?+,100,,,-6781|6,-797|7,5470|8,-17150|50,11720|30,2680|8,8474.77|6,98917646|7,-76712|6,1967 -47,,52,,,,,,,,,,,,,,,, -100,Ag,,2.01 min|9,1.21E2|5.4E0,ec ?+,100,,,-3943|5#,-875|11#,7075|18#,-16278|5#,9497|8#,3244|7#,8484.99|5#,99916115|5#,-78138|5#,1970 -47,,53,,,,,,,,,,,,,,,, -101,Ag,,11.1 min|3,6.66E2|1.8E1,ec ?+,100,5.627 11,,-5498|5#,-1160|40#,4098|7#,-15211|5#,11268|7#,3411|18#,8512.55|5#,100912684|5#,-81334|5#,1966 -47,,54,,,,,,,,,,,,,,,, -102,Ag,,12.9 min|3,7.74E2|1.8E1,ec ?+,100,+4.6 7,,-2587|8#,-1496|14#,5656|8#,-14482|8#,8984|9#,4104|9#,8517.16|8#,101911705|9#,-82247|8#,1960 -47,,55,,,,,,,,,,,,,,,, -103,Ag,,65.7 min|7,3.94E3|4.2E1,ec ?+,100,+4.47 5,,-4151|4#,-1646|8#,2654|4#,-13214|4#,10627|9#,4188|4#,8537.65|4#,102908961|4#,-84803|4#,1954 -47,,56,,,,,,,,,,,,,,,, -104,Ag,,69.2 min|10,4.15E3|6E1,ec ?+,100,+3.919 3,,-1148|5#,-1950|19#,4279|4#,-12536|5#,8385|6#,4948|4#,8536.18|4#,103908624|5#,-85116|4#,1955 -47,,57,,,,,,,,,,,,,,,, -105,Ag,,41.29 d|7,3.57E6|6.05E3,ec ?+,100,0.1014 10,,-2737|4#,-2083|7#,1347|5#,-11174|5#,10026|6#,4965|5#,8550.37|4#,104906526|5#,-87071|5#,1939 -47,,58,,,,,,,,,,,,,,,, -106,Ag,,23.96 min|4,1.44E3|2.4E0,ec ?+,99.5|5,+2.85 20,,189.8|28#,-2584|7#,2965|3#,-10680|3#,7943|5#,5813.5|28#,8544.639|28#,105906664|3#,-86942|3#,1937 -47,,59,,,?-,< 1,,,,,,,,,,,, -107,Ag,,STABLE,,,,-0.113570 20,,-1416.4|26#,-2800|3#,-34.0|27#,-9345.8|23#,9536|4#,5788.1|23#,8553.900|22#,106905091.5|26#,-88406.7|24#,1924 -47,,60,51.839 %|8,,,,,,,,,,,,,,, -108,Ag,,2.382 min|11,1.43E2|6.6E-1,?-,97.15|20,2.6884 7,,1645.7|26#,-3072|3#,1917.4|26#,-8687.8|26#,7271.41|17#,6523.1|23#,8542.025|22#,107905950.3|26#,-87606.8|24#,1937 -47,,61,,,ec ?+,2.85|20,,,,,,,,,,,, -109,Ag,,STABLE,,,,-0.130563 23,,-215.1|18#,-3293.1|28#,-1112.9|17#,-7538.3|15#,9184.0|27#,6484.2|14#,8547.915|12#,108904755.8|14#,-88719.4|13#,1924 -47,,62,48.161 %|8,,,,,,,,,,,,,,, -110,Ag,,24.56 s|11,2.46E1|1.1E-1,?-,99.70|6,,,2890.7|13#,-3520|6#,873.6|14#,-7024.3|18#,6809.19|10#,7139.8|14#,8532.108|12#,109906110.7|14#,-87457.3|13#,1937 -47,,63,,,ec,0.30|6,,,,,,,,,,,, -111,Ag,,7.45 d|1,6.44E5|8.64E2,?-,100,-0.146 2,,1036.8|14#,-3777|12#,-2229.6|16#,-5938.8|14#,8829.5|19#,7173.5|15#,8534.787|13#,110905296.8|16#,-88215.4|15#,1937 -47,,64,,,,,,,,,,,,,,,, -112,Ag,,3.130 h|8,1.13E4|2.88E1,?-,100,,,3991.1|24#,-3977|14#,-262|7#,-5402.8|24#,6439.6|28#,7886.8|25#,8516.080|22#,111907048.5|26#,-86583.7|24#,1938 -47,,65,,,,,,,,,,,,,,,, -113,Ag,,5.37 h|5,1.93E4|1.8E2,?-,100,0.159 2,,2016|17#,-4452|17#,-3436|18#,-4523|17#,8514|17#,7994|18#,8516.06|15#,112906573|18#,-87027|17#,1949 -47,,66,,,,,,,,,,,,,,,, -114,Ag,,4.6 s|1,4.6E0|1E-1,?-,100,,,5084|5#,-4527|18#,-1440|8#,-3959|5#,5975|17#,8629|8#,8493.78|4#,113908823|5#,-84931|5#,1958 -47,,67,,,,,,,,,,,,,,,, -115,Ag,,20.0 min|5,1.2E3|3E1,?-,100,,,3102|18#,-5103|20#,-4556|23#,-3039|18#,8123|19#,8781|20#,8490.55|16#,114908767|20#,-84983|18#,1949 -47,,68,,,,,,,,,,,,,,,, -116,Ag,,230 s|5,2.3E2|5E0,?-,100,,,6170|3#,-5240|40#,-2711|8#,-2529|3#,5631|19#,9405|14#,8465.907|28#,115911387|3#,-82543|3#,1958 -47,,69,,,,,,,,,,,,,,,, -117,Ag,,72.8 s|+20-7,7.28E1|1.4E0,?-,? 100,,,4236|14#,-5839|15#,-5758|15#,-1541|14#,7711|14#,9639|15#,8459.45|12#,116911774|15#,-82182|14#,1958 -47,,70,,,,,,,,,,,,,,,, -118,Ag,,3.76 s|15,3.76E0|1.5E-1,?-,100,,,7148|20#,-6270|70#,-4165|4#,-1206.7|27#,5443|14#,10418|8#,8433.889|21#,117914595.5|27#,-79553.8|25#,1967 -47,,71,,,,,,,,,,,,,,,, -119m1,Ag,,2.1 s|1,2.1E0|1E-1,?-,100,,,5330|40#,-6841|16#,-7238|17#,-15|25#,7163|15#,10546|15#,8423.21|12#,118915570|16#,-78646|15#,1975 -47,,72,,,,,,,,,,,,,,,, -120,Ag,,1.23 s|4,1.23E0|4E-2,?-,100,,,8306|6#,-7340|70#,-5371|5#,250|40#,5077|15#,11533|9#,8395.33|4#,119918785|5#,-75652|4#,1971 -47,,73,,,?- n,< 0.003,,,,,,,,,,,, -121,Ag,,0.78 s|2,7.8E-1|2E-2,?-,100,,,6671|12#,-7930|15#,-8220|13#,1483|13#,6823|13#,11412|12#,8382.33|10#,120920125|13#,-74403|12#,1982 -47,,74,,,?- n,0.080|13,,,,,,,,,,,, -122,Ag,,0.529 s|13,5.29E-1|1.3E-2,?-,99.8,,,9510|40#,-8640|50#,-6490|40#,1900|40#,4770|40#,12210|40#,8352.8|3#,121923660|40#,-71110|40#,1978 -47,,75,,,?- n,0.186|10,,,,,,,,,,,, -123,Ag,,0.300 s|5,3E-1|5E-3,?-,100,,,7870|30#,-9150|30#,-9120|790#,2990|30#,6510|50#,12220|40#,8337.80|25#,122925340|30#,-69550|30#,1976 -47,,76,,,?- n,0.55|7,,,,,,,,,,,, -124,Ag,,191 ms|28,1.91E-1|2.8E-2,?-,100,,,10500|250#,-9810|320,-7810|390#,3140|250#,4720|250#,13060|830#,8308.7|20#,123928930|270#,-66200|250#,1984 -47,,77,,,?- n,1.3|9,,,,,,,,,,,, -125,Ag,,159 ms|8,1.59E-1|8E-3,?-,100,,,8830|430#,-10690|760#,-10400|590#,4110|430#,6390|500#,13420|530,8293|3#,124930730|460#,-64520|430#,1994 -47,,78,,,?- n,?,,,,,,,,,,,, -126,Ag,,52 ms|10,5.2E-2|1E-2,?-,100,,,11580|200,-11020|360,-8820|450,4600|200,4230|480,13850|450,8261|2,125934860|210,-60680|200,1994 -47,,79,,,?- n,?,,,,,,,,,,,, -127,Ag,,109 ms|25,1.09E-1|2.5E-2,?-,100,,,10310|200,-11500|450,-11260|540,5740|200,5830|280,13870|450,8242|2,126937260|210,-58440|200,1995 -47,,80,,,,,,,,,,,,,,,, -128,Ag,,58 ms|5,5.8E-2|5E-3,?-,100,,,12620|300,-12150|500,-10130|580,6060|300,4250|360,14730|580,8211|2,127941360|320,-54620|300,2000 -47,,81,,,?- n,?,,,,,,,,,,,, -129,Ag,,46 ms|+5-9,4.6E-2|7E-3,?-,100,,,11080|400,-12400|640,-14370|720,7190|400,5430|500,14780|640,8189|3,128944200|430,-51980|400,2000 -47,,82,,,?- n,> 0,,,,,,,,,,,, -130,Ag,,42 ms|5,4.2E-2|5E-3,?-,100,,,15420|500,-10820|710,,9290|500,1790|640,15380|780,8140|4,129950940|540,-45700|500,2000 -47,,83,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -131,Ag,,35 ms|8,3.5E-2|8E-3,?-,100,,,14840|510,-8770|780,,12670|500,2750|710,,8099|4,130956650|540,-40380|500, -47,,84,,,?- n,?,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -132,Ag,,28 ms|+15-12,2.8E-2|1.4E-2,?-,100,,,16470|540,,,13360|510,1480|710,,8049|4,131963720|540,-33790|500, -47,,85,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -96,CD,,1.03 s|+24-21,1.03E0|2.3E-1,ec ?+,100,,,-17680|640#,-3420|500#,8940|410#,,17010|570#,3260|500#,8259|4#,95940340|430#,-55570|400#,2008 -48,,48,,,,,,,,,,,,,,,, -97,Cd,,2.8 s|6,2.8E0|6E-1,ec,100,,,-13260|500#,-3880|420#,10370|320#,-30630|580#,12950|500#,3230|310#,8307|3#,96935100|320#,-60450|300#,1978 -48,,49,,,ec p,?,,,,,,,,,,,, -98,Cd,,9.2 s|3,9.2E0|3E-1,ec ?+,100,,,-13740|300#,-3960|50,5430|60#,-28520|400#,15250|300#,4100|120,8378.3|5,97927390|60,-67640|50,1978 -48,,50,,,ec p,< 0.025,,,,,,,,,,,, -99,Cd,,16 s|3,1.6E1|3E0,ec ?+,100,,,-8550|300#,-2390|3,6781|6#,-24110|300#,10370|50,4150|30,8398.373|16,98924925.8|17,-69931.1|16,1978 -48,,51,,,?+ p,0.17|+11-5,,,,,,,,,,,, -,,,,,?+ ?,< 1 x 10-4,,,,,,,,,,,, -100,Cd,,49.1 s|5,4.91E1|5E-1,ec ?+,100,,,-9880|180#,-436|5#,3943|5#,-20890|300,12334.8|23#,4771|6#,8437.737|17#,99920348.8|18#,-74194.6|17#,1970 -48,,52,,,,,,,,,,,,,,,, -101,Cd,,1.36 min|5,8.16E1|3E0,ec ?+,100,,,-7220|200,-456|5#,5498|5,-19590|180#,9713.2|22#,4987|5#,8450.365|15#,100918586.2|16#,-75836.5|15#,1969 -48,,53,,,,,,,,,,,,,,,, -102,Cd,,5.5 min|5,3.3E2|3E1,ec ?+,100,,,-8965|5#,-764|5#,2587|8#,-19120|200,11894.5|22#,5614|5#,8484.131|16#,101914481.8|18#,-79659.7|17#,1969 -48,,54,,,,,,,,,,,,,,,, -103,Cd,,7.3 min|1,4.38E2|6E0,ec ?+,100,-0.81 3,-0.8 7,-6019|10#,-894|5#,4151|4#,-18028|5#,9063.2|25#,5694|8#,8489.754|18#,102913416.9|19#,-80651.6|18#,1960 -48,,55,,,,,,,,,,,,,,,, -104,Cd,,57.7 min|10,3.46E3|6E1,ec ?+,100,,,-7786|6#,-1181|18#,1148|5#,-17407|10#,11388.1|25#,6455|4#,8517.622|16#,103909856.2|18#,-83968.4|17#,1955 -48,,56,,,,,,,,,,,,,,,, -105,Cd,,55.5 min|4,3.33E3|2.4E1,ec ?+,100,-0.7393 2,+0.43 4,-4693|10#,-1327|5#,2737|5#,-16222|6#,8436.8|22#,6506|4#,8516.852|13#,104909463.9|15#,-84333.8|14#,1950 -48,,57,,,,,,,,,,,,,,,, -106,Cd,,STABLE,,2?+,,,,-6524|12#,-1653.9|12#,-190|3#,-15563|10#,10869.6|18#,7350|5#,8539.048|10#,105906459.8|12#,-87132.1|11#,1935 -48,,58,1.25 %|6,,2?+,,,,,,,,,,,,, -107,Cd,,6.50 h|2,2.34E4|7.2E1,ec ?+,100,-0.6150554 11,+0.68 7,-3426|11#,-1958.0|19#,1416.4|29#,-14453|12#,7929.4|19#,7337|3#,8533.351|16#,106906612.1|18#,-86990.3|17#,1946 -48,,59,,,,,,,,,,,,,,,, -108,Cd,,STABLE,,,,,,-5133|9#,-2282.2|17#,-1645.7|26#,-13759|11#,10333.5|20#,8134.7|26#,8550.019|10#,107904183.6|12#,-89252.4|11#,1935 -48,,60,0.89 %|3,,,,,,,,,,,,,,, -109,Cd,,461.4 d|12,3.99E7|1.04E5,ec,100,-0.8278461 15,+0.69 7,-2015|4#,-2511.3|19#,215.1|20#,-12456|9#,7323.2|18#,8186.5|28#,8538.764|14#,108904986.7|16#,-88504.3|15#,1950 -48,,61,,,,,,,,,,,,,,,, -110,Cd,,STABLE,,,,,,-3878|12#,-2865.4|12#,-2890.7|13#,-11930|4#,9915.0|16#,8917.5|13#,8551.275|3#,109903007.5|4#,-90348.0|4#,1925 -48,,62,12.49 %|18,,,,,,,,,,,,,,, -111,Cd,,STABLE,,,,-0.5948861 9,,-860|3#,-3304.5|12#,-1036.8|15#,-10854|12#,6975.60|17#,9083.9|13#,8537.079|3#,110904183.8|4#,-89252.2|4#,1925 -48,,63,12.80 %|12,,,,,,,,,,,,,,, -112,Cd,,STABLE,,,,,,-2585|4#,-3475.6|11#,-3991.1|24#,-10254|3#,9393.93|28#,9648.4|14#,8544.730|2#,111902763.88|27#,-90574.86|25#,1925 -48,,64,24.13 %|21,,,,,,,,,,,,,,, -113,Cd,,8.04 x 1015|y|5,2.54E23|1.58E21,?-,100,-0.6223009 9,,323.83|26#,-3861.7|11#,-2016|17#,-9124|4#,6539.74|22#,9748.5|24#,8526.987|2#,112904408.10|26#,-89043.28|24#,1925 -48,,65,12.22 %|12,,,,,,,,,,,,,,, -114,Cd,,STABLE,,2?-,100,,,-1445.1|4#,-4108.9|6#,-5084|5#,-8719.1|3#,9042.97|14#,10277|17#,8531.513|2#,113903365.0|3#,-90014.93|28#,1925 -48,,66,28.73 %|42,,2?-,100,,,,,,,,,,,, -115,Cd,,53.46 h|5,1.92E5|1.8E2,?-,100,-0.6484259 12,,1451.9|7#,-4523.5|9#,-3102|18#,-7586.0|7#,6140.9|6#,10443|5#,8510.724|6#,114905437.4|7#,-88084.5|7#,1939 -48,,67,,,,,,,,,,,,,,,, -116,Cd,,3.3 x 1019|y|4,1.04E27|1.26E26,2?-,?,,,-462.73|27#,-4816|7#,-6170|3#,-7247.45|16#,8699.3|7#,11019|18#,8512.350|1#,115904763.23|17#,-88712.48|16#,1925 -48,,68,7.49 %|18,,,,,,,,,,,,,,, -117,Cd,,2.49 h|4,8.96E3|1.44E2,?-,100,,,2525|5#,-5252|7#,-4236|14#,-6240.0|10#,5777.2|10#,11165|3#,8488.973|9#,116907226.0|11#,-86418.4|10#,1939 -48,,69,,,,,,,,,,,,,,,, -118,Cd,,50.3 min|2,3.02E3|1.2E1,?-,100,,,527|21#,-5636|21#,-7148|20#,-5830|21#,8355|20#,11809|24#,8487.83|17#,117906922|21#,-86702|20#,1961 -48,,70,,,,,,,,,,,,,,,, -119,Cd,,2.69 min|2,1.61E2|1.2E0,?-,100,,,3720|40#,-5980|40#,-5330|40#,-4820|40#,5350|40#,11710|40#,8461.4|3#,118909850|40#,-83980|40#,1961 -48,,71,,,,,,,,,,,,,,,, -120,Cd,,50.80 s|21,5.08E1|2.1E-1,?-,100,,,1770|40#,-6551|8#,-8306|6#,-4329|8#,8050|40#,12601|15#,8458.02|3#,119909868|4#,-83957|4#,1973 -48,,72,,,,,,,,,,,,,,,, -121,Cd,,13.5 s|3,1.35E1|3E-1,?-,100,,,4762|27#,-7074|8#,-6671|12#,-3420|40#,5188|4#,12711|5#,8430.996|16#,120912963.7|21#,-81073.8|19#,1965 -48,,73,,,,,,,,,,,,,,,, -122,Cd,,5.24 s|3,5.24E0|3E-2,?-,100,,,2960|50#,-7649|3#,-9510|40#,-2848|28#,7610|3#,13499|12#,8424.266|19#,121913459.1|25#,-80612.4|23#,1973 -48,,74,,,,,,,,,,,,,,,, -123,Cd,,2.10 s|2,2.1E0|2E-2,?-,100,,,6016|20#,-8431|9#,-7870|30#,-1910|50#,4873|4#,13600|40#,8395.395|22#,122916892.5|29#,-77414.2|27#,1983 -48,,75,,,,,,,,,,,,,,,, -124,Cd,,1.25 s|2,1.25E0|2E-2,?-,100,,,4170|30#,-8847|4#,-10500|250#,-1343|20#,7359|4#,14440|30#,8387.035|24#,123917657|3#,-76702|3#,1974 -48,,76,,,,,,,,,,,,,,,, -125,Cd,,0.68 s|4,6.8E-1|4E-2,?-,100,,,7129|27#,-9591|4#,-8830|430#,-550|30#,4718|4#,14440|250#,8357.681|23#,124921258|3#,-73348.1|29#,1986 -48,,77,,,,,,,,,,,,,,,, -126,Cd,,0.515 s|17,5.15E-1|1.7E-2,?-,100,,,5516|27#,-10066|20#,-11580|200#,149|27#,6980|4#,15030|430#,8346.747|20#,125922429.1|27#,-72256.8|25#,1978 -48,,78,,,,,,,,,,,,,,,, -127,Cd,,0.37 s|7,3.7E-1|7E-2,?-,100,,,8149|24#,-10740|790#,-10310|200#,950|30#,4562|12#,15360|200,8316.94|9#,126926197|13#,-68747|12#,1986 -48,,79,,,,,,,,,,,,,,,, -128,Cd,,0.28 s|4,2.8E-1|4E-2,?-,100,,,6900|150#,-11280|300,-12620|300#,1583|22#,6566|14#,16090|200,8303.26|6#,127927813|8#,-67242|7#,1986 -48,,80,,,,,,,,,,,,,,,, -129,Cd,,154 ms|2,1.54E-1|2E-3,?-,100,-0.7063 5,+0.570 26,9780|17#,-11360|400,-11080|400#,3020|150#,3887|18#,15730|300,8269.03|13#,128932304|18#,-63058|17#,1986 -48,,81,,,?- n,> 0,,,,,,,,,,,, -130,Cd,,162 ms|7,1.62E-1|7E-3,?-,100,,,8770|40#,-11680|400,-15420|500#,3649|23#,6131|28#,16430|400,8252.59|17#,129934388|24#,-61118|22#,1986 -48,,82,,,?- n,3.5|10,,,,,,,,,,,, -131,Cd,,68 ms|3,6.8E-2|3E-3,?-,100,,,12810|100#,-10460|510,-14840|510#,6590|110#,2170|100#,16810|510,8206.2|8#,130940720|110#,-55220|100#,2000 -48,,83,,,?- n,3.5|10,,,,,,,,,,,, -132,Cd,,97 ms|10,9.7E-2|1E-2,?-,100,,,12150|200,-8200|540,-16470|540,9690|200,3120|220,17170|540,8168|1,131946040|210,-50260|200,2000 -48,,84,,,?- n,60|15,,,,,,,,,,,, -133,CD,,57 ms|10,5.7E-2|1E-2,?-,100,,,13540|360,-8730|670,,10420|300,1730|360,17420|580,8119|2,132952850|320,-43920|300,2010 -48,,85,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -134,Cd,,65 ms|15,6.5E-2|1.5E-2,?-,100,,,12740|500,,,10470|440,3070|500,,8082|3,133958220|430,-38920|400, -48,,86,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -98,In,,32 ms|+32-11,3.2E-2|2.2E-2,ec ?+,?,,,,-3910|500#,13740|300,,14780|500#,730|420#,8230|3#,97942140|320#,-53900|300#,1994 -49,,49,,,,,,,,,,,,,,,, -99,In,,3.0 s|8,3E0|8E-1,ec ?+,?,,,-13430|580#,-4200|420#,8560|300#,,15550|420#,1030|300#,8304|3#,98934110|320#,-61380|300#,1994 -49,,50,,,,,,,,,,,,,,,, -100,In,,5.8 s|2,5.8E0|2E-1,ec ?+,100,,,-7030|240#,-2230|200#,9880|180#,-24440|530,11010|350,1670|180#,8331.1|18#,99930960|200#,-64310|180#,1982 -49,,51,,,ec p,1.7|4,,,,,,,,,,,, -101,In,,15.1 s|3,1.51E1|3E-1,ec ?+,? 100,,,-8310|360,-210|220,7220|200,-19400|360,12370|270,1710|200,8371|2,100926340|210,-68610|200,1988 -49,,52,,,?+ p,?,,,,,,,,,,,, -102,In,,23.3 s|1,2.33E1|1E-1,ec ?+,100,,,-5760|100#,-50|30#,8965|5#,-18460|300#,10150|200,2147|5#,8388.57|4#,101924106|5#,-70695|5#,1981 -49,,53,,,?+ p,9.3 x 10-03|13,,,,,,,,,,,, -103,In,,65 s|7,6.5E1|7E0,ec ?+,100,,,-7660|70#,-345|11#,6019|10#,-17770|100#,12009|11#,2262|10#,8423.72|9#,102919879|10#,-74633|10#,1978 -49,,54,,,,,,,,,,,,,,,, -104,In,,1.80 min|3,1.08E2|1.8E0,ec ?+,100,+4.44 2,+0.66 11,-4556|8#,-470|8#,7786|6#,-17280|70#,9621|11#,2820|6#,8435.24|6#,103918215|6#,-76183|6#,1977 -49,,55,,,,,,,,,,,,,,,, -105,In,,5.07 min|7,3.04E2|4.2E0,ec ?+,100,+5.675 5,+0.83 5,-6303|11#,-731|11#,4693|10#,-16085|12#,11529|12#,2961|10#,8464.70|10#,104914502|11#,-79641|10#,1975 -49,,56,,,,,,,,,,,,,,,, -106,In,,6.2 min|1,3.72E2|6E0,ec ?+,100,4.916 6,+0.97 6,-3254|13#,-786|15#,6524|12#,-15341|13#,9039|16#,3563|12#,8470.12|11#,105913464|13#,-80608|12#,1962 -49,,57,,,,,,,,,,,,,,,, -107,In,,32.4 min|3,1.94E3|1.8E1,ec ?+,100,+5.585 8,+0.807 52,-5052|12#,-1186|12#,3426|11#,-14282|12#,11027|17#,3721|11#,8494.02|10#,106910290|12#,-83564|11#,1949 -49,,58,,,,,,,,,,,,,,,, -108,In,,58.0 min|12,3.48E3|7.2E1,ec ?+,100,,,-2050|10#,-1428|10#,5133|9#,-13679|10#,8627|14#,4419|9#,8495.25|8#,107909694|9#,-84120|9#,1949 -49,,59,,,,,,,,,,,,,,,, -109,In,,4.167 h|18,1.5E4|6.48E1,ec ?+,100,+5.538 4,+0.841 27,-3859|9#,-1844|6#,2015|4#,-12491|7#,10441|9#,4526|4#,8513.10|4#,108907150|4#,-86490|4#,1948 -49,,60,,,,,,,,,,,,,,,, -110,In,,4.92 h|8,1.77E4|2.88E2,ec ?+,100,4.713 8,+1.000 22,-628|18#,-1952|12#,3878|11#,-11911|14#,8052|12#,5255|12#,8508.91|10#,109907171|12#,-86470|12#,1939 -49,,61,,,,,,,,,,,,,,,, -111,In,,2.8047 d|4,2.42E5|3.46E1,ec,100,+5.503 7,+0.804 22,-2453|6#,-2410|4#,860|3#,-10621|14#,9993|12#,5333|3#,8522.28|3#,110905107|4#,-88392|3#,1947 -49,,62,,,,,,,,,,,,,,,, -112,In,,14.88 min|15,8.93E2|9E0,ec ?+,57.4|48,+2.82 3,+0.087 5,665|4#,-2808|5#,2585|4#,-10123|7#,7669|5#,6027|4#,8514.67|4#,111905539|5#,-87990|4#,1947 -49,,63,,,?-,42.6|48,,,,,,,,,,,, -113,In,,STABLE,,,,,+0.799,-1039.0|16#,-3072.6|13#,-323.8|3#,-8783.38|28#,9448|4#,6081.23|24#,8522.929|2#,112904060.45|20#,-89367.12|19#,1934 -49,,64,4.29 %|5,,,,,,,,,,,,,,, -114,In,,71.9 s|1,7.19E1|1E-1,?-,99.50|15,+2.817 11,,1989.9|3#,-3537.4|13#,1445.1|4#,-8313.0|16#,7274.00|25#,6815.5|4#,8511.973|3#,113904916.4|3#,-88569.8|3#,1937 -49,,65,,,ec ?+,0.50|15,,,,,,,,,,,, -115,In,,4.41 x 1014|y|25,1.39E22|7.89E20,?-,100,+5.5408 2,+0.86 4,497.489|10#,-3745.8|15#,-1451.9|7#,-7047.94|3#,9037.9|3#,6810.38|28#,8516.546|0#,114903878.773|12#,-89536.346|12#,1924 -49,,66,95.71 %|5,,,,,,,,,,,,,,, -116,In,,14.10 s|3,1.41E1|3E-2,?-,99.977|6,2.7876 6,0.11 1,3276.22|24#,-4090.9|24#,462.73|27#,-6287.23|22#,6784.72|22#,7454.2|7#,8501.617|2#,115905259.99|24#,-88249.75|22#,1937 -49,,67,,,ec,0.023|6,,,,,,,,,,,, -117,In,,43.2 min|3,2.59E3|1.8E1,?-,100,+5.519 4,+0.829 10,1455|5#,-4341|17#,-2525|5#,-5488|5#,8765|5#,7520|5#,8503.86|4#,116904516|5#,-88943|5#,1937 -49,,68,,,,,,,,,,,,,,,, -118,In,,5.0 s|5,5E0|5E-1,?-,100,,,4425|8#,-4722|9#,-527|21#,-4902|8#,6356|6#,8099|8#,8485.67|7#,117906357|8#,-87228|8#,1949 -49,,69,,,,,,,,,,,,,,,, -119,In,,2.4 min|1,1.44E2|6E0,?-,100,+5.515 10,+0.854 7,2366|7#,-5142|20#,-3720|40#,-4118|7#,8542|8#,8287|21#,8486.14|6#,118905851|8#,-87699|7#,1949 -49,,70,,,,,,,,,,,,,,,, -120,In,,3.08 s|8,3.08E0|8E-2,?-,100,,,5370|40#,-5610|40#,-1770|40#,-3730|40#,6100|40#,9040|50#,8466.3|3#,119907970|40#,-85730|40#,1958 -49,,71,,,,,,,,,,,,,,,, -121,In,,23.1 s|6,2.31E1|6E-1,?-,100,+5.502 5,+0.814 11,3361|27#,-6080|30#,-4762|27#,-2809|27#,8180|50#,9168|28#,8463.89|23#,120907851|29#,-85836|27#,1960 -49,,72,,,,,,,,,,,,,,,, -122,In,,1.5 s|3,1.5E0|3E-1,?-,100,,,6370|50#,-6440|50#,-2960|50#,-2450|50#,5810|60#,9790|50#,8442.1|4#,121910280|50#,-83570|50#,1963 -49,,73,,,,,,,,,,,,,,,, -123,In,,6.17 s|5,6.17E0|5E-2,?-,100,+5.491 7,+0.757 9,4386|20#,-7209|25#,-6016|20#,-1560|20#,7930|50#,10107|20#,8437.95|16#,122910434|21#,-83430|20#,1960 -49,,74,,,,,,,,,,,,,,,, -124,In,,3.12 s|9,3.12E0|9E-2,?-,100,+4.043 11,+0.614 68,7360|30#,-7640|30#,-4170|30#,-1130|30#,5510|40#,10740|30#,8414.34|25#,123913180|30#,-80870|30#,1964 -49,,75,,,,,,,,,,,,,,,, -125,In,,2.36 s|4,2.36E0|4E-2,?-,100,+5.502 9,+0.71 4,5420|27#,-8500|30#,-7129|27#,-314|27#,7680|40#,11064|27#,8408.45|22#,124913605|29#,-80477|27#,1967 -49,,76,,,,,,,,,,,,,,,, -126,In,,1.53 s|1,1.53E0|1E-2,?-,100,+4.034 11,+0.49 5,8242|27#,-9090|50#,-5516|27#,52|27#,5370|40#,11714|27#,8384.32|21#,125916507|29#,-77773|27#,1974 -49,,77,,,,,,,,,,,,,,,, -127,In,,1.09 s|1,1.09E0|1E-2,?-,100,,,6575|19#,-9770|40#,-8149|24#,1048|24#,7190|30#,11928|21#,8374.95|17#,126917449|23#,-76896|21#,1975 -49,,78,,,?- n,? 0.03,,,,,,,,,,,, -128,In,,0.84 s|6,8.4E-1|6E-2,?-,100,,,9220|150#,-10370|290#,-6900|150#,1250|150#,5320|150#,12690|150#,8351.1|12#,127920400|160#,-74150|150#,1975 -49,,79,,,?- n,< 0.046,,,,,,,,,,,, -129,In,,611 ms|5,6.11E-1|5E-3,?-,100,,,7753|17#,-10740|430#,-9780|17#,2453|18#,6760|150#,12885|8#,8338.780|21#,128921805.5|29#,-72837.7|27#,1975 -49,,80,,,?- n,0.23|7,,,,,,,,,,,, -130,In,,0.29 s|2,2.9E-1|2E-2,?-,100,,,10250|40#,-11630|200,-8770|40#,2640|40#,5120|40#,14110|40#,8314.00|28#,129924980|40#,-69880|40#,1973 -49,,81,,,?- n,0.93|13,,,,,,,,,,,, -131,In,,0.28 s|3,2.8E-1|3E-2,?-,100,,,9240|5#,-12010|200,-12810|100#,4036|3#,6210|40#,14196|23#,8297.959|21#,130926972.1|29#,-68025.0|27#,1976 -49,,82,,,?- n,? 2.0|3,,,,,,,,,,,, -132,In,,0.207 s|6,2.07E-1|6E-3,?-,100,,,14130|60#,-10220|310,-12150|200#,6780|60#,2460|60#,14480|120#,8253.7|5#,131933000|60#,-62410|60#,1973 -49,,83,,,?- n,6.3|9,,,,,,,,,,,, -133,In,,165 ms|3,1.65E-1|3E-3,?-,100,,,13410|200,-7910|440,-13540|360,11010|200,3120|200,14490|280,8215|1,132938310|210,-57460|200,1996 -49,,84,,,?- n,85|10,,,,,,,,,,,, -134,In,,140 ms|4,1.4E-1|4E-3,?-,100,,,14770|300,-8390|580,-12740|500,11140|300,2270|360,15030|420,8171|2,133944540|320,-51660|300,1996 -49,,85,,,?- n,65,,,,,,,,,,,, -135,In,,92 ms|10,9.2E-2|1E-2,?-,100,,,14100|400,-8570|640,,11830|400,2940|500,14900|570,8132|3,134950050|430,-46530|400,2002 -49,,86,,,?- n,> 0,,,,,,,,,,,, -136,In,,85 ms|+10-8,8.5E-2|9E-3,?-,100,,,15390|500,-9140|640,,12050|400,2050|570,,8087|3,135956510|430,-40510|400, -49,,87,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -137,In,,65 ms|+40-30,6.5E-2|3.5E-2,?-,100,,,14750|640,,,12790|580,2600|640,,8047|4,136962380|540,-35040|500, -49,,88,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -100,Sn,,1.16 s|20,1.16E0|2E-1,ec ?+,100,,,,-4130|500,7030|350,,17410|590,3200|420,8253|3#,99938500|320#,-57280|300#,1994 -50,,50,,,ec p,< 17,,,,,,,,,,,, -101,Sn,,1.7 s|3,1.7E0|3E-1,ec ?+,100,,,,-2280|420,8310|360,,11090|430#,3280|350#,8281|3#,100935260|320#,-60310|300#,1994 -50,,51,,,ec p,26,,,,,,,,,,,, -102,Sn,,3.8 s|2,3.8E0|2E-1,ec ?+,100,,,,280|110#,5760|100,,12700|320#,3610|220,8324.4|10#,101930290|110#,-64930|100#,1994 -50,,52,,,,,,,,,,,,,,,, -103,Sn,,7.0 s|2,7E0|2E-1,ec ?+,100,,,-10790|310,530|70#,7660|70,,10110|120#,3570|70#,8341.8|7#,102928100|80#,-66970|70#,1981 -50,,53,,,ec p,1.2|1,,,,,,,,,,,, -104,Sn,,20.8 s|5,2.08E1|5E-1,ec ?+,100,,,-12450|120#,143|6#,4556|8#,-23520|300,12730|70#,4283|11#,8383.91|5#,103923105|6#,-71627|6#,1985 -50,,54,,,,,,,,,,,,,,,, -105,Sn,,34 s|1,3.4E1|1E0,ec ?+,100,,,-9323|22#,74|4#,6303|11#,-22240|120#,9782|7#,4444|7#,8397.23|4#,104921268|4#,-73338|4#,1981 -50,,55,,,?+ p,?,,,,,,,,,,,, -106,Sn,,115 s|5,1.15E2|5E0,ec ?+,100,,,-10880|9#,-119|5#,3254|13#,-21410|22#,12087|6#,5002|11#,8432.04|5#,105916957|5#,-77354|5#,1975 -50,,56,,,,,,,,,,,,,,,, -107,Sn,,2.90 min|5,1.74E2|3E0,ec ?+,100,,,-7859|7#,-286|6#,5052|12#,-20110|9#,9230|7#,5193|13#,8439.49|5#,106915714|6#,-78512|5#,1976 -50,,57,,,,,,,,,,,,,,,, -108,Sn,,10.30 min|8,6.18E2|4.8E0,ec ?+,100,,,-9625|8#,-526|6#,2050|10#,-19488|7#,11629|8#,5795|12#,8469.03|5#,107911894|6#,-82070|5#,1968 -50,,58,,,,,,,,,,,,,,,, -109,Sn,,18.0 min|2,1.08E3|1.2E1,ec ?+,100,-1.079 6,+0.31 10,-6379|9#,-721|8#,3859|9#,-18256|10#,8632|10#,5799|12#,8470.52|7#,108911293|9#,-82630|8#,1966 -50,,59,,,,,,,,,,,,,,,, -110,Sn,,4.154 h|4,1.5E4|1.44E1,ec,100,,,-8392|15#,-1135|14#,628|18#,-17662|15#,11283|16#,6641|14#,8496.09|12#,109907845|15#,-85842|14#,1965 -50,,60,,,,,,,,,,,,,,,, -111,Sn,,35.3 min|6,2.12E3|3.6E1,ec ?+,100,+0.608 4,0.18 9,-5102|10#,-1373|6#,2453|6#,-16560|8#,8168|15#,6758|13#,8493.13|5#,110907741|6#,-85939|5#,1949 -50,,61,,,,,,,,,,,,,,,, -112,Sn,,STABLE,,,,,,-7056|18#,-1827.6|11#,-665|4#,-15890|9#,10788|5#,7552|3#,8513.618|3#,111904824.9|3#,-88655.06|28#,1927 -50,,62,0.97 %|1,,,,,,,,,,,,,,, -113,Sn,,115.09 d|3,9.94E6|2.59E3,ec ?+,100,-0.8791 6,,-3911|17#,-2248.7|22#,1039.0|16#,-14800|18#,7744.4|16#,7627|5#,8506.811|14#,112905175.8|17#,-88328.1|16#,1939 -50,,63,,,,,,,,,,,,,,,, -114,Sn,,STABLE,,,,,,-6063|22#,-2636.7|4#,-1989.9|3#,-14214|17#,10302.9|16#,8481.58|19#,8522.566|0#,113902780.13|3#,-90559.723|29#,1927 -50,,64,0.66 %|1,,,,,,,,,,,,,,, -115,Sn,,STABLE,,,,-0.91883 7,,-3030|16#,-3206.5|4#,-497.489|19#,-13609|22#,7545.43|2#,8753.0|3#,8514.069|0#,114903344.697|16#,-90033.835|15#,1927 -50,,65,0.34 %|1,,,,,,,,,,,,,,, -116,Sn,,STABLE,,,,,,-4704|5#,-3376.03|27#,-3276.22|24#,-12594|16#,9563.45|9#,9278.59|10#,8523.116|1#,115901742.82|10#,-91525.97|10#,1922 -50,,66,14.54 %|9,,,,,,,,,,,,,,, -117,Sn,,STABLE,,,,-1.00104 7,,-1758|8#,-3779.4|5#,-1455|5#,-11647|5#,6943.1|5#,9437.0|5#,8509.611|4#,116902954.0|5#,-90397.8|5#,1923 -50,,67,7.68 %|7,,,,,,,,,,,,,,, -118,Sn,,STABLE,,,,,,-3657|3#,-4062.8|6#,-4425|8#,-11085|8#,9326.42|13#,9999|5#,8516.533|4#,117901606.6|5#,-91652.9|5#,1924 -50,,68,24.22 %|9,,,,,,,,,,,,,,, -119,Sn,,STABLE,,,,-1.04728 7,,-591|8#,-4405.5|10#,-2366|7#,-10140|3#,6483.5|5#,10126|8#,8499.449|6#,118903311.2|8#,-90065.0|7#,1925 -50,,69,8.59 %|4,,,,,,,,,,,,,,, -120,Sn,,STABLE,,,,,,-2681|7#,-4810.8|9#,-5370|40#,-9696|8#,9104.7|11#,10688|7#,8504.492|7#,119902201.9|10#,-91098.4|9#,1926 -50,,70,32.58 %|9,,,,,,,,,,,,,,, -121,Sn,,27.03 h|4,9.73E4|1.44E2,?-,100,+0.6978 10,-0.02 2,403.1|27#,-5203.8|14#,-3361|27#,-8851|7#,6170.2|3#,10760|40#,8485.201|8#,120904242.8|10#,-89197.3|10#,1948 -50,,71,,,,,,,,,,,,,,,, -122,Sn,,STABLE,,,,,,-1606|3#,-5665|20#,-6370|50#,-8412|3#,8815.4|23#,11394|27#,8487.907|20#,121903444.0|26#,-89941.3|24#,1928 -50,,72,4.63 %|3,,,,,,,,,,,,,,, -123,Sn,,129.2 d|4,1.12E7|3.46E4,?-,100,-1.3700 9,+0.03 4,1407.9|27#,-6260|40#,-4386|20#,-7552|3#,5946.2|11#,11530|50#,8467.243|20#,122905725.4|26#,-87816.2|24#,1948 -50,,73,,,,,,,,,,,,,,,, -124,Sn,,STABLE,,,,,,-613.9|15#,-6702|4#,-7360|30#,-7081.4|15#,8489.3|24#,12093|20#,8467.421|8#,123905276.7|11#,-88234.2|10#,1922 -50,,74,5.79 %|5,,,,,,,,,,,,,,, -125,Sn,,9.64 d|3,8.33E5|2.59E3,?-,100,-1.348 2,+0.14 21,2359.9|26#,-7247.5|22#,-5420|27#,-6347.4|15#,5733.50|20#,12320|30#,8445.550|8#,124907786.4|11#,-85896.4|10#,1939 -50,,75,,,,,,,,,,,,,,,, -126,Sn,,2.30 x 105|y|14,7.26E12|4.42E11,?-,100,,,380|30#,-7828|11#,-8242|29#,-5830|11#,8190|10#,12827|29#,8443.52|8#,125907659|11#,-86015|10#,1962 -50,,76,,,,,,,,,,,,,,,, -127,Sn,,2.10 h|4,7.56E3|1.44E2,?-,100,-1.329 7,,3229|11#,-8482|10#,-6575|23#,-5150|30#,5527|14#,12987|29#,8420.56|8#,126910390|11#,-83471|10#,1951 -50,,77,,,,,,,,,,,,,,,, -128,Sn,,59.07 min|14,3.54E3|8.4E0,?-,100,,-0.02 18,1268|14#,-9085|18#,-9220|150#,-4734|18#,7963|20#,13755|28#,8416.98|14#,127910507|19#,-83362|18#,1956 -50,,78,,,,,,,,,,,,,,,, -129,Sn,,2.23 min|4,1.34E2|2.4E0,?-,100,+0.754 3,+0.05 11,4038|27#,-9668|18#,-7753|17#,-4032|26#,5300|25#,13730|150#,8392.82|13#,128913482|19#,-80591|17#,1962 -50,,79,,,,,,,,,,,,,,,, -130,Sn,,3.72 min|7,2.23E2|4.2E0,?-,100,,,2153|14#,-10300|3#,-10250|40#,-3574|21#,7613|17#,14583|3#,8386.816|14#,129913974.5|20#,-80132.2|19#,1972 -50,,80,,,,,,,,,,,,,,,, -131,Sn,,56.0 s|5,5.6E1|5E-1,?-,100,+0.747 4,-0.04 8,4717|4#,-10942|13#,-9240|5#,-3050|15#,5204|4#,14670|40#,8362.517|28#,130917053|4#,-77265|4#,1963 -50,,81,,,,,,,,,,,,,,,, -132,Sn,,39.7 s|8,3.97E1|8E-1,?-,100,,,3089|3#,-11730|8#,-14130|60#,-2636.5|29#,7353|4#,15810|3#,8354.872|15#,131917823.9|21#,-76546.5|20#,1963 -50,,82,,,,,,,,,,,,,,,, -133,Sn,,1.46 s|3,1.46E0|3E-2,?-,100,,,8050|4#,-10241|17#,-13410|200#,690|3#,2398.6|27#,15750|60#,8310.088|14#,132923913.8|20#,-70873.9|19#,1973 -50,,83,,,?- n,0.0294|24,,,,,,,,,,,, -134,Sn,,1.050 s|11,1.05E0|1.1E-2,?-,100,,,7587|4#,-7741|23#,-14770|300#,4418|4#,3631|4#,16260|200,8275.171|24#,133928680|3#,-66434|3#,1974 -50,,84,,,?- n,17|13,,,,,,,,,,,, -135,Sn,,530 ms|20,5.3E-1|2E-2,?-,100,,,9058|4#,-7840|100#,-14100|400#,5317|4#,2270|4#,16260|300,8230.687|23#,134934909|3#,-60632|3#,1994 -50,,85,,,?- n,21|3,,,,,,,,,,,, -136,Sn,,0.290 s|20,2.9E-1|2E-2,?-,100,,,8610|300,-8060|360,-15390|500,5720|300,3340|300,16660|500,8195|2,135939990|320,-55900|300,1994 -50,,86,,,?- n,28|4,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -137,Sn,,190 ms|60,1.9E-1|6E-2,?-,100,,,10270|400,-8290|500,-14750|640,6650|400,1960|500,16570|570,8149|3,136946550|430,-49790|400,1994 -50,,87,,,?- n,58|15,,,,,,,,,,,, -138,SN,,140 ms|+30-20,1.4E-1|2.5E-2,?-,100,,,9360|1180,-8370|640,,7130|510,3140|640,17110|710,8113|4,137951840|540,-44860|500,2010 -50,,88,,,?- n,? 36,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -139,Sn,,130 ms|60,1.3E-1|6E-2,?-,100,,,11350|640,,,7710|1180,1650|710,,8066|4,138958730|540,-38440|500, -50,,89,,,?- 2n,?,,,,,,,,,,,, -,,,,,?- n,?,,,,,,,,,,,, -103,SB,,< 49 ns,4.9E-8,p,?,,,,2770|420,10790|310,,,-1470|310,8229|3,102939690|320,-56180|300, -51,,52,,,,,,,,,,,,,,,, -104,Sb,,0.44 s|+15-11,4.4E-1|1.3E-1,ec ?+,100,,,,2710|220#,12450|120,,11070|320,-510|100#,8256.6|12#,103936470|130#,-59170|120#,1995 -51,,53,,,ec p,< 7,,,,,,,,,,,, -,,,,,p,< 1,,,,,,,,,,,, -105,Sb,,1.22 s|11,1.22E0|1.1E-1,ec ?+,99,,,-11200|300#,2170|200,9323|22#,,12910|120#,-323|22#,8300.99|21#,104931277|23#,-64015|22#,1994 -51,,54,,,p,1,,,,,,,,,,,, -106,Sb,,0.6 s|2,6E-1|2E-1,ec ?+,?,,,-8250|100#,1797|9#,10880|9#,-21730|300#,10529|23#,424|8#,8322.01|7#,105928638|8#,-66473|7#,1981 -51,,55,,,,,,,,,,,,,,,, -107,Sb,,4.0 s|2,4E0|2E-1,ec ?+,100,,,-10110|70#,1554|10#,7859|7#,-20500|100#,12251|9#,589|7#,8358.73|4#,106924151|4#,-70653|4#,1994 -51,,56,,,,,,,,,,,,,,,, -108,Sb,,7.4 s|3,7.4E0|3E-1,ec ?+,100,,,-6664|8#,1312|8#,9625|8#,-19980|70#,9863|7#,1222|8#,8372.67|5#,107922227|6#,-72445|5#,1976 -51,,57,,,,,,,,,,,,,,,, -109,Sb,,17.0 s|7,1.7E1|7E-1,ec ?+,100,,,-8536|7#,965|12#,6379|10#,-18541|8#,11877|8#,1470|8#,8404.81|5#,108918141|6#,-76251|5#,1976 -51,,58,,,,,,,,,,,,,,,, -110,Sb,,23.6 s|3,2.36E1|3E-1,ec ?+,100,,,-5220|9#,733|14#,8392|15#,-17806|7#,9270|8#,2109|10#,8412.68|5#,109916854|6#,-77450|6#,1972 -51,,59,,,,,,,,,,,,,,,, -111,Sb,,75 s|1,7.5E1|1E0,ec ?+,100,,,-7249|11#,303|14#,5102|10#,-16678|11#,11458|11#,2284|16#,8440.12|8#,110913218|9#,-80837|9#,1972 -51,,60,,,,,,,,,,,,,,,, -112,Sb,,53.5 s|6,5.35E1|6E-1,ec ?+,100,,,-4031|20#,96|20#,7056|18#,-16083|19#,8834|20#,2949|19#,8443.63|16#,111912400|19#,-81599|18#,1959 -51,,61,,,,,,,,,,,,,,,, -113,Sb,,6.67 min|7,4E2|4.2E0,ec ?+,100,,,-6070|30#,-352|18#,3911|17#,-14921|19#,10889|25#,3051|17#,8465.27|15#,112909375|18#,-84417|17#,1958 -51,,62,,,,,,,,,,,,,,,, -114,Sb,,3.49 min|3,2.09E2|1.8E0,ec ?+,100,+1.72 8,,-2610|40#,-452|25#,6063|22#,-14220|40#,8151|28#,3457|22#,8462.52|19#,113909289|23#,-84497|22#,1959 -51,,63,,,,,,,,,,,,,,,, -115,Sb,,32.1 min|3,1.93E3|1.8E1,ec ?+,100,+3.46 1,-0.36 6,-4940|30#,-1036|16#,3030|16#,-13190|30#,10578|27#,3733|16#,8480.91|14#,114906598|17#,-87003|16#,1958 -51,,64,,,,,,,,,,,,,,,, -116,Sb,,15.8 min|8,9.48E2|4.8E1,ec ?+,100,2.715 9,,-1553|28#,-1257|7#,4704|5#,-12831|28#,7890|17#,4077|5#,8475.82|4#,115906793|6#,-86822|5#,1949 -51,,65,,,,,,,,,,,,,,,, -117,Sb,,2.80 h|1,1.01E4|3.6E1,ec ?+,100,+3.43 6,-0 2,-3544|13#,-1697|8#,1758|8#,-11442|29#,9889|10#,4403|8#,8487.90|7#,116904842|9#,-88640|8#,1947 -51,,66,,,?+,1.7|3,,,,,,,,,,,, -118,Sb,,3.6 min|1,2.16E2|6E0,ec ?+,100,2.47 7,,-300|19#,-1851|3#,3657|3#,-10972|14#,7428|9#,4887|3#,8478.915|26#,117905532|3#,-87996|3#,1947 -51,,67,,,,,,,,,,,,,,,, -119,Sb,,38.19 h|22,1.37E5|7.92E2,ec,100,+3.45 1,-0.37 6,-2293.0|20#,-2363|8#,591|8#,-9849|20#,9549|8#,5110|8#,8487.91|6#,118903946|8#,-89474|8#,1947 -51,,68,,,,,,,,,,,,,,,, -120,Sb,,15.89 min|4,9.53E2|2.4E0,ec ?+,100,2.34 22,,950|8#,-2593|7#,2681|7#,-9308|11#,7015|11#,5642|7#,8475.63|6#,119905080|8#,-88418|7#,1937 -51,,69,,,,,,,,,,,,,,,, -121,Sb,,STABLE,,,,+3.3634 {I3},-0.36 {I4},-1055|26#,-3082|6#,-403.1|28#,-8304|3#,9254|8#,5790.9|27#,8482.066|21#,120903810.1|28#,-89600.3|26#,1922 -51,,70,57.21 %|5,,,,,,,,,,,,,,, -122,Sb,,2.7238 d|2,2.35E5|1.73E1,?-,97.59|12,-1.90 2,+0.85 11,1979.1|21#,-3532|8#,1606|4#,-7861|26#,6806.37|13#,6427.1|27#,8468.331|21#,121905168.1|28#,-88335.4|26#,1939 -51,,71,,,ec ?+,2.41|12,,,,,,,,,,,, -123,Sb,,STABLE,,,,+2.5498 2,-0.49 5,-51.91|7#,-3950|7#,-1407.9|28#,-6980.93|10#,8960.0|21#,6571.7|27#,8472.328|12#,122904214.0|16#,-89224.1|15#,1922 -51,,72,42.79 %|5,,,,,,,,,,,,,,, -124,Sb,,60.20 d|3,5.2E6|2.59E3,?-,100,1.20 2,+1.87 38,2905.07|13#,-4320|40#,613.9|18#,-6519.41|9#,6467.50|6#,7093.0|27#,8456.160|12#,123905935.8|16#,-87620.2|15#,1939 -51,,73,,,,,,,,,,,,,,,, -125,Sb,,2.75856 y|25,8.71E7|7.89E3,?-,100,+2.63 4,,766.7|21#,-4845|28#,-2359.9|28#,-5802.3|21#,8707.3|21#,7311.0|26#,8458.170|21#,124905253.0|28#,-88256.3|26#,1951 -51,,74,,,,,,,,,,,,,,,, -126,Sb,,12.35 d|6,1.07E6|5.18E3,?-,100,1.28 7,,3670|30#,-5250|60#,-380|30#,-5440|30#,6210|30#,7790|30#,8440.31|25#,125907250|30#,-86390|30#,1956 -51,,75,,,,,,,,,,,,,,,, -127,Sb,,3.85 d|5,3.33E5|4.32E3,?-,100,,,1582|5#,-5694|20#,-3229|11#,-4705|5#,8380|30#,7973|12#,8439.82|4#,126906924|6#,-86699|5#,1939 -51,,76,,,,,,,,,,,,,,,, -128,Sb,,9.05 h|4,3.26E4|1.44E2,?-,100,1.31 19,,4363|19#,-6180|40#,-1268|26#,-4420|19#,6002|20#,8448|22#,8420.77|15#,127909146|21#,-84630|19#,1956 -51,,77,,,,,,,,,,,,,,,, -129,Sb,,4.366 h|26,1.57E4|9.36E1,?-,100,2.79 2,,2375|21#,-6580|30#,-4038|27#,-3707|21#,8070|29#,8556|28#,8418.06|16#,128909147|23#,-84629|21#,1939 -51,,78,,,,,,,,,,,,,,,, -130,Sb,,39.5 min|8,2.37E3|4.8E1,?-,100,,,5067|14#,-6940|30#,-2153|14#,-3352|14#,5728|26#,8984|22#,8397.36|11#,129911663|15#,-82286|14#,1962 -51,,79,,,,,,,,,,,,,,,, -131,Sb,,23.03 min|4,1.38E3|2.4E0,?-,100,,,3229.6|21#,-7510|21#,-4717|4#,-2699.8|21#,7767|14#,9138.2|28#,8392.552|16#,130911989.3|22#,-81981.4|21#,1956 -51,,80,,,,,,,,,,,,,,,, -132,Sb,,2.79 min|7,1.67E2|4.2E0,?-,100,,,5553|4#,-7910|150#,-3089|3#,-2495.6|25#,5725|3#,9660|4#,8372.344|19#,131914508.0|26#,-79635.3|25#,1956 -51,,81,,,,,,,,,,,,,,,, -133,Sb,,2.34 min|5,1.4E2|3E0,?-,100,3.00 1,,4014|4#,-8511|4#,-8050|4#,-1807|5#,7360|4#,9666|4#,8364.729|24#,132915272|3#,-78924|3#,1966 -51,,82,,,,,,,,,,,,,,,, -134,Sb,,0.78 s|6,7.8E-1|6E-2,?-,100,,,8513|3#,-6560|40#,-7587|4#,845.3|27#,3168|4#,10435.6|26#,8325.950|13#,133920535.7|18#,-74020.5|17#,1967 -51,,83,,,,,,,,,,,,,,,, -135,Sb,,1.679 s|15,1.68E0|1.5E-2,?-,100,,,8038|3#,-4090|4#,-9058|4#,4772|4#,3741|3#,10546|4#,8291.989|20#,134925184.4|28#,-69690.3|26#,1964 -51,,84,,,?- n,22|3,,,,,,,,,,,, -136,Sb,,0.923 s|14,9.23E-1|1.4E-2,?-,100,,,9918|6#,-4520|60#,-8610|300#,5151|6#,2888|6#,11164|7#,8252.25|4#,135930749|6#,-64507|6#,1976 -51,,85,,,?- n,16.3|32,,,,,,,,,,,, -137,Sb,,450 ms|50,4.5E-1|5E-2,?-,100,,,9240|50#,-5020|200,-10270|400#,6290|50#,3620|50#,11450|300,8218.5|4#,136935520|60#,-60060|50#,1994 -51,,86,,,?- n,49|10,,,,,,,,,,,, -138,Sb,,348 ms|15,3.48E-1|1.5E-2,?-,100,,,11480|1060#,-4980|1100,-9360|1180#,7010|1060#,2230|1070#,11720|1140,8175|8#,137941790|1140#,-54220|1060#,1994 -51,,87,,,?- n,72|8,,,,,,,,,,,, -,,,,,?- 2n,?,,,,,,,,,,,, -139,Sb,,> 150 ns,1.5E-7|5E15,,,,,10420|400,-5680|570,-11350|640,7840|400,3640|1140,12220|640,8142|3,138946550|430,-49790|400,1994 -51,,88,,,,,,,,,,,,,,,, -140,SB,,> 407 ns,4.07E-7|5E15,?- 2n,?,,,12640|600,-5850|720,,8190|600,2220|720,12790|780,8100|4,139952830|640,-43940|600,2010 -51,,89,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -105,Te,,0.62 ?s|7,6.2E-7|7E-8,?,? 100,,,,5069|3#,11200|300,,,930|320#,8186.8|29#,104943300|320#,-52810|300#,2006 -52,,53,,,,,,,,,,,,,,,, -106,Te,,70 ?s|17,7E-5|1.7E-5,?,100,,,,4290|9#,8250|100,,13480|320#,1490|100#,8236.8|9#,105937500|110#,-58220|100#,1981 -52,,54,,,,,,,,,,,,,,,, -107,Te,,3.1 ms|1,3.1E-3|1E-4,?,70|30,,,-11110|310,4008|5#,10110|70,,10390|120#,1350|70#,8256.9|7#,106935010|80#,-60540|70#,1979 -52,,55,,,ec ?+,30|30,,,,,,,,,,,, -108,Te,,2.1 s|1,2.1E0|1E-1,ec ?+,51|4,,,-13130|130#,3420|8#,6664|8#,-24420|300,13310|70#,2417|7#,8303.72|5#,107929380|6#,-65782|5#,1974 -52,,56,,,?,49|4,,,,,,,,,,,, -,,,,,?+ p,2.4|10,,,,,,,,,,,, -109,Te,,4.6 s|3,4.6E0|3E-1,ec ?+,96.1|13,,,-10043|8#,3198|6#,8536|7#,-23140|130#,10005|7#,2559|7#,8319.33|4#,108927305|5#,-67715|4#,1967 -52,,57,,,?+ p,9.4|31,,,,,,,,,,,, -,,,,,?,3.9|13,,,,,,,,,,,, -,,,,,?+ ?,< 0.005,,,,,,,,,,,, -110,Te,,18.6 s|8,1.86E1|8E-1,ec ?+,? 100,,,-11770|50#,2699|8#,5220|9#,-22629|9#,12586|8#,3268|8#,8358.11|6#,109922458|7#,-72230|7#,1977 -52,,58,,,?,0.00067|CA,,,,,,,,,,,, -111,Te,,19.3 s|4,1.93E1|4E-1,ec ?+,100,,,-8634|8#,2500|8#,7249|11#,-21190|50#,9429|9#,3427|9#,8367.76|6#,110921001|7#,-73587|6#,1967 -52,,59,,,?+ p,?,,,,,,,,,,,, -112,Te,,2.0 min|2,1.2E2|1.2E1,ec ?+,100,,,-10504|13#,2078|10#,4031|20#,-20685|10#,12051|11#,4020|12#,8400.65|7#,111916728|9#,-77568|8#,1976 -52,,60,,,,,,,,,,,,,,,, -113,Te,,1.7 min|2,1.02E2|1.2E1,ec ?+,100,,,-7228|29#,1858|29#,6070|30#,-19360|30#,8851|29#,4040|30#,8404.64|25#,112915890|30#,-78347|28#,1974 -52,,61,,,,,,,,,,,,,,,, -114,Te,,15.2 min|7,9.12E2|4.2E1,ec ?+,100,,,-9090|150,1530|30#,2610|40,-18840|29#,11610|40#,4760|30#,8432.78|24#,113912090|30#,-81889|28#,1968 -52,,62,,,,,,,,,,,,,,,, -115,Te,,5.8 min|2,3.48E2|1.2E1,ec ?+,100,,,-5720|40#,1451|28#,4940|30#,-17340|150,8250|40#,4860|40#,8431.15|24#,114911900|30#,-82063|28#,1961 -52,,63,,,,,,,,,,,,,,,, -116,Te,,2.49 h|4,8.96E3|1.44E2,ec ?+,100,,,-7780|100#,961|28#,1553|28#,-17000|40#,11280|40#,5550|30#,8455.69|24#,115908460|30#,-85269|28#,1958 -52,,64,,,,,,,,,,,,,,,, -117,Te,,62 min|2,3.72E3|1.2E2,ec ?+,100,,,-4659|29#,808|14#,3544|16#,-15670|100#,7900|30#,5562|14#,8450.92|11#,116908646|14#,-85095|13#,1958 -52,,65,,,?+,25|1,,,,,,,,,,,, -118,Te,,6.00 d|2,5.18E5|1.73E3,ec,100,,,-6726|27#,438|18#,300|19#,-15330|30#,10672|23#,6346|20#,8469.75|16#,117905854|20#,-87697|18#,1948 -52,,66,,,,,,,,,,,,,,,, -119,Te,,16.05 h|5,5.78E4|1.8E2,ec ?+,100,0.25 5,,-3416|29#,428|8#,2293|11#,-14281|21#,7556|20#,6474|8#,8462.07|7#,118906407|9#,-87181|8#,1948 -52,,67,,,?+,2.06|5,,,,,,,,,,,, -120,Te,,STABLE,,,,,,-5615|15#,-267|3#,-950|8#,-13674|28#,10258|9#,7183|8#,8477.034|26#,119904060|3#,-89368|3#,1936 -52,,68,0.09 %|1,,,,,,,,,,,,,,, -121,Te,,19.17 d|4,1.66E6|3.46E3,ec ?+,100,,,-2294|26#,-573|26#,1055|26#,-12860|30#,7249|26#,7417|27#,8466.88|21#,120904942|28#,-88546|26#,1939 -52,,69,,,,,,,,,,,,,,,, -122,Te,,STABLE,,,,,,-4234|5#,-1086.5|16#,-1979|3#,-12134|5#,9840|26#,8003.1|21#,8478.140|12#,121903043.4|16#,-90314.5|15#,1932 -52,,70,2.55 %|12,,,,,,,,,,,,,,, -123,Te,,> 9.2 x 1016|y,2.9E24|1.58E32,ec,100,-0.7369478 8,,-1228|3#,-1532.0|17#,51.9|21#,-11163|5#,6929.01|8#,8125.8|21#,8465.546|12#,122904269.7|16#,-89172.2|15#,1932 -52,,71,0.89 %|3,,,,,,,,,,,,,,, -124,Te,,STABLE,,,,,,-3159.6|19#,-1851.9|17#,-2905.1|21#,-10653|3#,9424.48|9#,8590.22|12#,8473.279|12#,123902817.1|16#,-90525.3|15#,1932 -52,,72,4.74 %|14,,,,,,,,,,,,,,, -125,Te,,STABLE,,,,-0.8885051 4,,-185.77|6#,-2250.6|17#,-767|3#,-9728.6|19#,6568.97|3#,8691.70|14#,8458.045|12#,124904429.9|16#,-89023.0|15#,1931 -52,,73,7.07 %|15,,,,,,,,,,,,,,, -126,Te,,STABLE,,,,,,-2154|4#,-2548.9|27#,-3670|30#,-9299.46|10#,9113.69|8#,9098.0|21#,8463.248|12#,125903310.9|16#,-90065.3|15#,1924 -52,,74,18.84 %|25,,,,,,,,,,,,,,, -127,Te,,9.35 h|7,3.37E4|2.52E2,?-,100,0.635 4,,702|4#,-2890.4|27#,-1582|5#,-8442|4#,6287.65|18#,9180|30#,8446.118|12#,126905225.7|16#,-88281.7|15#,1938 -52,,75,,,,,,,,,,,,,,,, -128,Te,,7.7 x 1024|y|4,2.43E32|1.26E31,2?-,100,,,-1255|4#,-3184.4|13#,-4363|19#,-8081|4#,8783.3|17#,9583|5#,8448.752|7#,127904461.3|9#,-88993.7|9#,1924 -52,,76,31.74 %|8,,,,,,,,,,,,,,, -129,Te,,69.6 min|3,4.18E3|1.8E1,?-,100,0.702 4,0.055 13,1502|3#,-3533.3|13#,-2375|21#,-7337|4#,6082.41|8#,9663|19#,8430.409|7#,128906596.5|9#,-87004.8|9#,1939 -52,,77,,,,,,,,,,,,,,,, -130,Te,,> 0.79 x 1021|y,2.49E28|1.58E32,2?-,100,,,-417|3#,-3763|10#,-5067|14#,-6917|3#,8419.5|9#,10013|21#,8430.324|0#,129906222.747|12#,-87352.949|11#,1924 -52,,78,34.08 %|62,,,,,,,,,,,,,,, -131,Te,,25.0 min|1,1.5E3|6E0,?-,100,0.696 9,,2231.7|6#,-4165|10#,-3229.6|21#,-6346|3#,5929.38|6#,10214|14#,8411.233|1#,130908522.21|6#,-85211.01|6#,1939 -52,,79,,,,,,,,,,,,,,,, -132,Te,,3.204 d|13,2.77E5|1.12E3,?-,100,,,515|3#,-4251|18#,-5553|4#,-5817|4#,8048|3#,10496|4#,8408.485|26#,131908547|4#,-85188|3#,1948 -52,,80,,,,,,,,,,,,,,,, -133,Te,,12.5 min|3,7.5E2|1.8E1,?-,100,0.85 2,0.23 9,2921|7#,-4771|17#,-4014|4#,-5305|5#,5820|4#,10591|3#,8389.025|16#,132910963.3|22#,-82937.1|21#,1940 -52,,81,,,,,,,,,,,,,,,, -134,Te,,41.8 min|8,2.51E3|4.8E1,?-,100,,,1510|5#,-4826|3#,-8513|3#,-4747|7#,7668|3#,10899|4#,8383.643|20#,133911396.4|29#,-82533.7|27#,1948 -52,,82,,,,,,,,,,,,,,,, -135,Te,,19.0 s|2,1.9E1|2E-1,?-,100,-0.69 5,0.29 9,6050.4|27#,-2889|4#,-8038|3#,-1757|5#,3266|3#,10997.2|24#,8345.738|13#,134916554.7|18#,-77728.8|17#,1969 -52,,83,,,,,,,,,,,,,,,, -136,Te,,17.63 s|8,1.76E1|8E-2,?-,100,,,5120|14#,-304|3#,-9918|6#,1283|3#,4767.8|29#,12024|3#,8319.429|17#,135920101.2|24#,-74425.3|23#,1974 -52,,84,,,?- n,1.31|5,,,,,,,,,,,, -137,Te,,2.49 s|5,2.49E0|5E-2,?-,100,,,7053|9#,-854.8|28#,-9240|50#,2170|14#,2950|3#,12086|6#,8280.235|15#,136925599.4|23#,-69303.8|21#,1975 -52,,85,,,?- n,2.99|16,,,,,,,,,,,, -138,Te,,1.4 s|4,1.4E0|4E-1,?-,100,,,6284|7#,-1687|5#,-11480|1060#,2589|9#,4464|4#,12920|50#,8252.578|27#,137929472|4#,-65696|4#,1975 -52,,86,,,?- n,6.3|21,,,,,,,,,,,, -139,Te,,> 150 ns,1.5E-7|5E15,?- n,?,,,8266|5#,-1998|5#,-10420|400#,3704|7#,2580|5#,13270|1060#,8211.771|25#,138935367|4#,-60205|4#,1994 -52,,87,,,?-,?,,,,,,,,,,,, -140,Te,,,,?- n,?,,,7030|60#,-3100|300,-12640|600#,3820|60#,4440|60#,14080|400,8184.8|4#,139939260|70#,-56580|60#,1994 -52,,88,,,?-,?,,,,,,,,,,,, -142,Te,,,,,,,,8400|630,-3930|710,,5490|500,3950|640,14550|710,8111|4,141950220|540,-46370|500,1994 -52,,90,,,,,,,,,,,,,,,, -143,TE,,> 408 ns,4.08E-7|5E15,?- 2n,?,,,10350|540,-4260|710,,6420|630,1980|710,,8068|4,142956760|540,-40280|500,2010 -52,,91,,,?- n,?,,,,,,,,,,,, -,,,,,?-,?,,,,,,,,,,,, -108,I,,36 ms|6,3.6E-2|6E-3,?,91|15,,,,4100|50#,13130|130,,11290|330,-600|110#,8174.9|12#,107943480|140#,-52650|130#,1991 -53,,55,,,ec ?+,9,,,,,,,,,,,, -,,,,,p,< 1,,,,,,,,,,,, -109,I,,103 ?s|5,1.03E-4|5E-6,p,100,,,-11500|300#,3918|21#,10043|8#,,13090|130#,-820|4#,8220.02|6#,108938086|7#,-57672|7#,1984 -53,,56,,,,,,,,,,,,,,,, -110,I,,0.664 s|24,6.64E-1|2.4E-2,ec ?+,83|4,,,-8540|110#,3580|50#,11770|50#,-22370|300#,10860|50#,40|50#,8244.0|5#,109935090|50#,-60460|50#,1977 -53,,57,,,?,17|4,,,,,,,,,,,, -,,,,,ec p,11|3,,,,,,,,,,,, -,,,,,ec ?,1.1|3,,,,,,,,,,,, -111,I,,2.5 s|2,2.5E0|2E-1,ec ?+,99.9,,,-10560|90#,3275|5#,8634|8#,-21100|100#,12560|50#,13|8#,8282.93|4#,110930269|5#,-64954|5#,1977 -53,,58,,,?,? 0.1,,,,,,,,,,,, -112,I,,3.34 s|8,3.34E0|8E-2,ec ?+,? 100,,,-7037|13#,2957|12#,10504|13#,-20740|90#,10181|11#,765|12#,8299.88|9#,111928005|11#,-67063|10#,1977 -53,,59,,,ec p,0.88|10,,,,,,,,,,,, -,,,,,ec ?,0.104|12,,,,,,,,,,,, -,,,,,?,? 0.0012,,,,,,,,,,,, -113,I,,6.6 s|2,6.6E0|2E-1,ec ?+,100,,,-8916|11#,2707|10#,7228|29#,-19164|12#,12127|13#,841|12#,8333.75|7#,112923650|9#,-71120|8#,1977 -53,,60,,,?,3.310 x 10-7,,,,,,,,,,,, -114,I,,2.1 s|2,2.1E0|2E-1,ec ?+,100,,,-5710|150,2230|150,9090|150,-18660|150,9750|150,1740|150,8346|1,113921850|160,-72800|150,1977 -53,,61,,,?+ p,?,,,,,,,,,,,, -115,I,,1.3 min|2,7.8E1|1.2E1,ec ?+,100,,,-7680|30#,2070|30#,5720|40#,-17320|30#,11610|150,1740|40#,8374.56|25#,114918050|30#,-76338|29#,1969 -53,,62,,,,,,,,,,,,,,,, -116,I,,2.91 s|15,2.91E0|1.5E-1,ec ?+,100,,,-4450|100#,1680|100#,7780|100#,-16910|100#,9230|100#,2720|100#,8381.9|8#,115916810|100#,-77490|100#,1976 -53,,63,,,,,,,,,,,,,,,, -117,I,,2.22 min|4,1.33E2|2.4E0,ec ?+,100,3.1 2,,-6251|28#,1560|30#,4659|29#,-15461|29#,11020|100#,2460|40#,8404.41|22#,116913648|28#,-80436|26#,1969 -53,,64,,,?+,? 77,,,,,,,,,,,, -118,I,,13.7 min|5,8.22E2|3E1,ec ?+,100,2.0 2,,-2892|22#,1101|29#,6726|27#,-14857|22#,8610|30#,3165|24#,8406.12|17#,117913074|21#,-80971|20#,1957 -53,,65,,,,,,,,,,,,,,,, -119,I,,19.1 min|4,1.15E3|2.4E1,ec ?+,100,+2.9 1,,-4970|30#,810|30#,3416|29#,-13760|30#,10870|30#,3360|30#,8426.79|23#,118910070|30#,-83766|28#,1954 -53,,66,,,?+,51|4,,,,,,,,,,,, -,,,,,ec,49|4,,,,,,,,,,,, -120,I,,81.6 min|2,4.9E3|1.2E1,ec ?+,100,,,-1581|19#,644|16#,5615|16#,-13030|18#,8060|30#,3861|17#,8423.72|13#,119910087|16#,-83753|15#,1957 -53,,67,,,,,,,,,,,,,,,, -121,I,,2.12 h|1,7.63E3|3.6E1,ec ?+,100,2.3 1,,-3770|12#,-37|10#,2294|26#,-12150|13#,10570|16#,4172|4#,8441.46|4#,120907405|6#,-86251|5#,1950 -53,,68,,,,,,,,,,,,,,,, -122,I,,3.63 min|6,2.18E2|3.6E0,ec ?+,100,+0.94 3,,-725|12#,-509|6#,4234|5#,-11671|11#,7900|7#,4824|26#,8437.02|4#,121907589|6#,-86080|5#,1950 -53,,69,,,,,,,,,,,,,,,, -123,I,,13.2235 h|19,4.76E4|6.84E0,ec ?+,100,2.818 7,,-2695|10#,-894|9#,1228|4#,-10660|12#,9935|6#,4918|3#,8449.20|3#,122905589|4#,-87944|4#,1949 -53,,70,,,,,,,,,,,,,,,, -124,I,,4.1760 d|3,3.61E5|2.59E1,ec ?+,100,1.444 4,,295.7|28#,-1373|8#,3159.6|28#,-10188|10#,7493|4#,5482.5|19#,8441.489|19#,123906209.0|26#,-87365.7|24#,1938 -53,,71,,,,,,,,,,,,,,,, -125,I,,59.407 d|10,5.13E6|8.64E2,ec,100,2.821 5,-0.776 17,-1643.8|22#,-1661.8|21#,185.8|21#,-9247.1|22#,9542.8|19#,5600.85|7#,8450.300|12#,124904629.3|16#,-88837.2|15#,1947 -53,,72,,,,,,,,,,,,,,,, -126,I,,12.93 d|5,1.12E6|4.32E3,ec ?+,52.7|5,1.438 4,,1236|5#,-2001|4#,2154|4#,-8789|4#,7145|4#,6177|4#,8439.94|3#,125905623|4#,-87911|4#,1938 -53,,73,,,?-,47.3|5,,,,,,,,,,,, -127,I,,STABLE,,,,+2.813273 84,-0.789,-662.3|20#,-2185|4#,-702|4#,-7908|5#,9143.9|27#,6208|4#,8445.487|29#,126904472|4#,-88984|4#,1920 -53,,74,100 %,,,,,,,,,,,,,,, -128,I,,24.99 min|2,1.5E3|1.2E0,?-,93.1|8,,,2122|4#,-2543|4#,1255|4#,-7488.5|20#,6826.13|5#,6746|4#,8432.836|28#,127905809|4#,-87739|4#,1934 -53,,75,,,ec ?+,6.9|8,,,,,,,,,,,, -129,I,,1.57 x 107|y|4,4.95E14|1.26E13,?-,100,+2.6210 3,-0.488 8,189|3#,-2676|4#,-1502|3#,-6718|3#,8840|5#,6802|3#,8435.990|25#,128904984|3#,-88507|3#,1951 -53,,76,,,,,,,,,,,,,,,, -130,I,,12.36 h|1,4.45E4|3.6E1,?-,100,3.349 7,,2944|3#,-2970|30#,417|3#,-6311|3#,6500.33|4#,7220|3#,8421.100|24#,129906670|3#,-86936|3#,1938 -53,,77,,,,,,,,,,,,,,,, -131,I,,8.0252 d|6,6.93E5|5.18E1,?-,100,+2.742 1,-0.35 2,970.8|6#,-3168|5#,-2231.7|6#,-5633.6|6#,8578|3#,7378.7|6#,8422.297|5#,130906126.4|6#,-87442.7|6#,1939 -53,,78,,,,,,,,,,,,,,,, -132,I,,2.295 h|13,8.26E3|4.68E1,?-,100,3.088 7,0.08 1,3575|4#,-3498|20#,-515|5#,-5361|4#,6332|4#,7781|4#,8406.46|3#,131907994|4#,-85703|4#,1948 -53,,79,,,,,,,,,,,,,,,, -133,I,,20.83 h|8,7.5E4|2.88E2,?-,100,+2.856 5,-0.24 1,1785|7#,-3654|22#,-2921|7#,-4651|6#,8226|8#,7959|7#,8405.11|5#,132907827|7#,-85858|6#,1940 -53,,80,,,,,,,,,,,,,,,, -134,I,,52.5 min|2,3.15E3|1.2E1,?-,100,,,4082|5#,-4183|15#,-1510|6#,-4471|5#,6256|8#,8395|5#,8389.07|4#,133909776|5#,-84043|5#,1948 -53,,81,,,,,,,,,,,,,,,, -135,I,,6.58 h|3,2.37E4|1.08E2,?-,100,+2.940 2,,2634|4#,-4222.7|29#,-6050.4|27#,-3724.6|21#,7807|5#,8534|3#,8384.760|15#,134910059.4|22#,-83779.1|21#,1940 -53,,82,,,,,,,,,,,,,,,, -136,I,,83.4 s|10,8.34E1|1E0,?-,100,,,6884|14#,-2335|14#,-5120|14#,-1203|15#,3837|14#,9105|14#,8351.32|10#,135914605|15#,-79545|14#,1949 -53,,83,,,,,,,,,,,,,,,, -137,I,,24.5 s|2,2.45E1|2E-1,?-,100,,,6027|8#,142|9#,-7053|9#,2002|8#,4882|16#,9220|9#,8326.00|6#,136918028|9#,-76356|8#,1943 -53,,84,,,?- n,7.14|23,,,,,,,,,,,, -138,I,,6.23 s|3,6.23E0|3E-2,?-,100,,,7992|7#,-384|6#,-6284|7#,2332|6#,3695|10#,9965|6#,8292.44|4#,137922726|6#,-71980|6#,1949 -53,,85,,,?- n,5.56|22,,,,,,,,,,,, -139,I,,2.280 s|11,2.28E0|1.1E-2,?-,100,,,7174|5#,-1206|5#,-8266|5#,3430|5#,4562|7#,10064|6#,8265.609|29#,138926493|4#,-68471|4#,1949 -53,,86,,,?- n,10.0|3,,,,,,,,,,,, -140,I,,0.86 s|4,8.6E-1|4E-2,?-,100,,,9380|12#,-1524|13#,-7030|60#,3967|12#,3207|13#,10690|13#,8229.47|9#,139931716|13#,-63606|12#,1972 -53,,87,,,?- n,9.3|10,,,,,,,,,,,, -141,I,,0.43 s|2,4.3E-1|2E-2,?-,100,,,8271|16#,-2290|50#,-9440|400#,4988|16#,4392|20#,10640|60#,8202.25|11#,140935666|17#,-59927|16#,1974 -53,,88,,,?- n,21.2|30,,,,,,,,,,,, -142,I,,222 ms|12,2.22E-1|1.2E-2,,,,,10460|370#,-2970|1130#,-8400|630#,5360|370#,2910|370#,11570|550,8165.0|26#,141941200|400#,-54770|370#,1975 -53,,89,,,,,,,,,,,,,,,, -143,I,,130 ms|45,1.3E-1|4.5E-2,?-,?,,,9570|200,-3270|450,-10350|540,6530|200,3930|420,11550|540,8135|1,142945650|210,-50630|200,1994 -53,,90,,,,,,,,,,,,,,,, -144,I,,? 300 ns,3E-7|5E15,,,,,11590|400,-3770|720,,6850|400,2720|450,12290|640,8098|3,143951390|430,-45280|400,1994 -53,,91,,,,,,,,,,,,,,,, -145,I,,> 407 ns,4.07E-7|5E15,?- n,?,,,10550|500,-4250|710,,7860|500,3730|640,,8068|3,144956050|540,-40940|500,2010 -53,,92,,,?-,?,,,,,,,,,,,, -109,XE,,13 ms|2,1.3E-2|2E-3,?,100,,,,4217|7#,11500|300,,,810|330#,8107.3|28#,108950430|320#,-46170|300#,2006 -54,,55,,,,,,,,,,,,,,,, -110,Xe,,93 ms|3,9.3E-2|3E-3,?,64|35,,,,3872|9#,8540|110,,13820|320#,1540|100#,8159.3|9#,109944260|110#,-51920|100#,1981 -54,,56,,,ec ?+,36|35,,,,,,,,,,,, -,,,,,ec p,?,,,,,,,,,,,, -111,Xe,,0.74 s|20,7.4E-1|2E-1,?,8|+8-5,,,-11570|210,3720|50#,10560|90,,10540|130#,1220|100#,8180.8|8#,110941600|90#,-54400|90#,1979 -54,,57,,,ec ?+,?,,,,,,,,,,,, -112,Xe,,2.7 s|8,2.7E0|8E-1,ec ?+,98.8|8,,,-13740|90#,3330|6#,7037|13#,-25280|200,13700|90#,2362|10#,8230.06|7#,111935559|9#,-60026|8#,1978 -54,,58,,,?,1.2|8,,,,,,,,,,,, -113,Xe,,2.74 s|8,2.74E0|8E-2,ec ?+,? 100,,,-10439|11#,3087|8#,8916|11#,-23980|90#,10249|11#,2429|12#,8247.93|6#,112933222|7#,-62204|7#,1973 -54,,59,,,ec p,7|4,,,,,,,,,,,, -,,,,,?,? 0.011,,,,,,,,,,,, -,,,,,?+ ?,? 0.007|4,,,,,,,,,,,, -114,Xe,,10.0 s|4,1E1|4E-1,ec ?+,100,,,-12400|70#,2719|13#,5710|150#,-23393|14#,12954|13#,3255|14#,8289.20|10#,113927980|12#,-67086|11#,1977 -54,,60,,,,,,,,,,,,,,,, -115,Xe,,18 s|4,1.8E1|4E0,ec ?+,100,,,-8960|100,2506|14#,7680|30,-22050|70#,9642|16#,3150|150,8300.97|10#,114926294|13#,-68657|12#,1969 -54,,61,,,?+ p,0.34|6,,,,,,,,,,,, -,,,,,?,0.0003|1,,,,,,,,,,,, -116,Xe,,59 s|2,5.9E1|2E0,ec ?+,100,,,-11000|100,2096|15#,4450|100,-21420|100,12461|18#,4000|30#,8336.83|11#,115921581|14#,-73047|13#,1969 -54,,62,,,,,,,,,,,,,,,, -117,Xe,,61 s|2,6.1E1|2E0,ec ?+,100,-0.5938 15,,-7690|60#,1740|30#,6251|28#,-20210|100,9210|17#,3980|100#,8344.30|9#,116920359|11#,-74185|10#,1969 -54,,63,,,?+ p,2.9 x 10-3|6,,,,,,,,,,,, -118,Xe,,3.8 min|9,2.28E2|5.4E1,ec ?+,100,,,-9670|16#,1380|30#,2892|22#,-19660|60#,11965|15#,4932|28#,8374.98|9#,117916179|11#,-78079|10#,1965 -54,,64,,,,,,,,,,,,,,,, -119,Xe,,5.8 min|3,3.48E2|1.8E1,ec ?+,100,-0.6542 15,,-6489|17#,840|30#,4970|30#,-18456|16#,8787|15#,5112|22#,8378.44|9#,118915411|11#,-78794|10#,1965 -54,,65,,,,,,,,,,,,,,,, -120,Xe,,40 min|1,2.4E3|6E1,ec ?+,100,,,-8284|15#,670|30#,1581|19#,-17939|18#,11449|16#,5700|30#,8404.03|10#,119911784|13#,-82172|12#,1965 -54,,66,,,,,,,,,,,,,,,, -121,Xe,,40.1 min|20,2.41E3|1.2E2,ec ?+,100,-0.701 3,+1.33 5,-5379|14#,190|17#,3770|12#,-16664|14#,8380|16#,6017|18#,8403.83|8#,120911453|11#,-82481|10#,1952 -54,,67,,,,,,,,,,,,,,,, -122,Xe,,20.1 h|1,7.24E4|3.6E2,ec,100,,,-7210|40#,-83|22#,725|12#,-16324|18#,10945|15#,6392|12#,8424.66|9#,121908368|12#,-85355|11#,1952 -54,,68,,,,,,,,,,,,,,,, -123,Xe,,2.08 h|2,7.49E3|7.2E1,ec ?+,100,-0.150 3,,-4205|15#,-492|12#,2695|10#,-15180|40#,7965|15#,6457|11#,8420.93|8#,122908482|10#,-85249|10#,1952 -54,,69,,,,,,,,,,,,,,,, -124,Xe,,? 1.6 x 1014|y,5.05E21|1.58E32,2?+,?,,,-5930|8#,-718|3#,-296|3#,-14689|12#,10484|10#,7007|4#,8437.565|14#,123905891.6|19#,-87661.4|18#,1922 -54,,70,0.0952 %|3,,,,,,,,,,,,,,, -125,Xe,,16.9 h|2,6.08E4|7.2E2,ec ?+,100,-0.269 3,,-3105|8#,-1073|26#,1643.8|24#,-13533|8#,7603.3|4#,7116.6|29#,8430.890|15#,124906394.0|20#,-87193.4|18#,1950 -54,,71,,,,,,,,,,,,,,,, -126,Xe,,STABLE,,,,,,-4796|11#,-1257|4#,-1236|5#,-13130|8#,10025|4#,7599|4#,8443.541|28#,125904297|4#,-89147|3#,1922 -54,,72,0.0890 %|2,,,,,,,,,,,,,,, -127,Xe,,36.346 d|3,3.14E6|2.59E2,ec,100,-0.5039 2,,-2081|6#,-1574|4#,662|5#,-12042|11#,7246|5#,7699|3#,8434.11|3#,126905183|4#,-88322|4#,1950 -54,,73,,,,,,,,,,,,,,,, -128,Xe,,STABLE,,,,,,-3929|5#,-1759.9|18#,-2122|4#,-11691|6#,9610|4#,8165|4#,8443.298|8#,127903531.0|11#,-89860.3|11#,1922 -54,,74,1.9102 %|8,,,,,,,,,,,,,,, -129,Xe,,STABLE,,,,-0.7779763 84,,-1197|5#,-2098.0|15#,-189|3#,-10836|5#,6907.1|11#,8246|4#,8431.390|0#,128904780.859|6#,-88696.059|5#,1920 -54,,75,26.4006 %|82,,,,,,,,,,,,,,, -130,Xe,,STABLE,,,,,,-2981|8#,-2240.0|15#,-2944|3#,-10453|5#,9255.72|1#,8662|3#,8437.731|0#,129903509.349|10#,-89880.463|9#,1922 -54,,76,4.0710 %|13,,,,,,,,,,,,,,, -131,Xe,,STABLE,,,,+0.691862 4,-0.114 1,-355|5#,-2556.8|15#,-970.8|6#,-9585|8#,6604.41|1#,8766|3#,8423.736|0#,130905084.136|9#,-88413.558|9#,1920 -54,,77,21.2324 %|30,,,,,,,,,,,,,,, -132,Xe,,STABLE,,,,,,-2126.3|10#,-2710.2|9#,-3575|4#,-9291|5#,8936.72|1#,9125.2|6#,8427.622|0#,131904155.087|6#,-89278.962|5#,1920 -54,,78,26.9086 %|33,,,,,,,,,,,,,,, -133,Xe,,5.2475 d|5,4.53E5|4.32E1,?-,100,,+0.142 5,427.4|24#,-3063.7|25#,-1785|7#,-8562.2|26#,6435.9|24#,9229|5#,8412.647|18#,132905910.7|26#,-87643.6|24#,1940 -54,,79,,,,,,,,,,,,,,,, -134,Xe,,> 5.8 x 1022|y,1.83E30|1.57E32,2?-,? 0,,,-1234.667|18#,-3197.79|1#,-4082|5#,-8126.21|1#,8553.6|24#,9557|6#,8413.699|0#,133905393.033|10#,-88125.822|9#,1920 -54,,80,10.4357 %|21,,,,,,,,,,,,,,, -135,Xe,,9.14 h|2,3.29E4|7.2E1,?-,100,+0.9032 7,+0.214 7,1168|4#,-3627|4#,-2634|4#,-7593|4#,6359|4#,9659|6#,8398.476|28#,134907232|4#,-86413|4#,1940 -54,,81,,,,,,,,,,,,,,,, -136,Xe,,> 3.6 x 1020|y,1.14E28|1.58E32,2?-,?,,,-90.5|19#,-3666|3#,-6884|14#,-6918.8|10#,8087|4#,9939.0|21#,8396.188|0#,135907214.476|7#,-86429.159|7#,1920 -54,,82,8.8573 %|44,,,,,,,,,,,,,,, -137,Xe,,3.818 min|13,2.29E2|7.8E-1,?-,100,-0.9704 10,-0.490 17,4162.2|4#,-1871.2|21#,-6027|8#,-4116.0|19#,4025.56|10#,10127|14#,8364.286|1#,136911557.77|11#,-82383.40|10#,1943 -54,,83,,,,,,,,,,,,,,,, -138,Xe,,14.08 min|8,8.45E2|4.8E0,?-,100,,,2915|10#,137|4#,-7992|7#,-1497.9|28#,5660.1|28#,10905|9#,8344.690|20#,137914146|3#,-79972.2|28#,1943 -54,,84,,,,,,,,,,,,,,,, -139,Xe,,39.68 s|14,3.97E1|1.4E-1,?-,100,-0.3040 16,+0.396 14,5056|4#,-340.7|27#,-7174|5#,-829|9#,3744|4#,10954|6#,8311.590|15#,138918792.2|23#,-75644.6|21#,1951 -54,,85,,,,,,,,,,,,,,,, -140,Xe,,13.60 s|10,1.36E1|1E-1,?-,100,,,4064|9#,-986|3#,-9380|12#,-357|4#,5413|3#,11804|5#,8290.887|17#,139921645.8|25#,-72986.5|23#,1951 -54,,86,,,,,,,,,,,,,,,, -141,Xe,,1.73 s|1,1.73E0|1E-2,?-,100,+0.010 4,-0.58 2,6280|10#,-1318|4#,-8271|16#,781|9#,3282|4#,11880|12#,8255.364|20#,140926787|3#,-68197.3|29#,1951 -54,,87,,,?- n,0.044|5,,,,,,,,,,,, -142,Xe,,1.23 s|2,1.23E0|2E-2,?-,100,,,5285|8#,-1959|5#,-10460|370#,1177|10#,5104|4#,12592|16#,8233.169|19#,141929973.1|29#,-65229.6|27#,1960 -54,,88,,,?- n,0.21|6,,,,,,,,,,,, -143,Xe,,0.511 s|6,5.11E-1|6E-3,?-,100,-0.4599 14,+0.93 3,7473|9#,-2423|6#,-9570|200#,2240|8#,3045|5#,12720|370#,8196.88|3#,142935370|5#,-60203|5#,1951 -54,,89,,,?- n,> 0,,,,,,,,,,,, -144,Xe,,1.15 s|20,1.15E0|2E-1,?-,100,,,6399|21#,-2720|60#,-11590|400#,2732|9#,4741|7#,13530|200,8172.88|4#,143938945|6#,-56872|5#,2003 -54,,90,,,,,,,,,,,,,,,, -145,Xe,,188 ms|4,1.88E-1|4E-3,?-,100,,,8561|14#,-3430|400,-10550|500#,3707|23#,2692|12#,13500|400,8135.09|8#,144944720|12#,-51493|11#,2003 -54,,91,,,?- n,5.0|6,,,,,,,,,,,, -146,Xe,,146 ms|6,1.46E-1|6E-3,?-,100,,,7355|24#,-4010|500,#,4028|26#,4533|27#,14300|500,8110.41|17#,145948518|26#,-47955|24#,1989 -54,,92,,,?- n,6.9|15,,,,,,,,,,,, -147,XE,,0.10 s|+10-5,1E-1|8E-2,?- n,< 8,,,9560|200,-4510|540,,4880|200,2480|200,,8072|1,146954520|210,-42360|200,1994 -54,,93,,,?-,?,,,,,,,,,,,, -148,XE,,> 0.4 ?s,4E-7|5E18,?- n,?,,,8310|300,,,5250|300,4310|360,,8047|2,147958560|320,-38600|300,2010 -54,,94,,,?-,?,,,,,,,,,,,, -112,Cs,,0.49 ms|3,4.9E-4|3E-5,p,100,,,,3930|120#,13740|90,,11540|210,-816|4#,8100.4|8#,111950310|90#,-46290|90#,1994 -55,,57,,,?,< 0.26,,,,,,,,,,,, -113,Cs,,17.7 ?s|4,1.77E-5|4E-7,p,100,,,-11980|300,3483|8#,10439|11,,13550|90#,-972.8|22#,8148.62|8#,112944428|9#,-51765|9#,1984 -55,,58,,,,,,,,,,,,,,,, -114,Cs,,0.57 s|2,5.7E-1|2E-2,ec ?+,99.982|6,,,-8780|120#,3360|50#,12400|70#,-22970|310,10990|70#,-230|70#,8173.5|6#,113941300|80#,-54680|70#,1978 -55,,59,,,ec p,8.7|13,,,,,,,,,,,, -,,,,,ec ?,0.19|3,,,,,,,,,,,, -,,,,,?,0.018|6,,,,,,,,,,,, -115,Cs,,1.4 s|8,1.4E0|8E-1,ec ?+,100,,,-10680|220,2830|100,8960|100,-21860|140,13090|120,-100|100,8216|1,114935910|110,-59700|100,1978 -55,,60,,,?+ p,? 0.07,,,,,,,,,,,, -116,Cs,,0.70 s|4,7E-1|4E-2,ec ?+,100,,,-7460|220,2600|100,11000|100,-21090|220,10410|140,670|100,8235|1,115933390|110,-62040|100,1975 -55,,61,,,ec p,2.8|7,,,,,,,,,,,, -,,,,,ec ?,0.049|25,,,,,,,,,,,, -117,Cs,,8.4 s|6,8.4E0|6E-1,ec ?+,100,,,-9040|260#,2200|60#,7690|60#,-19980|210,12520|120,740|60#,8271.9|5#,116928620|70#,-66490|60#,1972 -55,,62,,,,,,,,,,,,,,,, -118,Cs,,14 s|2,1.4E1|2E0,ec ?+,100,+3.876 5,+1.4 2,-6050|200,1960|150,9670|16,-19020|250#,9990|60#,1513|16#,8286.40|11#,117926560|14#,-68409|13#,1969 -55,,63,,,ec p,< 4.2 x 10-2|6,,,,,,,,,,,, -,,,,,ec ?,< 2.4 x 10-3|4,,,,,,,,,,,, -119,Cs,,43.0 s|2,4.3E1|2E-1,ec ?+,100,+5.46 3,+2.8 1,-7710|200#,1610|30#,6489|17#,-18020|200,11967|19#,1515|17#,8317.33|12#,118922377|15#,-72305|14#,1969 -55,,64,,,,,,,,,,,,,,,, -120,Cs,,61.3 s|11,6.13E1|1.1E0,ec ?+,100,+3.87 2,+1.45 2,-5000|300#,1180|100#,8284|15#,-17370|200#,9655|17#,2383|14#,8328.48|8#,119920677|11#,-73889|10#,1969 -55,,65,,,?+ ?,2.0 x 10-5|4,,,,,,,,,,,, -,,,,,?+ p,7 x 10-6|3,,,,,,,,,,,, -121,Cs,,155 s|4,1.55E2|4E0,ec ?+,100,+0.770 4,+0.838 9,-6360|140#,910|30#,5379|18#,-16290|300#,11285|17#,2219|19#,8352.91|12#,120917227|15#,-77102|14#,1969 -55,,66,,,,,,,,,,,,,,,, -122,Cs,,21.18 s|19,2.12E1|1.9E-1,ec ?+,100,-0.1333 9,-0.19 1,-3540|40#,400|40#,7210|40#,-15470|150#,9110|40#,2950|40#,8359.15|28#,121916110|40#,-78140|30#,1969 -55,,67,,,,,,,,,,,,,,,, -123,Cs,,5.88 min|3,3.53E2|1.8E0,ec ?+,100,+1.377 7,,-5389|17#,300|30#,4205|15#,-14510|30#,10970|40#,2978|16#,8380.38|10#,122912996|13#,-81044|12#,1954 -55,,68,,,,,,,,,,,,,,,, -124,Cs,,30.9 s|4,3.09E1|4E-1,ec ?+,100,+0.673 3,-0.74 3,-2642|15#,-403|17#,5930|8#,-14148|15#,8759|15#,3772|13#,8383.43|7#,123912258|9#,-81731|8#,1969 -55,,69,,,,,,,,,,,,,,,, -125,Cs,,46.7 min|1,2.8E3|6E0,ec ?+,100,+1.409 7,,-4419|13#,-261|9#,3105|8#,-13069|15#,10428|11#,3715|8#,8399.79|6#,124909728|8#,-84088|8#,1954 -55,,70,,,,,,,,,,,,,,,, -126,Cs,,1.64 min|2,9.84E1|1.2E0,ec ?+,100,+0.777 4,-0.68 2,-1681|16#,-695|12#,4796|11#,-12753|15#,8334|13#,4446|11#,8399.27|8#,125909446|11#,-84351|10#,1954 -55,,71,,,,,,,,,,,,,,,, -127,Cs,,6.25 h|10,2.25E4|3.6E2,ec ?+,100,+1.459 7,,-3422|13#,-721|7#,2081|7#,-11642|14#,9961|12#,4382|7#,8411.56|4#,126907417|6#,-86240|6#,1950 -55,,72,,,,,,,,,,,,,,,, -128,Cs,,3.640 min|14,2.18E2|8.4E-1,ec ?+,100,0.974 5,-0.570 8,-553|8#,-991|6#,3929|6#,-11185|13#,7763|8#,4899|7#,8406.49|4#,127907749|6#,-85932|5#,1951 -55,,73,,,,,,,,,,,,,,,, -129,Cs,,32.06 h|6,1.15E5|2.16E2,ec ?+,100,+1.491 8,,-2436|11#,-1087|5#,1197|5#,-10192|7#,9639|7#,4928|5#,8416.05|3#,128906066|5#,-87499|5#,1950 -55,,74,,,,,,,,,,,,,,,, -130,Cs,,29.21 min|4,1.75E3|2.4E0,ec ?+,98.4,+1.460 7,-0.059 6,362|9#,-1413|9#,2981|8#,-9908|13#,7472|10#,5493|8#,8408.78|6#,129906709|9#,-86900|8#,1952 -55,,75,,,?-,1.6,,,,,,,,,,,, -131,Cs,,9.689 d|16,8.37E5|1.38E3,ec,100,+3.543 2,-0.575 6,-1375|5#,-1500|6#,355|5#,-8869|5#,9230|10#,5467|5#,8415.06|4#,130905465|5#,-88059|5#,1947 -55,,76,,,,,,,,,,,,,,,, -132,Cs,,6.480 d|6,5.6E5|5.18E2,ec ?+,98.13|9,+2.222 7,+0.508 7,1282.3|15#,-1839|4#,2126.3|10#,-8540.3|28#,7165|5#,6028.1|10#,8405.587|8#,131906437.7|11#,-87152.7|10#,1953 -55,,77,,,?-,1.87|9,,,,,,,,,,,, -133,Cs,,STABLE,,,,+2.582025 3,-0.00371 14,-517.3|10#,-1989|3#,-427.4|24#,-7707.2|10#,8989.6|10#,6080.94|1#,8409.978|0#,132905451.961|8#,-88070.931|8#,1921 -55,,78,100 %,,,,,,,,,,,,,,, -134,Cs,,2.0652 y|4,6.52E7|1.26E4,?-,99.9997|1,+2.9937 9,+0.389 3,2058.7|3#,-2380|3#,1234.668|18#,-7408.9|10#,6891.54|1#,6536.5|24#,8398.646|0#,133906718.503|17#,-86891.154|16#,1940 -55,,79,,,ec,0.0003|1,,,,,,,,,,,, -135,Cs,,2.3 x 106|y|3,7.26E13|9.47E12,?-,100,+2.7324 2,+0.050 2,268.9|10#,-2563.8|12#,-1168|4#,-6703.1|10#,8761.8|10#,6744.8|10#,8401.336|7#,134905977.2|11#,-87581.6|10#,1949 -55,,80,,,,,,,,,,,,,,,, -136,Cs,,13.16 d|3,1.14E6|2.59E3,?-,100,+3.711 15,+0.225 10,2548.2|19#,-3060|4#,90.5|19#,-6559.5|19#,6828.4|21#,7215|4#,8389.770|14#,135907311.6|20#,-86338.7|19#,1951 -55,,81,,,,,,,,,,,,,,,, -137,Cs,,30.08 y|9,9.49E8|2.84E6,?-,100,+2.8413 1,+0.051 1,1175.63|17#,-3112|6#,-4162.2|4#,-5730.00|19#,8278.2|19#,7405.4|4#,8388.956|3#,136907089.5|4#,-86545.6|4#,1951 -55,,82,,,,,,,,,,,,,,,, -138,Cs,,33.41 min|18,2E3|1.08E1,?-,100,+0.700 4,+0.125 18,5375|9#,-1268|10#,-2915|10#,-3237|9#,4413|9#,7792|9#,8360.14|7#,137911017|10#,-82887|9#,1943 -55,,83,,,,,,,,,,,,,,,, -139,Cs,,9.27 min|5,5.56E2|3E0,?-,100,+2.696 4,-0.075 11,4213|3#,653|4#,-5056|4#,-511|3#,5885|10#,8018|4#,8342.338|23#,138913364|3#,-80701|3#,1939 -55,,84,,,,,,,,,,,,,,,, -140,Cs,,63.7 s|3,6.37E1|3E-1,?-,100,+0.1338953 5,-0.112 7,6219|10#,70|16#,-4064|9#,-208|8#,4420|9#,8694|8#,8314.32|6#,139917283|9#,-77050|8#,1950 -55,,85,,,,,,,,,,,,,,,, -141,Cs,,24.84 s|16,2.48E1|1.6E-1,?-,100,+2.438 10,-0.36 4,5255|10#,-546|12#,-6280|10#,721|12#,5499|12#,8780|9#,8294.36|6#,140920045|10#,-74478|9#,1962 -55,,86,,,?- n,0.035|3,,,,,,,,,,,, -142,Cs,,1.684 s|14,1.68E0|1.4E-2,?-,100,,,7328|8#,-960|9#,-5285|8#,1147|9#,4108|12#,9606|8#,8264.88|5#,141924300|8#,-70515|7#,1962 -55,,87,,,?- n,0.090|4,,,,,,,,,,,, -143,Cs,,1.791 s|7,1.79E0|7E-3,?-,100,,,6262|10#,-1629|9#,-7473|9#,2095|10#,5232|10#,9735|8#,8243.67|5#,142927347|8#,-67676|8#,1962 -55,,88,,,?- n,1.64|7,,,,,,,,,,,, -144,Cs,,0.994 s|6,9.94E-1|6E-3,?-,100,-0.546 3,+0.30 1,8496|20#,-2090|23#,-6399|21#,2595|21#,3667|22#,10357|21#,8211.89|14#,143932075|22#,-63271|20#,1967 -55,,89,,,?- n,3.03|13,,,,,,,,,,,, -145,Cs,,0.587 s|5,5.87E-1|5E-3,?-,100,+0.784 4,+0.62 6,7462|12#,-2553|18#,-8561|14#,3641|11#,4854|22#,10471|11#,8188.73|6#,144935529|10#,-60054|9#,1971 -55,,90,,,?- n,14.7|9,,,,,,,,,,,, -146,Cs,,0.3220 s|13,3.22E-1|1.3E-3,?-,100,,,9637|21#,-2970|370#,-7355|24#,4134|9#,3327|10#,11106|12#,8155.436|20#,145940622|3#,-55310.4|29#,1971 -55,,91,,,?- n,14.2|5,,,,,,,,,,,, -147,Cs,,0.230 s|1,2.3E-1|1E-3,?-,100,,,8344|21#,-3710|200,-9560|200#,4956|22#,4681|9#,11254|26#,8131.80|6#,146944262|9#,-51920|8#,1978 -55,,92,,,?- n,28.5|17,,,,,,,,,,,, -148,Cs,,146 ms|6,1.46E-1|6E-3,?-,100,,,10680|60#,-4060|400,-8310|300#,5282|24#,3062|15#,11840|200,8097.55|9#,147949639|14#,-46911|13#,1978 -55,,93,,,?- n,25.1|25,,,,,,,,,,,, -149,Cs,,> 50 ms,5E-2|5E21,?-,?,,,9870|590,-4740|640,,6270|400,4410|400,11940|500,8073|3,148953570|430,-43250|400,1979 -55,,94,,,?- n,?,,,,,,,,,,,, -150,Cs,,> 50 ms,5E-2|5E21,?-,100,,,11730|500,,,6880|590,2990|560,,8039|3,149959020|430,-38170|400,1979 -55,,95,,,?- n,?,,,,,,,,,,,, -151,Cs,,> 50 ms,5E-2|5E21,?- n,?,,,10710|640,,,7600|580,4130|640,,8013|3,150963250|540,-34230|500,1979 -55,,96,,,?-,?,,,,,,,,,,,, -114,Ba,,0.43 s|+30-15,4.3E-1|2.3E-1,ec ?+,99.1|3,,,,3592|19#,8780|120,,14190|310,1430|100#,8089.7|9#,113950720|110#,-45910|100#,1995 -56,,58,,,ec p,20|10,,,,,,,,,,,, -,,,,,?,0.9|3,,,,,,,,,,,, -,,,,,12C,< 0.0034,,,,,,,,,,,, -115,Ba,,0.45 s|5,4.5E-1|5E-2,ec ?+,100,,,,2950|220,10680|220,,11190|220,1630|210,8117|2,114947370|210,-49020|200,1997 -56,,59,,,?+ p,> 15,,,,,,,,,,,, -116,Ba,,1.3 s|2,1.3E0|2E-1,ec ?+,100,,,-13930|370,3020|200,7460|220,,13630|280,2170|220,8164|2,115941410|210,-54580|200,1997 -56,,60,,,?+ p,3|1,,,,,,,,,,,, -117,Ba,,1.75 s|7,1.75E0|7E-2,ec ?+,100,,,-10990|320,2320|250#,9040|260,-24880|400,10950|320,2700|270,8188.0|21#,116938320|270#,-57460|250#,1977 -56,,61,,,?+ ?,> 0,,,,,,,,,,,, -,,,,,?+ p,> 0,,,,,,,,,,,, -118,Ba,,5.5 s|2,5.5E0|2E-1,ec ?+,100,,,-12790|360,2310|200,6060|200,-23950|280,12970|320,3150|200,8228|2,117933060|210,-62350|200,1997 -56,,62,,,ec p,?,,,,,,,,,,,, -119,Ba,,5.4 s|3,5.4E0|3E-1,ec ?+,100,,,-9800|360,1640|200#,7710|200,-23100|360,10310|280,3470|200#,8245.9|17#,118930660|210#,-64590|200#,1974 -56,,63,,,ec p,< 25,,,,,,,,,,,, -120,Ba,,24 s|2,2.4E1|2E0,ec ?+,100,,,-11320|420,1730|300#,5000|300,-22170|420,12370|360#,3870|300#,8280.3|25#,119926040|320#,-68890|300#,1974 -56,,64,,,,,,,,,,,,,,,, -121,Ba,,29.7 s|15,2.97E1|1.5E0,ec ?+,100,+0.660 1,+1.79 12,-8550|330,1020|140#,6360|140,-21250|330,9930|330#,4150|140#,8293.9|12#,120924050|150#,-70740|140#,1975 -56,,65,,,,,,,,,,,,,,,, -122,Ba,,1.95 min|15,1.17E2|9E0,ec ?+,100,,,-10070|300,1050|30#,3540|40,-20490|300,11940|140#,4800|30#,8323.76|23#,121919900|30#,-74609|28#,1974 -56,,66,,,,,,,,,,,,,,,, -123,Ba,,2.7 min|4,1.62E2|2.4E1,ec ?+,100,-0.680 1,+1.49 12,-7000|200,715|16#,5389|17,-19180|300,9120|30#,4800|40#,8330.21|10#,122918781|13#,-75655|12#,1962 -56,,67,,,,,,,,,,,,,,,, -124,Ba,,11.0 min|5,6.6E2|3E1,ec ?+,100,,,-8830|60#,658|17#,2642|15#,-18510|200,11506|17#,5335|17#,8355.82|10#,123915094|13#,-79090|12#,1967 -56,,68,,,,,,,,,,,,,,,, -125,Ba,,3.3 min|3,1.98E2|1.8E1,ec ?+,100,+0.177 12,,-5909|28#,387|15#,4419|13#,-17480|60#,8651|17#,5227|14#,8358.18|9#,124914472|12#,-79669|11#,1968 -56,,69,,,,,,,,,,,,,,,, -126,Ba,,100 min|2,6E3|1.2E2,ec ?+,100,,,-7700|90#,260|17#,1681|16#,-16982|29#,11072|17#,5871|15#,8379.72|10#,125911250|13#,-82670|12#,1954 -56,,70,,,,,,,,,,,,,,,, -127,Ba,,12.7 min|4,7.62E2|2.4E1,ec ?+,100,+0.089 12,,-4922|28#,6|15#,3422|13#,-15920|90#,8219|17#,5756|15#,8378.45|9#,126911091|12#,-82818|11#,1952 -56,,71,,,,,,,,,,,,,,,, -128,Ba,,2.43 d|5,2.1E5|4.32E3,ec,100,,,-6750|50#,-142|5#,553|8#,-15554|27#,10632|12#,6427|8#,8396.06|4#,127908342|6#,-85378|5#,1950 -56,,72,,,,,,,,,,,,,,,, -129,Ba,,2.23 h|11,8.03E3|3.96E2,ec ?+,100,-0.398 16,,-3739|22#,-295|11#,2436|12#,-14510|60#,7756|11#,6421|12#,8391.10|8#,128908681|11#,-85063|11#,1950 -56,,73,,,,,,,,,,,,,,,, -130,Ba,,STABLE,,,,,,-5634|26#,-539|4#,-362|9#,-14008|21#,10270|11#,7051|5#,8405.549|20#,129906320.9|27#,-87261.5|26#,1936 -56,,74,0.106 %|1,,,,,,,,,,,,,,, -131,Ba,,11.50 d|6,9.94E5|5.18E3,ec ?+,100,0.708113 15,,-2914|28#,-787|5#,1375|6#,-13128|26#,7493.5|3#,7073|9#,8398.587|20#,130906941.2|28#,-86683.7|26#,1947 -56,,75,,,,,,,,,,,,,,,, -132,Ba,,> 3.0 x 1021|y,9.47E28|1.58E32,2?+,?,,,-4710|40#,-999.6|15#,-1282.3|15#,-12737|28#,9822.6|27#,7665|5#,8409.375|8#,131905061.1|11#,-88435.0|11#,1936 -56,,76,0.101 %|1,,,,,,,,,,,,,,, -133,Ba,,10.551 y|11,3.33E8|3.47E5,ec,100,0.771674 16,,-2059|28#,-1282.5|10#,517.3|10#,-11900|40#,7189.9|4#,7689.9|14#,8400.206|7#,132906007.3|11#,-87553.6|10#,1941 -56,,77,,,,,,,,,,,,,,,, -134,Ba,,STABLE,,,,,,-3731|20#,-1494.3|3#,-2058.7|3#,-11527|28#,9467.6|10#,8167.9|3#,8408.171|2#,133904508.4|3#,-88949.9|3#,1936 -56,,78,2.417 %|18,,,,,,,,,,,,,,, -135,Ba,,STABLE,,,,+0.837943 17,+0.160 3,-1207|9#,-1861.9|3#,-268.9|10#,-10703|20#,6971.96|10#,8248.3|3#,8397.533|2#,134905688.6|3#,-87850.5|3#,1932 -56,,79,6.592 %|12,,,,,,,,,,,,,,, -136,Ba,,STABLE,,,,,,-2850|50#,-2032.9|3#,-2548.2|19#,-10315|9#,9107.74|4#,8594.2|10#,8402.755|2#,135904576.0|3#,-88886.9|3#,1932 -56,,80,7.854 %|24,,,,,,,,,,,,,,, -137,Ba,,STABLE,,,,+0.935814 5,+0.245 4,-580.5|16#,-2502.6|24#,-1175.6|5#,-9760|50#,6905.63|7#,8671.5|19#,8391.827|2#,136905827.4|3#,-87721.2|3#,1932 -56,,81,11.232 %|24,,,,+0.937365 20,,,,,,,,,,, -138,Ba,,STABLE,,,,,,-1742|3#,-2560.7|3#,-5375|9#,-9192.3|16#,8611.72|4#,9005.00|18#,8393.420|2#,137905247.2|3#,-88261.6|3#,1925 -56,,82,71.698 %|42,,,,,,,,,,,,,,, -139,Ba,,83.06 min|28,4.98E3|1.68E1,?-,100,-0.973 5,-0.573 13,2312.5|20#,-926|4#,-4213|3#,-6466|3#,4723.43|4#,9316|9#,8367.017|2#,138908841.3|3#,-84913.8|3#,1937 -56,,83,,,,,,,,,,,,,,,, -140,Ba,,12.7527 d|23,1.1E6|1.99E2,?-,100,,,1047|8#,735|8#,-6219|11#,-4114|8#,6427|8#,9857|9#,8353.16|6#,139910607|9#,-83269|8#,1939 -56,,84,,,,,,,,,,,,,,,, -141,Ba,,18.27 min|7,1.1E3|4.2E0,?-,100,-0.337 5,+0.454 10,3199|7#,226|5#,-5255|11#,-3488|6#,4535|9#,9971|10#,8326.08|4#,140914403|6#,-79733|5#,1945 -56,,85,,,,,,,,,,,,,,,, -142,Ba,,10.6 min|2,6.36E2|1.2E1,?-,100,,,2182|8#,-295|7#,-7328|9#,-2982|7#,6181|8#,10654|11#,8310.97|4#,141916433|6#,-77842|6#,1959 -56,,86,,,,,,,,,,,,,,,, -143,Ba,,14.5 s|3,1.45E1|3E-1,?-,100,+0.443 11,-0.88 2,4234|10#,-718|7#,-6262|10#,-1984|9#,4166|9#,10712|10#,8281.99|5#,142920625|7#,-73937|7#,1962 -56,,87,,,,,,,,,,,,,,,, -144,Ba,,11.5 s|2,1.15E1|2E-1,?-,100,,,3083|15#,-1206|8#,-8496|21#,-1667|10#,5901|10#,11381|10#,8265.45|5#,143922955|8#,-71767|7#,1967 -56,,88,,,,,,,,,,,,,,,, -145,Ba,,4.31 s|16,4.31E0|1.6E-1,?-,100,-0.285 7,+1.224 21,5319|15#,-1744|9#,-7462|12#,-738|15#,3820|11#,11534|22#,8234.80|6#,144927518|9#,-67516|8#,1974 -56,,89,,,,,,,,,,,,,,,, -146,Ba,,2.21 s|6,2.21E0|6E-2,?-,100,,,4100|30#,-2142|21#,-9637|21#,-183|24#,5502|23#,12182|23#,8216.08|14#,145930276|22#,-64947|21#,1970 -56,,90,,,,,,,,,,,,,,,, -147,Ba,,0.894 s|10,8.94E-1|1E-2,?-,100,,,6414|22#,-2486|20#,-8344|21#,710|40#,3388|29#,12243|20#,8183.24|13#,146935304|21#,-60264|20#,1978 -56,,91,,,?- n,0.06|5,,,,,,,,,,,, -148,Ba,,0.612 s|17,6.12E-1|1.7E-2,?-,100,,,5110|60#,-3150|60#,-10680|60#,1010|60#,5400|70#,12960|60#,8164.4|4#,147938170|70#,-57590|60#,1979 -56,,92,,,?- n,0.4|3,,,,,,,,,,,, -149,Ba,,0.344 s|7,3.44E-1|7E-3,?-,100,,,7100|480#,-4050|440#,-9870|590#,1520|440#,3600|440#,13500|440#,8133.8|29#,148942970|470#,-53120|440#,1993 -56,,93,,,?- n,0.43|12,,,,,,,,,,,, -150,Ba,,0.3 s,3E-1,?-,100,,,6230|530,-4370|300,-11730|500,2250|360,4850|530,13940|500,8112|2,149946430|320,-49900|300,1994 -56,,94,,,?- n,?,,,,,,,,,,,, -151,Ba,,> 300 ns,3E-7|5E15,?- n,?,,,8370|590,-5000|450,-10710|640,3120|590,3110|500,14060|560,8079|3,150951750|430,-44940|400,1994 -56,,95,,,?-,?,,,,,,,,,,,, -152,BA,,> 406 ns,4.06E-7|5E15,?-,100,,,7580|500,-5530|500,-12780|640,3530|590,4840|560,14770|640,8057|3,151955220|430,-41710|400,2010 -56,,96,,,?- n,?,,,,,,,,,,,, -117,La,,23.5 ms|26,2.35E-2|2.6E-3,p,93.9|7,,,,2870|200,10990|320,,13900|370,-820|3#,8087|2,116950110|210,-46470|200,2001 -57,,60,,,ec ?+,6.1|7,,,,,,,,,,,, -120m,La,,2.8 s|2,2.8E0|2E-1,ec ?+,100,,,-7970|580,2050|320,11320|420,-21700|580,10850|420,270|360,8179|2,119938200|320,-57570|300,1984 -57,,63,,,ec p,> 0,,,,,,,,,,,, -121,La,,5.3 s|2,5.3E0|2E-1,ec ?+,100,,,-9500|500,1880|310,8550|330,-20660|580,12690|420,590|420,8217|2,120933240|320,-62190|300,1988 -57,,64,,,,,,,,,,,,,,,, -122,La,,8.6 s|5,8.6E0|5E-1,ec ?+,100,,,-6670|500,1440|300,10070|300,-19920|500,10420|420,1090|330,8235|2,121930710|320,-64540|300,1984 -57,,65,,,ec p,?,,,,,,,,,,,, -123,La,,17 s|3,1.7E1|3E0,ec ?+,100,,,-8360|360,1230|200,7000|200,-18850|450,12180|360,1330|200,8267|2,122926300|210,-68650|200,1978 -57,,66,,,,,,,,,,,,,,,, -124,La,,21 s|4,2.1E1|4E0,ec ?+,100,,,-5340|300,1210|60#,8830|60,-18040|300,9680|200,1890|60#,8278.3|5#,123924570|60#,-70260|60#,1978 -57,,67,,,,,,,,,,,,,,,, -125,La,,64.8 s|12,6.48E1|1.2E0,ec ?+,100,,,-7100|200,920|30#,5909|28,-16910|300,11570|60#,1959|29#,8304.64|21#,124920816|28#,-73759|26#,1973 -57,,68,,,,,,,,,,,,,,,, -126,La,,54 s|2,5.4E1|2E0,ec ?+,> 0,,,-4150|90#,750|100#,7700|90#,-16390|220,9290|90#,2590|90#,8312.4|7#,125919510|100#,-74970|90#,1961 -57,,69,,,,,,,,,,,,,,,, -127,La,,5.1 min|1,3.06E2|6E0,ec ?+,100,,,-5920|40#,723|29#,4922|28#,-15150|40#,10990|90#,2515|29#,8333.54|20#,126916375|28#,-77896|26#,1963 -57,,70,,,,,,,,,,,,,,,, -128,La,,5.18 min|14,3.11E2|8.4E0,ec,100,,,-3090|60#,680|60#,6750|50#,-14720|60#,8800|60#,3100|60#,8337.2|4#,127915590|60#,-78630|50#,1961 -57,,71,,,,,,,,,,,,,,,, -129,La,,11.6 min|2,6.96E2|1.2E1,ec ?+,100,,,-5040|40#,338|23#,3739|24#,-13860|40#,10770|60#,3235|22#,8356.05|17#,128912694|23#,-81325|21#,1963 -57,,72,,,,,,,,,,,,,,,, -130,La,,8.7 min|1,5.22E2|6E0,ec ?+,100,,,-2200|40#,299|28#,5634|26#,-13410|40#,8370|30#,3853|28#,8356.19|20#,129912369|28#,-81627|26#,1961 -57,,73,,,,,,,,,,,,,,,, -131,La,,59 min|2,3.54E3|1.2E2,ec ?+,100,,,-4060|40#,46|28#,2914|28#,-12420|40#,10210|40#,3797|28#,8370.37|21#,130910070|30#,-83769|28#,1951 -57,,74,,,,,,,,,,,,,,,, -132,La,,4.8 h|2,1.73E4|7.2E2,ec ?+,100,,,-1250|40#,-220|40#,4710|40#,-12090|50#,8030|50#,4330|40#,8367.76|27#,131910120|40#,-83720|40#,1951 -57,,75,,,,,,,,,,,,,,,, -133,La,,3.912 h|8,1.41E4|2.88E1,ec ?+,100,,,-3080|30#,-420|28#,2059|28#,-11090|30#,9840|50#,4348|28#,8378.84|21#,132908220|30#,-85494|28#,1950 -57,,76,,,,,,,,,,,,,,,, -134,La,,6.45 min|16,3.87E2|9.6E0,ec ?+,100,,,-386|29#,-744|22#,3731|20#,-10872|26#,7800|30#,4954|20#,8374.49|15#,133908514|21#,-85219|20#,1951 -57,,77,,,,,,,,,,,,,,,, -135,La,,19.5 h|2,7.02E4|7.2E2,ec ?+,100,+3.70 9,-0.4 4,-2027|5#,-1009|11#,1207|9#,-9882|22#,9496|22#,4982|9#,8382.79|7#,134906985|10#,-86643|9#,1948 -57,,78,,,,,,,,,,,,,,,, -136,La,,9.87 min|3,5.92E2|1.8E0,ec ?+,100,,,470|50#,-1310|50#,2850|50#,-9490|50#,7470|50#,5480|50#,8376.0|4#,135907630|60#,-86040|50#,1950 -57,,79,,,,,,,,,,,,,,,, -137,La,,6 x 104|y|2,1.89E12|6.31E11,ec,100,+2.700 15,+0.21 3,-1222.1|16#,-1494.7|17#,580.5|17#,-8703.6|16#,9170|50#,5542.7|16#,8381.879|12#,136906450.6|18#,-87140.7|17#,1948 -57,,80,,,,,,,,,,,,,,,, -138,La,,1.02 x 1011|y|1,3.22E18|3.16E16,ec ?+,65.6|5,+3.73646 7,+0.45 2,1052|4#,-2053|3#,1742|3#,-8672|3#,7450|4#,6087|3#,8375.125|23#,137907118|3#,-86519|3#,1947 -57,,81,0.08881 %|71,,?-,34.4|5,,,,,,,,,,,, -139,La,,STABLE,,,,+2.7830455 9,+0.20 1,-278|7#,-2069.5|22#,-2312.5|20#,-7727|5#,8778.3|25#,6253.5|20#,8378.025|14#,138906358.8|22#,-87226.2|20#,1924 -57,,82,99.91119 %|71,,,,,,,,,,,,,,, -140,La,,1.67855 d|12,1.45E5|1.04E1,?-,100,+0.730 15,+0.094 10,3760.2|17#,-402.1|27#,-1047|8#,-5439|7#,5160.98|4#,6691.1|20#,8355.047|14#,139909483.2|22#,-84315.9|20#,1935 -57,,83,,,,,,,,,,,,,,,, -141,La,,3.92 h|3,1.41E4|1.08E2,?-,100,,,2501|4#,1189|4#,-3199|7#,-2927|4#,6687|4#,6951|9#,8343.22|3#,140910969|5#,-82932|4#,1951 -57,,84,,,,,,,,,,,,,,,, -142,La,,91.1 min|5,5.47E3|3E1,?-,100,,,4509|6#,438|11#,-2182|9#,-2663|6#,5164|7#,7581|8#,8320.83|4#,141914090|7#,-80024|6#,1953 -57,,85,,,,,,,,,,,,,,,, -143,La,,14.2 min|1,8.52E2|6E0,?-,100,,,3435|8#,104|8#,-4234|10#,-1710|8#,6219|10#,7618|9#,8306.13|5#,142916079|8#,-78172|7#,1951 -57,,86,,,,,,,,,,,,,,,, -144,La,,40.8 s|4,4.08E1|4E-1,?-,100,,,5582|13#,-224|15#,-3083|15#,-1314|13#,4749|15#,8201|15#,8281.43|9#,143919646|14#,-74850|13#,1967 -57,,87,,,,,,,,,,,,,,,, -145,La,,24.8 s|20,2.48E1|2E0,?-,100,,,4230|40#,-783|15#,-5319|15#,-475|13#,6057|18#,8357|14#,8266.09|8#,144921808|13#,-72835|12#,1974 -57,,88,,,,,,,,,,,,,,,, -146,La,,6.1 s|3,6.1E0|3E-1,?-,100,,,6590|30#,-960|30#,-4100|40#,-50|50#,4290|40#,8820|30#,8238.83|23#,145925870|40#,-69050|30#,1970 -57,,89,,,?- n,? 0.007,,,,,,,,,,,, -147,La,,4.06 s|4,4.06E0|4E-2,?-,100,,,5336|14#,-1428|13#,-6414|22#,886|20#,5700|40#,9020|23#,8221.55|7#,146928418|11#,-66678|11#,1979 -57,,90,,,?- n,0.041|4,,,,,,,,,,,, -148,La,,1.26 s|8,1.26E0|8E-2,?-,100,,,7690|22#,-1862|28#,-5110|70#,1234|21#,4102|22#,9734|28#,8193.72|13#,147932679|21#,-62709|19#,1982 -57,,91,,,?- n,0.15|3,,,,,,,,,,,, -149,La,,1.05 s|3,1.05E0|3E-2,?-,100,,,6450|200#,-2590|200#,-7100|480#,2110|200#,5580|200#,9920|210#,8176.2|13#,148935350|210#,-60220|200#,1979 -57,,92,,,?- n,1.43|28,,,,,,,,,,,, -150,La,,0.59 s|11,5.9E-1|1.1E-1,?-,100,,,8720|440#,-3240|440#,-6230|530#,2470|440#,3980|480#,10300|620#,8148.2|29#,149939740|470#,-56130|440#,1993 -57,,93,,,?- n,2.7|3,,,,,,,,,,,, -151,La,,> 300 ns,3E-7|5E15,?- n,?,,,7910|440#,-3820|440#,-8370|590#,3470|440#,5250|620#,10700|530,8129.0|29#,150942770|470#,-53310|440#,1994 -57,,94,,,?-,?,,,,,,,,,,,, -152,La,,> 150 ns,1.5E-7|5E15,?-,100,,,9690|360,-4800|300,-7580|500,3860|300,4050|530,11640|500,8102|2,151947080|320,-49290|300,1994 -57,,95,,,,,,,,,,,,,,,, -153,La,,> 100 ns,1E-7|5E15,,,,,8850|360,-5230|500,-13240|580,4850|360,4840|420,11640|500,8081|2,152950550|320,-46060|300,1994 -57,,96,,,,,,,,,,,,,,,, -121,Ce,,1.1 s|1,1.1E0|1E-1,ec ?+,100,,,-11270|640,2340|470,9500|500,,11160|640,2410|500,8132|3,120943430|430,-52690|400,1997 -58,,63,,,ec p,? 1,,,,,,,,,,,, -122,Ce,,,,ec p,?,,,-13090|640,2060|450,6670|500,-24520|640,13250|570,2970|500,8174|3,121937870|430,-57870|400,2005 -58,,64,,,ec ?+,?,,,,,,,,,,,, -123,Ce,,3.8 s|2,3.8E0|2E-1,ec ?+,100,,,-10060|500,1880|360,8360|360,-23580|580,10480|500,3030|420,8193|2,122935280|320,-60290|300,1984 -58,,65,,,ec p,> 0.,,,,,,,,,,,, -124,Ce,,6 s|2,6E0|2E0,ec ?+,100,,,-11760|500,1550|420,5340|300,-22760|500,12700|420,3550|360,8229|2,123930310|320,-64920|300,1978 -58,,66,,,,,,,,,,,,,,,, -125,Ce,,9.7 s|3,9.7E0|3E-1,ec ?+,100,,,-8720|360,1660|240,7100|200,-21580|450,9810|360,3690|200,8242|2,124928440|210,-66660|200,1978 -58,,67,,,?+ p,?,,,,,,,,,,,, -126,Ce,,51.0 s|3,5.1E1|3E-1,ec ?+,100,,,-10500|200,1360|40#,4150|90,-20950|300,12230|200,4350|40#,8273.26|22#,125923970|30#,-70821|28#,1978 -58,,68,,,,,,,,,,,,,,,, -127,Ce,,34 s|2,3.4E1|2E0,ec ?+,100,,,-7440|200,1250|30#,5920|40,-19730|200,9230|40#,4290|90#,8280.79|23#,126922730|30#,-71979|29#,1978 -58,,69,,,,,,,,,,,,,,,, -128,Ce,,3.93 min|2,2.36E2|1.2E0,ec ?+,100,,,-9200|40#,1130|30#,3090|60#,-19060|200,11630|40#,4930|40#,8306.92|22#,127918910|30#,-75534|28#,1968 -58,,70,,,,,,,,,,,,,,,, -129,Ce,,3.5 min|3,2.1E2|1.8E1,ec ?+,100,,,-6510|40#,960|30#,5040|40#,-18030|40#,8820|40#,4950|60#,8310.94|22#,128918100|30#,-76287|28#,1977 -58,,71,,,,,,,,,,,,,,,, -130,Ce,,22.9 min|5,1.37E3|3E1,ec ?+,100,,,-8250|70#,820|30#,2200|40#,-17720|40#,11210|40#,5390|40#,8333.22|21#,129914740|30#,-79423|28#,1965 -58,,72,,,,,,,,,,,,,,,, -131,Ce,,10.3 min|3,6.18E2|1.8E1,ec ?+,100,,,-5410|60#,680|30#,4060|40#,-16600|70#,8360|40#,5370|40#,8333.40|25#,130914430|40#,-79710|30#,1966 -58,,73,,,?+,11|3,,,,,,,,,,,, -132,Ce,,3.51 h|11,1.26E4|3.96E2,ec ?+,100,,,-7240|40#,483|21#,1250|40#,-16240|50#,10830|40#,5990|30#,8352.34|15#,131911464|22#,-82471|20#,1960 -58,,74,,,,,,,,,,,,,,,, -133,Ce,,97 min|4,5.82E3|2.4E2,ec ?+,100,,,-4481|21#,220|19#,3080|30#,-15260|30#,8019|26#,5980|40#,8349.83|12#,132911520|18#,-82418|16#,1951 -58,,75,,,,,,,,,,,,,,,, -134,Ce,,3.16 d|4,2.73E5|3.46E3,ec,100,,,-6305|29#,4|21#,386|29#,-14967|24#,10486|26#,6630|30#,8365.77|15#,133908928|22#,-84833|20#,1951 -58,,76,,,,,,,,,,,,,,,, -135,Ce,,17.7 h|3,6.37E4|1.08E3,ec ?+,100,,,-3680|16#,-357|11#,2027|14#,-14159|23#,7855|23#,6686|22#,8361.98|8#,134909161|11#,-84616|10#,1948 -58,,77,,,,,,,,,,,,,,,, -136,Ce,,> 0.7 x 1014|y,2.21E21|1.58E32,2ec,?,,,-5168|11#,-498.3|11#,-470|50#,-13644|12#,9964|10#,7154|9#,8373.760|3#,135907129.4|4#,-86508.4|4#,1936 -58,,78,0.185 %|2,,,,,,,,,,,,,,, -137,Ce,,9.0 h|3,3.24E4|1.08E3,ec ?+,100,0.96 4,,-2717|8#,-789.9|11#,1222.1|17#,-12650|11#,7481.53|16#,7170|50#,8367.248|3#,136907762.6|5#,-85918.6|4#,1948 -58,,79,,,,,,,,,,,,,,,, -138,Ce,,? 0.9 x 1014|y,2.84E21|1.58E32,,,,,-4437|10#,-1046|5#,-1052|6#,-12441|10#,9724|5#,7719|5#,8377.08|4#,137905989|5#,-87571|5#,1936 -58,,80,0.251 %|2,,,,,,,,,,,,,,, -139,Ce,,137.641 d|20,1.19E7|1.73E3,ec ?+,100,1.06 4,,-2129|3#,-1522|7#,278|7#,-11885|13#,7448|8#,7718|7#,8370.39|5#,138906658|8#,-86948|7#,1948 -58,,81,,,,,,,,,,,,,,,, -140,Ce,,STABLE,,,,,,-3388|6#,-1614.1|16#,-3760.2|26#,-11329|8#,9200|7#,8138.8|17#,8376.317|11#,139905446.4|17#,-88076.1|16#,1925 -58,,82,88.450 %|51,,,,,,,,,,,,,,, -141,Ce,,32.511 d|13,2.81E6|1.12E3,?-,100,1.09 4,,582.7|12#,-136.6|16#,-2501|5#,-8816|6#,5428.14|10#,8406.0|17#,8355.408|11#,140908284.0|17#,-85432.9|16#,1948 -58,,83,,,,,,,,,,,,,,,, -142,Ce,,> 5 x 1016|y,1.58E24|1.58E32,,,,,-745.7|25#,1303.5|25#,-4509|7#,-6588.9|25#,7171.6|25#,8891|5#,8347.071|18#,141909249.9|27#,-84533.2|25#,1925 -58,,84,11.114 %|51,,,,,,,,,,,,,,, -143,Ce,,33.039 h|6,1.19E5|2.16E1,?-,100,0.43 1,,1461.6|19#,882.2|25#,-3435|8#,-5890.5|25#,5144.80|9#,8871|6#,8324.678|18#,142912391.6|27#,-81606.7|25#,1948 -58,,85,,,,,,,,,,,,,,,, -144,Ce,,284.91 d|5,2.46E7|4.32E3,?-,100,,,318.6|8#,413|8#,-5582|13#,-5434.9|29#,6897|3#,9549|8#,8314.760|20#,143913653|3#,-80431.9|29#,1945 -58,,86,,,,,,,,,,,,,,,, -145,Ce,,3.01 min|6,1.81E2|3.6E0,?-,100,,,2560|30#,240|30#,-4230|40#,-4390|30#,4710|30#,9510|40#,8289.87|23#,144917270|40#,-77070|30#,1954 -58,,87,,,,,,,,,,,,,,,, -146,Ce,,13.49 min|16,8.09E2|9.6E0,?-,100,,,1050|30#,-218|17#,-6590|40#,-4081|18#,6640|40#,10089|20#,8278.57|11#,145918802|18#,-75635|16#,1953 -58,,88,,,,,,,,,,,,,,,, -147,Ce,,56.4 s|10,5.64E1|1E0,?-,100,,,3430|16#,-502|11#,-5336|14#,-3400|40#,4450|18#,10250|30#,8252.53|6#,146922690|9#,-72014|9#,1964 -58,,89,,,,,,,,,,,,,,,, -148,Ce,,56.8 s|3,5.68E1|3E-1,?-,100,,,2137|13#,-1056|13#,-7690|22#,-3026|19#,6456|14#,11009|15#,8240.39|8#,147924424|12#,-70398|11#,1964 -58,,90,,,,,,,,,,,,,,,, -149,Ce,,5.3 s|2,5.3E0|2E-1,?-,100,,,4369|14#,-1579|13#,-6450|200#,-2206|18#,4343|15#,11250|22#,8214.23|7#,148928427|11#,-66670|10#,1974 -58,,91,,,,,,,,,,,,,,,, -150,Ce,,4.0 s|6,4E0|6E-1,?-,100,,,3454|14#,-2325|24#,-8720|440#,-1879|15#,6248|16#,11920|200#,8201.12|8#,149930384|13#,-64847|12#,1970 -58,,92,,,,,,,,,,,,,,,, -151,Ce,,1.76 s|6,1.76E0|6E-2,?-,100,,,5555|21#,-3386|27#,-7910|440#,-996|20#,4450|21#,12380|440#,8176.28|12#,150934272|19#,-61225|18#,1997 -58,,93,,,,,,,,,,,,,,,, -152,Ce,,1.4 s|2,1.4E0|2E-1,?-,100,,,4780|200,-3810|210,-9690|360,-270|200,5830|200,12960|480,8161|1,151936680|210,-58980|200,1990 -58,,94,,,,,,,,,,,,,,,, -153,Ce,,> 100 ns,1E-7|5E15,,,,,6660|200,-4210|480,-8850|360,780|200,4000|280,12910|360,8134|1,152941050|210,-54910|200,1994 -58,,95,,,,,,,,,,,,,,,, -154,Ce,,> 100 ns,1E-7|5E15,?-,100,,,5880|230,-4740|360,-10690|360,1280|200,5380|280,13450|360,8116|1,153943940|210,-52220|200,1994 -58,,96,,,,,,,,,,,,,,,, -155,Ce,,> 300 ns,3E-7|5E15,,,,,7630|300,-5260|500,-9850|500,2250|320,3630|360,13540|420,8087|2,154948710|320,-47780|300,1994 -58,,97,,,,,,,,,,,,,,,, -121,Pr,,10 ms|+6-3,1E-2|5E-3,p,? 100,,,,2620|540,11270|640,,,-890|10#,8032|4,120955530|540,-41420|500,2005 -59,,62,,,,,,,,,,,,,,,, -124,Pr,,1.2 s|2,1.2E0|2E-1,ec ?+,100,,,-8630|640,1990|500,11760|500,,10990|570,150|500,8128|3,123942940|430,-53150|400,1986 -59,,65,,,ec p,> 0,,,,,,,,,,,, -125,Pr,,3.3 s|7,3.3E0|7E-1,ec ?+,100,,,-10340|500,1820|420,8720|360,-21490|590,12860|500,310|420,8166|2,124937800|320,-57940|300,2002 -59,,66,,,?+ p,?,,,,,,,,,,,, -126,Pr,,3.14 s|22,3.14E0|2.2E-1,ec ?+,100,,,-7330|360,1790|360,10500|200,-20800|450,10450|360,950|280,8184|2,125935240|210,-60320|200,1983 -59,,67,,,ec p,?,,,,,,,,,,,, -127,Pr,,4.2 s|3,4.2E0|3E-1,ec ?+,100,,,-9010|360,1680|280,7440|200,-19620|360,12290|280,1010|200,8216|2,126930710|210,-64540|200,1995 -59,,68,,,,,,,,,,,,,,,, -128,Pr,,2.84 s|9,2.84E0|9E-2,ec ?+,100,,,-6020|200,1500|60#,9200|40,-18870|300,9860|200,1640|40#,8228.91|23#,127928790|30#,-66330|30#,1985 -59,,69,,,,,,,,,,,,,,,, -129,Pr,,30 s|4,3E1|4E0,ec ?+,100,,,-7460|200,1560|40#,6510|40,-17530|200,11510|40#,1530|40#,8254.38|23#,128925090|30#,-69770|30#,1977 -59,,70,,,,,,,,,,,,,,,, -130,Pr,,40.0 s|4,4E1|4E-1,ec ?+,100,,,-4580|70#,1370|110#,8250|70#,-16930|210,9470|70#,2180|70#,8263.8|5#,129923590|70#,-71180|60#,1977 -59,,71,,,,,,,,,,,,,,,, -131,Pr,,1.51 min|2,9.06E1|1.2E0,ec ?+,100,,,-6530|50#,1170|50#,5410|60#,-15780|50#,11200|80#,2170|50#,8286.1|4#,130920230|50#,-74300|50#,1977 -59,,72,,,,,,,,,,,,,,,, -132,Pr,,1.6 min|3,9.6E1|1.8E1,ec ?+,100,,,-3800|40#,970|60#,7240|40#,-15530|40#,9000|60#,2810|40#,8291.54|22#,131919240|30#,-75227|29#,1974 -59,,73,,,,,,,,,,,,,,,, -133,Pr,,6.5 min|3,3.9E2|1.8E1,ec ?+,100,,,-5610|50#,962|25#,4481|21#,-14583|27#,10780|30#,2756|24#,8310.26|9#,132916331|13#,-77938|12#,1970 -59,,74,,,,,,,,,,,,,,,, -134,Pr,,17 min|2,1.02E3|1.2E2,ec ?+,100,,,-2882|24#,670|30#,6305|29#,-14270|50#,8662|24#,3399|26#,8312.88|15#,133915697|22#,-78528|20#,1967 -59,,75,,,,,,,,,,,,,,,, -135,Pr,,24 min|1,1.44E3|6E1,ec ?+,100,,,-4722|22#,410|30#,3680|16#,-13361|17#,10479|23#,3392|24#,8328.93|9#,134913112|13#,-80936|12#,1954 -59,,76,,,,,,,,,,,,,,,, -136,Pr,,13.1 min|1,7.86E2|6E0,ec ?+,100,,,-2141|16#,-40|40#,5168|11#,-13198|22#,8476|16#,4013|15#,8330.01|8#,135912678|12#,-81340|11#,1968 -59,,77,,,,,,,,,,,,,,,, -137,Pr,,1.28 h|3,4.61E3|1.08E2,ec ?+,100,,,-3617|14#,-132|29#,2717|8#,-12074|14#,9933|14#,3982|8#,8341.71|6#,136910679|9#,-83202|8#,1958 -59,,78,,,,,,,,,,,,,,,, -138,Pr,,1.45 min|5,8.7E1|3E0,ec ?+,100,,,-1116|16#,-340|23#,4437|12#,-11621|16#,8004|14#,4504|11#,8339.25|8#,137910752|12#,-83134|11#,1951 -59,,79,,,,,,,,,,,,,,,, -139,Pr,,4.41 h|4,1.59E4|1.44E2,ec ?+,100,,,-2805|28#,-600|12#,2129|11#,-10872|14#,9756|13#,4537|9#,8349.45|6#,138908943|8#,-84819|8#,1951 -59,,80,,,,,,,,,,,,,,,, -140,Pr,,3.39 min|1,2.03E2|6E-1,ec ?+,100,,,-429|7#,-1080|50#,3388|6#,-10745|28#,7941|10#,5029|9#,8346.53|4#,139909084|7#,-84688|6#,1938 -59,,81,,,,,,,,,,,,,,,, -141,Pr,,STABLE,,,,+4.2754,-0.077 6,-1823.0|28#,-1299.9|23#,-582.7|23#,-9828|4#,9399|6#,5228.5|12#,8353.992|12#,140907658.4|18#,-86015.6|17#,1924 -59,,82,100 %,,,,,,,,,,,,,,, -142,Pr,,19.12 h|4,6.88E4|1.44E2,?-,99.9836|8,+0.234 1,+0.030 9,2162.5|14#,307|3#,746|3#,-7666.2|28#,5843.15|8#,5643.5|12#,8336.310|12#,141910050.4|18#,-83787.5|17#,1935 -59,,83,,,ec,0.0164|8,,,,,,,,,,,, -143,Pr,,13.57 d|2,1.17E6|1.73E3,?-,100,+2.701 4,+0.77 16,934.0|14#,1733.0|25#,-1462|3#,-5189.6|14#,7352.1|19#,5824.0|19#,8329.428|13#,142910822.6|20#,-83068.2|19#,1948 -59,,84,,,,,,,,,,,,,,,, -144,Pr,,17.28 min|5,1.04E3|3E0,?-,100,,,2997.4|24#,1140|3#,-319|4#,-4819.6|24#,5753.6|28#,6433|3#,8311.540|19#,143913311|3#,-80750.5|28#,1951 -59,,85,,,,,,,,,,,,,,,, -145,Pr,,5.984 h|10,2.15E4|3.6E1,?-,100,,,1806|7#,881|8#,-2560|30#,-3949|7#,6947|7#,6483|7#,8302.13|5#,144914518|8#,-79626|7#,1954 -59,,86,,,,,,,,,,,,,,,, -146,Pr,,24.09 min|10,1.45E3|6E0,?-,100,,,4240|30#,920|40#,-1050|40#,-3320|30#,5130|40#,6900|50#,8280.38|24#,145917680|40#,-76680|30#,1953 -59,,87,,,,,,,,,,,,,,,, -147,Pr,,13.4 min|3,8.04E2|1.8E1,?-,100,,,2703|16#,303|17#,-3430|18#,-2590|16#,6830|40#,7098|23#,8270.54|11#,146919007|17#,-75444|16#,1964 -59,,88,,,,,,,,,,,,,,,, -148m1,Pr,,2.29 min|2,1.37E2|1.2E0,?-,100,,,4873|15#,-111|20#,-2137|19#,-2460|15#,5163|22#,7810|17#,8249.54|10#,147922130|16#,-72535|15#,1964 -59,,89,,,,,,,,,,,,,,,, -149,Pr,,2.26 min|7,1.36E2|4.2E0,?-,100,,,3336|10#,-629|16#,-4369|14#,-1703|10#,6575|18#,7930|15#,8238.30|7#,148923736|11#,-71039|10#,1964 -59,,90,,,,,,,,,,,,,,,, -150,Pr,,6.19 s|16,6.19E0|1.6E-1,?-,100,,,5379|9#,-1680|30#,-3454|15#,-1996|9#,5332|13#,8920|14#,8218.93|6#,149926676|10#,-68300|9#,1970 -59,,91,,,,,,,,,,,,,,,, -151,Pr,,18.90 s|7,1.89E1|7E-2,?-,100,,,4163|12#,-2526|16#,-5555|21#,-1171|12#,6550|15#,9222|17#,8207.88|8#,150928309|13#,-66780|12#,1990 -59,,92,,,,,,,,,,,,,,,, -152,Pr,,3.57 s|18,3.57E0|1.8E-1,?-,100,,,6390|30#,-3474|27#,-4780|200#,-886|19#,5050|22#,9822|26#,8187.10|12#,151931553|20#,-63758|19#,1983 -59,,93,,,,,,,,,,,,,,,, -153,Pr,,4.28 s|11,4.28E0|1.1E-1,?-,100,,,5762|12#,-3770|200#,-6660|200#,510|27#,5882|22#,9880|200,8172.04|8#,152933904|13#,-61568|12#,1987 -59,,94,,,,,,,,,,,,,,,, -154,Pr,,2.3 s|1,2.3E0|1E-1,?-,100,,,7720|100#,-4400|450#,-5880|230#,1150|110#,4610|110#,10480|230,8148.9|7#,153937620|120#,-58100|110#,1988 -59,,95,,,,,,,,,,,,,,,, -155,Pr,,> 300 ns,3E-7|5E15,,,,,6868|19#,-4530|440#,-7640|300#,2340|60#,5380|110#,10480|200,8131.04|11#,154940509|18#,-55415|17#,1992 -59,,96,,,,,,,,,,,,,,,, -125,Nd,,0.65 s|15,6.5E-1|1.5E-1,ec ?+,100,,,,2670|570,10340|500,,11140|640,1740|570,8077|3,124948900|430,-47600|400,1999 -60,,65,,,ec p,> 0,,,,,,,,,,,, -126,Nd,,,,ec p,?,,,-13640|580,2460|500,7330|360,,13460|500,2340|420,8119|2,125943110|320,-52990|300,2000 -60,,66,,,ec ?+,?,,,,,,,,,,,, -127,Nd,,1.8 s|4,1.8E0|4E-1,ec ?+,100,,,-10750|500,2330|420,9010|360,-24260|580,10610|420,2500|360,8139|2,126940380|320,-55540|300,1983 -60,,67,,,ec p,?,,,,,,,,,,,, -128,Nd,,5 s,5E0,ec ?+,100,,,-12530|360,2180|360,6020|200,-23600|450,12850|360,3060|280,8176|2,127935250|210,-60310|200,1985 -60,,68,,,ec p,?,,,,,,,,,,,, -129,Nd,,6.7 s|4,6.7E0|4E-1,ec ?+,100,,,-9430|360,1920|280,7460|200,-22600|360,10070|280,3270|200,8190|2,128933100|220,-62310|200,1977 -60,,69,,,ec p,> 0,,,,,,,,,,,, -130,Nd,,13 s|3,1.3E1|3E0,ec ?+,100,,,-11200|200,1800|40#,4580|70,-21790|300,12350|200,4110|40#,8222.51|21#,129928510|30#,-66596|28#,1977 -60,,70,,,,,,,,,,,,,,,, -131,Nd,,25.4 s|9,2.54E1|9E-1,ec ?+,100,,,-8110|200,1790|40#,6530|50,-20440|200,9240|40#,3880|70#,8230.30|21#,130927250|30#,-67768|28#,1977 -60,,71,,,ec p,> 0,,,,,,,,,,,, -132,Nd,,94 s|8,9.4E1|8E0,ec ?+,100,,,-9800|150,1680|40#,3800|40,-19840|200,11730|40#,4410|50#,8256.81|18#,131923321|26#,-71426|24#,1977 -60,,72,,,,,,,,,,,,,,,, -133,Nd,,70 s|10,7E1|1E1,ec ?+,100,,,-6920|70#,1530|50#,5610|50#,-18780|160,8980|50#,4390|50#,8262.2|3#,132922350|50#,-72330|50#,1977 -60,,73,,,,,,,,,,,,,,,, -134,Nd,,8.5 min|15,5.1E2|9E1,ec ?+,100,,,-8910|60#,1350|30#,2882|24#,-18310|50#,11390|50#,4998|17#,8285.54|9#,133918790|13#,-75646|12#,1970 -60,,74,,,,,,,,,,,,,,,, -135,Nd,,12.4 min|6,7.44E2|3.6E1,ec ?+,100,-0.78 3,+1.9 5,-6160|80#,1070|40#,4722|22#,-17550|60#,8638|22#,4975|28#,8288.15|14#,134918181|21#,-76214|19#,1970 -60,,75,,,,,,,,,,,,,,,, -136,Nd,,50.65 min|33,3.04E3|1.98E1,ec ?+,100,,,-8030|70#,847|24#,2141|16#,-17220|80#,11057|22#,5552|17#,8308.51|9#,135914976|13#,-79199|12#,1968 -60,,76,,,,,,,,,,,,,,,, -137,Nd,,38.5 min|15,2.31E3|9E1,ec ?+,100,,,-5512|18#,409|20#,3617|14#,-16490|70#,8457|17#,5533|16#,8309.59|9#,136914562|13#,-79585|12#,1970 -60,,77,,,,,,,,,,,,,,,, -138,Nd,,5.04 h|9,1.81E4|3.24E2,ec ?+,100,,,-7078|29#,390|23#,1116|16#,-16017|17#,10505|16#,6106|14#,8325.50|8#,137911950|12#,-82018|12#,1965 -60,,78,,,,,,,,,,,,,,,, -139,Nd,,29.7 min|5,1.78E3|3E1,ec ?+,100,+0.907 7,+0.28 9,-4513|26#,177|29#,2805|29#,-15140|40#,8070|30#,6170|30#,8323.64|20#,138911950|30#,-82014|28#,1951 -60,,79,,,,,,,,,,,,,,,, -140,Nd,,3.37 d|2,2.91E5|1.73E3,ec,100,,,-6045|24#,-175|3#,429|7#,-14830|14#,10316|28#,6729|9#,8337.875|25#,139909544|4#,-84259|3#,1949 -60,,80,,,,,,,,,,,,,,,, -141,Nd,,2.49 h|3,8.96E3|1.08E2,ec ?+,100,+1.012 9,+0.32 13,-3670|14#,-699|3#,1823|4#,-14050|24#,8005|5#,6794|7#,8335.515|23#,140909615|4#,-84193|3#,1949 -60,,81,,,,,,,,,,,,,,,, -142,Nd,,STABLE,,,,,,-4808|24#,-804|5#,-2162.5|22#,-13498|14#,9829|3#,7223.3|14#,8346.030|10#,141907728.9|15#,-85950.0|14#,1924 -60,,82,27.152 %|40,,,,,,,,,,,,,,, -143,Nd,,STABLE,,,,-1.065 5,-0.61 2,-1041.6|27#,521|7#,-934.0|23#,-10932|24#,6123.57|7#,7503.7|14#,8330.488|10#,142909819.9|15#,-84002.2|14#,1933 -60,,83,12.174 %|26,,,,,,,,,,,,,,, -144,Nd,,2.29 x 1015|y|16,7.23E22|5.05E21,?,100,,,-2331.9|26#,1903.2|16#,-2997|3#,-8858.6|27#,7817.04|5#,7968.7|14#,8326.922|9#,143910092.9|15#,-83748.0|14#,1924 -60,,84,23.798 %|19,,,,,,,,,,,,,,, -145,Nd,,STABLE,,,,-0.656 4,-0.314 12,-164.5|25#,1576.0|16#,-1806|7#,-8087.2|27#,5755.31|23#,7970.4|24#,8309.187|10#,144912579.2|15#,-81432.0|14#,1933 -60,,85,8.293 %|12,,,,,,,,,,,,,,, -146,Nd,,STABLE,,,,,,-1472|4#,1182.4|22#,-4240|30#,-7729.7|25#,7565.23|9#,8589|7#,8304.092|9#,145913122.5|15#,-80925.9|14#,1924 -60,,86,17.189 %|32,,,,,,,,,,,,,,, -147,Nd,,10.98 d|1,9.49E5|8.64E2,?-,100,0.578 3,0.9 3,895.5|5#,1035.0|22#,-2703|16#,-6764|4#,5292.20|9#,8750|30#,8283.603|9#,146916106.0|15#,-78146.7|14#,1947 -60,,87,,,,,,,,,,,,,,,, -148,Nd,,STABLE,,2?-,,,,-542|6#,599|3#,-4873|15#,-6437.0|17#,7332.6|17#,9253|16#,8277.177|14#,147916899.1|23#,-77408.0|21#,1937 -60,,88,5.756 %|21,,2?-,,,,,,,,,,,,, -149,Nd,,1.728 h|1,6.22E3|3.6E0,?-,100,0.351 10,1.3 3,1688.8|25#,270|30#,-3336|10#,-5581|6#,5038.79|7#,9129|15#,8255.442|14#,148920154.6|23#,-74375.5|21#,1938 -60,,89,,,,,,,,,,,,,,,, -150,Nd,,0.91 x 1019|y|7,2.87E26|2.21E25,2?-,100,,,-83|20#,-469|16#,-5379|9#,-5686.8|19#,7375.6|19#,9929|10#,8249.577|9#,149920901.5|14#,-73679.8|13#,1937 -60,,90,5.638 %|28,,,,,,,,,,,,,,, -151,Nd,,12.44 min|7,7.46E2|4.2E0,?-,100,,,2443|4#,-1354|9#,-4163|12#,-5417|20#,5334.55|10#,9931|9#,8230.272|9#,150923839.6|14#,-70943.0|13#,1938 -60,,91,,,,,,,,,,,,,,,, -152,Nd,,11.4 min|2,6.84E2|1.2E1,?-,100,,,1105|19#,-2176|27#,-6390|30#,-4835|25#,7278|24#,10659|27#,8224.00|16#,151924692|26#,-70149|24#,1969 -60,,92,,,,,,,,,,,,,,,, -153,Nd,,31.6 s|10,3.16E1|1E0,?-,100,,,3318|9#,-3085|11#,-5762|12#,-4147|26#,5252|25#,10861|19#,8204.582|18#,152927717.9|29#,-67330.3|27#,1987 -60,,93,,,,,,,,,,,,,,,, -154,Nd,,25.9 s|2,2.59E1|2E-1,?-,100,,,2687|25#,-3400|50#,-7720|120#,-3250|50#,6570|50#,11550|50#,8193.9|3#,153929330|60#,-65820|50#,1970 -60,,94,,,,,,,,,,,,,,,, -155,Nd,,8.9 s|2,8.9E0|2E-1,?-,100,,,4656|10#,-3484|20#,-6868|19#,-1840|50#,4530|50#,11470|110#,8170.30|6#,154933136|10#,-62284|9#,1986 -60,,95,,,,,,,,,,,,,,,, -156,Nd,,5.26 s|20,5.26E0|2E-1,?-,100,,,3690|200#,-3920|280,-8910|280#,-1610|200#,6260|200#,12350|200#,8158.1|13#,155935080|210#,-60470|200#,1987 -60,,96,,,,,,,,,,,,,,,, -157,Nd,,> 100 ms,1E-1|5E21,?-,?,,,5835|26#,-3980|200,-7920|300#,-369|25#,4060|200#,12180|200,8131.96|16#,156939386|27#,-56462|25#,1992 -60,,97,,,,,,,,,,,,,,,, -158,Nd,,> 160 ns,1.6E-7|5E15,?-,?,,,5030|200,-4260|280,-9720|360,170|200,5660|200,12800|360,8116|1,157941970|210,-54050|200,1992 -60,,98,,,,,,,,,,,,,,,, -159,Nd,,> 160 ns,1.6E-7|5E15,?- n,?,,,6750|300,-4450|420,-8720|500,1210|300,3820|360,12770|420,8089|2,158946530|320,-49810|300,2012 -60,,99,,,?-,?,,,,,,,,,,,, -160,Nd,,> 160 ns,1.6E-7|5E15,?- n,?,,,5870|360,-4740|420,-10610|500,1350|300,5400|420,13330|500,8073|2,159949400|320,-47130|300,1985 -60,,100,,,?-,?,,,,,,,,,,,, -161,Nd,,> 160 ns,1.6E-7|5E15,?-,?,,,7650|500,-5080|560,,2340|450,3530|500,13360|560,8044|2,160954280|430,-42590|400, -60,,101,,,?- n,?,,,,,,,,,,,, -128,Pm,,1.0 s|3,1E0|3E-1,ec,100,,,-9120|580,2940|500,12530|360,,11070|500,-460|420,8072|2,127948700|320,-47790|300,1999 -61,,67,,,?,?,,,,,,,,,,,, -,,,,,ec p,?,,,,,,,,,,,, -129,PM,,2.4 s|9,2.4E0|9E-1,ec ?+,? 100,,,-10880|580,2630|420,9430|360,-22280|580,13170|420,-140|360,8111|2,128943230|320,-52880|300,2004 -61,,68,,,p,?,,,,,,,,,,,, -,,,,,ec p,?,,,,,,,,,,,, -130,Pm,,2.6 s|2,2.6E0|2E-1,ec ?+,100,,,-7890|450,2500|280,11200|200,-21470|540,10590|360,370|280,8130|2,129940530|210,-55400|200,1985 -61,,69,,,ec p,?,,,,,,,,,,,, -131,Pm,,6.3 s|8,6.3E0|8E-1,ec ?+,100,,,-9530|450,2460|280,8110|200,-20220|450,12340|280,350|200,8162|2,130935950|210,-59660|200,1998 -61,,70,,,,,,,,,,,,,,,, -132,Pm,,6.2 s|6,6.2E0|6E-1,ec ?+,100,,,-6550|330,2280|150,9800|150,-19570|430,10040|250,1150|150,8177|1,131933840|160,-61630|150,1977 -61,,71,,,ec p,? 5 x 10-5,,,,,,,,,,,, -133,Pm,,13.5 s|21,1.35E1|2.1E0,ec ?+,100,,,-8180|300,1940|60#,6920|70,-18400|300,11850|160,1270|60#,8204.3|4#,132929780|50#,-65410|50#,1977 -61,,72,,,,,,,,,,,,,,,, -134m2,Pm,,? 5 s,5E0,ec ?+,100,,,-5360|200,2010|90#,8910|60,-17580|300,9400|80#,1700|70#,8213.2|4#,133928350|60#,-66740|60#,1977 -61,,73,,,,,,,,,,,,,,,, -135m1,Pm,,49 s|3,4.9E1|3E0,ec ?+,100,,,-7190|170#,1820|90#,6160|80#,-16750|210,11380|100#,1690|80#,8236.7|6#,134924800|80#,-70050|80#,1975 -61,,74,,,,,,,,,,,,,,,, -136m1,Pm,,47 s|2,4.7E1|2E0,ec ?+,100,,,-4360|70#,1630|70#,8030|70#,-16380|170#,9190|100#,2250|70#,8243.7|5#,135923600|70#,-71170|70#,1982 -61,,75,,,,,,,,,,,,,,,, -137,Pm,,2.4 min|1,1.44E2|6E0,ec ?+,100,,,-6050|40#,1440|18#,5512|18#,-15333|18#,10970|70#,2163|18#,8263.65|9#,136920480|14#,-74073|13#,1975 -61,,76,,,,,,,,,,,,,,,, -138,Pm,,10 s|2,1E1|2E0,ec ?+,100,,,-3440|30#,1160|30#,7080|30#,-14990|50#,8940|30#,2640|30#,8268.54|20#,137919550|30#,-74940|28#,1981 -61,,77,,,,,,,,,,,,,,,, -139,Pm,,4.15 min|5,2.49E2|3E0,ec ?+,100,,,-5120|17#,1010|18#,4510|30#,-14074|18#,10630|30#,2771|18#,8285.54|10#,138916800|15#,-77500|14#,1967 -61,,78,,,,,,,,,,,,,,,, -140,Pm,,9.2 s|2,9.2E0|2E-1,ec ?+,100,,,-2758|27#,702|27#,6045|24#,-13905|27#,8785|28#,3490|40#,8289.11|17#,139916034|26#,-78214|24#,1966 -61,,79,,,,,,,,,,,,,,,, -141,Pm,,20.90 min|5,1.25E3|3E0,ec ?+,100,,,-4589|16#,254|16#,3670|14#,-13138|19#,10381|28#,3553|14#,8303.94|10#,140913555|15#,-80523|14#,1952 -61,,80,,,,,,,,,,,,,,,, -142,Pm,,40.5 s|5,4.05E1|5E-1,ec ?+,100,,,-2156|24#,-433|26#,4808|24#,-13279|25#,8690|27#,4238|24#,8306.66|17#,141912890|25#,-81142|24#,1959 -61,,81,,,,,,,,,,,,,,,, -143,Pm,,265 d|7,2.29E7|6.05E5,ec ?+,100,+3.8 5,,-3443|4#,-567|8#,1042|3#,-12045|4#,9890|24#,4299.6|27#,8317.733|21#,142910938|3#,-82961|3#,1952 -61,,82,,,?+,< 5.7 x 10-6,,,,,,,,,,,, -144,Pm,,363 d|14,3.14E7|1.21E6,ec ?+,100,,,549.4|27#,847|7#,2332|3#,-9970|4#,6526.8|15#,4702.8|26#,8305.296|21#,143912596|3#,-81416|3#,1952 -61,,83,,,,,,,,,,,,,,,, -145,Pm,,17.7 y|4,5.59E8|1.26E7,ec,100,,,-616.2|25#,2323.2|29#,164|3#,-7373.3|25#,7922.7|15#,4808.5|25#,8302.657|20#,144912756|3#,-81267.5|29#,1951 -61,,84,,,?,2.8 x 10-7,,,,,,,,,,,, -146,Pm,,5.53 y|5,1.75E8|1.58E6,ec,65.7|15,,,1542|3#,1908|4#,1472|5#,-6874|4#,6258|5#,5311|4#,8288.65|3#,145914702|5#,-79454|4#,1960 -61,,85,,,?-,34.3|15,,,,,,,,,,,, -147,Pm,,2.6234 y|2,8.28E7|6.31E3,?-,100,+2.58 7,+0.74 20,224.09|28#,1601.1|14#,-895.5|20#,-6117.3|28#,7659|4#,5405.4|5#,8284.372|10#,146915144.6|15#,-79042.3|14#,1947 -61,,86,,,,,,,,,,,,,,,, -148,Pm,,5.368 d|7,4.64E5|6.05E2,?-,100,1.84 19,+0.2 2,2471|6#,1460|6#,542|6#,-5671|6#,5895|6#,6008|6#,8268.23|4#,147917481|6#,-76866|6#,1947 -61,,87,,,,,,,,,,,,,,,, -149,Pm,,53.08 h|5,1.91E5|1.8E2,?-,100,3.3 5,,1071.5|19#,1137|7#,-1689|3#,-4799.3|20#,7270|6#,5945.2|24#,8261.526|15#,148918341.7|24#,-76064.3|23#,1947 -61,,88,,,,,,,,,,,,,,,, -150,Pm,,2.698 h|15,9.71E3|5.4E1,?-,100,,,3454|20#,660|40#,83|20#,-4533|20#,5604|20#,6511|20#,8243.81|13#,149920990|22#,-73597|20#,1952 -61,,89,,,,,,,,,,,,,,,, -151,Pm,,28.40 h|4,1.02E5|1.44E2,?-,100,1.8 2,1.9 3,1190|4#,-367|16#,-2443|5#,-4406|4#,7860|20#,6995|4#,8241.27|3#,150921217|5#,-73386|5#,1952 -61,,90,,,,,,,,,,,,,,,, -152,Pm,,4.12 min|8,2.47E2|4.8E0,?-,100,,,3508|26#,-1140|30#,-1100|40#,-4749|26#,5939|26#,7600|26#,8226.13|17#,151923505|28#,-71254|26#,1958 -61,,91,,,,,,,,,,,,,,,, -153,Pm,,5.25 min|2,3.15E2|1.2E0,?-,100,,,1912|9#,-2033|13#,-3318|9#,-3957|9#,7465|27#,7787|26#,8221.15|6#,152924156|10#,-70648|9#,1962 -61,,92,,,,,,,,,,,,,,,, -154m,Pm,,2.68 min|7,1.61E2|4.2E0,?-,100,,,3940|50#,-2640|50#,-2690|70#,-4020|50#,5940|50#,8470|50#,8206.3|3#,153926450|50#,-68510|50#,1958 -61,,93,,,,,,,,,,,,,,,, -155,Pm,,41.5 s|2,4.15E1|2E-1,?-,100,,,3251|5#,-2585|13#,-4656|10#,-2556|5#,6500|50#,8400|50#,8195.30|3#,154928137|5#,-66940|5#,1982 -61,,94,,,,,,,,,,,,,,,, -156,Pm,,26.70 s|10,2.67E1|1E-1,?-,100,,,5197|9#,-2830|19#,-3690|200#,-2044|4#,5295|6#,9169|10#,8176.705|23#,155931117|4#,-64164|4#,1986 -61,,95,,,,,,,,,,,,,,,, -157,Pm,,10.56 s|10,1.06E1|1E-1,?-,100,,,4381|8#,-3153|14#,-5835|26#,-1008|11#,6205|8#,9110|200#,8164.14|4#,156933121|8#,-62297|7#,1987 -61,,96,,,,,,,,,,,,,,,, -158,Pm,,4.8 s|5,4.8E0|5E-1,?-,100,,,6161|14#,-3410|110#,-5030|200#,-483|14#,4863|15#,9917|28#,8143.25|8#,157936565|14#,-59089|13#,1987 -61,,97,,,,,,,,,,,,,,,, -159,Pm,,1.5 s|2,1.5E0|2E-1,?-,100,,,5653|12#,-3564|20#,-6750|300#,625|11#,5536|17#,9790|200,8126.86|6#,158939286|11#,-56554|10#,1998 -61,,98,,,,,,,,,,,,,,,, -160,Pm,,> 160 ns,1.6E-7|5E15,?- n,?,,,7230|200,-3860|280,-5870|360,1130|200,4520|200,10480|360,8104|1,159943100|210,-53000|200,2012 -61,,99,,,?-,?,,,,,,,,,,,, -161,Pm,,> 160 ns,1.6E-7|5E15,?-,?,,,6440|300,-4120|420,-7650|500,1930|300,5300|360,10390|420,8087|2,160946070|320,-50230|300,2012 -61,,100,,,?- n,?,,,,,,,,,,,, -162,Pm,,> 160 ns,1.6E-7|5E15,?-,?,,,8160|360,-4460|420,-6820|500,2230|300,4210|420,11070|500,8063|2,161950220|320,-46370|300,2012 -61,,101,,,?- n,?,,,,,,,,,,,, -163,Pm,,> 160 ns,1.6E-7|5E15,?-,?,,,7470|500,-4590|560,,3210|440,4950|500,10990|560,8044|2,162953570|430,-43250|400,2012 -61,,102,,,?- n,?,,,,,,,,,,,, -129,SM,,0.55 s|10,5.5E-1|1E-1,ec ?+,100,,,,3170|640,10880|580,,11400|710,1500|580,8021|4,128954910|540,-42000|500,1999 -62,,67,,,ec p,> 0,,,,,,,,,,,, -130,Sm,,,,ec ?+,?,,,-13820|640,3060|500,7890|450,,13580|640,1910|500,8064|3,129949000|430,-47510|400,1999 -62,,68,,,,,,,,,,,,,,,, -131,Sm,,1.2 s|2,1.2E0|2E-1,ec ?+,100,,,-10860|570,2980|500,9530|450,-24520|640,10700|570,2030|450,8084|3,130946180|430,-50130|400,1986 -62,,69,,,ec p,> 0,,,,,,,,,,,, -132,Sm,,4.0 s|3,4E0|3E-1,ec ?+,100,,,-12880|500,2810|360,6550|330,-23880|500,13020|500,2710|360,8121|2,131940870|320,-55080|300,1989 -62,,70,,,ec p,?,,,,,,,,,,,, -133m,Sm,,2.89 s|16,2.89E0|1.6E-1,ec ?+,100,,,-9990|420,2660|360,8180|300,-23100|500,10220|420,2890|330,8137|2,132938560|320,-57230|300,1977 -62,,71,,,ec p,> 0,,,,,,,,,,,, -134,Sm,,9.5 s|8,9.5E0|8E-1,ec ?+,100,,,-11450|360,2790|200,5360|200,-22210|360,12220|360,3260|200,8167|1,133934110|210,-61380|200,1977 -62,,72,,,,,,,,,,,,,,,, -135,Sm,,10.3 s|5,1.03E1|5E-1,ec ?+,100,,,-8710|250,2490|160#,7190|170,-21000|340,9550|250,3410|170#,8177.6|11#,134932520|170#,-62860|150#,1977 -62,,73,,,ec p,0.02|1,,,,,,,,,,,, -136,Sm,,47 s|2,4.7E1|2E0,ec ?+,100,,,-10570|200,2190|27#,4360|70,-20730|200,12020|160#,4050|80#,8205.92|9#,135928276|13#,-66811|12#,1982 -62,,74,,,,,,,,,,,,,,,, -137,Sm,,45 s|1,4.5E1|1E0,ec ?+,100,,,-7880|40#,1880|60#,6050|40#,-19850|200,9290|40#,4150|80#,8213.8|3#,136926970|50#,-68030|40#,1986 -62,,75,,,,,,,,,,,,,,,, -138,Sm,,3.1 min|2,1.86E2|1.2E1,ec ?+,100,,,-9750|30#,1724|17#,3440|30#,-19423|13#,11540|40#,4714|18#,8237.93|9#,137923244|13#,-71498|12#,1982 -62,,76,,,,,,,,,,,,,,,, -139,Sm,,2.57 min|10,1.54E2|6E0,ec ?+,100,-0.534 18,,-6982|17#,1408|22#,5120|17#,-18700|30#,8954|16#,4730|30#,8243.08|8#,138922297|12#,-72380|11#,1971 -62,,77,,,,,,,,,,,,,,,, -140,Sm,,14.82 min|12,8.89E2|7.2E0,ec ?+,100,,,-8470|50#,1318|17#,2758|27#,-18129|18#,11147|17#,5244|18#,8263.82|9#,139918995|13#,-75456|12#,1967 -62,,78,,,,,,,,,,,,,,,, -141,Sm,,10.2 min|2,6.12E2|1.2E1,ec ?+,100,-0.74 2,,-6008|14#,1226|15#,4589|16#,-17020|50#,8549|15#,5009|26#,8265.84|6#,140918482|9#,-75934|9#,1967 -62,,79,,,,,,,,,,,,,,,, -142,Sm,,72.49 min|5,4.35E3|3E0,ec ?+,100,,,-7670|30#,607|12#,2156|24#,-17132|13#,11124|9#,5753|14#,8285.972|22#,141915205|3#,-78986|3#,1959 -62,,80,,,,,,,,,,,,,,,, -143,Sm,,8.75 min|6,5.25E2|3.6E0,ec ?+,100,+1.01 2,+0.41 21,-5276|11#,72|28#,3443|4#,-16270|30#,8602|4#,5664|24#,8288.182|20#,142914635|3#,-79517.2|28#,1956 -62,,81,,,,,,,,,,,,,,,, -144,Sm,,STABLE,,,,,,-6346|11#,-132|4#,-549|3#,-15796|11#,10519.7|23#,6293.9|27#,8303.679|11#,143912006.4|17#,-81965.5|16#,1933 -62,,82,3.07 %|7,,,,,,,,,,,,,,, -145,Sm,,340 d|3,2.94E7|2.59E5,ec,100,-1.11 6,-0.60 17,-2659.8|27#,1116|3#,616|3#,-13103|11#,6757.1|3#,6524.2|27#,8293.013|11#,144913417.2|17#,-80651.3|16#,1947 -62,,83,,,,,,,,,,,,,,,, -146,Sm,,6.8 x 107|y|7,2.15E15|2.21E14,?,100,,,-3879|6#,2528.8|28#,-1542|5#,-11076|4#,8416.3|28#,7018|4#,8293.857|21#,145913047|3#,-80996|3#,1953 -62,,84,,,,,,,,,,,,,,,, -147,Sm,,1.060 x 1011|y|11,3.35E18|3.47E16,?,100,-0.8148 7,-0.261 7,-1721.6|23#,2311.0|3#,-224.1|20#,-10220|6#,6341.4|28#,7101|4#,8280.575|9#,146914904.1|15#,-79266.4|14#,1933 -62,,85,14.99 %|18,,,,,,,,,,,,,,, -148,Sm,,7 x 1015|y|3,2.21E23|9.47E22,?,100,,,-3037|10#,1986.8|4#,-2471|6#,-9862.8|23#,8141.23|26#,7583.0|4#,8279.633|9#,147914829.0|15#,-79336.3|14#,1933 -62,,86,11.24 %|10,,,,,,,,,,,,,,, -149,Sm,,STABLE,,,,-0.6677 11,+0.078 8,-695|4#,1871.3|10#,-1071.5|26#,-8908|10#,5870.8|9#,7559|6#,8263.466|9#,148917191.4|14#,-77135.7|13#,1933 -62,,87,13.82 %|7,,,,,,,,,,,,,,, -150,Sm,,STABLE,,,,,,-2259|6#,1449.8|10#,-3454|20#,-8681|4#,7986.7|4#,8275.8|19#,8261.621|9#,149917282.2|14#,-77051.1|13#,1934 -62,,88,7.38 %|1,,,,,,,,,,,,,,, -151,Sm,,90 y|8,2.84E9|2.52E8,?-,100,-0.3611 13,+0.71 7,76.6|5#,1145.5|10#,-1190|5#,-7855|6#,5596.46|11#,8268|20#,8243.971|8#,150919939.1|14#,-74576.3|13#,1947 -62,,89,,,,,,,,,,,,,,,, -152,Sm,,STABLE,,,,,,-1874.3|7#,220.5|19#,-3508|26#,-8181.1|7#,8257.6|6#,8666|5#,8244.061|8#,151919739.0|13#,-74762.6|12#,1933 -62,,90,26.75 %|16,,,,,,,,,,,,,,, -153,Sm,,46.284 h|4,1.67E5|1.44E1,?-,100,-0.0216 1,+1.26 13,807.5|7#,-609.1|19#,-1912|9#,-7742.7|7#,5868.40|13#,8594|26#,8228.534|8#,152922104.0|13#,-72559.7|12#,1938 -62,,91,,,,,,,,,,,,,,,, -154,Sm,,STABLE,,,,,,-717.1|11#,-1200.3|10#,-3940|50#,-7159.3|11#,7966.8|8#,9096|9#,8226.835|9#,153922216.2|16#,-72455.2|15#,1933 -62,,92,22.75 %|29,,,,,,,,,,,,,,, -155,Sm,,22.3 min|2,1.34E3|1.2E1,?-,100,,1.13 13,1627.3|12#,-1672.7|11#,-3251|5#,-6524.0|11#,5806.96|27#,8970|50#,8211.223|10#,154924647.1|16#,-70190.8|15#,1951 -62,,93,,,,,,,,,,,,,,,, -156,Sm,,9.4 h|2,3.38E4|7.2E2,?-,100,,,722|8#,-1636|26#,-5197|9#,-5614|8#,7241|8#,9709|10#,8205.00|5#,155925539|9#,-69360|9#,1951 -62,,94,,,,,,,,,,,,,,,, -157,Sm,,8.03 min|7,4.82E2|4.2E0,?-,100,,,2781|6#,-1772|5#,-4381|8#,-4666|6#,5388|10#,9803|6#,8187.063|28#,156928419|5#,-66678|4#,1973 -62,,95,,,,,,,,,,,,,,,, -158,Sm,,5.30 min|3,3.18E2|1.8E0,?-,100,,,2005|10#,-1850|50#,-6161|14#,-3863|6#,6644|7#,10242|9#,8177.30|3#,157929951|5#,-65250|5#,1970 -62,,96,,,,,,,,,,,,,,,, -159,Sm,,11.37 s|15,1.14E1|1.5E-1,?-,100,,,3836|7#,-2349|11#,-5653|12#,-3024|12#,5029|8#,10408|15#,8157.49|4#,158933217|6#,-62208|6#,1986 -62,,97,,,,,,,,,,,,,,,, -160,Sm,,9.6 s|3,9.6E0|3E-1,?-,100,,,3246|11#,-2190|200#,-7230|200#,-2263|7#,6098|8#,10969|12#,8144.62|4#,159935335|6#,-60235|6#,1986 -62,,98,,,,,,,,,,,,,,,, -161,Sm,,4.8 s|4,4.8E0|4E-1,?-,100,,,5120|12#,-2635|26#,-6440|300#,-1263|12#,4508|9#,10960|200,8122.04|4#,160939160|7#,-56672|7#,1998 -62,,99,,,,,,,,,,,,,,,, -162,Sm,,2.4 s|5,2.4E0|5E-1,?-,100,,,4170|200,-2900|280,-8160|360,-810|200,5930|200,11580|360,8109|1,161941460|210,-54530|200,2005 -62,,100,,,,,,,,,,,,,,,, -163,Sm,,> 160 ns,1.6E-7|5E15,?-,?,,,5760|300,-3340|420,-7470|500,-90|300,4260|360,11640|420,8085|2,162945550|320,-50720|300,2012 -62,,101,,,,,,,,,,,,,,,, -164,Sm,,> 160 ns,1.6E-7|5E15,?-,?,,,5280|320,-3390|420,,310|300,5450|420,12140|500,8069|2,163948360|320,-48100|300,2012 -62,,102,,,,,,,,,,,,,,,, -165,Sm,,> 160 ns,1.6E-7|5E15,?- n,?,,,6920|420,-3640|570,,1500|420,3780|500,12230|570,8043|2,164952970|430,-43810|400,2012 -62,,103,,,?-,?,,,,,,,,,,,, -130,EU,,0.90 ms|+49-29,9E-4|3.9E-4,p,? 100,,,,3240|710,13820|640,,,-1028|15#,7951|4,129963840|540,-33680|500,2004 -63,,67,,,,,,,,,,,,,,,, -131,Eu,,17.8 ms|19,1.78E-2|1.9E-3,p,89|9,,,,3090|570,10860|570,,13660|640,-947|5#,7995|3,130957840|430,-39270|400,1998 -63,,68,,,ec ?+,11|9,,,,,,,,,,,, -132,Eu,,,,p,0,,,,3160|500,12880|500,,11000|570,-640|570,8018|3,131954700|430,-42200|400, -63,,69,,,ec ?+,?,,,,,,,,,,,, -134,Eu,,0.5 s|2,5E-1|2E-1,ec ?+,100,,,-8630|500,3040|360,11450|360,-22140|580,10760|420,-10|420,8076|2,133946400|320,-49930|300,1989 -63,,71,,,ec p,> 0,,,,,,,,,,,, -135,Eu,,1.5 s|2,1.5E0|2E-1,ec ?+,100,,,-9760|440,3090|280,8710|250,-20920|450,12290|360,60|280,8107|1,134941870|210,-54150|200,1989 -63,,72,,,ec p,?,,,,,,,,,,,, -136,Eu,,3.3 s|3,3.3E0|3E-1,ec ?+,100,,,-7150|360,2960|250,10570|200,-19920|440,10170|280,670|250,8122|1,135939620|210,-56240|200,1987 -63,,73,,,?+ p,0.09,,,,,,,,,,,, -137,Eu,,11 s|2,1.1E1|2E0,ec ?+,100,,,-8930|300,2840|50#,7880|40,-19130|300,11970|200,624|13#,8150.57|3#,136935431|5#,-60146|4#,1982 -63,,74,,,,,,,,,,,,,,,, -138,Eu,,12.1 s|6,1.21E1|6E-1,ec ?+,100,5.3 7,,-5950|200,2560|60#,9750|30,-18610|300,9675|28#,1010|50#,8161.62|20#,137933710|30#,-61750|28#,1982 -63,,75,,,,,,,,,,,,,,,, -139,Eu,,17.9 s|6,1.79E1|6E-1,ec ?+,100,6.1 8,,-7770|200,2230|80#,6982|17,-17670|200,11720|30#,1189|18#,8187.22|9#,138929792|14#,-65398|13#,1975 -63,,76,,,,,,,,,,,,,,,, -140,Eu,,1.51 s|2,1.51E0|2E-2,ec ?+,100,+1.365 13,+0.31 4,-5200|60#,1760|90#,8470|50#,-17430|200,9660|50#,1890|50#,8197.7|4#,139928090|60#,-66990|50#,1982 -63,,77,,,,,,,,,,,,,,,, -141,Eu,,40.7 s|7,4.07E1|7E-1,ec ?+,100,+3.494 8,+0.85 4,-6701|23#,1722|18#,6008|15#,-16210|30#,11010|50#,1759|18#,8217.68|9#,140924932|14#,-69926|13#,1977 -63,,78,,,,,,,,,,,,,,,, -142,Eu,,2.34 s|12,2.34E0|1.2E-1,ec ?+,100,+1.536 19,+0.12 5,-4350|40#,1200|40#,7670|30#,-16160|40#,9460|30#,2670|30#,8226.43|21#,141923440|30#,-71310|30#,1966 -63,,79,,,,,,,,,,,,,,,, -143,Eu,,2.59 min|2,1.55E2|1.2E0,ec ?+,100,,,-6010|200#,834|17#,5276|11#,-15350|30#,11000|30#,2544|11#,8245.82|8#,142920299|12#,-74241|11#,1965 -63,,80,,,,,,,,,,,,,,,, -144,Eu,,10.2 s|1,1.02E1|1E-1,ec ?+,100,+1.893 13,+0.10 3,-3860|30#,170|27#,6346|11#,-15460|200#,9449|15#,3391|11#,8254.17|7#,143918820|12#,-75619|11#,1965 -63,,81,,,,,,,,,,,,,,,, -145,Eu,,5.93 d|4,5.12E5|3.46E3,ec ?+,100,+3.993 7,+0.29 2,-5065|20#,106|14#,2660|3#,-14303|28#,10444|11#,3314.9|27#,8269.274|21#,144916273|3#,-77992|3#,1951 -63,,82,,,,,,,,,,,,,,,, -146,Eu,,4.61 d|3,3.98E5|2.59E3,ec ?+,100,+1.422 6,-0.179 5,-1032|7#,1600|24#,3879|7#,-12263|21#,7197|7#,3755|6#,8261.93|4#,145917211|6#,-77118|6#,1957 -63,,83,,,,,,,,,,,,,,,, -147,Eu,,24.1 d|6,2.08E6|5.18E4,ec,99.9978|6,+3.724 8,+0.55 3,-2187.8|25#,2991|3#,1722|3#,-9530|4#,8499|6#,3837|4#,8263.541|18#,146916752.3|28#,-77544.8|26#,1951 -63,,84,,,?,0.0022|6,,,,,,,,,,,, -148,Eu,,54.5 d|5,4.71E6|4.32E4,ec ?+,100,+2.340 10,+0.35 6,-30|10#,2692|10#,3037|10#,-9014|10#,6826|10#,4322|10#,8253.83|7#,147918089|11#,-76299|10#,1951 -63,,85,,,?,9.4 x 10-7|28,,,,,,,,,,,, -149,Eu,,93.1 d|4,8.04E6|3.46E4,ec,100,+3.565 6,+0.716 17,-1314|4#,2401|5#,695|4#,-8243|4#,8213|11#,4394|4#,8253.554|27#,148917937|4#,-76441|4#,1959 -63,,86,,,,,,,,,,,,,,,, -150,Eu,,36.9 y|9,1.16E9|2.84E7,ec ?+,100,+2.708 11,+1.13 5,972|4#,2237|7#,2259|6#,-7737|7#,6422|7#,4945|6#,8241.35|4#,149919707|7#,-74792|6#,1950 -63,,87,,,,,,,,,,,,,,,, -151,Eu,,? 1.7 x 1018|y,5.36E25|1.58E32,?,?,+3.4717 6,+0.903 10,-464.1|28#,1964.5|11#,-76.6|18#,-6960|6#,7932|6#,4890.7|5#,8239.297|9#,150919856.9|14#,-74652.9|13#,1933 -63,,88,47.81 %|6,,,,,,,,,,,,,,, -152,Eu,,13.517 y|9,4.27E8|2.84E5,ec ?+,72.08|13,-1.9401 8,+2.71 3,1818.7|7#,1553|6#,1874.3|18#,-6770.8|28#,6306.72|10#,5600.9|5#,8226.583|9#,151921751.2|14#,-72888.3|13#,1938 -63,,89,,,?-,27.92|13,,,,,,,,,,,, -153,Eu,,STABLE,,,,+1.5324 3,+2.412 21,-484.7|7#,272.1|20#,-807.5|18#,-6731.6|7#,8550.28|12#,5893.6|7#,8228.699|9#,152921237.0|14#,-73367.2|13#,1933 -63,,90,52.19 %|6,,,,,,,,,,,,,,, -154,Eu,,8.601 y|10,2.71E8|3.16E5,?-,99.982|12,-2.005 6,+2.84 10,1967.8|8#,-566|20#,717.1|20#,-6926.9|7#,6442.22|24#,6467.4|7#,8217.098|9#,153922986.0|14#,-71738.1|13#,1947 -63,,91,,,ec ?+,0.018|12,,,,,,,,,,,, -155,Eu,,4.753 y|14,1.5E8|4.42E5,?-,100,+1.520 2,+2.494 20,251.8|9#,-857|5#,-1627.3|20#,-6183.4|8#,8151.3|4#,6651.9|12#,8216.674|9#,154922900.1|15#,-71818.1|14#,1947 -63,,92,,,,,,,,,,,,,,,, -156,Eu,,15.19 d|8,1.31E6|6.91E3,?-,100,,,2452|3#,-1253|26#,-722|9#,-6084|3#,6336|3#,7181|4#,8204.617|23#,155924763|4#,-70083|4#,1947 -63,,93,,,,,,,,,,,,,,,, -157,Eu,,15.18 h|3,5.46E4|1.08E2,?-,100,+1.50 2,+2.6 3,1365|4#,-1236|10#,-2781|6#,-4995|4#,7448|5#,7387|9#,8199.795|27#,156925433|5#,-69459|4#,1951 -63,,94,,,,,,,,,,,,,,,, -158,Eu,,45.9 min|2,2.75E3|1.2E1,?-,100,1.44 2,0.66 14,3434|10#,-1170|50#,-2005|11#,-4503|10#,5868|11#,7867|11#,8185.03|6#,157927799|11#,-67255|10#,1951 -63,,95,,,,,,,,,,,,,,,, -159,Eu,,18.1 min|1,1.09E3|6E0,?-,100,1.38 2,,2518|4#,-1528|6#,-3836|7#,-3425|4#,6859|11#,8082|7#,8176.697|27#,158929100|5#,-66043|4#,1961 -63,,96,,,,,,,,,,,,,,,, -160,Eu,,38 s|4,3.8E1|4E0,?-,100,,,4461|10#,-1742|10#,-3246|11#,-2990|10#,5508|10#,8562|11#,8160.02|6#,159931851|10#,-63480|10#,1973 -63,,97,,,,,,,,,,,,,,,, -161,Eu,,26 s|3,2.6E1|3E0,?-,100,,,3714|11#,-1919|13#,-5120|12#,-1921|10#,6382|14#,8846|12#,8148.98|6#,160933664|11#,-61792|10#,1986 -63,,98,,,,,,,,,,,,,,,, -162,Eu,,10.6 s|10,1.06E1|1E0,?-,100,,,5580|30#,-2040|40#,-4170|200#,-1270|40#,4980|40#,9320|40#,8129.44|22#,161936980|40#,-58700|40#,1987 -63,,99,,,,,,,,,,,,,,,, -163,EU,,7.7 s|4,7.7E0|4E-1,?-,100,,,4830|60#,-2360|70#,-5760|310#,-280|70#,5850|70#,9240|210,8115.5|4#,162939360|70#,-56480|70#,2007 -63,,100,,,,,,,,,,,,,,,, -164,Eu,,4.2 s|2,4.2E0|2E-1,?-,100,,,6390|50#,-2800|230,-5280|320#,-140|110,4970|130,9950|320,8096|1,163942690|120,-53380|110,2007 -63,,101,,,,,,,,,,,,,,,, -165,Eu,,2.3 s|2,2.3E0|2E-1,?-,100,,,5730|60#,-2910|330,-6920|420#,980|170,5410|180,9910|330,8080|1,164945550|150,-50720|140,2007 -63,,102,,,,,,,,,,,,,,,, -166,Eu,,1.7 s|3,1.7E0|3E-1,?-,100,,,7320|300#,-3260|470,-6480|540#,1170|380,4550|380,10690|540,8059|2,165949320|380,-47210|360,2007 -63,,103,,,?- n,?,,,,,,,,,,,, -167,Eu,,> 160 ns,1.6E-7|5E15,?-,?,,,6800|500,-3190|560,,2450|440,4870|540,10570|560,8040|2,166952750|430,-44010|400,2012 -63,,104,,,?- n,?,,,,,,,,,,,, -168,Eu,,> 160 ns,1.6E-7|5E15,?- n,?,,,8620|640,-3290|640,,3000|580,3800|640,,8014|3,167957340|540,-39740|500,2012 -63,,105,,,?-,?,,,,,,,,,,,, -134,Gd,,,,,,,,,3780|570,8630|500,,13510|640,1350|500,8006|3,133955660|430,-41300|400, -64,,70,,,,,,,,,,,,,,,, -135,Gd,,1.1 s|2,1.1E0|2E-1,ec ?+,100,,,-11560|570,3320|570,9760|450,,11160|570,1750|500,8029|3,134952340|430,-44390|400,1996 -64,,71,,,ec p,18,,,,,,,,,,,, -136,Gd,,? 200 ns,2E-7|5E15,,,,,-12960|580,3560|420,7150|360,-24340|500,12770|500,2230|360,8064|2,135947300|320,-49090|300,2000 -64,,72,,,,,,,,,,,,,,,, -137,Gd,,2.2 s|2,2.2E0|2E-1,ec ?+,100,,,-10250|500,3590|420,8930|300,-23150|580,10190|420,2260|360,8080|2,136945020|320,-51210|300,1999 -64,,73,,,ec p,?,,,,,,,,,,,, -138,Gd,,4.7 s|9,4.7E0|9E-1,ec ?+,100,,,-12130|360,3150|280,5950|200,-22900|450,12660|360,2940|200,8113|1,137940100|210,-55800|200,1985 -64,,74,,,,,,,,,,,,,,,, -139,Gd,,5.8 s|9,5.8E0|9E-1,ec ?+,> 0,,,-9500|360,2800|250,7770|200,-22030|360,9900|280,3170|200,8126|1,138938130|210,-57630|200,1983 -64,,75,,,?+ p,> 0,,,,,,,,,,,, -140,Gd,,15.8 s|4,1.58E1|4E-1,ec ?+,100,,,-11300|800#,2600|30#,5200|60#,-21720|300,12220|200,3670|30#,8154.97|20#,139933670|30#,-61782|28#,1985 -64,,76,,,,,,,,,,,,,,,, -141,Gd,,14 s|4,1.4E1|4E0,ec ?+,100,,,-8680|110#,2380|50#,6701|23#,-20810|800#,9510|30#,3530|60#,8164.61|14#,140932126|21#,-63224|20#,1986 -64,,77,,,?+ p,0.03|1,,,,,,,,,,,, -142,Gd,,70.2 s|6,7.02E1|6E-1,ec ?+,100,,,-10400|700#,2110|30#,4350|40#,-20490|110#,11810|30#,4320|30#,8190.26|20#,141928120|30#,-66960|28#,1986 -64,,78,,,,,,,,,,,,,,,, -143,Gd,,39 s|2,3.9E1|2E0,ec ?+,100,,,-7810|210#,1720|200#,6010|200#,-19740|730#,9340|200#,4210|200#,8198.3|14#,142926750|220#,-68230|200#,1975 -64,,79,,,,,,,,,,,,,,,, -144,Gd,,4.47 min|6,2.68E2|3.6E0,ec ?+,100,,,-9390|40#,1270|30#,3860|30#,-19410|60#,11600|200#,4810|30#,8221.94|19#,143922960|30#,-71760|28#,1968 -64,,80,,,,,,,,,,,,,,,, -145,Gd,,23.0 min|4,1.38E3|2.4E1,ec ?+,100,-0.74 5,,-6540|110#,583|21#,5065|20#,-18630|30#,9240|30#,4596|22#,8228.95|14#,144921710|21#,-72926|20#,1959 -64,,81,,,,,,,,,,,,,,,, -146,Gd,,48.27 d|9,4.17E6|7.78E3,ec ?+,100,,,-8320|40#,476|5#,1032|7#,-17770|110#,11231|20#,5383|5#,8249.506|28#,145918319|4#,-76086|4#,1957 -64,,82,,,,,,,,,,,,,,,, -147,Gd,,38.06 h|12,1.37E5|4.32E2,ec ?+,100,1.02 9,,-4614|8#,1735.3|20#,2188|3#,-15660|40#,7342|4#,5528|6#,8243.336|13#,146919101.0|21#,-75356.9|20#,1957 -64,,83,,,,,,,,,,,,,,,, -148,Gd,,71.1 y|12,2.24E9|3.79E7,?,100,,,-5732|13#,3271.29|3#,30|10#,-13598|8#,8983.7|12#,6013.5|24#,8248.338|11#,147918121.5|17#,-76269.3|16#,1953 -64,,84,,,,,,,,,,,,,,,, -149,Gd,,9.28 d|10,8.02E5|8.64E3,ec ?+,100,0.88 4,,-3638|4#,3099|3#,1314|5#,-12661|13#,6929|3#,6117|10#,8239.484|23#,148919348|4#,-75127|3#,1951 -64,,85,,,?,4.3 x 10-4|10,,,,,,,,,,,, -150,Gd,,1.79 x 106|y|8,5.65E13|2.52E12,?,100,,,-4658|8#,2807|6#,-972|9#,-12347|7#,8708|7#,6612|7#,8242.61|4#,149918664|7#,-75764|6#,1953 -64,,86,,,,,,,,,,,,,,,, -151,Gd,,123.9 d|10,1.07E7|8.64E4,ec,100,0.77 6,,-2565|4#,2652.7|29#,464|3#,-11154|8#,6496|7#,6685|7#,8231.043|20#,150920355|3#,-74189|3#,1950 -64,,87,,,?,? 0.8 x 10-6,,,,,,,,,,,, -152,Gd,,1.08 x 1014|y|8,3.41E21|2.52E20,?,100,,,-3990|40#,2204.4|10#,-1818.7|18#,-11155|4#,8589.5|28#,7343.0|7#,8233.401|8#,151919798.8|13#,-74706.9|12#,1938 -64,,88,0.20 %|1,,,,,,,,,,,,,,, -153,Gd,,240.4 d|10,2.08E7|8.64E4,ec,100,0.38 8,,-1569|4#,1828.3|7#,484.7|18#,-10240|40#,6246.95|13#,7283.3|7#,8220.418|8#,152921757.4|13#,-72882.6|12#,1947 -64,,89,,,,,,,,,,,,,,,, -154,Gd,,STABLE,,,,,,-3550|50#,920.3|7#,-1967.8|18#,-10464|4#,8894.72|17#,7627.7|7#,8224.796|8#,153920873.4|13#,-73706.0|12#,1938 -64,,90,2.18 %|3,,,,,,,,,,,,,,, -155,Gd,,STABLE,,,,-0.25723 35,+1.27 5,-820|10#,81.5|7#,-251.8|18#,-9980|50#,6435.24|18#,7620.7|8#,8213.251|8#,154922629.8|13#,-72069.9|12#,1933 -64,,91,14.80 %|12,,,,,,,,,,,,,,, -156,Gd,,STABLE,,,,,,-2444|4#,-197.2|3#,-2452|4#,-9356|10#,8536.35|7#,8005.8|9#,8215.322|8#,155922130.6|13#,-72534.9|12#,1933 -64,,92,20.47 %|9,,,,,,,,,,,,,,, -157,Gd,,STABLE,,,,-0.3398 7,+1.36 2,-60.0|3#,-688.7|4#,-1365|4#,-8804|4#,6359.88|15#,8030|3#,8203.504|8#,156923967.9|13#,-70823.5|12#,1933 -64,,93,15.65 %|2,,,,,,,,,,,,,,, -158,Gd,,STABLE,,,,,,-1218.9|10#,-659.3|9#,-3434|10#,-7997.4|3#,7937.39|6#,8520|4#,8201.819|8#,157924111.6|13#,-70689.5|12#,1933 -64,,94,24.84 %|7,,,,,,,,,,,,,,, -159,Gd,,18.479 h|4,6.65E4|1.44E1,?-,100,-0.44 3,,970.9|8#,-795.5|9#,-2518|4#,-7162.1|10#,5943.21|8#,8595|10#,8187.614|7#,158926396.3|13#,-68561.4|12#,1949 -64,,95,,,,,,,,,,,,,,,, -160,Gd,,STABLE,,,,,,-105.5|10#,-1006|8#,-4461|10#,-6480.7|10#,7451.6|7#,9187|4#,8183.014|8#,159927061.5|14#,-67941.7|13#,1933 -64,,96,21.86 %|19,,,,,,,,,,,,,,, -161,Gd,,3.66 min|5,2.2E2|3E0,?-,100,,,1955.8|14#,-1253|5#,-3714|10#,-5740.9|14#,5635.4|10#,9314|10#,8167.191|10#,160929676.6|17#,-65505.8|16#,1949 -64,,97,,,,,,,,,,,,,,,, -162,Gd,,8.4 min|2,5.04E2|1.2E1,?-,100,,,1400|40#,-1455|6#,-5580|40#,-4890|4#,6846|4#,9778|11#,8159.035|25#,161930992|4#,-64280|4#,1967 -64,,98,,,,,,,,,,,,,,,, -163,Gd,,68 s|3,6.8E1|3E0,?-,100,,,3282|9#,-1531|10#,-4830|70#,-3710|40#,5105|9#,9900|40#,8140.30|5#,162934177|9#,-61314|8#,1982 -64,,99,,,,,,,,,,,,,,,, -164,Gd,,45 s|3,4.5E1|3E0,?-,100,,,2300|140,-1960|100,-6390|150,-3250|100,6530|100,10580|120,8130|1,163935830|110,-59770|100,1988 -64,,100,,,,,,,,,,,,,,,, -165,Gd,,10.3 s|16,1.03E1|1.6E0,?-,100,,,4110|60#,-2210|120,-5730|180#,-2450|160,4750|160,10360|170,8110|1,164939390|130,-56450|120,1998 -64,,101,,,,,,,,,,,,,,,, -166,GD,,4.8 s|10,4.8E0|1E0,?-,100,,,3350|210,-2420|280,-7320|410,-2030|220,6150|230,11090|240,8098|1,165941460|210,-54530|200,2005 -64,,102,,,,,,,,,,,,,,,, -167,Gd,,> 160 ns,1.6E-7|5E15,?-,?,,,5110|360,-2520|420,-6800|500,-1000|310,4350|360,10890|470,8076|2,166945450|320,-50810|300,2012 -64,,103,,,,,,,,,,,,,,,, -168,Gd,,> 160 ns,1.6E-7|5E15,?-,?,,,4360|500,-2690|500,-8620|640,-510|450,5620|500,11640|570,8061|2,167948080|430,-48360|400,1985 -64,,104,,,,,,,,,,,,,,,, -169,Gd,,> 160 ns,1.6E-7|5E15,?-,?,,,6180|580,-2770|640,,500|580,3860|640,11700|710,8036|3,168952600|540,-44150|500,2012 -64,,105,,,,,,,,,,,,,,,, -170,Gd,,> 160 ns,1.6E-7|5E15,?-,?,,,5340|720,-3070|720,,880|670,5300|780,,8020|4,169955580|640,-41380|600,2012 -64,,106,,,,,,,,,,,,,,,, -135,TB,,0.94 ms|+33-22,9.4E-4|2.8E-4,p,? 100,,,,4020|570,11560|570,,,-1188|7#,7938|3,134964760|430,-32820|400,2004 -65,,70,,,,,,,,,,,,,,,, -138,Tb,,? 200 ns,2E-7|5E15,ec ?+,100,,,-8740|580,3830|420,12130|360,,10770|500,-260|420,8019|2,137953120|320,-43670|300,1993 -65,,73,,,p,0,,,,,,,,,,,, -139,Tb,,1.6 s|2,1.6E0|2E-1,?+,,,,-10490|580,3590|360,9500|360,-21270|580,12530|420,-380|360,8052|2,138948330|320,-48130|300,1999 -65,,74,,,,,,,,,,,,,,,, -140,Tb,,2.4 s|2,2.4E0|2E-1,ec ?+,100,,,-7650|890,3340|820,11300|800,-20910|940,10420|850,140|820,8069|6#,139945810|860#,-50480|800#,1986 -65,,75,,,ec p,0.26|13,,,,,,,,,,,, -141,Tb,,3.5 s|2,3.5E0|2E-1,ec ?+,100,,,-9160|320,3180|110#,8680|110,-19780|410,12130|810#,50|110#,8097.5|7#,140941450|110#,-54540|110#,1986 -65,,76,,,,,,,,,,,,,,,, -142,Tb,,597 ms|17,5.97E-1|1.7E-2,ec ?+,100,,,-6440|200,2770|700#,10400|700,-19250|760,10090|710#,620|700#,8112|5#,141939280|750#,-56560|700#,1991 -65,,77,,,?+ p,2.2 x 10-3|11,,,,,,,,,,,, -143,Tb,,12 s|1,1.2E1|1E0,ec ?+,100,,,-8250|50#,2550|50#,7810|210#,-18370|730,11930|700#,750|60#,8138.2|4#,142935140|50#,-60420|50#,1985 -65,,78,,,,,,,,,,,,,,,, -144,Tb,,? 1 s,1E0,ec ?+,100,,,-5798|29#,2190|60#,9390|40#,-18270|30#,10020|60#,1430|200#,8151.29|19#,143933040|30#,-62368|28#,1982 -65,,79,,,,,,,,,,,,,,,, -145,Tb,,,,,,,,-8150|110#,1110|110#,6540|110#,-17890|110#,12090|110#,1920|110#,8178.5|8#,144928730|120#,-66390|110#,1981 -65,,80,,,,,,,,,,,,,,,, -146,Tb,,8 s|4,8E0|4E0,ec ?+,100,,,-5210|50#,1120|50#,8320|50#,-17590|50#,9450|120#,2130|50#,8187.1|3#,145927250|50#,-67760|40#,1974 -65,,81,,,,,,,,,,,,,,,, -147,Tb,,1.64 h|3,5.9E3|1.08E2,ec ?+,100,+1.70 5,,-6547|12#,1074|14#,4614|8#,-16259|11#,11050|50#,1946|9#,8206.62|5#,146924055|9#,-70743|8#,1969 -65,,82,,,,,,,,,,,,,,,, -148,Tb,,60 min|1,3.6E3|6E1,ec ?+,100,-1.75 2,-0.29 20,-2678|10#,2657|16#,5732|13#,-14412|15#,7866|15#,2469|13#,8204.32|8#,147924275|13#,-70537|12#,1960 -65,,83,,,,,,,,,,,,,,,, -149,Tb,,4.118 h|25,1.48E4|9E1,ec ?+,83.3|17,+1.35 2,,-3793|9#,4077.9|22#,3638|5#,-11700|9#,9023|13#,2508|3#,8209.815|25#,148923254|4#,-71489|4#,1950 -65,,84,,,?,16.7|17,,,,,,,,,,,, -150,Tb,,3.48 h|16,1.25E4|5.76E2,ec ?+,100,,,-1796|8#,3587|5#,4658|10#,-11481|12#,7688|8#,3268|8#,8206.34|5#,149923665|8#,-71106|7#,1959 -65,,85,,,?,< 0.05,,,,,,,,,,,, -151,Tb,,17.609 h|14,6.34E4|5.04E1,ec ?+,99.9905|15,0.919 6,,-2871|5#,3496|4#,2565|5#,-10385|6#,8589|8#,3149|7#,8208.873|27#,150923109|4#,-71624|4#,1953 -65,,86,,,?,0.0095|15,,,,,,,,,,,, -152,Tb,,17.5 h|1,6.3E4|3.6E2,ec ?+,100,-0.58 2,+0.34 13,-600|40#,3160|40#,3990|40#,-10040|40#,7160|40#,3820|40#,8202.00|26#,151924080|40#,-70720|40#,1959 -65,,87,,,?,< 7 x 10-7,,,,,,,,,,,, -153,Tb,,2.34 d|1,2.02E5|8.64E2,ec ?+,100,+3.44 2,+1.08 14,-2170.4|19#,2703|5#,1569|4#,-9267|6#,8670|40#,3895|4#,8205.048|26#,152923442|4#,-71313|4#,1957 -65,,88,,,,,,,,,,,,,,,, -154,Tb,,21.5 h|4,7.74E4|1.44E3,ec ?+,100,,,240|50#,2210|50#,3550|50#,-9080|50#,6910|50#,4560|50#,8196.67|28#,153924680|50#,-70160|50#,1950 -65,,89,,,?-,< 0.1,,,,,,,,,,,, -155,Tb,,5.32 d|6,4.6E5|5.18E3,ec,100,+2.01 2,+1.41 6,-2094.5|19#,978|10#,820|10#,-8927|12#,9170|50#,4833|10#,8202.91|6#,154923510|11#,-71250|10#,1957 -65,,90,,,,,,,,,,,,,,,, -156,Tb,,5.35 d|10,4.62E5|8.64E3,ec ?+,100,1.41 18,+2.3 8,438|4#,373|4#,2444|4#,-9007|10#,6912|10#,5310|4#,8194.639|24#,155924754|4#,-70091|4#,1950 -65,,91,,,,,,,,,,,,,,,, -157,Tb,,71 y|7,2.24E9|2.21E8,ec,100,+2.01 2,+1.40 8,-1339|5#,178.9|8#,60.0|17#,-8305.8|3#,8744|4#,5517.5|3#,8198.138|8#,156924032.3|13#,-70763.4|12#,1960 -65,,92,,,,,,,,,,,,,,,, -158,Tb,,180 y|11,5.68E9|3.47E8,ec ?+,83.4|7,+1.758 7,+2.7 5,936.7|25#,-157.5|12#,1218.9|18#,-8117|5#,6778.5|10#,5936.2|10#,8189.153|9#,157925420.2|15#,-69470.7|14#,1957 -65,,93,,,?-,16.6|7,,,,,,,,,,,, -159,Tb,,STABLE,,,,+2.014 4,+1.432 8,-365.2|12#,-139.2|11#,-970.9|17#,-7196.3|24#,8133.0|6#,6131.8|8#,8188.800|8#,158925353.9|13#,-69532.4|13#,1933 -65,,94,100 %,,,,,,,,,,,,,,, -160,Tb,,72.3 d|2,6.25E6|1.73E4,?-,100,+1.790 7,+3.85 5,1836.5|12#,-179|3#,105.5|18#,-6740.4|12#,6375.21|13#,6563.8|8#,8177.465|8#,159927174.8|14#,-67836.3|13#,1943 -65,,95,,,,,,,,,,,,,,,, -161,Tb,,6.89 d|2,5.95E5|1.73E3,?-,100,2.2 1,+1.2 6,594.2|13#,-428|4#,-1955.8|21#,-5860.2|13#,7696.6|5#,6808.8|10#,8174.479|8#,160927577.0|14#,-67461.6|13#,1949 -65,,96,,,,,,,,,,,,,,,, -162,Tb,,7.60 min|15,4.56E2|9E0,?-,100,,,2510|40#,-850|40#,-1400|40#,-5690|40#,6290|40#,7460|40#,8162.82|22#,161929490|40#,-65680|40#,1965 -65,,97,,,,,,,,,,,,,,,, -163,Tb,,19.5 min|3,1.17E3|1.8E1,?-,100,,,1785|4#,-978|6#,-3282|9#,-4486|4#,6990|40#,7605|6#,8155.633|25#,162930653|4#,-64596|4#,1966 -65,,98,,,,,,,,,,,,,,,, -164,Tb,,3.0 min|1,1.8E2|6E0,?-,100,,,3890|100#,-1020|100#,-2300|140#,-3770|100#,5550|100#,8050|100#,8139.8|6#,163933360|110#,-62080|100#,1968 -65,,99,,,,,,,,,,,,,,,, -165,Tb,,2.11 min|10,1.27E2|6E0,?-,100,,,3050|100,-1200|100,-4110|160,-2670|100,6560|140,8080|140,8130|1,164934980|110,-60570|100,1983 -65,,100,,,,,,,,,,,,,,,, -166,Tb,,25.1 s|21,2.51E1|2.1E0,?-,100,,,4700|70#,-1610|80#,-3350|210#,-2340|70#,5390|120,8720|140,8113.7|4#,165937860|80#,-57880|70#,1996 -65,,101,,,,,,,,,,,,,,,, -167,Tb,,19.4 s|27,1.94E1|2.7E0,?-,100,,,4000|200,-1870|210,-5110|360,-1410|200,6110|210,8690|280,8102|1,166939960|210,-55930|200,1999 -65,,102,,,,,,,,,,,,,,,, -168,Tb,,8.2 s|13,8.2E0|1.3E0,?-,100,,,5840|330,-1770|320,-4360|500,-860|300,4870|360,9200|420,8082|2,167943400|320,-52720|300,1999 -65,,103,,,,,,,,,,,,,,,, -169,Tb,,> 160 ns,1.6E-7|5E15,?-,?,,,5270|420,-2030|330,-6180|580,160|330,5680|420,9250|500,8068|2,168945970|320,-50330|300,2012 -65,,104,,,,,,,,,,,,,,,, -170,Tb,,> 160 ns,1.6E-7|5E15,?-,?,,,6940|450,-1940|540,-5340|720,800|500,4470|500,9860|640,8047|2,169949840|430,-46720|400,2012 -65,,105,,,?- n,?,,,,,,,,,,,, -171,Tb,,> 160 ns,1.6E-7|5E15,?- n,?,,,6160|580,-2450|640,,1560|540,5380|640,9940|780,8031|3,170952730|540,-44030|500,2012 -65,,106,,,?-,?,,,,,,,,,,,, -172,Tb,,> 160 ns,1.6E-7|5E15,?- n,?,,,8160|580,-2530|710,,2270|580,3890|710,,8007|3,171957220|540,-39850|500,2012 -65,,107,,,?-,?,,,,,,,,,,,, -139,Dy,,0.6 s|2,6E-1|2E-1,ec ?+,> 0,,,,4320|640,10490|580,,10780|710,1260|580,7971|4,138959590|540,-37640|500,1999 -66,,73,,,?+ p,> 0,,,,,,,,,,,, -140,DY,,,,ec ?+,?,,,-13570|640,3830|500,7650|900,,13260|640,1990|500,8008|3,139954020|430,-42830|400,2002 -66,,74,,,,,,,,,,,,,,,, -141,Dy,,0.9 s|2,9E-1|2E-1,ec ?+,100,,,-11020|500,3410|420,9160|320,-24190|580,10620|500,2190|850,8027|2,140951280|320,-45380|300,1984 -66,,75,,,?+ p,?,,,,,,,,,,,, -142,Dy,,2.3 s|3,2.3E0|3E-1,ec ?+,100,,,-12870|830,3260|750,6440|1010,-23830|830,12810|790,2870|740,8061|5,141946190|780,-50120|730,1986 -66,,76,,,ec p,0.06|3,,,,,,,,,,,, -143,Dy,,5.6 s|10,5.6E0|1E0,ec ?+,100,,,-10120|300,3040|200,8250|50,-22990|400,10120|730,2900|700#,8075.05|9#,142943994|14#,-52169|13#,1983 -66,,77,,,ec p,?,,,,,,,,,,,, -144,Dy,,9.1 s|4,9.1E0|4E-1,ec ?+,100,,,-11961|11#,2787|29#,5798|29#,-22590|300,12472|15#,3440|50#,8105.59|5#,143939270|8#,-56570|7#,1986 -66,,78,,,ec p,?,,,,,,,,,,,, -145,Dy,,6 s|2,6E0|2E0,ec ?+,100,,,-9122|10#,2557|21#,8150|110#,-21704|11#,9744|10#,3163|29#,8116.89|4#,144937474|7#,-58243|7#,1982 -66,,79,,,ec p,? 50,,,,,,,,,,,, -146,Dy,,33.2 s|7,3.32E1|7E-1,ec ?+,100,,,-11317|9#,1980|29#,5210|50#,-21506|10#,12384|9#,3460|110#,8146.11|5#,145932845|7#,-62555|7#,1981 -66,,80,,,,,,,,,,,,,,,, -147,Dy,,67 s|7,6.7E1|7E0,ec ?+,100,,,-8439|10#,1610|200#,6547|12#,-21029|11#,9712|11#,3720|50#,8156.77|6#,146931083|9#,-64196|9#,1975 -66,,81,,,?+ p,5 x 10-2,,,,,,,,,,,, -148,Dy,,3.3 min|2,1.98E2|1.2E1,ec ?+,100,,,-9870|80#,1475|29#,2678|15#,-20174|10#,11735|12#,4406|12#,8180.94|6#,147927150|9#,-67860|9#,1974 -66,,82,,,,,,,,,,,,,,,, -149,Dy,,4.20 min|14,2.52E2|8.4E0,ec ?+,100,-0.119 7,-0.62 5,-6049|13#,2805|22#,3793|10#,-17780|80#,7908|12#,4448|15#,8179.11|6#,148927325|10#,-67696|9#,1958 -66,,83,,,,,,,,,,,,,,,, -150,Dy,,7.17 min|5,4.3E2|3E0,ec ?+,64|5,,,-7364|14#,4351.3|15#,1796|9#,-15734|13#,9685|10#,5110|5#,8189.149|29#,149925593|5#,-69310|4#,1959 -66,,84,,,?,36|5,,,,,,,,,,,, -151,Dy,,17.9 min|3,1.07E3|1.8E1,ec ?+,94.4|4,-0.945 7,-0.30 5,-5130|9#,4179.6|26#,2871|5#,-14878|14#,7514|5#,4936|8#,8184.678|22#,150926191|4#,-68752|3#,1959 -66,,85,,,?,5.6|4,,,,,,,,,,,, -152,Dy,,2.38 h|2,8.57E3|7.2E1,ec ?+,99.900|7,,,-6513|13#,3727|4#,600|40#,-14566|9#,9437|5#,5783|6#,8192.92|3#,151924725|5#,-70118|5#,1958 -66,,86,,,?,0.100|7,,,,,,,,,,,, -153,Dy,,6.4 h|1,2.3E4|3.6E2,ec ?+,99.9906|14,-0.782 6,-0.02 5,-4131|6#,3559|4#,2170|6#,-13609|13#,7096|6#,5710|40#,8185.749|26#,152925772|4#,-69143|4#,1958 -66,,87,,,?,0.0094|14,,,,,,,,,,,, -154,Dy,,3.0 x 106|y|15,9.47E13|4.73E13,?,100,,,-5755|10#,2945|5#,-240|50#,-13453|9#,9322|8#,6370|8#,8193.13|5#,153924429|8#,-70394|7#,1961 -66,,88,,,,,,,,,,,,,,,, -155,Dy,,9.9 h|2,3.56E4|7.2E2,ec ?+,100,-0.339 2,+0.967 14,-3116|17#,2608|10#,2094|14#,-12588|13#,6833|12#,6290|50#,8184.35|6#,154925758|10#,-69156|10#,1958 -66,,89,,,,,,,,,,,,,,,, -156,Dy,,STABLE,,2ec,,,,-5050|60#,1753.0|3#,-438|4#,-12561|17#,9445|10#,6568|10#,8192.433|8#,155924284.0|13#,-70529.0|12#,1948 -66,,90,0.056 %|3,,2ec,,,,,,,,,,,,, -157,Dy,,8.14 h|4,2.93E4|1.44E2,ec ?+,100,-0.301 2,+1.30 2,-2592|24#,1033|5#,1339|5#,-12020|60#,6967|5#,6623|6#,8184.63|3#,156925470|6#,-69425|5#,1953 -66,,91,,,,,,,,,,,,,,,, -158,Dy,,STABLE,,,,,,-4220|27#,873.7|24#,-936.7|27#,-11646|24#,9054|5#,6932.9|24#,8190.130|15#,157924414.6|25#,-70407.3|24#,1938 -66,,92,0.095 %|3,,,,,,,,,,,,,,, -159,Dy,,144.4 d|2,1.25E7|1.73E4,ec,100,-0.354 3,+1.37 2,-1837.6|27#,477.8|13#,365.2|20#,-11051|27#,6831.1|26#,6985.4|13#,8181.583|10#,158925746.0|16#,-69167.1|15#,1951 -66,,93,,,,,,,,,,,,,,,, -160,Dy,,STABLE,,,,,,-3290|15#,437.3|11#,-1836.5|15#,-10415|3#,8576.9|14#,7429.3|12#,8184.054|5#,159925203.2|8#,-69672.7|8#,1938 -66,,94,2.329 %|18,,,,,,,,,,,,,,, -161,Dy,,STABLE,,?,,-0.4803 25,+2.468 29,-858.5|22#,342.8|11#,-594.2|16#,-9744|15#,6454.39|8#,7508.5|12#,8173.310|5#,160926939.1|8#,-68055.8|8#,1934 -66,,95,18.889 %|42,,,,,,,,,,,,,,, -162,Dy,,STABLE,,,,,,-2140|3#,83.1|11#,-2510|40#,-9055.5|22#,8196.99|6#,8008.9|13#,8173.457|5#,161926804.2|8#,-68181.5|8#,1934 -66,,96,25.475 %|36,,,,,,,,,,,,,,, -163,Dy,,STABLE,,?-,100,+0.6726 35,+2.648 21,-2.834|19#,-244.6|11#,-1785|4#,-8411|3#,6271.01|5#,7990|40#,8161.785|5#,162928736.9|8#,-66381.2|8#,1934 -66,,97,24.896 %|42,,,,,,,,,,,,,,, -164,Dy,,STABLE,,,,,,-986.5|14#,-451.1|12#,-3890|100#,-7660.95|7#,7658.11|7#,8661|4#,8158.714|5#,163929180.5|8#,-65968.0|8#,1934 -66,,98,28.260 %|54,,,,,,,,,,,,,,, -165,Dy,,2.334 h|1,8.4E3|3.6E0,?-,100,-0.520 5,-3.49 7,1286.4|8#,-531.7|15#,-3050|100#,-6702.4|14#,5715.96|5#,8820|100#,8143.909|5#,164931709.1|8#,-63612.6|8#,1935 -66,,99,,,,,,,,,,,,,,,, -166,Dy,,81.6 h|1,2.94E5|3.6E2,?-,100,,,486.5|9#,-729|4#,-4700|70#,-5757.1|9#,7043.5|4#,9310|100,8137.280|5#,165932812.5|9#,-62584.8|9#,1949 -66,,100,,,,,,,,,,,,,,,, -167,Dy,,6.20 min|8,3.72E2|4.8E0,?-,100,,,2350|60#,-1040|60#,-4000|210#,-4930|60#,5420|60#,9330|90#,8121.0|4#,166935660|60#,-59930|60#,1960 -66,,101,,,,,,,,,,,,,,,, -168,Dy,,8.7 min|3,5.22E2|1.8E1,?-,100,,,1500|140#,-1210|170,-5840|330#,-4350|140#,6700|150#,9920|240,8112.5|8#,167937130|150#,-58560|140#,1982 -66,,102,,,,,,,,,,,,,,,, -169,Dy,,39 s|8,3.9E1|8E0,?-,100,,,3200|300#,-1570|320,-5270|420#,-3610|300#,5110|330#,10160|420,8094.8|18#,168940310|320#,-55600|300#,1990 -66,,103,,,,,,,,,,,,,,,, -170,Dy,,,,?-,100,,,2570|200,-1560|280,-6940|450,-2940|200,6140|360,10620|360,8083|1,169942390|210,-53660|200,2010 -66,,104,,,,,,,,,,,,,,,, -171,Dy,,> 160 ns,1.6E-7|5E15,?-,?,,,4330|670,-1800|420,-6160|580,-2020|300,4600|360,10750|500,8063|2,170946120|320,-50190|300,2012 -66,,105,,,,,,,,,,,,,,,, -172,Dy,,> 160 ns,1.6E-7|5E15,?-,?,,,3470|360,-2070|500,-8160|580,-1560|670,5890|420,11270|580,8050|2,171948460|320,-48010|300,2012 -66,,106,,,,,,,,,,,,,,,, -173,Dy,,> 160 ns,1.6E-7|5E15,?-,?,,,5410|500,-2210|640,,-530|450,4000|500,11380|640,8027|2,172952830|430,-43940|400,2012 -66,,107,,,,,,,,,,,,,,,, -174,Dy,,> 160 ns,1.6E-7|5E15,?-,?,,,4320|580,-2420|780,,-90|580,5500|640,,8012|3,173955590|540,-41370|500,2012 -66,,108,,,,,,,,,,,,,,,, -140,Ho,,6 ms|3,6E-3|3E-3,p,100,,,,4450|710,13570|640,,,-1094|10#,7906|4,139968590|540,-29260|500,1999 -67,,73,,,,,,,,,,,,,,,, -141,Ho,,4.1 ms|1,4.1E-3|1E-4,p,100,,,,4180|570,11020|500,,13180|640,-1177|7#,7943|3,140963110|430,-34360|400,1998 -67,,74,,,,,,,,,,,,,,,, -142,Ho,,0.4 s|1,4E-1|1E-1,ec ?+,? 100,,,-9220|640,3990|500,12870|830,,10960|570,-840|500,7965|3,141960010|430,-37250|400,2001 -67,,75,,,ec p,> 0,,,,,,,,,,,, -,,,,,p,? 0,,,,,,,,,,,, -143,Ho,,,,ec p,?,,,-10790|500,3660|420,10120|300,-22090|580,12870|500,-780|790,7999|2,142954860|320,-42050|300,2000 -67,,76,,,ec ?+,?,,,,,,,,,,,, -144,Ho,,0.7 s|1,7E-1|1E-1,ec ?+,100,,,-8000|200,3450|800#,11961|11,-21420|400,10630|300,-270|16#,8017.10|6#,143952110|9#,-44610|8#,1986 -67,,77,,,ec p,?,,,,,,,,,,,, -145,Ho,,2.4 s|1,2.4E0|1E-1,ec ?+,100,,,-9880|200,3000|110#,9122|10,-20580|200,12582|11#,-161|10#,8048.58|5#,144947267|8#,-49120|7#,1987 -67,,78,,,,,,,,,,,,,,,, -146,Ho,,3.32 s|22,3.32E0|2.2E-1,ec ?+,< 100,,,-6916|9#,2900|700#,11317|9#,-20070|200,10189|10#,285|9#,8063.24|4#,145944994|7#,-51238|7#,1982 -67,,79,,,ec p,?,,,,,,,,,,,, -147,Ho,,5.8 s|4,5.8E0|4E-1,ec ?+,100,,,-9150|40#,2240|50#,8439|10#,-19506|8#,12590|8#,491|8#,8094.04|3#,146940142|5#,-55757|5#,1982 -67,,80,,,,,,,,,,,,,,,, -148,Ho,,2.2 s|11,2.2E0|1.1E0,ec ?+,100,,,-6510|80#,1950|90#,9870|80#,-19450|90#,10310|80#,1080|80#,8109.0|6#,147937740|90#,-57990|80#,1979 -67,,81,,,,,,,,,,,,,,,, -149,Ho,,21.1 s|2,2.11E1|2E-1,ec ?+,100,,,-7900|30#,2320|110#,6049|15#,-18239|16#,11730|80#,1076|12#,8133.26|8#,148933820|13#,-61647|12#,1979 -67,,82,,,,,,,,,,,,,,,, -150,Ho,,72 s|4,7.2E1|4E0,ec ?+,100,,,-4115|14#,3390|50#,7364|15#,-16280|30#,8371|19#,1539|17#,8134.84|9#,149933498|15#,-61946|14#,1963 -67,,83,,,,,,,,,,,,,,,, -151,Ho,,35.2 s|1,3.52E1|1E-1,ec ?+,78|3,,,-5356|18#,4695.0|18#,5130|9#,-13863|19#,9748|16#,1602|9#,8145.53|5#,150931698|9#,-63623|8#,1963 -67,,84,,,?,22|3,,,,,,,,,,,, -152,Ho,,161.8 s|3,1.62E2|3E-1,ec ?+,88|3,-1.02 2,+0.08 24,-3104|10#,4507.4|13#,6513|13#,-13410|21#,8053|15#,2141|13#,8144.92|8#,151931717|13#,-63605|13#,1963 -67,,85,,,?,12|3,,,,,,,,,,,, -153,Ho,,2.01 min|3,1.21E2|1.8E0,ec ?+,99.949|25,+6.81 5,-1.1 5,-4543|10#,4052|4#,4131|6#,-12583|10#,9479|13#,2183|7#,8153.64|3#,152930207|5#,-65012|5#,1963 -67,,86,,,?,0.051|25,,,,,,,,,,,, -154,Ho,,11.76 min|19,7.06E2|1.14E1,ec ?+,99.981|5,-0.643 6,+0.19 10,-2034|9#,4041|4#,5755|11#,-12242|12#,7699|10#,2785|9#,8150.68|5#,153930607|9#,-64639|8#,1966 -67,,87,,,?,0.019|5,,,,,,,,,,,, -155,Ho,,48 min|1,2.88E3|6E1,ec ?+,100,+3.51 3,+1.52 10,-3830|18#,3159|18#,3116|20#,-11506|18#,9472|19#,2935|19#,8159.20|11#,154929104|19#,-66040|17#,1959 -67,,88,,,,,,,,,,,,,,,, -156,Ho,,56 min|1,3.36E3|6E1,ec ?+,100,+2.98 3,+2.34 18,-1270|60#,2810|70#,5050|60#,-11340|60#,7510|60#,3610|60#,8155.0|4#,155929710|60#,-65480|60#,1957 -67,,89,,,,,,,,,,,,,,,, -157,Ho,,12.6 min|2,7.56E2|1.2E1,ec ?+,100,+4.35 3,+2.97 13,-3420|30#,2056|24#,2592|24#,-10690|30#,9430|60#,3593|23#,8163.14|15#,156928252|25#,-66833|23#,1966 -67,,90,,,,,,,,,,,,,,,, -158,Ho,,11.3 min|4,6.78E2|2.4E1,ec ?+,100,+3.77 3,+4.1 4,-880|40#,1540|50#,4220|27#,-10850|40#,7430|40#,4052|27#,8158.47|17#,157928945|29#,-66188|27#,1961 -67,,91,,,,,,,,,,,,,,,, -159,Ho,,33.05 min|11,1.98E3|6.6E0,ec ?+,100,+4.28 3,+3.19 13,-2768.5|20#,1496|10#,1838|3#,-10097|25#,9213|27#,4211|4#,8165.105|19#,158927719|3#,-67330|3#,1958 -67,,92,,,,,,,,,,,,,,,, -160,Ho,,25.6 min|3,1.54E3|1.8E1,ec ?+,100,+3.71 3,+3.95 23,-319|29#,1283|15#,3290|15#,-9893|15#,7125|15#,4505|15#,8158.60|9#,159928735|16#,-66383|15#,1950 -67,,93,,,,,,,,,,,,,,,, -161,Ho,,2.48 h|5,8.93E3|1.8E2,ec,100,+4.25 3,+3.22 11,-1996|9#,1141.2|24#,858.5|24#,-9204|24#,8886|15#,4813.5|22#,8163.119|14#,160927860.8|24#,-67197.3|22#,1954 -67,,94,,,,,,,,,,,,,,,, -162,Ho,,15.0 min|10,9E2|6E1,ec ?+,100,2.32 3,0.71 3,293|3#,1004|3#,2140|3#,-8911|9#,6916|4#,5275|3#,8155.418|20#,161929101|3#,-66042|3#,1957 -67,,95,,,,,,,,,,,,,,,, -163,Ho,,4570 y|25,1.44E11|7.89E8,ec,100,4.22 4,3.6 6,-1211|5#,729.1|12#,2.8|11#,-8115.1|3#,8408|3#,5485.83|5#,8156.968|5#,162928739.9|8#,-66378.3|8#,1957 -67,,96,,,,,,,,,,,,,,,, -164,Ho,,29 min|1,1.74E3|6E1,ec ?+,60|5,,,961.4|14#,429.8|18#,986.5|17#,-7885|5#,6674.5|14#,5889.3|14#,8147.929|9#,163930239.5|16#,-64981.5|15#,1938 -67,,97,,,?-,40|5,,,,,,,,,,,, -165,Ho,,STABLE,,,,+4.177 5,+3.58 2,-377.4|10#,137.7|14#,-1286.4|12#,-7027.4|8#,7988.8|11#,6220.0|8#,8146.964|6#,164930328.0|11#,-64899.0|10#,1934 -67,,98,100 %,,,,,,,,,,,,,,, -166,Ho,,26.824 h|12,9.66E4|4.32E1,?-,100,,,1854.7|9#,180|40#,-486.5|13#,-6621.0|10#,6243.64|2#,6747.7|8#,8135.499|6#,165932290.1|11#,-63071.3|10#,1936 -67,,99,,,,,,,,,,,,,,,, -167,Ho,,3.1 h|1,1.12E4|3.6E2,?-,100,,,1011|5#,-109|7#,-2350|60#,-5426|5#,7281|5#,6985|5#,8130.38|3#,166933139|6#,-62281|5#,1955 -67,,100,,,,,,,,,,,,,,,, -168,Ho,,2.99 min|7,1.79E2|4.2E0,?-,100,,,2930|30#,-410|100#,-1500|140#,-4840|30#,5850|30#,7420|70#,8116.82|18#,167935520|30#,-60060|30#,1960 -67,,101,,,,,,,,,,,,,,,, -169,Ho,,4.72 min|10,2.83E2|6E0,?-,100,,,2126|20#,-660|100,-3200|300#,-3877|20#,6810|40#,7530|140#,8109.07|12#,168936879|22#,-58797|20#,1963 -67,,102,,,,,,,,,,,,,,,, -170,Ho,,2.76 min|5,1.66E2|3E0,?-,100,,,3870|50#,-780|90#,-2580|200#,-3390|50#,5510|50#,7930|300#,8093.80|28#,169939630|50#,-56240|50#,1960 -67,,103,,,,,,,,,,,,,,,, -171,Ho,,53 s|2,5.3E1|2E0,?-,100,,,3200|600#,-1020|630,-4330|670#,-2480|600#,6350|600#,8140|630,8084|4#,170941470|640#,-54520|600#,1989 -67,,104,,,,,,,,,,,,,,,, -172,Ho,,25 s|3,2.5E1|3E0,?-,100,,,5000|200,-1190|360,-3470|360,-1840|200,5040|630,8580|360,8066|1,171944730|210,-51480|200,1991 -67,,105,,,,,,,,,,,,,,,, -173,Ho,,> 160 ns,1.6E-7|5E15,?-,?,,,4300|360,-1450|420,-5410|500,-940|300,5940|360,8630|420,8054|2,172947020|320,-49350|300,2012 -67,,106,,,,,,,,,,,,,,,, -174,Ho,,> 160 ns,1.6E-7|5E15,?-,?,,,6260|420,-1390|500,-4320|580,-110|360,4410|420,9040|500,8033|2,173950950|320,-45690|300,2012 -67,,107,,,,,,,,,,,,,,,, -175,Ho,,> 160 ns,1.6E-7|5E15,?-,?,,,5450|570,-1600|640,,670|500,5580|500,9120|640,8019|2,174953620|430,-43200|400,2012 -67,,108,,,?- n,?,,,,,,,,,,,, -176,Ho,,> 160 ns,1.6E-7|5E15,?- n,?,,,7340|640,-1860|710,,1290|640,4160|640,,7997|3,175957820|540,-39290|500,2012 -67,,109,,,?-,?,,,,,,,,,,,, -143,ER,,,,,,,,,3960|640,10790|500,,11300|640,1300|570,7918|3,142966440|430,-31260|400, -68,,75,,,,,,,,,,,,,,,, -144,Er,,? 200 ns,2E-7|5E15,ec ?+,100,,,-14350|440,3800|450,8000|200,,13420|440,1850|360,7956|1,143960700|210,-36610|200,2003 -68,,76,,,,,,,,,,,,,,,, -145,Er,,,,,,,,-11660|280,3720|360,9880|200,-25050|450,10700|280,1920|200,7975|1,144957870|210,-39240|200,1989 -68,,77,,,,,,,,,,,,,,,, -146,Er,,1.7 s|6,1.7E0|6E-1,ec ?+,100,,,-13270|200,3370|730,6916|9,-24810|200,13150|200,2491|10#,8010.51|5#,145952418|7#,-44322|7#,1993 -68,,78,,,,,,,,,,,,,,,, -147,Er,,? 2.5 s,2.5E0,ec ?+,100,,,-10630|40#,3140|40#,9150|40#,-23620|200,10360|40#,2660|40#,8026.47|26#,146949960|40#,-46610|40#,1992 -68,,79,,,?+ p,> 0,,,,,,,,,,,, -148,Er,,4.6 s|2,4.6E0|2E-1,ec ?+,100,,,-12714|14#,2666|13#,6510|80#,-23576|12#,12940|40#,3011|11#,8059.69|7#,147944735|11#,-51479|10#,1982 -68,,80,,,ec p,? 0.15,,,,,,,,,,,, -149,Er,,4 s|2,4E0|2E0,ec ?+,100,,,-9860|200,2076|29#,7900|30,-23050|30#,10330|30#,3040|90#,8074.95|19#,148942310|30#,-53742|28#,1984 -68,,81,,,ec p,7|2,,,,,,,,,,,, -150,Er,,18.5 s|7,1.85E1|7E-1,ec ?+,100,,,-11340|200,2299|18#,4115|22,-22020|200,12160|30#,3474|21#,8102.19|11#,149937916|18#,-57831|17#,1982 -68,,82,,,,,,,,,,,,,,,, -151,Er,,23.5 s|20,2.35E1|2E0,ec ?+,100,,,-7494|25#,3505|19#,5356|18#,-19850|200,8506|24#,3609|22#,8104.87|11#,150937449|18#,-58266|16#,1970 -68,,83,,,,,,,,,,,,,,,, -152,Er,,10.3 s|1,1.03E1|1E-1,?,90|4,,,-8780|50#,4934.3|16#,3104|15#,-17799|21#,10305|19#,4167|12#,8119.35|6#,151935050|9#,-60500|9#,1963 -68,,84,,,ec ?+,10|4,,,,,,,,,,,, -153,Er,,37.1 s|2,3.71E1|2E-1,?,53|3,-0.934 5,-0.42 2,-6495|13#,4802.4|14#,4543|11#,-16820|50#,8040|12#,4153|15#,8118.83|6#,152935084|10#,-60469|9#,1963 -68,,85,,,ec ?+,47|3,,,,,,,,,,,, -154,Er,,3.73 min|9,2.24E2|5.4E0,ec ?+,99.53|13,,,-8178|15#,4279.7|26#,2034|10#,-16703|13#,10208|10#,4882|7#,8132.39|3#,153932791|5#,-62605|5#,1963 -68,,86,,,?,0.47|13,,,,,,,,,,,, -155,Er,,5.3 min|3,3.18E2|1.8E1,ec ?+,99.978|7,-0.669 4,-0.27 2,-5583|12#,4118|5#,3830|18#,-15853|16#,7675|8#,4859|10#,8129.44|4#,154933216|7#,-62209|6#,1969 -68,,87,,,?,0.022|7,,,,,,,,,,,, -156,Er,,19.5 min|10,1.17E3|6E1,ec ?+,? 100,,,-7377|27#,3481|25#,1270|60#,-15657|27#,10074|25#,5460|30#,8141.91|16#,155931066|26#,-64212|25#,1967 -68,,88,,,?,17 x 10-6|4,,,,,,,,,,,, -157,Er,,18.65 min|10,1.12E3|6E0,ec ?+,? 100,-0.412 3,+0.92 2,-4700|40#,3304|27#,3420|40#,-14650|30#,7270|40#,5220|70#,8136.37|17#,156931923|28#,-63414|27#,1966 -68,,89,,,,,,,,,,,,,,,, -158,Er,,2.29 h|6,8.24E3|2.16E2,ec,100,,,-6600|30#,2665|26#,880|40#,-14670|40#,9960|40#,5760|30#,8147.93|16#,157929893|27#,-65304|25#,1961 -68,,90,,,,,,,,,,,,,,,, -159,Er,,36 min|1,2.16E3|6E1,ec ?+,100,-0.304 2,+1.17 1,-3991|28#,2170|10#,2768|5#,-13929|25#,7329|25#,5662|27#,8142.773|23#,158930691|4#,-64561|4#,1962 -68,,91,,,,,,,,,,,,,,,, -160,Er,,28.58 h|9,1.03E5|3.24E2,ec,100,,,-5760|40#,2040|24#,319|29#,-13570|40#,9575|25#,6024|24#,8151.72|15#,159929077|26#,-66064|24#,1954 -68,,92,,,,,,,,,,,,,,,, -161,Er,,3.21 h|3,1.16E4|1.08E2,ec ?+,100,-0.365 3,+1.361 14,-3303|29#,1798|10#,1996|9#,-12970|40#,7209|26#,6108|17#,8145.86|5#,160930003|9#,-65202|9#,1954 -68,,93,,,,,,,,,,,,,,,, -162,Er,,STABLE,,,,,,-4857|26#,1647.9|23#,-293|3#,-12507|28#,9204|9#,6426.2|22#,8152.397|5#,161928787.0|9#,-66334.5|8#,1938 -68,,94,0.139 %|5,,,,,,,,,,,,,,, -163,Er,,75.0 min|4,4.5E3|2.4E1,ec ?+,100,+0.557 4,+2.55 3,-2439|3#,1574|5#,1211|5#,-11761|26#,6905|5#,6415|6#,8144.741|28#,162930040|5#,-65168|5#,1953 -68,,95,,,,,,,,,,,,,,,, -164,Er,,STABLE,,,,,,-4039|24#,1304.92|17#,-961.4|17#,-11285|5#,8846|5#,6853.52|13#,8149.020|5#,163929207.4|8#,-65942.9|8#,1938 -68,,96,1.601 %|3,,,,,,,,,,,,,,, -165,Er,,10.36 h|4,3.73E4|1.44E2,ec,100,+0.643 3,+2.71 3,-1592.0|15#,1109.3|6#,377.4|14#,-10689|24#,6650.0|6#,6829.1|15#,8139.936|6#,164930733.2|10#,-64521.6|10#,1950 -68,,97,,,,,,,,,,,,,,,, -166,Er,,STABLE,,,,,,-3038|12#,830.5|11#,-1854.7|15#,-10067.7|21#,8475.7|13#,7316.0|9#,8141.959|7#,165930299.0|13#,-64926.0|12#,1934 -68,,98,33.503 %|36,,,,,,,,,,,,,,, -167,Er,,STABLE,,,,-0.56385 12,+3.565 29,-747.5|15#,665.1|11#,-1011|5#,-9474|12#,6436.46|18#,7508.8|9#,8131.746|7#,166932054.1|13#,-63291.2|12#,1934 -68,,99,22.869 %|9,,,,,,,,,,,,,,, -168,Er,,STABLE,,,,,,-1678.2|19#,551.9|11#,-2930|30#,-8518.8|15#,7771.31|12#,8000|5#,8129.601|7#,167932376.2|13#,-62991.2|12#,1934 -68,,100,26.978 %|18,,,,,,,,,,,,,,, -169,Er,,9.392 d|18,8.11E5|1.56E3,?-,100,+0.515 25,,352.1|11#,264.6|11#,-2126|20#,-7681.5|19#,6003.25|15#,8150|30#,8117.019|7#,168934596.4|13#,-60923.1|12#,1956 -68,,101,,,,,,,,,,,,,,,, -170,Er,,STABLE,,,,,,-312.8|18#,51.2|17#,-3870|50#,-6904.8|18#,7256.9|15#,8600|20#,8111.959|9#,169935470.7|17#,-60108.7|15#,1934 -68,,102,14.910 %|36,,,,,,,,,,,,,,, -171,Er,,7.516 h|2,2.71E4|7.2E0,?-,100,0.659 10,2.86 9,1491.3|13#,-210|60#,-3200|600#,-5994.4|18#,5681.6|3#,8770|50#,8097.746|9#,170938036.1|17#,-57719.0|16#,1938 -68,,103,,,,,,,,,,,,,,,, -172,Er,,49.3 h|5,1.77E5|1.8E3,?-,100,,,891|5#,-350|140#,-5000|200#,-5345|4#,6836|4#,9250|600#,8090.410|23#,171939362|4#,-56484|4#,1956 -68,,104,,,,,,,,,,,,,,,, -173,Er,,1.4 min|1,8.4E1|6E0,?-,100,,,2600|200,-480|360,-4300|360,-4350|200,5240|200,9460|280,8074|1,172942400|210,-53650|200,1972 -68,,105,,,,,,,,,,,,,,,, -174,Er,,3.2 min|2,1.92E2|1.2E1,?-,100,,,1910|300,-710|360,-6260|420,-3760|300,6370|360,9890|420,8064|2,173944230|320,-51950|300,1989 -68,,106,,,,,,,,,,,,,,,, -175,Er,,1.2 min|3,7.2E1|1.8E1,?-,100,,,3660|400,-890|500,-5450|570,-2860|400,4770|500,10250|500,8045|2,174947770|430,-48650|400,1996 -68,,107,,,,,,,,,,,,,,,, -176,Er,,> 160 ns,1.6E-7|5E15,?-,?,,,2740|410,-1050|500,-7340|640,-2390|400,6050|570,10720|570,8034|2,175949940|430,-46630|400,2012 -68,,108,,,,,,,,,,,,,,,, -177,Er,,> 160 ns,1.6E-7|5E15,?-,?,,,4610|580,-1340|640,,-1560|510,4300|640,10860|710,8013|3,176953990|540,-42860|500,2012 -68,,109,,,,,,,,,,,,,,,, -178,Er,,> 160 ns,1.6E-7|5E15,?-,?,,,3850|720,-1310|780,,-860|670,5470|780,,7999|3,177956780|640,-40260|600,2012 -68,,110,,,,,,,,,,,,,,,, -144,TM,,1.9 ?s|+12-5,1.9E-6|9E-7,p,> 0,,,,4570|640,14350|450,,,-1712|16#,7851|3,143976100|430,-22260|400,2005 -69,,75,,,,,,,,,,,,,,,, -145,Tm,,3.17 ?s|20,3.17E-6|2E-7,p,100,,,,4360|450,11660|280,,13390|440,-1736|7#,7889|1,144970390|210,-27580|200,1998 -69,,76,,,,,,,,,,,,,,,, -146,Tm,,68 ms|3,6.8E-2|3E-3,ec ?+,?,,,,3770|450,13270|200,,11540|280,-896|6#,7914|1,145966660|210,-31050|200,1993 -69,,77,,,p,?,,,,,,,,,,,, -147,Tm,,0.58 s|3,5.8E-1|3E-2,ec ?+,85|5,,,,3650|300,10630|40,,12990|200,-1059|3#,7948.82|5#,146961380|7#,-35974|7#,1982 -69,,78,,,p,15|5,,,,,,,,,,,, -148,Tm,,0.7 s|2,7E-1|2E-1,ec ?+,100,,,-8430|400,3420|13#,12714|14,,10862|12#,-550|40#,7968.50|7#,147958384|11#,-38765|10#,1982 -69,,79,,,,,,,,,,,,,,,, -149,Tm,,0.9 s|2,9E-1|2E-1,ec ?+,100,,,-10680|360,2810|200,9860|200,-21620|440,13190|200,-310|200,8004|1,148952890|210,-43880|200,1987 -69,,80,,,ec p,0.2|+2-1,,,,,,,,,,,, -150,Tm,,2.20 s|6,2.2E0|6E-2,ec ?+,100,,,-7850|360,2320|200,11340|200,-21360|360,10680|280,40|200,8021|1,149950090|210,-46490|200,1982 -69,,81,,,ec p,1.2|+2-4,,,,,,,,,,,, -151,Tm,,4.17 s|11,4.17E0|1.1E-1,ec ?+,100,,,-9230|300#,2559|20#,7494|25#,-20210|300,12350|200,230|9#,8050.06|13#,150945493|21#,-50773|19#,1982 -69,,82,,,,,,,,,,,,,,,, -152,Tm,,8.0 s|10,8E0|1E0,ec ?+,100,,,-5450|140#,3850|100#,8780|50#,-18250|310#,9020|60#,740|60#,8056.4|4#,151944480|60#,-51720|50#,1980 -69,,83,,,,,,,,,,,,,,,, -153,Tm,,1.48 s|1,1.48E0|1E-2,?,91|3,6.93 11,+0.5 10,-6760|200,5248.3|14#,6495|15,-15770|150#,10320|60#,762|12#,8071.26|8#,152942057|13#,-53973|12#,1964 -69,,84,,,ec ?+,9|3,,,,,,,,,,,, -154,Tm,,8.1 s|3,8.1E0|3E-1,?,54|5,-1.14 2,+0.4 9,-4495|14#,5093.8|26#,8178|15#,-15290|200,8525|19#,1247|17#,8074.21|9#,153941570|15#,-54427|14#,1964 -69,,85,,,ec ?+,46|5,,,,,,,,,,,, -155,Tm,,21.6 s|2,2.16E1|2E-1,ec ?+,99.11|24,,,-6123|19#,4572|5#,5583|12#,-14765|20#,10270|17#,1310|11#,8088.37|6#,154939210|11#,-56626|10#,1971 -69,,86,,,?,0.89|24,,,,,,,,,,,, -156,Tm,,83.8 s|18,8.38E1|1.8E0,ec ?+,99.936|10,,,-3569|13#,4345|7#,7377|28#,-14403|22#,8280|17#,1914|15#,8089.60|9#,155938986|15#,-56835|14#,1971 -69,,87,,,?,0.064|10,,,,,,,,,,,, -157,Tm,,3.63 min|9,2.18E2|5.4E0,ec ?+,100,+0.476 15,,-5290|30#,3878|28#,4700|40#,-13515|29#,9950|30#,1790|40#,8101.43|18#,156936970|30#,-58709|28#,1974 -69,,88,,,,,,,,,,,,,,,, -158,Tm,,3.98 min|6,2.39E2|3.6E0,ec ?+,100,+0.042 17,+0.74 11,-2693|26#,3511|27#,6600|40#,-13353|27#,8070|40#,2580|40#,8101.20|16#,157936980|27#,-58703|25#,1970 -69,,89,,,,,,,,,,,,,,,, -159,Tm,,9.13 min|16,5.48E2|9.6E0,ec ?+,100,+3.42 3,+1.93 7,-4730|30#,3040|30#,3991|28#,-12631|29#,9940|40#,2560|40#,8112.75|18#,158934970|30#,-60570|28#,1971 -69,,90,,,,,,,,,,,,,,,, -160,Tm,,9.4 min|3,5.64E2|1.8E1,ec ?+,100,+0.156 18,+0.582 44,-2140|40#,2750|70#,5760|40#,-12530|40#,7800|40#,3030|30#,8110.82|21#,159935260|40#,-60300|30#,1970 -69,,91,,,,,,,,,,,,,,,, -161,Tm,,30.2 min|8,1.81E3|4.8E1,ec ?+,100,+2.40 2,+2.90 7,-4060|30#,2510|40#,3303|29#,-11807|29#,9670|40#,3120|40#,8120.49|17#,160933550|30#,-61899|28#,1959 -69,,92,,,,,,,,,,,,,,,, -162,Tm,,21.70 min|19,1.3E3|1.14E1,ec ?+,100,+0.068 8,+0.69 3,-1650|30#,2280|40#,4857|26#,-11710|30#,7650|40#,3565|27#,8117.59|16#,161934001|28#,-61478|26#,1963 -69,,93,,,,,,,,,,,,,,,, -163,Tm,,1.810 h|5,6.52E3|1.8E1,ec ?+,100,-0.082 1,,-3430|16#,2176|6#,2439|7#,-10974|16#,9322|27#,3683|5#,8124.98|3#,162932658|6#,-62729|6#,1959 -69,,94,,,,,,,,,,,,,,,, -164,Tm,,2.0 min|1,1.2E2|6E0,ec ?+,100,+2.37 3,0.71 5,-887|29#,2054|29#,4039|24#,-10676|29#,7247|25#,4025|25#,8119.62|15#,163933543|26#,-61904|24#,1960 -69,,95,,,?+,39|1,,,,,,,,,,,, -165,Tm,,30.06 h|3,1.08E5|1.08E2,ec ?+,100,-0.139 2,,-2634|27#,1842.7|27#,1592.0|19#,-9984|15#,9097|24#,4275.7|15#,8125.546|10#,164932442.3|18#,-62929.6|17#,1953 -69,,96,,,,,,,,,,,,,,,, -166,Tm,,7.70 h|3,2.77E4|1.08E2,ec ?+,100,+0.0926 7,+2.14 3,-293|14#,1728|12#,3038|12#,-9664|29#,7030|12#,4656|12#,8118.95|7#,165933560|12#,-61888|12#,1948 -69,,97,,,,,,,,,,,,,,,, -167,Tm,,9.25 d|2,7.99E5|1.73E3,ec,100,-0.197 2,,-1953|4#,1409.8|14#,747.5|17#,-9019|7#,8727|12#,4906.6|15#,8122.585|8#,166932856.6|14#,-62543.6|13#,1948 -69,,98,,,,,,,,,,,,,,,, -168,Tm,,93.1 d|2,8.04E6|1.73E4,ec ?+,99.990|7,+0.227 11,+3.23 7,269.0|19#,1243.7|22#,1678.2|21#,-8794|4#,6840.6|18#,5310.7|19#,8114.954|10#,167934177.9|18#,-61312.9|17#,1949 -69,,99,,,?-,0.010|7,,,,,,,,,,,, -169,Tm,,STABLE,,,,-0.2316 15,,-897.6|11#,1198.9|11#,-352.1|14#,-7764.6|11#,8033.6|15#,5573.0|11#,8114.473|5#,168934218.3|9#,-61275.2|8#,1934 -69,,100,100 %,,,,,,,,,,,,,,, -170,Tm,,128.6 d|3,1.11E7|2.59E4,?-,99.869|10,+0.2468 12,+0.74 2,968.1|8#,850.6|11#,312.8|17#,-7489.6|11#,6591.96|17#,6161.7|11#,8105.517|5#,169935806.5|9#,-59795.9|8#,1936 -69,,101,,,ec,0.131|10,,,,,,,,,,,, -171,Tm,,1.92 y|1,6.06E7|3.16E5,?-,100,-0.2303 36,,96.5|10#,645|5#,-1491.3|18#,-6517.7|10#,7485.8|12#,6390.6|12#,8101.893|6#,170936435.1|10#,-59210.3|10#,1948 -69,,102,,,,,,,,,,,,,,,, -172,Tm,,63.6 h|3,2.29E5|1.08E3,?-,100,,,1881|6#,260|30#,-891|7#,-6139|5#,6235|5#,6944|5#,8091.04|3#,171938406|6#,-57374|6#,1956 -69,,103,,,,,,,,,,,,,,,, -173,Tm,,8.24 h|8,2.97E4|2.88E2,?-,100,,,1295|4#,116|21#,-2600|200#,-5072|4#,6953|7#,7061|6#,8084.463|25#,172939607|5#,-56256|4#,1961 -69,,104,,,,,,,,,,,,,,,, -174,Tm,,5.4 min|1,3.24E2|6E0,?-,100,,,3080|40#,-50|70#,-1920|300#,-4380|40#,5680|40#,7500|200,8070.64|26#,173942170|50#,-53860|40#,1960 -69,,105,,,,,,,,,,,,,,,, -175,Tm,,15.2 min|5,9.12E2|3E1,?-,100,,,2380|50#,-220|600#,-3660|400#,-3440|50#,6520|70#,7650|300,8061.77|28#,174943840|50#,-52310|50#,1961 -69,,106,,,,,,,,,,,,,,,, -176,Tm,,1.9 min|1,1.14E2|6E0,?-,100,,,4120|100#,-310|220,-2740|410#,-2750|100#,5130|110#,8010|410,8045.1|6#,175947000|110#,-49370|100#,1961 -69,,107,,,,,,,,,,,,,,,, -177m,Tm,,90 s|6,9E1|6E0,?-,? 100,,,3520|300,-540|420,-4610|580,-2050|300,6170|310,8130|500,8035|2,176949040|320,-47470|300,1989 -69,,108,,,,,,,,,,,,,,,, -178,TM,,> 300 ns,3E-7|5E15,?-,?,,,5580|400,-850|500,-3860|720,-1200|400,4720|500,8550|640,8016|2,177952640|430,-44120|400,2008 -69,,109,,,,,,,,,,,,,,,, -179,Tm,,> 160 ns,1.6E-7|5E15,?-,?,,,4940|540,-820|640,,20|500,5560|640,8630|780,8002|3,178955340|540,-41600|500,2012 -69,,110,,,,,,,,,,,,,,,, -180,Tm,,> 300 ns,3E-7|5E15,?-,100,,,6680|580,-1050|710,,550|540,4390|710,,7982|3,179959290|540,-37920|500,2012 -69,,111,,,,,,,,,,,,,,,, -181,Tm,,> 160 ns,1.6E-7|5E15,?- n,?,,,5920|670#,,#,1360|670#,5320|780#,,7967|3#,180962240|640#,-35170|600#,2012 -69,,112,,,?-,?,,,,,,,,,,,, -149,Yb,,0.7 s|2,7E-1|2E-1,ec p,? 100,,,,3620|360,10680|360,,10940|500,1720|300,7927|2,148964360|320,-33200|300,2001 -70,,79,,,ec ?+,100,,,,,,,,,,,, -150,Yb,,? 200 ns,2E-7|5E15,,,,,-14000|420,3260|300,7850|360,,13510|420,2040|360,7964|2,149958520|320,-38640|300,2000 -70,,80,,,,,,,,,,,,,,,, -151,Yb,,1.6 s|1,1.6E0|1E-1,ec ?+,100,,,-11430|420,2640|300#,9230|300,-24970|420,10970|420,2340|360,7983.8|20#,150955400|320#,-41540|300#,1985 -70,,81,,,ec p,> 0,,,,,,,,,,,, -152,Yb,,3.03 s|6,3.03E0|6E-2,ec ?+,100,,,-12850|250,2780|150#,5450|160,-24230|330,12800|340#,2790|150#,8015.4|10#,151950330|160#,-46270|150#,1982 -70,,82,,,?+ p,?,,,,,,,,,,,, -153,Yb,,4.2 s|2,4.2E0|2E-1,?,60|SY,-1.05 3,-1.5 6,-8830|250,4110|200,6770|200,-21860|280,9010|250,2780|200,8022|1,152949320|210,-47210|200,1977 -70,,83,,,ec ?+,40|SY,,,,,,,,,,,, -,,,,,?+ p,0.008|2,,,,,,,,,,,, -154,Yb,,0.409 s|2,4.09E-1|2E-3,?,92.6|12,,,-10220|200,5474.3|17#,4495|23,-19630|150#,10790|200,3248|21#,8039.94|11#,153946396|19#,-49932|17#,1964 -70,,84,,,ec ?+,7.4|12,,,,,,,,,,,, -155,Yb,,1.793 s|19,1.79E0|1.9E-2,?,89|4,-0.913 22,-0.5 3,-7958|25#,5338.8|21#,6123|19#,-18860|200,8642|24#,3364|22#,8043.82|11#,154945783|18#,-50503|17#,1964 -70,,85,,,ec ?+,11|4,,,,,,,,,,,, -156,Yb,,26.1 s|7,2.61E1|7E-1,ec ?+,90|2,,,-9570|50#,4810|4#,3569|17#,-18792|21#,10834|19#,3929|14#,8061.71|6#,155942817|10#,-53266|9#,1970 -70,,86,,,?,10|2,,,,,,,,,,,, -157,Yb,,38.6 s|10,3.86E1|1E0,ec ?+,99.5,-0.639 8,,-6981|14#,4622|6#,5290|30#,-17790|60#,8227|14#,3876|18#,8062.77|7#,156942649|12#,-53422|11#,1970 -70,,87,,,?,0.5,,,,,,,,,,,, -158,Yb,,1.49 min|13,8.94E1|7.8E0,ec ?+,100,,,-8798|17#,4170|7#,2693|26#,-17641|14#,10660|13#,4590|29#,8079.20|5#,157939871|9#,-56010|8#,1967 -70,,88,,,?,? 0.0021,,,,,,,,,,,, -159,Yb,,1.67 min|9,1E2|5.4E0,ec ?+,100,-0.366 8,-0.22 2,-6130|40#,3946|19#,4730|30#,-16698|23#,7900|19#,4420|30#,8078.07|11#,158940055|19#,-55839|18#,1975 -70,,89,,,,,,,,,,,,,,,, -160,Yb,,4.8 min|2,2.88E2|1.2E1,ec ?+,100,,,-7890|60#,3624|26#,2140|40#,-16530|40#,10395|19#,4881|29#,8092.56|4#,159937560|8#,-58163|7#,1967 -70,,90,,,,,,,,,,,,,,,, -161,Yb,,4.2 min|2,2.52E2|1.2E1,ec ?+,100,-0.327 8,+1.03 2,-5280|30#,3150|30#,4060|30#,-15640|60#,7748|17#,4830|40#,8090.42|9#,160937907|16#,-57839|15#,1974 -70,,91,,,,,,,,,,,,,,,, -162,Yb,,18.87 min|19,1.13E3|1.14E1,ec ?+,100,,,-6990|80#,3050|30#,1650|30#,-15340|30#,10058|21#,5220|30#,8102.56|9#,161935774|16#,-59826|15#,1963 -70,,92,,,,,,,,,,,,,,,, -163,Yb,,11.05 min|35,6.63E2|2.1E1,ec ?+,100,-0.374 8,+1.24 2,-4510|30#,2837|16#,3430|16#,-14540|80#,7544|21#,5110|30#,8099.14|9#,162936340|16#,-59299|15#,1967 -70,,93,,,,,,,,,,,,,,,, -164,Yb,,75.8 min|17,4.55E3|1.02E2,ec,100,,,-6380|30#,2622|29#,887|29#,-14300|30#,9790|21#,5578|16#,8109.45|9#,163934495|16#,-61017|15#,1960 -70,,94,,,,,,,,,,,,,,,, -165,Yb,,9.9 min|3,5.94E2|1.8E1,ec ?+,100,+0.478 8,+2.48 4,-3850|40#,2481|28#,2634|27#,-13720|40#,7350|30#,5680|40#,8104.84|16#,164935270|28#,-60295|27#,1964 -70,,95,,,,,,,,,,,,,,,, -166,Yb,,56.7 h|1,2.04E5|3.6E2,ec,100,,,-5570|30#,2314|7#,293|14#,-13225|27#,9372|27#,5955|7#,8112.47|4#,165933874|8#,-61596|7#,1954 -70,,96,,,,,,,,,,,,,,,, -167,Yb,,17.5 min|2,1.05E3|1.2E1,ec ?+,100,+0.623 8,+2.70 4,-3090|30#,2152|6#,1953|4#,-12640|30#,7066|8#,5991|12#,8106.205|24#,166934953|4#,-60591|4#,1954 -70,,97,,,,,,,,,,,,,,,, -168,Yb,,STABLE,,,,,,-4510|40#,1936.1|12#,-269.0|21#,-12150|30#,9063|4#,6327.2|15#,8111.898|7#,167933889.1|13#,-61581.9|12#,1938 -70,,98,0.123 %|3,,,,,,,,,,,,,,, -169,Yb,,32.018 d|5,2.77E6|4.32E2,ec,100,-0.635 8,+3.54 6,-2293|3#,1719.1|13#,897.6|15#,-11380|40#,6866.98|15#,6353.6|19#,8104.532|7#,168935182.0|13#,-60377.6|12#,1946 -70,,99,,,,,,,,,,,,,,,, -170,Yb,,STABLE,,,,,,-3458|17#,1737.2|12#,-968.1|8#,-10751|3#,8457.7|12#,6777.7|8#,8106.609|0#,169934767.245|11#,-60763.919|10#,1938 -70,,100,2.982 %|39,,,,,,,,,,,,,,, -171,Yb,,STABLE,,,,+0.49367 1,,-1478.4|19#,1559.4|12#,-96.5|10#,-10072|17#,6614.21|1#,6799.9|8#,8097.882|0#,170936331.517|14#,-59306.810|13#,1934 -70,,101,14.09 %|14,,,,,,,,,,,,,,, -172,Yb,,STABLE,,,,,,-2519.5|23#,1310.8|12#,-1881|6#,-9498.4|19#,8019.95|2#,7334.1|10#,8097.429|0#,171936386.658|14#,-59255.446|14#,1934 -70,,102,21.68 %|13,,,,,,,,,,,,,,, -173,Yb,,STABLE,,,,-0.67989 3,+2.80 4,-670.3|16#,947.0|12#,-1295|4#,-8886.6|23#,6367.10|2#,7466|5#,8087.427|0#,172938216.215|12#,-57551.225|11#,1934 -70,,103,16.103 %|63,,,,,,,,,,,,,,, -174,Yb,,STABLE,,,,,,-1374.3|16#,739.2|15#,-3080|40#,-8134.9|16#,7464.60|1#,7977|4#,8083.847|0#,173938867.548|11#,-56944.512|11#,1934 -70,,104,32.026 %|80,,,,,,,,,,,,,,, -175,Yb,,4.185 d|1,3.62E5|8.64E1,?-,100,0.58 8,,470.0|12#,598.5|16#,-2380|50#,-7196.7|16#,5822.35|7#,8120|40#,8070.925|0#,174941281.91|8#,-54695.55|7#,1945 -70,,105,,,,,,,,,,,,,,,, -176,Yb,,STABLE,,,,,,-109.1|12#,567|4#,-4120|100#,-6397.0|12#,6867.08|7#,8470|50#,8064.085|0#,175942574.708|15#,-53491.314|15#,1934 -70,,106,12.996 %|83,,,,,,,,,,,,,,, -177,Yb,,1.911 h|3,6.88E3|1.08E1,?-,100,,,1397.4|12#,240|200,-3520|300#,-5675.5|12#,5566.40|22#,8900|100#,8049.973|1#,176945263.85|24#,-50986.40|22#,1945 -70,,107,,,,,,,,,,,,,,,, -178,Yb,,74 min|3,4.44E3|1.8E2,?-,100,,,642|10#,-170|300,-5580|400#,-5383|10#,6780|10#,9520|300,8042.84|6#,177946650|11#,-49695|10#,1973 -70,,108,,,,,,,,,,,,,,,, -179,Yb,,8.0 min|4,4.8E2|2.4E1,?-,100,,,2520|200,-310|450,-4940|540,-4270|200,4910|200,9710|450,8025|1,178950040|210,-46540|200,1982 -70,,109,,,,,,,,,,,,,,,, -180,Yb,,2.4 min|5,1.44E2|3E1,?-,100,,,2080|310,-390|500,-6680|580,-3610|300,6130|360,10290|580,8015|2,179952120|320,-44600|300,1987 -70,,110,,,,,,,,,,,,,,,, -181,YB,,> 160 ns,1.6E-7|5E15,?-,?,,,3710|320#,-650|580#,-5920|670#,-2480|310#,4560|420#,10460|580#,7996|2#,180955890|320#,-41090|300#,2000 -70,,111,,,,,,,,,,,,,,,, -182,Yb,,> 160 ns,1.6E-7|5E15,?-,?,,,3060|450#,-980|720#,#,-2090|420#,5800|500#,10940|720#,7984|2#,181958320|430#,-38820|400#,2012 -70,,112,,,,,,,,,,,,,,,, -183,Yb,,? 222 ns,2.22E-7|5E15,?-,100,,,4620|410#,,#,-1290|450#,4350|570#,,7964|2#,182962320|430#,-35100|400#,2012 -70,,113,,,,,,,,,,,,,,,, -184,Yb,,> 160 ns,1.6E-7|5E15,?-,?,,,3870|580#,,#,-890|510#,5510|640#,,7951|3#,183965070|540#,-32540|500#,2012 -70,,114,,,,,,,,,,,,,,,, -185,Yb,,> 160 ns,1.6E-7|5E15,?-,?,,,5390|580#,,#,-160|580#,4030|710#,,7929|3#,184969400|540#,-28500|500#,2012 -70,,115,,,,,,,,,,,,,,,, -150,Lu,,45 ms|3,4.5E-2|3E-3,p,70.9|19,,,,3990|360,14000|420,,,-1269.6|23#,7865|2,149973550|320,-24640|300,1993 -71,,79,,,ec ?+,29.1|19,,,,,,,,,,,, -151,Lu,,80.6 ms|20,8.06E-2|2E-3,p,63.4|9,,,,3440|300,11430|420,,13540|420,-1241.0|18#,7903|2,150967680|320,-30110|300,1982 -71,,80,,,ec ?+,36.6|9,,,,,,,,,,,, -152,Lu,,0.7 s|1,7E-1|1E-1,ec ?+,100,,,,2920|200,12850|250,,11380|360,-830|360,7926|1,151964120|210,-33420|200,1987 -71,,81,,,?+ p,15|7,,,,,,,,,,,, -153,Lu,,0.9 s|2,9E-1|2E-1,?,? 70,,,-11070|330,3080|250,8840|250,,13020|250,-609|10#,7959.1|10#,152958810|160#,-38370|150#,1989 -71,,82,,,ec ?+,? 30,,,,,,,,,,,, -154,Lu,,,,,,,,-7040|360,4350|280,10220|200,-20490|360,9410|250,-204|14#,7969|1,153957360|210,-39710|200,1981 -71,,83,,,,,,,,,,,,,,,, -155,Lu,,68 ms|1,6.8E-2|1E-3,?,90|2,,,-8370|300,5802.8|26#,7958|25,-17950|300,10900|200,-98|8#,7987.44|12#,154954326|21#,-42545|19#,1965 -71,,84,,,ec ?+,10|2,,,,,,,,,,,, -156,Lu,,494 ms|12,4.94E-1|1.2E-2,?,? 95,,,-5880|140#,5596|3#,9570|50#,-17600|300,9230|60#,490|60#,7995.4|3#,155953090|60#,-43700|50#,1965 -71,,85,,,ec ?+,? 5,,,,,,,,,,,, -157,Lu,,6.8 s|18,6.8E0|1.8E0,?,> 0,,,-7540|200,5107.9|28#,6981|16,-16690|150#,10810|60#,464|12#,8013.32|8#,156950144|13#,-46441|12#,1977 -71,,86,,,,,,,,,,,,,,,, -158m,Lu,,10.6 s|3,1.06E1|3E-1,ec ?+,99.09|20,,,-5110|15#,4790|5#,8798|17#,-16380|200,8843|19#,1079|19#,8018.57|10#,157949316|16#,-47212|15#,1979 -71,,87,,,?,0.91|20,,,,,,,,,,,, -159,Lu,,12.1 s|10,1.21E1|1E0,ec ?+,100,,,-6860|40#,4490|40#,6130|40#,-15680|40#,10570|40#,990|40#,8034.60|24#,158946640|40#,-49710|40#,1980 -71,,88,,,?,0.1|SY,,,,,,,,,,,, -160,Lu,,36.1 s|3,3.61E1|3E-1,ec ?+,100,,,-4330|60#,4140|60#,7890|60#,-15490|60#,8630|70#,1720|60#,8038.3|4#,159946030|60#,-50270|60#,1979 -71,,89,,,?,? 1 x 10-4,,,,,,,,,,,, -161,Lu,,77 s|2,7.7E1|2E0,ec ?+,100,+0.223 3,,-6250|40#,3720|40#,5280|30#,-14690|30#,10360|60#,1689|29#,8052.78|17#,160943570|30#,-52562|28#,1973 -71,,90,,,,,,,,,,,,,,,, -162,Lu,,1.37 min|2,8.22E1|1.2E0,ec ?+,? 100,+0.0553 11,+0.519,-3660|80#,3450|80#,6990|80#,-14590|80#,8340|80#,2280|80#,8054.6|5#,161943280|80#,-52830|80#,1978 -71,,91,,,,,,,,,,,,,,,, -163,Lu,,3.97 min|13,2.38E2|7.8E0,ec ?+,100,+0.0769 10,,-5530|40#,3350|40#,4510|30#,-13694|29#,10030|80#,2250|30#,8066.68|17#,162941180|30#,-54791|28#,1979 -71,,92,,,,,,,,,,,,,,,, -164,Lu,,3.14 min|3,1.88E2|1.8E0,ec ?+,100,+0.0591 11,+0.608 7,-2820|30#,3230|40#,6380|30#,-13450|40#,7920|40#,2630|30#,8065.80|17#,163941340|30#,-54642|28#,1977 -71,,93,,,,,,,,,,,,,,,, -165,Lu,,10.74 min|10,6.44E2|6E0,ec ?+,100,-0.0245 3,,-4810|40#,3030|40#,3850|40#,-12700|30#,9870|40#,2710|30#,8076.74|16#,164939407|28#,-56442|27#,1973 -71,,94,,,,,,,,,,,,,,,, -166,Lu,,2.65 min|10,1.59E2|6E0,ec ?+,100,+2.912 12,+4.33 4,-2160|40#,3030|40#,5570|30#,-12460|40#,7650|40#,3010|40#,8074.17|18#,165939860|30#,-56020|30#,1969 -71,,95,,,,,,,,,,,,,,,, -167,Lu,,51.5 min|10,3.09E3|6E1,ec ?+,100,+2.325 4,3.275 24,-4030|40#,2800|30#,3090|30#,-11710|40#,9550|40#,3190|30#,8083.02|19#,166938270|30#,-57500|30#,1958 -71,,96,,,,,,,,,,,,,,,, -168,Lu,,5.5 min|1,3.3E2|6E0,ec ?+,100,3.016 25,+4.77 6,-1710|50#,2410|50#,4510|40#,-11670|50#,7640|50#,3770|40#,8080.37|23#,167938740|40#,-57070|40#,1960 -71,,97,,,,,,,,,,,,,,,, -169,Lu,,34.06 h|5,1.23E5|1.8E2,ec ?+,100,2.295 4,3.480 25,-3368|28#,2420|4#,2293|3#,-10795|28#,9090|40#,3792|3#,8086.335|19#,168937644|3#,-58085|3#,1955 -71,,98,,,,,,,,,,,,,,,, -170,Lu,,2.012 d|20,1.74E5|1.73E3,ec ?+,100,,,-1050|30#,2157|20#,3458|17#,-10660|30#,7293|17#,4218|17#,8081.67|10#,169938479|18#,-57306|17#,1951 -71,,99,,,,,,,,,,,,,,,, -171,Lu,,8.24 d|3,7.12E5|2.59E3,ec ?+,100,2.293 4,3.525 25,-2397|29#,2290.3|23#,1478.4|19#,-9646|28#,8593|17#,4353.4|19#,8084.661|11#,170937918.7|20#,-57828.4|19#,1951 -71,,100,,,,,,,,,,,,,,,, -172,Lu,,6.70 d|3,5.79E5|2.59E3,ec ?+,100,2.25 10,3.80 7,-334|25#,2152.0|29#,2519.5|23#,-9376|29#,6978.9|26#,4718.1|23#,8078.232|14#,171939091.4|25#,-56736.0|23#,1951 -71,,101,,,,,,,,,,,,,,,, -173,Lu,,1.37 y|1,4.32E7|3.16E5,ec,100,2.34 9,,-1469|28#,1969.4|18#,670.3|16#,-8550|24#,8216.2|22#,4914.4|16#,8079.030|9#,172938935.8|17#,-56880.9|16#,1951 -71,,102,,,,,,,,,,,,,,,, -174,Lu,,3.31 y|5,1.04E8|1.58E6,ec ?+,100,1.94 28,,274.3|22#,1800.7|18#,1374.3|16#,-8230|28#,6760.6|14#,5307.9|16#,8071.453|9#,173940342.9|17#,-55570.2|16#,1951 -71,,103,,,,,,,,,,,,,,,, -175,Lu,,STABLE,,,,+2.2327 11,+3.49 2,-683.9|20#,1619.8|15#,-470.0|12#,-7392.4|19#,7666.7|10#,5510.0|12#,8069.140|7#,174940777.3|13#,-55165.6|12#,1934 -71,,104,97.401 %|13,,,,,,,,,,,,,,, -176,Lu,,3.76 x 1010|y|7,1.19E18|2.21E16,?-,100,+3.1692 45,+4.92 3,1194.1|9#,1567|6#,109.1|12#,-6971.9|19#,6287.97|15#,5975.7|12#,8059.020|7#,175942691.8|13#,-53382.2|12#,1935 -71,,105,2.599 %|13,,,,,,,,,,,,,,, -177,Lu,,6.647 d|4,5.74E5|3.46E2,?-,100,+2.2384 14,+3.389 12,496.8|8#,1447|5#,-1397.4|12#,-5878.8|9#,7072.89|16#,6181.5|12#,8053.448|7#,176943763.7|13#,-52383.8|12#,1945 -71,,106,,,,,,,,,,,,,,,, -178,Lu,,28.4 min|2,1.7E3|1.2E1,?-,100,,,2097.5|21#,1100|40#,-642|10#,-5528.5|20#,6025.3|19#,6640.4|23#,8042.054|13#,177945960.2|24#,-50337.8|23#,1957 -71,,107,,,,,,,,,,,,,,,, -179,Lu,,4.59 h|6,1.65E4|2.16E2,?-,100,2.375 12,3.32 3,1404|5#,830|50#,-2520|200#,-4695|5#,6792|5#,6652|11#,8035.073|29#,178947333|6#,-49059|5#,1961 -71,,108,,,,,,,,,,,,,,,, -180,Lu,,5.7 min|1,3.42E2|6E0,?-,100,,,3100|70#,270|120#,-2080|310#,-4280|70#,5690|70#,7430|210,8022.0|4#,179949890|80#,-46680|70#,1971 -71,,109,,,,,,,,,,,,,,,, -181,Lu,,3.5 min|3,2.1E2|1.8E1,?-,100,,,2610|130,250|320#,-3710|320,-3090|130,6190|140,7490|320#,8011.9|7,180951910|130,-44800|130,1982 -71,,110,,,,,,,,,,,,,,,, -182,Lu,,2.0 min|2,1.2E2|1.2E1,?-,100,,,4170|200#,-190|450#,-3060|450#,-2550|200#,5150|230#,8080|360#,7996|1#,181955040|210#,-41880|200#,1982 -71,,111,,,,,,,,,,,,,,,, -183,Lu,,58 s|4,5.8E1|4E0,?-,100,,,3570|90,-540|510#,-4620|410,-1740|80,5910|210#,8180|410#,7984.8|4,182957360|90,-39720|80,1983 -71,,112,,,,,,,,,,,,,,,, -184,Lu,,19 s|2,1.9E1|2E0,?-,100,,,5090|300#,-920|580#,-3870|580#,-1200|300#,4770|310#,8600|500#,7967|2#,183960910|320#,-36410|300#,1989 -71,,113,,,,,,,,,,,,,,,, -185,Lu,,> 160 ns,1.6E-7|5E15,?-,?,,,4430|300#,-1140|670#,-5390|580#,-460|300#,5550|420#,8640|580#,7954|2#,184963620|320#,-33890|300#,2009 -71,,114,,,,,,,,,,,,,,,, -186,Lu,,> 160 ns,1.6E-7|5E15,?-,?,,,6210|400#,,#,40|410#,4390|500#,9000|640#,7935|2#,185967570|430#,-30210|400#,2012 -71,,115,,,,,,,,,,,,,,,, -187,Lu,,> 160 ns,1.6E-7|5E15,?-,?,,,5240|500#,,#,770|400#,5440|570#,,7922|2#,186970390|430#,-27580|400#,2012 -71,,116,,,?- n,?,,,,,,,,,,,, -188,Lu,,> 160 ns,1.6E-7|5E15,?-,?,,,7090|580#,,#,950|580#,4280|640#,,7902|3#,187974460|540#,-23790|500#,2012 -71,,117,,,?- n,?,,,,,,,,,,,, -151,HF,,,,,,,,,,,,,,,,, -72,,79,,,,,,,,,,,,,,,, -153,Hf,,> 60 ns,6E-8|5E15,,,,,,3470|420,11070|340,,,1170|360,7882|2,152970690|320,-27300|300,2000 -72,,81,,,,,,,,,,,,,,,, -154,Hf,,2 s|1,2E0|1E0,ec ?+,? 100,,,,3540|420,7040|360,,13440|420,1590|330,7918|2,153964930|320,-32670|300,1981 -72,,82,,,?,? 0,,,,,,,,,,,, -155,Hf,,0.89 s|12,8.9E-1|1.2E-1,ec ?+,100,,,-10240|420,4950|420,8380|300,,9570|420,1740|360,7928|2,154963320|320,-34170|300,1981 -72,,83,,,,,,,,,,,,,,,, -156,Hf,,23 ms|1,2.3E-2|1E-3,?,? 100,,,-11960|330,6029|4#,5880|160,-21960|340,11720|330,2560|150#,7952.6|10#,155959400|160#,-37820|150#,1979 -72,,84,,,,,,,,,,,,,,,, -157,Hf,,115 ms|1,1.15E-1|1E-3,?,94|4,,,-9310|250,5880|3#,7540|200,-21110|360,9160|250,2490|200,7960|1,156958240|210,-38900|200,1965 -72,,85,,,ec ?+,14|9,,,,,,,,,,,, -158,Hf,,2.85 s|7,2.85E0|7E-2,ec ?+,55.7|19,,,-10940|200,5404.8|27#,5110|23,-20580|150#,11270|200,2951|21#,7981.28|11#,157954801|19#,-42102|17#,1965 -72,,86,,,?,44.3|19,,,,,,,,,,,, -159,Hf,,5.6 s|4,5.6E0|4E-1,ec ?+,65|7,,,-8413|26#,5225.1|27#,6860|40#,-19760|200,8822|24#,2929|23#,7986.56|11#,158953996|18#,-42853|17#,1973 -72,,87,,,?,35|7,,,,,,,,,,,, -160,Hf,,13.6 s|2,1.36E1|2E-1,ec ?+,99.3|2,,,-10120|60#,4901.9|26#,4330|60#,-19571|22#,11158|19#,3520|40#,8006.38|6#,159950683|10#,-45939|10#,1973 -72,,88,,,?,0.7|2,,,,,,,,,,,, -161,Hf,,18.4 s|4,1.84E1|4E-1,ec ?+,> 99.87,,,-7540|30#,4682|24#,6250|40#,-18560|60#,8447|24#,3330|60#,8009.12|14#,160950279|24#,-46315|23#,1973 -72,,89,,,?,< 0.13,,,,,,,,,,,, -162,Hf,,39.4 s|9,3.94E1|9E-1,ec ?+,99.992|1,,,-9390|50#,4416|5#,3660|80#,-18461|26#,10926|24#,3896|29#,8027.12|5#,161947215|10#,-49169|9#,1982 -72,,90,,,?,0.008|1,,,,,,,,,,,, -163,Hf,,40.0 s|6,4E1|6E-1,ec ?+,100,,,-6730|50#,4150|30#,5530|40#,-17550|60#,8166|26#,3720|80#,8027.97|15#,162947113|27#,-49264|25#,1982 -72,,91,,,?,< 0.0001,,,,,,,,,,,, -164,Hf,,111 s|8,1.11E2|8E0,ec ?+,100,,,-8540|30#,3919|17#,2820|30#,-17360|40#,10626|29#,4320|30#,8043.81|10#,163944371|17#,-51819|16#,1981 -72,,92,,,,,,,,,,,,,,,, -165,Hf,,76 s|4,7.6E1|4E0,ec ?+,100,,,-5790|30#,3780|30#,4810|40#,-16420|40#,7890|30#,4280|40#,8042.87|17#,164944570|30#,-51636|28#,1981 -72,,93,,,,,,,,,,,,,,,, -166,Hf,,6.77 min|30,4.06E2|1.8E1,ec ?+,100,,,-7760|40#,3540|30#,2160|40#,-16080|30#,10290|40#,4710|40#,8056.44|17#,165942180|30#,-53859|28#,1965 -72,,94,,,,,,,,,,,,,,,, -167,Hf,,2.05 min|5,1.23E2|3E0,ec ?+,100,,,-5120|40#,3410|30#,4030|40#,-15440|40#,7680|40#,4740|40#,8054.18|17#,166942600|30#,-53468|28#,1969 -72,,95,,,,,,,,,,,,,,,, -168,Hf,,25.95 min|20,1.56E3|1.2E1,ec ?+,100,,,-6970|40#,3230|30#,1710|50#,-15080|40#,9960|40#,5150|40#,8065.55|17#,167940570|30#,-55361|28#,1961 -72,,96,,,,,,,,,,,,,,,, -169,Hf,,3.24 min|4,1.94E2|2.4E0,ec ?+,100,,,-4430|40#,3150|40#,3368|28#,-14390|40#,7430|40#,4940|50#,8061.78|16#,168941260|30#,-54717|28#,1969 -72,,97,,,,,,,,,,,,,,,, -170,Hf,,16.01 h|13,5.76E4|4.68E2,ec,100,,,-6120|40#,2917|29#,1050|30#,-14030|40#,9610|40#,5458|28#,8070.87|16#,169939610|30#,-56254|28#,1961 -72,,98,,,,,,,,,,,,,,,, -171,Hf,,12.1 h|4,4.36E4|1.44E3,ec ?+,100,-0.674 12,3.463 27,-3710|40#,2734|29#,2397|29#,-13360|40#,7250|40#,5410|30#,8066.07|17#,170940490|30#,-55431|29#,1951 -72,,99,,,,,,,,,,,,,,,, -172,Hf,,1.87 y|3,5.9E7|9.47E5,ec,100,,,-5070|40#,2755|24#,334|25#,-12750|40#,9040|40#,5863|24#,8071.74|14#,171939450|26#,-56402|24#,1951 -72,,100,,,,,,,,,,,,,,,, -173,Hf,,23.6 h|1,8.5E4|3.6E2,ec ?+,100,,,-3020|40#,2541|28#,1469|28#,-12150|40#,7080|40#,5965|28#,8066.02|16#,172940510|30#,-55412|28#,1951 -72,,101,,,,,,,,,,,,,,,, -174,Hf,,2.0 x 1015|y|4,6.31E22|1.26E22,?,100,,,-4104|28#,2494.5|23#,-274.3|27#,-11519|28#,8504|28#,6252.5|22#,8068.533|13#,173940048.5|24#,-55844.5|23#,1939 -72,,102,0.16 %|1,,,,,,,,,,,,,,, -175,Hf,,70 d|2,6.05E6|1.73E5,ec,100,-0.539 32,+2.8 4,-2073|28#,2400.2|23#,683.9|26#,-10812|28#,6708.5|4#,6200.4|22#,8060.761|13#,174941511.5|24#,-54481.7|23#,1949 -72,,103,,,,,,,,,,,,,,,, -176,Hf,,STABLE,,,,,,-3210|30#,2254.2|15#,-1194.1|19#,-10239|28#,8166.0|18#,6699.7|9#,8061.359|8#,175941409.9|16#,-54576.3|15#,1934 -72,,104,5.26 %|7,,,,,,,,,,,,,,, -177,Hf,,STABLE,,,,,,-1166|3#,2245.7|14#,-496.8|19#,-9590|30#,6375.6|10#,6787.3|8#,8051.835|8#,176943230.3|15#,-52880.6|14#,1934 -72,,105,18.60 %|9,,,,,,,,,,,,,,, -178,Hf,,STABLE,,,,,,-1840|50,2084.4|14#,-2097.5|27,-8792|3#,7625.94|18#,7340.4|8#,8049.442|8#,177943708.5|15#,-52435.2|14#,1934 -72,,106,27.28 %|7,,,,,,,,,,,,,,, -179,Hf,,STABLE,,,,-0.6409 13,+3.79 3,-105.6|4#,1807.7|14#,-1404|5#,-7940|50,6098.99|8#,7414.1|20#,8038.546|8#,178945825.8|15#,-50462.9|14#,1934 -72,,107,13.62 %|2,,,,,,,,,,,,,,, -180,Hf,,STABLE,,,,,,-846.5|23#,1287.0|14#,-3100|70#,-7493.3|4#,7387.76|15#,8009|5#,8034.930|8#,179946559.7|15#,-49779.3|14#,1934 -72,,108,35.08 %|16,,,,,,,,,,,,,,, -181,Hf,,42.39 d|6,3.66E6|5.18E3,?-,100,,,1035.5|18,1158.6|14,-2610|130,-6541.3|23,5694.80|7,8020|70,8022.002|8,180949111.0|15,-47402.8|14,1935 -72,,109,,,,,,,,,,,,,,,, -182,Hf,,8.90 x 106|y|9,2.81E14|2.84E12,?-,100,,,380|6,1221|12,-4170|200,-5683|6,6718|6,8540|130,8014.84|3,181950564|7,-46050|6,1961 -72,,110,,,,,,,,,,,,,,,, -183,Hf,,1.018 h|2,3.66E3|7.2E0,?-,100,,,2010|30,830|200#,-3570|90,-4920|30,5300|30,8690|200#,8000.03|16,182953530|30,-43280|30,1956 -72,,111,,,,,,,,,,,,,,,, -184,Hf,,4.12 h|5,1.48E4|1.8E2,?-,100,,,1340|30,680|300#,-5090|300,-4280|40,6290|50,9070|90,7990.72|22,183955450|40,-41500|40,1973 -72,,112,,,,,,,,,,,,,,,, -185,Hf,,3.5 min|6,2.1E2|3.6E1,?-,100,,,3070|70,340|300#,-4430|300,-3550|70,4890|80,9200|300#,7974.0|3,184958860|70,-38320|60,1993 -72,,113,,,,,,,,,,,,,,,, -186,Hf,,2.6 min|12,1.56E2|7.2E1,?-,100,,,2180|80,-30|400#,-6210|400,-3100|50,6180|80,9820|300#,7964.30|27,185960900|50,-36420|50,1998 -72,,114,,,,,,,,,,,,,,,, -187,HF,,,,?-,100,,,4080|300#,-140|500#,-5240|500#,-2280|300#,4460|300#,9890|500#,7946|2#,186964770|320#,-32820|300#,1999 -72,,115,,,,,,,,,,,,,,,, -188,Hf,,,,?-,?,,,2730|300#,-760|580#,-7090|580#,-2050|300#,6130|420#,10590|500#,7936|2#,187966850|320#,-30880|300#,1999 -72,,116,,,,,,,,,,,,,,,, -189,HF,,> 300 ns,3E-7|5E15,?-,?,,,4670|360#,-1090|580#,#,-1620|300#,4350|420#,10660|580#,7917|2#,188970840|320#,-27160|300#,2009 -72,,117,,,,,,,,,,,,,,,, -190,Hf,,> 160 ns,1.6E-7|5E15,?-,?,,,3480|450#,,#,-1270|450#,5940|500#,,7907|2#,189973130|430#,-25030|400#,2012 -72,,118,,,,,,,,,,,,,,,, -155,Ta,,2.9 ms|+15-11,2.9E-3|1.3E-3,p,100,,,,3750|420,10240|420,,,-1453|15#,7857|2,154974310|320,-23930|300,2007 -73,,82,,,,,,,,,,,,,,,, -156,Ta,,106 ms|4,1.06E-1|4E-3,p,71|3,,,,5140|360,11960|330,,10000|420,-1020|4#,7871|2,155972240|320,-25860|300,1992 -73,,83,,,ec ?+,29|3,,,,,,,,,,,, -157,Ta,,10.1 ms|4,1.01E-2|4E-4,?,96.6|12,,,-10120|430,6355|6#,9310|250,,11800|330,-935|10#,7896.0|10#,156968230|160#,-29590|150#,1979 -73,,84,,,p,3.4|12,,,,,,,,,,,, -158,Ta,,55 ms|15,5.5E-2|1.5E-2,?,? 91,,,-7530|360,6124|4#,10940|200,-19770|440,9640|250,-448|13#,7907|1,157966540|210,-31170|200,1979 -73,,85,,,ec ?+,? 9,,,,,,,,,,,, -159,Ta,,0.83 s|18,8.3E-1|1.8E-1,ec ?+,66|5,,,-9140|300,5681|6#,8413|26,-18880|300,11340|200,-374|9#,7928.72|12#,158963028|21#,-34439|20#,1979 -73,,86,,,?,34|5,,,,,,,,,,,, -160,Ta,,1.55 s|4,1.55E0|4E-2,ec ?+,66,,,-6500|140#,5451|5#,10120|60#,-18600|300,9460|60#,260|60#,7938.3|3#,159961540|60#,-35820|50#,1979 -73,,87,,,?,34,,,,,,,,,,,, -161,Ta,,,,?,?,,,-8220|200,5237|24#,7540|30,-17520|150#,11030|60#,129|23#,7957.45|15#,160958369|26#,-38779|24#,1979 -73,,88,,,ec ?+,?,,,,,,,,,,,, -162,Ta,,3.57 s|12,3.57E0|1.2E-1,ec ?+,99.926|10,,,-5780|50#,5010|50#,9390|50#,-17300|200,9070|60#,750|60#,7964.3|3#,161957290|60#,-39780|50#,1985 -73,,89,,,?,0.074|10,,,,,,,,,,,, -,,,,,ec p,?,,,,,,,,,,,, -163,Ta,,10.6 s|18,1.06E1|1.8E0,ec ?+,? 99.8,,,-7630|70#,4749|5#,6730|50#,-16610|40#,10830|60#,650|40#,7981.89|23#,162954340|40#,-42530|40#,1985 -73,,90,,,?,? 0.2,,,,,,,,,,,, -164,Ta,,14.2 s|3,1.42E1|3E-1,ec ?+,100,,,-5050|30#,4560|60#,8540|30#,-16450|60#,8820|50#,1310|40#,7987.00|17#,163953530|30#,-43283|28#,1982 -73,,91,,,?,,,,,,,,,,,,, -165,Ta,,31.0 s|15,3.1E1|1.5E0,ec ?+,100,,,-6987|29#,4290|30#,5790|30#,-15683|17#,10640|30#,1318|20#,8003.05|8#,164950780|15#,-45848|14#,1982 -73,,92,,,,,,,,,,,,,,,, -166,Ta,,34.4 s|5,3.44E1|5E-1,ec ?+,100,,,-4210|30#,4310|80#,7760|40#,-15310|40#,8320|30#,1750|40#,8004.97|17#,165950510|30#,-46098|28#,1977 -73,,93,,,,,,,,,,,,,,,, -167,Ta,,80 s|4,8E1|4E0,ec ?+,100,,,-6250|30#,4020|40#,5120|40#,-14530|30#,10320|40#,1780|40#,8018.86|17#,166948090|30#,-48351|28#,1982 -73,,94,,,,,,,,,,,,,,,, -168,Ta,,2.0 min|1,1.2E2|6E0,ec ?+,100,,,-3500|30#,3820|40#,6970|40#,-14370|30#,8110|40#,2220|40#,8019.43|17#,167948050|30#,-48394|28#,1969 -73,,95,,,,,,,,,,,,,,,, -169,Ta,,4.9 min|4,2.94E2|2.4E1,ec ?+,100,,,-5370|30#,3730|40#,4430|40#,-13470|30#,9970|40#,2220|40#,8030.96|16#,168946010|30#,-50290|28#,1969 -73,,96,,,,,,,,,,,,,,,, -170,Ta,,6.76 min|6,4.06E2|3.6E0,ec ?+,100,,,-2850|30#,3460|40#,6120|40#,-13290|30#,7920|40#,2710|40#,8030.30|16#,169946170|30#,-50138|28#,1969 -73,,97,,,,,,,,,,,,,,,, -171,Ta,,23.3 min|3,1.4E3|1.8E1,ec ?+,100,,,-4630|40#,3360|40#,3710|40#,-12500|30#,9650|40#,2760|40#,8039.79|16#,170944480|30#,-51720|28#,1969 -73,,98,,,,,,,,,,,,,,,, -172,Ta,,36.8 min|3,2.21E3|1.8E1,ec ?+,100,,,-2230|40#,3310|50#,5070|40#,-12320|40#,7680|40#,3190|40#,8037.70|16#,171944890|30#,-51330|28#,1964 -73,,99,,,,,,,,,,,,,,,, -173,Ta,,3.14 h|13,1.13E4|4.68E2,ec ?+,100,1.703 34,-1.9 2,-3670|40#,3263|28#,3020|40#,-11370|40#,9140|40#,3280|40#,8044.06|16#,172943750|30#,-52397|28#,1960 -73,,100,,,,,,,,,,,,,,,, -174,Ta,,1.14 h|8,4.1E3|2.88E2,ec ?+,100,,,-1510|40#,3140|30#,4104|28#,-11080|40#,7420|40#,3620|40#,8040.45|16#,173944450|30#,-51741|28#,1960 -73,,101,,,,,,,,,,,,,,,, -175,Ta,,10.5 h|2,3.78E4|7.2E2,ec ?+,100,2.270 45,+3.65 35,-2780|40#,2995|28#,2073|28#,-10250|40#,8740|40#,3853|28#,8044.44|16#,174943740|30#,-52409|28#,1960 -73,,102,,,,,,,,,,,,,,,, -176,Ta,,8.09 h|5,2.91E4|1.8E2,ec ?+,100,,,-720|40#,2950|30#,3210|30#,-9800|40#,7030|40#,4170|30#,8038.67|17#,175944860|30#,-51370|30#,1948 -73,,103,,,,,,,,,,,,,,,, -177,Ta,,56.56 h|6,2.04E5|2.16E2,ec ?+,100.,,,-2013|28#,2741|3#,1166|4#,-9144|28#,8420|30#,4427|3#,8040.827|19#,176944482|4#,-51715|3#,1948 -73,,104,,,,,,,,,,,,,,,, -178m,Ta,,2.36 h|8,8.5E3|2.88E2,ec ?+,100,,,-190|50,2550|50,1840|50,-8970|60,6950|50,5010|50,8035|0,177945680|60,-50600|50,1950 -73,,105,,,,,,,,,,,,,,,, -179,Ta,,1.82 y|3,5.74E7|9.47E5,ec,100,+2.289 9,+3.37 4,-1062|15#,2383.3|9#,105.6|20#,-8022|15#,7830|50,5211.1|4#,8033.585|8#,178945939.2|16#,-50357.3|15#,1950 -73,,106,,,,,,,,,,,,,,,, -180,Ta,,8.154 h|6,2.94E4|2.16E1,ec,85|3,,,703.2|23#,2024.4|22#,846.5|24#,-7709|15#,6646.9|23#,5758.9|23#,8025.881|11#,179947468.4|21#,-48932.9|19#,1938 -73,,107,,,?-,15|3,,,,,,,,,,,, -181,Ta,,STABLE,,,,+2.3705 7,+3.17 2,-204.5|19,1520.6|17,-1035.5|20,-6873.5|18,7576.7|13,5947.9|18,8023.400|8,180947999.3|15,-48438.3|14,1932 -73,,108,99.98799 %|32,,,,,,,,,,,,,,, -182,Ta,,114.74 d|12,9.91E6|1.04E4,?-,100,+3.02 3,+2.6 3,1816.1|14,1482.9|26,-380|6,-6267.4|19,6062.94|11,6316.1|18,8012.628|8,181950155.4|15,-46429.9|14,1938 -73,,109,,,,,,,,,,,,,,,, -183,Ta,,5.1 d|1,4.41E5|8.64E3,?-,100,+2.36 3,,1072.8|14,1341|5,-2010|30,-5118.0|14,6934.18|20,6532|6,8006.735|8,182951376.2|15,-45292.8|14,1950 -73,,110,,,,,,,,,,,,,,,, -184,Ta,,8.7 h|1,3.13E4|3.6E2,?-,100,,,2866|26,1410|80,-1340|50,-4545|26,5618|26,6850|40,7993.75|14,183954010|28,-42839|26,1955 -73,,111,,,,,,,,,,,,,,,, -185,Ta,,49.4 min|15,2.96E3|9E1,?-,100,,,1993|14,980|130,-3070|70,-3760|14,6630|30,7180|40,7986.36|8,184955561|15,-41394|14,1950 -73,,112,,,,,,,,,,,,,,,, -186,Ta,,10.5 min|3,6.3E2|1.8E1,?-,100,,,3900|60,850|200#,-2180|80,-3290|60,5280|60,7580|90,7971.8|3,185958550|60,-38610|60,1955 -73,,113,,,,,,,,,,,,,,,, -187,TA,,,,?-,100,,,3010|60,400|100,-4080|300,-2460|60,6360|80,7760|80,7963.2|3,186960390|60,-36900|60,1999 -73,,114,,,,,,,,,,,,,,,, -188,Ta,,,,?-,?,,,5060|60,370|300#,-2730|300,-1780|50,4790|80,8080|300#,7946.32|28,187963920|60,-33610|50,1999 -73,,115,,,,,,,,,,,,,,,, -189,Ta,,,,,,,,3790|200#,-370|360#,-4670|360#,-1230|200#,6290|200#,8240|360#,7938|1#,188965830|210#,-31830|200#,1999 -73,,116,,,,,,,,,,,,,,,, -190,TA,,5.3 s|7,5.3E0|7E-1,?-,100,,,5870|200#,-730|450#,-3480|450#,-970|200#,4750|280#,8640|360#,7921|1#,189969390|210#,-28510|200#,2009 -73,,117,,,,,,,,,,,,,,,, -191,TA,,> 300 ns,3E-7|5E15,?-,?,,,4680|300#,-1340|500#,#,-180|300#,6050|360#,8750|500#,7911|2#,190971560|320#,-26490|300#,2009 -73,,118,,,,,,,,,,,,,,,, -192,TA,,2.2 s|7,2.2E0|7E-1,?-,100,,,6590|450#,-1700|640#,#,40|400#,4640|500#,,7894|2#,191975240|430#,-23060|400#,2009 -73,,119,,,,,,,,,,,,,,,, -193,Ta,,> 160 ns,1.6E-7|5E15,?-,?,,,5420|450#,,#,710|450#,5880|570#,,7884|2#,192977590|430#,-20870|400#,2012 -73,,120,,,?- n,?,,,,,,,,,,,, -194,Ta,,> 160 ns,1.6E-7|5E15,?-,?,,,7230|580#,,#,920|540#,4500|640#,,7866|3#,193981430|540#,-17300|500#,2012 -73,,121,,,?- n,?,,,,,,,,,,,, -157,W,,275 ms|40,2.75E-1|4E-2,ec,?,,,,5400|500,10120|430,,,900|500,7827|3,156979100|430,-19470|400,2010 -74,,83,,,,,,,,,,,,,,,, -158,W,,1.25 ms|21,1.25E-3|2.1E-4,?,100,,,,6613|3#,7530|360,,12230|500,1330|330,7854|2,157974630|320,-23630|300,1981 -74,,84,,,,,,,,,,,,,,,, -159,W,,7.3 ms|27,7.3E-3|2.7E-3,?,? 99.9,,,-10550|430,6450|4#,9140|300,,9730|420,1420|360,7866|2,158972840|320,-25290|300,1981 -74,,85,,,ec ?+,? 0.1,,,,,,,,,,,, -160,W,,91 ms|5,9.1E-2|5E-3,?,87|8,,,-12590|330,6066|5#,6500|160,-22650|340,12100|330,2180|150#,7892.8|9#,159968520|160#,-29330|150#,1979 -74,,86,,,,,,,,,,,,,,,, -161,W,,409 ms|18,4.09E-1|1.8E-2,?,73|3,,,-9710|250,5923|4#,8220|200,-21890|360,9300|250,2020|200,7902|1,160967200|210,-30550|200,1973 -74,,87,,,ec ?+,27|3,,,,,,,,,,,, -162,W,,1.19 s|12,1.19E0|1.2E-1,ec ?+,54.8|16,,,-11500|200,5678.3|24#,5780|60,-21230|150#,11510|200,2510|30#,7923.82|11#,161963500|19#,-33999|18#,1973 -74,,88,,,?,45.2|16,,,,,,,,,,,, -163,W,,2.67 s|10,2.67E0|1E-1,ec ?+,86|2,,,-8910|60#,5520|50#,7630|70#,-20480|200,8980|60#,2420|70#,7930.3|3#,162962520|60#,-34910|50#,1973 -74,,89,,,?,14|2,,,,,,,,,,,, -164,W,,6.3 s|2,6.3E0|2E-1,ec ?+,96.2|12,,,-10760|60#,5278.3|20#,5050|30#,-20305|21#,11400|50#,2990|40#,7951.45|6#,163958952|10#,-38236|10#,1973 -74,,90,,,?,3.8|12,,,,,,,,,,,, -165,W,,5.1 s|5,5.1E0|5E-1,ec ?+,> 99.8,,,-8200|30#,5030|30#,6987|29#,-19460|60#,8697|27#,2870|40#,7955.97|15#,164958281|27#,-38861|25#,1975 -74,,91,,,?,< 0.2,,,,,,,,,,,, -166,W,,19.2 s|6,1.92E1|6E-1,ec ?+,99.965|12,,,-9990|70#,4856|4#,4210|30#,-19300|25#,11098|27#,3329|17#,7974.90|6#,165955031|10#,-41888|9#,1975 -74,,92,,,?,0.035|12,,,,,,,,,,,, -167,W,,19.9 s|5,1.99E1|5E-1,ec ?+,99.96|1,,,-7270|40,4741|28#,6250|30,-18280|70#,8281|21#,3290|30#,7976.73|11#,166954806|20#,-42098|18#,1985 -74,,93,,,?,0.04|1,,,,,,,,,,,, -168,W,,50.9 s|19,5.09E1|1.9E0,ec ?+,? 100,,,-9100|30#,4500|11#,3500|30#,-18130|40,10866|23#,3830|30#,7993.93|8#,167951805|14#,-44893|13#,1971 -74,,94,,,?,3.2 x 10-3|10,,,,,,,,,,,, -169,W,,74 s|6,7.4E1|6E0,ec ?+,100,,,-6509|19#,4290|30#,5370|30#,-17190|30#,8096|20#,3810|30#,7994.54|9#,168951779|17#,-44918|15#,1985 -74,,95,,,,,,,,,,,,,,,, -170,W,,2.42 min|4,1.45E2|2.4E0,ec ?+,100|SY,,,-8378|27#,4140|30#,2850|30#,-16953|17#,10444|20#,4290|30#,8008.95|8#,169949231|14#,-47291|13#,1971 -74,,96,,,,,,,,,,,,,,,, -171,W,,2.38 min|4,1.43E2|2.4E0,ec ?+,100,,,-5840|40#,3960|40#,4630|40#,-16240|40#,7870|30#,4240|40#,8008.11|16#,170949450|30#,-47086|28#,1983 -74,,97,,,,,,,,,,,,,,,, -172,W,,6.6 min|9,3.96E2|5.4E1,ec ?+,100,,,-7560|50#,3840|40#,2230|40#,-15920|40#,10080|40#,4670|40#,8020.17|16#,171947290|30#,-49097|28#,1964 -74,,98,,,,,,,,,,,,,,,, -173,W,,7.6 min|2,4.56E2|1.2E1,ec ?+,100,,,-5170|40#,3560|40#,3670|40#,-15260|50#,7700|40#,4690|40#,8018.33|16#,172947690|30#,-48727|28#,1963 -74,,99,,,,,,,,,,,,,,,, -174,W,,33.2 min|21,1.99E3|1.26E2,ec ?+,100,,,-6550|40#,3600|40#,1510|40#,-14740|40#,9570|40#,5120|40#,8027.26|16#,173946080|30#,-50227|28#,1964 -74,,100,,,,,,,,,,,,,,,, -175,W,,35.2 min|6,2.11E3|3.6E1,ec ?+,100,,,-4340|40#,3370|40#,2780|40#,-14030|40#,7480|40#,5180|40#,8024.11|16#,174946720|30#,-49633|28#,1963 -74,,101,,,,,,,,,,,,,,,, -176,W,,2.5 h|1,9E3|3.6E2,ec,100,,,-5580|40#,3340|40#,720|40#,-13420|40#,9080|40#,5520|40#,8030.11|16#,175945630|30#,-50642|28#,1950 -74,,102,,,,,,,,,,,,,,,, -177,W,,132 min|2,7.92E3|1.2E2,ec ?+,100,,,-3430|40#,3290|40#,2013|28#,-12710|40#,7130|40#,5630|40#,8025.03|16#,176946640|30#,-49702|28#,1950 -74,,103,,,,,,,,,,,,,,,, -178,W,,21.6 d|3,1.87E6|2.59E4,ec,100,,,-4750|30#,3013|15#,190|50#,-12210|30#,8780|30#,5981|15#,8029.26|8#,177945886|16#,-50407|15#,1950 -74,,104,,,,,,,,,,,,,,,, -179,W,,37.05 min|16,2.22E3|9.6E0,ec ?+,100,,,-2711|27#,2762|15#,1062|15#,-11710|30#,6960|21#,5990|50,8023.28|8#,178947080|16#,-49295|15#,1950 -74,,105,,,,,,,,,,,,,,,, -180,W,,1.8 x 1018|y|2,5.68E25|6.31E24,?,100,,,-3799|21#,2515.3|10#,-703.2|24#,-11123|25#,8412|15#,6567.8|5#,8025.442|8#,179946713.4|15#,-49636.1|14#,1937 -74,,106,0.12 %|1,,,,,,,,,,,,,,, -181,W,,121.2 d|2,1.05E7|1.73E4,ec,100,,,-1716|13,2221.9|4,204.5|20,-10468|21,6669.02|16,6589.9|23,8017.948|8,180948218.9|16,-48233.8|14,1947 -74,,107,,,,,,,,,,,,,,,, -182,W,,STABLE,,,,,,-2800|100,1764.3|16,-1816.1|16,-9800|13,8083.6|16,7096.7|14,8018.308|4,181948205.7|8,-48246.1|7,1930 -74,,108,26.50 %|16,,,,,,,,,,,,,,, -183,W,,? 6.7 x 1020|y,2.11E28|1.58E32,?,?,+0.11778476 9,,-556|8,1672.4|16,-1072.8|16,-8990|100,6190.84|4,7224.6|14,8008.322|4,182950224.5|8,-46365.6|7,1930 -74,,109,14.31 %|4,,,,,,,,,,,,,,, -184,W,,STABLE,,,,,,-1486|4,1649.1|16,-2866|26,-7967|8,7411.11|13,7701.5|14,8005.077|4,183950933.3|8,-45705.4|7,1930 -74,,110,30.64 %|2,,,,,,,,,,,,,,, -185,W,,75.1 d|3,6.49E6|2.59E4,?-,100,,,431.2|7,1590.1|16,-1993|14,-7239|4,5753.74|5,7837|26,7992.907|4,184953421.3|8,-43387.8|7,1940 -74,,111,,,,,,,,,,,,,,,, -186,W,,STABLE,,,,,,-581.4|12,1116|6,-3900|60,-6760.8|12,7192.0|12,8403|14,7988.601|7,185954365.2|13,-42508.5|12,1930 -74,,112,28.43 %|19,,,,,,,,,,,,,,, -187,W,,24.000 h|4,8.64E4|1.44E1,?-,100,0.621 15,,1312.5|11,950|30,-3010|60,-6048.2|12,5466.76|4,8590|60,7975.116|6,186957161.3|13,-39904.0|12,1940 -74,,113,,,,,,,,,,,,,,,, -188,W,,69.78 d|5,6.03E6|4.32E3,?-,100,,,349|3,410|40,-5060|60,-5523|3,6835|3,9060|60,7969.052|16,187958488|3,-38668|3,1951 -74,,114,,,,,,,,,,,,,,,, -189,W,,10.7 min|5,6.42E2|3E1,?-,100,,,2360|40,280|80,-3790|200,-4670|40,5020|40,9290|70,7953.45|21,188961760|40,-35620|40,1963 -74,,115,,,,,,,,,,,,,,,, -190,W,,30.0 min|15,1.8E3|9E1,?-,100,,,1250|60,-380|60,-5870|200,-4470|40,6840|60,9840|200#,7947.57|21,189963090|40,-34380|40,1976 -74,,116,,,,,,,,,,,,,,,, -192,W,,,,?-,100,,,1940|210#,-1190|360#,-6580|450#,-3370|200#,6540|200#,10450|360#,7924|1#,191968170|210#,-29650|200#,1999 -74,,118,,,,,,,,,,,,,,,, -193,W,,> 300 ns,3E-7|5E15,?-,?,,,3940|200#,-1550|360#,-5420|450#,-2770|210#,4710|280#,10510|450#,7908|1#,192971780|210#,-26290|200#,2009 -74,,119,,,,,,,,,,,,,,,, -194,W,,> 300 ns,3E-7|5E15,?-,?,,,2710|360#,-1920|500#,-7230|580#,-2370|300#,6310|360#,10940|500#,7899|2#,193973670|320#,-24530|300#,2008 -74,,120,,,,,,,,,,,,,,,, -196,W,,> 160 ns,1.6E-7|5E15,?-,?,,,3660|500#,,#,-1370|500#,5940|500#,,7872|2#,195979730|430#,-18880|400#,2012 -74,,122,,,,,,,,,,,,,,,, -197,W,,> 160 ns,1.6E-7|5E15,?-,?,,,5360|500#,,#,-670|500#,4330|570#,,7854|2#,196983750|430#,-15140|400#,2012 -74,,123,,,,,,,,,,,,,,,, -159,RE,,,,,,,,,6760|50,10550|430,,,-1600|50,7795|2,158984170|330,-14740|300,2006 -75,,84,,,,,,,,,,,,,,,, -160,Re,,0.82 ms|+15-9,8.2E-4|1.2E-4,p,91|5,,,,6698|4#,12590|330,,10060|430,-1267|7#,7809|2,159982030|320,-16740|300,1992 -75,,85,,,?,9|5,,,,,,,,,,,, -161,Re,,0.44 ms|1,4.4E-4|1E-5,p,100,,,-10860|430,6328|7#,9710|250,,12170|330,-1197|5#,7836.3|9#,160977630|160#,-20840|150#,1979 -75,,86,,,?,? 1.4,,,,,,,,,,,, -162,Re,,107 ms|13,1.07E-1|1.3E-2,?,94|6,,,-8060|360,6240|5#,11500|200,-20590|440,9730|250,-765|11#,7848|1,161975840|210,-22500|200,1979 -75,,87,,,ec ?+,6|6,,,,,,,,,,,, -163,Re,,390 ms|72,3.9E-1|7.2E-2,ec ?+,68|3,,,-9810|300,6012|8#,8910|60,-19630|300,11570|200,-708|6#,7870.86|11#,162972085|20#,-26002|19#,1979 -75,,88,,,?,32|3,,,,,,,,,,,, -164,Re,,0.53 s|23,5.3E-1|2.3E-1,?,? 58,,,-7050|140#,5926|5#,10760|60#,-19350|300,9540|60#,-150|80#,7881.1|3#,163970510|60#,-27470|50#,1979 -75,,89,,,ec ?+,? 42,,,,,,,,,,,, -165,Re,,1.6 s|6,1.6E0|6E-1,ec ?+,86|8,,,-8860|200,5694|6#,8200|30,-18310|150#,11260|60#,-287|23#,7901.52|14#,164967085|25#,-30660|24#,1981 -75,,90,,,?,14|8,,,,,,,,,,,, -166,Re,,2.25 s|21,2.25E0|2.1E-1,ec ?+,> 76,,,-6460|70#,5460|50#,9990|70#,-18170|210,9310|80#,320|80#,7910.0|4#,165965760|80#,-31890|70#,1978 -75,,91,,,?,< 24,,,,,,,,,,,, -167,Re,,5.9 s|3,5.9E0|3E-1,ec ?+,? 99,,,-8330|80,5279|14,7270|40,-17470|40,11010|80,230|40,7929|0,166962610|40,-34830|40,1992 -75,,92,,,?,? 1,,,,,,,,,,,, -168,Re,,4.4 s|1,4.4E0|1E-1,ec ?+,? 100,,,-5800|30#,5063|13#,9100|30#,-17360|80#,9030|50,990|40#,7935.12|18#,167961570|30#,-35790|30#,1992 -75,,93,,,?,? 5 x 10-3,,,,,,,,,,,, -169,Re,,8.1 s|5,8.1E0|5E-1,ec ?+,100.00|1,,,-7687|28#,5014|14#,6509|19#,-16485|15#,10690|30#,805|16#,7951.39|7#,168958766|12#,-38409|11#,1978 -75,,94,,,?,< 0.01,,,,,,,,,,,, -170,Re,,9.2 s|2,9.2E0|2E-1,ec ?+,100|SY,,,-4987|25#,4760|40#,8378|27#,-16260|30#,8575|26#,1284|28#,7955.06|14#,169958225|25#,-38913|23#,1974 -75,,95,,,,,,,,,,,,,,,, -171,Re,,15.2 s|4,1.52E1|4E-1,ec ?+,100,,,-6950|30#,4680|40#,5840|40#,-15400|30#,10410|40#,1250|30#,7969.41|16#,170955720|30#,-41250|28#,1987 -75,,96,,,,,,,,,,,,,,,, -172,Re,,15 s|3,1.5E1|3E0,ec ?+,100,,,-4290|40#,4430|50#,7560|50#,-15310|40#,8360|50#,1740|50#,7971.67|23#,171955410|40#,-41540|40#,1972 -75,,97,,,,,,,,,,,,,,,, -173,Re,,1.98 min|26,1.19E2|1.56E1,ec ?+,100,,,-6120|30#,4310|40#,5170|40#,-14380|30#,10090|50#,1750|40#,7983.91|16#,172953240|30#,-43554|28#,1986 -75,,98,,,,,,,,,,,,,,,, -174,Re,,2.40 min|4,1.44E2|2.4E0,ec ?+,100,,,-3680|30#,4040|40#,6550|40#,-14310|30#,8190|40#,2230|40#,7985.09|16#,173953110|30#,-43673|28#,1972 -75,,99,,,,,,,,,,,,,,,, -175,Re,,5.89 min|5,3.53E2|3E0,ec ?+,100,,,-5180|30#,4010|40#,4340|40#,-13360|30#,9690|40#,2350|40#,7994.82|16#,174951380|30#,-45288|28#,1967 -75,,100,,,,,,,,,,,,,,,, -176,Re,,5.3 min|3,3.18E2|1.8E1,ec ?+,100,,,-2960|40#,3840|40#,5580|40#,-13030|30#,7850|40#,2720|40#,7993.97|16#,175951620|30#,-45063|28#,1967 -75,,101,,,,,,,,,,,,,,,, -177,Re,,14 min|1,8.4E2|6E1,ec ?+,100.,,,-4310|30#,3700|40#,3430|40#,-12240|40#,9280|40#,2920|40#,8001.22|16#,176950330|30#,-46269|28#,1957 -75,,102,,,,,,,,,,,,,,,, -178,Re,,13.2 min|2,7.92E2|1.2E1,ec ?+,100,,,-2110|30#,3660|40#,4750|30#,-11770|30#,7460|40#,3240|40#,7998.16|16#,177950990|30#,-45653|28#,1957 -75,,103,,,,,,,,,,,,,,,, -179,Re,,19.5 min|1,1.17E3|6E0,ec ?+,100,2.8 4,,-3560|30#,3400|40#,2711|29#,-11111|28#,9000|40#,3466|29#,8003.77|14#,178949990|26#,-46584|25#,1960 -75,,104,,,,,,,,,,,,,,,, -180,Re,,2.46 min|3,1.48E2|1.8E0,ec ?+,100,1.56 17,,-1480|27#,3100|40#,3799|21#,-10889|27#,7320|30#,3831|26#,7999.99|12#,179950792|23#,-45837|21#,1955 -75,,105,,,,,,,,,,,,,,,, -181,Re,,19.9 h|7,7.16E4|2.52E3,ec ?+,100,3.19 7,,-2967|28,2772|13,1716|13,-10231|21,8751|25,4170|13,8004.14|7,180950062|13,-46517|13,1957 -75,,106,,,,,,,,,,,,,,,, -182,Re,,64.2 h|5,2.31E5|1.8E3,ec ?+,100,2.83 6,+4.1 3,-840|100,2730|110#,2800|100,-9970|110,7000|100,4500|100,7998.6|6,181951210|110,-45450|100,1950 -75,,107,,,,,,,,,,,,,,,, -183,Re,,70.0 d|14,6.05E6|1.21E5,ec,100,+3.160 13,+2.1 2,-2150|50,2123|8,556|8,-9272|23,8430|100,4852|8,8001.01|4,182950821|9,-45810|8,1950 -75,,108,,,,,,,,,,,,,,,, -184,Re,,35.4 d|7,3.06E6|6.05E4,ec ?+,100,+2.53 5,+2.8 2,33|4,2288|5,1486|4,-8630|50,6481|9,5143|4,7992.750|23,183952528|5,-44220|4,1940 -75,,109,,,,,,,,,,,,,,,, -185,Re,,STABLE,,,,+3.1871 3,+2.18 2,-1013.1|4,2194.4|15,-431.2|11,-7637.8|5,7671|4,5402.6|7,7991.009|4,184952958.3|9,-43819.0|8,1931 -75,,110,37.40 %|2,,,,,,,,,,,,,,, -186,Re,,3.7183 d|11,3.21E5|9.5E1,?-,92.53|10,+1.739 3,+0.618 6,1072.9|8,2077.9|15,581.4|15,-7192.5|4,6179.38|17,5828.3|7,7981.269|4,185954989.4|9,-41927.1|8,1939 -75,,111,,,ec,7.47|10,,,,,,,,,,,, -187,Re,,4.33 x 1010|y|7,1.37E18|2.21E16,?-,100,+3.2197 3,+2.07 2,2.467|2,1651.4|15,-1312.5|14,-6287.8|5,7360.7|9,5996.9|11,7977.951|4,186955752.3|8,-41216.5|7,1931 -75,,112,62.60 %|2,,?,< 0.0001,,,,,,,,,,,, -188,Re,,17.0040 h|22,6.12E4|7.92E0,?-,100,+1.788 5,+0.572 6,2120.42|15,1398|26,-349|3,-5869.18|4,5871.65|4,6401.8|11,7966.747|4,187958113.7|8,-39016.8|7,1939 -75,,113,,,,,,,,,,,,,,,, -189,Re,,24.3 h|4,8.75E4|1.44E3,?-,100,,,1008|8,990|16,-2360|40,-4913|8,7034|8,6600|9,7961.81|4,188959228|9,-37979|8,1963 -75,,114,,,,,,,,,,,,,,,, -190,Re,,3.1 min|3,1.86E2|1.8E1,?-,100,,,3070|70,550|90,-1250|80,-4720|70,5730|70,7310|80,7950.1|4,189961740|80,-35640|70,1955 -75,,115,,,,,,,,,,,,,,,, -191,Re,,9.8 min|5,5.88E2|3E1,?-,100,,,2045|10,120|60,-3170|40,-3714|10,6790|70,7260|40,7943.96|5,190963123|11,-34350|10,1963 -75,,116,,,,,,,,,,,,,,,, -192,Re,,16 s|1,1.6E1|1E0,?-,100,,,4290|70,-400|90,-1940|210,-3260|70,5310|70,7700|80,7930.2|4,191966090|80,-31590|70,1965 -75,,117,,,,,,,,,,,,,,,, -193,Re,,,,,,,,3160|40,-830|200#,-3940|200,-2420|40,6710|80,7870|200#,7923.94|20,192967540|40,-30230|40,1999 -75,,118,,,,,,,,,,,,,,,, -194,Re,,5 s|1,5E0|1E0,?-,100,,,5200|200#,-1150|280#,-2710|360#,-1910|200#,5080|200#,8240|280#,7909|1#,193970760|210#,-27240|200#,1999 -75,,119,,,,,,,,,,,,,,,, -195,RE,,6 s|1,6E0|1E0,?-,100?,,,3930|300#,-1510|420#,#,-1210|300#,6410|360#,8340|420#,7902|2#,194972540|320#,-25580|300#,2008 -75,,120,,,,,,,,,,,,,,,, -196,Re,,3 s|+1-2,3E0|2E0,?-,100,,,5730|300#,-1900|500#,-3660|500#,-1100|300#,5030|420#,8820|420#,7887|2#,195975800|320#,-22540|300#,2008 -75,,121,,,,,,,,,,,,,,,, -197,Re,,> 160 ns,1.6E-7|5E15,?-,?,,,4810|360#,-2060|500#,-5360|500#,-300|300#,6030|420#,8910|500#,7878|2#,196977990|320#,-20500|300#,2009 -75,,122,,,,,,,,,,,,,,,, -198,Re,,> 160 ns,1.6E-7|5E15,?-,?,,,6700|450#,-2260|640#,#,100|450#,4710|500#,9290|570#,7862|2#,197981600|430#,-17140|400#,2009 -75,,123,,,?- n,?,,,,,,,,,,,, -199,Re,,> 160 ns,1.6E-7|5E15,?-,?,,,5620|450#,,#,900|450#,5790|570#,,7851|2#,198984050|430#,-14860|400#,2012 -75,,124,,,?- n,?,,,,,,,,,,,, -161,OS,,0.64 ms|6,6.4E-4|6E-5,?,? 100,,,,7066|12#,10860|430,,,530|500,7764|2,160989290|430,-9980|400,2010 -76,,85,,,,,,,,,,,,,,,, -162,Os,,2.1 ms|1,2.1E-3|1E-4,?,? 99,,,,6767|3#,8060|360,,12530|500,890|330,7793|2,161984500|320,-14440|300,1989 -76,,86,,,,,,,,,,,,,,,, -163,Os,,5.5 ms|6,5.5E-3|6E-4,?,? 100,,,,6677|8#,9810|300,,9820|420,980|360,7806|2,162982620|320,-16190|300,1981 -76,,87,,,ec ?+,?,,,,,,,,,,,, -164,Os,,21 ms|1,2.1E-2|1E-3,?,98|2,,,-13080|350,6479|5#,7050|160,,12300|330,1710|150#,7833.3|9#,163978080|160#,-20420|150#,1981 -76,,88,,,ec ?+,2|2,,,,,,,,,,,, -165,Os,,71 ms|3,7.1E-2|3E-3,?,90|2,,,-10200|250,6335|6#,8860|200,-22520|370,9440|250,1610|200,7843|1,164976600|210,-21790|200,1978 -76,,89,,,ec ?+,10|2,,,,,,,,,,,, -166,Os,,213 ms|5,2.13E-1|5E-3,?,72|13,,,-12080|200,6143|3#,6460|70,-21910|160,11710|200,2060|30#,7866.34|11#,165972698|19#,-25432|18#,1977 -76,,90,,,ec ?+,28|13,,,,,,,,,,,, -167,Os,,0.81 s|6,8.1E-1|6E-2,?,57|8,,,-9430|70#,5980|50#,8330|80#,-21220|210,9140|70#,1900|100#,7874.0|4#,166971550|80#,-26500|70#,1977 -76,,91,,,ec ?+,43|8,,,,,,,,,,,, -168,Os,,2.1 s|1,2.1E0|1E-1,ec ?+,57|4,,,-11330|60#,5815.6|27#,5800|30#,-20994|21#,11560|70#,2450|40,7895.94|6#,167967799|11#,-29995|10#,1977 -76,,92,,,?,43|4,,,,,,,,,,,, -169,Os,,3.43 s|14,3.43E0|1.4E-1,ec ?+,86.3|8,,,-8630|30#,5713|3#,7687|28#,-20130|60#,8799|27#,2220|40#,7901.28|15#,168967018|27#,-30723|25#,1972 -76,,93,,,?,13.7|8,,,,,,,,,,,, -170,Os,,7.37 s|18,7.37E0|1.8E-1,ec ?+,90.5|10,,,-10570|90,5536.9|27#,4987|25,-19904|25#,11275|27#,2806|15#,7921.13|6#,169963579|10#,-33926|10#,1972 -76,,94,,,?,9.5|10,,,,,,,,,,,, -171,Os,,8.3 s|2,8.3E0|2E-1,ec ?+,98.20|21,,,-7890|40#,5371|4#,6950|30#,-19010|90,8447|20#,2678|29#,7924.20|10#,170963175|19#,-34302|18#,1972 -76,,95,,,?,1.80|21,,,,,,,,,,,, -172,Os,,19.2 s|9,1.92E1|9E-1,ec ?+,99.8,,,-9860|30#,5224|7#,4290|40#,-18900|40#,11013|22#,3280|30#,7942.16|7#,171960017|14#,-37244|13#,1971 -76,,96,,,?,0.2,,,,,,,,,,,, -173,Os,,22.4 s|9,2.24E1|9E-1,ec ?+,99.6|2,,,-7170|19#,5055|6#,6120|30#,-18130|40#,8266|20#,3190|40#,7944.03|9#,172959808|16#,-37438|15#,1971 -76,,97,,,?,0.4|2,,,,,,,,,,,, -174,Os,,44 s|4,4.4E1|4E0,ec,100,,,-9132|26#,4870|10#,3680|30#,-17798|15#,10628|18#,3730|30#,7959.46|6#,173957063|11#,-39995|10#,1971 -76,,98,,,?,0.020|10,,,,,,,,,,,, -175,Os,,1.4 min|1,8.4E1|6E0,ec ?+,100,,,-6711|17#,4560|30#,5180|30#,-17313|27#,8181|16#,3720|30#,7960.73|7#,174956945|13#,-40105|12#,1972 -76,,99,,,,,,,,,,,,,,,, -176,Os,,3.6 min|5,2.16E2|3E1,ec ?+,100,,,-8220|30#,4570|40#,2960|40#,-16770|30#,10060|30#,4100|40#,7972.68|16#,175954810|30#,-42098|28#,1970 -76,,100,,,,,,,,,,,,,,,, -177,Os,,3.0 min|2,1.8E2|1.2E1,ec ?+,100.,,,-5909|25#,4350|30#,4310|30#,-16149|22#,7930|30#,4180|30#,7972.44|8#,176954958|16#,-41956|15#,1970 -76,,101,,,,,,,,,,,,,,,, -178,Os,,5.0 min|4,3E2|2.4E1,ec ?+,100,,,-7292|24#,4260|30#,2110|30#,-15568|24#,9659|20#,4560|30#,7981.91|8#,177953253|15#,-43544|14#,1967 -76,,102,,,?,? 0,,,,,,,,,,,, -179,Os,,6.5 min|3,3.9E2|1.8E1,ec ?+,100,,,-4938|19#,4190|30#,3560|30#,-14839|26#,7547|21#,4660|30#,7979.48|9#,178953817|18#,-43019|17#,1968 -76,,103,,,,,,,,,,,,,,,, -180,Os,,21.5 min|4,1.29E3|2.4E1,ec ?+,100,,,-6380|27#,3860|30#,1480|27#,-14347|19#,9410|23#,5060|30#,7987.42|9#,179952380|18#,-44358|16#,1967 -76,,104,,,,,,,,,,,,,,,, -181,Os,,105 min|3,6.3E3|1.8E2,ec ?+,100,,,-4087|26,3730|40,2967|28,-13640|30,7260|30,5000|30,7983.43|14,180953247|27,-43550|25,1966 -76,,105,,,,,,,,,,,,,,,, -182,Os,,21.84 h|20,7.86E4|7.2E2,ec,100,,,-5560|30,3373|27,840|100,-13217|22,9130|30,5381|25,7989.73|12,181952110|23,-44609|22,1950 -76,,106,,,,,,,,,,,,,,,, -183,Os,,13.0 h|5,4.68E4|1.8E3,ec ?+,100,-0.794 14,+3.1 3,-3460|50,3210|50,2150|50,-12680|50,7130|50,5510|110,7985.01|27,182953120|50,-43660|50,1950 -76,,107,,,,,,,,,,,,,,,, -184,Os,,> 5.6 x 1013|y,1.77E21|1.58E32,?,?,,,-4642|28,2958.7|16,-33|4,-12121|24,8660|50,5732|8,7988.677|5,183952492.9|9,-44252.5|8,1937 -76,,108,0.02 %|1,,2?+,?,,,,,,,,,,,, -185,Os,,93.6 d|5,8.09E6|4.32E4,ec,100,,,-2470|28,3003.0|16,1013.1|12,-11266|28,6624.66|27,5875|4,7981.304|4,184954046.0|9,-42805.9|8,1947 -76,,109,,,,,,,,,,,,,,,, -186,Os,,2.0 x 1015|y|11,6.31E22|3.47E22,?,100,,,-3828|17,2821.2|9,-1072.9|11,-10736|28,8265.4|9,6469.9|8,7982.831|4,185953837.7|8,-42999.9|8,1931 -76,,110,1.59 %|3,,,,,,,,,,,,,,, -187,Os,,STABLE,,,,+0.06465189 6,,-1670|28,2721.7|9,-2.5|10,-10118|17,6290.3|5,6580.8|9,7973.780|4,186955749.6|8,-41218.9|7,1931 -76,,111,1.96 %|2,,,,,,,,,,,,,,, -188,Os,,STABLE,,,,,,-2792|9,2143.2|9,-2120.4|10,-9659|28,7989.61|15,7209.73|15,7973.864|4,187955837.4|8,-41137.2|7,1931 -76,,112,13.24 %|8,,,,,,,,,,,,,,, -189,Os,,STABLE,,,,+0.659933 4,+0.86 3,-537|13,1976.1|8,-1008|8,-8713|9,5920.8|4,7258.9|5,7963.002|4,188958146.0|7,-38986.7|7,1931 -76,,113,16.15 %|5,,,,,,,,,,,,,,, -190,Os,,STABLE,,,,,,-1954.2|12,1375.8|12,-3070|70,-8329|13,7792.34|19,8018|8,7962.104|3,189958445.5|7,-38707.8|6,1931 -76,,114,26.26 %|2,,,,,,,,,,,,,,, -191,Os,,15.4 d|1,1.33E6|8.64E3,?-,100,+0.96 3,+2.53 16,313.6|11,1083.9|12,-2045|10,-7713.0|12,5758.73|11,8050|70,7950.568|3,190960928.2|7,-36395.2|7,1940 -76,,115,,,,,,,,,,,,,,,, -192,Os,,STABLE,,,,,,-1046.6|24,361|4,-4290|70,-7244.7|24,7558.3|22,8821|10,7948.525|12,191961478.9|25,-35882.2|23,1931 -76,,116,40.78 %|19,,,,,,,,,,,,,,, -193,Os,,30.11 h|1,1.08E5|3.6E1,?-,100,+0.7297 16,+0.47 6,1141.9|24,-200|40,-3160|40,-6630.0|24,5583.42|20,9090|70,7936.270|12,192964149.8|25,-33394.3|23,1940 -76,,117,,,,,,,,,,,,,,,, -194,Os,,6.0 y|2,1.89E8|6.31E6,?-,100,,,96.6|20,-480|40,-5200|200,-5970.2|20,7112|3,9490|40,7932.022|12,193965179.5|26,-32435.1|24,1951 -76,,118,,,,,,,,,,,,,,,, -195,Os,,6.5 min|11,3.9E2|6.6E1,?-,?,,,2180|60,-760|70,-3930|300,-5050|60,5150|60,9560|200#,7917.74|28,194968320|60,-29510|60,2004 -76,,119,,,,,,,,,,,,,,,, -196,Os,,34.9 min|2,2.09E3|1.2E1,?-,100,,,1160|60,-1050|200#,-5740|300,-4660|40,6840|70,9990|300#,7912.23|20,195969640|40,-28280|40,1977 -76,,120,,,,,,,,,,,,,,,, -197,OS,,2.8 min|6,1.68E2|3.6E1,?-,100,,,2950|200#,-1450|280#,-4810|360#,-3940|200#,5100|200#,10060|360#,7898|1#,196972830|210#,-25310|200#,2003 -76,,121,,,,,,,,,,,,,,,, -198,OS,,,,?-,100,,,1980|280#,-1740|360#,-6700|450#,-3640|200#,6600|280#,10620|360#,7891|1#,197974410|210#,-23840|200#,2008 -76,,122,,,,,,,,,,,,,,,, -199,OS,,5 s|+4-2,5E0|3E0,?-,100,,,3910|200#,-1900|360#,-5620|450#,-2730|280#,4720|280#,10630|450#,7875|1#,198978010|210#,-20480|200#,2008 -76,,123,,,,,,,,,,,,,,,, -200,OS,,6 s|+4-3,6E0|4E0,?-,100,,,2830|360#,-2320|500#,#,-2450|300#,6370|360#,11210|500#,7868|1#,199979840|320#,-18780|300#,2005 -76,,124,,,,,,,,,,,,,,,, -201,Os,,> 160 ns,1.6E-7|5E15,?-,?,,,4660|360#,-2520|500#,#,-1700|360#,4530|420#,,7851|1#,200983640|320#,-15240|300#,2009 -76,,125,,,,,,,,,,,,,,,, -202,Os,,> 160 ns,1.6E-7|5E15,?-,?,,,3690|500#,,#,-1260|450#,5920|500#,,7842|2#,201985950|430#,-13090|400#,2009 -76,,126,,,,,,,,,,,,,,,, -203,Os,,> 160 ns,1.6E-7|5E15,?-,?,,,7050|570#,,#,1060|500#,2620|570#,,7816|2#,202991800|430#,-7640|400#,2012 -76,,127,,,?- n,?,,,,,,,,,,,, -164,Ir,,,,,,,,,6970|100,13080|350,,,-1560|100,7749|2,163992120|340,-7340|310, -77,,87,,,,,,,,,,,,,,,, -165,Ir,,< 1 ?s,1E-6,?,?,,,,6820|50,10200|250,,12320|350,-1540|50,7776|1,164987550|170,-11590|160, -77,,88,,,p,?,,,,,,,,,,,, -166,Ir,,10.5 ms|22,1.05E-2|2.2E-3,?,93|3,,,-8620|360,6722|6#,12080|200,,9830|250,-1152|8#,7789|1,165985660|210,-13350|200,1981 -77,,89,,,p,7|3,,,,,,,,,,,, -167,Ir,,35.2 ms|20,3.52E-2|2E-3,?,48|6,,,-10460|300,6504.9|26#,9430|70,-20410|300,11790|200,-1070|4#,7812.82|11#,166981672|20#,-17072|18#,1981 -77,,90,,,p,32|4,,,,,,,,,,,, -,,,,,ec ?+,20|10,,,,,,,,,,,, -168,Ir,,222 ms|+60-40,2.22E-1|5E-2,?,? 100,,,-7660|140#,6381|9#,11330|60#,-20120|310,9670|60#,-550|90#,7823.8|3#,167979960|60#,-18670|60#,1978 -77,,91,,,ec ?+,?,,,,,,,,,,,, -,,,,,p,?,,,,,,,,,,,, -169,Ir,,0.353 s|4,3.53E-1|4E-3,?,45|12,,,-9580|200,6141|4#,8630|30,-19160|150#,11500|60#,-612|22#,7845.60|14#,168976281|25#,-22094|23#,1978 -77,,92,,,ec ?+,?,,,,,,,,,,,, -,,,,,p,?,,,,,,,,,,,, -170,Ir,,0.87 s|+18-12,8.7E-1|1.5E-1,ec ?+,94.8|17,,,-7060|90,6110|50,10570|90,-18920|210,9340|90,-70|90,7854|1,169974920|90,-23360|90,1977 -77,,93,,,?,5.2|17,,,,,,,,,,,, -171,Ir,,3.2 s|+13-7,3.2E0|1E0,?,> 0,,,-8940|80#,5994|13,7890|40#,-18180|40#,11120|100,-230|40#,7873.49|22#,170971650|40#,-26410|40#,1967 -77,,94,,,p,?,,,,,,,,,,,, -,,,,,ec ?+,?,,,,,,,,,,,, -172,Ir,,4.4 s|3,4.4E0|3E-1,ec ?+,? 98,,,-6270|30#,5991|10#,9860|30#,-17980|80#,9040|50#,370|40#,7880.26|19#,171970610|30#,-27380|30#,1967 -77,,95,,,?,? 2,,,,,,,,,,,, -173m1,Ir,,9.0 s|8,9E0|8E-1,ec ?+,> 93,,,-8330|60#,5716|10#,7170|19#,-17233|15#,10960|30#,314|15#,7898.07|6#,172967505|12#,-30268|11#,1967 -77,,96,,,?,< 7,,,,,,,,,,,, -174,Ir,,7.9 s|6,7.9E0|6E-1,ec,99.5|3,,,-5545|26#,5625|10#,9132|26#,-16990|60#,8666|27#,714|29#,7902.48|14#,173966867|26#,-30863|24#,1967 -77,,97,,,?,0.5|3,,,,,,,,,,,, -175,Ir,,9 s|2,9E0|2E0,ec ?+,99.15|28,,,-7681|22#,5430|30#,6711|17#,-16148|16#,10602|27#,688|16#,7917.91|7#,174964150|13#,-33395|12#,1967 -77,,98,,,?,0.85|28,,,,,,,,,,,, -176,Ir,,8.7 s|5,8.7E0|5E-1,ec ?+,96.9|6,,,-4944|21#,5230|40#,8220|30#,-16236|25#,8555|21#,1062|20#,7921.53|9#,175963630|18#,-33878|17#,1967 -77,,99,,,?,3.1|6,,,,,,,,,,,, -177,Ir,,30 s|2,3E1|2E0,ec ?+,99.94|1,,,-6677|25#,5080|30#,5909|25#,-15185|23#,10240|26#,1240|30#,7934.63|11#,176961301|21#,-36047|20#,1967 -77,,100,,,?,0.06|1,,,,,,,,,,,, -178,Ir,,12 s|2,1.2E1|2E0,ec ?+,100,,,-4254|22#,5000|30#,7292|24#,-14953|25#,8276|28#,1584|25#,7936.55|11#,177961082|21#,-36252|20#,1972 -77,,101,,,,,,,,,,,,,,,, -179,Ir,,79 s|1,7.9E1|1E0,ec ?+,100,,,-5814|13#,4780|30#,4938|19#,-14156|14#,9901|22#,1826|17#,7947.52|5#,178959118|10#,-38082|10#,1992 -77,,102,,,,,,,,,,,,,,,, -180,Ir,,1.5 min|1,9E1|6E0,ec ?+,100,,,-3542|24#,4660|40#,6380|27#,-13781|23#,7967|24#,2247|27#,7947.63|12#,179959229|23#,-37978|22#,1972 -77,,103,,,,,,,,,,,,,,,, -181,Ir,,4.90 min|15,2.94E2|9E0,ec ?+,100,,,-5082|15,4381|28,4087|26,-13098|12,9557|22,2394|17,7956.523|29,180957635|6,-39463|5,1972 -77,,104,,,,,,,,,,,,,,,, -182,Ir,,15.0 min|10,9E2|6E1,ec ?+,100,+2.6 2,-1.7 6,-2883|25,4180|30,5560|30,-12741|25,7660|22,2790|30,7954.89|11,181958076|23,-39052|21,1961 -77,,105,,,,,,,,,,,,,,,, -183,Ir,,58 min|6,3.48E3|3.6E2,ec ?+,100,2.36 8,,-4431|29,3960|30,3460|60,-12106|28,9220|30,2880|30,7961.82|13,182956840|26,-40203|24,1961 -77,,106,,,,,,,,,,,,,,,, -184,Ir,,3.09 h|3,1.11E4|1.08E2,ec ?+,100,+0.696 5,+2.41 3,-2280|30,3800|40,4642|28,-11910|30,7480|40,3240|60,7959.20|15,183957480|30,-39611|28,1960 -77,,107,,,,,,,,,,,,,,,, -185,Ir,,14.4 h|1,5.18E4|3.6E2,ec ?+,100,2.605 13,-2.06 14,-3650|40,3760|30,2470|28,-11070|30,8800|40,3372|28,7963.72|15,184956700|30,-40336|28,1958 -77,,108,,,,,,,,,,,,,,,, -186,Ir,,16.64 h|3,5.99E4|1.08E2,ec ?+,100,+3.88 5,-2.55 3,-1308|27,3850|100,3828|17,-10560|30,6910|30,3655|17,7958.05|9,185957947|18,-39172|17,1958 -77,,109,,,,,,,,,,,,,,,, -187,Ir,,10.5 h|3,3.78E4|1.08E3,ec ?+,100,+0.171 1,+0.941 11,-2860|40,3835|29,1670|28,-9760|40,8450|30,3838|28,7960.67|15,186957540|30,-39549|28,1958 -77,,110,,,,,,,,,,,,,,,, -188,Ir,,41.5 h|5,1.49E5|1.8E3,ec ?+,100,+0.302 10,+0.484 6,-524|9,3450|10,2792|9,-9731|26,6867|29,4415|9,7954.85|5,187958835|10,-38345|9,1950 -77,,111,,,,,,,,,,,,,,,, -189,Ir,,13.2 d|1,1.14E6|8.64E3,ec,100,0.13 +8-4,+0.878 10,-1980|14,2945|13,537|13,-8700|14,8176|16,4601|13,7956.02|7,188958723|13,-38450|13,1955 -77,,112,,,,,,,,,,,,,,,, -190,Ir,,11.78 d|10,1.02E6|8.64E3,ec ?+,100,0.04 1,+2.85 14,552.9|13,2748.6|15,1954.2|15,-8356|10,6375|13,5055.8|12,7947.701|7,189960543.4|15,-36753.5|14,1947 -77,,113,,,?+,< 0.002,,,,,,,,,,,, -191,Ir,,STABLE,,,,+0.1507 6,+0.816 9,-1011|4,2082.8|12,-313.6|15,-7473.6|12,8026.5|4,5290.0|11,7948.113|7,190960591.5|14,-36708.8|13,1935 -77,,114,37.3 %|2,,,,,,,,,,,,,,, -192,Ir,,73.829 d|11,6.38E6|9.5E2,?-,95.24|4,+1.924 10,+2.22 7,1452.9|23,1756.3|12,1046.6|27,-7209|4,6198.12|11,5729.3|11,7938.999|7,191962602.5|14,-34835.6|13,1937 -77,,115,,,ec,4.76|4,,,,,,,,,,,, -193,Ir,,STABLE,,,,+0.1637 6,+0.751 9,-56.6|3,1018|8,-1141.9|27,-6319.1|23,7771.99|20,5943.0|24,7938.133|7,192962923.8|14,-34536.2|13,1935 -77,,116,62.7 %|2,,,,,,,,,,,,,,, -194,Ir,,19.28 h|13,6.94E4|4.68E2,?-,100,+0.39 1,+0.339 12,2228.4|13,680|70,-96.6|27,-6123.4|3,6066.79|11,6426.4|24,7928.487|7,193965075.8|14,-32531.7|13,1937 -77,,117,,,,,,,,,,,,,,,, -195,Ir,,2.29 h|17,8.24E3|6.12E2,?-,100,,,1101.6|13,233|10,-2180|60,-5003.5|13,7231.86|6,6546.1|20,7924.915|7,194965977.0|14,-31692.3|13,1952 -77,,118,,,,,,,,,,,,,,,, -196,Ir,,52 s|1,5.2E1|1E0,?-,100,,,3210|40,-270|80,-1160|60,-4710|40,5810|40,7210|70,7914.15|20,195968400|40,-29440|40,1966 -77,,119,,,,,,,,,,,,,,,, -197,Ir,,5.8 min|5,3.48E2|3E1,?-,100,,,2156|20,-460|40,-2960|200,-3691|20,6900|40,7280|40,7909.00|10,196969657|22,-28264|20,1952 -77,,120,,,,,,,,,,,,,,,, -198,Ir,,8 s|1,8E0|1E0,?-,100,,,4080|200#,-1010|280#,-1980|280#,-3470|200#,5630|200#,7800|280#,7897|1#,197972280|210#,-25820|200#,1973 -77,,121,,,,,,,,,,,,,,,, -199,Ir,,6 s|+5-4,6E0|5E0,?-,?,,,2990|40,-1240|300#,-3910|200,-2570|40,6650|200#,7850|200#,7891.21|21,198973810|40,-24400|40,1993 -77,,122,,,,,,,,,,,,,,,, -200,IR,,> 300 ns,3E-7|5E15,?-,?,,,4990|200#,-1490|360#,-2830|360#,-2290|200#,5280|200#,8420|280#,7878|1#,199976800|210#,-21610|200#,2008 -77,,123,,,,,,,,,,,,,,,, -201,IR,,> 300 ns,3E-7|5E15,?-,?,,,3840|200#,-1820|360#,-4660|360#,-1370|200#,6360|280#,8410|360#,7871|1#,200978640|210#,-19900|200#,2008 -77,,124,,,,,,,,,,,,,,,, -202,IR,,11 s|3,1.1E1|3E0,?-,100,,,5920|300#,-2060|500#,-3690|500#,-1110|300#,4950|360#,8830|420#,7856|1#,201981990|320#,-16780|300#,2008 -77,,125,,,,,,,,,,,,,,,, -203,Ir,,> 160 ns,1.6E-7|5E15,?-,?,,,4940|450#,-2250|570#,-7050|570#,-70|400#,5980|500#,8890|570#,7847|2#,202984230|430#,-14690|400#,2009 -77,,126,,,,,,,,,,,,,,,, -204,Ir,,> 160 ns,1.6E-7|5E15,?-,?,,,8230|450#,,#,1870|450#,3070|570#,9340|570#,7824|2#,203989600|430#,-9690|400#, -77,,127,,,?- n,?,,,,,,,,,,,, -205,Ir,,> 160 ns,1.6E-7|5E15,?-,?,,,7010|580#,,#,3890|540#,4340|640#,,7807|2#,204993600|540#,-5960|500#,2012 -77,,128,,,?- n,?,,,,,,,,,,,, -166,Pt,,300 ?s|100,3E-4|1E-4,?,100,,,,7286|15#,8620|360,,,430|340,7732|2,165994920|320,-4730|300,1996 -78,,88,,,,,,,,,,,,,,,, -167,Pt,,0.7 ms|2,7E-4|2E-4,?,100,,,,7160|50#,10460|300,,9950|430,550|360,7746|2,166992900|320,-6610|300,1996 -78,,89,,,,,,,,,,,,,,,, -168,Pt,,2.02 ms|10,2.02E-3|1E-4,?,? 100,,,,6990|3#,7660|160,,12470|340,1220|150#,7773.6|9#,167988180|160#,-11010|150#,1981 -78,,90,,,,,,,,,,,,,,,, -169,Pt,,7.0 ms|2,7E-3|2E-4,?,? 100,,,-10720|360,6858|5#,9580|200,,9580|250,1130|200,7784|1,168986570|210,-12510|200,1981 -78,,91,,,,,,,,,,,,,,,, -170,Pt,,13.8 ms|5,1.38E-2|5E-4,?,98|2,,,-12550|200,6707|3#,7060|90,-22580|300,11860|200,1490|30#,7808.24|11#,169982502|20#,-16299|18#,1981 -78,,92,,,ec ?+,?,,,,,,,,,,,, -171,Pt,,45.5 ms|25,4.55E-2|2.5E-3,?,90|7,,,-9910|80#,6607|3#,8940|80#,-21790|210,9240|70#,1400|110,7816.6|4#,170981250|80#,-17470|70#,1981 -78,,93,,,ec ?+,10|7,,,,,,,,,,,, -172,Pt,,97.6 ms|13,9.76E-2|1.3E-3,?,94|6,,,-11790|60#,6463|4#,6270|30#,-21616|23#,11710|70#,1980|40#,7839.25|6#,171977341|11#,-21107|10#,1981 -78,,94,,,ec ?+,6|6,,,,,,,,,,,, -173,Pt,,382 ms|2,3.82E-1|2E-3,?,86|4,,,-9110|60#,6350|50#,8330|60#,-20700|80#,8910|60#,1850|60#,7845.4|3#,172976440|60#,-21940|60#,1966 -78,,95,,,ec ?+,16|6,,,,,,,,,,,, -174,Pt,,0.889 s|17,8.89E-1|1.7E-2,?,76|8,,,-11080|90,6183|3#,5545|26,-20557|25#,11450|60#,2339|15#,7866.12|6#,173972820|11#,-25318|10#,1966 -78,,96,,,ec ?+,24|8,,,,,,,,,,,, -175,Pt,,2.53 s|6,2.53E0|6E-2,?,64|5,,,-8310|40#,6164|4#,7681|22#,-19550|90,8467|21#,2140|30#,7869.55|10#,174972395|20#,-25713|18#,1966 -78,,97,,,ec ?+,36|5,,,,,,,,,,,, -176,Pt,,6.33 s|15,6.33E0|1.5E-1,ec ?+,60|2,,,-10410|40#,5885.1|21#,4944|21#,-19600|40#,11292|22#,2828|18#,7888.99|7#,175968938|14#,-28934|13#,1966 -78,,98,,,?,40|2,,,,,,,,,,,, -177,Pt,,10.6 s|4,1.06E1|4E-1,ec ?+,94.3|5,,,-7825|18#,5642.9|27#,6677|25#,-18920|40#,8508|20#,2781|22#,7892.49|8#,176968470|16#,-29370|15#,1966 -78,,99,,,?,5.7|5,,,,,,,,,,,, -178,Pt,,20.7 s|7,2.07E1|7E-1,ec ?+,92.3|3,,,-9694|14#,5573.0|22#,4254|22#,-18524|15#,10698|18#,3239|22#,7908.25|6#,177965649|11#,-31998|10#,1966 -78,,100,,,?,7.7|3,,,,,,,,,,,, -179,Pt,,21.2 s|4,2.12E1|4E-1,ec ?+,99.76|3,+0.43 3,,-7280|14#,5412|9#,5814|13#,-18036|13#,8342|13#,3305|21#,7910.67|4#,178965359|9#,-32268|8#,1966 -78,,101,,,?,0.24|3,,,,,,,,,,,, -180,Pt,,56 s|3,5.6E1|3E0,ec ?+,? 99.7,,,-8810|12#,5240|30#,3542|24#,-17519|16#,10239|14#,3643|15#,7923.61|6#,179963032|12#,-34436|11#,1966 -78,,102,,,?,? 0.3,,,,,,,,,,,, -181,Pt,,52.0 s|22,5.2E1|2.2E0,ec ?+,? 100,+0.484 21,,-6510|24,5150|5,5082|15,-16827|14,8017|18,3693|26,7924.13|8,180963090|15,-34382|14,1966 -78,,103,,,?,? 0.08,,,,,,,,,,,, -182,Pt,,2.67 min|12,1.6E2|7.2E0,ec ?+,99.962|2,,,-7868|24,4951|5,2883|25,-16369|24,9858|19,3994|14,7934.75|7,181961172|14,-36168|13,1963 -78,,104,,,?,0.038|2,,,,,,,,,,,, -183,Pt,,6.5 min|10,3.9E2|6E1,ec ?+,100,+0.502 5,,-5581|18,4822|9,4431|29,-15543|26,7675|20,4010|26,7933.34|8,182961597|17,-35772|16,1963 -78,,105,,,?,0.0096|5,,,,,,,,,,,, -184,Pt,,17.3 min|2,1.04E3|1.2E1,ec ?+,100,,,-7016|27,4599|8,2280|30,-15214|18,9633|22,4420|29,7942.57|8,183959920|17,-37334|16,1963 -78,,106,,,?,? 0.001,,,,,,,,,,,, -185,Pt,,70.9 min|24,4.25E3|1.44E2,ec ?+,< 100,-0.774 14,+4.3 5,-4830|26,4437|10,3650|40,-14440|30,7430|30,4370|40,7939.78|14,184960614|28,-36688|26,1960 -78,,107,,,,,,,,,,,,,,,, -186,Pt,,2.08 h|5,7.49E3|1.8E2,ec ?+,100,,,-6150|30,4320|18,1308|27,-14078|22,9250|30,4820|40,7946.81|12,185959351|23,-37864|22,1961 -78,,108,,,?,? 0.00014,,,,,,,,,,,, -187,Pt,,2.35 h|3,8.46E3|1.08E2,ec ?+,100,-0.401 4,-0.99 4,-3657|27,4550|60,2860|40,-13040|30,6890|30,4802|29,7941.17|13,186960617|26,-36685|24,1961 -78,,109,,,,,,,,,,,,,,,, -188,Pt,,10.2 d|3,8.81E5|2.59E4,ec,99.999974|3,,,-5450|6,4007|5,524|11,-12864|23,9207|25,5561|28,7947.902|28,187959398|6,-37821|5,1954 -78,,110,,,?,2.6 x 10-5|3,,,,,,,,,,,, -189,Pt,,10.87 h|12,3.91E4|4.32E2,ec ?+,100,-0.421 5,-1.03 5,-2887|22,3912|10,1980|16,-12169|10,6720|11,5413|14,7941.40|5,188960849|11,-36469|10,1955 -78,,111,,,,,,,,,,,,,,,, -190,Pt,,6.5 x 1011|y|3,2.05E19|9.47E17,?,100,,,-4473|4,3268.6|6,-552.9|15,-11796|20,8908|10,6146|13,7946.493|3,189959949.9|7,-37306.4|7,1949 -78,,112,0.012 %|2,,,,,,,,,,,,,,, -191,Pt,,2.83 d|2,2.45E5|1.73E3,ec,100,-0.501 5,-0.89 5,-1900|6,3096|4,1011|4,-10936|5,6463|4,6234|4,7938.727|22,190961676|4,-35698|4,1948 -78,,113,,,,,,,,,,,,,,,, -192,Pt,,STABLE,,,,,,-3516|16,2423.9|25,-1452.9|29,-10562|6,8661.5|29,6868.7|23,7942.491|13,191961042.7|28,-36288.5|26,1935 -78,,114,0.782 %|24,,,,,,,,,,,,,,, -193,Pt,,50 y|6,1.58E9|1.89E8,ec,100,+0.603 8,,-1075|9,2082.2|12,56.6|19,-9779|16,6262.5|23,6933.0|4,7933.786|7,192962984.6|15,-34479.6|14,1948 -78,,115,,,,,,,,,,,,,,,, -194,Pt,,STABLE,,,,,,-2548.1|21,1522.8|5,-2228.4|14,-9427|9,8351.8|13,7512.8|12,7935.941|3,193962683.5|5,-34760.1|5,1935 -78,,116,32.86 %|40,,,,,,,,,,,,,,, -195,Pt,,STABLE,,,,+0.60952 6,,-226.8|10,1176.4|5,-1101.6|14,-8653.2|21,6105.10|12,7551.1|13,7926.552|3,194964794.4|5,-32793.8|5,1935 -78,,117,33.78 %|24,,,,,,,,,,,,,,, -196,Pt,,STABLE,,,,,,-1506|3,812.8|23,-3210|40,-8148.8|10,7921.98|13,8241.2|13,7926.529|3,195964954.7|5,-32644.5|5,1935 -78,,118,25.21 %|34,,,,,,,,,,,,,,, -197,Pt,,19.8915 h|19,7.16E4|6.84E0,?-,100,0.51 2,,720.0|5,549.6|23,-2156|20,-7352|3,5846.56|26,8270|40,7915.971|3,196967343.1|6,-30419.7|5,1936 -78,,119,,,,,,,,,,,,,,,, -198,Pt,,STABLE,,2?-,?,,,-323.2|21,106|3,-4080|200,-6835.6|21,7555.6|21,8929|20,7914.150|11,197967896.7|23,-29904.0|21,1935 -78,,120,7.36 %|13,,2?-,,,,,,,,,,,,, -199,Pt,,30.80 min|21,1.85E3|1.26E1,?-,100,,,1705.1|21,-300|60,-2990|40,-5879.2|21,5556.0|5,8860|200#,7902.300|11,198970597.0|23,-27388.7|22,1937 -78,,121,,,,,,,,,,,,,,,, -200,Pt,,12.6 h|3,4.54E4|1.08E3,?-,100,,,640|30,-750|40,-4990|200,-5577|20,7282|20,9490|50,7899.20|10,199971445|22,-26599|20,1957 -78,,122,,,,,,,,,,,,,,,, -201,Pt,,2.5 min|1,1.5E2|6E0,?-,100,,,2660|50,-860|200#,-3840|200,-4570|60,5210|50,9420|200#,7885.83|25,200974510|50,-23740|50,1962 -78,,123,,,,,,,,,,,,,,,, -202,Pt,,44 h|15,1.58E5|5.4E4,?-,100,,,1660|30,-1280|200#,-5920|300,-4363|25,7020|60,10080|200#,7881.56|12,201975639|27,-22692|25,1992 -78,,124,,,,,,,,,,,,,,,, -203,PT,,10 s|3,1E1|3E0,?-,100,,,3520|200#,-1570|280#,-4940|450#,-3340|200#,5010|200#,10140|360#,7867|1#,202978930|210#,-19630|200#,2008 -78,,125,,,,,,,,,,,,,,,, -204,PT,,10.3 s|14,1.03E1|1.4E0,?-,100,,,2730|280#,-1570|360#,-8230|450#,-2850|200#,6370|280#,10520|450#,7860|1#,203980760|210#,-17920|200#,2008 -78,,126,,,,,,,,,,,,,,,, -205,PT,,> 300 ns,3E-7|5E15,?-,?,,,5800|360#,-150|420#,-7010|580#,-390|360#,3120|360#,10570|500#,7837|1#,204986080|320#,-12970|300#,2009 -78,,127,,,,,,,,,,,,,,,, -206,Pt,,> 160 ns,1.6E-7|5E15,?-,?,,,4580|420#,1030|500#,#,1070|360#,4740|420#,10960|580#,7822|1#,205989660|320#,-9630|300#,2012 -78,,128,,,?- n,?,,,,,,,,,,,, -207,Pt,,> 160 ns,1.6E-7|5E15,?-,?,,,6270|500#,670|570#,#,1600|500#,2980|500#,,7798|2#,206995130|430#,-4540|400#,2012 -78,,129,,,?- n,?,,,,,,,,,,,, -208,Pt,,> 160 ns,1.6E-7|5E15,?-,?,,,5110|500#,,#,1750|500#,4520|570#,,7783|2#,207998940|430#,-990|400#,2012 -78,,130,,,?- n,?,,,,,,,,,,,, -170,Au,,0.30 ms|+6-4,3E-4|5E-5,p,85|10,,,,7177|15#,12550|200,,10030|360,-1472|12#,7730|1,169995970|210,-3750|200,2002 -79,,91,,,?,15|10,,,,,,,,,,,, -171,Au,,17 ?s|+9-5,1.7E-5|7E-6,p,? 100,,,-11040|300,7085|11#,9910|80,,11880|200,-1448|10#,7754.11|12#,170991882|22#,-7562|21#,1997 -79,,92,,,?,?,,,,,,,,,,,, -172,Au,,22 ms|+6-4,2.2E-2|5E-3,?,? 100,,,-8260|140#,6923|10#,11790|60#,-20870|310,9830|60#,-860|90#,7766.2|3#,171990000|60#,-9320|60#,1993 -79,,93,,,p,?,,,,,,,,,,,, -,,,,,ec ?+,?,,,,,,,,,,,, -173,Au,,26.3 ms|12,2.63E-2|1.2E-3,?,94|19,,,-10120|200,6836|5#,9110|60,-19850|150#,11590|60#,-986|21#,7788.24|13#,172986224|24#,-12832|23#,1983 -79,,94,,,ec ?+,?,,,,,,,,,,,, -,,,,,p,?,,,,,,,,,,,, -174,Au,,120 ms|20,1.2E-1|2E-2,?,> 0,,,-7590|90,6699|7#,11080|90,-19600|210,9470|90,-420|100,7798|1,173984720|90,-14230|90,1983 -79,,95,,,,,,,,,,,,,,,, -175,Au,,,,?,100|LE,,,-9430|80#,6583|4#,8310|40#,-18830|40#,11240|100,-630|40#,7817.59|22#,174981320|40#,-17400|40#,1975 -79,,96,,,,,,,,,,,,,,,, -176,Au,,,,,,,,-6740|30#,6433|7#,10410|40#,-18620|80#,9190|50#,100|40#,7825.38|19#,175980120|40#,-18520|30#,1975 -79,,97,,,,,,,,,,,,,,,, -177,Au,,1462 ms|32,1.46E0|3.2E-2,?,? 100,,,-8760|80#,6298|4#,7825|18#,-17831|15#,11100|30#,-100|15#,7843.86|6#,176976870|11#,-21545|10#,1968 -79,,98,,,ec ?+,?,,,,,,,,,,,, -178,Au,,2.6 s|5,2.6E0|5E-1,ec ?+,? 60,,,-5988|15#,6135|25#,9694|14#,-17590|80#,8830|15#,222|18#,7849.40|6#,177976056|11#,-22304|10#,1968 -79,,99,,,?,? 40,,,,,,,,,,,, -179,Au,,7.1 s|3,7.1E0|3E-1,ec ?+,78.0|9,,,-8060|30#,5981|5#,7280|14#,-16744|16#,10756|15#,280|15#,7865.64|6#,178973174|13#,-24989|12#,1968 -79,,100,,,?,22.0|9,,,,,,,,,,,, -180,Au,,8.4 s|6,8.4E0|6E-1,ec ?+,? 98.2,,,-5375|14#,5828|17#,8810|12#,-16769|28#,8708|13#,646|9#,7870.318|27#,179972490|5#,-25626|5#,1977 -79,,101,,,?,? 1.8,,,,,,,,,,,, -181,Au,,13.7 s|14,1.37E1|1.4E0,ec ?+,97.3|5,,,-7210|25#,5751.4|29#,6510|24#,-15692|24#,10317|21#,724|23#,7883.83|11#,180970079|21#,-27871|20#,1968 -79,,102,,,?,2.7|5,,,,,,,,,,,, -182,Au,,15.5 s|4,1.55E1|4E-1,ec ?+,99.87|5,1.30 10,,-4724|23,5526|4,7868|24,-15711|25,8501|28,1208|24,7887.23|11,181969618|22,-28301|20,1970 -79,,103,,,?,0.13|5,,,,,,,,,,,, -183,Au,,42.8 s|10,4.28E1|1E0,ec ?+,99.45|25,+1.972 23,,-6387|12,5465.3|29,5581|18,-14686|14,9962|22,1312|16,7898.56|5,182967588|10,-30191|9,1968 -79,,104,,,?,0.55|25,,,,,,,,,,,, -184,Au,,20.6 s|9,2.06E1|9E-1,ec ?+,100,+2.07 2,+4.65 26,-3970|24,5234|5,7016|27,-14585|23,8199|24,1835|27,7900.19|12,183967452|24,-30319|22,1969 -79,,105,,,?,? 0.016,,,,,,,,,,,, -185,Au,,4.25 min|6,2.55E2|3.6E0,ec ?+,99.74|6,+2.170 17,,-5674|14,5180|5,4830|26,-13580|10,9611|22,1813|16,7909.440|14,184965798.9|28,-31858.1|26,1960 -79,,106,,,?,0.26|6,,,,,,,,,,,, -186,Au,,10.7 min|5,6.42E2|3E1,ec ?+,100,-1.272 22,+3.10 6,-3176|24,4912|14,6150|30,-13602|25,7928|21,2320|30,7909.54|11,185965953|23,-31715|21,1960 -79,,107,,,?,8 x 10-4|2,,,,,,,,,,,, -187,Au,,8.3 min|2,4.98E2|1.2E1,ec ?+,100,+0.531 12,,-4910|26,4751|29,3660|30,-12560|25,9380|30,2450|30,7917.43|12,186964543|24,-33028|22,1955 -79,,108,,,?,0.003|SY,,,,,,,,,,,, -188,Au,,8.84 min|6,5.3E2|3.6E0,ec ?+,100,-0.067 28,,-2169|13,4815|28,5450|6,-12325|14,7415|22,2975|24,7914.753|14,187965248.0|29,-32371.3|27,1955 -79,,109,,,,,,,,,,,,,,,, -189,Au,,28.7 min|3,1.72E3|1.8E1,ec ?+,100,+0.494 14,,-3960|40,4330|30,2887|22,-11451|24,9282|20,3050|21,7921.99|11,188963948|22,-33582|20,1955 -79,,110,,,?,< 3 x 10-5,,,,,,,,,,,, -190,Au,,42.8 min|10,2.57E3|6E1,ec ?+,100,-0.065 7,,-1463|16,3914|17,4473|4,-11280|30,7323|20,3653|11,7918.834|18,189964752|4,-32834|3,1959 -79,,111,,,?,< 1 x 10-6,,,,,,,,,,,, -191,Au,,3.18 h|8,1.14E4|2.88E2,ec ?+,100,+0.1369 7,+0.730 17,-3206|23,3327|28,1900|6,-10499|17,9036|6,3780|5,7924.681|26,190963716|5,-33798|5,1954 -79,,112,,,,,,,,,,,,,,,, -192,Au,,4.94 h|9,1.78E4|3.24E2,ec ?+,100,-0.0107 15,-0.228 8,-761|22,3148|18,3516|16,-10252|27,7046|17,4363|16,7920.10|8,191964818|17,-32772|16,1948 -79,,113,,,,,,,,,,,,,,,, -193,Au,,17.65 h|15,6.35E4|5.4E2,ec ?+,100,+0.1396 5,+0.664 20,-2343|14,2620|15,1075|9,-9465|18,8704|18,4405|9,7924.16|4,192964138|9,-33405|9,1948 -79,,114,,,,,,,,,,,,,,,, -194,Au,,38.02 h|10,1.37E5|3.6E2,ec ?+,100,+0.0763 13,-0.240 9,-28|4,2116.7|25,2548.1|22,-9221|16,6878|9,5021.3|25,7918.774|11,193965419.1|23,-32211.9|21,1948 -79,,115,,,,,,,,,,,,,,,, -195,Au,,186.01 d|6,1.61E7|5.18E3,ec,100,,,-1554|23,1716.8|16,226.8|12,-8454|3,8426.4|23,5095.9|10,7921.377|6,194965037.9|12,-32567.0|11,1948 -79,,116,,,,,,,,,,,,,,,, -196,Au,,6.1669 d|6,5.33E5|5.18E1,ec ?+,93.0|3,,,687|3,1272|3,1506|3,-8197|23,6643|3,5634|3,7914.855|15,195966571|3,-31139|3,1937 -79,,117,,,?-,7.0|3,,,,,,,,,,,, -197,Au,,STABLE,,,,,,-600|3,971.6|13,-720.0|8,-7385.1|29,8072.3|29,5784.2|5,7915.654|3,196966570.1|6,-31139.7|5,1935 -79,,118,100 %,,,,,,,,,,,,,,, -198,Au,,2.6941 d|2,2.33E5|1.73E1,?-,100,+0.5934 4,+0.64 2,1373.5|5,526.0|14,323.2|22,-7112|3,6512.36|9,6450.0|5,7908.567|3,197968243.7|6,-29580.8|5,1937 -79,,119,,,,,,,,,,,,,,,, -199,Au,,3.139 d|7,2.71E5|6.05E2,?-,100,+0.2715 7,+0.510 16,452.3|6,173.6|14,-1705.1|22,-6210.7|5,7584.28|6,6478.7|21,7906.937|3,198968766.6|6,-29093.7|5,1937 -79,,120,,,,,,,,,,,,,,,, -200,Au,,48.4 min|3,2.9E3|1.8E1,?-,100,,,2263|27,-230|50,-640|30,-5765|27,6218|27,7140|27,7898.49|13,199970757|29,-27240|27,1951 -79,,121,,,,,,,,,,,,,,,, -201,Au,,26.0 min|8,1.56E3|4.8E1,?-,100,,,1262|3,-562|20,-2660|50,-4969|3,7232|27,7091|20,7895.175|16,200971658|3,-26401|3,1952 -79,,122,,,,,,,,,,,,,,,, -202,Au,,28.4 s|12,2.84E1|1.2E0,?-,100,,,2992|23,-960|200#,-1660|30,-4762|23,6024|24,7900|60,7885.91|11,201973856|25,-24353|23,1967 -79,,123,,,,,,,,,,,,,,,, -203,Au,,60 s|6,6E1|6E0,?-,100,,,2126|3,-1170|40,-3520|200,-3869|3,6862|23,7740|25,7880.864|15,202975154|3,-23143|3,1952 -79,,124,,,,,,,,,,,,,,,, -204,Au,,39.8 s|9,3.98E1|9E-1,?-,100,,,4040|200#,-1460|280#,-2730|280#,-3450|200#,5580|200#,8310|280#,7870|1#,203977830|210#,-20650|200#,1972 -79,,125,,,,,,,,,,,,,,,, -205,Au,,31 s|2,3.1E1|2E0,?-,100,,,3520|200#,-1300|280#,-5800|360#,-2150|200#,6190|280#,8140|280#,7861|1#,204979850|210#,-18770|200#,1994 -79,,126,,,,,,,,,,,,,,,, -206,AU,,40 s|15,4E1|1.5E1,?-,100,,,6730|300#,140|420#,-4580|420#,0|300#,3520|360#,8540|420#,7840|1#,205984740|320#,-14210|300#,2009 -79,,127,,,,,,,,,,,,,,,, -207,AU,,> 300 ns,3E-7|5E15,?-,?,,,5680|300#,1450|500#,-6270|500#,2060|300#,4670|420#,8470|420#,7825|1#,206988390|320#,-10810|300#,2010 -79,,128,,,?- n,?,,,,,,,,,,,, -208,AU,,> 300 ns,3E-7|5E15,?-,?,,,7160|300#,1160|500#,-5110|500#,2310|300#,3360|420#,8850|500#,7804|1#,207993450|320#,-6100|300#,2010 -79,,129,,,?- n,?,,,,,,,,,,,, -209,AU,,> 300 ns,3E-7|5E15,?-,100,,,6100|430#,990|640#,#,2650|400#,4510|500#,8840|560#,7788|2#,208997270|430#,-2540|400#,2010 -79,,130,,,,,,,,,,,,,,,, -210,AU,,> 300 ns,3E-7|5E15,?-,?,,,7690|450#,,#,2900|430#,3200|570#,,7766|2#,210002500|430#,2330|400#,2010 -79,,131,,,?- n,?,,,,,,,,,,,, -171,HG,,59 ?s|+36-16,5.9E-5|2.6E-5,?,? 100,,,,7668|15#,11040|300,,,60|360,7685|2,171003740|320,3480|300,2004 -80,,91,,,,,,,,,,,,,,,, -172,Hg,,231 ?s|9,2.31E-4|9E-6,?,? 100,,,,7524|6#,8260|160,,12610|340,790|150#,7713.6|9#,171998860|160#,-1060|150#,1999 -80,,92,,,,,,,,,,,,,,,, -173,Hg,,0.80 ms|8,8E-4|8E-5,?,100|4,,,,7378|4#,10120|200,,9720|250,680|200,7725|1,172997090|210,-2710|200,1999 -80,,93,,,,,,,,,,,,,,,, -174,Hg,,2.1 ms|+18-7,2.1E-3|1.3E-3,?,99.6|4,,,,7233|6#,7590|90,,12000|200,1100|30#,7749.78|11#,173992871|21#,-6641|19#,1997 -80,,94,,,,,,,,,,,,,,,, -175,Hg,,10.6 ms|4,1.06E-2|4E-4,?,100,,,,7072|5#,9430|80,,9400|80#,1030|110,7759.2|4#,174991440|80#,-7970|70#,1983 -80,,95,,,,,,,,,,,,,,,, -176,Hg,,20.3 ms|14,2.03E-2|1.4E-3,?,94|12,,,-12370|80#,6897|6#,6740|30#,,11880|70#,1670|40#,7782.66|6#,175987348|12#,-11785|11#,1983 -80,,96,,,,,,,,,,,,,,,, -177,Hg,,127.3 ms|18,1.27E-1|1.8E-3,?,85,,,-9440|80#,6740|50#,8760|80#,-21440|110#,9070|80#,1550|80#,7789.9|4#,176986280|80#,-12780|80#,1975 -80,,97,,,ec ?+,15,,,,,,,,,,,, -178,Hg,,266.5 ms|24,2.67E-1|2.4E-3,?,? 70,,,-11530|90,6577|3#,5988|15,-21047|24#,11600|80#,2060|15#,7811.36|6#,177982484|12#,-16316|11#,1971 -80,,98,,,ec ?+,? 30,,,,,,,,,,,, -179,Hg,,1.05 s|3,1.05E0|3E-2,?,55|25,,,-8660|50#,6360|30#,8060|30#,-20210|90,8684|29#,1913|29#,7816.24|15#,178981827|29#,-16928|27#,1970 -80,,99,,,ec ?+,45|25,,,,,,,,,,,, -,,,,,ec p,? 0.15,,,,,,,,,,,, -180,Hg,,2.59 s|1,2.59E0|1E-2,ec ?+,52|2,,,-10860|60#,6258.5|24#,5375|14#,-20050|40#,11390|30#,2551|17#,7836.11|7#,179978260|14#,-20250|13#,1970 -80,,100,,,?,48|2,,,,,,,,,,,, -181,Hg,,3.6 s|1,3.6E0|1E-1,ec ?+,73|2,+0.5071 7,,-7862|18,6284|4,7210|25,-19350|60,8482|20,2325|16,7839.68|8,180977819|17,-20661|15,1969 -80,,101,,,?,27|2,,,,,,,,,,,, -,,,,,ec p,0.013|3,,,,,,,,,,,, -,,,,,ec ?,9 x 10-6|6,,,,,,,,,,,, -182,Hg,,10.83 s|6,1.08E1|6E-2,ec ?+,86.2|9,,,-10249|15,5996|5,4724|23,-18849|13,10987|18,2995|22,7856.97|5,181974689|11,-23577|10,1968 -80,,102,,,?,13.8|9,,,,,,,,,,,, -183,Hg,,9.4 s|7,9.4E0|7E-1,ec ?+,88.3|20,+0.524 5,,-7217|12,6039|4,6387|12,-18548|14,8299|12,2793|21,7859.39|4,182974445|8,-23805|7,1969 -80,,103,,,?,11.7|20,,,,,,,,,,,, -,,,,,ec p,0.00026|6,,,,,,,,,,,, -184,Hg,,30.87 s|26,3.09E1|2.6E-1,ec ?+,98.89|6,,,-9466|14,5662|4,3970|24,-17833|14,10616|12,3446|14,7874.37|5,183971713|11,-26349|10,1969 -80,,104,,,?,1.11|6,,,,,,,,,,,, -185,Hg,,49.1 s|10,4.91E1|1E0,ec ?+,94|1,+0.508 3,,-6426|25,5773|4,5674|14,-17372|17,7906|17,3154|26,7874.54|7,184971891|15,-26184|14,1960 -80,,105,,,?,6|1,,,,,,,,,,,, -186,Hg,,1.38 min|6,8.28E1|3.6E0,ec ?+,99.984|5,,,-8652|25,5204|10,3176|24,-16853|24,10427|18,3970|12,7888.26|6,185969362|13,-28539|12,1960 -80,,106,,,?,0.016|5,,,,,,,,,,,, -187,Hg,,1.9 min|3,1.14E2|1.8E1,ec ?+,100,-0.594 4,-0.75 25,-5673|16,5230|14,4910|26,-16303|26,7650|18,3692|25,7886.99|7,186969814|15,-28118|14,1960 -80,,107,,,?,< 3.7 x 10-4,,,,,,,,,,,, -188,Hg,,3.25 min|15,1.95E2|9E0,ec ?+,99.999963|8,,,-7870|30,4707|16,2169|13,-15829|15,10155|19,4463|25,7899.05|6,187967577|13,-30202|12,1960 -80,,108,,,?,3.7 x 10-5|8,,,,,,,,,,,, -189,Hg,,7.6 min|1,4.56E2|6E0,ec ?+,100,-0.6086 8,-0.8 4,-5010|30,4640|40,3960|40,-15360|40,7500|30,4540|30,7896.92|17,188968190|30,-29630|30,1955 -80,,109,,,?,< 0.00003,,,,,,,,,,,, -190,Hg,,20.0 min|5,1.2E3|3E1,ec ?+,100,,,-6999|18,4069|27,1463|16,-14826|18,9820|40,5078|26,7907.02|8,189966322|17,-31371|16,1959 -80,,110,,,?,< 3.4 x 10-7,,,,,,,,,,,, -191,Hg,,49 min|10,2.94E3|6E2,ec ?+,100,,,-4309|23,3670|30,3206|23,-14291|24,7293|27,5047|23,7903.80|12,190967158|24,-30592|22,1954 -80,,111,,,,,,,,,,,,,,,, -192,Hg,,4.85 h|20,1.75E4|7.2E2,ec,100,,,-6140|40,3384|16,761|22,-13800|17,9491|27,5503|16,7912.07|8,191965634|17,-32012|16,1952 -80,,112,,,,,,,,,,,,,,,, -193,Hg,,3.80 h|15,1.37E4|5.4E2,ec ?+,100,-0.62757 18,,-3585|17,2982|18,2343|18,-13260|40,7122|22,5579|22,7907.97|8,192966653|17,-31062|16,1952 -80,,113,,,,,,,,,,,,,,,, -194,Hg,,444 y|77,1.4E10|2.43E9,ec,100,,,-5246|14,2698|3,28|4,-12778|7,9193|16,6068|9,7914.597|15,193965449|3,-32183.9|29,1962 -80,,114,,,,,,,,,,,,,,,, -195,Hg,,10.53 h|3,3.79E4|1.08E2,ec ?+,100,+0.5414749 14,,-2858|26,2260|23,1554|23,-12147|27,6901|23,6090|23,7909.40|12,194966706|25,-31013|23,1952 -80,,115,,,,,,,,,,,,,,,, -196,Hg,,STABLE,,,,,,-4329|12,2038|4,-687|4,-11742|11,8884|23,6548|3,7914.369|15,195965833|3,-31825.9|29,1930 -80,,116,0.15 %|1,,,,,,,,,,,,,,, -197,Hg,,64.14 h|5,2.31E5|1.8E2,ec,100,,,-2199|17,1514|3,600|3,-11115|13,6785.6|15,6690|3,7908.640|16,196967214|3,-30540|3,1941 -80,,117,,,,,,,,,,,,,,,, -198,Hg,,STABLE,,,,,,-3426|8,1380.8|6,-1373.5|7,-10684|16,8485|3,7103.5|5,7911.552|2,197966769.2|5,-30954.3|5,1925 -80,,118,9.97 %|20,,,,,,,,,,,,,,, -199,Hg,,STABLE,,,,+0.5058855 9,,-1487|28,822.9|7,-452.3|8,-10089|8,6663.1|6,7254.3|6,7905.279|3,198968281.0|6,-29546.1|5,1925 -80,,119,16.87 %|22,,,,,,,,,,,,,,, -200,Hg,,STABLE,,,,,,-2456|6,716.3|7,-2263|27,-9515|28,8028.52|11,7698.5|6,7905.895|3,199968326.9|6,-29503.3|5,1925 -80,,120,23.10 %|19,,,,,,,,,,,,,,, -201,Hg,,STABLE,,,,-0.5602257 14,+0.387 6,-482|14,332.3|8,-1262|3,-8687|6,6230.6|6,7711|27,7897.560|4,200970303.0|8,-27662.5|7,1925 -80,,121,13.18 %|9,,,,,,,,,,,,,,, -202,Hg,,STABLE,,,,,,-1365.1|16,133.8|22,-2992|23,-8236|14,7754.10|20,8234|3,7896.850|3,201970643.6|8,-27345.3|7,1920 -80,,122,29.86 %|26,,,,,,,,,,,,,,, -203,Hg,,46.594 d|12,4.03E6|1.04E3,?-,100,+0.84895 13,+0.343 36,492.1|12,-305.5|27,-2126|3,-7360.4|19,5995.3|16,8205|23,7887.482|8,202972872.3|17,-25269.3|16,1943 -80,,123,,,,,,,,,,,,,,,, -204,Hg,,STABLE,,,,,,-344.0|12,-516|20,-4040|200,-7000.1|12,7492.2|16,8836|3,7885.545|2,203973494.0|5,-24690.1|5,1920 -80,,124,6.87 %|15,,,,,,,,,,,,,,, -205,Hg,,5.14 min|9,3.08E2|5.4E0,?-,100,,,1533|4,-970|50,-3520|200,-6013|4,5669|4,8930|200#,7874.732|18,204976073|4,-22288|4,1940 -80,,125,,,,,,,,,,,,,,,, -206,Hg,,8.32 min|7,4.99E2|4.2E0,?-,100,,,1308|20,-680|30,-6730|300,-5196|20,6729|21,9460|200#,7869.17|10,205977514|22,-20946|20,1961 -80,,126,,,,,,,,,,,,,,,, -207,Hg,,2.9 min|2,1.74E2|1.2E1,?-,100,,,4550|30,710|200#,-5680|300,-2310|30,3610|40,9560|300#,7848.61|14,206982300|30,-16490|30,1982 -80,,127,,,,,,,,,,,,,,,, -208,Hg,,41 min|+5-4,2.46E3|2.7E2,?-,100,,,3480|30,2230|200#,-7160|300,-300|30,4850|40,9740|300#,7834.19|15,207985760|30,-13270|30,1994 -80,,128,,,,,,,,,,,,,,,, -209,Hg,,36 s|+7-4,3.6E1|6E0,?-,100,,,5000|150#,1900|330#,-6100|430#,30|150#,3450|150#,9830|330#,7813|1#,208990720|160#,-8640|150#,1998 -80,,129,,,,,,,,,,,,,,,, -210,HG,,,,,,,,3880|200#,1840|360#,-7690|450#,210|200#,4790|250#,10110|440#,7799|1#,209994240|210#,-5360|200#,1998 -80,,130,,,,,,,,,,,,,,,, -211,HG,,> 300 ns,3E-7|5E15,?-,?,,,5450|200#,1490|450#,#,550|200#,3330|280#,10240|450#,7778|1#,210999330|210#,-620|200#,2010 -80,,131,,,?- n,?,,,,,,,,,,,, -212,HG,,> 300 ns,3E-7|5E15,?-,?,,,4310|360#,1320|500#,#,760|300#,4690|360#,,7763|1#,212002960|320#,2760|300#,2010 -80,,132,,,?- n,?,,,,,,,,,,,, -213,HG,,> 300 ns,3E-7|5E15,?- n,?,,,5880|300#,,#,1150|360#,3160|420#,,7741|1#,213008230|320#,7670|300#,2010 -80,,133,,,?-,?,,,,,,,,,,,, -214,HG,,> 300 ns,3E-7|5E15,?- n,?,,,4710|450#,,#,1320|400#,4560|500#,,7727|2#,214012000|430#,11180|400#,2010 -80,,134,,,?-,?,,,,,,,,,,,, -215,HG,,> 300 ns,3E-7|5E15,?-,?,,,6300|500#,,#,1670|450#,3040|570#,,7705|2#,215017400|430#,16210|400#,2010 -80,,135,,,?- n,?,,,,,,,,,,,, -216,HG,,> 300 ns,3E-7|5E15,?-,?,,,5140|500#,,#,1880|500#,4420|570#,,7690|2#,216021320|430#,19860|400#,2010 -80,,136,,,?- n,?,,,,,,,,,,,, -176,TL,,5.2 ms|+30-14,5.2E-3|2.2E-3,p,? 100,,,,7470|90#,12370|80,,,-1265|18#,7708.0|4#,176000620|80#,580|80#,2004 -81,,95,,,,,,,,,,,,,,,, -177,Tl,,18 ms|5,1.8E-2|5E-3,?,73|13,,,,7067|7#,9440|80,,11990|80#,-1155|19#,7732.17|12#,176996414|23#,-3341|22#,1999 -81,,96,,,p,27|13,,,,,,,,,,,, -178,TL,,254 ms|+11-9,2.54E-1|1E-2,?,? 53,,,-8360|90,7020|10#,11530|90,,9520|90,-700|120,7742|1,177994860|100,-4790|90,1997 -81,,97,,,ec ?+,? 47,,,,,,,,,,,, -179,Tl,,0.23 s|4,2.3E-1|4E-2,?,< 100,,,-10320|80#,6711|3#,8660|50#,-19910|50#,11550|100,-760|40#,7763.49|22#,178991120|40#,-8270|40#,1983 -81,,98,,,p,?,,,,,,,,,,,, -,,,,,ec ?+,?,,,,,,,,,,,, -180,Tl,,1.09 s|1,1.09E0|1E-2,ec ?+,94|4,,,-7450|60#,6710|50#,10860|60#,-19510|100#,9190|70#,-250|70#,7771.4|3#,179989920|60#,-9390|60#,1987 -81,,99,,,?,6|4,,,,,,,,,,,, -,,,,,ec SF,3.2 x 10-3|2,,,,,,,,,,,, -181,Tl,,3.2 s|3,3.2E0|3E-1,?,? 10,,,-9680|80,6321|6,7862|18,-18929|15,11480|60,-163|14,7791.92|5,180986260|10,-12799|9,1996 -81,,100,,,,,,,,,,,,,,,, -182,Tl,,3.1 s|10,3.1E0|1E0,ec ?+,97.5|25,,,-6503|17,6551|6,10249|15,-18280|80,8601|15,-44|19,7796.36|6,181985692|13,-13328|12,1991 -81,,101,,,?,< 5,,,,,,,,,,,, -183,Tl,,6.9 s|7,6.9E0|7E-1,ec ?+,> 0,1.62 4,,-9010|30,5976|9,7217|12,-17833|15,11331|15,299|14,7815.67|5,182982193|10,-16587|9,1980 -81,,102,,,?,?,,,,,,,,,,,, -184,Tl,,10.1 s|5,1.01E1|5E-1,ec ?+,97.9|7,,,-5832|16,6317|9,9466|14,-17380|30,8367|14,368|12,7818.67|5,183981875|11,-16883|10,1976 -81,,103,,,?,2.1|7,,,,,,,,,,,, -185,Tl,,19.5 s|5,1.95E1|5E-1,ec ?+,?,,,-8217|26,5688|5,6426|25,-16778|24,10946|23,698|23,7835.57|11,184978789|22,-19758|21,1976 -81,,104,,,,,,,,,,,,,,,, -186m1,Tl,,27.5 s|10,2.75E1|1E0,ec ?+,100,0.497 9,0.06 10,-5205|25,5990|30,8652|25,-16417|28,8200|30,992|26,7837.53|12,185978651|24,-19887|22,1975 -81,,105,,,?,? 0.006,,,,,,,,,,,, -187,Tl,,? 51 s,5.1E1,ec ?+,100,1.55 6,,-7458|10,5322|7,5673|16,-15834|14,10629|24,1194|14,7852.46|4,186975905|9,-22445|8,1976 -81,,106,,,?,? 0.03,,,,,,,,,,,, -188,Tl,,71 s|2,7.1E1|2E0,ec ?+,100,,,-4520|30,5560|40,7870|30,-15420|30,7960|30,1510|30,7853.05|16,187976020|30,-22340|30,1970 -81,,107,,,,,,,,,,,,,,,, -189,Tl,,2.3 min|2,1.38E2|1.2E1,ec ?+,100,,,-6772|16,4817|9,5010|30,-14872|14,10350|30,1703|15,7866.27|4,188973574|9,-24616|8,1972 -81,,108,,,,,,,,,,,,,,,, -190m1,Tl,,2.6 min|3,1.56E2|1.8E1,ec ?+,100,+0.254 2,-0.329 9,-3955|15,4918|22,6999|18,-14599|16,7827|12,2030|30,7866.06|4,189973836|9,-24372|8,1970 -81,,109,,,,,,,,,,,,,,,, -191,Tl,,,,,,,,-6050|40,4320|23,4309|23,-13938|15,9982|11,2201|18,7877.14|4,190971784|8,-26283|7,1974 -81,,110,,,,,,,,,,,,,,,, -192,Tl,,9.6 min|4,5.76E2|2.4E1,ec ?+,100,+0.200 3,-0.335 11,-3320|30,4070|30,6140|40,-13710|50,7660|30,2570|40,7876.02|16,191972220|30,-25870|30,1961 -81,,111,,,,,,,,,,,,,,,, -193,Tl,,21.6 min|8,1.3E3|4.8E1,ec ?+,100,+1.5912 22,,-5280|50,3680|21,3585|17,-12993|15,9680|30,2755|17,7885.34|3,192970502|7,-27477|7,1960 -81,,112,,,,,,,,,,,,,,,, -194,Tl,,33.0 min|5,1.98E3|3E1,ec ?+,100,0.140 3,-0.282 7,-2730|22,3471|14,5246|14,-12810|50,7532|15,3164|21,7883.52|7,193971081|15,-26937|14,1960 -81,,113,,,?,< 1 x 10-7,,,,,,,,,,,, -195,Tl,,1.16 h|5,4.18E3|1.8E2,ec ?+,100,+1.58 4,,-4448|21,3218|12,2858|26,-12019|21,9289|18,3260|11,7890.73|6,194969774|12,-28155|11,1955 -81,,114,,,,,,,,,,,,,,,, -196,Tl,,1.84 h|3,6.62E3|1.08E2,ec ?+,100,,,-2148|14,2851|20,4329|12,-11860|22,7413|16,3772|26,7888.29|6,195970481|13,-27497|12,1955 -81,,115,,,,,,,,,,,,,,,, -197,Tl,,2.84 h|4,1.02E4|1.44E2,ec ?+,100,,,-3596|17,2638|18,2199|17,-11065|18,8916|20,3805|17,7893.51|8,196969574|18,-28342|16,1955 -81,,116,,,,,,,,,,,,,,,, -198,Tl,,5.3 h|5,1.91E4|1.8E3,ec ?+,100,0.00 1,,-1461|12,2258|8,3426|8,-10855|9,7258|18,4277|8,7890.30|4,197970447|8,-27529|8,1949 -81,,117,,,,,,,,,,,,,,,, -199,Tl,,7.42 h|8,2.67E4|2.88E2,ec ?+,100,+1.60 2,,-2830|30,2083|28,1487|28,-10063|29,8602|29,4394|28,7893.88|14,198969880|30,-28059|28,1949 -81,,118,,,,,,,,,,,,,,,, -200,Tl,,26.1 h|1,9.4E4|3.6E2,ec ?+,100,0.04 1,,-796|12,1667|6,2456|6,-9887|12,7059|29,4790|6,7889.703|29,199970964|6,-27047|6,1949 -81,,119,,,,,,,,,,,,,,,, -201,Tl,,3.0421 d|17,2.63E5|1.47E2,ec,100,+1.605 2,,-1910|19,1534|14,482|14,-9001|18,8205|15,4967|14,7891.27|7,200970820|15,-27181|14,1950 -81,,120,,,,,,,,,,,,,,,, -202,Tl,,12.31 d|8,1.06E6|6.91E3,ec ?+,100,,,-40|4,1175.6|17,1365.1|18,-8780|14,6871|14,5606.6|16,7886.219|8,201972109.1|17,-25980.2|16,1940 -81,,121,,,,,,,,,,,,,,,, -203,Tl,,STABLE,,,,+1.62225787 12,,-975|6,907.4|12,-492.1|20,-7892|4,7852.5|15,5705.0|11,7886.053|6,202972344.0|13,-25761.4|12,1931 -81,,122,29.52 %|1,,,,,,,,,,,,,,, -204,Tl,,3.783 y|12,1.19E8|3.79E5,?-,97.08|7,0.09 1,,763.75|18,469|27,344.0|12,-7631|6,6656.08|28,6365.8|12,7880.023|6,203973863.3|12,-24346.1|12,1953 -81,,123,,,ec ?+,2.92|7,,,,,,,,,,,, -205,Tl,,STABLE,,,,,,-50.6|5,155|3,-1533|4,-6782.3|5,7546.0|5,6419.7|13,7878.394|6,204974427.2|13,-23820.9|12,1931 -81,,124,70.48 %|1,,,,,,,,,,,,,,, -206,Tl,,4.202 min|11,2.52E2|6.6E-1,?-,100,,,1532.2|6,-325|23,-1308|20,-6554.4|6,6503.8|4,7255|4,7871.721|6,205976110.0|14,-22253.4|13,1935 -81,,125,,,,,,,,,,,,,,,, -207,Tl,,4.77 min|3,2.86E2|1.8E0,?-,100,+1.876 5,,1418|5,-316|6,-4550|30,-5320|5,6852|5,7378|21,7866.797|26,206977419|6,-21034|5,1908 -81,,126,,,,,,,,,,,,,,,, -208,Tl,,3.053 min|4,1.83E2|2.4E-1,?-,100,0.292 13,,4998.5|17,1470|200#,-3480|30,-2369.4|17,3787|6,7550|30,7847.183|9,207982018.0|20,-16750.1|19,1909 -81,,127,,,,,,,,,,,,,,,, -209,Tl,,2.162 min|7,1.3E2|4.2E-1,?-,100,,,3970|6,2700|200#,-5000|150,33|6,4966|6,7670|30,7833.397|29,208985352|7,-13645|6,1950 -81,,128,,,,,,,,,,,,,,,, -210,Tl,,1.30 min|3,7.8E1|1.8E0,?-,100,,,5482|12,2540|300#,-3880|200,296|12,3674|13,7890|150#,7813.59|5,209990073|12,-9247|12,1909 -81,,129,,,?- n,0.007|+7-4,,,,,,,,,,,, -211,TL,,88 s|+46-29,8.8E1|3.8E1,?-,100,,,4410|40,2310|300#,-5450|200,580|40,4900|40,8000|200#,7799.79|20,210993470|40,-6080|40,1998 -81,,130,,,?- n,?,,,,,,,,,,,, -212,TL,,96 s|+42-38,9.6E1|4E1,?-,100,,,6000|200#,2120|360#,-4310|360#,870|200#,3540|200#,8220|280#,7780|1#,211998330|210#,-1550|200#,1998 -81,,131,,,?- n,?,,,,,,,,,,,, -213,TL,,46 s|+55-26,4.6E1|4.1E1,?-,100,,,4987|28,1900|400#,-5880|300,1261|27,4740|200#,8260|300#,7765.43|13,213001915|29,1784|27,2010 -81,,132,,,?- n,?,,,,,,,,,,,, -214,TL,,> 300 ns,3E-7|5E15,?- n,?,,,6650|200#,1710|450#,-4710|450#,1600|200#,3390|200#,8490|360#,7745|1#,214006940|210#,6460|200#,2010 -81,,133,,,?-,?,,,,,,,,,,,, -215,TL,,> 300 ns,3E-7|5E15,?- n,?,,,5570|300#,,-6300|500#,2020|300#,4620|360#,8560|500#,7730|1#,215010640|320#,9910|300#,2010 -81,,134,,,?-,?,,,,,,,,,,,, -216,TL,,> 300 ns,3E-7|5E15,?- n,?,,,7240|360#,,-5140|500#,2300|300#,3260|420#,8780|500#,7710|1#,216015800|320#,14720|300#,2010 -81,,135,,,?-,?,,,,,,,,,,,, -217,TL,,> 300 ns,3E-7|5E15,?-,?,,,6070|500#,,#,2760|450#,4480|500#,8830|570#,7695|2#,217019660|430#,18310|400#,2010 -81,,136,,,?- n,?,,,,,,,,,,,, -178,PB,,0.12 ms|+22-5,1.2E-4|1.4E-4,?,? 100,,,,7790|14#,8360|90,,,370|30#,7690.83|13#,178003837|26#,3574|24#,2001 -82,,96,,,,,,,,,,,,,,,, -179,PB,,3.5 ms|+14-8,3.5E-3|1.1E-3,?,100,,,,7598|20#,10320|80,,9590|80#,450|120,7701.5|4#,179002200|80#,2050|80#,2010 -82,,97,,,,,,,,,,,,,,,, -180,Pb,,4.1 ms|3,4.1E-3|3E-4,?,? 100,,,,7419|5#,7450|60,,12060|80#,960|40#,7725.70|7#,179997916|13#,-1941|12#,1996 -82,,98,,,,,,,,,,,,,,,, -181,Pb,,45 ms|20,4.5E-2|2E-2,?,< 100,,,,7240|7,9680|80,,9250|80,1020|100,7734.1|4,180996650|80,-3120|80,1989 -82,,99,,,,,,,,,,,,,,,, -182,Pb,,55 ms|5,5.5E-2|5E-3,?,? 98,,,,7066|6,6503|17,,11780|80,1315|15,7756.33|7,181992673|13,-6825|12,1986 -82,,100,,,ec ?+,? 2,,,,,,,,,,,, -183,Pb,,535 ms|30,5.35E-1|3E-2,?,? 90,-1.158 5,+0.6 18,,6928|7,9010|30,,8820|30,1540|30,7762.15|15,182991870|30,-7575|28,1980 -82,,101,,,,,,,,,,,,,,,, -184,Pb,,490 ms|25,4.9E-1|2.5E-2,?,80|15,,,-12110|80,6774|3,5832|16,,11550|30,1753|16,7782.72|7,183988136|14,-11052|13,1980 -82,,102,,,ec ?+,20|15,,,,,,,,,,,, -185,Pb,,6.3 s|4,6.3E0|4E-1,?,34|25,-1.10 4,,-9300|80#,6695|5,8217|26#,-20680|80,8561|21,1947|19,7786.93|9,184987610|17,-11541|16,1975 -82,,103,,,ec ?+,?,,,,,,,,,,,, -186,Pb,,4.82 s|3,4.82E0|3E-2,ec ?+,60|8,,,-11536|20,6470|6,5205|25,-20520|80#,11212|20,2213|24,7805.35|6,185984238|12,-14682|11,1972 -82,,104,,,?,40|8,,,,,,,,,,,, -187,Pb,,15.2 s|3,1.52E1|3E-1,ec ?+,90.5|20,,,-8604|11,6393|6,7458|10,-19912|18,8376|12,2389|23,7808.400|27,186983911|5,-14987|5,1972 -82,,105,,,?,9.5|20,,,,,,,,,,,, -188,Pb,,25.1 s|1,2.51E1|1E-1,ec ?+,90.7|8,,,-10621|15,6109|3,4520|30,-19503|15,10900|12,2660|13,7824.84|6,187980875|11,-17815|11,1972 -82,,106,,,?,9.3|8,,,,,,,,,,,, -189,Pb,,39 s|8,3.9E1|8E0,ec ?+,? 100,-1.081 9,+0.5 18,-7779|25,5915|4,6772|16,-18721|18,8100|18,2800|30,7826.30|7,188980844|15,-17844|14,1972 -82,,107,,,?,? 0.4,,,,,,,,,,,, -190,Pb,,71 s|1,7.1E1|1E0,ec ?+,99.60|4,,,-9817|26,5698|5,3955|15,-18423|24,10644|19,3090|15,7841.13|7,189978082|13,-20417|13,1972 -82,,108,,,?,0.40|4,,,,,,,,,,,, -191,Pb,,1.33 min|8,7.98E1|4.8E0,ec ?+,99.987|5,,,-6990|40,5460|40,6050|40,-17700|40,7890|40,3150|40,7841.36|19,190978280|40,-20230|40,1974 -82,,109,,,?,0.013|5,,,,,,,,,,,, -192,Pb,,3.5 min|1,2.1E2|6E0,ec ?+,99.9941|7,,,-9020|30,5221|5,3320|30,-17388|15,10400|40,3562|15,7854.67|7,191975785|14,-22556|13,1974 -82,,110,,,?,0.0059|7,,,,,,,,,,,, -193,Pb,,,,ec ?+,?,,,-6310|50,5010|60,5280|50,-16730|60,7710|50,3610|60,7853.92|26,192976170|50,-22190|50,1974 -82,,111,,,,,,,,,,,,,,,, -194,Pb,,10.7 min|6,6.42E2|3.6E1,ec ?+,100,,,-8179|18,4738|17,2730|22,-16395|19,10080|50,4020|19,7865.42|9,193974012|19,-24208|17,1960 -82,,112,,,?,7.3 x 10-6|29,,,,,,,,,,,, -195,Pb,,? 15 min,9E2,ec ?+,100,,,-5682|19,4459|29,4448|21,-15750|19,7571|25,4059|23,7863.91|9,194974549|19,-23708|18,1957 -82,,113,,,,,,,,,,,,,,,, -196,Pb,,37 min|3,2.22E3|1.8E2,ec ?+,? 100,,,-7339|26,4238|17,2148|14,-15394|9,9712|20,4482|13,7873.34|4,195972787|8,-25348|8,1957 -82,,114,,,?,? 3 x 10-5,,,,,,,,,,,, -197,Pb,,8.1 min|17,4.86E2|1.02E2,ec ?+,100,-1.075 2,-0.08 17,-5058|10,3892|16,3596|17,-14808|25,7468|9,4538|13,7871.282|24,196973435|5,-24745|5,1955 -82,,115,,,,,,,,,,,,,,,, -198,Pb,,2.4 h|1,8.64E3|3.6E2,ec ?+,100,,,-6698|29,3692|9,1461|12,-14452|12,9393|10,5015|19,7878.97|4,197972015|9,-26067|9,1955 -82,,116,,,,,,,,,,,,,,,, -199,Pb,,90 min|10,5.4E3|6E2,ec ?+,100,-1.0742 12,+0.08 9,-4434|15,3357|25,2830|30,-13930|30,7236|13,4992|13,7875.74|5,198972913|11,-25232|10,1950 -82,,117,,,,,,,,,,,,,,,, -200,Pb,,21.5 h|4,7.74E4|1.44E3,ec,100,,,-5880|25,3150|11,796|12,-13525|15,9091|15,5480|30,7881.81|5,199971818|12,-26251|11,1950 -82,,118,,,,,,,,,,,,,,,, -201,Pb,,9.33 h|3,3.36E4|1.08E2,ec ?+,100,+0.6753 5,-0.01 4,-3855|20,2844|14,1910|20,-12972|26,7091|18,5513|15,7877.88|7,200972870|15,-25271|14,1950 -82,,119,,,,,,,,,,,,,,,, -202,Pb,,52.5 x 103|y|28,1.66E12|8.84E10,ec,100,,,-5199|16,2589|4,40|4,-12595|16,8741|14,6049|15,7882.150|19,201972152|4,-25941|4,1954 -82,,120,,,?,1|LT,,,,,,,,,,,, -203,Pb,,51.92 h|3,1.87E5|1.08E2,ec,100,+0.6864 5,+0.095 52,-3262|14,2335|7,975|7,-12116|17,6917|8,6095|7,7877.40|3,202973391|7,-24787|7,1942 -82,,121,,,,,,,,,,,,,,,, -204,Pb,,? 1.4 x 1017|y,4.42E24|1.58E32,?,?,,,-4464|9,1968.5|11,-763.7|16,-11656|13,8395|6,6637.5|3,7879.932|6,203973043.4|12,-25109.9|11,1932 -82,,122,1.4 %|1,,,,,,,,,,,,,,, -205,Pb,,1.73 x 107|y|7,5.46E14|2.21E13,ec,100,,,-2706|5,1467.4|11,50.6|17,-11196|9,6731.66|11,6713.06|21,7874.331|6,204974481.6|12,-23770.2|11,1954 -82,,123,,,,,,,,,,,,,,,, -206,Pb,,STABLE,,,,,,-3757|8,1134.8|10,-1532.2|17,-10792|5,8086.66|6,7253.7|5,7875.362|6,205974465.1|12,-23785.6|11,1927 -82,,124,24.1 %|1,,,,,,,,,,,,,,, -207,Pb,,STABLE,,,,,,-2397.4|21,392.3|13,-1418|6,-10495|8,6737.78|10,7487.6|6,7869.866|6,206975896.7|12,-22452.0|11,1927 -82,,125,22.1 %|1,,,,,,,,,,,,,,, -208,Pb,,STABLE,,,,,,-2878.4|20,516.6|12,-4998.5|22,-9765.3|21,7367.87|5,8003|5,7867.453|6,207976651.9|12,-21748.6|11,1927 -82,,126,52.4 %|1,,,,,,,,,,,,,,, -209,Pb,,3.234 h|7,1.16E4|2.52E1,?-,100,-1.4735 16,-0.27 17,644.0|11,2248|4,-3970|6,-6815.7|22,3937.4|13,8153.5|21,7848.648|8,208981089.9|19,-17614.6|17,1940 -82,,127,,,,,,,,,,,,,,,, -210,Pb,,22.20 y|22,7.01E8|6.94E6,?-,100,,,63.5|5,3792|20,-5482|12,-4541.2|5,5185.2|12,8373|6,7835.965|7,209984188.3|16,-14728.5|14,1900 -82,,128,,,?,1.9 x 10-6|4,,,,,,,,,,,, -211,Pb,,36.1 min|2,2.17E3|1.2E1,?-,100,-1.4037 8,+0.087 62,1366|5,3570|30,-4410|40,-3772.3|25,3835.8|26,8535|12,7817.007|11,210988735.4|24,-10492.9|23,1904 -82,,129,,,,,,,,,,,,,,,, -212,Pb,,10.64 h|1,3.83E4|3.6E1,?-,100,,,569.1|18,3290|30,-6000|200,-3761|6,5127.2|25,8760|40,7804.319|9,211991896.0|20,-7548.8|18,1905 -82,,130,,,,,,,,,,,,,,,, -213,Pb,,10.2 min|3,6.12E2|1.8E1,?-,100,,,2028|8,3020|150#,-4987|28,-3157|7,3726|7,8940|200#,7785.17|3,212996561|7,-3204|7,1964 -82,,131,,,,,,,,,,,,,,,, -214,Pb,,27.06 min|7,1.62E3|4.2E0,?-,100,,,1018|11,2760|200#,-6650|200,-3022|5,5051|7,9256|27,7772.394|9,213999803.8|21,-182.8|20,1904 -82,,132,,,,,,,,,,,,,,,, -215,PB,,147 s|12,1.47E2|1.2E1,?-,100,,,2710|50,2540|200#,-5570|300,-2530|50,3550|50,9410|200#,7752.74|24,215004660|60,4340|50,1998 -82,,133,,,,,,,,,,,,,,,, -216,PB,,> 300 ns,3E-7|5E15,?-,?,,,1610|200#,2300|360#,-7240|360#,-2220|200#,4930|200#,9720|360#,7740|1#,216008030|210#,7480|200#,2009 -82,,134,,,,,,,,,,,,,,,, -217,PB,,> 300 ns,3E-7|5E15,?-,?,,,3510|300#,2150|420#,-6070|500#,-1700|300#,3310|360#,9770|420#,7719|1#,217013140|320#,12240|300#,2009 -82,,135,,,,,,,,,,,,,,,, -218,PB,,> 300 ns,3E-7|5E15,?-,?,,,2240|300#,1850|500#,#,-1350|300#,4860|420#,10150|500#,7706|1#,218016590|320#,15450|300#,2009 -82,,136,,,,,,,,,,,,,,,, -219,PB,,> 300 ns,3E-7|5E15,?-,?,,,4000|450#,1650|570#,#,-1010|400#,3250|500#,10190|570#,7686|2#,219021770|430#,20280|400#,2009 -82,,137,,,,,,,,,,,,,,,, -220,PB,,> 300 ns,3E-7|5E15,?-,?,,,2850|500#,1380|570#,#,-680|450#,4680|570#,,7672|2#,220025410|430#,23670|400#,2010 -82,,138,,,,,,,,,,,,,,,, -184,Bi,,13 ms|2,1.3E-2|2E-3,?,? 100,,,,8020|50,12110|80,,,-1350|80,7712.6|4,184001140|80,1060|80,2003 -83,,101,,,,,,,,,,,,,,,, -185,Bi,,58 ?s|4,5.8E-5|4E-6,p,90|2,,,,8140|80#,9310|80,,11370|110#,-1530|80#,7732|0#,184997600|90#,-2240|80#,1996 -83,,102,,,?,10|2,,,,,,,,,,,, -186,Bi,,15.0 ms|17,1.5E-2|1.7E-3,?,? 100,,,-7247|25,7757|12,11536|20,,8980|80#,-1106|23,7739.12|9,185996622|18,-3146|17,1997 -83,,103,,,,,,,,,,,,,,,, -187,Bi,,37 ms|2,3.7E-2|2E-3,?,100,,,-9210|30,7779|4,8604|11,-18556|21,11308|20,-1010|15,7758.21|5,186993147|11,-6383|10,1999 -83,,104,,,,,,,,,,,,,,,, -188,Bi,,0.21 s|9,2.1E-1|9E-2,ec ?+,< 100,,,-6650|23,7264|5,10621|15,-18090|30,8883|15,-503|12,7764.19|6,187992276|12,-7195|11,1980 -83,,105,,,?,> 0,,,,,,,,,,,, -189,Bi,,658 ms|47,6.58E-1|4.7E-2,?,? 100,,,-8640|30,7268.2|27,7779|25,-17592|29,10941|24,-462|23,7781.00|11,188989195|22,-10065|21,1973 -83,,106,,,,,,,,,,,,,,,, -190m1,Bi,,6.3 s|1,6.3E0|1E-1,?,90|+10-30,,,-6036|26,6862|3,9817|26,-17250|30,8610|30,45|27,7785.34|12,189988621|24,-10600|23,1972 -83,,107,,,ec ?+,10|+30-10,,,,,,,,,,,, -191,Bi,,12.4 s|3,1.24E1|3E-1,?,51|10,,,-8171|10,6780|3,6990|40,-16747|15,10711|24,112|15,7800.66|4,190985787|8,-13239|7,1972 -83,,108,,,ec ?+,49|10,,,,,,,,,,,, -192,Bi,,34.6 s|9,3.46E1|9E-1,ec ?+,88|5,,,-5460|30,6377|4,9020|30,-16540|30,8370|30,590|50,7803.61|16,191985470|30,-13530|30,1971 -83,,109,,,?,12|5,,,,,,,,,,,, -193,Bi,,63.6 s|30,6.36E1|3E0,ec ?+,96.5|15,,,-7559|16,6307|5,6310|50,-15885|13,10420|30,618|15,7817.17|4,192982947|8,-15885|8,1971 -83,,110,,,?,3.5|15,,,,,,,,,,,, -194,Bi,,95 s|3,9.5E1|3E0,ec ?+,99.54|25,,,-5024|14,5918|5,8179|18,-15775|16,8216|10,1120|50,7819.22|3,193982792|7,-16029|6,1971 -83,,111,,,?,0.46|25,,,,,,,,,,,, -195,Bi,,183 s|4,1.83E2|4E0,ec ?+,99.97|2,,,-6970|40,5832|5,5682|19,-15092|14,10068|8,1107|18,7830.757|27,194980649|6,-18026|5,1971 -83,,112,,,?,0.03|2,,,,,,,,,,,, -196,Bi,,308 s|12,3.08E2|1.2E1,ec ?+,? 100,,,-4536|28,5440|40,7339|26,-15020|40,8055|25,1590|30,7831.90|12,195980667|26,-18009|24,1976 -83,,113,,,?,0.00115|34,,,,,,,,,,,, -197,Bi,,9.33 min|50,5.6E2|3E1,ec ?+,100,,,-6330|50,5365|11,5058|10,-14285|16,9749|26,1628|11,7841.63|4,196978865|9,-19687|8,1971 -83,,114,,,?,1 x 10-4|SY,,,,,,,,,,,, -198,Bi,,10.3 min|3,6.18E2|1.8E1,ec ?+,100,,,-3900|30,5140|30,6698|29,-14080|60,7754|29,1913|28,7841.19|14,197979210|30,-19369|28,1950 -83,,115,,,,,,,,,,,,,,,, -199,Bi,,27 min|1,1.62E3|6E1,ec ?+,100,4.6 4,,-5589|21,4933|7,4434|15,-13396|20,9500|30,2019|14,7849.52|5,198977673|11,-20798|11,1950 -83,,116,,,,,,,,,,,,,,,, -200,Bi,,36.4 min|5,2.18E3|3E1,ec ?+,100,,,-3429|24,4701|25,5880|25,-13234|29,7645|25,2428|24,7848.50|11,199978131|24,-20371|22,1950 -83,,117,,,,,,,,,,,,,,,, -201,Bi,,103 min|3,6.18E3|1.8E2,ec ?+,100,4.8 3,,-4895|16,4500|6,3855|20,-12546|17,9117|27,2454|19,7854.81|8,200977009|16,-21416|15,1950 -83,,118,,,,,,,,,,,,,,,, -202,Bi,,1.71 h|4,6.16E3|1.44E2,ec ?+,100,+4.259 14,-0.72 8,-2800|18,4362|17,5199|16,-12292|16,7396|22,2759|21,7852.54|8,201977733|17,-20741|15,1951 -83,,119,,,,,,,,,,,,,,,, -203,Bi,,11.76 h|5,4.23E4|1.8E2,ec ?+,100,-0.67 7,+4.017 13,-4214|15,4110|30,3262|14,-11655|15,8855|20,2873|13,7857.47|6,202976892|14,-21525|13,1950 -83,,120,,,,,,,,,,,,,,,, -204,Bi,,11.22 h|10,4.04E4|3.6E2,ec ?+,100,+4.322 15,-0.49 15,-2305|14,3976|11,4464|9,-11406|13,7192|16,3148|11,7854.21|4,203977836|10,-20646|9,1947 -83,,121,,,,,,,,,,,,,,,, -205,Bi,,15.31 d|4,1.32E6|3.46E3,ec ?+,100,,,-3543|11,3691|15,2706|5,-10795|12,8490|11,3244|5,7857.316|25,204977386|5,-21065|5,1951 -83,,122,,,,,,,,,,,,,,,, -206,Bi,,6.243 d|3,5.39E5|2.59E2,ec ?+,100,+4.361 8,-0.39 4,-1840|9,3527|8,3757|8,-10578|13,7035|9,3547|8,7853.32|4,205978499|8,-20028|8,1947 -83,,123,,,,,,,,,,,,,,,, -207,Bi,,31.55 y|4,9.96E8|1.26E6,ec ?+,100,,,-2909|7,3281.8|21,2397.4|26,-9937|5,8098|8,3558.0|21,7854.505|12,206978470.5|26,-20054.6|24,1950 -83,,124,,,,,,,,,,,,,,,, -208,Bi,,3.68 x 105|y|4,1.16E13|1.26E11,ec ?+,100,+4.578 13,-0.51 7,-1400.6|24,3051.0|20,2878.4|26,-9796|7,6886.9|27,3707.1|20,7849.853|11,207979742.0|25,-18870.2|23,1953 -83,,125,,,,,,,,,,,,,,,, -209,Bi,,2.01 x 1019|y|8,6.34E26|2.52E25,?,100,+4.1103 5,-0.55 1,-1892.6|16,3137.3|8,-644.0|22,-8860.4|15,7459.8|19,3799.0|8,7847.987|7,208980398.5|15,-18258.7|14,1924 -83,,126,100 %,,,,,,,,,,,,,,, -210,Bi,,5.012 d|5,4.33E5|4.32E2,?-,100,-0.04451 6,+0.136 1,1161.2|8,5036.5|8,-63.5|20,-6497.2|16,4604.63|8,4466.3|11,7832.542|6,209984120.2|15,-14792.0|14,1905 -83,,127,,,?,13.2 x 10-5|10,,,,,,,,,,,, -211,Bi,,2.14 min|2,1.28E2|1.2E0,?,99.724|4,+3.79 7,,573|5,6750.4|5,-1366|6,-3977|5,5138|5,4420|5,7819.774|26,210987269|6,-11859|5,1905 -83,,128,,,?-,0.276|4,,,,,,,,,,,, -212,Bi,,60.55 min|6,3.63E3|3.6E0,?-,64.06|6,0.41 5,+0.1 3,2251.5|17,6207.26|3,-569.1|26,-3756.7|17,4330|6,4914.0|27,7803.313|9,211991285.0|20,-8118.0|19,1905 -83,,129,,,?,35.94|6,,,,,,,,,,,, -213,Bi,,45.59 min|6,2.74E3|3.6E0,?-,97.80|10,+3.717 13,-0.60 5,1422|5,5988|3,-2028|9,-2933|5,5185|5,4972|5,7791.021|24,212994384|5,-5232|5,1947 -83,,130,,,?,2.20|10,,,,,,,,,,,, -214,Bi,,19.9 min|4,1.19E3|2.4E1,?-,99.979|1,,,3269|11,5621|3,-1018|11,-2618|12,4040|12,5286|13,7773.49|5,213998711|12,-1201|11,1904 -83,,131,,,?,0.021|1,,,,,,,,,,,, -,,,,,?- ?,0.003,,,,,,,,,,,, -215,Bi,,7.6 min|2,4.56E2|1.2E1,?-,100,,,2171|6,5280|40,-2710|50,-1972|6,5241|13,5477|6,7761.717|26,215001749|6,1629|6,1953 -83,,132,,,,,,,,,,,,,,,, -216,Bi,,2.25 min|5,1.35E2|3E0,?-,? 100,,,4092|11,5000|200#,-1610|200,-1656|11,3827|13,5760|50,7743.50|5,216006306|12,5874|11,1989 -83,,133,,,,,,,,,,,,,,,, -217,Bi,,98.5 s|13,9.85E1|1.3E0,?-,100,,,2846|19,4520|30,-3510|300,-1124|18,5215|21,6040|200#,7731.85|8,217009372|19,8730|18,1998 -83,,134,,,,,,,,,,,,,,,, -218,Bi,,33 s|1,3.3E1|1E0,?-,100,,,4859|27,4330|200#,-2240|300,-739|28,3590|30,6310|300#,7712.83|12,218014188|29,13216|27,1998 -83,,135,,,,,,,,,,,,,,,, -219,BI,,22 s|7,2.2E1|7E0,?-,?,,,3600|200#,3950|360#,-4000|450#,-150|200#,5000|200#,6460|360#,7700|1#,219017480|210#,16280|200#,2009 -83,,136,,,,,,,,,,,,,,,, -220,BI,,> 300 ns,3E-7|5E15,?-,?,,,5550|300#,3680|420#,-2850|500#,70|300#,3530|360#,6750|500#,7682|1#,220022350|320#,20820|300#,2009 -83,,137,,,,,,,,,,,,,,,, -221,BI,,> 300 ns,3E-7|5E15,?-,?,,,4320|300#,3360|500#,#,760|300#,4790|420#,6860|500#,7668|1#,221025870|320#,24100|300#,2009 -83,,138,,,?- n,?,,,,,,,,,,,, -223,BI,,> 300 ns,3E-7|5E15,?-,?,,,5060|450#,,#,1580|400#,4660|500#,,7636|2#,223034500|430#,32140|400#,2009 -83,,140,,,?- n,?,,,,,,,,,,,, -224,BI,,> 300 ns,3E-7|5E15,?-,?,,,6920|440#,,#,1680|440#,3380|570#,,7617|2#,224039540|430#,36830|400#,2010 -83,,141,,,?- n,?,,,,,,,,,,,, -186,Po,,28 ?s|+16-6,2.8E-5|1.1E-5,?,? 100,,,,8501|14,7247|25,,,950|80#,7695.95|10,186004403|20,4101|18,2005 -84,,102,,,,,,,,,,,,,,,, -187,PO,,1.40 ms|25,1.4E-3|2.5E-4,?,? 100,,,,7979|15,9210|30,,9340|40,1310|40,7704.76|17,187003040|30,2830|30,2005 -84,,103,,,,,,,,,,,,,,,, -188,Po,,0.40 ms|+20-15,4E-4|1.8E-4,ec ?+,< 100,,,,8082|15,6650|23,,11440|40,1450|22,7724.65|11,187999416|21,-544|20,1999 -84,,104,,,?,> 0,,,,,,,,,,,, -189,Po,,3.5 ms|5,3.5E-3|5E-4,?,? 100,,,,7694|15,8640|30,,8950|30,1516|25,7731.13|12,188998473|24,-1422|22,1999 -84,,105,,,,,,,,,,,,,,,, -190,Po,,2.46 ms|5,2.46E-3|5E-5,?,100,,,,7693|7,6036|26,,11213|26,1788|25,7749.46|7,189995101|14,-4564|13,1996 -84,,106,,,,,,,,,,,,,,,, -191,Po,,22 ms|1,2.2E-2|1E-3,?,99.0|10,,,-8933|18,7493|5,8171|10,,8576|15,1758|24,7753.79|4,190994558|8,-5069|7,1993 -84,,107,,,,,,,,,,,,,,,, -192,Po,,32.2 ms|3,3.22E-2|3E-4,?,? 99.5,,,-11000|30,7320|3,5460|30,-20006|20,11073|13,2120|13,7771.07|6,191991336|12,-8071|11,1977 -84,,108,,,ec ?+,? 0.5,,,,,,,,,,,, -193,Po,,388 ms|40,3.88E-1|4E-2,?,? 100,-0.389 37,-1.31 30,-8258|26,7094|4,7559|16,-19320|30,8326|18,2080|30,7773.95|7,192991062|16,-8325|15,1967 -84,,109,,,,,,,,,,,,,,,, -194,Po,,0.392 s|4,3.92E-1|4E-3,?,? 100,,,-10284|28,6987|3,5024|14,-19009|25,10751|19,2409|15,7789.29|7,193988186|14,-11005|13,1967 -84,,110,,,ec ?+,?,,,,,,,,,,,, -195,Po,,4.64 s|9,4.64E0|9E-2,?,94|4,-0.601 42,-0.87 25,-7590|40,6749.9|28,6970|40,-18410|40,8120|40,2320|40,7791.00|19,194988130|40,-11060|40,1967 -84,,111,,,ec ?+,6|4,,,,,,,,,,,, -196,Po,,5.8 s|2,5.8E0|2E-1,?,? 98,,,-9560|30,6658.1|24,4536|28,-18074|17,10490|40,2736|15,7804.77|7,195985536|15,-13473|14,1967 -84,,112,,,ec ?+,? 2,,,,,,,,,,,, -197,Po,,84 s|16,8.4E1|1.6E1,ec ?+,56|7,-0.882 65,-0.44 20,-7000|50,6412|3,6330|50,-17510|60,7960|50,2640|60,7805.53|25,196985660|50,-13360|50,1965 -84,,113,,,?,44|7,,,,,,,,,,,, -198,Po,,1.760 min|24,1.06E2|1.44E0,?,57|2,,,-8759|18,6309.7|14,3900|30,-17189|19,10190|50,3075|19,7817.56|9,197983389|19,-15473|17,1965 -84,,114,,,ec ?+,43|2,,,,,,,,,,,, -199,Po,,5.47 min|15,3.28E2|9E0,ec ?+,92.5|3,-0.912 65,-0.27 12,-6385|19,6074.3|19,5589|21,-16565|19,7806|25,3130|30,7817.50|9,198983673|19,-15208|18,1965 -84,,115,,,?,7.5|3,,,,,,,,,,,, -200,Po,,11.51 min|8,6.91E2|4.8E0,ec ?+,88.9|3,,,-7954|26,5981.6|18,3429|24,-16190|9,9805|20,3433|13,7827.44|4,199981812|8,-16942|8,1951 -84,,116,,,?,11.1|3,,,,,,,,,,,, -201,Po,,15.6 min|1,9.36E2|6E0,ec ?+,98.87|3,-0.984 70,+0.10 10,-5732|10,5799.3|17,4895|16,-15605|25,7651|9,3439|23,7826.561|25,200982264|5,-16521|5,1951 -84,,117,,,?,1.13|3,,,,,,,,,,,, -202,Po,,44.6 min|4,2.68E3|2.4E1,ec ?+,98.08|7,,,-7351|29,5701.0|17,2800|18,-15223|12,9492|10,3814|17,7834.80|4,201980739|9,-17942|9,1951 -84,,118,,,?,1.92|7,,,,,,,,,,,, -203,Po,,36.7 min|5,2.2E3|3E1,ec ?+,99.89|2,+0.7405 15,+0.17 10,-5148|14,5496|5,4214|15,-14791|29,7441|12,3858|18,7832.86|4,202981416|9,-17311|9,1951 -84,,119,,,?,0.11|2,,,,,,,,,,,, -204,Po,,3.519 h|12,1.27E4|4.32E1,ec ?+,99.33|3,,,-6466|25,5484.9|14,2305|14,-14250|15,9102|14,4105|17,7839.08|5,203980310|12,-18341|11,1951 -84,,120,,,?,0.67|3,,,,,,,,,,,, -205,Po,,1.74 h|8,6.26E3|2.88E2,ec ?+,99.96|1,+0.76 6,+0.17,-4549|18,5325|10,3543|11,-13717|24,7251|15,4164|14,7836.22|5,204981190|11,-17521|10,1951 -84,,121,,,?,0.04|1,,,,,,,,,,,, -206,Po,,8.8 d|1,7.6E5|8.64E3,ec ?+,94.55|5,,,-5759|16,5327.0|13,1840|9,-13288|16,8739|11,4413|6,7840.597|19,205980474|4,-18189|4,1947 -84,,122,,,?,5.45|5,,,,,,,,,,,, -207,Po,,5.80 h|2,2.09E4|7.2E1,ec ?+,99.979|2,+0.79 6,+0.28,-3918|14,5215.9|25,2909|7,-12787|16,7028|8,4406|10,7836.67|3,206981593|7,-17146|7,1947 -84,,123,,,?,0.021|2,,,,,,,,,,,, -208,Po,,2.898 y|2,9.15E7|6.31E4,?,99.9960|4,,,-5000|9,5215.4|13,1400.6|29,-12313|13,8395|7,4703.9|25,7839.358|8,207981245.6|19,-17469.6|17,1947 -84,,124,,,ec ?+,0.0040|4,,,,,,,,,,,, -209,Po,,124 y|3,3.91E9|9.47E7,?,99.546|7,0.68 8,,-3483|5,4979.2|14,1892.6|22,-11968|9,6967.8|19,4784.8|24,7835.188|9,208982430.3|19,-16366.1|18,1949 -84,,125,,,ec ?+,0.454|7,,,,,,,,,,,, -210,Po,,138.376 d|2,1.2E7|1.73E2,?,100,,,-3981|8,5407.53|7,-1161.2|18,-11142|5,7658.4|14,4983.4|8,7834.346|5,209982873.6|12,-15953.1|11,1898 -84,,126,,,,,,,,,,,,,,,, -211,Po,,0.516 s|3,5.16E-1|3E-3,?,100,-1.197 85,-0.77 8,-785.3|25,7594.6|5,-573|6,-8532|8,4550.7|5,4929.6|9,7818.784|6,210986653.1|13,-12432.6|13,1913 -84,,127,,,,,,,,,,,,,,,, -212,Po,,0.299 ?s|2,2.99E-7|2E-9,?,100,,,-1741.3|21,8954.20|11,-2251.5|22,-6793.5|25,6008.2|5,5799|5,7810.243|5,211988867.9|12,-10369.5|12,1906 -84,,128,,,,,,,,,,,,,,,, -213,Po,,3.72 ?s|2,3.72E-6|2E-8,?,100,,,-74|5,8536.1|26,-1422|6,-6097|3,4355.4|29,5825|3,7794.024|14,212992857|3,-6654|3,1947 -84,,129,,,,,,,,,,,,,,,, -214,Po,,164.3 ?s|20,1.64E-4|2E-6,?,100,,,-1090|4,7833.54|6,-3269|11,-5962|5,5887.8|28,6527|5,7785.116|7,213995201.2|16,-4470.0|14,1912 -84,,130,,,,,,,,,,,,,,,, -215,Po,,1.781 ms|5,1.78E-3|5E-6,?,99.99977|2,,,714|7,7526.3|8,-2171|6,-5233|5,4143.0|25,6630|11,7768.176|10,214999418.5|23,-541.7|21,1911 -84,,131,,,?-,2.3 x 10-4|2,,,,,,,,,,,, -216,Po,,0.145 s|2,1.45E-1|2E-3,?,100,,,-474|4,6906.3|5,-4092|11,-5033|7,5747.2|23,7136|6,7758.819|8,216001913.5|19,1782.4|18,1910 -84,,132,,,,,,,,,,,,,,,, -217,Po,,1.46 s|5,1.46E0|5E-2,?,> 95,,,1489|8,6662.1|23,-2846|19,-4444|7,3970|7,7279|13,7741.36|3,217006316|7,5884|7,1956 -84,,133,,,?-,< 5,,,,,,,,,,,, -218,Po,,3.098 min|12,1.86E2|7.2E-1,?,99.980|2,,,259|12,6114.75|9,-4859|27,-4109|5,5598|7,7662|18,7731.528|9,218008971.5|21,8356.9|20,1904 -84,,134,,,?-,0.020|2,,,,,,,,,,,, -219,Po,,620 s|59,6.2E2|5.9E1,?-,71.8|20,,,2285|16,5910|50,-3600|200,-3488|20,3747|16,7820|30,7713.33|7,219013614|17,12681|16,1998 -84,,135,,,?,28.2|20,,,,,,,,,,,, -220,Po,,> 300 ns,3E-7|5E15,?-,?,,,888|23,5360|200#,-5560|300,-3204|18,5489|24,8310|200#,7703.22|8,220016386|19,15263|18,1998 -84,,136,,,,,,,,,,,,,,,, -221,Po,,112 s|+58-28,1.12E2|4.3E1,?-,100,,,2991|24,5110|300#,-4320|300,-2673|24,3561|26,8330|300#,7684.48|9,221021228|21,19774|20,2010 -84,,137,,,,,,,,,,,,,,,, -222,PO,,550 s|430,5.5E2|4.3E2,,,,,1530|40,4610|300#,-6240|300,-2370|40,5360|40,8900|300#,7674.00|18,222024140|40,22490|40,2010 -84,,138,,,,,,,,,,,,,,,, -223,PO,,> 300 ns,3E-7|5E15,?-,?,,,3650|200#,4370|450#,-5060|450#,-1950|200#,3480|200#,8940|360#,7655|1#,223029070|210#,27080|200#,2010 -84,,139,,,,,,,,,,,,,,,, -224,PO,,> 300 ns,3E-7|5E15,?-,?,,,2200|200#,3820|450#,-6920|450#,-1590|200#,5240|280#,9510|450#,7644|1#,224032110|210#,29910|200#,2010 -84,,140,,,,,,,,,,,,,,,, -225,PO,,> 300 ns,3E-7|5E15,?-,?,,,4140|420#,,#,-1250|300#,3450|360#,9590|500#,7626|1#,225037070|320#,34530|300#,2010 -84,,141,,,,,,,,,,,,,,,, -226,PO,,> 300 ns,3E-7|5E15,?-,?,,,2930|500#,,#,-920|500#,5050|500#,,7614|2#,226040310|430#,37550|400#,2010 -84,,142,,,,,,,,,,,,,,,, -227,PO,,> 300 ns,3E-7|5E15,?-,?,,,4800|500#,,#,-400|500#,3340|570#,,7596|2#,227045390|430#,42280|400#,2010 -84,,143,,,,,,,,,,,,,,,, -191,At,,1.7 ms|+11-5,1.7E-3|8E-4,?,? 100,,,,7822|14,8933|18,,,-1139|21,7702.92|8,191004148|17,3864|16,2003 -85,,106,,,,,,,,,,,,,,,, -192m1,At,,88 ms|6,8.8E-2|6E-3,?,? 100,,,,7696|26,11000|30,,9010|30,-706|29,7709.73|14,192003140|30,2926|28,2006 -85,,107,,,,,,,,,,,,,,,, -193,At,,28 ms|+5-4,2.8E-2|5E-3,?,? 100,,,-9110|30,7572|7,8258|26,,11060|40,-714|24,7727.11|11,192999928|23,-67|22,2003 -85,,108,,,,,,,,,,,,,,,, -194m1,At,,? 40 ms,4E-2,ec ?+,?,,,-6440|30,7454|11,10284|28,-17830|40,8720|30,-316|29,7732.25|13,193999227|27,-720|25,2009 -85,,109,,,?,?,,,,,,,,,,,, -195,At,,290 ms|20,2.9E-1|2E-2,?,100,,,-8520|50,7344|6,7590|40,-17265|19,10821|27,-245|16,7748.09|5,194996274|10,-3470|10,1999 -85,,110,,,,,,,,,,,,,,,, -196,At,,0.388 s|7,3.88E-1|7E-3,?,? 95.1,,,-5890|30,7195|3,9560|30,-17040|60,8520|30,150|50,7752.01|15,195995800|30,-3910|30,1967 -85,,111,,,ec ?+,? 4.9,,,,,,,,,,,, -197,At,,0.388 s|6,3.88E-1|6E-3,?,96.1|12,,,-7866|18,7104|3,7000|50,-16398|16,10510|30,171|16,7766.02|4,196993177|9,-6355|8,1967 -85,,112,,,ec ?+,3.9|12,,,,,,,,,,,, -198,At,,4.2 s|2,4.2E0|2E-1,?,90|10,,,-5484|15,6889.4|19,8759|18,-16296|17,8431|10,650|50,7769.37|3,197992792|6,-6715|6,1967 -85,,113,,,ec ?+,10|10,,,,,,,,,,,, -199,At,,7.03 s|15,7.03E0|1.5E-1,?,90|5,,,-7320|40,6777.3|11,6385|19,-15664|14,10180|8,639|18,7781.488|27,198990528|6,-8823|5,1967 -85,,114,,,ec ?+,10|5,,,,,,,,,,,, -200,At,,43 s|1,4.3E1|1E0,?,52|3,,,-4983|28,6596.2|13,7954|26,-15560|40,8236|25,1070|30,7783.76|12,199990351|26,-8988|24,1963 -85,,115,,,ec ?+,48|3,,,,,,,,,,,, -201,At,,85.2 s|16,8.52E1|1.6E0,?,71|7,,,-6720|50,6472.8|16,5732|10,-14856|16,9873|26,1137|11,7794.15|4,200988417|9,-10789|8,1963 -85,,116,,,ec ?+,29|7,,,,,,,,,,,, -202,At,,184 s|1,1.84E2|1E0,ec ?+,63|7,,,-4320|30,6353.8|13,7351|29,-14590|60,7873|29,1359|28,7794.54|14,201988630|30,-10591|28,1961 -85,,117,,,?,37|7,,,,,,,,,,,, -203,At,,7.4 min|2,4.44E2|1.2E1,ec ?+,69|3,,,-6009|21,6210.1|8,5148|14,-13959|20,9640|30,1510|14,7803.65|5,202986943|11,-12163|11,1951 -85,,118,,,?,31|3,,,,,,,,,,,, -204,At,,9.12 min|11,5.47E2|6.6E0,ec ?+,96.09|16,,,-3905|23,6070.4|12,6466|25,-13793|29,7784|25,1854|24,7803.55|11,203987251|24,-11875|22,1961 -85,,119,,,?,3.91|16,,,,,,,,,,,, -205,At,,26.9 min|8,1.61E3|4.8E1,ec ?+,90|2,,,-5262|16,6019.6|17,4549|18,-13073|17,9168|27,1920|19,7810.21|7,204986074|16,-12972|15,1951 -85,,120,,,?,10|2,,,,,,,,,,,, -206,At,,30.6 min|8,1.84E3|4.8E1,ec ?+,99.10|8,,,-3297|17,5887|5,5759|16,-12791|16,7529|21,2197|18,7808.84|7,205986656|16,-12430|15,1961 -85,,121,,,?,0.90|8,,,,,,,,,,,, -207,At,,1.81 h|3,6.52E3|1.08E2,ec ?+,91.4|10,,,-4593|15,5872|3,3918|14,-12166|15,8869|19,2328|13,7813.96|6,206985800|13,-13227|12,1951 -85,,122,,,?,8.6|10,,,,,,,,,,,, -208,At,,1.63 h|3,5.87E3|1.08E2,ec ?+,99.45|6,,,-2814|14,5751.1|22,5000|9,-11906|12,7314|15,2613|11,7811.56|4,207986613|10,-12470|9,1950 -85,,123,,,?,0.55|6,,,,,,,,,,,, -209,At,,5.42 h|5,1.95E4|1.8E2,ec ?+,95.9|5,,,-3942|11,5757.0|20,3483|5,-11298|12,8484|10,2702|5,7814.777|24,208986170|5,-12883|5,1951 -85,,124,,,?,4.1|5,,,,,,,,,,,, -210,At,,8.1 h|4,2.92E4|1.44E3,ec ?+,99.825|20,,,-2367|9,5631.2|10,3981|8,-11102|13,7161|9,2895|8,7811.66|4,209987147|8,-11972|8,1949 -85,,125,,,?,0.175|20,,,,,,,,,,,, -211,At,,7.214 h|7,2.6E4|2.52E1,ec,58.20|8,,,-2892|7,5982.4|13,785|3,-10114|5,7746|8,2983.1|25,7811.354|13,210987496.1|29,-11647.3|27,1940 -85,,126,,,?,41.80|8,,,,,,,,,,,, -212,At,,0.314 s|2,3.14E-1|2E-3,?,100,,,31|4,7817.1|6,1741.3|26,-7944|7,5052|3,3484.6|22,7798.340|11,211990737.2|26,-8628.2|24,1954 -85,,127,,,ec ?+,< 3 x 10-2,,,,,,,,,,,, -,,,,,?-,< 2 x 10-6,,,,,,,,,,,, -213,At,,125 ns|6,1.25E-7|6E-9,?,100,,,-884|6,9254|5,74|6,-5991|6,6023|5,3499|5,7790.003|23,212992937|5,-6580|5,1968 -85,,128,,,,,,,,,,,,,,,, -214,At,,558 ns|10,5.58E-7|1E-8,?,100,,,940|10,8987|4,1090|5,-5755|5,4872|6,4015|5,7776.366|20,213996372|5,-3380|4,1949 -85,,129,,,,,,,,,,,,,,,, -215,At,,0.10 ms|2,1E-4|2E-5,?,100,,,-87|10,8178|4,-714|7,-5007|11,5947|8,4075|7,7767.86|3,214998652|7,-1256|7,1944 -85,,130,,,,,,,,,,,,,,,, -216,At,,0.30 ms|3,3E-4|3E-5,?,100,,,2004|7,7950|3,474|4,-4646|8,4559|8,4491|4,7753.002|17,216002423|4,2257|4,1948 -85,,131,,,?-,< 6 x 10-3,,,,,,,,,,,, -,,,,,ec,< 3 x 10-7,,,,,,,,,,,, -217,At,,32.3 ms|4,3.23E-2|4E-4,?,99.993|3,,,736|6,7201.3|12,-1489|8,-3930|8,5933|6,4677|5,7744.616|23,217004718|5,4395|5,1947 -85,,132,,,?-,0.007|3,,,,,,,,,,,, -218,At,,1.5 s|3,1.5E0|3E-1,?,99.9,,,2881|12,6874|3,-259|12,-3632|12,4368|13,5074|13,7729.13|5,218008694|12,8098|12,1943 -85,,133,,,?-,0.1,,,,,,,,,,,, -219,At,,56 s|3,5.6E1|3E0,?,93.6|10,,,1566.7|29,6342|5,-2285|16,-2893|4,5773|12,5250|4,7720.196|15,219011161|3,10396|3,1953 -85,,134,,,?-,6.4|10,,,,,,,,,,,, -220,At,,3.71 min|4,2.23E2|2.4E0,?-,92|2,,,3764|14,6077|18,-888|23,-2525|14,4092|14,5595|21,7703.70|6,220015433|15,14376|14,1989 -85,,135,,,?,8|2,,,,,,,,,,,, -221,At,,2.3 min|2,1.38E2|1.2E1,?-,100,,,2311|15,5628|23,-2991|24,-1901|14,5664|20,5770|23,7694.47|6,221018017|15,16783|14,1989 -85,,136,,,,,,,,,,,,,,,, -222,At,,54 s|10,5.4E1|1E1,?-,100,,,4581|16,5310|30,-1530|40,-1590|17,3901|21,6110|25,7677.39|7,222022494|17,20953|16,1989 -85,,137,,,,,,,,,,,,,,,, -223,At,,50 s|7,5E1|7E0,?-,100,,,3038|16,4720|200#,-3650|200,-1016|14,5596|21,6350|40,7668.05|6,223025151|15,23428|14,1989 -85,,138,,,,,,,,,,,,,,,, -224,AT,,1.3 min|+23-4,7.8E1|8.1E1,?-,?,,,5266|24,4470|300#,-2200|200,-750|24,3788|26,6660|200#,7650.73|10,224029749|24,27711|22,2010 -85,,139,,,,,,,,,,,,,,,, -225,AT,,> 300 ns,3E-7|5E15,?-,?,,,3860|300#,3870|420#,-4130|420#,-120|300#,5390|300#,6800|360#,7641|1#,225032630|320#,30390|300#,2010 -85,,140,,,,,,,,,,,,,,,, -226,AT,,> 300 ns,3E-7|5E15,?-,?,,,5870|300#,3460|420#,-2930|500#,10|300#,3850|420#,7200|420#,7624|1#,226037160|320#,34610|300#,2010 -85,,141,,,,,,,,,,,,,,,, -227,AT,,> 300 ns,3E-7|5E15,?-,?,,,4600|300#,2920|500#,-4800|500#,660|300#,5200|420#,7350|500#,7613|1#,227040240|320#,37480|300#,2010 -85,,142,,,?- n,?,,,,,,,,,,,, -228,AT,,> 300 ns,3E-7|5E15,?-,?,,,6440|400#,2430|570#,#,730|400#,3870|500#,7880|570#,7597|2#,228044750|430#,41680|400#,2010 -85,,143,,,,,,,,,,,,,,,, -229,AT,,> 300 ns,3E-7|5E15,?- n,?,,,5460|400#,,#,1510|400#,4930|570#,,7585|2#,229048120|430#,44820|400#,2010 -85,,144,,,?-,?,,,,,,,,,,,, -194,RN,,0.78 ms|16,7.8E-4|1.6E-4,?,? 100,,,,7862|10,6440|30,,11390|30,1498|27,7695.00|9,194006144|18,5723|17,2006 -86,,108,,,,,,,,,,,,,,,, -195,Rn,,6 ms|+3-2,6E-3|3E-3,?,? 100,,,,7690|50,8520|50,,8740|50,1520|60,7700.38|26,195005420|50,5050|50,2001 -86,,109,,,,,,,,,,,,,,,, -196,Rn,,4.4 ms|+13-9,4.4E-3|1.1E-3,?,99.9|2,,,,7617|9,5890|30,,11150|50,1848|17,7717.99|7,196002116|15,1971|14,1995 -86,,110,,,ec ?+,? 0.06|+14-4,,,,,,,,,,,, -197,Rn,,65 ms|+25-14,6.5E-2|2E-2,?,? 100,,,-8740|60,7411|7,7866|18,,8532|22,1860|30,7722.12|8,197001621|17,1510|16,1995 -86,,111,,,,,,,,,,,,,,,, -198,Rn,,65 ms|3,6.5E-2|3E-3,?,?,,,-10800|30,7349|4,5484|15,-19560|60,10812|21,2164|16,7737.72|7,197998679|14,-1230|13,1984 -86,,112,,,ec ?+,?,,,,,,,,,,,, -199,Rn,,0.59 s|3,5.9E-1|3E-2,?,94,,,-8270|40,7132|4,7320|40,-19140|50,8340|40,2070|40,7740.75|19,198998390|40,-1500|40,1980 -86,,113,,,ec ?+,6,,,,,,,,,,,, -200,Rn,,1.03 s|+20-11,1.03E0|1.6E-1,?,86|-4+14,,,-10140|30,7043.4|21,4983|28,-18847|19,10580|40,2470|15,7754.93|7,199995701|15,-4005|14,1971 -86,,114,,,ec ?+,14|+4-14,,,,,,,,,,,, -201,Rn,,7.0 s|4,7E0|4E-1,?,?,,,-7660|50,6860.7|23,6720|50,-18280|60,8140|50,2370|60,7756.84|25,200995630|50,-4070|50,1967 -86,,115,,,ec ?+,?,,,,,,,,,,,, -202,Rn,,9.7 s|1,9.7E0|1E-1,?,78|8,,,-9371|19,6773.8|18,4320|30,-17935|20,10270|50,2774|19,7769.30|9,201993264|19,-6275|18,1967 -86,,116,,,ec ?+,22|8,,,,,,,,,,,, -203,Rn,,44 s|2,4.4E1|2E0,?,66|9,,,-7030|19,6629.9|21,6009|21,-17321|19,7950|25,2850|30,7770.19|9,202993394|20,-6154|18,1967 -86,,117,,,ec ?+,34|9,,,,,,,,,,,, -204,Rn,,74.5 s|14,7.45E1|1.4E0,?,72.4|9,,,-8578|26,6546.6|18,3905|23,-16918|10,9888|20,3097|13,7780.57|4,203991444|8,-7970|7,1967 -86,,118,,,ec ?+,27.6|9,,,,,,,,,,,, -205,Rn,,170 s|4,1.7E2|4E0,ec ?+,75.4|9,+0.802 9,+0.062 6,-6400|9,6386.5|18,5262|16,-16388|25,7811|9,3123|23,7780.722|25,204991723|5,-7710|5,1967 -86,,119,,,?,24.6|9,,,,,,,,,,,, -206,Rn,,5.67 min|17,3.4E2|1.02E1,?,62|3,,,-7891|29,6383.7|16,3297|17,-15894|12,9494|10,3450|17,7789.04|4,205990195|9,-9133|9,1954 -86,,120,,,ec ?+,38|3,,,,,,,,,,,, -207,Rn,,9.25 min|17,5.55E2|1.02E1,ec ?+,79|3,+0.816 9,+0.220 22,-5790|19,6251.2|16,4593|15,-15464|29,7573|12,3494|17,7788.00|4,206990730|9,-8635|8,1954 -86,,121,,,?,21|3,,,,,,,,,,,, -208,Rn,,24.35 min|14,1.46E3|8.4E0,?,62|7,,,-6990|16,6260.7|17,2814|14,-14883|21,9092|14,3717|17,7794.27|5,207989634|12,-9656|11,1955 -86,,122,,,ec ?+,38|7,,,,,,,,,,,, -209,Rn,,28.8 min|10,1.73E3|6E1,ec ?+,83|2,0.8388 4,+0.31 3,-5171|18,6155.4|19,3942|11,-14346|15,7357|15,3760|13,7792.17|5,208990401|11,-8941|10,1952 -86,,123,,,?,17|2,,,,,,,,,,,, -210,Rn,,2.4 h|1,8.64E3|3.6E2,?,96|1,,,-6272|16,6159.0|22,2367|9,-13907|15,8735|11,4011|7,7796.665|22,209989689|5,-9605|5,1952 -86,,124,,,ec ?+,4|1,,,,,,,,,,,, -211,Rn,,14.6 h|2,5.26E4|7.2E2,ec,72.6|17,+0.601 7,,-4615|14,5965.4|14,2892|7,-13494|17,7222|8,4072|10,7793.94|3,210990601|7,-8755|7,1952 -86,,125,,,?,27.4|17,,,,,,,,,,,, -212,Rn,,23.9 min|12,1.43E3|7.2E1,?,100,,,-5144|9,6385.1|26,-31|4,-12591|12,7976|7,4301|4,7794.797|15,211990704|3,-8660|3,1950 -86,,126,,,,,,,,,,,,,,,, -213,Rn,,19.5 ms|1,1.95E-2|1E-4,?,100,,,-2143|6,8245.1|29,884|6,-10251|9,5108|4,4357|4,7782.182|16,212993885|4,-5696|3,1967 -86,,127,,,,,,,,,,,,,,,, -214,Rn,,0.27 ?s|2,2.7E-7|2E-8,?,100,,,-3361|13,9208|9,-940|10,-8838|10,6695|10,5029|10,7777.10|4,213995363|10,-4320|9,1970 -86,,128,,,,,,,,,,,,,,,, -215,Rn,,2.30 ?s|10,2.3E-6|1E-7,?,100,,,-1487|10,8839|8,87|10,-8281|11,4920|12,5078|9,7763.81|4,214998745|8,-1169|8,1952 -86,,129,,,,,,,,,,,,,,,, -216,Rn,,45 ?s|5,4.5E-5|5E-6,?,100,,,-2718|7,8197|6,-2004|7,-8137|9,6650|10,5780|9,7758.657|28,216000271|6,253|6,1949 -86,,130,,,,,,,,,,,,,,,, -217,Rn,,0.54 ms|5,5.4E-4|5E-5,?,100,,,-656|8,7887.2|29,-736|7,-7384|6,4666|7,5887|5,7744.403|19,217003928|5,3659|4,1949 -86,,131,,,,,,,,,,,,,,,, -218,Rn,,35 ms|5,3.5E-2|5E-3,?,100,,,-1842|5,7262.5|18,-2881|12,-7169|7,6512|4,6466|5,7738.752|11,218005601.1|25,5217.3|23,1948 -86,,132,,,,,,,,,,,,,,,, -219,Rn,,3.96 s|1,3.96E0|1E-2,?,100,-0.442 5,+1.15 12,212|7,6946.2|3,-1567|4,-6301|5,4459|3,6558|12,7723.777|10,219009478.8|23,8829.4|21,1903 -86,,133,,,,,,,,,,,,,,,, -220,Rn,,55.6 s|1,5.56E1|1E-1,?,100,,,-870|4,6404.74|10,-3764|14,-6077|7,6288.6|23,7073|3,7717.254|8,220011392.5|19,10612.1|18,1900 -86,,134,,,,,,,,,,,,,,,, -221,Rn,,25 min|2,1.5E3|1.2E2,?-,78|1,-0.020 1,-0.38 4,1194|7,6163|3,-2311|15,-5082|7,4212|6,7193|15,7701.393|26,221015536|6,14471|6,1956 -86,,135,,,?,22|1,,,,,,,,,,,, -222,Rn,,3.8235 d|3,3.3E5|2.59E1,?,100,,,-6|8,5590.4|3,-4581|16,-4976|5,6171|6,7699|14,7694.497|9,222017576.3|21,16372.2|19,1899 -86,,136,,,,,,,,,,,,,,,, -223,Rn,,24.3 min|4,1.46E3|2.4E1,?-,100,-0.776 8,+0.80,2007|8,5283|18,-3038|16,-4060|11,4054|8,7852|18,7678.17|3,223021889|8,20390|8,1964 -86,,137,,,,,,,,,,,,,,,, -224,Rn,,107 min|3,6.42E3|1.8E2,?-,100,,,696|15,4757|20,-5266|24,-4009|10,6016|13,8272|17,7670.75|4,224024096|11,22445|10,1964 -86,,138,,,,,,,,,,,,,,,, -225,Rn,,4.66 min|4,2.8E2|2.4E0,?-,100,-0.696 8,0.84,2714|16,4335|23,-3860|300,-3286|16,3982|15,8466|25,7654.36|5,225028486|12,26534|11,1969 -86,,139,,,,,,,,,,,,,,,, -226,Rn,,7.4 min|1,4.44E2|6E0,?-,100,,,1227|12,3840|40,-5870|300,-3145|16,5858|15,8940|300#,7646.41|5,226030861|11,28747|10,1969 -86,,140,,,,,,,,,,,,,,,, -227,Rn,,20.2 s|4,2.02E1|4E-1,?-,100,,,3203|15,3380|200#,-4600|300,-2706|15,3933|18,9020|300#,7630.05|6,227035304|15,32886|14,1986 -86,,141,,,,,,,,,,,,,,,, -228,Rn,,65 s|2,6.5E1|2E0,?-,100,,,1859|19,2910|200#,-6440|400,-2510|19,5714|23,9530|300#,7621.64|8,228037835|19,35243|18,1989 -86,,142,,,,,,,,,,,,,,,, -229,RN,,12.0 s|+12-13,1.2E1|1.3E0,?-,100,,,3694|14,2410|300#,-5460|400,-2093|15,3952|22,9610|400#,7605.62|6,229042257|14,39362|13,2009 -86,,143,,,,,,,,,,,,,,,, -197,Fr,,0.6 ms|+30-3,6E-4|1.7E-3,?,? 100,,,,7900|50,8740|60,,,-990|60,7673.76|28,197011010|60,10250|50, -87,,110,,,,,,,,,,,,,,,, -198,Fr,,15 ms|3,1.5E-2|3E-3,?,? 100,,,,7869|20,10800|30,,8750|60,-770|40,7679.20|16,198010280|30,9570|30, -87,,111,,,,,,,,,,,,,,,, -199,Fr,,12 ms|+10-4,1.2E-2|7E-3,?,> 0,,,,7817|10,8270|40,,10870|40,-713|19,7695.26|7,199007269|15,6771|14,1999 -87,,112,,,ec ?+,?,,,,,,,,,,,, -200,Fr,,49 ms|4,4.9E-2|4E-3,?,100,,,,7622|4,10140|30,,8710|30,-340|50,7700.33|15,200006580|30,6130|30,1995 -87,,113,,,,,,,,,,,,,,,, -201,Fr,,62 ms|5,6.2E-2|5E-3,?,100,,,-8348|22,7519|4,7660|50,,10620|30,-304|16,7714.84|4,201003852|10,3589|9,1980 -87,,114,,,,,,,,,,,,,,,, -202,Fr,,0.30 s|5,3E-1|5E-2,?,? 100,,,-5979|17,7386|4,9371|19,-16912|21,8564|11,120|50,7719.04|3,202003324|8,3096|7,1980 -87,,115,,,,,,,,,,,,,,,, -203,Fr,,0.55 s|1,5.5E-1|1E-2,?,? 100,,,-7790|40,7275|4,7030|19,-16270|16,10291|9,138|19,7731.71|3,203000941|7,876|6,1967 -87,,116,,,,,,,,,,,,,,,, -204,Fr,,1.8 s|3,1.8E0|3E-1,?,92|2,,,-5449|29,7170.3|24,8578|26,-16130|50,8340|25,530|30,7734.69|12,204000652|26,607|25,1964 -87,,117,,,ec ?+,8|2,,,,,,,,,,,, -205,Fr,,3.92 s|4,3.92E0|4E-2,?,? 100,,,-7150|70,7054.7|24,6400|9,-15438|17,9988|26,629|11,7745.69|4,204998594|8,-1310|8,1964 -87,,118,,,,,,,,,,,,,,,, -206,Fr,,? 16 s,1.6E1,?,? 84,,,-4810|30,6923|3,7891|29,-15150|80,8004|29,822|29,7746.94|14,205998670|30,-1242|28,1964 -87,,119,,,ec,? 16,,,,,,,,,,,, -207,Fr,,14.8 s|1,1.48E1|1E-1,?,95|2,+3.89 8,-0.16 5,-6390|60,6893|20,5790|19,-14481|25,9670|30,1000|19,7756.25|8,206996946|19,-2844|18,1964 -87,,120,,,ec ?+,5|2,,,,,,,,,,,, -208,Fr,,59.1 s|3,5.91E1|3E-1,?,89|3,4.75 10,0.00 4,-4394|15,6785|24,6990|16,-14280|50,7893|21,1320|15,7756.90|6,207997138|13,-2666|12,1964 -87,,121,,,ec ?+,11|3,,,,,,,,,,,, -209,Fr,,50.5 s|7,5.05E1|7E-1,?,89|3,+3.95 2,-0.24 2,-5628|16,6777|4,5171|18,-13569|17,9175|19,1403|18,7763.69|7,208995953|16,-3770|15,1964 -87,,122,,,ec ?+,11|3,,,,,,,,,,,, -210,Fr,,3.18 min|6,1.91E2|3.6E0,?,60|30,+4.40 9,+0.19 2,-3776|18,6672|5,6272|16,-13263|16,7635|21,1681|18,7763.07|7,209996422|16,-3333|15,1964 -87,,123,,,ec ?+,40|30,,,,,,,,,,,, -211,Fr,,3.10 min|2,1.86E2|1.2E0,?,> 80,+4.00 8,-0.19 3,-4972|14,6662|3,4615|14,-12654|15,8878|19,1824|13,7768.36|6,210995555|13,-4140|12,1964 -87,,124,,,ec,< 20,,,,,,,,,,,, -212,Fr,,20.0 min|6,1.2E3|3.6E1,ec ?+,57|2,4.62 9,-0.10 1,-3317|14,6529.0|16,5144|9,-12419|12,7447|15,2050|11,7766.84|4,211996225|9,-3516|9,1950 -87,,125,,,?,43|2,,,,,,,,,,,, -213,Fr,,34.82 s|14,3.48E1|1.4E-1,?,99.44|5,+4.02 8,-0.14 2,-3898|11,6904.8|12,2143|6,-11425|12,8108|10,2182|6,7768.447|24,212996186|5,-3553|5,1964 -87,,126,,,ec ?+,0.56|5,,,,,,,,,,,, -214,Fr,,5.0 ms|2,5E-3|2E-4,?,100,,,-1051|10,8589|4,3361|13,-9376|13,5477|10,2552|9,7757.74|4,213998971|9,-959|9,1967 -87,,127,,,,,,,,,,,,,,,, -215,Fr,,86 ns|5,8.6E-8|5E-9,?,100,,,-2216|10,9540|7,1487|10,-7846|9,6795|11,2651|11,7753.26|3,215000341|8,318|7,1970 -87,,128,,,,,,,,,,,,,,,, -216,Fr,,0.70 ?s|2,7E-7|2E-8,?,100,,,-320|10,9174|3,2718|7,-7634|8,5418|8,3149|9,7742.451|19,216003189|4,2971|4,1970 -87,,129,,,ec,< 2 x 10-7|SY,,,,,,,,,,,, -217,Fr,,19 ?s|3,1.9E-5|3E-6,?,100,,,-1575|10,8469|4,656|8,-7048|11,6728|8,3227|9,7737.77|3,217004632|7,4315|7,1968 -87,,130,,,,,,,,,,,,,,,, -218,Fr,,1.0 ms|6,1E-3|6E-4,?,100,,,408|12,8014.0|20,1842|5,-6902|8,5327|8,3888|6,7726.715|22,218007578|5,7059|5,1949 -87,,131,,,,,,,,,,,,,,,, -219,Fr,,20 ms|2,2E-2|2E-3,?,100,,,-777|11,7448.6|18,-212|7,-6105|13,6513|8,3889|7,7721.17|3,219009252|8,8618|7,1948 -87,,132,,,,,,,,,,,,,,,, -220,Fr,,27.4 s|3,2.74E1|3E-1,?,99.65|5,-0.67 1,+0.47 3,1212|9,6800.7|19,870|4,-5983|9,5207|8,4636|4,7709.742|18,220012327|4,11482|4,1948 -87,,133,,,?-,0.35|5,,,,,,,,,,,, -221,Fr,,4.9 min|2,2.94E2|1.2E1,?,100,+1.58 3,-0.98 6,313|6,6457.7|14,-1194|8,-5064|10,6276|6,4624|5,7703.256|22,221014254|5,13277|5,1947 -87,,134,,,?-,< 0.1,,,,,,,,,,,, -222,Fr,,14.2 min|3,8.52E2|1.8E1,?-,100,0.63 1,0.51 4,2058|9,5855|14,6|8,-4657|9,4970|9,5382|9,7690.95|3,222017583|8,16378|7,1975 -87,,135,,,,,,,,,,,,,,,, -223,Fr,,22.00 min|7,1.32E3|4.2E0,?-,99.994,+1.17 2,+1.17 1,1149.1|8,5561.4|28,-2007|8,-4009|5,6067|8,5278.8|23,7683.664|9,223019734.3|21,18382.4|19,1939 -87,,136,,,?,0.006,,,,,,,,,,,, -224,Fr,,3.33 min|10,2E2|6E0,?-,100,+0.40 1,+0.517 4,2923|11,4948|18,-696|15,-3556|11,4705|11,5930|14,7670.37|5,224023348|12,21749|11,1969 -87,,137,,,,,,,,,,,,,,,, -225,Fr,,3.95 min|14,2.37E2|8.4E0,?-,100,1.07 2,1.32 5,1828|12,4613|18,-2714|16,-3077|12,5999|16,5913|15,7662.94|5,225025572|13,23821|12,1969 -87,,138,,,,,,,,,,,,,,,, -226,Fr,,49 s|1,4.9E1|1E0,?-,100,+0.0712 14,-1.35 2,3853|7,4143|17,-1227|12,-2544|7,4371|13,6303|13,7648.376|28,226029545|7,27521|6,1969 -87,,139,,,,,,,,,,,,,,,, -227,Fr,,2.47 min|3,1.48E2|1.8E0,?-,100,+1.50 3,,2505|6,3830|15,-3203|15,-2057|6,5909|9,6354|12,7640.715|26,227031865|6,29682|6,1972 -87,,140,,,,,,,,,,,,,,,, -228,Fr,,38 s|1,3.8E1|1E0,?-,? 100,-0.76 2,+2.38 5,4444|7,3248|23,-1859|19,-1865|7,4370|9,6791|16,7626.37|3,228035839|7,33384|7,1972 -87,,141,,,,,,,,,,,,,,,, -229,Fr,,50.2 s|20,5.02E1|2E0,?-,100,,,3106|16,2850|300#,-3694|14,-1343|5,5787|8,6864|18,7618.337|22,229038291|5,35668|5,1975 -87,,142,,,,,,,,,,,,,,,, -230,Fr,,19.1 s|5,1.91E1|5E-1,?-,100,,,4970|12,2450|300#,-2560|200,-1147|17,4253|8,7165|15,7603.704|28,230042391|7,39487|7,1987 -87,,143,,,,,,,,,,,,,,,, -231,Fr,,17.6 s|6,1.76E1|6E-1,?-,100,,,3864|14,2170|300#,-4370|300,-507|13,5478|10,7260|200#,7594.50|3,231045175|8,42081|8,1985 -87,,144,,,,,,,,,,,,,,,, -232,Fr,,5.5 s|6,5.5E0|6E-1,?-,100,,,5576|17,1960|400#,,-215|18,4079|16,7670|300#,7579.35|6,232049461|15,46073|14,1990 -87,,145,,,,,,,,,,,,,,,, -233,FR,,0.9 s|1,9E-1|1E-1,?-,100,,,4586|21,1670|400#,,352|22,5224|24,,7569.24|8,233052518|21,48920|20,2010 -87,,146,,,?- n,?,,,,,,,,,,,, -201m,RA,,1.6 ms|+77-7,1.6E-3|4.2E-3,?,100,,,,8002|12,8348|22,,,1480|40,7669.41|10,201012815|22,11937|20,2005 -88,,113,,,ec ?+,?,,,,,,,,,,,, -202,Ra,,16 ms|+30-7,1.6E-2|1.9E-2,?,? 100,,,,7880|7,5979|17,,10933|25,1803|18,7685.57|7,202009742|16,9075|15,2005 -88,,114,,,,,,,,,,,,,,,, -203,Ra,,31 ms|+17-9,3.1E-2|1.3E-2,?,? 100,,,,7736|6,7790|40,,8480|40,1720|40,7689.50|19,203009300|40,8660|40,1996 -88,,115,,,,,,,,,,,,,,,, -204,Ra,,57 ms|+11-5,5.7E-2|8E-3,?,? 100,,,,7637|7,5449|29,,10680|40,2109|16,7704.14|7,204006502|16,6057|15,1995 -88,,116,,,,,,,,,,,,,,,, -205,Ra,,210 ms|+60-40,2.1E-1|5E-2,?,? 100,,,-8270|90,7490|50,7150|70,,8290|70,2060|70,7707.0|3,205006270|80,5840|70,1987 -88,,117,,,ec ?+,?,,,,,,,,,,,, -206,Ra,,0.24 s|2,2.4E-1|2E-2,?,? 100,,,-9910|50,7415|4,4810|30,-18610|50,10340|70,2414|20,7719.80|9,206003828|19,3566|18,1967 -88,,118,,,,,,,,,,,,,,,, -207,Ra,,1.35 s|-13+22,1.35E0|1.8E-1,?,? 86,,,-7600|70,7270|50,6390|60,-18010|70,8090|60,2500|60,7721.60|26,207003810|60,3540|50,1967 -88,,119,,,ec ?+,? 14,,,,,,,,,,,, -208,Ra,,1.3 s|2,1.3E0|2E-1,?,95|SY,,,-9030|60,7273|5,4394|15,-17490|50,9890|50,2717|20,7732.02|4,208001855|10,1728|9,1967 -88,,120,,,ec ?+,5|SY,,,,,,,,,,,, -209,Ra,,4.8 s|2,4.8E0|2E-1,?,? 100,+0.852 16,+0.39 4,-6990|50,7143.1|27,5628|16,-16970|60,7941|11,2765|13,7733.017|27,209001995|6,1858|6,1967 -88,,121,,,,,,,,,,,,,,,, -210,Ra,,3.7 s|2,3.7E0|2E-1,?,? 96,,,-8350|60,7151|3,3776|18,-16470|50,9487|11,3077|17,7741.37|4,210000475|10,443|9,1967 -88,,122,,,ec ?+,? 4,,,,,,,,,,,, -211,Ra,,13 s|2,1.3E1|2E0,?,> 93,+0.8780 38,+0.46 5,-6370|50,7042|3,4972|14,-16030|60,7682|12,3124|17,7741.09|4,211000893|8,832|8,1967 -88,,123,,,ec ?+,< 7,,,,,,,,,,,, -212,Ra,,13.0 s|2,1.3E1|2E-1,?,? 85,,,-7480|50,7031.7|17,3317|14,-15470|50,9102|14,3348|16,7747.51|5,211999786|12,-199|11,1967 -88,,124,,,ec ?+,? 15,,,,,,,,,,,, -213,Ra,,2.73 min|5,1.64E2|3E0,?,80|5,+0.6133 18,,-5809|18,6861.7|23,3898|11,-15000|50,7527|15,3427|13,7746.47|5,213000371|11,346|10,1955 -88,,125,,,ec ?+,20|5,,,,,,,,,,,, -214,Ra,,2.46 s|3,2.46E0|3E-2,?,99.941|4,,,-6351|16,7272.6|26,1051|10,-14133|16,8324|11,3643|7,7749.171|25,214000100|6,93|5,1967 -88,,126,,,ec,0.059|4,,,,,,,,,,,, -215,Ra,,1.66 ms|2,1.66E-3|2E-5,?,100,,,-3497|15,8864|3,2216|10,-11981|17,5630|9,3797|11,7739.32|3,215002720|8,2534|8,1967 -88,,127,,,,,,,,,,,,,,,, -216,Ra,,182 ns|10,1.82E-7|1E-8,?,100,,,-4853|14,9526|8,320|10,-10811|15,7314|11,4316|11,7737.35|4,216003533|9,3291|9,1972 -88,,128,,,ec,< 1 x 10-8,,,,,,,,,,,, -217,Ra,,1.6 ?s|2,1.6E-6|2E-7,?,? 100,,,-2814|13,9161|6,1575|10,-10326|13,5473|11,4370|8,7726.91|3,217006323|8,5890|7,1970 -88,,129,,,,,,,,,,,,,,,, -218,Ra,,25.2 ?s|3,2.52E-5|3E-7,?,100,,,-4190|50,8546|6,-408|12,-10124|16,7310|13,4952|13,7725.00|5,218007140|12,6651|11,1970 -88,,130,,,,,,,,,,,,,,,, -219,Ra,,10 ms|3,1E-2|3E-3,?,100,,,-2180|50,8138|3,777|11,-9520|50,5328|14,4954|9,7714.05|4,219010085|9,9394|8,1952 -88,,131,,,,,,,,,,,,,,,, -220,Ra,,18 ms|2,1.8E-2|2E-3,?,100,,,-3473|10,7592|6,-1212|9,-9370|50,7195|12,5636|11,7711.70|4,220011026|9,10270|8,1949 -88,,132,,,,,,,,,,,,,,,, -221,Ra,,28 s|2,2.8E1|2E0,?,100,-0.1799 17,1.98 11,-1560|50,6880.4|19,-313|7,-8851|7,5378|9,5807|6,7701.135|21,221013917|5,12964|5,1949 -88,,133,,,,,,,,,,,,,,,, -222,Ra,,38.0 s|5,3.8E1|5E-1,?,100,,,-2301|7,6678|4,-2058|9,-8270|50,6715|6,6246|6,7696.692|20,222015373|5,14320|4,1948 -88,,134,,,14C,3.0 x 10-8|10,,,,,,,,,,,, -223,Ra,,11.43 d|5,9.88E5|4.32E3,?,100,+0.2705 19,+1.254 3,-593|7,5978.99|21,-1149.1|28,-7459|6,5158|5,6434|8,7685.309|9,223018500.7|22,17233.3|21,1905 -88,,135,,,14C,8.9 x 10-8|4,,,,,,,,,,,, -,,,,,14C,7.7 x 10-8|13,,,,,,,,,,,, -224,Ra,,3.6319 d|23,3.14E5|1.99E2,?,100,,,-1408|4,5788.92|15,-2923|11,-7071|7,6478.7|23,6845.4|21,7679.922|8,224020210.5|19,18825.9|18,1902 -88,,136,,,14C,4.0 x 10-9|10,,,,,,,,,,,, -225,Ra,,14.9 d|2,1.29E6|1.73E4,?-,100,-0.7338 15,,356|5,5097|5,-1828|12,-6312|5,4904.1|28,7044|11,7667.586|12,225023610.6|28,21993.1|26,1947 -88,,137,,,?,0.026|6,,,,,,,,,,,, -226,Ra,,1600 y|7,5.05E10|2.21E8,?,100,,,-641|3,4870.70|25,-3853|7,-6041|5,6396.6|28,7442|12,7661.962|9,226025408.5|21,23667.8|19,1898 -88,,138,,,14C,3.2 x 10-9|16,,,,,,,,,,,, -227,Ra,,42.2 min|5,2.53E3|3E1,?-,100,-0.4038 24,+1.53 6,1328.1|23,4363|8,-2505|6,-5203|3,4561.43|27,7632|7,7648.303|9,227029176.5|21,27177.7|20,1953 -88,,139,,,,,,,,,,,,,,,, -228,Ra,,5.75 y|3,1.81E8|9.47E5,?-,100,,,45.5|6,4070|10,-4444|7,-4980.6|23,6308.8|23,8031|6,7642.428|9,228031068.7|21,28940.3|20,1907 -88,,140,,,,,,,,,,,,,,,, -229,Ra,,4.0 min|2,2.4E2|1.2E1,?-,100,0.5025 27,2.96 30,1872|20,3603|19,-3106|16,-4404|16,4450|16,8111|17,7628.48|7,229034957|17,32562|15,1975 -88,,141,,,?,100,,,,,,,,,,,, -230,Ra,,93 min|2,5.58E3|1.2E2,?-,100,,,678|19,3344|15,-4970|12,-4245|16,6117|19,8441|11,7621.91|4,230037055|11,34516|10,1978 -88,,142,,,,,,,,,,,,,,,, -231,Ra,,104 s|1,1.04E2|1E0,?-,100,,,2454|17,2906|18,-3864|14,-3693|19,4371|15,8559|13,7607.84|5,231041027|12,38216|11,1983 -88,,143,,,,,,,,,,,,,,,, -232,Ra,,4.2 min|8,2.52E2|4.8E1,?-,100,,,1343|16,2829|20,-5576|17,-3337|16,5791|15,8873|12,7600.01|4,232043475|10,40497|9,1983 -88,,144,,,,,,,,,,,,,,,, -233,Ra,,30 s|5,3E1|5E0,?-,100,,,3026|16,2547|16,-4586|21,-2892|16,4234|13,9028|16,7585.56|4,233047595|9,44334|9,1990 -88,,145,,,,,,,,,,,,,,,, -234,Ra,,30 s|10,3E1|1E1,?-,100,,,2089|16,2460|200#,,-2449|15,5475|12,9278|21,7576.54|4,234050382|9,46931|8,1990 -88,,146,,,,,,,,,,,,,,,, -205,Ac,,20 ms|+97-9,2E-2|5.3E-2,?,? 100,,,,8090|50,8270|90,,,-760|50,7662.85|25,205015140|50,14110|50, -89,,116,,,,,,,,,,,,,,,, -206,Ac,,22 ms|+9-5,2.2E-2|7E-3,?,? 100,,,,7960|50,9910|50,,8700|70,-350|90,7667.88|24,206014470|50,13480|50,1998 -89,,117,,,,,,,,,,,,,,,, -207,Ac,,27 ms|+11-6,2.7E-2|9E-3,?,? 100,,,,7840|50,7600|70,,10400|70,-290|50,7681.10|24,207011970|50,11150|50,1994 -89,,118,,,,,,,,,,,,,,,, -208,Ac,,95 ms|+24-16,9.5E-2|2E-2,?,? 99,,,-5930|70,7720|50,9030|60,,8460|80,80|80,7684.86|27,208011540|60,10750|60,1994 -89,,119,,,ec,? 1,,,,,,,,,,,, -209,Ac,,0.087 s|+12-9,8.7E-2|1.1E-2,?,? 100,,,-7520|150#,7730|50,6990|50#,-15910|60,9980|80,170|50,7695.85|24,209009490|50,8840|50,1968 -89,,120,,,,,,,,,,,,,,,, -210,Ac,,0.35 s|5,3.5E-1|5E-2,?,100|AP,,,-5270|60,7610|50,8350|60,-15650|150#,8130|80,360|60,7697.90|27,210009440|60,8790|60,1968 -89,,121,,,ec ?+,?,,,,,,,,,,,, -211,Ac,,0.21 s|3,2.1E-1|3E-2,?,? 100,,,-6710|90,7620|50,6370|50,-14930|60,9660|80,530|50,7707.19|25,211007730|60,7200|50,1968 -89,,122,,,ec ?+,< 0.2,,,,,,,,,,,, -212,Ac,,0.93 s|5,9.3E-1|5E-2,?,? 57,,,-4830|50,7520|50,7480|50,-14700|90,8000|70,840|50,7708.55|24,212007810|60,7280|50,1968 -89,,123,,,ec,? 43,,,,,,,,,,,, -213,Ac,,738 ms|16,7.38E-1|1.6E-2,?,? 100,,,-5965|18,7499|4,5809|18,-14027|18,9190|50,935|19,7715.53|7,213006607|16,6155|15,1968 -89,,124,,,,,,,,,,,,,,,, -214,Ac,,8.2 s|2,8.2E0|2E-1,?,? 89|3,,,-4251|19,7352.1|25,6351|16,-13748|18,7782|22,1191|18,7715.84|7,214006918|16,6444|15,1968 -89,,125,,,ec,? 11|3,,,,,,,,,,,, -215,Ac,,0.17 s|1,1.7E-1|1E-2,?,99.91|2,,,-4891|15,7746|3,3497|15,-12736|16,8485|20,1351|13,7719.41|6,215006474|13,6031|12,1968 -89,,126,,,ec ?+,0.09|2,,,,,,,,,,,, -216,Ac,,440 ?s|16,4.4E-4|1.6E-5,?,100,,,-2154|16,9235|6,4853|14,-10849|14,5958|16,1678|13,7711.26|5,216008743|12,8144|11,1967 -89,,127,,,,,,,,,,,,,,,, -217,Ac,,69 ns|4,6.9E-8|4E-9,?,? 100,3.82 5,,-3502|16,9832|10,2814|13,-9666|17,7512|16,1876|14,7710.34|5,217009344|12,8704|11,1972 -89,,128,,,ec ?+,? 2,,,,,,,,,,,, -218,Ac,,1.08 ?s|9,1.08E-6|9E-8,?,100,,,-1520|50,9380|50,4190|50,-9430|50,5930|50,2340|50,7702.18|23,218011640|50,10840|50,1970 -89,,129,,,,,,,,,,,,,,,, -219,Ac,,11.8 ?s|15,1.18E-5|1.5E-6,?,100,,,-2900|70,8830|50,2180|50,-8870|50,7350|70,2370|50,7700.55|23,219012420|50,11570|50,1970 -89,,130,,,,,,,,,,,,,,,, -220,Ac,,26.4 ms|2,2.64E-2|2E-4,?,100,,,-925|23,8348|4,3473|10,-8800|50,5900|50,2940|10,7692.351|28,220014754|7,13744|6,1970 -89,,131,,,ec,5 x 10-4,,,,,,,,,,,, -221,Ac,,52 ms|2,5.2E-2|2E-3,?,100,,,-2420|50,7780|50,1560|50,-8220|60,7290|50,3040|50,7690.54|23,221015590|50,14520|50,1968 -89,,132,,,,,,,,,,,,,,,, -222,Ac,,5.0 s|5,5E0|5E-1,?,99|1,,,-582|13,7137.4|20,2301|7,-8390|10,5970|50,3631|7,7682.802|23,222017844|6,16621|5,1949 -89,,133,,,ec ?+,1|1,,,,,,,,,,,, -223,Ac,,2.10 min|5,1.26E2|3E0,?,99,,,-1560|12,6783.2|10,593|7,-7449|14,6867|9,3783|8,7679.14|3,223019137|8,17826|7,1948 -89,,134,,,ec,1,,,,,,,,,,,, -224,Ac,,2.78 h|16,1E4|5.76E2,ec,90.9|+14-20,,,240|11,6326.9|7,1408|4,-7223|10,5663|8,4288|4,7670.143|18,224021722|4,20234|4,1948 -89,,135,,,?,9.1|+20-14,,,,,,,,,,,, -225,Ac,,9.9203 d|3,8.57E5|2.59E1,?,100,,,-673|7,5935.1|14,-356|5,-6428|11,6668|6,4478|5,7665.690|21,225023229|5,21637|5,1947 -89,,136,,,14C,4.5 x 10-12|14,,,,,,,,,,,, -226,Ac,,29.37 h|12,1.06E5|4.32E2,?-,83|3,,,1112|5,5506|8,641|4,-6072|6,5399|5,4973|4,7655.662|14,226026097|3,24309|3,1950 -89,,137,,,ec,17|3,,,,,,,,,,,, -,,,,,?,6 x 10-3|2,,,,,,,,,,,, -227,Ac,,21.772 y|3,6.87E8|9.47E4,?-,98.6200|36,+1.1 1,+1.7 2,44.8|8,5042.27|14,-1328.1|27,-5419|5,6531|3,5107.2|22,7650.707|8,227027750.7|21,25849.6|19,1902 -89,,138,,,?,1.3800|36,,,,,,,,,,,, -228,Ac,,6.15 h|2,2.21E4|7.2E1,?-,100,,,2123.7|26,4721|11,-45.5|29,-4981.4|26,5026.2|24,5571.9|24,7639.196|9,228031019.8|22,28894.7|21,1908 -89,,139,,,,,,,,,,,,,,,, -229,Ac,,62.7 min|5,3.76E3|3E1,?-,100,,,1104|12,4444|17,-1872|20,-4152|12,6276|12,5539|12,7633.24|5,229032947|13,30690|12,1952 -89,,140,,,,,,,,,,,,,,,, -230,Ac,,122 s|3,1.22E2|3E0,?-,100,,,2976|16,3893|17,-678|19,-3819|16,4923|20,6013|22,7621.46|7,230036327|17,33838|16,1973 -89,,141,,,?- F,1.2 x 10-06|4,,,,,,,,,,,, -231,Ac,,7.5 min|1,4.5E2|6E0,?-,100,,,1947|13,3655|14,-2454|17,-3171|13,6147|21,6042|17,7615.08|6,231038393|14,35763|13,1973 -89,,142,,,,,,,,,,,,,,,, -232,Ac,,119 s|5,1.19E2|5E0,?-,100,,,3708|13,3345|15,-1343|16,-2733|13,4680|18,6351|17,7602.42|6,232042034|14,39154|13,1986 -89,,143,,,,,,,,,,,,,,,, -233,Ac,,145 s|10,1.45E2|1E1,?-,100,,,2576|13,3215|14,-3026|16,-2210|13,5918|18,6478|16,7595.19|6,233044346|14,41308|13,1983 -89,,144,,,,,,,,,,,,,,,, -234,Ac,,44 s|7,4.4E1|7E0,?-,100,,,4228|14,2930|15,-2089|16,-1962|14,4538|19,6782|16,7582.13|6,234048139|15,44841|14,1986 -89,,145,,,,,,,,,,,,,,,, -235,AC,,62 s|4,6.2E1|4E0,,,,,3339|19,2852|16,,-1327|14,5555|20,6862|16,7573.50|6,235050840|15,47357|14,2006 -89,,146,,,,,,,,,,,,,,,, -236,Ac,,1.2 min|+58-5,7.2E1|1.89E2,?-,?,,,4970|40,2720|40,,-870|40,4210|40,7200|300#,7559.24|16,236054990|40,51220|40,2010 -89,,147,,,,,,,,,,,,,,,, -208,TH,,1.7 ms|+17-6,1.7E-3|1.2E-3,?,? 100,,,,8200|30,5930|70,,,1750|60,7652.59|16,208017910|40,16680|30,2010 -90,,118,,,,,,,,,,,,,,,, -209,Th,,2.5 ms|+17-7,2.5E-3|1.2E-3,?,? 100,,,,8100|140#,7520|150,,8390|140#,1670|150#,7656|1#,209017570|150#,16370|140#,1996 -90,,119,,,,,,,,,,,,,,,, -210,Th,,16 ms|4,1.6E-2|4E-3,?,100|AP,,,,8069|6,5270|60,,10380|140#,2070|50,7669.08|9,210015093|20,14059|19,1995 -90,,120,,,ec ?+,?,,,,,,,,,,,, -211,Th,,37 ms|+28-11,3.7E-2|2E-2,ec ?+,?,,,-8170|130#,7940|50,6710|90#,,8220|80,2170|90,7671.7|3,211014930|80,13910|70,1995 -90,,121,,,?,?,,,,,,,,,,,, -212,Th,,31.7 ms|13,3.17E-2|1.3E-3,?,100,,,-9480|80,7958|5,4830|50,-18040|100#,9870|70,2380|50,7682.06|5,212013001|11,12111|10,1980 -90,,122,,,ec ?+,? 0.3,,,,,,,,,,,, -213,Th,,144 ms|21,1.44E-1|2.1E-2,?,? 100,,,-7540|70,7837|7,5965|18,-17540|80,8062|14,2450|50,7683.85|4,213013011|10,12120|9,1968 -90,,123,,,,,,,,,,,,,,,, -214,Th,,87 ms|10,8.7E-2|1E-2,?,100,,,-8790|80,7827|5,4251|19,-17040|70,9497|14,2749|19,7692.32|5,214011481|11,10695|11,1968 -90,,124,,,,,,,,,,,,,,,, -215,Th,,1.2 s|2,1.2E0|2E-1,?,100,,,-6940|70,7665|4,4891|15,-16640|80,7845|14,2811|18,7693.02|4,215011725|9,10922|9,1968 -90,,125,,,,,,,,,,,,,,,, -216,Th,,26.0 ms|2,2.6E-2|2E-4,?,100,,,-7500|50,8072|4,2154|16,-15640|70,8695|15,3021|17,7697.66|6,216011056|13,10298|12,1968 -90,,126,,,ec ?+,? 0.01|SY,,,,,,,,,,,, -217,Th,,0.241 ms|5,2.41E-4|5E-6,?,100,,,-4863|19,9435|4,3502|16,-13660|50,6164|16,3228|15,7690.59|5,217013103|11,12206|11,1968 -90,,127,,,,,,,,,,,,,,,, -218,Th,,117 ns|9,1.17E-7|9E-9,?,100,,,-6317|21,9849|9,1520|50,-12773|19,7910|15,3626|15,7691.60|5,218013276|11,12367|11,1973 -90,,128,,,,,,,,,,,,,,,, -219,Th,,1.05 ?s|3,1.05E-6|3E-8,?,100,,,-4070|70,9510|50,2900|70,-12280|50,5970|50,3660|70,7683.72|23,219015540|50,14470|50,1973 -90,,129,,,,,,,,,,,,,,,, -220,Th,,9.7 ?s|6,9.7E-6|6E-7,?,100,,,-5550|60#,8953|20,925|23#,-11940|60,7870|60,4190|60,7684.59|10,220015748|24,14669|22,1973 -90,,130,,,ec,2 x 10-7|SY,,,,,,,,,,,, -221,Th,,1.74 ms|3,1.74E-3|3E-5,?,100,,,-3440|50,8626|4,2420|50,-11350|50#,5800|24,4092|10,7676.06|4,221018186|9,16940|8,1970 -90,,131,,,,,,,,,,,,,,,, -222,Th,,2.24 ms|3,2.24E-3|3E-5,?,100,,,-4950|70#,8127|5,582|13#,-11240|50,7809|15,4610|50,7676.66|5,222018468|13,17203|12,1970 -90,,132,,,,,,,,,,,,,,,, -223,Th,,0.60 s|2,6E-1|2E-2,?,100,,,-2930|70,7567|4,1560|12,-10840|70#,5889|15,4525|10,7668.64|4,223020812|10,19386|9,1952 -90,,133,,,,,,,,,,,,,,,, -224,Th,,1.04 s|2,1.04E0|2E-2,?,100,,,-3869|13,7299|6,-240|11,-10400|70,7463|14,5121|12,7667.72|4,224021464|11,19994|10,1949 -90,,134,,,,,,,,,,,,,,,, -225,Th,,8.75 min|4,5.25E2|2.4E0,?,? 90,,,-2030|70,6921.4|21,673|7,-9623|9,5755|11,5213|6,7659.222|23,225023951|5,22310|5,1949 -90,,135,,,ec,? 10,,,,,,,,,,,, -226,Th,,30.57 min|10,1.83E3|6E0,?,100,,,-2836|12,6452.5|10,-1112|5,-9210|70,7184|7,5729|6,7657.119|20,226024904|5,23198|4,1948 -90,,136,,,,,,,,,,,,,,,, -227,Th,,18.697 d|7,1.62E6|6.05E2,?,100,,,-1026|7,6146.60|10,-44.8|28,-8300|12,5464|5,5793|3,7647.458|9,227027702.6|22,25804.8|21,1906 -90,,137,,,,,,,,,,,,,,,, -228,Th,,1.9116 y|16,6.03E7|5.05E4,?,100,,,-2153|4,5520.15|22,-2123.7|28,-8132|8,7105.2|22,6367.6|21,7645.080|8,228028739.8|19,26771.0|18,1905 -90,,138,,,,,,,,,,,,,,,, -229,Th,,7880 y|120,2.49E11|3.79E9,?,100,+0.46 4,+4.3 9,-311|4,5167.6|10,-1104|12,-7409|5,5256.7|26,6598.1|28,7634.650|11,229031761.4|26,29585.6|24,1947 -90,,139,,,,,,,,,,,,,,,, -230,Th,,7.54 x 104|y|3,2.38E12|9.47E9,?,100,,,-1311.0|28,4769.8|15,-2976|16,-7106|3,6794.3|22,7116|12,7630.996|5,230033132.4|13,30862.6|12,1907 -90,,140,,,24Ne,5.8 x 10-11|13,,,,,,,,,,,, -,,,,,SF,? 4 x 10-12,,,,,,,,,,,, -231,Th,,25.52 h|1,9.19E4|3.6E1,?-,100,,,391.5|15,4213.3|15,-1947|13,-6429.0|28,5118.02|20,7311|16,7620.118|5,231036302.9|13,33815.9|12,1911 -90,,141,,,?,? 4 x 10-11,,,,,,,,,,,, -232,Th,,1.40 x 1010|y|1,4.42E17|3.16E15,?,100,,,-500|8,4081.6|14,-3708|13,-6048.9|17,6440.4|11,7605|13,7615.033|6,232038053.7|15,35446.8|14,1898 -90,,142,100 %,,SF,1.1 x 10-09|4,,,,,,,,,,,, -233,Th,,21.83 min|4,1.31E3|2.4E0,?-,100,,,1242.2|11,3745|16,-2576|13,-5286|8,4786.39|9,7712|13,7602.893|6,233041580.2|15,38731.7|14,1935 -90,,143,,,,,,,,,,,,,,,, -234,Th,,24.10 d|3,2.08E6|2.59E3,?-,100,,,274|3,3672|11,-4228|14,-4947.8|25,6190.0|26,7984|13,7596.855|11,234043599.9|28,40613.0|26,1900 -90,,144,,,,,,,,,,,,,,,, -235,Th,,7.2 min|1,4.32E2|6E0,?-,100,,,1729|19,3376|17,-3339|19,-4392|14,4667|13,8112|19,7584.38|5,235047255|14,44018|13,1969 -90,,145,,,,,,,,,,,,,,,, -236,Th,,37.3 min|15,2.24E3|9E1,?-,100,,,921|20,3333|17,-4970|40,-4105|20,5834|19,8391|20,7576.97|6,236049657|15,46255|14,1973 -90,,146,,,,,,,,,,,,,,,, -237,Th,,4.8 min|5,2.88E2|3E1,?-,100,,,2427|21,3196|18,,-3450|21,4371|21,8550|40,7563.44|7,237053629|17,49955|16,1993 -90,,147,,,,,,,,,,,,,,,, -238,Th,,9.4 min|20,5.64E2|1.2E2,?-,100,,,1630|280#,3170|280#,#,-3070|280#,5500|280#,8780|490#,7555|1#,238056390|300#,52520|280#,1999 -90,,148,,,,,,,,,,,,,,,, -211,Pa,,> 300 ns,3E-7|5E15,ec ?+,?,,,,8510|110#,8170|130,,,-730|100#,7629|0#,211023700|110#,22080|100#, -91,,120,,,p,?,,,,,,,,,,,, -,,,,,?,?,,,,,,,,,,,, -212,Pa,,5.1 ms|+61-19,5.1E-3|4E-3,?,? 100,,,,8420|50,9480|80,,8560|130#,-390|100,7633.6|4,212023180|80,21590|70,1997 -91,,121,,,,,,,,,,,,,,,, -213,Pa,,5.3 ms|+40-16,5.3E-3|2.8E-3,?,100,,,,8390|50,7540|70,,10000|100,-260|70,7644.8|3,213021110|80,19660|70,1995 -91,,122,,,,,,,,,,,,,,,, -214,Pa,,17 ms|3,1.7E-2|3E-3,?,? 100,,,,8270|50,8790|80,,8250|100,-80|80,7647.6|4,214020920|80,19490|80,1995 -91,,123,,,,,,,,,,,,,,,, -215,Pa,,14 ms|2,1.4E-2|2E-3,?,100,,,-7060|110,8240|50,6940|70,,9690|110,120|70,7657.1|3,215019180|80,17860|70,1979 -91,,124,,,,,,,,,,,,,,,, -216,Pa,,0.15 s|+6-4,1.5E-1|5E-2,?,? 98|SY,,,-5270|60,8097|15,7500|50,-15200|100,8140|90,410|50,7659.31|25,216019110|60,17800|50,1972 -91,,125,,,ec,? 2|SY,,,,,,,,,,,, -217,Pa,,3.6 ms|8,3.6E-3|8E-4,?,100,,,-5900|70#,8489|4,4863|19#,-14070|30,8800|60,519|20,7664.58|7,217018324|17,17068|16,1968 -91,,126,,,,,,,,,,,,,,,, -218,Pa,,113 ?s|10,1.13E-4|1E-5,?,100,,,-3211|23,9815|10,6317|21,-12360|70#,6456|24,811|21,7659.04|8,218020058|20,18684|18,1979 -91,,127,,,,,,,,,,,,,,,, -219,Pa,,53 ns|10,5.3E-8|1E-8,?,100,,,-4750|70,10080|50,4070|70,-11430|50,8210|50,1120|50,7661.57|23,219019900|60,18540|50,2005 -91,,128,,,,,,,,,,,,,,,, -220,Pa,,0.78 ?s|16,7.8E-7|1.6E-7,?,100,,,-2710|110#,9650|50#,5550|60#,-11140|70#,6390|70#,1540|70#,7656|0#,220021700|50#,20220|50#,2005 -91,,129,,,ec ?+,3 x 10-7,,,,,,,,,,,, -221,Pa,,5.9 ?s|17,5.9E-6|1.7E-6,?,100,,,-4140|70,9250|50,3440|50,-10630|110#,7910|70#,1580|60,7656.97|23,221021870|60,20380|50,1983 -91,,130,,,,,,,,,,,,,,,, -222,Pa,,2.9 ms|+6-4,2.9E-3|5E-4,?,100,,,-2120|90#,8890|50#,4950|70#,-10440|90#,6290|90#,2070|70#,7651|0#,222023780|80#,22150|70#,1970 -91,,131,,,,,,,,,,,,,,,, -223,Pa,,5.1 ms|6,5.1E-3|6E-4,?,100,,,-3520|100,8330|50,2930|70,-10020|90,7900|100#,2170|70,7652.0|3,223023960|80,22320|70,1970 -91,,132,,,,,,,,,,,,,,,, -224,Pa,,0.846 s|20,8.46E-1|2E-2,?,100,,,-1860|24,7694|4,3869|13,-10050|70,6530|70,2813|12,7646.96|3,224025617|8,23862|8,1958 -91,,133,,,,,,,,,,,,,,,, -225,Pa,,1.7 s|2,1.7E0|2E-1,?,100,,,-3040|70,7390|50,2030|70,-9450|70,7590|70,2940|70,7646.7|3,225026130|80,24340|70,1958 -91,,134,,,,,,,,,,,,,,,, -226,Pa,,1.8 min|2,1.08E2|1.2E1,?,74|5,,,-1296|17,6987|10,2836|12,-9418|16,6380|70,3566|12,7641.11|5,226027948|12,26033|11,1949 -91,,135,,,ec ?+,26|5,,,,,,,,,,,, -227,Pa,,38.3 min|3,2.3E3|1.8E1,?,85|2,,,-2214|12,6580.4|21,1026|8,-8569|15,7273|14,3655|9,7639.49|3,227028804|8,26831|7,1948 -91,,136,,,ec,15|2,,,,,,,,,,,, -228,Pa,,22 h|1,7.92E4|3.6E3,ec ?+,98.15|17,3.5 5,,-299|15,6264.5|15,2153|5,-8193|11,5979|8,4170|5,7632.207|19,228031051|5,28924|4,1948 -91,,137,,,?,1.85|17,,,,,,,,,,,, -229,Pa,,1.50 d|5,1.3E5|4.32E3,ec,99.52|5,,,-1314|7,5835|4,311|4,-7397|15,7098|5,4163|3,7629.874|14,229032096|4,29897|3,1949 -91,,138,,,?,0.48|5,,,,,,,,,,,, -230,Pa,,17.4 d|5,1.5E6|4.32E4,ec ?+,92.2|7,2.00 29,,559|5,5439.4|7,1311|3,-7108|7,5795|4,4701|4,7621.895|13,230034540|3,32174|3,1948 -91,,139,,,?-,7.8|7,,,,,,,,,,,, -,,,,,?,0.0032|1,,,,,,,,,,,, -231,Pa,,3.276 x 104|y|11,1.03E12|3.47E9,?,100,2.01 2,-1.72 5,-381.6|20,5149.9|8,-391.5|21,-6262|5,6821|3,4727.2|15,7618.426|8,231035882.6|19,33424.4|18,1918 -91,,140,,,SF,? 3 x 10-10,,,,,,,,,,,, -232,Pa,,1.32 d|2,1.14E5|1.73E3,?-,100,,,1337|7,4627|8,500|8,-5931|8,5549|8,5158|8,7609.51|3,232038590|8,35947|8,1949 -91,,141,,,ec,?,,,,,,,,,,,, -233,Pa,,26.975 d|13,2.33E6|1.12E3,?-,100,+3.4 8,-3.0,570.3|20,4375|12,-1242.2|20,-5191.4|18,6528|8,5246.3|11,7604.866|6,233040246.6|14,37489.5|13,1938 -91,,142,,,,,,,,,,,,,,,, -234,Pa,,6.70 h|5,2.41E4|1.8E2,?-,100,,,2194|4,4076|16,-274|5,-4652|4,5222|4,5682|4,7594.683|17,234043306|4,40339|4,1913 -91,,143,,,,,,,,,,,,,,,, -235,Pa,,24.4 min|2,1.46E3|1.2E1,?-,100,,,1370|14,4101|19,-1729|19,-3927|14,6121|15,5613|14,7588.41|6,235045399|15,42289|14,1950 -91,,144,,,,,,,,,,,,,,,, -236,Pa,,9.1 min|1,5.46E2|6E0,?-,100,,,2889|14,3755|19,-921|20,-3656|14,5026|20,5973|19,7577.56|6,236048668|15,45334|14,1963 -91,,145,,,,,,,,,,,,,,,, -237,Pa,,8.7 min|2,5.22E2|1.2E1,?-,100,,,2137|13,3795|18,-2427|21,-2988|13,5878|19,6017|19,7570.38|5,237051023|14,47528|13,1954 -91,,146,,,,,,,,,,,,,,,, -238,Pa,,2.28 min|10,1.37E2|6E0,?-,100,,,3586|16,3628|21,-1630|280,-2567|16,4705|21,6350|22,7558.34|7,238054637|17,50894|16,1968 -91,,147,,,,,,,,,,,,,,,, -239,Pa,,1.8 h|5,6.48E3|1.8E3,?-,100,,,2760|200#,3550|200#,#,-2040|200#,5630|200#,6480|340#,7550|1#,239057260|210#,53340|200#,1995 -91,,148,,,,,,,,,,,,,,,, -215,U,,0.7 ms|+13-3,7E-4|8E-4,?,> 0,,,,8590|50,7060|110,,,1850|120,7620.6|4,215026760|90,24920|90, -92,,123,,,ec ?+,?,,,,,,,,,,,, -216,U,,4.5 ms|+47-16,4.5E-3|3.2E-3,?,? 100,,,,8531|26,5270|60,,9930|90,2090|80,7631.31|13,216024760|30,23066|28, -92,,124,,,,,,,,,,,,,,,, -217,U,,16 ms|+21-6,1.6E-2|1.4E-2,?,? 100,,,,8430|70#,5900|70,,8160|80#,2110|90#,7634|0#,217024660|80#,22970|70#,2000 -92,,125,,,,,,,,,,,,,,,, -218,U,,0.51 ms|+17-10,5.1E-4|1.4E-4,?,100,,,,8775|9,3211|23,,9150|70#,2463|21,7640.72|6,218023505|15,21895|14,1992 -92,,126,,,,,,,,,,,,,,,, -219,U,,42 ?s|+34-13,4.2E-5|2.4E-5,?,100,,,-6170|100,9940|50,4750|70,,6680|50,2690|50,7636.33|23,219025000|50,23290|50,1993 -92,,127,,,,,,,,,,,,,,,, -221,U,,0.66 ?s|14,6.6E-7|1.4E-7,?,? 100,,,-5330|210#,9890|50,4140|70#,-13860|200#,6480|110#,2990|70#,7634.68|23,221026320|50,24520|50, -92,,129,,,,,,,,,,,,,,,, -222,U,,4.7 ?s|7,4.7E-6|7E-7,?,? 100,,,-6750|200#,9480|50,2120|90#,-13650|210#,8320|70,3390|70,7637.76|23,222026060|60,24270|50,1983 -92,,130,,,,,,,,,,,,,,,, -223,U,,18 ?s|+10-5,1.8E-5|8E-6,?,100,,,-4760|210#,8940|50,3520|100#,-13250|210#,6510|90,3610|100#,7632.7|3,223027740|80,25840|70,1991 -92,,131,,,ec ?+,0.2,,,,,,,,,,,, -224,U,,0.84 ms|+40-22,8.4E-4|3.1E-4,?,100,,,-6150|200#,8628|7,1860|24#,-12950|200#,8190|70,3890|70,7635.16|10,224027614|25,25722|23,1991 -92,,132,,,,,,,,,,,,,,,, -225,U,,69 ms|15,6.9E-2|1.5E-2,?,100,,,-4210|70,8015|7,3040|70,-12570|200#,6414|26,3771|13,7629.74|5,225029394|12,27380|11,1989 -92,,133,,,,,,,,,,,,,,,, -226,U,,268 ms|9,2.68E-1|9E-3,?,100,,,-5450|90#,7701|4,1296|17#,-12330|70,8122|17,4300|70,7631.92|6,226029339|14,27329|13,1973 -92,,134,,,,,,,,,,,,,,,, -227,U,,1.1 min|1,6.6E1|6E0,?,100,,,-3520|70,7235|3,2214|12,-11800|90#,6355|16,4277|15,7626.29|4,227031182|10,29045|10,1952 -92,,135,,,,,,,,,,,,,,,, -228,U,,9.1 min|2,5.46E2|1.2E1,?,> 95,,,-4370|50,6804|10,299|15,-11410|70,7895|17,4898|16,7627.47|6,228031371|15,29222|14,1949 -92,,136,,,ec,< 5,,,,,,,,,,,, -229,U,,58 min|3,3.48E3|1.8E2,ec,? 80,,,-2570|90,6476|3,1314|7,-10460|50,6083|15,5002|7,7620.721|26,229033506|6,31211|6,1949 -92,,137,,,?,? 20,,,,,,,,,,,, -230,U,,20.23 d|2,1.75E6|1.73E3,?,100,,,-3620|50,5992.4|5,-559|5,-10240|90,7667|7,5571|5,7620.922|20,230033940|5,31615|5,1948 -92,,138,,,,,,,,,,,,,,,, -231,U,,4.2 d|1,3.63E5|8.64E3,ec,100,,,-1820|50,5576.3|17,382|3,-9500|50,5880|5,5657|4,7613.387|12,231036292.3|29,33806.0|27,1949 -92,,139,,,?,? 4 x 10-3|1,,,,,,,,,,,, -232,U,,68.9 y|4,2.17E9|1.26E7,?,100,,,-2750|100#,5413.63|9,-1337|8#,-9090|50,7267.8|28,6103.8|19,7611.897|8,232037154.9|19,34609.5|18,1949 -92,,140,,,SF,2.7 x 10-12|6,,,,,,,,,,,, -233,U,,1.592 x 105|y|2,5.02E12|6.31E9,?,100,+0.59 5,+3.663 8,-1030|50,4908.7|12,-570.3|26,-8510|100#,5761.7|25,6316|8,7603.956|10,233039634.4|24,36919.2|23,1947 -92,,141,,,SF,< 6 x 10-11,,,,,,,,,,,, -234,U,,2.455 x 105|y|6,7.75E12|1.89E10,?,100,,,-1810|8,4857.5|7,-2194|4,-7870|50,6845.5|20,6633.4|8,7600.715|5,234040950.4|12,38145.0|11,1912 -92,,142,0.0054 %|5,,SF,1.64 x 10-9|22,,,,,,,,,,,, -235,U,,7.04 x 108|y|1,2.22E16|3.16E13,?,100,-0.38 3,+4.936 6,-124.3|9,4678.0|7,-1370|14,-7107|8,5297.50|23,6709|4,7590.914|5,235043928.2|12,40918.8|11,1935 -92,,143,0.7204 %|6,,SF,7 x 10-9|2,,,,,,,,,,,, -236,U,,2.342 x 107|y|4,7.39E14|1.26E12,?,100,,,-930|50,4572.9|9,-2889|14,-6669.8|9,6545.52|26,7133|14,7586.484|5,236045566.2|12,42444.6|11,1951 -92,,144,,,SF,9.4 x 10-8|4,,,,,,,,,,,, -237,U,,6.752 d|2,5.83E5|1.73E2,?-,100,,,518.5|5,4233.6|10,-2137|13,-6060|50,5125.8|5,7233|14,7576.102|5,237048728.4|13,45390.2|12,1940 -92,,145,,,,,,,,,,,,,,,, -238,U,,4.468 x 109|y|6,1.41E17|1.89E14,?,100,,,-146.9|12,4269.9|21,-3586|16,-5635.2|12,6153.7|13,7509|13,7570.125|6,238050787.0|16,47307.8|15,1896 -92,,146,99.2742 %|10,,SF,5.45 x 10-5|7,,,,,,,,,,,, -239,U,,23.45 min|2,1.41E3|1.2E0,?-,100,,,1261.7|15,4130|13,-2760|200,-4953.3|12,4806.38|17,7610|16,7558.561|6,239054292.0|16,50572.7|15,1937 -92,,147,,,,,,,,,,,,,,,, -240,U,,14.1 h|1,5.08E4|3.6E2,?-,100,,,399|17,4035|14,,-4666.9|28,5928.5|29,7910|200#,7551.770|11,240056592.4|27,52715.5|26,1953 -92,,148,,,,,,,,,,,,,,,, -241,U,,,,?-,?,,,1940|210#,3820|200#,#,-4190|200#,4590|200#,8000|280#,7539|1#,241060330|210#,56200|200#, -92,,149,,,,,,,,,,,,,,,, -242,U,,16.8 min|5,1.01E3|3E1,?-,100,,,1200|280#,3670|200#,#,-3710|210#,5650|280#,8310|360#,7532|1#,242062930|210#,58620|200#,1979 -92,,150,,,,,,,,,,,,,,,, -243,U,,,,?-,?,,,2480|300#,3480|500#,#,-3130|360#,4330|360#,,7518|1#,243066950|320#,62360|300#, -92,,151,,,,,,,,,,,,,,,, -244,U,,,,?-,?,,,,,,,,,,,, -92,,152,,,,,,,,,,,,,,,, -245,U,,,,?-,?,,,,,,,,,,,, -92,,153,,,,,,,,,,,,,,,, -246,U,,,,?-,?,,,,,,,,,,,, -92,,154,,,,,,,,,,,,,,,, -247,U,,,,?-,?,,,,,,,,,,,, -92,,155,,,,,,,,,,,,,,,, -248,U,,,,?-,?,,,,,,,,,,,, -92,,156,,,,,,,,,,,,,,,, -249,U,,,,?-,?,,,,,,,,,,,, -92,,157,,,,,,,,,,,,,,,, -250,U,,,,?-,?,,,,,,,,,,,, -92,,158,,,,,,,,,,,,,,,, -251,U,,,,?-,?,,,,,,,,,,,, -92,,159,,,,,,,,,,,,,,,, -252,U,,,,?-,?,,,,,,,,,,,, -92,,160,,,,,,,,,,,,,,,, -253,U,,,,?- n,?,,,,,,,,,,,, -92,,161,,,?-,?,,,,,,,,,,,, -254,U,,,,?- n,?,,,,,,,,,,,, -92,,162,,,?-,?,,,,,,,,,,,, -255,U,,,,?- n,?,,,,,,,,,,,, -92,,163,,,?-,?,,,,,,,,,,,, -219,Np,,< 5 ?s,5E-6,?,? 100,,,,9170|50,6170|100,,,-270|90,7604.6|4,219031620|90,29460|90, -93,,126,,,,,,,,,,,,,,,, -225,Np,,3.6 ms|+76-27,3.6E-3|5.2E-3,?,? 100,,,,8790|50,4210|70,,8360|210#,1420|80,7607.6|3,225033910|80,31590|70,1994 -93,,132,,,ec ?+,?,,,,,,,,,,,, -226,Np,,35 ms|10,3.5E-2|1E-2,?,100,,,,8200|50,5450|90,,6880|110#,1890|90#,7604|0#,226035190|90#,32780|90#,1990 -93,,133,,,,,,,,,,,,,,,, -227,Np,,0.51 s|6,5.1E-1|6E-2,?,100,,,-4210|120#,7816|14,3520|70#,,8290|110#,2060|70,7607.4|3,227034960|80,32560|70,1990 -93,,134,,,,,,,,,,,,,,,, -228,Np,,61.4 s|14,6.14E1|1.4E0,ec,60|7,,,-2490|60,7310|50,4370|50,-11240|110#,7040|90,2740|50,7604.85|22,228036070|50,33600|50,1994 -93,,135,,,?,40|7,,,,,,,,,,,, -229,Np,,4.0 min|2,2.4E2|1.2E1,?,68|11,,,-3620|100,7010|50,2570|90,-10380|90,7890|100,2730|90,7606.1|4,229036260|90,33780|90,1968 -93,,136,,,ec,32|11,,,,,,,,,,,, -230,Np,,4.6 min|3,2.76E2|1.8E1,ec ?+,? 97,,,-1700|50,6780|50,3620|50,-10230|70,6610|100,3260|50,7601.78|22,230037830|60,35240|50,1968 -93,,137,,,?,? 3,,,,,,,,,,,, -231,Np,,48.8 min|2,2.93E3|1.2E1,ec,98|1,,,-2680|60,6370|50,1820|50,-9380|50,7680|70,3280|50,7602.13|22,231038240|50,35620|50,1950 -93,,138,,,?,2|1,,,,,,,,,,,, -232,Np,,14.7 min|3,8.82E2|1.8E1,ec ?+,100,,,-1000|100#,6010|100#,2750|100#,-9020|100#,6340|110#,3730|100#,7597|0#,232040110|110#,37360|100#,1950 -93,,139,,,?,0.0002,,,,,,,,,,,, -233,Np,,36.2 min|1,2.17E3|6E0,ec,100,,,-2100|70,5630|50,1030|50,-8490|50,7480|110#,3950|50,7596.18|22,233040740|50,37950|50,1950 -93,,140,,,?,? 0.001,,,,,,,,,,,, -234,Np,,4.4 d|1,3.8E5|8.64E3,ec ?+,100,,,-395|11,5356|9,1810|8,-8170|50,6070|50,4253|9,7589.64|4,234042893|9,39955|8,1949 -93,,141,,,,,,,,,,,,,,,, -235,Np,,396.1 d|12,3.42E7|1.04E5,ec,99.99740|13,,,-1139|20,5193.8|15,124.3|18,-7378|7,6983|8,4390.9|9,7587.056|6,235044061.6|15,41043.1|14,1949 -93,,142,,,?,0.00260|13,,,,,,,,,,,, -236,Np,,153 x 103|y|5,4.83E12|1.58E11,ec,86.3|8,,,480|50,5010|50,930|50,-6880|50,5740|50,4830|50,7579.21|21,236046570|50,43380|50,1949 -93,,143,,,?-,13.5|8,,,,,,,,,,,, -,,,,,?,0.16|4,,,,,,,,,,,, -237,Np,,2.144 x 106|y|7,6.77E13|2.21E11,?,100,+3.14 4,+3.886 6,-220.1|13,4957.3|7,-518.5|16,-6101.2|16,6580|50,4861.95|25,7574.989|5,237048171.7|12,44871.7|11,1948 -93,,144,,,SF,? 2 x 10-10,,,,,,,,,,,, -238,Np,,2.099 d|2,1.81E5|1.73E2,?-,100,,,1291.4|5,4691|4,146.9|19,-5708.4|13,5488.32|20,5224.5|6,7566.221|5,238050944.7|12,47454.7|11,1949 -93,,145,,,,,,,,,,,,,,,, -239,Np,,2.356 d|3,2.04E5|2.59E2,?-,100,,,722.8|9,4597|14,-1261.7|20,-4923.5|10,6214.9|10,5285.7|15,7560.567|5,239052937.6|14,49311.1|13,1940 -93,,146,,,,,,,,,,,,,,,, -240,Np,,61.9 min|2,3.71E3|1.2E1,?-,100,,,2191|17,4557|22,-399|17,-4343|17,5066|17,5545|17,7550.17|7,240056164|18,52316|17,1953 -93,,147,,,,,,,,,,,,,,,, -241,Np,,13.9 min|2,8.34E2|1.2E1,?-,100,,,1300|70,4310|70,-1940|210,-3940|70,6130|70,5740|70,7544.27|28,241058250|80,54260|70,1959 -93,,148,,,,,,,,,,,,,,,, -242,Np,,2.2 min|2,1.32E2|1.2E1,?-,100,,,2700|200,4100|200,-1200|280,-3610|200,4910|210,6070|280#,7533.4|8,242061640|210,57420|200,1979 -93,,149,,,,,,,,,,,,,,,, -243,Np,,1.85 min|15,1.11E2|9E0,?-,100,,,2120|30#,4110|200#,-2480|300#,-2910|30#,5610|200#,6030|200#,7525|0#,243064280|30#,59880|30#,1979 -93,,150,,,,,,,,,,,,,,,, -244,Np,,2.29 min|16,1.37E2|9.6E0,?-,100,,,3400|300#,3870|360#,#,-2620|300#,4740|300#,6450|420#,7514|1#,244067850|320#,63200|300#,1987 -93,,151,,,,,,,,,,,,,,,, -228,Pu,,1.1 s|+20-5,1.1E0|1.3E0,?,100,,,,7940|18,2490|60,,8750|100#,3760|80,7590.49|13,228038740|30,36087|29,1994 -94,,134,,,,,,,,,,,,,,,, -229,Pu,,90 s|+71-27,9E1|4.9E1,?,100,,,-4750|100,7590|50,3620|100,,6760|60,3490|70,7586.88|22,229040150|50,37400|50,1994 -94,,135,,,,,,,,,,,,,,,, -230,Pu,,102 s|10,1.02E2|1E1,?,? 100,,,-6000|130#,7181|7,1700|50#,-13290|90,8530|50,4130|90,7590.99|6,230039651|16,36934|15,1990 -94,,136,,,,,,,,,,,,,,,, -231,Pu,,8.6 min|5,5.16E2|3E1,ec ?+,90|4,,,-4100|300#,6839|20,2680|60#,-12690|130#,6697|27,4220|60,7587.12|10,231041126|24,38309|23,1999 -94,,137,,,?,10|4,,,,,,,,,,,, -232,Pu,,33.8 min|7,2.03E3|4.2E1,ec,90|SY,,,-4980|300#,6716|10,1000|100#,-12120|300#,8017|29,4550|50,7588.97|8,232041185|19,38363|18,1973 -94,,138,,,?,10|SY,,,,,,,,,,,, -233,Pu,,20.9 min|4,1.25E3|2.4E1,ec ?+,99.88|5,,,-3210|110#,6420|50,2100|70#,-11360|300#,6380|50,4600|110#,7583.80|22,233043000|50,40050|50,1957 -94,,139,,,?,0.12|5,,,,,,,,,,,, -234,Pu,,8.8 h|1,3.17E4|3.6E2,ec,? 94,,,-4110|160#,6310|5,395|11#,-10980|100#,7770|50,4890|50,7584.605|29,234043317|7,40350|7,1949 -94,,140,,,?,? 6,,,,,,,,,,,, -235,Pu,,25.3 min|5,1.52E3|3E1,ec ?+,99.9972|7,,,-2440|60,5951|20,1139|21,-10350|160#,6239|22,5061|22,7578.88|9,235045285|22,42182|21,1957 -94,,141,,,?,0.0028|7,,,,,,,,,,,, -236,Pu,,2.858 y|8,9.02E7|2.52E5,?,100,,,-3140|110#,5867.15|8,-480|50#,-9800|50,7352|21,5430.5|18,7577.918|8,236046056.8|19,42901.6|18,1949 -94,,142,,,SF,1.9 x 10-7|4,,,,,,,,,,,, -237,Pu,,45.64 d|4,3.94E6|3.46E3,ec,99.9958|4,,,-1480|60#,5747.6|23,220.1|20#,-9020|110#,5881.2|21,5580|50,7570.759|7,237048408.0|18,45091.7|17,1949 -94,,143,,,?,0.0042|4,,,,,,,,,,,, -238,Pu,,87.7 y|1,2.77E9|3.16E6,?,100,,,-2260|50,5593.27|19,-1291.4|16,-8480|60#,6999.8|13,5997.4|4,7568.360|5,238049558.2|12,46163.2|11,1949 -94,,144,,,SF,1.9 x 10-7|1,,,,,,,,,,,, -239,Pu,,24110 y|30,7.61E11|9.47E8,?,100,+0.203 4,,-802.1|17,5244.52|21,-722.8|17,-7900|50,5646.2|3,6155.3|4,7560.318|5,239052161.7|12,48588.3|11,1946 -94,,145,,,SF,3.1 x 10-10|6,,,,,,,,,,,, -240,Pu,,6561 y|7,2.07E11|2.21E8,?,100,,,-1385|14,5255.82|14,-2191|17,-7336.4|17,6534.22|23,6474.6|9,7556.042|5,240053811.8|12,50125.4|11,1949 -94,,146,,,SF,5.7 x 10-6|2,,,,,,,,,,,, -241,Pu,,14.329 y|29,4.52E8|9.15E5,?-,99.998,-0.683 15,+6 2,20.78|17,5140.1|5,-1300|70,-6626|14,5241.52|3,6650|17,7546.439|5,241056849.7|12,52955.2|11,1949 -94,,147,,,?,2.47 x 10-3,,,,,,,,,,,, -,,,,,SF,< 2.4 x 10-14,,,,,,,,,,,, -242,Pu,,3.75 x 105|y|2,1.18E13|6.31E10,?,100,,,-751.1|7,4984.2|10,-2700|200,-6288.8|7,6309.6|7,6830|70,7541.327|5,242058741.0|13,54716.9|12,1950 -94,,148,,,SF,5.50 x 10-4|6,,,,,,,,,,,, -243,Pu,,4.956 h|3,1.78E4|1.08E1,?-,100,,,579.6|26,4757.0|26,-2120|30,-5784.8|24,5033.6|24,6950|200,7531.008|10,243062002.1|27,57754.6|25,1951 -94,,149,,,,,,,,,,,,,,,, -244,Pu,,8.00 x 107|y|9,2.52E15|2.84E13,?,99.879|4,,,-73.2|27,4665.6|10,-3400|300,-5440.3|26,6019.9|29,7360|30#,7524.815|10,244064204.4|25,59806.0|23,1954 -94,,150,,,SF,0.121|4,,,,,,,,,,,, -245,Pu,,10.5 h|1,3.78E4|3.6E2,?-,100,,,1278|14,4560|200#,,-4772|14,4699|13,7310|300#,7513.28|6,245067825|15,63178|14,1955 -94,,151,,,,,,,,,,,,,,,, -246,Pu,,10.84 d|2,9.37E5|1.73E3,?-,100,,,401|14#,4350|200#,#,-4577|15,5855|20,7780|300#,7506.54|6,246070204|16,65395|15,1955 -94,,152,,,,,,,,,,,,,,,, -247,Pu,,2.27 d|23,1.96E5|1.99E4,?-,100,,,1950|220#,4320|360#,#,-3960|200#,4360|200#,,7494|1#,247074190|210#,69110|200#,1983 -94,,153,,,,,,,,,,,,,,,, -223,Am,,5 ms|+12-4,5E-3|8E-3,?,? 100,,,,,,,,,,,, -95,,128,,,,,,,,,,,,,,,, -229,Am,,0.9 s|+21-7,9E-1|1.4E0,?,? 91,,,,8140|50,4750|100,,,1230|90,7562.7|4,229045250|90,42150|90, -95,,134,,,ec ?+,? 9,,,,,,,,,,,, -230,AM,,31 s,3.1E1,ec,100,,,,7730|100#,6000|130,,7290|160#,1750|140#,7562|1#,230046090|140#,42930|130#,2003 -95,,135,,,SF,?,,,,,,,,,,,, -232,Am,,79 s|2,7.9E1|2E0,ec,? 97,,,-2970|360#,7320|300#,4980|300#,-12000|420#,7140|420#,2260|300#,7564|1#,232046530|320#,43340|300#,1967 -95,,137,,,?,? 3,,,,,,,,,,,, -,,,,,ec F,0.069|10,,,,,,,,,,,, -233,Am,,3.2 min|8,1.92E2|4.8E1,?,> 3,,,-4030|120#,7060|50#,3210|110#,-11120|230#,8150|320#,2390|100#,7567|0#,233046440|110#,43260|100#,2000 -95,,138,,,ec ?+,?,,,,,,,,,,,, -234,Am,,2.32 min|8,1.39E2|4.8E0,ec,100,,,-2260|160#,6800|150#,4110|160#,-10900|170#,6870|190#,2880|170#,7564|1#,234047730|170#,44460|160#,1967 -95,,139,,,?,?,,,,,,,,,,,, -235,Am,,10.3 min|6,6.18E2|3.6E1,ec,99.60|5,,,-3410|210#,6576|13,2440|60#,-10170|50,7910|170#,3010|50,7565.15|22,235047910|60,44630|50,1996 -95,,140,,,?,0.40|5,,,,,,,,,,,, -236,Am,,3.6 min|2,2.16E2|1.2E1,?,?,,,-1810|110#,6260|50,3140|110#,-10060|230#,6660|120#,3430|110#,7561|0#,236049430|120#,46040|110#,1998 -95,,141,,,ec,?,,,,,,,,,,,, -237,Am,,73.6 min|8,4.42E3|4.8E1,ec ?+,99.975|3,,,-2680|90#,6200|30#,1480|60#,-9360|60#,7540|130#,3620|60#,7561|0#,237049990|60#,46570|60#,1970 -95,,142,,,?,0.025|3,,,,,,,,,,,, -238,Am,,98 min|2,5.88E3|1.2E2,ec ?+,100,,,-1020|50,6040|50,2260|50,-8900|90,6220|80#,3960|50,7555.58|21,238051980|50,48420|50,1950 -95,,143,,,?,1.0 x 10-4|4,,,,,,,,,,,, -239,Am,,11.9 h|1,4.28E4|3.6E2,ec,99.990|1,,,-1760|50,5922.4|14,802.1|23,-8126|12,7100|50,4061.8|17,7553.688|8,239053022.8|21,49390.4|20,1949 -95,,144,,,?,0.010|1,,,,,,,,,,,, -240,Am,,50.8 h|3,1.83E5|1.08E3,ec,100,,,-214|14,5710|50,1385|14,-7710|60,5952|14,4367|14,7547.01|6,240055298|15,51510|14,1949 -95,,145,,,?,1.9 x 10-4|7,,,,,,,,,,,, -241,Am,,432.6 y|6,1.37E10|1.89E7,?,100,+1.58 1,+4.34 5,-767.4|12,5637.82|12,-20.8|16,-6861.2|17,6647|14,4479.96|17,7543.278|5,241056827.4|12,52934.4|11,1949 -95,,146,,,SF,3.6 x 10-10|9,,,,,,,,,,,, -242,Am,,16.02 h|2,5.77E4|7.2E1,?-,82.7|3,+0.3879 15,-2.4 7,664.3|4,5588.50|25,751.1|17,-6305.1|12,5537.64|10,4776.07|19,7534.991|5,242059547.4|12,55468.1|11,1949 -95,,147,,,ec,17.3|3,,,,,,,,,,,, -243,Am,,7364 y|22,2.32E11|6.94E8,?,100,+1.503 14,+2.86 3,-7.0|16,5439.1|9,-579.6|29,-5700.0|12,6364.3|12,4830.9|14,7530.173|6,243061379.9|15,57175.0|14,1950 -95,,148,,,SF,3.7 x 10-9|9,,,,,,,,,,,, -244,Am,,10.1 h|1,3.64E4|3.6E2,?-,100,,,1427.3|10,5138|17,73.2|28,-5374.1|14,5367.2|16,5164.4|26,7521.308|6,244064283.0|16,59879.2|15,1950 -95,,149,,,,,,,,,,,,,,,, -245,Am,,2.05 h|1,7.38E3|3.6E1,?-,100,,,895.9|15,5220|70,-1278|14,-4622.7|16,6050.0|19,5194.5|29,7515.303|8,245066452.9|20,61900.5|19,1955 -95,,150,,,,,,,,,,,,,,,, -246,Am,,39 min|3,2.34E3|1.8E2,?-,100,,,2377|18#,5150|200#,-401|23#,-4082|18#,4978|18#,5473|22#,7505|0#,246069774|19#,64994|18#,1955 -95,,151,,,,,,,,,,,,,,,, -247,Am,,23.0 min|13,1.38E3|7.8E1,?-,100,,,1620|100#,4850|100#,-1950|220#,-3530|100#,5910|100#,5530|100#,7499|0#,247072090|110#,67150|100#,1967 -95,,152,,,,,,,,,,,,,,,, -248,Am,,,,,,,,3170|200#,4940|360#,#,-3040|200#,4660|220#,5830|280#,7487|1#,248075750|210#,70560|200#, -95,,153,,,,,,,,,,,,,,,, -233,Cm,,,,?,?,,,-5570|230#,7470|50,4030|120#,,7090|210#,3330|310#,7546.0|3,233050770|80,47290|70,2001 -96,,137,,,ec ?+,?,,,,,,,,,,,, -234,Cm,,51 s|12,5.1E1|1.2E1,SF,? 40,,,-6730|140#,7365|9,2260|160#,-14210|220#,8640|70,3830|100#,7550.68|7,234050161|19,46725|17,2001 -96,,138,,,?,? 40,,,,,,,,,,,, -,,,,,ec ?+,? 20,,,,,,,,,,,, -235,Cm,,,,,,,,-4670|450#,7300|200#,3410|210#,-13490|250#,6760|200#,3720|260#,7547|1#,235051570|220#,48030|200#, -96,,139,,,,,,,,,,,,,,,, -236,Cm,,,,?,?,,,-5690|400#,7067|5,1810|110#,-12920|400#,8250|200#,4060|60,7550.30|8,236051375|20,47855|18,2010 -96,,140,,,ec,?,,,,,,,,,,,, -237,Cm,,,,,,,,-3940|230#,6770|50,2680|90#,-12370|410#,6680|70,4080|130#,7546.6|3,237052870|80,49250|70,2002 -96,,141,,,,,,,,,,,,,,,, -238,Cm,,2.2 h|4,7.92E3|1.44E3,ec,96.16|18,,,-4770|250#,6670|10,1020|50#,-11810|220#,7870|70,4410|60#,7548.00|5,238053082|13,49445|12,1994 -96,,142,,,?,3.84|18,,,,,,,,,,,, -,,,,,SF,0.048|2,,,,,,,,,,,, -239,Cm,,2.7 h|8,9.72E3|2.88E3,ec,100,,,-3100|210#,6540|50,1760|50#,-11140|260#,6370|60,4560|70,7543.06|23,239054910|60,51150|50,1952 -96,,143,,,?,< 0.001,,,,,,,,,,,, -240,Cm,,27 d|1,2.33E6|8.64E4,?,> 99.5,,,-3940|150#,6397.8|6,214|14#,-10600|210#,7490|50,4955.1|23,7542.861|8,240055528.3|20,51724.3|19,1949 -96,,144,,,ec,< 0.5,,,,,,,,,,,, -,,,,,SF,3.9 x 10-6|8,,,,,,,,,,,, -241,Cm,,32.8 d|2,2.83E6|1.73E4,ec,99.0|1,,,-2330|200#,6185.2|6,767.4|20#,-10030|150#,6093.8|21,5097|14,7536.848|7,241057651.3|17,53701.8|16,1952 -96,,145,,,?,1.0|1,,,,,,,,,,,, -242,Cm,,162.8 d|2,1.41E7|1.73E4,?,100,,,-2930|200#,6215.63|8,-664.3|16#,-9300|200#,6969.4|12,5419.6|4,7534.503|5,242058834.3|12,54803.8|11,1949 -96,,146,,,SF,6.2 x 10-6|3,,,,,,,,,,,, -,,,,,34Si,1.0 x 10-14|+4-3,,,,,,,,,,,, -243,Cm,,29.1 y|1,9.18E8|3.16E6,?,99.71|3,,,-1508|5,6168.8|10,7.0|20,-8620|200#,5693.1|10,5575.0|10,7526.925|6,243061387.4|16,57182.0|15,1950 -96,,147,,,ec,0.29|3,,,,,,,,,,,, -,,,,,SF,5.3 x 10-9|9,,,,,,,,,,,, -244,Cm,,18.1 y|1,5.71E8|3.16E6,?,100,,,-2262|14,5901.60|3,-1427.3|18,-8309|4,6801.4|10,6012.1|12,7523.952|5,244062750.7|12,58451.9|11,1950 -96,,148,,,SF,1.37 x 10-4|3,,,,,,,,,,,, -245,Cm,,8423 y|74,2.66E11|2.34E9,?,100,0.40 8,,-809.3|15,5624.5|5,-895.9|22,-7781|14,5518.6|5,6163.6|11,7515.767|5,245065491.1|12,61004.6|11,1954 -96,,149,,,SF,6.1 x 10-7|9,,,,,,,,,,,, -246,Cm,,4706 y|40,1.49E11|1.26E9,?,99.97385|7,,,-1350|60,5475.1|9,-2377|18,-7268.2|18,6458.9|12,6572.5|20,7511.471|6,246067222.1|16,62617.0|15,1954 -96,,150,,,SF,0.02615|7,,,,,,,,,,,, -247,Cm,,1.56 x 107|y|5,4.92E14|1.58E13,?,100,0.36 7,,44|6,5354|3,-1620|100,-6510|60,5155|4,6750|18#,7501.931|15,247070353|4,65533|4,1954 -96,,151,,,,,,,,,,,,,,,, -248,Cm,,3.48 x 105|y|6,1.1E13|1.89E11,?,91.61|16,,,-690|70#,5161.81|25,-3170|200#,-6168|6,6212|4,7050|100#,7496.728|10,248072349.1|25,67392.8|24,1956 -96,,152,,,SF,8.39|16,,,,,,,,,,,, -249,Cm,,64.15 min|3,3.85E3|1.8E0,?-,100,,,904.3|26,5148|13,-2350|300,-5400|70#,4713.37|25,7100|200#,7485.550|10,249075954.0|25,70750.7|24,1956 -96,,153,,,,,,,,,,,,,,,, -250,Cm,,? 8.3 x 103|y,2.62E11,SF,? 74,,,40|11,5170|18,,-4928|10,5832|10,7400|300#,7478.94|4,250078358|11,72990|10,1966 -96,,154,,,?,? 18,,,,,,,,,,,, -,,,,,?-,? 8,,,,,,,,,,,, -251,Cm,,16.8 min|2,1.01E3|1.2E1,?-,100,,,1420|20,5120|200#,,-4373|23,4413|25,,7466.72|9,251082285|24,76648|23,1978 -96,,155,,,,,,,,,,,,,,,, -252,Cm,,< 2 d,1.73E5,,,,,520|360#,,#,-4240|300#,5660|300#,,7460|1#,252084870|320#,79060|300#, -96,,156,,,,,,,,,,,,,,,, -233,Bk,,21 s|+48-17,2.1E1|3.3E1,?,? 82,,,,8290|210#,5570|240,,,740|300#,7519|1#,233056750|240#,52860|220#, -97,,136,,,ec ?+,? 18,,,,,,,,,,,, -234,BK,,1.4 x 102|s|+14-5,1.4E2|9.5E1,?,? 80,,,,8100|50,6730|140,,7480|260#,1130|160#,7519|1#,234057390|150#,53450|140#,2003 -97,,137,,,ec,? 20,,,,,,,,,,,, -238,Bk,,144 s|5,1.44E2|5E0,ec ?+,100,,,-3060|390#,7330|200#,4770|260#,-11790|270#,7040|340#,2320|260#,7525|1#,238058200|270#,54220|250#,1994 -97,,141,,,ec F,0.048|20,,,,,,,,,,,, -239,BK,,,,ec,> 99,,,-4020|290#,7200|200#,3100|210#,-11100|360#,8040|330#,2480|210#,7527|1#,239058240|220#,54250|210#, -97,,142,,,SF,< 1,,,,,,,,,,,, -,,,,,?,< 1,,,,,,,,,,,, -240,Bk,,4.8 min|8,2.88E2|4.8E1,ec SF,0.0020|13,,,-2330|150#,7200|190#,3940|150#,-10680|260#,6660|250#,2770|160#,7523|1#,240059760|160#,55660|150#,1980 -97,,143,,,ec ?+,?,,,,,,,,,,,, -241,Bk,,4.6 min|4,2.76E2|2.4E1,ec ?+,?,,,-3290|260#,7040|210#,2330|200#,-10030|200#,7700|250#,2980|200#,7524|1#,241060150|210#,56030|200#,2003 -97,,144,,,?,?,,,,,,,,,,,, -242,Bk,,7.0 min|13,4.2E2|7.8E1,ec ?+,? 100,,,-1650|200#,6890|210#,2930|200#,-9660|260#,6370|280#,3260|200#,7519|1#,242061980|210#,57730|200#,1972 -97,,145,,,,,,,,,,,,,,,, -243,Bk,,4.6 h|2,1.66E4|7.2E2,ec ?+,? 99.85,,,-2300|110#,6874|4,1508|5#,-8769|14,7110|200#,3403|4,7517.501|19,243063006|5,58690|5,1950 -97,,146,,,?,? 0.15,,,,,,,,,,,, -244,Bk,,4.35 h|15,1.57E4|5.4E2,ec,99.994|3,,,-764|15,6779|4,2262|14,-8350|110#,6047|15,3757|14,7511.47|6,244065179|15,60714|14,1972 -97,,147,,,?,0.006|3,,,,,,,,,,,, -245,Bk,,4.95 d|3,4.28E5|2.59E3,ec,99.88|1,,,-1571.4|26,6454.5|14,809.3|21,-7735.7|29,6971|14,3927.0|14,7509.270|7,245066359.9|19,61813.8|18,1951 -97,,148,,,?,0.12|1,,,,,,,,,,,, -246m,Bk,,1.80 d|2,1.56E5|1.73E3,ec ?+,100,,,-120|60,6070|60,1350|60,-7490|60,5920|60,4330|60,7502.80|24,246068670|60,63970|60,1954 -97,,149,,,,,,,,,,,,,,,, -247,Bk,,1380 y|250,4.35E10|7.89E9,?,? 100,,,-614|16,5890|5,-44|6,-6672|5,6550|60,4416|5,7498.940|21,247070306|6,65490|5,1965 -97,,150,,,,,,,,,,,,,,,, -248,Bk,,> 9 y,2.84E8|1.58E32,,,,,840|70#,5780|70#,690|70#,-6090|70#,5480|70#,4740|70#,7491|0#,248073090|80#,68080|70#,1956 -97,,151,,,,,,,,,,,,,,,, -249,Bk,,330 d|4,2.85E7|3.46E5,?-,99.99855|8,2.0 4,5.79,123.6|4,5521.0|14,-904.3|27,-5463|5,6300|70#,4835.3|26,7486.040|5,249074983.2|13,69846.4|12,1954 -97,,152,,,?,0.00145|8,,,,,,,,,,,, -,,,,,SF,47 x 10-9|2,,,,,,,,,,,, -250,Bk,,3.212 h|5,1.16E4|1.8E1,?-,100,,,1780|3,5531|18#,-40|11,-4844|4,4968|4,5090|4,7475.967|15,250078315|4,72950|4,1954 -97,,153,,,,,,,,,,,,,,,, -251,Bk,,55.6 min|11,3.34E3|6.6E1,?-,100,,,1093|10,5650|100#,-1420|25,-4014|11,5793|11,5051|15,7469.26|4,251080761|12,75228|11,1967 -97,,154,,,,,,,,,,,,,,,, -252,Bk,,,,,,,,2500|200#,5550|280#,-520|360#,-3670|200#,4760|200#,5400|200#,7459|1#,252084310|210#,78530|200#,1992 -97,,155,,,,,,,,,,,,,,,, -253,Bk,,> 10 min,6E2|3E26,,,,,1630|360#,5400|200#,#,-3180|360#,5680|410#,5420|470#,7451|1#,253086880|380#,80930|360#,1991 -97,,156,,,,,,,,,,,,,,,, -237,Cf,,2.1 s|3,2.1E0|3E-1,SF,? 10|SY,,,,8220|50,,,,2890|410#,7503.3|4,237062200|90,57940|90,1995 -98,,139,,,,,,,,,,,,,,,, -238,Cf,,21.1 ms|13,2.11E-2|1.3E-3,SF,> 95,,,,8130|300#,3060|390,,8730|310#,3200|370#,7509|1#,238061490|320#,57280|300#,1995 -98,,140,,,?,< 5,,,,,,,,,,,, -239,Cf,,39 s|+37-12,3.9E1|2.5E1,?,?,,,-5290|360#,7810|60#,4020|290#,,7080|360#,3240|330#,7507|1#,239062550|220#,58270|210#,1981 -98,,141,,,ec,?,,,,,,,,,,,, -240,Cf,,0.96 min|15,5.76E1|9E0,?,? 98,,,-6210|400#,7711|4,2330|150#,-13640|300#,8350|210#,3550|210#,7510.23|8,240062256|20,57991|19,1970 -98,,142,,,SF,? 2,,,,,,,,,,,, -,,,,,ec ?+,?,,,,,,,,,,,, -241,Cf,,3.78 min|70,2.27E2|4.2E1,ec ?+,? 75,,,-4540|280#,7650|150#,3290|260#,-12940|430#,6740|170#,3630|220#,7507|1#,241063690|180#,59330|170#,1970 -98,,143,,,?,? 25,,,,,,,,,,,, -242,Cf,,3.7 min|5,2.22E2|3E1,?,80|20,,,-5410|260#,7517|4,1650|200#,-12550|230#,8010|170#,3930|200#,7509.10|5,242063755|14,59387|13,1967 -98,,144,,,ec ?+,20|20,,,,,,,,,,,, -,,,,,SF,? 0.014,,,,,,,,,,,, -243,Cf,,10.7 min|5,6.42E2|3E1,ec ?+,? 86,,,-3760|240#,7420|100#,2300|110#,-11880|280#,6470|110#,4030|230#,7505|0#,243065470|120#,60990|110#,1967 -98,,145,,,?,? 14,,,,,,,,,,,, -244,Cf,,19.4 min|6,1.16E3|3.6E1,?,? 100,,,-4550|180#,7329.0|18,764|15#,-11340|210#,7580|110#,4500|5,7505.136|11,244065999.5|28,61478.2|26,1956 -98,,146,,,,,,,,,,,,,,,, -245,Cf,,45.0 min|15,2.7E3|9E1,ec,64.7|25,,,-2980|200#,7258.5|18,1571|3#,-10710|180#,6164|3,4618|15,7499.663|10,245068046.8|26,63385.2|24,1956 -98,,147,,,?,35.3|25,,,,,,,,,,,, -246,Cf,,35.7 h|5,1.29E5|1.8E3,?,100.00,,,-3810|220#,6861.6|10,120|60#,-10350|200#,7366.2|24,5012.5|18,7499.121|6,246068803.8|16,64090.3|15,1951 -98,,148,,,ec,< 4 x 10-3,,,,,,,,,,,, -,,,,,SF,2.4 x 10-4|4,,,,,,,,,,,, -247,Cf,,3.11 h|3,1.12E4|1.08E2,ec,99.965|5,,,-2474|25,6497|15,614|16,-9870|220#,6058|15,5150|60,7493.28|6,247070965|16,66104|15,1954 -98,,149,,,?,0.035|5,,,,,,,,,,,, -248,Cf,,333.5 d|28,2.88E7|2.42E5,?,99.9971|3,,,-3060|50#,6361|5,-840|70#,-9412|20,6937|16,5541|7,7491.043|21,248072183|5,67238|5,1954 -98,,150,,,SF,0.0029|3,,,,,,,,,,,, -249,Cf,,351 y|2,1.11E10|6.31E7,?,100,-0.28,,-1450|30#,6293.3|5,-123.6|17#,-8650|50#,5587|5,5650|70#,7483.394|5,249074850.5|13,69722.8|12,1954 -98,,151,,,SF,5.0 x 10-7|4,,,,,,,,,,,, -250,Cf,,13.08 y|9,4.13E8|2.84E6,?,99.923|3,,,-2050|100#,6128.51|19,-1780|4#,-8080|30#,6623.7|13,5965.0|14,7479.956|6,250076404.6|17,71170.4|15,1954 -98,,152,,,SF,0.077|3,,,,,,,,,,,, -251,Cf,,898 y|44,2.83E10|1.39E9,?,? 100,,,-377|7,6177.0|9,-1093|11,-7160|100#,5107|4,6104|5,7470.500|16,251079587|4,74135|4,1954 -98,,153,,,SF,?,,,,,,,,,,,, -252,Cf,,2.645 y|8,8.35E7|2.52E5,?,96.908|8,,,-1260|50,6216.95|4,-2500|200,-6549|6,6172|4,6482|11,7465.347|9,252081626.5|25,76034.6|24,1954 -98,,154,,,SF,3.092|8,,,,,,,,,,,, -253,Cf,,17.81 d|8,1.54E6|6.91E3,?-,99.69|4,,,291|4,6126|4,-1630|360,-6060|50,4804|4,6520|200#,7454.829|17,253085134|5,79302|4,1954 -98,,155,,,?,0.31|4,,,,,,,,,,,, -254,Cf,,60.5 d|2,5.23E6|1.73E4,SF,99.69|2,,,-649|12,5927|5,-3050|300,-5740|12,6031|12,6880|360#,7449.22|4,254087324|12,81341|11,1955 -98,,156,,,?,0.31|2,,,,,,,,,,,, -255,Cf,,85 min|18,5.1E3|1.08E3,?-,100,,,720|200#,5740|200#,#,-5250|200#,4600|200#,6870|360#,7438|1#,255091050|210#,84810|200#,1981 -98,,157,,,,,,,,,,,,,,,, -256,Cf,,12.3 min|12,7.38E2|7.2E1,SF,100,,,-150|330#,5560|100#,#,-5120|310#,5840|370#,,7432|1#,256093440|340#,87040|310#,1980 -98,,158,,,,,,,,,,,,,,,, -241,Es,,8 s|+6-5,8E0|6E0,ec ?+,?,,,-5260|370#,8250|20,4540|280#,,8410|460#,1420|230#,7485|1#,241068560|240#,63860|220#,1996 -99,,142,,,?,?,,,,,,,,,,,, -242,Es,,13.5 s|25,1.35E1|2.5E0,?,> 0,,,-3600|470#,8160|20,5410|260#,-12400|390#,7130|340#,1810|300#,7483|1#,242069570|270#,64800|260#,1994 -99,,143,,,ec ?+,> 0,,,,,,,,,,,, -243,Es,,21 s|2,2.1E1|2E0,?,61|6,,,-4640|300#,8072|10,3760|240#,-11720|450#,8120|330#,1930|210#,7486|1#,243069510|220#,64750|210#,1973 -99,,144,,,ec ?+,39|6,,,,,,,,,,,, -,,,,,SF,< 1,,,,,,,,,,,, -244,Es,,37 s|4,3.7E1|4E0,ec,96|+2-3,,,-2940|270#,7940|100#,4550|180#,-11430|280#,6790|270#,2250|210#,7483|1#,244070880|190#,66030|180#,1973 -99,,145,,,?,4|+3-2,,,,,,,,,,,, -245,Es,,1.1 min|1,6.6E1|6E0,ec,60|10,,,-3820|280#,7909|3,2980|200#,-10670|280#,7730|270#,2400|200#,7484|1#,245071250|210#,66370|200#,1967 -99,,146,,,?,40|10,,,,,,,,,,,, -246m,Es,,7.5 min|5,4.5E2|3E1,ec ?+,90.1|18,,,-2290|220#,7740|100#,3810|220#,-10360|300#,6540|300#,2770|220#,7480|1#,246072890|240#,67900|220#,1954 -99,,147,,,?,9.9|18,,,,,,,,,,,, -247,Es,,,,,,,,-3090|120#,7464|20,2474|25#,-9682|25,7390|220#,2801|19,7480.10|8,247073622|21,68578|19,1967 -99,,148,,,,,,,,,,,,,,,, -248,Es,,24 min|3,1.44E3|1.8E2,ec,99.7|3,,,-1600|50#,7160|50#,3060|50#,-9440|130#,6350|60#,3090|50#,7476|0#,248075470|60#,70300|50#,1956 -99,,149,,,?,? 0.25,,,,,,,,,,,, -249,Es,,102.2 min|6,6.13E3|3.6E1,ec ?+,99.43|8,,,-2340|30#,6940|30#,1450|30#,-8790|30#,7200|60#,3350|30#,7474|0#,249076410|30#,71170|30#,1956 -99,,150,,,?,0.57|8,,,,,,,,,,,, -250,Es,,8.6 h|1,3.1E4|3.6E2,ec,> 97,,,-850|100#,6830|120#,2050|100#,-8360|100#,6020|100#,3790|100#,7469|0#,250078610|110#,73220|100#,1956 -99,,151,,,?,< 3,,,,,,,,,,,, -251,Es,,33 h|1,1.19E5|3.6E3,ec,99.5|2,,,-1442|16,6598|3,377|7,-7631|10,6780|100#,3947|6,7465.881|24,251079992|6,74512|6,1956 -99,,152,,,?,0.5|2,,,,,,,,,,,, -252,Es,,471.7 d|19,4.08E7|1.64E5,?,78|2,,,480|50,6790|50#,1260|50,-6730|50,5290|50,4130|50,7457.24|20,252082980|50,77290|50,1956 -99,,153,,,ec,22|2,,,,,,,,,,,, -253,Es,,20.47 d|3,1.77E6|2.59E3,?,100,4.10 7,6.7 8,-335.2|27,6739.24|5,-291|4,-5876|5,6360|50,4313.0|26,7452.887|5,253084821.3|13,79010.5|12,1954 -99,,154,,,SF,8.7 x 10-6|3,,,,,,,,,,,, -254,Es,,275.7 d|5,2.38E7|4.32E4,?,? 100,,,1088|3,6615.7|15,649|12,-5426|5,5091|4,4600|6,7443.589|16,254088021|4,81991|4,1954 -99,,155,,,?-,1.74 x 10-4|8,,,,,,,,,,,, -,,,,,SF,< 3 x 10-6,,,,,,,,,,,, -,,,,,ec,?,,,,,,,,,,,, -255,Es,,39.8 d|12,3.44E6|1.04E5,?-,92.0|4,,,290|10,6436.3|13,-720|200,-4885|11,5973|11,4541|16,7437.82|4,255090274|12,84089|11,1954 -99,,156,,,?,8.0|4,,,,,,,,,,,, -,,,,,SF,0.0041|2,,,,,,,,,,,, -256,Es,,25.4 min|24,1.52E3|1.44E2,?-,100,,,1700|100#,6230|220#,150|330#,-4680|100#,4970|100#,4910|220#,7428|0#,256093600|110#,87190|100#,1981 -99,,157,,,,,,,,,,,,,,,, -257,Es,,7.7 d|2,6.65E5|1.73E4,SF,?,,,810|410#,6050|200#,#,-4150|410#,5850|420#,4930|520#,7422|2#,257095980|440#,89400|410#,1987 -99,,158,,,?-,?,,,,,,,,,,,, -241,FM,,0.73 ms|6,7.3E-4|6E-5,SF,> 78,,,,8760|310#,5260|370,,,2360|500#,7460|1#,241074210|320#,69130|300#,2008 -100,,141,,,?,< 14,,,,,,,,,,,, -,,,,,ec,< 12,,,,,,,,,,,, -242,Fm,,0.8 ms|2,8E-4|2E-4,SF,? 100,,,,8700|500#,3600|480,,8800|500#,2750|460#,7465|2#,242073430|430#,68400|400#,1975 -100,,142,,,,,,,,,,,,,,,, -243,Fm,,231 ms|9,2.31E-1|9E-3,?,91|3,,,,8690|50,4640|300,,7080|450#,2700|330#,7464|1#,243074490|230#,69390|210#,1981 -100,,143,,,ec ?+,< 10,,,,,,,,,,,, -,,,,,SF,9|1,,,,,,,,,,,, -244,Fm,,3.3 ms|5,3.3E-3|5E-4,SF,? 100,,,,8550|200#,2940|270,,8490|290#,3070|290#,7468|1#,244074040|220#,68970|200#,1967 -100,,144,,,,,,,,,,,,,,,, -245,Fm,,4.2 s|13,4.2E0|1.3E0,?,? 100,,,-5080|360#,8440|100#,3820|280#,,6850|280#,3130|270#,7466|1#,245075350|210#,70190|190#,1967 -100,,145,,,,,,,,,,,,,,,, -246,Fm,,1.54 s|4,1.54E0|4E-2,?,93.2|6,,,-5930|260#,8377|8,2290|220#,-13150|310#,8070|190#,3470|200#,7467.97|6,246075351|16,70189|15,1966 -100,,146,,,SF,6.8|6,,,,,,,,,,,, -,,,,,ec,? 1.3,,,,,,,,,,,, -247,Fm,,31 s|1,3.1E1|1E0,?,64,,,-4260|240#,8258|10,3090|120#,-12510|280#,6590|120#,3520|250#,7464|0#,247076940|120#,71670|110#,1967 -100,,147,,,ec ?+,36,,,,,,,,,,,, -248,Fm,,34.5 s|12,3.45E1|1.2E0,?,95|5,,,-5250|240#,7995|8,1600|50#,-12110|210#,7850|110#,3969|21,7465.94|3,248077186|9,71898|8,1958 -100,,148,,,ec,5|5,,,,,,,,,,,, -,,,,,SF,0.10|5,,,,,,,,,,,, -249,Fm,,2.6 min|7,1.56E2|4.2E1,ec ?+,67|9,,,-3710|200#,7709|6,2340|30#,-11700|240#,6450|10,4070|50#,7461.864|25,249078926|7,73519|6,1960 -100,,149,,,?,33|9,,,,,,,,,,,, -250,Fm,,30 min|3,1.8E3|1.8E2,?,> 90,,,-4560|300#,7557|8,850|100#,-11230|200#,7518|10,4390|30#,7462.09|3,250079520|8,74072|8,1954 -100,,150,,,ec,< 10,,,,,,,,,,,, -,,,,,SF,0.0069|10,,,,,,,,,,,, -251,Fm,,5.30 h|8,1.91E4|2.88E2,ec ?+,98.20|13,,,-3013|24,7425.1|20,1442|16,-10750|300#,6190|17,4560|100#,7457.02|6,251081540|16,75954|15,1957 -100,,151,,,?,1.80|13,,,,,,,,,,,, -252,Fm,,25.39 h|4,9.14E4|1.44E2,?,99.9977|2,,,-3690|130#,7152.7|20,-480|50#,-10222|20,7210|16,4986|8,7456.038|22,252082465|6,76816|5,1956 -100,,152,,,SF,0.0023|2,,,,,,,,,,,, -253,Fm,,3.00 d|12,2.59E5|1.04E4,ec,88|1,,,-1830|30#,7198.0|27,335|3#,-9240|130#,5541|6,5240|50,7448.470|12,253085181|3,79345.7|29,1957 -100,,153,,,?,12|1,,,,,,,,,,,, -254,Fm,,3.240 h|2,1.17E4|7.2E0,?,99.9408|3,,,-2550|100#,7307.5|19,-1088|5#,-8340|30#,6514|4,5396.7|23,7444.792|10,254086852.7|26,80902.8|24,1954 -100,,154,,,SF,0.0592|3,,,,,,,,,,,, -255,Fm,,20.07 h|7,7.23E4|2.52E2,?,100,-3.46,10.6,-1043|8,7239.7|18,-290|12,-7720|100#,5174|5,5480|6,7435.888|17,255089963|5,83800|4,1954 -100,,155,,,SF,2.4 x 10-5|10,,,,,,,,,,,, -256,Fm,,157.6 min|13,9.46E3|7.8E1,SF,91.9|3,,,-1970|120#,7027|5,-1700|100#,-7428|9,6384|7,5891|12,7431.780|22,256091774|6,85487|6,1955 -100,,156,,,?,8.1|3,,,,,,,,,,,, -257,Fm,,100.5 d|2,8.68E6|1.73E4,?,99.790|4,,,-403|5,6863.5|14,-810|410,-6940|120#,4968|6,5890|100#,7422.194|17,257095105|5,88590|4,1964 -100,,157,,,SF,0.210|4,,,,,,,,,,,, -258,Fm,,370 ?s|43,3.7E-4|4.3E-5,SF,? 100,,,-1260|200#,6660|200#,#,-6640|200#,6230|200#,6270|460#,7418|1#,258097080|210#,90430|200#,1971 -100,,158,,,,,,,,,,,,,,,, -259,Fm,,1.5 s|2,1.5E0|2E-1,SF,100,,,80|350#,6470|200#,#,-6050|280#,4790|350#,6290|490#,7407|1#,259100600|300#,93700|280#,1980 -100,,159,,,,,,,,,,,,,,,, -245,Md,,0.90 ms|25,9E-4|2.5E-4,SF,?,,,,8980|210#,5080|360,,,980|370#,7442|1#,245080810|330#,75270|300#,1996 -101,,144,,,?,?,,,,,,,,,,,, -246m1,Md,,0.9 s|2,9E-1|2E-1,?,100,,,,8890|40,5930|260,,7230|400#,1360|320#,7441|1#,246081710|280#,76110|260#,1996 -101,,145,,,SF,?,,,,,,,,,,,, -,,,,,ec,?,,,,,,,,,,,, -247,Md,,1.2 s|1,1.2E0|1E-1,?,> 99.9,,,,8764|10,4260|240,,8250|330#,1540|210#,7444|1#,247081520|220#,75940|210#,1981 -101,,146,,,SF,< 0.1,,,,,,,,,,,, -248,Md,,7 s|3,7E0|3E0,ec,80|10,,,-3470|330#,8700|150#,5250|240#,,6860|310#,1810|260#,7442|1#,248082820|250#,77150|240#,1973 -101,,147,,,?,20|10,,,,,,,,,,,, -249,Md,,21.7 s|20,2.17E1|2E0,?,> 60,,,-4550|340#,8441|18,3710|200#,-11460|300#,7990|310#,1950|200#,7444|1#,249082910|220#,77230|200#,1973 -101,,148,,,ec ?+,? 40,,,,,,,,,,,, -250,Md,,52 s|6,5.2E1|6E0,ec,93|3,,,-2930|360#,8300|200#,4560|300#,-11220|410#,6670|360#,2180|300#,7441|1#,250084410|320#,78630|300#,1973 -101,,149,,,?,7|3,,,,,,,,,,,, -251,Md,,4.0 min|5,2.4E2|3E1,ec ?+,? 90,,,-3880|120#,7963|4,3013|24#,-10670|200#,7730|300#,2394|20,7441.90|7,251084774|20,78967|19,1973 -101,,150,,,?,? 10,,,,,,,,,,,, -252,Md,,2.3 min|8,1.38E2|4.8E1,ec,? 100,,,-2360|130#,7790|140#,3690|130#,-10410|170#,6530|130#,2730|130#,7438|1#,252086430|140#,80510|130#,1973 -101,,151,,,,,,,,,,,,,,,, -253,Md,,6 min|+12-3,3.6E2|4.5E2,ec ?+,? 99.3,,,-3190|30#,7573|8,1830|30#,-9770|30#,7410|130#,2930|30#,7438|0#,253087140|30#,81170|30#,1992 -101,,152,,,?,? 0.7,,,,,,,,,,,, -254m1,Md,,10 min|3,6E2|1.8E2,ec,? 100,,,-1270|100#,7800|140#,2550|100#,-8980|100#,5790|100#,3180|100#,7432|0#,254089590|110#,83450|100#,1970 -101,,153,,,,,,,,,,,,,,,, -255,Md,,27 min|2,1.62E3|1.2E2,ec,93|1,,,-1964|16,7905.9|26,1043|8,-7952|12,6680|100#,3349|7,7428.729|26,255091083|7,84843|7,1958 -101,,154,,,?,7|1,,,,,,,,,,,, -256,Md,,77 min|2,4.62E3|1.2E2,ec,90.8|7,,,-370|120#,7740|110#,1970|120#,-7420|120#,5460|120#,3630|120#,7421|0#,256093890|130#,87460|120#, -101,,155,,,?,9.2|7,,,,,,,,,,,, -,,,,,SF,< 3,,,,,,,,,,,, -257,Md,,5.52 h|5,1.99E4|1.8E2,ec,85|3,,,-1254|7,7557.6|10,403|5,-6900|8,6530|120#,3783|6,7417.582|6,257095538.0|17,88993.1|16,1965 -101,,156,,,?,15|3,,,,,,,,,,,, -,,,,,SF,< 1,,,,,,,,,,,, -258,Md,,51.5 d|3,4.45E6|2.59E4,?,100,,,210|100#,7271.3|19,1260|200#,-6632|8,5378|4,4192|6,7409.675|17,258098430|5,91687|4,1970 -101,,157,,,SF ec ?-,? 3 x 10-3,,,,,,,,,,,, -259,Md,,1.60 h|6,5.76E3|2.16E2,SF,? 100,,,-450|200#,7110|200#,-80|350#,-5920|220#,6130|200#,4090|280#,7405|1#,259100510|210#,93620|200#,1982 -101,,158,,,?,< 1.3,,,,,,,,,,,, -260,Md,,31.8 d|5,2.75E6|4.32E4,SF,? 42,,,940|370#,6940|300#,#,-5600|320#,5140|370#,4440|420#,7396|1#,260103650|340#,96550|320#,1989 -101,,159,,,?,? 25,,,,,,,,,,,, -,,,,,ec,? 23,,,,,,,,,,,, -,,,,,?-,? 10,,,,,,,,,,,, -248,No,,< 2 ?s,2E-6,,,,,,9230|100#,3470|330,,,2600|300#,7424|1#,248086550|240#,80620|220#, -102,,146,,,,,,,,,,,,,,,, -250,No,,4.2 ?s|+12-9,4.2E-6|1.1E-6,SF,? 100,,,,8950|200#,2930|360,,8290|340#,2960|280#,7426|1#,250087560|210#,81560|200#,2003 -102,,148,,,?,< 2,,,,,,,,,,,, -251,No,,0.80 s|1,8E-1|1E-2,?,91|+9-22,,,-4880|320#,8752|4,3880|120#,,6790|230#,3070|320#,7423|0#,251088940|120#,82850|110#,1967 -102,,149,,,SF,< 0.3,,,,,,,,,,,, -,,,,,ec ?+,?,,,,,,,,,,,, -252,No,,2.44 s|4,2.44E0|4E-2,?,> 66.7|6,,,-5870|240#,8549|5,2360|130#,-12930|300#,8050|110#,3384|21,7425.80|4,252088966|10,82871|9,1967 -102,,150,,,SF,32.2|5,,,,,,,,,,,, -,,,,,ec ?+,< 1.1|4,,,,,,,,,,,, -253,No,,1.62 min|15,9.72E1|9E0,?,55|3,,,-4220|200#,8415|4,3190|30#,-12450|240#,6584|12,3440|130#,7422.471|27,253090563|7,84359|7,1967 -102,,151,,,ec ?+,45|3,,,,,,,,,,,, -254,No,,51 s|10,5.1E1|1E1,?,90|4,,,-5150|300#,8226|8,1270|100#,-11920|200#,7707|12,3740|30#,7423.59|4,254090954|10,84723|10,1966 -102,,152,,,ec,10|4,,,,,,,,,,,, -,,,,,SF,0.17|5,,,,,,,,,,,, -255,No,,3.52 min|21,2.11E2|1.26E1,ec ?+,70|5,,,-3140|23,8428|3,1964|16,-11140|300#,5987|18,3930|100#,7417.96|6,255093191|16,86807|15,1967 -102,,153,,,?,30|5,,,,,,,,,,,, -256,No,,2.91 s|5,2.91E0|5E-2,?,99.47|6,,,-3920|80,8582|5,370|120,-10197|19,7056|17,4310|10,7416.55|3,256094281|8,87822|8,1963 -102,,154,,,SF,0.53|6,,,,,,,,,,,, -257,No,,24.5 s|5,2.45E1|5E-1,?,85|15,,,-2420|40#,8477|6,1254|7#,-9570|80,5646|10,4500|120#,7409.657|26,257096884|7,90247|7,1967 -102,,155,,,ec,? 30,,,,,,,,,,,, -,,,,,SF,< 1.5,,,,,,,,,,,, -258,No,,1.2 ms|2,1.2E-3|2E-4,SF,? 100,,,-3300|140#,8150|100#,-210|100#,-9260|110#,6840|100#,4800|100#,7407|0#,258098200|110#,91480|100#,1989 -102,,156,,,,,,,,,,,,,,,, -259,No,,58 min|5,3.48E3|3E2,?,75|4,,,-1770|70#,7854|5,450|200#,-8770|100#,5470|100#,4897|8,7399.974|25,259100998|7,94079|7,1973 -102,,157,,,ec ?+,25|4,,,,,,,,,,,, -,,,,,SF,< 10,,,,,,,,,,,, -260,No,,106 ms|8,1.06E-1|8E-3,SF,100,,,-2660|230#,7700|200#,-940|370#,-8310|210#,6540|200#,5300|280#,7397|1#,260102640|210#,95610|200#,1985 -102,,158,,,,,,,,,,,,,,,, -262,No,,? 5 ms,5E-3,SF,100,,,-2000|410#,7250|300#,#,-7530|410#,6420|410#,5770|620#,7385|1#,262107460|390#,100100|360#,1989 -102,,160,,,,,,,,,,,,,,,, -252,Lr,,0.36 s|+11-7,3.6E-1|9E-2,SF,?,,,,9164|17,5870|240,,7060|380#,1400|260#,7399|1#,252095260|250#,88740|240#,2001 -103,,149,,,?,?,,,,,,,,,,,, -,,,,,ec ?+,?,,,,,,,,,,,, -253m,Lr,,0.57 s|+7-6,5.7E-1|7E-2,?,? 98.7,,,-4980|460#,8918|20,4220|200#,,8230|310#,1580|200#,7403|1#,253095090|220#,88570|200#,1985 -103,,150,,,SF,? 1.3,,,,,,,,,,,, -254,Lr,,13 s|3,1.3E1|3E0,?,76|11,,,-3330|410#,8816|12,5150|300#,-11760|510#,6770|360#,1780|300#,7400|1#,254096480|320#,89870|300#,1981 -103,,151,,,ec,24|11,,,,,,,,,,,, -,,,,,SF,< 0.1,,,,,,,,,,,, -255,Lr,,31.1 s|11,3.11E1|1.1E0,?,99.7|1,,,-4380|120#,8556|7,3140|23#,-11320|280#,8000|300#,2065|20,7402.58|7,255096562|19,89947|18,1971 -103,,152,,,ec,0.3|1,,,,,,,,,,,, -,,,,,SF,< 0.1,,,,,,,,,,,, -256,Lr,,27 s|3,2.7E1|3E0,?,85|10,,,-2480|80,8810|100#,3920|80,-10650|140#,6270|80,2350|80,7398.2|3,256098490|90,91750|80,1965 -103,,153,,,ec,15|10,,,,,,,,,,,, -,,,,,SF,< 0.03,,,,,,,,,,,, -257,Lr,,? 4 s,4E0,?,? 100,,,-3200|40#,9070|30,2420|40#,-9630|50#,7150|90#,2450|40#,7397|0#,257099480|50#,92660|40#,1971 -103,,154,,,ec,< 15,,,,,,,,,,,, -,,,,,SF,< 0.033,,,,,,,,,,,, -258,Lr,,4.1 s|3,4.1E0|3E-1,?,> 95,,,-1560|110#,8904|19,3300|140#,-9160|100#,5950|110#,2750|100#,7392|0#,258101750|110#,94780|100#,1971 -103,,155,,,ec (SF),< 5,,,,,,,,,,,, -259,Lr,,6.2 s|3,6.2E0|3E-1,?,78|2,,,-2510|100#,8580|70#,1770|70#,-8560|80#,7000|120#,2910|120#,7390|0#,259102900|80#,95850|70#,1971 -103,,156,,,SF,22|2,,,,,,,,,,,, -260,Lr,,180 s|30,1.8E2|3E1,?,80|20,,,-870|240#,8400|140#,2660|240#,-8160|140#,5650|140#,3090|120#,7383|0#,260105500|130#,98280|120#,1971 -103,,157,,,ec,< 40,,,,,,,,,,,, -261,Lr,,39 min|12,2.34E3|7.2E2,SF,?,,,-1760|210#,8140|200#,#,-7660|280#,6790|230#,3340|280#,7381|1#,261106880|210#,99560|200#,1987 -103,,158,,,,,,,,,,,,,,,, -262,Lr,,? 4 h,1.44E4,SF,< 10,,,-290|300#,7990|200#,2000|410#,-7290|210#,5530|280#,3640|280#,7374|1#,262109610|210#,102100|200#,1987 -103,,159,,,?,?,,,,,,,,,,,, -,,,,,ec ?+,?,,,,,,,,,,,, -266,Lr,,11 h|+21-5,3.96E4|4.68E4,SF,100,,,1550|750#,7570|300#,#,-5140|690#,4680|800#,,7349|2#,266119830|630#,111620|580#, -103,,163,,,,,,,,,,,,,,,, -253,Rf,,11 ms|+6-3,1.1E-2|5E-3,SF,> 0,,,,9350|300#,4980|460,,,2470|470#,7380|2#,253100440|440#,93560|410#,1997 -104,,149,,,?,?,,,,,,,,,,,, -254,Rf,,23 ?s|3,2.3E-5|3E-6,SF,? 100,,,,9210|200#,3330|410,,8430|500#,2670|350#,7384|1#,254100050|300#,93200|280#,1997 -104,,150,,,,,,,,,,,,,,,, -255,Rf,,1.68 s|9,1.68E0|9E-2,SF,58|9,,,-5260|380#,9055|4,4380|120#,,6940|310#,2830|320#,7382|0#,255101270|120#,94330|110#,1975 -104,,151,,,?,42|9,,,,,,,,,,,, -,,,,,ec ?+,< 1,,,,,,,,,,,, -256,Rf,,6.67 ms|10,6.67E-3|1E-4,SF,99.68|17,,,-6280|240#,8926|15,2480|80#,-13440|360#,8180|120#,3014|25,7385.43|7,256101152|19,94222|18,1975 -104,,152,,,?,0.32|17,,,,,,,,,,,, -257,Rf,,4.4 s|+6-5,4.4E0|6E-1,?,79.3|14,,,-4340|200#,9083|8,3200|50#,-12700|240#,6427|21,3170|80,7381.70|4,257102917|12,95866|11,1969 -104,,153,,,ec,19.4|14,,,,,,,,,,,, -,,,,,SF,1.3|3,,,,,,,,,,,, -258,Rf,,12 ms|2,1.2E-2|2E-3,SF,87|2,,,-5460|310#,9190|30,1560|110#,-11940|200#,7600|30,3610|50#,7382.54|12,258103430|30,96340|30,1969 -104,,154,,,?,13|2,,,,,,,,,,,, -259,Rf,,2.4 s|4,2.4E0|4E-1,?,92|2,,,-3630|90#,9130|70#,2510|100#,-11510|310#,6050|80#,3710|120#,7377|0#,259105600|80#,98360|70#,1969 -104,,155,,,ec,15|4,,,,,,,,,,,, -,,,,,SF,8|2,,,,,,,,,,,, -260,Rf,,21 ms|1,2.1E-2|1E-3,SF,? 100,,,-4530|220#,8900|200#,870|240#,-10910|210#,7290|210#,3990|210#,7377|1#,260106440|210#,99150|200#,1985 -104,,156,,,,,,,,,,,,,,,, -261,Rf,,68 s|+3-3,6.8E1|3E0,?,100,,,-2990|120#,8650|50,1760|210#,-10430|110#,5900|210#,4250|130#,7371.38|19,261108770|50,101320|50,1970 -104,,157,,,,,,,,,,,,,,,, -262,Rf,,2.3 s|4,2.3E0|4E-1,SF,? 100,,,-3860|260#,8490|200#,290|300#,-9990|250#,7000|230#,4450|300#,7370|1#,262109920|240#,102390|220#,1985 -104,,158,,,,,,,,,,,,,,,, -263,Rf,,10 min|2,6E2|1.2E2,?,30,,,-2350|230#,8250|150#,#,-9570|210#,5710|270#,4630|250#,7364|1#,263112460|160#,104760|150#,2003 -104,,159,,,SF,?,,,,,,,,,,,, -265,Rf,,1.0 min|+12-3,6E1|4.5E1,SF,? 100,,,-1790|420#,7810|300#,#,-8740|430#,5460|510#,4980|570#,7354|1#,265116680|390#,108690|360#,2010 -104,,161,,,,,,,,,,,,,,,, -267,Rf,,,8.28E3,SF,? 100,,,-630|710#,7890|300#,#,-7360|640#,4700|740#,5470|820#,7342|2#,267121790|620#,113440|570#,2004 -104,,163,,,,,,,,,,,,,,,, -255,Db,,1.6 s|+6-4,1.6E0|5E-1,?,? 80,,,,9440|200#,5260|380,,,890|460#,7359|1#,255106920|380#,99590|360#,1977 -105,,150,,,SF,? 20,,,,,,,,,,,, -256,Db,,1.6 s|+5-3,1.6E0|4E-1,?,70|11,,,,9340|30,6280|240,,7170|430#,1120|270#,7358|1#,256107890|260#,100500|240#,2001 -105,,151,,,ec,30|11,,,,,,,,,,,, -,,,,,SF,?,,,,,,,,,,,, -257,Db,,2.3 s|2,2.3E0|2E-1,?,? 94,,,,9207|20,4340|200,,8360|310#,1300|200#,7362|1#,257107580|220#,100210|200#,1985 -105,,152,,,SF,? 6,,,,,,,,,,,, -258,Db,,4.0 s|10,4E0|1E0,?,67|+5-9,,,-3450|510#,9500|50,5460|310#,,6480|370#,1360|310#,7358|1#,258109280|330#,101800|300#,1981 -105,,153,,,ec,33|+9-5,,,,,,,,,,,, -,,,,,SF,< 1,,,,,,,,,,,, -259,Db,,0.51 s|16,5.1E-1|1.6E-1,?,,,,-4530|130#,9620|50,3630|90#,-11320|420#,7880|310#,1640|60,7360.36|20,259109490|60,101990|50,2001 -105,,154,,,,,,,,,,,,,,,, -260,Db,,1.52 s|13,1.52E0|1.3E-1,?,? 90.4|6,,,-2870|90#,9500|40#,4530|220#,-10920|150#,6390|110#,1980|120#,7357|0#,260111300|100#,103670|90#,1970 -105,,155,,,SF,? 9.6|6,,,,,,,,,,,, -,,,,,ec,< 2.5,,,,,,,,,,,, -261,Db,,1.8 s|4,1.8E0|4E-1,?,? 82,,,-3700|110#,9220|100#,2990|120#,-10310|110#,7440|140#,2130|230#,7357|0#,261111980|120#,104310|110#,1970 -105,,156,,,SF,? 18,,,,,,,,,,,, -262,Db,,35 s|5,3.5E1|5E0,?,? 67,,,-2110|150#,9050|100#,3860|270#,-9820|140#,6130|180#,2350|150#,7352|1#,262114070|150#,106250|140#,1971 -105,,157,,,SF (ec ?+),? 33,,,,,,,,,,,, -263,Db,,27 s|+10-7,2.7E1|9E0,SF,57|14,,,-3080|190#,8830|150#,2350|230#,-9330|170#,7210|220#,2570|280#,7352|1#,263114990|180#,107110|170#,1992 -105,,158,,,?,43|14,,,,,,,,,,,, -266,Db,,,1.32E3,SF,?,,,-880|370#,8210|200#,#,-8130|310#,5820|360#,3240|460#,7339|1#,266121030|300#,112740|280#,2007 -105,,161,,,ec,?,,,,,,,,,,,, -,,,,,?,?,,,,,,,,,,,, -267,Db,,,4.38E3,SF,? 100,,,-1730|490#,7920|300#,630|710#,-7610|480#,6730|500#,3290|620#,7336|2#,267122460|440#,114070|410#,2004 -105,,162,,,,,,,,,,,,,,,, -268,Db,,32 h|+11-7,1.15E5|3.24E4,SF,? 100,,,260|710#,8260|300#,#,-6810|590#,5080|670#,3670|780#,7328|2#,268125670|570#,117060|530#,2004 -105,,163,,,,,,,,,,,,,,,, -270,DB,,23 h,8.28E4,SF,? 100,,,820|830#,8260|200#,#,-5530|720#,4910|880#,,7314|2#,270131300|660#,122310|620#,2010 -105,,165,,,?,?,,,,,,,,,,,, -258,Sg,,2.9 ms|+13-7,2.9E-3|1E-3,SF,? 100,,,,9620|300#,3450|510,,,2250|460#,7342|2#,258112980|440#,105240|410#,1997 -106,,152,,,,,,,,,,,,,,,, -259,Sg,,0.29 s|5,2.9E-1|5E-2,?,90|10,,,,9765|8,4530|130,,6790|430#,2570|330#,7340|0#,259114350|120#,106520|110#,1985 -106,,153,,,SF,< 20,,,,,,,,,,,, -,,,,,ec,? 13,,,,,,,,,,,, -260,Sg,,3.6 ms|9,3.6E-3|9E-4,?,50|+20-30,,,-6780|250#,9901|10,2870|100#,,8040|120#,2730|60,7342.56|8,260114384|22,106548|21,1984 -106,,154,,,SF,50|+30-20,,,,,,,,,,,, -261,Sg,,0.23 s|6,2.3E-1|6E-2,?,? 100,,,-5130|210#,9714|15,3700|110#,-13390|250#,6614|28,2960|90#,7339.77|7,261115948|20,108005|18,1984 -106,,155,,,SF,< 1,,,,,,,,,,,, -262,Sg,,6.9 ms|+38-18,6.9E-3|2.8E-3,SF,? 78,,,-6180|310#,9600|15,2110|150#,-12840|210#,7710|40,3230|120#,7341.18|13,262116340|40,108370|40,2001 -106,,156,,,?,? 22,,,,,,,,,,,, -263,Sg,,1.0 s|2,1E0|2E-1,?,> 70,,,-4310|320#,9400|60,3080|190#,-12420|320#,6250|100#,3350|170#,7337|0#,263118290|100#,110190|90#,1974 -106,,157,,,SF,< 30,,,,,,,,,,,, -264,Sg,,37 ms|+27-11,3.7E-2|1.9E-2,SF,? 100,,,-5280|330#,9210|200#,#,-11780|420#,7480|300#,3620|330#,7338|1#,264118930|300#,110780|280#,2006 -106,,158,,,?,< 36,,,,,,,,,,,, -265,Sg,,14.4 s|+37-25,1.44E1|3.1E0,?,? 50,,,-3620|260#,9050|110#,#,-11330|220#,6060|310#,3860|260#,7333|0#,265121090|130#,112790|120#,1994 -106,,159,,,SF,? 50,,,,,,,,,,,, -266,Sg,,21 s|+20-12,2.1E1|1.6E1,SF,> 50|LE 82,,,-4490|290#,8800|100#,880|370#,-10870|340#,7250|270#,4150|330#,7332|1#,266121970|260#,113620|240#,2006 -106,,160,,,?,> 18|LE 50,,,,,,,,,,,, -269,SG,,3.1 min|+37-11,1.86E2|1.44E2,?,? 100,,,-1710|520#,8650|50,#,-9110|530#,5110|590#,4590|640#,7318|1#,269128570|390#,119760|360#,2010 -106,,163,,,,,,,,,,,,,,,, -271,Sg,,2.4 min|+43-10,1.44E2|1.59E2,SF,? 50,,,-1160|720#,8890|110#,#,-7540|650#,4800|810#,4840|850#,7305|2#,271133930|630#,124760|580#,2004 -106,,165,,,?,? 50,,,,,,,,,,,, -260,Bh,,35 ms|+19-9,3.5E-2|1.4E-2,?,? 100,,,,10400|50,6780|250,,,480|270#,7313|1#,260121660|260#,113320|240#,2008 -107,,153,,,SF,< 18,,,,,,,,,,,, -,,,,,ec,< 18,,,,,,,,,,,, -261,Bh,,12 ms|+5-3,1.2E-2|4E-3,?,95|5,,,,10500|50,5130|210,,8260|320#,700|210#,7317|1#,261121450|220#,113130|210#,1989 -107,,154,,,SF,< 10,,,,,,,,,,,, -262,Bh,,102 ms|26,1.02E-1|2.6E-2,?,? 100,,,,10319|15,6180|310,,6660|370#,750|310#,7315|1#,262122960|330#,114540|310#,1981 -107,,155,,,,,,,,,,,,,,,, -263,Bh,,,,,,,,-5180|330#,10080|300#,4310|320#,,8120|430#,1160|310#,7318|1#,263122920|330#,114500|300#, -107,,156,,,,,,,,,,,,,,,, -264,Bh,,0.44 s|+60-16,4.4E-1|3.8E-1,?,? 100,,,-3510|180#,9960|150#,5280|330#,-11690|220#,6510|350#,1420|200#,7315|1#,264124590|190#,116060|180#,1995 -107,,157,,,,,,,,,,,,,,,, -265,Bh,,,,,,,,-4480|230#,9680|210#,3620|260#,-11220|240#,7710|290#,1660|370#,7316|1#,265124980|250#,116410|230#,2004 -107,,158,,,,,,,,,,,,,,,, -266,Bh,,1.7 s|+82-8,1.7E0|4.5E0,?,? 100,,,-3030|170#,9430|80#,4490|290#,-10870|160#,6380|280#,1980|200#,7313|1#,266126790|170#,118100|160#,2000 -107,,159,,,,,,,,,,,,,,,, -267,Bh,,17 s|+14-6,1.7E1|1E1,?,? 100,,,-3890|280#,9230|200#,#,-10440|260#,7410|310#,2140|360#,7313|1#,267127500|280#,118770|260#,2000 -107,,160,,,,,,,,,,,,,,,, -270,BH,,,6.1E1,?,? 100,,,-890|380#,9060|50,#,-8410|310#,5320|470#,2820|460#,7301|1#,270133360|310#,124230|290#,2007 -107,,163,,,SF,?,,,,,,,,,,,, -271,Bh,,,,?,?,,,-1820|500#,9420|50,1160|720#,-7260|480#,6380|500#,2860|690#,7298|2#,271135180|450#,125920|410#, -107,,164,,,,,,,,,,,,,,,, -272,Bh,,10 s|+12-4,1E1|8E0,?,? 100,,,-220|740#,9300|50,#,-7020|600#,5200|670#,3260|790#,7290|2#,272138260|570#,128790|530#,2004 -107,,165,,,,,,,,,,,,,,,, -274,BH,,54 s,5.4E1,?,? 100,,,200|860#,8950|50,#,-6280|720#,5020|930#,3620|800#,7278|2#,274143510|660#,133680|620#,2010 -107,,167,,,SF,?,,,,,,,,,,,, -263,Hs,,,,?,? 100,,,,10730|50,5180|330,,,2150|330#,7295|0#,263128480|130#,119680|120#,2009 -108,,155,,,,,,,,,,,,,,,, -264,Hs,,? 0.8 ms,8E-4,SF,? 50,,,,10591|20,3510|180,,8190|130#,2220|310#,7298.37|11,264128360|30,119563|29,1986 -108,,156,,,?,? 50,,,,,,,,,,,, -265,Hs,,2.0 ms|+3-2,2E-3|3E-4,?,? 100,,,-5780|450#,10470|15,4490|240#,,6730|40,2450|180#,7296.25|9,265129792|26,120900|24,1984 -108,,157,,,SF,? 1,,,,,,,,,,,, -266,Hs,,2.3 ms|+13-6,2.3E-3|1E-3,?,? 100,,,-6830|310#,10346|16,3030|170#,-13610|450#,7840|50,2570|240#,7298.27|14,266130050|40,121140|40,2001 -108,,158,,,SF,< 1.4,,,,,,,,,,,, -267,Hs,,52 ms|+13-8,5.2E-2|1.1E-2,?,? 80,,,-5140|510#,10038|13,3890|280#,-13380|320#,6550|100#,2740|190#,7295|0#,267131670|100#,122650|100#,1995 -108,,159,,,SF,< 20,,,,,,,,,,,, -269,Hs,,9.7 s|+97-33,9.7E0|6.5E0,?,? 100,,,-4810|480#,9340|160#,#,-12660|260#,6340|310#,3530|400#,7294|0#,269133720|130#,124560|120#,1996 -108,,161,,,,,,,,,,,,,,,, -270,Hs,,3.6 s|+8-14,3.6E0|1.1E0,?,? 100,,,-5600|300#,9070|40,890|380#,-12330|520#,7520|280#,3650|450#,7295|1#,270134310|270#,125110|250#,2006 -108,,162,,,,,,,,,,,,,,,, -273,HS,,0.76 s|+71-24,7.6E-1|4.8E-1,?,? 100,,,-2820|560#,9700|50,#,-9760|610#,5190|630#,4190|650#,7279|1#,273141590|390#,131890|370#,2010 -108,,165,,,,,,,,,,,,,,,, -275,Hs,,0.15 s|+27-6,1.5E-1|1.7E-1,?,? 100,,,-2210|720#,9440|50,#,-8700|690#,4940|830#,4350|850#,7267|2#,275146670|630#,136620|590#,2004 -108,,167,,,,,,,,,,,,,,,, -277,HS,,3 ms|+15-1,3E-3|8E-3,SF,? 100,,,-1470|880#,9050|200#,#,-7890|760#,4860|930#,,7255|2#,277151900|580#,141490|540#,2010 -108,,169,,,,,,,,,,,,,,,, -266,Mt,,1.7 ms|+18-16,1.7E-3|1.7E-3,?,? 100,,,,10996|25,6830|310,,6790|550#,230|310#,7270|1#,266137370|330#,127960|310#,1982 -109,,157,,,,,,,,,,,,,,,, -268,Mt,,21 ms|+8-5,2.1E-2|7E-3,?,? 100,,,-4500|380#,10670|150#,#,-12800|270#,6710|550#,790|250#,7271|1#,268138650|250#,129150|230#,1995 -109,,159,,,,,,,,,,,,,,,, -270,Mt,,5.0 ms|+24-3,5E-3|1.4E-3,?,? 100,,,-3970|180#,10180|50,5600|300#,-12200|170#,6730|490#,1140|210#,7271|1#,270140320|180#,130710|170#,2004 -109,,161,,,,,,,,,,,,,,,, -274,Mt,,0.45 s|+81-18,4.5E-1|5E-1,?,? 100,,,-1950|530#,10590|210#,#,-9180|380#,5540|550#,1930|510#,7259|1#,274147340|380#,137250|350#,2007 -109,,165,,,SF,?,,,,,,,,,,,, -275,Mt,,,9.7E-3,?,? 100,,,-2740|590#,10480|50,2210|720#,-8440|570#,6490|550#,1950|720#,7256|2#,275149040|450#,138830|420#,2004 -109,,166,,,,,,,,,,,,,,,, -276,Mt,,0.72 s|+87-25,7.2E-1|5.6E-1,?,? 100,,,-1230|760#,10100|9,#,-8320|670#,5580|680#,2590|790#,7250|2#,276151710|570#,141310|530#,2004 -109,,167,,,,,,,,,,,,,,,, -277,Mt,,5 s|+9-2,5E0|6E0,SF,? 100,,,-2170|800#,9910|100#,1470|880#,-7640|890#,6420|880#,2610|1030#,7247|3#,277153480|750#,142970|700#, -109,,168,,,?,?,,,,,,,,,,,, -278,MT,,7.6 s,7.6E0,?,? 100,,,-640|880#,9630|50,#,-7480|730#,5300|930#,3050|820#,7240|2#,278156450|670#,145740|620#,2010 -109,,169,,,SF,?,,,,,,,,,,,, -267,Ds,,,2.8E-6,?,? 100,,,,11780|50,,,,1370|330#,7248|1#,267143730|140#,133880|130#,1995 -110,,157,,,,,,,,,,,,,,,, -269,Ds,,,1.79E-4,?,? 100,,,,11510|30,,,6880|300#,1600|230#,7250.15|12,269144750|30,134830|30,1995 -110,,159,,,,,,,,,,,,,,,, -270,Ds,,0.10 ms|+14-4,1E-4|9E-5,?,? 100,,,,11117|28,3970|180,,8230|60,1980|470#,7253.77|18,270144580|50,134680|50,2001 -110,,160,,,SF,< 0.2,,,,,,,,,,,, -271,Ds,,1.63 ms|+44-29,1.63E-3|3.7E-4,?,? 100,,,,10870|18,,,6800|110#,2050|200#,7252|0#,271145950|100#,135950|100#,1998 -110,,161,,,,,,,,,,,,,,,, -273,Ds,,0.17 ms|+17-6,1.7E-4|1.2E-4,?,? 100,,,-4340|540#,11370|50,#,-12490|270#,5730|430#,2510|500#,7249|0#,273148530|140#,138360|130#,1996 -110,,163,,,,,,,,,,,,,,,, -277,DS,,4.1 ms|+37-13,4.1E-3|2.5E-3,?,? 100,,,-3200|650#,10820|110#,2170|800#,-10420|740#,5470|670#,3460|660#,7237|1#,277155810|410#,145140|380#,2010 -110,,167,,,,,,,,,,,,,,,, -279,Ds,,0.18 s|+5-3,1.8E-1|4E-2,SF,? 90,,,-2650|730#,10080|110#,#,-9460|700#,5330|860#,3900|860#,7228|2#,279160090|640#,149130|600#,2004 -110,,169,,,?,? 10,,,,,,,,,,,, -281,Ds,,9.6 s|+50-25,9.6E0|3.8E0,SF,? 100,,,-1870|990#,9510|210#,#,-8530|790#,5160|970#,,7219|2#,281164710|620#,153430|580#,2004 -110,,171,,,?,13|11,,,,,,,,,,,, -272,Rg,,3.8 ms|+14-8,3.8E-3|1.1E-3,?,? 100,,,,11197|13,,,,460|250#,7227|1#,272153270|250#,142770|230#,1995 -111,,161,,,,,,,,,,,,,,,, -274,Rg,,,6.4E-3,?,? 100,,,,11480|50,,,6150|550#,1030|220#,7227|1#,274155250|190#,144610|180#,2004 -111,,163,,,,,,,,,,,,,,,, -278,Rg,,4.2 ms|+76-17,4.2E-3|4.7E-3,?,? 100,,,-2410|560#,10850|50,#,-9960|380#,5890|630#,1910|520#,7218|1#,278161590|380#,150520|360#,2007 -111,,167,,,SF,?,,,,,,,,,,,, -279,Rg,,0.17 s|+81-8,1.7E-1|4.5E-1,?,? 100,,,-3250|620#,10520|50,2650|730#,-9230|610#,6810|550#,1890|750#,7216|2#,279162940|450#,151770|420#,2004 -111,,168,,,,,,,,,,,,,,,, -280,Rg,,3.6 s|+43-13,3.6E0|2.8E0,?,? 100,,,-1810|790#,10146|7,3370|940#,-9210|700#,5960|680#,2530|800#,7212|2#,280165200|570#,153890|530#,2004 -111,,169,,,,,,,,,,,,,,,, -281,RG,,26 s|+25-8,2.6E1|1.7E1,SF,? 100,,,-2720|890#,9900|400#,1870|990#,-8470|990#,6660|960#,2510|1120#,7210|3#,281166720|860#,155300|810#,2010 -111,,170,,,?,?,,,,,,,,,,,, -282,RG,,0.5 s|+25-2,5E-1|1.4E0,?,? 100,,,-1180|930#,9640|210#,#,-8290|760#,5570|1040#,2920|870#,7204|2#,282169400|700#,157800|650#,2010 -111,,171,,,SF,?,,,,,,,,,,,, -277,CN,,0.69 ms|+69-24,6.9E-4|4.7E-4,?,? 100,,,,11620|50,,,6020|610#,2370|640#,7205|1#,277163610|150#,152400|140#,1996 -112,,165,,,,,,,,,,,,,,,, -281,CN,,0.13 s|+12-4,1.3E-1|8E-2,?,? 100,,,-3790|490#,10450|50,2720|890#,-11190|560#,5750|700#,3150|660#,7197|1#,281169640|420#,158020|390#,2010 -112,,169,,,,,,,,,,,,,,,, -282,CN,,0.50 ms|+33-14,5E-4|2.4E-4,SF,? 100,,,-4750|750#,10170|200#,1180|930#,-10900|720#,7110|760#,3610|1040#,7197|2#,282170670|700#,158980|660#,2004 -112,,170,,,,,,,,,,,,,,,, -283,CN,,4.0 s|+13-7,4E0|1E0,?,? 90,,,-3220|750#,9930|110#,#,-10310|710#,5560|890#,3600|890#,7191|2#,283173360|650#,161490|610#,2004 -112,,171,,,SF,? 10,,,,,,,,,,,, -284,CN,,101 ms|+41-22,1.01E-1|3.2E-2,SF,? 100,,,-4050|970#,9600|200#,#,-10230|920#,7010|1010#,4020|1060#,7190|3#,284174500|860#,162540|810#,2004 -112,,172,,,,,,,,,,,,,,,, -285,CN,,34 s|+17-9,3.4E1|1.3E1,?,? 100,,,-2560|990#,9320|50,#,-9490|790#,5440|990#,,7184|2#,285177320|620#,165170|580#,2004 -112,,173,,,,,,,,,,,,,,,, -278,Nh,,,2.4E-4,?,? 100,,,,,,,,,,,,2004 -113,,165,,,,,,,,,,,,,,,, -282,Nh,,,7.3E-2,?,? 100,,,,,,,,,,,,2007 -113,,169,,,SF,?,,,,,,,,,,,, -283,Nh,,,1E-1,?,? 100,,,,,,,,,,,,2004 -113,,170,,,,,,,,,,,,,,,, -284,Nh,,0.48 s|+58-17,4.8E-1|3.8E-1,?,? 100,,,,,,,,,,,,2004 -113,,171,,,,,,,,,,,,,,,, -285,Nh,,5.5 s|+50-18,5.5E0|3.4E0,?,? 100,,,,,,,,,,,,2010 -113,,172,,,SF,?,,,,,,,,,,,, -286,Nh,,20 s|+94-9,2E1|5.2E1,?,? 100,,,,,,,,,,,,2010 -113,,173,,,SF,?,,,,,,,,,,,, -284,Fl,,2.5 ms|+18-8,2.5E-3|1.3E-3,SF,? 100,,,,10800|300#,,,,3070|790#,7162|2#,284181340|700#,168920|660#, -114,,170,,,,,,,,,,,,,,,, -285,FL,,0.15 s|+14-5,1.5E-1|1E-1,?,? 100,,,,10560|50,,,5990|760#,2880|660#,7158|1#,285183580|420#,171000|390#,2010 -114,,171,,,,,,,,,,,,,,,, -286,FL,,0.16 s|+7-3,1.6E-1|5E-2,SF,? 60,,,,10370|30,,,7300|760#,3250|1040#,7159|2#,286184410|700#,171770|660#,2004 -114,,172,,,?,? 40,,,,,,,,,,,, -287,FL,,0.51 s|+18-10,5.1E-1|1.4E-1,?,? 100,,,-3820|750#,10160|50,#,,5770|900#,3230|900#,7154|2#,287186870|650#,174070|610#,2004 -114,,173,,,,,,,,,,,,,,,, -288,FL,,0.80 s|+32-18,8E-1|2.5E-1,?,? 100,,,-4730|970#,10072|13,#,-10920|920#,7100|1010#,3490|1080#,7154|3#,288187920|860#,175040|810#,2004 -114,,174,,,,,,,,,,,,,,,, -289,FL,,2.7 s|+14-7,2.7E0|1.1E0,?,? 100,,,-3100|1000#,9970|50,#,-10280|790#,5550|990#,,7148|2#,289190620|630#,177560|580#,2004 -114,,175,,,,,,,,,,,,,,,, -287,Mc,,,3.2E-2,?,? 100,,,,,,,,,,,,2004 -115,,172,,,,,,,,,,,,,,,, -288,Mc,,,8.7E-2,?,? 100,,,,,,,,,,,,2004 -115,,173,,,,,,,,,,,,,,,, -289,Mc,,0.22 s|+26-8,2.2E-1|1.7E-1,?,? 100,,,,,,,,,,,,2010 -115,,174,,,SF,?,,,,,,,,,,,, -290,Mc,,16 ms|+76-7,1.6E-2|4.2E-2,?,? 100,,,,,,,,,,,,2010 -115,,175,,,SF,?,,,,,,,,,,,, -290,LV,,15 ms|+26-6,1.5E-2|1.6E-2,?,? 100,,,,11000|70,,,7400|820#,2760|1040#,7120|2#,290198820|710#,185200|660#,2004 -116,,174,,,,,,,,,,,,,,,, -291,LV,,,6.3E-3,?,? 100,,,-4410|850#,10890|50,#,,5880|900#,2790|900#,7116|2#,291201170|660#,187390|610#,2004 -116,,175,,,,,,,,,,,,,,,, -292,LV,,18 ms|+16-6,1.8E-2|1.1E-2,?,? 100,,,-5330|1050#,10774|15,#,-11630|1000#,7220|1010#,3040|1120#,7116|3#,292202090|860#,188240|810#,2004 -116,,176,,,,,,,,,,,,,,,, -293,LV,,53 ms|+62-19,5.3E-2|4.1E-2,?,? 100,,,-3720|1000#,10680|50,#,-10980|890#,5640|1000#,,7111|2#,293204690|630#,190670|590#,2004 -116,,177,,,,,,,,,,,,,,,, -293,Ts,,14 ms|+11-4,1.4E-2|8E-3,?,? 100,,,,,,,,,,,,2010 -117,,176,,,SF,?,,,,,,,,,,,, -294,Ts,,,,?,? 100,,,,,,,,,,,,2010 -117,,177,,,SF,?,,,,,,,,,,,, -294,Og,,1.8 ms|+84-8,1.8E-3|4.6E-3,?,? 100,,,,,,,,,,,,2006 -118,,176,,,,,,,,,,,,,,,, \ No newline at end of file diff --git a/src/main/resources/com/github/technus/tectech/elementalMatter/definitions/complex/atom/nuclidesTable.csv b/src/main/resources/com/github/technus/tectech/elementalMatter/definitions/complex/atom/nuclidesTable.csv deleted file mode 100644 index 783276227a..0000000000 --- a/src/main/resources/com/github/technus/tectech/elementalMatter/definitions/complex/atom/nuclidesTable.csv +++ /dev/null @@ -1,3255 +0,0 @@ -0,1,n,-0.1149,27,0,0,1/2+,,613.9,6,S,613.9,0.6,B-,100,0,,,,,,,,-1.9130427,,,,782.347,0,,,,,,,0.0,0,,,0,0,1008664.91582,49,8071.31713,46, -1,0,H,0.8783,86,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,2.792847351,,,,,,,,,,-782.347,0,,,0.0,0,0,0,1007825.03224,9,7288.97061,9, -1,1,H,2.1421,88,0,0,1+,,STABLE,,,,,,,,,,,,,,,0.85743823,,0.00286,,,,,,,,,,2224.57,0,2224.57,0,1112.283,0,2014101.77811,12,13135.72176,11, -1,2,H,1.7591,363,0,0,1/2+,,12.32,2,Y,388789632,631152,B-,100,0,,,,,,,,2.978962467,,,,18.592,0,,,,,,,6257.23,0,,,2827.265,0,3016049.28199,23,14949.80993,22, -1,3,H,,,0,0,2-,,,,,,,N,100,0,,,,,,,= 1,,,,,22196.211,100000,1618.59,100,,,,,-1600.00,100,,,1720.449,25000,4026431.868,107354,24621.127,100000, -1,4,H,,,0,0,,,,,,,,N,100,0,,,,,,,,,,,,21661.211,91652,22396.21,89,,,,,-200.00,134,,,1336.359,17889,5035311.493,96020,32892.444,89443, -1,5,H,,,0,0,(2-),,1.6,4,MEV,2.848e-22,7.12e-23,N,100,0,,,,,,,= 2,,,,,24283.626,254127,22573.17,255,,,,,-911.96,269,,,961.639,42354,6044955.437,272816,41875.721,254127, -2,1,He,1.9661,30,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-2.127625306,,,,-13736,2000,,,,,-18.592,0,,,5493.47,0,2572.68,0,3016029.32265,22,14931.21793,21, -2,2,He,1.6755,28,0,0,0+,,STABLE,,,,,,,,,,,,,,= 0,,,,,-22898.273,212132,-34313,2000,0,0,-22196.211,100,20577.62,0,19813.86,0,7073.915,0,4002603.25413,6,2424.91561,6, -2,3,He,,,0,0,3/2-,,0.648,,MEV,7.032e-22,0,N,,0,,,,,,,= 1/2,,,,,-447.654,53852,-22163.27,213,735,20,-21661.211,92,-735.00,20,20678.86,102,5512.132,4000,5012057.224,21470,11231.233,20000, -2,4,He,2.0660,111,0,0,0+,,806.7,15,MS,0.8067,0.0015,B-,100,0,,,,,,,= 1,,,,,3505.216,53,-2158.11,50,,,-24283.626,254,1710.45,20,22589.32,89,4878.519,9,6018885.891,57,17592.095,53, -2,5,He,,,0,0,(3/2)-,,150,20,KEV,3e-21,4e-22,N,,0,,,,,,,= 3/2,,,,,11166.021,7559,3914.93,8,,,-23061.874,1004,-409.71,8,23091.56,254,4123.057,1080,7027990.654,8115,26073.126,7559, -2,6,He,1.9239,306,0,0,0+,,119.1,12,MS,0.1191,0.0012,B-,100,0,B-N,16,1,,,,= 2,,,,,10663.878,100,8631.26,9,,,,,2534.76,8,24814,1004,3924.52,11,8033934.39,95,31609.681,89, -2,7,He,,,0,0,1/2+,,,,,,,N,100,0,,,,,,,= 5/2,,,,,15980.924,46817,11918.70,47,,,,,-1254.83,47,,,3349.037,5202,9043946.419,50259,40935.826,46816, -2,8,He,,,0,0,(0+),,300,200,KEV,1.5e-21,1e-21,N,100,0,,,,,,,= 3,,,,,16144.519,93715,16170.92,93,,,,,-190.00,104,,,2995.134,9285,10052815.308,99676,49197.143,92848, -3,1,Li,,,0,0,2-,,,,,,,P,100,0,,,,,,,= 1,,,,,,,,,,,22898.273,212,11415,2011,-3103.00,212,1153.76,53033,4027185.562,227733,25323.189,212132, -3,2,Li,,,0,0,3/2-,,1.23,,MEV,3.705e-22,0,P,,0,,,,,,,= 1/2,,,,,-25460,2003,,,1965,50,447.653,54,21715.62,218,-1965.00,50,5266.132,10000,5012537.8,53677,11678.886,50000, -3,3,Li,2.5890,390,0,0,1+,,STABLE,,,,,,,,,,,,,,= 0,0.82205667,,-0.000818,,-4288.154,5448,-31123,2003,-1473.76,0,-3505.216,53,5663.32,50,4433.32,20,5332.331,0,6015122.88742,155,14086.87895,144, -3,4,Li,2.4440,420,0,0,3/2-,,STABLE,,,,,,,,,,,,,,= 1/2,3.2564268,,-0.0406,,-861.893,71,-11539.24,5,-2467.62,0,-11166.021,8,7251.09,0,9973.96,5,5606.439,1,7016003.43666,454,14907.10529,423, -3,5,Li,2.3390,440,0,0,2+,,839.9,9,MS,0.8399,0.0009,B-A,100,0,B-,100,0,,,,= 1,1.65356,,0.0327,,16004.133,59,-2894.51,9,-6100.24,100,-10663.877,101,2032.62,5,12416.29,8,5159.712,6,8022486.246,50,20945.804,47, -3,6,Li,2.2450,460,0,0,3/2-,,178.3,4,MS,0.1783,0.0004,B-,100,0,B-N,50.8,0.2,,,,= 3/2,3.4391,,-0.0274,,13606.449,201,11941.91,19,-10362.46,89,-15980.924,47,4062.22,19,13943.75,21,5037.768,21,9026790.191,200,24954.902,186, -3,7,Li,,,0,25,(1- 2-),,,,,,,N,100,0,,,,,,,= 2,,,,,20445.136,12722,13632.85,13,-11248.01,254,-16144.519,94,-26.40,13,15172.17,49,4531.351,1272,10035483.453,13656,33052.624,12721, -3,8,Li,2.4820,429,0,0,3/2-,,8.75,14,MS,0.00875,0.00014,B-,100,0,B-N,,,,,,= 5/2,3.6673,,,,20551.087,659,20049.45,62,-10832,1004,,,395.69,13,15757.86,93,4155.381,56,11043723.581,660,40728.254,615, -4,1,Be,,,0,0,,,,,,,,P,100,0,,,,,,,,,,,,,,,,,,25460.114,2004,,,-4527,2014,18,401,5039870,2150,37139,2003, -4,2,Be,,,0,0,0+,,92,6,KEV,5e-21,3e-22,2P,100,0,A,100,0,,,,= 1,,,,,-28945,2003,,,,,4288.154,5,26835,2003,592.82,50,4487.247,908,6019726.409,5848,18375.033,5448, -4,3,Be,2.6460,160,0,0,3/2-,,53.22,6,D,4598208,5184,EC,100,0,,,,,,,= 1/2,,,,,-11907.551,25150,-39622,2003,-1587.13,7,861.894,71,10677.35,5,5606.85,7,5371.548,10,7016928.717,76,15768.999,71, -4,4,Be,,,0,0,0+,,5.57,25,EV,8.18e-17,3.672e-18,A,100,0,,,,,,,= 0,,,,,-17979.896,1000,-30806.20,25,91.84,4,-16004.133,59,18898.64,8,17254.40,4,7062.435,4,8005305.102,37,4941.671,35, -4,5,Be,2.5190,120,0,0,3/2-,,STABLE,,,,,,,,,,,,,,= 1/2,-1.1778,,0.05288,,-1068.035,899,-19644.43,100,-2307.7,20,-13606.449,201,1664.54,8,16886.32,9,6462.668,9,9012183.066,82,11348.453,77, -4,6,Be,2.3550,170,0,0,0+,,1.51E+6,4,Y,47651976000000,1262304000000,B-,100,0,,,,,,,= 1,,,,,556.878,82,-7880.32,90,-7409.52,10,-20445.136,13,6812.28,5,19636.39,20,6497.63,8,10013534.695,86,12607.488,81, -4,7,Be,2.4630,150,0,0,1/2+,,13.76,7,S,13.76,0.07,B-,100,0,B-A,3.1,,B-P,0.00083,,= 3/2,-1.6814,,,,11509.46,238,55.24,24,-8320.87,8,-20551.087,659,501.64,25,20164.43,13,5952.54,22,11021661.081,255,20177.167,238, -4,8,Be,,0,0,0,0+,,21.3,1,MS,0.0213,0.0001,B-,100,0,B-N,1,0,,,,= 2,,,,,11708.363,2321,8338.74,191,-8956.84,191,-23931.811,30,3170.72,192,22939.47,200,5720.722,159,12026922.083,2048,25077.760,1909, -4,9,Be,,,0,0,(1/2-),,2.7E-21,18,S,2.7e-21,1.8e-21,N,,0,,,,,,,,,,,,17097.13,10230,12218.36,10,-9701.66,48,-23321.811,71,-510.00,10,22639.47,32,5241.435,783,13036134.507,10929,33659.077,10180, -4,10,Be,,,0,0,,,4.35,17,MS,0.00435,0.00017,B-,100,0,B-N,81,4,B-2N,5,2,,,,,,16290.813,133936,15321.23,132,-11667.56,162,,,1775.90,133,24315.36,150,4993.897,9446,14042892.92,141970,39954.498,132245, -4,11,Be,,,0,0,(5/2+),,0.58,20,MEV,7.857e-22,2.70927e-22,N,100,0,,,,,,,,,,,,20867.573,167126,18090.81,167,,,,,-1800.00,100,,,4540.97,11053,15053490.215,177990,49825.815,165797, -4,12,Be,,,0,0,0+,,0.8,2,MEV,5.696e-22,1.4241e-22,N,100,0,,,,,,,,,,,,20334.623,167608,20417.57,167,,,,,450.00,141,,,4285.285,10362,16061672.036,177990,57447.132,165797, -5,2,B,,,0,0,(3/2-),,801,20,KEV,6e-22,0,P,100,0,,,,,,,= 3/2,,,,,,,,,-3415,2000,11907.551,25,27715,2003,-2012.55,26,3558.705,3593,7029712,27000,27676.550,25150, -5,3,B,,,0,0,2+,,770,3,MS,0.77,0.003,EC+B+,100,0,B+A,100,0,,,,= 1,1.0355,,0.0683,,-12142.701,18270,,,-4826.54,212,17979.896,1000,12826.30,25,136.40,100,4717.155,125,8024607.316,1073,22921.567,1000, -5,4,B,,,0,0,3/2-,,0.54,21,KEV,8.439e-19,3.28179e-19,P,100,0,,,,,,,= 1/2,,,,,-16494.484,2319,-30719.10,18,-1687.31,50,1068.035,906,18576.40,135,-185.85,90,6257.07,100,9013329.649,969,12416.488,903, -5,5,B,2.4277,499,0,0,3+,,STABLE,,,,,,,,,,,,,,= 0,1.80064478,,0.08472,,-3648.062,69,-24931.68,214,-4461.19,1,-556.879,82,8437.20,90,6586.81,8,6475.083,2,10012936.862,16,12050.609,15, -5,6,B,2.4060,294,0,0,3/2-,,STABLE,,,,,,,,,,,,,,= 1/2,2.6886489,,0.04065,,-1981.689,61,-15102.28,7,-8664.31,1,-11509.46,23,11454.22,2,11228.75,8,6927.732,1,11009305.166,13,8667.707,12, -5,7,B,,,0,0,1+,,20.20,2,MS,0.0202,0.00002,B-,100,0,,,,,,,= 1,1.00306,,0.0134,,13369.397,1321,-5351.32,132,-10001.32,132,-11708.363,2321,3369.63,132,14096.74,134,6631.223,110,12014352.638,1418,13369.397,1321, -5,8,B,,,0,0,3/2-,,17.33,17,MS,0.01733,0.00017,B-,100,0,B-N,0.286,,,,,= 3/2,3.1778,,0.037,,13436.938,1000,8490.63,100,-10817.87,102,-17097.13,10,4878.77,166,15804.78,215,6496.419,77,13017779.981,1073,16561.947,1000, -5,9,B,,,0,0,2-,,12.5,5,MS,0.0125,0.0005,B-,100,0,B-N,6.1,,,,,= 2,,,,,20643.792,21213,12467.36,21,-11813.85,25,-16290.813,134,969.58,21,17284.36,24,6101.644,1515,14025404.012,22773,23663.685,21213, -5,10,B,,,0,0,,,9.93,7,MS,0.00993,0.00007,B-,100,0,B-N,99.68,,,,,,,,,,19085.098,21047,17867.03,21,-14194.93,21,-20867.573,167,2776.76,30,18285.23,134,5879.985,1402,15031087.953,22578,28958.242,21032, -5,11,B,,,0,0,,LT,100,,KEV,4.6e-21,,N,100,0,,,,,,,,,,,,23418.378,24828,19168.05,25,-14321.98,39,-20334.622,168,-82.95,15,20002.28,168,5507.302,1536,16039841.92,26375,37112.510,24569, -5,12,B,,,0,0,(3/2-),,5.08,5,MS,0.00508,0.00005,B-,100,0,B-N,63,1,B-2N,11,7,,,,,,22684.419,204841,21950.87,204,-15689.49,216,,,1467.51,206,21019.79,263,5269.667,12006,17046931.399,219114,43716.317,204104, -5,13,B,,,0,0,(2-),,,,,,,N,100,0,,,,,,,,,,,,26873.37,206357,22689.42,205,,,,,-5.00,5,,,4976.63,11342,18055601.682,219180,51792.634,204165, -6,2,C,,,0,0,0+,,230,50,KEV,2e-21,4e-22,P,100,0,A,,0,,,,= 2,,,,,,,,,,,12142.701,18,,,-98.75,31,3101.524,2280,8037643.042,19584,35064.268,18243, -6,3,C,,,0,0,(3/2-),,126.5,9,MS,0.1265,0.0009,EC+B+,100,0,B+P,61.6,0,B+A,38.4,0,= 3/2,-1.3914,,,,,,,,-10653,2003,16494.484,231,14224.61,18,1299.57,236,4337.423,237,9031037.207,2293,28910.972,2137, -6,4,C,,,0,0,0+,,19.290,12,S,19.29,0.012,EC+B+,100,0,,,,,,,= 1,,,,,-23101.355,400000,,,-5101.28,5,3648.063,72,21283.62,214,4006.79,91,6032.042,7,10016853.218,75,15698.672,70, -6,5,C,,,0,0,3/2-,,20.364,14,M,1221.84,0.84,EC+B+,100,0,,,,,,,= 1/2,-0.964,,0.03426,,-13654.163,46154,-36221.95,400,-7544.52,9,1981.689,61,13120.59,9,8690.18,6,6676.456,5,11011432.597,64,10649.396,60, -6,6,C,2.4702,22,0,0,0+,,STABLE,,,,,,,,,,,,,,= 0,,,,,-17338.068,1000,-32374.88,46,-7366.59,4,-13369.397,1321,18720.71,6,15956.68,1,7680.144,0,12000000,0,0.0,0, -6,7,C,2.4614,34,0,0,1/2-,,STABLE,,,,,,,,,,,,,,= 1/2,0.7024118,,,,-2220.472,270,-22284.38,100,-10648.36,8,-13436.938,10,4946.31,0,17533.36,132,7469.849,0,13003354.83521,23,3125.00888,21, -6,8,C,2.5025,87,0,0,0+,,5700,30,Y,179878320000,946728000,B-,100,0,,,,,,,= 1,,,,,156.476,4,-10396.91,27,-12012.51,8,-20643.792,21,8176.43,0,20831.02,100,7520.319,0,14003241.98843,403,3019.89278,376, -6,9,C,,,0,0,1/2+,,2.449,5,S,2.449,0.005,B-,100,0,,,,,,,= 3/2,1.32,,,,9771.705,800,-1061.59,80,-12728.94,83,-19085.098,21,1218.07,80,21079.51,21,7100.169,53,15010599.256,858,9873.144,800, -6,10,C,,,0,0,0+,,0.747,8,S,0.747,0.008,B-,100,0,B-N,99,0.3,,,,= 2,,,,,8010.225,4254,5521.38,4,-13808.54,4,-23418.378,25,4250.33,4,22553.08,21,6922.054,224,16014701.256,3840,13694.132,3578, -6,11,C,,,0,0,,,193,13,MS,0.193,0.013,B-,100,0,B-N,32,3,,,,,,,,,13161.82,22946,7276.67,18,-15052.09,20,-22684.419,205,733.55,18,23369.58,30,6558.024,1020,17022578.672,18641,21031.898,17365, -6,12,C,,,0,0,(0+),,92,2,MS,0.092,0.002,B-,100,0,B-N,31.5,1.5,,,,= 3,,,,,11806.096,35282,8977.87,34,-17460.15,136,-26873.37,206,4183.95,35,26086.02,206,6426.131,1667,18026751.932,32206,24919.264,30000, -6,14,C,,,0,0,,,14,+6-5,MS,0.014,0.006,B-,100,0,B-N,72,14,,,,,,,,,15737.067,243746,13575.96,231,-22368.49,284,,,2981.51,251,29555.65,574,5961.435,11531,20040261.732,247585,37503.563,230625, -6,16,C,,,0,0,0+,,6.1,+14-12,MS,0.0061,0.0013,B-,100,0,B-N,61,0,B-2N,37,0,,,,,,21846.396,311063,20307.97,268,,,,,103,640,31008,929,5421.077,10522,22057553.99,248515,53611.197,231490, -7,3,N,,,0,0,,,,,,,,P,100,0,,,,,,,,,,,,,,,,-10945,2042,23101.354,400,,,-2600.08,400,3643.672,40000,10041653.543,429417,38800.026,400000, -7,4,N,,,0,0,1/2+,,830,30,KEV,5e-22,0,P,100,0,,,,,,,= 3/2,,,,,,,,,-5797.91,53,13654.163,46,22567.78,403,-1315.92,46,5364.046,4196,11026090.945,49548,24303.559,46154, -7,5,N,,,0,0,1+,,11.000,16,MS,0.011,0.000016,EC+B+,100,0,,,,,,,= 1,0.4573,,0.026,,-14576.544,24021,,,-8008.41,141,17338.068,10,15036.81,46,600.30,100,6170.109,83,12018613.182,1073,17338.068,1000, -7,6,N,,,0,0,1/2-,,9.965,4,M,597.9,0.24,EC+B+,100,0,,,,,,,= 1/2,0.3222,,,,-17769.951,9530,-34640.45,24,-9495.92,94,2220.472,27,20063.90,104,1943.49,27,7238.863,21,13005738.609,289,5345.481,270, -7,7,N,2.5582,70,0,0,1+,,STABLE,,,,,,,,,,,,,,= 0,0.403761,,0.0193,,-5144.364,25,-28323.33,10,-11612.11,1,-156.476,4,10553.38,27,7550.56,0,7475.614,0,14003074.00446,21,2863.41672,19, -7,8,N,2.6058,80,0,0,1/2-,,STABLE,,,,,,,,,,,,,,= 1/2,-0.28318884,,,,-2754.166,491,-15977.66,3,-10991.18,1,-9771.705,8,10833.30,0,10207.42,0,7699.46,0,15000108.89894,65,101.43871,59, -7,9,N,,,0,0,2-,,7.13,2,S,7.13,0.02,B-,100,0,B-A,0.0012,0.0005,,,,= 1,,,,,10420.908,2301,-5243.02,235,-10110.41,265,-8010.225,4,2488.85,229,11478.21,244,7373.796,144,16006101.925,2470,5683.907,2301, -7,10,N,,,0,0,1/2-,,4.173,4,S,4.173,0.004,B-,100,0,B-N,95.1,0.7,B-A,0.0025,,= 3/2,,,,,8678.842,15000,4535.76,15,-11116.78,15,-13161.819,23,5885.15,15,13113.02,15,7286.229,882,17008448.877,16103,7870.079,15000, -7,11,N,,,0,0,1-,,624,12,MS,0.624,0.012,B-,100,0,B-N,14.3,2,B-A,12.2,0.6,= 2,,,,,13895.984,18570,5850.61,19,-12975.43,28,-11806.096,35,2828.23,24,15207.70,25,7038.562,1032,18014077.565,19935,13113.168,18570, -7,12,N,,,0,0,,,271,8,MS,0.271,0.008,B-,100,0,B-N,54.6,1.4,,,,,,,,,12523.424,16614,8567.78,16,-15526.88,27,-16557.47,100,5328.20,25,16351.95,34,6948.543,863,19017022.419,17610,15856.282,16404, -7,13,N,,,0,0,,,130,7,MS,0.13,0.007,B-,100,0,B-N,57,3,,,,,,,,,17970.324,78899,10362.32,79,-17770.93,83,-15737.067,244,2161.10,81,17936.23,126,6709.171,3945,20023367.295,84696,21766.496,78894, -7,14,N,,,0,0,(1/2-),,84,7,MS,0.084,0.007,B-,100,0,B-N,86,4,,,,,,,,,17169.878,134584,13364.42,134,-20909.32,244,-20411.087,611,4605.90,156,19560.62,267,6609.015,6383,21027087.573,143906,25231.913,134048, -7,15,N,,,0,0,(0-),,23,3,MS,0.023,0.003,B-,100,0,B-N,34,3,B-2N,12,3,,,,,,22481.768,215435,15631.45,208,-22452.75,291,-21846.396,311,1538.43,247,21167,631,6378.534,9445,22034100.918,223060,31764.801,207779, -7,16,N,,,0,0,,,14.1,15,MS,0.0141,0.0015,B-,100,0,B-N,42,6,B-2N,8,4,,,,,,22099.056,437827,19366.07,424,-25474.73,673,,,3115.69,469,24179.74,480,6236.671,18286,23039421,451500,36720.425,420570, -7,17,N,,,0,0,,LT,52,,NS,0.000000052,0,N,,0,,,,,,,,,,,,28438,433,24245,419,-23937,895,,,-2146,581,24522,1074,5887,17,24050390,430,46938,401, -8,4,O,,,0,0,0+,,0.40,25,MEV,1.1393e-21,7.12031e-22,P,,0,,,,,,,= 2,,,,,,,,,-5574.57,30,14576.545,24,,,-322.08,52,4890.202,2000,12034261.747,25765,31914.613,24000, -8,5,O,,,0,0,(3/2-),,8.58,5,MS,0.00858,0.00005,B+P,100,0,EC+B+,100,0,,,,= 3/2,,,,,,,,,-8220.46,10,17769.951,10,16870.50,26,1511.61,10,5811.763,733,13024815.437,10226,23115.432,9526, -8,6,O,,,0,0,0+,,70.606,18,S,70.606,0.018,EC+B+,100,0,,,,,,,= 1,,,,,-23956.622,41119,,,-10115.81,7,5144.364,25,23178.97,10,4626.67,27,7052.278,2,14008596.706,27,8007.781,25, -8,7,O,,,0,0,1/2-,,122.24,16,S,122.24,0.16,EC+B+,100,0,,,,,,,= 1/2,0.7189,,,,-13711.146,14009,-37180.11,41,-10218.71,49,2754.166,491,13223.49,49,7296.78,49,7463.692,33,15003065.618,526,2855.605,491, -8,8,O,2.6991,52,0,0,0+,,STABLE,,,,,,,,,,,,,,= 0,,,,,-15417.254,8321,-29375.07,14,-7161.92,0,-10420.908,2301,15663.92,49,12127.41,0,7976.206,0,15994914.6196,17,-4737.00135,16, -8,9,O,2.6932,75,0,0,5/2+,,STABLE,,,,,,,,,,,,,,= 1/2,-1.89379,,,,-2760.465,248,-19560.33,8,-6358.69,0,-8678.842,15,4143.08,0,13781.64,229,7750.728,0,16999131.75664,70,-808.76348,66, -8,10,O,2.7726,56,0,0,0+,,STABLE,,,,,,,,,,,,,,= 1,,,,,-1655.929,463,-10805.83,25,-6227.62,0,-13895.984,19,8045.37,0,15941.86,15,7767.097,0,17999159.61284,76,-782.81560,71, -8,11,O,,,0,0,5/2+,,26.88,5,S,26.88,0.05,B-,100,0,,,,,,,= 3/2,,,,,4820.302,2637,-5611.57,268,-8965.2,276,-12523.424,17,3955.64,264,17069.28,19,7566.495,139,19003577.97,2830,3332.858,2637, -8,12,O,,,0,0,0+,,13.51,5,S,13.51,0.05,B-,100,0,,,,,,,= 2,,,,,3813.635,885,-2787.70,88,-12322.88,4,-17970.324,79,7608.00,278,19349.08,16,7568.57,44,20004075.358,950,3796.172,885, -8,13,O,,,0,0,(5/2+),,3.42,10,S,3.42,0.1,B-,100,0,,,,,,,,,,,,8109.64,12134,8.18,12,-15394.78,21,-17169.878,135,3805.45,12,20993.43,80,7389.374,571,21008654.95,12882,8062.035,12000, -8,14,O,,,0,0,0+,,2.25,9,S,2.25,0.09,B-,100,0,B-N,22,0,,,,,,,,,6489.66,58256,1259.32,57,-18061.15,64,-22481.768,215,6850.32,58,23237.85,146,7364.871,2587,22009965.746,61107,9283.033,56921, -8,15,O,,,0,0,1/2+,,82,+45-28,MS,0.082,0.037,B-,100,0,B-N,31,7,,,,,,,,,11336.106,126190,3756.68,122,-20217.3,157,-22099.056,438,2732.98,134,24432.40,241,7163.485,5292,23015696.686,130663,14621.369,121712, -8,16,O,,,0,0,0+,,65,5,MS,0.065,0.005,B-,100,0,B-N,58,12,,,,,,,,,10955.887,191633,7143.82,168,-21428.08,284,-28437.598,434,4192.28,205,25508.99,452,7039.685,6870,24019861,177000,18500.402,164874, -8,18,O,,,0,0,0+,,4.5,+32-34,PS,0.0000000000045,0.0000000000033,2N,100,,,,,,,,,,,,,16012.161,198932,15255.55,191,-21375.08,284,,,739.31,10,28611,529,6497.478,6344,26037210.155,177081,34661.037,164950, -9,5,F,,,0,0,2-,,910,100,KEV,5e-22,1e-22,,,,,,,,,,,,,,,,,,,-9260.54,402,23956.621,41,,,-1560.00,40,5285.208,2937,14034315.199,44142,31964.402,41119, -9,6,F,,,0,0,(1/2+),,1.0,2,MEV,4.557e-22,9.114e-23,P,100,0,,,,,,,= 3/2,,,,,-23648.622,68138,,,-10161.72,48,13711.146,14,23468.97,43,-1270.00,14,6497.459,933,15017785.139,15029,16566.751,14000, -9,7,F,,,0,0,0-,,40,20,KEV,1.14e-20,5.7e-21,P,100,0,,,,,,,= 1,,,,,-13306.523,22106,-37606.44,67,-9082.73,8,15417.254,8,13957.82,16,-535.68,8,6963.731,520,16011465.723,8932,10680.253,8321, -9,8,F,,,0,0,5/2+,,64.49,16,S,64.49,0.16,EC+B+,100,0,,,,,,,= 1/2,4.7223,,,,-14548.746,432,-30106.39,20,-5818.69,37,2760.465,248,16799.87,8,600.27,25,7542.328,15,17002095.238,266,1951.702,248, -9,9,F,,,0,0,1+,,109.77,5,M,6586.2,3,EC+B+,100,0,,,,,,,= 0,,,,,-4444.501,589,-23698.65,57,-4415.22,46,1655.929,463,9149.91,53,5607.09,46,7631.638,26,18000937.325,497,873.113,463, -9,10,F,2.8976,25,0,0,1/2+,,STABLE,,,,,,,,,,,,,,= 1/2,,,,,-3239.494,160,-14876.38,36,-4013.8,0,-4820.302,2637,10431.87,46,7993.60,0,7779.018,0,18998403.16288,93,-1487.44420,86, -9,11,F,,,0,0,2+,,11.07,6,S,11.07,0.06,B-,100,0,,,,,,,= 1,2.0935,,-0.042,,7024.467,30,-9840.83,16,-8126.29,229,-3813.635,886,6601.34,3,10639.29,264,7720.134,2,19999981.252,31,-17.463,30, -9,12,F,,,0,0,5/2+,,4.158,20,S,4.158,0.02,B-,100,0,,,,,,,,3.93,,0.11,,5684.171,1800,-1076.99,180,-10342.6,15,-8109.64,12,8101.46,180,11132.75,200,7738.293,86,20999948.894,1932,-47.605,1800, -9,13,F,,,0,0,(4+),,4.23,4,S,4.23,0.04,B-,100,0,B-N,11,0,,,,,2.6944,,0.003,,10818.092,12399,453.83,12,-12744.71,22,-6489.66,58,5230.34,13,12557.63,17,7624.295,564,22002998.809,13310,2793.373,12399, -9,14,F,,,0,0,5/2+,,2.23,14,S,2.23,0.14,B-,100,0,,,,,,,,,,,,8439.312,33321,3238.66,33,-14995.93,37,-11336.106,126,7579.43,36,13286.74,66,7622.344,1449,23003526.874,35770,3285.263,33320, -9,15,F,,,0,0,(3+),,390,70,MS,0.39,0.07,B-,100,0,B-N,5.9,0,,,,,,,,,13496.161,97672,4627.25,98,-16646.9,126,-10955.887,192,3812.06,103,14365.82,156,7463.582,4070,24008099.37,104853,7544.515,97670, -9,16,F,,,0,0,5/2+,,80,9,MS,0.08,0.009,B-,100,0,B-N,23.1,4.5,,,,,,,,,13369.667,100721,9214.49,96,-16322.66,165,-15994.861,191,4281.67,137,14455.21,191,7336.306,3858,25012167.727,103535,11334.166,96442, -9,17,F,,,0,0,1+,,8.2,9,MS,0.0082,0.0009,B-,100,0,B-N,13.5,4,,,,,,,,,18167.762,112716,12613.06,115,-15540.84,236,-16012.162,199,756.61,147,15969.12,199,7083.24,4277,26020020.392,119377,18648.875,111199, -9,18,F,,,0,0,(5/2+),,5.0,2,MS,0.005,0.0002,B-,100,0,B-N,77,21,,,,,,,,,18399.37,400258,16897.85,390,-13695.06,573,,,1269.91,405,16499.73,423,6867.932,14438,27027322,418500,25450.279,389830, -9,19,F,,,0,0,,AP,0.046,,AS,,,,,,,,,,,,,,,,,22441.859,412748,18619.37,403,-15621,561,-18338.404,802,-220.00,50,18217,636,6614.792,14037,28036223.095,421928,33741.596,393024, -9,20,F,,,0,0,,,2.5,3,MS,0.0025,0.0003,B-N,100,80,B-,100,0,,,,,,,,,21750.385,546221,20779.13,540,-18258,727,,,1662.73,656,19219,874,6444.031,18116,29043103,564000,40150.186,525363, -9,21,F,,,0,0,,,,,,,,N,,0,,,,,,,,,,,,24832,648,21641,615,,,,,110,795,,,6233,20,30051650,640,48112,596, -9,22,F,,,0,0,,GT,260,,NS,0.00000026,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,24961,608,24791,602,,,,,40,809,,,6033,18,31060272,587,56143,546, -10,5,Ne,,,0,0,(3/2-),,0.59,,MEV,7.724e-22,0,2P,100,0,,,,,,,,,,,,,,,,,,23648.622,68,,,-962.00,77,4868.728,4446,15043172.98,71588,40215.373,66684, -10,6,Ne,,,0,0,0+,,122,37,KEV,3.7e-21,1.1e-21,P,100,0,,,,,,,= 2,,,,,,,,,-10352.75,32,13306.523,22,24299.91,70,-131.05,25,6083.177,1280,16025750.864,21986,23986.776,20480, -10,7,Ne,3.0413,88,0,0,1/2-,,109.2,6,MS,0.1092,0.0006,ECP,100,0,EC+B+,100,0,ECA,,0,= 3/2,,,,,-18672.766,1001356,,,-9039.9,10,14548.745,432,15557.65,20,1468.78,8,6640.499,21,17017713.959,380,16500.447,354, -10,8,Ne,2.9714,76,0,0,0+,,1672,8,MS,1.672,0.008,EC+B+,100,0,,,,,,,= 1,,,,,-19720.374,93882,-37926.92,1001,-5115.08,36,4444.501,588,19254.15,51,3923.06,44,7341.257,20,18005708.693,390,5317.614,363, -10,9,Ne,3.0082,40,0,0,1/2+,,17.22,2,S,17.22,0.02,EC+B+,100,0,,,,,,,= 1/2,,,,,-11177.34,10536,-31357.25,94,-3528.47,52,3239.494,16,11636.88,40,6410.03,49,7567.343,8,19001880.903,171,1752.050,160, -10,10,Ne,3.0055,21,0,0,0+,,STABLE,,,,,,,,,,,,,,= 0,,,,,-13892.535,1114,-28042.64,11,-4729.84,0,-7024.468,3,16865.30,16,12843.46,0,8032.24,0,19992440.17619,168,-7041.93055,157, -10,11,Ne,2.9695,33,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,-0.661797,,0.103,,-3547.145,90,-20653.70,111,-7347.93,4,-5684.171,18,6761.16,4,13003.28,5,7971.713,2,20993846.685,41,-5731.776,38, -10,12,Ne,2.9525,40,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2843.207,171,-13911.40,10,-9666.82,2,-10818.092,12,10364.26,4,15266.08,180,8080.465,1,21991385.109,18,-8024.719,18, -10,13,Ne,2.9104,71,0,0,5/2+,,37.24,12,S,37.24,0.12,B-,100,0,,,,,,,,-1.077,,,,4375.804,104,-8043.85,20,-10911.82,264,-8439.312,33,5200.65,10,15236.39,12,7955.256,5,22994466.9,112,-5154.049,104, -10,14,Ne,2.9007,78,0,0,0+,,3.38,2,M,202.8,1.2,B-,100,0,,,,,,,,,,,,2466.255,513,-4493.11,51,-12172.73,102,-13496.161,98,8868.91,52,16525.88,33,7993.325,21,23993610.645,550,-5951.646,513, -10,15,Ne,2.9316,88,0,0,1/2+,,602,8,MS,0.602,0.008,B-,100,0,,,,,,,,-1.0062,,,,7322.312,29070,-1688.92,29,-12522.45,31,-13369.668,101,4155.17,29,16868.99,102,7839.799,1162,24997814.799,31181,-2035.502,29045, -10,16,Ne,2.9251,100,0,0,0+,,197,2,MS,0.197,0.002,B-,100,0,B-N,0.13,0.03,,,,,,,,,7341.893,18758,1767.61,18,-11226.84,60,-18167.761,113,5554.70,34,18142.02,98,7751.91,709,26000516.496,19784,481.114,18429, -10,17,Ne,,,0,0,(3/2+),,31.5,13,MS,0.0315,0.0013,B-,100,0,B-N,2,0.5,,,,,,,,,12568.699,90847,5840.37,91,-9995.38,152,-18399.37,400,1501.52,93,18886.94,144,7520.414,3362,27007569.462,97445,7050.909,90770, -10,18,Ne,2.9642,134,0,0,0+,,20,1,MS,0.02,0.001,B-,100,0,B-N,12,1,B-2N,3.7,0.5,,,,,,12288.052,126483,8746.21,126,-9625.58,208,-22441.859,413,3822.49,155,21439.51,410,7388.346,4502,28012130.767,135339,11299.737,126068, -10,19,Ne,,,0,0,(3/2+),,15,3,MS,0.015,0.003,B-,100,0,B-N,28,5,B-2N,4,1,,,,,,15719.807,149685,11316.80,150,-11354.14,223,-21750.385,546,971.25,196,22630.77,421,7167.067,5155,29019753,160500,18399.801,149505, -10,20,Ne,,,0,0,0+,,7.3,3,MS,0.0073,0.0003,B-,100,0,B-N,13,4,B-2N,8.9,2.3,,,,,,14805.448,253295,12528.81,253,-13805.83,302,-24831.883,648,3191.00,294,24159.04,583,7034.531,8442,30024992.235,271875,23280.117,253250, -10,21,Ne,,,0,0,(3/2-),,3.4,8,MS,0.0034,0.0008,B-,100,0,B-2N,,0,B-N,,0,,,,,,18935.559,266562,14635.60,266,-15913,567,-24961.409,607,169.84,127,24219,653,6813.09,8587,31033474.816,285772,31181.591,266195, -10,22,Ne,,,0,0,0+,,3.5,9,MS,0.0035,0.0009,B-,100,0,B-N,,0,,,,,,,,,18359,504,16682,503,-17506,861,,,2254,569,26433,743,6671,16,32039720,540,36999,503, -10,23,Ne,,,0,0,,LT,180,,NS,0.00000018,0,N,,0,,,,,,,,,,,,22217,747,19286,597,,,,,-927,780,,,6440,18,33049380,640,45997,596, -10,24,Ne,,,0,0,0+,GT,60,,NS,0.00000006,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,21161,789,20990,682,,,,,1227,786,,,6287,15,34056728,551,52842,513, -11,7,NA,,,0,0,(1)-,LT,0.2,,MEV,2.2785e-21,,P,100,0,,,,,,,,,,,,,,,,-9351.33,102,19720.374,94,18206.54,1006,-1248.57,94,6202.217,5216,18026879.386,100785,25037.988,93881, -11,8,NA,,,0,0,(5/2+),LT,40,,KEV,1.14e-20,,P,100,0,,,,,,,,,,,,-18898.998,51099,,,-6062.28,18,11177.34,11,20179.91,94,-322.81,11,6937.885,554,19013880.272,11309,12929.390,10535, -11,9,Na,2.9718,420,0,0,2+,,447.9,23,MS,0.4479,0.0023,EC,100,0,ECA,20.05,0.2,,,,= 1,0.3694,,,,-10627.088,2171,-33049.10,50,-6254.56,8,13892.535,1114,14150.10,11,2190.42,112,7298.496,56,20007354.426,1195,6850.604,1114, -11,10,Na,3.0136,284,0,0,3/2+,,22.49,4,S,22.49,0.04,EC+B+,100,0,,,,,,,,2.3863,,0.124,,-13088.48,761,-27733.64,187,-6561.25,27,3547.145,105,17106.55,112,2431.67,10,7765.547,5,20997654.702,105,-2184.631,98, -11,11,Na,2.9852,168,0,0,3+,,2.6018,22,Y,82106563.68,69426.72,EC+B+,100,0,,,,,,,,1.746,,0.18,,-4781.578,321,-24156.68,77,-8479.54,49,2843.208,172,11068.20,20,6738.71,18,7915.667,8,21994437.418,183,-5181.511,171, -11,12,Na,2.9936,21,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,2.21752,,0.1006,,-4056.34,158,-17201.24,31,-10467.32,0,-4375.803,104,12419.66,17,8794.10,2,8111.493,0,22989769.28199,194,-9529.85248,181, -11,13,Na,2.9735,168,0,0,4+,,14.997,12,H,53989.2,43.2,B-,100,0,,,,,,,,1.6903,,,,5515.669,21,-11015.71,16,-10825.35,3,-2466.255,513,6959.37,2,10552.82,11,8063.488,1,23990963.011,17,-8417.901,17, -11,14,Na,2.9769,252,0,0,5/2+,,59.1,6,S,59.1,0.6,B-,100,0,,,,,,,,3.683,,-0.1,,3834.969,1201,-3495.56,120,-11735.12,216,-7322.311,29,9011.23,120,10695.14,130,8101.397,48,24989953.973,1288,-9357.813,1200, -11,15,Na,2.9928,331,0,0,3+,,1.07128,25,S,1.07128,0.00025,B-,100,0,,,,,,,,2.851,,-0.0053,,9353.763,3502,-1739.31,4,-12079.07,13,-7341.894,19,5574.28,4,12114.25,29,8004.201,135,25992634.649,3759,-6860.780,3502, -11,16,Na,3.0136,467,0,0,5/2+,,301,6,MS,0.301,0.006,B-,100,0,B-N,0.13,0.04,,,,,3.895,,-0.007,,9068.821,3727,2625.44,4,-11227.97,34,-12568.699,91,6728.33,5,13287.87,19,7956.946,138,26994076.408,4000,-5517.790,3726, -11,17,Na,3.0400,581,0,0,1+,,30.5,4,MS,0.0305,0.0004,B-,100,0,B-N,0.58,0.12,,,,,2.42,,0.0395,,14030.529,10440,5526.98,10,-10957.75,98,-12288.052,126,3541.84,11,15328.19,91,7799.264,366,27998939,11000,-988.315,10246, -11,18,Na,3.0922,723,0,0,3/2+,,44.1,9,MS,0.0441,0.0009,B-,100,0,B-N,21.5,3,,,,,2.449,,0.086,,13282.824,13557,9627.52,8,-11079.09,97,-15719.807,150,4403.01,13,15908.71,126,7682.151,253,29002877.092,7876,2679.994,7337, -11,19,Na,3.1180,884,0,0,2+,,48,2,MS,0.048,0.002,B-,100,0,B-N,30,4,B-2N,1.15,0.25,,2.069,,0.15,,17358.49,5850,11006.18,12,-12599.12,111,-14805.447,253,2276.64,9,17214.10,150,7501.968,158,30009097.932,5074,8474.670,4727, -11,20,Na,3.1704,893,0,0,3/2(+),,17.35,40,MS,0.01735,0.0004,B-,100,0,B-N,37.3,5.4,B-2N,0.87,0.24,,2.298,,,,15368.182,14307,13058.53,14,-15629.16,390,-18935.56,267,4299.96,15,18323.06,254,7398.677,451,31013146.656,15000,12246.031,13972, -11,21,Na,,,0,0,(3- 4-),,13.2,4,MS,0.0132,0.0004,B-,100,0,B-N,24,7,B-2N,8.3,2.1,,,,,,19469.051,37402,13690.98,37,-17526.36,395,-18358.849,504,1677.20,40,19830.41,269,7219.881,1164,32020011.026,40000,18640.151,37260, -11,22,Na,,,0,0,(3/2+),,8.0,4,MS,0.008,0.0004,B-,100,0,B-N,47,6,B-2N,13,3,,,,,,18817.813,449921,16537.69,450,-18794.99,692,-22216.89,747,2931.36,451,20508,675,7089.926,13634,33025529,483000,23780.110,449912, -11,23,Na,,,0,0,,,5.5,10,MS,0.0055,0.001,B-,100,0,B-2N,50,0,B-N,15,0,,,,,,23356.764,600112,18646.50,599,-18856,845,-21161.889,789,171.32,749,21606,845,6886.437,17630,34034010,643500,31680.111,599416, -11,24,Na,,,0,0,,,1.5,5,MS,0.0015,0.0005,B-,100,0,B-N,,0,,,,,,,,,22592,723,21837,671,-20336,865,,,1520,300,21899,844,6733,19,35041043,720,38231,670, -11,25,Na,,,0,0,,LT,180,,NS,0.00000018,0,N,,0,,,,,,,,,,,,25923,967,22592,729,,,,,0,100,,,6546,19,36049708,728,46303,678, -11,26,Na,,,0,0,,GT,60,,NS,0.00000006,5e15,B-N,,0,B-,,0,,,,,,,,,25323,980,25083,974,,,,,840,180,,,6392,19,37057471,737,53534,687, -12,7,MG,,,0,0,1/2-,,1.14E-4,,EV,0.0000000000039973684,0,2P,100,0,,,,,,,,,,,,,,,,-10811.9,83,18898.999,51,,,498.57,106,5902.025,2632,19034169.182,53678,31828.389,50001, -12,8,Mg,,,0,0,0+,,93,5,MS,0.093,0.005,B+,100,,B+P,30.3,1.2,,,,,,,,,,,,,-8934,21,10627.088,2171,22422.01,50,2740.67,11,6728.025,93,20018763.075,2000,17477.692,1863, -12,9,Mg,,0,0,0,5/2+,,122,3,MS,0.122,0.003,EC+B+,100,0,B+P,32.6,1,B+A,0.5,0,,-0.983,,,,-16086,596,,,-8021.51,83,13088.481,761,14645.16,200,3235.73,135,7105.031,36,21011705.764,810,10903.850,755, -12,10,Mg,,0,0,0,0+,,3.8755,12,S,3.8755,0.0012,EC+B+,100,0,,,,,,,,,,,,-18601,401,-35461,596,-8142.46,48,4781.578,357,19375.10,82,5504.27,33,7662.761,14,21999570.654,335,-399.933,313, -12,11,Mg,,0,0,0,3/2+,,11.317,11,S,11.317,0.011,EC+B+,100,0,,,,,,,,,,,,-12221.583,379,-31746,401,-9650.48,23,4056.339,158,13144.90,35,7580.97,23,7901.115,7,22994123.941,170,-5473.513,158, -12,12,Mg,3.0570,16,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-13884.704,233,-28752.96,34,-9316.55,1,-5515.668,21,16531.37,16,11692.69,1,8260.709,1,23985041.697,14,-13933.569,13, -12,13,Mg,3.0284,22,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-0.85545,,0.201,,-4276.808,45,-21215.23,24,-9885.92,6,-3834.97,120,7330.53,5,12063.85,5,8223.502,2,24985836.964,50,-13192.783,47, -12,14,Mg,3.0337,18,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4004.391,63,-15369.88,6,-10614.74,3,-9353.762,4,11093.08,4,14145.70,120,8333.87,1,25982592.971,32,-16214.542,30, -12,15,Mg,,0,0,0,1/2+,,9.458,12,M,567.48,0.72,B-,100,0,,,,,,,,-0.04107,,,,2610.251,69,-10447.78,8,-11857.48,12,-9068.821,4,6443.39,4,15014.80,4,8263.852,2,26984340.628,53,-14586.611,50, -12,16,Mg,,0,0,0,0+,,20.915,9,H,75294,32.4,B-,100,0,,,,,,,,,,,,1831.8,2000,-5893.30,200,-11492.11,206,-14030.53,10,8503.55,200,16790.03,4,8272.413,71,27983876.606,2148,-15018.845,2001, -12,17,Mg,,0,0,0,3/2+,,1.30,12,S,1.3,0.12,B-,100,0,,,,,,,,0.978,,,,7604.931,11405,-1823.50,11,-10992.24,31,-13282.823,14,3655.30,12,16903.48,15,8113.202,393,28988617.393,12238,-10602.829,11400, -12,18,Mg,,0,0,0,0+,,335,17,MS,0.335,0.017,B-,100,0,,,,,,,,,,,,6981.024,4496,1252.62,3,-11789.85,19,-17358.49,6,6352.31,12,18852.79,8,8054.506,115,29990462.826,3700,-8883.820,3447, -12,19,Mg,,0,0,0,1/2(+),,236,20,MS,0.236,0.02,B-,100,0,B-N,6.2,1.9,,,,,-0.88355,,,,11828.555,3801,4671.38,4,-12597.98,91,-15368.182,14,2309.65,5,18885.79,6,7869.188,99,30996648.232,3300,-3122.151,3074, -12,20,Mg,,0,0,0,0+,,86,5,MS,0.086,0.005,B-,100,0,B-N,5.5,0.5,,,,,,,,,10270.467,7879,6050.49,4,-14553.55,126,-19469.051,37,5778.07,4,20363.90,14,7803.84,102,31999110.139,3500,-828.900,3260, -12,21,Mg,,,0,0,3/2-,,90.5,16,MS,0.0905,0.0016,B-,100,0,B-N,14,2,,,,,-0.7456,,,,13459.677,7559,7990.35,8,-15862.42,150,-18817.813,450,2280.12,4,20966.82,37,7636.455,88,33005327.245,3100,4962.297,2888, -12,22,Mg,,,0,0,0+,,20,10,MS,0.02,0.01,B-,100,0,B-N,,0,,,,,,,,,11323.637,29039,8749.41,30,-17381.69,255,-23356.763,600,4710.27,29,22745.73,451,7550.39,849,34008935.481,31000,8323.348,28876, -12,23,Mg,,,0,0,(5/2-),,70,40,MS,0.07,0.04,B-,100,0,B-N,52,46,,,,,,,,,15863.512,269768,10568.76,270,-17966.72,379,-22591.216,722,754.88,271,23329.30,657,7356.233,7705,35016790,289500,15639.784,269668, -12,24,Mg,,,0,0,0+,,3.9,13,MS,0.0039,0.0013,B-,100,0,B-N,,0,,,,,,,,,14429.774,706243,12532.57,690,-19044,854,-25922.843,968,3330.94,741,25140,962,7244.419,19173,36021879,741000,20380.157,690237, -12,25,Mg,,,0,0,,,8,4,MS,0.008,0.004,N,,0,B-N,,0,B-,,0,,,,,,18401.911,721814,14189.77,715,-20211,919,-25322.526,980,240.00,110,25380,974,7055.111,18890,37030286.265,750350,28211.474,698947, -12,26,Mg,,,0,0,0+,GT,260,,NS,0.00000026,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,17864,627,16193,534,-21192,718,,,2209,861,26749,851,6928,13,38036580,540,34074,503, -12,27,Mg,,,0,0,,LT,180,,NS,0.00000018,0,N,,0,,,,,,,,,,,,21625,650,17994,635,,,,,-130,100,,,6747,13,39045384,551,42275,513, -12,28,Mg,,,0,0,0+,GT,170,,NS,0.00000017,5e15,B-N,,0,B-,,0,,,,,,,,,20760,640,19629,640,,,,,1997,716,,,6628,13,40051906,537,48350,500, -13,8,Al,,,0,0,(5/2+),LT,35,,NS,0.000000035,0,P,,0,,,,,,,,,,,,,,,,-10608,1165,16086.15,596,,,-2223,596,6302,28,21028975,640,26990,596, -13,9,Al,,,0,0,(4)+,,91.1,5,MS,0.0911,0.0005,EC+B+,100,0,B+P,55,3,B+2P,1.1,0.1,,,,,,-15137,643,,,-9262,411,18600.933,401,16860,718,-9,401,6782,18,22019540,430,18201,401, -13,10,Al,,,0,0,5/2+,,470,30,MS,0.47,0.03,EC+B+,100,0,B+P,0.46,0.23,,,,,,,,,-16949,503,-34661,503,-8606.24,11,12221.583,379,19525,401,140.97,47,7335.727,15,23007244.351,370,6748.070,345, -13,11,Al,,,0,0,4+,,2.053,4,S,2.053,0.004,EC+B+,100,0,B+A,0.035,0.006,B+P,0.0016,0.0003,,,,,,-10794.06,19473,-31817,503,-9324.38,113,13884.704,233,14868.25,42,1864.32,28,7649.582,10,23999947.541,250,-48.865,233, -13,12,Al,,,0,0,5/2+,,7.183,12,S,7.183,0.012,EC+B+,100,0,,,,,,,,3.6455,,,,-12743.299,10000,-27732.49,19,-9156.26,12,4276.808,8,16938.43,24,2271.38,7,8021.136,3,24990428.306,69,-8915.975,65, -13,13,Al,,,0,0,5+,,7.17E+5,24,Y,22626799200000,757382400000,EC+B+,100,0,,,,,,,= 0,2.804,,0.27,,-5069.136,85,-24108.79,10,-9453.56,18,4004.391,73,11365.49,7,6306.34,6,8149.765,3,25986891.863,71,-12210.151,67, -13,14,Al,3.0610,31,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,3.6415069,,0.1466,,-4812.359,96,-18127.16,12,-10091.92,5,-2610.25,6,13058.03,8,8271.29,6,8331.553,2,26981538.408,50,-17196.861,47, -13,15,Al,,,0,0,3+,,2.245,2,M,134.7,0.12,B-,100,0,,,,,,,,3.242,,0.175,,4642.15,77,-12537.46,11,-10857.66,8,-1831.8,20,7725.10,6,9553.00,9,8309.894,3,27981910.087,83,-16850.645,77, -13,16,Al,,,0,0,5/2+,,6.56,6,M,393.6,3.6,B-,100,0,,,,,,,,,,,,3687.318,345,-4786.28,34,-11274.86,125,-7604.931,11,9428.43,35,10477.89,202,8348.464,12,28980453.164,370,-18207.760,345, -13,17,Al,,,0,0,3+,,3.62,6,S,3.62,0.06,B-,100,0,,,,,,,,3.01,,,,8568.116,2888,-2041.08,289,-11428.98,5,-6981.024,4,5728.40,291,12550.99,12,8261.128,96,29982968.388,3100,-15864.844,2888, -13,18,Al,,,0,0,5/2(+),,644,25,MS,0.644,0.025,B-,100,0,B-N,1.6,0,,,,,3.828,,0.134,,7998.33,2236,1410.94,224,-11857.83,4,-11828.555,4,7157.18,4,13355.86,4,8225.517,72,30983949.756,2400,-14950.706,2236, -13,19,Al,,,0,0,1+,,33.0,2,MS,0.033,0.0002,B-,100,0,B-N,0.7,0.5,,,,,1.959,,0.024,,12978.319,7179,3778.35,7,-12535.97,13,-10270.467,8,4219.98,8,15266.19,8,8100.344,224,31988084.339,7700,-11099.367,7173, -13,20,Al,,,0,0,(5/2)+,,41.7,2,MS,0.0417,0.0002,B-,100,0,B-N,8.5,0.7,,,,,4.088,,0.13,,12016.945,7021,7508.99,7,-13602.29,10,-13459.677,8,5469.33,10,14957.45,8,8020.616,212,32990877.687,7500,-8497.380,6986, -13,21,Al,,,0,0,(4-),,56.3,5,MS,0.0563,0.0005,B-,100,0,B-N,26,4,,,,,2.156,,,,16956.563,14448,9442.72,3,-13899.87,6,-11323.637,29,2574.23,8,15251.56,4,7860.428,90,33996779.057,3300,-3000.289,3074, -13,22,Al,,,0,0,(5/2+),,37.2,8,MS,0.0372,0.0008,B-,100,0,B-N,38,2,,,,,,,,,14167.729,36605,11661.81,16,-14894.68,16,-15863.512,270,5294.76,8,15836.05,30,7787.124,210,34999759.817,7900,-223.728,7359, -13,23,Al,,,0,0,,,90,40,MS,0.09,0.04,B-,100,0,B-N,31,0,,,,,,,,,18386.508,165851,12270.52,154,-15114.68,154,-14429.773,706,1897.21,150,16978.37,308,7623.515,4153,36006388,160500,5950.384,149505, -13,24,Al,,,0,0,,,10.7,13,MS,0.0107,0.0013,B-,100,0,B-N,,0,,,,,,,,,16381.075,213168,14174.37,194,-16395.46,485,-18401.911,722,4212.14,234,17859.56,713,7531.315,4871,37010531,193500,9809.563,180244, -13,25,Al,,,0,0,,,7.6,6,MS,0.0076,0.0006,B-N,,0,B-,,0,,,,,,,,,20380.157,388847,14710.05,391,-17895.17,707,-17864.141,627,1671.02,416,19290.59,793,7377.097,9854,38017402,402000,16209.859,374461, -13,26,Al,,,0,0,,,7.6,16,MS,0.0076,0.0016,B-N,,0,B-,,0,,,,,,,,,18330,422,16749,413,-20006,780,-21625.0,651,3631,548,20713,642,7281,10,39022169,429,20650,400, -13,27,Al,,,0,0,,GT,260,,NS,0.00000026,5e15,B-N,,0,B-,,0,,,,,,,,,22160,528,17198,422,-21138,787,-20760.0,640,1132,565,21974,650,7127,10,40029619,429,27590,400, -13,28,Al,,,0,0,,,,,,,,B-,100,0,B-N,,0,,,,,,,,,21300,747,19919,608,-22539,850,,,2241,640,22219,707,7008,12,41035878,537,33420,500, -13,29,Al,,,0,0,,GT,170,,NS,0.00000017,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,23630,781,19909,817,,,,,1392,781,,,6874,14,42043049,644,40100,600, -13,30,AL,,,0,0,,GT,170,,NS,0.00000017,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,23919,998,22479,944,,,,,1151,1000,,,6741,19,43050478,859,47020,800, -14,8,Si,,,0,0,0+,,29,2,MS,0.029,0.002,EC+B+,100,0,B+P,32,4,,,,,,,,,,,,,,,15137.0,643,,,941,780,6058,23,22035790,540,33338,503, -14,9,Si,,,0,0,(5/2)+,,42.3,4,MS,0.0423,0.0004,EC+B+,100,0,ECP,71,3,EC2P,3.6,0.4,,,,,,,,,,-10556,505,16948.93,503,17712,711,1793,643,6565,22,23025440,540,23697,503, -14,10,Si,,,0,0,0+,,140,8,MS,0.14,0.008,EC+B+,100,0,B+P,38,4,,,,,,,,,-22574,503,,,-9157.41,20,10794.06,19,21023,503,3291.85,19,7167.232,811,24011535.441,20904,10745.195,19472, -14,11,Si,,,0,0,5/2+,,220,3,MS,0.22,0.003,EC+B+,100,0,B+P,35,2,,,,,,,,,-15911,401,-37564,503,-9501.44,10,12743.299,10,14989.19,22,3412.78,10,7480.11,400,25004108.801,10735,3827.324,10000, -14,12,Si,,,0,0,0+,,2.2453,7,S,2.2453,0.0007,EC+B+,100,0,,,,,,,= 1,,,,,-18114,196,-34951,401,-9166,33,5069.136,127,19039.66,10,5514.01,11,7924.708,4,25992333.804,115,-7141.015,108, -14,13,Si,,,0,0,5/2+,,4.15,4,S,4.15,0.04,EC+B+,100,0,,,,,,,,0.8654,,0.063,,-11662.044,26340,-31429,196,-9335.91,19,4812.358,117,13314.80,15,7463.32,13,8124.341,4,26986704.688,115,-12384.503,107, -14,14,Si,3.1224,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-14345.055,1152,-28841.65,26,-9984.14,1,-4642.149,77,17179.61,11,11584.90,5,8447.744,0,27976926.53499,51,-21492.79430,49, -14,15,Si,3.1176,52,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-0.55529,,,,-4942.23,359,-22818.66,114,-11127.21,5,-3687.318,345,8473.60,0,12333.40,8,8448.635,0,28976494.66525,59,-21895.07838,55, -14,16,Si,3.1336,40,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4232.106,61,-15551.43,36,-10643.33,4,-8568.116,2888,10609.20,2,13514.17,35,8520.654,1,29973770.136,23,-24432.960,22, -14,17,Si,,,0,0,3/2+,,157.36,26,M,9441.6,15.6,B-,100,0,,,,,,,,,,,,1491.505,43,-10819.50,7,-10787.34,7,-7998.33,223,6587.39,4,14373.16,289,8458.291,1,30975363.194,46,-22949.036,43, -14,18,Si,,,0,0,0+,,153,19,Y,4828312800,599594400,B-,100,0,,,,,,,,,,,,227.188,301,-7708.46,30,-11483.76,202,-12978.319,7,9199.97,30,16415.95,225,8481.468,9,31974151.539,320,-24077.686,298, -14,19,Si,,,0,0,3/2+,,6.11,21,S,6.11,0.21,B-,100,0,,,,,,,,1.21,,,,5823.021,1295,-4280.77,70,-12336.41,11,-12016.945,7,4507.96,76,16703.93,7,8361.059,21,32977976.964,750,-20514.325,699, -14,20,Si,,,0,0,0+,,2.77,20,S,2.77,0.2,B-,100,0,,,,,,,,,,,,4591.847,14141,-1690.82,14,-13497.95,15,-16956.563,14,7513.84,14,18748.44,16,8336.141,415,33978575.437,15155,-19956.852,14118, -14,21,Si,,,0,0,(7/2)-,,0.78,12,S,0.78,0.12,B-,100,0,B-N,5,0,,,,,-1.638,,,,10466.342,35905,2085.92,36,-13694.22,36,-14167.729,37,2505.92,39,18680.14,36,8169.563,1024,34984550.134,38494,-14391.457,35857, -14,22,Si,,,0,0,0+,,0.45,6,S,0.45,0.06,B-,100,0,B-N,10,0,,,,,,,,,7814.911,72985,4350.36,72,-14032.14,72,-18386.508,166,6115.98,80,19501.37,72,8112.519,1994,35986649.271,77077,-12436.124,71797, -14,23,Si,,,0,0,(5/2-),,90,60,MS,0.09,0.06,B-,100,0,B-N,17,13,B-2N,,0,,,,,,12424.486,119969,5608.21,115,-13958.72,114,-16381.074,213,2206.70,135,19810.87,188,7952.903,3076,36992945.191,122179,-6571.511,113809, -14,24,Si,,,0,0,0+,GT,1,,US,0.000001,5e18,B-N,,0,B-,,0,,,,,,,,,10451.265,127474,6754.38,111,-14918.56,109,-20380.158,389,5670.10,155,21268.83,208,7892.829,2758,37995523,112500,-4170.299,104793, -14,25,Si,,,0,0,(5/2-),,47.5,20,MS,0.0475,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,15094.986,176232,8870.60,154,-15744.35,302,-18329.648,422,1580.67,171,21178.48,398,7730.979,3475,39002491,145500,2320.352,135532, -14,26,Si,,,0,0,0+,,33.0,10,MS,0.033,0.001,B-N,,0,B-,,0,,,,,,,,,13544.049,377749,10133.00,363,-17375.39,772,-22160.321,528,4961.99,371,22510,528,7661.754,8628,40005829,370500,5429.679,345119, -14,27,Si,,,0,0,,,20.0,25,MS,0.02,0.0025,B-,100,0,B-N,0,0,,,,,,,,,17099.435,567571,12162.72,576,-18516.72,892,-21300.332,747,1381.33,653,22759,684,7508.573,13529,41013011,595500,12119.668,554705, -14,28,Si,,,0,0,0+,,12.5,35,MS,0.0125,0.0035,B-,100,0,B-2N,,0,B-N,,0,,,,,,15460,591,13378,514,-20029,709,-23630.0,781,3721,747,24239,707,7418,12,42017681,537,16470,500, -14,29,Si,,,0,0,,GT,60,,NS,0.00000006,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,18421,814,14020,674,-21599,786,-23919.0,998,1440,778,24288,846,7279,14,43024800,640,23101,596, -14,30,Si,,,0,0,0+,GT,360,,NS,0.00000036,5e15,B-,100,0,B-N,,0,,,,,,,,,18063,778,15762,814,-22262,778,,,2659,843,25796,998,7174,14,44030610,640,28513,596, -15,10,P,,,0,0,(1/2+),LT,30,,NS,0.00000003,0,P,100,0,,,,,,,,,,,,,,,,-9677,718,15910.676,401,21652,643,-1704,401,6812,16,25021190,430,19738,401, -15,11,P,,,0,0,(3)+,,43.7,6,MS,0.0437,0.0006,EC+B+,100,0,ECP,36.8,2,EC2P,2.16,0.24,= 2,,,,,-16106,627,,,-9653,446,18114.015,196,16837,446,143,196,7198,8,26011780,210,10973,196, -15,12,P,,,0,0,1/2+,,260,80,MS,0.26,0.08,EC+B+,100,0,B+P,0.07,0,,,,,,,,,-17750,400,-35872,597,-9895.44,26,11662.045,26,19767,197,870.41,26,7663.438,976,26999224.409,28277,-722.458,26340, -15,13,P,,,0,0,3+,,270.3,5,MS,0.2703,0.0005,EC+B+,100,0,ECP,0.0013,0.0004,ECA,0.00086,0.00025,,0.3115,,,,-11220.945,160004,-32247,401,-9523.79,118,14345.054,1152,14496.60,26,2052.21,115,7907.479,41,27992326.585,1236,-7147.740,1152, -15,14,P,,,0,0,1/2+,,4.142,15,S,4.142,0.015,EC+B+,100,0,,,,,,,,1.2346,,,,-13796.432,50001,-29097.37,160,-10461.79,36,4942.23,35,17876.43,121,2749.02,36,8251.236,12,28981800.368,385,-16952.848,359, -15,15,P,,,0,0,1+,,2.498,4,M,149.88,0.24,EC+B+,100,0,,,,,,,,,,,,-6141.601,196,-25115.76,50,-10415.62,9,4232.106,69,11319.32,36,5594.75,7,8353.506,2,29978313.489,69,-20200.854,65, -15,16,P,3.1889,19,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,1.130903,,,,-5398.016,229,-18452.60,21,-9668.6,5,-1491.505,43,12311.00,7,7296.55,2,8481.167,0,30973761.99863,72,-24440.54095,67, -15,17,P,,,0,0,1+,,14.268,5,D,1232755.2,432,B-,100,0,,,,,,,,-0.2524,,,,1710.66,40,-13333.67,23,-9879.14,9,-227.188,301,7935.65,4,8644.81,6,8464.12,1,31973907.643,42,-24304.874,40, -15,18,P,,,0,0,1/2+,,25.35,11,D,2190240,9504,B-,100,0,,,,,,,,,,,,248.508,1090,-8393.13,109,-10554.5,113,-5823.021,1295,10103.79,109,9548.63,112,8513.806,33,32971725.694,1170,-26337.346,1090, -15,19,P,,,0,0,1+,,12.43,10,S,12.43,0.1,B-,100,0,,,,,,,,,,,,5382.987,812,-6034.16,81,-11108.77,3,-4591.846,14,6282.67,136,11323.34,107,8448.185,24,33973645.887,870,-24548.698,810, -15,20,P,,,0,0,1/2+,,47.3,8,S,47.3,0.8,B-,100,0,,,,,,,,,,,,3988.407,1867,-2997.43,187,-12332.01,291,-10466.342,36,8380.42,202,12189.92,14,8446.249,53,34973314.053,2003,-24857.799,1866, -15,21,P,,,0,0,4-,,5.6,3,S,5.6,0.3,B-,100,0,,,,,,,,,,,,10413.096,13112,523.85,13,-11576.58,15,-7814.91,73,3464.55,13,13148.55,38,8307.868,364,35978259.619,14078,-20251.034,13114, -15,22,P,,,0,0,(1/2+),,2.31,13,S,2.31,0.13,B-,100,0,,,,,,,,,,,,7900.419,37947,3596.82,38,-12923.53,39,-12424.487,120,6816.28,40,13848.84,81,8267.555,1026,36979606.956,40738,-18995.998,37948, -15,23,P,,,0,0,(0-:4-),,0.64,14,S,0.64,0.14,B-,100,0,B-N,12,5,,,,,,,,,12239.64,72934,4203.54,73,-14046.19,73,-10451.264,127,3696.88,82,15339.02,135,8147.274,1910,37984303.105,77918,-14621.563,72581, -15,24,P,,,0,0,(1/2+),,0.28,4,S,0.28,0.04,B-,100,0,B-N,26,8,,,,,,,,,10388.033,123243,6015.25,113,-14975.82,113,-15094.986,176,6224.39,134,15893.31,154,8097.969,2888,38986285.865,120929,-12774.634,112645, -15,25,P,,,0,0,(2- 3-),,150,8,MS,0.15,0.008,B-,100,0,B-N,15.8,2.1,,,,,,,,,14723.476,153633,6976.98,162,-16489.67,214,-13544.049,378,3411.05,190,17723.69,205,7980.796,3840,39991288.865,164876,-8114.370,153582, -15,26,P,,,0,0,,,101,5,MS,0.101,0.005,B-,100,0,B-N,30,10,,,,,,,,,14028.81,120233,9786.76,120,-17214.25,217,-17099.435,568,4936.71,195,17698.42,365,7906.551,2931,40994654,129000,-4979.767,120163, -15,27,P,,,0,0,,,48.5,15,MS,0.0485,0.0015,B-,100,0,B-N,50,20,B-2N,,0,,,,,,18647.485,314392,11947.00,314,-17625.03,489,-15460.26,591,2081.81,337,18398.90,638,7767.866,7485,42001084,337500,1009.740,314379, -15,28,P,,,0,0,1/2+,,36.5,15,MS,0.0365,0.0015,B-N,100,0,B-,100,0,B-2N,,0,,,,,,16875.285,554727,14246.25,555,-18395,684,-18421.174,814,4401.23,638,19079,747,7689.572,12900,43005024,595500,4679.826,554705, -15,29,P,,,0,0,,,18.5,25,MS,0.0185,0.0025,B-,,0,B-N,,0,,,,,,,,,19655,500,14575,500,-19564,640,-18063.0,778,2301,747,19940,778,7567,11,44011219,537,10450,500, -15,30,P,,,0,0,,GT,200,,NS,0.0000002,5e15,B-,,0,,,,,,,,,,,,19589,1150,16733,500,-20245,707,,,2922,707,20202,778,7464,11,45016747,537,15600,500, -15,31,P,,,0,0,,,,,,,,B-,100,0,,,,,,,,,,,,22630,860,18888,1250,-19555,922,,,701,860,21809,989,7317,15,46024659,751,22970,700, -16,10,S,,,0,0,0+,LT,79,,NS,0.000000079,0,P,,0,,,,,,,,,,,,,,,,-8685,780,16106.0,627,,,-51,718,6548,23,26029070,640,27079,596, -16,11,S,,,0,0,(5/2+),,15.5,15,MS,0.0155,0.0015,EC+B+,100,0,B+P,2.3,0.9,B+2P,1.1,0.5,,,,,,,,,,-9095,643,17750.458,402,18122,718,1234,446,6977,15,27018280,430,17028,401, -16,12,S,,,0,0,0+,,125,10,MS,0.125,0.01,EC+B+,100,0,ECP,20.7,2,,,,,,,,,-23443,617,,,-9096.9,161,11220.946,160,21026,432,2493.31,162,7478.79,5714,28004372.766,171767,4073.206,160000, -16,13,S,,,0,0,(5/2+),,188,4,MS,0.188,0.004,EC+B+,100,0,ECP,47,5,,,,,,,,,-16318.592,195192,-38744,598,-9408.65,51,13796.432,50,15300.94,168,3297.65,50,7748.52,1724,28996611.448,53677,-3156.416,50000, -16,14,S,,,0,0,0+,,1.178,5,S,1.178,0.005,EC+B+,100,0,,,,,,,,,,,,-18502,196,-35292.75,189,-9343.15,23,6141.601,216,18974.15,50,4395.38,41,8122.707,7,29984906.769,221,-14059.253,206, -16,15,S,,,0,0,1/2+,,2.5534,18,S,2.5534,0.0018,EC+B+,100,0,,,,,,,,0.48793,,,,-12007.974,3454,-31557,196,-9082.94,25,5398.016,229,13054.59,31,6130.64,24,8281.8,7,30979557.007,246,-19042.525,229, -16,16,S,3.2611,18,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-12680.86,562,-27052.30,3,-6947.65,0,-1710.66,4,15044.33,23,8863.96,0,8493.129,0,31972071.17443,141,-26015.53355,132, -16,17,S,,,0,0,3/2+,,STABLE,,,,,,,,,,,,,,= 1/2,0.6438212,,-0.084,,-5582.517,391,-21322.50,56,-7115.69,0,-248.508,109,8641.64,0,9569.95,4,8497.63,0,32971458.90985,145,-26585.85434,135, -16,18,S,3.2847,21,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5491.603,38,-16999.67,39,-7923.64,5,-5382.987,811,11417.15,4,10883.31,109,8583.498,1,33967867.012,47,-29931.685,45, -16,19,S,,,0,0,3/2+,,87.37,4,D,7548768,3456,B-,100,0,,,,,,,,1,,0.0471,,167.322,26,-12477.44,5,-8322.09,6,-3988.407,1866,6985.84,4,11586.48,81,8537.85,1,34969032.322,43,-28846.206,40, -16,20,S,3.2985,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1142.126,189,-9721.92,19,-9011.36,35,-10413.097,13,9889.24,19,13095.30,186,8575.389,5,35967080.699,201,-30664.131,188, -16,21,S,,,0,0,7/2-,,5.05,2,M,303,1.2,B-,100,0,,,,,,,,,,,,4865.121,196,-5445.73,20,-8807.01,73,-7900.419,38,4303.60,6,13934.35,13,8459.935,5,36971125.507,212,-26896.417,198, -16,22,S,,,0,0,0+,,170.3,7,M,10218,42,B-,100,0,,,,,,,,,,,,2936.9,7171,-3170.98,7,-9329.27,16,-12239.64,73,8036.10,7,15154.18,39,8448.782,189,37971163.31,7699,-26861.203,7172, -16,23,S,,,0,0,(7/2)-,,11.5,5,S,11.5,0.5,B-,100,0,,,,,,,,,,,,6637.538,50030,-1435.88,50,-11196.13,62,-10388.033,123,4372.78,51,15830.07,88,8344.269,1282,38975133.852,53677,-23162.667,50000, -16,24,S,,,0,0,0+,,8.8,22,S,8.8,2.2,B-,100,0,,,,,,,,,,,,4719.967,32311,-1108.96,4,-12826.64,72,-14723.476,154,7746.50,50,17352.18,113,8329.325,100,39975482.562,4274,-22837.846,3982, -16,25,S,,,0,0,,,1.99,5,S,1.99,0.05,B-,100,0,B-N,,0,,,,,,,,,8298.611,68846,477.92,32,-14861.98,114,-14028.81,120,4242.05,6,18183.18,154,8229.635,100,40979593.451,4400,-19008.577,4099, -16,26,S,,,0,0,0+,,1.016,15,S,1.016,0.015,B-,100,0,B-N,4,0,,,,,,,,,7194.021,59681,1598.13,69,-15892.36,105,-18647.486,314,6700.49,5,19946.95,120,8193.227,67,41981065.1,3000,-17637.746,2794, -16,27,S,,,0,0,(3/2-),,265,15,MS,0.265,0.015,B-,100,0,B-N,40,10,,,,,,,,,11964.049,62058,4564.99,60,-16940.73,136,-16875.285,555,2629.03,6,20494.17,314,8063.827,116,42986907.635,5335,-12195.459,4970, -16,28,S,,,0,0,0+,,100,1,MS,0.1,0.001,B-,100,0,B-N,18,3,,,,,,,,,11180.29,136421,6883.96,62,-17058.83,345,-19654.233,500,5080.09,7,21173.03,555,7996.015,119,43990118.848,5600,-9204.233,5216, -16,29,S,,,0,0,,,68,2,MS,0.068,0.002,B-,100,0,B-N,54,0,,,,,,,,,14272.954,1044271,8323.62,1044,-18534.17,1175,-19589.589,1150,2856.67,1035,21729,1150,7881.807,23008,44995717,1111500,-3989.589,1035356, -16,30,S,,,0,0,0+,,50,8,MS,0.05,0.008,B-,100,0,,,,,,,,,,,,14199,542,10531,518,-18555,707,-22630.0,860,3742,1150,22549,707,7792,11,46000365,537,340,500, -16,32,S,,,0,0,,GT,200,,NS,0.0000002,5e15,B-,,0,,,,,,,,,,,,17042,778,14470,718,-18176,843,,,2680,778,24238,998,7545,12,48013700,640,12761,596, -17,12,Cl,,,0,0,(1/2+),LT,20,,NS,0.00000002,0,P,100,0,,,,,,,,,,,,,,,,-9001,443,16318.592,195,22425,625,-1800.00,100,7158.832,6506,29014130.178,202555,13162.176,188680, -17,13,Cl,,,0,0,(3+),LT,30,,NS,0.00000003,0,P,,0,,,,,,,,,,,,-16488,284,,,-8955,277,18502.253,196,16790,272,-311,202,7480,7,30004770,210,4443,196, -17,14,Cl,,,0,0,3/2+,,190,1,MS,0.19,0.001,EC+B+,100,0,ECP,2.4,0.2,,,,,,,,,-18360,200,-36037.01,206,-8737.01,27,12007.974,3,19549,196,264.27,3,7869.209,111,30992448.098,3700,-7034.551,3447, -17,15,Cl,,,0,0,1+,,298,1,MS,0.298,0.001,EC+B+,100,0,ECA,0.054,0.008,ECP,0.026,0.005,,1.114,,,,-11134.323,1857,-32731,200,-8611.85,126,12680.86,56,14371.44,3,1581.12,53,8072.404,18,31985684.637,603,-13334.674,562, -17,16,Cl,,,0,0,3/2+,,2.511,4,S,2.511,0.004,EC+B+,100,0,,,,,,,,0.7549,,,,-11619.044,560,-26874.30,181,-6475.4,53,5582.517,391,15739.98,68,2276.77,39,8304.755,12,32977451.989,419,-21003.337,391, -17,17,Cl,,,0,0,0+,,1.5266,4,S,1.5266,0.0004,EC+B+,100,0,,,,,,,,,,,,-6061.792,63,-23127.11,40,-6664.14,8,5491.603,67,11508.06,39,5143.20,5,8398.97,1,33973762.491,52,-24440.082,49, -17,18,Cl,3.3654,191,0,0,3/2+,,,,,,,,,,,,,,,,,0.8218743,,-0.08249,,-5966.243,679,-18706.56,8,-6997.9,4,-167.322,53,12644.76,5,6370.81,4,8520.278,1,34968852.694,38,-29013.528,35, -17,19,Cl,,,0,0,2+,,3.013E+5,15,Y,9508304880000,47336400000,B-,98.1,0.1,EC+B+,1.9,0.1,,,,,1.28547,,-0.018,,709.535,45,-14546.04,68,-7642.05,5,1142.126,191,8579.79,0,7964.77,3,8521.931,1,35968306.822,38,-29522.005,36, -17,20,Cl,3.3840,170,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.6841236,,-0.06493,,-813.873,200,-9601.32,6,-7849.11,109,-4865.121,205,10310.85,6,8386.38,19,8570.281,1,36965902.584,55,-31761.538,52, -17,21,Cl,,,0,0,2-,,37.24,5,M,2234.4,3,B-,100,0,,,,,,,,2.05,,,,4916.718,218,-6921.76,22,-7674.32,82,-2936.9,7,6107.88,8,10190.66,21,8505.481,3,37968010.418,105,-29798.103,98, -17,22,Cl,,,0,0,3/2+,,56.2,6,M,3372,36,B-,100,0,,,,,,,,,,,,3441.985,5292,-3156.70,174,-7367.32,254,-6637.538,50,8073.42,173,10227.97,7,8494.402,44,38968008.162,1859,-29800.205,1732, -17,23,Cl,,,0,0,2-,,1.35,2,M,81,1.2,B-,100,0,,,,,,,,,,,,7482.082,32066,-2386.94,32,-9731.69,35,-4719.967,32,5828.93,32,11684.12,59,8427.765,802,39970415.469,34423,-27557.813,32066, -17,24,Cl,,,0,0,(1/2+),,38.4,8,S,38.4,0.8,B-,100,0,,,,,,,,,,,,5760.317,68724,-338.61,69,-10736.11,79,-8298.612,69,7820.69,76,11758.31,69,8412.959,1676,40970684.525,73777,-27307.189,68723, -17,25,Cl,,,0,0,(2-),,6.8,3,S,6.8,0.3,B-,100,0,,,,,,,,,,,,9590.908,59895,164.42,60,-12635.12,94,-7194.021,60,5595.90,91,13112.16,60,8345.886,1419,41973342,64000,-24831.767,59616, -17,26,Cl,,,0,0,(1/2+),,3.13,9,S,3.13,0.09,B-,100,0,,,,,,,,,,,,7850.3,62086,2191.85,62,-13809.79,129,-11964.049,62,7399.06,86,13810.73,62,8323.866,1439,42974063.7,66407,-24159.508,61858, -17,27,Cl,,,0,0,(2-),,0.56,11,S,0.56,0.11,B-,100,0,B-N,8,0,,,,,-0.5498,,,,12288.731,136330,3553.97,136,-14695.07,205,-11180.29,136,4296.33,150,15478.03,136,8232.332,3098,43978116.312,146346,-20384.523,136321, -17,28,Cl,,,0,0,(1/2+),,413,25,MS,0.413,0.025,B-,100,0,B-N,24,4,,,,,,,,,11508.254,136164,6339.40,136,-15707.69,182,-14272.954,1044,5949.34,193,16347.28,136,8181.598,3026,44980394.353,146177,-18262.543,136163, -17,29,Cl,,,0,0,(2-),,232,2,MS,0.232,0.002,B-,100,0,B-N,60,9,,,,,,,,,15913.528,208664,7840.08,209,-17294.05,377,-14199.398,542,3668.17,249,17158.78,1056,8083.48,4536,45985121.323,224006,-13859.398,208661, -17,30,Cl,,,0,0,,,101,6,MS,0.101,0.006,B-,100,0,B-N,0,0,,,,,,,,,15587,400,11922,400,-16884,684,-17150.0,640,3992,451,17409,640,7996,9,46989501,429,-9780,400, -17,31,Cl,,,0,0,,GE,200,,NS,0.0000002,5e15,B-,,0,,,,,,,,,,,,18001,587,13015,500,-17156,707,-17041.0,778,2572,640,18939,707,7883,10,47995405,537,-4280,500, -17,32,Cl,,,0,0,,GE,170,,NS,0.00000017,5e15,B-,,0,,,,,,,,,,,,18130,721,15150,674,-17085,781,-20153.0,897,2851,781,19111,846,7781,12,49001009,644,940,600, -17,33,CL,,,0,0,,GT,620,,NS,0.00000062,5e15,B-,,0,B-N,,0,,,,,,,,,21069,781,16858,721,-17655,922,,,1271,848,20642,897,7651,12,50008309,644,7740,600, -17,34,Cl,,,0,0,(3/2+),GT,200,,NS,0.0000002,5e15,B-,,0,,,,,,,,,,,,20980,922,19548,860,-17845,1063,,,1521,922,,,7530,14,51015341,751,14290,700, -18,12,Ar,,,0,0,0+,LT,10,,PS,0.00000000001,0,2P,100,0,,,,,,,,,,,,,,,,-8572,631,16488.147,284,,,-480.00,164,6904.204,6872,30022470.511,221316,20931.147,206155, -18,13,Ar,,,0,0,5/2+,,14.4,6,MS,0.0144,0.0006,EC,100,,B+P,63,,B+2P,7.2,,,,,,,,,,,-8127,448,18359.551,200,17677,287,407,280,7252,6,31012158,215,11325,200, -18,14,Ar,3.3468,62,0,0,0+,,98,2,MS,0.098,0.002,EC+B+,100,0,ECP,35.58,0.22,,,,,,,,,-23299,401,,,-8698.47,160,11134.323,1857,21597,200,2454.77,4,7700.008,55,31997637.826,1900,-2200.351,1770, -18,15,Ar,3.3438,57,0,0,1/2+,,173.0,20,MS,0.173,0.002,EC+B+,100,0,ECP,38.7,1,,,,,-0.723,,,,-16426,196,-38554,401,-8652.79,50,11619.045,56,15255.26,181,3338.59,69,7928.955,12,32989925.547,430,-9384.292,401, -18,16,Ar,3.3654,40,0,0,0+,,843.8,4,MS,0.8438,0.0004,EC+B+,100,0,,,,,,,,,,,,-17158,196,-33492,196,-6743.95,22,6061.792,92,17065.31,41,4663.92,40,8197.672,2,33980270.093,83,-18378.290,78, -18,17,Ar,3.3636,42,0,0,3/2+,,1.7756,10,S,1.7756,0.001,EC+B+,100,0,,,,,,,,0.6322,,-0.084,,-11874.394,852,-29898,196,-6429.68,72,5966.244,681,12740.31,68,5896.17,68,8327.461,19,34975257.721,730,-23047.284,680, -18,18,Ar,3.3905,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-12814.475,342,-27129.97,51,-6640.92,3,-709.535,45,15255.57,68,8506.98,4,8519.909,1,35967545.105,28,-30231.540,27, -18,19,Ar,3.3908,22,0,0,3/2+,,35.011,19,D,3024950.4,1641.6,EC,100,0,,,,,,,,1.145,,0.076,,-6147.465,227,-21601.92,40,-6786.73,21,813.874,213,8787.44,21,8714.63,21,8527.139,6,36966776.314,221,-30947.664,207, -18,20,Ar,3.4028,19,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5914.066,45,-17985.94,22,-7208.05,20,-4916.718,218,11838.47,28,10242.25,20,8614.28,5,37962732.104,209,-34714.821,195, -18,21,Ar,3.4093,31,0,0,7/2-,,269,3,Y,8488994400,94672800,B-,100,0,,,,,,,,-1.588,,-0.12,,565,5000,-12512.75,5,-6820.9,5,-3441.985,5,6598.69,5,10733.06,5,8562.598,128,38964313.039,5367,-33242.190,5000, -18,22,Ar,3.4274,26,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1504.403,56,-9304.02,0,-6800.68,19,-7482.082,32,9869.02,5,12528.66,173,8595.259,0,39962383.12378,239,-35039.89464,223, -18,23,Ar,3.4251,30,0,0,7/2-,,109.61,4,M,6576.6,2.4,B-,100,0,,,,,,,,-1.309,,-0.042,,2492.038,347,-7603.33,35,-8596,40,-5760.316,69,6098.93,35,12798.66,32,8534.372,8,40964500.571,372,-33067.505,347, -18,24,Ar,3.4414,41,0,0,0+,,32.9,11,Y,1038245040,34713360,B-,100,0,,,,,,,,,,,,599.351,5776,-6934.45,6,-9986.39,9,-9590.908,60,9426.49,6,14404.46,69,8555.613,138,41963045.736,6200,-34422.675,5775, -18,25,Ar,3.4354,39,0,0,5/2(-),,5.37,6,M,322.2,3.6,B-,100,0,,,,,,,,-1.021,,0.142,,4565.581,5325,-5059.10,5,-11272.06,50,-7850.3,62,5658.45,8,14467.01,60,8488.237,123,42965636.055,5700,-32009.808,5310, -18,26,Ar,3.4454,46,0,0,0+,,11.87,5,M,712.2,3,B-,100,0,,,,,,,,,,,,3108.237,1638,-4169.18,164,-12260.32,4,-12288.732,136,8734.76,6,15802.72,62,8493.84,36,43964923.816,1700,-32673.255,1584, -18,27,Ar,,,0,0,5/2- 7/2-,,21.48,15,S,21.48,0.15,B-,100,0,,,,,,,,,,,,6844.841,731,-2060.62,66,-13187.13,4,-11508.253,136,5168.86,166,16675.24,136,8419.952,11,44968039.733,550,-29770.796,512, -18,28,Ar,3.4377,44,0,0,0+,,8.4,6,S,8.4,0.6,B-,100,0,,,,,,,,,,,,5640.997,1333,-1228.61,123,-14560.1,3,-15913.528,209,8073.45,123,18799.35,136,8412.419,24,45968037.446,1200,-29772.926,1118, -18,29,Ar,,,0,0,(3/2)-,,1.23,3,S,1.23,0.03,B-,100,0,B-N,0.2,0,,,,,,,,,10345.638,1789,1976.27,133,-15595.79,5,-15586.338,400,3664.73,158,18795.91,209,8311.404,24,46972768.114,1200,-25366.338,1118, -18,30,Ar,,,0,0,0+,,475,40,MS,0.475,0.04,B-,100,0,,,,,,,,,,,,10003.14,307394,5359.32,307,-15502.02,307,-18001.337,587,4986.32,307,19791,504,8242.132,6404,47976080,330000,-22281.337,307393, -18,31,Ar,,,0,0,,,170,50,MS,0.17,0.05,B-,100,0,B-N,65,20,,,,,,,,,12422,400,7023,400,-15625,1110,-18130.0,721,2980,504,20199,640,8135,8,48981546,429,-17190,400, -18,32,Ar,,,0,0,0+,,106,6,MS,0.106,0.006,B-,100,0,B-N,37,7,,,,,,,,,12398,500,8210,500,-16095,707,-21070.0,781,4211,640,21559,781,8056,10,49985690,537,-13330,500, -18,33,Ar,,,0,0,,GT,80,,MS,0.08,5e21,B-,,0,,,,,,,,,,,,15826,600,10967,600,-16485,781,-20980.0,922,1432,781,21719,848,7926,12,50992818,644,-6690,600, -18,34,Ar,,,0,0,0+,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,15858,601,13165,600,-16466,846,,,2661,848,22859,922,7825,12,51998626,644,-1280,600, -18,35,Ar,,,0,0,,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,19086,708,15857,699,-16727,966,,,1,921,,,7677,13,53007290,750,6791,699, -19,14,K,,,0,0,,LT,25,,NS,0.000000025,0,P,,0,,,,,,,,,,,,,,,,-8545,272,16426.292,196,22128,446,-1953,196,7407,6,33007560,210,7042,196, -19,15,K,,,0,0,,LT,25,,NS,0.000000025,0,P,,0,,,,,,,,,,,,-15072,357,,,-8088,277,17158.29,196,16334,277,-875,196,7670,6,33998690,210,-1220,196, -19,16,K,,,0,0,(3/2)+,,178,8,MS,0.178,0.008,EC+B+,100,0,ECP,0.37,0.15,,,,,0.392,,,,-15961,196,-33096,298,-6563.26,3,11874.393,851,18024,196,83.57,52,7965.84,15,34988005.407,550,-11172.891,512, -19,17,K,,,0,0,2+,,341,3,MS,0.341,0.003,EC+B+,100,0,ECP,0.048,0.014,ECA,0.0034,0.0013,,0.548,,,,-10965.916,40001,-30276,196,-6507.31,61,12814.475,342,14315.49,62,1658.75,76,8142.219,9,35981302.01,366,-17417.065,341, -19,18,K,,0,0,0,3/2+,,1.225,7,S,1.225,0.007,EC+B+,100,0,,,,,,,,0.20321,,0.106,,-11664.133,641,-26420.37,40,-6221.78,40,6147.465,227,15454.45,35,1857.63,9,8339.847,3,36973375.889,100,-24800.199,94, -19,19,K,3.4264,51,0,0,3+,,7.636,18,M,458.16,1.08,EC+B+,100,0,,,,,,,,1.371,,,,-6742.256,63,-23736.01,66,-6785.59,20,5914.066,276,12071.87,22,5142.06,28,8438.058,5,37969081.116,209,-28800.755,195, -19,20,K,3.4349,19,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.39146616,,0.0585,,-6524.488,596,-19820.01,19,-7218.58,4,-565.0,5,13077.75,20,6381.34,19,8557.025,0,38963706.48661,492,-33807.19010,458, -19,21,K,3.4381,28,0,0,4-,,1.248E+9,3,Y,3.93838848e16,94672800000000,B-,89.28,0.13,EC+B+,10.72,0.13,,,,,-1.2981,,-0.061,,1310.893,60,-14324.11,60,-6438.4,7,1504.403,56,7799.62,6,7582.27,5,8538.09,1,39963998.166,60,-33535.492,56, -19,22,K,3.4518,55,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.21487009,,0.0711,,-421.653,138,-8784.48,2,-6222.92,5,-2492.038,347,10095.37,6,7808.62,0,8576.072,0,40961825.25796,408,-35559.54331,380, -19,23,K,3.4517,70,0,0,2-,,12.355,7,H,44478,25.2,B-,100,0,,,,,,,,-1.1388,,,,3525.219,183,-7955.45,17,-7648.84,14,-599.351,6,7533.80,11,9243.49,36,8551.256,3,41962402.306,113,-35022.026,106, -19,24,K,3.4556,86,0,0,3/2+,,22.3,1,H,80280,360,B-,100,0,,,,,,,,0.1633,,,,1833.434,469,-6099.46,44,-9200.1,178,-4565.581,5,9624.68,42,9441.68,6,8576.22,10,42960734.703,440,-36575.389,410, -19,25,K,3.4563,101,0,0,2-,,22.13,19,M,1327.8,11.4,B-,100,0,,,,,,,,-0.856,,,,5687.183,530,-5443.99,48,-10648.59,32,-3108.237,1638,7277.42,59,11060.65,5,8546.701,10,43961586.986,450,-35781.492,419, -19,26,K,3.4605,118,0,0,3/2+,,17.81,61,M,1068.6,36.6,B-,100,0,,,,,,,,0.1734,,,,4196.536,637,-3218.28,61,-11733.36,69,-6844.842,731,8905.46,67,11231.35,167,8554.674,12,44960691.493,560,-36615.638,522, -19,27,K,3.4558,126,0,0,(2-),,105,10,S,105,10,B-,100,0,,,,,,,,,,,,7725.438,2350,-2673.07,81,-13007.07,60,-5640.998,1334,6869.60,89,12932.10,89,8518.042,16,45961981.586,780,-35413.924,727, -19,28,K,3.4534,138,0,0,1/2+,,17.50,24,S,17.5,0.24,B-,100,0,,,,,,,= 9/2,1.933,,,,6632.442,2625,-643.93,264,-13977.38,62,-10345.638,1789,8369.37,157,13228.02,179,8514.879,30,46961661.614,1500,-35711.976,1397, -19,29,K,,0,0,0,(2-),,6.8,2,S,6.8,0.2,B-,100,0,B-N,1.14,0.15,,,,,,,,,11940.153,779,1988.62,235,-14324.87,136,-10003.14,307,4643.82,160,14207.11,136,8434.232,16,47965341.186,830,-32284.477,773, -19,30,K,,0,0,0,(1/2+ 3/2+),,1.26,5,S,1.26,0.05,B-,100,0,B-N,86,9,,,,,,,,,11688.275,826,6541.82,81,-13773.86,136,-12421.49,400,5398.33,111,14619.12,307,8372.274,16,48968210.755,860,-29611.490,801, -19,31,K,,0,0,0,(0- 1- 2-),,472,4,MS,0.472,0.004,B-,100,0,B-N,29,3,,,,,,,,,13861.376,7892,7500.60,8,-14293.37,209,-12397.848,500,4187.67,8,15827,400,8288.582,155,49972380.017,8300,-25727.848,7731, -19,32,K,,0,0,0,(1/2+ 3/2+),,365,5,MS,0.365,0.005,B-,100,0,B-N,47,5,,,,,,,,,13816.107,13057,9001.71,13,-15161,400,-15826.196,600,4859.67,15,16475,500,8221.349,256,50975827.867,14006,-22516.196,13047, -19,33,K,,,0,0,(2-),,110,6,MS,0.11,0.006,B-,100,0,B-N,74,9,B-2N,2.3,0.3,,,,,,17128.639,33540,11123.36,34,-15282,501,-15857.627,601,2692.75,36,17737,601,8115.029,645,51981602,36000,-17137.627,33534, -19,34,K,,,0,0,(3/2+),,30,5,MS,0.03,0.005,B-,100,0,B-N,67,0,B-2N,17,0,,,,,,17091.983,120047,13899.23,112,-15661,610,-19086.721,708,3229.41,117,18305,610,8022.848,2109,52986800,120000,-12295.721,111779, -19,35,K,,,0,0,2-,,10,5,MS,0.01,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,20158,598,16314,598,-15167,846,,,778,607,19082,918,7889,11,53994630,640,-5002,596, -19,36,K,,,0,0,,GT,360,,NS,0.00000036,5e15,B-N,,0,B-,,0,,,,,,,,,19058,760,17797,700,-16007,989,,,2361,918,,,7788,13,55000760,750,708,699, -19,37,K,,,0,0,,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,21825,895,18206,855,,,,,852,1063,,,7664,14,56008510,860,7927,801, -20,14,Ca,,,0,0,0+,LT,35,,NS,0.000000035,0,2P,,0,P,,0,,,,,,,,,,,,,-9505,362,15071.0,357,,,480,357,7204,9,34014870,320,13851,298, -20,15,Ca,,,0,0,(1/2+),,25.7,2,MS,0.0257,0.0002,EC+B+,100,0,ECP,95.9,1.4,EC2P,4.1,0.6,,,,,,,,,,-8962,280,15960.891,196,17135,357,1281,277,7487,6,35005140,210,4788,196, -20,16,Ca,,,0,0,0+,,101.2,20,MS,0.1012,0.002,EC+B+,100,0,ECP,51.2,1,,,,,,,,,-21802,301,,,-6675.71,40,10965.916,40,19310,200,2567.23,40,7815.879,1111,35993074.406,42941,-6451.149,40000, -20,17,Ca,,,0,0,(3/2+),,181.1,10,MS,0.1811,0.001,EC+B+,100,0,ECP,82.1,0.7,,,,,,,,,-16656,300,-36558,298,-6176.69,75,11664.133,641,14756.23,40,3007.97,72,8003.456,17,36985897.852,680,-13136.066,634, -20,18,Ca,,,0,0,0+,,440,12,MS,0.44,0.012,EC+B+,100,0,,,,,,,,,,,,-17809,200,-33650,300,-6105.12,21,6742.256,275,16993.75,66,4547.27,22,8240.043,5,37976319.226,208,-22058.499,194, -20,19,Ca,3.4595,25,0,0,3/2+,,859.6,14,MS,0.8596,0.0014,EC+B+,100,0,,,,,,,,1.02168,,0.04,,-13109.993,24007,-31105,200,-6660.33,90,6524.488,596,13295.52,63,5770.92,63,8369.67,15,38970710.813,640,-27282.702,596, -20,20,Ca,3.4776,19,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-14323.05,2828,-28744.99,24,-7039.76,3,-1310.892,6,15635.00,60,8328.16,2,8551.303,1,39962590.865,22,-34846.384,21, -20,21,Ca,3.4780,19,0,0,7/2-,,9.94E+4,15,Y,3136825440000,47336400000,EC,100,0,,,,,,,,-1.594781,,-0.0665,,-6495.478,158,-22685.87,283,-6615.14,25,421.653,138,8362.82,14,8891.37,15,8546.706,3,40962277.921,147,-35137.890,138, -20,22,Ca,3.5081,21,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6426.092,97,-17976.15,16,-6257.34,25,-3525.219,183,11480.67,6,10276.67,15,8616.563,4,41958617.828,159,-38547.245,149, -20,23,Ca,3.4954,19,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,-1.31726,,-0.0408,,-2220.72,1865,-14358.99,20,-7591.55,5,-1833.433,469,7932.89,17,10675.77,25,8600.663,5,42958766.43,244,-38408.822,228, -20,24,Ca,3.5179,21,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3652.69,1757,-13351.89,188,-8853.7,32,-5687.183,53,11131.17,23,12182.26,52,8658.175,7,43955481.543,348,-41468.675,325, -20,25,Ca,3.4944,21,0,0,7/2-,,162.61,9,D,14049504,7776,B-,100,0,,,,,,,,-1.3274,,0.046,,259.722,747,-11067.51,176,-10169.58,50,-4196.536,638,7414.82,17,12319.65,56,8630.545,8,44956186.326,392,-40812.174,366, -20,26,Ca,3.4953,20,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1378.143,2333,-10138.78,233,-11141.6,6,-7725.437,235,10398.50,225,13812.69,229,8668.979,49,45953687.988,2399,-43139.361,2235, -20,27,Ca,3.4783,23,0,0,7/2-,,4.536,3,D,391910.4,259.2,B-,100,0,,,,,,,= 7/2,-1.38,,0.021,,1992.177,1185,-8654.52,231,-12759.53,6,-6632.442,2625,7276.37,27,14219.46,234,8639.349,47,46954541.394,2385,-42344.418,2222, -20,28,Ca,3.4771,20,0,0,0+,,1.9E19,+45-8,Y,5.995944e26,8.362764e26,2B-,75,0,2B-,69,,B-,25,0,,,,,,279.213,4950,-7959.35,193,-13976.29,159,-11940.152,779,9951.53,222,15801.62,140,8666.686,2,47952522.904,103,-44224.629,96, -20,29,Ca,,,0,0,3/2-,,8.718,6,M,523.08,0.36,B-,100,0,,,,,,,,-1.38,,,,5261.5,2702,-4867.24,5,-13953.88,55,-11688.275,826,5146.45,18,16304.26,80,8594.844,4,48955662.875,216,-41299.765,201, -20,30,Ca,3.5168,64,0,0,0+,,13.9,6,S,13.9,0.6,B-,100,0,,,,,,,,,,,,4958.158,15084,-1099.28,3,-12241.21,194,-13861.376,8,6360.78,160,17266.70,177,8550.163,32,49957499.217,1700,-39589.224,1584, -20,31,Ca,,,0,0,(3/2-),,10.0,8,S,10,0.8,B-,100,0,B-N,,0,,,,,,,,,6896.381,20007,143.76,15,-13390.88,123,-13816.108,13,4814.40,167,17893.43,8,8476.913,10,50960995.665,560,-36332.304,522, -20,32,Ca,,,0,0,0+,,4.6,3,S,4.6,0.3,B-,100,0,B-N,,0,,,,,,,,,6177.013,81855,891.10,20,-14409.84,307,-17128.639,34,6005.28,85,19039.04,13,8429.381,13,51963213.648,720,-34266.266,671, -20,33,Ca,,,0,0,(1/2-),,461,90,MS,0.461,0.09,B-,100,0,B-N,40,10,,,,,,,,,9519.104,103774,2984.26,93,-14623,402,-17091.983,120,3192.76,44,19539.05,55,8330.577,826,52968451,47000,-29387.704,43780, -20,34,Ca,,,0,0,0+,,107,14,MS,0.107,0.014,B-,100,0,B-2N,,0,B-N,,0,,,,,,8730.315,277066,5674.91,106,-14256,503,-20158.585,598,3844.20,65,20153.83,122,8247.496,897,53972989,52000,-25160.585,48438, -20,35,Ca,,,0,0,(5/2-),,22,2,MS,0.022,0.002,B-,100,0,B-N,,0,,,,,,,,,11809,544,7469,405,-14085,671,-19058.0,761,1261,304,20637,667,8120,5,54980300,322,-18350,300, -20,36,Ca,,,0,0,0+,,11,2,MS,0.011,0.002,B-,100,0,B-N,,0,,,,,,,,,10954,710,8190,605,-15043,721,-21825.0,895,3619,500,21895,805,8040,7,55985080,429,-13898,400, -20,37,CA,,,0,0,,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-,,0,B-N,,0,,,,,,14121,1364,9907,710,-16090,805,,,1048,565,22090,895,7917,7,56992620,429,-6874,400, -20,38,CA,,,0,0,0+,GT,620,,NS,0.00000062,5e15,B-N,,0,B-,,0,,,,,,,,,12957,640,11006,1397,,,,,3116,640,,,7835,9,57997940,537,-1919,500, -21,17,Sc,,,0,0,,,,,,,,P,,0,,,,,,,,,,,,-15119,361,,,-5454,280,17809.499,200,15841,361,-1598,200,7751,5,37995438,215,-4249,200, -21,18,Sc,,,0,0,(7/2-),LT,300,,NS,0.0000003,0,P,100,0,,,,,,,,,,,,-16373,202,-33114,301,-5424.73,24,13109.993,24,17995,202,-596.82,24,8013.456,615,38984784.97,25765,-14172.709,24000, -21,19,Sc,,,0,0,4-,,182.3,7,MS,0.1823,0.0007,EC+B+,100,0,ECP,0.44,0.07,ECA,0.017,0.005,,,,,,-11672.95,160025,-30795,200,-5531.19,285,14323.049,2828,14421.94,24,529.60,289,8173.669,71,39977967.292,3036,-20523.335,2828, -21,20,Sc,,,0,0,7/2-,,596.3,17,MS,0.5963,0.0017,EC+B+,100,0,,,,,,,,5.4305,,-0.156,,-12944.875,27945,-27863.34,160,-6267.13,13,6495.478,161,16190.39,283,1085.00,8,8369.198,2,40969251.104,88,-28642.412,83, -21,21,Sc,3.5702,238,0,0,0+,,680.79,28,MS,0.68079,0.00028,EC+B+,100,0,,,,,,,= 1,,,,,-7016.479,224,-24494.93,28,-5745.31,26,6426.092,225,11550.06,16,4272.23,10,8444.933,4,41965516.522,181,-32121.153,169, -21,22,Sc,3.5575,147,0,0,7/2-,,3.891,12,H,14007.6,43.2,EC+B+,100,0,,,,,,,,4.528,,-0.27,,-6867.02,7481,-19154.75,187,-4805.83,186,2220.72,187,12138.27,186,4929.83,186,8530.825,43,42961150.472,1999,-36188.102,1863, -21,23,Sc,3.5432,16,0,0,2+,,3.97,4,H,14292,144,EC+B+,100,0,,,,,,,,2.499,,0.16,,-267.416,1890,-16566.22,7,-6705.41,176,3652.69,178,9699.20,254,6696.13,174,8557.379,40,43959402.867,1884,-37815.985,1756, -21,24,Sc,3.5459,25,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,4.756487,,-0.22,,-2062.056,509,-11594.64,97,-7937.27,67,-259.722,768,11327.23,188,6892.19,73,8618.931,15,44955907.503,724,-41071.896,675, -21,25,Sc,3.5243,89,0,0,4+,,83.79,4,D,7239456,3456,B-,100,0,,,,,,,,3.03,,0.119,,2366.581,667,-10822.70,52,-9164.11,69,1378.142,2337,8760.64,10,8238.02,75,8622.012,15,45955167.485,732,-41761.219,683, -21,26,Sc,,,0,0,7/2-,,3.3492,6,D,289370.88,51.84,B-,100,0,,,,,,,= 5/2,5.34,,-0.22,,600.769,1929,-8280.11,193,-10186.12,198,-1992.177,2945,10646.69,204,8486.20,121,8665.09,41,46952402.704,2074,-44336.595,1933, -21,27,Sc,,,0,0,6+,,43.67,9,H,157212,324,B-,100,0,,,,,,,,,,,,3988.866,4950,-7637.80,5,-11147.27,5,-279.213,5,8238.56,5,9448.39,5,8656.204,103,47952223.157,5314,-44503.842,4951, -21,28,Sc,,,0,0,7/2-,,57.18,13,M,3430.8,7.8,B-,100,0,,,,,,,,,,,,2002.522,2697,-6139.87,270,-12370.54,275,-5261.5,27,10128.74,6,9625.61,270,8686.256,55,48950014.423,2896,-46561.265,2698, -21,29,Sc,,,0,0,5+,,102.5,5,S,102.5,0.5,B-,100,0,,,,,,,,,,,,6884.278,15000,-4054.91,15,-11558.37,15,-4958.158,15,6057.43,15,10536.59,15,8633.679,300,49952176.415,16103,-44547.382,15000, -21,30,Sc,,,0,0,(7/2)-,,12.4,1,S,12.4,0.1,B-,100,0,,,,,,,,,,,,6504.153,20006,131.66,20,-9941.62,20,-6896.38,20,6752.62,25,10928.43,20,8596.796,392,50953592.095,21471,-43228.684,20000, -21,31,Sc,,,0,0,3(+),,8.2,2,S,8.2,0.2,B-,100,0,,,,,,,,,,,,9026.541,82157,1218.24,82,-10583.72,82,-6177.013,82,5285.91,84,11399.95,82,8533.125,1574,51956582.351,87871,-40443.279,81852, -21,32,Sc,,,0,0,(7/2-),,2.6,4,S,2.6,0.4,B-,100,0,B-N,,0,,,,,,,,,7924.253,137339,2491.70,94,-11720.23,94,-9519.104,104,6534.85,125,11929.51,94,8495.421,1775,52958231.821,101006,-38906.808,94087, -21,33,Sc,,,0,0,(3)+,,526,15,MS,0.526,0.015,B-,100,0,B-N,16,9,,,,,,,,,11731.081,284990,4868.84,291,-10587.97,273,-8730.315,277,3055.41,289,11792.17,276,8394.681,5052,53963616.62,292862,-33890.900,272800, -21,34,Sc,,,0,0,(7/2-),,105,6,MS,0.105,0.006,B-,100,0,B-N,,0,,,,,,,,,11508.735,482226,7391.31,462,-10068.07,455,-11809.352,544,4339.77,530,12287.74,457,8320.955,8261,54967622.601,487756,-30159.352,454342, -21,35,Sc,,,0,0,(1+),,26,6,MS,0.026,0.006,B-,100,0,B-N,,0,,,,,,,,,14467.788,599236,8744.51,609,-10139.55,588,-10954.26,710,2764.22,742,13791,659,8221.728,10479,55973320,630000,-24852.260,586841, -21,36,Sc,,,0,0,,,13,4,MS,0.013,0.004,B-,100,0,B-N,,0,B-2N,,0,,,,,,12919.758,1329062,10252.86,1310,-11125.07,1309,-14121.875,1364,4214.93,1430,14387,1364,8151.433,22879,56977460,1400000,-20995.875,1304092, -21,37,SC,,,0,0,,,12,5,MS,0.012,0.005,B-,100,0,B-N,,0,,,,,,,,,16234,447,10968,475,-12299,718,-12957.0,640,1951,1364,15291,565,8045,7,57984030,429,-14876,400, -21,38,SC,,,0,0,,GT,360,,NS,0.00000036,5e15,B-N,,0,B-,,0,,,,,,,,,15208,447,12736,447,-13435,805,,,3498,565,15672,640,7967,7,58988940,429,-10302,400, -21,40,SC,,,0,0,,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,17281,721,15190,671,,,,,3088,781,,,7787,10,61001000,644,931,600, -22,16,Ti,,,0,0,,,,,,,,2P,,0,,,,,,,,,,,,,,,,-5407,423,15119.0,361,,,-61,424,7332,8,38011669,322,10870,300, -22,17,Ti,,,0,0,(3/2+),,31,+6-4,MS,0.031,0.005,ECP+EC2P,100,0,EC+B+,100,0,ECP,93.7,,= 5/2,,,,,,,,,-5013,280,16372.709,201,16741,361,839,283,7574,5,39002362,215,2200,200, -22,18,Ti,,,0,0,0+,,53.3,15,MS,0.0533,0.0015,EC+B+,100,0,ECP,100,0,,,,,,,,,-21020,340,,,-4824.15,165,11672.951,160,19122,256,1966.65,162,7862.286,4000,39990498.721,171767,-8850.384,160000, -22,19,Ti,,,0,0,3/2+,,81.9,5,MS,0.0819,0.0005,ECP,100,0,EC+B+,100,0,,,,,,,,,-16018,202,-35939,301,-4986.39,28,12944.875,28,14918.47,162,2463.17,28,8034.388,682,40983148,30000,-15697.537,27945, -22,20,Ti,,,0,0,0+,,208.65,80,MS,0.20865,0.0008,EC+B+,100,0,,,,,,,,,,,,-17485,196,-33496,200,-5471.09,34,7016.479,324,17478.45,28,3751.23,27,8259.247,7,41973049.022,297,-25104.674,277, -22,21,Ti,,,0,0,7/2-,,509,5,MS,0.509,0.005,EC+B+,100,0,ECP,,0,,,,,0.85,,,,-11404.726,43457,-29773,196,-4463.3,7,6867.02,7,12287.73,7,4488.90,7,8352.932,168,42968522.521,7777,-29321.082,7245, -22,22,Ti,3.6115,51,0,0,0+,,59.1,3,Y,1865054160,9467280,EC,100,0,,,,,,,,,,,,-13432.189,181643,-27703.53,43,-5127.1,70,267.416,189,16298.80,7,8649.44,199,8533.52,16,43959689.951,751,-37548.569,700, -22,23,Ti,3.5939,32,0,0,7/2-,,184.8,5,M,11088,30,EC+B+,100,0,,,,,,,= 1/2,0.095,,0.015,,-7123.824,214,-22964.78,182,-6296.87,85,2062.056,1082,9532.59,110,8482.83,195,8555.722,19,44958121.211,907,-39009.840,845, -22,24,Ti,3.6070,22,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-7052.449,93,-20313.10,86,-8005.47,22,-2366.58,70,13189.28,83,10344.87,66,8656.451,4,45952626.856,176,-44127.799,165, -22,25,Ti,3.5962,19,0,0,5/2-,,STABLE,,,,,,,,,,,,,,= 3/2,-0.78848,,0.3,,-2930.746,138,-15933.33,18,-8953.46,25,-600.769,1936,8880.88,13,10465.12,68,8661.227,2,46951757.752,123,-44937.364,115, -22,26,Ti,3.5921,17,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4015.015,969,-14557.41,14,-9448.95,34,-3988.867,5,11626.66,4,11445.08,193,8723.006,2,47947940.932,117,-48492.709,109, -22,27,Ti,3.5733,21,0,0,7/2-,,STABLE,,,,,,,,,,,,,,= 5/2,-1.10417,,0.247,,-601.856,820,-12157.41,97,-10176.53,38,-2002.522,27,8142.40,3,11348.92,5,8711.157,2,48947864.627,122,-48563.787,114, -22,28,Ti,3.5704,22,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2207.647,426,-11541.05,82,-10717.21,223,-6884.278,15,10939.19,4,12159.37,270,8755.718,2,49944785.839,129,-51431.660,121, -22,29,Ti,,,0,0,3/2-,,5.76,1,M,345.6,0.6,B-,100,0,,,,,,,,,,,,2471.005,644,-8580.14,65,-9813.33,227,-6504.153,20,6372.49,49,12474.43,15,8708.988,10,50946609.6,541,-49732.837,505, -22,30,Ti,,,0,0,0+,,1.7,1,M,102,6,B-,100,0,,,,,,,,,,,,1973.948,7085,-5337.30,7,-7670.11,7,-9026.541,82,7808.30,7,13530.11,21,8691.667,136,51946891.96,7592,-49469.820,7072, -22,31,Ti,,,0,0,(3/2)-,,32.7,9,S,32.7,0.9,B-,100,0,,,,,,,,,,,,5020,100000,-3458.61,100,-7956.21,100,-7924.253,137,5432.56,100,13676.75,129,8630.174,1888,52949724.785,107406,-46831.061,100049, -22,32,Ti,,,0,0,0+,,2.1,10,S,2.1,1,B-,100,0,,,,,,,,,,,,4271.192,83815,-1842.24,83,-8457.67,82,-11731.081,285,6862.24,130,14004.14,125,8597.435,1527,53951022.786,88526,-45621.981,82461, -22,33,Ti,,,0,0,(1/2)-,,1.3,1,S,1.3,0.1,B-,100,0,,,,,,,,,,,,7476.498,157206,153.77,162,-7760.7,162,-11508.736,482,4117.42,181,15066.16,317,8515.98,2938,54955267.465,173486,-41668.088,161602, -22,34,Ti,,,0,0,0+,,0.200,5,S,0.2,0.005,B-,100,0,B-N,,0,,,,,,,,,6834.833,194550,1753.22,154,-7478.7,121,-14467.788,599,5723.28,202,16449.67,470,8466.11,2165,55957788.19,130163,-39320.048,121247, -22,35,Ti,,,0,0,(5/2-),,98,5,MS,0.098,0.005,B-,100,0,B-N,,0,,,,,,,,,10497.818,268750,4167.93,312,-6952.84,260,-12919.758,1329,2666.90,284,16352.34,640,8364.37,4499,56963590.068,275274,-33915.633,256416, -22,36,Ti,,,0,0,0+,,58,9,MS,0.058,0.009,B-,100,0,B-N,,0,,,,,,,,,9292,219,5232,216,-8374,206,-16234.0,447,5266,325,17403,1319,8311,3,57966602,215,-31110,200, -22,37,Ti,,,0,0,,,58,17,MS,0.058,0.017,B-,,0,,,,,,,,,,,,12322,258,6821,219,-9584,361,-15208.0,447,2471,283,17923,447,8212,3,58972614,215,-25510,200, -22,38,Ti,,,0,0,0+,,22,2,MS,0.022,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,10912,372,7431,341,-10857,500,-18278.0,583,4891,361,19316,500,8157,5,59976028,322,-22330,300, -22,39,TI,,,0,0,(1/2-),,15,4,MS,0.015,0.004,B-,100,0,B-2N,,0,B-N,,0,,,,,,14157,979,8821,456,-11900,565,-17281.0,721,2091,500,19587,640,8057,7,60982448,429,-16350,400, -22,40,TI,,,0,0,0+,GT,620,,NS,0.00000062,5e15,B-,,0,B-N,,0,,,,,,,,,12977,499,9935,979,-13006,640,,,4221,565,20720,721,7995,6,61986581,429,-12500,400, -22,41,TI,,,0,0,,GT,360,,NS,0.00000036,5e15,B-N,,0,B-,,0,,,,,,,,,16140,640,11655,582,,,,,1322,640,,,7889,8,62993827,537,-5750,500, -22,42,Ti,,,0,0,0+,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,15295,721,12794,721,,,,,3346,781,,,7818,9,63998900,644,-1025,600, -23,19,V,,,0,0,,LT,55,,NS,0.000000055,0,P,,0,,,,,,,,,,,,-14350,445,,,-5795,280,17484.674,196,16011,280,-789,198,7824,5,41991820,210,-7620,196, -23,20,V,,,0,0,,,79.3,24,MS,0.0793,0.0024,EC+B+,100,0,ECP,,0,,,,,,,,,-15946,402,-32718,402,-6168.56,49,11404.726,43,18368,200,100.65,43,8069.512,996,42980766,46000,-17916.356,42849, -23,21,V,,,0,0,(2)+,,111,7,MS,0.111,0.007,EC+B+,100,0,ECA,,0,,,,,,,,,-10756,351,-30218,439,-6017.96,182,13432.189,182,14271.34,187,2084.27,182,8210.463,4128,43974110,195000,-24116.380,181641, -23,22,V,,,0,0,7/2-,,547,6,MS,0.547,0.006,EC+B+,100,0,,,,,,,,,,,,-12371.217,35408,-26597,300,-5668.52,88,7123.824,1214,15840.95,182,1626.42,112,8380.029,19,44965768.951,935,-31886.016,872, -23,23,V,,,0,0,0+,,422.50,11,MS,0.4225,0.00011,EC+B+,100,0,,,,,,,,,,,,-7603.784,11455,-25631.87,35,-7379.11,26,7052.448,261,13260.65,86,5354.48,84,8486.13,4,45960197.971,216,-37075.351,202, -23,24,V,,,0,0,3/2-,,32.6,3,M,1956,18,EC+B+,100,0,,,,,,,,,,,,-7444.04,6032,-20606.37,11,-8243.43,187,2930.746,204,13002.58,11,5167.79,7,8582.225,4,46954904.038,181,-42006.618,169, -23,25,V,,,0,0,4+,,15.9735,25,D,1380110.4,216,EC+B+,100,0,,,,,,,,2.012,,,,-1655.673,7388,-17986.43,6,-9086.62,200,4015.015,981,10542.39,98,6829.30,97,8623.061,20,47952251.229,1046,-44477.694,975, -23,26,V,,,0,0,7/2-,,330,15,D,28512000,1296000,EC,100,0,,,,,,,= 3/2,4.47,,,,-2628.871,2391,-13211.23,7,-9314.95,106,601.856,836,11555.55,127,6758.19,82,8682.908,17,48948510.746,889,-47961.931,828, -23,27,V,,,0,0,6+,,1.4E+17,+4-3,Y,4.418064e24,1.104516e24,EC+B+,83,11,B-,17,11,,,,,3.3456889,,0.21,,1038.059,299,-11962.27,222,-9887.71,80,2207.647,427,9333.40,92,7949.20,42,8695.918,8,49947155.845,438,-49224.013,409, -23,28,V,3.6002,22,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,,,-0.043,,-752.447,213,-10013.09,28,-10292.16,197,-2471.005,645,11051.15,8,8061.15,42,8742.099,8,50943956.867,430,-52203.842,401, -23,29,V,,,0,0,3+,,3.743,5,M,224.58,0.3,B-,100,0,,,,,,,,,,,,3975.473,531,-8063.69,25,-9364.84,5,-1973.949,7,7311.24,13,8999.90,66,8714.582,8,51944772.839,450,-51443.769,420, -23,30,V,,,0,0,7/2-,,1.543,14,M,92.58,0.84,B-,100,0,,,,,,,,,,,,3435.938,3102,-4503.14,3,-7714.71,4,-5020.0,100,8478.61,3,9670.21,8,8710.13,59,52944335.593,3349,-51851.061,3120, -23,31,V,,,0,0,3+,,49.8,5,S,49.8,0.5,B-,100,0,,,,,,,,,,,,7041.592,15000,-2677.49,15,-7770.71,21,-4271.192,84,6113.43,15,10351.08,101,8662.043,278,53946437.472,16107,-49893.173,15004, -23,32,V,,,0,0,(7/2-),,6.54,15,S,6.54,0.15,B-,100,0,,,,,,,,,,,,5965.125,95103,-281.14,95,-8340.82,97,-7476.498,188,7322.73,96,10811.58,126,8637.692,1729,54947241.114,102098,-49144.586,95104, -23,33,V,,,0,0,1+,,0.216,4,S,0.216,0.004,B-,100,0,B-N,,0,,,,,,,,,9130.12,176899,883.51,177,-8136.52,195,-6834.833,214,5081.61,201,11775.76,240,8574.191,3159,55950450.694,189907,-46154.881,176898, -23,34,V,,,0,0,(7/2-),,0.32,3,S,0.32,0.03,B-,100,0,B-N,,0,,,,,,,,,8111.252,80486,2800.23,80,-7931.56,124,-10497.817,269,6329.89,194,12382.37,146,8534.817,1412,56952320.197,86397,-44413.450,80479, -23,35,V,,,0,0,(1+),,191,10,MS,0.191,0.01,B-,100,0,B-N,,0,,,,,,,,,11590.049,89386,4051.63,89,-8935.77,287,-9291.753,219,4059.62,120,13775.09,272,8457.658,1541,57956626.932,95947,-40401.753,89374, -23,36,V,,,0,0,(5/2- 3/2-),,75,7,MS,0.075,0.007,B-,100,0,,,,,,,,,,,,10253.745,270218,6088.47,162,-10097.58,482,-12322.015,257,5501.58,185,14011,258,8407.555,2744,58959385.659,173778,-37832.015,161874, -23,37,V,,,0,0,,,122,18,MS,0.122,0.018,B-,100,0,B-2N,,0,B-N,,0,,,,,,13427.621,293169,6772.49,309,-10814.61,627,-10911.956,372,3481.26,273,15021,298,8325.45,3669,59964313.29,236350,-33241.956,220159, -23,38,V,,,0,0,(3/2- 5/2-),,48.3,10,MS,0.0483,0.001,B-,100,0,B-N,10,0,B-2N,,0,,,,,,11968.8,899958,8091.83,915,-11935.47,1581,-14156.429,980,5335.79,921,15466,943,8276.439,14660,60967250,960000,-30506.429,894234, -23,39,V,,,0,0,,,33.6,23,MS,0.0336,0.0023,B-,100,0,B-N,,0,,,,,,,,,15419,333,8928,315,-13025,499,-12976.0,499,3041,943,16416,499,8192,5,61972650,320,-25476,298, -23,40,V,,,0,0,7/2-,,17,3,MS,0.017,0.003,B-,100,0,B-N,,0,,,,,,,,,14117,537,10934,426,-14013,565,-16140.0,640,4485,499,16679,565,8133,6,62976500,429,-21890,400, -23,41,V,,,0,0,(LE2),,15,2,MS,0.015,0.002,B-,100,0,B-N,,0,,,,,,,,,17160,594,11616,537,-14693,640,-15295.0,721,2501,565,17859,640,8045,6,63982480,429,-16320,400, -23,42,V,,,0,0,,GT,360,,NS,0.00000036,5e15,B-,100,0,B-N,,0,,,,,,,,,16440,583,13629,666,-15136,781,,,3531,640,18044,781,7976,8,64987354,537,-11780,500, -23,43,V,,,0,0,,GT,360,,NS,0.00000036,5e15,B-,,0,B-N,,0,,,,,,,,,19110,640,14538,583,,,,,1902,707,,,7884,8,65993977,537,-5610,500, -23,44,,,,0,0,,GT,620,,NS,0.00000062,5e15,B-,,0,B-N,,0,B-2N,,0,,,,,,18030,721,15998,721,,,,,3111,781,,,7812,9,66999302,644,-650,600, -24,18,Cr,,,0,0,0+,,13.3,10,MS,0.0133,0.001,EC+B+,100,0,ECP,94.4,5,,,,,,,,,,,,,-6564,500,14350.0,445,,,879,447,7464,10,42007225,429,6730,400, -24,19,Cr,,,0,0,(3/2+),,21.2,7,MS,0.0212,0.0007,EC+B+,100,0,ECP,79.3,3,EC2P,11.6,1,,,,,,,,,,-6595,447,15946.356,402,16771,565,1639,445,7680,9,42997885,429,-1970,400, -24,20,Cr,,,0,0,0+,,42.8,6,MS,0.0428,0.0006,EC+B+,100,0,ECP,7,3,,,,,,,,,-20390,583,,,-6935,340,10756.38,351,19462,500,2733,303,7948,7,43985657,322,-13360,300, -24,21,Cr,,,0,0,(7/2-),,60.9,4,MS,0.0609,0.0004,B+,100,0,B+P,34.4,0.8,,,,= 3/2,,,,,-14265,401,-34616,501,-6242.18,45,12371.217,35,14226,302,2687.39,185,8087.728,787,44979050,38000,-19514.799,35397, -24,22,Cr,,,0,0,0+,,0.26,6,S,0.26,0.06,EC+B+,100,0,,,,,,,,,,,,-16902,400,-32293,400,-6791.81,11,7603.784,11,18028.08,37,4874.52,11,8303.823,249,45968360.97,12295,-29471.567,11453, -24,23,Cr,,,0,0,3/2-,,500,15,MS,0.5,0.015,EC+B+,100,0,,,,,,,,,,,,-11996.204,32240,-30064,400,-7666.41,9,7444.04,6,13162.33,13,4776.20,6,8407.195,128,46962895.544,6473,-34562.578,6030, -24,24,Cr,,,0,0,0+,,21.56,3,H,77616,108,EC+B+,100,0,,,,,,,,,,,,-13525.682,10087,-28326.96,33,-7698.37,7,1655.674,7,16330.76,9,8104.37,7,8572.269,153,47954028.667,7862,-42822.020,7324, -24,25,Cr,,,0,0,5/2-,,42.3,1,M,2538,6,EC+B+,100,0,,,,,,,= 1/2,0.476,,,,-7712.426,233,-24108.04,7,-8748.14,240,2628.871,2391,10582.36,8,8144.34,245,8613.291,46,48951332.955,2407,-45333.060,2243, -24,26,Cr,3.6588,65,0,0,0+,GT,1.3E+18,,Y,4.102488e25,1.5778797948756e32,,,,,,,,,,= 1,,,,,-7634.477,67,-20712.75,221,-8559.19,47,-1038.059,599,13000.33,220,9589.11,94,8701.032,9,49946041.443,468,-50262.072,437, -24,27,Cr,,,0,0,7/2-,,27.7010,11,D,2393366.4,95.04,EC,100,0,,,,,,,,,,,,-3207.518,346,-16895.12,21,-8938.95,42,752.447,566,9260.64,20,9516.35,23,8712.005,8,50944764.652,429,-51451.395,400, -24,28,Cr,3.6452,42,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4711.958,1851,-15246.68,59,-9351.45,36,-3975.473,54,12039.16,51,10504.37,52,8775.989,7,51940504.992,364,-55419.242,340, -24,29,Cr,3.6511,75,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,-0.47454,,-0.15,,-596.884,356,-12651.03,185,-9148.13,36,-3435.938,3,7939.07,14,11132.20,54,8760.198,7,52940646.961,373,-55286.999,348, -24,30,Cr,3.6885,74,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1377.136,1008,-10315.97,37,-7928.02,37,-7041.592,15,9719.08,12,12372.67,3,8777.955,7,53938878.012,378,-56934.765,353, -24,31,Cr,,,0,0,3/2-,,3.497,3,M,209.82,0.18,B-,100,0,,,,,,,,,,,,2602.703,368,-7623.40,102,-7801.79,64,-5965.124,95,6246.26,19,12505.51,15,8731.924,7,54940837.289,428,-55109.710,399, -24,32,Cr,,,0,0,0+,,5.94,10,M,356.4,6,B-,100,0,,,,,,,,,,,,1626.538,561,-5643.90,54,-8240.1,7,-9130.12,177,8246.61,65,13429.39,95,8723.258,11,55940649.107,647,-55285.001,603, -24,33,Cr,,,0,0,(3/2)-,,21.1,10,S,21.1,1,B-,100,0,,,,,,,,,,,,4961.548,1846,-3684.48,112,-8118.56,100,-8111.252,80,5311.02,123,13658.79,177,8663.394,19,56943612.409,1146,-52524.702,1068, -24,34,Cr,,,0,0,0+,,7.0,3,S,7,0.3,B-,100,0,,,,,,,,,,,,3835.759,3085,-2576.87,212,-8794.74,82,-11590.048,89,7538.42,183,14867.32,80,8643.998,26,57944184.502,1600,-51991.801,1490, -24,35,Cr,,,0,0,(1/2-),,0.46,5,S,0.46,0.05,B-,100,0,,,,,,,,,,,,7439.56,216380,-329.52,216,-8842.59,270,-10253.745,270,4165.28,216,14972.98,234,8568.087,3667,58948377.81,232279,-48085.760,216367, -24,36,Cr,,,0,0,0+,,0.49,1,S,0.49,0.01,B-,100,0,B-N,,0,,,,,,,,,6298.361,193607,784.43,194,-9774.44,228,-13427.62,293,6655.13,290,16126.53,252,8536.205,3227,59949898.146,207830,-46669.576,193593, -24,37,Cr,,,0,0,(5/2-),,237,11,MS,0.237,0.011,B-,100,0,B-N,,0,,,,,,,,,9266.893,101367,2421.39,101,-10984.51,276,-11968.8,900,3876.97,219,16522.24,242,8459.824,1661,60954400.963,108793,-42475.229,101341, -24,38,Cr,,,0,0,0+,,206,12,MS,0.206,0.012,B-,100,0,B-N,,0,,,,,,,,,7628.996,148244,2775.84,148,-12210,249,-15418.961,333,6491.05,179,17677.50,906,8428.069,2389,61956097.451,158991,-40894.961,148099, -24,39,Cr,,,0,0,1/2-,,129,2,MS,0.129,0.002,B-,100,0,B-N,,0,,,,,,,,,10879.579,358092,4445.17,358,-12922,410,-14117.474,537,3183.83,387,17820,466,8344.828,5684,62961344.384,384407,-36007.474,358073, -24,40,Cr,,,0,0,0+,,43,1,MS,0.043,0.001,B-,100,0,B-N,,0,,,,,,,,,9509.277,439679,5335.98,440,-13575,532,-17159.757,594,5543.60,567,18879,594,8301.058,6870,63964058,472000,-33479.757,439665, -24,41,Cr,,,0,0,(1/2-),,27,3,MS,0.027,0.003,B-,100,0,,,,,,,,,,,,12748,300,6698,300,-14295,500,-16440.0,583,2811,532,19189,500,8217,5,64969705,322,-28220,300, -24,42,Cr,,,0,0,0+,,24,2,MS,0.024,0.002,B-,100,0,,,,,,,,,,,,12030,400,8176,400,-14645,565,-19110.0,640,4572,500,20229,640,8161,6,65973462,429,-24720,400, -24,44,CR,,,0,0,0+,GT,360,,NS,0.00000036,5e15,B-,100,0,B-N,0,0,,,,,,,,,13580,640,10589,583,-16200,781,,,4191,640,21438,781,8013,7,67984112,537,-14800,500, -24,45,,,,0,0,,GT,620,,NS,0.00000062,5e15,B-,,0,B-N,,0,B-2N,,0,,,,,,16190,640,11729,640,,,,,1852,707,,,7924,7,68990789,537,-8580,500, -24,46,CR,,,0,0,0+,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,15020,781,12219,721,,,,,3971,781,,,7867,9,69995191,644,-4480,600, -25,19,Mn,,,0,0,,LT,105,,NS,0.000000105,0,P,,0,EC,,0,,,,,,,,,,,,,-7565,583,20390.0,583,,,-1711,640,7467,11,44007547,537,7030,500, -25,20,Mn,,,0,0,,,,,,,,,,,,,,,,,,,,,,-19012,565,,,-7995,447,14264.799,402,20351,640,-822,500,7753,9,44994364,429,-5250,400, -25,21,Mn,,,0,0,(4+),,36.2,4,MS,0.0362,0.0004,EC+B+,100,0,ECP,57,0.8,,,,= 2,,,,,-13480,640,-34403,565,-7375,445,16901.567,400,15391,565,344,401,7919,9,45986506,429,-12570,400, -25,22,Mn,,,0,0,(5/2-),,100,50,MS,0.1,0.05,EC+B+,100,0,ECP,3.4,0.9,,,,,,,,,-15697,501,-31548,501,-7074.93,53,11996.204,32,18068,401,383.78,34,8135.311,674,46975774,34000,-22566.374,31671, -25,23,Mn,,,0,0,4+,,158.1,22,MS,0.1581,0.0022,EC+B+,100,0,B+P,0.28,0.04,B+A,0.0006,0,= 1,,,,,-11296,400,-30498,500,-7604.87,182,13525.682,10,14801.28,32,2022.73,6,8274.185,145,47968549.085,7449,-29296.338,6939, -25,24,Mn,,,0,0,5/2-,,382,7,MS,0.382,0.007,EC+B+,100,0,,,,,,,= 1/2,,,,,-12869.907,24324,-27692,400,-8159.53,242,7712.426,3,16395.61,7,2087.58,8,8439.929,46,48959612.585,2420,-37620.634,2255, -25,25,Mn,3.7120,196,0,0,0+,,283.19,10,MS,0.28319,0.0001,EC+B+,100,0,,,,,,,= 1,,,,,-8151.139,8395,-25948.19,24,-7977.16,49,7634.477,622,13078.28,221,4583.51,220,8532.696,9,49954237.391,474,-42627.595,442, -25,26,Mn,3.7026,212,0,0,5/2-,,46.2,1,M,2772,6,EC+B+,100,0,,,,,,,,,,,,-8041.321,8977,-21838.74,8,-8662.17,53,3207.518,642,13687.60,30,5270.78,28,8633.772,10,50948208.065,539,-48243.877,502, -25,27,Mn,3.6706,128,0,0,6+,,5.591,3,D,483062.4,259.2,EC+B+,100,0,,,,,,,,,,0.5,,-2376.92,5017,-18576.05,9,-8654.51,209,4711.958,1876,10534.72,190,6544.86,188,8670.329,35,51945563.488,1980,-50707.284,1845, -25,28,Mn,3.6662,76,0,0,7/2-,,3.74E+6,4,Y,118025424000000,1262304000000,EC,100,0,,,,,,,,,,,,-3742.586,1686,-14431.07,5,-9153.1,94,596.883,569,12054.15,187,6559.84,33,8734.175,9,52941287.742,483,-54690.116,450, -25,29,Mn,3.6834,49,0,0,3+,,312.20,20,D,26974080,17280,EC+B+,100,0,B-,0.000093,0,,,,,3.2819,,0.37,,696.872,1076,-12681.42,194,-8758.53,112,1377.136,1116,8938.83,106,7559.60,100,8737.965,20,53940356.429,1136,-55557.629,1059, -25,30,Mn,3.7057,22,0,0,5/2-,,STABLE,,,,,,,,,,,,,,,3.4532,,0.33,,-231.114,179,-9529.23,25,-7933.49,48,-2602.703,501,10226.10,105,8066.62,32,8765.022,6,54938043.172,325,-57712.413,303, -25,31,Mn,3.7146,52,0,0,3+,,2.5789,1,H,9284.04,0.36,B-,100,0,,,,,,,,3.2266,,,,3695.544,207,-7501.56,22,-7892.68,52,-1626.537,688,7270.44,13,9090.80,39,8738.333,6,55938902.947,355,-56911.538,331, -25,32,Mn,,,0,0,5/2-,,85.4,18,S,85.4,1.8,B-,100,0,,,,,,,,,,,,2695.589,1526,-4950.49,153,-8060.11,3,-4961.549,1845,8646.03,153,9490.22,161,8736.713,26,56938285.968,1615,-57486.251,1505, -25,33,Mn,,,0,0,1+,,3.0,1,S,3,0.1,B-,100,0,,,,,,,,,,,,6327.553,2723,-3717.04,272,-8359.3,15,-3835.759,3,6412.63,3,10591.83,290,8696.643,47,57940066.646,2900,-55827.560,2701, -25,34,Mn,,,0,0,(5/2)-,,4.59,5,S,4.59,0.05,B-,100,0,,,,,,,,,,,,5139.485,2356,-1441.52,235,-8805.65,95,-7439.56,216,7769.08,4,10822.49,276,8680.921,39,58940391.113,2500,-55525.320,2329, -25,35,Mn,,,0,0,1+,,0.28,2,S,0.28,0.02,B-,100,0,IT,100,,,,,,,,,,8445.079,4128,-374.45,236,-9237.97,177,-6298.362,194,5513.93,3,12171.15,216,8628.138,39,59943136.576,2500,-52967.938,2329, -25,36,Mn,,,0,0,(5/2-),,0.709,8,S,0.709,0.008,B-,100,0,,,,,,,,,,,,7178.372,3497,1599.58,4,-9753.59,81,-9266.893,101,6845.50,3,12361.52,194,8598.915,38,60944452.544,2500,-51742.122,2329, -25,37,Mn,,,0,0,(1+),,92,13,MS,0.092,0.013,B-,100,0,B-N,,0,,,,,,,,,10354.091,7114,2325.22,7,-10547.12,90,-7628.996,148,4853.15,7,13337.70,102,8538.499,106,61947907.386,7023,-48523.957,6542, -25,38,Mn,,,0,0,5/2-,,0.275,4,S,0.275,0.004,B-,100,0,B-N,,0,,,,,,,,,8748.568,5692,3919.68,5,-11479.95,162,-10879.579,358,6434.41,8,13281.06,148,8505.101,59,62949664.675,4000,-46887.053,3726, -25,39,Mn,,,0,0,(1+),,90,4,MS,0.09,0.004,B-,100,0,B-N,33,2,,,,,,,,,11980.51,6140,4575.27,6,-12171.99,220,-9509.278,440,4173.30,5,14270.53,358,8437.417,55,63953849.37,3800,-42989.035,3540, -25,40,Mn,,,0,0,(5/2-),,92,1,MS,0.092,0.001,B-,100,0,B-N,21,,,,,,,,,,10250.557,6326,5930.89,6,-12885.83,894,-12747.339,300,6049.62,5,14776.55,440,8400.681,57,64956019.75,4000,-40967.339,3726, -25,41,Mn,,,0,0,,,65,2,MS,0.065,0.002,B-,100,0,,,,,,,,,,,,13317.452,11906,6396.19,12,-13699,298,-12030.387,400,3854.37,12,15820,300,8331.798,169,65960546.834,12000,-36750.387,11178, -25,42,Mn,,,0,0,(5/2-),,47,2,MS,0.047,0.002,B-,100,0,B-N,,0,,,,,,,,,12150,404,8536,300,-13995,500,-14780.0,500,4781,300,16029,500,8279,4,66964079,322,-33460,300, -25,43,MN,,,0,0,>3,,28,3,MS,0.028,0.003,B-,100,0,B-N,0,0,,,,,,,,,15107,541,9159,482,-14485,565,-13580.0,640,2991,500,16989,565,8201,6,67969533,429,-28380,400, -25,44,Mn,,,0,0,(5/2-),,16,3,MS,0.016,0.003,B-,100,0,,,,,,,,,,,,14259,565,10645,541,-15416,640,-16190.0,640,4462,565,17260,640,8147,6,68973408,429,-24770,400, -25,45,MN,,,0,0,,,19.9,17,MS,0.0199,0.0017,B-,100,0,B-N,50,20,,,,,,,,,17010,640,11458,640,-16314,707,-15020.0,781,2801,640,18209,707,8070,7,69979066,537,-19500,500, -25,46,MN,,,0,0,,GT,637,,NS,0.000000637,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,15860,640,12869,640,-17345,781,,,4141,707,18379,781,8015,7,70983285,537,-15570,500, -25,47,MN,,,0,0,,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,18530,781,13458,721,,,,,2401,781,,,7937,8,71989372,644,-9900,600, -26,19,Fe,,,0,0,(3/2+),,1.89,+49-21,MS,0.00189,0.00035,2P,57,10,B+P,43,10,EC+B+,43,10,,,,,,,,,,,,19012.0,566,,,557,640,7313,9,45014774,429,13762,400, -26,20,Fe,,,0,0,0+,,13.0,20,MS,0.013,0.002,EC+B+,100,0,ECP,78.7,3.8,,,,,,,,,,,,,-8245,640,13480.0,640,20923,640,1129,640,7609,11,46000977,537,910,500, -26,21,Fe,,,0,0,(7/2-),,21.8,7,MS,0.0218,0.0007,EC+B+,100,0,ECP,0,0,EC2P,,0,,,,,,-17240,781,,,-7325,640,15696.374,501,15851,707,1589,640,7785,11,46992625,537,-6870,500, -26,22,Fe,,,0,0,0+,,44,7,MS,0.044,0.007,EC+B+,100,0,ECP,3.6,1.1,,,,,,,,,-19500,640,-36442,721,-7065,500,11296.338,400,19202,640,2723,401,8023,8,47980676,429,-18000,400, -26,23,Fe,,,0,0,(7/2-),,64.7,3,MS,0.0647,0.0003,EC+B+,100,0,B+P,56.7,0.4,,,,= 3/2,,,,,-14870,501,-34322,501,-7660.84,43,12869.907,24,14822,400,2743.36,25,8161.311,494,48973429,26000,-24750.727,24219, -26,24,Fe,,,0,0,0+,,155,11,MS,0.155,0.011,EC+B+,100,0,ECP,0,0,,,,,,,,,-16846,400,-32667,500,-7429.81,14,8151.139,8,17797.05,26,4144.79,9,8354.026,168,49962988,9000,-34476.456,8383, -26,25,Fe,,,0,0,5/2-,,305,5,MS,0.305,0.005,EC+B+,100,0,,,,,,,,,,,,-12860.412,49260,-30643,400,-8064.89,11,8041.322,9,13797.42,12,4863.93,9,8460.759,176,50956840.779,9623,-40202.555,8964, -26,26,Fe,,,0,0,0+,,8.275,8,H,29790,28.8,EC+B+,100,0,,,,,,,,,,,,-13969.413,9822,-29059.54,49,-7933.26,9,2376.921,5,16199.13,10,7375.46,5,8609.574,98,51948115.217,5493,-48330.363,5117, -26,27,Fe,,,0,0,7/2-,,8.51,2,M,510.6,1.2,EC+B+,100,0,,,,,,,,,,,,-8288.101,443,-24657.90,9,-8039.39,278,3742.586,1716,10688.48,5,7529.22,239,8648.799,31,52945305.574,1777,-50947.530,1656, -26,28,Fe,3.6933,19,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-8244.547,89,-21666.39,167,-8417.34,54,-696.871,1122,13378.29,161,8853.36,49,8736.382,7,53939608.306,399,-56254.500,372, -26,29,Fe,,,0,0,3/2-,,2.744,9,Y,86594054.4,284018.4,EC,100,0,,,,,,,,,,,,-3451.417,324,-17542.66,21,-8454.82,50,231.113,457,9298.12,19,9212.64,106,8746.595,6,54938291.283,367,-57481.300,342, -26,30,Fe,3.7377,16,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4566.68,411,-14648.52,34,-7612.76,34,-3695.544,448,11197.10,23,10183.64,16,8790.354,5,55934935.617,324,-60607.082,302, -26,31,Fe,3.7532,17,0,0,1/2-,,STABLE,,,,,,,,,,,,,,= 5/2,0.09044,,,,-836.276,451,-12212.75,41,-7319.76,34,-2695.588,1535,7646.07,4,10559.27,21,8770.279,5,56935392.134,326,-60181.839,304, -26,32,Fe,3.7745,14,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2307.955,1139,-10880.87,50,-7645.26,38,-6327.553,2723,10044.59,18,11957.83,154,8792.25,6,57933273.738,368,-62155.113,343, -26,33,Fe,,,0,0,3/2-,,44.495,9,D,3844368,777.6,B-,100,0,,,,,,,,-0.3358,,,,1564.903,369,-8888.96,113,-7980.01,43,-5139.485,2356,6581.01,11,12126.22,272,8754.771,6,58934873.649,380,-60664.805,355, -26,34,Fe,,,0,0,0+,,2.62E+6,4,Y,82680912000000,1262304000000,B-,100,0,,,,,,,,,,,,237.293,3411,-7254.63,3,-8552.93,3,-8445.079,4,8819.53,3,13176.67,4,8755.851,57,59934070.411,3659,-61413.017,3409, -26,35,Fe,,,0,0,(3/2-),,5.98,6,M,358.8,3.6,B-,100,0,,,,,,,,,,,,3977.572,2742,-5341.50,264,-8820.71,282,-7178.372,3,5578.79,4,13241.53,4,8703.768,43,60936746.244,2800,-58920.494,2608, -26,36,Fe,,,0,0,0+,,68,2,S,68,2,B-,100,0,,,,,,,,,,,,2546.235,18784,-4051.30,292,-9311.16,3,-10354.091,7,8028.87,4,14424.90,4,8692.882,45,61936791.812,3000,-58878.048,2794, -26,37,Fe,,,0,0,(5/2-),,6.1,6,S,6.1,0.6,B-,100,0,,,,,,,,,,,,6215.819,19067,-2282.66,19,-9974.78,216,-8748.568,6,4828.89,5,14400.63,8,8631.549,68,62940272.7,4618,-55635.621,4302, -26,38,Fe,,,0,0,0+,,2.0,2,S,2,0.2,B-,100,0,,,,,,,,,,,,4822.785,20625,-1189.42,19,-10724.88,194,-11980.509,6,7405.24,7,15371.46,6,8612.388,78,63940987.763,5386,-54969.544,5017, -26,39,Fe,,,0,0,(1/2-),,0.81,5,S,0.81,0.05,B-,100,0,,,,,,,,,,,,7967.303,5520,503.12,21,-11167.58,101,-10250.556,6,4319.67,7,15517.83,6,8546.346,79,64945015.324,5487,-51217.895,5112, -26,40,Fe,,,0,0,0+,,440,60,MS,0.44,0.06,B-,100,0,,,,,,,,,,,,6340.694,14561,1046.04,5,-11597.79,148,-13317.452,12,6921.26,7,16389.47,6,8521.724,62,65946249.96,4400,-50067.839,4099, -26,41,Fe,,,0,0,(5/2+),,0.6,+2-1,S,0.6,0.2,B-,100,0,,,,,,,,,,,,9711.62,270362,2727.06,271,-12027.6,449,-12150.155,404,3613.63,270,16148.74,271,8448.469,4034,66951035.482,290163,-45610.155,270285, -26,42,Fe,,,0,0,0+,,188,4,MS,0.188,0.004,B-,100,0,B-N,0,0,,,,,,,,,8443.751,411489,3763.54,365,-12432.07,572,-15106.914,542,5948.08,454,17316,473,8411.698,5371,67953314.875,392121,-43486.914,365259, -26,43,Fe,,,0,0,,,110,5,MS,0.11,0.005,B-,100,0,,,,,,,,,,,,11250,424,4830,442,-13235,500,-14260.0,566,3614,541,17939,565,8342,6,68958100,429,-39030,400, -26,44,Fe,,,0,0,0+,,65,6,MS,0.065,0.006,B-,100,0,B-N,,0,,,,,,,,,10120,500,5698,424,-14215,565,-17010.0,640,5552,565,19029,565,8302,6,69960805,429,-36510,400, -26,45,Fe,,,0,0,,,28,5,MS,0.028,0.005,B-,100,0,B-N,,0,,,,,,,,,12940,613,7129,500,-15174,565,-15860.0,640,2991,565,19219,640,8227,6,70966259,429,-31430,400, -26,46,Fe,,,0,0,0+,GE,150,,NS,0.00000015,5e15,B-,100,0,B-N,27.6,,,,,,,,,,11769,640,7868,683,-16055,707,-18530.0,781,5072,640,20149,707,8184,7,71969479,537,-28430,500, -26,47,FE,,,0,0,,,12.9,16,MS,0.0129,0.0016,B-,100,0,B-2N,,0,B-N,,0,,,,,,14518,640,9228,640,-16745,707,,,2541,707,20289,781,8106,7,72975416,537,-22900,500, -26,48,FE,,,0,0,0+,GT,638,,NS,0.000000638,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,13230,781,9757,721,-17536,848,,,4762,781,,,8061,8,73978969,644,-19590,600, -26,49,FE,,,0,0,,GT,620,,NS,0.00000062,5e15,B-N,,0,B-2N,,0,B-,,0,,,,,,16010,781,11109,781,,,,,2121,848,,,7982,8,74985357,644,-13640,600, -27,23,Co,,,0,0,(6+),,38.8,2,MS,0.0388,0.0002,EC+B+,100,0,ECP,70.5,0.7,EC2P,,0,= 2,,,,,-13510,640,-33902,721,-7486,565,16846.456,400,15821,640,169,400,8001,8,49981073,429,-17630,400, -27,24,Co,,,0,0,(7/2-),GT,200,,NS,0.0000002,5e15,EC+B+,,0,,,,,,,,,,,,-15442,503,-31293,503,-7200.69,58,12860.412,49,17783,403,154.66,49,8193.254,950,50970647,52000,-27342.143,48438, -27,25,Co,,,0,0,(6+),,104,7,MS,0.104,0.007,EC+B+,100,0,B+P,,0,,,,,,,,,-12031,400,-30532,500,-7489.53,11,13969.412,10,15090.12,49,1447.37,12,8325.886,161,51963112,9000,-34360.951,8383, -27,26,Co,,,0,0,(7/2-),,240,9,MS,0.24,0.009,EC+B+,100,0,,,,,,,,,,,,-13028.604,25209,-28401,400,-7463.71,282,8288.102,2383,16369.79,9,1618.04,5,8477.658,32,52954203.217,1839,-42659.428,1713, -27,27,Co,,,0,0,0+,,193.28,7,MS,0.19328,0.00007,EC+B+,100,0,,,,,,,= 1,,,,,-8731.646,4673,-26450.45,25,-7807.27,55,8244.547,534,13421.84,167,4351.39,162,8569.217,7,53948459.192,411,-48009.953,383, -27,28,Co,,,0,0,7/2-,,17.53,3,H,63108,108,EC+B+,100,0,,,,,,,,4.822,,,,-8694.034,578,-22822.89,5,-8210.92,62,3451.417,548,14091.25,31,5064.35,30,8669.618,8,54941996.531,459,-54029.883,428, -27,29,Co,,,0,0,4+,,77.236,26,D,6673190.4,2246.4,EC+B+,100,0,,,,,,,,3.85,,0.25,,-2132.863,374,-18775.87,74,-7758.03,187,4566.68,56,10081.84,46,5848.07,45,8694.836,9,55939838.15,529,-56040.402,493, -27,30,Co,,,0,0,7/2-,,271.74,6,D,23478336,5184,EC,100,0,,,,,,,= 3/2,4.72,,0.52,,-3261.731,642,-13509.34,52,-7080.36,62,836.275,614,11376.48,56,6027.45,45,8741.882,9,56936289.913,572,-59345.564,533, -27,31,Co,,,0,0,2+,,70.86,6,D,6122304,5184,EC+B+,100,0,,,,,,,,4.044,,0.23,,381.586,1107,-11834.64,121,-6714.45,154,2307.955,121,8572.91,118,6954.29,112,8738.969,20,57935751.429,1245,-59847.158,1160, -27,32,Co,3.7875,21,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,4.627,,0.41,,-1073.002,194,-10072.28,20,-6942.21,34,-1564.904,548,10453.87,110,7363.57,35,8768.035,7,58933193.656,448,-62229.709,418, -27,33,Co,,,0,0,5+,,1925.28,14,D,166344192,12096,B-,100,0,,,,,,,,3.799,,0.44,,2822.809,212,-8564.92,21,-7163.69,38,-237.292,3,7491.92,7,8274.47,38,8746.766,7,59933815.667,455,-61650.309,424, -27,34,Co,,,0,0,7/2-,,1.649,5,H,5936.4,18,B-,100,0,,,,,,,,,,,,1323.839,790,-6496.26,79,-7836.73,172,-3977.572,2742,9319.07,82,8774.02,3,8756.148,14,60932476.145,908,-62898.066,846, -27,35,Co,,,0,0,(2)+,,1.54,10,M,92.4,6,B-,100,0,,,,,,,,,,,,5322.04,18570,-5273.69,19,-8021.64,19,-2546.234,19,6597.53,19,9792.76,19,8721.332,300,61934058.317,19940,-61424.282,18575, -27,36,Co,,,0,0,7/2-,,27.4,5,S,27.4,0.5,B-,100,0,,,,,,,,,,,,3661.335,18570,-3176.43,19,-8751.04,19,-6215.819,19,8498.48,26,10262.36,19,8717.795,295,62933599.744,19941,-61851.440,18575, -27,37,Co,,,0,0,1+,,0.30,3,S,0.3,0.03,B-,100,0,,,,,,,,,,,,7306.592,20000,-2350.87,20,-9249.31,20,-4822.785,21,6012.21,27,11445.68,20,8675.52,313,63935810.291,21476,-59792.329,20006, -27,38,Co,,,0,0,(7/2)-,,1.16,3,S,1.16,0.03,B-,100,0,,,,,,,,,,,,5940.487,2141,-157.59,214,-9867.99,3,-7967.303,6,7464.19,20,11504.62,5,8656.884,32,64936462.073,2235,-59185.198,2083, -27,39,Co,,,0,0,(3+),,0.20,2,S,0.2,0.02,B-,100,0,,,,,,,,,,,,9597.752,14042,645.83,14,-10309.49,15,-6340.694,15,5294.65,14,12479.61,15,8605.941,212,65939442.945,15000,-56408.533,13972, -27,40,Co,,,0,0,(7/2-),,0.425,20,S,0.425,0.02,B-,100,0,,,,,,,,,,,,8420.905,7061,2613.19,7,-10859.64,7,-9711.62,270,6984.56,15,12542.91,8,8581.741,96,66940609.628,6917,-55321.775,6443, -27,41,Co,,,0,0,(7-),,0.20,2,S,0.2,0.02,B-,100,0,,,,,,,,,,,,11533.15,189520,3740.70,190,-11366.55,190,-8443.751,411,4680.21,190,13609.48,330,8524.366,2787,67944250.135,203433,-51930.665,189497, -27,42,Co,,,0,0,(7/2-),,227,11,MS,0.227,0.011,B-,100,0,,,,,,,,,,,,9699.492,140556,5113.34,141,-11736.73,141,-11249.157,424,6419.81,236,14081.21,391,8493.865,2036,68946023.102,150839,-50279.157,140506, -27,43,Co,,,0,0,(6- 7-),,112,7,MS,0.112,0.007,B-,100,0,B-N,,0,,,,,,,,,12584,300,5278,300,-12304,300,-10120.0,500,4422,331,14889,500,8436,4,69949941,322,-46630,300, -27,44,Co,,,0,0,(7/2-),,80,3,MS,0.08,0.003,B-,100,0,B-N,6,2,,,,,,,,,11036.302,465035,6772.62,465,-13335,553,-12939.926,613,5812,553,15149,613,8398.734,6550,70952366.923,499230,-44369.926,465030, -27,45,CO,,,0,0,[6- 7-],,59.9,17,MS,0.0599,0.0017,B-,100,0,B-N,6,0,,,,,,,,,14027,400,7135,400,-14245,565,-11770.0,640,3901,613,16059,565,8336,6,71956844,429,-40200,400, -27,46,Co,,,0,0,(7/2-),,40.7,13,MS,0.0407,0.0013,B-,100,0,B-N,30,0,B-2N,,0,,,,,,12690,400,8737,400,-15073,565,-14518.0,640,5290,565,16277,640,8295,5,72959830,429,-37418,400, -27,47,Co,,,0,0,,,30,3,MS,0.03,0.003,B-,100,0,B-N,0,0,,,,,,,,,15636,537,9217,500,-15745,707,-13230.0,781,3473,640,17209,707,8229,7,73964766,537,-32820,500, -27,48,Co,,,0,0,,,30,11,MS,0.03,0.011,B-,100,0,B-N,16,0,B-2N,,0,,,,,,14380,583,10736,537,-16504,707,-16009.0,781,4901,707,17348,781,8185,7,74968170,537,-29649,500, -27,49,CO,,,0,0,,,21.7,+65-49,MS,0.0217,0.0057,B-,100,0,B-2N,,0,B-N,,0,,,,,,17120,721,11448,671,-17035,848,,,2932,781,18160,848,8116,8,75973687,644,-24510,600, -27,50,Co,,,0,0,,,13.0,+72-43,MS,0.013,0.0058,B-,100,0,B-2N,,0,B-N,,0,,,,,,15785,781,12545,721,,,,,4575,848,,,8070,8,76977440,644,-21015,600, -28,20,Ni,,,0,0,0+,,2.1,+21-7,MS,0.0021,0.0014,2P,,0,EC+B+,,0,,,,,,,,,,,,,,,15293.0,709,,,866,782,7265,10,48018028,538,16793,502, -28,21,Ni,,,0,0,,,7.5,10,MS,0.0075,0.001,EC+B+,100,0,B+P,83,13,,,,,,,,,,,,,-7987,721,18080.0,781,16665,782,589,781,7457,12,49008803,644,8200,600, -28,22,Ni,,,0,0,0+,,18.5,12,MS,0.0185,0.0012,EC+B+,100,0,ECP,86.7,3.9,EC2P,,0,,,,,,,,,,-7455,707,13510.0,640,20391,781,1529,707,7716,10,49995577,537,-4120,500, -28,23,Ni,,,0,0,(7/2-),GT,200,,NS,0.0000002,5e15,ECP,87.2,,EC+B+,,0,,,,,,,,,,,,,-7455,707,15442.143,502,15851,707,1558,640,7875,10,50987225,537,-11900,500, -28,24,Ni,,,0,0,0+,,40.8,2,MS,0.0408,0.0002,EC+B+,100,0,B+P,31.4,1.5,,,,,,,,,-20049,721,,,-6754,565,12030.951,400,18501,640,2277,403,8079,8,51976028,429,-22330,400, -28,25,Ni,,,0,0,(7/2-),,55.2,7,MS,0.0552,0.0007,EC+B+,100,0,ECP,23.4,1,,,,= 3/2,,,,,-16361,501,-35422,600,-7305.01,35,13028.604,25,15372,400,2558.84,27,8217.074,475,52968190,27000,-29630.824,25150, -28,26,Ni,,,0,0,0+,,114.2,3,MS,0.1142,0.0003,EC+B+,100,0,,,,,,,,,,,,-17868,400,-34080,500,-7226.77,10,8731.645,5,17718.80,26,3907.85,5,8393.032,86,53957833,5000,-39278.308,4657, -28,27,Ni,,,0,0,7/2-,,204.7,37,MS,0.2047,0.0037,EC+B+,100,0,,,,,,,,,,,,-13700.449,155561,-31997,400,-7558.21,9,8694.034,837,14128.86,5,4614.87,66,8497.32,13,54951329.961,771,-45335.849,719, -28,28,Ni,,,0,0,0+,,6.075,10,D,524880,864,EC+B+,100,0,,,,,,,,,,,,-15264.511,14910,-30343.46,156,-8002.09,5,2132.863,649,16643.01,67,7166.63,34,8642.779,8,55942127.872,452,-53907.539,422, -28,29,Ni,,,0,0,3/2-,,35.60,6,H,128160,216,EC+B+,100,0,,,,,,,,-0.7975,,,,-8774.947,439,-25512.12,15,-7561.22,171,3261.731,789,10247.61,52,7332.40,59,8670.933,10,56939791.525,624,-56083.833,582, -28,30,Ni,3.7757,20,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-8561.019,443,-20991.18,45,-6399.16,35,-381.586,1218,12216.23,50,8172.15,43,8732.059,6,57935341.78,400,-60228.744,373, -28,31,Ni,,,0,0,3/2-,,7.6E+4,5,Y,2398377600000,157788000000,EC+B+,100,0,,,,,,,,,,,,-4798.38,397,-17560.30,45,-6100.32,33,1073.002,561,8999.28,5,8598.52,111,8736.588,6,58934345.571,402,-61156.707,374, -28,32,Ni,3.8118,16,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6127.982,1573,-16186.11,40,-6290.95,26,-2822.809,567,11387.73,5,9532.38,20,8780.774,6,59930785.256,403,-64473.118,376, -28,33,Ni,3.8225,19,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,-0.75002,,0.162,,-2237.845,966,-13948.09,157,-6464.98,26,-1323.839,927,7820.10,5,9860.57,22,8765.025,6,60931054.945,405,-64221.905,378, -28,34,Ni,3.8399,21,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3958.896,475,-12833.58,95,-7016.13,42,-5322.041,19,10595.73,31,11137.23,73,8794.553,7,61928344.871,470,-66746.323,439, -28,35,Ni,,,0,0,1/2-,,101.2,15,Y,3193629120,47336400,B-,100,0,,,,,,,,,,,,66.977,15,-10796.67,48,-7272.89,43,-3661.335,19,6837.77,6,11377.46,19,8763.493,7,62929669.139,472,-65512.775,440, -28,36,Ni,3.8572,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1674.376,225,-9590.49,20,-8110.82,3,-7306.592,20,9657.46,20,12536.45,19,8777.461,7,63927966.341,510,-67098.921,475, -28,37,Ni,,,0,0,5/2-,,2.5175,5,H,9063,1.8,B-,100,0,,,,,,,,0.69,,,,2137.975,706,-7772.46,26,-8630.11,265,-5940.487,2141,6098.08,14,12622.33,20,8736.24,8,64930084.697,531,-65125.685,495, -28,38,Ni,,,0,0,0+,,54.6,3,H,196560,1080,B-,100,0,,,,,,,,,,,,251.987,1543,-6813.94,154,-9553.15,3,-9597.752,14,8951.92,148,14110.06,250,8739.508,21,65929139.334,1500,-66006.285,1397, -28,39,Ni,,,0,0,(1/2)-,,21,1,S,21,1,B-,100,0,,,,,,,,0.601,,,,3576.832,3023,-5555.72,3,-10531.97,5,-8420.905,7,5807.71,3,14623.12,14,8695.75,43,66931569.414,3100,-63742.680,2888, -28,40,Ni,,,0,0,0+,,29,2,S,29,2,B-,100,0,,,,,,,,,,,,2103.22,3375,-4215.62,3,-10919.19,6,-11533.149,190,7792.45,4,15431.01,7,8682.466,44,67931868.789,3200,-63463.814,2981, -28,41,Ni,,,0,0,(9/2+),,11.4,3,S,11.4,0.3,B-,100,0,B-N,,0,,,,,,,,,5757.564,3979,-2482.93,4,-11185.67,6,-9699.491,141,4586.15,5,15336.95,190,8623.099,54,68935610.268,4000,-59978.648,3726, -28,42,Ni,,,0,0,0+,,6.0,3,S,6,0.3,B-,100,0,,,,,,,,,,,,3762.513,2401,-1548.96,256,-11570.94,5,-12583.86,300,7306.53,4,16223.67,141,8604.291,31,69936431.303,2301,-59213.860,2144, -28,43,Ni,,,0,0,(9/2+),,2.56,3,S,2.56,0.03,B-,100,0,,,,,,,,,,,,7304.899,2688,-501.17,248,-12220.99,270,-11036.302,465,4263.68,3,16066,300,8543.156,32,70940518.964,2401,-55406.228,2237, -28,44,Ni,,,0,0,0+,,1.57,5,S,1.57,0.05,B-,100,0,,,,,,,,,,,,5556.938,2637,413.75,269,-13164.06,365,-14026.06,400,6891.15,3,17145.11,465,8520.211,31,71941785.926,2401,-54226.060,2237, -28,45,Ni,,,0,0,(9/2+),,0.84,3,S,0.84,0.03,B-,100,0,B-N,,0,,,,,,,,,8879.285,3104,1603.53,280,-13503,400,-12690.152,400,3953.41,3,17198,400,8457.652,33,72946206.683,2601,-50108.152,2423, -28,46,Ni,,,0,0,0+,,0.68,18,S,0.68,0.18,B-,100,0,B-N,,0,,,,,,,,,7550,196,2460,196,-14371,445,-15636.0,537,6419,196,18327,445,8430,3,73947980,210,-48456,196, -28,47,Ni,,,0,0,,,344,25,MS,0.344,0.025,B-,100,0,B-N,10,2.8,,,,,,,,,10441,300,3905,300,-15025,500,-14381.0,583,3645,358,18499,583,8366,4,74952732,322,-44030,300, -28,48,Ni,,,0,0,0+,,0.238,+15-18,S,0.238,0.017,B-,100,0,B-N,,0,,,,,,,,,9346,400,4770,400,-15625,640,-17120.0,721,5672,500,19270,640,8331,5,75955308,429,-41630,400, -28,49,Ni,,,0,0,,,128,+27-33,MS,0.128,0.03,B-,100,0,B-N,,0,,,,,,,,,11824,522,6105,500,-16325,707,-15785.0,781,3241,640,19578,781,8265,6,76960494,537,-36800,500, -28,50,Ni,,,0,0,0+,,0.11,+10-6,S,0.11,0.08,B-,100,0,B-N,,0,,,,,,,,,10608,783,6663,618,-16724,848,,,5161,781,20164,848,8225,8,77963618,644,-33890,600, -28,51,NI,,,0,0,,,43.0,+86-75,MS,0.043,0.0081,B-,100,0,B-2N,,0,B-N,,0,,,,,,14170,671,8856,783,-16355,848,,,1752,848,,,8143,8,78970402,644,-27570,600, -28,52,Ni,,,0,0,0+,,24,+26-17,MS,0.024,0.022,B-,100,0,B-2N,,0,B-N,,0,,,,,,13570,806,11039,761,,,,,3131,922,,,8080,9,79975706,751,-22630,700, -29,24,Cu,,,0,0,,LT,130,,NS,0.00000013,0,P,,0,,,,,,,,,,,,,,,,-5815,707,16360.824,501,19061,781,-1771,640,7894,9,52985754,537,-13270,500, -29,25,Cu,,,0,0,3+,LT,75,,NS,0.000000075,0,P,,0,,,,,,,,,,,,-15139,565,,,-6205,565,17868.308,400,16212,640,-931,400,8048,7,53977015,429,-21410,400, -29,26,Cu,,,0,0,3/2-,,40,,MS,0.04,0,ECP,15,,P,,0,B+,,0,,,,,,-17065,429,-33435,429,-6718.17,163,13700.45,156,18296,429,-353.94,156,8233.996,2828,54966038,167000,-31635.399,155559, -29,27,Cu,,,0,0,(4+),,93,3,MS,0.093,0.003,B+,100,0,B+P,0.4,0.12,,,,,,,,,-13253,400,-32144,400,-6706.99,17,15264.51,15,15078.95,156,596.15,15,8356.227,266,55958515,16000,-38643.029,14904, -29,28,Cu,,,0,0,3/2-,,196.3,7,MS,0.1963,0.0007,EC+B+,100,0,,,,,,,,,,,,-14759,200,-29990,400,-7074.37,174,8774.947,78,16737.17,15,690.32,41,8503.262,9,56949211.819,557,-47308.886,519, -29,29,Cu,,,0,0,1+,,3.204,7,S,3.204,0.007,EC+B+,100,0,,,,,,,= 0,0.479,,,,-9368.981,50002,-27189,200,-6082.69,56,8561.019,688,12430.16,63,2872.86,67,8570.967,10,57944532.413,621,-51667.725,578, -29,30,Cu,,,0,0,3/2-,,81.5,5,S,81.5,0.5,EC+B+,100,0,,,,,,,,,,,,-9142.775,602,-22130.90,50,-4753.36,55,4798.38,66,12761.92,56,3418.55,39,8642,9,58939496.844,584,-56358.327,544, -29,31,Cu,,,0,0,2+,,23.7,4,M,1422,24,EC+B+,100,0,,,,,,,,1.2186,,0.116,,-4170.797,1629,-19200.90,171,-4729.65,162,6127.981,1661,10058.13,162,4477.40,157,8665.602,27,59937363.916,1736,-58345.137,1618, -29,32,Cu,,,0,0,3/2-,,3.339,8,H,12020.4,28.8,EC+B+,100,0,,,,,,,,2.1083,,-0.221,,-5635.156,15903,-15881.04,105,-5063.41,104,2237.846,1025,11710.24,185,4799.91,97,8715.514,16,60933457.371,1022,-61984.059,953, -29,33,Cu,,,0,0,1+,,9.67,3,M,580.2,1.8,EC+B+,100,0,,,,,,,,-0.3796,,-0.022,,-1619.455,651,-14509.84,16,-5365.18,124,3958.897,782,8874.68,107,5854.49,56,8718.081,10,61932594.921,694,-62787.426,647, -29,34,Cu,3.8823,15,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,2.22329,,-0.211,,-3366.355,1546,-12483.10,45,-5774.96,37,-66.977,622,10863.64,48,6122.40,6,8752.138,7,62929597.236,472,-65579.752,440, -29,35,Cu,,,0,0,1+,,12.701,2,H,45723.6,7.2,EC+B+,61.5,0.3,B-,38.5,0.3,,,,,-0.217,,,,579.469,650,-11282.47,155,-6199.15,39,1674.376,653,7916.11,10,7200.74,10,8739.075,7,63929763.857,481,-65424.545,448, -29,36,Cu,3.9022,14,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,2.3816,,-0.195,,-1351.64,360,-9330.96,39,-6790.51,98,-2137.975,817,9910.43,67,7453.71,69,8757.096,10,64927789.487,697,-67263.660,650, -29,37,Cu,,,0,0,1+,,5.120,14,M,307.2,0.84,B-,100,0,,,,,,,,-0.282,,,,2640.888,931,-8417.57,37,-7258.91,19,-251.987,1543,7065.93,9,8421.56,71,8731.472,10,65928868.814,703,-66258.272,655, -29,38,Cu,,,0,0,3/2-,,61.83,12,H,222588,432,B-,100,0,,,,,,,,,,,,560.8,830,-6491.67,85,-7892.99,19,-3576.833,3,9132.56,108,8602.20,166,8737.458,13,66927729.526,959,-67319.513,894, -29,39,Cu,,,0,0,1+,,30.9,6,S,30.9,0.6,B-,100,,,,,,,,,2.3933,,-0.082,,4440.057,1767,-5758.04,176,-8199.62,20,-2103.221,3,6318.84,182,9113.33,3,8701.89,23,67929610.889,1700,-65567.035,1584, -29,40,Cu,,,0,0,3/2-,,2.85,15,M,171,9,B-,100,0,,,,,,,,2.8383,,-0.147,,2681.632,1610,-3800.44,160,-8975.93,250,-5757.565,4,8240.50,211,9561.37,3,8695.204,20,68929429.268,1500,-65736.213,1397, -29,41,Cu,,,0,0,6-,,44.5,2,S,44.5,0.2,B-,100,0,,,,,,,,1.3666,,-0.285,,6588.362,2202,-2629.84,135,-8992.76,14,-3762.513,2402,5311.48,177,10286.69,4,8646.865,15,69932392.079,1161,-62976.373,1082, -29,42,Cu,,,0,0,3/2(-),,19.4,16,S,19.4,1.6,B-,100,0,,,,,,,,2.2747,,-0.19,,4617.651,3044,-1217.71,243,-9814.27,7,-7304.899,2688,7806.07,184,10786.24,261,8635.022,21,70932676.832,1600,-62711.127,1490, -29,43,Cu,,,0,0,(2),,6.63,3,S,6.63,0.03,B-,100,0,,,,,,,,,,,,8362.487,2558,-525.54,3,-10277.25,190,-5556.939,2637,5143.19,204,11665.74,264,8586.525,19,71935820.307,1500,-59782.999,1397, -29,44,Cu,,,0,0,(3/2-),,4.2,3,S,4.2,0.3,B-,100,0,,,,,,,,,,,,6605.966,2691,1086.73,289,-11133.2,141,-8879.285,3,7275.75,239,12050.35,3,8568.569,27,72936674.378,2084,-58987.437,1942, -29,45,Cu,,,0,0,(1+ 3+),,1.63,5,S,1.63,0.05,B-,100,0,B-N,0,0,,,,,,,,,9750.507,6642,1515.88,6,-11801,300,-7550.205,196,5090.09,6,13187.02,7,8521.562,83,73939874.862,6600,-56006.205,6148, -29,46,Cu,,,0,0,5/2(-),,1.224,3,S,1.224,0.003,B-,100,0,B-N,3.5,0.6,,,,,1.0062,,-0.269,,8087.567,3042,3214.05,3,-12526.33,465,-10441.341,300,6536.45,7,13304,196,8495.094,31,74941522.606,2501,-54471.341,2330, -29,47,Cu,,,0,0,,,0.641,6,S,0.641,0.006,B-,100,0,B-N,3,2,,,,,,,,,11327.031,6863,3511.61,7,-13201,400,-9345.985,400,4575.96,7,14235,300,8443.527,88,75945275.025,7200,-50975.985,6707, -29,48,Cu,,,0,0,5/2-,,467.9,21,MS,0.4679,0.0021,B-,100,0,B-N,30.3,2,,,,,1.61,,,,10165,149,5608,149,-13631,426,-11824.0,522,5719,149,14283,426,8408,2,76947800,160,-48624,149, -29,49,Cu,,,0,0,(4- 5- 6-),,335,11,MS,0.335,0.011,B-,100,0,B-N,65,8,,,,,,,,,12985.766,503011,6220.41,503,-14102,709,-10607.469,783,3945,525,14987,709,8350.925,6449,77952230,540000,-44497.469,503007, -29,50,Cu,,,0,0,,,241.0,32,MS,0.241,0.0032,B-,100,0,B-N,66,12,B-2N,,0,,,,,,11692,300,7672,300,-14516,583,-14170.0,671,5314,586,15140,671,8312,4,78955190,322,-41740,300, -29,51,Cu,,,0,0,,,113.6,+82-38,MS,0.1136,0.006,B-,100,0,B-2N,,0,B-N,,0,,,,,,15449,400,9161,400,-14114,721,-13570.0,806,2531,500,15918,721,8240,5,79961138,429,-36200,400, -29,52,CU,,,0,0,,,73.2,68,MS,0.0732,0.0068,B-,100,0,B-2N,,0,B-N,,0,,,,,,14779,500,12157,500,-12831,781,,,3292,640,16079,860,8179,6,80966269,537,-31420,500, -29,53,CU,,,0,0,,GT,636,,NS,0.000000636,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,16994,600,12808,600,,,,,1971,781,,,8103,7,81972818,644,-25320,600, -30,24,Zn,,,0,0,0+,,1.59,+60-35,MS,0.00159,0.00048,2P,92,0,,,,,,,,,,,,,,,,-4577,641,15138.0,566,,,291,641,7753,7,53993267,430,-6272,400, -30,25,Zn,,,0,0,5/2-,,20,,MS,0.02,0,ECP,91,,B+,,0,,,,,,,,,,,,,-5096,640,17065.399,429,16370,565,449,565,7909,7,54984358,429,-14570,400, -30,26,Zn,,,0,0,0+,,30.0,17,MS,0.03,0.0017,ECP,86,4.9,B+P,,0,B+,,0,,,,,,-22000,640,,,-5485,565,13253.029,400,18891,565,1043,429,8106,7,55972743,429,-25390,400, -30,27,Zn,,,0,0,(7/2-),,40,10,MS,0.04,0.01,EC+B+,100,0,B+P,65,0,,,,= 3/2,,,,,-17540,447,-37232,539,-5344,202,14758.886,200,15232,447,1196,201,8231,4,56965056,215,-32550,200, -30,28,Zn,,,0,0,0+,,86.7,24,MS,0.0867,0.0024,EC+B+,100,0,ECP,3,0,,,,,,,,,-18759,304,-35360,403,-5445.35,50,9368.981,50,17820,206,2278.83,50,8395.944,862,57954590.428,53678,-42298.744,50001, -30,29,Zn,,,0,0,3/2-,,182.0,18,MS,0.182,0.0018,EC+B+,100,0,ECP,0.1,0.03,,,,,,,,,-13455,170,-31747,300,-4304.62,96,9142.776,944,12988.12,50,2836.80,73,8473.777,13,58949312.017,827,-47215.551,771, -30,30,Zn,,,0,0,0+,,2.38,5,M,142.8,3,EC+B+,100,0,,,,,,,,,,,,-14584,200,-28486,170,-2691.72,54,4170.797,1713,15030.11,71,5104.98,41,8583.05,9,59941841.45,605,-54174.340,564, -30,31,Zn,,,0,0,3/2-,,89.1,2,S,89.1,0.2,EC+B+,100,0,,,,,,,,,,,,-9214.245,37679,-24830,201,-2689.99,16,5635.156,16,10245.88,16,5292.74,16,8610.309,261,60939506.96,17068,-56348.903,15899, -30,32,Zn,,,0,0,0+,,9.193,15,H,33094.8,54,EC+B+,100,0,,,,,,,,,,,,-9181.066,376,-22104.63,38,-3364.14,55,1619.454,9,12890.39,16,6472.88,105,8679.343,10,61934333.477,670,-61167.972,625, -30,33,Zn,,,0,0,3/2-,,38.47,5,M,2308.2,3,EC+B+,100,0,,,,,,,,-0.28164,,0.29,,-5666.304,2033,-18297.81,162,-3481.61,156,3366.355,1622,9116.74,161,6714.94,162,8686.285,25,62933211.167,1676,-62213.397,1561, -30,34,Zn,3.9283,15,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-7171.194,1483,-17528.24,146,-3955.81,67,-579.469,787,11861.93,148,7713.23,65,8735.905,10,63929141.772,694,-66004.014,647, -30,35,Zn,,,0,0,5/2-,,243.93,9,D,21075552,7776,EC+B+,100,0,,,,,,,,0.769,,-0.023,,-3254.513,662,-15150.52,149,-4115.03,67,1351.641,919,7979.32,17,7776.44,66,8724.265,10,64929240.532,697,-65912.019,650, -30,36,Zn,3.9491,14,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5175.5,800,-14312.97,106,-4577.75,69,-2640.888,995,11058.46,92,8924.47,93,8759.632,11,65926033.704,804,-68899.160,749, -30,37,Zn,3.9530,27,0,0,5/2-,,STABLE,,,,,,,,,,,,,,,0.875479,,0.15,,-1001.265,1122,-12227.97,83,-4792.45,71,-560.8,11,7052.47,23,8911.01,94,8734.152,11,66927127.482,815,-67880.313,760, -30,38,Zn,3.9658,14,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2921.1,1200,-11199.36,113,-5333.09,76,-4440.057,1767,10198.10,19,9976.55,85,8755.68,12,67924844.291,841,-70007.092,784, -30,39,Zn,,,0,0,1/2-,,56.4,9,M,3384,54,B-,100,0,,,,,,,,,,,,909.964,1426,-9403.17,121,-5717.08,79,-2681.632,161,6482.07,16,10139.78,177,8722.729,12,68926550.418,858,-68417.845,800, -30,40,Zn,3.9845,19,0,0,0+,GE,3.8E18,,Y,1.1991888e26,1.5778794004056e32,2B-,100,,2B-,,0,,,,,,,,,-654.595,1574,-8308.24,158,-5983.37,237,-6588.362,2202,9218.21,204,11117.49,237,8729.808,27,69925319.181,2058,-69564.735,1918, -30,41,Zn,,,0,0,1/2-,,2.45,10,M,147,6,B-,100,0,,,,,,,,,,,,2810.358,2775,-6489.95,288,-6011.01,4,-4617.65,3,5835.36,3,11641.38,287,8689.041,37,70927719.58,2849,-67328.777,2654, -30,42,Zn,,,0,0,0+,,46.5,1,H,167400,360,B-,100,0,,,,,,,,,,,,442.807,2294,-6077.67,229,-7106.59,4,-8362.487,2557,8888.03,3,12723.33,261,8691.805,30,71926842.807,2300,-68145.486,2142, -30,43,Zn,,,0,0,(1/2)-,,23.5,10,S,23.5,1,B-,100,0,,,,,,,,,,,,4105.932,2506,-5076.43,202,-8039.67,4,-6605.965,2691,5519.23,284,13099.37,233,8648.345,26,72929582.582,2000,-65593.402,1863, -30,44,Zn,,,0,0,0+,,95.6,12,S,95.6,1.2,B-,100,0,,,,,,,,,,,,2292.905,3910,-4128.69,3,-8967.77,3,-9750.507,7,8234.63,3,14058.25,3,8642.754,34,73929407.262,2700,-65756.712,2515, -30,45,Zn,,,0,0,(7/2+),,10.2,2,S,10.2,0.2,B-,100,0,,,,,,,,,,,,5905.672,3113,-2580.61,4,-9577.6,3,-8087.567,3,4873.51,3,13841.67,6,8592.497,26,74932840.246,2100,-62558.908,1956, -30,46,Zn,,,0,0,0+,,5.7,3,S,5.7,0.3,B-,100,0,,,,,,,,,,,,3993.624,2438,-1909.75,283,-10501.87,267,-11327.031,7,7815.43,244,15120.65,275,8582.273,19,75933114.957,1562,-62303.016,1456, -30,47,Zn,,,0,0,(7/2+),,2.08,5,S,2.08,0.05,B-,100,0,,,,,,,,,,,,7203.149,3124,-563.87,278,-11105.96,3,-10165.195,149,4557.50,245,15102.18,7,8530.003,26,76936887.199,2117,-58789.195,1973, -30,48,Zn,,,0,0,0+,,1.47,15,S,1.47,0.15,B-,100,0,,,,,,,,,,,,6222.716,2719,437.79,3,-11452,196,-12985.766,503,6765.36,277,16148,149,8507.379,25,77938289.205,2086,-57483.235,1944, -30,49,Zn,,,0,0,9/2+,,0.746,42,S,0.746,0.042,B-,100,0,B-N,1.7,0.5,,,,,-1.1866,,0.487,,9115.384,2901,2202.34,293,-11827,300,-11692.295,300,4020.38,295,16223.80,503,8450.582,28,78942638.068,2388,-53432.295,2225, -30,50,Zn,,,0,0,0+,,561.9,30,MS,0.5619,0.003,B-,100,0,B-N,1,0.5,,,,,,,,,7575.055,3877,2827.75,3,-12443,400,-15448.612,400,6287.63,3,17197,300,8423.545,32,79944552.93,2774,-51648.612,2585, -30,51,Zn,,,0,0,(5/2+),,0.32,5,S,0.32,0.05,B-,100,0,B-N,7.5,3,,,,,,,,,11428.292,5996,4952.69,6,-11825,500,-14779.663,500,2622.37,6,17289,400,8351.925,62,80950402.619,5400,-46199.663,5030, -30,52,Zn,,,0,0,0+,,228,10,MS,0.228,0.01,B-,100,0,B-N,0,0,,,,,,,,,10616.764,3916,7242.68,4,-10849,600,-16993.954,600,4185.61,6,18183,500,8301.117,37,81954574.099,3300,-42313.954,3074, -30,53,Zn,,,0,0,,,117,20,MS,0.117,0.02,B-,100,0,B-N,,0,,,,,,,,,12967,300,8569,300,-11145,671,,,2047,300,18259,671,8226,4,82961041,322,-36290,300, -30,54,ZN,,,0,0,0+,GT,633,,NS,0.000000633,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,12158,447,9256,400,-11725,806,,,3711,500,,,8172,5,83965722,429,-31930,400, -30,55,Zn,,,0,0,,GT,637,,NS,0.000000637,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,14619,582,10786,539,,,,,1372,640,,,8092,6,84972914,537,-25230,500, -31,28,Ga,,,0,0,,LT,43,,NS,0.000000043,0,P,,0,,,,,,,,,,,,-17890,434,-34751,528,-4550,231,13455.551,170,18292,345,-1250,178,8232,3,58963757,183,-33760,170, -31,29,Ga,,,0,0,(2+),,70,13,MS,0.07,0.013,EC+B+,100,0,B+P,1.6,0.7,B+A,0.023,0.02,,,,,,-12501,361,-31792,447,-3372,201,14584.34,200,13902,263,-336,200,8327,3,59957498,215,-39590,200, -31,30,Ga,,,0,0,3/2-,,167,3,MS,0.167,0.003,EC+B+,100,0,ECP,0.25,0,,,,,,,,,-13775,302,-28116,302,-2250.69,38,9214.244,41,15616,204,249.29,38,8446.431,623,60949398.859,40787,-47134.659,37994, -31,31,Ga,,,0,0,0+,,116.121,21,MS,0.116121,0.000021,EC+B+,100,0,ECP,,0,,,,,,,,,-10247,140,-26699,300,-2744.1,72,9181.066,9,12923.56,38,2926.97,16,8518.642,10,61944189.757,694,-51986.906,647, -31,32,Ga,,0,0,0,3/2-,,32.4,5,S,32.4,0.5,EC+B+,100,0,,,,,,,,,,,,-9625.877,37283,-22878,140,-2613.68,141,5666.304,2033,12631.50,146,2668.09,145,8583.926,21,62939294.195,1400,-56547.093,1304, -31,33,Ga,,0,0,0,0+,,2.627,12,M,157.62,0.72,EC+B+,100,0,,,,,,,,,,,,-4517.325,3991,-19982.92,37,-2912.6,215,7171.193,1569,10357.05,193,3908.39,206,8611.631,22,63936840.365,1533,-58832.821,1429, -31,34,Ga,,,0,0,3/2-,,15.2,2,M,912,12,EC+B+,100,0,,,,,,,,,,,,-6179.291,2313,-16413.33,4,-3098.36,95,3254.512,1042,11896.00,158,3942.46,64,8662.16,13,64932734.395,874,-62657.507,815, -31,35,Ga,,0,0,0,0+,,9.49,3,H,34164,108,EC+B+,100,0,,,,,,,,,,,,-2116.628,2639,-15316.76,243,-3361.15,115,5175.5,13,9137.47,132,5100.61,122,8669.361,17,65931589.832,1176,-63723.660,1096, -31,36,Ga,,,0,0,3/2-,,3.2617,5,D,281810.88,43.2,EC,100,0,,,,,,,,1.8507,,0.195,,-4220.819,4799,-13343.33,268,-3724.21,119,1001.265,1404,11226.70,139,5268.86,112,8707.531,18,66928202.384,1268,-66879.048,1181, -31,37,Ga,,0,0,0,1+,,67.71,8,M,4062.6,4.8,EC+B+,100,0,,,,,,,,0.01175,,0.0277,,-107.203,2361,-12499.08,5,-4086.36,141,2921.1,16,8278.26,165,6494.65,122,8701.218,21,67927980.221,1538,-67085.992,1433, -31,38,Ga,3.9973,17,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,2.01659,,0.171,,-2227.146,550,-10420.34,223,-4489.06,136,-909.964,144,10313.13,186,6609.69,142,8724.579,17,68925573.531,1285,-69327.809,1197, -31,39,Ga,,0,0,0,1+,,21.14,5,M,1268.4,3,B-,99.59,0.05,EC,0.41,0.05,,,,,0.571,,0.105,,1651.736,1462,-9880.79,57,-5076.78,137,654.595,2263,7653.65,17,7781.27,143,8709.28,17,69926021.917,1289,-68910.140,1201, -31,40,Ga,4.0118,18,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,2.562266,,0.107,,-232.638,223,-7648.58,25,-5244.54,115,-2810.358,2775,9300.31,145,7863.37,208,8717.604,11,70924702.536,871,-70139.135,812, -31,41,Ga,,0,0,0,3-,,14.10,2,H,50760,72,B-,100,0,,,,,,,,-0.13224,,0.52,,3997.607,822,-6753.11,28,-5446.17,178,-442.807,2293,6520.47,19,8548.49,278,8687.089,11,71926367.434,878,-68588.293,819, -31,42,Ga,,0,0,0,3/2-,,4.86,3,H,17496,108,B-,100,0,,,,,,,,,,,,1598.188,1678,-5184.75,168,-6388.04,218,-4105.933,2507,9182.36,187,8842.82,272,8693.873,23,72925174.682,1800,-69699.335,1677, -31,43,Ga,,0,0,0,(3-),,8.12,12,M,487.2,7.2,B-,100,0,,,,,,,,,,,,5372.824,2994,-4823.41,3,-7498.16,3,-2292.905,4,6421.60,3,9745.19,4,8663.167,40,73926945.726,3214,-68049.617,2994, -31,44,Ga,,0,0,0,3/2-,,126,2,S,126,2,B-,100,0,,,,,,,,1.836,,-0.285,,3392.384,2422,-3113.46,242,-8178.37,284,-5905.672,3,8486.28,4,9996.84,3,8660.808,32,74926500.246,2600,-68464.580,2422, -31,45,Ga,,0,0,0,(2+ 3+),,32.6,6,S,32.6,0.6,B-,100,0,,,,,,,,,,,,6916.249,1956,-2510.99,196,-8938.56,240,-3993.624,2438,5903.38,3,11026.70,277,8624.526,26,75928827.625,2100,-66296.640,1956, -31,46,Ga,,0,0,0,3/2(-),,13.2,2,S,13.2,0.2,B-,100,0,,,,,,,,2.02,,-0.208,,5220.518,2422,-850.77,242,-9429.82,3,-7203.149,3,7767.02,3,10978.30,283,8613.39,31,76929154.3,2600,-65992.344,2422, -31,47,Ga,,0,0,0,(3+),,5.09,5,S,5.09,0.05,B-,100,0,,,,,,,,,,,,8156.099,4014,-564.41,190,-10124.66,6,-6222.715,272,5784.92,3,12205.73,274,8577.127,24,77931608.845,2043,-63705.950,1903, -31,48,Ga,,0,0,0,3/2(-),,2.848,3,S,2.848,0.003,B-,100,0,B-N,0.089,0.019,,,,,1.047,,0.158,,6978.913,37147,1243.05,4,-10501.25,3,-9115.384,2905,6913.05,266,12353.41,269,8556.063,24,78932852.301,2005,-62547.679,1868, -31,49,Ga,,0,0,0,6(-),,1.9,1,S,1.9,0.1,B-,100,0,B-N,0.86,0.07,,,,,0.036,,0.478,,10311.639,3541,2231.61,37,-10672.6,7,-7575.055,4,4747.31,3,13080.34,4,8508.454,36,79936420.774,3103,-59223.667,2891, -31,50,Ga,,0,0,0,(5/2-),,1.217,5,S,1.217,0.005,B-,100,0,B-N,11.9,0.7,,,,,,,,,8663.733,3851,3836.03,4,-11429,149,-11428.291,6,6475.60,4,13268.31,4,8483.357,40,80938133.842,3503,-57627.954,3264, -31,51,Ga,,0,0,0,(1 2 3),,0.599,2,S,0.599,0.002,B-,100,0,B-N,19.8,1,,,,,,,,,12484.348,3296,5289.65,3,-10858.17,503,-10616.765,4,3374.08,4,14020.03,6,8421.049,30,81943176.533,2604,-52930.719,2426, -31,52,Ga,,,0,0,,,308.1,10,MS,0.3081,0.001,B-,100,0,B-N,62.8,2.5,,,,,,,,,11719.312,3559,8086.63,3,-9942,300,-12967.122,300,4397.72,4,14232.14,4,8372.575,31,82947120.301,2804,-49257.122,2613, -31,53,Ga,,,0,0,(0-),,0.085,10,S,0.085,0.01,B-,100,0,B-N,70,15,,,,,,,,,14061,200,8818,200,-10313,447,-12158.0,447,2902,200,15087,361,8307,2,83952670,215,-44088,200, -31,54,Ga,,,0,0,(5/2-),,92,4,MS,0.092,0.004,B-,100,0,B-N,35,0,,,,,,,,,13274,298,10228,298,-10854,582,-14619.0,582,3833,359,15209,499,8255,4,84957220,320,-39849,298, -31,55,Ga,,,0,0,,,43,+21-15,MS,0.043,0.018,B-,100,0,B-N,60,10,B-2N,20,10,,,,,,15320,593,10972,400,-11185,721,,,2302,499,16138,640,8186,5,85963414,429,-34080,400, -31,56,GA,,,0,0,,GT,634,,NS,0.000000634,5e15,B-,100,0,B-2N,,0,B-N,,0,,,,,,14828,583,12079,665,,,,,3242,640,,,8129,6,86968599,537,-29250,500, -32,27,Ge,,,0,0,,GT,360,,NS,0.00000036,5e15,2P,,0,EC+B+,,0,,,,,,,,,,,,,-3724,565,17890.0,435,16861,640,-381,500,7916,7,58982963,429,-15870,400, -32,28,GE,,,0,0,0+,GT,110,,NS,0.00000011,5e15,ECP,,0,EC+B+,,0,,,,,,,,,-21620,500,,,-4125,500,12500.0,361,19291,500,619,345,8106,5,59970918,322,-27090,300, -32,29,Ge,,,0,0,(3/2-),,44,6,MS,0.044,0.006,EC+B+,100,0,ECP,62,0,,,,,,,,,-16459,424,-35961,500,-3234,361,13774.659,302,14341,424,1058,361,8208,5,60964187,322,-33360,300, -32,30,Ge,,,0,0,0+,,129,35,MS,0.129,0.035,EC+B+,100,0,ECP,,0,,,,,,,,,-17420,331,-32911,331,-1866,148,10246.906,140,16452,331,1895,145,8341,2,61955190,150,-41740,140, -32,31,Ge,,,0,0,3/2-,,150,9,MS,0.15,0.009,EC+B+,100,0,,,,,,,,,,,,-13421,204,-30672,302,-2130.58,37,9625.877,37,13252,145,2223.28,37,8418.716,591,62949628,40000,-46921.216,37260, -32,32,Ge,,,0,0,0+,,63.7,25,S,63.7,2.5,EC+B+,100,0,,,,,,,,,,,,-14783,203,-28887,200,-2566.07,4,4517.325,4,15465.60,37,5057.37,4,8528.823,58,63941689.913,4000,-54315.496,3726, -32,33,GE,,,0,0,3/2-,,30.9,5,S,30.9,0.5,EC+B+,100,0,ECP,0.011,0.003,,,,,,,,,-9541.165,84794,-25017,203,-2554.23,16,6179.291,2313,10234.04,4,4934.37,259,8555.058,33,64939368.137,2323,-56478.216,2165, -32,34,Ge,,,0,0,0+,,2.26,5,H,8136,180,EC+B+,100,0,,,,,,,,,,,,-9581.955,6168,-22741.30,85,-2863.98,248,2116.628,2639,13200.13,3,6238.50,254,8625.437,36,65933862.126,2577,-61607.032,2401, -32,35,Ge,,,0,0,1/2-,,18.9,3,M,1134,18,EC+B+,100,0,,,,,,,,,,,,-6071.005,4682,-18704.47,7,-2869.75,5,4220.818,5,9122.51,5,6223.54,5,8632.857,70,66932733.62,5003,-62658.230,4661, -32,36,Ge,,,0,0,0+,,270.93,13,D,23408352,11232,EC,100,0,,,,,,,,,,,,-8084.27,2632,-18462.88,193,-3399.69,198,107.203,2361,12391.88,5,7388.71,222,8688.136,28,67928095.308,2013,-66978.789,1876, -32,37,Ge,,,0,0,5/2-,,39.05,10,H,140580,360,EC+B+,100,0,,,,,,,,0.735,,0.024,,-3988.492,31982,-16277.46,227,-3613.56,147,2227.146,178,8193.19,229,7303.64,194,8680.963,19,68927964.471,1414,-67100.663,1318, -32,38,Ge,4.0414,11,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6220,50000,-15521.02,32,-4087.63,104,-1651.736,1464,11532.53,156,8523.04,146,8721.7,12,69924248.706,900,-70561.876,838, -32,39,Ge,,,0,0,1/2-,,11.43,3,D,987552,2592,EC,100,0,,,,,,,,0.547,,,,-2013.4,4082,-13635.94,50,-4451.1,104,232.638,1164,7415.94,11,8285.33,146,8703.309,12,70924952.284,894,-69906.497,834, -32,40,Ge,4.0576,13,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4356.102,4082,-12764.12,4,-5003.72,79,-3997.607,823,10750.72,84,9735.74,82,8731.745,1,71922075.826,81,-72585.900,76, -32,41,Ge,4.0632,14,0,0,9/2+,,STABLE,,,,,,,,,,,,,,,-0.8794677,,-0.173,,-344.776,3853,-11139.04,4,-5304.59,80,-1598.188,1678,6782.94,5,9998.20,82,8705.049,1,72923458.956,61,-71297.523,57, -32,42,Ge,4.0742,11,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2562.387,1693,-10541.01,4,-6282.62,192,-5372.825,3,10196.24,6,11012.08,168,8725.2,0,73921177.762,13,-73422.442,13, -32,43,Ge,,,0,0,1/2-,,82.78,4,M,4966.8,2.4,B-,100,0,,,,,,,,0.51,,,,1177.231,885,-9068.23,169,-6953.1,265,-3392.385,2423,6505.84,5,11096.32,3,8695.609,1,74922858.371,55,-71856.965,52, -32,44,Ge,4.0811,11,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-921.512,886,-8250.01,88,-7492.32,214,-6916.249,1956,9427.24,5,12037.28,242,8705.236,0,75921402.726,19,-73212.889,18, -32,45,Ge,,,0,0,7/2+,,11.211,3,H,40359.6,10.8,B-,100,0,,,,,,,,,,,,2703.456,1694,-6992.80,89,-8044.37,186,-5220.518,2423,6071.29,5,12205.19,196,8671.028,1,76923549.844,56,-71212.862,53, -32,46,Ge,,,0,0,0+,,88.0,10,M,5280,60,B-,100,0,,,,,,,,,,,,954.89,10400,-6017.05,4,-8530.25,4,-8156.1,4,8720.50,4,13158.68,4,8671.663,45,77922852.912,3795,-71862.050,3536, -32,47,Ge,,,0,0,(1/2)-,,18.98,3,S,18.98,0.03,B-,100,0,,,,,,,,,,,,4109.457,37456,-4780.97,38,-9392.6,37,-6978.913,37,5735.86,37,13109.61,37,8634.501,471,78925360.129,39915,-69526.592,37181, -32,48,Ge,,,0,0,0+,,29.5,4,S,29.5,0.4,B-,100,0,,,,,,,,,,,,2679.187,3915,-3970.57,6,-9657.21,250,-10311.639,4,8080.03,37,14276.60,277,8627.57,26,79925350.774,2205,-69535.306,2054, -32,49,Ge,,,0,0,(9/2+),,7.6,6,S,7.6,0.6,B-,100,0,,,,,,,,,,,,6241.617,3344,-2148.51,4,-9927.41,285,-8663.733,4,4827.70,290,14356.99,4,8580.658,25,80928832.942,2205,-66291.687,2055, -32,50,Ge,,,0,0,0+,,4.56,26,S,4.56,0.26,B-,100,0,,,,,,,,,,,,4690.352,4345,-953.08,3,-10356.75,3,-12484.348,3,7194.70,3,15076.08,4,8563.756,27,81929774.033,2405,-65415.067,2241, -32,51,Ge,,,0,0,(5/2)+,,1.85,6,S,1.85,0.06,B-,100,0,B-N,,0,,,,,,,,,8692.888,3698,1057.67,4,-9969.06,3,-11719.313,4,3632.68,3,15334.69,3,8504.345,29,82934539.101,2605,-60976.435,2427, -32,52,Ge,,,0,0,0+,,0.954,14,S,0.954,0.014,B-,100,0,B-N,10.2,0.9,,,,,,,,,7705.132,4479,3449.58,4,-8924.73,4,-14060.428,200,5243.31,4,16180.28,4,8465.524,38,83937575.091,3403,-58148.428,3171, -32,53,Ge,,,0,0,(3/2+ 5/2+),,503,18,MS,0.503,0.018,B-,100,0,B-N,16.5,2.3,B-2N,,0,,,,,,10065.724,4830,4658.82,5,-9348.67,6,-13274.42,298,3046.31,5,16325,200,8401.768,44,84942969.659,4003,-53123.420,3729, -32,54,Ge,,,0,0,0+,,226,21,MS,0.226,0.021,B-,100,0,B-N,45,15,,,,,,,,,9562.221,437816,5717.91,438,-9510.88,438,-15319.922,593,4347.82,438,16840,530,8354.629,5091,85946967,470000,-49399.922,437802, -32,55,Ge,,,0,0,(5/2+),AP,0.14,,S,0.14,0,B-,100,0,B-N,,0,,,,,,,,,11540,300,6813,300,-10213,424,-14828.0,583,2750,531,17288,500,8290,3,86952680,322,-44078,300, -32,56,Ge,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,10582,445,7409,400,-10633,565,,,4131,500,18177,640,8243,5,87956910,429,-40138,400, -32,57,Ge,,,0,0,,GT,300,,NS,0.0000003,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,13069,499,8919,445,-10924,640,,,1663,565,,,8169,4,88963790,429,-33729,400, -32,58,GE,,,0,0,0+,GT,635,,NS,0.000000635,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,12109,640,9506,582,,,,,3563,640,,,8118,6,89968630,537,-29221,500, -33,30,As,,,0,0,3/2-,LT,43,,NS,0.000000043,0,P,,0,,,,,,,,,,,,,,,,-2165,263,13421.216,203,17251,361,-951,244,8193,3,62964036,215,-33500,200, -33,31,As,,,0,0,,,18,+43-7,MS,0.018,0.025,EC+B+,100,0,,,,,,,,,,,,-12832,543,,,-2367,285,14783.496,203,14103,285,-100,200,8286,3,63957560,218,-39532,203, -33,32,As,,,0,0,,,128,16,MS,0.128,0.016,EC+B+,100,0,,,,,,,,,,,,-13917,312,-28308,510,-2227.31,93,9541.165,85,15476,220,-89.47,85,8396.234,1304,64949611,91000,-46937.051,84766, -33,33,As,,,0,0,[0+],,95.77,23,MS,0.09577,0.00023,EC+B+,100,0,,,,,,,,,,,,-10365,200,-27077,300,-2463.09,6,9581.955,6,13159.34,85,2835.83,6,8468.403,86,65944148.779,6100,-52025.077,5682, -33,34,As,,,0,0,(5/2-),,42.5,12,S,42.5,1.2,EC+B+,100,0,,,,,,,,,,,,-10006.936,67069,-22998,200,-2465.05,138,6071.005,5,12633.47,6,2269.16,244,8530.568,7,66939251.111,475,-56587.225,443, -33,35,As,,,0,0,3+,,151.6,8,S,151.6,0.8,EC+B+,100,0,,,,,,,,,,,,-4705.078,1911,-20385.55,67,-2486.61,233,8084.27,263,10378.61,190,3525.26,5,8557.745,27,67936774.13,1981,-58894.519,1846, -33,36,As,,,0,0,5/2-,,15.2,2,M,912,12,EC+B+,100,0,,,,,,,,1.623,,,,-6677.465,32021,-16994.05,32,-2879.58,32,3988.492,32,12288.97,32,3422.35,32,8611.821,464,68932246.294,34352,-63112.171,31999, -33,37,As,,,0,0,4+,,52.6,3,M,3156,18,EC+B+,100,0,,,,,,,,2.1061,,0.09,,-2411.985,50032,-15978.49,50,-3043.13,50,6220.0,50,9301.02,59,4530.18,50,8621.666,714,69930926.151,53684,-64341.876,50007, -33,38,As,,,0,0,5/2-,,65.30,7,H,235080,252,EC+B+,100,0,,,,,,,,1.6735,,-0.021,,-4746.59,5017,-14034.52,4,-3438.96,4,2013.4,4,11622.54,50,4620.19,4,8663.932,59,70927113.758,4473,-67893.097,4167, -33,39,As,,,0,0,2-,,26.0,1,H,93600,360,EC+B+,100,0,,,,,,,,-2.1566,,-0.082,,-361.618,4528,-13154.61,5,-3568.72,4,4356.102,4,8408.02,6,5612.27,4,8660.378,57,71926752.295,4383,-68229.798,4083, -33,40,As,,,0,0,3/2-,,80.30,6,D,6937920,5184,EC,100,0,,,,,,,,,,,,-2725.36,7399,-11155.88,4,-4049.85,4,344.776,4,10794.27,6,5655.82,4,8689.609,53,72923829.089,4136,-70952.747,3853, -33,41,As,,,0,0,2-,,17.77,2,D,1535328,1728,EC+B+,66,2,B-,34,2,,,,,-1.597,,,,1353.147,1693,-10703.98,8,-4374.83,208,2562.388,1693,7978.62,4,6851.50,169,8680.001,23,73923928.598,1817,-70860.054,1693, -33,42,As,4.0968,20,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,1.439475,,0.314,,-864.714,882,-8892.31,88,-5319.98,120,-1177.23,88,10245.46,191,6900.72,88,8700.874,12,74921594.562,948,-73034.195,884, -33,43,As,,,0,0,2-,,26.24,9,H,94464,324,B-,100,0,,,,,,,,-0.906,,7,,2960.573,886,-8193.21,88,-6128,121,921.512,886,7328.50,7,7723.38,89,8682.816,12,75922392.01,951,-72291.377,886, -33,44,As,,,0,0,3/2-,,38.79,5,H,139644,180,B-,100,0,,,,,,,,1.2946,,,,683.17,1693,-6735.69,169,-6641.9,238,-2703.456,1694,9696.26,191,7992.40,169,8695.978,22,76920647.564,1817,-73916.318,1693, -33,45,As,,,0,0,2-,,90.7,2,M,5442,12,B-,100,0,,,,,,,,,,,,4209.004,9782,-6288.77,10,-7192.24,10,-954.89,10,6971.94,10,8893.05,10,8673.875,125,77921827.795,10500,-72816.940,9781, -33,46,As,,,0,0,3/2-,,9.01,15,M,540.6,9,B-,100,0,,,,,,,,,,,,2281.41,5331,-4681.42,5,-7596.38,6,-4109.457,38,8890.43,11,9062.97,6,8676.616,67,78920948.445,5719,-73636.049,5328, -33,47,As,,,0,0,1+,,15.2,2,S,15.2,0.2,B-,100,0,,,,,,,,,,,,5544.964,3445,-4368.35,3,-8342.77,4,-2679.187,4,6649.76,6,9976.87,37,8651.28,42,79922474.548,3577,-72214.493,3333, -33,48,As,,,0,0,3/2-,,33.3,8,S,33.3,0.8,B-,100,0,,,,,,,,,,,,3855.684,2812,-2845.16,280,-8965.88,4,-6241.617,3,8390.13,4,10286.97,3,8648.056,33,80922132.29,2838,-72533.304,2644, -33,49,As,,,0,0,(1+),,19.1,5,S,19.1,0.5,B-,100,0,,,,,,,,,,,,7488.463,3758,-1787.75,4,-8824.38,4,-4690.352,4,5643.43,5,11102.70,4,8611.414,45,81924738.733,4003,-70105.419,3729, -33,50,As,,,0,0,(5/2-),,13.4,4,S,13.4,0.4,B-,100,0,,,,,,,,,,,,5671.207,4129,-146.76,284,-9546.56,3,-8692.888,4,7635.22,5,11543.23,4,8599.653,34,82925206.901,3004,-69669.323,2799, -33,51,As,,,0,0,(3-),,4.2,5,S,4.2,0.5,B-,100,0,B-N,0.18,0.1,,,,,,,,,10094.161,3722,1415.65,4,-9054.81,4,-7705.132,4,4255.55,4,12166.10,4,8547.938,38,83929303.291,3403,-65853.560,3171, -33,52,As,,,0,0,(3/2-),,2.021,12,S,2.021,0.012,B-,100,0,B-N,62.9,2,,,,,,,,,9224.492,4030,4687.26,4,-7986.11,4,-10065.724,5,5406.90,4,12329.69,4,8510.984,36,84932163.659,3304,-63189.144,3078, -33,53,As,,,0,0,,,0.945,8,S,0.945,0.008,B-,100,0,B-N,35.5,0.6,B-2N,,0,,,,,,11541.024,4267,5380.18,4,-8456.34,4,-9562.22,438,3844.32,5,13127.69,5,8456.721,40,85936701.533,3703,-58962.142,3450, -33,54,As,,,0,0,(3/2-),,484,40,MS,0.484,0.04,B-,100,0,B-N,15.4,2.2,,,,,,,,,10808.218,3726,6813.94,4,-8785.7,4,-11539.907,300,4727.08,5,13506.96,438,8413.851,34,86940291.718,3204,-55617.907,2985, -33,55,As,,,0,0,,,0.20,+20-9,S,0.2,0.15,B-,100,0,B-N,,0,,,,,,,,,13164,196,7635,196,-9057,280,-10582.0,445,3173,196,13931,358,8354,2,87945550,210,-50720,196, -33,56,As,,,0,0,,GT,300,,NS,0.0000003,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,12194,298,9015,298,-9374,422,-13069.0,499,4150,357,13949,499,8307,3,88949760,320,-46798,298, -33,57,AS,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,14470,518,9591,400,-9676,565,-12109.0,640,2603,499,14890,565,8244,4,89955630,429,-41330,400, -33,58,As,,,0,0,,,,,,,,B-,100,0,B-N,,0,,,,,,,,,13684,589,10832,518,-10072,640,,,3637,565,14964,640,8193,4,90960390,429,-36896,400, -33,59,As,,,0,0,,,,,,,,B-,100,0,,,,,,,,,,,,15742,640,11527,662,,,,,2156,640,,,8127,5,91966740,537,-30981,500, -34,30,SE,,,0,0,0+,GT,180,,NS,0.00000018,5e15,EC+B+,100,0,,,,,,,,,,,,,,,,-2036,586,12832.0,542,,,489,541,8073,8,63971336,540,-26700,503, -34,31,Se,,,0,0,(3/2-),,33,4,MS,0.033,0.004,EC+B+,100,0,ECP,100,0,,,,,,,,,,,,,-2085,424,13917.051,312,14391,586,776,362,8170,5,64964552,322,-33020,300, -34,32,Se,,,0,0,0+,,42,12,MS,0.042,0.012,EC,,0,,,,,,,,,,,,,,,,-2345,244,10365.077,200,16712,361,2012,217,8300,3,65955276,215,-41660,200, -34,33,Se,,,0,0,,,136,12,MS,0.136,0.012,EC+B+,100,0,B+P,0.5,0.1,,,,,,,,,-13790,405,,,-2083.99,77,10006.936,67,12991,211,1844.18,67,8369.534,1000,66949994,72000,-46580.289,67068, -34,34,Se,,,0,0,0+,,35.5,7,S,35.5,0.7,EC+B+,100,0,,,,,,,,,,,,-15398,259,-29470,400,-2298.86,4,4705.078,1911,15680.47,67,4891.19,66,8477.047,7,67941825.239,532,-54189.441,496, -34,35,Se,,,0,0,1/2-,,27.4,2,S,27.4,0.2,EC+B+,100,0,ECP,0.052,0.008,,,,,,,,,-10175.236,42029,-25715,259,-2381.41,263,6677.465,32,10316.58,157,4829.16,237,8503.707,22,68939414.847,1599,-56434.706,1490, -34,36,Se,,,0,0,0+,,41.1,3,M,2466,18,EC+B+,100,0,,,,,,,,,,,,-10504.272,14988,-23741.74,42,-2747.77,288,2411.985,50,13566.50,217,6106.69,32,8576.033,23,69933515.523,1700,-61929.891,1584, -34,37,Se,,,0,0,(5/2-),,4.74,5,M,284.4,3,EC+B+,100,0,,,,,,,,,,,,-6644.089,6082,-19792.20,15,-2913.19,5,4746.59,5,9287.93,3,6093.60,50,8586.06,39,70932209.432,3000,-63146.507,2794, -34,38,Se,,,0,0,0+,,8.40,8,D,725760,6912,EC,100,0,,,,,,,,,,,,-8806.437,2208,-19437.08,6,-3314.31,271,361.618,5,12792.99,3,7264.05,5,8644.489,27,71927140.507,2100,-67868.180,1956, -34,39,Se,,,0,0,9/2+,,7.15,8,H,25740,288,EC+B+,100,0,,,,,,,,0.87,,,,-4579.912,10388,-17236.96,7,-3551.64,8,2725.36,8,8430.52,8,7286.56,8,8641.558,102,72926754.883,7969,-68227.387,7424, -34,40,Se,4.0700,200,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6925.049,5835,-16637.04,7,-4076.24,84,-1353.147,1693,12057.13,7,8549.43,4,8687.715,0,73922475.935,15,-72213.201,15, -34,41,Se,,,0,0,5/2+,,119.78,5,D,10348992,4320,EC,100,0,,,,,,,,0.683,,1.1,,-3062.472,4285,-14952.65,6,-4687.9,84,864.714,887,8027.60,7,8598.40,169,8678.913,1,74922522.871,78,-72169.481,73, -34,42,Se,4.1395,16,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4962.881,9322,-14216.26,4,-5090.97,8,-2960.573,886,11153.79,7,9506.73,88,8711.477,0,75919213.704,17,-75251.950,16, -34,43,Se,4.1395,18,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,0.5350422,,,,-1364.68,2810,-12381.74,9,-5726.88,8,-683.17,169,7418.86,6,9597.08,89,8694.69,1,76919914.15,67,-74599.488,62, -34,44,Se,4.1406,17,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3573.784,3575,-11862.45,281,-6028.42,18,-4209.004,10,10497.77,17,10398.60,170,8717.806,2,77917309.243,191,-77025.944,179, -34,45,Se,,,0,0,7/2+,,3.27E+5,28,Y,10319335200000,883612800000,B-,100,0,,,,,,,,-1.018,,0.8,,150.576,1038,-10536.62,4,-6485.41,23,-2281.41,5,6962.83,13,10389.49,10,8695.592,3,78918499.251,238,-75917.459,223, -34,46,Se,4.1400,18,0,0,0+,,STABLE,,,,,2B-,,0,,,,,,,,,,,,-1870.464,310,-9762.74,34,-6971.48,96,-5544.964,3,9913.31,98,11412.38,5,8710.813,12,79916521.785,1034,-77759.457,963, -34,47,Se,,,0,0,1/2-,,18.45,12,M,1107,7.2,B-,100,0,,,,,,,,,,,,1588.046,1389,-8571.31,47,-7601.04,99,-3855.684,2824,6700.85,35,11463.47,3,8685.999,12,80917993.044,1065,-76388.988,992, -34,48,Se,4.1400,19,0,0,0+,,STABLE,,,,,2B-,,,2B-,,,,,,,,,,,-95.221,1077,-7688.16,108,-8156.75,4,-7488.463,4,9276.21,97,12349.55,266,8693.196,6,81916699.537,500,-77593.882,467, -34,49,Se,,,0,0,9/2+,,22.3,2,M,1338,12,B-,100,0,,,,,,,,,,,,3673.179,4839,-5913.19,3,-8238.85,37,-5671.207,4,5817.97,3,12524.08,5,8658.555,37,82919118.609,3259,-75340.530,3036, -34,50,Se,,,0,0,0+,,3.26,10,M,195.6,6,B-,100,0,,,,,,,,,,,,1835.363,25765,-5005.33,4,-8837.33,283,-10094.161,4,8678.51,4,13567.37,3,8658.793,23,83918466.762,2105,-75947.721,1961, -34,51,Se,,,0,0,(5/2)+,,32.9,3,S,32.9,0.3,B-,100,0,,,,,,,,,,,,6161.833,4030,-2701.87,26,-8546.86,3,-9224.492,4,4537.23,3,13849.05,4,8610.304,31,84922260.759,2804,-72413.636,2613, -34,52,Se,,,0,0,0+,,14.3,3,S,14.3,0.3,B-,100,0,,,,,,,,,,,,5129.085,3972,0.99,4,-7513.02,3,-11541.025,4,6160.85,4,14602.99,4,8581.822,29,85924311.733,2705,-70503.167,2520, -34,53,Se,,,0,0,(3/2+),,5.50,14,S,5.5,0.14,B-,100,0,B-N,0.36,0.08,,,,,,,,,7465.552,3877,1134.81,4,-7874.61,3,-10808.218,4,3994.28,3,14752.95,4,8529.091,26,86928688.618,2405,-66426.125,2241, -34,54,Se,,,0,0,0+,,1.53,6,S,1.53,0.06,B-,100,0,B-N,0.99,0.1,,,,,,,,,6831.763,4613,1936.16,5,-8160.68,5,-13164.195,196,5529.39,4,15555.26,4,8495.004,38,87931417.491,3604,-63884.195,3357, -34,55,Se,,,0,0,(5/2+),,0.43,5,S,0.43,0.05,B-,100,0,B-N,7.8,2.5,,,,,,,,,9281.872,4951,3652.25,5,-8293.89,5,-12194.391,298,3179.51,5,15562,196,8435.279,42,88936669.059,4003,-58992.391,3729, -34,56,Se,,,0,0,0+,,195,+95-65,MS,0.195,0.08,B-,100,0,B-N,,0,,,,,,,,,8200.081,329766,4402.73,330,-8825.21,548,-14470.217,518,4879.14,330,16291,445,8395.766,3664,89940096,354000,-55800.217,329749, -34,57,Se,,,0,0,,,0.27,5,S,0.27,0.05,B-,100,0,B-N,21,10,,,,,,,,,10527.169,433159,5348.86,433,-8927,527,-13684.124,590,2851.22,544,16539,589,8334.837,4760,90945700,465000,-50580.124,433145, -34,58,Se,,,0,0,0+,,,,,,,B-,100,0,,,,,,,,,,,,9509,400,6312,400,-9011,565,-15743.0,640,4215,589,17116,565,8290,4,91949840,429,-46724,400, -34,59,Se,,,0,0,(1/2+),,,,,,,B-,100,0,,,,,,,,,,,,12175,588,7446,400,-9411,565,,,2063,565,17023,640,8223,4,92956290,429,-40716,400, -34,60,Se,,,0,0,0+,GT,150,,NS,0.00000015,5e15,B-,100,0,,,,,,,,,,,,10597,583,8016,660,-10007,707,,,4159,640,,,8180,5,93960490,537,-36803,500, -34,61,SE,,,0,0,,GT,392,,NS,0.000000392,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,13311,582,8869,583,,,,,1728,707,,,8112,5,94967300,537,-30460,500, -35,34,Br,,,0,0,(5/2-),LT,24,,NS,0.000000024,0,P,100,0,,,,,,,,,,,,-13825,403,,,-1747.33,95,10175.236,42,15539,262,-641.00,42,8344.902,609,68950338.413,45092,-46259.470,42003, -35,35,Br,,,0,0,0+,,79.1,8,MS,0.0791,0.0008,EC+B+,100,0,,,,,,,,,,,,-10325,201,-27062,401,-1825.46,16,10504.272,15,13237.47,45,2279.88,15,8414.796,213,69944792.323,16000,-51425.619,14904, -35,36,Br,,,0,0,(5/2)-,,21.4,6,S,21.4,0.6,EC+B+,100,0,,,,,,,,,,,,-10175.212,128845,-23473,200,-2340.11,5,6644.089,6,13148.12,16,1861.50,6,8481.462,76,70939342.156,5799,-56502.418,5402, -35,37,Br,,,0,0,1+,,78.6,24,S,78.6,2.4,EC+B+,100,0,,,,,,,,0.6,,,,-5121.168,8076,-20805.85,129,-2592.14,211,8806.437,2208,10630.64,6,3204.21,3,8511.312,14,71936594.607,1100,-59061.743,1025, -35,38,Br,,,0,0,1/2-,,3.4,2,M,204,12,EC+B+,100,0,,,,,,,,,,,,-7095.725,9801,-17778.22,11,-2960.22,33,4579.912,10,12657.05,7,3068.27,8,8568.103,100,72931671.621,7800,-63647.475,7266, -35,39,Br,,,0,0,(0-),,25.4,3,M,1524,18,EC+B+,100,0,,,,,,,,,,,,-2956.317,6173,-16807.72,9,-3371.19,50,6925.048,6,9711.99,9,4349.74,9,8583.561,79,73929910.281,6264,-65288.153,5835, -35,40,Br,,,0,0,3/2-,,96.7,13,M,5802,78,EC+B+,100,0,,,,,,,,0.76,,,,-4783.385,9167,-14846.49,5,-3638.83,6,3062.472,4,11890.17,7,4182.78,4,8627.649,57,74925810.57,4600,-69107.009,4285, -35,41,Br,,,0,0,1-,,16.2,2,H,58320,720,EC+B+,100,0,,,,,,,,0.54821,,0.27,,-1275.355,10149,-14036.76,12,-4484.19,10,4962.882,9,9253.38,10,5408.56,9,8635.882,123,75924541.577,10007,-70289.068,9322, -35,42,Br,,,0,0,3/2-,,57.04,12,H,205344,432,EC+B+,100,0,,,,,,,,0.9738,,0.53,,-3065.366,3424,-12292.41,5,-4706.98,5,1364.679,2812,11017.06,10,5271.83,281,8666.806,37,76921379.194,3017,-73234.809,2811, -35,43,Br,,,0,0,1+,,6.45,4,M,387,2.4,EC+B+,99.99,0,B-,0.01,0,,,,,0.13,,,,726.116,3584,-11354.03,4,-5017.02,4,3573.784,4,8288.67,5,6141.64,4,8661.959,46,77921145.859,3842,-73452.160,3580, -35,44,Br,4.1629,21,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,2.1064,,0.313,,-1625.778,3333,-9961.08,106,-5458.75,135,-150.576,1045,10687.19,4,6331.06,103,8687.594,13,78918337.601,1095,-76068.035,1020, -35,45,Br,,,0,0,1+,,17.68,2,M,1060.8,1.2,B-,91.7,0.2,EC+B+,8.3,0.2,,,,,0.514,,0.185,,2004.353,1154,-9518.05,3,-6022.53,134,1870.464,1397,7892.28,13,7260.50,103,8677.653,13,79918529.81,1086,-75888.993,1012, -35,46,Br,4.1599,21,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,2.270562,,0.2615,,-280.853,471,-8155.00,117,-6485.63,195,-1588.046,1393,10159.36,140,7506.55,137,8695.946,12,80916288.206,1049,-77977.034,978, -35,47,Br,,,0,0,5-,,35.282,7,H,127015.2,25.2,B-,100,0,,,,,,,,1.627,,0.69,,3093.124,971,-7873.80,49,-7106.64,10,95.221,1077,7592.94,12,8398.64,138,8682.494,12,81916801.76,1042,-77498.661,971, -35,48,Br,,,0,0,3/2-,,2.374,4,H,8546.4,14.4,B-,100,0,,,,,,,,,,,,976.924,3795,-6493.24,4,-7802.58,7,-3673.179,5,9586.37,4,8708.80,4,8693.384,46,82915175.289,4073,-79013.709,3795, -35,49,Br,,,0,0,2-,,31.76,8,M,1905.6,4.8,B-,100,0,,,,,,,,1.9,,,,4656.251,25730,-5863.77,26,-7993.51,26,-1835.363,26,6840.69,26,9731.52,26,8671.329,306,83916496.419,27622,-77783.084,25730, -35,50,Br,,,0,0,3/2-,,2.90,6,M,174,3.6,B-,100,0,,,,,,,,,,,,2904.861,3671,-4207.45,3,-8467.08,4,-6161.833,4,8863.70,26,9916.72,4,8673.592,36,84915645.759,3304,-78575.469,3078, -35,51,Br,,,0,0,(1-),,55.1,4,S,55.1,0.4,B-,100,0,,,,,,,,,,,,7633.414,3078,-2223.24,4,-7951.75,5,-5129.085,4,5128.10,4,10507.59,4,8632.365,36,85918805.433,3304,-75632.252,3078, -35,52,Br,,,0,0,(5/2-),,55.68,12,S,55.68,0.12,B-,100,0,B-N,2.6,0.04,,,,,,,,,6817.845,3181,1302.67,3,-6647.27,4,-7465.551,4,6330.74,4,10677.48,4,8605.91,36,86920674.018,3404,-73891.676,3171, -35,53,Br,,,0,0,(2-),,16.34,8,S,16.34,0.08,B-,100,0,B-N,6.58,0.18,,,,,,,,,8975.327,4106,1922.25,3,-7287.31,4,-6831.764,5,4895.60,4,11578.80,4,8563.747,36,87924083.291,3404,-70715.959,3171, -35,54,Br,,,0,0,(3/2- 5/2-),,4.357,22,S,4.357,0.022,B-,100,0,B-N,13.8,0.4,,,,,,,,,8261.522,3904,3345.71,4,-7510.03,4,-9281.872,5,5629.62,5,11679.04,5,8530.779,37,88926704.559,3504,-68274.263,3264, -35,55,Br,,,0,0,,,1.91,1,S,1.91,0.01,B-,100,0,B-N,25.2,0.9,,,,,,,,,10958.952,3840,4464.17,4,-7463.07,5,-8200.081,330,3797.35,5,12296.88,5,8478.186,37,89931292.85,3604,-64000.298,3357, -35,56,Br,,,0,0,,,0.543,4,S,0.543,0.004,B-,100,0,B-N,19.5,2.6,,,,,,,,,9866.671,4190,5780.64,4,-7914.3,5,-10527.17,433,5178.31,5,12596.05,330,8441.923,39,90934398.618,3804,-61107.294,3544, -35,57,Br,,,0,0,,,0.314,16,S,0.314,0.016,B-,100,0,B-N,33.1,2.5,,,,,,,,,12536.514,7232,6669.84,7,-7938,196,-9508.805,400,3196.83,8,12941.65,433,8384.911,73,91939631.597,7202,-56232.805,6709, -35,58,Br,,,0,0,(5/2-),,102,10,MS,0.102,0.01,B-,100,0,B-N,68,7,,,,,,,,,11245.765,430823,7807.77,431,-8517,524,-12174.23,588,4728.74,431,13455,588,8345.598,4632,92943220,462500,-52890.230,430816, -35,59,Br,,,0,0,,,70,20,MS,0.07,0.02,B-,100,0,B-N,68,16,,,,,,,,,13948,300,8665,300,-8495,500,-10597.0,583,2581,525,13973,500,8284,3,93949114,322,-47400,300, -35,60,Br,,,0,0,,GE,150,,NS,0.00000015,5e15,B-,100,0,B-N,34,0,,,,,,,,,12388,299,9506,298,-9299,499,-13311.0,582,4442,423,14257,582,8244,3,94953010,320,-43771,298, -35,61,Br,,,0,0,,GE,150,,NS,0.00000015,5e15,B-,100,0,B-N,27.6,,,,,,,,,,14916,299,9924,299,-9607,582,,,2464,422,14992,582,8184,3,95959030,320,-38163,298, -35,62,Br,,,0,0,(3/2-),GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,13368,421,10953,401,,,,,3963,499,,,8140,4,96963440,430,-34055,401, -35,63,BR,,,0,0,,GT,634,,NS,0.000000634,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,16061,499,11102,420,,,,,2266,566,,,8080,4,97969672,429,-28250,400, -36,33,Kr,,,0,0,(5/2-),,28,1,MS,0.028,0.001,EC+B+,100,0,B+P,99,0,,,,,,,,,,,,,-1840,500,13824.47,403,,,932,477,8133,6,68965180,430,-32435,401, -36,34,Kr,,,0,0,0+,,40,6,MS,0.04,0.006,EC+B+,100,0,ECP,1.3,0,,,,,,,,,,,,,-1865,283,10325.619,201,16737,448,2130,205,8256,3,69955877,215,-41100,200, -36,35,Kr,,,0,0,(5/2-),,100,3,MS,0.1,0.003,EC+B+,100,0,ECP,2.1,0.7,,,,,,,,,-14267,420,,,-2171.83,145,10175.213,129,13298,238,2190.56,130,8327.13,1814,70950265.696,138238,-46327.205,128769, -36,36,Kr,4.1635,60,0,0,0+,,17.1,2,S,17.1,0.2,EC+B+,100,0,ECP,0.000001,0,,,,,,,,,-15611,500,-29952,400,-2176.05,8,5121.168,8,15684.69,129,4727.13,10,8429.319,111,71942092.407,8600,-53940.575,8010, -36,37,Kr,,,0,0,3/2-,,27.3,10,S,27.3,1,EC+B+,100,0,ECP,0.25,0.03,,,,,,,,,-10470,200,-26293,500,-2541.96,7,7095.724,10,10682.49,10,4778.98,7,8460.184,90,72939289.195,7061,-56551.751,6578, -36,38,Kr,4.1870,41,0,0,0+,,11.50,11,M,690,6.6,EC+B+,100,0,,,,,,,,,,,,-10415.827,3424,-24322,200,-2826.86,256,2956.317,6,13851.40,7,5973.33,8,8533.038,27,73933084.017,2161,-62331.836,2013, -36,39,Kr,4.2097,41,0,0,5/2+,,4.60,7,M,276,4.2,EC+B+,100,0,,,,,,,,-0.531,,1.12,,-7104.929,8189,-20478.93,9,-3602.03,9,4783.385,9,10063.10,8,6324.44,10,8553.439,108,74930945.746,8700,-64323.624,8103, -36,40,Kr,4.2020,36,0,0,0+,,14.8,1,H,53280,360,EC+B+,100,0,,,,,,,,,,,,-8534.633,4121,-19866.34,4,-3570.45,4,1275.354,10,12761.41,9,7195.68,6,8608.807,53,75925910.726,4308,-69013.714,4013, -36,41,Kr,4.2082,37,0,0,5/2+,,74.4,6,M,4464,36,EC+B+,100,0,,,,,,,,-0.583,,0.94,,-5338.951,2351,-17761.68,217,-4366.97,8,3065.366,3,9227.05,4,7169.34,10,8616.836,25,76924670,2100,-70169.443,1956, -36,42,Kr,4.2038,33,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-7242.857,3252,-17419.10,134,-4389.99,31,-726.115,4,12080.15,198,8232.44,283,8661.238,4,77920366.341,329,-74178.275,307, -36,43,Kr,4.2034,32,0,0,1/2-,,35.04,10,H,126144,360,EC+B+,100,0,,,,,,,,0.536,,,,-3639.271,4091,-15578.16,5,-4697.69,3,1625.778,4,8335.30,4,8279.07,5,8657.112,44,78920082.945,3742,-74442.257,3486, -36,44,Kr,4.1970,28,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5717.879,1987,-15161.68,225,-5066.31,69,-2004.353,1225,11522.41,4,9114.28,115,8692.928,9,79916378.048,742,-77893.346,691, -36,45,Kr,4.1952,26,0,0,7/2+,,2.29E+5,11,Y,7226690400000,347133600000,EC,100,0,,,,,,,,-0.908,,0.644,,-2239.511,5019,-13592.03,215,-5521.61,108,280.853,1453,7874.15,125,9096.16,147,8682.82,13,80916589.714,1152,-77696.181,1074, -36,46,Kr,4.1919,25,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4403.982,3009,-13206.43,5,-5990.76,18,-3093.124,971,10966.92,107,9903.72,98,8710.675,0,81913481.1552,589,-80591.78515,549, -36,47,Kr,4.1871,23,0,0,9/2+,,STABLE,,,,,,,,,,,,,,,-0.970669,,0.26,,-920.004,2329,-11874.15,3,-6498.09,22,-976.924,4,7470.17,1,9780.94,97,8695.729,0,82914126.518,9,-79990.633,9, -36,48,Kr,4.1884,22,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2680.371,2194,-11440.02,233,-7104.79,96,-4656.251,26,10520.02,1,10714.60,4,8717.446,0,83911497.72863,407,-82439.33510,379, -36,49,Kr,4.1846,22,0,0,9/2+,,10.739,14,Y,338897066.4,441806.4,B-,100,0,,,,,,,,-1.005,,0.443,,687,2000,-9792.68,3,-7516.26,223,-2904.862,4,7112.31,200,10986.22,26,8698.562,24,84912527.262,2147,-81480.331,2000, -36,50,Kr,4.1835,21,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-518.672,200,-9169.65,0,-8096.7,47,-7633.414,3,9856.65,200,11979.17,3,8712.029,0,85910610.62627,396,-83265.66564,369, -36,51,Kr,4.1984,27,0,0,5/2+,,76.3,5,M,4578,30,B-,100,0,,,,,,,,-1.023,,-0.3,,3888.269,246,-6033.85,32,-7793.91,3,-6817.846,3,5515.17,25,12366.24,3,8675.283,3,86913354.759,264,-80709.522,246, -36,52,Kr,4.2171,43,0,0,0+,,2.825,19,H,10170,68.4,B-,100,0,,,,,,,,,,,,2917.709,2613,-3164.81,261,-6168.48,3,-8975.327,4,7053.08,262,13088.58,4,8656.849,30,87914447.881,2800,-79691.286,2608, -36,53,Kr,4.2286,54,0,0,3/2(+),,3.15,4,M,189,2.4,B-,100,0,,,,,,,,-0.33,,0.16,,5176.604,5834,-1998.11,215,-6547.06,3,-8261.522,4,4915.82,3,13108.80,4,8614.815,24,88917835.45,2300,-76535.785,2142, -36,54,Kr,4.2423,69,0,0,0+,,32.32,9,S,32.32,0.09,B-,100,0,,,,,,,,,,,,4405.154,6746,-1318.18,6,-6881,3,-10958.952,4,6494.78,284,13973.96,4,8591.259,21,89919527.93,2000,-74959.250,1863, -36,55,Kr,4.2543,81,0,0,5/2(+),,8.57,4,S,8.57,0.04,B-,100,0,,,,,,,,-0.583,,0.3,,6771.072,8115,319.12,7,-6972.76,3,-9866.671,4,4086.03,291,14262.64,4,8541.751,25,90923806.31,2400,-70973.965,2236, -36,56,Kr,4.2724,99,0,0,0+,,1.840,8,S,1.84,0.008,B-,100,0,B-N,0.0332,0.0025,,,,,,,,,6003.118,6692,904.40,8,-7310.04,4,-12536.515,7,5866.67,4,14951.00,4,8512.674,29,91926173.094,2900,-68769.320,2701, -36,57,Kr,4.2794,107,0,0,1/2+,,1.286,10,S,1.286,0.01,B-,100,0,B-N,1.95,0.11,,,,,-0.413,,,,8483.907,8224,2565.13,7,-7568.52,5,-11245.764,431,3437.99,4,15192.16,7,8458.108,27,92931147.174,2700,-64135.994,2515, -36,58,Kr,4.3002,129,0,0,0+,,212,5,MS,0.212,0.005,B-,100,0,B-N,1.11,0.07,,,,,,,,,7215.013,12278,3200.81,14,-7972.47,330,-13947.772,300,5283.09,12,15746.51,431,8424.331,129,93934140.454,13000,-61347.772,12109, -36,59,Kr,4.3067,136,0,0,1/2(+),,0.114,3,S,0.114,0.003,B-,100,0,B-N,2.87,0.18,,,,,-0.41,,,,9732.58,27513,4332.55,19,-8003.7,434,-12387.913,299,2882.46,22,16048,301,8365.995,196,94939710.923,20000,-56158.913,18630, -36,60,Kr,4.3267,158,0,0,0+,,80,8,MS,0.08,0.008,B-,100,0,B-N,3.7,0.4,,,,,,,,,8274.671,20765,4740.50,29,-8781,400,-14916.678,299,4992.08,28,16598,299,8330.851,213,95943016.618,22000,-53079.678,20493, -36,61,KR,,,0,0,(3/2+),,63,4,MS,0.063,0.004,B-,100,0,B-N,6.7,0.6,,,,,,,,,11095.645,130423,5859.54,130,-9133,420,-13368.492,422,2415.13,132,16549,325,8269.864,1344,96949088.784,140000,-47423.492,130408, -36,62,Kr,,,0,0,0+,,46,8,MS,0.046,0.008,B-N,7,1,B-,,0,,,,,,,,,10058,299,6137,298,-9933,582,-16061.0,499,4959,325,17545,499,8236,3,97952430,320,-44311,298, -36,63,Kr,,,0,0,,,13,+34-6,MS,0.013,0.02,B-,100,0,B-N,11,7,,,,,,,,,12362,401,7538,401,-10725,641,,,2520,499,17798,566,8178,4,98958390,430,-38759,401, -36,64,Kr,,,0,0,0+,,7,+11-3,MS,0.007,0.007,B-,100,0,B-N,,0,,,,,,,,,11195,401,7998,401,,,,,4364,566,,,8140,4,99962370,430,-35052,401, -36,65,KR,,,0,0,,GT,635,,NS,0.000000635,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,13717,541,9048,503,,,,,2147,643,,,8081,5,100968730,540,-29128,503, -37,36,Rb,,,0,0,,LT,30,,NS,0.00000003,0,P,0,0,EC+B+,,0,,,,,,,,,-14131,448,,,-2247,205,10469.751,200,15823,539,-570,200,8306,3,72950529,215,-46082,200, -37,37,Rb,,,0,0,0+,,64.776,30,MS,0.064776,0.00003,EC+B+,100,0,,,,,,,,,,,,-11089,100,-28037,401,-2915.31,15,10415.827,4,13906,200,2653.23,7,8381.712,41,73944265.868,3249,-51916.009,3027, -37,38,Rb,,,0,0,3/2(-),,19.0,12,S,19,1.2,EC+B+,100,0,,,,,,,,,,,,-10600,220000,-24463,100,-3141.19,6,7104.93,8,13374.00,3,2175.83,233,8448.275,16,74938573.201,1266,-57218.694,1180, -37,39,Rb,4.2273,70,0,0,1(-),,36.5,6,S,36.5,0.6,EC+B+,100,0,ECA,0.00000038,0.0000001,,,,,-0.3726228,,0.38,,-6231.442,34478,-21931.70,220,-3842.25,139,8534.633,4,11331.70,151,3444.43,8,8486.215,12,75935073.032,1006,-60479.081,938, -37,40,Rb,4.2356,80,0,0,3/2-,,3.78,4,M,226.8,2.4,EC+B+,100,0,,,,,,,,0.654468,,0.7,,-7027.055,8023,-18654.17,34,-3607.93,7,5338.951,2351,12422.73,161,3105.75,4,8537.339,17,76930401.6,1400,-64830.492,1304, -37,41,Rb,4.2385,83,0,0,0(+),,17.66,3,M,1059.6,1.8,EC+B+,100,0,,,,,,,,,,,,-3761.477,8125,-17203.30,9,-4072.18,7,7242.856,3,10176.24,3,4054.95,4,8558.35,42,77928141.868,3475,-66935.419,3237, -37,42,Rb,4.2284,65,0,0,5/2+,,22.9,5,M,1374,30,EC+B+,100,0,,,,,,,,3.3579,,-0.12,,-5326.096,8653,-15700.36,8,-4120.89,5,3639.272,4,11938.88,4,3913.68,216,8601.142,27,78923989.864,2300,-70802.985,2142, -37,43,Rb,4.2271,61,0,0,1+,,33.4,7,S,33.4,0.7,EC+B+,100,0,,,,,,,,-0.0836,,0.348,,-1864.009,3933,-14769.90,9,-4311.31,10,5717.879,1987,9443.80,284,5022.18,4,8611.675,23,79922516.444,2000,-72175.467,1863, -37,44,Rb,4.2213,51,0,0,3/2-,,4.572,4,H,16459.2,14.4,EC+B+,100,0,,,,,,,,2.0595,,0.398,,-3928.545,5817,-13216.53,6,-4646.78,6,2239.511,5,11352.52,5,4852.29,5,8645.513,61,80918993.927,5264,-75456.670,4904, -37,45,Rb,4.2160,42,0,0,1+,,1.2575,2,M,75.45,0.012,SF+EC+B+,100,,EC+B+,100,0,,,,,0.5545083,,0.19,,-177.751,6705,-12731.00,4,-5160.56,5,4403.982,3,8802.45,6,5780.59,3,8647.427,37,81918209.024,3230,-76187.803,3009, -37,46,Rb,4.2058,28,0,0,5/2-,,86.2,1,D,7447680,8640,EC,100,0,,,,,,,,1.4249,,0.196,,-2273.024,6424,-11131.89,6,-5427.51,254,920.003,2329,10954.14,4,5767.82,233,8675.218,28,82915114.182,2500,-79070.630,2329, -37,47,Rb,4.1999,23,0,0,2-,,32.82,7,D,2835648,6048,EC+B+,96.1,2,B-,3.9,2,,,,,-1.324116,,-0.015,,890.606,2336,-11032.68,7,-6294.89,242,2680.371,2194,8759.65,3,7057.30,219,8676.224,26,83914375.225,2355,-79758.964,2194, -37,48,Rb,4.2036,23,0,0,5/2-,,STABLE,,,,,,,,,,,,,,,1.35298,,0.277,,-1064.051,2813,-9589.08,124,-6615.21,98,-686.999,20,10479.68,219,7016.97,0,8697.441,0,84911789.7376,534,-82167.33050,498, -37,49,Rb,4.2025,23,0,0,2-,,18.642,18,D,1610668.8,1555.2,B-,99.9948,0.0005,EC,0.0052,0.0005,,,,,-1.6977,,0.23,,1776.096,200,-9715.03,282,-7673.25,99,518.673,20,8650.98,20,8555.63,200,8696.901,2,85911167.443,214,-82746.993,200, -37,50,Rb,4.1989,21,0,0,3/2-,,4.97E+10,3,Y,1.56841272e18,9.46728e15,B-,100,0,,,,,,,,2.75131,,0.132,,282.275,6,-8146.02,1,-8009,4,-3888.269,246,9922.11,20,8621.10,1,8710.983,0,86909180.531,6,-84597.791,6, -37,51,Rb,4.2170,38,0,0,2-,,17.773,18,M,1066.38,1.08,B-,100,0,,,,,,,,0.5117,,-0.01,,5312.623,159,-5800.25,16,-7250.83,26,-2917.709,2613,6082.52,16,9188.44,28,8681.115,2,87911315.591,171,-82608.995,159, -37,52,Rb,4.2391,74,0,0,3/2-,,15.32,10,M,919.2,6,B-,100,0,,,,,,,,2.3836,,0.144,,4496.628,5427,-1862.09,5,-5561.84,6,-5176.603,6,7174.71,5,9310.07,6,8664.189,61,88912278.137,5825,-81712.388,5427, -37,53,Rb,4.2554,102,0,0,0-,,158,5,S,158,5,B-,100,0,,,,,,,,,,,,6583.723,6544,-1226.70,6,-6157.07,7,-4405.154,7,5723.33,8,10117.59,7,8631.512,72,89914798.803,6960,-79364.404,6484, -37,54,Rb,4.2723,131,0,0,3/2(-),,58.2,3,S,58.2,0.3,B-,100,0,,,,,,,,2.1815,,0.19,,5906.89,8873,131.77,8,-6278.28,8,-6771.072,8,6451.95,10,10074.76,8,8607.561,86,90916537.265,8375,-77745.037,7801, -37,55,Rb,4.2903,162,0,0,0-,,4.48,3,S,4.48,0.03,B-,100,0,B-N,0.0107,0.0005,,,,,,,,,8094.923,6419,808.17,8,-6481.39,7,-6003.118,7,5098.72,10,11087.44,7,8569.422,67,91919728.481,6573,-74772.438,6123, -37,56,Rb,4.3048,187,0,0,5/2-,,5.84,2,S,5.84,0.02,B-,100,0,B-N,1.39,0.07,,,,,1.4095,,0.18,,7465.938,8876,2176.14,9,-6770.55,8,-8483.907,8,5918.78,10,11139.55,8,8540.92,84,92922039.325,8406,-72619.901,7830, -37,57,Rb,4.3184,211,0,0,3(-),,2.702,5,S,2.702,0.005,B-,100,0,B-N,10.5,0.4,,,,,1.4984,,0.163,,10282.926,2623,3451.74,8,-6987.4,4,-7215.013,12,4014.20,8,11715.76,3,8492.764,22,93926394.818,2177,-68562.785,2029, -37,58,Rb,4.3391,248,0,0,5/2-,,377.7,8,MS,0.3777,0.0008,B-,100,0,B-N,8.7,0.3,,,,,1.3336,,0.211,,9228.058,20204,4882.90,20,-7209.11,21,-9732.58,28,5400.03,20,11832.69,24,8460.208,213,94929262.568,21734,-65891.493,20245, -37,59,Rb,4.3501,267,0,0,2(-),,203,3,MS,0.203,0.003,B-,100,0,B-N,13.3,0.7,,,,,1.4658,,0.25,,11569.808,9115,5693.88,7,-7546.46,8,-8274.671,21,3534.17,20,12484.41,19,8408.896,35,95934133.393,3599,-61354.349,3353, -37,60,Rb,4.4231,395,0,0,3/2+,,169.1,6,MS,0.1691,0.0006,B-,100,0,B-N,25.5,0.9,B-2N,,0,,1.841,,0.7,,10062.317,3888,6333.70,9,-8053.82,431,-11095.645,130,5236.11,4,12728.43,21,8376.186,20,96937177.118,2052,-58519.137,1912, -37,61,Rb,4.4336,414,0,0,(0 1),,114,5,MS,0.114,0.005,B-,100,0,B-N,13.8,0.6,B-2N,0.051,0.007,,,,,,12053.958,16403,6140.99,16,-9394,300,-10058.146,298,3921.33,16,14234.62,131,8330.729,164,97941632.317,17265,-54369.146,16082, -37,62,Rb,,,0,0,(3/2+),,56.4,12,MS,0.0564,0.0012,B-,100,0,B-N,15.8,2.4,B-2N,,0,,,,,,11400.258,6223,7230.64,5,-9775,298,-12362.143,401,4823.31,17,14099,298,8295.3,41,98945119.192,4327,-51121.143,4030, -37,63,Rb,,,0,0,(3+ 4-),,51,8,MS,0.051,0.008,B-,100,0,B-N,6,3,B-2N,0.16,0.08,,,,,,13573.838,20831,8203.02,20,-10509,299,-11195.064,401,3197.24,20,14777,401,8244.32,196,99950351.731,21000,-46247.064,19561, -37,64,Rb,,,0,0,(3/2+),,32,5,MS,0.032,0.005,B-,100,0,B-N,28,4,,,,,,,,,12480,200,8905,200,-11214,448,-13717.0,541,4669,201,15082,448,8209,2,100954004,215,-42845,200, -37,65,RB,,,0,0,,,37,5,MS,0.037,0.005,B-,100,0,B-N,18,8,,,,,,,,,14452,306,9547,298,-11881,499,,,2933,359,15868,585,8157,3,101959520,320,-37707,298, -37,66,RB,,,0,0,,,23,+13-9,MS,0.023,0.011,B-,100,0,B-2N,,0,B-N,,0,,,,,,13814,446,10480,406,,,,,3973,499,,,8117,4,102963920,430,-33608,401, -38,35,Sr,,,0,0,,GT,25,,MS,0.025,5e21,EC+B+,100,0,ECP,0,0,,,,,,,,,,,,,-1941,566,14132.0,448,,,909,641,8102,5,72965700,430,-31950,401, -38,36,Sr,,,0,0,0+,,27,8,MS,0.027,0.008,EC+B+,100,0,ECP,,0,,,,,,,,,,,,,-2152,224,11089.009,100,16948,413,2035,224,8221,1,73956170,107,-40827,100, -38,37,Sr,,,0,0,(3/2-),,88,3,MS,0.088,0.003,EC+B+,100,0,ECP,5.2,0.9,,,,,,,,,-14799,372,,,-2716.4,255,10600.0,220,13863,242,1991.66,220,8296.511,2933,74949952.77,236183,-46618.694,220003, -38,38,Sr,,,0,0,0+,,7.89,7,S,7.89,0.07,EC+B+,100,0,ECP,0.000034,0.000008,,,,,,,,,-15768,302,-30499,302,-2731.98,35,6231.442,34,15700.26,223,4317.92,34,8393.929,453,75941762.761,37000,-54247.639,34465, -38,39,Sr,4.2569,44,0,0,5/2(+),,9.0,2,S,9,0.2,EC+B+,100,0,ECP,0.08,0.03,,,,,-0.348,,1.4,,-11365,203,-27395,300,-3676.6,10,7027.056,8,11627.11,35,4613.33,8,8435.918,103,76937945.455,8500,-57803.436,7918, -38,40,Sr,4.2561,40,0,0,0+,,160,8,S,160,8,EC+B+,100,0,,,,,,,,,,,,-11001,298,-24807,203,-3267.02,8,3761.478,8,13441.82,11,5632.42,8,8500.096,96,77932179.98,8000,-63173.941,7452, -38,41,Sr,4.2586,39,0,0,3/2(-),,2.25,10,M,135,6,EC+B+,100,0,,,,,,,,-0.474,,0.661,,-7659.056,79620,-21375,298,-3578.18,12,5326.096,9,10374.26,11,5830.44,9,8523.82,106,78929707.664,9000,-65476.889,8383, -38,42,Sr,4.2562,37,0,0,0+,,106.3,15,M,6378,90,EC+B+,100,0,,,,,,,,,,,,-9163.307,7139,-20564.94,79,-3722.66,5,1864.008,4,12905.89,9,6797.44,4,8578.596,43,79924517.54,3718,-70311.459,3464, -38,43,Sr,4.2547,34,0,0,1/2-,,22.3,4,M,1338,24,EC+B+,100,0,,,,,,,,0.543,,,,-5815.214,6245,-18451.29,7,-3783.6,4,3928.545,6,9287.98,5,6641.63,4,8587.354,39,80923211.394,3358,-71528.125,3128, -38,44,Sr,4.2478,30,0,0,0+,,25.35,3,D,2190240,2592,EC,100,0,,,,,,,,,,,,-7945.961,8132,-18368.46,8,-4256.69,6,177.75,7,12553.24,7,7842.35,8,8635.718,73,81918399.847,6432,-76010.053,5992, -38,45,Sr,4.2455,27,0,0,7/2+,,32.41,3,H,116676,108,EC+B+,100,0,,,,,,,,-0.829,,0.781,,-4591.941,19844,-16804.83,9,-4780.26,8,2273.024,7,8858.87,9,7898.77,7,8638.407,82,82917554.374,7336,-76797.606,6834, -38,46,Sr,4.2394,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6755.139,4411,-16515.22,19,-5181.14,142,-890.606,2522,11923.28,7,8867.91,264,8677.512,15,83913419.12,1334,-80649.570,1243, -38,47,Sr,4.2304,21,0,0,9/2+,,64.849,7,D,5602953.6,604.8,EC,100,0,,,,,,,,-1,,0.282,,-3261.157,19173,-15280.17,5,-5832.01,3,1064.05,281,8525.03,3,8633.29,4,8675.718,33,84912932.043,3020,-81103.280,2813, -38,48,Sr,4.2307,20,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5240,14142,-14752.28,19,-6356.22,1,-1776.096,20,11491.13,281,9644.73,1,8708.456,0,85909260.72631,561,-84523.08935,522, -38,49,Sr,4.2249,19,0,0,9/2+,,STABLE,,,,,,,,,,,,,,,-1.0928,,0.305,,-1861.69,1128,-13668.29,14,-7314.35,1,-282.275,8,8428.29,1,9422.04,20,8705.236,0,86908877.49615,548,-84880.06595,510, -38,50,Sr,4.2240,18,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3622.6,1500,-12974.56,112,-7907.2,0,-5312.623,159,11112.87,1,10612.80,1,8732.595,0,87905612.25561,599,-87921.61793,558, -38,51,Sr,4.2407,23,0,0,5/2+,,50.563,25,D,4368643.2,2160,B-,100,0,,,,,,,,-1.1481,,-0.271,,1499.336,1615,-9981.32,150,-7153.6,200,-4496.629,5,6358.72,9,10888.99,18,8705.922,1,88907450.808,98,-86209.017,92, -38,52,Sr,4.2611,37,0,0,0+,,28.79,6,Y,908543304,1893456,B-,100,0,,,,,,,,,,,,545.934,1406,-6311.09,141,-5107.38,212,-6583.723,7,7810.43,213,11524.71,6,8695.972,24,89907730.885,2280,-85948.127,2124, -38,53,Sr,4.2740,46,0,0,5/2+,,9.65,6,H,34740,216,B-,100,0,,,,,,,,-0.885,,0.045,,2699.369,5247,-5229.18,6,-5367.32,5,-5906.89,10,5775.12,6,11576.49,8,8663.875,60,90910195.958,5853,-83651.927,5453, -38,54,Sr,4.2924,64,0,0,0+,,2.611,17,H,9399.6,61.2,B-,100,0,,,,,,,,,,,,1949.132,9384,-4587.38,4,-5600.99,4,-8094.923,7,7286.75,6,12411.29,9,8648.906,37,91911038.224,3675,-82867.361,3423, -38,55,Sr,4.3026,75,0,0,5/2+,,7.43,3,M,445.8,1.8,B-,100,0,,,,,,,,-0.7926,,0.258,,4141.319,11697,-3340.66,12,-5974.97,8,-7465.937,11,5289.79,8,12602.37,10,8612.787,81,92914024.311,8109,-80085.838,7554, -38,56,Sr,4.3191,91,0,0,0+,,75.3,2,S,75.3,0.2,B-,100,0,,,,,,,,,,,,3505.752,6422,-2689.87,11,-6311.38,250,-10282.926,2623,6831.19,8,13514.78,8,8593.834,18,93915355.643,1785,-78845.711,1663, -38,57,Sr,4.3305,102,0,0,1/2+,,23.90,14,S,23.9,0.14,B-,100,0,,,,,,,,-0.537,,,,6089.296,7240,-839.41,9,-6570.5,6,-9228.058,21,4345.16,6,13845.74,6,8549.111,61,94919355.84,6239,-75119.551,5812, -38,58,Sr,4.3522,125,0,0,0+,,1.07,1,S,1.07,0.01,B-,100,0,,,,,,,,,,,,5411.738,9726,213.37,11,-6579.75,9,-11569.808,9,5875.92,10,14321.63,22,8521.265,88,95921712.692,9098,-72924.157,8475, -38,59,Sr,4.3625,135,0,0,1/2+,,429,5,MS,0.429,0.005,B-,100,0,B-N,0.05,0,,,,,-0.4983,,,,7539.969,7521,1683.12,7,-6870.38,4,-10062.317,4,3728.61,9,14516.08,5,8471.856,35,96926374.776,3633,-68581.454,3385, -38,60,Sr,4.4377,214,0,0,0+,,0.653,2,S,0.653,0.002,B-,100,0,B-N,0.25,0.05,,,,,,,,,5871.673,8558,1627.00,7,-7500.25,13,-12053.958,16,5912.97,5,15192.94,4,8445.745,33,97928691.86,3463,-66423.104,3226, -38,61,Sr,4.4495,225,0,0,3/2+,,0.269,1,S,0.269,0.001,B-,100,0,B-N,0.1,0.019,,,,,-0.261,,0.84,,8128.424,8138,1702.06,9,-8787.4,19,-11400.258,6,4169.61,6,15441.23,17,8402.552,48,98932880.511,5089,-62521.401,4741, -38,62,Sr,4.4640,240,0,0,0+,,202,3,MS,0.202,0.003,B-,100,0,B-N,0.78,0.13,,,,,,,,,7506.493,13273,2757.61,10,-9166.14,22,-13573.839,21,5370.82,9,15988.73,8,8372.234,72,99935779.615,7686,-59820.903,7160, -38,63,Sr,,,0,0,(5/2-),,118,3,MS,0.118,0.003,B-,100,0,B-N,2.37,0.14,,,,,,,,,9736.095,11055,3931.17,14,-10326.33,131,-12479.907,200,3575.32,11,16366.81,21,8324.74,84,100940606.266,9103,-55324.907,8480, -38,64,Sr,,,0,0,0+,,69,6,MS,0.069,0.006,B-,100,0,B-N,5.5,1.5,,,,,,,,,9013.873,67191,4830.38,67,-10273,306,-14452.304,305,4905.71,68,16603,211,8291.22,658,101944004.68,72000,-52159.304,67068, -38,65,Sr,,,0,0,,,53,10,MS,0.053,0.01,B-,100,0,B-2N,,0,B-N,,0,,,,,,11035,196,5680,196,-11088,446,-13814.0,446,3334,207,17004,357,8243,2,102949090,210,-47422,196, -38,66,Sr,,,0,0,0+,,53,5,MS,0.053,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,9958,499,6280,298,-11479,499,,,4755,357,17787,499,8210,3,103952650,320,-44106,298, -38,67,Sr,,,0,0,,,39,5,MS,0.039,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,12660,1428,7382,643,-11908,711,,,2576,585,,,8156,5,104958550,540,-38610,503, -38,68,SR,,,0,0,0+,,20,+8-7,MS,0.02,0.008,B-,100,0,B-2N,,0,B-N,,0,,,,,,11263,783,8409,1465,,,,,4251,783,,,8119,6,105962651,644,-34790,600, -38,69,SR,,,0,0,,GT,395,,NS,0.000000395,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,13465,862,9082,862,,,,,2181,922,,,8064,7,106968975,751,-28900,700, -39,37,Y,,,0,0,,GT,200,,NS,0.0000002,5e15,EC+B+,,0,P,,0,,,,,,,,,,,,,-2575,583,15767.639,302,14731,424,-850,372,8176,4,75958690,322,-38480,300, -39,38,Y,,,0,0,(5/2+),,57,+22-12,MS,0.057,0.017,EC+B+,100,0,P,,0,ECP,,0,,,,,,-14399,448,,,-2782,285,11364.436,203,16030,362,-520,200,8278,3,76950146,218,-46439,203, -39,39,Y,,,0,0,(0+),,53,8,MS,0.053,0.008,EC+B+,100,0,ECP,,0,,,,= 1,,,,,-11323,499,-28205,499,-2682,298,11000.941,298,13806,361,1659,298,8349,4,77943990,320,-52173,298, -39,40,Y,,,0,0,(5/2+),,14.8,6,S,14.8,0.6,EC+B+,100,0,ECP,,0,,,,,,,,,-11048,310,-25039,407,-3024.05,79,7659.056,80,13716,308,1932.86,80,8416.967,1002,78937930,85000,-57817.833,79177, -39,41,Y,,,0,0,(4-),,30.1,5,S,30.1,0.5,EC+B+,100,0,ECP,,0,,,,,,,,,-6788,300,-22449,300,-3093.99,6,9163.307,7,11401.64,79,2960.23,10,8454.275,78,79934354.755,6701,-61148.152,6242, -39,42,Y,,,0,0,(5/2+),,70.4,10,S,70.4,1,EC+B+,100,0,,,,,,,,,,,,-8252.773,94236,-19424,300,-3307.34,6,5815.213,6,12636.08,8,2690.42,6,8505.902,67,80929454.283,5802,-65712.912,5405, -39,43,Y,,,0,0,1+,,8.30,20,S,8.3,0.2,EC+B+,100,0,,,,,,,,,,,,-4432.804,12457,-18675.27,94,-3553.59,6,7945.962,8,10422.50,8,3824.94,6,8529.275,67,81926930.188,5902,-68064.091,5499, -39,44,Y,,,0,0,9/2+,,7.08,8,M,424.8,4.8,EC+B+,100,0,,,,,,,,,,,,-6294.012,19707,-16645.70,22,-3827.6,19,4591.941,20,12212.89,19,3484.58,20,8573.656,224,82922484.025,20000,-72205.665,18631, -39,45,Y,,,0,0,(6+),,39.5,8,M,2370,48,EC+B+,100,0,,,,,,,,,,,,-2472.745,6977,-16054.09,8,-4143.88,5,6755.139,4,9760.08,19,4385.80,8,8587.78,51,83920671.061,4615,-73894.431,4299, -39,46,Y,,,0,0,(1/2)-,,2.68,5,H,9648,180,EC+B+,100,0,,,,,,,,,,,,-4666.934,20026,-14491.75,20,-4810.37,20,3261.157,19,12019.01,19,4481.52,19,8628.148,223,84916433.039,20360,-77842.123,18965, -39,47,Y,4.2513,23,0,0,4-,,14.74,2,H,53064,72,EC+B+,100,0,,,,,,,,0.6,,,,-1314.075,14585,-14179.22,16,-5520.2,14,5240.0,14,9512.28,24,5468.78,14,8638.428,164,85914886.098,15182,-79283.089,14142, -39,48,Y,4.2498,22,0,0,1/2-,,79.8,3,H,287280,1080,EC+B+,100,0,,,,,,,,-0.19,,,,-3671.239,4296,-13120.68,4,-6372.66,259,1861.69,112,11806.60,14,5784.26,112,8674.844,13,86910876.102,1210,-83018.376,1128, -39,49,Y,4.2441,21,0,0,4-,,106.626,21,D,9212486.4,1814.4,EC+B+,100,0,,,,,,,,-0.42,,0.16,,-670.147,5608,-13023.20,4,-6964.97,266,3622.6,15,9351.96,188,6707.92,150,8682.539,17,87909501.276,1610,-84299.018,1500, -39,50,Y,4.2430,21,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,-0.1374154,,,,-2832.792,2776,-12150.80,6,-7965.94,161,-1499.335,1615,11480.65,220,7075.71,161,8713.978,18,88905841.205,1730,-87708.352,1612, -39,51,Y,4.2573,26,0,0,2-,,64.00,21,H,230400,756,B-,100,0,,,,,,,,-1.63,,-0.155,,2278.474,1609,-9689.82,278,-6171.98,162,-545.935,2666,6857.03,10,7574.02,161,8693.345,18,89907144.8,1729,-86494.062,1611, -39,52,Y,,,0,0,1/2-,,58.51,6,D,5055264,5184,B-,100,0,,,,,,,,0.1641,,,,1544.271,1840,-5650.08,185,-4178.42,184,-2699.368,6,7928.55,245,7692.14,281,8684.941,20,90907298.066,1978,-86351.295,1843, -39,53,Y,4.2887,50,0,0,2-,,3.54,1,H,12744,36,B-,100,0,,,,,,,,-0.67,,0,,3642.535,9127,-4992.24,9,-4632.41,9,-1949.131,10,6536.51,9,8453.54,11,8661.589,99,91908945.745,9798,-84816.492,9127, -39,54,Y,4.3052,65,0,0,1/2-,,10.18,8,H,36648,288,B-,100,0,,,,,,,,-0.139,,,,2894.875,10483,-3839.45,10,-4939.68,12,-4141.319,13,7481.98,14,8648.77,11,8648.905,113,92909578.422,11259,-84227.157,10488, -39,55,Y,4.3142,74,0,0,2-,,18.7,1,M,1122,6,B-,100,0,,,,,,,,,,,,4917.859,6380,-3300.75,6,-5411.97,9,-3505.752,7,6195.62,12,9554.59,10,8622.806,68,93911592.063,6849,-82351.463,6380, -39,56,Y,4.3284,87,0,0,1/2-,,10.3,1,M,618,6,B-,100,0,,,,,,,,-0.16,,,,4451.092,6772,-2010.84,7,-5888.73,10,-6089.297,9,6928.70,9,9652.11,7,8604.973,71,94912818.711,7277,-81208.848,6779, -39,57,Y,4.3402,99,0,0,0-,,5.34,5,S,5.34,0.05,B-,100,0,,,,,,,,,,,,7102.951,6087,-747.27,6,-5988.37,9,-5411.738,10,5198.36,9,10505.31,8,8569.488,63,95915902.953,6535,-78335.895,6088, -39,58,Y,4.3580,115,0,0,(1/2-),,3.75,3,S,3.75,0.03,B-,100,0,B-N,0.055,0.004,,,,,-0.12,,,,6821.237,6707,1246.11,7,-5926.44,10,-7539.97,8,5856.85,9,10486.24,11,8541.522,69,96918280.286,7213,-76121.424,6719, -39,59,Y,4.3711,129,0,0,(0)-,,0.548,2,S,0.548,0.002,B-,100,0,B-N,0.331,0.024,,,,,,,,,8991.932,11576,2576.57,8,-6156.91,8,-5871.673,9,4244.67,10,11002.29,9,8497.677,81,97922388.36,8511,-72294.777,7929, -39,60,Y,4.4658,223,0,0,(5/2+),,1.484,7,S,1.484,0.007,B-,100,0,B-N,1.7,0.4,,,,,3.18,,1.55,,6970.792,12409,2565.57,11,-7183.25,21,-8128.424,8,6426.37,10,11515.69,7,8476.755,67,98924154.288,7114,-70649.825,6627, -39,61,Y,4.4705,228,0,0,1- 2-,,735,7,MS,0.735,0.007,B-,100,0,B-N,0.92,0.08,,,,,2.55,,1.71,,9050.041,13830,2221.90,15,-8397.96,12,-7506.493,13,4748.89,13,12094.97,12,8439.476,112,99927721.063,12008,-67327.396,11186, -39,62,Y,4.4863,244,0,0,(5/2+),,0.45,2,S,0.45,0.02,B-,100,0,B-N,1.94,0.18,,,,,,,,,8104.955,10933,3245.12,11,-8966.78,7,-9736.095,11,5804.92,13,12529.07,10,8413.391,70,100930154.138,7614,-65061.002,7092, -39,63,Y,4.4911,248,0,0,HIGH J,,0.36,4,S,0.36,0.04,B-,100,0,B-N,4.9,1.2,,,,,,,,,10414.53,9669,3921.46,9,-9228.95,17,-9013.873,67,4183.49,8,13137.24,9,8371.922,40,101934327.889,4377,-61173.177,4077, -39,64,Y,,,0,0,(5/2+),,0.23,2,S,0.23,0.02,B-,100,0,B-N,8,3,,,,,,,,,9357.759,14518,5058.82,14,-9761.35,12,-11035.575,196,5355.71,12,13587.24,68,8342.638,109,102937243.208,12028,-58457.575,11204, -39,65,Y,,,0,0,,,197,4,MS,0.197,0.004,B-,100,0,B-N,34,10,B-2N,,0,,,,,,11660,401,5680,401,-10242,401,-9958.0,500,3678,401,13931,446,8298,4,103941960,430,-54064,401, -39,66,Y,,,0,0,,,95,9,MS,0.095,0.009,B-,100,0,B-N,82,0,B-2N,,0,,,,,,10194.373,1336749,6382.38,1337,-10850,1352,-12660.361,1428,5278,1395,14453,1370,8269.02,12730,104944959,1435000,-51270.361,1336694, -39,67,Y,,,0,0,,,79,+10-5,MS,0.079,0.008,B-,100,0,B-N,,0,B-2N,,0,,,,,,12497,664,7340,503,-10771,585,-11263.0,783,2854,1428,14732,711,8218,5,105950560,540,-46053,503, -39,68,Y,,,0,0,,,33.5,30,MS,0.0335,0.003,B-,100,0,B-N,,0,B-2N,,0,,,,,,12015,1230,8114,664,-11181,643,-13464.0,862,4383,711,14863,783,8182,5,106954520,540,-42364,503, -39,69,Y,,,0,0,,,30,5,MS,0.03,0.005,B-,100,0,B-N,,0,B-2N,,0,,,,,,14056,718,9011,1271,,,,,3004,780,15686,919,8134,6,107959960,640,-37297,596, -39,70,Y,,,0,0,,,25,5,MS,0.025,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,12992,862,10082,806,,,,,3975,919,,,8096,6,108964358,751,-33200,700, -40,38,ZR,,,0,0,0+,GT,170,,NS,0.00000017,5e15,EC+B+,,0,,,,,,,,,,,,,,,,-2447,412,11323.0,499,16881,565,1700,448,8194,5,77956146,429,-40850,400, -40,39,Zr,,,0,0,,,56,30,MS,0.056,0.03,EC+B+,100,0,ECP,,0,,,,,,,,,-15120,583,,,-2577,372,11047.833,310,13992,500,1886,423,8267,4,78949790,322,-46770,300, -40,40,Zr,,,0,0,0+,,4.6,6,S,4.6,0.6,EC+B+,100,0,ECP,,0,,,,,,,,,-15940,500,-30781,583,-2537,302,6788.152,300,15661,424,3831,310,8360,4,79941642,322,-54360,300, -40,41,Zr,,,0,0,(3/2-),,5.5,4,S,5.5,0.4,EC+B+,100,0,ECP,0.12,0.02,,,,,,,,,-11100,411,-27111,411,-2081.62,94,8252.773,94,11171,314,3600.96,94,8394.358,1161,80938314,101000,-57460.139,94081, -40,42,Zr,,,0,0,0+,,32,5,S,32,5,EC+B+,100,0,,,,,,,,,,,,-11541,300,-25342,400,-2882.26,13,4432.804,12,14242.46,95,5207.35,12,8465.676,136,81931689,12000,-63631.287,11178, -40,43,Zr,,,0,0,(1/2-),,42,2,S,42,2,EC+B+,100,0,ECP,,0,,,,,,,,,-8355.571,151039,-21893,300,-2859.68,11,6294.011,20,10351.68,13,5136.53,8,8488.399,77,82929240.925,6902,-65911.654,6430, -40,44,Zr,,,0,0,0+,,25.8,5,M,1548,30,EC+B+,100,0,,,,,,,,,,,,-10202.968,14153,-21936.92,151,-3535.14,7,2472.745,7,13581.35,8,6504.99,19,8549.029,65,83923325.662,5903,-71421.686,5499, -40,45,Zr,,,0,0,(7/2+),,7.86,4,M,471.6,2.4,EC+B+,100,0,,,,,,,,,,,,-6895.514,7625,-20027.79,15,-4071.98,7,4666.934,20,9824.82,8,6569.73,8,8564.039,76,84921443.198,6902,-73175.189,6430, -40,46,Zr,,,0,0,0+,,16.5,1,H,59400,360,EC+B+,100,0,,,,,,,,,,,,-8834.96,6552,-19760.66,5,-4383.88,7,1314.075,15,12865.14,7,7415.86,19,8614.051,41,85916296.815,3827,-77969.014,3566, -40,47,Zr,4.2789,30,0,0,9/2+,,1.68,1,H,6048,36,EC+B+,100,0,,,,,,,,-0.895,,0.423,,-5472.651,7963,-18284.40,7,-4974.45,8,3671.239,4,9449.44,5,7353.02,15,8623.654,48,86914817.339,4450,-79347.137,4146, -40,48,Zr,4.2787,25,0,0,0+,,83.4,3,D,7205760,25920,EC,100,0,,,,,,,,,,,,-7455.284,58886,-17825.70,9,-5404.22,6,670.147,6,12353.05,7,7899.47,6,8666.033,61,87910220.709,5800,-83628.871,5403, -40,49,Zr,4.2706,10,0,0,9/2+,,78.41,12,H,282276,432,EC+B+,100,0,,,,,,,,-1.046,,0.275,,-4250.351,23743,-16773.29,59,-6197.2,4,2832.791,3,9318.01,6,7865.51,3,8673.359,35,88908882.332,3310,-84875.561,3083, -40,50,Zr,4.2694,10,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6111.016,3316,-16218.64,24,-6674.36,12,-2278.473,1615,11968.29,3,8353.15,161,8709.969,1,89904698.758,126,-88772.535,118, -40,51,Zr,4.2845,13,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-1.30362,,-0.176,,-1257.565,2924,-13305.36,3,-5440.42,10,-1544.271,1846,7194.35,15,8690.47,161,8693.314,1,90905640.223,112,-87895.566,105, -40,52,Zr,4.3057,13,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2005.736,1782,-9892.34,293,-2962.33,10,-3642.536,9,8634.78,9,9396.70,184,8692.678,1,91905035.322,109,-88459.028,102, -40,53,Zr,,,0,0,5/2+,,1.61E+6,5,Y,50807736000000,1577880000000,B-,100,0,,,,,,,,,,,,90.806,1484,-8740.06,182,-3337.93,47,-2894.875,10,6734.32,45,9594.51,9,8671.62,5,92906470.646,490,-87122.032,457, -40,54,Zr,4.3320,13,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-900.26,1500,-8127.80,150,-3746.11,213,-4917.859,6,8218.61,49,10331.14,10,8666.801,2,93906312.524,175,-87269.322,164, -40,55,Zr,,,0,0,5/2+,,64.032,6,D,5532364.8,518.4,B-,100,0,,,,,,,,1.13,,0.22,,1126.318,985,-7362.19,173,-4432.93,6,-4451.092,7,6461.93,86,10597.45,6,8643.592,9,94908040.267,933,-85659.940,869, -40,56,Zr,4.3512,15,0,0,0+,,2.0E+19,4,Y,6.31152e26,1.262304e26,,,,,,,,,,,,,,,163.971,100,-6723.91,50,-4996.4,3,-7102.951,6,7850.22,88,11518.97,7,8635.327,1,95908277.621,122,-85438.846,114, -40,57,Zr,4.3792,136,0,0,1/2+,,16.749,8,H,60296.4,28.8,B-,100,0,,,,,,,,-0.937,,,,2663.115,4248,-5411.16,41,-5281.74,8,-6821.237,7,5575.13,40,11895.74,6,8603.779,4,96910957.386,444,-82942.661,414, -40,58,Zr,4.4012,164,0,0,0+,,30.7,4,S,30.7,0.4,B-,100,0,,,,,,,,,,,,2237.89,9819,-3752.25,9,-4865.91,9,-8991.932,12,6415.36,8,12454.26,11,8581.448,86,97912735.124,9072,-81286.709,8451, -40,59,Zr,4.4156,181,0,0,(1/2+),,2.1,1,S,2.1,0.1,B-,100,0,,,,,,,,-0.93,,,,4714.724,15950,-2167.34,12,-4925.98,12,-6970.792,12,4405.23,13,12614.81,13,8539.264,106,98916670.835,11274,-77620.617,10502, -40,60,Zr,4.4891,289,0,0,0+,,7.1,4,S,7.1,0.4,B-,100,0,,,,,,,,,,,,3419.963,11398,-2113.41,15,-5878.2,12,-9050.041,14,6828.14,13,13016.58,10,8522.153,81,99918005.444,8748,-76377.437,8148, -40,61,Zr,4.5119,318,0,0,(3/2+),,2.3,1,S,2.3,0.1,B-,100,0,,,,,,,,,,,,5725.534,9143,-1439.87,12,-7009.42,9,-8104.955,11,4859.84,12,13127.53,14,8485.892,83,100921453.11,8951,-73165.957,8339, -40,62,Zr,4.5292,340,0,0,0+,,2.9,2,S,2.9,0.2,B-,100,0,,,,,,,,,,,,4716.837,9053,-767.53,10,-7589.52,9,-10414.53,10,6493.07,12,13815.68,11,8466.355,86,101923147.431,9412,-71587.707,8767, -40,63,Zr,,,0,0,(5/2-),,1.3,1,S,1.3,0.1,B-,100,0,,,,,,,,,,,,7213.337,10036,417.89,10,-7718.85,10,-9357.759,15,4298.94,13,13931.13,10,8425.895,90,102927197.24,9911,-67815.334,9232, -40,64,Zr,,,0,0,0+,,1.2,3,S,1.2,0.3,B-,100,0,,,,,,,,,,,,6094.952,9699,1233.29,10,-8328.07,12,-11660.06,401,5980.04,13,14555.46,15,8402.377,90,103929442.315,10011,-65724.060,9325, -40,65,Zr,,,0,0,(5/2+),,670,28,MS,0.67,0.028,B-,100,0,B-N,2,0,,,,,,,,,8450.817,12770,2282.96,12,-8564.74,15,-10194.373,1337,3811.99,15,14690,401,8358.659,115,104934014.89,13008,-61464.734,12118, -40,66,Zr,,,0,0,0+,,180,9,MS,0.18,0.009,B-,100,0,B-N,7,0,,,,,,,,,7653.37,433164,3294.25,433,-8815.6,438,-12496.987,664,5156.57,433,14568.60,1405,8328.45,4086,105937144,465000,-58549.987,433145, -40,67,Zr,,,0,0,,,146,4,MS,0.146,0.004,B-,100,0,B-N,23,0,,,,,,,,,9344.122,1122479,3752.35,1122,-9382,1139,-12015.688,1230,3901.02,1203,15616,1230,8287.073,10490,106941621,1205000,-54379.688,1122450, -40,68,Zr,,,0,0,0+,,77.4,22,MS,0.0774,0.0022,B-,100,0,B-N,,0,,,,,,,,,8193,401,4299,401,-9672,499,-14056.0,718,5045,1192,16278,643,8257,4,107944870,430,-51353,401, -40,69,Zr,,,0,0,,,56,3,MS,0.056,0.003,B-,100,0,B-2N,,0,B-N,,0,,,,,,10497,566,5282,503,-10007,711,-12993.0,862,2911,643,16185,780,8208,5,108950410,540,-46193,503, -40,70,Zr,,,0,0,0+,,37.5,20,MS,0.0375,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,9424,1029,5732,650,-10521,846,,,4765,780,16975,919,8177,5,109953960,640,-42886,596, -40,71,ZR,,,0,0,,,24.0,50,MS,0.024,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,11316,760,6679,1092,-11085,989,,,2745,919,,,8128,6,110959678,751,-37560,700, -40,72,ZR,,,0,0,0+,,30,+30-10,MS,0.03,0.02,B-,100,0,B-2N,,0,B-N,,0,,,,,,10463,760,6994,760,,,,,4322,989,,,8094,6,111963703,751,-33810,700, -41,40,Nb,,,0,0,,LT,200,,NS,0.0000002,0,EC+B+,,0,,,,,,,,,,,,-14610,640,,,-2347,448,11100.139,411,16011,565,-711,500,8248,5,80950230,429,-46360,400, -41,41,Nb,,,0,0,(0+),,50,5,MS,0.05,0.005,EC+B+,100,0,ECP,,0,,,,= 1,,,,,-11720,500,-28411,583,-2342,423,11541.287,300,13801,500,1919,314,8315,4,81944079,322,-52090,300, -41,42,Nb,,,0,0,(5/2+),,3.9,2,S,3.9,0.2,EC+B+,100,0,,,,,,,,,,,,-11216,428,-25257,427,-2163.17,170,8355.571,151,13537,336,1213.77,151,8378.304,1818,82938211,162000,-57556.083,150902, -41,43,Nb,,,0,0,(1+ 2+ 3+),,9.8,9,S,9.8,0.9,EC+B+,100,0,ECP,,0,,,,,,,,,-7049,298,-22950,401,-2495.48,14,10202.969,14,11733.95,151,2596.03,15,8418.252,155,83934279,14000,-61218.717,13041, -41,44,Nb,,,0,0,(9/2+),,20.5,12,S,20.5,1.2,EC+B+,100,0,,,,,,,,,,,,-8769.923,16357,-20181,298,-2991.68,7,6895.513,8,13132.28,14,2146.96,7,8473.711,48,84928845.837,4400,-66279.676,4099, -41,45,Nb,,,0,0,(6+),,88,1,S,88,1,EC+B+,100,0,,,,,,,,,,,,-5023.81,6642,-19695.62,17,-3494.88,8,8834.96,7,10925.70,7,3247.84,8,8502.222,64,85925781.535,5903,-69134.054,5499, -41,46,Nb,,,0,0,(1/2)-,,3.7,1,M,222,6,EC+B+,100,0,,,,,,,,,,,,-6989.678,7378,-17835.56,8,-4093.74,20,5472.651,8,12811.75,9,3194.44,8,8551.757,78,86920692.472,7302,-73874.486,6802, -41,47,Nb,,,0,0,(8+),,14.50,11,M,870,6.6,EC+B+,100,0,,,,,,,,,,,,-3487.042,58933,-17360.10,59,-4704.07,59,7455.285,59,10370.42,59,4115.42,59,8572.424,668,87918224.287,63134,-76173.586,58810, -41,48,Nb,,,0,0,(9/2+),,2.03,7,H,7308,252,EC+B+,100,0,,,,,,,,6.216,,,,-5610.275,23953,-16009.98,24,-5208,30,4250.352,24,12522.94,63,4285.31,24,8616.812,266,88913445.272,25369,-80625.209,23631, -41,49,Nb,4.2891,40,0,0,8+,,14.60,5,H,52560,180,EC+B+,100,0,,,,,,,,4.961,,,,-2489.016,3316,-15717.90,5,-5803.35,15,6111.016,3,10107.63,24,5074.93,5,8633.376,37,89911259.204,3561,-82661.519,3317, -41,50,Nb,4.2878,40,0,0,9/2+,,6.8E+2,13,Y,21459168000,4102488000,EC+B+,100,0,,,,,,,,6.521,,-0.25,,-4429.18,6744,-14536.82,5,-6044.54,3,1257.565,2928,12047.80,4,5154.44,293,8670.897,32,90906990.274,3141,-86638.001,2926, -41,51,Nb,4.3026,43,0,0,7+,,3.47E+7,24,Y,1.09504872e15,75738240000000,EC+B+,100,0,,,,,,,,5.136,,-0.35,,355.284,1791,-12315.79,6,-4579.19,233,2005.736,1788,7886.61,3,5846.70,178,8662.372,19,91907188.568,1915,-86453.292,1785, -41,52,Nb,4.3240,17,0,0,9/2+,,STABLE,,,,,,,,,,,,,,,6.1705,,-0.32,,-405.769,1501,-8475.58,150,-1929.4,220,-90.806,1559,8830.86,199,6042.78,149,8664.184,16,92906373.161,1600,-87212.838,1491, -41,53,Nb,,,0,0,6+,,2.03E+4,16,Y,640619280000,50492160000,B-,100,0,,,,,,,,,,,,2045.002,1494,-7633.31,150,-2299.92,220,900.26,15,7227.54,8,6536.00,148,8648.901,16,93907278.992,1601,-86369.062,1491, -41,54,Nb,,,0,0,9/2+,,34.991,6,D,3023222.4,518.4,B-,100,0,,,,,,,,6.141,,0,,925.601,494,-6443.51,50,-2859.88,191,-1126.318,1006,8488.51,157,6805.91,53,8647.212,5,94906831.115,545,-86786.258,508, -41,55,Nb,,,0,0,6+,,23.35,5,H,84060,180,B-,100,0,,,,,,,,4.976,,,,3192.059,107,-5962.28,12,-3211.24,9,-163.97,18,6887.88,51,7231.85,88,8628.886,2,95908101.591,157,-85602.816,147, -41,56,Nb,,,0,0,9/2+,,72.1,7,M,4326,42,B-,100,0,,,,,,,,6.153,,,,1938.915,4248,-4882.22,4,-3803.53,11,-2663.115,4,8074.28,4,7455.90,4,8623.168,44,96908098.414,4561,-85605.776,4249, -41,57,Nb,,,0,0,1+,,2.86,6,S,2.86,0.06,B-,100,0,,,,,,,,,,,,4591.373,5003,-4051.22,5,-3598.05,8,-2237.889,10,5990.14,7,7870.91,5,8596.301,51,97910332.65,5369,-83524.598,5001, -41,58,Nb,4.4062,125,0,0,9/2+,,15.0,2,S,15,0.2,B-,100,0,,,,,,,,5.97,,,,3634.758,12006,-2290.69,12,-3551.41,14,-4714.724,16,6882.06,13,8337.60,15,8578.985,121,98911609.371,12886,-82335.341,12004, -41,59,Nb,,,0,0,1+,,1.5,2,S,1.5,0.2,B-,100,0,,,,,,,,,,,,6395.626,7992,-1898.62,8,-3886.42,10,-3419.962,11,5533.38,14,9465.75,13,8548.529,80,99914333.963,8573,-79797.399,7986, -41,60,Nb,4.4861,203,0,0,(5/2+),,7.1,3,S,7.1,0.3,B-,100,0,,,,,,,,,,,,4628.458,3738,-769.78,4,-5194.98,8,-5725.534,9,7165.41,9,9803.02,9,8534.835,37,100915306.496,4024,-78891.491,3749, -41,61,Nb,,,0,0,(4+),,4.3,4,S,4.3,0.4,B-,100,0,,,,,,,,,,,,7261.517,8675,-855.91,256,-6434.68,8,-4716.837,9,5484.37,5,10427.56,9,8504.928,25,101918083.697,2732,-76304.544,2545, -41,62,Nb,4.5097,227,0,0,(5/2+),,1.5,2,S,1.5,0.2,B-,100,0,,,,,,,,,,,,5931.999,10036,466.07,9,-6803.76,8,-7213.337,10,6795.44,5,10729.93,10,8488.331,38,102919453.403,4224,-75028.671,3935, -41,63,Nb,,,0,0,(1+),,4.9,3,S,4.9,0.3,B-,100,0,B-N,0.06,0.03,,,,,,,,,8530.957,9311,1070.34,10,-6916.53,12,-6094.952,10,4861.66,5,11292.65,10,8453.459,26,103922899.115,2938,-71819.012,2737, -41,64,Nb,,,0,0,(5/2+),,2.95,6,S,2.95,0.06,B-,100,0,B-N,1.7,0.9,,,,,,,,,7421.59,9920,2363.10,10,-7279.47,8,-8450.817,13,6167.86,5,11480.46,10,8431.692,38,104924942.564,4324,-69915.551,4027, -41,65,Nb,,,0,0,(1-),,1.02,5,S,1.02,0.05,B-,100,0,B-N,4.5,0.3,,,,,,,,,9931.17,10026,3062.47,10,-7455.1,6,-7653.37,433,4359.12,6,12027.59,13,8393.271,39,105928927.768,4424,-66203.357,4122, -41,66,Nb,,,0,0,,,300,9,MS,0.3,0.009,B-,100,0,,,,,,,,,,,,8827.75,12232,4339.40,12,-7691.15,14,-9344.122,1122,5591.77,9,12462.79,433,8367.089,75,106931589.672,8612,-63723.810,8023, -41,67,Nb,,,0,0,(2+),,198,6,MS,0.198,0.006,B-,100,0,B-N,6.3,0.5,B-2N,,0,,,,,,11210.177,12373,4934.48,12,-7907,401,-8192.765,401,3893.27,12,12455.05,1122,8325.665,76,107936074.988,8842,-59545.765,8237, -41,68,Nb,,,0,0,(5/2),,0.19,3,S,0.19,0.03,B-,100,0,B-N,31,5,,,,,,,,,9976.202,258732,5994.83,259,-7844.35,1361,-10496.794,566,5215.35,259,12625,477,8297.13,2371,108939141,277500,-56689.794,258490, -41,69,Nb,,,0,0,(5),,82,4,MS,0.082,0.004,B-,100,0,B-N,40,8,,,,,,,,,12232.677,838694,6284.77,838,-8682,978,-9423.909,1029,3691.43,877,13406,978,8255.26,7621,109943843,900000,-52309.909,838345, -41,70,Nb,,,0,0,,,54,2,MS,0.054,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,11064,298,7596,299,-8936,585,-11315.0,761,4637,890,13278,667,8223,3,110947530,320,-48875,298, -41,71,Nb,,,0,0,,,33,+9-6,MS,0.033,0.008,B-,100,0,,,,,,,,,,,,13190,357,7595,298,-9402,667,-10464.0,761,3470,422,14003,760,8180,3,111952470,320,-44274,298, -41,72,Nb,,,0,0,,,32,4,MS,0.032,0.004,B-,100,0,B-2N,,0,B-N,,0,,,,,,11979,500,8882,446,-9735,806,,,4308,499,13989,806,8146,4,112956510,430,-40511,401, -41,73,NB,,,0,0,,,17,5,MS,0.017,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,14420,585,9031,586,,,,,2948,643,,,8100,4,113962010,540,-35387,503, -41,74,Nb,,,0,0,,,23,8,MS,0.023,0.008,B-,100,0,B-2N,,0,B-N,,0,,,,,,13395,643,10382,585,,,,,4038,711,,,8065,4,114966340,540,-31354,503, -42,39,Mo,,,0,0,,GT,450,,NS,0.00000045,5e15,ECP,,0,EC+B+,,0,,,,,,,,,,,,,-2135,640,14610.0,640,,,619,640,8058,6,80965915,537,-31750,500, -42,40,Mo,,,0,0,0+,GT,437,,NS,0.000000437,5e15,ECP,,0,EC+B+,,0,,,,,,,,,,,,,-1945,565,11720.0,500,16691,640,1299,565,8163,5,81956661,429,-40370,400, -42,41,Mo,,,0,0,,,6,+30-3,MS,0.006,0.017,EC+B+,100,0,,,,,,,,,,,,-15020,641,,,-1995,500,11216.083,428,14041,566,1539,500,8234,5,82950252,430,-46340,401, -42,42,Mo,,,0,0,0+,,2.3,3,S,2.3,0.3,EC+B+,100,0,ECP,,0,,,,= 0,,,,,-16470,499,-30922,582,-2235,423,7048.717,298,15901,499,3903,334,8325,4,83941846,320,-54170,298, -42,43,Mo,,,0,0,(1/2-),,3.2,2,S,3.2,0.2,EC+B+,100,0,ECP,0.14,0.02,,,,,,,,,-11660,400,-27881,400,-2474.53,95,8769.923,16,11411,298,3580.01,21,8361.331,186,84938260.737,17000,-57509.753,15835, -42,44,Mo,,,0,0,0+,,19.1,3,S,19.1,0.3,EC+B+,100,0,,,,,,,,,,,,-12540,300,-26332,400,-2903.87,12,5023.809,7,14671.81,16,5119.54,6,8434.709,43,85931174.817,4000,-64110.245,3726, -42,45,Mo,,,0,0,(7/2+),,14.1,3,S,14.1,0.3,EC+B+,100,0,B+P,15,8,,,,,,,,,-9194.764,5073,-23386,300,-3398.07,7,6989.678,7,10845.88,5,5039.72,6,8462.424,33,86928196.201,3067,-66884.808,2857, -42,46,Mo,,,0,0,0+,,8.0,2,M,480,12,EC+B+,100,0,,,,,,,,,,,,-11005.229,149088,-23067.82,6,-3689.77,7,3487.042,59,13873.05,5,6101.03,8,8523.908,43,87921967.781,4100,-72686.544,3819, -42,47,Mo,,,0,0,(9/2+),,2.11,10,M,126.6,6,EC+B+,100,0,,,,,,,,,,,,-7620.087,5467,-21404.94,149,-4264.66,8,5610.274,24,10399.71,5,6130.32,59,8544.984,44,88919468.15,4200,-75014.935,3912, -42,48,Mo,4.3265,16,0,0,0+,,5.56,9,H,20016,324,EC+B+,100,0,,,,,,,,,,,,-9447.816,3611,-20848.97,5,-4628.4,5,2489.016,5,13228.89,5,6836.26,24,8597.028,38,89913931.272,3717,-80172.503,3463, -42,49,Mo,4.3182,11,0,0,9/2+,,15.49,1,M,929.4,0.6,EC+B+,100,0,,,,,,,,-0.932,,,,-6222.175,6671,-19555.45,6,-5286.6,7,4429.18,7,10107.64,7,6836.27,7,8613.628,69,90911745.195,6696,-82208.821,6238, -42,50,Mo,4.3151,11,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-7882.884,3106,-18893.25,237,-5604.62,5,-355.284,1792,12671.07,6,7459.55,293,8657.73,2,91906807.155,168,-86808.576,157, -42,51,Mo,,,0,0,5/2+,,4.0E+3,8,Y,126230400000,25246080000,EC,100,0,,,,,,,,,,,,-3200.963,1004,-15952.69,3,-4356.42,3,405.769,1502,8069.81,9,7642.75,179,8651.409,2,92906808.773,193,-86807.069,181, -42,52,Mo,4.3529,13,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4255.748,4069,-12879.28,102,-2066.45,18,-2045.003,1498,9678.31,23,8490.20,149,8662.333,2,93905083.592,151,-88414.065,141, -42,53,Mo,4.3628,18,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-0.9142,,-0.022,,-1690.518,5078,-11624.86,4,-2241.21,16,-925.6,5,7369.11,9,8631.77,149,8648.72,1,94905837.442,132,-87711.858,123, -42,54,Mo,4.3847,15,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2973.242,5145,-10844.85,5,-2760.76,16,-3192.06,19,9154.33,5,9297.59,50,8653.987,1,95904674.774,128,-88794.876,120, -42,55,Mo,4.3880,15,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-0.9335,,0.255,,-320.266,4117,-9794.37,5,-2847.57,49,-1938.915,4,6821.13,16,9230.85,19,8635.092,2,96906016.903,176,-87544.691,165, -42,56,Mo,4.4091,18,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1683.766,3377,-8962.86,4,-3271.57,24,-4591.374,5,8642.60,6,9799.17,4,8635.168,2,97905403.608,186,-88115.972,174, -42,57,Mo,,,0,0,1/2+,,65.976,24,H,237513.6,86.4,B-,100,0,,,,,,,,0.375,,,,1357.764,890,-7609.21,3,-2735.07,90,-3634.757,12,5925.44,15,9734.47,5,8607.797,2,98907707.298,245,-85970.098,229, -42,58,Mo,4.4468,25,0,0,0+,,7.3E+18,4,Y,2.3037048e26,1.262304e25,2B-,100,,2B-,100,0,,,,,,,,,-172.08,1371,-6936.48,94,-3179.09,32,-6395.626,8,8294.24,38,11146.65,12,8604.662,3,99907467.976,323,-86193.025,302, -42,59,Mo,,,0,0,1/2+,,14.61,3,M,876.6,1.8,B-,100,0,,,,,,,,,,,,2824.645,24002,-5570.32,137,-3002.2,52,-4628.458,4,5398.24,7,11011.52,8,8572.915,3,100910337.641,331,-83519.949,309, -42,60,Mo,4.4914,38,0,0,0+,,11.3,2,M,678,12,B-,100,0,,,,,,,,,,,,1006.817,12373,-5292.78,25,-4704.27,12,-7261.517,9,8117.43,8,11963.54,9,8568.45,81,101910288.138,8923,-83566.061,8312, -42,61,Mo,4.5145,46,0,0,(3/2+),,67.5,15,S,67.5,1.5,B-,100,0,,,,,,,,,,,,3643.197,13471,-4459.11,13,-5764.97,14,-5931.999,10,5465.93,12,11945.10,10,8538.328,90,102913085.14,9911,-80960.670,9232, -42,62,Mo,4.5249,51,0,0,0+,,60,2,S,60,2,B-,100,0,,,,,,,,,,,,2153.476,24167,-3817.42,13,-6397.45,12,-8530.956,9,7460.62,13,12610.27,10,8527.965,86,103913740.756,9576,-80349.968,8921, -42,63,Mo,4.5389,57,0,0,(5/2-),,35.6,16,S,35.6,1.6,B-,100,0,,,,,,,,,,,,4952.947,35031,-2905.01,26,-6596.1,12,-7421.59,10,5058.49,13,12807.10,9,8494.923,86,104916975.159,9731,-77337.141,9065, -42,64,Mo,4.5490,57,0,0,0+,,8.73,12,S,8.73,0.12,B-,100,0,,,,,,,,,,,,3641.695,15284,-1915.76,36,-6971.74,13,-9931.171,10,6868.70,13,13507.95,10,8479.581,86,105918266.218,9812,-76134.528,9140, -42,65,Mo,,,0,0,(5/2+),,3.5,5,S,3.5,0.5,B-,100,0,,,,,,,,,,,,6198.355,12667,-846.65,15,-7161.14,13,-8827.75,12,4488.35,13,13637.17,10,8442.28,86,106922112.692,9912,-72551.560,9233, -42,66,Mo,4.5602,67,0,0,0+,,1.09,2,S,1.09,0.02,B-,100,0,,,,,,,,,,,,5166.835,12734,-77.35,13,-7456.8,13,-11210.177,12,6275.70,13,14321.10,12,8422.219,85,107924040.367,9912,-70755.942,9233, -42,67,Mo,,,0,0,(7/2-),,0.53,6,S,0.53,0.06,B-,100,0,,,,,,,,,,,,7616.78,14787,1185.46,14,-7626.18,16,-9976.202,259,3981.37,14,14409.20,14,8381.477,103,108928431.106,12010,-66665.996,11188, -42,68,Mo,,,0,0,0+,,0.296,17,S,0.296,0.017,B-,100,0,B-N,2,0.7,,,,,,,,,6491.925,26018,1668.87,26,-8417.51,434,-12232.676,839,5947.91,27,15141.76,260,8359.354,220,109930710.68,26004,-64542.585,24223, -42,69,Mo,,,0,0,(1/2+ 3/2+),,186,9,MS,0.186,0.009,B-,100,0,B-N,12,0,,,,,,,,,9084.861,6800,3023.43,15,-7984.99,1123,-11064.761,298,3468.49,27,14918.82,838,8315.292,113,110935652.016,13502,-59939.761,12578, -42,70,Mo,,,0,0,0+,,120,+13-11,MS,0.12,0.012,B-,100,0,,,,,,,,,,,,7795,196,3489,196,-8536,446,-13190.0,357,5595,196,15877,357,8291,2,111938310,210,-57464,196, -42,71,Mo,,,0,0,,,80,2,MS,0.08,0.002,B-,100,0,B-N,,0,,,,,,,,,10322,300,4698,300,-8722,586,-11979.0,501,3097,358,15505,423,8245,3,112943650,322,-52490,300, -42,72,Mo,,,0,0,0+,,58,2,MS,0.058,0.002,B-,100,0,B-N,,0,,,,,,,,,8793,526,4933,298,-9346,667,-14420.0,585,5389,423,16585,499,8220,3,113946530,320,-49807,298, -42,73,Mo,,,0,0,,,45.5,20,MS,0.0455,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,11571,885,5780,590,-9614,806,-13395.0,643,3013,499,16650,643,8175,3,114951960,430,-44749,401, -42,74,MO,,,0,0,0+,,32,4,MS,0.032,0.004,B-2N,,0,B-N,,0,B-,,0,,,,,,9956,582,6749,935,-10114,860,,,4822,641,17435,709,8146,4,115955448,537,-41500,500, -42,75,MO,,,0,0,,,22,5,MS,0.022,0.005,B-2N,,0,B-N,,0,B-,,0,,,,,,12212,641,7214,582,,,,,2741,707,,,8100,4,116961170,537,-36170,500, -42,76,Mo,,,0,0,0+,,19,+7-4,MS,0.019,0.006,B-,100,0,B-2N,,0,B-N,,0,,,,,,11159,641,7680,641,,,,,4532,707,,,8069,4,117964970,537,-32630,500, -43,42,Tc,,,0,0,,LT,100,,NS,0.0000001,0,P,,0,,,,,,,,,,,,-14900,640,,,-1914,565,11659.753,400,16221,565,-1031,499,8215,5,84950778,429,-45850,400, -43,43,Tc,,,0,0,(0+),,55,7,MS,0.055,0.007,EC+B+,100,0,ECP,,0,,,,= 1,,,,,-11800,500,-28692,583,-1905,424,12540.245,300,13792,500,1350,300,8280,3,85944637,322,-51570,300, -43,44,Tc,,,0,0,(9/2+),,2.2,2,S,2.2,0.2,EC+B+,100,0,,,,,,,,,,,,-12170,400,-25991,400,-2558.88,151,9194.764,5,14191,300,868.77,6,8347.744,48,86938067.187,4500,-57690.044,4192, -43,45,Tc,,,,0,(5+ 6+ 7+),,6.4,8,S,6.4,0.8,EC+B+,100,0,ECP,,0,,,,,,,,,-7342,335,-24232,426,-2887.51,150,11005.229,149,12062.59,149,2085.48,149,8389.958,1694,87933782.381,160000,-61681.315,149039, -43,46,Tc,,,0,0,(9/2+),,12.8,9,S,12.8,0.9,EC+B+,100,0,,,,,,,,,,,,-9135,298,-21127,300,-3540.09,6,7620.087,5,13784.85,149,1997.27,5,8450.575,43,88927648.65,4100,-67394.848,3819, -43,47,Tc,,,,0,(8+),,,,,,,,,,,,,,,,,,,,,-5840.895,3869,-20536,298,-4015.55,6,9447.816,4,11401.16,4,2998.72,4,8483.359,11,89924073.921,1100,-70724.687,1025, -43,48,Tc,,,0,0,(9/2)+,,3.14,2,M,188.4,1.2,EC+B+,100,0,,,,,,,,,,,,-7746.824,3242,-19174.17,4,-4537.08,7,6222.175,7,13333.28,258,3103.11,4,8536.655,26,90918424.975,2536,-75986.646,2363, -43,49,Tc,,,0,0,(8)+,,4.25,15,M,255,9,EC+B+,100,0,,,,,,,,,,,,-4624.492,4125,-18757.19,4,-5177.02,59,7882.883,3,11010.36,4,4005.84,7,8563.543,34,91915269.779,3330,-78925.693,3102, -43,50,Tc,,,0,0,9/2+,,2.75,5,H,9900,180,EC+B+,100,0,,,,,,,,6.32,,,,-6389.393,2299,-17376.22,290,-5405.81,24,3200.963,1028,12751.73,3,4086.50,100,8608.577,11,92910245.149,1086,-83606.106,1012, -43,51,Tc,,,0,0,7+,,293,1,M,17580,60,EC+B+,100,0,,,,,,,,5.08,,,,-1574.726,5143,-15012.92,5,-3921.71,5,4255.748,4,8623.53,4,4640.22,4,8608.736,43,93909652.325,4370,-84158.317,4070, -43,52,Tc,,,0,0,9/2+,,20.0,1,H,72000,360,EC+B+,100,0,,,,,,,,5.94,,,,-2563.596,10531,-11509.07,6,-1808.25,6,1690.517,5,9934.34,7,4896.25,5,8622.69,53,94907652.287,5453,-86021.341,5080, -43,53,Tc,,,0,0,7+,,4.28,7,D,369792,6048,EC+B+,100,0,,,,,,,,5.04,,,,258.738,5146,-10435.21,11,-1793.26,5,2973.242,5,7871.61,7,5398.75,5,8614.866,54,95907866.681,5524,-85821.634,5146, -43,54,Tc,,,0,0,9/2+,,4.21E+6,16,Y,132857496000000,5049216000000,EC,100,0,,,,,,,,,,,,-1103.873,4956,-9215.37,4,-2436.5,4,320.267,4,9474.11,7,5718.52,4,8623.725,42,96906360.723,4420,-87224.424,4118, -43,55,Tc,,,0,0,(6)+,,4.2E+6,3,Y,132541920000000,9467280000000,B-,100,0,,,,,,,,,,,,1792.653,7157,-8382.97,4,-2488.06,4,1683.767,3,7279.10,5,6176.49,3,8610.004,34,97907211.205,3628,-86432.205,3380, -43,56,Tc,,,0,0,9/2+,,2.111E+5,12,Y,6661809360000,37869120000,B-,100,0,,,,,,,,5.6847,,-0.129,,297.519,946,-7174.32,7,-2966.52,104,-1357.764,936,8966.97,3,6500.86,90,8613.61,9,98906249.678,974,-87327.862,908, -43,57,Tc,,,0,0,1+,,15.46,19,S,15.46,0.19,B-,99.9982,0.0009,EC,0.0018,0.0009,,,,,,,,,3206.444,1376,-6466.88,138,-2843.04,135,172.08,138,6764.40,100,7339.82,134,8595.118,14,99907652.711,1450,-86020.945,1351, -43,58,Tc,,,0,0,9/2+,,14.22,1,M,853.2,0.6,B-,100,0,,,,,,,,,,,,1613.52,24000,-5188.52,24,-3163.73,24,-2824.645,24,8394.97,24,7440.54,24,8593.136,238,100907305.26,25768,-86344.594,24004, -43,59,Tc,,,0,0,1+,,5.28,15,S,5.28,0.15,B-,100,0,,,,,,,,,,,,4533.558,9165,-4686.08,9,-3473.2,10,-1006.817,12,6299.60,26,8341.90,9,8570.65,90,101909207.275,9840,-84572.878,9166, -43,60,Tc,,,0,0,5/2+,,54.2,8,S,54.2,0.8,B-,100,0,,,,,,,,,,,,2663.304,9808,-3568.75,10,-4693.44,16,-3643.197,13,8102.31,13,8326.78,13,8566.103,95,102909174.008,10531,-84603.867,9810, -43,61,Tc,,,0,0,(3+),,18.3,3,M,1098,18,B-,100,0,,,,,,,,,,,,5592.266,24939,-3307.59,25,-5130.96,26,-2153.476,26,5970.89,27,8831.74,27,8541.149,239,103911428.905,26718,-82503.444,24888, -43,62,Tc,,,0,0,(3/2-),,7.6,1,M,456,6,B-,100,0,,,,,,,,,,,,3644.402,35280,-2265.70,35,-5823.51,35,-4952.947,36,7857.96,43,9229.09,36,8534.643,336,104911657.952,37857,-82290.088,35264, -43,63,Tc,,,0,0,(1 2),,35.6,6,S,35.6,0.6,B-,100,0,,,,,,,,,,,,6547,11000,-1913.05,12,-5896.59,13,-3641.695,15,5557.45,37,9728.05,15,8506.556,116,105914356.697,13150,-79776.223,12250, -43,64,Tc,,,0,0,(3/2-),,21.2,2,S,21.2,0.2,B-,100,0,,,,,,,,,,,,5112.598,11724,-498.01,10,-6146.16,10,-6198.354,13,7045.01,15,9904.36,13,8492.897,81,106915458.485,9310,-78749.914,8673, -43,65,Tc,,,0,0,(2)+,,5.17,7,S,5.17,0.07,B-,100,0,,,,,,,,,,,,7738.573,11790,-131.58,12,-6528.68,9,-5166.836,13,5244.18,12,10660.19,13,8462.816,81,107918493.541,9413,-75922.778,8769, -43,66,Tc,,,0,0,(5/2+),,0.86,4,S,0.86,0.04,B-,100,0,B-N,0.08,0.02,,,,,,,,,6455.626,12657,1307.26,12,-6792.14,10,-7616.779,15,6431.31,13,10815.80,13,8444.178,89,108920254.156,10380,-74282.775,9669, -43,67,Tc,,,0,0,(2 3+),,0.900,13,S,0.9,0.013,B-,100,0,B-N,0.04,0.02,,,,,,,,,9038.066,12509,1632.57,13,-7256.07,10,-6491.925,26,4823.05,13,11657.49,15,8411.259,86,109923741.312,10195,-71034.510,9497, -43,68,Tc,,,0,0,(5/2+),,290,20,MS,0.29,0.02,B-,100,0,B-N,0.85,0.2,,,,,,,,,7760.649,13848,2976.64,13,-7725.73,13,-9084.861,16,6061.43,14,11771.01,26,8390.089,95,110925899.016,11359,-69024.622,10581, -43,69,Tc,,,0,0,(2+),,271,15,MS,0.271,0.015,B-,100,0,B-N,1.5,0.2,,,,,,,,,10371.881,11060,3455.02,11,-8138.09,10,-7794.938,196,4305.63,12,12608.15,14,8353.621,49,111929941.644,5920,-65258.938,5515, -43,70,Tc,,,0,0,(5/2+),,152,8,MS,0.152,0.008,B-,100,0,B-N,2.1,0.3,,,,,,,,,9056.578,37028,4747.96,10,-8546.66,259,-10321.541,300,5623.92,6,12637,196,8329.464,30,112932569.033,3600,-62811.541,3353, -43,71,Tc,,,0,0,(GE 4),,100,20,MS,0.1,0.02,B-,100,0,B-N,,0,,,,,,,,,11621.524,433159,5196.51,435,-8715.29,944,-8793.288,526,3860.06,433,13400,527,8290.259,3800,113937090,465000,-58600.288,433145, -43,72,Tc,,,0,0,,,78,2,MS,0.078,0.002,B-,100,0,B-N,,0,,,,,,,,,9869.744,794386,5830.50,789,-9869,844,-11570.99,885,5791.02,900,13802,844,8268.527,6865,114939538,847500,-56319.990,789441, -43,73,Tc,,,0,0,,,57,3,MS,0.057,0.003,B-,100,0,B-2N,,0,B-N,,0,,,,,,12613,298,6663,311,-9607,422,-9956.0,582,3207,844,13996,499,8225,3,115944760,320,-51456,298, -43,74,Tc,,,0,0,,,44.5,30,MS,0.0445,0.003,B-,100,0,B-2N,,0,B-N,,0,,,,,,11108,590,7616,401,-10296,566,-12212.0,641,4997,499,14171,641,8197,3,116948060,430,-48382,401, -43,75,Tc,,,0,0,,,30,4,MS,0.03,0.004,B-,100,0,B-2N,,0,B-N,,0,,,,,,13470,448,7629,590,-10827,643,-11160.0,641,3479,566,14909,641,8157,3,117952990,430,-43790,401, -43,76,TC,,,0,0,,,22,3,MS,0.022,0.003,B-,100,0,B-2N,,0,B-N,,0,,,,,,12193,585,8818,541,-11442,711,,,4653,643,15030,709,8128,4,118956660,540,-40371,503, -43,77,TC,,,0,0,,,21,5,MS,0.021,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,14494,643,8975,585,,,,,3218,711,,,8087,4,119961870,540,-35518,503, -43,78,Tc,,,0,0,,,22,6,MS,0.022,0.006,B-,100,0,B-2N,,0,B-N,,0,,,,,,13267,641,10161,641,,,,,4333,709,,,8056,4,120965883,537,-31780,500, -44,41,Ru,,,0,0,,GT,450,,NS,0.00000045,5e15,P,,0,ECP,,0,EC+B+,,0,,,,,,,,,,-1625,707,14900.0,640,,,538,640,8030,6,84966774,537,-30950,500, -44,42,Ru,,,0,0,0+,GT,438,,NS,0.000000438,5e15,ECP,,0,EC+B+,,0,,,,,,,,,,,,,-1825,565,11800.0,500,16892,640,1209,565,8133,5,85957305,429,-39770,400, -44,44,Ru,,,0,0,0+,,1.2,+3-2,S,1.2,0.3,EC+B+,100,0,ECP,,0,,,,,,,,,-17479,500,,,-2594,423,7341.315,335,16891,500,3939,300,8298,3,87941664,322,-54340,300, -44,45,Ru,,,0,0,(9/2+),,1.5,2,S,1.5,0.2,EC+B+,100,0,ECP,3,0,,,,,,,,,-12400,468,-29471,499,-3175,298,9134.848,298,11992,423,3868,333,8339,3,88937455,320,-58260,298, -44,46,Ru,,,0,0,0+,,11,3,S,11,3,EC+B+,100,0,,,,,,,,,,,,-13184,300,-27094,361,-3198.46,5,5840.895,4,14695,298,4777.92,5,8409.768,41,89930344.379,4003,-64883.792,3730, -44,47,Ru,,,0,0,(9/2+),,8.0,4,S,8,0.4,EC+B+,100,0,,,,,,,,,,,,-9670,298,-24611,300,-3779.93,4,7746.823,3,11427.35,4,4804.11,245,8442.928,24,90926741.532,2384,-68239.823,2221, -44,48,Ru,,,0,0,0+,,3.65,5,M,219,3,EC+B+,100,0,,,,,,,,,,,,-11302.114,5153,-23803,298,-4039.57,5,4624.492,4,14132.70,4,5603.53,4,8504.773,30,91920234.375,2917,-74301.201,2718, -44,49,Ru,,,0,0,(9/2)+,,59.7,6,S,59.7,0.6,EC+B+,100,0,,,,,,,,,,,,-8204.913,3343,-22288.94,5,-4626.69,4,6389.393,23,10986.83,3,5579.99,4,8531.462,22,92917104.444,2216,-77216.713,2065, -44,50,Ru,,,0,0,0+,,51.8,6,M,3108,36,EC,100,,B++EC,100,0,,,,,,,,,-9675.978,4615,-21643.11,4,-4836,5,1574.726,5,13438.20,4,6266.46,3,8583.661,33,93911342.863,3374,-82583.591,3143, -44,51,Ru,,,0,0,5/2+,,1.643,13,H,5914.8,46.8,EC+B+,100,0,,,,,,,,-0.861,,,,-5117.138,10266,-18621.45,10,-3673.84,11,2563.596,11,8945.47,10,6588.40,10,8587.47,100,94910404.42,10200,-83457.745,9502, -44,52,Ru,4.3908,47,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6392.654,10000,-15811.08,4,-1696.71,23,-258.738,5,10693.94,10,7348.00,5,8609.412,2,95907588.914,182,-86080.372,170, -44,53,Ru,,,0,0,5/2+,,2.83,23,D,244512,19872,EC+B+,100,0,,,,,,,,-0.787,,,,-3523,35355,-14504.15,10,-1738.4,277,1103.872,5,8111.50,276,7587.89,6,8604.279,28,96907545.779,2965,-86120.552,2763, -44,54,Ru,4.4229,55,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5049.653,10000,-13698.62,36,-2235.71,6,-1792.653,7,10175.62,7,8289.40,8,8620.313,66,97905286.713,6937,-88224.858,6463, -44,55,Ru,4.4338,42,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-0.641,,0.079,,-2044.081,6690,-12521.49,12,-2338.44,36,-297.519,971,7471.84,6,8482.15,3,8608.712,3,98905930.278,369,-87625.381,344, -44,56,Ru,4.4531,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3636.262,18123,-11717.41,7,-2857.43,36,-3206.444,1394,9673.32,3,9188.50,95,8619.359,3,99904210.452,368,-89227.389,343, -44,57,Ru,4.4606,20,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-0.719,,0.44,,-545.697,5852,-10438.30,18,-2838.34,45,-1613.52,24,6802.04,24,9226.14,140,8601.365,4,100905573.075,445,-87958.114,415, -44,58,Ru,4.4809,18,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2323.119,6396,-9765.34,6,-3415.38,45,-4533.559,9,9219.64,5,10050.81,24,8607.427,4,101904340.3,448,-89106.437,418, -44,59,Ru,,,0,0,3/2+,,39.247,13,D,3390940.8,1123.2,B-,100,0,,,,,,,,0.2,,0.62,,764.538,2260,-8555.17,6,-3721.99,50,-2663.304,10,6232.05,15,9983.26,9,8584.365,4,102906314.833,475,-87267.171,443, -44,60,Ru,4.5098,20,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1136.362,3364,-8135.32,3,-4327.6,249,-5592.266,25,8899.86,249,10780.81,9,8587.399,24,103905425.36,2681,-88095.710,2498, -44,61,Ru,,,0,0,3/2+,,4.44,2,H,15984,72,B-,100,0,,,,,,,,-0.32,,,,1916.752,2851,-7046.46,3,-4839.46,250,-3644.402,35,5910.10,11,10720.02,25,8561.9,24,104907745.525,2682,-85934.490,2499, -44,62,Ru,,,0,0,0+,,371.8,18,D,32123520,155520,B-,100,0,,,,,,,,,,,,39.404,212,-6543.30,6,-5182.08,10,-6547.0,13,8460.05,5,11322.11,36,8560.94,51,105907328.203,5787,-86323.223,5391, -44,63,Ru,,,0,0,(5/2)+,,3.75,5,M,225,3,B-,100,0,,,,,,,,,,,,3001.191,14847,-5571.20,10,-5326.76,13,-5112.598,12,5610.61,10,11375.26,15,8533.366,81,106909969.885,9310,-83862.512,8673, -44,64,Ru,,,0,0,0+,,4.55,5,M,273,3,B-,100,0,,,,,,,,,,,,1370.37,16469,-4868.96,15,-5736.3,12,-7738.572,12,7870.16,12,12200.41,12,8527.225,80,107910185.841,9318,-83661.350,8680, -44,65,Ru,,,0,0,(5/2+),,34.5,10,S,34.5,1,B-,100,0,,,,,,,,,,,,4261.054,9822,-3778.00,17,-5826.18,13,-6455.626,13,5148.37,12,12104.59,12,8496.227,82,108913323.756,9612,-80738.401,8954, -44,66,Ru,,,0,0,0+,,12.04,17,S,12.04,0.17,B-,100,0,,,,,,,,,,,,2756.11,19404,-3144.44,10,-6362.96,13,-9038.066,13,7405.49,12,13078.77,13,8486.311,81,109914038.548,9580,-80072.576,8924, -44,67,Ru,,,0,0,5/2+,,2.12,7,S,2.12,0.07,B-,100,0,,,,,,,,,,,,5519.181,11860,-2027.90,20,-6658.63,13,-7760.649,14,4784.01,13,13039.73,13,8452.957,87,110917567.616,10394,-76785.271,9682, -44,68,Ru,,,0,0,0+,,1.75,7,S,1.75,0.07,B-,100,0,,,,,,,,,,,,4100.685,45118,-1397.68,12,-7299.79,13,-10371.88,11,6916.86,13,13895.17,14,8439.242,86,111918806.972,10305,-75630.818,9599, -44,69,Ru,,,0,0,(1/2+),,0.80,5,S,0.8,0.05,B-,100,0,,,,,,,,,,,,6899.417,37558,-207.93,57,-7627.04,39,-9056.578,37,4308.62,38,13898.15,37,8402.688,326,112922846.396,39587,-71868.119,36875, -44,70,Ru,,,0,0,0+,,0.54,3,S,0.54,0.03,B-,100,0,,,,,,,,,,,,5488.813,71643,474.41,8,-8104.14,24,-11621.523,433,6425.01,37,14699.24,5,8385.34,31,113924613.78,3811,-70221.811,3550, -44,71,Ru,,,0,0,(3/2+),,318,19,MS,0.318,0.019,B-,100,0,B-N,,0,,,,,,,,,8040.097,88790,1449.57,114,-8674.89,89,-9869.744,794,4039.24,89,14878.42,442,8347.547,770,114928942.393,95004,-66189.734,88496, -44,72,Ru,,,0,0,0+,,204,6,MS,0.204,0.006,B-,100,0,B-N,,0,,,,,,,,,6667.213,73926,2089.61,8,-9030,196,-12612.909,298,5950.49,89,15037.89,789,8326.883,32,115931219.193,4000,-64068.909,3726, -44,73,Ru,,,0,0,,,151,3,MS,0.151,0.003,B-,100,0,B-N,,0,,,,,,,,,9407.508,433236,3174.94,439,-9425,527,-11107.865,590,3492.27,433,15323,526,8285.562,3702,116936135,465000,-59489.865,433145, -44,74,Ru,,,0,0,0+,,99,3,MS,0.099,0.003,B-,100,0,B-N,,0,,,,,,,,,7628,202,3566,200,-9878,359,-13470.0,448,5841,477,16167,448,8265,2,117938529,215,-57260,200, -44,75,Ru,,,0,0,,,69.5,20,MS,0.0695,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,10259,298,4252,299,-10240,499,-12193.0,585,3376,359,16064,499,8224,3,118943570,320,-52564,298, -44,76,Ru,,,0,0,0+,,45,2,MS,0.045,0.002,B-,100,0,B-N,,0,,,,,,,,,8803,446,4740,401,-10937,641,-14494.0,643,5519,499,16930,643,8201,3,119946310,430,-50012,401, -44,77,RU,,,0,0,,,29,2,MS,0.029,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,11203,738,5696,446,-11302,641,-13267.0,641,3106,566,16818,643,8159,3,120951640,430,-45047,401, -44,78,RU,,,0,0,0+,,25,1,MS,0.025,0.001,B-,100,0,B-2N,,0,B-N,,0,,,,,,9930,583,6029,796,-11945,707,,,5174,641,17659,707,8135,4,121954750,537,-42150,500, -44,79,RU,,,0,0,,,19,2,MS,0.019,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,12280,640,6929,583,,,,,3001,707,,,8093,4,122960193,537,-37080,500, -44,80,RU,,,0,0,0+,,15,3,MS,0.015,0.003,B-,100,0,B-2N,,0,B-N,,0,,,,,,10929,721,7328,721,,,,,4952,781,,,8068,5,123963542,644,-33960,600, -45,44,Rh,,,0,0,,,,,,,,P,,0,ECP,,0,EC+B+,,0,,,,,,,,,,-2436,538,12399.0,468,17072,538,-1190,200,8191,4,88950767,387,-45861,361, -45,45,Rh,,,0,0,,GT,150,,NS,0.00000015,5e15,,,,,,,,,,,,,,,-11990,500,,,-2554,424,13183.792,300,13910,469,728,423,8255,3,89944498,322,-51700,300, -45,46,Rh,,,0,0,(9/2+),,1.47,22,S,1.47,0.22,EC+B+,100,0,B+P,1.3,0.5,,,,,,,,,-12639,499,-26931,499,-3304,298,9669.823,298,14941,423,975,298,8328,3,90937123,320,-58570,298, -45,47,Rh,,,0,0,(GE6+),,4.66,25,S,4.66,0.25,EC+B+,100,0,B+P,1.9,,,,,,,,,,-8419,300,-25140,401,-3742.69,149,11302.114,5,12501,298,2048.23,5,8373.42,48,91932367.694,4700,-62999.087,4378, -45,48,Rh,,,0,0,(9/2+),,12.2,7,S,12.2,0.7,EC+B+,100,0,,,,,,,,,,,,-10011,301,-22503,300,-4041.87,5,8204.913,3,14084.03,5,1999.57,4,8434.825,28,92925912.781,2821,-69011.800,2629, -45,49,Rh,,,0,0,(4+),,70.6,6,S,70.6,0.6,EC+B+,100,0,ECP,1.8,0.5,,,,,,,,,-6805.345,5459,-21978,301,-4607.84,4,9675.978,5,11967.13,4,2979.87,4,8472.402,36,93921730.453,3627,-72907.613,3379, -45,50,Rh,,,0,0,9/2+,,5.02,10,M,301.2,6,EC+B+,100,0,,,,,,,,,,,,-8374.706,4928,-20309.66,6,-4778.88,5,5117.139,10,13504.31,5,3045.99,5,8525.37,41,94915897.895,4171,-78340.606,3886, -45,51,Rh,,,0,0,6+,,9.90,10,M,594,6,EC+B+,100,0,,,,,,,,,,,,-3504.312,10844,-17793.14,10,-3186.94,10,6392.654,10,9418.43,11,3518.94,14,8534.673,104,95914451.71,10737,-79687.718,10001, -45,52,Rh,,,0,0,9/2+,,30.7,6,M,1842,36,EC+B+,100,0,,,,,,,,,,,,-4791.709,35792,-14485.46,36,-1416.36,35,3523.0,36,10981.15,37,3806.15,35,8559.894,366,96911327.876,38071,-82597.552,35463, -45,53,Rh,,,0,0,(2)+,,8.72,12,M,523.2,7.2,EC+B+,100,0,,,,,,,,,,,,-1854.229,12816,-13440.68,13,-1441.8,13,5049.653,14,8648.97,37,4343.62,12,8560.803,121,97910707.74,12782,-83175.205,11906, -45,54,Rh,,,0,0,1/2-,,16.1,2,D,1391040,17280,EC+B+,100,0,,,,,,,,,,,,-3398.649,8007,-12331.64,8,-1984.88,8,2044.081,7,10477.41,14,4645.41,9,8580.163,68,98908124.69,7189,-85581.300,6697, -45,55,Rh,,,0,0,1-,,20.8,1,H,74880,360,EC+B+,100,0,,,,,,,,,,,,-378.348,25289,-11479.79,19,-2194.41,19,3636.263,18,8081.14,19,5254.72,18,8575.172,181,99908114.141,19458,-85591.126,18125, -45,56,Rh,,,0,0,1/2-,,3.3,3,Y,104140080,9467280,EC,100,0,,,,,,,,,,,,-1980.284,3903,-10270.96,19,-2612.91,7,545.698,6,9892.61,19,5474.00,6,8588.216,58,100906158.905,6270,-87412.416,5841, -45,57,Rh,,,0,0,(1- 2-),,207.3,17,D,17910720,146880,EC+B+,78,5,B-,22,5,,,,,0.45,,,,1119.853,6406,-9422.50,8,-2776.03,7,2323.119,6,7442.22,9,6114.17,6,8576.981,63,101906834.27,6881,-86783.318,6410, -45,58,Rh,4.4945,23,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,-0.0884,,,,-574.519,2420,-8199.85,229,-3128.76,246,-764.537,2343,9319.71,7,6214.24,225,8584.192,22,102905494.068,2470,-88031.708,2301, -45,59,Rh,,,0,0,1+,,42.3,4,S,42.3,0.4,B-,99.55,0.1,EC+B+,0.45,0.1,,,,,,,,,2435.758,2660,-7573.48,242,-3363.32,266,1136.362,3,6998.96,8,6981.15,225,8568.949,22,103906645.295,2472,-86959.348,2303, -45,60,Rh,,,0,0,7/2+,,35.36,6,H,127296,216,B-,100,0,,,,,,,,4.452,,,,566.646,2346,-6527.45,245,-3931.56,24,-1916.753,4,8963.21,3,7044.50,285,8572.704,24,104905687.806,2685,-87851.243,2502, -45,61,Rh,,,0,0,1+,,30.07,35,S,30.07,0.35,B-,100,0,,,,,,,,2.575,,,,3544.901,5335,-6016.06,5,-4214.66,10,-39.404,8,6582.70,6,7717.11,5,8553.931,51,105907285.901,5785,-86362.627,5390, -45,62,Rh,,,0,0,7/2+,,21.7,4,M,1302,24,B-,100,0,,,,,,,,,,,,1508.936,12111,-5027.49,12,-4684.75,16,-3001.191,15,8572.39,13,7829.45,13,8554.103,113,106906747.974,12937,-86863.703,12051, -45,63,Rh,,,0,0,1+,,16.8,5,S,16.8,0.5,B-,100,0,,,,,,,,,,,,4492.486,14039,-4730.40,14,-4953.19,29,-1370.371,16,6239.34,18,8458.18,16,8532.67,130,107908714.688,15024,-85031.721,13996, -45,64,Rh,,,0,0,7/2+,,80,2,S,80,2,B-,100,0,,,,,,,,,,,,2607.021,4187,-3546.57,4,-5134.28,35,-4261.054,10,8039.05,15,8627.08,10,8528.142,37,108908749.326,4336,-84999.455,4038, -45,65,Rh,,,0,0,(1+),,3.35,12,S,3.35,0.12,B-,100,0,,,,,,,,,,,,5502.218,17797,-3293.53,18,-5477.38,22,-2756.11,20,5900.55,18,9379.26,20,8504.254,162,109911079.742,19114,-82828.686,17805, -45,66,Rh,,,0,0,(7/2+),,11,1,S,11,1,B-,100,0,,,,,,,,,,,,3681.435,6887,-2044.86,7,-5979.45,11,-5519.181,12,7547.08,19,9520.85,11,8495.631,62,110911642.531,7354,-82304.452,6850, -45,67,Rh,,,0,0,(1+),,3.6,3,S,3.6,0.3,B-,100,0,,,,,,,,,,,,6590.059,43927,-1816.93,44,-6233.64,45,-4100.685,45,5498.37,45,10235.20,45,8468.87,394,111914404.705,47327,-79731.503,44085, -45,68,Rh,,,0,0,(7/2+),,2.80,12,S,2.8,0.12,B-,100,0,,,,,,,,,,,,4823.555,9881,-517.29,10,-6909.68,12,-6899.417,38,7107.35,45,10425.69,12,8456.821,63,112915439.567,7653,-78767.536,7130, -45,69,Rh,,,0,0,1+,,1.85,5,S,1.85,0.05,B-,100,0,,,,,,,,,,,,7780.319,71891,-190.85,72,-7101.03,72,-5488.814,72,5014.41,72,11131.48,81,8426.624,628,113918721.296,76824,-75710.625,71561, -45,70,Rh,,,0,0,(7/2+),,0.99,5,S,0.99,0.05,B-,100,0,,,,,,,,,,,,6196.554,15350,1189.80,10,-7630.12,13,-8040.097,89,6590.52,72,11296.99,8,8410.658,64,114920310.993,7854,-74229.831,7316, -45,71,Rh,,,0,0,1+,,0.68,6,S,0.68,0.06,B-,100,0,,,,,,,,,,,,9095.512,74169,1618.95,75,-7902.1,74,-6667.213,74,4577.61,74,11835.36,115,8377.615,636,115924061.645,79261,-70736.122,73832, -45,72,Rh,,,0,0,(7/2+),,0.44,4,S,0.44,0.04,B-,100,0,,,,,,,,,,,,7527.104,11411,2862.94,11,-8510.75,10,-9407.508,433,6232.57,74,12117.43,10,8359.281,76,116926035.623,9546,-68897.373,8892, -45,73,Rh,,,0,0,,,266,+22-21,MS,0.266,0.022,B-,100,0,B-N,3.1,1.4,,,,,,,,,10501.286,24342,3465.70,25,-8712.09,434,-7627.46,201,4061.40,26,12686.57,434,8322.858,205,117930340.443,26017,-64887.460,24235, -45,74,Rh,,,0,0,(7/2+),,171,18,MS,0.171,0.018,B-,100,0,B-N,6.4,1.6,,,,,,,,,8585.108,12440,4494.63,10,-8927.72,790,-10258.794,298,6006.65,26,12852,200,8303.394,78,118932556.952,10000,-62822.794,9315, -45,75,Rh,,,0,0,,,136,+14-13,MS,0.136,0.014,B-,100,0,B-N,5.4,0,B-2N,,0,,,,,,11466,196,4522,196,-9784,357,-8803.0,446,4063,196,13539,357,8268,2,119936860,210,-58815,196, -45,76,Rh,,,0,0,,,151,+67-58,MS,0.151,0.063,B-,100,0,B-N,,0,,,,,,,,,9932.201,619453,5958.60,619,-10293,738,-11203.128,738,5507,650,13527,738,8245.239,5119,120939613,665000,-56250.128,619444, -45,77,Rh,,,0,0,,GT,300,,NS,0.0000003,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,12536,301,6031,300,-10715,500,-9930.0,583,3901,688,14322,500,8210,2,121944090,322,-52080,300, -45,78,RH,,,0,0,,,42,4,MS,0.042,0.004,B-,100,0,B-2N,,0,B-N,,0,,,,,,11070,885,7185,400,-11414,642,-12280.0,640,5351,500,14499,640,8186,3,122947010,429,-49360,400, -45,79,RH,,,0,0,,,30,2,MS,0.03,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,13500,499,7469,885,-11797,642,-10930.0,721,3601,565,15099,640,8149,3,123951809,429,-44890,400, -45,80,RH,,,0,0,,,26.5,20,MS,0.0265,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,12120,640,8318,582,-12645,707,,,5182,640,15329,781,8126,4,124954911,537,-42000,500, -45,81,RH,,,0,0,,,19,3,MS,0.019,0.003,B-,100,0,B-2N,,0,B-N,,0,,,,,,14560,640,8749,640,,,,,3371,707,,,8088,4,125959957,537,-37300,500, -45,82,Rh,,,0,0,,,20,+20-7,MS,0.02,0.014,B-,100,0,B-2N,,0,B-N,,0,,,,,,13150,781,9758,721,,,,,4802,781,,,8062,5,126963467,644,-34030,600, -46,45,Pd,,,0,0,,,,,,,,EC+B+,100,0,,,,,,,,,,,,,,,,-2835,566,12640.0,500,14292,566,1519,500,8181,4,90950692,430,-45930,401, -46,46,Pd,,,0,0,0+,,1.0,+3-2,S,1,0.3,EC+B+,100,0,,,,,,,,,,,,-17450,583,,,-2665,424,8419.087,300,16721,500,3299,423,8273,3,91941406,322,-54580,300, -46,47,Pd,,,0,0,(9/2+),,1.00,9,S,1,0.09,EC+B+,100,0,ECP,,0,,,,,,,,,-12734,501,-29942,584,-3166,423,10010.8,300,12492,425,3291,301,8319,3,92936660,323,-59001,300, -46,48,Pd,,,0,0,0+,,9.0,5,S,9,0.5,EC+B+,100,0,,,,,,,,,,,,-13693,400,-27906,401,-3643.39,6,6805.345,5,15173,300,4379.44,5,8391.682,46,93929036.292,4602,-66102.268,4287, -46,49,Pd,,,0,0,(9/2+),,5,3,S,5,3,EC+B+,100,0,,,,,,,,,,,,-10369,298,-25628,400,-4150.99,4,8374.706,5,11934.95,5,4347.26,5,8428.98,32,94924888.512,3253,-69965.900,3031, -46,50,Pd,,,0,0,0+,,122,2,S,122,2,EC+B+,100,0,,,,,,,,,,,,-11671.771,90181,-24658,298,-4307.12,5,3504.312,11,14288.82,5,5131.77,6,8490.02,44,95918213.744,4502,-76183.406,4194, -46,51,Pd,,,0,0,(5/2+),,3.10,9,M,186,5.4,EC+B+,100,0,,,,,,,,,,,,-6980,110000,-21365.52,90,-3014.05,5,4791.709,36,9693.75,6,5407.09,11,8502.43,50,96916471.987,5200,-77805.843,4844, -46,52,Pd,,,0,0,0+,,17.7,3,M,1062,18,EC+B+,100,0,,,,,,,,,,,,-8254.56,33098,-18566.45,110,-1162.3,6,1854.23,13,11586.45,7,6012.39,36,8533.899,48,97912698.337,5090,-81320.975,4742, -46,53,Pd,,,0,0,(5/2)+,,21.4,2,M,1284,12,EC+B+,100,0,,,,,,,,,,,,-5470.178,8004,-17187.55,33,-1149.82,11,3398.649,8,8932.99,7,6296.42,13,8537.93,50,98911773.29,5347,-82182.651,4981, -46,54,Pd,,,0,0,0+,,3.63,9,D,313632,7776,EC,100,0,,,,,,,,,,,,-7074.819,18333,-16571.62,19,-1557.32,18,378.348,25,11101.44,18,6920.45,19,8563.566,176,99908520.315,18935,-85212.778,17638, -46,55,Pd,,,0,0,5/2+,,8.47,6,H,30492,216,EC+B+,100,0,,,,,,,,-0.66,,,,-4097.759,6668,-15365.49,7,-1736.5,5,1980.284,7,8290.67,18,7129.98,19,8560.864,45,100908284.828,4925,-85432.132,4588, -46,56,Pd,4.4827,44,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5656.48,8189,-14640.11,5,-2103.23,6,-1119.853,6,10542.36,5,7779.73,6,8580.29,5,101905632.058,594,-87903.171,554, -46,57,Pd,,,0,0,5/2+,,16.991,19,D,1468022.4,1641.6,EC,100,0,,,,,,,,,,,,-2654.498,4207,-13281.82,8,-2256.72,89,574.519,2489,7625.34,77,7962.84,6,8571.019,9,102906110.84,1018,-87457.189,950, -46,58,Pd,4.5078,27,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4278.654,4000,-12663.73,4,-2592.63,138,-2435.757,2662,10009.23,164,8652.37,266,8584.848,13,103904030.401,1434,-89395.105,1336, -46,59,Pd,4.5150,30,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-0.642,,0.66,,-1347.052,4670,-11372.75,4,-2884.69,121,-566.645,2749,7094.10,70,8747.51,257,8570.65,11,104905079.487,1222,-88417.888,1138, -46,60,Pd,4.5318,28,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2965.145,2817,-10908.01,5,-3226.01,118,-3544.9,6,9560.96,28,9345.26,236,8579.992,10,105903480.293,1186,-89907.527,1106, -46,61,Pd,,,0,0,5/2+,,6.5E+6,3,Y,205124400000000,9467280000000,B-,100,0,,,,,,,,,,,,34.031,2318,-9501.57,286,-3530.38,127,-1508.936,12,6536.43,50,9298.98,5,8560.894,11,106905128.064,1289,-88372.639,1201, -46,62,Pd,4.5563,27,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1917.444,2633,-9188.85,263,-3853.41,273,-4492.485,14,9222.88,163,9949.47,12,8567.023,10,107903891.805,1189,-89524.206,1108, -46,63,Pd,,,0,0,5/2+,,13.7012,24,H,49324.32,8.64,B-,100,0,,,,,,,,,,,,1112.95,1402,-8071.03,264,-4096.9,274,-2607.021,4,6153.59,15,9863.73,14,8544.882,10,108905950.574,1195,-87606.476,1114, -46,64,Pd,4.5782,30,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-873.603,1378,-7682.80,138,-4432.6,5,-5502.219,18,8795.75,126,10620.42,4,8547.162,6,109905172.868,657,-88330.905,612, -46,65,Pd,,,0,0,5/2+,,23.4,2,M,1404,12,B-,100,0,,,,,,,,,,,,2229.56,1572,-6599.90,143,-4548.29,9,-3681.436,7,5726.30,40,10446.17,18,8521.749,7,110907690.347,785,-85985.888,731, -46,66,Pd,,,0,0,0+,,21.04,17,H,75744,612,B-,100,0,,,,,,,,,,,,262.156,6978,-6177.43,7,-5085.13,11,-6590.059,45,8406.99,7,11306.08,9,8520.724,58,111907329.986,7025,-86321.562,6544, -46,67,Pd,,,0,0,(5/2+),,93,5,S,93,5,B-,100,0,,,,,,,,,,,,3435.731,18033,-5078.69,7,-5277.61,11,-4823.556,10,5340.85,9,11148.56,45,8492.584,61,112910261.267,7455,-83591.092,6945, -46,68,Pd,,,0,0,0+,,2.42,6,M,145.2,3.6,B-,100,0,,,,,,,,,,,,1439.856,8311,-4535.44,18,-5843.28,11,-7780.318,72,7971.17,10,12012.38,10,8488.01,61,113910368.78,7456,-83490.943,6945, -46,69,Pd,,,0,0,(1/2)+,,25,2,S,25,2,B-,100,0,,,,,,,,,,,,4556.268,21649,-3566.90,14,-6066.03,17,-6196.555,15,5006.76,15,12004.73,73,8457.738,118,114913658.718,14541,-80426.386,13546, -46,70,Pd,,,0,0,0+,,11.8,4,S,11.8,0.4,B-,100,0,,,,,,,,,,,,2711.019,7842,-2920.30,20,-6625.73,12,-9095.513,74,7476.57,15,12890.77,10,8449.28,61,115914297.21,7656,-79831.635,7132, -46,71,Pd,,,0,0,(5/2+),,4.3,3,S,4.3,0.3,B-,100,0,,,,,,,,,,,,5757.537,14766,-1953.14,8,-6981.27,38,-7527.104,11,4664.16,10,12977.33,74,8416.929,62,116917954.944,7785,-76424.477,7252, -46,72,Pd,,,0,0,0+,,1.9,1,S,1.9,0.1,B-,100,0,,,,,,,,,,,,4165.046,3539,-1278.05,14,-7591.85,4,-10501.286,24,7035.59,8,13780.34,9,8405.222,21,117919066.847,2673,-75388.746,2491, -46,73,Pd,,,0,0,,,0.92,1,S,0.92,0.01,B-,100,0,,,,,,,,,,,,7237.863,16855,74.57,9,-7643.08,89,-8585.108,12,4090.47,9,13809.41,26,8368.964,69,118923340.459,8851,-71407.902,8245, -46,74,Pd,,,0,0,0+,,492,33,MS,0.492,0.033,B-,100,0,B-N,0.7,0,,,,,,,,,5371.451,5024,294.40,15,-8636.06,4,-11465.05,196,6943.47,8,14746.23,10,8357.085,19,119924551.258,2459,-70280.050,2291, -46,75,PD,,,0,0,,,285,24,MS,0.285,0.024,B-,100,0,B-N,0.8,0,,,,,,,,,8220.492,12565,1397.86,6,-9117.38,433,-9932.201,619,3973.60,4,14657,196,8320.858,28,120928950.343,3600,-66182.329,3353, -46,76,Pd,,,0,0,0+,,175,16,MS,0.175,0.016,B-,100,0,B-N,2.5,0,,,,,,,,,6489.948,42909,1715.34,23,-9781,201,-12536.161,301,6505.15,20,15655.00,620,8305.975,160,121930631.694,21000,-64616.161,19561, -46,77,Pd,,,0,0,,,108,2,MS,0.108,0.002,B-,100,0,B-N,,0,,,,,,,,,9118.336,790039,2605.05,790,-10290,844,-11069.742,885,3884.90,790,15639,845,8270.031,6418,122935126,847500,-60429.742,789441, -46,78,PD,,,0,0,0+,,38,+38-19,MS,0.038,0.029,B-,100,0,B-N,,0,,,,,,,,,7810,390,3087,300,-10803,499,-13500.0,499,6031,844,16319,499,8252,2,123937316,320,-58390,298, -46,79,PD,,,0,0,,,57,10,MS,0.057,0.01,B-,100,0,B-N,,0,,,,,,,,,10400,589,4009,472,-11498,566,-12120.0,640,3801,499,16519,565,8216,3,124941900,429,-54120,400, -46,80,PD,,,0,0,0+,,48.6,12,MS,0.0486,0.0012,B-N,,0,B-,,0,,,,,,,,,8820,447,4589,589,-12135,640,-14560.0,640,5812,565,17149,640,8197,3,125944326,429,-51860,400, -46,81,PD,,,0,0,,,38,2,MS,0.038,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,11260,539,5429,539,-12525,707,-13150.0,781,3391,640,17169,707,8159,4,126949350,537,-47180,500, -46,82,PD,,,0,0,0+,,35,3,MS,0.035,0.003,B-,100,0,B-N,,0,,,,,,,,,10130,583,5879,539,-12955,781,,,5381,707,17749,781,8138,4,127952238,537,-44490,500, -46,83,Pd,,,0,0,,,31,7,MS,0.031,0.007,B-,100,0,B-2N,,0,B-N,,0,,,,,,14370,721,8939,671,,,,,1191,781,,,8084,5,128959624,644,-37610,600, -47,46,Ag,,,0,0,,,,,,,,P,,0,ECP,,0,EC+B+,,0,,,,,,,,,,-2832,539,12734.0,501,17208,641,-1024,500,8173,4,92950330,430,-46267,401, -47,47,Ag,,,0,0,(0+),,26,+26-9,MS,0.026,0.018,EC+B+,100,0,ECP,,0,,,,,,,,,-12270,640,,,-3135,500,13692.268,400,14214,566,698,500,8238,4,93943736,429,-52410,400, -47,48,Ag,,,0,0,(9/2+),,1.75,12,S,1.75,0.12,EC+B+,100,0,ECP,,0,,,,,,,,,-12966,499,-27528,582,-3452,422,10368.9,298,15259,499,784,298,8312,3,94936020,320,-59597,298, -47,49,Ag,,,0,0,(8)+,,4.40,6,S,4.4,0.06,EC+B+,100,0,ECP,8.5,1.5,,,,,,,,,-8939,411,-25952,411,-3937.46,90,11671.77,90,12986,311,1834.71,90,8360.29,938,95930743.906,96708,-64511.636,90084, -47,50,Ag,,0,0,0,(9/2+),,25.5,3,S,25.5,0.3,EC,100,0,,,,,,,,,,,,-10372,318,-23324,415,-4238.96,110,6980.0,110,14385.52,142,1931.41,110,8422.405,1135,96923965.326,118204,-70825.843,110107, -47,51,Ag,,0,0,0,(6+),,47.5,3,S,47.5,0.3,EC+B+,100,0,ECP,0.0011,0.0005,,,,,,,,,-5430,40000,-20684,300,-2583.72,33,8254.56,33,10311.89,115,2549.54,33,8441.686,336,97921559.972,35327,-73066.415,32907, -47,52,Ag,,0,0,0,(9/2)+,,124,3,S,124,3,EC+B+,100,0,,,,,,,,,,,,-6781.35,6462,-17147.38,52,-796.78,7,5470.178,8,11717.38,34,2680.47,8,8474.774,63,98917645.768,6725,-76712.473,6265, -47,53,Ag,,0,0,0,(5)+,,2.01,9,M,120.6,5.4,EC+B+,100,0,,,,,,,,,,,,-3943.363,5273,-16278.15,5,-875.16,11,7074.819,18,9496.80,8,3244.28,7,8484.994,50,99916115.445,5367,-78137.959,5000, -47,54,Ag,4.4799,88,0,0,9/2+,,11.1,3,M,666,18,EC+B+,100,0,,,,,,,,5.627,,,,-5497.918,5063,-15211.09,5,-1161.74,36,4097.758,7,11267.73,7,3410.57,18,8512.546,48,100912683.953,5193,-81334.374,4838, -47,55,Ag,,,0,0,5(+),,12.9,3,M,774,18,EC+B+,100,0,,,,,,,,4.6,,,,-2587,8000,-14481.55,8,-1496.4,14,5656.48,8,8983.63,10,4103.53,9,8517.164,80,101911704.54,8771,-82246.691,8170, -47,56,Ag,4.5036,65,0,0,7/2+,,65.7,7,M,3942,42,EC+B+,100,0,,,,,,,,4.47,,,,-4151.075,4481,-13214.32,4,-1646.31,8,2654.497,4,10627.32,9,4188.49,4,8537.651,40,102908960.56,4400,-84802.692,4099, -47,57,Ag,4.5119,57,0,0,5+,,69.2,10,M,4152,60,EC+B+,100,0,,,,,,,,3.919,,,,-1148.072,4537,-12536.15,5,-1950.24,19,4278.653,4,8385.08,6,4948.23,4,8536.184,41,103908623.725,4527,-85116.452,4217, -47,58,Ag,4.5269,45,0,0,1/2-,,41.29,7,D,3567456,6048,EC+B+,100,0,,,,,,,,0.1014,,,,-2736.997,4362,-11173.77,5,-2083.34,7,1347.052,5,10025.70,6,4964.70,5,8550.37,43,104906525.607,4877,-87070.836,4544, -47,59,Ag,,,0,0,1+,,23.96,4,M,1437.6,2.4,EC+B+,99.5,0.5,B-,1,0,,,,,2.85,,,,189.755,2819,-10679.86,3,-2583.98,7,2965.144,3,7942.86,5,5813.46,283,8544.639,28,105906663.507,3237,-86942.383,3016, -47,60,Ag,4.5454,31,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,-0.11357,,,,-1416.409,2567,-9345.85,233,-2799.88,3,-34.031,2668,9535.60,4,5788.11,233,8553.9,22,106905091.531,2557,-88406.670,2382, -47,61,Ag,,,0,0,1+,,2.382,11,M,142.92,0.66,B-,97.15,0.2,EC+B+,2.85,0.2,,,,,2.6884,,,,1645.651,2639,-8687.82,257,-3072.33,3,1917.443,2633,7271.41,17,6523.09,231,8542.025,22,107905950.266,2563,-87606.763,2388, -47,62,Ag,4.5638,25,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,-0.130563,,,,-215.105,1780,-7538.33,148,-3293.1,281,-1112.95,170,9183.98,271,6484.19,140,8547.915,12,108904755.773,1381,-88719.426,1287, -47,63,Ag,,,0,0,1+,,24.56,11,S,24.56,0.11,B-,99.7,0.06,EC,0.3,0.06,,,,,,,,,2890.667,1277,-7024.30,178,-3519.59,6,873.603,1424,6809.19,10,7139.80,140,8532.108,12,109906110.719,1380,-87457.302,1286, -47,64,Ag,,,0,0,1/2-,,7.45,1,D,643680,864,B-,100,0,,,,,,,,-0.146,,,,1036.8,1414,-5938.80,142,-3776.66,12,-2229.559,1632,8829.46,191,7173.51,152,8534.787,13,110905296.816,1565,-88215.447,1459, -47,65,Ag,,,0,0,2(-),,3.130,8,H,11268,28.8,B-,100,0,,,,,,,,,,,,3991.141,2435,-5402.79,245,-3976.91,14,-262.156,7,6439.59,283,7886.80,252,8516.08,22,111907048.55,2600,-86583.718,2422, -47,66,Ag,,,0,0,1/2-,,5.37,5,H,19332,180,B-,100,0,,,,,,,,0.159,,,,2016.462,16641,-4523.28,17,-4452.28,17,-3435.73,18,8514.42,17,7994.23,18,8516.065,147,112906572.858,17866,-87026.822,16643, -47,67,Ag,,,0,0,1+,,4.6,1,S,4.6,0.1,B-,100,0,,,,,,,,,,,,5084.133,4573,-3958.83,5,-4527.03,18,-1439.857,8,5975.29,17,8628.68,8,8493.778,40,113908823.031,4900,-84930.800,4564, -47,68,Ag,,,0,0,1/2-,,20.0,5,M,1200,30,B-,100,0,,,,,,,,,,,,3101.825,18274,-3039.04,18,-5103.12,20,-4556.268,23,8123.17,19,8780.68,20,8490.555,159,114908767.363,19611,-84982.654,18268, -47,69,Ag,,,0,0,(0-),,230,5,S,230,5,B-,100,0,,,,,,,,,,,,6169.827,3264,-2529.49,3,-5236.07,44,-2711.018,8,5631.32,19,9405.24,14,8465.907,28,115911386.812,3500,-82542.653,3260, -47,70,Ag,,,0,0,(1/2-),,72.8,+20-7,S,72.8,1.4,B-,100,0,,,,,,,,,,,,4236.375,13610,-1540.85,14,-5839.39,15,-5757.537,15,7710.68,14,9639.35,15,8459.452,116,116911773.974,14570,-82182.014,13572, -47,71,Ag,,,0,0,1(-),,3.76,15,S,3.76,0.15,B-,100,0,,,,,,,,,,,,7147.849,20158,-1206.72,271,-6268.08,72,-4165.046,4,5443.09,14,10418.28,8,8433.889,21,117914595.487,2700,-79553.792,2515, -47,72,Ag,,,0,0,(7/2+),,2.1,1,S,2.1,0.1,B-,100,0,,,,,,,,,,,,5331.303,35926,-15.44,25,-6840.85,16,-7237.863,17,7163.29,15,10545.99,15,8423.212,124,118915570.293,15783,-78645.765,14703, -47,73,Ag,,,0,0,3(+),,1.23,4,S,1.23,0.04,B-,100,0,B-N,0.003,0,,,,,,,,,8305.853,5820,254.25,38,-7340.3,74,-5371.452,5,5077.05,15,11532.57,9,8395.327,37,119918784.767,4800,-75651.502,4471, -47,74,Ag,,,0,0,(7/2+),,0.78,2,S,0.78,0.02,B-,100,0,B-N,0.08,0.013,,,,,,,,,6671.005,12264,1483.22,13,-7930.36,15,-8220.492,13,6822.64,13,11411.74,12,8382.33,100,120920125.282,13000,-74402.821,12109, -47,75,Ag,,,0,0,(3+),,0.529,13,S,0.529,0.013,B-,99.8,0,B-N,0.186,0.01,,,,,,,,,9506.265,38260,1896.40,38,-8643.56,45,-6489.947,43,4774.60,40,12212.75,38,8352.758,313,121923664.448,41000,-71106.108,38191, -47,76,Ag,,,0,0,(7/2+),,0.300,5,S,0.3,0.005,B-,100,0,B-N,0.55,0.07,,,,,,,,,7866.103,30857,2992.98,31,-9150.2,32,-9118.336,790,6513.29,49,12220.89,36,8337.803,250,122925337.062,33000,-69548.078,30739, -47,77,Ag,,,0,0,(3+),,191,28,MS,0.191,0.028,B-,100,0,B-N,1.3,0.9,,,,,,,,,10501.538,251521,3142.73,252,-9811,319,-7810.134,390,4723.37,253,13059.36,829,8308.655,2028,123928931.229,270000,-66200.134,251503, -47,78,Ag,,,0,0,(9/2+),,159,8,MS,0.159,0.008,B-,100,0,B-N,,0,,,,,,,,,8828.163,433154,4110.42,433,-10694.72,756,-10399.932,590,6391.12,501,13419,526,8293.314,3465,124930735,465000,-64519.932,433145, -47,79,Ag,,,0,0,(3+),,52,10,MS,0.052,0.01,B-,100,0,B-N,,0,,,,,,,,,11576,200,4596,200,-11025,361,-8820.0,447,4232,477,13849,447,8261,2,125934857,215,-60680,200, -47,80,Ag,,,0,0,,,109,25,MS,0.109,0.025,B-,100,0,,,,,,,,,,,,10307,201,5745,200,-11505,447,-11260.0,539,5831,283,13869,447,8242,2,126937262,215,-58440,200, -47,81,Ag,,,0,0,,,58,5,MS,0.058,0.005,B-,100,0,B-N,,0,,,,,,,,,12622,300,6056,300,-12155,500,-10130.0,583,4251,361,14729,583,8211,2,127941363,322,-54620,300, -47,82,Ag,,,0,0,(9/2+),,46,+5-9,MS,0.046,0.007,B-,100,0,B-N,0,0,,,,,,,,,11078,400,7190,400,-12405,640,-14370.0,721,5431,500,14779,640,8189,3,128944197,429,-51980,400, -47,83,Ag,,,0,0,,,42,5,MS,0.042,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,15420,500,9289,500,-10822,707,,,1789,640,15376,781,8140,4,129950942,537,-45697,500, -47,84,Ag,,,0,0,,,35,8,MS,0.035,0.008,B-,100,0,B-N,,0,B-2N,,0,,,,,,14839,511,12666,501,-8775,781,,,2754,707,,,8099,4,130956650,537,-40380,500, -47,85,Ag,,,0,0,,,28,+15-12,MS,0.028,0.014,B-,100,0,B-2N,,0,B-N,,0,,,,,,16473,537,13358,511,,,,,1481,707,,,8049,4,131963725,537,-33790,500, -48,48,CD,,,0,0,0+,,1.03,+24-21,S,1.03,0.23,EC+B+,100,0,,,,,,,,,,,,-17683,641,,,-3418,500,8938.636,411,17014,566,3265,499,8259,4,95940340,430,-55573,401, -48,49,Cd,,,0,0,(9/2+),,2.8,6,S,2.8,0.6,EC,100,0,ECP,,0,,,,,,,,,-13264,499,-30635,582,-3878,423,10371.843,318,12952,499,3231,311,8307,3,96935100,320,-60454,298, -48,50,Cd,,,0,0,0+,,9.2,3,S,9.2,0.3,EC+B+,100,0,ECP,0.025,0,,,,,,,,,-13740,303,-28518,404,-3959.06,52,5430.0,61,15254,303,4099.54,122,8378.295,529,97927389.317,55605,-67636.415,51797, -48,51,Cd,,,0,0,(5/2+),,16,3,S,16,3,EC+B+,100,0,B+P,0.17,0,B+A,0.0001,0,,,,,,-8555,298,-24106,298,-2390.14,3,6781.35,6,10366.02,52,4153.68,33,8398.373,16,98924925.847,1700,-69931.123,1584, -48,52,Cd,,,0,0,0+,,49.1,5,S,49.1,0.5,EC+B+,100,0,,,,,,,,,,,,-9881.624,182517,-20890,298,-436.11,5,3943.363,5,12334.79,231,4771.09,6,8437.737,17,99920348.82,1799,-74194.596,1677, -48,53,Cd,,,0,0,(5/2+),,1.36,5,M,81.6,3,EC+B+,100,0,,,,,,,,,,,,-7223,196,-19594.80,183,-455.53,5,5497.918,5,9713.18,224,4987.47,5,8450.365,15,100918586.211,1600,-75836.456,1490, -48,54,Cd,4.4810,122,0,0,0+,,5.5,5,M,330,30,EC+B+,100,0,,,,,,,,,,,,-8964.807,4865,-19117,196,-763.63,5,2587.0,8,11894.55,223,5614.29,5,8484.131,16,101914481.799,1784,-79659.691,1662, -48,55,Cd,4.4951,105,0,0,(5/2)+,,7.3,1,M,438,6,EC+B+,100,0,,,,,,,,-0.81,,-0.8,,-6019.026,9754,-18028.05,5,-893.88,5,4151.076,4,9063.24,246,5693.90,8,8489.754,18,102913416.923,1943,-80651.616,1811, -48,56,Cd,4.5122,83,0,0,0+,,57.7,10,M,3462,60,EC+B+,100,0,,,,,,,,,,,,-7785.716,6013,-17407.11,10,-1180.52,18,1148.072,5,11388.08,246,6454.66,4,8517.622,16,103909856.23,1795,-83968.380,1673, -48,57,Cd,4.5216,70,0,0,5/2+,,55.5,4,M,3330,24,EC+B+,100,0,,,,,,,,-0.7393,,0.43,,-4693.267,10341,-16222.49,6,-1326.62,5,2736.997,5,8436.78,218,6506.36,4,8516.852,13,104909463.895,1494,-84333.839,1392, -48,58,Cd,4.5383,36,0,0,0+,,STABLE,,,,,2B+,,,2B+,,,,,,,,,,,-6524.004,12176,-15562.88,10,-1653.88,123,-189.755,3,10869.62,177,7350.27,5,8539.048,10,105906459.797,1184,-87132.138,1104, -48,59,Cd,4.5466,39,0,0,5/2+,,6.50,2,H,23400,72,EC+B+,100,0,,,,,,,,-0.6150554,,0.68,,-3426,11000,-14453.44,12,-1957.99,192,1416.409,2906,7929.44,194,7336.85,3,8533.351,16,106906612.108,1787,-86990.261,1665, -48,60,Cd,4.5577,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5132.595,8584,-13759.47,11,-2282.22,175,-1645.651,2639,10333.47,200,8134.71,263,8550.019,10,107904183.587,1205,-89252.414,1123, -48,61,Cd,4.5601,35,0,0,5/2+,,461.4,12,D,39864960,103680,EC,100,0,,,,,,,,-0.8278461,,0.69,,-2014.809,4066,-12455.82,9,-2511.35,191,215.105,2004,7323.22,183,8186.53,284,8538.764,14,108904986.698,1649,-88504.321,1536, -48,62,Cd,4.5765,26,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3878,11547,-11929.77,4,-2865.36,117,-2890.667,1341,9914.97,157,8917.51,128,8551.275,3,109903007.46,407,-90347.969,380, -48,63,Cd,4.5845,57,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-0.5948861,,,,-860.204,3417,-10853.60,12,-3304.52,125,-1036.8,15,6975.60,17,9083.92,128,8537.079,3,110904183.766,383,-89252.247,357, -48,64,Cd,4.5944,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2584.728,4243,-10254.13,3,-3475.57,112,-3991.141,2435,9393.93,28,9648.38,144,8544.73,2,111902763.883,268,-90574.859,250, -48,65,Cd,4.6012,28,0,0,1/2+,,8.04E15,5,Y,2.53723104e23,1.57788e21,B-,100,0,,,,,,,,-0.6223009,,,,323.833,265,-9124.47,4,-3861.72,113,-2016.462,17,6539.74,22,9748.54,243,8526.987,2,112904408.097,262,-89043.284,244, -48,66,Cd,4.6087,23,0,0,0+,,STABLE,,,,,2B-,100,,2B-,100,,,,,,,,,,-1445.132,382,-8719.13,30,-4108.94,63,-5084.132,5,9042.97,14,10277.08,17,8531.513,2,113903364.99,296,-90014.932,276, -48,67,Cd,4.6114,46,0,0,1/2+,,53.46,5,H,192456,180,B-,100,0,,,,,,,,-0.6484259,,,,1451.867,651,-7586.00,70,-4523.51,95,-3101.825,18,6140.86,59,10442.65,5,8510.724,6,114905437.417,699,-88084.479,651, -48,68,Cd,4.6203,59,0,0,0+,,3.3E+19,4,Y,1.0414008e27,1.262304e26,2B-,,0,,,,,,,,,,,,-462.731,272,-7247.45,16,-4815.83,7,-6169.827,3,8699.32,67,11018.80,18,8512.35,1,115904763.23,172,-88712.480,160, -48,69,Cd,4.6136,25,0,0,1/2+,,2.49,4,H,8964,144,B-,100,0,,,,,,,,,,,,2524.653,4983,-6239.96,104,-5252.21,7,-4236.375,14,5777.23,100,11164.71,3,8488.973,9,116907226.038,1087,-86418.389,1012, -48,70,Cd,4.6246,60,0,0,0+,,50.3,2,M,3018,12,B-,100,0,,,,,,,,,,,,526.57,21450,-5829.92,21,-5635.61,21,-7147.849,20,8354.57,20,11808.60,24,8487.834,169,117906921.955,21471,-86701.641,20001, -48,71,Cd,,,0,0,1/2+,,2.69,2,M,161.4,1.2,B-,100,0,,,,,,,,,,,,3722.212,38088,-4820.18,38,-5975.6,40,-5331.303,40,5346.74,43,11712.25,38,8461.438,317,118909846.903,40467,-83977.068,37695, -48,72,Cd,4.6300,69,0,0,0+,,50.80,21,S,50.8,0.21,B-,100,0,,,,,,,,,,,,1771.015,40183,-4329.39,8,-6550.64,8,-8305.852,6,8051.60,38,12600.56,15,8458.023,31,119909868.067,4000,-83957.354,3726, -48,73,Cd,,,0,0,(3/2+),,13.5,3,S,13.5,0.3,B-,100,0,,,,,,,,,,,,4762.148,27483,-3416.77,40,-7074.26,8,-6671.005,12,5187.79,4,12711.29,5,8430.996,16,120912963.663,2085,-81073.826,1942, -48,74,Cd,,,0,0,0+,,5.24,3,S,5.24,0.03,B-,100,0,,,,,,,,,,,,2960.368,50110,-2847.72,28,-7648.54,3,-9506.266,38,7609.86,3,13498.52,12,8424.266,19,121913459.052,2468,-80612.374,2299, -48,75,Cd,,,0,0,(3/2+),,2.10,2,S,2.1,0.02,B-,100,0,,,,,,,,,,,,6016.172,19893,-1912.76,50,-8431.19,9,-7866.103,31,4873.12,4,13597.04,38,8395.395,22,122916892.453,2894,-77414.181,2696, -48,76,Cd,,,0,0,0+,,1.25,2,S,1.25,0.02,B-,100,0,,,,,,,,,,,,4168.529,30539,-1342.64,20,-8846.54,4,-10501.538,252,7358.81,4,14442.56,31,8387.035,24,123917657.363,3215,-76701.672,2995, -48,77,Cd,,,0,0,(3/2+),,0.68,4,S,0.68,0.04,B-,100,0,,,,,,,,,,,,7128.71,27119,-549.21,31,-9590.68,4,-8828.163,433,4717.74,4,14436.93,252,8357.681,23,124921257.577,3097,-73348.095,2885, -48,78,Cd,,,0,0,0+,,0.515,17,S,0.515,0.017,B-,100,0,,,,,,,,,,,,5516.106,26908,148.69,27,-10065.56,20,-11576.802,200,6980.02,4,15025.84,433,8346.747,20,125922429.127,2658,-72256.802,2476, -48,79,Cd,,,0,0,(3/2+),,0.37,7,S,0.37,0.07,B-,100,0,,,,,,,,,,,,8148.782,24378,954.19,30,-10742.58,790,-10307.402,200,4561.92,12,15356,201,8316.945,95,126926196.624,13000,-68747.402,12109, -48,80,Cd,,,0,0,0+,,0.28,4,S,0.28,0.04,B-,100,0,,,,,,,,,,,,6904.051,153554,1582.98,22,-11277,298,-12621.89,300,6565.81,14,16091,200,8303.264,57,127927812.857,7776,-67241.890,7244, -48,81,Cd,,,0,0,11/2-,,154,2,MS,0.154,0.002,B-,100,0,B-N,0,0,,,,,-0.7063,,0.57,,9779.674,16982,3016.58,154,-11363,400,-11078.046,400,3887.47,18,15727,300,8269.034,130,128932304.399,18000,-63058.046,16767, -48,82,Cd,,,0,0,0+,,162,7,MS,0.162,0.007,B-,100,0,B-N,3.5,1,,,,,,,,,8765.617,44128,3648.81,23,-11683,400,-15420.589,501,6130.86,28,16426,400,8252.586,172,129934387.566,24000,-61117.589,22356, -48,83,Cd,,,0,0,(7/2-),,68,3,MS,0.068,0.003,B-,100,0,B-N,3.5,1,,,,,,,,,12806.066,102500,6592.92,109,-10464,511,-14838.965,510,2172.69,105,16811,510,8206.175,782,130940720,110000,-55218.965,102464, -48,84,Cd,,,0,0,0+,,97,10,MS,0.097,0.01,B-,100,0,B-N,60,15,,,,,,,,,12148,205,9690,196,-8198,537,-16473.0,537,3116,221,17172,537,8168,1,131946040,210,-50263,196, -48,85,CD,,,0,0,(7/2-),,57,10,MS,0.057,0.01,B-,100,0,B-2N,,0,B-N,,0,,,,,,13544,357,10420,304,-8735,670,,,1728,357,17419,582,8119,2,132952850,320,-43920,298, -48,86,Cd,,,0,0,0+,,65,15,MS,0.065,0.015,B-,100,0,B-2N,,0,B-N,,0,,,,,,12741,499,10473,445,,,,,3071,499,,,8082,3,133958218,429,-38920,400, -49,49,In,,,0,0,,,32,+32-11,MS,0.032,0.022,EC+B+,,0,,,,,,,,,,,,,,,,-3912,499,13740.415,302,14778,499,731,422,8230,3,97942140,320,-53896,298, -49,50,In,,,0,0,,,3.0,8,S,3,0.8,EC+B+,,0,,,,,,,,,,,,-13432,585,,,-4204,422,8555.123,298,15551,422,1029,303,8304,3,98934110,320,-61376,298, -49,51,In,,,0,0,(6+),,5.8,2,S,5.8,0.2,EC+B+,100,0,ECP,1.7,0.4,,,,,,,,,-7030,240000,-24440,535,-2226.25,204,9881.624,183,11008,350,1670.82,183,8331.097,1825,99930957.18,195942,-64312.972,182519, -49,52,In,,,0,0,(9/2+),,15.1,3,S,15.1,0.3,EC+B+,100,0,B+P,,0,,,,,,,,,-8308,358,-19402,359,-213,224,7222.456,196,12372,268,1708,196,8371,2,100926340,210,-68614,196, -49,53,In,,,0,0,(6+),,23.3,1,S,23.3,0.1,EC+B+,100,0,B+P,0.0093,0.0013,,,,,,,,,-5760,100000,-18460.58,300,-53.38,33,8964.807,5,10152,196,2147.40,5,8388.571,45,101924105.916,4909,-70694.884,4573, -49,54,In,,,0,0,(9/2)+,,65,7,S,65,7,EC+B+,100,0,,,,,,,,,,,,-7660,70000,-17769.02,101,-345.03,11,6019.025,10,12009.02,11,2261.87,10,8423.721,93,102919878.613,10332,-74632.591,9625, -49,55,In,4.5184,117,0,0,(6+),,1.80,3,M,108,1.8,EC+B+,100,0,,,,,,,,4.44,,0.66,,-4555.617,8146,-17281.39,71,-469.62,8,7785.715,6,9621.39,11,2820.02,6,8435.237,56,103918214.54,6200,-76182.665,5775, -49,56,In,4.5311,103,0,0,9/2+,,5.07,7,M,304.2,4.2,EC+B+,100,0,,,,,,,,5.675,,0.83,,-6302.58,10989,-16084.84,12,-731.11,11,4693.267,10,11529.22,12,2961.16,10,8464.704,98,104914502.324,11000,-79640.572,10246, -49,57,In,4.5375,95,0,0,7+,,6.2,1,M,372,6,EC+B+,100,0,,,,,,,,4.916,,0.97,,-3254.447,13244,-15341.46,13,-786.36,15,6524.004,12,9038.88,16,3563.27,12,8470.12,115,105913463.603,13125,-80608.134,12226, -49,58,In,4.5494,82,0,0,9/2+,,32.4,3,M,1944,18,EC+B+,100,0,,,,,,,,5.585,,0.807,,-5052.033,12327,-14281.89,12,-1186.48,12,3426.0,11,11027.44,17,3721.09,11,8494.021,104,106910290.071,11943,-83564.261,11125, -49,59,In,4.5571,71,0,0,7+,,58.0,12,M,3480,72,EC+B+,100,0,,,,,,,,,,,,-2049.881,9836,-13678.91,10,-1428.28,10,5132.595,9,8626.88,14,4418.53,9,8495.251,80,107909693.655,9276,-84119.819,8641, -49,60,In,4.5685,61,0,0,9/2+,,4.167,18,H,15001.2,64.8,EC+B+,100,0,,,,,,,,5.538,,0.841,,-3859.327,8887,-12490.89,7,-1843.59,6,2014.81,4,10441.01,9,4526.07,4,8513.102,36,108907149.685,4261,-86489.511,3969, -49,61,In,4.5742,56,0,0,7+,,4.92,8,H,17712,288,EC+B+,100,0,,,,,,,,4.713,,1,,-627.985,17980,-11911.10,14,-1952.5,12,3878.0,12,8051.77,12,5254.62,12,8508.908,105,109907170.665,12402,-86469.969,11553, -49,62,In,4.5856,44,0,0,9/2+,,2.8047,4,D,242326.08,34.56,EC,100,0,,,,,,,,5.503,,0.804,,-2453.456,6337,-10621.38,14,-2410.29,4,860.204,3,9993.39,12,5333.04,3,8522.282,31,110905107.233,3675,-88392.043,3424, -49,63,In,4.5907,41,0,0,1+,,14.88,15,M,892.8,9,EC+B+,57.4,4.8,B-,42.6,4.8,,,,,2.82,,0.087,,664.925,4243,-10122.86,7,-2808.28,5,2584.728,4,7669.40,5,6026.85,4,8514.667,38,111905538.704,4563,-87990.131,4251, -49,64,In,4.6010,31,0,0,9/2+,,STABLE,,,,,,,,,,,,,,,,,0.799,,-1038.985,1573,-8783.38,28,-3072.61,129,-323.833,308,9448.30,4,6081.23,24,8522.929,2,112904060.448,202,-89367.117,188, -49,65,In,4.6056,28,0,0,1+,,71.9,1,S,71.9,0.1,B-,99.5,0.15,EC+B+,0.5,0.15,,,,,2.817,,,,1989.923,302,-8312.99,159,-3537.41,131,1445.131,408,7274.00,25,6815.49,36,8511.973,3,113904916.402,323,-88569.801,301, -49,66,In,4.6156,26,0,0,9/2+,,4.41E+14,25,Y,1.39169016e22,7.8894e20,B-,100,0,,,,,,,,5.5408,,0.86,,497.489,10,-7047.94,3,-3745.81,146,-1451.867,651,9037.86,30,6810.38,28,8516.546,0,114903878.773,12,-89536.346,12, -49,67,In,4.6211,27,0,0,1+,,14.10,3,S,14.1,0.03,B-,99.977,0.006,EC,0.023,0.006,,,,,2.7876,,0.11,,3276.221,240,-6287.23,22,-4090.95,243,462.731,272,6784.72,22,7454.24,69,8501.617,2,115905259.992,236,-88249.749,220, -49,68,In,4.6292,32,0,0,9/2+,,43.2,3,M,2592,18,B-,100,0,,,,,,,,5.519,,0.829,,1454.709,4857,-5488.39,5,-4341.14,17,-2524.653,5,8764.61,5,7519.53,5,8503.865,42,116904515.712,5239,-88943.042,4881, -49,69,In,4.6335,33,0,0,1+,,5.0,5,S,5,0.5,B-,100,0,,,,,,,,,,,,4424.643,7740,-4901.78,8,-4722.33,9,-526.57,21,6356.49,6,8098.79,8,8485.667,66,117906356.659,8322,-87228.211,7752, -49,70,In,4.6407,40,0,0,9/2+,,2.4,1,M,144,6,B-,100,0,,,,,,,,5.515,,0.854,,2365.742,7336,-4117.74,7,-5141.54,20,-3722.213,38,8542.39,8,8286.61,21,8486.143,61,118905850.944,7844,-87699.281,7307, -49,71,In,4.6443,42,0,0,1+,,3.08,8,S,3.08,0.08,B-,100,0,,,,,,,,,,,,5370,40000,-3734.66,40,-5610.63,40,-1771.015,40,6100.41,41,9040.27,55,8466.262,333,119907966.805,42952,-85728.369,40010, -49,72,In,4.6505,47,0,0,9/2+,,23.1,6,S,23.1,0.6,B-,100,0,,,,,,,,5.502,,0.814,,3361.291,27408,-2808.92,27,-6078.88,31,-4762.148,27,8178.92,48,9167.59,28,8463.887,227,120907851.286,29430,-85835.974,27414, -49,73,In,4.6534,51,0,0,1+,,1.5,3,S,1.5,0.3,B-,100,0,,,,,,,,,,,,6368.592,50000,-2446.79,50,-6443.87,50,-2960.367,50,5808.08,57,9787.89,50,8442.118,410,121910280.966,53738,-83572.741,50057, -49,74,In,4.6594,56,0,0,(9/2)+,,6.17,5,S,6.17,0.05,B-,100,0,,,,,,,,5.491,,0.757,,4385.828,19839,-1560.34,20,-7209.5,25,-6016.172,20,7928.93,54,10106.95,20,8437.946,161,122910433.826,21285,-83430.353,19827, -49,75,In,4.6625,60,0,0,(1)+,,3.12,9,S,3.12,0.09,B-,100,0,,,,,,,,4.043,,0.614,,7363.992,30576,-1125.34,31,-7643.61,31,-4168.529,31,5511.16,36,10744.99,31,8414.343,247,123913182.263,32820,-80870.201,30572, -49,76,In,4.6670,64,0,0,9/2+,,2.36,4,S,2.36,0.04,B-,100,0,,,,,,,,5.502,,0.71,,5419.571,27011,-313.93,27,-8498.9,30,-7128.71,27,7677.92,41,11064.10,27,8408.452,216,124913604.591,29010,-80476.805,27023, -49,77,In,4.6702,68,0,0,3(+),,1.53,1,S,1.53,0.01,B-,100,0,,,,,,,,4.034,,0.49,,8242.332,27078,52.15,27,-9091.72,47,-5516.106,27,5367.42,38,11713.78,27,8384.317,214,125916507.344,28901,-77772.908,26921, -49,78,In,4.6733,71,0,0,(9/2+),,1.09,1,S,1.09,0.01,B-,100,0,B-N,0.03,0,,,,,,,,,6574.619,19098,1047.74,24,-9773.02,37,-8148.782,24,7194.59,34,11928.35,21,8374.949,167,126917448.546,22713,-76896.184,21157, -49,79,In,,,0,0,(3)+,,0.84,6,S,0.84,0.06,B-,100,0,B-N,0.046,0,,,,,,,,,9216.067,153027,1253.54,154,-10370.72,295,-6904.051,154,5321.07,155,12687.51,154,8351.09,1199,127920401.053,164766,-74145.941,153479, -49,80,In,,,0,0,(9/2+),,611,5,MS,0.611,0.005,B-,100,0,B-N,0.23,0.07,,,,,,,,,7753.183,17302,2452.97,18,-10742.7,433,-9779.674,17,6763.10,154,12884.80,8,8338.78,21,128921805.486,2891,-72837.720,2693, -49,81,In,,,0,0,1(-),,0.29,2,S,0.29,0.02,B-,100,0,B-N,0.93,0.13,,,,,,,,,10249,38000,2636.38,42,-11628,204,-8765.617,44,5116.80,38,14114.13,42,8313.996,293,129924977.288,40844,-69883.206,38046, -49,82,In,,,0,0,(9/2+),,0.28,3,S,0.28,0.03,B-,100,0,B-N,2,0.3,,,,,,,,,9239.541,4518,4035.86,3,-12010,200,-12806.065,103,6213.14,38,14196.41,23,8297.959,21,130926972.122,2900,-68025.030,2701, -49,83,In,,,0,0,(7-),,0.207,6,S,0.207,0.006,B-,100,0,B-N,6.3,0.9,,,,,,,,,14135,60000,6781.71,60,-10216,306,-12148.542,205,2457.83,60,14481.55,119,8253.715,455,131932998.449,64447,-62411.542,60033, -49,84,In,,,0,0,(9/2+),,165,3,MS,0.165,0.003,B-,100,0,B-N,85,10,,,,,,,,,13410,196,11011,196,-7909,445,-13544.0,357,3124,205,14489,277,8215,1,132938310,210,-57464,196, -49,85,In,,,0,0,(4- TO 7-),,140,4,MS,0.14,0.004,B-,100,0,B-N,65,0,,,,,,,,,14773,298,11142,298,-8388,582,-12741.0,499,2268,357,15030,422,8171,2,133944540,320,-51661,298, -49,86,In,,,0,0,,,92,10,MS,0.092,0.01,B-,100,0,B-N,0,0,,,,,,,,,14104,401,11834,401,-8573,641,,,2939,499,14897,566,8132,3,134950050,430,-46528,401, -49,87,In,,,0,0,,,85,+10-8,MS,0.085,0.009,B-,100,0,B-2N,,0,B-N,,0,,,,,,15389,499,12051,400,-9145,640,,,2053,566,,,8087,3,135956511,429,-40510,400, -49,88,In,,,0,0,,,65,+40-30,MS,0.065,0.035,B-,100,0,B-2N,,0,B-N,,0,,,,,,14748,641,12788,582,,,,,2602,640,,,8047,4,136962383,537,-35040,500, -50,50,Sn,,,0,0,0+,,1.16,20,S,1.16,0.2,EC+B+,100,0,ECP,17,0,,,,,,,,,,,,,-4135,501,7030.0,352,17410,586,3196,424,8252.974,3015,99938504.196,323693,-57282.972,301518, -50,51,Sn,,,0,0,(5/2+),,1.7,3,S,1.7,0.3,EC+B+,100,0,ECP,26,0,,,,,,,,,,,,,-2277,423,8308.374,358,11093.97,425,3281.62,351,8281.102,2970,100935259.244,322068,-60305.626,300005, -50,52,Sn,,,0,0,0+,,3.8,2,S,3.8,0.2,EC+B+,100,0,,,,,,,,,,,,,,,,276.62,113,5760.0,100,12700.58,316,3610,220,8324.43,981,101930289.53,107466,-64934.884,100105, -50,53,Sn,,,0,0,(5/2+),,7.0,2,S,7,0.2,EC+B+,100,0,ECP,1.2,0.1,,,,,,,,,-10794,306,,,533.62,71,7660.0,71,10109.02,123,3566.68,71,8341.757,686,102928101.962,75855,-66972.591,70659, -50,54,Sn,,,0,0,0+,,20.8,5,S,20.8,0.5,EC+B+,100,0,,,,,,,,,,,,-12453.427,122579,-23520,298,142.63,6,4555.618,8,12725.77,71,4283.43,11,8383.911,55,103923105.197,6167,-71627.047,5745, -50,55,Sn,,,0,0,(5/2+),,34,1,S,34,1,EC+B+,100,0,B+P,,0,,,,,,,,,-9322.51,22185,-22235.69,123,73.55,4,6302.58,11,9782.26,7,4444.30,7,8397.228,38,104921268.423,4263,-73337.992,3971, -50,56,Sn,,,0,0,0+,,115,5,S,115,5,EC+B+,100,0,,,,,,,,,,,,-10880.396,9025,-21409.52,22,-118.91,5,3254.447,13,12087.01,6,5002.09,11,8432.038,48,105916957.396,5465,-77353.687,5091, -50,57,Sn,,,0,0,(5/2+),,2.90,5,M,174,3,EC+B+,100,0,,,,,,,,,,,,-7858.989,6738,-20110.25,9,-285.53,6,5052.033,12,9229.86,7,5193.06,13,8439.494,50,106915713.651,5700,-78512.228,5310, -50,58,Sn,4.5605,28,0,0,0+,,10.30,8,M,618,4.8,EC+B+,100,0,,,,,,,,,,,,-9624.607,7692,-19488.02,7,-526.47,6,2049.881,10,11629.03,8,5794.65,12,8469.027,50,107911894.292,5778,-82069.938,5382, -50,59,Sn,4.5679,27,0,0,5/2+,,18.0,2,M,1080,12,EC+B+,100,0,,,,,,,,-1.079,,0.31,,-6379.206,8807,-18256.17,10,-721.26,8,3859.327,9,8631.56,10,5799.34,12,8470.518,73,108911292.843,8533,-82630.184,7949, -50,60,Sn,4.5785,25,0,0,0+,,4.154,4,H,14954.4,14.4,EC,100,0,,,,,,,,,,,,-8392.25,15012,-17662.32,15,-1134.76,14,627.986,18,11283.12,16,6641.44,14,8496.087,125,109907844.835,14790,-85841.983,13777, -50,61,Sn,4.5836,23,0,0,7/2+,,35.3,6,M,2118,36,EC+B+,100,0,,,,,,,,0.608,,0.18,,-5101.851,10334,-16560.17,8,-1373.24,6,2453.456,6,8167.92,15,6757.59,13,8493.13,48,110907741.126,5728,-85938.587,5336, -50,62,Sn,4.5948,22,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-7056.091,17832,-15889.64,9,-1827.56,114,-664.925,4,10787.79,5,7551.98,3,8513.618,3,111904824.877,315,-88655.056,294, -50,63,Sn,4.6015,21,0,0,1/2+,,115.09,3,D,9943776,2592,EC+B+,100,0,,,,,,,,-0.8791,,,,-3911.164,17121,-14800.48,18,-2248.73,220,1038.985,1586,7744.39,156,7626.97,5,8506.811,14,112905175.845,1690,-88328.132,1575, -50,64,Sn,4.6099,20,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6063.149,21838,-14214.07,17,-2636.67,38,-1989.922,302,10302.91,157,8481.58,19,8522.566,0,113902780.132,31,-90559.723,29, -50,65,Sn,4.6148,19,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-0.91883,,,,-3030.432,16024,-13608.58,22,-3206.5,36,-497.489,19,7545.43,2,8753.00,30,8514.069,0,114903344.697,16,-90033.835,15, -50,66,Sn,4.6250,19,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4703.82,5160,-12593.88,16,-3376.03,27,-3276.221,24,9563.45,9,9278.59,10,8523.116,1,115901742.824,103,-91525.970,96, -50,67,Sn,4.6302,19,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-1.00104,,,,-1758.212,8445,-11646.92,5,-3779.38,54,-1454.709,5,6943.10,47,9436.97,53,8509.611,4,116902954.017,518,-90397.751,483, -50,68,Sn,4.6393,19,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3656.64,2975,-11084.63,8,-4062.84,56,-4424.642,8,9326.42,13,9998.78,5,8516.533,4,117901606.609,536,-91652.853,499, -50,69,Sn,4.6438,20,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-1.04728,,,,-590.843,7689,-10140.13,3,-4405.46,97,-2365.741,7,6483.49,55,10125.78,8,8499.449,6,118903311.216,778,-90065.022,725, -50,70,Sn,4.6519,21,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2680.608,7140,-9695.51,8,-4810.8,91,-5370.0,40,9104.66,109,10688.06,7,8504.492,7,119902201.873,962,-91098.369,896, -50,71,Sn,4.6566,21,0,0,3/2+,,27.03,4,H,97308,144,B-,100,0,,,,,,,,0.6978,,-0.02,,403.057,2690,-8850.82,7,-5203.79,139,-3361.291,27,6170.21,34,10757.87,40,8485.201,8,120904242.792,1025,-89197.265,955, -50,72,Sn,4.6634,22,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1605.963,3384,-8412.33,3,-5664.61,20,-6368.592,50,8815.39,233,11394.33,27,8487.907,20,121903444.001,2570,-89941.333,2395, -50,73,Sn,4.6665,23,0,0,11/2-,,129.2,4,D,11162880,34560,B-,100,0,,,,,,,,-1.37,,0.03,,1407.888,2662,-7552.13,3,-6264.03,38,-4385.828,20,5946.16,114,11532.41,50,8467.243,20,122905725.446,2594,-87816.181,2416, -50,74,Sn,4.6735,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-613.944,1513,-7081.44,151,-6701.75,4,-7363.992,31,8489.33,239,12092.81,20,8467.421,8,123905276.692,1088,-88234.193,1014, -50,75,Sn,4.6765,26,0,0,11/2-,,9.64,3,D,832896,2592,B-,100,0,,,,,,,,-1.348,,0.14,,2359.899,2610,-6347.44,153,-7247.47,220,-5419.571,27,5733.50,20,12315.15,31,8445.55,8,124907786.442,1109,-85896.376,1033, -50,76,Sn,4.6833,43,0,0,0+,,2.30E+5,14,Y,7258248000000,441806400000,B-,100,0,,,,,,,,,,,,378,30000,-5830.28,11,-7827.78,11,-8242.332,29,8190.18,10,12827.41,29,8443.523,83,125907658.836,11215,-86015.240,10447, -50,77,Sn,4.6867,47,0,0,11/2-,,2.10,4,H,7560,144,B-,100,0,,,,,,,,-1.329,,,,3228.674,10875,-5148.88,33,-8481.54,10,-6574.619,23,5526.88,15,12986.87,29,8420.557,79,126910390.401,10796,-83470.803,10057, -50,78,Sn,4.6921,54,0,0,0+,,59.07,14,M,3544.2,8.4,B-,100,0,,,,,,,,,,-0.02,,1268.278,13796,-4733.85,18,-9085.25,18,-9216.067,154,7962.52,20,13754.79,28,8416.979,138,127910507.197,18958,-83362.008,17660, -50,79,Sn,4.6934,57,0,0,3/2+,,2.23,4,M,133.8,2.4,B-,100,0,,,,,,,,0.754,,0.05,,4038.404,27372,-4031.93,26,-9667.72,18,-7753.183,17,5300.21,25,13733.93,154,8392.818,134,128913482.102,18547,-80590.903,17277, -50,80,Sn,4.7019,66,0,0,0+,,3.72,7,M,223.2,4.2,B-,100,0,,,,,,,,,,,,2153.47,14113,-3574.22,21,-10300.32,3,-10249.0,38,7612.62,17,14583.46,3,8386.816,14,129913974.533,2009,-80132.206,1873, -50,81,Sn,4.7078,73,0,0,(3/2+),,56.0,5,S,56,0.5,B-,100,0,,,,,,,,0.747,,-0.04,,4716.83,3962,-3050.21,15,-10942.09,13,-9239.541,5,5203.68,4,14670.34,38,8362.517,28,130917053.066,3887,-77264.571,3621, -50,82,Sn,4.7093,76,0,0,0+,,39.7,8,S,39.7,0.8,B-,100,0,,,,,,,,,,,,3088.729,3161,-2636.46,287,-11729.57,8,-14135.0,60,7353.29,4,15810.48,3,8354.872,15,131917823.902,2121,-76546.542,1976, -50,83,Sn,,,0,0,7/2-,,1.46,3,S,1.46,0.03,B-,100,0,B-N,0.0294,0.0024,,,,,,,,,8049.623,3662,690.07,3,-10240.75,17,-13409.88,196,2398.65,274,15751.31,60,8310.088,14,132923913.756,2044,-70873.880,1904, -50,84,Sn,,,0,0,0+,,1.050,11,S,1.05,0.011,B-,100,0,B-N,17,13,,,,,,,,,7586.794,3597,4418.44,4,-7741.07,23,-14772.748,298,3631.19,4,16259,196,8275.171,24,133928680.433,3400,-66433.748,3167, -50,85,Sn,,,0,0,(7/2-),,530,20,MS,0.53,0.02,B-,100,0,B-N,21,3,,,,,,,,,9058.079,4051,5316.98,4,-7838.19,103,-14104.244,401,2269.81,4,16261,298,8230.687,23,134934908.605,3300,-60632.244,3074, -50,86,Sn,,,0,0,0+,,0.290,20,S,0.29,0.02,B-,100,0,B-N,28,4,B-2N,,0,,,,,,8608,298,5720,298,-8060,357,-15389.0,499,3338,298,16660,499,8195,2,135939990,320,-55899,298, -50,87,Sn,,,0,0,,,190,60,MS,0.19,0.06,B-,100,0,B-N,58,15,,,,,,,,,10272,404,6647,401,-8293,499,-14748.0,641,1961,499,16568,566,8149,3,136946550,430,-49788,401, -50,88,SN,,,0,0,0+,,140,+30-20,MS,0.14,0.025,B-,100,0,B-N,36,0,B-2N,,0,,,,,,9360,1177,7128,506,-8366,642,,,3144,643,17110,709,8113,4,137951840,540,-44861,503, -50,89,Sn,,,0,0,,,130,60,MS,0.13,0.06,B-,100,0,B-2N,,0,B-N,,0,,,,,,11348,641,7709,1176,,,,,1651,709,,,8066,4,138958733,537,-38440,500, -51,52,SB,,,0,0,,LT,49,,NS,0.000000049,0,P,,0,,,,,,,,,,,,,,,,2773,422,10794.591,306,,,-1468,314,8229,3,102939690,320,-56178,298, -51,53,Sb,,,0,0,,,0.44,+15-11,S,0.44,0.13,EC+B+,100,0,ECP,7,0,P,1,0,,,,,,,,,,2714.44,220,12453.427,123,11067,322,-510.00,100,8256.644,1177,103936474.502,131449,-59173.620,122444, -51,54,Sb,,,0,0,(5/2+),,1.22,11,S,1.22,0.11,EC+B+,99,0,P,1,0,,,,,,,,,-11203.972,300813,,,2173,197,9322.51,22,12913.18,124,-322.59,22,8300.992,208,104931276.549,23431,-64015.482,21827, -51,55,Sb,,,0,0,(2+),,0.6,2,S,0.6,0.2,EC+B+,,0,,,,,,,,,,,,-8253.544,100816,-21733.10,300,1796.68,9,10880.395,9,10529.13,23,424.27,8,8322.012,70,105928637.982,8000,-66473.292,7452, -51,56,Sb,,,0,0,(5/2+),,4.0,2,S,4,0.2,EC+B+,100,0,,,,,,,,,,,,-10113.913,70952,-20504.81,101,1554.44,10,7858.989,7,12251.26,9,588.52,7,8358.734,39,106924150.624,4452,-70653.239,4148, -51,57,Sb,,,0,0,(4+),,7.4,3,S,7.4,0.3,EC+B+,100,0,,,,,,,,,,,,-6663.664,7712,-19977.32,71,1312.42,8,9624.607,8,9863.41,7,1222.07,8,8372.666,51,107922226.734,5900,-72445.331,5496, -51,58,Sb,,,0,0,(5/2+),,17.0,7,S,17,0.7,EC+B+,100,0,,,,,,,,,,,,-8535.587,6850,-18540.63,8,964.68,12,6379.207,10,11876.96,8,1470.01,8,8404.815,48,108918141.204,5652,-76250.977,5265, -51,59,Sb,,,0,0,(3+),,23.6,3,S,23.6,0.3,EC+B+,100,0,,,,,,,,,,,,-5219.923,8875,-17805.66,7,733.48,14,8392.249,15,9270.07,8,2108.52,10,8412.681,54,109916854.286,6400,-77449.734,5962, -51,60,Sb,,,0,0,(5/2+),,75,1,S,75,1,EC+B+,100,0,,,,,,,,,,,,-7249.259,10937,-16678.24,11,302.61,14,5101.851,10,11458.32,11,2283.72,16,8440.12,80,110913218.189,9500,-80836.736,8849, -51,61,Sb,,,0,0,(3+),,53.5,6,S,53.5,0.6,EC+B+,100,0,,,,,,,,,,,,-4031.457,19702,-16082.80,19,95.94,20,7056.091,18,8833.55,20,2949.35,19,8443.632,159,111912399.903,19140,-81598.965,17829, -51,62,Sb,,,0,0,5/2+,,6.67,7,M,400.2,4.2,EC+B+,100,0,,,,,,,,,,,,-6069.939,32810,-14920.78,19,-352.37,18,3911.164,17,10889.32,25,3050.88,17,8465.275,152,112909374.652,18457,-84416.968,17193, -51,63,Sb,,,0,0,3+,,3.49,3,M,209.4,1.8,EC+B+,100,0,,,,,,,,1.72,,,,-2608.005,35466,-14220.86,35,-451.52,25,6063.149,22,8150.92,28,3457.41,22,8462.518,192,113909289.191,23444,-84496.574,21838, -51,64,Sb,,,0,0,5/2+,,32.1,3,M,1926,18,EC+B+,100,0,,,,,,,,3.46,,-0.36,,-4940.644,32214,-13186.15,32,-1036.28,16,3030.432,16,10578.15,27,3732.65,16,8480.915,139,114906598,17203,-87003.403,16024, -51,65,Sb,,,0,0,3+,,15.8,8,M,948,48,EC+B+,100,0,,,,,,,,2.715,,,,-1553.189,28417,-12830.71,28,-1256.93,7,4703.82,5,7890.06,17,4077.29,5,8475.821,44,115906792.583,5539,-86822.150,5160, -51,66,Sb,,,0,0,5/2+,,2.80,1,H,10080,36,EC+B+,100,0,B+,1.7,0.3,,,,,3.43,,0,,-3544.128,13079,-11441.89,29,-1697.34,8,1758.212,8,9888.71,10,4402.54,8,8487.897,72,116904841.535,9057,-88639.539,8437, -51,67,Sb,,,0,0,1+,,3.6,1,M,216,6,EC+B+,100,0,,,,,,,,2.47,,,,-299.63,18726,-10972.12,14,-1851.33,3,3656.64,3,7427.99,9,4887.43,3,8478.915,26,117905532.174,3238,-87996.213,3016, -51,68,Sb,,,0,0,5/2+,,38.19,22,H,137484,792,EC,100,0,,,,,,,,3.45,,-0.37,,-2293,2000,-9848.91,20,-2362.75,8,590.842,8,9549.28,8,5110.30,8,8487.91,65,118903945.512,8267,-89474.180,7701, -51,69,Sb,,,0,0,1+,,15.89,4,M,953.4,2.4,EC+B+,100,0,,,,,,,,2.34,,,,950.226,7811,-9307.90,11,-2592.93,7,2680.608,7,7014.90,11,5641.71,7,8475.635,60,119905079.624,7725,-88417.761,7196, -51,70,Sb,4.6802,26,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,3.3634,,-0.36,,-1054.819,25767,-8303.65,3,-3082.2,6,-403.056,2753,9253.88,8,5790.92,267,8482.066,21,120903810.093,2771,-89600.321,2582, -51,71,Sb,,,0,0,2-,,2.7238,2,D,235336.32,17.28,B-,97.59,0.12,EC+B+,2.41,0.12,,,,,-1.9,,0.85,,1979.089,2127,-7861.19,26,-3532.08,8,1605.963,4,6806.37,13,6427.08,269,8468.331,21,121905168.074,2768,-88335.370,2578, -51,72,Sb,4.6879,25,0,0,7/2+,,STABLE,,,,,,,,,,,,,,,2.5498,,-0.49,,-51.913,66,-6980.93,10,-3949.7,7,-1407.888,2847,8960.02,213,6571.71,266,8472.328,12,122904214.016,1616,-89224.069,1506, -51,73,Sb,,,0,0,3-,,60.20,3,D,5201280,2592,B-,100,0,,,,,,,,1.2,,1.87,,2905.073,132,-6519.41,9,-4316.8,40,613.945,1816,6467.50,6,7093.04,266,8456.16,12,123905935.789,1618,-87620.248,1507, -51,74,Sb,,,0,0,7/2+,,2.75856,25,Y,87053533.056,7889.4,B-,100,0,,,,,,,,2.63,,,,766.7,2121,-5802.27,212,-4845.22,28,-2359.898,2797,8707.34,213,7311.05,260,8458.17,21,124905252.987,2790,-88256.274,2599, -51,75,Sb,,,0,0,(8-),,12.35,6,D,1067040,5184,B-,100,0,,,,,,,,1.28,,,,3672.108,31787,-5441.58,32,-5245.41,59,-378.0,33,6208.28,32,7785.84,32,8440.314,252,125907253.036,34103,-86393.240,31767, -51,76,Sb,,,0,0,7/2+,,3.85,5,D,332640,4320,B-,100,0,,,,,,,,,,,,1582.201,4913,-4705.45,5,-5694.04,20,-3228.674,11,8377.55,32,7973.21,12,8439.82,40,126906924.277,5502,-86699.477,5126, -51,77,Sb,,,0,0,8-,,9.05,4,H,32580,144,B-,100,0,,,,,,,,1.31,,,,4363.429,19117,-4419.93,19,-6185,36,-1268.278,26,6002.13,20,8448.45,22,8420.775,149,127909145.645,20525,-84630.286,19119, -51,78,Sb,,,0,0,7/2+,,4.366,26,H,15717.6,93.6,B-,100,0,,,,,,,,2.79,,,,2375.5,21213,-3706.91,21,-6577.42,34,-4038.404,27,8070.34,29,8556.27,28,8418.058,165,128909146.696,22792,-84629.307,21231, -51,79,Sb,,,0,0,(8-),,39.5,8,M,2370,48,B-,100,0,,,,,,,,,,,,5067.273,14212,-3352.19,14,-6937.68,30,-2153.47,14,5727.69,26,8983.74,22,8397.363,109,129911662.688,15257,-82285.676,14212, -51,80,Sb,,,0,0,(7/2+),,23.03,4,M,1381.8,2.4,B-,100,0,,,,,,,,,,,,3229.611,2085,-2699.77,208,-7510.13,21,-4716.83,4,7767.04,14,9138.17,280,8392.552,16,130911989.341,2236,-81981.401,2084, -51,81,Sb,,,0,0,(4)+,,2.79,7,M,167.4,4.2,B-,100,0,,,,,,,,,,,,5552.915,4271,-2495.58,247,-7914.25,154,-3088.729,3,5725.19,3,9659.67,4,8372.344,19,131914508.015,2648,-79635.271,2467, -51,82,Sb,,,0,0,(7/2+),,2.34,5,M,140.4,3,B-,100,0,,,,,,,,3,,,,4013.619,3518,-1806.63,5,-8510.7,4,-8049.623,4,7359.55,4,9665.93,4,8364.729,24,132915272.13,3357,-78923.503,3128, -51,83,Sb,,,0,0,(0-),,0.78,6,S,0.78,0.06,B-,100,0,,,,,,,,,,,,8513.2,3233,845.26,268,-6562.25,38,-7586.794,4,3168.36,4,10435.63,256,8325.95,13,133920535.675,1830,-74020.542,1705, -51,84,Sb,,,0,0,(7/2+),,1.679,15,S,1.679,0.015,B-,100,0,B-N,22,3,,,,,,,,,8038.457,3152,4772.10,4,-4090.21,4,-9058.079,4,3741.10,3,10545.55,4,8291.989,20,134925184.357,2834,-69690.323,2640, -51,85,Sb,,,0,0,1-,,0.923,14,S,0.923,0.014,B-,100,0,B-N,16.3,3.2,,,,,,,,,9918.389,6260,5150.58,6,-4520.25,60,-8607.88,298,2887.87,6,11163.61,7,8252.252,43,135930749.011,6258,-64506.880,5830, -51,86,Sb,,,0,0,(7/2+),,450,50,MS,0.45,0.05,B-,100,0,B-N,49,10,,,,,,,,,9243.369,52206,6293.57,52,-5021,202,-10272.384,404,3624.82,52,11450,303,8218.476,381,136935522.522,56000,-60060.384,52164, -51,87,Sb,,,0,0,(3-),,348,15,MS,0.348,0.015,B-,100,0,B-N,72,8,B-2N,,0,,,,,,11475.582,1064239,7012.03,1064,-4985,1105,-9359.403,1177,2231.34,1066,11721,1137,8175.091,7712,137941792,1142500,-54220.403,1064232, -51,88,Sb,,,0,0,,GT,150,,NS,0.00000015,5e15,,,,,,,,,,,,,,,10417,401,7836,401,-5685,566,-11348.0,641,3639,1137,12217,643,8142,3,138946550,430,-49788,401, -51,89,SB,,,0,0,(4- 3-),GT,407,,NS,0.000000407,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,12638,599,8195,596,-5854,718,,,2222,718,12788,778,8100,4,139952830,640,-43939,596, -52,53,Te,,,0,0,(5/2+),,0.62,7,US,0.00000062,0.00000007,A,100,0,,,,,,,,,,,,,,,,5069.2,3,11203.972,301,,,926.86,324,8186.836,2857,104943304.508,322084,-52811.510,300020, -52,54,Te,,,0,-1,0+,,70,17,US,0.00007,0.000017,A,100,0,,,,,,,,,,,,,,,,4290.22,9,8253.544,101,13479.55,316,1493.24,103,8236.767,948,105937498.526,107934,-58219.748,100541, -52,55,Te,,,0,0,,,3.1,1,MS,0.0031,0.0001,A,70,30,EC+B+,30,30,,,,,,,,,-11110,308,,,4008.35,5,10113.913,71,10390.90,123,1355.00,71,8256.899,662,106935008.356,76039,-60539.326,70830, -52,56,Te,,,0,0,0+,,2.1,1,S,2.1,0.1,EC+B+,51,4,A,49,4,B+P,2.4,1,,,,,,-13132.062,132370,-24423,300,3420.46,8,6663.664,8,13313.66,71,2417.40,7,8303.721,50,107929380.471,5808,-65781.667,5411, -52,57,Te,,,0,0,(5/2+),,4.6,3,S,4.6,0.3,EC+B+,96.1,1.3,B+P,9.4,3.1,A,3.9,1.3,,,,,,-10042.894,8029,-23137.10,132,3197.69,6,8535.587,7,10005.04,7,2559.03,7,8319.33,40,108927304.534,4704,-67715.390,4382, -52,58,Te,,,0,0,0+,,18.6,8,S,18.6,0.8,EC+B+,100,0,A,0.00067,,,,,,,,,,-11765.635,50978,-22628.63,9,2698.96,8,5219.923,9,12585.74,8,3267.80,8,8358.115,60,109922458.104,7058,-72229.811,6575, -52,59,Te,,,0,0,(5/2)+,,19.3,4,S,19.3,0.4,EC+B+,100,0,B+P,,0,,,,,,,,,-8633.692,7994,-21194.62,51,2499.84,8,7249.259,11,9428.98,9,3426.71,9,8367.763,58,110921000.589,6900,-73587.477,6427, -52,60,Te,,,0,0,0+,,2.0,2,M,120,12,EC+B+,100,0,,,,,,,,,,,,-10504.178,13239,-20685.04,10,2077.51,10,4031.457,20,12051.35,11,4019.74,12,8400.652,75,111916727.85,9000,-77567.508,8383, -52,61,Te,,,0,0,(7/2+),,1.7,2,M,102,12,EC+B+,100,0,,,,,,,,,,,,-7227.522,29070,-19355.02,30,1858.24,29,6069.939,33,8850.84,29,4037.04,33,8404.636,247,112915891,30000,-78347.029,27945, -52,62,Te,,,0,0,0+,,15.2,7,M,912,42,EC+B+,100,0,,,,,,,,,,,,-9092,152,-18840.38,29,1528.5,31,2608.005,35,11612.86,40,4760.57,33,8432.778,245,113912089,30000,-81888.569,27945, -52,63,Te,,,0,0,7/2+,,5.8,2,M,348,12,EC+B+,100,0,,,,,,,,,,,,-5724.962,40184,-17338,152,1450.91,28,4940.644,32,8245.51,40,4855.16,35,8431.15,243,114911902,30000,-82062.759,27945, -52,64,Te,4.6847,128,0,0,0+,,2.49,4,H,8964,144,EC+B+,100,0,,,,,,,,,,,,-7776.725,100553,-17002.48,40,961.18,28,1553.189,28,11277.52,40,5554.53,32,8455.687,241,115908460,30000,-85268.961,27945, -52,65,Te,,,0,0,1/2+,,62,2,M,3720,120,EC+B+,100,0,B+,25,1,,,,,,,,,-4659.334,28673,-15674.49,98,807.81,14,3544.128,16,7897.77,31,5562.23,14,8450.919,115,116908646.313,14446,-85095.411,13456, -52,66,Te,4.6956,105,0,0,0+,,6.00,2,D,518400,1728,EC,100,0,,,,,,,,,,,,-6725.536,27056,-15331.82,32,438.22,18,299.629,19,10672.49,23,6346.02,20,8469.746,157,117905853.839,19840,-87696.584,18481, -52,67,Te,,,0,0,1/2+,,16.05,5,H,57780,180,EC+B+,100,0,B+,2.06,0.05,,,,,0.25,,,,-3415.65,29055,-14281.45,21,427.74,8,2293.0,11,7555.91,20,6473.94,8,8462.066,67,118906407.148,8541,-87181.180,7957, -52,68,Te,4.7038,88,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5615,15000,-13673.77,28,-266.93,3,-950.226,8,10258.12,9,7182.78,8,8477.034,26,119904059.514,3311,-89367.987,3085, -52,69,Te,,,0,0,1/2+,,19.17,4,D,1656288,3456,EC+B+,100,0,,,,,,,,,,,,-2294.053,26047,-12863.83,30,-572.67,26,1054.819,26,7248.83,26,7416.71,27,8466.883,214,120904942.488,27751,-88545.502,25850, -52,70,Te,4.7095,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4234,5000,-12134.33,5,-1086.52,158,-1979.09,3,9840.27,26,8003.11,213,8478.14,12,121903043.434,1617,-90314.460,1507, -52,71,Te,4.7117,35,0,0,1/2+,GT,9.2E+16,,Y,2.9032992e24,1.577879985483504e32,EC,100,0,,,,,,,,-0.7369478,,,,-1228.429,3445,-11163.01,5,-1532.05,166,51.913,2129,6929.01,8,8125.76,213,8465.546,12,122904269.747,1615,-89172.156,1505, -52,72,Te,4.7183,28,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3159.587,1859,-10652.91,3,-1851.87,166,-2905.073,2128,9424.48,9,8590.22,12,8473.279,12,123902817.064,1612,-90525.321,1502, -52,73,Te,4.7204,30,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-0.8885051,,,,-185.77,60,-9728.56,186,-2250.63,169,-766.7,3,6568.97,3,8691.70,14,8458.045,12,124904429.9,1612,-89022.974,1502, -52,74,Te,4.7266,32,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2154.031,3677,-9299.46,10,-2548.93,266,-3672.108,32,9113.69,8,9098.04,212,8463.248,12,125903310.866,1614,-90065.348,1504, -52,75,Te,,,0,0,3/2+,,9.35,7,H,33660,252,B-,100,,,,,,,,,0.635,,,,702.231,3575,-8441.68,4,-2890.41,267,-1582.201,5,6287.65,18,9177.41,32,8446.118,12,126905225.714,1625,-88281.678,1514, -52,76,Te,4.7346,28,0,0,0+,,7.7E+24,4,Y,2.4299352e32,1.262304e31,2B-,100,0,,,,,,,,,,,,-1254.992,3714,-8081.12,4,-3184.44,132,-4363.43,19,8783.35,169,9583.21,5,8448.752,7,127904461.311,929,-88993.716,866, -52,77,Te,,,0,0,3/2+,,69.6,3,M,4176,18,B-,100,0,,,,,,,,0.702,,0.055,,1502.318,3142,-7337.40,4,-3533.35,133,-2375.5,21,6082.41,8,9663.49,19,8430.409,7,128906596.492,933,-87004.807,869, -52,78,Te,4.7423,25,0,0,0+,GT,0.79E+21,,Y,2.4930504e28,1.57775534748e32,2B-,100,0,,,,,,,,,,,,-416.811,3168,-6917.14,3,-3762.62,10,-5067.273,14,8419.46,87,10012.61,21,8430.324,0,129906222.747,12,-87352.949,11, -52,79,Te,,,0,0,3/2+,,25.0,1,M,1500,6,B-,100,0,,,,,,,,0.696,,,,2231.699,608,-6346.19,3,-4165.12,10,-3229.611,2085,5929.38,6,10214.31,14,8411.233,1,130908522.211,65,-85211.012,61, -52,80,Te,4.7500,31,0,0,0+,,3.204,13,D,276825.6,1123.2,B-,100,0,,,,,,,,,,,,515.304,3483,-5816.79,4,-4251.09,18,-5552.915,4,8048.49,3,10495.76,4,8408.485,26,131908546.716,3742,-85188.186,3486, -52,81,Te,,,0,0,(3/2+),,12.5,3,M,750,18,B-,100,0,,,,,,,,0.85,,0.23,,2921.139,6751,-5304.95,5,-4771.13,17,-4013.619,4,5820.25,4,10590.82,3,8389.025,16,132910963.332,2218,-82937.122,2066, -52,82,Te,4.7569,41,0,0,0+,,41.8,8,M,2508,48,B-,100,0,,,,,,,,,,,,1509.687,4933,-4746.80,7,-4826.45,3,-8513.199,3,7667.94,3,10899.21,4,8383.643,20,133911396.379,2948,-82533.741,2746, -52,83,Te,,,0,0,(7/2-),,19.0,2,S,19,0.2,B-,100,0,,,,,,,,-0.69,,0.29,,6050.366,2686,-1756.67,5,-2889.12,4,-8038.457,3,3266.36,3,10997.21,242,8345.738,13,134916554.718,1848,-77728.780,1722, -52,84,Te,4.7815,89,0,0,0+,,17.63,8,S,17.63,0.08,B-,100,0,B-N,1.31,0.05,,,,,,,,,5119.945,14188,1282.56,3,-303.64,3,-9918.389,6,4767.81,286,12023.92,3,8319.429,17,135920101.182,2448,-74425.269,2281, -52,85,Te,,,0,0,(7/2-),,2.49,5,S,2.49,0.05,B-,100,0,B-N,2.99,0.16,,,,,,,,,7052.506,8643,2170.14,14,-854.79,283,-9243.369,52,2949.80,3,12085.84,6,8280.235,15,136925599.357,2254,-69303.753,2100, -52,86,Te,,,0,0,0+,,1.4,4,S,1.4,0.4,B-,100,0,B-N,6.3,2.1,,,,,,,,,6283.914,7063,2588.96,9,-1687.15,5,-11475.582,1064,4463.55,4,12924.57,52,8252.578,27,137929472.454,4065,-65695.985,3787, -52,87,Te,,,0,0,(7/2-),GT,150,,NS,0.00000015,5e15,B-N,,0,B-,,0,,,,,,,,,8265.882,5345,3703.51,7,-1997.74,5,-10417.072,401,2580.40,5,13273.64,1064,8211.771,25,138935367.193,3800,-60205.072,3540, -52,88,Te,,,0,0,0+,,,,,,,B-N,,0,B-,,0,,,,,,,,,7029.985,63574,3823.41,63,-3102,305,-12637.228,599,4442.47,63,14077,405,8184.847,446,139939262.917,67000,-56576.228,62410, -52,90,Te,,,0,0,0+,,,,,,,,,,,,,,,,,,,,,8400,627,5486,503,-3934,711,,,3954,643,14549,709,8111,4,141950220,540,-46370,503, -52,91,TE,,,0,0,,GT,408,,NS,0.000000408,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,10353,541,6421,627,-4263,709,,,1979,711,,,8068,4,142956760,540,-40278,503, -53,55,I,,,0,0,(1),,36,6,MS,0.036,0.006,A,91,15,EC+B+,9,0,P,1,0,,,,,,,,,,4099.1,50,13132.062,132,11291,328,-600.75,112,8174.884,1225,107943478.321,141986,-52649.605,132260, -53,56,I,,,0,0,1/2+,,103,5,US,0.000103,0.000005,P,100,0,,,,,,,,,,,,-11502.948,300183,,,3918.07,21,10042.894,8,13094.21,132,-820.20,4,8220.016,62,108938086.025,7223,-57672.496,6729, -53,57,I,,,0,0,(1+),,0.664,24,S,0.664,0.024,EC+B+,83,4,A,17,4,ECP,11,3,,,,,,-8541.551,112934,-22365.95,304,3584.2,50,11765.635,51,10863.00,51,37.76,51,8244.043,460,109935089.033,54270,-60464.176,50552, -53,58,I,,,0,0,(5/2+),,2.5,2,S,2.5,0.2,EC+B+,99.9,0,A,0.1,0,,,,,,,,,-10558.252,86830,-21102.48,101,3274.54,5,8633.692,8,12560.93,51,12.95,8,8282.934,43,110930269.239,5103,-64953.785,4754, -53,59,I,,,0,0,(1+),,3.34,8,S,3.34,0.08,EC+B+,100,0,ECP,0.88,0.1,ECA,0.104,0.012,,,,,,-7036.991,13175,-20739.11,87,2957.09,12,10504.178,13,10180.86,11,764.82,12,8299.879,91,111928004.55,11000,-67063.330,10246, -53,60,I,,,0,0,5/2+,,6.6,2,S,6.6,0.2,EC+B+,100,0,A,0.000000331,0,,,,,,,,,-8915.889,10533,-19164.49,12,2706.55,10,7227.522,29,12127.49,13,840.97,12,8333.752,71,112923650.064,8600,-71119.507,8010, -53,61,I,,,0,0,1+,,2.1,2,S,2.1,0.2,EC+B+,100,0,B+P,,0,,,,,,,,,-5710,149,-18664,149,2229,149,9092.569,152,9748,149,1738,152,8346,1,113921850,160,-72796,149, -53,62,I,,,0,0,(5/2+),,1.3,2,M,78,12,EC+B+,100,0,,,,,,,,,,,,-7681.049,31313,-17323.22,31,2074.02,30,5724.962,40,11613,152,1738.20,40,8374.564,251,114918048,31000,-76337.797,28876, -53,63,I,,,0,0,1+,,2.91,15,S,2.91,0.15,EC+B+,100,0,,,,,,,,,,,,-4445.512,95707,-16906.81,97,1681.81,98,7776.725,101,9225.76,101,2718.45,101,8381.902,833,115916808.658,103695,-77492.236,96592, -53,64,I,,,0,0,(5/2)+,,2.22,4,M,133.2,2.4,EC+B+,100,0,B+,77,0,,,,,3.1,,,,-6250.74,28177,-15460.67,29,1555.98,31,4659.334,29,11015.16,100,2456.09,38,8404.409,224,116913648.314,28123,-80436.077,26196, -53,65,I,,,0,0,2-,,13.7,5,M,822,30,EC+B+,100,0,,,,,,,,2,,,,-2891.991,22320,-14857.03,22,1100.61,29,6725.536,27,8606.29,33,3164.61,24,8406.12,167,117913074,21213,-80971.048,19760, -53,66,I,,,0,0,5/2+,,19.1,4,M,1146,24,EC+B+,100,0,B+,51,4,EC,49,4,,2.9,,,,-4971.117,29810,-13757.79,30,812.96,32,3415.65,29,10865.80,34,3357.92,34,8426.789,235,118910074,30000,-83765.530,27945, -53,67,I,,,0,0,2-,,81.6,2,M,4896,12,EC+B+,100,0,,,,,,,,,,,,-1580.563,19343,-13029.89,19,644.25,16,5615.0,16,8058.77,32,3860.78,17,8423.722,128,119910087.465,16440,-83752.987,15314, -53,68,I,,,0,0,5/2+,,2.12,1,H,7632,36,EC+B+,100,0,,,,,,,,2.3,,,,-3770.463,11558,-12150.34,13,-36.83,10,2294.053,26,10569.78,16,4172.43,4,8441.458,44,120907405.255,5749,-86251.449,5356, -53,69,I,,,0,0,1+,,3.63,6,M,217.8,3.6,EC+B+,100,0,,,,,,,,0.94,,,,-725.483,12277,-11670.79,12,-509.16,6,4234.0,5,7900.33,7,4823.93,26,8437.023,43,121907588.82,5606,-86080.460,5222, -53,70,I,,,0,0,5/2+,,13.2235,19,H,47604.6,6.84,EC+B+,100,0,,,,,,,,2.818,,,,-2695.027,9690,-10660.07,12,-894.46,9,1228.429,4,9934.59,6,4918.24,3,8449.198,30,122905588.52,4014,-87943.727,3740, -53,71,I,,,0,0,2-,,4.1760,3,D,360806.4,25.92,EC+B+,100,0,,,,,,,,1.444,,,,295.686,2846,-10188.35,10,-1372.89,8,3159.587,2823,7493.32,4,5482.55,186,8441.489,19,123906209.021,2566,-87365.734,2390, -53,72,I,,,0,0,5/2+,,59.407,10,D,5132764.8,864,EC,100,0,,,,,,,,2.821,,-0.776,,-1643.824,2192,-9247.10,216,-1661.8,213,185.77,212,9542.79,186,5600.85,7,8450.3,12,124904629.333,1614,-88837.204,1504, -53,73,I,,,0,0,2-,,12.93,5,D,1117152,4320,EC+B+,52.7,0.5,B-,47.3,0.5,,,,,1.438,,,,1235.644,5173,-8789.25,4,-2000.86,4,2154.03,4,7145.43,4,6177.31,4,8439.944,30,125905623.313,4089,-87911.318,3809, -53,74,I,4.7500,81,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,2.813273,,-0.789,,-662.349,2044,-7908.26,5,-2184.76,4,-702.231,4,9143.91,274,6207.53,4,8445.487,29,126904471.838,3915,-88983.909,3647, -53,75,I,,,0,0,1+,,24.99,2,M,1499.4,1.2,B-,93.1,0.8,EC+B+,6.9,0.8,,,,,,,,,2121.575,3748,-7488.48,204,-2543.39,4,1254.992,4,6826.13,5,6746.02,4,8432.836,28,127905808.6,3915,-87738.724,3647, -53,76,I,,,0,0,7/2+,,1.57E+7,4,Y,495454320000000,12623040000000,B-,100,0,,,,,,,,2.621,,-0.488,,188.934,3168,-6718.14,3,-2675.77,4,-1502.318,3,8839.72,5,6802.38,3,8435.99,25,128904983.687,3401,-88507.125,3168, -53,77,I,,,0,0,5+,,12.36,1,H,44496,36,B-,100,0,,,,,,,,3.349,,,,2944.325,3168,-6311.40,3,-2967.81,32,416.811,3,6500.33,4,7220.30,3,8421.1,24,129906670.211,3401,-86936.138,3168, -53,78,I,,,0,0,7/2+,,8.0252,6,D,693377.28,51.84,B-,100,0,,,,,,,,2.742,,-0.35,,970.848,605,-5633.56,60,-3168.15,5,-2231.698,608,8577.89,3,7378.73,60,8422.297,5,130906126.384,649,-87442.710,605, -53,79,I,,,0,0,4+,,2.295,13,H,8262,46.8,B-,100,0,,,,,,,,3.088,,0.08,,3575.472,4065,-5361.25,4,-3498.12,20,-515.304,5,6332.10,4,7781.45,4,8406.462,31,131907993.514,4364,-85703.490,4065, -53,80,I,,,0,0,7/2+,,20.83,8,H,74988,288,B-,100,0,,,,,,,,2.856,,-0.24,,1785.311,6861,-4650.62,6,-3653.87,22,-2921.138,7,8226.09,8,7959.05,7,8405.106,48,132907827.361,6900,-85858.260,6427, -53,81,I,,,0,0,(4)+,,52.5,2,M,3150,12,B-,100,0,,,,,,,,,,,,4082.393,4857,-4471.17,5,-4182.67,15,-1509.688,6,6256.49,8,8395.28,5,8389.071,36,133909775.663,5213,-84043.429,4857, -53,82,I,,,0,0,7/2+,,6.58,3,H,23688,108,B-,100,0,,,,,,,,2.94,,,,2634.005,3868,-3724.64,206,-4222.66,293,-6050.365,2686,7807.03,5,8534.37,3,8384.76,15,134910059.382,2212,-83779.145,2061, -53,83,I,,,0,0,(1-),,83.4,10,S,83.4,1,B-,100,0,,,,,,,,,,,,6883.945,14188,-1203.38,15,-2334.86,14,-5119.945,14,3837.39,14,9105.40,14,8351.323,104,135914604.695,15231,-79545.214,14188, -53,84,I,,,0,0,(7/2+),,24.5,2,S,24.5,0.2,B-,100,0,B-N,7.14,0.23,,,,,,,,,6027.145,8384,2001.58,8,142.33,9,-7052.505,9,4882.36,16,9219.96,9,8326.002,61,136918028.18,9000,-76356.258,8383, -53,85,I,,,0,0,(1-),,6.23,3,S,6.23,0.03,B-,100,0,B-N,5.56,0.22,,,,,,,,,7992.334,6588,2332.19,6,-384.27,6,-6283.915,7,3694.96,10,9965.12,6,8292.444,43,137922726.394,6400,-71979.900,5962, -53,86,I,,,0,0,(7/2+),,2.280,11,S,2.28,0.011,B-,100,0,B-N,10,0.3,,,,,,,,,7173.622,4542,3429.96,5,-1205.55,5,-8265.882,5,4562.37,7,10063.94,6,8265.609,29,138926493.403,4300,-68470.954,4005, -53,87,I,,,0,0,(4-),,0.86,4,S,0.86,0.04,B-,100,0,B-N,9.3,1,,,,,,,,,9380.238,12331,3967.05,12,-1524.25,13,-7029.985,64,3206.58,13,10690.11,13,8229.473,86,139931715.917,13000,-63606.213,12109, -53,88,I,,,0,0,,,0.43,2,S,0.43,0.02,B-,100,0,B-N,21.2,3,,,,,,,,,8270.642,16097,4988.48,16,-2291.19,55,-9439.657,401,4391.76,20,10639.40,64,8202.255,112,140935666.084,17000,-59926.657,15835, -53,89,I,,,0,0,,,222,12,MS,0.222,0.012,,,,,,,,,,,,,,,10459.655,374470,5356.00,374,-2974.5,1128,-8399.984,627,2914.64,375,11572,548,8165.019,2637,141941202,402000,-54769.984,374461, -53,90,I,,,0,0,,,130,45,MS,0.13,0.045,B-,,0,,,,,,,,,,,,9572,200,6528,200,-3267,448,-10352.0,541,3932,425,11550,541,8135,1,142945646,215,-50630,200, -53,91,I,,,,0,,GE,300,,NS,0.0000003,5e15,,,,,,,,,,,,,,,11592,401,6852,401,-3766,718,,,2721,448,12291,643,8098,3,143951390,430,-45280,401, -53,92,I,,,0,0,,GT,407,,NS,0.000000407,5e15,B-N,,0,B-,,0,,,,,,,,,10554,503,7862,503,-4254,709,,,3731,643,,,8068,3,144956050,540,-40939,503, -54,55,XE,,,0,0,(7/2+),,13,2,MS,0.013,0.002,A,100,0,,,,,,,,,,,,,,,,4217.05,7,11502.948,300,,,808.91,328,8107.306,2753,108950434.948,322178,-46169.548,300108, -54,56,Xe,,,0,0,0+,,93,3,MS,0.093,0.003,A,64,35,EC+B+,36,35,ECP,,0,,,,,,,,,,3872.21,10,8541.551,113,13824.39,317,1539.10,101,8159.28,918,109944258.765,108415,-51922.625,100988, -54,57,Xe,,,0,0,,,0.74,20,S,0.74,0.2,A,8,0,EC+B+,,0,,,,,,,,,-11575,214,,,3718.88,50,10558.251,87,10544.23,133,1220.33,100,8180.766,781,110941603.989,93076,-54395.534,86700, -54,58,Xe,,,0,0,0+,,2.7,8,S,2.7,0.8,EC+B+,98.8,0.8,A,1.2,0.8,,,,,,,,,-13736.062,87190,-25277,196,3330.41,6,7036.992,13,13702.12,87,2361.52,10,8230.064,74,111935559.071,8891,-60026.338,8283, -54,59,Xe,,,0,0,(5/2+),,2.74,8,S,2.74,0.08,EC+B+,100,0,ECP,7,4,A,0.011,0,,,,,,-10439.088,10970,-23984.66,87,3086.86,8,8915.889,11,10248.60,11,2429.26,12,8247.927,61,112933221.666,7342,-62203.618,6840, -54,60,Xe,,,0,0,0+,,10.0,4,S,10,0.4,EC+B+,100,0,,,,,,,,,,,,-12403.629,71976,-23392.68,14,2719.01,13,5710.11,149,12953.59,13,3255.35,14,8289.205,98,113927980.331,12000,-67085.890,11178, -54,61,Xe,,,0,0,(5/2+),,18,4,S,18,4,EC+B+,100,0,B+P,0.34,0.06,A,0.0003,0.0001,,,,,,-8957,103,-22045.80,72,2505.81,14,7681.049,31,9642.18,16,3149,150,8300.97,105,114926293.945,13000,-68656.748,12109, -54,62,Xe,4.7211,95,0,0,0+,,59,2,S,59,2,EC+B+,100,0,,,,,,,,,,,,-11004,101,-21419,103,2095.87,16,4445.512,97,12461.29,18,3997.90,32,8336.834,112,115921581.112,14000,-73046.724,13041, -54,63,Xe,,,0,0,5/2(+),,61,2,S,61,2,EC+B+,100,0,B+P,0.0029,0.0006,,,,,-0.5938,,,,-7692.245,63267,-20214,101,1736.78,30,6250.74,28,9209.93,17,3982.07,97,8344.297,89,116920358.76,11141,-74185.337,10378, -54,64,Xe,4.7387,70,0,0,0+,,3.8,9,M,228,54,EC+B+,100,0,,,,,,,,,,,,-9669.689,16442,-19657.28,63,1384.6,30,2891.991,22,11965.04,15,4931.95,28,8374.981,88,117916178.68,11141,-78079.057,10378, -54,65,Xe,,,0,0,(5/2+),,5.8,3,M,348,18,EC+B+,100,0,,,,,,,,-0.6542,,,,-6489.361,17379,-18456.36,16,843.43,30,4971.117,30,8786.67,15,5112.34,22,8378.441,87,118915410.713,11141,-78794.413,10378, -54,66,Xe,4.7509,63,0,0,0+,,40,1,M,2400,60,EC+B+,100,0,,,,,,,,,,,,-8283.785,15461,-17938.69,18,671.62,30,1580.564,19,11449.33,16,5695.86,30,8404.031,98,119911784.27,12686,-82172.423,11817, -54,67,Xe,,,0,0,5/2(+),,40.1,20,M,2406,120,EC+B+,100,0,,,,,,,,-0.701,,1.33,,-5378.654,13979,-16663.66,14,189.51,17,3770.463,12,8379.88,16,6016.97,18,8403.832,85,120911453.014,10995,-82480.986,10243, -54,68,Xe,4.7590,59,0,0,0+,,20.1,1,H,72360,360,EC,100,0,,,,,,,,,,,,-7210.218,35472,-16323.96,18,-83.31,22,725.483,12,10945.31,15,6392.50,12,8424.664,91,121908367.658,11928,-85354.977,11111, -54,69,Xe,,,0,0,(1/2)+,,2.08,2,H,7488,72,EC+B+,100,0,,,,,,,,-0.15,,,,-4205.055,15414,-15175.26,35,-492.44,12,2695.026,10,7965.04,15,6457.21,11,8420.927,78,122908481.75,10238,-85248.701,9537, -54,70,Xe,4.7661,55,0,0,0+,GE,1.6E+14,,Y,5.049216e21,1.5778799999747539e32,2B+,,0,,,,,,,,,,,,-5930.086,8495,-14689.09,12,-718.35,3,-295.687,3,10484.04,10,7006.66,4,8437.565,14,123905891.588,1924,-87661.421,1793, -54,71,Xe,,,0,0,1/2(+),,16.9,2,H,60840,720,EC+B+,100,0,,,,,,,,-0.269,,,,-3105.43,7831,-13533.36,9,-1072.79,26,1643.823,2373,7603.28,40,7116.62,287,8430.89,15,124906394.05,1971,-87193.381,1836, -54,72,Xe,4.7722,52,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4796.133,10671,-13130.33,9,-1257.42,4,-1235.644,5,10024.90,4,7598.73,4,8443.541,28,125904296.794,3757,-89146.962,3500, -54,73,Xe,4.7747,38,0,0,1/2+,,36.346,3,D,3140294.4,259.2,EC,100,0,,,,,,,,-0.5039,,,,-2081.406,6421,-12042.05,11,-1574.32,4,662.349,5,7245.92,5,7699.21,3,8434.111,32,126905182.899,4412,-88321.560,4110, -54,74,Xe,4.7774,50,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3928.717,5380,-11691.46,6,-1759.89,179,-2121.574,4,9610.06,4,8165.36,4,8443.298,8,127903530.996,1138,-89860.298,1061, -54,75,Xe,4.7775,50,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-0.7779763,,,,-1196.813,4555,-10835.80,5,-2098,150,-188.934,3,6907.08,106,8246.31,4,8431.39,0,128904780.85892,576,-88696.05896,537, -54,76,Xe,4.7818,49,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2980.72,8357,-10452.53,5,-2240.03,150,-2944.325,3,9255.72,1,8662.31,3,8437.731,0,129903509.349,10,-89880.463,9, -54,77,Xe,4.7808,49,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.691862,,-0.114,,-354.772,4974,-9585.13,8,-2556.8,151,-970.848,605,6604.41,1,8766.39,3,8423.736,0,130905084.136,9,-88413.558,9, -54,78,Xe,4.7859,47,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2126.28,1036,-9291.49,5,-2710.16,87,-3575.472,4,8936.72,1,9125.22,60,8427.622,0,131904155.08697,553,-89278.96179,515, -54,79,Xe,4.7831,47,0,0,3/2+,,5.2475,5,D,453384,43.2,B-,100,0,,,,,,,,,,0.142,,427.36,2400,-8562.21,261,-3063.68,254,-1785.311,7,6435.93,240,9229.05,5,8412.647,18,132905910.75,2576,-87643.571,2400, -54,80,Xe,4.7899,47,0,0,0+,GT,5.8E+22,,Y,1.8303408e30,1.568728296e32,2B-,0,0,,,,,,,,,,,,-1234.667,18,-8126.21,1,-3197.79,1,-4082.393,5,8553.57,240,9556.53,6,8413.699,0,133905393.033,10,-88125.822,9, -54,81,Xe,,,0,0,3/2+,,9.14,2,H,32904,72,B-,100,0,,,,,,,,0.9032,,0.214,,1168.492,3675,-7593.31,4,-3627.05,4,-2634.006,4,6358.65,4,9658.69,6,8398.476,28,134907231.661,3993,-86413.151,3720, -54,82,Xe,4.7964,47,0,0,0+,GT,3.6E+20,,Y,1.1360736e28,1.57782319632e32,2B-,,0,,,,,,,,,,,,-90.462,1882,-6918.83,99,-3665.89,3,-6883.945,14,8087.33,4,9938.98,206,8396.188,0,135907214.476,7,-86429.159,7, -54,83,Xe,4.8094,49,0,0,7/2-,,3.818,13,M,229.08,0.78,B-,100,0,,,,,,,,-0.9704,,-0.49,,4162.203,373,-4116.02,188,-1871.2,206,-6027.146,8,4025.56,10,10127.16,14,8364.286,1,136911557.773,111,-82383.404,103, -54,84,Xe,4.8279,79,0,0,0+,,14.08,8,M,844.8,4.8,B-,100,0,,,,,,,,,,,,2914.704,9579,-1497.94,283,136.59,4,-7992.333,7,5660.15,281,10904.95,9,8344.69,20,137914146.271,3010,-79972.233,2804, -54,85,Xe,4.8409,100,0,0,3/2-,,39.68,14,S,39.68,0.14,B-,100,0,,,,,,,,-0.304,,0.396,,5056.346,3801,-828.96,9,-340.71,275,-7173.622,5,3743.66,4,10953.65,6,8311.59,15,138918792.203,2300,-75644.576,2142, -54,86,Xe,4.8566,125,0,0,0+,,13.60,10,S,13.6,0.1,B-,100,0,,,,,,,,,,,,4063.654,8525,-356.85,4,-986.1,3,-9380.238,12,5413.19,3,11804.47,5,8290.887,17,139921645.817,2500,-72986.451,2329, -54,87,Xe,4.8694,147,0,0,5/2(-),,1.73,1,S,1.73,0.01,B-,100,0,B-N,0.044,0.005,,,,,0.01,,-0.58,,6280.224,9638,781.49,9,-1318.46,4,-8270.642,16,3282.16,4,11880.06,12,8255.364,20,140926787.184,3100,-68197.299,2888, -54,88,Xe,4.8841,168,0,0,0+,,1.23,2,S,1.23,0.02,B-,100,0,B-N,0.21,0.06,,,,,,,,,5284.911,7565,1176.57,10,-1958.57,5,-10459.655,374,5103.66,4,12591.95,16,8233.169,19,141929973.098,2900,-65229.639,2701, -54,89,Xe,4.8942,187,0,0,5/2-,,0.511,6,S,0.511,0.006,B-,100,0,B-N,0,0,,,,,-0.4599,,0.93,,7472.636,8891,2240.36,8,-2422.72,6,-9572.873,200,3044.55,5,12721.86,374,8196.885,33,142935369.553,5000,-60202.873,4657, -54,90,Xe,4.9082,208,0,0,0+,,1.15,20,S,1.15,0.2,B-,100,0,,,,,,,,,,,,6399.06,20820,2731.90,9,-2720.98,63,-11592.293,401,4740.74,7,13531,200,8172.884,37,143938945.079,5700,-56872.293,5310, -54,91,Xe,,,0,0,,,188,4,MS,0.188,0.004,B-,100,0,B-N,5,0.6,,,,,,,,,8561.086,14393,3706.71,23,-3431,401,-10554.329,503,2692.35,12,13502,401,8135.087,77,144944719.634,12000,-51493.329,11178, -54,92,Xe,4.9315,245,0,0,0+,,146,6,MS,0.146,0.006,B-,100,0,B-N,6.9,1.5,,,,,,,,,7355.429,24391,4028.15,26,-4010,504,,,4532.93,27,14305,504,8110.415,166,145948518.248,26000,-47954.943,24219, -54,93,XE,,,0,0,(3/2-),,0.10,+10-5,S,0.1,0.08,B-N,8,0,B-,,0,,,,,,,,,9560,200,4879,200,-4507,541,,,2476,202,,,8072,1,146954525,215,-42360,200, -54,94,XE,,,0,0,0+,GT,0.4,,US,0.0000004,5e18,B-N,,0,B-,,0,,,,,,,,,8311,300,5249,300,,,,,4312,361,,,8047,2,147958561,322,-38600,300, -55,57,Cs,,,0,0,(1+),,0.49,3,MS,0.00049,0.00003,P,100,0,A,0.26,0,,,,,,,,,,,,,3934.41,123,13736.061,87,11541,214,-816.29,4,8100.435,775,111950305.341,93178,-46290.277,86796, -55,58,Cs,,,0,0,(3/2+),,17.7,4,US,0.0000177,0.0000004,P,100,0,,,,,,,,,,,,-11980,298,,,3483.05,8,10439.088,11,13545.57,87,-972.84,223,8148.622,76,112944428.488,9207,-51764.530,8577, -55,59,Cs,,,0,0,(1+),,0.57,2,S,0.57,0.02,EC+B+,99.982,0.006,ECP,8.7,1.3,ECA,0.19,0.03,,,,,,-8776.835,124892,-22969,306,3357,50,12403.629,72,10989.05,72,-232.39,71,8173.538,624,113941296.175,76331,-54682.261,71102, -55,60,Cs,,,0,0,,,1.4,8,S,1.4,0.8,EC+B+,100,0,B+P,0.07,0,,,,,,,,,-10680,225,-21865,145,2829,103,8957.748,103,13089,125,-97,103,8216,1,114935910,110,-59699,102, -55,61,Cs,,,0,0,(1+),,0.70,4,S,0.7,0.04,EC+B+,100,0,ECP,2.8,0.7,ECA,0.049,0.025,,,,,,-7463,224,-21094,224,2596,101,11003.724,101,10414,143,675,101,8235,1,115933395,108,-62043,100, -55,62,Cs,,,0,0,(9/2+),,8.4,6,S,8.4,0.6,EC+B+,100,0,,,,,,,,,,,,-9035.338,258002,-19984,210,2201.5,63,7692.245,63,12522,118,735.34,64,8271.864,533,116928616.726,67000,-66493.092,62410, -55,63,Cs,4.7832,92,0,0,2,,14,2,S,14,2,EC+B+,100,0,ECP,0.042,0.006,ECA,0.0024,0.0004,,3.876,,1.4,,-6055,196,-19022.93,251,1962,150,9669.69,16,9987.59,64,1513.00,16,8286.404,108,117926559.519,13690,-68409.367,12753, -55,64,Cs,4.7896,89,0,0,9/2+,,43.0,2,S,43,0.2,EC+B+,100,0,,,,,,,,5.46,,2.8,,-7714.965,200754,-18022,196,1607.83,32,6489.362,17,11967.00,19,1514.97,17,8317.334,117,118922377.33,14965,-72305.051,13940, -55,65,Cs,4.7915,75,0,0,2(+),,61.3,11,S,61.3,1.1,EC+B+,100,0,B+A,0.00002,0.000004,B+P,0.000007,0.000003,,3.87,,1.45,,-5000,300000,-17369.87,201,1178.68,97,8283.784,15,9654.90,17,2383.20,14,8328.48,83,119920677.279,10702,-73888.639,9970, -55,66,Cs,4.7769,78,0,0,3/2(+),,155,4,S,155,4,EC+B+,100,0,,,,,,,,0.77,,0.838,,-6357.495,141176,-16285.01,301,908.83,30,5378.655,18,11285.01,17,2218.88,19,8352.914,118,120917227.238,15340,-77102.331,14290, -55,67,Cs,4.7773,70,0,0,1+,,21.18,19,S,21.18,0.19,EC+B+,100,0,,,,,,,,-0.1333,,-0.19,,-3535.815,43769,-15471.24,146,401.37,39,7210.218,35,9113.74,37,2952.74,35,8359.151,276,121916108.145,36164,-78144.759,33687, -55,68,Cs,4.7820,70,0,0,1/2+,,5.88,3,M,352.8,1.8,EC+B+,100,0,,,,,,,,1.377,,,,-5388.693,17125,-14506.02,30,296.97,30,4205.055,15,10970.20,36,2977.64,16,8380.379,98,122912996.062,13000,-81043.646,12109, -55,69,Cs,4.7828,62,0,0,1+,,30.9,4,S,30.9,0.4,EC+B+,100,0,,,,,,,,0.673,,-0.74,,-2641.559,15004,-14147.70,15,-403.26,17,5930.087,8,8759.01,15,3771.60,13,8383.432,67,123912257.798,8914,-81731.334,8304, -55,70,Cs,4.7880,62,0,0,1/2(+),,46.7,1,M,2802,6,EC+B+,100,0,,,,,,,,1.409,,,,-4418.985,13446,-13069.49,15,-261.42,9,3105.431,8,10427.93,11,3715.50,8,8399.788,62,124909727.867,8313,-84087.950,7744, -55,71,Cs,4.7872,56,0,0,1+,,1.64,2,M,98.4,1.2,EC+B+,100,0,,,,,,,,0.777,,-0.68,,-1680.927,16259,-12753.18,15,-695.29,12,4796.133,11,8334.20,13,4446.42,11,8399.268,83,125909445.655,11166,-84350.829,10401, -55,72,Cs,4.7936,55,0,0,1/2+,,6.25,10,H,22500,360,EC+B+,100,0,,,,,,,,1.459,,,,-3422.21,12653,-11641.57,14,-721.34,7,2081.406,7,9960.64,12,4382.16,7,8411.562,44,126907417.381,5988,-86240.154,5578, -55,73,Cs,4.7921,52,0,0,1+,,3.640,14,M,218.4,0.84,EC+B+,100,0,,,,,,,,0.974,,-0.57,,-553.084,7525,-11184.95,13,-990.76,6,3928.717,6,7762.74,8,4898.99,7,8406.493,43,127907748.648,5843,-85931.581,5443, -55,74,Cs,4.7981,50,0,0,1/2+,,32.06,6,H,115416,216,EC+B+,100,0,,,,,,,,1.491,,,,-2436.048,10623,-10192.07,7,-1086.96,5,1196.813,5,9638.98,7,4927.92,5,8416.047,35,128906065.69,4889,-87499.246,4555, -55,75,Cs,4.7992,49,0,0,1+,,29.21,4,M,1752.6,2.4,EC+B+,98.4,0,B-,1.6,0,,,,,1.46,,-0.059,,361.801,8738,-9907.86,13,-1413.34,9,2980.72,8,7471.81,10,5492.65,8,8408.784,64,129906709.283,8971,-86899.743,8357, -55,76,Cs,4.8026,47,0,0,5/2+,,9.689,16,D,837129.6,1382.4,EC,100,0,,,,,,,,3.543,,-0.575,,-1375.055,5279,-8868.56,5,-1499.79,6,354.772,5,9230.36,10,5467.29,5,8415.056,38,130905464.999,5340,-88058.786,4974, -55,77,Cs,4.8002,46,0,0,2+,,6.480,6,D,559872,518.4,EC+B+,98.13,0.09,B-,1.87,0.09,,,,,2.222,,0.508,,1282.336,1478,-8540.27,277,-1838.87,4,2126.281,1036,7165.21,5,6028.09,104,8405.587,8,131906437.743,1112,-87152.681,1036, -55,78,Cs,4.8041,46,0,0,7/2+,,STABLE,,,,,,,,,,,,,,,2.582025,,-0.00371,,-517.319,992,-7707.23,105,-1988.72,3,-427.36,24,8989.57,104,6080.94,1,8409.978,0,132905451.961,8,-88070.931,8, -55,79,Cs,4.8031,46,0,0,4+,,2.0652,4,Y,65172755.52,12623.04,B-,99.9997,0.0001,EC,0.0003,0.0001,,,,,2.9937,,0.389,,2058.699,304,-7408.86,99,-2379.93,3,1234.668,18,6891.54,1,6536.55,240,8398.646,0,133906718.503,17,-86891.154,16, -55,80,Cs,4.8067,47,0,0,7/2+,,2.3E+6,3,Y,72582480000000,9467280000000,B-,100,0,,,,,,,,2.7324,,0.05,,268.855,1038,-6703.11,104,-2563.85,115,-1168.492,4,8761.81,99,6744.79,99,8401.336,7,134905977.234,1064,-87581.643,992, -55,81,Cs,4.8059,52,0,0,5+,,13.16,3,D,1137024,2592,B-,100,0,,,,,,,,3.711,,0.225,,2548.224,1857,-6559.52,186,-3060.12,4,90.462,1882,6828.37,213,7214.52,4,8389.77,14,135907311.59,2020,-86338.697,1882, -55,82,Cs,4.8128,50,0,0,7/2+,,30.08,9,Y,949252608,2840184,B-,100,0,,,,,,,,2.8413,,0.051,,1175.629,172,-5730.00,19,-3112.26,6,-4162.202,373,8278.23,187,7405.42,36,8388.956,3,136907089.464,384,-86545.606,358, -55,83,Cs,4.8255,50,0,0,3-,,33.41,18,M,2004.6,10.8,B-,100,0,,,,,,,,0.7,,0.125,,5374.7,9159,-3237.02,9,-1268.42,10,-2914.704,10,4412.65,9,7792.50,9,8360.142,66,137911017.207,9832,-82886.937,9159, -55,84,Cs,4.8422,69,0,0,7/2+,,9.27,5,M,556.2,3,B-,100,0,,,,,,,,2.696,,-0.075,,4212.829,3123,-510.60,3,653.31,4,-5056.345,4,5885.30,10,8017.66,4,8342.338,23,138913363.992,3370,-80700.921,3140, -55,85,Cs,4.8554,88,0,0,1-,,63.7,3,S,63.7,0.3,B-,100,0,,,,,,,,0.1338953,,-0.112,,6219.249,9882,-207.67,8,70.19,16,-4063.654,9,4420.50,9,8694.50,8,8314.325,59,139917283.305,8804,-77050.105,8201, -55,86,Cs,4.8689,108,0,0,7/2+,,24.84,16,S,24.84,0.16,B-,100,0,B-N,0.035,0.003,,,,,2.438,,-0.36,,5255.103,9617,720.51,12,-546.18,12,-6280.224,10,5498.74,12,8780.04,9,8294.356,65,140920045.086,9871,-74477.523,9195, -55,87,Cs,4.8825,132,0,0,0-,,1.684,14,S,1.684,0.014,B-,100,0,B-N,0.09,0.004,,,,,,,,,7327.714,8363,1146.76,9,-959.57,9,-5284.911,8,4108.34,12,9606.22,8,8264.877,50,141924299.512,7586,-70514.550,7067, -55,88,Cs,4.8965,151,0,0,3/2+,,1.791,7,S,1.791,0.007,B-,100,0,B-N,1.64,0.07,,,,,,,,,6261.688,9730,2095.44,10,-1629.47,9,-7472.636,9,5232.28,10,9734.84,8,8243.67,53,142927347.348,8130,-67675.509,7573, -55,89,Cs,4.9055,161,0,0,1(-),,0.994,6,S,0.994,0.006,B-,100,0,B-N,3.03,0.13,,,,,-0.546,,0.3,,8495.768,20416,2594.53,21,-2090.06,23,-6399.06,21,3667.16,22,10357.45,21,8211.889,140,143932075.404,21612,-63271.353,20132, -55,90,Cs,4.9188,191,0,0,3/2+,,0.587,5,S,0.587,0.005,B-,100,0,B-N,14.7,0.9,,,,,0.784,,0.62,,7461.761,12412,3641.39,11,-2552.67,18,-8561.086,14,4854.38,22,10471.09,11,8188.733,63,144935528.93,9733,-60054.415,9067, -55,91,Cs,4.9281,193,0,0,1-,,0.3220,13,S,0.322,0.0013,B-,100,0,B-N,14.2,0.5,,,,,,,,,9636.714,21063,4134.49,9,-2965.3,374,-7355.429,24,3327.27,10,11106.01,12,8155.436,20,145940621.87,3106,-55310.372,2893, -55,92,Cs,,,0,0,(3/2+),,0.230,1,S,0.23,0.001,B-,100,0,B-N,28.5,1.7,,,,,,,,,8343.965,21454,4955.70,22,-3715,200,-9560.064,200,4681.01,9,11254.09,26,8131.8,57,146944261.515,9000,-51920.064,8383, -55,93,Cs,,,0,0,,,146,6,MS,0.146,0.006,B-,100,0,B-N,25.1,2.5,,,,,,,,,10682.793,64413,5281.77,24,-4056,401,-8310.942,300,3062.19,16,11840,201,8097.546,88,147949639.029,14000,-46910.942,13041, -55,94,Cs,,,0,0,,GT,50,,MS,0.05,5e21,B-N,,0,B-,,0,,,,,,,,,9870,593,6272,405,-4736,642,,,4411,400,11939,500,8073,3,148953569,429,-43250,400, -55,95,Cs,,,0,0,,GT,50,,MS,0.05,5e21,B-,100,0,B-N,,0,,,,,,,,,11730,500,6879,593,,,,,2991,565,,,8039,3,149959023,429,-38170,400, -55,96,Cs,,,0,0,,GT,50,,MS,0.05,5e21,B-N,,0,B-,,0,,,,,,,,,10710,640,7599,583,,,,,4131,640,,,8013,3,150963253,537,-34230,500, -56,58,Ba,,,0,0,0+,,0.43,+30-15,S,0.43,0.23,EC+B+,99.1,0.3,ECP,20,10,A,0.9,0.3,,,,,,,,,,3592.28,19,8776.835,125,14193,315,1429.87,103,8089.686,901,113950718.495,110227,-45905.426,102676, -56,59,Ba,,,0,0,(5/2+),,0.45,5,S,0.45,0.05,EC+B+,100,0,B+P,15,0,,,,,,,,,,,,,2951,218,10679.0,225,11186,225,1627,213,8117,2,114947375,215,-49020,200, -56,60,Ba,,,0,0,0+,,1.3,2,S,1.3,0.2,EC+B+,100,0,B+P,3,1,,,,,,,,,-13935,371,,,3021,200,7463.0,224,13631,283,2169,225,8164,2,115941406,215,-54580,200, -56,61,Ba,,,0,0,(3/2),,1.75,7,S,1.75,0.07,EC+B+,100,0,B+A,0,0,B+P,0,0,,,,,,-10987,321,-24884,400,2320.95,250,9035.339,258,10949,321,2704,270,8187.953,2140,116938316.561,268750,-57457.753,250340, -56,62,Ba,,,0,0,0+,,5.5,2,S,5.5,0.2,EC+B+,100,0,ECP,,0,,,,,,,,,-12794,358,-23955,280,2307,196,6055.367,196,12968,318,3150,205,8228,2,117933060,210,-62354,196, -56,63,Ba,,,0,0,(5/2+),,5.4,3,S,5.4,0.3,EC+B+,100,0,ECP,25,0,,,,,,,,,-9801,361,-23101,361,1641.75,201,7714.965,201,10307,280,3469.69,201,8245.928,1683,118930659.686,214997,-64590.086,200269, -56,64,Ba,4.8092,57,0,0,0+,,24,2,S,24,2,EC+B+,100,0,,,,,,,,,,,,-11319,424,-22170,424,1733.17,300,5000.0,300,12369.87,361,3872.56,300,8280.294,2501,119926045,322241,-68888.639,300166, -56,65,Ba,4.8176,52,0,0,5/2(+),,29.7,15,S,29.7,1.5,EC+B+,100,0,,,,,,,,0.66,,1.79,,-8555,332,-21246,332,1015.58,142,6357.494,143,9927.52,332,4145.17,142,8293.907,1173,120924052.289,152333,-70744.837,141898, -56,66,Ba,4.8153,54,0,0,0+,,1.95,15,M,117,9,EC+B+,100,0,,,,,,,,,,,,-10066,299,-20490,301,1045.2,30,3535.815,44,11935.42,145,4795.58,31,8323.756,229,121919904,30000,-74608.944,27945, -56,67,Ba,4.8135,55,0,0,5/2(+),,2.7,4,M,162,24,EC+B+,100,0,,,,,,,,-0.68,,1.49,,-7004,196,-19183,298,714.54,16,5388.693,17,9117.33,30,4799.16,36,8330.208,98,122918781.062,13000,-75654.953,12109, -56,68,Ba,4.8185,52,0,0,0+,,11.0,5,M,660,30,EC+B+,100,0,,,,,,,,,,,,-8831.165,58030,-18510,196,657.73,17,2641.559,15,11506.14,17,5335.10,17,8355.82,101,123915093.629,13416,-79089.775,12497, -56,69,Ba,4.8177,52,0,0,1/2(+),,3.3,3,M,198,18,EC+B+,100,0,,,,,,,,0.177,,,,-5909.481,27631,-17481.67,58,387.1,15,4418.985,13,8650.51,17,5226.60,14,8358.178,88,124914471.843,11800,-79668.965,10992, -56,70,Ba,4.8221,50,0,0,0+,,100,2,M,6000,120,EC+B+,100,0,,,,,,,,,,,,-7696.435,91366,-16981.74,29,260.16,17,1680.927,16,11072.25,17,5870.92,15,8379.718,99,125911250.204,13416,-82669.902,12497, -56,71,Ba,4.8204,51,0,0,1/2+,,12.7,4,M,762,24,EC+B+,100,0,,,,,,,,0.089,,,,-4921.836,27740,-15915.79,91,5.84,15,3422.21,13,8219.36,17,5756.09,15,8378.455,89,126911091.275,12192,-82817.944,11357, -56,72,Ba,4.8255,47,0,0,0+,,2.43,5,D,209952,4320,EC,100,0,,,,,,,,,,,,-6753.066,54695,-15553.71,27,-141.99,6,553.084,8,10631.87,12,6427.31,8,8396.06,41,127908342.408,5577,-85378.497,5195, -56,73,Ba,4.8248,49,0,0,1/2+,,2.23,11,H,8028,396,EC+B+,100,0,,,,,,,,-0.398,,,,-3738.625,21639,-14509.08,55,-294.73,11,2436.048,12,7756.02,11,6420.59,12,8391.098,82,128908680.896,11354,-85063.198,10577, -56,74,Ba,4.8283,47,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5634.178,26071,-14008.29,21,-539.5,4,-361.801,9,10269.66,11,7051.27,5,8405.549,20,129906320.874,2741,-87261.544,2553, -56,75,Ba,4.8276,47,0,0,1/2+,,11.50,6,D,993600,5184,EC+B+,100,0,,,,,,,,0.708113,,,,-2914.475,28063,-13127.68,26,-787.09,5,1375.055,6,7493.50,30,7072.96,9,8398.587,20,130906941.181,2757,-86683.731,2569, -56,76,Ba,4.8303,47,0,0,0+,GT,3.0E+21,,Y,9.46728e28,1.577406636e32,2B+,,0,,,,,,,,,,,,-4711.367,36354,-12737.08,28,-999.63,150,-1282.336,1478,9822.60,270,7665.20,5,8409.375,8,131905061.098,1131,-88435.017,1054, -56,77,Ba,4.8286,47,0,0,1/2+,,10.551,11,Y,332964237.6,347133.6,EC,100,0,,,,,,,,0.771674,,,,-2059.23,27962,-11901.28,36,-1282.47,99,517.318,992,7189.91,36,7689.90,143,8400.206,7,132906007.325,1065,-87553.613,992, -56,78,Ba,4.8322,47,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3731.204,19932,-11526.79,28,-1494.31,30,-2058.699,304,9467.56,104,8167.89,30,8408.171,2,133904508.399,326,-88949.853,304, -56,79,Ba,4.8294,47,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.837943,,0.16,,-1207.181,9430,-10703.17,20,-1861.86,31,-268.855,1038,6971.96,10,8248.31,31,8397.533,2,134905688.606,328,-87850.498,306, -56,80,Ba,4.8334,46,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2849.443,53172,-10314.92,9,-2032.88,31,-2548.224,1907,9107.74,4,8594.25,104,8402.755,2,135904575.959,328,-88886.921,306, -56,81,Ba,4.8314,47,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.935814,,0.245,,-580.547,1632,-9755.07,53,-2502.58,242,-1175.629,476,6905.63,7,8671.51,186,8391.827,2,136905827.375,337,-87721.235,314, -56,82,Ba,4.8378,46,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1742.458,3191,-9192.27,163,-2560.73,32,-5374.701,9,8611.72,4,9005.00,18,8393.42,2,137905247.229,339,-88261.638,317, -56,83,Ba,4.8513,49,0,0,7/2-,,83.06,28,M,4983.6,16.8,B-,100,0,,,,,,,,-0.973,,-0.573,,2312.461,2013,-6465.89,3,-925.52,4,-4212.83,3,4723.43,4,9315.78,9,8367.017,2,138908841.334,342,-84913.751,319, -56,84,Ba,4.8684,59,0,0,0+,,12.7527,23,D,1101833.28,198.72,B-,100,0,,,,,,,,,,,,1046.517,7993,-4114.46,8,734.89,8,-6219.249,11,6426.92,8,9857.40,9,8353.16,57,139910606.666,8516,-83269.354,7933, -56,85,Ba,4.8807,69,0,0,3/2-,,18.27,7,M,1096.2,4.2,B-,100,0,,,,,,,,-0.337,,0.454,,3199.01,6600,-3488.07,6,225.86,5,-5255.103,11,4534.59,9,9971.49,10,8326.078,38,140914403.5,5710,-79732.626,5319, -56,86,Ba,4.8953,83,0,0,0+,,10.6,2,M,636,12,B-,100,0,,,,,,,,,,,,2181.963,8391,-2981.95,7,-294.95,7,-7327.714,9,6180.95,8,10653.71,11,8310.971,42,141916432.888,6355,-77842.264,5920, -56,87,Ba,4.9087,95,0,0,5/2-,,14.5,3,S,14.5,0.3,B-,100,0,,,,,,,,0.443,,-0.88,,4234.318,9969,-1984.29,9,-717.54,7,-6261.688,10,4166.25,9,10711.62,10,8281.987,47,142920625.15,7253,-73937.197,6756, -56,88,Ba,4.9236,112,0,0,0+,,11.5,2,S,11.5,0.2,B-,100,0,,,,,,,,,,,,3082.53,14774,-1666.92,10,-1205.59,8,-8495.768,21,5901.24,10,11380.58,10,8265.454,50,143922954.821,7661,-71767.121,7136, -56,89,Ba,4.9345,123,0,0,5/2-,,4.31,16,S,4.31,0.16,B-,100,0,,,,,,,,-0.285,,1.224,,5319.141,14912,-737.84,15,-1743.79,9,-7461.761,12,3820.37,11,11533.79,22,8234.798,58,144927518.4,9100,-67516.176,8477, -56,90,Ba,4.9479,138,0,0,0+,,2.21,6,S,2.21,0.06,B-,100,0,,,,,,,,,,,,4103.197,33503,-183.09,24,-2142.36,21,-9636.714,21,5502.23,23,12181.64,23,8216.082,143,145930276.431,22397,-64947.086,20863, -56,91,Ba,,,0,0,(3/2-),,0.894,10,S,0.894,0.01,B-,100,0,B-N,0.06,0.05,,,,,,,,,6414.361,22466,714.94,39,-2486.07,20,-8343.965,21,3388.26,29,12242.63,20,8183.24,134,146935303.9,21200,-60264.029,19748, -56,92,Ba,4.9731,167,0,0,0+,,0.612,17,S,0.612,0.017,B-,100,0,B-N,0.4,0.3,,,,,,,,,5115,60000,1013.34,64,-3146.36,63,-10682.793,64,5401.02,66,12962.64,64,8164.441,426,147938170.578,67718,-57593.735,63079, -56,93,Ba,,,0,0,,,0.344,7,S,0.344,0.007,B-,100,0,B-N,0.43,0.12,,,,,,,,,7099.605,481431,1517.11,438,-4051.9,438,-9870.309,593,3597.89,442,13498.34,438,8133.793,2938,148942973,470000,-53120.309,437802, -56,94,Ba,,,0,0,0+,,0.3,,S,0.3,0,B-,100,0,B-N,,0,,,,,,,,,6230,529,2248,361,-4370,301,-11730.0,500,4851,531,13939,500,8112,2,149946430,322,-49900,300, -56,95,Ba,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,8370,591,3119,591,-5005,447,-10710.0,640,3111,500,14059,565,8079,3,150951755,429,-44940,400, -56,96,BA,,,0,0,0+,GT,406,,NS,0.000000406,5e15,B-,100,0,B-N,,0,,,,,,,,,7580,500,3529,591,-5535,500,-12780.0,640,4842,565,14770,640,8057,3,151955222,429,-41710,400, -57,60,La,,,0,0,(3/2+ 3/2-),,23.5,26,MS,0.0235,0.0026,P,93.9,0.7,EC+B+,6.1,0.7,,,,,,,,,,,,,2869,200,10986.753,320,13897,371,-820.10,3,8087,2,116950111,215,-46471,200, -57,63,La,,,0,0,,,2.8,2,S,2.8,0.2,EC+B+,100,0,ECP,0,0,,,,,,,,,-7970,583,-21701,583,2048,316,11318.639,424,10852,424,269,361,8179,2,119938196,322,-57570,300, -57,64,La,,,0,0,,,5.3,2,S,5.3,0.2,EC+B+,100,0,,,,,,,,,,,,-9500,500,-20661,583,1878,306,8554.837,332,12692,424,591,424,8217,2,120933236,322,-62190,300, -57,65,La,,,0,0,,,8.6,5,S,8.6,0.5,EC+B+,100,0,ECP,,0,,,,,,,,,-6669,499,-19925,499,1441,298,10065.944,299,10424,423,1087,330,8235,2,121930710,320,-64543,298, -57,66,La,,,0,0,,,17,3,S,17,3,EC+B+,100,0,,,,,,,,,,,,-8365,357,-18849,446,1229,196,7003.953,196,12179,357,1331,198,8267,2,122926300,210,-68651,196, -57,67,La,,,0,0,,,21,4,S,21,4,EC+B+,100,0,,,,,,,,,,,,-5343,303,-18044,303,1205.11,58,8831.165,58,9679,204,1892.63,58,8278.292,457,123924574.275,60836,-70258.610,56669, -57,68,La,,,0,0,(3/2+),,64.8,12,S,64.8,1.2,EC+B+,100,0,,,,,,,,,,,,-7102,197,-16915,299,917.93,30,5909.481,28,11572.19,62,1958.68,29,8304.643,208,124920815.932,27909,-73759.484,25997, -57,69,La,,,0,0,(5+),,54,2,S,54,2,EC+B+,0,0,,,,,,,,,,,,-4152.91,94723,-16387,216,746.38,97,7696.434,91,9285.30,94,2593.47,91,8312.426,718,125919512.667,97163,-74973.468,90508, -57,70,La,,,0,0,(11/2-),,5.1,1,M,306,6,EC+B+,100,0,,,,,,,,,,,,-5916.772,38857,-15146.87,38,722.62,29,4921.836,28,10993.96,94,2515.18,29,8333.54,205,126916375.084,27912,-77896.108,26000, -57,71,La,,,0,0,(5+),,5.18,14,M,310.8,8.4,EC,100,,,,,,,,,,,,,-3091.513,61200,-14717.41,62,680.99,55,6753.066,55,8800.64,60,3096.46,56,8337.19,425,127915592.123,58452,-78625.431,54448, -57,72,La,,,0,0,(3/2+),,11.6,2,M,696,12,EC+B+,100,0,,,,,,,,,,,,-5037.077,35168,-13861.97,35,338.46,23,3738.625,24,10770.46,58,3235.05,22,8356.052,166,128912694.475,22920,-81324.573,21351, -57,73,La,,,0,0,3(+),,8.7,1,M,522,6,EC+B+,100,0,,,,,,,,,,,,-2204.461,38133,-13411.19,38,298.55,28,5634.178,26,8374.11,34,3853.14,28,8356.191,200,129912369.413,27854,-81627.366,25946, -57,74,La,,,0,0,3/2+,,59,2,M,3540,120,EC+B+,100,0,,,,,,,,,,,,-4060.816,43092,-12417.67,40,45.98,29,2914.475,28,10213.21,38,3796.68,28,8370.367,213,130910070,30000,-83769.256,27945, -57,75,La,,,0,0,2-,,4.8,2,H,17280,720,EC+B+,100,0,,,,,,,,,,,,-1252.754,41718,-12086.53,49,-216.98,37,4711.367,36,8025.71,46,4328.89,36,8367.756,275,131910118.959,39032,-83723.650,36359, -57,76,La,,,0,0,5/2+,,3.912,8,H,14083.2,28.8,EC+B+,100,0,,,,,,,,,,,,-3076.168,32378,-11094.80,35,-420.05,28,2059.23,28,9842.05,46,4348.34,28,8378.841,210,132908218,30000,-85494.383,27945, -57,77,La,,,0,0,1+,,6.45,16,M,387,9.6,EC+B+,100,0,,,,,,,,,,,,-385.76,28510,-10871.75,26,-743.82,22,3731.203,20,7795.58,34,4954.01,20,8374.488,149,133908514.011,21395,-85218.650,19930, -57,78,La,4.8488,60,0,0,5/2+,,19.5,2,H,70200,720,EC+B+,100,0,,,,,,,,3.7,,-0.4,,-2027.146,4610,-9881.74,22,-1009.45,11,1207.181,9,9495.98,22,4982.43,9,8382.795,70,134906984.568,10127,-86643.317,9434, -57,79,La,,,0,0,1+,,9.87,3,M,592.2,1.8,EC+B+,100,0,,,,,,,,,,,,470.893,53173,-9492.63,54,-1309.71,53,2849.442,53,7465.48,54,5475.95,53,8376.05,391,135907634.962,57081,-86037.479,53171, -57,80,La,4.8496,53,0,0,7/2+,,6E+4,2,Y,1893456000000,631152000000,EC,100,0,,,,,,,,2.7,,0.21,,-1222.1,1600,-8703.63,161,-1494.67,166,580.547,1688,9174.53,53,5542.74,163,8381.879,12,136906450.618,1780,-87140.688,1659, -57,81,La,4.8473,51,0,0,5+,,1.02E+11,1,Y,3.2188752e18,3.15576e16,EC+B+,65.6,0.5,B-,34.4,0.5,,,,,3.73646,,0.45,,1051.742,4038,-8671.91,3,-2052.94,3,1742.458,3,7449.81,4,6086.92,3,8375.125,23,137907117.834,3422,-86519.180,3188, -57,82,La,4.8550,49,0,0,7/2+,,STABLE,,,,,,,,,,,,,,,2.7830455,,0.2,,-278.35,6953,-7726.61,5,-2069.49,224,-2312.461,2033,8778.35,252,6253.54,200,8378.025,14,138906358.804,2156,-87226.212,2009, -57,83,La,,,0,0,3-,,1.67855,12,D,145026.72,10.368,B-,100,0,,,,,,,,0.73,,0.094,,3760.218,1727,-5439.33,7,-402.09,274,-1046.517,8,5160.98,4,6691.09,200,8355.047,14,139909483.184,2156,-84315.871,2009, -57,84,La,,,0,0,(7/2+),,3.92,3,H,14112,108,B-,100,0,,,,,,,,,,,,2501.28,3928,-2926.86,4,1189.06,4,-3199.01,7,6687.08,4,6951.25,9,8343.217,30,140910969.222,4528,-82931.636,4219, -57,85,La,,,0,0,2-,,91.1,5,M,5466,30,B-,100,0,,,,,,,,,,,,4508.961,5845,-2662.63,6,437.79,11,-2181.963,9,5163.91,7,7580.57,8,8320.828,44,141914090.454,6773,-80024.227,6309, -57,86,La,,,0,0,(7/2)+,,14.2,1,M,852,6,B-,100,0,,,,,,,,,,,,3435.156,7595,-1709.64,8,104.49,8,-4234.318,10,6218.61,10,7618.22,9,8306.127,51,142916079.422,7869,-78171.515,7330, -57,87,La,,,0,0,(3-),,40.8,4,S,40.8,0.4,B-,100,0,,,,,,,,,,,,5582.219,13254,-1314.30,13,-224.46,15,-3082.531,15,4749.45,15,8201.43,15,8281.428,90,143919645.589,13888,-74849.652,12937, -57,88,La,,,0,0,(5/2+),,24.8,20,S,24.8,2,B-,100,0,,,,,,,,,,,,4231.705,35300,-474.76,13,-782.71,15,-5319.141,15,6056.98,18,8357.17,14,8266.087,85,144921808.066,13170,-72835.317,12269, -57,89,La,,,0,0,(2-),,6.1,3,S,6.1,0.3,B-,100,0,B-N,0.007,0,,,,,,,,,6585.107,34456,-54.58,48,-960.65,34,-4103.197,40,4286.28,36,8823.08,35,8238.828,230,145925871.468,36088,-69050.283,33616, -57,90,La,,,0,0,(3/2+),,4.06,4,S,4.06,0.04,B-,100,0,B-N,0.041,0.004,,,,,,,,,5335.501,13725,885.68,20,-1427.8,13,-6414.361,22,5699.42,35,9020.27,23,8221.553,73,146928417.8,11500,-66678.390,10712, -57,91,La,,,0,0,(2-),,1.26,8,S,1.26,0.08,B-,100,0,B-N,0.15,0.03,,,,,,,,,7689.672,22457,1233.84,21,-1862.3,28,-5115.0,66,4101.66,22,9733.68,28,8193.716,132,147932679.4,20900,-62708.735,19468, -57,92,La,,,0,0,(3/2-),,1.05,3,S,1.05,0.03,B-,100,0,B-N,1.43,0.28,,,,,,,,,6450,200000,2107.18,201,-2590.41,200,-7099.604,481,5582.50,201,9915.15,210,8176.191,1344,148935351.26,214990,-60219.913,200262, -57,93,La,,,0,0,(3+),,0.59,11,S,0.59,0.11,B-,100,0,B-N,2.7,0.3,,,,,,,,,8716.888,435631,2468.63,436,-3244.51,435,-6229.966,529,3981.37,479,10298.63,618,8148.225,2903,149939742,467500,-56129.966,435473, -57,94,La,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,7914.718,435833,3465.20,436,-3815.18,436,-8370.333,591,5251.68,616,10699,529,8129.043,2884,150942769,467500,-53310.333,435473, -57,95,La,,,0,0,,GT,150,,NS,0.00000015,5e15,B-,100,0,,,,,,,,,,,,9690,361,3864,300,-4804,300,-7580.0,500,4051,529,11639,500,8102,2,151947085,322,-49290,300, -57,96,La,,,0,0,,GT,100,,NS,0.0000001,5e15,,,,,,,,,,,,,,,8850,361,4849,361,-5234,500,-13240.0,583,4841,424,11638,500,8081,2,152950553,322,-46060,300, -58,63,Ce,,,0,0,(5/2),,1.1,1,S,1.1,0.1,EC+B+,100,0,ECP,1,0,,,,,,,,,-11268,641,,,2343,472,9500.0,501,11161,641,2409,500,8132,3,120943435,430,-52690,401, -58,64,Ce,,,0,0,0+,,,,,,,ECP,,0,EC+B+,,0,,,,,,,,,-13094,641,-24523,641,2056,446,6669.0,500,13255,566,2972,500,8174,3,121937870,430,-57874,401, -58,65,Ce,,,0,0,(5/2),,3.8,2,S,3.8,0.2,EC+B+,100,0,ECP,0,0,,,,,,,,,-10056,499,-23578,582,1879,359,8365.0,357,10484,499,3032,422,8193,2,122935280,320,-60286,298, -58,66,Ce,,,0,0,0+,,6,2,S,6,2,EC+B+,100,0,,,,,,,,,,,,-11765,499,-22757,499,1548,423,5342.61,303,12701,422,3554,357,8229,2,123930310,320,-64916,298, -58,67,Ce,,,0,0,(7/2-),,9.7,3,S,9.7,0.3,EC+B+,100,0,B+P,,0,,,,,,,,,-8718,358,-21578,446,1662,242,7101.484,198,9813,357,3688,204,8242,2,124928440,210,-66658,196, -58,68,Ce,,,0,0,0+,,51.0,3,S,51,0.3,EC+B+,100,0,,,,,,,,,,,,-10497,198,-20952,301,1363.47,40,4152.91,95,12234,198,4350.04,38,8273.257,222,125923971,30000,-70820.558,27945, -58,69,Ce,,,0,0,(1/2+),,34,2,S,34,2,EC+B+,100,0,,,,,,,,,,,,-7436,198,-19727,198,1250.7,31,5916.772,39,9230.10,40,4294.84,95,8280.791,227,126922727,31000,-71979.336,28876, -58,70,Ce,,,0,0,0+,,3.93,2,M,235.8,1.2,EC+B+,100,0,,,,,,,,,,,,-9203.161,40859,-19062,198,1130.94,31,3091.514,61,11625.90,40,4926.78,38,8306.925,218,127918911,30000,-75533.917,27945, -58,71,Ce,,,0,0,(5/2+),,3.5,3,M,210,18,EC+B+,100,0,,,,,,,,,,,,-6513.938,40859,-18028.06,41,956.55,30,5037.077,35,8824.90,40,4951.04,61,8310.94,217,128918102,30000,-76287.496,27945, -58,72,Ce,,,0,0,0+,,22.9,5,M,1374,30,EC+B+,100,0,,,,,,,,,,,,-8247.448,70085,-17720.66,41,822.08,31,2204.461,38,11206.73,40,5387.30,35,8333.216,215,129914736,30000,-79422.905,27945, -58,73,Ce,,,0,0,7/2+,,10.3,3,M,618,18,EC+B+,100,0,B+,11,3,,,,,,,,,-5407.784,55446,-16604.30,72,684.59,35,4060.816,43,8356.85,43,5370.04,42,8333.396,250,130914429.465,35214,-79708.440,32802, -58,74,Ce,,,0,0,0+,,3.51,11,H,12636,396,EC+B+,100,0,,,,,,,,,,,,-7243.44,35380,-16241.56,51,482.69,21,1252.754,42,10833.77,39,5990.61,35,8352.338,155,131911463.846,21945,-82470.896,20442, -58,75,Ce,,,0,0,1/2+,,97,4,M,5820,240,EC+B+,100,0,,,,,,,,,,,,-4480.634,20583,-15262.08,33,220.07,19,3076.169,32,8018.64,26,5983.54,40,8349.829,123,132911520.402,17557,-82418.214,16354, -58,76,Ce,,,0,0,0+,,3.16,4,D,273024,3456,EC,100,0,,,,,,,,,,,,-6304.898,28781,-14966.63,24,3.74,21,385.761,29,10485.99,26,6627.48,35,8365.771,152,133908928.142,21886,-84832.889,20387, -58,77,Ce,,,0,0,1/2(+),,17.7,3,H,63720,1080,EC+B+,100,0,,,,,,,,,,,,-3680.31,15655,-14159.50,23,-357.36,11,2027.146,14,7854.60,23,6686.49,22,8361.984,76,134909160.799,11022,-84616.171,10267, -58,78,Ce,4.8739,18,0,0,0+,GT,0.7E+14,,Y,2.209032e21,1.5778799999889548e32,2EC,,0,,,,,,,,,,,,-5168.017,11457,-13643.83,12,-498.27,112,-470.893,53,9963.52,10,7154.03,9,8373.76,3,135907129.438,438,-86508.372,408, -58,79,Ce,,,0,0,3/2+,,9.0,3,H,32400,1080,EC+B+,100,0,,,,,,,,0.96,,,,-2716.895,8132,-12649.55,11,-789.89,108,1222.1,17,7481.53,16,7170.08,53,8367.248,3,136907762.596,469,-85918.588,437, -58,80,Ce,4.8737,18,0,0,0+,GE,0.9E+14,,Y,2.840184e21,1.577879999985799e32,,,,,,,,,,,,,,,-4437,10000,-12440.55,10,-1045.98,5,-1051.742,6,9723.65,5,7719.20,5,8377.077,36,137905988.743,5293,-87570.922,4931, -58,81,Ce,,,0,0,3/2+,,137.641,20,D,11892182.4,1728,EC+B+,100,0,,,,,,,,1.06,,,,-2129.064,2996,-11885.26,13,-1522.28,7,278.35,8,7448.26,8,7717.65,7,8370.395,52,138906657.625,7761,-86947.862,7230, -58,82,Ce,4.8771,18,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3388,6000,-11328.61,8,-1614.08,161,-3760.218,2566,9199.54,7,8138.85,173,8376.317,11,139905446.424,1713,-88076.089,1596, -58,83,Ce,,,0,0,7/2-,,32.511,13,D,2808950.4,1123.2,B-,100,0,,,,,,,,1.09,,,,582.728,1202,-8816.14,6,-136.6,162,-2501.28,5,5428.14,10,8406.02,173,8355.408,11,140908283.987,1714,-85432.916,1597, -58,84,Ce,4.9063,20,0,0,0+,GT,5E+16,,Y,1.57788e24,1.5778799921106e32,,,,,,,,,,,,,,,-745.712,2500,-6588.86,250,1303.53,252,-4508.961,7,7171.59,252,8890.52,5,8347.071,18,141909249.884,2693,-84533.188,2509, -58,85,Ce,,,0,0,3/2-,,33.039,6,H,118940.4,21.6,B-,100,0,,,,,,,,0.43,,,,1461.575,1866,-5890.51,250,882.16,252,-3435.156,8,5144.80,9,8871.41,6,8324.678,18,142912391.63,2692,-81606.671,2508, -58,86,Ce,4.9303,23,0,0,0+,,284.91,5,D,24616224,4320,B-,100,0,,,,,,,,,,,,318.646,832,-5434.94,289,412.57,8,-5582.218,13,6896.52,3,9549.33,8,8314.76,20,143913652.83,3096,-80431.870,2885, -58,87,Ce,,,0,0,(5/2-),,3.01,6,M,180.6,3.6,B-,100,0,,,,,,,,,,,,2558.918,33635,-4387.82,34,240.69,34,-4231.705,36,4706.47,34,9506.34,36,8289.875,234,144917265.144,36395,-77067.022,33902, -58,88,Ce,4.9590,28,0,0,0+,,13.49,16,M,809.4,9.6,B-,100,0,,,,,,,,,,,,1045.616,32519,-4080.77,18,-218.04,17,-6585.106,37,6639.68,38,10089.04,20,8278.573,112,145918802.065,17504,-75635.389,16306, -58,89,Ce,,,0,0,(5/2-),,56.4,10,S,56.4,1,B-,100,0,,,,,,,,,,,,3430.176,15533,-3404.20,36,-501.61,11,-5335.501,14,4449.82,18,10252.58,35,8252.527,58,146922689.903,9211,-72013.891,8580, -58,90,Ce,4.9893,35,0,0,0+,,56.8,3,S,56.8,0.3,B-,100,0,,,,,,,,,,,,2137.016,12567,-3025.66,19,-1056.2,13,-7689.673,22,6455.83,14,11008.99,15,8240.387,76,147924424.196,12018,-70398.408,11195, -58,91,Ce,,,0,0,(3/2-),,5.3,2,S,5.3,0.2,B-,100,0,,,,,,,,,,,,4369.452,14230,-2205.81,18,-1578.65,13,-6450.0,201,4342.82,15,11250.15,22,8214.229,69,148928426.9,11000,-66669.913,10246, -58,92,Ce,,,0,0,0+,,4.0,6,S,4,0.6,B-,100,0,,,,,,,,,,,,3453.625,14291,-1878.81,15,-2324.68,24,-8716.888,436,6248.26,16,11915.91,201,8201.122,78,149930384.035,12556,-64846.854,11697, -58,93,Ce,,,0,0,(5/2+),,1.76,6,S,1.76,0.06,B-,100,0,,,,,,,,,,,,5554.578,21189,-995.89,20,-3385.94,27,-7914.719,436,4449.51,21,12384.06,436,8176.277,117,150934272.2,19000,-61225.052,17698, -58,94,Ce,,,0,0,0+,,1.4,2,S,1.4,0.2,B-,100,0,,,,,,,,,,,,4778,201,-272,201,-3812,210,-9690.0,361,5827,201,12959,479,8161,1,151936682,215,-58980,200, -58,95,Ce,,,0,0,,GT,100,,NS,0.0000001,5e15,,,,,,,,,,,,,,,6659,201,777,201,-4214,481,-8850.0,361,4001,283,12909,361,8134,1,152941052,215,-54910,200, -58,96,Ce,,,0,0,,GT,100,,NS,0.0000001,5e15,B-,100,0,,,,,,,,,,,,5885,230,1278,201,-4744,361,-10690.0,361,5381,283,13449,361,8116,1,153943940,215,-52220,200, -58,97,Ce,,,0,0,,GT,300,,NS,0.0000003,5e15,,,,,,,,,,,,,,,7635,300,2254,321,-5265,500,-9850.0,500,3632,361,13539,424,8087,2,154948706,322,-47780,300, -59,62,Pr,,,0,0,(3/2),,10,+6-3,MS,0.01,0.005,P,100,0,,,,,,,,,,,,,,,,2624,539,11268.0,641,,,-889.60,10,8032,4,120955532,537,-41422,500, -59,65,Pr,,,0,0,,,1.2,2,S,1.2,0.2,EC+B+,100,0,ECP,0,0,,,,,,,,,-8626,643,,,1994,500,11765.0,500,10992,566,154,499,8128,3,123942940,430,-53151,401, -59,66,Pr,,,0,0,,,3.3,7,S,3.3,0.7,EC+B+,100,0,B+P,,0,,,,,,,,,-10341,500,-21486,586,1825,424,8718.0,358,12860,500,313,423,8166,2,124937799,322,-57940,300, -59,67,Pr,,,0,0,GE 4,,3.14,22,S,3.14,0.22,EC+B+,100,0,ECP,,0,,,,,,,,,-7331,357,-20796,446,1795,357,10496.558,198,10455,358,955,277,8184,2,125935240,210,-60324,196, -59,68,Pr,,,0,0,,,4.2,3,S,4.2,0.3,EC+B+,100,0,,,,,,,,,,,,-9008,357,-19622,357,1683,277,7436.336,198,12291,277,1012,198,8216,2,126930710,210,-64543,196, -59,69,Pr,,,0,0,4 5 6,,2.84,9,S,2.84,0.09,EC+B+,100,0,,,,,,,,,,,,-6017,198,-18866,300,1502.94,64,9203.16,41,9859,198,1640.39,42,8228.913,233,127928791,32000,-66330.757,29808, -59,70,Pr,,,0,0,(3/2+),,30,4,S,30,4,EC+B+,100,0,,,,,,,,,,,,-7459,204,-17531,198,1561.01,40,6513.938,41,11514.12,42,1528.61,41,8254.38,231,128925095,32000,-69773.558,29808, -59,71,Pr,,,0,0,(5+),,40.0,4,S,40,0.4,EC+B+,100,0,,,,,,,,,,,,-4579.225,70085,-16932,212,1373.1,111,8247.448,70,9473.22,71,2176.93,70,8263.756,494,129923590,69000,-71175.457,64272, -59,72,Pr,,,0,0,(3/2+),,1.51,2,M,90.6,1.2,EC+B+,100,0,,,,,,,,,,,,-6532.623,53081,-15775.74,55,1170.54,54,5407.784,57,11196.52,80,2166.72,55,8286.143,359,130920234.96,50451,-74300.656,46995, -59,73,Pr,,,0,0,(2)+,,1.6,3,M,96,18,EC+B+,100,0,,,,,,,,,,,,-3801.648,37679,-15530.74,40,973.06,62,7243.44,35,8998.12,55,2807.99,44,8291.537,219,131919240,31000,-75227.456,28876, -59,74,Pr,,,0,0,(3/2+),,6.5,3,M,390,18,EC+B+,100,0,,,,,,,,,,,,-5605.208,48222,-14583.09,27,962.08,25,4480.633,21,10781.44,31,2755.66,24,8310.258,94,132916330.561,13416,-77937.581,12497, -59,75,Pr,,,0,0,2-,,17,2,M,1020,120,EC+B+,100,0,,,,,,,,,,,,-2881.559,23503,-14266.94,51,674.46,33,6304.898,29,8661.73,24,3398.75,26,8312.881,152,133915696.729,21810,-78527.991,20316, -59,76,Pr,,,0,0,3/2(+),,24,1,M,1440,60,EC+B+,100,0,,,,,,,,,,,,-4722.252,22484,-13360.75,17,408.48,30,3680.31,16,10479.19,24,3391.94,24,8328.928,88,134913111.774,12686,-80935.861,11817, -59,77,Pr,,,0,0,2+,,13.1,1,M,786,6,EC+B+,100,0,,,,,,,,,,,,-2141.068,16458,-13198.06,22,-41.62,38,5168.017,11,8475.81,16,4013.15,15,8330.008,84,135912677.532,12297,-81340.355,11455, -59,78,Pr,,,0,0,5/2+,,1.28,3,H,4608,108,EC+B+,100,0,,,,,,,,,,,,-3617.126,14282,-12073.72,14,-132.23,29,2716.895,8,9932.65,14,3982.29,8,8341.706,59,136910679.304,8735,-83201.693,8137, -59,79,Pr,,,0,0,1+,,1.45,5,M,87,3,EC+B+,100,0,,,,,,,,,,,,-1115.612,16090,-11620.67,16,-340.19,23,4437.0,12,8003.55,14,4504.30,11,8339.255,81,137910752.059,11969,-83133.922,11150, -59,80,Pr,,,0,0,5/2+,,4.41,4,H,15876,144,EC+B+,100,0,,,,,,,,,,,,-2804.856,28033,-10871.81,14,-600.4,12,2129.064,11,9756.19,13,4536.85,9,8349.449,56,138908943.27,8383,-84818.798,7809, -59,81,Pr,,,0,0,1+,,3.39,1,M,203.4,0.6,EC+B+,100,0,,,,,,,,,,,,-429.177,7101,-10745.46,28,-1075.53,54,3388.0,6,7940.61,10,5029.20,9,8346.529,44,139909083.592,6665,-84688.089,6209, -59,82,Pr,4.8919,50,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,4.2754,,-0.077,,-1823.014,2809,-9828.05,4,-1299.87,234,-582.728,2307,9398.87,6,5228.53,120,8353.992,12,140907658.403,1787,-86015.644,1665, -59,83,Pr,,,0,0,2-,,19.12,4,H,68832,144,B-,99.9836,0.0008,EC,0.0164,0.0008,,,,,0.234,,0.03,,2162.505,1416,-7666.16,281,306.79,3,745.712,3,5843.15,8,5643.53,120,8336.31,12,141910050.44,1786,-83787.476,1665, -59,84,Pr,,,0,0,7/2+,,13.57,2,D,1172448,1728,B-,100,0,,,,,,,,2.701,,0.77,,933.988,1368,-5189.58,137,1733.05,248,-1461.575,3,7352.09,192,5824.03,187,8329.428,13,142910822.564,2037,-83068.246,1897, -59,85,Pr,,,0,0,0-,,17.28,5,M,1036.8,3,B-,100,0,,,,,,,,,,,,2997.44,2400,-4819.60,240,1140.44,3,-318.647,4,5753.59,276,6432.82,3,8311.54,19,143913310.75,2965,-80750.517,2762, -59,86,Pr,,,0,0,7/2+,,5.984,10,H,21542.4,36,B-,100,0,,,,,,,,,,,,1806.012,7037,-3949.30,7,880.78,8,-2558.918,35,6946.74,7,6483.04,7,8302.127,49,144914518.033,7696,-79625.940,7169, -59,87,Pr,,,0,0,(2-),,24.09,10,M,1445.4,6,B-,100,0,,,,,,,,,,,,4244.861,34830,-3320.37,35,918.31,35,-1045.617,38,5126.38,36,6902.95,49,8280.376,238,145917679.549,37376,-76681.006,34816, -59,88,Pr,,,0,0,(5/2+),,13.4,3,M,804,18,B-,100,0,,,,,,,,,,,,2702.681,15860,-2589.52,16,302.53,17,-3430.176,18,6834.38,38,7097.65,23,8270.539,108,146919007.458,17023,-75444.067,15857, -59,89,Pr,,,0,0,1-,,2.29,2,M,137.4,1.2,B-,100,0,,,,,,,,,,,,4872.572,15090,-2459.99,15,-110.69,20,-2137.016,19,5162.67,22,7810.50,17,8249.54,102,147922130.015,16148,-72535.424,15043, -59,90,Pr,,,0,0,(5/2+),,2.26,7,M,135.6,4.2,B-,100,0,,,,,,,,,,,,3336.1,10101,-1702.69,10,-628.96,16,-4369.453,14,6575.26,18,7929.93,15,8238.303,66,148923736.1,10600,-71039.366,9874, -59,91,Pr,,,0,0,(1-),,6.19,16,S,6.19,0.16,B-,100,0,,,,,,,,,,,,5379.276,9085,-1996.33,9,-1675.11,35,-3453.625,15,5332.43,13,8919.54,14,8218.931,60,149926676.415,9678,-68300.479,9015, -59,92,Pr,,,0,0,(3/2-),,18.90,7,S,18.9,0.07,B-,100,0,,,,,,,,,,,,4163.358,11689,-1171.19,12,-2526.16,16,-5554.578,21,6550.47,15,9221.75,17,8207.881,77,150928309.114,12507,-66779.630,11651, -59,93,Pr,,,0,0,(4+),,3.57,18,S,3.57,0.18,B-,100,0,,,,,,,,,,,,6391.344,30710,-886.39,19,-3474.24,27,-4778.063,201,5049.75,22,9821.98,26,8187.104,122,151931552.9,19900,-63758.063,18537, -59,94,Pr,,,0,0,,,4.28,11,S,4.28,0.11,B-,100,0,,,,,,,,,,,,5761.834,12190,509.63,27,-3773.47,201,-6658.463,200,5881.72,22,9877,201,8172.036,78,152933903.532,12755,-61568.463,11882, -59,95,Pr,,,0,0,(3+),,2.3,1,S,2.3,0.1,B-,100,0,,,,,,,,,,,,7720,100000,1154.00,113,-4399.93,450,-5884.976,230,4607.83,114,10484,230,8148.892,734,153937621.738,121320,-58104.976,113009, -59,96,Pr,,,0,0,,GT,300,,NS,0.0000003,5e15,,,,,,,,,,,,,,,6868.456,19472,2338.39,55,-4529.85,436,-7635.268,300,5381.61,114,10485,201,8131.039,111,154940509.259,18462,-55415.268,17198, -60,65,Nd,,,0,0,(5/2),,0.65,15,S,0.65,0.15,EC+B+,100,0,ECP,0,0,,,,,,,,,,,,,2666,566,10341.0,501,11145,643,1737,566,8077,3,124948900,430,-47599,401, -60,66,Nd,,,0,0,0+,,,,,,,EC+B+,,0,ECP,,0,,,,,,,,,-13643,582,,,2456,499,7331.0,357,13465,499,2342,423,8119,2,125943110,320,-52993,298, -60,67,Nd,,,0,-1,,,1.8,4,S,1.8,0.4,EC+B+,100,0,ECP,,0,,,,,,,,,-10749,499,-24257,582,2326,422,9007.0,357,10614,422,2501,357,8139,2,126940380,320,-55536,298, -60,68,Nd,,,0,0,0+,,5,,S,5,0,EC+B+,100,0,ECP,,0,,,,,,,,,-12529,357,-23599,446,2177,357,6016.757,198,12850,357,3060,277,8176,2,127935250,210,-60314,196, -60,69,Nd,,,0,0,(5/2+),,6.7,4,S,6.7,0.4,EC+B+,100,0,ECP,0,0,,,,,,,,,-9434,360,-22601,360,1918,281,7458.558,204,10072,281,3273,204,8190,2,128933102,217,-62315,202, -60,70,Nd,,,0,0,0+,,13,3,S,13,3,EC+B+,100,0,,,,,,,,,,,,-11200,198,-21787,299,1799.41,40,4579.225,70,12353,204,4111.64,41,8222.513,215,129928506,30000,-66596.232,27945, -60,71,Nd,,,0,0,(5/2+),,25.4,9,S,25.4,0.9,EC+B+,100,0,ECP,0,0,,,,,,,,,-8108,202,-20443,198,1786.39,40,6532.623,54,9243.12,39,3881.55,70,8230.304,210,130927248.02,29541,-67768.033,27517, -60,72,Nd,4.9174,26,0,0,0+,,94,8,S,94,8,EC+B+,100,0,,,,,,,,,,,,-9798,151,-19837,202,1683.19,37,3801.649,38,11729.09,37,4414.12,53,8256.81,183,131923321.237,25985,-71425.807,24205, -60,73,Nd,,,0,0,(7/2+),,70,10,S,70,10,EC+B+,100,0,,,,,,,,,,,,-6924.726,68552,-18776,156,1530.21,54,5605.209,48,8977.88,52,4393.89,55,8262.231,350,132922348,50000,-72332.372,46575, -60,74,Nd,4.9128,26,0,0,0+,,8.5,15,M,510,90,EC+B+,100,0,,,,,,,,,,,,-8907.681,58949,-18310.10,52,1351.56,30,2881.559,24,11385.38,48,4997.82,17,8285.538,88,133918790.21,12686,-75646.432,11817, -60,75,Nd,4.9086,26,0,0,9/2(-),,12.4,6,M,744,36,EC+B+,100,0,,,,,,,,-0.78,,1.9,,-6161.534,77838,-17546.18,61,1069.91,38,4722.252,22,8638.49,22,4974.59,28,8288.153,142,134918181.32,20534,-76213.609,19128, -60,76,Nd,4.9111,26,0,0,0+,,50.65,33,M,3039,19.8,EC+B+,100,0,,,,,,,,,,,,-8029.371,70076,-17218.53,76,846.69,24,2141.068,16,11056.99,22,5552.40,17,8308.512,87,135914976.064,12686,-79199.287,11817, -60,77,Nd,4.9080,26,0,0,1/2+,,38.5,15,M,2310,90,EC+B+,100,0,,,,,,,,,,,,-5511.719,17545,-16485.97,70,408.73,20,3617.126,14,8456.60,17,5533.18,16,8309.593,86,136914562.448,12600,-79584.567,11737, -60,78,Nd,4.9123,26,0,0,0+,,5.04,9,H,18144,324,EC+B+,100,0,,,,,,,,,,,,-7077.827,28756,-16016.78,17,389.66,23,1115.612,16,10505.06,17,6105.59,14,8325.502,84,137911949.717,12454,-82018.310,11601, -60,79,Nd,4.9076,25,0,0,3/2+,,29.7,5,M,1782,30,EC+B+,100,0,,,,,,,,0.907,,0.28,,-4513.46,25927,-15144.78,39,177.31,29,2804.856,29,8066.95,30,6168.99,30,8323.642,199,138911954.407,29630,-82013.942,27600, -60,80,Nd,4.9101,26,0,0,0+,,3.37,2,D,291168,1728,EC,100,0,,,,,,,,,,,,-6045.2,24000,-14829.75,14,-175.46,3,429.177,7,10316.29,28,6729.08,9,8337.875,25,139909544.332,3700,-84258.912,3447, -60,81,Nd,4.9057,26,0,0,3/2+,,2.49,3,H,8964,108,EC+B+,100,0,,,,,,,,1.012,,0.32,,-3669.709,14349,-14050.24,24,-698.96,3,1823.014,4,8005.04,5,6793.51,7,8335.515,23,140909615.488,3505,-84192.630,3265, -60,82,Nd,4.9123,25,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4807.936,23629,-13498.38,14,-803.97,5,-2162.504,2155,9828.67,3,7223.31,142,8346.03,10,141907728.895,1468,-85949.980,1368, -60,83,Nd,4.9254,26,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,-1.065,,-0.61,,-1041.583,2682,-10931.51,24,520.71,7,-933.988,2338,6123.57,7,7503.73,142,8330.488,10,142909819.887,1467,-84002.234,1367, -60,84,Nd,4.9421,27,0,0,0+,,2.29E+15,16,Y,7.2266904e22,5.049216e21,A,100,0,,,,,,,,,,,,-2331.863,2646,-8858.62,268,1903.22,158,-2997.44,3,7817.04,5,7968.68,137,8326.922,9,143910092.865,1467,-83747.957,1367, -60,85,Nd,4.9535,28,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,-0.656,,-0.314,,-164.478,2536,-8087.18,266,1576.05,159,-1806.011,7,5755.31,23,7970.41,241,8309.187,10,144912579.199,1485,-81431.951,1384, -60,86,Nd,4.9696,30,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1471.558,4119,-7729.71,254,1182.41,221,-4244.861,35,7565.23,9,8588.90,7,8304.092,9,145913122.503,1488,-80925.867,1386, -60,87,Nd,,,0,0,5/2-,,10.98,1,D,948672,864,B-,100,0,,,,,,,,0.578,,0.9,,895.512,482,-6763.76,4,1035.01,222,-2702.681,16,5292.20,9,8754.71,35,8283.603,9,146916106.01,1490,-78146.748,1388, -60,88,Nd,4.9999,36,0,0,0+,,STABLE,,,,,2B-,,,2B-,,,,,,,,,,,-542.28,5874,-6437.05,171,598.96,3,-4872.572,15,7332.56,166,9252.90,16,8277.177,14,147916899.093,2283,-77407.996,2127, -60,89,Nd,,,0,0,5/2-,,1.728,1,H,6220.8,3.6,B-,100,0,,,,,,,,0.351,,1.3,,1688.79,2455,-5581.07,6,266.64,34,-3336.1,10,5038.79,7,9129.01,15,8255.442,14,148920154.648,2284,-74375.466,2128, -60,90,Nd,5.0400,44,0,0,0+,,0.91E19,7,Y,2.8717416e26,2.209032e25,2B-,100,0,,,,,,,,,,,,-82.616,20001,-5686.82,192,-469.28,16,-5379.276,9,7375.61,187,9929.36,10,8249.577,9,149920901.525,1384,-73679.755,1289, -60,91,Nd,,,0,0,3/2+,,12.44,7,M,746.4,4.2,B-,100,0,,,,,,,,,,,,2443.075,4473,-5417.17,20,-1354.01,9,-4163.358,12,5334.55,10,9931.48,9,8230.272,9,150923839.565,1387,-70942.988,1293, -60,92,Nd,,,0,0,0+,,11.4,2,M,684,12,B-,100,0,,,,,,,,,,,,1104.778,18501,-4834.66,25,-2175.92,27,-6391.344,31,7277.74,24,10658.75,27,8224.005,161,151924691.509,26285,-70149.407,24485, -60,93,Nd,,,0,0,(3/2)-,,31.6,10,S,31.6,1,B-,100,0,,,,,,,,,,,,3317.527,9355,-4147.43,26,-3085.3,11,-5761.834,12,5252.21,25,10861.20,19,8204.582,18,152927717.949,2948,-67330.297,2747, -60,94,Nd,,,0,0,0+,,25.9,2,S,25.9,0.2,B-,100,0,,,,,,,,,,,,2687,25000,-3248.47,53,-3403.04,54,-7720.0,125,6566.00,53,11545.48,54,8193.942,342,153929333.977,56513,-65824.976,52642, -60,95,Nd,,,0,0,,,8.9,2,S,8.9,0.2,B-,100,0,,,,,,,,,,,,4656.207,10278,-1843.06,47,-3483.59,20,-6868.456,19,4530.06,53,11467.72,113,8170.304,59,154933135.668,9826,-62283.724,9153, -60,96,Nd,,,0,0,0+,,5.26,20,S,5.26,0.2,B-,100,0,,,,,,,,,,,,3690,200000,-1605.03,200,-3918,283,-8905.644,283,6261.24,200,12347.35,201,8158.066,1282,155935078.868,214744,-60473.644,200033, -60,97,Nd,,,0,0,,GT,100,,MS,0.1,5e21,B-,,0,,,,,,,,,,,,5835.5,25877,-369.22,25,-3977,202,-7921.543,301,4059.22,202,12183,202,8131.959,159,156939386.037,26750,-56461.543,24918, -60,98,Nd,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5035,201,171,200,-4260,283,-9725.0,361,5664,202,12803,361,8116,1,157941970,215,-54055,200, -60,99,Nd,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,6747,300,1211,300,-4452,424,-8719.0,500,3824,361,12766,424,8089,2,158946530,322,-49807,300, -60,100,Nd,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,5868,361,1349,300,-4739,424,-10614.0,500,5398,424,13334,500,8073,2,159949400,322,-47134,300, -60,101,Nd,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,7648,499,2343,447,-5082,565,,,3526,500,13357,565,8044,2,160954280,429,-42588,400, -61,67,Pm,,,0,0,5 6 7,,1.0,3,S,1,0.3,EC,100,0,A,,0,ECP,,0,,,,,,-9116,582,,,2940,499,12528.0,357,11071,499,-461,422,8072,2,127948700,320,-47786,298, -61,68,PM,,,0,0,(5/2-),,2.4,9,S,2.4,0.9,EC+B+,100,0,P,,0,ECP,,0,,,,,,-10881,582,-22282,582,2634,423,9434.0,360,13167,422,-144,357,8111,2,128943230,320,-52881,298, -61,69,Pm,,,0,0,(4 5 6),,2.6,2,S,2.6,0.2,EC+B+,100,0,ECP,,0,,,,,,,,,-7890,446,-21467,537,2503,277,11200.232,198,10586,357,370,281,8130,2,129940530,210,-55396,196, -61,70,Pm,,,0,0,(11/2-),,6.3,8,S,6.3,0.8,EC+B+,100,0,,,,,,,,,,,,-9527,448,-20225,448,2458,280,8108.033,202,12336,280,353,202,8162,2,130935952,215,-59660,200, -61,71,Pm,,,0,0,(3+),,6.2,6,S,6.2,0.6,EC+B+,100,0,ECP,0.00005,0,,,,,,,,,-6548,333,-19566,427,2278,152,9797.807,151,10039,250,1149,152,8177,1,131933840,160,-61628,149, -61,72,Pm,,,0,0,(3/2+),,13.5,21,S,13.5,2.1,EC+B+,100,0,,,,,,,,,,,,-8177,302,-18400,302,1941,58,6924.726,69,11851,157,1270.81,56,8204.283,378,132929782,54000,-65407.646,50301, -61,73,Pm,,,0,0,(2+),AP,5,,S,5,0,EC+B+,100,0,,,,,,,,,,,,-5363,204,-17579,304,2011.79,86,8907.681,59,9402.42,77,1695.35,74,8213.225,431,133928353,62000,-66738.751,57753, -61,74,Pm,,,0,0,(3/2+ 5/2+),,49,3,S,49,3,EC+B+,100,0,,,,,,,,,,,,-7194.86,172054,-16747,210,1823.67,89,6161.534,78,11384.64,95,1694.61,76,8236.717,559,134924796,81000,-70052.075,75451, -61,75,Pm,,,,0,(2+),,47,2,S,47,2,EC+B+,100,0,,,,,,,,,,,,-4359.026,70194,-16384.02,169,1632.62,75,8029.372,70,9189.16,102,2245.28,72,8243.72,508,135923595.949,74152,-71169.915,69073, -61,76,Pm,,,0,0,11/2-,,2.4,1,M,144,6,EC+B+,100,0,,,,,,,,,,,,-6046.323,44355,-15333.28,18,1439.82,18,5511.719,18,10974.25,70,2162.53,18,8263.651,95,136920479.522,14000,-74072.848,13041, -61,77,Pm,,,0,0,,,10,2,S,10,2,EC+B+,100,0,,,,,,,,,,,,-3442.721,30151,-14985.28,51,1162.59,34,7077.827,30,8938.95,31,2644.89,30,8268.544,201,137919548.077,29778,-74940.483,27739, -61,78,Pm,,,0,0,(5/2)+,,4.15,5,M,249,3,EC+B+,100,0,,,,,,,,,,,,-5120.263,17414,-14074.04,18,1010.46,18,4513.461,31,10631.32,31,2771.14,18,8285.543,98,138916799.806,14592,-77500.481,13593, -61,79,Pm,,,0,0,1+,,9.2,2,S,9.2,0.2,EC+B+,100,0,,,,,,,,,,,,-2757.777,27277,-13904.81,27,701.73,27,6045.2,24,8784.55,28,3488.74,37,8289.107,173,139916034.122,26029,-78213.712,24246, -61,80,Pm,,,0,0,5/2+,,20.90,5,M,1254,3,EC+B+,100,0,,,,,,,,,,,,-4589.012,16375,-13138.30,19,253.86,16,3669.709,14,10380.53,28,3552.98,14,8303.94,99,140913555.084,15000,-80522.921,13972, -61,81,Pm,,,0,0,1+,,40.5,5,S,40.5,0.5,EC+B+,100,0,,,,,,,,,,,,-2155.574,23752,-13279.45,25,-433.04,26,4807.936,24,8690.44,27,4238.38,24,8306.662,166,141912890.428,25332,-81142.044,23597, -61,82,Pm,,,0,0,5/2+,,265,7,D,22896000,604800,EC+B+,100,0,B+,0.0000057,0,,,,,3.8,,,,-3443.499,3560,-12045.50,4,-566.77,8,1041.583,3,9889.92,24,4299.64,268,8317.733,21,142910938.073,3216,-82960.651,2996, -61,83,Pm,,,0,0,5-,,363,14,D,31363200,1209600,EC+B+,100,0,,,,,,,,,,,,549.442,2668,-9970.26,4,847.08,7,2331.864,3,6526.76,153,4702.83,265,8305.296,21,143912596.224,3181,-81416.093,2964, -61,84,Pm,,,0,0,5/2+,,17.7,4,Y,558569520,12623040,EC,100,0,A,0.00000028,0,,,,,,,,,-616.156,2539,-7373.26,254,2323.25,289,164.477,3,7922.70,153,4808.49,252,8302.657,20,144912755.773,3068,-81267.474,2859, -61,85,Pm,,,0,0,3-,,5.53,5,Y,174513528,1577880,EC,65.7,1.5,B-,34.3,1.5,,,,,,,,,1542,3000,-6874.31,4,1908.25,4,1471.558,5,6258.15,5,5311.33,4,8288.654,30,145914702.286,4624,-79454.309,4308, -61,86,Pm,,,0,0,7/2+,,2.6234,2,Y,82788207.84,6311.52,B-,100,0,,,,,,,,2.58,,0.74,,224.094,293,-6117.27,284,1601.07,143,-895.512,1971,7659.27,4,5405.36,48,8284.372,10,146915144.638,1501,-79042.260,1399, -61,87,Pm,,,0,0,1-,,5.368,7,D,463795.2,604.8,B-,100,0,,,,,,,,1.84,,0.2,,2470.548,5642,-5670.68,6,1459.89,6,542.28,6,5894.77,6,6007.94,6,8268.226,39,147917481.255,6143,-76865.716,5723, -61,88,Pm,,,0,0,7/2+,,53.08,5,H,191088,180,B-,100,0,,,,,,,,3.3,,,,1071.481,1875,-4799.31,202,1136.77,7,-1688.79,3,7269.86,6,5945.23,245,8261.526,15,148918341.658,2434,-76064.256,2267, -61,89,Pm,,,0,0,(1-),,2.698,15,H,9712.8,54,B-,100,0,,,,,,,,,,,,3454,20000,-4532.72,20,658.95,40,82.616,20,5604.20,20,6510.64,20,8243.81,134,149920990.217,21514,-73597.139,20041, -61,90,Pm,,,0,0,5/2+,,28.40,4,H,102240,144,B-,100,0,,,,,,,,1.8,,1.9,,1190.217,4476,-4406.24,4,-366.91,16,-2443.075,5,7860.24,20,6995.28,4,8241.27,31,150921216.817,4994,-73386.063,4653, -61,91,Pm,,,0,0,1+,,4.12,8,M,247.2,4.8,B-,100,0,,,,,,,,,,,,3508.417,25886,-4749.22,26,-1143.68,30,-1104.779,36,5939.44,26,7600.17,26,8226.127,170,151923505.481,27817,-71254.186,25912, -61,92,Pm,,,0,0,5/2-,,5.25,2,M,315,1.2,B-,100,0,,,,,,,,,,,,1911.862,9093,-3956.54,9,-2033.37,13,-3317.527,9,7464.96,27,7787.39,26,8221.152,59,152924156.436,9732,-70647.824,9066, -61,93,Pm,,,0,0,(3 4),,2.68,7,M,160.8,4.2,B-,100,0,,,,,,,,,,,,3943.2,46303,-4023.61,46,-2636.41,47,-2687.0,70,5935.47,47,8470.65,46,8206.31,301,153926449.364,49733,-68511.976,46326, -61,94,Pm,,,0,0,5/2-,,41.5,2,S,41.5,0.2,B-,100,0,,,,,,,,,,,,3250.888,4946,-2556.07,5,-2585.22,13,-4656.207,10,6499.27,47,8403.93,53,8195.296,30,154928137.024,5065,-66939.931,4718, -61,95,Pm,,,0,0,4(+),,26.70,10,S,26.7,0.1,B-,100,0,,,,,,,,,,,,5196.786,9285,-2044.14,4,-2830.5,19,-3690.0,200,5295.03,6,9168.89,10,8176.705,23,155931117.49,3897,-64163.644,3631, -61,96,Pm,,,0,0,(5/2-),,10.56,10,S,10.56,0.1,B-,100,0,,,,,,,,,,,,4380.534,8265,-1007.93,11,-3153.5,14,-5835.5,26,6204.72,8,9112.37,200,8164.145,45,156933121.37,7521,-62297.043,7006, -61,97,Pm,,,0,0,,,4.8,5,S,4.8,0.5,B-,100,0,,,,,,,,,,,,6161.034,14299,-482.95,14,-3409.15,114,-5034.209,200,4863.48,15,9916.64,28,8143.254,85,157936565.121,14442,-59089.209,13453, -61,98,Pm,,,0,0,,,1.5,2,S,1.5,0.2,B-,100,0,,,,,,,,,,,,5653.495,11644,624.65,11,-3563.93,20,-6747.28,300,5536.39,17,9789,201,8126.859,63,158939286.479,10777,-56554.280,10039, -61,99,Pm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7233,200,1134,200,-3859,283,-5868.0,361,4519,201,10484,361,8104,1,159943100,215,-53002,200, -61,100,Pm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,6436,298,1928,298,-4120,423,-7647.0,499,5305,359,10391,423,8087,2,160946070,320,-50235,298, -61,101,Pm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,8160,358,2231,300,-4465,424,-6820.0,500,4206,423,11071,500,8063,2,161950220,322,-46370,300, -61,102,Pm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7471,499,3209,445,-4586,565,,,4951,500,10988,565,8044,2,162953570,429,-43249,400, -62,67,SM,,,0,0,(1/2+ 3/2+),,0.55,10,S,0.55,0.1,EC+B+,100,0,ECP,0,0,,,,,,,,,,,,,3174,641,10881.0,582,11401,707,1503,582,8021,4,128954911,537,-42000,500, -62,68,Sm,,,0,0,0+,,,,,,,EC+B+,,0,,,,,,,,,,,,-13823,641,,,3062,499,7890.0,446,13577,641,1914,499,8064,3,129949000,430,-47506,401, -62,69,Sm,,,0,0,,,1.2,2,S,1.2,0.2,EC+B+,100,0,ECP,0,0,,,,,,,,,-10863,566,-24521,641,2978,499,9527.0,448,10698,566,2026,446,8084,3,130946180,430,-50133,401, -62,70,Sm,,,0,0,0+,,4.0,3,S,4,0.3,EC+B+,100,0,ECP,,0,,,,,,,,,-12879,499,-23880,499,2810,357,6549.0,333,13018,499,2708,359,8121,2,131940870,320,-55079,298, -62,71,Sm,,,0,0,(5/2+),,2.89,16,S,2.89,0.16,EC+B+,100,0,ECP,0,0,,,,,,,,,-9995,422,-23102,499,2659,360,8176.646,302,10223,422,2892,333,8137,2,132938560,320,-57231,298, -62,72,Sm,,,0,0,0+,,9.5,8,S,9.5,0.8,EC+B+,100,0,,,,,,,,,,,,-11448,357,-22211,357,2795,198,5362.751,204,12216,357,3257,202,8167,1,133934110,210,-61376,196, -62,73,Sm,,,0,0,(3/2+ 5/2+),,10.3,5,S,10.3,0.5,EC+B+,100,0,ECP,0.02,0.01,,,,,,,,,-8709,249,-21000,336,2485.9,157,7194.86,172,9552,249,3407.44,165,8177.626,1145,134932520,166000,-62857.215,154628, -62,74,Sm,,,0,0,0+,,47,2,S,47,2,EC+B+,100,0,,,,,,,,,,,,-10567,196,-20734,196,2190,27,4359.025,70,12024.99,155,4047.79,76,8205.916,92,135928275.555,13416,-66810.890,12497, -62,75,Sm,,,0,0,(9/2-),,45,1,S,45,1,EC+B+,100,0,,,,,,,,,,,,-7880.63,42620,-19854,200,1880.93,63,6046.323,44,9286.95,44,4145.58,81,8213.806,309,136926970.517,45512,-68026.525,42395, -62,76,Sm,4.9599,34,0,0,0+,,3.1,2,M,186,12,EC+B+,100,0,,,,,,,,,,,,-9748.093,30341,-19423.18,13,1723.75,17,3442.721,30,11542.55,44,4713.89,18,8237.928,86,137923243.99,12686,-71497.762,11817, -62,77,Sm,4.9556,34,0,0,1/2+,,2.57,10,M,154.2,6,EC+B+,100,0,,,,,,,,-0.534,,,,-6982.177,17071,-18701.87,30,1408.47,22,5120.262,17,8953.77,16,4728.71,30,8243.078,78,138922296.634,11684,-72380.219,10884, -62,78,Sm,4.9565,34,0,0,0+,,14.82,12,M,889.2,7.2,EC+B+,100,0,,,,,,,,,,,,-8470,50000,-18129.21,18,1318.44,17,2757.777,27,11147.03,17,5244.42,18,8263.82,89,139918994.717,13416,-75455.935,12497, -62,79,Sm,4.9517,34,0,0,1/2+,,10.2,2,M,612,12,EC+B+,100,0,,,,,,,,-0.74,,,,-6008.28,14285,-17019.29,52,1225.74,15,4589.012,16,8549.29,15,5009.17,26,8265.845,61,140918481.591,9167,-75933.909,8539, -62,80,Sm,4.9518,34,0,0,0+,,72.49,5,M,4349.4,3,EC+B+,100,0,,,,,,,,,,,,-7673,30000,-17132.16,13,606.92,12,2155.574,24,11123.88,9,5752.52,14,8285.972,22,141915204.532,3305,-78986.470,3079, -62,81,Sm,4.9479,34,0,0,3/2+,,8.75,6,M,525,3.6,EC+B+,100,0,,,,,,,,1.01,,0.41,,-5275.851,11338,-16275.00,30,71.87,28,3443.499,4,8602.00,4,5664.08,24,8288.182,20,142914634.821,3010,-79517.152,2804, -62,82,Sm,4.9524,34,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6346.402,10814,-15795.55,11,-131.54,4,-549.442,3,10519.70,235,6293.86,271,8303.679,11,143912006.373,1668,-81965.535,1554, -62,83,Sm,4.9651,34,0,0,7/2-,,340,3,D,29376000,259200,EC,100,0,,,,,,,,-1.11,,-0.6,,-2659.81,2723,-13103.50,11,1116.4,3,616.156,3,6757.10,30,6524.20,267,8293.013,11,144913417.244,1694,-80651.318,1578, -62,84,Sm,4.9808,35,0,0,0+,,6.8E+7,7,Y,2.1459168e15,220903200000000,A,100,0,,,,,,,,,,,,-3878.768,5869,-11076.12,4,2528.76,281,-1542.0,5,8416.31,285,7017.81,4,8293.857,21,145913046.881,3319,-80996.309,3092, -62,85,Sm,4.9892,35,0,0,7/2-,,1.060E11,11,Y,3.3451056e18,3.471336e16,A,100,0,,,,,,,,-0.8148,,-0.261,,-1721.598,2281,-10220.13,6,2310.96,35,-224.094,1959,6341.36,283,7101.02,4,8280.575,9,146914904.064,1473,-79266.354,1372, -62,86,Sm,5.0042,34,0,0,0+,,7E+15,3,Y,2.209032e23,9.46728e22,A,100,0,,,,,,,,,,,,-3036.933,10019,-9862.83,229,1986.78,36,-2470.548,6,8141.23,26,7582.97,38,8279.633,9,147914829.012,1467,-79336.264,1367, -62,87,Sm,5.0134,35,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,-0.6677,,0.078,,-694.625,3788,-8907.72,10,1871.3,96,-1071.481,2619,5870.79,89,7558.99,6,8263.466,9,148917191.375,1407,-77135.737,1311, -62,88,Sm,5.0387,47,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2258.905,6181,-8681.34,4,1449.81,96,-3454.0,20,7986.72,38,8275.85,191,8261.621,9,149917282.195,1368,-77051.139,1274, -62,89,Sm,5.0550,57,0,0,5/2-,,90,8,Y,2840184000,252460800,B-,100,0,,,,,,,,-0.3611,,0.71,,76.574,538,-7855.36,6,1145.55,96,-1190.216,5,5596.46,11,8268.11,20,8243.971,8,150919939.066,1367,-74576.279,1273, -62,90,Sm,5.0819,60,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1874.348,687,-8181.07,69,220.48,194,-3508.417,26,8257.64,61,8665.51,5,8244.061,8,151919739.04,1301,-74762.603,1212, -62,91,Sm,5.0925,68,0,0,3/2+,,46.284,4,H,166622.4,14.4,B-,100,0,,,,,,,,-0.0216,,1.26,,807.536,708,-7742.75,70,-609.14,194,-1911.862,9,5868.40,13,8594.47,26,8228.534,8,152922103.969,1309,-72559.686,1219, -62,92,Sm,5.1053,67,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-717.056,1103,-7159.27,108,-1200.34,105,-3943.2,46,7966.81,85,9096.32,9,8226.835,9,153922216.164,1569,-72455.176,1462, -62,93,Sm,,,0,0,3/2-,,22.3,2,M,1338,12,B-,100,0,,,,,,,,,,1.13,,1627.273,1202,-6524.02,112,-1672.75,109,-3250.888,5,5806.96,27,8967.81,46,8211.223,10,154924647.051,1595,-70190.819,1487, -62,94,Sm,,,0,0,0+,,9.4,2,H,33840,720,B-,100,0,,,,,,,,,,,,722.118,7902,-5613.66,8,-1635.94,26,-5196.786,9,7240.93,9,9709.47,10,8205.003,55,155925538.511,9174,-69360.430,8546, -62,95,Sm,,,0,0,(3/2-),,8.03,7,M,481.8,4.2,B-,100,0,,,,,,,,,,,,2781.331,6136,-4666.35,6,-1772.2,5,-4380.534,8,5388.46,10,9802.90,6,8187.063,28,156928418.673,4759,-66677.577,4433, -62,96,Sm,,,0,0,0+,,5.30,3,M,318,1.8,B-,100,0,,,,,,,,,,,,2004.945,10369,-3862.65,6,-1850.18,53,-6161.034,14,6643.98,7,10242.17,9,8177.297,31,157929950.979,5251,-65250.243,4892, -62,97,Sm,,,0,0,5/2-,,11.37,15,S,11.37,0.15,B-,100,0,,,,,,,,,,,,3835.51,7324,-3023.90,12,-2348.97,11,-5653.495,12,5028.85,8,10407.54,15,8157.495,37,158933217.202,6369,-62207.775,5934, -62,98,Sm,,,0,0,0+,,9.6,3,S,9.6,0.3,B-,100,0,,,,,,,,,,,,3245.67,11183,-2262.82,7,-2186.06,200,-7232.793,200,6098.33,8,10969.48,12,8144.625,37,159935335.286,6370,-60234.793,5934, -62,99,Sm,,,0,0,,,4.8,4,S,4.8,0.4,B-,100,0,,,,,,,,,,,,5119.562,12415,-1262.82,12,-2635.33,26,-6436.962,298,4508.49,9,10959,200,8122.041,42,160939160.143,7318,-56671.962,6817, -62,100,Sm,,,0,0,0+,,2.4,5,S,2.4,0.5,B-,100,0,,,,,,,,,,,,4174,199,-809,196,-2900,280,-8160.0,358,5929,196,11583,357,8109,1,161941460,210,-54530,196, -62,101,Sm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5765,305,-88,300,-3338,423,-7471.0,499,4262,357,11639,423,8085,2,162945550,320,-50720,298, -62,102,Sm,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5279,319,311,305,-3394,423,,,5454,422,12142,499,8069,2,163948360,320,-48102,298, -62,103,Sm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,6916,424,1501,416,-3645,566,,,3777,499,12227,566,8043,2,164952970,430,-43808,401, -63,67,EU,,,0,0,(1+),,0.90,+49-29,MS,0.0009,0.00039,P,100,0,,,,,,,,,,,,,,,,3242,708,13823.0,641,,,-1028.00,15,7951,4,129963840,537,-33683,500, -63,68,Eu,,,0,0,3/2+,,17.8,19,MS,0.0178,0.0019,P,89,9,EC+B+,11,9,,,,,,,,,,,,,3091,566,10863.0,567,13658,641,-947.09,5,7995,3,130957842,430,-39270,401, -63,69,Eu,,,0,0,,,,,,,,P,0,0,EC+B+,,0,,,,,,,,,,,,,3160,499,12879.0,499,11002,566,-644,566,8018,3,131954696,429,-42200,400, -63,71,Eu,,,0,0,,,0.5,2,S,0.5,0.2,EC+B+,100,0,ECP,0,0,,,,,,,,,-8626,499,-22140,582,3043,357,11448.0,357,10763,422,-14,422,8076,2,133946400,320,-49928,298, -63,72,Eu,,,0,0,,,1.5,2,S,1.5,0.2,EC+B+,100,0,ECP,,0,,,,,,,,,-9757,445,-20917,446,3088,280,8709.215,250,12291,357,61,277,8107,1,134941870,210,-54148,196, -63,73,Eu,,,,0,(7+),,3.3,3,S,3.3,0.3,EC+B+,100,0,B+P,0.09,0,,,,,,,,,-7154,357,-19925,445,2959,246,10566.89,196,10167,277,675,249,8122,1,135939620,210,-56244,196, -63,74,Eu,4.9762,95,0,0,(11/2-),,11,2,S,11,2,EC+B+,100,0,,,,,,,,,,,,-8932,298,-19127,298,2836.84,50,7880.63,43,11974,196,623.98,13,8150.573,32,136935430.722,4700,-60145.895,4378, -63,75,Eu,4.9779,94,0,0,(6-),,12.1,6,S,12.1,0.6,EC+B+,100,0,,,,,,,,5.3,,,,-5949,198,-18607,299,2564.17,64,9748.093,30,9675.09,28,1012.11,51,8161.62,202,137933709,30000,-61749.669,27945, -63,76,Eu,4.9760,92,0,0,(11/2)-,,17.9,6,S,17.9,0.6,EC+B+,100,0,,,,,,,,6.1,,,,-7767,196,-17669,196,2229.12,77,6982.177,17,11719.69,31,1189.25,18,8187.218,95,138929792.31,14117,-65398.042,13151, -63,77,Eu,4.9695,91,0,0,1+,,1.51,2,S,1.51,0.02,EC+B+,100,0,,,,,,,,1.365,,0.31,,-5203.664,58627,-17426,202,1759.06,86,8470.0,53,9659.21,53,1894.69,53,8197.732,368,139928087.637,55328,-66985.935,51538, -63,78,Eu,4.9697,91,0,0,5/2+,,40.7,7,S,40.7,0.7,EC+B+,100,0,,,,,,,,3.494,,0.85,,-6701.405,23456,-16214.67,31,1722.3,18,6008.28,15,11011.01,53,1758.66,18,8217.684,90,140924931.745,13568,-69925.629,12639, -63,79,Eu,4.9607,91,0,0,1+,,2.34,12,S,2.34,0.12,EC+B+,100,0,,,,,,,,1.536,,0.12,,-4353.955,41114,-16160.56,36,1202.1,41,7673.0,30,9459.16,33,2668.53,31,8226.427,212,141923441.836,32375,-71313.470,30158, -63,80,Eu,4.9636,91,0,0,5/2+,,2.59,2,M,155.4,1.2,EC+B+,100,0,,,,,,,,,,,,-6010,200000,-15353.10,30,834.27,17,5275.852,11,10999.15,32,2543.80,11,8245.817,77,142920298.681,11793,-74241.300,10986, -63,81,Eu,4.9612,91,0,0,1+,,10.2,1,S,10.2,0.1,EC+B+,100,0,,,,,,,,1.893,,0.1,,-3859.63,29955,-15459.15,201,169.66,27,6346.402,11,9449.15,15,3390.95,11,8254.173,75,143918819.517,11582,-75619.133,10789, -63,82,Eu,4.9663,91,0,0,5/2+,,5.93,4,D,512352,3456,EC+B+,100,0,,,,,,,,3.993,,0.29,,-5065.187,19953,-14303.32,28,106.5,14,2659.811,3,10443.69,11,3314.94,271,8269.274,21,144916272.668,3334,-77991.507,3106, -63,83,Eu,4.9789,92,0,0,4-,,4.61,3,D,398304,2592,EC+B+,100,0,,,,,,,,1.422,,-0.179,,-1031.758,7076,-12262.54,21,1599.59,24,3878.768,7,7197.35,7,3755.19,6,8261.932,41,145917210.909,6468,-77117.541,6026, -63,84,Eu,4.9938,94,0,0,5/2+,,24.1,6,D,2082240,51840,EC,99.9978,0.0006,A,0.0022,0.0006,,,,,3.724,,0.55,,-2187.811,2524,-9530.29,5,2990.98,3,1721.598,3,8498.53,6,3837.42,4,8263.541,18,146916752.276,2823,-77544.756,2630, -63,85,Eu,5.0045,97,0,0,5-,,54.5,5,D,4708800,43200,EC+B+,100,0,A,0.00000094,0.00000028,,,,,2.34,,0.35,,-30.003,10019,-9013.70,10,2691.85,10,3036.933,10,6825.89,10,4321.95,10,8253.827,68,147918089.294,10748,-76299.331,10013, -63,86,Eu,5.0202,103,0,0,5/2+,,93.1,4,D,8043840,34560,EC,100,0,,,,,,,,3.565,,0.716,,-1314.101,4136,-8243.10,4,2401.45,5,694.625,4,8213.10,11,4393.82,4,8253.554,27,148917937.086,4241,-76441.112,3951, -63,87,Eu,5.0296,108,0,0,5-,,36.9,9,Y,1164475440,28401840,EC+B+,100,0,,,,,,,,2.708,,1.13,,971.7,3543,-7736.54,7,2237.16,7,2258.905,6,6422.44,7,4945.47,6,8241.346,42,149919707.229,6712,-74792.234,6253, -63,88,Eu,5.0522,46,0,0,5/2+,GE,1.7E+18,,Y,5.364792e25,1.5778797317604e32,A,,0,,,,,,,,3.4717,,0.903,,-464.116,2779,-6960.24,6,1964.49,107,-76.575,1837,7931.94,6,4890.69,55,8239.297,9,150919856.86,1422,-74652.854,1325, -63,89,Eu,5.1064,66,0,0,3-,,13.517,9,Y,426564079.2,284018.4,EC+B+,72.08,0.13,B-,27.92,0.13,,,,,-1.9401,,2.71,,1818.661,702,-6770.83,278,1552.55,6,1874.348,1796,6306.72,10,5600.95,54,8226.583,9,151921751.235,1423,-72888.255,1326, -63,90,Eu,5.1115,62,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,1.5324,,2.412,,-484.671,717,-6731.62,71,272.12,199,-807.536,1804,8550.28,12,5893.59,69,8228.699,9,152921237.043,1428,-73367.222,1330, -63,91,Eu,5.1239,79,0,0,3-,,8.601,10,Y,271426917.6,315576,B-,99.982,0.012,EC+B+,0.018,0.012,,,,,-2.005,,2.84,,1967.834,755,-6926.89,74,-565.9,20,717.055,1987,6442.22,24,6467.41,74,8217.098,9,153922985.955,1444,-71738.121,1346, -63,92,Eu,5.1221,69,0,0,5/2+,,4.753,14,Y,149993272.8,441806.4,B-,100,0,,,,,,,,1.52,,2.494,,251.788,870,-6183.45,85,-856.94,5,-1627.273,2043,8151.29,40,6651.89,117,8216.674,9,154922900.102,1504,-71818.092,1401, -63,93,Eu,5.1264,71,0,0,0+,,15.19,8,D,1312416,6912,B-,100,0,,,,,,,,,,,,2452.366,3409,-6083.99,3,-1253.28,26,-722.118,9,6335.77,3,7180.70,4,8204.617,23,155924763.285,3853,-70082.548,3590, -63,94,Eu,5.1351,75,0,0,5/2+,,15.18,3,H,54648,108,B-,100,0,,,,,,,,1.5,,2.6,,1364.565,4203,-4995.31,4,-1236,10,-2781.331,6,7447.68,5,7387.45,9,8199.795,27,156925432.791,4572,-69458.908,4259, -63,95,Eu,5.1413,78,0,0,(1-),,45.9,2,M,2754,12,B-,100,0,,,,,,,,1.44,,0.66,,3434.358,10323,-4503.03,10,-1168.13,47,-2004.945,11,5867.60,11,7866.58,11,8185.035,65,157927798.581,11008,-67255.188,10255, -63,96,Eu,5.1498,84,0,0,5/2+,,18.1,1,M,1086,6,B-,100,0,,,,,,,,1.38,,,,2518.15,4391,-3425.06,4,-1528.27,6,-3835.51,7,6859.41,11,8082.01,7,8176.697,27,158929099.612,4643,-66043.285,4325, -63,97,Eu,,,0,0,1,,38,4,S,38,4,B-,100,0,,,,,,,,,,,,4461.278,9586,-2990.34,10,-1741.73,10,-3245.67,11,5508.49,10,8561.66,11,8160.021,59,159931850.916,10199,-63480.463,9501, -63,98,Eu,,,0,0,,,26,3,S,26,3,B-,100,0,,,,,,,,,,,,3714.299,10525,-1921.10,10,-1919.4,13,-5119.562,12,6382.38,14,8845.70,12,8148.98,65,160933664.066,11164,-61791.524,10399, -63,99,Eu,,,0,0,,,10.6,10,S,10.6,1,B-,100,0,,,,,,,,,,,,5577,35000,-1268.89,35,-2039.11,38,-4173.401,199,4983.19,37,9320.41,36,8129.438,217,161936979.303,37819,-58703.401,35229, -63,100,EU,,,0,0,,,7.7,4,S,7.7,0.4,B-,100,0,,,,,,,,,,,,4829,65000,-275.80,66,-2355.52,66,-5764.886,305,5852.80,74,9244,206,8115.471,402,162939360.977,70364,-56484.886,65544, -63,101,Eu,,,0,0,,,4.2,2,S,4.2,0.2,B-,100,0,,,,,,,,,,,,6393,50000,-138,114,-2804,230,-5279.0,319,4967,132,9950,319,8096,1,163942693,122,-53381,114, -63,102,Eu,,,0,0,,,2.3,2,S,2.3,0.2,B-,100,0,,,,,,,,,,,,5729,65000,979,172,-2913,328,-6916.0,424,5414,179,9910,328,8080,1,164945546,148,-50724,138, -63,103,Eu,,,0,0,,,1.7,3,S,1.7,0.3,B-,100,0,B-N,,0,,,,,,,,,7322,300000,1174,378,-3263,467,-6478.0,537,4555,384,10688,537,8059,2,165949320,384,-47208,358, -63,104,Eu,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,6803,499,2448,445,-3186,565,,,4874,537,10570,565,8040,2,166952753,429,-44010,400, -63,105,Eu,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,8623,641,3001,582,-3295,640,,,3801,640,,,8014,3,167957337,537,-39740,500, -64,70,Gd,,,0,0,0+,,,,,,,,,,,,,,,,,,,,,,,,,3779,566,8626.0,500,13514,641,1355,499,8006,3,133955660,430,-41302,401, -64,71,Gd,,,0,0,(5/2+),,1.1,2,S,1.1,0.2,EC+B+,100,0,ECP,18,0,,,,,,,,,-11565,566,,,3318,566,9758.0,445,11159,566,1751,499,8029,3,134952345,429,-44390,400, -64,72,Gd,,,0,0,(0+),GE,200,,NS,0.0000002,5e15,,,,,,,,,,,,,,,-12960,582,-24336,499,3565,422,7154.0,357,12771,499,2231,357,8064,2,135947300,320,-49090,298, -64,73,Gd,,,0,0,(7/2),,2.2,2,S,2.2,0.2,EC+B+,100,0,ECP,,0,,,,,,,,,-10246,499,-23155,582,3593,422,8931.895,298,10195,422,2259,357,8080,2,136945020,320,-51214,298, -64,74,Gd,,,0,0,0+,,4.7,9,S,4.7,0.9,EC+B+,100,0,,,,,,,,,,,,-12132,357,-22904,446,3151,277,5949.669,198,12658,357,2943,196,8113,1,137940096,210,-55800,196, -64,75,Gd,,,0,0,(9/2-),,5.8,9,S,5.8,0.9,B+P,0,0,EC+B+,0,0,,,,,,,,,-9501,357,-22034,357,2801,249,7766.042,196,9903,277,3171,198,8126,1,138938130,210,-57632,196, -64,76,Gd,,,0,0,0+,,15.8,4,S,15.8,0.4,EC+B+,100,0,,,,,,,,,,,,-11300,800000,-21723,299,2603.7,31,5203.664,59,12222,198,3673.20,31,8154.975,200,139933674,30000,-61782.271,27945, -64,77,Gd,,,0,0,1/2+,,14,4,S,14,4,EC+B+,100,0,B+P,0.03,0.01,,,,,,,,,-8683.387,107098,-20813.27,801,2377.39,47,6701.405,23,9513.27,34,3527.26,55,8164.608,140,140932126,21213,-63224.224,19760, -64,78,Gd,,,0,0,0+,,70.2,6,S,70.2,0.6,EC+B+,100,0,,,,,,,,,,,,-10400,700000,-20490.00,109,2113.33,30,4353.955,41,11806.61,34,4322.86,31,8190.256,197,141928116,30000,-66959.515,27945, -64,79,Gd,,,0,0,(1/2)+,,39,2,S,39,2,EC+B+,100,0,,,,,,,,,,,,-7812.117,206750,-19743.10,729,1724,201,6010.0,201,9343.10,202,4206.80,203,8198.318,1401,142926750.682,215032,-68231.300,200301, -64,80,Gd,,,0,0,0+,,4.47,6,M,268.2,3.6,EC+B+,100,0,,,,,,,,,,,,-9391.323,39520,-19411.64,58,1271.52,31,3859.629,30,11599.52,202,4807.17,30,8221.937,194,143922963,30000,-71759.504,27945, -64,81,Gd,4.9786,77,0,0,1/2+,,23.0,4,M,1380,24,EC+B+,100,0,,,,,,,,-0.74,,,,-6537.909,108066,-18629.46,34,582.67,21,5065.187,20,9238.13,34,4596.16,22,8228.946,136,144921710.37,21158,-72926.320,19709, -64,82,Gd,4.9801,140,0,0,0+,,48.27,9,D,4170528,7776,EC+B+,100,0,,,,,,,,,,,,-8322.173,44749,-17768.69,109,475.77,5,1031.758,7,11230.78,20,5383.25,5,8249.506,28,145918318.548,4409,-76085.783,4108, -64,83,Gd,,,0,0,7/2-,,38.06,12,H,137016,432,EC+B+,100,0,,,,,,,,1.02,,,,-4614.28,8147,-15664.65,45,1735.29,200,2187.811,3,7342.48,4,5528.37,6,8243.336,13,146919100.987,2109,-75356.945,1965, -64,84,Gd,5.0080,171,0,0,0+,,71.1,12,Y,2243745360,37869120,A,100,0,,,,,,,,,,,,-5732.246,12529,-13597.98,8,3271.29,3,30.002,10,8983.70,123,6013.54,236,8248.338,11,147918121.503,1668,-76269.329,1554, -64,85,Gd,,,0,0,7/2-,,9.28,10,D,801792,8640,EC+B+,100,0,A,0.00043,0.0001,,,,,0.88,,,,-3638.343,4339,-12661.25,13,3099.39,3,1314.101,5,6929.00,3,6116.65,10,8239.484,23,148919347.831,3607,-75127.011,3360, -64,86,Gd,5.0342,159,0,0,0+,,1.79E+6,8,Y,56488104000000,2524608000000,A,100,0,,,,,,,,,,,,-4658.213,8379,-12346.58,7,2807.46,6,-971.7,9,8708.24,7,6611.79,7,8242.609,41,149918664.066,6523,-75763.934,6076, -64,87,Gd,,,0,0,7/2-,,123.9,10,D,10704960,86400,EC,100,0,A,0.0000008,0,,,,,0.77,,,,-2565.233,3762,-11154.33,8,2652.7,291,464.117,3,6496.12,7,6685.47,7,8231.043,20,150920355.109,3280,-74188.737,3056, -64,88,Gd,5.0774,47,0,0,0+,,1.08E14,8,Y,3.4082208e21,2.524608e20,A,100,0,,,,,,,,,,,,-3990,40000,-11154.73,4,2204.43,104,-1818.661,1792,8589.50,285,7343.03,70,8233.401,8,151919798.822,1294,-74706.916,1206, -64,89,Gd,,,0,0,3/2-,,240.4,10,D,20770560,86400,EC,100,0,,,,,,,,0.38,,,,-1569.213,3845,-10236.95,40,1828.27,74,484.671,1793,6246.95,13,7283.27,71,8220.418,8,152921757.359,1291,-72882.551,1203, -64,90,Gd,5.1223,40,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3549.651,45298,-10463.93,4,920.27,66,-1967.833,1801,8894.72,17,7627.70,73,8224.796,8,153920873.398,1285,-73705.954,1197, -64,91,Gd,5.1319,41,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,-0.25723,,1.27,,-819.83,9789,-9984.89,45,81.48,67,-251.788,1839,6435.24,18,7620.73,77,8213.251,8,154922629.796,1278,-72069.880,1191, -64,92,Gd,5.1420,42,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2444.117,3679,-9356.18,10,-197.23,33,-2452.366,4,8536.35,7,8005.79,87,8215.322,8,155922130.562,1277,-72534.914,1190, -64,93,Gd,5.1449,42,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,-0.3398,,1.36,,-60.043,297,-8803.99,4,-688.7,39,-1364.565,4,6359.88,15,8029.90,3,8203.504,8,156923967.87,1276,-70823.473,1189, -64,94,Gd,5.1569,43,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1218.878,987,-7997.43,30,-659.29,90,-3434.358,10,7937.39,6,8519.61,4,8201.819,8,157924111.646,1276,-70689.546,1189, -64,95,Gd,,,0,0,3/2-,,18.479,4,H,66524.4,14.4,B-,100,0,,,,,,,,-0.44,,,,970.927,759,-7162.09,99,-795.53,94,-2518.151,4,5943.21,8,8595.22,10,8187.614,7,158926396.267,1279,-68561.436,1192, -64,96,Gd,5.1734,44,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-105.483,1022,-6480.69,102,-1006.23,9,-4461.278,10,7451.62,74,9187.43,4,8183.014,8,159927061.537,1371,-67941.741,1278, -64,97,Gd,,,0,0,5/2-,,3.66,5,M,219.6,3,B-,100,0,,,,,,,,,,,,1955.765,1442,-5740.88,143,-1253.16,5,-3714.3,11,5635.40,100,9314.33,10,8167.191,10,160929676.602,1741,-65505.824,1622, -64,98,Gd,,,0,0,0+,,8.4,2,M,504,12,B-,100,0,,,,,,,,,,,,1395.556,36581,-4890.13,4,-1455.07,6,-5577.0,35,6845.89,4,9777.85,11,8159.035,25,161930992.146,4303,-64280.401,4009, -64,99,Gd,,,0,0,(5/2- 7/2+),,68,3,S,68,3,B-,100,0,,,,,,,,,,,,3282.185,9358,-3709.25,37,-1531.03,10,-4829.0,66,5104.80,9,9899.46,36,8140.297,52,162934176.832,9045,-61313.886,8426, -64,100,Gd,,,0,0,0+,,45,3,S,45,3,B-,100,0,,,,,,,,,,,,2304,143,-3249,103,-1964,103,-6393.0,153,6531,103,10578,122,8130,1,163935830,110,-59774,102, -64,101,Gd,,,0,0,,,10.3,16,S,10.3,1.6,B-,100,0,,,,,,,,,,,,4113,65000,-2446,157,-2206,122,-5729.0,184,4750,159,10361,167,8110,1,164939395,130,-56453,121, -64,102,GD,,,0,0,0+,,4.8,10,S,4.8,1,B-,100,0,,,,,,,,,,,,3355,208,-2035,221,-2425,277,-7322.0,408,6148,230,11095,239,8098,1,165941460,210,-54530,196, -64,103,Gd,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5114,357,-1000,306,-2518,422,-6803.0,499,4355,357,10894,466,8076,2,166945450,320,-50813,298, -64,104,Gd,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4359,499,-508,446,-2686,499,-8623.0,641,5621,499,11642,566,8061,2,167948080,430,-48363,401, -64,105,Gd,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,6176,585,498,585,-2770,643,,,3861,643,11701,709,8036,3,168952600,540,-44153,503, -64,106,Gd,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5344,718,878,667,-3075,718,,,5298,780,,,8020,4,169955577,640,-41380,596, -65,70,TB,,,0,0,(7/2-),,0.94,+33-22,MS,0.00094,0.00028,P,100,0,,,,,,,,,,,,,,,,4020,567,11565.0,566,,,-1188.00,7,7938,3,134964760,430,-32825,401, -65,73,Tb,,,,0,,GE,200,,NS,0.0000002,5e15,EC+B+,100,0,P,0,0,,,,,,,,,-8737,585,,,3835,422,12132.0,357,10773,499,-256,422,8019,2,137953120,320,-43668,298, -65,74,Tb,,,0,0,,,1.6,2,S,1.6,0.2,B+,,,,,,,,,,,,,,-10489,585,-21271,585,3593,357,9502.0,357,12533,422,-381,357,8052,2,138948330,320,-48130,298, -65,75,Tb,,,0,0,(7+),,2.4,2,S,2.4,0.2,EC+B+,100,0,ECP,0.26,0.13,,,,,,,,,-7652,895,-20912,945,3336,824,11300.0,801,10423,854,140,824,8068.672,5718,139945805.049,859359,-50482.271,800488, -65,76,Tb,,,0,0,(5/2-),,3.5,2,S,3.5,0.2,EC+B+,100,0,,,,,,,,,,,,-9158,316,-19782,414,3180.14,105,8683.387,107,12129.88,807,47.54,109,8097.475,747,140941448,113000,-54540.837,105259, -65,77,Tb,,,0,0,1+,,597,17,MS,0.597,0.017,EC+B+,100,0,B+P,0.0022,0.0011,,,,,,,,,-6440,200,-19248,761,2765.24,701,10400.0,701,10090.00,708,624.26,701,8111.507,4934,141939280.859,752079,-56559.515,700558, -65,78,Tb,,,0,0,(11/2-),,12,1,S,12,1,EC+B+,100,0,,,,,,,,,,,,-8250.242,52866,-18371,730,2553.94,53,7812.117,207,11930.99,702,748.64,58,8138.217,358,142935137.335,55000,-60419.183,51232, -65,79,Tb,,,0,0,1+,AP,1,,S,1,0,EC+B+,100,0,,,,,,,,,,,,-5798.098,28851,-18270.56,31,2192.84,59,9391.323,40,10020.31,58,1425.85,202,8151.287,194,143933045,30000,-62368.181,27945, -65,80,Tb,,,,0,(3/2+),,,,,,,,,,,,,,,,,,,,,-8145.812,109369,-17889.65,109,1112.3,110,6537.909,111,12091.55,113,1917.88,113,8178.461,753,144928729.105,117203,-66388.411,109174, -65,81,Tb,,,0,0,1+,,8,4,S,8,4,EC+B+,100,0,,,,,,,,,,,,-5208.691,45160,-17592.33,45,1124.94,54,8322.173,45,9446.52,118,2126.26,49,8187.146,307,145927252.768,48161,-67763.610,44862, -65,82,Tb,4.9201,1508,0,0,(1/2+),,1.64,3,H,5904,108,EC+B+,100,0,,,,,,,,1.7,,,,-6546.628,11997,-16259.06,11,1073.72,14,4614.28,8,11050.37,46,1945.85,9,8206.624,55,146924054.62,8695,-70742.665,8100, -65,83,Tb,4.9291,1507,0,0,2-,,60,1,M,3600,60,EC+B+,100,0,,,,,,,,-1.75,,-0.29,,-2677.532,9596,-14412.36,15,2657.14,16,5732.247,13,7865.73,15,2469.11,13,8204.321,84,147924275.323,13380,-70537.082,12464, -65,84,Tb,4.9427,1506,0,0,1/2+,,4.118,25,H,14824.8,90,EC+B+,83.3,1.7,A,16.7,1.7,,,,,1.35,,,,-3792.76,9162,-11700.44,9,4077.92,217,3638.342,5,9022.90,13,2508.31,3,8209.815,25,148923253.753,3936,-71488.669,3667, -65,85,Tb,4.9499,1505,0,0,(2)-,,3.48,16,H,12528,576,EC+B+,100,0,A,0.05,0,,,,,,,,,-1796.122,8389,-11481.13,12,3586.9,5,4658.213,10,7688.37,8,3267.68,8,8206.338,49,149923664.864,7927,-71105.721,7384, -65,86,Tb,4.9630,1504,0,0,1/2(+),,17.609,14,H,63392.4,50.4,EC+B+,99.9905,0.0015,A,0.0095,0.0015,,,,,0.919,,,,-2871.099,4944,-10385.22,6,3496.34,4,2565.233,5,8589.10,8,3148.54,7,8208.873,27,150923109.001,4441,-71623.504,4137, -65,87,Tb,4.9689,1504,0,0,2-,,17.5,1,H,63000,360,EC+B+,100,0,A,0.0000007,0,,,,,-0.58,,0.34,,-599.044,40258,-10035.83,40,3157.5,41,3990.0,40,7164.73,40,3817.15,40,8202.004,263,151924082.263,42961,-70716.916,40018, -65,88,Tb,4.9950,1502,0,0,5/2+,,2.34,1,D,202176,864,EC+B+,100,0,,,,,,,,3.44,,1.08,,-2170.394,1933,-9266.78,6,2702.86,5,1569.213,4,8667.74,40,3895.39,4,8205.048,26,152923441.978,4289,-71313.338,3995, -65,89,Tb,5.0333,1501,0,0,0,,21.5,4,H,77400,1440,EC+B+,100,0,B-,0.1,0,,,,,,,,,237.604,45901,-9084.68,45,2211.02,46,3549.651,45,6914.28,45,4562.72,45,8196.666,294,153924684.106,48646,-70156.303,45314, -65,90,Tb,5.0391,1500,0,0,3/2+,,5.32,6,D,459648,5184,EC,100,0,,,,,,,,2.01,,1.41,,-2094.5,1897,-8927.46,12,977.89,10,819.83,10,9165.06,46,4833.07,10,8202.914,64,154923509.921,10573,-71250.050,9849, -65,91,Tb,,,0,0,3-,,5.35,10,D,462240,8640,EC+B+,100,0,,,,,,,,1.41,,2.3,,438.167,3681,-9006.56,10,372.54,4,2444.117,4,6912.06,10,5309.89,4,8194.639,24,155924754.43,4094,-70090.797,3814, -65,92,Tb,5.0489,1500,0,0,3/2+,,71,7,Y,2240589600,220903200,EC,100,0,,,,,,,,2.01,,1.4,,-1338.872,5134,-8305.78,35,178.88,82,60.043,1705,8743.95,4,5517.49,33,8198.138,8,156924032.328,1311,-70763.430,1222, -65,93,Tb,,,0,0,3-,,180,11,Y,5680368000,347133600,EC+B+,83.4,0.7,B-,16.6,0.7,,,,,1.758,,2.7,,936.681,2495,-8117.43,5,-157.46,125,1218.878,1838,6778.55,102,5936.17,99,8189.153,9,157925420.166,1503,-69470.668,1401, -65,94,Tb,5.0600,1500,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,2.014,,1.432,,-365.229,1162,-7196.33,244,-139.19,114,-970.927,1732,8133.01,64,6131.79,76,8188.8,8,158925353.933,1348,-69532.363,1256, -65,95,Tb,,,0,0,3-,,72.3,2,D,6246720,17280,B-,100,0,,,,,,,,1.79,,3.85,,1836.472,1172,-6740.44,117,-178.62,3,105.484,1796,6375.21,13,6563.79,77,8177.465,8,159927174.778,1354,-67836.257,1262, -65,96,Tb,,,0,0,3/2+,,6.89,2,D,595296,1728,B-,100,0,,,,,,,,2.2,,1.2,,594.212,1260,-5860.18,126,-427.6,4,-1955.765,211,7696.65,55,6808.82,104,8174.479,8,160927577.001,1449,-67461.589,1350, -65,97,Tb,,,0,0,1-,,7.60,15,M,456,9,B-,100,0,,,,,,,,,,,,2505.521,36364,-5691.47,36,-845.69,38,-1395.557,37,6285.69,36,7459.10,36,8162.82,225,161929493.955,39046,-65675.958,36372, -65,98,Tb,,,0,0,3/2+,,19.5,3,M,1170,18,B-,100,0,,,,,,,,,,,,1785.099,4001,-4485.91,4,-977.7,6,-3282.185,9,6991.43,37,7604.64,6,8155.633,25,162930653.261,4372,-64596.071,4073, -65,99,Tb,,,0,0,(5+),,3.0,1,M,180,6,B-,100,0,,,,,,,,,,,,3890,100000,-3768.11,100,-1022.42,100,-2303.965,143,5553.21,100,8053.05,100,8139.765,610,163933356.559,107357,-62077.965,100003, -65,100,Tb,,,0,0,(3/2+),,2.11,10,M,126.6,6,B-,100,0,,,,,,,,,,,,3047,102,-2669,102,-1199,103,-4113.0,158,6559,143,8081,145,8130,1,164934980,110,-60566,102, -65,101,Tb,,,0,0,(2-),,25.1,21,S,25.1,2.1,B-,100,0,,,,,,,,,,,,4700,70000,-2343.50,70,-1606.3,78,-3354.789,208,5390,124,8721,140,8113.68,422,165937858.119,75153,-57884.789,70005, -65,102,Tb,,,0,0,(3/2+),,19.4,27,S,19.4,2.7,B-,100,0,,,,,,,,,,,,4004,205,-1413,196,-1867,206,-5114.0,357,6113,208,8686,277,8102,1,166939960,210,-55927,196, -65,103,Tb,,,0,0,(4-),,8.2,13,S,8.2,1.3,B-,100,0,,,,,,,,,,,,5837,329,-863,304,-1767,319,-4360.0,500,4867,357,9199,422,8082,2,167943400,320,-52723,298, -65,104,Tb,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5269,423,160,329,-2030,328,-6176.0,585,5677,422,9254,499,8068,2,168945970,320,-50329,298, -65,105,Tb,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,6940,446,802,501,-1941,537,-5344.0,718,4466,499,9860,643,8047,2,169949840,430,-46724,401, -65,106,Tb,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,6157,585,1560,540,-2446,642,,,5379,643,9941,780,8031,3,170952730,540,-44032,503, -65,107,Tb,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,8159,585,2267,585,-2535,709,,,3890,711,,,8007,3,171957219,540,-39850,503, -66,73,Dy,,,0,0,(7/2+),,0.6,2,S,0.6,0.2,B+P,0,0,EC+B+,0,0,,,,,,,,,,,,,4324,642,10488.0,585,10782,711,1262,585,7971,4,138959590,540,-37642,503, -66,74,DY,,,0,0,0+,,,,,,,EC+B+,,0,,,,,,,,,,,,-13571,643,,,3835,499,7652.271,895,13260,643,1989,499,8008,3,139954020,430,-42830,401, -66,75,Dy,,,0,0,(9/2-),,0.9,2,S,0.9,0.2,EC+B+,100,0,B+P,,0,,,,,,,,,-11018,499,-24195,585,3406,422,9158.837,316,10624,499,2189,854,8027,2,140951280,320,-45382,298, -66,76,Dy,,,0,0,0+,,2.3,3,S,2.3,0.3,EC+B+,100,0,ECP,0.06,0.03,,,,,,,,,-12869,831,-23826,831,3256,754,6439.515,1011,12808,787,2868,736,8061,5,141946194,782,-50120,729, -66,77,Dy,,,0,0,(1/2+),,5.6,10,S,5.6,1,EC+B+,100,0,ECP,,0,,,,,,,,,-10121,298,-22990,401,3038,196,8250.242,53,10121,729,2898.40,701,8075.052,91,142943994.335,14000,-52168.941,13041, -66,78,Dy,,,0,0,0+,,9.1,4,S,9.1,0.4,EC+B+,100,0,ECP,,0,,,,,,,,,-11960.569,11104,-22594,298,2787.27,29,5798.098,29,12472.46,15,3439.87,52,8105.589,50,143939269.514,7700,-56570.083,7173, -66,79,Dy,,,0,0,(1/2+),,6,2,S,6,2,EC+B+,100,0,ECP,50,0,,,,,,,,,-9122.493,9902,-21704.40,11,2556.71,21,8145.812,109,9743.83,10,3163.39,29,8116.888,45,144937473.994,7000,-58242.599,6520, -66,80,Dy,5.0438,2389,0,0,0+,,33.2,7,S,33.2,0.7,EC+B+,100,0,,,,,,,,,,,,-11316.699,9392,-21506.13,10,1979.68,29,5208.692,45,12383.64,9,3455.48,109,8146.112,46,145932844.529,7187,-62554.918,6695, -66,81,Dy,,,0,0,(1/2+),,67,7,S,67,7,EC+B+,100,0,B+P,0.05,0,,,,,,,,,-8438.945,10164,-21029.14,11,1610.35,201,6546.627,12,9712.44,11,3721.40,46,8156.767,60,146931082.715,9500,-64196.038,8849, -66,82,Dy,5.0455,2389,0,0,0+,,3.3,2,M,198,12,EC+B+,100,0,,,,,,,,,,,,-9868.393,84287,-20173.78,10,1475.04,29,2677.532,15,11734.83,12,4405.86,12,8180.943,59,147927149.772,9366,-67859.550,8724, -66,83,Dy,5.0567,2394,0,0,(7/2-),,4.20,14,M,252,8.4,EC+B+,100,0,,,,,,,,-0.119,,-0.62,,-6049.33,12803,-17776.07,84,2805.5,22,3792.76,10,7907.68,12,4447.80,15,8179.109,62,148927325.448,9898,-67695.909,9221, -66,84,Dy,5.0706,2413,0,0,0+,,7.17,5,M,430.2,3,EC+B+,64,5,A,36,5,,,,,,,,,-7363.719,14468,-15734.34,13,4351.27,154,1796.121,9,9685.01,10,5109.90,5,8189.149,29,149925593.08,4667,-69309.600,4348, -66,85,Dy,5.0801,2435,0,0,7/2(-),,17.9,3,M,1074,18,EC+B+,94.4,0.4,A,5.6,0.4,,,,,-0.945,,-0.3,,-5129.667,8756,-14877.84,15,4179.62,264,2871.099,5,7514.12,5,4935.65,8,8184.678,22,150926191.253,3535,-68752.405,3293, -66,86,Dy,5.0950,2482,0,0,0+,,2.38,2,H,8568,72,EC+B+,99.9,0.007,A,0.1,0.007,,,,,,,,,-6513.102,13325,-14566.45,9,3726.54,4,599.043,40,9436.78,5,5783.34,6,8192.916,30,151924725.363,4963,-70117.873,4624, -66,87,Dy,5.1035,2516,0,0,7/2(-),,6.4,1,H,23040,360,EC+B+,99.9906,0.0014,A,0.0094,0.0014,,,,,-0.782,,-0.02,,-4130.84,6157,-13609.49,13,3559.15,4,2170.395,6,7096.39,6,5715.00,40,8185.749,26,152925771.992,4346,-69142.943,4048, -66,88,Dy,5.1241,2617,0,0,0+,,3.0E+6,15,Y,94672800000000,47336400000000,A,100,0,,,,,,,,,,,,-5754.596,10178,-13453.12,9,2945.11,5,-237.604,46,9322.28,8,6369.54,8,8193.129,48,153924429.028,7992,-70393.907,7445, -66,89,Dy,5.1457,2751,0,0,3/2-,,9.9,2,H,35640,720,EC+B+,100,0,,,,,,,,-0.339,,0.967,,-3116.011,16590,-12587.56,13,2608.27,10,2094.5,14,6832.96,12,6288.22,46,8184.354,62,154925758.459,10375,-69155.550,9665, -66,90,Dy,5.1622,2869,0,0,0+,,STABLE,,,,,2EC,,,2EC,,,,,,,,,,,-5050,60000,-12560.74,17,1753.04,30,-438.167,4,9444.73,10,6567.89,10,8192.433,8,155924284.038,1281,-70528.964,1194, -66,91,Dy,5.1709,2936,0,0,3/2-,,8.14,4,H,29304,144,EC+B+,100,0,,,,,,,,-0.301,,1.3,,-2591.725,23787,-12016.91,60,1033.08,5,1338.872,5,6966.91,5,6622.73,6,8184.627,33,156925469.667,5557,-69424.558,5177, -66,92,Dy,5.1815,3023,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4219.755,27005,-11645.83,24,873.69,244,-936.681,2749,9054.11,5,6932.89,245,8190.13,15,157924414.597,2538,-70407.349,2365, -66,93,Dy,5.1825,3031,0,0,3/2-,,144.4,2,D,12476160,17280,EC,100,0,,,,,,,,-0.354,,1.37,,-1837.6,2683,-11050.86,27,477.83,133,365.229,1978,6831.10,260,6985.44,132,8181.583,10,158925746.023,1640,-69167.134,1528, -66,94,Dy,5.1951,3139,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3290,15000,-10414.51,3,437.27,112,-1836.473,1479,8576.91,142,7429.34,117,8184.054,5,159925203.244,828,-69672.730,772, -66,95,Dy,5.1962,459,0,0,5/2+,,STABLE,,,,,A,,,,,,,,,,-0.4803,,2.468,,-858.53,2166,-9744.39,15,342.76,112,-594.212,1553,6454.39,8,7508.51,117,8173.31,5,160926939.088,824,-68055.801,768, -66,96,Dy,5.2074,172,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2139.937,3113,-9055.52,217,83.15,112,-2505.52,36,8196.99,6,8008.86,126,8173.457,5,161926804.168,822,-68181.478,767, -66,97,Dy,5.2099,120,0,0,5/2-,,STABLE,,,,,B-,100,,,,,,,,,0.6726,,2.648,,-2.834,19,-8410.95,3,-244.65,112,-1785.099,4,6271.01,5,7994.18,36,8161.785,5,162928736.879,821,-66381.170,765, -66,98,Dy,5.2218,106,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-986.463,1415,-7660.95,7,-451.14,119,-3890.0,100,7658.11,7,8660.86,4,8158.714,5,163929180.472,823,-65967.965,767, -66,99,Dy,,,0,0,7/2+,,2.334,1,H,8402.4,3.6,B-,100,0,,,,,,,,-0.52,,-3.49,,1286.4,829,-6702.42,142,-531.7,155,-3046.606,102,5715.96,5,8823.61,100,8143.909,5,164931709.054,825,-63612.606,769, -66,100,Dy,,,0,0,0+,,81.6,1,H,293760,360,B-,100,0,,,,,,,,,,,,486.54,921,-5757.10,92,-729.3,4,-4700.0,70,7043.50,40,9308,102,8137.28,5,165932812.461,930,-62584.789,867, -66,101,Dy,,,0,0,(1/2-),,6.20,8,M,372,4.8,B-,100,0,,,,,,,,,,,,2350,60000,-4930.61,60,-1041.66,61,-4003.626,205,5417.15,60,9334.81,92,8120.992,361,166935661.823,64657,-59930.626,60228, -66,102,Dy,,,0,0,0+,,8.7,3,M,522,18,B-,100,0,,,,,,,,,,,,1501.605,143186,-4350.26,140,-1211,173,-5836.566,329,6700.26,152,9922,241,8112.536,833,167937133.716,150305,-58559.566,140009, -66,103,Dy,,,0,0,(5/2)-,,39,8,S,39,8,B-,100,0,,,,,,,,,,,,3200,300000,-3607.32,302,-1569,324,-5268.177,423,5108.93,332,10164,423,8094.763,1779,168940313.971,322782,-55597.177,300670, -66,104,Dy,,,0,0,0+,,,,,,,B-,100,0,,,,,,,,,,,,2575,202,-2938,197,-1559,277,-6939.0,446,6138,359,10624,357,8083,1,169942390,210,-53663,196, -66,105,Dy,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4330,670,-2022,302,-1801,422,-6157.0,585,4597,357,10754,499,8063,2,170946120,320,-50189,298, -66,106,Dy,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3474,357,-1562,670,-2071,499,-8159.0,585,5892,422,11266,585,8050,2,171948460,320,-48009,298, -66,107,Dy,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5412,499,-526,446,-2211,643,,,4001,499,11377,643,8027,2,172952830,430,-43939,401, -66,108,Dy,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4319,585,-91,585,-2416,780,,,5503,643,,,8012,3,173955587,540,-41370,503, -67,73,Ho,,,0,0,(6- 0- 8+),,6,3,MS,0.006,0.003,P,100,0,,,,,,,,,,,,,,,,4446,709,13571.0,643,,,-1093.90,10,7906,4,139968589,540,-29259,503, -67,74,Ho,,,0,0,(7/2-),,4.1,1,MS,0.0041,0.0001,P,100,0,,,,,,,,,,,,,,,,4178,567,11018.0,500,13177,643,-1176.78,7,7943,3,140963108,430,-34364,401, -67,75,Ho,,,0,0,(7- 8+),,0.4,1,S,0.4,0.1,EC+B+,100,0,ECP,0,0,P,0,0,,,,,,-9221,641,,,3993,499,12870.0,832,10957,567,-843,499,7965,3,141960010,430,-37250,401, -67,76,Ho,,,0,0,(11/2-),,,,,,,ECP,,0,EC+B+,,0,,,,,,,,,-10788,499,-22089,582,3658,422,10120.941,298,12869,499,-783,787,7999,2,142954860,320,-42048,298, -67,77,Ho,,,0,0,(5-),,0.7,1,S,0.7,0.1,EC+B+,100,0,ECP,,0,,,,,,,,,-8002,196,-21421,400,3447.84,801,11960.57,11,10633,298,-270.46,16,8017.097,59,143952109.714,9100,-44609.513,8477, -67,78,Ho,,,0,0,(11/2-),,2.4,1,S,2.4,0.1,EC+B+,100,0,,,,,,,,,,,,-9880,200,-20584,196,2995.82,106,9122.494,10,12581.91,11,-161.01,10,8048.578,51,144947267.394,8000,-49120.105,7452, -67,79,Ho,,,0,0,(6-),,3.32,22,S,3.32,0.22,EC+B+,100,0,ECP,,0,,,,,,,,,-6916.206,9399,-20069,200,2896.38,701,11316.699,9,10189.43,10,284.59,9,8063.242,45,145944993.506,7071,-51238.219,6587, -67,80,Ho,,,0,0,(11/2-),,5.8,4,S,5.8,0.4,EC+B+,100,0,,,,,,,,,,,,-9149.286,38517,-19506.40,8,2237.18,51,8438.946,10,12590.19,8,491.14,8,8094.037,34,146940142.295,5368,-55757.092,5001, -67,81,Ho,,,0,0,(1+),,2.2,11,S,2.2,1.1,EC+B+,100,0,,,,,,,,,,,,-6512.169,84458,-19454.67,92,1952.11,88,9868.392,84,10305.38,84,1084.09,84,8108.979,566,147937743.928,90000,-57991.158,83834, -67,82,Ho,,,0,0,(11/2-),,21.1,2,S,21.1,0.2,EC+B+,100,0,,,,,,,,,,,,-7904.963,30408,-18238.91,16,2316.92,110,6049.331,15,11726.74,85,1076.00,12,8133.259,80,148933819.672,12871,-61646.578,11990, -67,83,Ho,,,0,0,(2)-,,72,4,S,72,4,EC+B+,100,0,,,,,,,,,,,,-4114.568,13591,-16275.58,31,3392.81,47,7363.719,15,8370.62,19,1538.94,17,8134.842,94,149933498.358,15210,-61945.881,14168, -67,84,Ho,5.0398,354,0,0,(11/2-),,35.2,1,S,35.2,0.1,EC+B+,78,3,A,22,3,,,,,,,,,-5356.454,18444,-13862.74,19,4695.01,182,5129.667,9,9748.17,16,1602.11,9,8145.526,55,150931698.177,8912,-63622.738,8302, -67,85,Ho,5.0614,343,0,0,2-,,161.8,3,S,161.8,0.3,EC+B+,88,3,A,12,3,,,,,-1.02,,0.08,,-3104.394,9815,-13409.80,21,4507.4,134,6513.102,13,8053.35,15,2141.34,13,8144.919,82,151931717.465,13450,-63604.771,12529, -67,86,Ho,5.0760,339,0,0,11/2-,,2.01,3,M,120.6,1.8,EC+B+,99.949,0.025,A,0.051,0.025,,,,,6.81,,-1.1,,-4543.499,9916,-12583.04,10,4051.65,4,4130.84,7,9478.65,13,2183.20,7,8153.637,33,152930206.632,5468,-65012.103,5094, -67,87,Ho,5.0856,333,0,0,2-,,11.76,19,M,705.6,11.4,EC+B+,99.981,0.005,A,0.019,0.005,,,,,-0.643,,0.19,,-2034.291,9463,-12242.02,12,4041.49,4,5754.596,11,7698.53,10,2785.34,9,8150.681,53,153930606.841,8833,-64639.311,8228, -67,88,Ho,5.1076,325,0,0,5/2+,,48,1,M,2880,60,EC+B+,100,0,,,,,,,,3.51,,1.52,,-3830.35,18474,-11505.84,18,3159.05,18,3116.011,20,9471.54,19,2934.60,19,8159.203,113,154929103.634,18759,-66039.539,17474, -67,89,Ho,5.1156,325,0,0,4-,,56,1,M,3360,60,EC+B+,100,0,,,,,,,,2.98,,2.34,,-1267.255,64869,-11341.09,60,2813.04,72,5050.0,60,7510.74,62,3612.39,61,8155.046,385,155929705.436,64425,-65478.964,60012, -67,90,Ho,5.1535,316,0,0,7/2-,,12.6,2,M,756,12,EC+B+,100,0,,,,,,,,4.35,,2.97,,-3419.194,33668,-10692.44,34,2055.59,24,2591.726,24,9425.19,64,3592.84,23,8163.136,149,156928251.999,25195,-66832.832,23469, -67,91,Ho,5.1571,316,0,0,5+,,11.3,4,M,678,24,EC+B+,100,0,,,,,,,,3.77,,4.1,,-883.785,37025,-10845.27,38,1543.79,53,4219.756,27,7426.08,36,4052.01,27,8158.471,172,157928944.692,29101,-66187.593,27108, -67,92,Ho,5.1675,314,0,0,7/2-,,33.05,11,M,1983,6.6,EC+B+,100,0,,,,,,,,4.28,,3.19,,-2768.5,2000,-10097.04,25,1495.6,10,1837.6,3,9213.26,27,4211.16,4,8165.105,19,158927718.768,3314,-67329.534,3088, -67,93,Ho,5.1662,315,0,0,5+,,25.6,3,M,1536,18,EC+B+,100,0,,,,,,,,3.71,,3.95,,-318.502,28528,-9893.01,15,1283.15,15,3290.0,15,7124.51,15,4504.57,15,8158.602,94,159928735.204,16123,-66382.730,15020, -67,94,Ho,5.1785,313,0,0,7/2-,,2.48,5,H,8928,180,EC,100,0,,,,,,,,4.25,,3.22,,-1995.663,9011,-9204.36,24,1141.24,244,858.531,237,8885.86,15,4813.51,216,8163.119,14,160927860.759,2406,-67197.270,2242, -67,95,Ho,5.1817,313,0,0,1+,,15.0,10,M,900,60,EC+B+,100,0,,,,,,,,2.32,,0.71,,292.978,3127,-8911.25,9,1004.21,3,2139.937,3,6915.59,4,5274.71,3,8155.418,20,161929101.485,3398,-66041.541,3166, -67,96,Ho,5.1907,313,0,0,7/2-,,4570,25,Y,144218232000,788940000,EC,100,0,,,,,,,,4.22,,3.6,,-1210.612,4575,-8115.13,30,729.11,117,2.835,1082,8408.11,3,5485.83,5,8156.968,5,162928739.921,821,-66378.335,765, -67,97,Ho,,,0,0,1+,,29,1,M,1740,60,EC+B+,60,5,B-,40,5,,,,,,,,,961.387,1420,-7885.10,5,429.84,179,986.462,171,6674.48,141,5889.30,141,8147.929,9,163930239.483,1639,-64981.503,1528, -67,98,Ho,5.2022,312,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,4.177,,3.58,,-377.396,1033,-7027.43,83,137.67,145,-1286.4,12,7988.82,114,6220.01,83,8146.964,6,164930328.047,1084,-64899.006,1010, -67,99,Ho,,,0,0,0-,,26.824,12,H,96566.4,43.2,B-,100,0,,,,,,,,,,,,1854.713,922,-6621.04,103,179.71,36,-486.54,133,6243.64,2,6747.69,83,8135.499,6,165932290.139,1084,-63071.329,1010, -67,100,Ho,,,0,0,7/2-,,3.1,1,H,11160,360,B-,100,0,,,,,,,,,,,,1010.554,5208,-5425.90,5,-109.47,7,-2350.0,60,7280.61,5,6984.81,5,8130.379,31,166933138.994,5618,-62280.626,5234, -67,101,Ho,,,0,0,3+,,2.99,7,M,179.4,4.2,B-,100,0,,,,,,,,,,,,2930,30000,-4841.31,30,-408.12,104,-1501.605,143,5851.86,30,7419.52,67,8116.817,179,167935521.676,32229,-60061.171,30023, -67,102,Ho,,,0,0,7/2-,,4.72,10,M,283.2,6,B-,100,0,,,,,,,,,,,,2125.927,20053,-3877.32,20,-656,104,-3200.0,301,6807.32,36,7526.58,141,8109.068,119,168936878.63,21534,-58797.177,20060, -67,103,Ho,,,0,0,(6+),,2.76,5,M,165.6,3,B-,100,0,,,,,,,,,,,,3870,50000,-3386.89,50,-778.81,86,-2575.681,202,5512.82,54,7930.47,305,8093.796,294,169939625.289,53702,-56238.681,50024, -67,104,Ho,,,0,0,(7/2-),,53,2,S,53,2,B-,100,0,,,,,,,,,,,,3200,600000,-2481.59,600,-1017,631,-4329.956,670,6351.59,602,8145,631,8083.608,3509,170941471.49,644128,-54518.956,600002, -67,105,Ho,,,0,0,,,25,3,S,25,3,B-,100,0,,,,,,,,,,,,5000,196,-1836,196,-1186,357,-3475.0,357,5036,631,8584,357,8066,1,171944730,210,-51484,196, -67,106,Ho,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4304,357,-938,298,-1447,422,-5412.0,500,5938,357,8630,422,8054,2,172947020,320,-49351,298, -67,107,Ho,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,6260,422,-107,357,-1391,499,-4320.0,585,4411,422,9040,499,8033,2,173950950,320,-45690,298, -67,108,Ho,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,5449,566,675,499,-1596,643,,,5584,499,9121,643,8019,2,174953620,430,-43203,401, -67,109,Ho,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7340,643,1290,643,-1865,711,,,4159,643,,,7997,3,175957820,540,-39290,503, -68,75,ER,,,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,3957,642,10788.0,499,11302,640,1299,566,7918,3,142966441,429,-31260,400, -68,76,Er,,,0,0,0+,GE,200,,NS,0.0000002,5e15,EC+B+,100,0,,,,,,,,,,,,-14349,445,,,3797,446,8001.513,196,13419,445,1849,357,7956,1,143960700,210,-36608,196, -68,77,Er,,,0,0,(1/2+),,,,,,,,,,,,,,,,,,,,,-11657,280,-25052,447,3717,359,9880.105,200,10704,280,1920,200,7975,1,144957874,215,-39240,200, -68,78,Er,,,0,0,0+,,1.7,6,S,1.7,0.6,EC+B+,100,0,,,,,,,,,,,,-13267,200,-24811,196,3373,729,6916.207,9,13153,200,2490.88,10,8010.512,46,145952418.359,7197,-44322.012,6705, -68,79,Er,,,0,0,(1/2+),AP,2.5,,S,2.5,0,EC+B+,100,0,B+P,0,0,,,,,,,,,-10633.406,38799,-23624,204,3136.22,40,9149.285,39,10357.11,39,2658.56,39,8026.475,260,146949964.458,41000,-46607.807,38191, -68,80,Er,,,0,0,0+,,4.6,2,S,4.6,0.2,EC+B+,100,0,ECP,0.15,0,,,,,,,,,-12713.962,14491,-23575.91,12,2666.18,13,6512.169,84,12942.50,40,3010.87,11,8059.692,69,147944735.029,11000,-51478.989,10246, -68,81,Er,,,0,0,(1/2+),,4,2,S,4,2,EC+B+,100,0,ECP,7,2,,,,,,,,,-9859,198,-23047.91,30,2076.07,29,7904.963,30,10333.94,30,3039.43,88,8074.955,188,148942306,30000,-53741.615,27945, -68,82,Er,5.0548,254,0,0,0+,,18.5,7,S,18.5,0.7,EC+B+,100,0,,,,,,,,,,,,-11340,196,-22020,196,2298.69,18,4114.568,22,12161.01,33,3473.70,21,8102.195,115,149937915.528,18459,-57831.313,17195, -68,83,Er,,,0,0,(7/2-),,23.5,20,S,23.5,2,EC+B+,100,0,,,,,,,,,,,,-7493.528,25460,-19847,196,3504.84,19,5356.454,18,8506.29,24,3609.37,22,8104.872,109,150937448.567,17681,-58266.284,16470, -68,84,Er,5.0843,257,0,0,0+,,10.3,1,S,10.3,0.1,A,90,4,EC+B+,10,4,,,,,,,,,-8780.104,54743,-17798.94,21,4934.26,162,3104.394,15,10305.41,19,4166.61,12,8119.349,58,151935050.169,9479,-60500.377,8830, -68,85,Er,,,0,0,(7/2-),,37.1,2,S,37.1,0.2,A,53,3,EC+B+,47,3,,,,,-0.934,,-0.42,,-6495.276,12891,-16819.65,55,4802.39,140,4543.499,11,8039.54,12,4152.80,15,8118.827,61,152935084.279,10006,-60468.604,9321, -68,86,Er,5.1129,268,0,0,0+,,3.73,9,M,223.8,5.4,EC+B+,99.53,0.13,A,0.47,0.13,,,,,,,,,-8177.888,14916,-16703.01,13,4279.66,261,2034.291,10,10207.73,10,4881.89,7,8132.392,32,153932790.743,5353,-62605.020,4986, -68,87,Er,,,0,0,7/2-,,5.3,3,M,318,18,EC+B+,99.978,0.007,A,0.022,0.007,,,,,-0.669,,-0.27,,-5583.276,11515,-15853.38,16,4118.3,5,3830.35,19,7675.49,8,4858.85,10,8129.444,39,154933215.684,6546,-62209.189,6098, -68,88,Er,5.1429,285,0,0,0+,,19.5,10,M,1170,60,EC+B+,100,0,A,0.000017,0.000004,,,,,,,,,-7377.159,26710,-15657.11,27,3481.25,25,1267.255,65,10073.84,25,5461.14,30,8141.908,158,155931065.89,26440,-64211.709,24629, -68,89,Er,,,0,0,3/2-,,18.65,10,M,1119,6,EC+B+,100,0,,,,,,,,-0.412,,0.92,,-4704.366,38515,-14650.41,30,3304.39,27,3419.193,35,7273.25,36,5223.64,66,8136.375,169,156931922.655,28454,-63413.639,26505, -68,90,Er,5.1761,312,0,0,0+,,2.29,6,H,8244,216,EC,100,0,,,,,,,,,,,,-6600.615,31341,-14665.85,38,2665.18,26,883.785,37,9961.49,37,5759.95,34,8147.926,160,157929893.474,27074,-65303.808,25219, -68,91,Er,,,0,0,3/2-,,36,1,M,2160,60,EC+B+,100,0,,,,,,,,-0.304,,1.17,,-3990.637,28186,-13929.16,25,2169.6,10,2768.5,5,7328.54,25,5662.41,27,8142.773,23,158930690.875,3949,-64561.034,3679, -68,92,Er,5.2045,336,0,0,0+,,28.58,9,H,102888,324,EC,100,0,,,,,,,,,,,,-5762.2,40311,-13565.15,37,2039.82,24,318.502,29,9574.51,25,6023.66,24,8151.721,152,159929077.13,26037,-66064.228,24254, -68,93,Er,,,0,0,3/2-,,3.21,3,H,11556,108,EC+B+,100,0,,,,,,,,-0.365,,1.361,,-3302.9,29292,-12970.90,35,1798.03,10,1995.662,9,7208.70,26,6107.85,17,8145.864,55,160930003.191,9425,-65201.608,8780, -68,94,Er,5.2246,40,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4856.728,26047,-12507.13,28,1647.91,227,-292.978,3,9204.23,9,6426.22,219,8152.397,5,161928786.96,882,-66334.519,822, -68,95,Er,,,0,0,5/2-,,75.0,4,M,4500,24,EC+B+,100,0,,,,,,,,0.557,,2.55,,-2439,3000,-11761.25,26,1574.5,5,1210.612,5,6904.52,5,6415.15,6,8144.741,28,162930039.567,4980,-65167.723,4639, -68,96,Er,5.2389,35,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4038.855,24401,-11285.48,5,1304.92,17,-961.387,1713,8846.48,5,6853.52,13,8149.02,5,163929207.392,832,-65942.890,775, -68,97,Er,,,0,0,5/2-,,10.36,4,H,37296,144,EC,100,0,,,,,,,,0.643,,2.71,,-1591.99,1538,-10688.89,24,1109.27,61,377.396,1396,6650.04,59,6829.08,154,8139.936,6,164930733.198,1034,-64521.610,964, -68,98,Er,5.2516,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3037.667,11547,-10067.74,211,830.52,112,-1854.713,1542,8475.75,129,7316.01,92,8141.959,7,165930299.023,1251,-64926.042,1165, -68,99,Er,5.2560,31,0,0,7/2+,,STABLE,,,,,,,,,,,,,,,-0.56385,,3.565,,-747.539,1501,-9474.12,12,665.07,112,-1010.554,5,6436.46,18,7508.82,93,8131.746,7,166932054.119,1252,-63291.180,1166, -68,100,Er,5.2644,35,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1678.25,1870,-8518.85,151,551.88,112,-2930.0,30,7771.31,12,7999.52,5,8129.601,7,167932376.192,1254,-62991.171,1168, -68,101,Er,,,0,0,1/2-,,9.392,18,D,811468.8,1555.2,B-,100,0,,,,,,,,0.515,,,,352.108,1114,-7681.50,188,264.59,113,-2125.927,20,6003.25,15,8150.90,30,8117.019,7,168934596.353,1265,-60923.104,1179, -68,102,Er,5.2789,41,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-312.828,1821,-6904.79,183,51.19,166,-3870.0,50,7256.89,146,8600.47,20,8111.959,9,169935470.673,1659,-60108.681,1546, -68,103,Er,,,0,0,5/2-,,7.516,2,H,27057.6,7.2,B-,100,0,,,,,,,,0.659,,2.86,,1491.342,1256,-5994.42,183,-213.25,60,-3200.0,600,5681.59,35,8769.25,50,8097.746,9,170938036.148,1670,-57718.956,1557, -68,104,Er,,,0,0,0+,,49.3,5,H,177480,1800,B-,100,0,,,,,,,,,,,,890.767,4543,-5344.63,4,-348.96,140,-4999.612,196,6835.97,4,9253.63,600,8090.41,23,171939362.344,4302,-56483.612,4008, -68,105,Er,,,0,0,(7/2-),,1.4,1,M,84,6,B-,100,0,,,,,,,,,,,,2602,196,-4351,196,-482,359,-4303.0,357,5242,196,9459,277,8074,1,172942400,210,-53654,196, -68,106,Er,,,0,0,0+,,3.2,2,M,192,12,B-,100,0,,,,,,,,,,,,1915,301,-3765,298,-711,357,-6259.0,421,6367,357,9888,422,8064,2,173944230,320,-51949,298, -68,107,Er,,,0,0,(9/2+),,1.2,3,M,72,18,B-,100,0,,,,,,,,,,,,3659,404,-2859,403,-888,499,-5449.0,567,4774,499,10251,499,8045,2,174947770,430,-48652,401, -68,108,Er,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,2741,413,-2391,404,-1046,499,-7341.0,643,6050,566,10717,566,8034,2,175949940,430,-46631,401, -68,109,Er,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4611,585,-1558,513,-1344,643,,,4299,643,10857,711,8013,3,176953990,540,-42858,503, -68,110,Er,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3855,718,-862,667,-1315,780,,,5473,780,,,7999,3,177956779,640,-40260,596, -69,75,TM,,,0,0,(10+),,1.9,+12-5,US,0.0000019,0.0000009,P,0,0,,,,,,,,,,,,,,,,4575,643,14349.0,445,,,-1712.00,16,7851,3,143976104,429,-22259,400, -69,76,Tm,,,0,0,(11/2-),,3.17,20,US,0.00000317,0.0000002,P,100,0,,,,,,,,,,,,,,,,4357,446,11657.0,280,13395,445,-1736.10,7,7889,1,144970389,210,-27583,196, -69,77,Tm,,,0,0,(5-),,68,3,MS,0.068,0.003,EC+B+,,0,P,,0,,,,,,,,,,,,,3770,448,13267.012,200,11544,280,-895.70,6,7914,1,145966661,215,-31055,200, -69,78,Tm,,,0,0,11/2-,,0.58,3,S,0.58,0.03,EC+B+,85,5,P,15,5,,,,,,,,,,,,,3648,298,10633.407,39,12990,200,-1058.64,3,7948.817,47,146961379.89,7341,-35974.400,6839, -69,79,Tm,,,0,0,(10+),,0.7,2,S,0.7,0.2,EC+B+,100,0,,,,,,,,,,,,-8435,400,,,3419.57,13,12713.962,14,10861.94,12,-553.81,40,7968.5,69,147958384.029,11000,-38765.027,10246, -69,80,Tm,,,0,0,(11/2-),,0.9,2,S,0.9,0.2,EC+B+,100,0,ECP,0.2,0,,,,,,,,,-10684,358,-21624,445,2813,196,9858.615,198,13189,196,-307,196,8004,1,148952890,210,-43883,196, -69,81,Tm,,,0,0,(6-),,2.20,6,S,2.2,0.06,EC+B+,100,0,ECP,1.2,0,,,,,,,,,-7852,358,-21364,358,2322,196,11340.313,197,10680,277,38,198,8021,1,149950090,210,-46491,196, -69,82,Tm,,,0,0,(11/2-),,4.17,11,S,4.17,0.11,EC+B+,100,0,,,,,,,,,,,,-9230.414,300136,-20206,301,2559.42,20,7493.528,25,12353,197,230.41,9,8050.064,129,150945493.201,20843,-50772.756,19416, -69,83,Tm,,,0,0,(2)-,,8.0,10,S,8,1,EC+B+,100,0,,,,,,,,,,,,-5449.892,139620,-18249.25,305,3845.97,100,8780.104,55,9018.83,57,742.96,56,8056.438,355,151944476,58000,-51720.273,54027, -69,84,Tm,5.0643,190,0,0,(11/2-),,1.48,1,S,1.48,0.01,A,91,3,EC+B+,9,3,,,,,6.93,,0.5,,-6765,196,-15774.27,150,5248.33,145,6495.275,15,10324.37,55,761.92,12,8071.261,78,152942057.244,12864,-53973.329,11983, -69,85,Tm,5.0755,166,0,0,(2-),,8.1,3,S,8.1,0.3,A,54,5,EC+B+,46,5,,,,,-1.14,,0.4,,-4495.048,13953,-15290,196,5093.83,264,8177.889,15,8525.12,19,1247.50,17,8074.208,94,153941570.067,15472,-54427.131,14412, -69,86,Tm,,,0,0,11/2-,,21.6,2,S,21.6,0.2,EC+B+,99.11,0.24,A,0.89,0.24,,,,,,,,,-6123.305,19341,-14765.15,20,4571.91,5,5583.276,12,10270.10,17,1309.86,11,8088.375,64,154939209.578,10654,-56625.913,9925, -69,87,Tm,5.0976,135,0,0,2-,,83.8,18,S,83.8,1.8,EC+B+,99.936,0.01,A,0.064,0.01,,,,,,,,,-3568.83,12548,-14403.26,22,4345.31,7,7377.159,28,8279.95,17,1914.33,16,8089.603,92,155938985.597,15328,-56834.550,14279, -69,88,Tm,5.1140,74,0,0,1/2+,,3.63,9,M,217.8,5.4,EC+B+,100,0,,,,,,,,0.476,,,,-5287.374,30003,-13514.87,29,3877.91,28,4704.366,39,9946.04,31,1786.53,37,8101.428,178,156936973,30000,-58709.273,27945, -69,89,Tm,5.1235,69,0,0,2-,,3.98,6,M,238.8,3.6,EC+B+,100,0,,,,,,,,0.042,,0.74,,-2692.957,26456,-13352.61,27,3511.2,27,6600.614,36,8065.24,38,2578.53,37,8101.199,160,157936979.525,27074,-58703.194,25219, -69,90,Tm,5.1392,60,0,0,5/2+,,9.13,16,M,547.8,9.6,EC+B+,100,0,,,,,,,,3.42,,1.93,,-4731.792,33129,-12631.48,29,3044.23,33,3990.636,28,9938.52,38,2555.56,38,8112.754,176,158934975,30000,-60570.398,27945, -69,91,Tm,5.1504,55,0,0,1-,,9.4,3,M,564,18,EC+B+,100,0,,,,,,,,0.156,,0.582,,-2139.322,35017,-12534.74,39,2752.02,69,5762.2,42,7802.95,44,3029.96,34,8110.818,214,159935263.106,36781,-60302.028,34262, -69,92,Tm,5.1616,50,0,0,7/2+,,30.2,8,M,1812,48,EC+B+,100,0,,,,,,,,2.4,,2.9,,-4059.308,31885,-11807.32,29,2509.21,36,3302.9,29,9668.00,44,3123.45,37,8120.49,174,160933549,30000,-61898.708,27945, -69,93,Tm,5.1713,47,0,0,1-,,21.70,19,M,1302,11.4,EC+B+,100,0,,,,,,,,0.068,,0.69,,-1651.444,30240,-11709.71,30,2284.89,38,4856.728,26,7650.40,38,3565.15,27,8117.588,161,161934000.872,27977,-61477.791,26060, -69,94,Tm,5.1849,42,0,0,1/2+,,1.810,5,H,6516,18,EC+B+,100,0,,,,,,,,-0.082,,,,-3429.629,16309,-10973.69,16,2175.9,6,2439.0,7,9322.25,27,3683.17,5,8124.979,34,162932657.941,5930,-62728.723,5524, -69,95,Tm,5.1906,42,0,0,1+,,2.0,1,M,120,6,EC+B+,100,0,B+,39,1,,,,,2.37,,0.71,,-886.617,28829,-10676.26,29,2053.78,29,4038.855,24,7246.63,25,4025.28,25,8119.623,149,163933543.281,26188,-61904.035,24394, -69,96,Tm,5.2004,38,0,0,1/2+,,30.06,3,H,108216,108,EC+B+,100,0,,,,,,,,-0.139,,,,-2634.239,26592,-9983.52,15,1842.73,272,1591.989,1929,9096.90,24,4275.70,155,8125.546,10,164932442.269,1793,-62929.621,1671, -69,97,Tm,5.2046,38,0,0,2+,,7.70,3,H,27720,108,EC+B+,100,0,,,,,,,,0.0926,,2.14,,-292.635,13507,-9664.31,29,1728.25,12,3037.667,12,7030.07,12,4655.74,12,8118.946,70,165933560.092,12459,-61888.375,11606, -69,98,Tm,5.2129,36,0,0,1/2+,,9.25,2,D,799200,1728,EC,100,0,,,,,,,,-0.197,,,,-1953.065,3798,-9019.22,7,1409.78,142,747.539,1745,8726.58,12,4906.57,148,8122.585,8,166932856.635,1393,-62543.641,1298, -69,99,Tm,5.2170,36,0,0,3+,,93.1,2,D,8043840,17280,EC+B+,99.99,0.007,B-,0.01,0.007,,,,,0.227,,3.23,,268.98,1887,-8793.66,4,1243.67,217,1678.25,206,6840.60,181,5310.71,186,8114.954,10,167934177.868,1834,-61312.921,1709, -69,100,Tm,5.2256,35,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-0.2316,,,,-897.65,1141,-7764.63,112,1198.88,106,-352.108,1432,8033.61,150,5573.01,110,8114.473,5,168934218.35,871,-61275.212,812, -69,101,Tm,5.2303,36,0,0,1-,,128.6,3,D,11111040,25920,B-,99.869,0.01,EC,0.131,0.01,,,,,0.2468,,0.74,,968.066,801,-7489.61,114,850.56,107,312.828,1741,6591.96,17,6161.72,112,8105.517,5,169935806.507,859,-59795.853,801, -69,102,Tm,5.2388,37,0,0,1/2+,,1.92,1,Y,60590592,315576,B-,100,0,,,,,,,,-0.2303,,,,96.512,972,-6517.70,97,645.41,5,-1491.342,1835,7485.76,123,6390.59,124,8101.893,6,170936435.126,1043,-59210.298,972, -69,103,Tm,5.2411,52,0,0,2-,,63.6,3,H,228960,1080,B-,100,0,,,,,,,,,,,,1881.067,5503,-6138.89,6,261.88,31,-890.767,7,6235.40,5,6944.39,5,8091.041,32,171938406.067,5907,-57374.379,5503, -69,104,Tm,,,0,0,(1/2+),,8.24,8,H,29664,288,B-,100,0,,,,,,,,,,,,1295.166,4400,-5071.93,4,116.2,21,-2602.059,196,6953.00,7,7061.42,6,8084.463,25,172939606.632,4723,-56256.059,4400, -69,105,Tm,,,0,0,(4)-,,5.4,1,M,324,6,B-,100,0,,,,,,,,,,,,3080,44721,-4384.60,45,-50.75,67,-1915.512,301,5679.77,45,7499,201,8070.642,257,173942174.064,48010,-53864.512,44721, -69,106,Tm,,,0,0,(1/2+),,15.2,5,M,912,30,B-,100,0,,,,,,,,,,,,2385,50000,-3437.35,50,-216.51,602,-3658.549,404,6517.35,67,7650,302,8061.766,286,174943842.313,53677,-52310.549,50000, -69,107,Tm,,,0,0,(4+),,1.9,1,M,114,6,B-,100,0,,,,,,,,,,,,4120,100000,-2747.08,100,-313,220,-2740.314,413,5132.08,112,8008,413,8045.121,568,175946997.711,107354,-49371.314,100000, -69,108,Tm,,,0,0,(7/2-),,90,6,S,90,6,B-,100,0,,,,,,,,,,,,3517,298,-2049,298,-543,422,-4611.0,585,6169,314,8127,499,8035,2,176949040,320,-47469,298, -69,109,TM,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,5580,401,-1200,401,-851,499,-3856.0,718,4718,499,8546,643,8016,2,177952640,430,-44116,401, -69,110,Tm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4937,540,24,503,-823,643,,,5556,643,8629,780,8002,3,178955340,540,-41601,503, -69,111,Tm,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,100,0,,,,,,,,,,,,6680,585,546,540,-1055,711,,,4391,711,,,7982,3,179959291,540,-37920,503, -69,112,Tm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,5918,667,1358,667,,,,,5322,780,,,7967,3,180962243,640,-35170,596, -70,79,Yb,,,0,0,(1/2+ 3/2+),,0.7,2,S,0.7,0.2,ECP,100,0,EC+B+,100,0,,,,,,,,,,,,,3617,361,10685.0,358,10939,500,1722,300,7927,2,148964360,322,-33198,300, -70,80,Yb,,,0,0,0+,GE,200,,NS,0.0000002,5e15,,,,,,,,,,,,,,,-13998,424,,,3259,300,7853.0,358,13511,424,2045,358,7964,2,149958520,322,-38638,300, -70,81,Yb,,,0,0,(1/2+),,1.6,1,S,1.6,0.1,EC+B+,100,0,ECP,0,0,,,,,,,,,-11434,425,-24974,425,2640.55,303,9230.414,301,10975,425,2340,359,7983.755,1990,150955402.458,322591,-41542.342,300492, -70,82,Yb,5.0423,146,0,0,0+,,3.03,6,S,3.03,0.06,EC+B+,100,0,B+P,,0,,,,,,,,,-12848,246,-24233,335,2783.69,150,5449.892,159,12799.36,336,2786.60,151,8015.436,985,151950326.7,160718,-46270.381,149708, -70,83,Yb,,,0,0,7/2-,,4.2,2,S,4.2,0.2,A,60,,EC+B+,40,,B+P,0.008,,,-1.05,,-1.5,,-8835,247,-21857,277,4109,198,6765.329,196,9009,246,2777,203,8022,1,152949320,210,-47208,196, -70,84,Yb,5.0875,105,0,0,0+,,0.409,2,S,0.409,0.002,A,92.6,1.2,EC+B+,7.4,1.2,,,,,,,,,-10217,197,-19630.56,151,5474.31,173,4495.048,23,10795,196,3247.72,21,8039.939,112,153946395.701,18552,-49932.083,17281, -70,85,Yb,5.1040,110,0,0,(7/2-),,1.793,19,S,1.793,0.019,A,89,4,EC+B+,11,4,,,,,-0.913,,-0.5,,-7957.561,25416,-18859,197,5338.76,206,6123.305,19,8641.84,24,3364.45,22,8043.823,107,154945783.217,17820,-50502.608,16600, -70,86,Yb,5.1219,103,0,0,0+,,26.1,7,S,26.1,0.7,EC+B+,90,2,A,10,2,,,,,,,,,-9566.176,54916,-18791.99,21,4809.74,4,3568.829,17,10834.43,19,3928.78,14,8061.711,60,155942816.893,9992,-53265.721,9308, -70,87,Yb,5.1324,100,0,0,7/2-,,38.6,10,S,38.6,1,EC+B+,99.5,0,A,0.5,0,,,,,-0.639,,,,-6981.376,14241,-17793.67,55,4621.79,6,5287.375,30,8227.49,14,3876.32,18,8062.767,70,156942649.23,11723,-53421.898,10920, -70,88,Yb,5.1498,88,0,0,0+,,1.49,13,M,89.4,7.8,EC+B+,100,0,A,0.0021,0,,,,,,,,,-8798.047,16872,-17641.03,14,4169.87,7,2692.957,26,10659.66,13,4589.94,29,8079.203,51,157939870.534,8582,-56010.237,7994, -70,89,Yb,5.1629,84,0,0,5/2(-),,1.67,9,M,100.2,5.4,EC+B+,100,0,,,,,,,,-0.366,,-0.22,,-6130.002,41655,-16697.73,23,3945.67,19,4731.792,33,7899.69,19,4424.38,31,8078.074,112,158940054.787,19102,-55838.606,17794, -70,90,Yb,5.1781,76,0,0,0+,,4.8,2,M,288,12,EC+B+,100,0,,,,,,,,,,,,-7892.769,57280,-16525.42,38,3624.09,26,2139.322,35,10395.42,19,4881.28,29,8092.557,45,159937559.763,7764,-58162.706,7233, -70,91,Yb,5.1889,72,0,0,3/2-,,4.2,2,M,252,12,EC+B+,100,0,,,,,,,,-0.327,,1.03,,-5277.056,31885,-15640.78,59,3149.32,31,4059.308,32,7748.01,17,4826.34,38,8090.417,95,160937906.846,16483,-57839.400,15354, -70,92,Yb,5.2054,67,0,0,0+,,18.87,19,M,1132.2,11.4,EC+B+,100,0,,,,,,,,,,,,-6994.593,76592,-15335.32,32,3052.55,30,1651.444,30,10058.26,21,5216.61,32,8102.565,95,161935773.771,16488,-59826.347,15359, -70,93,Yb,5.2157,64,0,0,3/2-,,11.05,35,M,663,21,EC+B+,100,0,,,,,,,,-0.374,,1.24,,-4507.685,31890,-14538.66,77,2837.02,16,3429.629,16,7544.06,21,5110.27,30,8099.138,94,162936339.8,16493,-59299.094,15364, -70,94,Yb,5.2307,60,0,0,0+,,75.8,17,M,4548,102,EC,100,0,,,,,,,,,,,,-6375.048,31892,-14297.33,32,2621.89,29,886.617,29,9789.64,21,5577.67,16,8109.446,94,163934495.103,16499,-61017.418,15369, -70,95,Yb,5.2399,57,0,0,5/2-,,9.9,3,M,594,18,EC+B+,100,0,,,,,,,,0.478,,2.48,,-3853.14,35432,-13724.33,39,2481.31,28,2634.239,27,7349.28,31,5680.32,36,8104.839,161,164935270.241,28490,-60295.382,26539, -70,96,Yb,5.2525,57,0,0,0+,,56.7,1,H,204120,360,EC,100,0,,,,,,,,,,,,-5574.759,30642,-13224.82,27,2313.86,7,292.635,14,9371.68,27,5955.09,7,8112.471,43,165933874.249,7623,-61595.740,7101, -70,97,Yb,5.2621,56,0,0,5/2-,,17.5,2,M,1050,12,EC+B+,100,0,,,,,,,,0.623,,2.7,,-3089.451,31920,-12640.91,30,2152.23,6,1953.065,4,7066.15,8,5991.17,12,8106.205,24,166934953.337,4273,-60590.576,3981, -70,98,Yb,5.2702,56,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4514.051,39248,-12152.09,32,1936.07,115,-268.98,208,9062.64,4,6327.23,153,8111.898,7,167933889.106,1282,-61581.901,1195, -70,99,Yb,5.2771,56,0,0,7/2+,,32.018,5,D,2766355.2,432,EC,100,0,,,,,,,,-0.635,,3.54,,-2293,3000,-11381.03,39,1719.13,133,897.649,1453,6866.98,15,6353.61,189,8104.532,7,168935182.016,1293,-60377.563,1205, -70,100,Yb,5.2853,56,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3457.695,16843,-10750.67,3,1737.21,117,-968.066,801,8457.67,120,6777.68,81,8106.609,0,169934767.245,11,-60763.919,10, -70,101,Yb,5.2906,57,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,0.49367,,,,-1478.414,1862,-10071.90,17,1559.45,117,-96.512,972,6614.21,1,6799.93,80,8097.882,0,170936331.517,14,-59306.810,13, -70,102,Yb,5.2995,57,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2519.466,2336,-9498.37,186,1310.81,117,-1881.067,6,8019.95,2,7334.12,97,8097.429,0,171936386.658,14,-59255.446,14, -70,103,Yb,5.3046,59,0,0,5/2-,,STABLE,,,,,,,,,,,,,,,-0.67989,,2.8,,-670.31,1567,-8886.56,234,946.96,118,-1295.166,4,6367.10,2,7465.82,6,8087.427,0,172938216.215,12,-57551.225,11, -70,104,Yb,5.3108,60,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1374.317,1567,-8134.91,157,739.25,155,-3080.0,45,7464.60,1,7977.42,4,8083.847,0,173938867.548,11,-56944.512,11, -70,105,Yb,5.3135,61,0,0,(7/2-),,4.185,1,D,361584,86.4,B-,100,0,,,,,,,,0.58,,,,470.033,1206,-7196.67,157,598.49,156,-2385.0,50,5822.35,7,8120.01,45,8070.925,0,174941281.91,76,-54695.549,71, -70,106,Yb,5.3215,62,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-109.078,1212,-6397.05,121,567.38,4,-4120.0,100,6867.08,7,8469.74,50,8064.085,0,175942574.708,15,-53491.314,15, -70,107,Yb,,0,0,0,(9/2+),,1.911,3,H,6879.6,10.8,B-,100,0,,,,,,,,,,,,1397.409,1240,-5675.48,123,243,196,-3517.397,298,5566.40,22,8904.05,100,8049.973,1,176945263.848,236,-50986.397,220, -70,108,Yb,,,0,0,0+,,74,3,M,4440,180,B-,100,0,,,,,,,,,,,,642.309,10250,-5382.99,10,-171,298,-5579.475,401,6780.39,10,9516,298,8042.841,56,177946649.71,10735,-49695.475,10000, -70,109,Yb,,,0,0,(1/2-),,8.0,4,M,480,24,B-,100,0,,,,,,,,,,,,2521,196,-4271,196,-310,446,-4936.0,540,4913,196,9711,446,8025,1,178950040,210,-46537,196, -70,110,Yb,,,0,0,0+,,2.4,5,M,144,30,B-,100,0,,,,,,,,,,,,2076,306,-3612,298,-394,499,-6680.0,585,6134,357,10288,585,8015,2,179952120,320,-44600,298, -70,111,YB,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3709,324,-2483,306,-655,585,-5918.0,666,4560,422,10457,585,7996,2,180955890,320,-41088,298, -70,112,Yb,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3060,446,-2094,420,-985,718,,,5803,499,10939,718,7984,2,181958325,430,-38820,401, -70,113,Yb,,,0,0,,GE,222,,NS,0.000000222,5e15,B-,100,0,,,,,,,,,,,,4616,408,-1291,446,,,,,4351,566,,,7964,2,182962319,430,-35100,401, -70,114,Yb,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3872,585,-895,509,,,,,5512,643,,,7951,3,183965067,540,-32540,503, -70,115,Yb,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5388,585,-159,585,,,,,4031,711,,,7929,3,184969404,540,-28500,503, -71,79,Lu,,,0,0,(2+),,45,3,MS,0.045,0.003,P,70.9,1.9,EC+B+,29.1,1.9,,,,,,,,,,,,,3991,361,13998.0,424,,,-1269.60,231,7865,2,149973548,322,-24640,300, -71,80,Lu,,,0,0,11/2-,,80.6,20,MS,0.0806,0.002,P,63.4,0.9,EC+B+,36.6,0.9,,,,,,,,,,,,,3441,300,11434.342,425,13540,424,-1240.97,182,7903,2,150967677,322,-30108,300, -71,81,Lu,,,0,0,(4- 5- 6-),,0.7,1,S,0.7,0.1,EC+B+,100,0,B+P,15,7,,,,,,,,,,,,,2918,196,12848.381,247,11385,358,-831,359,7926,1,151964120,210,-33422,196, -71,82,Lu,,,0,0,11/2-,,0.9,2,S,0.9,0.2,A,70,0,EC+B+,30,0,,,,,,,,,-11073,335,,,3085,247,8835.156,247,13022,247,-608.57,10,7959.07,981,152958805.054,161068,-38372.844,150034, -71,83,Lu,,,0,0,(2-),,,,,,,,,,,,,,,,,,,,,-7045,358,-20486,358,4351,277,10217.083,197,9414,247,-204.06,14,7969,1,153957364,211,-39715,196, -71,84,Lu,,,0,0,11/2-,,68,1,MS,0.068,0.001,A,90,2,EC+B+,10,2,,,,,,,,,-8375,299,-17946,301,5802.79,257,7957.561,25,10901,197,-98.07,8,7987.436,124,154954326.011,20661,-42545.047,19246, -71,85,Lu,,,0,0,(2)-,,494,12,MS,0.494,0.012,A,95,0,EC+B+,5,0,,,,,,,,,-5882.648,139709,-17601,303,5595.81,3,9566.177,55,9225.81,57,485.91,57,7995.374,347,155953086.606,58102,-43699.544,54122, -71,86,Lu,,,0,0,(1/2+ 3/2+),,6.8,18,S,6.8,1.8,A,0,0,,,,,,,,,,,,-7537,196,-16694.94,150,5107.89,285,6981.375,16,10812.30,55,463.77,12,8013.317,77,156950144.045,12965,-46440.523,12078, -71,87,Lu,,,0,-1,,,10.6,3,S,10.6,0.3,EC+B+,99.09,0.2,A,0.91,0.2,,,,,,,,,-5109.8,14937,-16380,196,4790.03,5,8798.047,17,8842.98,19,1079.26,19,8018.568,96,157949315.626,16236,-47212.190,15125, -71,88,Lu,,,0,0,,,12.1,10,S,12.1,1,EC+B+,100,0,A,0.1,,,,,,,,,,-6856.004,41246,-15677.53,42,4492.39,39,6130.002,42,10567.73,41,987.34,39,8034.6,237,158946635.615,40433,-49708.604,37663, -71,89,Lu,,,0,-1,,,36.1,3,S,36.1,0.3,EC+B+,100,0,A,0.0001,0,,,,,,,,,-4330.994,57617,-15488.65,59,4139.7,59,7892.769,57,8632.65,68,1720.30,60,8038.338,355,159946033,61000,-50269.937,56821, -71,90,Lu,5.2293,320,0,0,1/2+,,77,2,S,77,2,EC+B+,100,0,,,,,,,,0.223,,,,-6247.672,35909,-14694.72,30,3722.01,40,5277.056,32,10363.72,63,1688.61,29,8052.781,174,160943572,30000,-52562.344,27945, -71,91,Lu,5.2398,317,0,0,1-,,1.37,2,M,82.2,1.2,EC+B+,100,0,,,,,,,,0.0553,,0.519,,-3662.746,75570,-14588.40,78,3446.52,79,6994.594,77,8340.73,80,2281.32,77,8054.559,463,161943282.776,80554,-52831.753,75036, -71,92,Lu,5.2567,312,0,0,1/2(+),,3.97,13,M,238.2,7.8,EC+B+,100,0,,,,,,,,0.0769,,,,-5527.726,37348,-13693.72,29,3354.07,40,4507.685,32,10030.97,80,2254.03,32,8066.684,171,162941179,30000,-54791.409,27945, -71,93,Lu,5.2677,310,0,0,1(-),,3.14,3,M,188.4,1.8,EC+B+,100,0,,,,,,,,0.0591,,0.608,,-2823.865,32112,-13450.00,37,3234.74,44,6375.048,32,7922.28,40,2632.25,32,8065.804,170,163941339,30000,-54642.370,27945, -71,94,Lu,5.2830,307,0,0,1/2+,,10.74,10,M,644.4,6,EC+B+,100,0,,,,,,,,-0.0245,,,,-4806.734,38539,-12695.05,31,3031.55,39,3853.14,38,9871.19,39,2713.79,31,8076.745,161,164939406.758,28490,-56442.242,26539, -71,95,Lu,5.2972,305,0,0,6-,,2.65,10,M,159,6,EC+B+,100,0,,,,,,,,2.912,,4.33,,-2161.998,40859,-12456.79,41,3031.89,40,5574.759,31,7650.06,40,3014.57,40,8074.175,180,165939859,32000,-56020.981,29808, -71,96,Lu,5.3108,303,0,0,7/2+,,51.5,10,M,3090,60,EC+B+,100,0,,,,,,,,2.325,,3.275,,-4033.369,42237,-11713.46,42,2802.68,32,3089.451,32,9551.46,43,3194.36,32,8083.021,190,166938270,34000,-57501.125,31671, -71,97,Lu,5.3227,302,0,0,6(-),,5.5,1,M,330,6,EC+B+,100,0,,,,,,,,3.016,,4.77,,-1707.299,48195,-11671.41,48,2411.27,46,4514.051,39,7638.04,50,3766.25,39,8080.372,234,167938735.139,42153,-57067.850,39266, -71,98,Lu,5.3290,302,0,0,7/2+,,34.06,5,H,122616,180,EC+B+,100,0,,,,,,,,2.295,,3.48,,-3367.673,28131,-10795.33,28,2420.14,4,2293.0,3,9088.03,39,3791.63,3,8086.335,19,168937643.653,3470,-58084.563,3233, -71,99,Lu,5.3364,302,0,0,0+,,2.012,20,D,173836.8,1728,EC+B+,100,0,,,,,,,,,,,,-1052.37,32628,-10660.65,33,2157.24,20,3457.695,17,7292.98,17,4217.63,17,8081.668,99,169938479.234,18081,-57306.224,16843, -71,100,Lu,5.3436,302,0,0,7/2+,,8.24,3,D,711936,2592,EC+B+,100,0,,,,,,,,2.293,,3.525,,-2397.05,28936,-9645.86,28,2290.33,227,1478.415,1862,8593.49,17,4353.45,186,8084.661,11,170937918.66,1998,-57828.395,1862, -71,101,Lu,5.3486,302,0,0,4-,,6.70,3,D,578880,2592,EC+B+,100,0,,,,,,,,2.25,,3.8,,-333.754,24540,-9375.95,29,2152.03,289,2519.466,2336,6978.90,263,4718.14,234,8078.232,14,171939091.417,2507,-56735.980,2336, -71,102,Lu,5.3577,303,0,0,7/2+,,1.37,1,Y,43233912,315576,EC,100,0,,,,,,,,2.34,,,,-1469.132,27989,-8550.01,24,1969.38,176,670.309,1567,8216.25,224,4914.44,157,8079.03,9,172938935.822,1682,-56880.916,1567, -71,103,Lu,5.3634,303,0,0,(1)-,,3.31,5,Y,104455656,1577880,EC+B+,100,0,,,,,,,,1.94,,,,274.286,2169,-8229.73,28,1800.74,176,1374.317,1567,6760.60,141,5307.94,157,8071.453,9,173940342.938,1682,-55570.195,1567, -71,104,Lu,5.3700,304,0,0,7/2+,,STABLE,,,,,,,,,,,,,,,2.2327,,3.49,,-683.92,1952,-7392.42,192,1619.8,155,-470.033,1209,7666.70,100,5510.04,121,8069.14,7,174940777.308,1295,-55165.582,1207, -71,105,Lu,5.3739,304,0,0,7-,,3.76E+10,7,Y,1.18656576e18,2.209032e16,B-,100,0,,,,,,,,3.1692,,4.92,,1194.085,874,-6971.89,195,1567.23,6,109.078,1212,6287.97,15,5975.66,121,8059.02,7,175942691.809,1301,-53382.236,1212, -71,106,Lu,5.3815,305,0,0,7/2+,,6.647,4,D,574300.8,345.6,B-,100,0,,,,,,,,2.2384,,3.389,,496.81,791,-5878.80,88,1447.34,5,-1397.409,124,7072.89,16,6181.46,122,8053.448,7,176943763.668,1310,-52383.806,1220, -71,107,Lu,5.3857,306,0,0,1(+),,28.4,2,M,1704,12,B-,100,0,,,,,,,,,,,,2097.451,2057,-5528.49,204,1101.81,45,-642.309,10,6025.30,189,6640.36,225,8042.054,13,177945960.162,2416,-50337.784,2251, -71,108,Lu,5.3917,307,0,0,7/2+,,4.59,6,H,16524,216,B-,100,0,,,,,,,,2.375,,3.32,,1403.989,5067,-4695.00,5,826.72,50,-2521.918,196,6792.45,5,6652.41,11,8035.073,29,178947333.082,5528,-49058.918,5150, -71,109,Lu,,,0,0,5+,,5.7,1,M,342,6,B-,100,0,,,,,,,,,,,,3103,70711,-4284.76,71,270.05,122,-2076.348,306,5688.75,71,7428,208,8022.038,393,179949890.876,75926,-46676.348,70725, -71,110,Lu,,,0,0,(7/2+),,3.5,3,M,210,18,B-,100,0,,,,,,,,,,,,2605.421,125760,-3089.38,126,247,324,-3709.41,323,6192.38,144,7486,324,8011.929,695,180951908,135000,-44797.410,125752, -71,111,Lu,,,0,0,,,2.0,2,M,120,12,B-,100,0,,,,,,,,,,,,4170,196,-2548,196,-189,446,-3060.0,446,5154,233,8081,357,7996,1,181955040,210,-41880,196, -71,112,Lu,,,0,0,(7/2+),,58,4,S,58,4,B-,100,0,,,,,,,,,,,,3566.687,85553,-1737.92,80,-541,509,-4616.11,409,5907,211,8185,408,7984.812,438,182957363,86000,-39716.110,80108, -71,113,Lu,,,0,0,(3+),,19,2,S,19,2,B-,100,0,,,,,,,,,,,,5087,301,-1201,300,-917,585,-3872.0,585,4767,309,8601,499,7967,2,183960910,320,-36412,298, -71,114,Lu,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4432,305,-460,301,-1142,667,-5388.0,585,5547,422,8637,585,7954,2,184963620,320,-33888,298, -71,115,Lu,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,6214,404,38,406,,,,,4394,499,8999,643,7935,2,185967568,430,-30210,401, -71,116,Lu,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,5237,499,773,404,,,,,5441,566,,,7922,2,186970392,430,-27580,401, -71,117,Lu,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7089,585,955,585,,,,,4282,643,,,7902,3,187974460,540,-23790,503, -72,79,HF,,,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -72,81,Hf,,,0,0,,GT,60,,NS,0.00000006,5e15,,,,,,,,,,,,,,,,,,,3473,424,11072.844,335,,,1167,358,7882,2,152970692,322,-27300,300, -72,82,Hf,,,0,0,0+,,2,1,S,2,1,EC+B+,100,0,A,0,0,,,,,,,,,,,,,3543,424,7045.0,358,13441,424,1586,335,7918,2,153964927,322,-32670,300, -72,83,Hf,,,0,0,,,0.89,12,S,0.89,0.12,EC+B+,100,0,,,,,,,,,,,,-10242,423,,,4947,423,8375.047,299,9571,423,1744,357,7928,2,154963317,320,-34170,298, -72,84,Hf,,,0,0,0+,,23,1,MS,0.023,0.001,A,100,0,,,,,,,,,,,,-11956,334,-21960,336,6028.57,4,5882.648,159,11718,334,2560.82,151,7952.65,960,155959401.889,160770,-37816.896,149757, -72,85,Hf,,,0,0,(7/2-),,115,1,MS,0.115,0.001,A,94,4,EC+B+,14,9,,,,,,,,,-9310,247,-21113,357,5880.01,3,7537.523,196,9158,246,2493,203,7960,1,156958236,210,-38903,196, -72,86,Hf,,,0,0,0+,,2.85,7,S,2.85,0.07,EC+B+,55.7,1.9,A,44.3,1.9,,,,,,,,,-10936,197,-20580.38,151,5404.78,272,5109.8,23,11271,196,2950.84,21,7981.276,111,157954801.222,18780,-42102.390,17494, -72,87,Hf,,,0,0,7/2-,,5.6,4,S,5.6,0.4,EC+B+,65,7,A,35,7,,,,,,,,,-8413.452,25891,-19757,197,5225.09,267,6856.004,41,8821.53,24,2929.38,23,7986.56,106,158953995.838,18049,-42852.600,16813, -72,88,Hf,,,0,0,0+,,13.6,2,S,13.6,0.2,EC+B+,99.3,0.2,A,0.7,0.2,,,,,,,,,-10115.249,55147,-19571.11,22,4901.86,259,4330.994,58,11157.66,19,3519.31,39,8006.38,60,159950682.513,10242,-45938.943,9541, -72,89,Hf,,,0,0,(7/2-),,18.4,4,S,18.4,0.4,EC+B+,99.87,0,A,0.13,0,,,,,,,,,-7535.674,33097,-18562.29,59,4682.31,24,6247.672,36,8447.05,24,3333.71,61,8009.117,140,160950279.151,24209,-46314.672,22551, -72,90,Hf,,,0,0,0+,,39.4,9,S,39.4,0.9,EC+B+,99.992,0.001,A,0.008,0.001,,,,,,,,,-9388.814,52931,-18461.33,26,4416.31,5,3662.745,76,10925.65,24,3895.63,29,8027.12,55,161947214.896,9627,-49169.008,8968, -72,91,Hf,,,0,0,(5/2-),,40.0,6,S,40,0.6,EC+B+,100,0,A,0.0001,0,,,,,,,,,-6729.054,45416,-17554.81,58,4150.01,31,5527.727,37,8165.99,26,3720.90,79,8027.972,152,162947113.258,26599,-49263.682,24778, -72,92,Hf,,,0,0,0+,,111,8,S,111,8,EC+B+,100,0,,,,,,,,,,,,-8535.704,32112,-17355.19,41,3919.29,17,2823.865,32,10626.14,29,4316.07,32,8043.814,96,163944370.544,16983,-51818.505,15820, -72,93,Hf,,,0,0,(5/2-),,76,4,S,76,4,EC+B+,100,0,,,,,,,,,,,,-5787.655,31195,-16424.02,40,3778.98,32,4806.735,39,7888.32,32,4282.11,40,8042.872,169,164944567,30000,-51635.507,27945, -72,94,Hf,,,0,0,0+,,6.77,30,M,406.2,18,EC+B+,100,0,,,,,,,,,,,,-7761.208,39520,-16082.45,31,3542.45,32,2161.998,41,10294.79,40,4705.71,39,8056.438,168,165942180,30000,-53858.983,27945, -72,95,Hf,,,0,0,(5/2)-,,2.05,5,M,123,3,EC+B+,100,0,,,,,,,,,,,,-5116.697,39520,-15441.30,40,3406.42,32,4033.369,42,7680.09,40,4735.75,41,8054.184,167,166942600,30000,-53467.756,27945, -72,96,Hf,,,0,0,0+,,25.95,20,M,1557,12,EC+B+,100,0,,,,,,,,,,,,-6966.644,39520,-15080.81,40,3231.95,32,1707.298,48,9964.11,40,5148.40,42,8065.553,166,167940568,30000,-55360.552,27945, -72,97,Hf,,,0,0,5/2-,,3.24,4,M,194.4,2.4,EC+B+,100,0,,,,,,,,,,,,-4426.46,39520,-14394.30,40,3153.58,39,3367.674,28,7427.65,40,4938.01,48,8061.778,165,168941259,30000,-54716.889,27945, -72,98,Hf,5.2898,55,0,0,0+,,16.01,13,H,57636,468,EC,100,0,,,,,,,,,,,,-6116.19,39520,-14034.74,40,2916.97,29,1052.37,33,9608.28,40,5458.26,28,8070.875,164,169939609,30000,-56253.854,27945, -72,99,Hf,5.3041,49,0,0,7/2(+),,12.1,4,H,43560,1440,EC+B+,100,0,,,,,,,,-0.674,,3.463,,-3711.072,40184,-13365.00,40,2734.32,29,2397.05,29,7248.81,40,5414.09,33,8066.068,169,170940492,31000,-55431.345,28876, -72,100,Hf,5.3065,43,0,0,0+,,1.87,3,Y,59012712,946728,EC,100,0,,,,,,,,,,,,-5072.248,37117,-12753.27,37,2754.76,24,333.754,25,9042.20,38,5862.80,25,8071.743,142,171939449.716,26224,-56402.226,24428, -72,101,Hf,5.3140,38,0,0,1/2-,,23.6,1,H,84960,360,EC+B+,100,0,,,,,,,,,,,,-3015.246,39520,-12153.12,40,2540.86,28,1469.132,28,7080.88,37,5964.77,28,8066.016,162,172940513,30000,-55411.784,27945, -72,102,Hf,5.3201,35,0,0,0+,,2.0E+15,4,Y,6.31152e22,1.262304e22,A,100,0,,,,,,,,,,,,-4103.715,28036,-11519.26,28,2494.52,225,-274.286,2749,8504.01,28,6252.54,217,8068.533,13,173940048.48,2424,-55844.481,2259, -72,103,Hf,5.3191,36,0,0,5/2(-),,70,2,D,6048000,172800,EC,100,0,,,,,,,,-0.539,,2.8,,-2073.015,28038,-10812.21,28,2400.23,227,683.92,258,6708.50,38,6200.44,219,8060.761,13,174941511.527,2449,-54481.662,2282, -72,104,Hf,5.3286,32,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3210.948,30775,-10238.99,28,2254.21,148,-1194.085,1914,8165.98,178,6699.71,89,8061.359,8,175941409.905,1590,-54576.321,1481, -72,105,Hf,5.3309,31,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,,,,,-1166,3000,-9586.56,31,2245.69,141,-496.81,186,6375.61,102,6787.35,80,8051.835,8,176943230.32,1511,-52880.616,1408, -72,106,Hf,5.3371,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1837,52,-8791.94,3,2084.36,141,-2097.452,2657,7625.94,18,7340.40,80,8049.442,8,177943708.456,1516,-52435.236,1412, -72,107,Hf,5.3408,31,0,0,9/2+,,STABLE,,,,,,,,,,,,,,,-0.6409,,3.79,,-105.584,409,-7936,52,1807.73,141,-1403.989,5,6098.99,8,7414.09,204,8038.546,8,178945825.838,1517,-50462.907,1413, -72,108,Hf,5.3470,32,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-846.471,2269,-7493.34,44,1287.05,142,-3103.0,71,7387.76,15,8009.40,5,8034.93,8,179946559.669,1522,-49779.348,1419, -72,109,Hf,,,0,0,1/2-,,42.39,6,D,3662496,5184,B-,100,0,,,,,,,,,,,,1035.48,1834,-6541.27,227,1158.65,144,-2605.421,126,5694.80,7,8015.45,71,8022.002,8,180949110.965,1524,-47402.831,1420, -72,110,Hf,5.3516,36,0,0,0+,,8.90E+6,9,Y,280862640000000,2840184000000,B-,100,0,,,,,,,,,,,,380.425,6274,-5682.51,6,1221.05,12,-4169.508,196,6717.99,6,8541.07,126,8014.837,34,181950563.816,6618,-46049.508,6165, -72,111,Hf,,,0,0,(3/2-),,1.018,2,H,3664.8,7.2,B-,100,0,,,,,,,,,,,,2010,30000,-4924.18,30,830,198,-3566.686,86,5304.61,31,8692,198,8000.027,164,182953534.004,32241,-43282.796,30034, -72,112,Hf,,,0,0,0+,,4.12,5,H,14832,180,B-,100,0,,,,,,,,,,,,1340,30000,-4277.89,40,676,301,-5087.373,301,6287.89,50,9072.23,89,7990.722,216,183955448.587,42625,-41499.373,39706, -72,113,Hf,,,0,0,,,3.5,6,M,210,36,B-,100,0,,,,,,,,,,,,3074.492,65815,-3551.74,69,343,305,-4431.8,305,4891.74,76,9197,305,7973.97,347,184958862,69000,-38319.800,64272, -72,114,Hf,,,0,0,0+,,2.6,12,M,156,72,B-,100,0,,,,,,,,,,,,2183.318,78906,-3101.23,53,-29,404,-6214.21,404,6175.73,82,9825,302,7964.302,275,185960897,55000,-36424.210,51232, -72,115,HF,,,0,0,,,,,,,,B-,100,0,,,,,,,,,,,,4079,303,-2280,304,-142,499,-5237.0,500,4464,302,9895,499,7946,2,186964770,320,-32817,298, -72,116,Hf,,,0,0,0+,,,,,,,B-,,0,,,,,,,,,,,,2733,303,-2055,303,-764,585,-7089.0,585,6134,422,10588,499,7936,2,187966850,320,-30879,298, -72,117,HF,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,4667,357,-1622,303,-1087,585,,,4355,422,10661,585,7917,2,188970840,320,-27162,298, -72,118,Hf,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3483,446,-1272,446,,,,,5939,499,,,7907,2,189973129,430,-25030,401, -73,82,Ta,,,0,0,11/2-,,2.9,+15-11,MS,0.0029,0.0013,P,100,0,,,,,,,,,,,,,,,,3755,424,10242.0,423,,,-1453.00,15,7857,2,154974312,322,-23928,300, -73,83,Ta,,,0,0,(2-),,106,4,MS,0.106,0.004,P,71,3,EC+B+,29,3,,,,,,,,,,,,,5136,357,11955.896,334,10004,423,-1019.80,4,7871,2,155972237,320,-25861,298, -73,84,Ta,,,0,0,1/2+,,10.1,4,MS,0.0101,0.0004,A,96.6,1.2,P,3.4,1.2,,,,,,,,,-10123,427,,,6354.6,6,9309.67,247,11803,334,-934.60,10,7896.043,956,156968230.251,161105,-29593.330,150069, -73,85,Ta,,,0,0,(2-),,55,15,MS,0.055,0.015,A,91,0,EC+B+,9,0,,,,,,,,,-7534,358,-19768,445,6123.6,4,10935.39,197,9645,247,-447.65,13,7907,1,157966541,210,-31167,196, -73,86,Ta,,,0,0,1/2+,,0.83,18,S,0.83,0.18,EC+B+,66,5,A,34,5,,,,,,,,,-9145,299,-18878,301,5680.98,6,8413.452,26,11344,197,-374.27,9,7928.725,124,158963028.052,21137,-34439.148,19689, -73,87,Ta,,,0,0,,,1.55,4,S,1.55,0.04,EC+B+,66,0,A,34,0,,,,,,,,,-6497.24,139859,-18600,303,5450.93,5,10115.248,55,9455.86,58,260.06,57,7938.27,339,159961541.679,58310,-35823.695,54316, -73,88,Ta,,,0,0,(1/2+),,,,,,,A,,0,EC+B+,,0,,,,,,,,,-8224,197,-17523.86,152,5236.61,24,7535.675,33,11026.62,60,129.02,23,7957.452,151,160958369.031,26175,-38778.997,24382, -73,89,Ta,,,0,0,,,3.57,12,S,3.57,0.12,EC+B+,99.926,0.01,A,0.074,0.01,ECP,,0,,,,,,-5780.987,52239,-17296,203,5007.08,50,9388.814,53,9072.51,58,754.49,57,7964.335,322,161957294.202,56079,-39780.194,52238, -73,90,Ta,,,0,0,,,10.6,18,S,10.6,1.8,EC+B+,99.8,0,A,0.2,0,,,,,,,,,-7626.436,65049,-16606.74,42,4749.06,5,6729.053,45,10825.75,65,654.59,39,7981.89,234,162954337.195,40860,-42534.629,38061, -73,91,Ta,,,0,0,(3+),,14.2,3,S,14.2,0.3,EC+B+,100,0,A,,,,,,,,,,,-5047.041,29572,-16445.92,60,4562.22,63,8535.705,32,8819.49,47,1308.09,37,7986.997,170,163953534,30000,-43282.800,27945, -73,92,Ta,,,0,0,(9/2-),,31.0,15,S,31,1.5,EC+B+,100,0,,,,,,,,,,,,-6986.83,28566,-15683.41,17,4289.58,31,5787.654,31,10636.37,31,1318.32,20,8003.054,84,164950780.303,14882,-45847.853,13863, -73,93,Ta,,,0,0,(2)+,,34.4,5,S,34.4,0.5,EC+B+,100,0,,,,,,,,,,,,-4209.744,29508,-15308.07,37,4309.06,80,7761.208,40,8321.24,31,1751.24,40,8004.971,168,165950512,30000,-46097.775,27945, -73,94,Ta,,,0,0,(3/2+),,80,4,S,80,4,EC+B+,100,0,,,,,,,,,,,,-6253.001,33382,-14534.35,30,4015.43,40,5116.697,40,10324.60,40,1781.05,40,8018.861,167,166948093,30000,-48351.059,27945, -73,95,Ta,,,0,0,(2- 3+),,2.0,1,M,120,6,EC+B+,100,0,,,,,,,,,,,,-3500.799,30936,-14367.17,33,3823.55,40,6966.644,40,8114.17,40,2215.12,40,8019.428,166,167948047,30000,-48393.908,27945, -73,96,Ta,,,0,0,(5/2+),,4.9,4,M,294,24,EC+B+,100,0,,,,,,,,,,,,-5372.557,31925,-13468.64,31,3726.9,39,4426.459,40,9967.84,40,2218.85,40,8030.957,165,168946011,30000,-50290.430,27945, -73,97,Ta,,,0,0,(3+),,6.76,6,M,405.6,3.6,EC+B+,100,0,,,,,,,,,,,,-2846.832,30904,-13291.11,32,3458.4,41,6116.189,40,7918.55,40,2709.75,40,8030.296,164,169946175,30000,-50137.665,27945, -73,98,Ta,,,0,0,(5/2-),,23.3,3,M,1398,18,EC+B+,100,0,,,,,,,,,,,,-4634.183,39520,-12500.76,31,3355.94,42,3711.072,40,9653.93,40,2755.39,40,8039.791,163,170944476,30000,-51720.273,27945, -73,99,Ta,,,0,0,(3+),,36.8,3,M,2208,18,EC+B+,100,0,,,,,,,,,,,,-2232.791,39520,-12315.20,40,3312.96,48,5072.249,37,7681.02,40,3187.60,40,8037.705,162,171944895,30000,-51329.977,27945, -73,100,Ta,,,0,0,5/2-,,3.14,13,H,11304,468,EC+B+,100,0,,,,,,,,1.703,,-1.9,,-3669.155,39520,-11370.67,40,3263.11,28,3015.246,40,9137.88,40,3283.28,37,8044.064,162,172943750,30000,-52396.538,27945, -73,101,Ta,,,0,0,3+,,1.14,8,H,4104,288,EC+B+,100,0,,,,,,,,,,,,-1513.678,39520,-11084.70,40,3140.54,33,4103.715,28,7415.55,40,3617.95,40,8040.452,161,173944454,30000,-51740.766,27945, -73,102,Ta,,,0,0,7/2+,,10.5,2,H,37800,720,EC+B+,100,0,,,,,,,,2.27,,3.65,,-2775.852,39520,-10252.88,40,2994.83,28,2073.015,28,8739.20,40,3853.14,28,8044.445,160,174943737,30000,-52408.647,27945, -73,103,Ta,,,0,0,(1)-,,8.09,5,H,29124,180,EC+B+,100,0,,,,,,,,,,,,-723.771,41543,-9803.90,42,2945.69,31,3210.947,31,7028.04,42,4172.68,31,8038.67,175,175944857,33000,-51365.374,30739, -73,104,Ta,,,0,0,7/2+,,56.56,6,H,203616,216,EC+B+,100,0,,,,,,,,,,,,-2012.89,28141,-9144.33,28,2741.38,3,1166.0,4,8420.56,31,4427.26,3,8040.827,19,176944482.073,3557,-51714.616,3314, -73,105,Ta,,,0,0,7-,,2.36,8,H,8496,288,EC+B+,100,0,,,,,,,,,,,,-191,50,-8968,59,2547,52,1837.236,52,6955,52,5007,52,8035,0,177945681,56,-50598,52, -73,106,Ta,,,0,0,7/2+,,1.82,3,Y,57434832,946728,EC,100,0,,,,,,,,2.289,,3.37,,-1062.195,14520,-8021.70,15,2383.34,92,105.584,2033,7830,52,5211.06,42,8033.585,8,178945939.187,1571,-50357.323,1463, -73,107,Ta,,,0,0,1+,,8.154,6,H,29354.4,21.6,EC,85,3,B-,15,3,,,,,,,,,703.238,2281,-7709.07,15,2024.44,219,846.471,2403,6646.87,229,5758.94,227,8025.881,11,179947468.392,2081,-48932.877,1939, -73,108,Ta,5.3507,34,0,0,7/2+,,STABLE,,,,,,,,,,,,,,,2.3705,,3.17,,-204.493,1854,-6873.51,185,1520.58,174,-1035.48,199,7576.75,134,5947.93,183,8023.4,8,180947999.331,1506,-48438.311,1403, -73,109,Ta,,,0,0,3-,,114.74,12,D,9913536,10368,B-,100,0,,,,,,,,3.02,,2.6,,1816.126,1399,-6267.43,186,1482.94,257,-380.426,6,6062.94,11,6316.07,184,8012.628,8,181950155.413,1508,-46429.934,1405, -73,110,Ta,,,0,0,7/2+,,5.1,1,D,440640,8640,B-,100,0,,,,,,,,2.36,,,,1072.783,1413,-5118.05,141,1341.21,5,-2010.0,30,6934.18,20,6532.26,6,8006.735,8,182951376.18,1523,-45292.796,1419, -73,111,Ta,,,0,0,(5-),,8.7,1,H,31320,360,B-,100,0,,,,,,,,,,,,2866,26000,-4545.11,26,1412.06,75,-1340.0,47,5617.89,26,6845.55,40,7993.752,141,183954010.038,27923,-42839.373,26010, -73,112,Ta,,,0,0,(7/2+),,49.4,15,M,2964,90,B-,100,0,,,,,,,,,,,,1993.5,14142,-3760.24,14,978.2,127,-3074.493,66,6626.24,30,7183.89,42,7986.36,77,184955561.396,15202,-41394.293,14161, -73,113,Ta,,,0,0,(2- 3-),,10.5,3,M,630,18,B-,100,0,,,,,,,,,,,,3901,60000,-3291.05,60,848,205,-2183.318,79,5284.55,62,7576.70,88,7971.835,323,185958553.111,64425,-38607.528,60012, -73,114,TA,,,0,0,,,,,,,,B-,100,0,,,,,,,,,,,,3008.424,55903,-2458.34,56,395.65,98,-4078.546,303,6359.34,82,7760.31,76,7963.212,299,186960391,60000,-36895.546,55890, -73,115,Ta,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,5055.781,55045,-1779.38,55,375,303,-2733.03,303,4787.80,78,8084,303,7946.321,292,187963916,59000,-33612.030,54958, -73,116,Ta,,,0,0,(7/2+),,,,,,,,,,,,,,,,,,,,,3788,200,-1233,196,-366,357,-4667.0,357,6288,203,8239,357,7938,1,188965830,210,-31829,196, -73,117,TA,,,0,0,,,5.3,7,S,5.3,0.7,B-,100,0,,,,,,,,,,,,5869,200,-967,200,-728,446,-3483.0,446,4755,277,8640,357,7921,1,189969390,210,-28513,196, -73,118,TA,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,4684,301,-181,301,-1337,499,,,6050,357,8750,499,7911,2,190971560,320,-26492,298, -73,119,TA,,,0,0,(1 2),,2.2,7,S,2.2,0.7,B-,100,0,,,,,,,,,,,,6586,446,41,403,-1698,643,,,4643,499,,,7894,2,191975240,430,-23064,401, -73,120,Ta,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,5417,446,708,446,,,,,5878,566,,,7884,2,192977595,430,-20870,401, -73,121,Ta,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7227,585,916,540,,,,,4501,643,,,7866,3,193981428,540,-17300,503, -74,83,W,,,0,0,(7/2-),,275,40,MS,0.275,0.04,EC,,0,,,,,,,,,,,,,,,,5405,500,10123.33,427,,,898,499,7827,3,156979098,429,-19470,400, -74,84,W,,,0,0,0+,,1.25,21,MS,0.00125,0.00021,A,100,0,,,,,,,,,,,,,,,,6612.73,3,7534.0,358,12234,500,1328,335,7854,2,157974629,322,-23633,300, -74,85,W,,,0,0,,,7.3,27,MS,0.0073,0.0027,A,99.9,0,EC+B+,0.1,0,,,,,,,,,-10550,426,,,6450.48,4,9144.148,299,9733,423,1417,357,7866,2,158972845,320,-25295,298, -74,86,W,,,0,0,0+,,91,5,MS,0.091,0.005,A,87,8,,,,,,,,,,,,-12588,334,-22653,339,6065.53,5,6497.24,159,12103,334,2176.28,151,7892.772,936,159968516.753,160846,-29326.455,149827, -74,87,W,,,0,0,,,409,18,MS,0.409,0.018,A,73,3,EC+B+,27,3,,,,,,,,,-9715,247,-21888,357,5922.88,4,8223.997,198,9300,246,2021,203,7902,1,160967197,210,-30555,196, -74,88,W,,,0,0,0+,,1.19,12,S,1.19,0.12,EC+B+,54.8,1.6,A,45.2,1.6,,,,,,,,,-11498,197,-21230.32,151,5678.27,240,5780.987,55,11515,196,2509.18,30,7923.821,109,161963500.347,18956,-33999.207,17658, -74,89,W,,,0,0,7/2-,,2.67,10,S,2.67,0.1,EC+B+,86,2,A,14,2,,,,,,,,,-8905.949,55912,-20478,203,5519.49,50,7626.436,65,8980.30,56,2416.97,74,7930.302,324,162962524.511,56630,-34908.193,52751, -74,90,W,,,0,0,0+,,6.3,2,S,6.3,0.2,EC+B+,96.2,1.2,A,3.8,1.2,,,,,,,,,-10763.323,55406,-20304.83,21,5278.27,200,5047.041,30,11398.88,54,2990.10,39,7951.452,59,163958952.222,10385,-38235.759,9674, -74,91,W,,,0,0,(5/2-),,5.1,5,S,5.1,0.5,EC+B+,99.8,0,A,0.2,0,,,,,,,,,-8201.246,34332,-19459.90,60,5028.73,30,6986.831,29,8696.58,27,2867.19,37,7955.968,151,164958280.974,26813,-38861.022,24977, -74,92,W,,,0,0,0+,,19.2,6,S,19.2,0.6,EC+B+,99.965,0.012,A,0.035,0.012,,,,,,,,,-9994.553,72879,-19299.57,25,4856.06,4,4209.744,30,11098.33,27,3329.15,17,7974.898,57,165955031.346,10174,-41888.031,9478, -74,93,W,,,0,0,(+),,19.9,5,S,19.9,0.5,EC+B+,99.96,0.01,A,0.04,0.01,,,,,,,,,-7267,44,-18275.90,75,4740.71,28,6253.001,33,8281.34,21,3289.25,33,7976.733,109,166954805.873,19603,-42098.058,18261, -74,94,W,,,0,0,0+,,50.9,19,S,50.9,1.9,EC+B+,100,0,A,0.0032,0.001,,,,,,,,,-9098.224,33556,-18133,43,4500.48,11,3500.799,31,10866.37,23,3831.02,31,7993.933,79,167951805.262,14247,-44893.109,13271, -74,95,W,,,0,0,(5/2-),,74,6,S,74,6,EC+B+,100,0,,,,,,,,,,,,-6508.641,19173,-17194.31,34,4292.72,32,5372.557,32,8096.08,20,3812.94,32,7994.537,91,168951778.677,16571,-44917.873,15436, -74,96,W,,,0,0,0+,,2.42,4,M,145.2,2.4,EC+B+,100,,,,,,,,,,,,,-8377.639,26611,-16952.92,17,4143.24,31,2846.833,31,10444.28,20,4289.37,31,8008.948,78,169949231.2,14165,-47290.832,13195, -74,97,W,,,0,0,(5/2-),,2.38,4,M,142.8,2.4,EC+B+,100,0,,,,,,,,,,,,-5835.81,39520,-16244.21,36,3956.75,40,4634.183,40,7866.58,31,4237.40,40,8008.115,163,170949451,30000,-47086.090,27945, -74,98,W,,,0,0,0+,,6.6,9,M,396,54,EC+B+,100,0,,,,,,,,,,,,-7560.08,47974,-15918.22,40,3838.45,40,2232.791,40,10082.41,40,4665.88,40,8020.175,162,171947292,30000,-49097.186,27945, -74,99,W,,,0,0,5/2-,,7.6,2,M,456,12,EC+B+,100,0,,,,,,,,,,,,-5173.518,39520,-15261.59,48,3564.59,40,3669.155,40,7701.51,40,4686.38,40,8018.333,162,172947689,30000,-48727.383,27945, -74,100,W,,,0,0,0+,,33.2,21,M,1992,126,EC+B+,100,0,,,,,,,,,,,,-6553.992,39520,-14744.54,40,3601.85,40,1513.678,40,9571.02,40,5119.52,40,8027.256,161,173946079,30000,-50227.088,27945, -74,101,W,,,0,0,(1/2-),,35.2,6,M,2112,36,EC+B+,100,0,,,,,,,,,,,,-4344.488,39520,-14031.02,40,3373.63,40,2775.852,40,7477.02,40,5181.00,40,8024.112,160,174946717,30000,-49632.795,27945, -74,102,W,,,0,0,0+,,2.5,1,H,9000,360,EC,100,0,,,,,,,,,,,,-5578.718,39520,-13424.61,40,3335.71,37,723.771,42,9080.13,40,5521.93,40,8030.112,159,175945634,30000,-50641.603,27945, -74,103,W,,,0,0,1/2-,,132,2,M,7920,120,EC+B+,100,0,,,,,,,,,,,,-3432.555,39520,-12710.16,40,3285.14,40,2012.89,28,7131.44,40,5625.32,42,8025.035,158,176946643,30000,-49701.726,27945, -74,104,W,,,0,0,0+,,21.6,3,D,1866240,25920,EC,100,0,,,,,,,,,,,,-4753.483,31810,-12209.08,32,3012.63,15,191.064,54,8776.53,32,5981.29,15,8029.257,85,177945885.925,16315,-50406.936,15199, -74,105,W,,,0,0,7/2-,,37.05,16,M,2223,9.6,EC+B+,100,0,,,,,,,,,,,,-2710.847,26802,-11712.99,32,2761.62,15,1062.196,15,6959.51,21,5986,54,8023.281,81,178947079.501,15644,-49295.127,14573, -74,106,W,5.3491,22,0,0,0+,,1.8E18,2,Y,5.680368e25,6.31152e24,A,100,0,,,,,,,,,,,,-3798.757,21440,-11123.15,25,2515.29,103,-703.238,2413,8412.31,15,6567.76,52,8025.442,8,179946713.435,1542,-49636.115,1436, -74,107,W,,,0,0,9/2+,,121.2,2,D,10471680,17280,EC,100,0,,,,,,,,,,,,-1716.427,12629,-10467.78,21,2221.88,40,204.493,2013,6669.02,16,6589.91,229,8017.948,8,180948218.863,1551,-48233.818,1445, -74,108,W,5.3559,17,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2800,101980,-9799.99,13,1764.26,156,-1816.126,1587,8083.56,160,7096.72,140,8018.308,4,181948205.721,791,-48246.060,738, -74,109,W,5.3611,20,0,0,1/2-,GE,6.7E+20,,Y,2.1143592e28,1.57777428204e32,A,,0,,,,,,,,0.11778476,,,,-556,8000,-8990.84,102,1672.41,157,-1072.784,1599,6190.84,4,7224.62,140,8008.322,4,182950224.5,790,-46365.580,737, -74,110,W,5.3658,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1485.739,4198,-7967.11,8,1649.06,157,-2866.0,26,7411.11,13,7701.55,141,8005.077,4,183950933.26,785,-45705.373,731, -74,111,W,,,0,0,3/2-,,75.1,3,D,6488640,25920,B-,100,0,,,,,,,,,,,,431.234,661,-7239.48,4,1590.12,157,-1993.5,14,5753.74,5,7837.39,26,7992.907,4,184953421.286,786,-43387.793,733, -74,112,W,5.3743,26,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-581.442,1244,-6760.82,124,1116.07,6,-3901.0,60,7192.05,115,8403.21,14,7988.601,7,185954365.215,1300,-42508.528,1212, -74,113,W,,,0,0,3/2-,,24.000,4,H,86400,14.4,B-,100,0,,,,,,,,0.621,,,,1312.508,1122,-6048.20,124,953.91,30,-3008.424,56,5466.76,4,8585.41,60,7975.116,6,186957161.323,1300,-39903.970,1212, -74,114,W,,,0,0,0+,,69.78,5,D,6028992,4320,B-,100,0,,,,,,,,,,,,349,3000,-5522.65,3,406.65,40,-5055.781,55,6835.16,3,9061.24,56,7969.052,16,187958488.395,3316,-38667.811,3089, -74,115,W,,,0,0,(3/2-),,10.7,5,M,642,30,B-,100,0,,,,,,,,,,,,2361.507,40883,-4672.04,40,277.35,76,-3788.536,200,5021.04,40,9294.48,68,7953.454,212,188961763,43000,-35617.536,40054, -74,116,W,,,0,0,0+,,30.0,15,M,1800,90,B-,100,0,,,,,,,,,,,,1253.517,63522,-4474.59,41,-383.02,65,-5869.313,200,6836.09,56,9842,200,7947.573,209,189963089.066,42647,-34382.313,39726, -74,118,W,,,0,0,0+,,,,,,,B-,100,0,,,,,,,,,,,,1939,208,-3370,196,-1195,357,-6585.0,446,6545,200,10447,357,7924,1,191968170,210,-29649,196, -74,119,W,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,3945,199,-2769,208,-1549,357,-5417.0,446,4709,277,10512,446,7908,1,192971780,210,-26287,196, -74,120,W,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,2711,357,-2366,301,-1921,499,-7226.0,585,6311,357,10945,499,7899,2,193973670,320,-24526,298, -74,122,W,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3662,499,-1373,499,,,,,5942,499,,,7872,2,195979731,430,-18880,401, -74,123,W,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5363,499,-669,499,,,,,4330,566,,,7854,2,196983747,430,-15140,401, -75,84,RE,,,0,0,(1/2+),,,,,,,,,,,,,,,,,,,,,,,,,6759,55,10550.0,426,,,-1599,53,7795,2,158984171,327,-14745,305, -75,85,Re,,,0,0,(2-),,0.82,+15-9,MS,0.00082,0.00012,P,91,5,A,9,5,,,,,,,,,,,,,6697.75,4,12587.455,334,10065,426,-1267.07,7,7809,2,159982030,320,-16739,298, -75,86,Re,,,0,0,1/2+,,0.44,1,MS,0.00044,0.00001,P,100,0,A,1.4,0,,,,,,,,,-10861,427,,,6328.21,7,9714.797,247,12173,334,-1197.28,5,7836.312,931,160977627.121,160948,-20840.203,149922, -75,87,Re,,,0,0,(2-),,107,13,MS,0.107,0.013,A,94,6,EC+B+,6,6,,,,,,,,,-8061,358,-20593,445,6240.37,5,11498.207,197,9732,247,-765.14,11,7848,1,161975844,210,-22501,196, -75,88,Re,,,0,0,1/2+,,390,72,MS,0.39,0.072,EC+B+,68,3,A,32,3,,,,,,,,,-9810,299,-19633,301,6011.99,8,8905.949,56,11572,197,-707.99,6,7870.865,114,162972085.441,19897,-26002.244,18534, -75,89,Re,,,0,0,,,0.53,23,S,0.53,0.23,A,58,0,EC+B+,42,0,,,,,,,,,-7050.331,140051,-19351,303,5926.34,5,10763.323,55,9541.51,58,-146.79,76,7881.052,333,163970507.124,58566,-27472.436,54555, -75,90,Re,,,0,0,(1/2+),,1.6,6,S,1.6,0.6,EC+B+,86,8,A,14,8,,,,,,,,,-8865,197,-18308.99,152,5694.31,6,8201.246,34,11258.66,59,-287.01,23,7901.522,143,164967085.375,25329,-30659.776,23594, -75,91,Re,,,0,0,,,2.25,21,S,2.25,0.21,EC+B+,76,0,A,24,0,,,,,,,,,-6461.961,72387,-18170,209,5461.8,50,9994.553,73,9305.02,76,321.43,77,7909.977,436,165965760.94,77628,-31893.478,72310, -75,92,Re,,,0,0,(9/2-),,5.9,3,S,5.9,0.3,EC+B+,99,0,A,1,0,,,,,,,,,-8329,83,-17471,44,5279,14,7267.058,44,11009,83,232,42,7929,0,166962607,43,-34831,40, -75,93,Re,,,0,0,(7+),,4.4,1,S,4.4,0.1,EC+B+,100,0,A,0.005,0,,,,,,,,,-5799.672,32372,-17364.21,79,5063,13,9098.224,34,9035,51,985.80,36,7935.12,183,167961572.608,33087,-35794.885,30821, -75,94,Re,,,0,0,(9/2-),,8.1,5,S,8.1,0.5,EC+B+,100,0.01,A,0.01,0,,,,,,,,,-7686.541,27618,-16485.34,15,5013.7,14,6508.641,19,10685.66,33,805.09,16,7951.395,67,168958765.991,12210,-38409.232,11374, -75,95,Re,,,0,0,(5+),,9.2,2,S,9.2,0.2,EC+B+,100,,,,,,,,,,,,,-4986.946,25091,-16261.82,34,4759.67,36,8377.639,27,8575.28,26,1284.29,28,7955.065,136,169958224.966,24808,-38913.193,23109, -75,96,Re,,,0,0,(9/2-),,15.2,4,S,15.2,0.4,EC+B+,100,0,,,,,,,,,,,,-6948.339,33145,-15395.35,30,4675.86,40,5835.81,40,10408.40,36,1248.42,31,7969.412,163,170955716,30000,-41250.280,27945, -75,97,Re,,,0,0,(5+),,15,3,S,15,3,EC+B+,100,0,,,,,,,,,,,,-4293.264,41036,-15306.48,43,4431.89,48,7560.08,48,8358.14,48,1739.99,48,7971.672,227,171955408.079,41862,-41537.106,38995, -75,98,Re,,,0,0,(5/2-),,1.98,26,M,118.8,15.6,EC+B+,100,0,,,,,,,,,,,,-6115.608,31697,-14381.34,31,4311.65,40,5173.518,40,10088.08,48,1745.65,40,7983.906,162,172953243,30000,-43553.865,27945, -75,99,Re,,,0,0,,,2.40,4,M,144,2.4,EC+B+,100,0,,,,,,,,,,,,-3677.681,29767,-14306.16,32,4039.65,40,6553.992,40,8190.55,40,2234.68,40,7985.094,161,173953115,30000,-43673.096,27945, -75,100,Re,,,0,0,(5/2-),,5.89,5,M,353.4,3,EC+B+,100,0,,,,,,,,,,,,-5182.931,30324,-13364.21,30,4007.05,40,4344.488,40,9686.53,40,2350.19,40,7994.816,160,174951381,30000,-45288.307,27945, -75,101,Re,,,0,0,(3+),,5.3,3,M,318,18,EC+B+,100,0,,,,,,,,,,,,-2964.945,39520,-13028.83,30,3842.18,40,5578.718,40,7845.90,40,2719.06,40,7993.97,159,175951623,30000,-45062.885,27945, -75,102,Re,,,0,0,5/2-,,14,1,M,840,60,EC+B+,100,0,,,,,,,,,,,,-4312.708,31535,-12242.55,40,3702.45,40,3432.556,40,9277.60,40,2916.54,40,8001.222,158,176950328,30000,-46269.170,27945, -75,103,Re,,,0,0,(3+),,13.2,2,M,792,12,EC+B+,100,0,,,,,,,,,,,,-2109.183,31093,-11768.31,32,3662.4,40,4753.483,32,7455.60,40,3240.70,40,7998.157,157,177950989,30000,-45653.453,27945, -75,104,Re,,,0,0,5/2+,,19.5,1,M,1170,6,EC+B+,100,0,,,,,,,,2.8,,,,-3564.785,29656,-11111.33,28,3399.45,37,2710.847,29,9002.14,37,3466.31,29,8003.766,138,178949989.715,26450,-46584.280,24639, -75,105,Re,,,0,0,(1)-,,2.46,3,M,147.6,1.8,EC+B+,100,0,,,,,,,,1.56,,,,-1479.549,26950,-10889.18,27,3103.1,37,3798.756,21,7324.40,33,3831.20,26,7999.991,119,179950791.568,22965,-45837.359,21392, -75,106,Re,,,0,0,5/2+,,19.9,7,H,71640,2520,EC+B+,100,0,,,,,,,,3.19,,,,-2967.428,28275,-10230.90,21,2772.31,13,1716.427,13,8751.35,25,4170.25,13,8004.143,69,180950061.523,13471,-46517.391,12549, -75,107,Re,,,0,0,7+,,64.2,5,H,231120,1800,EC+B+,100,0,,,,,,,,2.83,,4.1,,-836.955,104276,-9967.41,105,2727,115,2800.0,102,6999.99,103,4501.21,102,7998.625,560,181951211.645,109483,-45446.060,101983, -75,108,Re,,,0,0,5/2+,,70.0,14,D,6048000,120960,EC,100,0,,,,,,,,3.16,,2.1,,-2145.537,50405,-9271.79,23,2122.83,8,556.0,8,8434.84,102,4852.49,8,8001.009,44,182950821.39,8624,-45809.580,8034, -75,109,Re,,,0,0,3(-),,35.4,7,D,3058560,60480,EC+B+,100,0,,,,,,,,2.53,,2.8,,32.898,4140,-8626.91,50,2288.33,5,1485.739,4,6481.37,9,5143.03,4,7992.75,23,183952528.267,4589,-44219.634,4275, -75,110,Re,5.3596,172,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,3.1871,,2.18,,-1013.147,419,-7637.81,48,2194.37,150,-431.234,1098,7670.71,4,5402.62,66,7991.009,4,184952958.337,877,-43819.027,818, -75,111,Re,,,0,0,1-,,3.7183,11,D,321261.12,95.04,B-,92.53,0.1,EC,7.47,0.1,,,,,1.739,,0.618,,1072.857,837,-7192.52,45,2077.93,151,581.442,1467,6179.38,17,5828.26,68,7981.269,4,185954989.419,886,-41927.086,826, -75,112,Re,5.3698,173,0,0,5/2+,,4.33E+10,7,Y,1.36644408e18,2.209032e16,B-,100,0,A,0.0001,0,,,,,3.2197,,2.07,,2.467,2,-6287.85,52,1651.4,154,-1312.508,1418,7360.71,87,5996.92,112,7977.951,4,186955752.288,790,-41216.478,736, -75,113,Re,,,0,0,1-,,17.0040,22,H,61214.4,7.92,B-,100,0,,,,,,,,1.788,,0.572,,2120.422,152,-5869.18,4,1397.65,26,-349.0,3,5871.65,4,6401.81,112,7966.747,4,187958113.728,791,-39016.811,738, -75,114,Re,,,0,0,5/2+,,24.3,4,H,87480,1440,B-,100,0,,,,,,,,,,,,1007.702,8167,-4913.13,8,990.33,16,-2361.507,41,7033.55,8,6600.20,9,7961.809,43,188959227.817,8793,-37979.043,8191, -75,115,Re,,,0,0,(2)-,,3.1,3,M,186,18,B-,100,0,,,,,,,,,,,,3071.941,70854,-4720.40,71,546.78,93,-1253.517,81,5728.10,71,7307.26,81,7950.053,373,189961743.36,76063,-35635.830,70852, -75,116,Re,,,0,0,(3/2+ 1/2+),,9.8,5,M,588,30,B-,100,0,,,,,,,,,,,,2044.889,10244,-3713.84,10,120.33,57,-3174.123,43,6785.78,72,7256.95,41,7943.957,54,190963123.437,11019,-34350.296,10265, -75,117,Re,,,0,0,,,16,1,S,16,1,B-,100,0,,,,,,,,,,,,4293.366,70831,-3264.96,71,-401.71,90,-1939.825,208,5309.85,72,7701.62,82,7930.238,369,191966088,76000,-31588.825,70794, -75,118,Re,,,0,0,,,,,,,,,,,,,,,,,,,,,,3162.652,39192,-2420.76,39,-827,199,-3944.638,200,6714.13,81,7871,199,7923.937,203,192967545,42000,-30231.638,39123, -75,119,Re,,,0,0,(0+ 1),,5,1,S,5,1,B-,100,0,,,,,,,,,,,,5198,196,-1914,196,-1149,277,-2711.0,357,5077,199,8239,277,7909,1,193970760,210,-27237,196, -75,120,RE,,,0,0,[3/2-],,6,1,S,6,1,B-,,0,,,,,,,,,,,,3933,303,-1215,298,-1512,422,,,6413,357,8342,422,7902,2,194972540,320,-25579,298, -75,121,Re,,,0,0,,,3,+1-2,S,3,2,B-,100,0,,,,,,,,,,,,5735,301,-1102,303,-1903,499,-3662.0,500,5035,422,8821,422,7887,2,195975800,320,-22542,298, -75,122,Re,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4807,357,-296,301,-2057,499,-5362.0,500,6031,422,8911,499,7878,2,196977990,320,-20502,298, -75,123,Re,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,6697,446,98,446,-2265,643,,,4709,499,9289,566,7862,2,197981600,430,-17139,401, -75,124,Re,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,5623,446,905,446,,,,,5792,566,,,7851,2,198984047,430,-14860,401, -76,85,OS,,,0,0,(7/2-),,0.64,6,MS,0.00064,0.00006,A,100,0,,,,,,,,,,,,,,,,7065.87,12,10861.203,427,,,530,499,7764,2,160989287,429,-9979,400, -76,86,Os,,,0,0,0+,,2.1,1,MS,0.0021,0.0001,A,99,0,,,,,,,,,,,,,,,,6767.4,3,8061.0,358,12532,500,889,335,7793,2,161984498,322,-14440,300, -76,87,Os,,,0,0,(7/2-),,5.5,6,MS,0.0055,0.0006,A,100,0,EC+B+,,0,,,,,,,,,,,,,6677.2,8,9810.244,299,9823,423,980,357,7806,2,162982617,320,-16192,298, -76,88,Os,,,0,0,0+,,21,1,MS,0.021,0.001,A,98,2,EC+B+,2,2,,,,,,,,,-13078,348,,,6479.43,5,7050.33,160,12301,334,1708.83,151,7833.291,914,163978075.966,160945,-20422.106,149919, -76,89,Os,,,0,0,(7/2-),,71,3,MS,0.071,0.003,A,90,2,EC+B+,10,2,,,,,,,,,-10202,252,-22523,370,6335.49,6,8864.776,197,9444,247,1612,203,7843,1,164976602,210,-21795,196, -76,90,Os,,,0,0,0+,,213,5,MS,0.213,0.005,A,72,13,EC+B+,28,13,,,,,,,,,-12078,197,-21910,159,6142.77,3,6461.961,75,11708,197,2060.71,30,7866.336,108,165972698.141,19287,-25431.517,17966, -76,91,Os,,,0,0,(7/2-),,0.81,6,S,0.81,0.06,A,57,8,EC+B+,43,8,,,,,,,,,-9429.554,74962,-21219,209,5981.28,50,8329.007,83,9141.79,75,1897.49,103,7873.974,435,166971548.938,78027,-26501.993,72682, -76,92,Os,,,0,0,0+,,2.1,1,S,2.1,0.1,EC+B+,57,4,A,43,4,,,,,,,,,-11328.987,56098,-20994.09,21,5815.63,270,5799.672,32,11564.54,73,2453,42,7895.941,59,167967798.812,10632,-29995.213,9904, -76,93,Os,,,0,0,(5/2-),,3.43,14,S,3.43,0.14,EC+B+,86.3,0.8,A,13.7,0.8,,,,,,,,,-8628.852,34276,-20127.78,61,5713.42,3,7686.541,28,8798.79,27,2216.78,40,7901.284,149,168967017.833,27017,-30722.691,25167, -76,94,Os,,,0,0,0+,,7.37,18,S,7.37,0.18,EC+B+,90.5,1,A,9.5,1,,,,,,,,,-10567,89,-19903.73,25,5536.87,269,4986.946,25,11274.87,27,2805.99,15,7921.128,57,169963578.673,10491,-33926.247,9773, -76,95,Os,,,0,0,(5/2-),,8.3,2,S,8.3,0.2,EC+B+,98.2,0.21,A,1.8,0.21,,,,,,,,,-7889.916,42395,-19014,90,5371.2,4,6948.338,33,8447.01,20,2677.72,29,7924.204,104,170963175.348,19133,-34301.942,17823, -76,96,Os,,,0,0,0+,,19.2,9,S,19.2,0.9,EC+B+,99.8,0,A,0.2,0,,,,,,,,,-9864.473,34832,-18903.13,41,5224.35,7,4293.264,41,11013.22,22,3282.53,31,7942.163,74,171960017.088,13721,-37243.842,12782, -76,97,Os,,,0,0,5/2-,,22.4,9,S,22.4,0.9,EC+B+,99.6,0.2,A,0.4,0.2,,,,,,,,,-7169.822,18583,-18130.21,36,5054.7,6,6115.608,32,8265.73,20,3190.12,42,7944.033,86,172959808.375,16059,-37438.257,14959, -76,98,Os,,,0,0,0+,,44,4,S,44,4,EC,100,,A,0.02,,,,,,,,,,-9131.924,26395,-17798.30,15,4870.5,10,3677.68,30,10628.48,18,3730.52,30,7959.461,59,173957063.152,11008,-39995.416,10254, -76,99,Os,,,0,0,(5/2-),,1.4,1,M,84,6,EC+B+,100,0,,,,,,,,,,,,-6710.87,17089,-17313.20,27,4555.8,30,5182.931,30,8181.28,16,3721.25,30,7960.729,67,174956945.105,12640,-40105.376,11775, -76,100,Os,,,0,0,0+,,3.6,5,M,216,30,EC+B+,100,0,,,,,,,,,,,,-8219.614,32580,-16774.75,31,4574.33,40,2964.945,40,10063.88,30,4098.60,40,7972.679,159,175954806,30000,-42097.940,27945, -76,101,Os,,,0,0,1/2-,,3.0,2,M,180,12,EC+B+,100,0,,,,,,,,,,,,-5909.041,24576,-16149.45,22,4346.01,32,4312.708,32,7929.84,32,4182.55,32,7972.436,83,176954957.882,15687,-41956.462,14613, -76,102,Os,,,0,0,0+,,5.0,4,M,300,24,EC+B+,100,0,A,0,0,,,,,,,,,-7292.386,24006,-15568.17,24,4257.9,31,2109.183,31,9659.13,20,4564.07,31,7981.912,77,177953253.3,14634,-43544.270,13632, -76,103,Os,,,0,0,1/2-,,6.5,3,M,390,18,EC+B+,100,0,,,,,,,,,,,,-4937.781,19180,-14838.93,26,4188.38,32,3564.785,30,7546.54,21,4655.01,32,7979.48,92,178953816.669,17718,-43019.495,16504, -76,104,Os,,,0,0,0+,,21.5,4,M,1290,24,EC+B+,100,0,,,,,,,,,,,,-6380.284,27200,-14347.41,19,3858.88,32,1479.549,27,9409.63,23,5062.50,30,7987.425,91,179952379.93,17596,-44357.810,16391, -76,105,Os,,,0,0,1/2-,,105,3,M,6300,180,EC+B+,100,0,,,,,,,,,,,,-4086.935,25876,-13643.75,33,3726.85,38,2967.428,28,7263.47,30,5001.58,33,7983.426,140,180953247.188,27201,-43549.963,25338, -76,106,Os,,,0,0,0+,,21.84,20,H,78624,720,EC,100,0,,,,,,,,,,,,-5557.426,30207,-13217.39,22,3372.92,27,836.956,104,9130.46,33,5380.68,25,7989.728,119,181952110.153,23344,-44609.104,21745, -76,107,Os,,,0,0,9/2+,,13.0,5,H,46800,1800,EC+B+,100,0,,,,,,,,-0.794,,3.1,,-3460.732,52733,-12683.68,54,3206.17,52,2145.537,50,7126.26,54,5506.95,113,7985.01,272,182953124.719,53420,-43664.043,49760, -76,108,Os,5.3823,22,0,0,0+,GT,5.6E13,,Y,1.7672256e21,1.577879999991164e32,A,,0,2B+,,0,,,,,,,,,-4641.682,27957,-12120.54,24,2958.67,164,-32.899,4,8659.81,50,5731.92,8,7988.677,5,183952492.949,887,-44252.533,827, -76,109,Os,,,0,0,1/2-,,93.6,5,D,8087040,43200,EC,100,0,,,,,,,,,,,,-2470.326,27957,-11266.35,28,3003.02,165,1013.147,1165,6624.66,27,5875.22,4,7981.304,4,184954045.995,891,-42805.880,830, -76,110,Os,5.3909,17,0,0,0+,,2.0E+15,11,Y,6.31152e22,3.471336e22,A,100,0,,,,,,,,,,,,-3827.596,16543,-10735.71,28,2821.2,87,-1072.857,1123,8265.38,88,6469.89,84,7982.831,4,185953837.66,816,-42999.943,761, -76,111,Os,5.3933,18,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,0.06465189,,,,-1669.572,27955,-10117.92,17,2721.72,87,-2.467,1041,6290.32,52,6580.83,87,7973.78,4,186955749.64,790,-41218.945,736, -76,112,Os,5.3993,11,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2792.326,9416,-9659.18,28,2143.22,86,-2120.422,1041,7989.61,15,7209.73,15,7973.864,4,187955837.361,787,-41137.233,734, -76,113,Os,5.4016,11,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,0.659933,,0.86,,-537.159,12563,-8713.15,9,1976.13,85,-1007.702,8,5920.83,45,7258.90,46,7963.002,4,188958146.005,715,-38986.745,666, -76,114,Os,5.4062,13,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1954.227,1213,-8329.50,13,1375.84,117,-3071.941,71,7792.34,19,8017.70,8,7962.104,3,189958445.496,697,-38707.771,650, -76,115,Os,,,0,0,9/2-,,15.4,1,D,1330560,8640,B-,100,0,,,,,,,,0.96,,2.53,,313.57,1141,-7712.96,121,1083.87,118,-2044.889,10,5758.73,11,8048.33,71,7950.568,3,190960928.159,707,-36395.185,659, -76,116,Os,5.4126,15,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1046.63,2397,-7244.75,240,360.7,4,-4293.366,71,7558.32,222,8820.86,10,7948.525,12,191961478.881,2485,-35882.191,2315, -76,117,Os,,,0,0,3/2-,,30.11,1,H,108396,36,B-,100,0,,,,,,,,0.7297,,0.47,,1141.946,2400,-6630.05,240,-201.67,40,-3162.651,39,5583.42,20,9094.44,71,7936.27,12,192964149.753,2491,-33394.289,2321, -76,118,Os,,,0,0,0+,,6.0,2,Y,189345600,6311520,B-,100,0,,,,,,,,,,,,96.6,2000,-5970.19,200,-477.71,40,-5198.108,196,7112.14,3,9492.44,39,7932.022,12,193965179.477,2579,-32435.108,2403, -76,119,Os,,,0,0,(3/2-),,6.5,11,M,390,66,B-,,0,,,,,,,,,,,,2180.658,55906,-5051.20,56,-760.34,70,-3932.593,303,5147.80,56,9564,203,7917.744,287,194968318,60000,-29511.593,55890, -76,120,Os,,,0,0,0+,,34.9,2,M,2094,12,B-,100,0,,,,,,,,,,,,1158.388,55495,-4656.17,40,-1053,200,-5735.105,301,6836.83,69,9987,301,7912.229,204,195969643.277,43000,-28277.105,40055, -76,121,OS,,,0,0,,,2.8,6,M,168,36,B-,100,0,,,,,,,,,,,,2955,197,-3945,199,-1447,277,-4807.0,357,5103,200,10056,357,7898,1,196972830,210,-25309,196, -76,122,OS,,,0,0,0+,,,,,,,B-,100,0,,,,,,,,,,,,1984,277,-3644,197,-1736,357,-6698.0,446,6600,277,10624,357,7891,1,197974410,210,-23837,196, -76,123,OS,,,0,0,,,5,+4-2,S,5,3,B-,100,0,,,,,,,,,,,,3915,200,-2734,277,-1899,357,-5624.0,446,4718,277,10633,446,7875,1,198978010,210,-20484,196, -76,124,OS,,,0,0,0+,,6,+4-3,S,6,4,B-,100,0,,,,,,,,,,,,2832,357,-2452,301,-2323,499,,,6367,357,11208,499,7868,1,199979840,320,-18779,298, -76,125,Os,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4657,357,-1700,357,-2525,499,,,4532,422,,,7851,1,200983640,320,-15239,298, -76,126,Os,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3689,499,-1262,446,,,,,5920,499,,,7842,2,201985950,430,-13087,401, -76,127,Os,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7050,566,1065,499,,,,,2624,566,,,7816,2,202991798,430,-7640,401, -77,87,Ir,,,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,6970,100,13078.106,348,,,-1560,101,7749,2,163992116,338,-7344,314, -77,88,Ir,,,0,0,(1/2+),LT,1,,US,0.000001,0,A,,0,P,,0,,,,,,,,,,,,,6823,50,10202.0,252,12320,352,-1541,50,7776,1,164987555,170,-11593,158, -77,89,Ir,,,0,0,(2-),,10.5,22,MS,0.0105,0.0022,A,93,3,P,7,3,,,,,,,,,-8624,359,,,6722.35,6,12077.517,197,9833,252,-1152.00,8,7789,1,165985664,210,-13354,196, -77,90,Ir,,,0,0,1/2+,,35.2,20,MS,0.0352,0.002,A,48,6,P,32,4,EC+B+,20,10,,,,,,-10460,303,-20414,301,6504.89,264,9429.553,75,11790,197,-1070.11,4,7812.825,110,166981671.981,19695,-17072.440,18346, -77,91,Ir,,,0,0,,,222,+60-40,MS,0.222,0.05,A,100,0,P,,0,EC+B+,,0,,,,,,-7658.765,140344,-20125,307,6381.3,9,11328.987,56,9665.10,58,-546.80,91,7823.85,329,167979960.981,59277,-18666.226,55216, -77,92,Ir,,,0,0,(1/2+),,0.353,4,S,0.353,0.004,A,45,12,EC+B+,,0,P,,0,,,,,,-9581,197,-19157.70,152,6141.02,4,8628.852,34,11498.93,60,-612.40,22,7845.596,138,168976281.287,25021,-22093.839,23308, -77,93,Ir,,,0,0,(3-),,0.87,+18-12,S,0.87,0.15,EC+B+,94.8,1.7,A,5.2,1.7,,,,,,,,,-7060,89,-18918,215,6109,51,10566.247,90,9337,92,-74,92,7854,1,169974922,95,-23360,89, -77,94,Ir,,,0,0,(1/2+),,3.2,+13-7,S,3.2,1,A,0,0,P,,0,EC+B+,,0,,,,,,-8942.323,82291,-18184.15,43,5994,13,7889.917,42,11124,97,-225.25,40,7873.489,225,170971645.522,41295,-26412.025,38466, -77,95,Ir,,,0,0,(3- 4-),,4.4,3,S,4.4,0.3,EC+B+,98,0,A,2,0,,,,,,,,,-6272.449,34023,-17980.98,80,5990.6,10,9864.473,35,9038.66,50,366.40,37,7880.263,188,171970607.036,34785,-27379.369,32402, -77,96,Ir,,,0,0,(3/2+ 5/2+),,9.0,8,S,9,0.8,EC+B+,93,0,A,7,0,,,,,,,,,-8325.524,57052,-17232.83,15,5715.88,10,7169.822,19,10960.38,34,313.56,15,7898.067,64,172967505.496,11837,-30268.435,11026, -77,97,Ir,,,0,0,(3+),,7.9,6,S,7.9,0.6,EC,99.5,0.3,A,0.5,0.3,,,,,,,,,-5545.329,26433,-16991.90,61,5624.79,10,9131.924,26,8666.37,27,714.21,29,7902.483,140,173966866.676,26111,-30863.492,24322, -77,98,Ir,,,0,0,(5/2-),,9,2,S,9,2,EC+B+,99.15,0.28,A,0.85,0.28,,,,,,,,,-7681.04,22001,-16147.66,16,5430.86,31,6710.87,17,10602.33,27,688.06,16,7917.91,71,174964149.521,13295,-33394.506,12384, -77,99,Ir,,,0,0,,,8.7,5,S,8.7,0.5,EC+B+,96.9,0.6,A,3.1,0.6,,,,,,,,,-4944.459,21035,-16236.18,25,5233.86,38,8219.614,33,8555.14,21,1061.92,20,7921.531,95,175963630.119,17981,-33878.326,16750, -77,100,Ir,,,0,0,5/2-,,30,2,S,30,2,EC+B+,99.94,0.01,A,0.06,0.01,,,,,,,,,-6676.976,24801,-15184.87,24,5081.53,34,5909.041,25,10240.41,26,1238.45,34,7934.632,112,176961301.5,21213,-36047.421,19760, -77,101,Ir,,,0,0,,,12,2,S,12,2,EC+B+,100,0,,,,,,,,,,,,-4254.365,22207,-14952.76,25,4996.3,34,7292.386,24,8275.78,28,1584.39,25,7936.549,111,177961082,21213,-36251.884,19760, -77,102,Ir,,,0,0,(5/2)-,,79,1,S,79,1,EC+B+,100,0,,,,,,,,,,,,-5813.569,12613,-14155.51,14,4781.68,30,4937.781,19,9901.15,22,1826.41,17,7947.524,55,178959117.596,10489,-38081.714,9771, -77,103,Ir,,,0,0,(5+),,1.5,1,M,90,6,EC+B+,100,0,,,,,,,,,,,,-3541.649,24323,-13780.70,23,4660.44,35,6380.284,27,7967.13,24,2247.00,27,7947.633,121,179959229.446,23302,-37977.526,21706, -77,104,Ir,,,0,0,5/2-,,4.90,15,M,294,9,EC+B+,100,0,,,,,,,,,,,,-5081.517,14660,-13098.47,12,4381.23,28,4086.935,26,9556.82,22,2394.19,17,7956.523,29,180957634.694,5631,-39463.028,5245, -77,105,Ir,5.3705,1061,0,0,3+,,15.0,10,M,900,60,EC+B+,100,0,,,,,,,,2.6,,-1.7,,-2883.23,24720,-12741.48,25,4176.86,35,5557.425,30,7659.97,22,2790.69,33,7954.894,115,181958076.296,22509,-39051.679,20967, -77,106,Ir,5.3780,1061,0,0,5/2-,,58,6,M,3480,360,EC+B+,100,0,,,,,,,,2.36,,,,-4430.824,28923,-12106.18,28,3956.05,35,3460.732,55,9222.95,32,2883.18,33,7961.823,133,182956839.968,26191,-40203.311,24398, -77,107,Ir,5.3805,1061,0,0,5-,,3.09,3,H,11124,108,EC+B+,100,0,,,,,,,,0.696,,2.41,,-2276.608,31997,-11909.68,32,3801.59,35,4641.682,28,7478.86,37,3235.78,57,7959.198,152,183957476,30000,-39610.851,27945, -77,108,Ir,5.3854,1061,0,0,5/2-,,14.4,1,H,51840,360,EC+B+,100,0,,,,,,,,2.605,,-2.06,,-3647.414,38055,-11072.63,32,3756.92,31,2470.327,28,8796.02,40,3371.99,28,7963.722,151,184956698,30000,-40335.553,27945, -77,109,Ir,5.3900,1061,0,0,5+,,16.64,3,H,59904,108,EC+B+,100,0,,,,,,,,3.88,,-2.55,,-1307.903,27312,-10555.52,31,3848.8,103,3827.597,17,6908.11,32,3655.44,17,7958.047,89,185957946.754,17740,-39172.346,16526, -77,110,Ir,5.3812,1061,0,0,3/2+,,10.5,3,H,37800,1080,EC+B+,100,0,,,,,,,,0.171,,0.941,,-2864.323,36868,-9756.25,35,3835.29,29,1669.573,28,8448.34,32,3838.40,28,7960.668,149,186957542,30000,-39549.372,27945, -77,111,Ir,5.3838,1061,0,0,1-,,41.5,5,H,149400,1800,EC+B+,100,0,,,,,,,,0.302,,0.484,,-523.979,8686,-9731.17,26,3449.81,10,2792.326,9,6866.85,29,4414.93,9,7954.85,50,187958835.046,10116,-38344.907,9423, -77,112,Ir,5.3898,1061,0,0,3/2+,,13.2,1,D,1140480,8640,EC,100,0,,,,,,,,0.13,,0.878,,-1980.238,13636,-8699.97,14,2944.53,13,537.159,13,8176.00,16,4601.32,13,7956.02,67,188958722.669,13500,-38449.586,12576, -77,113,Ir,,,0,0,4-,,11.78,10,D,1017792,8640,EC+B+,100,0,B+,0.002,0,,,,,0.04,,2.85,,552.906,1282,-8355.51,10,2748.63,149,1954.227,1516,6375.27,13,5055.77,123,7947.701,7,189960543.445,1470,-36753.544,1370, -77,114,Ir,5.3968,1061,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.1507,,0.816,,-1010.518,3636,-7473.62,122,2082.81,124,-313.571,1467,8026.53,40,5289.96,114,7948.113,7,190960591.527,1406,-36708.756,1311, -77,115,Ir,,,0,0,4+,,73.829,11,D,6378825.6,950.4,B-,95.24,0.04,EC,4.76,0.04,,,,,1.924,,2.22,,1452.896,2274,-7208.64,4,1756.33,125,1046.63,266,6198.12,11,5729.35,114,7938.999,7,191962602.485,1410,-34835.561,1314, -77,116,Ir,5.4032,1061,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.1637,,0.751,,-56.628,300,-6319.10,227,1017.89,8,-1141.946,2674,7771.99,20,5943.02,240,7938.133,7,192962923.824,1425,-34536.235,1328, -77,117,Ir,,,0,0,1-,,19.28,13,H,69408,468,B-,100,0,,,,,,,,0.39,,0.339,,2228.362,1257,-6123.42,32,679.21,71,-96.6,27,6066.79,11,6426.39,240,7928.487,7,193965075.773,1430,-32531.708,1332, -77,118,Ir,,,0,0,3/2+,,2.29,17,H,8244,612,B-,100,0,,,,,,,,,,,,1101.598,1264,-5003.50,126,233.13,10,-2180.658,56,7231.86,6,6546.11,200,7924.915,7,194965976.967,1431,-31692.251,1333, -77,119,Ir,,,0,0,(0-),,52,1,S,52,1,B-,100,0,,,,,,,,,,,,3209.016,38411,-4712.96,38,-271.58,81,-1158.388,55,5814.56,38,7212.87,68,7914.148,196,195968399.696,41239,-29435.493,38414, -77,120,Ir,,,0,0,3/2+,,5.8,5,M,348,30,B-,100,0,,,,,,,,,,,,2155.645,20106,-3690.91,20,-457.38,44,-2955.105,197,6899.93,43,7275.97,45,7908.999,102,196969657.233,21588,-28264.105,20110, -77,121,Ir,,,0,0,,,8,1,S,8,1,B-,100,0,,,,,,,,,,,,4083,196,-3473,196,-1009,277,-1984.0,277,5628,197,7801,277,7897,1,197972280,210,-25821,196, -77,122,Ir,,,0,0,,,6,+5-4,S,6,5,B-,,0,,,,,,,,,,,,2990.167,41003,-2565.83,41,-1245,301,-3914.515,200,6649,200,7851,200,7891.206,206,198973807.115,44073,-24398.515,41054, -77,123,IR,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,4988,197,-2293,196,-1493,357,-2832.0,357,5283,200,8416,277,7878,1,199976800,210,-21611,196, -77,124,IR,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,3844,202,-1369,197,-1819,357,-4658.0,357,6357,277,8407,357,7871,1,200978640,210,-19897,196, -77,125,IR,,,0,0,(1- 2-),,11,3,S,11,3,B-,100,0,,,,,,,,,,,,5916,299,-1107,302,-2062,499,-3689.0,500,4951,357,8826,422,7856,1,201981990,320,-16776,298, -77,126,Ir,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4937,446,-69,401,-2254,566,-7050.0,567,5985,499,8891,566,7847,2,202984230,430,-14690,401, -77,127,Ir,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,8234,446,1868,446,,,,,3069,566,9336,566,7824,2,203989600,430,-9688,401, -77,128,Ir,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7007,585,3891,540,,,,,4343,643,,,7807,2,204993602,540,-5960,503, -78,88,Pt,,,0,0,0+,,300,100,US,0.0003,0.0001,A,100,0,,,,,,,,,,,,,,,,7285.88,15,8624.0,358,,,426,339,7732,2,165994923,322,-4730,300, -78,89,Pt,,,0,0,,,0.7,2,MS,0.0007,0.0002,A,100,0,,,,,,,,,,,,,,,,7155.2,50,10460.44,303,9954,426,547,360,7746,2,166992901,325,-6612,302, -78,90,Pt,,,0,0,0+,,2.02,10,MS,0.00202,0.0001,A,100,0,,,,,,,,,,,,,,,,6989.73,3,7658.766,160,12466,338,1223.99,151,7773.605,893,167988183.004,160978,-11007.460,149951, -78,91,Pt,,,0,0,(7/2-),,7.0,2,MS,0.007,0.0002,A,100,0,,,,,,,,,,,,-10724,357,,,6857.61,5,9581.839,197,9576,247,1135,203,7784,1,168986567,210,-12512,196, -78,92,Pt,,,0,0,0+,,13.8,5,MS,0.0138,0.0005,A,98,2,EC+B+,,0,,,,,,,,,-12547,197,-22582,299,6707.41,3,7060.807,91,11858,197,1494.33,30,7808.236,107,169982502.095,19588,-16299.193,18247, -78,93,Pt,,,0,0,(7/2-),,45.5,25,MS,0.0455,0.0025,A,90,7,EC+B+,10,7,,,,,,,,,-9907.407,75639,-21789,209,6607.38,3,8942.323,82,9241.83,75,1399,115,7816.619,425,170981245.502,78097,-17469.702,72747, -78,94,Pt,,,0,0,0+,,97.6,13,MS,0.0976,0.0013,A,94,6,EC+B+,6,6,,,,,,,,,-11788.914,57108,-21615.94,23,6463.38,4,6272.449,34,11708.53,73,1983.87,40,7839.247,60,171977340.788,11139,-21106.920,10377, -78,95,Pt,,,0,0,(5/2-),,382,2,MS,0.382,0.002,A,86,4,EC+B+,16,6,,,,,,,,,-9110.471,60421,-20696.22,79,6354.86,50,8325.524,57,8907.31,57,1852.51,65,7845.42,324,172976443.315,60093,-21942.911,55977, -78,96,Pt,,,0,0,0+,,0.889,17,S,0.889,0.017,A,76,8,EC+B+,24,8,,,,,,,,,-11083,89,-20557.04,25,6183.17,3,5545.329,26,11446.57,57,2338.70,15,7866.117,59,173972819.832,11112,-25318.163,10351, -78,97,Pt,,,0,0,7/2-,,2.53,6,S,2.53,0.06,A,64,5,EC+B+,36,5,,,,,,,,,-8309.511,42705,-19549,91,6163.56,4,7681.04,22,8466.62,21,2138.94,30,7869.548,104,174972395.457,19522,-25713.466,18185, -78,98,Pt,,,0,0,0+,,6.33,15,S,6.33,0.15,EC+B+,60,2,A,40,2,,,,,,,,,-10412.904,35541,-19601.23,41,5885.06,213,4944.459,21,11291.72,22,2828.33,18,7888.992,72,175968938.214,13660,-28933.867,12724, -78,99,Pt,,,0,0,5/2-,,10.6,4,S,10.6,0.4,EC+B+,94.3,0.5,A,5.7,0.5,,,,,,,,,-7825.341,18297,-18920.80,36,5642.9,273,6676.977,25,8507.89,20,2781.09,22,7892.489,85,176968469.529,16090,-29370.444,14988, -78,100,Pt,5.3728,66,0,0,0+,,20.7,7,S,20.7,0.7,EC+B+,92.3,0.3,A,7.7,0.3,,,,,,,,,-9693.776,14297,-18523.73,15,5572.98,220,4254.365,22,10698.39,18,3239.07,22,7908.252,57,177965649.248,10878,-31997.519,10133, -78,101,Pt,5.3915,50,0,0,1/2-,,21.2,4,S,21.2,0.4,EC+B+,99.76,0.03,A,0.24,0.03,,,,,0.43,,,,-7279.578,14157,-18035.72,13,5412.31,9,5813.569,13,8341.94,13,3305.23,21,7910.675,45,178965358.719,8563,-32268.145,7977, -78,102,Pt,5.3891,49,0,0,0+,,56,3,S,56,3,EC+B+,99.7,0,A,0.3,0,,,,,,,,,-8810.368,11973,-17518.63,16,5237.15,30,3541.649,24,10239.05,14,3643.13,15,7923.611,61,179963031.563,11781,-34435.877,10974, -78,103,Pt,5.3996,41,0,0,1/2-,,52.0,22,S,52,2.2,EC+B+,100,0,A,0.08,0,,,,,0.484,,,,-6510.375,24216,-16827.32,15,5150.03,5,5081.517,15,8016.95,18,3692.96,26,7924.126,76,180963089.927,14695,-34381.511,13689, -78,104,Pt,5.3969,41,0,0,0+,,2.67,12,M,160.2,7.2,EC+B+,99.962,0.002,A,0.038,0.002,,,,,,,,,-7867.68,24123,-16368.63,24,4950.91,5,2883.23,25,9858.25,19,3994.39,14,7934.754,72,181961171.571,14057,-36168.449,13095, -78,105,Pt,5.4038,36,0,0,1/2-,,6.5,10,M,390,60,EC+B+,100,0,A,0.0096,0.0005,,,,,0.502,,,,-5581.004,18168,-15543.04,26,4822.09,9,4430.824,29,7675.36,20,4009.78,26,7933.336,85,182961596.653,16675,-35772.487,15533, -78,106,Pt,5.4015,36,0,0,0+,,17.3,2,M,1038,12,EC+B+,100,0,A,0.001,0,,,,,,,,,-7015.533,27185,-15214.08,18,4598.65,8,2276.608,32,9633.07,22,4419.90,29,7942.574,85,183959920.039,16730,-37334.243,15584, -78,107,Pt,5.4148,28,0,0,9/2+,,70.9,24,M,4254,144,EC+B+,100,0,,,,,,,,-0.774,,4.3,,-4829.997,25963,-14440.75,34,4436.91,10,3647.413,38,7425.21,30,4366.26,38,7939.777,140,184960613.659,27731,-36688.140,25832, -78,108,Pt,5.4037,36,0,0,0+,,2.08,5,H,7488,180,EC+B+,100,0,A,0.00014,0,,,,,,,,,-6149.591,30207,-14077.62,22,4319.75,18,1307.903,27,9247.62,34,4817.86,35,7946.809,117,185959350.846,23344,-37864.443,21745, -78,109,Pt,5.4063,37,0,0,3/2-,,2.35,3,H,8460,108,EC+B+,100,0,,,,,,,,-0.401,,-0.99,,-3657.212,27377,-13041.51,32,4554.08,55,2864.322,37,6891.92,32,4801.67,29,7941.168,129,186960616.976,25816,-36685.050,24048, -78,110,Pt,5.4053,34,0,0,0+,,10.2,3,D,881280,25920,EC,99.999974,0.000003,A,0.000026,0.000003,,,,,,,,,-5449.621,5953,-12864.41,23,4006.69,5,523.978,11,9207.20,25,5560.53,28,7947.902,28,187959397.56,5694,-37820.929,5304, -78,111,Pt,5.4060,35,0,0,3/2-,,10.87,12,H,39132,432,EC+B+,100,0,,,,,,,,-0.421,,-1.03,,-2887.394,22474,-12169.36,10,3911.62,10,1980.238,16,6719.74,11,5413.41,14,7941.403,53,188960848.542,10832,-36469.348,10090, -78,112,Pt,5.4108,30,0,0,0+,,6.5E+11,3,Y,2.051244e19,9.46728e17,A,100,0,,,,,,,,,,,,-4472.917,3509,-11795.81,20,3268.58,59,-552.906,1519,8908.42,10,6145.83,13,7946.493,3,189959949.876,704,-37306.450,657, -78,113,Pt,5.4102,31,0,0,3/2-,,2.83,2,D,244512,1728,EC,100,0,,,,,,,,-0.501,,-0.89,,-1900.333,6426,-10936.02,5,3095.79,4,1010.519,4,6463.10,4,6233.66,4,7938.727,22,190961676.363,4430,-35698.237,4127, -78,114,Pt,5.4169,28,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3516.341,15617,-10561.87,6,2423.86,252,-1452.896,2886,8661.54,287,6868.67,227,7942.491,13,191961042.736,2758,-36288.457,2570, -78,115,Pt,5.4191,27,0,0,1/2-,,50,6,Y,1577880000,189345600,EC,100,0,,,,,,,,0.603,,,,-1074.787,8768,-9778.81,16,2082.22,122,56.627,19,6262.47,229,6933.02,36,7933.786,7,192962984.616,1458,-34479.608,1359, -78,116,Pt,5.4236,25,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2548.134,2117,-9426.57,9,1522.78,48,-2228.362,1421,8351.78,129,7512.81,125,7935.941,3,193962683.527,532,-34760.070,496, -78,117,Pt,5.4270,26,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,0.60952,,,,-226.817,1000,-8653.23,212,1176.42,50,-1101.598,1425,6105.10,12,7551.11,126,7926.552,3,194964794.353,539,-32793.849,503, -78,118,Pt,5.4307,27,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1505.803,2960,-8148.80,101,812.77,227,-3209.017,38,7921.98,13,8241.23,127,7926.529,3,195964954.675,547,-32644.510,510, -78,119,Pt,,,0,0,1/2-,,19.8915,19,H,71609.4,6.84,B-,100,0,,,,,,,,0.51,,,,719.988,502,-7352.36,3,549.62,229,-2155.645,20,5846.56,26,8273.23,38,7915.971,3,196967343.053,575,-30419.750,536, -78,120,Pt,5.4383,32,0,0,0+,,STABLE,,,,,2B-,,0,2B-,,,,,,,,,,,-323.219,2059,-6835.58,206,106.19,3,-4082.999,196,7555.57,206,8928.86,20,7914.15,11,197967896.734,2254,-29903.999,2100, -78,121,Pt,,,0,0,5/2-,,30.80,21,M,1848,12.6,B-,100,0,,,,,,,,,,,,1705.059,2120,-5879.22,212,-302,56,-2990.167,41,5556.00,50,8857,196,7902.3,11,198970597.038,2317,-27388.682,2159, -78,122,Pt,,,0,0,0+,,12.6,3,H,45360,1080,B-,100,0,,,,,,,,,,,,640.932,33439,-5576.74,20,-746.97,45,-4988.16,197,7281.79,20,9489.62,46,7899.198,101,199971444.625,21588,-26599.160,20110, -78,123,Pt,,,0,0,(5/2-),,2.5,1,M,150,6,B-,100,0,,,,,,,,,,,,2660,50000,-4571.94,57,-857,202,-3843.714,202,5212.87,54,9419,202,7885.833,249,200974513.293,53788,-23740.714,50103, -78,124,Pt,,,0,0,0+,,44,15,H,158400,54000,B-,100,0,,,,,,,,,,,,1660.854,34276,-4362.73,25,-1280,197,-5916.125,299,7022.73,56,10084,197,7881.56,125,201975639,27000,-22692.125,25150, -78,125,PT,,,0,0,(1/2-),,10,3,S,10,3,B-,100,0,,,,,,,,,,,,3517,196,-3345,197,-1568,277,-4937.0,446,5006,197,10139,357,7867,1,202978930,210,-19627,196, -78,126,PT,,,0,0,0+,,10.3,14,S,10.3,1.4,B-,100,0,,,,,,,,,,,,2728,280,-2850,196,-1568,357,-8234.0,446,6367,277,10521,446,7860,1,203980760,210,-17922,196, -78,127,PT,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,5803,357,-388,359,-152,422,-7006.0,585,3116,357,10568,499,7837,1,204986080,320,-12966,298, -78,128,Pt,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,4583,422,1067,357,1031,499,,,4737,422,10961,585,7822,1,205989660,320,-9632,298, -78,129,Pt,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,6270,500,1603,499,675,566,,,2980,499,,,7798,2,206995126,430,-4540,401, -78,130,Pt,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,5111,499,1748,500,,,,,4521,566,,,7783,2,207998937,429,-990,400, -79,91,Au,,,0,0,(2-),,0.30,+6-4,MS,0.0003,0.00005,P,85,10,A,15,10,,,,,,,,,,,,,7177.31,15,12547.193,197,10035,357,-1471.70,12,7730,1,169995972,211,-3752,196, -79,92,Au,,,0,0,(1/2+),,17,+9-5,US,0.000017,0.000007,P,100,0,A,,0,,,,,,,,,-11043,303,,,7085.23,11,9907.407,76,11882,197,-1447.93,10,7754.106,121,170991881.542,22236,-7562.295,20713, -79,93,Au,,,0,0,,,22,+6-4,MS,0.022,0.005,A,100,0,P,,0,EC+B+,,0,,,,,,-8259.262,140853,-20870,308,6923.3,10,11788.914,57,9827.03,60,-862.73,92,7766.158,326,171989996.708,60287,-9318.006,56158, -79,94,Au,,,0,0,(1/2+),,26.3,12,MS,0.0263,0.0012,A,94,19,P,,0,EC+B+,,0,,,,,,-10123,197,-19845.01,152,6836.48,5,9110.471,60,11585.75,61,-985.51,21,7788.237,132,172986223.808,24459,-12832.440,22784, -79,95,Au,,,0,0,,,120,20,MS,0.12,0.02,A,0,0,,,,,,,,,,,,-7594,89,-19597,215,6699.29,7,11083.163,90,9474,92,-419,105,7798,1,173984718,95,-14235,89, -79,96,Au,,,0,0,(1/2+),,,,,,,A,100,,,,,,,,,,,,,-9431.379,82504,-18834.26,43,6583.15,4,8309.511,43,11240,97,-625.24,40,7817.595,221,174981316.085,41481,-17403.955,38640, -79,97,Au,,,0,0,,,,,,,,,,,,,,,,,,,,,,-6736.013,34998,-18619.70,80,6433.49,7,10412.904,36,9188.33,51,96.47,38,7825.383,189,175980116.927,35625,-18520.963,33185, -79,98,Au,,,0,0,(1/2+ 3/2+),,1462,32,MS,1.462,0.032,A,100,0,EC+B+,,0,,,,,,,,,-8762.561,75786,-17831.47,15,6298.42,4,7825.341,18,11095.46,35,-99.79,15,7843.858,59,176976870.379,11268,-21545.103,10496, -79,99,Au,,,0,0,,,2.6,5,S,2.6,0.5,EC+B+,60,0,A,40,0,,,,,,,,,-5987.841,14755,-17592.52,76,6134.83,25,9693.776,14,8829.96,15,222.27,18,7849.398,57,177976055.945,10827,-22303.743,10086, -79,100,Au,,,0,0,(1/2+ 3/2+),,7.1,3,S,7.1,0.3,EC+B+,78,0.9,A,22,0.9,,,,,,,,,-8060.433,29669,-16743.98,16,5981.02,5,7279.578,14,10756.14,15,280.02,15,7865.637,65,178973173.668,12555,-24988.567,11696, -79,101,Au,,,0,0,,,8.4,6,S,8.4,0.6,EC+B+,98.2,0,A,1.8,0,,,,,,,,,-5375.062,13524,-16768.69,28,5827.9,17,8810.368,12,8708.26,13,646.33,9,7870.318,27,179972489.883,5137,-25625.509,4786, -79,102,Au,,,0,0,(3/2-),,13.7,14,S,13.7,1.4,EC+B+,97.3,0.5,A,2.7,0.5,,,,,,,,,-7210,25212,-15692.01,24,5751.37,293,6510.375,24,10316.94,21,724.23,23,7883.835,110,180970079.103,21445,-27871.136,19976, -79,103,Au,,,0,0,(2+),,15.5,4,S,15.5,0.4,EC+B+,99.87,0.05,A,0.13,0.05,,,,,1.3,,,,-4723.846,22501,-15710.95,25,5526.2,4,7867.681,24,8500.95,28,1208.23,24,7887.226,111,181969617.874,21749,-28300.768,20260, -79,104,Au,5.4247,43,0,0,(5/2)-,,42.8,10,S,42.8,1,EC+B+,99.45,0.25,A,0.55,0.25,,,,,1.972,,,,-6386.809,11789,-14685.88,14,5465.32,294,5581.004,18,9962.03,22,1312.00,16,7898.564,51,182967588.108,10116,-30191.483,9423, -79,105,Au,5.4306,41,0,0,5+,,20.6,9,S,20.6,0.9,EC+B+,100,0,A,0.016,0,,,,,2.07,,4.65,,-3969.745,24442,-14585.35,23,5233.9,5,7015.533,27,8198.54,24,1835.19,27,7900.194,121,183967451.524,23912,-30318.710,22275, -79,106,Au,5.4296,41,0,0,5/2-,,4.25,6,M,255,3.6,EC+B+,99.74,0.06,A,0.26,0.06,,,,,2.17,,,,-5674.477,13886,-13580.50,10,5179.97,5,4829.997,26,9610.75,22,1812.87,16,7909.44,14,184965798.874,2800,-31858.143,2608, -79,107,Au,5.4354,39,0,0,3-,,10.7,5,M,642,30,EC+B+,100,0,A,0.0008,0.0002,,,,,-1.272,,3.1,,-3175.756,23987,-13602.50,25,4911.91,14,6149.591,30,7928.03,21,2315.68,33,7909.54,113,185965952.703,22509,-31714.852,20967, -79,108,Au,5.4018,57,0,0,1/2(+),,8.3,2,M,498,12,EC+B+,100,0,A,0.003,,,,,,0.531,,,,-4909.908,26287,-12560.06,25,4750.56,29,3657.212,33,9384.30,31,2452.37,31,7917.427,119,186964543.155,23948,-33027.838,22308, -79,109,Au,5.4049,55,0,0,1(-),,8.84,6,M,530.4,3.6,EC+B+,100,0,,,,,,,,-0.067,,,,-2169.394,12569,-12324.69,14,4814.63,28,5449.621,6,7414.79,22,2975.23,24,7914.753,14,187965247.969,2900,-32371.308,2701, -79,110,Au,5.4084,52,0,0,1/2+,,28.7,3,M,1722,18,EC+B+,100,0,A,0.00003,0,,,,,0.494,,,,-3955.554,37401,-11451.36,24,4328.68,34,2887.393,22,9281.96,20,3050.00,21,7921.987,106,188963948.286,21558,-33581.955,20081, -79,111,Au,5.4109,49,0,0,1-,,42.8,10,M,2568,60,EC+B+,100,0,A,0.000001,0,,,,,-0.065,,,,-1462.836,16276,-11278.45,32,3913.9,17,4472.917,4,7322.90,20,3653.16,11,7918.834,18,189964751.75,3700,-32833.533,3447, -79,112,Au,5.4147,46,0,0,3/2+,,3.18,8,H,11448,288,EC+B+,100,0,,,,,,,,0.1369,,0.73,,-3206.008,22710,-10498.52,17,3326.55,28,1900.333,6,9035.69,6,3780.42,5,7924.681,26,190963716.455,5288,-33797.904,4926, -79,113,Au,5.4179,44,0,0,1-,,4.94,9,H,17784,324,EC+B+,100,0,,,,,,,,-0.0107,,-0.228,,-760.563,22178,-10251.54,27,3147.88,18,3516.341,16,7045.53,17,4362.85,16,7920.102,82,191964817.684,16991,-32772.116,15827, -79,114,Au,5.4221,42,0,0,3/2+,,17.65,15,H,63540,540,EC+B+,100,0,,,,,,,,0.1396,,0.664,,-2342.642,14370,-9464.59,18,2619.85,15,1074.787,9,8704.02,18,4405.33,9,7924.164,45,192964138.447,9311,-33404.821,8674, -79,115,Au,5.4252,40,0,0,1-,,38.02,10,H,136872,360,EC+B+,100,0,,,,,,,,0.0763,,-0.24,,-27.991,3581,-9221.07,16,2116.69,248,2548.134,2175,6878.43,9,5021.30,247,7918.774,11,193965419.062,2273,-32211.936,2118, -79,116,Au,5.4298,40,0,0,3/2+,,186.01,6,D,16071264,5184,EC,100,0,,,,,,,,,,,,-1553.638,23156,-8454.40,3,1716.81,159,226.818,1227,8426.41,234,5095.93,101,7921.377,6,194965037.851,1201,-32567.031,1119, -79,117,Au,5.4332,39,0,0,2-,,6.1669,6,D,532820.16,51.84,EC+B+,93,0.3,B-,7,0.3,,,,,,,,,687.235,3118,-8196.63,23,1271.94,3,1505.804,3,6642.99,3,5633.83,3,7914.855,15,195966571.221,3179,-31138.706,2962, -79,118,Au,5.4371,38,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,,,,,-599.509,3202,-7385.11,294,971.58,135,-719.988,762,8072.35,294,5784.20,53,7915.654,3,196966570.114,581,-31139.738,542, -79,119,Au,5.4400,38,0,0,2-,,2.6941,2,D,232770.24,17.28,B-,100,0,,,,,,,,0.5934,,0.64,,1373.53,490,-7111.87,3,526.01,136,323.218,2168,6512.36,9,6450.00,51,7908.567,3,197968243.724,579,-29580.781,540, -79,120,Au,5.4454,39,0,0,3/2+,,3.139,7,D,271209.6,604.8,B-,100,0,,,,,,,,0.2715,,0.51,,452.327,613,-6210.75,49,173.59,136,-1705.059,2226,7584.28,6,6478.71,206,7906.937,3,198968766.582,581,-29093.741,542, -79,121,Au,,,0,0,(1-),,48.4,3,M,2904,18,B-,100,0,,,,,,,,,,,,2263.178,26719,-5765.34,27,-229.51,47,-640.932,33,6217.67,27,7140.38,27,7898.491,134,199970756.556,28681,-27240.092,26717, -79,122,Au,,,0,0,3/2+,,26.0,8,M,1560,48,B-,100,0,,,,,,,,,,,,1261.827,3147,-4968.76,3,-561.52,20,-2660.0,50,7231.94,27,7090.52,20,7895.175,16,200971657.665,3454,-26400.714,3218, -79,123,Au,,,0,0,(1-),,28.4,12,S,28.4,1.2,B-,100,0,,,,,,,,,,,,2992.345,23298,-4761.75,23,-957,197,-1660.854,34,6023.58,24,7901.24,55,7885.909,115,201973856,25000,-24352.979,23287, -79,124,Au,,,0,0,3/2+,,60,6,S,60,6,B-,100,0,,,,,,,,,,,,2125.829,3451,-3869.43,3,-1169.84,41,-3516.436,196,6861.77,23,7740.28,25,7880.864,15,202975154.498,3309,-23143.436,3083, -79,125,Au,,,0,0,(2-),,39.8,9,S,39.8,0.9,B-,100,0,,,,,,,,,,,,4040,200,-3452,200,-1464,280,-2728.0,280,5578,200,8313,280,7870,1,203977831,215,-20650,200, -79,126,Au,,,0,0,(3/2+),,31,2,S,31,2,B-,100,0,,,,,,,,,,,,3518,196,-2151,196,-1298,277,-5804.0,357,6191,280,8137,277,7861,1,204979850,210,-18770,196, -79,127,AU,,,0,0,5+ 6+,,40,15,S,40,15,B-,100,0,,,,,,,,,,,,6731,299,2,298,137,422,-4583.0,421,3516,357,8537,422,7840,1,205984740,320,-14215,298, -79,128,AU,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,5677,301,2064,301,1455,500,-6270.0,501,4667,423,8467,423,7825,1,206988395,322,-10810,300, -79,129,AU,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,7164,300,2315,300,1161,499,-5111.0,499,3363,423,8850,499,7804,1,207993450,320,-6101,298, -79,130,AU,,,0,0,(3/2+),GT,300,,NS,0.0000003,5e15,B-,100,0,,,,,,,,,,,,6104,426,2654,401,995,642,,,4510,499,8839,565,7788,2,208997273,429,-2540,400, -79,131,AU,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,7694,446,2902,427,,,,,3202,566,,,7766,2,210002500,430,2329,401, -80,91,HG,,,0,0,,,59,+36-16,US,0.000059,0.000026,A,100,0,,,,,,,,,,,,,,,,7667.69,15,11042.295,304,,,57,361,7685,2,171003736,325,3480,303, -80,92,Hg,,,0,0,0+,,231,9,US,0.000231,0.000009,A,100,0,,,,,,,,,,,,,,,,7523.8,6,8259.262,160,12610,338,785.42,152,7713.591,873,171998863.391,161116,-1058.744,150079, -80,93,Hg,,,0,0,(7/2-),,0.80,8,MS,0.0008,0.00008,A,100,4,,,,,,,,,,,,,,,,7378.02,4,10122.44,197,9722,247,680,204,7725,1,172997091,210,-2710,196, -80,94,Hg,,,0,0,,,2.1,+18-7,MS,0.0021,0.0013,A,99.6,0.4,,,,,,,,,,,,,,,,7233.27,6,7593.991,91,12003,197,1097.54,30,7749.784,110,173992870.583,20624,-6641.009,19211, -80,95,Hg,,,0,0,(7/2-),,10.6,4,MS,0.0106,0.0004,A,100,0,,,,,,,,,,,,,,,,7072.21,5,9431.379,83,9402.88,75,1026,115,7759.231,417,174991441.086,78257,-7972.576,72896, -80,96,Hg,,,0,0,0+,,20.3,14,MS,0.0203,0.0014,A,94,12,,,,,,,,,,,,-12366.544,75904,,,6897.05,6,6736.013,35,11883.69,74,1669.97,40,7782.665,63,175987348.335,11937,-11784.950,11119, -80,97,Hg,,,0,0,(13/2+),,127.3,18,MS,0.1273,0.0018,A,85,0,EC+B+,15,0,,,,,,,,,-9442.016,78098,-21435.45,106,6735.45,50,8762.561,76,9068.91,76,1550.55,82,7789.932,424,176986277.376,80575,-12782.542,75056, -80,98,Hg,,,0,0,0+,,266.5,24,MS,0.2665,0.0024,A,70,0,EC+B+,30,0,,,,,,,,,-11526,90,-21046.69,24,6577.35,3,5987.842,15,11604.68,76,2059.77,15,7811.363,61,177982484.158,11562,-16315.901,10770, -80,99,Hg,,,0,0,(7/2-),,1.05,3,S,1.05,0.03,A,55,25,EC+B+,45,25,ECP,0.15,0,,,,,,-8659.639,47417,-20209,94,6360.42,30,8060.433,30,8683.55,29,1913.36,29,7816.236,152,178981826.899,29272,-16928.134,27267, -80,100,Hg,,,0,0,0+,,2.59,1,S,2.59,0.01,EC+B+,52,2,A,48,2,,,,,,,,,-10863.8,61329,-20053.27,41,6258.5,237,5375.062,14,11393.63,30,2550.85,17,7836.11,70,179978260.249,13579,-20250.447,12649, -80,101,Hg,5.4364,32,0,0,1/2-,,3.6,1,S,3.6,0.1,EC+B+,73,2,A,27,2,ECP,0.013,0.003,,0.5071,,,,-7862.401,17876,-19345.81,62,6284.39,4,7210.0,25,8482.01,20,2324.60,16,7839.679,85,180977819.357,16513,-20661.136,15382, -80,102,Hg,5.3833,52,0,0,0+,,10.83,6,S,10.83,0.06,EC+B+,86.2,0.9,A,13.8,0.9,,,,,,,,,-10248.994,15363,-18849.50,13,5995.68,5,4723.846,23,10987.10,18,2994.76,22,7856.972,54,181974689.132,10510,-23576.922,9790, -80,103,Hg,5.4405,31,0,0,1/2-,,9.4,7,S,9.4,0.7,EC+B+,88.3,2,A,11.7,2,ECP,0.00026,0.00006,,0.524,,,,-7217.417,11716,-18548.06,14,6038.56,4,6386.809,12,8299.07,12,2792.88,21,7859.388,39,182974444.629,7604,-23804.674,7084, -80,104,Hg,5.3949,47,0,0,0+,,30.87,26,S,30.87,0.26,EC+B+,98.89,0.06,A,1.11,0.06,,,,,,,,,-9465.723,14200,-17833.03,14,5662,4,3969.745,24,10615.61,12,3446.45,14,7874.367,55,183971713.221,10802,-26348.965,10062, -80,105,Hg,5.4397,31,0,0,1/2-,,49.1,10,S,49.1,1,EC+B+,94,1,A,6,1,,,,,0.508,,,,-6425.925,24767,-17371.74,17,5772.93,4,5674.477,14,7906.02,17,3153.93,26,7874.538,74,184971890.676,14641,-26183.666,13639, -80,106,Hg,5.4017,43,0,0,0+,,1.38,6,M,82.8,3.6,EC+B+,99.984,0.005,A,0.016,0.005,,,,,,,,,-8652.484,25209,-16852.67,24,5204.44,10,3175.755,24,10426.75,18,3969.92,12,7888.26,63,185969362.017,12507,-28539.097,11650, -80,107,Hg,5.4046,42,0,0,3/2(-),,1.9,3,M,114,18,EC+B+,100,0,A,0.00037,0,,,,,-0.594,,-0.75,,-5673.343,16067,-16302.63,26,5229.64,14,4909.908,26,7650.15,18,3692.05,25,7886.987,74,186969814.158,14928,-28117.930,13905, -80,108,Hg,5.4085,40,0,0,0+,,3.25,15,M,195,9,EC+B+,99.999963,0.000008,A,0.000037,0.000008,,,,,,,,,-7865.513,32325,-15828.64,15,4707.41,16,2169.394,13,10155.30,19,4463.05,25,7899.052,65,187967576.91,13178,-30201.914,12275, -80,109,Hg,5.4100,40,0,0,3/2-,,7.6,1,M,456,6,EC+B+,100,0,A,0.00003,0,,,,,-0.6086,,-0.8,,-5010.3,32643,-15361.32,43,4636.82,41,3955.554,37,7495.80,34,4544.06,32,7896.919,167,188968194.748,33873,-29626.401,31553, -80,110,Hg,5.4158,37,0,0,0+,,20.0,5,M,1200,30,EC+B+,100,0,A,0.00000034,0,,,,,,,,,-6998.67,17782,-14825.91,18,4068.83,27,1462.836,16,9815.61,35,5077.71,26,7907.017,84,189966322.169,17076,-31370.697,15907, -80,111,Hg,5.4171,37,0,0,3/2(-),,49,10,M,2940,600,EC+B+,100,0,,,,,,,,,,,,-4308.951,23461,-14291.19,24,3668.24,33,3206.008,23,7292.52,27,5047.33,23,7903.8,117,190967158.247,23918,-30591.896,22280, -80,112,Hg,5.4232,35,0,0,0+,,4.85,20,H,17460,720,EC,100,0,,,,,,,,,,,,-6139.307,35277,-13799.92,17,3384.46,16,760.563,22,9490.97,27,5502.62,16,7912.066,81,191965634.182,16679,-32011.553,15537, -80,113,Hg,5.4238,35,0,0,3/2(-),,3.80,15,H,13680,540,EC+B+,100,0,,,,,,,,-0.62757,,,,-3584.967,16894,-13261.25,35,2982.25,18,2342.642,18,7121.94,22,5579.03,22,7907.972,80,192966653.377,16645,-31062.179,15505, -80,114,Hg,5.4309,33,0,0,0+,,444,77,Y,14011574400,2429935200,EC,100,0,,,,,,,,,,,,-5246.454,14268,-12778.05,7,2697.59,3,27.991,4,9193.08,16,6068.09,9,7914.597,15,193965449.111,3100,-32183.945,2888, -80,115,Hg,5.4345,32,0,0,1/2-,,10.53,3,H,37908,108,EC+B+,100,0,,,,,,,,0.5414749,,,,-2858.145,25657,-12147.22,27,2259.93,24,1553.638,23,6900.76,23,6090.43,23,7909.397,119,194966705.751,24843,-31013.393,23142, -80,116,Hg,5.4385,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4329.349,12463,-11742.01,11,2037.6,4,-687.235,4,8883.87,23,6547.88,3,7914.369,15,195965833.444,3163,-31825.941,2946, -80,117,Hg,5.4412,31,0,0,1/2-,,64.14,5,H,230904,180,EC,100,0,,,,,,,,,,,,-2198.58,16637,-11114.95,13,1514.46,3,599.509,3,6785.61,148,6690.49,3,7908.64,16,196967213.713,3442,-30540.229,3207, -80,118,Hg,5.4463,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3425.564,7559,-10683.98,16,1380.84,59,-1373.529,708,8485.40,3,7103.54,50,7911.552,2,197966769.179,491,-30954.310,458, -80,119,Hg,5.4474,31,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,0.5058855,,,,-1486.674,27950,-10088.64,8,822.87,66,-452.327,755,6663.07,57,7254.26,61,7905.279,3,198968280.989,564,-29546.068,526, -80,120,Hg,5.4551,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2456.04,5735,-9515.19,28,716.32,67,-2263.178,27,8028.52,11,7698.50,62,7905.895,3,199968326.934,568,-29503.270,529, -80,121,Hg,5.4581,32,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,-0.5602257,,0.387,,-481.704,14181,-8686.63,6,332.29,84,-1261.828,3,6230.59,59,7711.42,27,7897.56,4,200970303.038,763,-27662.542,711, -80,122,Hg,5.4648,33,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1365.108,1636,-8235.80,14,133.76,219,-2992.345,23,7754.10,20,8233.58,3,7896.85,3,201970643.585,756,-27345.324,705, -80,123,Hg,5.4679,35,0,0,5/2-,,46.594,12,D,4025721.6,1036.8,B-,100,0,,,,,,,,0.84895,,0.343,,492.112,1225,-7360.37,195,-305.5,269,-2125.829,3,5995.26,157,8205.26,23,7887.482,8,202972872.326,1746,-25269.265,1627, -80,124,Hg,5.4744,36,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-344,1186,-7000.09,120,-515.9,20,-4040.145,200,7492.20,165,8835.68,3,7885.545,2,203973494.037,534,-24690.145,498, -80,125,Hg,5.4776,38,0,0,1/2-,,5.14,9,M,308.4,5.4,B-,100,0,,,,,,,,,,,,1533.135,3724,-6012.91,4,-971.94,50,-3517.74,196,5668.91,4,8927,200,7874.732,18,204976073.125,3923,-22287.740,3654, -80,126,Hg,5.4837,40,0,0,0+,,8.32,7,M,499.2,4.2,B-,100,0,,,,,,,,,,,,1307.566,20410,-5196.24,20,-678.59,32,-6730.801,299,6729.38,21,9465,197,7869.172,99,205977513.756,21943,-20945.801,20440, -80,127,Hg,,,0,0,(9/2+),,2.9,2,M,174,12,B-,100,0,,,,,,,,,,,,4547.008,30300,-2305.39,30,714,198,-5677.444,301,3612.96,36,9562,300,7848.61,144,206982300,32000,-16487.444,29808, -80,128,Hg,,,0,0,0+,,41,+5-4,M,2460,270,B-,100,0,,,,,,,,,,,,3484.726,30795,-302.27,31,2232,198,-7164.406,300,4849.28,43,9744,302,7834.191,148,207985759,33000,-13265.406,30739, -80,129,Hg,,,0,0,(9/2+),,36,+7-4,S,36,6,B-,100,0,,,,,,,,,,,,5000,149,35,149,1897,333,-6104.0,427,3450,152,9832,333,7813,1,208990720,160,-8644,149, -80,130,HG,,,0,0,0+,,,,,,,,,,,,,,,,,,,,,3882,196,208,196,1841,357,-7694.0,446,4792,246,10114,445,7799,1,209994240,210,-5365,196, -80,131,HG,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,5454,200,552,196,1491,446,,,3330,277,10242,446,7778,1,210999330,210,-624,196, -80,132,HG,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,4308,359,764,301,1322,499,,,4690,357,,,7763,1,212002960,320,2757,298, -80,133,HG,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,5882,299,1146,359,,,,,3162,422,,,7741,1,213008230,320,7666,298, -80,134,HG,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,4713,446,1323,401,,,,,4560,499,,,7727,2,214012000,430,11178,401, -80,135,HG,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,6297,499,1672,446,,,,,3041,566,,,7705,2,215017400,430,16208,401, -80,136,HG,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,5142,499,1877,499,,,,,4420,566,,,7690,2,216021320,430,19859,401, -81,95,TL,,,0,0,(3- 4- 5-),,5.2,+30-14,MS,0.0052,0.0022,P,100,0,,,,,,,,,,,,,,,,7474.68,94,12366.544,76,,,-1265.20,18,7707.955,427,176000624.367,80607,581.594,75086, -81,96,Tl,,,0,0,(1/2+),,18,5,MS,0.018,0.005,A,73,13,P,27,13,,,,,,,,,,,,,7067,7,9442.016,78,11993.44,78,-1155.45,19,7732.167,122,176996413.797,23219,-3340.526,21629, -81,97,TL,,,0,0,,,254,+11-9,MS,0.254,0.01,A,53,0,EC+B+,47,0,,,,,,,,,-8365,91,,,7020.04,10,11525.901,90,9521,92,-703,117,7742,1,177994857,96,-4790,89, -81,98,Tl,,,0,0,(1/2+),,0.23,4,S,0.23,0.04,A,100,0,P,,0,EC+B+,,0,,,,,,-10319.134,84963,-19914.11,46,6710.54,3,8659.639,47,11549,98,-758.44,40,7763.487,217,178991123.405,41646,-8268.495,38793, -81,99,Tl,,,0,0,(5-),,1.09,1,S,1.09,0.01,EC+B+,94,4,A,6,4,ECSF,0.0032,0.0002,,,,,,-7445.267,61277,-19508.60,97,6709.4,50,10863.8,61,9189.47,71,-252.52,66,7771.409,333,179989923.019,64423,-9386.647,60010, -81,100,Tl,,,0,0,(1/2+),,3.2,3,S,3.2,0.3,A,10,0,,,,,,,,,,,,-9681.385,75959,-18928.67,15,6321.45,6,7862.401,18,11483.40,61,-162.74,14,7791.918,50,180986259.992,9778,-12798.735,9108, -81,101,Tl,,,0,0,(7+),,3.1,10,S,3.1,1,EC+B+,97.5,2.5,A,5,0,,,,,,,,,-6502.815,16927,-18281.89,76,6550.9,6,10248.995,15,8600.51,15,-44.24,19,7796.36,65,181985691.88,12709,-13327.927,11839, -81,102,Tl,,0,0,0,(1/2+),,6.9,7,S,6.9,0.7,EC+B+,0,0,A,,0,,,,,1.62,,,,-9012.038,29657,-17833.46,15,5976.39,9,7217.417,12,11330.65,15,299.31,14,7815.673,51,182982192.846,10017,-16587.257,9331, -81,103,Tl,,,0,0,,,10.1,5,S,10.1,0.5,EC+B+,97.9,0.7,A,2.1,0.7,,,,,,,,,-5831.72,16260,-17379.34,30,6317.35,9,9465.723,14,8367.30,14,367.54,12,7818.671,54,183981875.093,10757,-16883.242,10020, -81,104,Tl,,0,0,0,(1/2+),,19.5,5,S,19.5,0.5,EC+B+,,0,,,,,,,,,,,,-8216.521,26249,-16777.54,24,5688.48,5,6425.925,25,10945.82,23,697.75,23,7835.575,112,184978789.191,22194,-19757.741,20674, -81,105,Tl,,,0,0,(7+),,27.5,10,S,27.5,1,EC+B+,100,0,A,0.006,0,,,,,0.497,,0.06,,-5204.588,25078,-16416.71,28,5989.24,30,8652.484,25,8200.19,30,991.92,26,7837.535,120,185978650.841,24000,-19886.613,22356, -81,106,Tl,,,0,0,(1/2+),AP,51,,S,51,0,EC+B+,100,0,A,0.03,0,,,,,1.55,,,,-7457.628,9525,-15833.88,14,5321.98,7,5673.343,16,10629.29,24,1194.46,14,7852.464,43,186975904.743,8640,-22444.587,8048, -81,107,Tl,5.4017,72,0,0,(2-),,71,2,S,71,2,EC+B+,100,0,,,,,,,,,,,,-4521.198,31734,-15420.76,30,5557.39,37,7865.514,32,7963.13,31,1507.44,33,7853.053,159,187976020.886,32103,-22336.400,29904, -81,108,Tl,,,0,0,(1/2+),,2.3,2,M,138,12,EC+B+,100,0,,,,,,,,,,,,-6772.066,16364,-14872.22,14,4817.13,9,5010.301,33,10351.02,31,1703.16,15,7866.27,44,188973573.527,8983,-24616.100,8368, -81,109,Tl,5.4121,56,0,0,2(-),,2.6,3,M,156,18,EC+B+,100,0,,,,,,,,0.254,,-0.329,,-3955.382,14825,-14599.31,16,4917.91,22,6998.67,18,7827.24,12,2034.60,33,7866.064,42,189973835.551,8532,-24372.027,7948, -81,110,Tl,5.4169,47,0,0,(1/2+),,,,,,,,,,,,,,,,,,,,,-6051.827,37978,-13937.62,15,4319.98,23,4308.951,23,9982.24,11,2201.22,18,7877.144,38,190971784.096,7889,-26282.945,7349, -81,111,Tl,5.4191,51,0,0,(2-),,9.6,4,M,576,24,EC+B+,100,0,,,,,,,,0.2,,-0.335,,-3316.226,34348,-13712.44,49,4074.15,32,6139.307,35,7660.62,33,2569.32,39,7876.016,165,191972225,34000,-25872.246,31671, -81,112,Tl,5.4243,42,0,0,1/2(+),,21.6,8,M,1296,48,EC+B+,100,0,,,,,,,,1.5912,,,,-5282.723,50028,-12992.51,15,3679.83,21,3584.967,17,9676.28,32,2754.63,17,7885.344,35,192970501.997,7200,-27477.212,6707, -81,113,Tl,5.4259,46,0,0,2-,,33.0,5,M,1980,30,EC+B+,100,0,A,0.0000001,0,,,,,0.14,,-0.282,,-2729.552,22343,-12814.32,52,3471.13,14,5246.454,14,7531.60,16,3164.28,21,7883.52,72,193971081.411,15000,-26937.491,13972, -81,114,Tl,5.4325,39,0,0,1/2+,,1.16,5,H,4176,180,EC+B+,100,0,,,,,,,,1.58,,,,-4447.555,21106,-12018.63,21,3217.74,12,2858.145,26,9289.07,18,3260.27,11,7890.728,57,194969774.096,11909,-28155.248,11093, -81,115,Tl,5.4327,42,0,0,2-,,1.84,3,H,6624,108,EC+B+,100,0,,,,,,,,,,,,-2148.28,14356,-11860.22,22,2850.61,20,4329.349,12,7412.66,16,3772.17,26,7888.289,62,195970481.192,13000,-27496.592,12109, -81,116,Tl,5.4388,36,0,0,1/2+,,2.84,4,H,10224,144,EC+B+,100,0,,,,,,,,,,,,-3596.247,17014,-11064.65,18,2638.26,18,2198.58,17,8916.37,20,3804.68,17,7893.508,83,196969573.986,17526,-28341.649,16325, -81,117,Tl,5.4396,36,0,0,2-,,5.3,5,H,19080,1800,EC+B+,100,0,,,,,,,,0,,,,-1461.257,11554,-10854.66,9,2258.27,8,3425.564,8,7258.41,18,4277.49,8,7890.3,38,197970446.673,8100,-27528.746,7545, -81,118,Tl,5.4479,31,0,0,1/2+,,7.42,8,H,26712,288,EC+B+,100,0,,,,,,,,1.6,,,,-2827.589,29679,-10063.22,29,2082.72,28,1486.674,28,8601.96,29,4394.05,28,7893.877,140,198969877,30000,-28059.394,27945, -81,119,Tl,5.4491,31,0,0,2-,,26.1,1,H,93960,360,EC+B+,100,0,,,,,,,,0.04,,,,-796.176,12340,-9886.74,12,1666.56,6,2456.04,6,7059.15,29,4790.13,6,7889.703,29,199970963.602,6182,-27047.230,5759, -81,120,Tl,5.4573,28,0,0,1/2+,,3.0421,17,D,262837.44,146.88,EC,100,0,,,,,,,,1.605,,,,-1909.802,18530,-9001.10,18,1533.98,14,481.704,14,8204.93,15,4966.54,14,7891.271,71,200970820.168,15228,-27180.838,14185, -81,121,Tl,5.4595,27,0,0,2-,,12.31,8,D,1063584,6912,EC+B+,100,0,,,,,,,,,,,,-39.602,4096,-8780.50,14,1175.65,167,1365.108,1754,6870.70,14,5606.64,164,7886.219,8,201972109.089,1723,-25980.216,1606, -81,122,Tl,5.4666,27,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,1.62225787,,,,-974.82,6461,-7892.08,4,907.45,124,-492.112,2001,7852.48,155,5705.02,108,7886.053,6,202972344.022,1252,-25761.377,1166, -81,123,Tl,5.4704,28,0,0,2-,,3.783,12,Y,119382400.8,378691.2,B-,97.08,0.07,EC+B+,2.92,0.07,,,,,0.09,,,,763.748,177,-7630.90,6,469.03,27,344.0,12,6656.08,28,6365.85,125,7880.023,6,203973863.337,1236,-24346.145,1152, -81,124,Tl,5.4759,26,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,,,,,-50.636,503,-6782.30,50,154.92,3,-1533.134,4,7546.05,48,6419.70,127,7878.394,6,204974427.237,1328,-23820.874,1237, -81,125,Tl,,,0,0,0-,,4.202,11,M,252.12,0.66,B-,100,0,,,,,,,,,,,,1532.217,612,-6554.45,61,-325.3,23,-1307.566,20,6503.81,39,7254.60,4,7871.721,6,205976110.026,1378,-22253.367,1284, -81,126,Tl,5.4853,27,0,0,1/2+,,4.77,3,M,286.2,1.8,B-,100,0,,,,,,,,1.876,,,,1417.595,5402,-5320.18,5,-315.93,6,-4547.007,30,6852.40,5,7377.62,21,7866.797,26,206977418.586,5839,-21034.451,5439, -81,127,Tl,5.4946,28,0,0,5+,,3.053,4,M,183.18,0.24,B-,100,0,,,,,,,,0.292,,,,4998.466,1669,-2369.40,167,1475,200,-3484.726,31,3787.00,6,7551.66,30,7847.183,9,207982017.992,1990,-16750.132,1854, -81,128,Tl,,,0,0,1/2+,,2.162,7,M,129.72,0.42,B-,100,0,,,,,,,,,,,,3969.889,6211,32.52,6,2700,196,-5000.757,149,4965.94,6,7668.32,31,7833.397,29,208985351.75,6559,-13644.757,6110, -81,129,Tl,,,0,0,(5+),,1.30,3,M,78,1.8,B-,100,0,B-N,0.007,0,,,,,,,,,5481.534,11561,296.36,12,2543,298,-3881.969,196,3673.53,13,7892,149,7813.588,55,209990072.97,12456,-9246.969,11604, -81,130,TL,,,0,0,,,88,+46-29,S,88,38,B-,100,0,B-N,,0,,,,,,,,,4414.95,41978,579.19,42,2307,303,-5453.998,200,4902.35,43,8002,200,7799.791,199,210993475,45000,-6077.998,41917, -81,131,TL,,,0,0,,,96,+42-38,S,96,40,B-,100,0,B-N,,0,,,,,,,,,5998,200,871,200,2125,359,-4308.0,359,3544,205,8216,280,7780,1,211998335,215,-1551,200, -81,132,TL,,,0,0,,,46,+55-26,S,46,41,B-,100,0,B-N,,0,,,,,,,,,4987.343,27894,1261.34,27,1899,401,-5882.189,299,4737,202,8262,299,7765.43,127,213001915,29000,1783.811,27013, -81,133,TL,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,6647,196,1597,196,1711,446,-4713.0,446,3391,197,8491,357,7745,1,214006940,210,6465,196, -81,134,TL,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,5569,303,2023,298,,,-6297.0,500,4625,357,8556,499,7730,1,215010640,320,9911,298, -81,135,TL,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,7238,357,2304,303,,,-5141.0,500,3265,422,8779,499,7710,1,216015800,320,14718,298, -81,136,TL,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,6073,499,2762,446,,,,,4476,499,8835,566,7695,2,217019660,430,18313,401, -82,96,PB,,,0,0,0+,,0.12,+22-5,MS,0.00012,0.00014,A,100,0,,,,,,,,,,,,,,,,7790.39,14,8364.294,92,,,374.15,32,7690.83,135,178003837.163,25724,3574.294,23963, -82,97,PB,,,0,0,(9/2-),,3.5,+14-8,MS,0.0035,0.0011,A,100,0,,,,,,,,,,,,,,,,7598.3,20,10319.134,85,9594.97,79,448,117,7701.468,422,179002201.452,81149,2050.639,75590, -82,98,Pb,,,0,0,0+,,4.1,3,MS,0.0041,0.0003,A,100,0,,,,,,,,,,,,,,,,7418.65,5,7445.267,61,12063.34,77,961.86,41,7725.7,69,179997915.842,13307,-1941.380,12396, -82,99,Pb,,,0,0,(13/2+),,45,20,MS,0.045,0.02,A,100,0,,,,,,,,,,,,,,,,7240.28,7,9681.385,76,9247.29,76,1019.67,96,7734.107,417,180996653.386,80957,-3117.350,75411, -82,100,Pb,5.3788,35,0,0,0+,,55,5,MS,0.055,0.005,A,98,0,EC+B+,2,0,,,,,,,,,,,,,7065.87,6,6502.815,17,11779.08,76,1315.35,15,7756.332,66,181992672.94,12987,-6825.112,12098, -82,101,Pb,5.3869,30,0,0,(3/2-),,535,30,MS,0.535,0.03,A,90,0,,,,,,,,-1.158,,0.6,,,,,,6928,7,9012.039,30,8821.42,31,1536.26,31,7762.152,154,182991867.668,30221,-7575.218,28151, -82,102,Pb,5.3930,28,0,0,0+,,490,25,MS,0.49,0.025,A,80,15,EC+B+,20,15,,,,,,,,,-12114.59,79153,,,6774.01,3,5831.72,16,11547.62,31,1753.24,16,7782.725,70,183988135.702,13748,-11051.522,12806, -82,103,Pb,5.3984,28,0,0,3/2-,,6.3,4,S,6.3,0.4,A,34,25,EC+B+,,0,,,,,-1.1,,,,-9305,83,-20675.61,80,6695,5,8216.521,26,8561.02,21,1946.95,19,7786.932,87,184987609.989,17364,-11541.220,16175, -82,104,Pb,5.4027,27,0,0,0+,,4.82,3,S,4.82,0.03,EC+B+,60,8,A,40,8,,,,,,,,,-11535.814,20329,-20518,82,6469.98,6,5204.587,25,11212.12,20,2213.26,24,7805.347,61,185984238.196,12199,-14682.026,11363, -82,105,Pb,5.4079,26,0,0,(3/2-),,15.2,3,S,15.2,0.3,EC+B+,90.5,2,A,9.5,2,,,,,,,,,-8603.688,11227,-19912.06,18,6392.8,6,7457.628,10,8376.25,12,2389.32,23,7808.4,27,186983910.836,5468,-14986.959,5094, -82,106,Pb,5.4139,25,0,0,0+,,25.1,1,S,25.1,0.1,EC+B+,90.7,0.8,A,9.3,0.8,,,,,,,,,-10620.515,15427,-19503.25,15,6108.85,3,4521.198,32,10899.56,12,2659.59,13,7824.843,57,187980874.592,11403,-17815.202,10622, -82,107,Pb,5.4177,23,0,0,(3/2-),,39,8,S,39,8,EC+B+,100,0,A,0.4,0,,,,,-1.081,,0.5,,-7779.374,25150,-18720.66,18,5914.72,4,6772.065,16,8100.15,18,2796.60,33,7826.299,74,188980843.639,15096,-17844.035,14062, -82,108,Pb,5.4222,23,0,0,0+,,71,1,S,71,1,EC+B+,99.6,0.04,A,0.4,0.04,,,,,,,,,-9817.066,25800,-18423.30,24,5697.54,5,3955.382,15,10643.93,19,3089.52,15,7841.129,66,189978081.828,13434,-20416.645,12514, -82,109,Pb,5.4229,26,0,0,(3/2-),,1.33,8,M,79.8,4.8,EC+B+,99.987,0.005,A,0.013,0.005,,,,,,,,,-6991.772,38005,-17702.86,44,5461.9,40,6051.827,38,7885.79,39,3148.06,38,7841.363,195,190978281,40000,-20231.118,37260, -82,110,Pb,5.4300,25,0,0,0+,,3.5,1,M,210,6,EC+B+,99.9941,0.0007,A,0.0059,0.0007,,,,,,,,,-9021.485,32917,-17387.99,15,5220.98,5,3316.226,34,10396.22,40,3562.04,15,7854.669,69,191975785.115,14273,-22556.020,13295, -82,111,Pb,5.4310,23,0,0,(3/2-),,,,,,,EC+B+,,0,,,,,,,,,,,,-6309.931,50152,-16731.27,58,5007,59,5282.722,50,7709.79,51,3611.21,59,7853.919,257,192976173.234,53222,-22194.490,49577, -82,112,Pb,5.4372,23,0,0,0+,,10.7,6,M,642,36,EC+B+,100,0,A,0.0000073,0.0000029,,,,,,,,,-8179.128,18498,-16394.70,19,4737.84,17,2729.551,22,10084.77,53,4019.70,19,7865.418,90,193974011.706,18717,-24207.940,17435, -82,113,Pb,5.4389,45,0,0,3/2-,AP,15,,M,900,0,EC+B+,100,0,,,,,,,,,,,,-5682.132,18722,-15750.20,19,4459.29,29,4447.555,21,7571.07,25,4059.17,23,7863.908,92,194974548.743,19280,-23707.693,17960, -82,114,Pb,5.4444,23,0,0,0+,,37,3,M,2220,180,EC+B+,100,0,A,0.00003,0,,,,,,,,,-7339.281,25616,-15394.07,9,4238.33,17,2148.28,14,9711.94,20,4482.03,13,7873.337,39,195972787.466,8277,-25348.312,7710, -82,115,Pb,5.4446,23,0,0,3/2-,,8.1,17,M,486,102,EC+B+,100,0,,,,,,,,-1.075,,-0.08,,-5058.21,9619,-14807.69,25,3891.86,16,3596.248,17,7468.41,9,4537.78,13,7871.282,24,196973434.717,5157,-24745.401,4804, -82,116,Pb,5.4524,22,0,0,0+,,2.4,1,H,8640,360,EC+B+,100,0,,,,,,,,,,,,-6698.003,29283,-14451.62,12,3691.54,9,1461.257,12,9393.41,10,5014.81,19,7878.969,44,197972015.397,9393,-26067.489,8750, -82,117,Pb,5.4529,22,0,0,3/2-,,90,10,M,5400,600,EC+B+,100,0,,,,,,,,-1.0742,,0.08,,-4434.239,14547,-13933.64,30,3356.67,25,2827.59,30,7235.63,13,4992.03,13,7875.736,50,198972912.542,10730,-25231.804,9996, -82,118,Pb,5.4611,20,0,0,0+,,21.5,4,H,77400,1440,EC,100,0,,,,,,,,,,,,-5880.299,24852,-13524.81,15,3149.97,11,796.176,12,9090.57,15,5480.63,30,7881.81,55,199971818.332,11730,-26251.054,10927, -82,119,Pb,5.4629,19,0,0,5/2-,,9.33,3,H,33588,108,EC+B+,100,0,,,,,,,,0.6753,,-0.01,,-3854.603,20481,-12971.60,26,2844.28,14,1909.802,20,7091.30,18,5512.78,15,7877.877,68,200972870.425,14758,-25271.036,13747, -82,120,Pb,5.4705,17,0,0,0+,,52.5E+3,28,Y,1656774000000,88361280000,EC,100,0,A,1,,,,,,,,,,-5199.13,15856,-12595.50,16,2588.78,4,39.602,4,8740.89,14,6048.75,15,7882.15,19,201972151.604,4075,-25940.614,3796, -82,121,Pb,5.4727,17,0,0,5/2-,,51.92,3,H,186912,108,EC,100,0,,,,,,,,0.6864,,0.095,,-3261.729,14356,-12116.39,17,2334.6,7,974.82,7,6917.26,8,6095.31,7,7877.397,32,202973390.535,7036,-24786.557,6554, -82,122,Pb,5.4803,14,0,0,0+,GE,1.4E+17,,Y,4.418064e24,1.57787997790968e32,A,,0,,,,,,,,,,,,-4463.996,9248,-11656.38,13,1968.46,113,-763.747,1625,8394.65,6,6637.49,34,7879.932,6,203973043.42,1230,-25109.892,1146, -82,123,Pb,5.4828,15,0,0,5/2-,,1.73E+7,7,Y,545946480000000,22090320000000,EC,100,0,,,,,,,,,,,,-2705.734,5107,-11195.66,9,1467.39,106,50.635,1685,6731.66,11,6713.06,21,7874.331,6,204974481.597,1228,-23770.239,1144, -82,124,Pb,5.4902,14,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3757.306,7546,-10792.40,5,1134.82,105,-1532.217,172,8086.66,6,7253.68,50,7875.362,6,205974465.124,1227,-23785.584,1144, -82,125,Pb,5.4943,14,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,,,,,-2397.42,2118,-10495.09,8,392.3,127,-1417.596,6,6737.78,10,7487.65,62,7869.866,6,206975896.735,1230,-22452.047,1147, -82,126,Pb,5.5012,13,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2878.375,2013,-9765.29,212,516.63,118,-4998.466,2181,7367.87,5,8003.12,5,7867.453,6,207976651.918,1231,-21748.598,1148, -82,127,Pb,5.5100,14,0,0,9/2+,,3.234,7,H,11642.4,25.2,B-,100,0,,,,,,,,-1.4735,,-0.27,,644.016,1146,-6815.74,218,2248.18,4,-3969.889,6,3937.37,134,8153.48,213,7848.648,8,208981089.898,1875,-17614.646,1747, -82,128,Pb,5.5208,16,0,0,0+,,22.20,22,Y,700578720,6942672,B-,100,0,A,0.0000019,0.0000004,,,,,,,,,63.476,499,-4541.16,51,3792.38,20,-5481.533,12,5185.17,125,8372.72,6,7835.965,7,209984188.301,1553,-14728.502,1447, -82,129,Pb,5.5290,17,0,0,9/2+,,36.1,2,M,2166,12,B-,100,0,,,,,,,,-1.4037,,0.087,,1366.183,5471,-3772.29,252,3569.58,30,-4414.95,42,3835.76,257,8534.95,12,7817.007,11,210988735.356,2426,-10492.948,2261, -82,130,Pb,5.5396,19,0,0,0+,,10.64,1,H,38304,36,B-,100,0,,,,,,,,,,,,569.104,1825,-3761.04,6,3291.64,31,-5997.85,200,5127.22,246,8759.82,42,7804.319,9,211991895.975,1977,-7548.850,1842, -82,131,Pb,,,0,0,(9/2+),,10.2,3,M,612,18,B-,100,0,,,,,,,,,,,,2028.103,8371,-3156.89,7,3016,149,-4987.343,28,3726.00,7,8942,200,7785.172,33,212996560.867,7465,-3203.532,6954, -82,132,Pb,5.5577,23,0,0,0+,,27.06,7,M,1623.6,4.2,B-,100,0,,,,,,,,,,,,1017.984,11256,-3022.45,5,2758,196,-6647.769,196,5050.55,7,9255.55,27,7772.394,9,213999803.788,2120,-182.769,1975, -82,133,PB,,,0,0,(9/2+),,147,12,S,147,12,B-,100,0,,,,,,,,,,,,2712.922,52748,-2528.32,54,2541,203,-5568.756,303,3546.30,52,9411,203,7752.737,244,215004661.59,56304,4342.244,52448, -82,134,PB,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,1606,196,-2221,196,2298,357,-7238.0,357,4934,203,9720,357,7740,1,216008030,210,7480,196, -82,135,PB,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,3510,299,-1705,298,2149,422,-6073.0,500,3311,357,9767,422,7719,1,217013140,320,12240,298, -82,136,PB,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,2237,299,-1348,299,1851,499,,,4858,422,10149,499,7706,1,218016590,320,15453,298, -82,137,PB,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,3996,446,-1009,401,1646,566,,,3246,499,10191,566,7686,2,219021770,430,20279,401, -82,138,PB,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,2850,499,-685,446,1385,566,,,4681,566,,,7672,2,220025410,430,23669,401, -83,101,Bi,,,0,0,,,13,2,MS,0.013,0.002,A,100,0,,,,,,,,,,,,,,,,8024.8,50,12114.59,79,,,-1349.32,83,7712.633,425,184001141.25,83854,1063.068,78110, -83,102,Bi,,,0,0,1/2+,,58,4,US,0.000058,0.000004,P,90,2,A,10,2,,,,,,,,,,,,,8138,81,9305.22,83,11370,113,-1527,81,7732,0,184997600,87,-2236,81, -83,103,Bi,,,0,0,(3+),,15.0,17,MS,0.015,0.0017,A,100,0,,,,,,,,,,,,-7247.186,24870,,,7756.8,12,11535.814,20,8982,83,-1106.04,23,7739.121,91,185996622.402,18096,-3146.212,16857, -83,104,Bi,,,0,0,(9/2-),,37,2,MS,0.037,0.002,A,100,0,,,,,,,,,,,,-9211.868,33430,-18555.56,21,7779.07,4,8603.688,11,11308.38,20,-1009.78,15,7758.208,54,186993147.276,10740,-6383.271,10005, -83,105,Bi,,,0,0,,,0.21,9,S,0.21,0.09,EC+B+,100,0,A,0,0,,,,,,,,,-6650.374,22892,-18094.60,34,7263.64,5,10620.515,15,8882.73,15,-503.30,12,7764.189,60,187992276.184,12009,-7194.687,11187, -83,106,Bi,,,0,0,(9/2-),,658,47,MS,0.658,0.047,A,100,0,,,,,,,,,,,,-8642.656,30354,-17591.66,29,7268.17,271,7779.375,25,10941.29,24,-461.57,23,7780.999,110,188989195.141,22384,-10064.660,20851, -83,107,Bi,,,0,0,(3+),,6.3,1,S,6.3,0.1,A,90,0,EC+B+,10,0,,,,,,,,,-6035.742,26275,-17248.89,32,6862.12,3,9817.066,26,8606.24,31,44.52,27,7785.342,119,189988620.883,24221,-10599.579,22562, -83,108,Bi,,,0,0,(9/2-),,12.4,3,S,12.4,0.3,A,51,10,EC+B+,49,10,,,,,,,,,-8170.612,10320,-16746.83,15,6780.32,3,6991.771,38,10711.08,24,111.67,15,7800.661,39,190985786.975,8037,-13239.347,7487, -83,109,Bi,,,0,0,(3+),,34.6,9,S,34.6,0.9,EC+B+,88,5,A,12,5,,,,,,,,,-5463.873,32095,-16537.12,31,6376.95,4,9021.485,33,8366.51,31,592.39,48,7803.608,157,191985470.078,32326,-13534.535,30112, -83,110,Bi,,,0,0,(9/2-),,63.6,30,S,63.6,3,EC+B+,96.5,1.5,A,3.5,1.5,,,,,,,,,-7559.241,16387,-15885.21,13,6306.63,5,6309.931,50,10421.34,31,617.51,15,7817.171,39,192982947.223,8132,-15884.559,7576, -83,111,Bi,,,0,0,(3+),,95,3,S,95,3,EC+B+,99.54,0.25,A,0.46,0.25,,,,,,,,,-5024.156,14313,-15774.81,16,5918.3,5,8179.129,18,8215.57,10,1123.29,50,7819.225,32,193982792.362,6632,-16028.811,6178, -83,112,Bi,,,0,0,[9/2-],,183,4,S,183,4,EC+B+,99.97,0.02,A,0.03,0.02,,,,,,,,,-6969.303,37737,-15092.22,14,5832.47,5,5682.132,19,10068.07,8,1106.59,18,7830.757,27,194980648.762,5675,-18025.561,5287, -83,113,Bi,,,0,0,(3+),,308,12,S,308,12,EC+B+,100,0,A,0.00115,0.00034,,,,,,,,,-4535.989,27916,-15024.09,45,5438.3,40,7339.281,26,8054.79,25,1590.31,30,7831.9,125,195980666.509,26224,-18009.031,24428, -83,114,Bi,,,0,0,(9/2-),,9.33,50,M,559.8,30,EC+B+,100,0,A,0.0001,,,,,,,,,,-6329.202,50373,-14285.47,16,5365.11,11,5058.21,10,9749.48,26,1627.85,11,7841.634,42,196978864.929,8946,-19687.191,8333, -83,115,Bi,,,0,0,(2+ 3+),,10.3,3,M,618,18,EC+B+,100,0,,,,,,,,,,,,-3896.134,32932,-14082.81,57,5143.09,31,6698.003,29,7753.61,29,1913.06,28,7841.189,141,197979206,30000,-19369.486,27945, -83,116,Bi,,,0,0,9/2-,,27,1,M,1620,60,EC+B+,100,0,,,,,,,,4.6,,,,-5589.083,20919,-13395.53,20,4932.77,7,4434.238,15,9499.40,30,2019.05,14,7849.522,53,198977672.893,11345,-20797.566,10568, -83,117,Bi,,,0,0,7+,,36.4,5,M,2184,30,EC+B+,100,0,,,,,,,,,,,,-3428.994,23573,-13233.59,29,4700.92,25,5880.299,25,7644.51,25,2427.92,24,7848.497,112,199978131.093,23962,-20370.755,22321, -83,118,Bi,,,0,0,9/2-,,103,3,M,6180,180,EC+B+,100,0,,,,,,,,4.8,,,,-4895.248,15962,-12545.99,17,4500.3,6,3854.603,20,9117.00,27,2454.35,19,7854.808,76,200977008.512,16299,-21416.433,15183, -83,119,Bi,5.4840,912,0,0,5+,,1.71,4,H,6156,144,EC+B+,100,0,,,,,,,,4.259,,-0.72,,-2799.868,17666,-12291.62,16,4362.35,17,5199.13,16,7396.37,22,2759.42,21,7852.539,76,201977733.1,16528,-20741.484,15396, -83,120,Bi,5.4911,911,0,0,9/2-,,11.76,5,H,42336,180,EC+B+,100,0,,,,,,,,-0.67,,4.017,,-4213.939,15433,-11654.53,15,4109.65,31,3261.73,14,8854.66,20,2873.18,13,7857.475,63,202976892.145,13717,-21524.827,12778, -83,121,Bi,5.4934,910,0,0,6+,,11.22,10,H,40392,360,EC+B+,100,0,,,,,,,,4.322,,-0.49,,-2304.652,14335,-11406.32,13,3976.42,11,4463.996,9,7192.39,16,3148.31,11,7854.215,45,203977835.717,9854,-20645.896,9180, -83,122,Bi,5.5008,909,0,0,9/2-,,15.31,4,D,1322784,3456,EC+B+,100,0,,,,,,,,,,,,-3543.106,11280,-10794.58,12,3691.42,15,2705.735,5,8489.93,11,3243.58,5,7857.316,25,204977386.323,5487,-21064.504,5111, -83,123,Bi,5.5034,909,0,0,6+,,6.243,3,D,539395.2,259.2,EC+B+,100,0,,,,,,,,4.361,,-0.39,,-1839.604,8600,-10578.20,13,3527.02,8,3757.306,8,7035.09,9,3547.01,8,7853.324,37,205978498.757,8193,-20028.278,7632, -83,124,Bi,5.5103,907,0,0,9/2-,,31.55,4,Y,995642280,1262304,EC+B+,100,0,,,,,,,,,,,,-2908.852,6614,-9937.27,5,3281.83,213,2397.42,265,8097.67,8,3558.01,212,7854.505,12,206978470.471,2573,-20054.627,2397, -83,125,Bi,5.5147,907,0,0,5+,,3.68E+5,4,Y,11613196800000,126230400000,EC+B+,100,0,,,,,,,,4.578,,-0.51,,-1400.628,2397,-9795.77,7,3051.01,200,2878.375,2574,6886.91,271,3707.15,200,7849.853,11,207979741.981,2473,-18870.223,2304, -83,126,Bi,5.5211,906,0,0,9/2-,,2.01E19,8,Y,6.3430776e26,2.524608e25,A,100,0,,,,,,,,4.1103,,-0.55,,-1892.57,1564,-8860.38,152,3137.3,77,-644.016,2216,7459.76,186,3799.03,78,7847.987,7,208980398.519,1464,-18258.662,1364, -83,127,Bi,5.5300,903,0,0,1-,,5.012,5,D,433036.8,432,B-,100,0,A,0.000132,0.00001,,,,,-0.04451,,0.136,,1161.159,766,-6497.20,156,5036.47,78,-63.477,1988,4604.63,8,4466.30,114,7832.542,6,209984120.156,1462,-14791.979,1363, -83,128,Bi,,,0,0,9/2-,,2.14,2,M,128.4,1.2,A,99.724,0.004,B-,0.276,0.004,,,,,3.79,,,,573.439,5430,-3977.31,5,6750.4,46,-1366.183,6,5138.47,5,4419.60,5,7819.774,26,210987268.698,5842,-11859.131,5442, -83,129,Bi,5.5489,901,0,0,1(-),,60.55,6,M,3633,3.6,B-,64.06,0.06,A,35.94,0.06,,,,,0.41,,0.1,,2251.533,1667,-3756.70,175,6207.26,3,-569.104,2613,4330.14,6,4913.98,268,7803.313,9,211991285.016,1989,-8117.954,1854, -83,130,Bi,5.5586,900,0,0,9/2-,,45.59,6,M,2735.4,3.6,B-,97.8,0.1,A,2.2,0.1,,,,,3.717,,-0.6,,1421.949,5490,-2933.46,5,5988.21,3,-2028.103,9,5185.00,5,4971.76,5,7791.021,24,212994383.608,5456,-5231.635,5082, -83,131,Bi,,,0,0,1-,,19.9,4,M,1194,24,B-,99.979,0.001,A,0.021,0.001,B-A,0.003,,,,,,,3269.293,11165,-2618.49,12,5621.3,3,-1017.984,11,4040.44,12,5286.19,13,7773.495,52,213998710.938,12033,-1200.753,11209, -83,132,Bi,,,0,0,(9/2-),,7.6,2,M,456,12,B-,100,0,,,,,,,,,,,,2171.028,5530,-1971.95,6,5282.4,42,-2712.922,53,5241.24,13,5476.88,6,7761.717,26,215001749.149,6037,1629.322,5624, -83,133,Bi,,,0,0,(6- 7-),,2.25,5,M,135,3,B-,100,0,,,,,,,,,,,,4091.571,11324,-1655.62,11,5000,200,-1606.009,196,3826.65,13,5757.22,54,7743.499,52,216006305.989,12000,5873.991,11178, -83,134,Bi,,,0,0,(9/2-),,98.5,13,S,98.5,1.3,B-,100,0,,,,,,,,,,,,2846.444,18870,-1123.78,18,4521.24,32,-3510.038,299,5215.35,21,6039,196,7731.848,82,217009372,19000,8729.962,17698, -83,135,Bi,,,0,0,,,33,1,S,33,1,B-,100,0,,,,,,,,,,,,4859.136,27085,-738.80,28,4327,197,-2236.963,299,3585.24,32,6313,299,7712.827,124,218014188,29000,13216.037,27013, -83,136,BI,,,0,0,,,22,7,S,22,7,B-,,0,,,,,,,,,,,,3601,196,-146,196,3947,357,-3996.0,446,5005,197,6460,357,7700,1,219017480,210,16283,196, -83,137,BI,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,5555,299,66,298,3676,422,-2850.0,500,3535,357,6749,499,7682,1,220022350,320,20819,298, -83,138,BI,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,4324,299,763,299,3360,499,,,4792,422,6860,499,7668,1,221025870,320,24098,298, -83,140,BI,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,5058,446,1579,403,,,,,4664,500,,,7636,2,223034500,430,32137,401, -83,141,BI,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,6920,445,1680,445,,,,,3378,566,,,7617,2,224039539,429,36830,400, -84,102,Po,,,0,0,0+,,28,+16-6,US,0.000028,0.000011,A,100,0,,,,,,,,,,,,,,,,8501.17,14,7247.186,25,,,952,83,7695.951,98,186004402.577,19630,4100.974,18286, -84,103,PO,,,0,0,(1/2- 5/2-),,1.40,25,MS,0.0014,0.00025,A,100,0,,,,,,,,,,,,,,,,7978.9,15,9211.868,33,9343.69,37,1314.16,36,7704.763,171,187003036.624,34243,2828.597,31898, -84,104,Po,,,0,0,0+,,0.40,+20-15,MS,0.0004,0.00018,EC+B+,100,0,A,0,0,,,,,,,,,,,,,8082.29,15,6650.374,23,11444.23,38,1450.01,22,7724.653,106,187999415.655,21441,-544.313,19973, -84,105,Po,,,0,0,(7/2-),,3.5,5,MS,0.0035,0.0005,A,100,0,,,,,,,,,,,,,,,,7694.3,15,8642.655,30,8949.01,30,1516.29,25,7731.131,117,188998473.415,23681,-1422.005,22059, -84,106,Po,,,0,0,0+,,2.46,5,MS,0.00246,0.00005,A,100,0,,,,,,,,,,,,,,,,7693.27,7,6035.742,26,11213.15,26,1788.15,25,7749.458,71,189995100.519,14455,-4563.837,13465, -84,107,Po,,,0,0,(3/2-),,22,1,MS,0.022,0.001,A,99,1,,,,,,,,,,,,-8932.653,17600,,,7493.31,5,8170.612,10,8576.22,15,1758.13,24,7753.786,37,190994558.488,7624,-5068.735,7103, -84,108,Po,5.5220,178,0,0,0+,,32.2,3,MS,0.0322,0.0003,A,99.5,0,EC+B+,0.5,0,,,,,,,,,-10996.516,30008,-20005.90,20,7319.63,3,5463.874,32,11073.24,13,2120.29,13,7771.075,58,191991335.788,11926,-8070.661,11110, -84,109,Po,,0,0,0,(3/2-),,388,40,MS,0.388,0.04,A,100,0,,,,,,,,-0.389,,-1.31,,-8257.998,26059,-19322.49,31,7093.8,4,7559.241,16,8325.97,18,2079.75,33,7773.95,75,192991062.403,15599,-8325.318,14531, -84,110,Po,5.5167,178,0,0,0+,,0.392,4,S,0.392,0.004,A,100,0,EC+B+,,0,,,,,,,,,-10284.492,28076,-19008.65,25,6987.07,3,5024.156,14,10750.65,19,2409.07,15,7789.294,67,193988186.015,13860,-11004.655,12911, -84,111,Po,,0,0,0,(3/2-),,4.64,9,S,4.64,0.09,A,94,4,EC+B+,6,4,,,,,-0.601,,-0.87,,-7585.964,38571,-18407.41,45,6749.94,280,6969.302,38,8122.92,40,2316.42,38,7791.005,192,194988130.617,40112,-11056.259,37364, -84,112,Po,5.5136,178,0,0,0+,,5.8,2,S,5.8,0.2,A,98,0,EC+B+,2,0,,,,,,,,,-9558.365,33162,-18074.06,17,6658.06,241,4535.989,28,10488.10,40,2736.45,15,7804.766,69,195985536.094,14506,-13473.042,13512, -84,113,Po,,0,0,0,(3/2-),,84,16,S,84,16,EC+B+,56,7,A,44,7,,,,,-0.882,,-0.44,,-7002.739,50317,-17514.63,58,6411.58,3,6329.201,50,7956.27,51,2637.93,55,7805.535,252,196985659.607,53332,-13357.990,49679, -84,114,Po,5.5146,178,0,0,0+,,1.760,24,M,105.6,1.44,A,57,2,EC+B+,43,2,,,,,,,,,-8758.839,18386,-17189.42,19,6309.67,137,3896.134,33,10186.68,53,3075.13,19,7817.561,88,197983388.672,18705,-15473.352,17424, -84,115,Po,,0,0,0,(3/2-),,5.47,15,M,328.2,9,EC+B+,92.5,0.3,A,7.5,0.3,,,,,-0.912,,-0.27,,-6385.111,18845,-16565.29,19,6074.29,190,5589.083,21,7806.45,25,3127.97,33,7817.505,91,198983673.021,19387,-15208.483,18060, -84,116,Po,5.5199,178,0,0,0+,,11.51,8,M,690.6,4.8,EC+B+,88.9,0.3,A,11.1,0.3,,,,,,,,,-7953.869,25612,-16189.71,9,5981.64,185,3428.994,24,9804.60,20,3433.17,13,7827.44,38,199981812.27,8135,-16941.761,7579, -84,117,Po,,0,0,0,3/2-,,15.6,1,M,936,6,EC+B+,98.87,0.03,A,1.13,0.03,,,,,-0.984,,0.1,,-5731.747,9561,-15604.61,25,5799.3,170,4895.248,16,7650.74,9,3439.40,23,7826.561,25,200982263.777,5305,-16521.185,4942, -84,118,Po,5.5281,177,0,0,0+,,44.6,4,M,2676,24,EC+B+,98.08,0.07,A,1.92,0.07,,,,,,,,,-7350.884,29289,-15223.50,12,5700.96,169,2799.868,18,9491.75,10,3814.15,17,7834.805,43,201980738.881,9307,-17941.616,8670, -84,119,Po,,0,0,0,5/2-,,36.7,5,M,2202,30,EC+B+,99.89,0.02,A,0.11,0.02,,,,,0.7405,,0.17,,-5148.332,13666,-14791.47,29,5496,5,4213.938,15,7440.59,12,3858.38,18,7832.863,43,202981415.995,9291,-17310.889,8655, -84,120,Po,5.5378,177,0,0,0+,,3.519,12,H,12668.4,43.2,EC+B+,99.33,0.03,A,0.67,0.03,,,,,,,,,-6465.811,24860,-14250.00,15,5484.89,137,2304.652,14,9101.67,14,4105.39,17,7839.083,54,203980309.863,11822,-18341.244,11013, -84,121,Po,5.5389,177,0,0,5/2-,,1.74,8,H,6264,288,EC+B+,99.96,0.01,A,0.04,0.01,,,,,0.76,,0.17,,-4549.452,18130,-13717.28,24,5324.72,10,3543.106,11,7251.47,15,4164.47,14,7836.216,49,204981190.004,10798,-17521.398,10059, -84,122,Po,5.5480,177,0,0,0+,,8.8,1,D,760320,8640,EC+B+,94.55,0.05,A,5.45,0.05,,,,,,,,,-5758.956,15580,-13288.04,16,5327.02,130,1839.604,9,8738.59,11,4413.14,6,7840.597,19,205980473.654,4306,-18188.674,4011, -84,123,Po,5.5501,177,0,0,5/2-,,5.80,2,H,20880,72,EC+B+,99.979,0.002,A,0.021,0.002,,,,,0.79,,0.28,,-3918.358,14075,-12787.37,16,5215.87,250,2908.852,7,7028.42,8,4406.47,10,7836.673,32,206981593.252,7148,-17145.775,6659, -84,124,Po,5.5584,176,0,0,0+,,2.898,2,Y,91453924.8,63115.2,A,99.996,0.0004,EC+B+,0.004,0.0004,,,,,,,,,-4999.725,9086,-12313.50,13,5215.38,130,1400.627,2885,8395.14,7,4703.94,249,7839.358,8,207981245.616,1864,-17469.596,1737, -84,125,Po,5.5628,176,0,0,1/2-,,124,3,Y,3913142400,94672800,A,99.546,0.007,EC+B+,0.454,0.007,,,,,0.68,,,,-3483.478,5287,-11967.54,9,4979.23,136,1892.57,224,6967.81,189,4784.84,243,7835.188,9,208982430.276,1908,-16366.092,1778, -84,126,Po,5.5704,176,0,0,0+,,138.376,2,D,11955686.4,172.8,A,100,0,,,,,,,,,,,,-3980.96,7610,-11141.84,5,5407.53,7,-1161.158,1781,7658.36,136,4983.45,77,7834.346,5,209982873.601,1230,-15953.137,1146, -84,127,Po,,0,0,0,9/2+,,0.516,3,S,0.516,0.003,A,100,0,,,,,,,,-1.197,,-0.77,,-785.307,2539,-8531.71,8,7594.56,51,-573.44,6,4550.75,52,4929.56,92,7818.784,6,210986653.085,1347,-12432.571,1255, -84,128,Po,,,0,0,0+,,0.299,2,US,0.000000299,0.000000002,A,100,0,,,,,,,,,,,,-1741.266,2107,-6793.54,249,8954.2,11,-2251.533,2183,6008.23,52,5799.33,5,7810.243,5,211988867.896,1236,-10369.487,1152, -84,129,Po,,,0,0,9/2+,,3.72,2,US,0.00000372,0.00000002,A,100,0,,,,,,,,,,,,-73.989,5465,-6096.68,3,8536.15,256,-1421.949,6,4355.41,286,5824.60,3,7794.024,14,212992857.083,3277,-6653.584,3053, -84,130,Po,,,0,0,0+,,164.3,20,US,0.0001643,0.000002,A,100,0,,,,,,,,,,,,-1090.215,4107,-5961.77,5,7833.54,6,-3269.293,11,5887.78,283,6527.38,5,7785.116,7,213995201.208,1555,-4470.046,1449, -84,131,Po,,,0,0,9/2+,,1.781,5,MS,0.001781,0.000005,A,99.99977,0.00002,B-,0.00023,0.00002,,,,,,,,,714.049,6819,-5233.19,5,7526.33,81,-2171.028,6,4142.98,246,6629.92,11,7768.176,10,214999418.454,2276,-541.706,2121, -84,132,Po,5.6359,174,0,0,0+,,0.145,2,S,0.145,0.002,A,100,0,,,,,,,,,,,,-474.246,3571,-5033.14,7,6906.35,51,-4091.571,11,5747.19,229,7135.87,6,7758.819,8,216001913.506,1949,1782.420,1816, -84,133,Po,,,0,0,(11/2+),,1.46,5,S,1.46,0.05,A,95,0,B-,5,0,,,,,,,,,1488.883,7979,-4444.47,7,6662.13,235,-2846.444,19,3970.22,7,7279.44,13,7741.36,30,217006316.216,7025,5883.518,6544, -84,134,Po,5.6558,173,0,0,0+,,3.098,12,M,185.88,0.72,A,99.98,0.002,B-,0.02,0.002,,,,,,,,,258.738,11649,-4109.05,5,6114.75,9,-4859.136,27,5597.93,7,7662.03,18,7731.528,9,218008971.502,2118,8356.901,1973, -84,135,Po,,,0,0,(9/2+),,620,59,S,620,59,B-,71.8,2,A,28.2,2,,,,,,,,,2285.283,16163,-3488.12,20,5914.2,50,-3601.641,197,3746.86,16,7823.65,31,7713.333,72,219013614,17000,12681.359,15835, -84,136,Po,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,887.714,22549,-3203.93,18,5359,196,-5555.539,299,5489.22,24,8308,196,7703.224,80,220016386,19000,15263.461,17698, -84,137,Po,,,0,0,,,112,+58-28,S,112,43,B-,100,0,,,,,,,,,,,,2991.027,24039,-2673.31,24,5109,299,-4324.245,299,3561.02,26,8334,299,7684.481,89,221021228,21000,19773.755,19561, -84,138,PO,,,0,0,0+,,550,430,S,550,430,,,,,,,,,,,,,,,1533.239,43071,-2367.78,42,4608,301,-6242.735,303,5358.81,45,8900,301,7674.005,180,222024140,43000,22486.265,40054, -84,139,PO,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,3651,196,-1946,196,4375,446,-5058.0,446,3479,200,8940,358,7655,1,223029070,210,27079,196, -84,140,PO,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,2199,197,-1589,196,3816,446,-6920.0,445,5240,277,9515,446,7644,1,224032110,210,29910,196, -84,141,PO,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,4136,422,-1252,299,,,,,3451,357,9589,499,7626,1,225037070,320,34530,298, -84,142,PO,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,2934,499,-917,499,,,,,5053,499,,,7614,2,226040310,430,37549,401, -84,143,PO,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,4797,499,-405,499,,,,,3339,566,,,7596,2,227045390,430,42281,401, -85,106,At,,,0,0,(1/2+),,1.7,+11-5,MS,0.0017,0.0008,A,100,0,,,,,,,,,,,,,,,,7822.27,14,8932.652,18,,,-1138.78,21,7702.923,84,191004148.086,17287,3863.917,16103, -85,107,At,,,0,0,(9- 10-),,88,6,MS,0.088,0.006,A,100,0,,,,,,,,,,,,,,,,7695.63,26,10996.515,30,9009.38,32,-705.62,29,7709.727,145,192003141.034,29926,2925.854,27876, -85,108,At,,,0,0,(1/2+),,28,+5-4,MS,0.028,0.005,A,100,0,,,,,,,,,,,,-9110.231,33144,,,7572.42,7,8257.998,26,11064.49,35,-714.37,24,7727.109,112,192999927.728,23222,-67.320,21632, -85,109,At,,,0,0,,AP,40,,MS,0.04,0,A,,0,EC+B+,,0,,,,,,,,,-6443.658,30119,-17834.39,35,7454.5,11,10284.492,28,8724.16,33,-316.18,29,7732.249,129,193999226.872,26764,-720.163,24931, -85,110,At,,,0,0,(1/2+),,290,20,MS,0.29,0.02,A,100,0,,,,,,,,,,,,-8520.575,51401,-17265.11,19,7344.14,6,7585.964,39,10821.45,27,-245.39,16,7748.091,49,194996274.485,10276,-3470.295,9573, -85,111,At,,,0,0,(3+),,0.388,7,S,0.388,0.007,A,95.1,0,EC+B+,4.9,0,,,,,,,,,-5885.668,33540,-17036.27,59,7194.94,3,9558.365,33,8515.70,32,147.39,48,7752.007,155,195995797.421,32511,-3914.677,30284, -85,112,At,,,0,0,(9/2-),,0.388,6,S,0.388,0.006,A,96.1,1.2,EC+B+,3.9,1.2,,,,,,,,,-7865.603,18054,-16397.56,16,7104.39,3,7002.74,50,10511.89,31,171.18,16,7766.017,41,196993177.357,8570,-6355.250,7983, -85,113,At,,,0,0,(3+),,4.2,2,S,4.2,0.2,A,90,10,EC+B+,10,10,,,,,,,,,-5484.155,14647,-16296.18,17,6889.38,193,8758.839,18,8430.58,10,645.49,50,7769.373,30,197992791.673,6300,-6714.513,5868, -85,114,At,,,0,0,(9/2-),,7.03,15,S,7.03,0.15,A,90,5,EC+B+,10,5,,,,,,,,,-7323.921,37972,-15664.33,14,6777.27,114,6385.111,19,10180.18,8,638.99,18,7781.488,27,198990527.719,5780,-8823.372,5384, -85,115,At,,,0,0,(3+),,43,1,S,43,1,A,52,3,EC+B+,48,3,,,,,,,,,-4983.127,28030,-15559.76,45,6596.22,134,7953.869,26,8235.84,25,1068.38,30,7783.759,122,199990351.1,26264,-8987.892,24465, -85,116,At,,,0,0,(9/2-),,85.2,16,S,85.2,1.6,A,71,7,EC+B+,29,7,,,,,,,,,-6717.113,50401,-14855.99,16,6472.84,157,5731.747,10,9872.86,26,1136.65,11,7794.153,41,200988417.061,8786,-10789.438,8183, -85,117,At,,,0,0,(2+ 3+),,184,1,S,184,1,EC+B+,63,7,A,37,7,,,,,,,,,-4316.097,33010,-14589.72,57,6353.84,134,7350.884,29,7872.61,29,1358.52,28,7794.541,138,201988630.38,30034,-10590.732,27977, -85,118,At,,,0,0,9/2-,,7.4,2,M,444,12,EC+B+,69,3,A,31,3,,,,,,,,,-6008.858,21027,-13959.24,20,6210.09,84,5148.332,14,9643.14,30,1509.91,14,7803.648,52,202986942.957,11353,-12162.557,10576, -85,119,At,,,0,0,7+,,9.12,11,M,547.2,6.6,EC+B+,96.09,0.16,A,3.91,0.16,,,,,,,,,-3905.24,23498,-13793.05,29,6070.41,122,6465.811,25,7784.19,25,1853.51,24,7803.552,109,203987251.197,23926,-11875.433,22288, -85,120,At,,,0,0,9/2-,,26.9,8,M,1614,48,EC+B+,90,2,A,10,2,,,,,,,,,-5262.161,15913,-13073.07,17,6019.57,172,4549.452,18,9167.83,27,1919.67,19,7810.207,74,204986074.041,16193,-12971.946,15085, -85,121,At,,,0,0,(5)+,,30.6,8,M,1836,48,EC+B+,99.1,0.08,A,0.9,0.08,,,,,,,,,-3296.753,17330,-12791.25,16,5886.85,5,5758.956,16,7529.09,21,2197.29,18,7808.843,73,205986656.148,16161,-12429.718,15056, -85,122,At,,,0,0,9/2-,,1.81,3,H,6516,108,EC+B+,91.4,1,A,8.6,1,,,,,,,,,-4592.654,15037,-12165.77,15,5872.5,3,3918.359,14,8869.02,19,2327.71,13,7813.964,60,206985799.783,13318,-13227.416,12406, -85,123,At,,,0,0,6+,,1.63,3,H,5868,108,EC+B+,99.45,0.06,A,0.55,0.06,,,,,,,,,-2814.279,14269,-11906.43,12,5751.11,216,4999.725,9,7313.77,15,2613.07,11,7811.56,43,207986613.042,9577,-12469.871,8921, -85,124,At,,,0,0,9/2-,,5.42,5,H,19512,180,EC+B+,95.9,0.5,A,4.1,0.5,,,,,,,,,-3941.564,11188,-11298.34,12,5756.98,200,3483.479,5,8484.06,10,2701.99,5,7814.777,24,208986169.944,5477,-12882.613,5102, -85,125,At,,,0,0,(5)+,,8.1,4,H,29160,1440,EC+B+,99.825,0.02,A,0.175,0.02,,,,,,,,,-2367.407,8922,-11102.44,13,5631.19,98,3980.96,8,7160.88,9,2895.06,8,7811.663,37,209987147.338,8261,-11972.177,7695, -85,126,At,,,0,0,9/2-,,7.214,7,H,25970.4,25.2,EC,58.2,0.08,A,41.8,0.08,,,,,,,,,-2891.86,6894,-10113.81,5,5982.45,130,785.307,3,7746.40,8,2983.10,249,7811.354,13,210987496.147,2929,-11647.264,2729, -85,127,At,,,0,0,(1-),,0.314,2,S,0.314,0.002,A,100,0,EC+B+,0.03,0,B-,0.000002,0,,,,,,31.387,3605,-7944.13,7,7817.09,61,1741.266,2648,5052.27,3,3484.62,216,7798.34,11,211990737.223,2559,-8628.221,2384, -85,128,At,,,0,0,9/2-,,125,6,NS,0.000000125,0.000000006,A,100,0,,,,,,,,,,,,-883.569,5724,-5991.30,6,9254.15,5,73.989,6,6022.69,5,3499.08,5,7790.003,23,212992936.514,5257,-6579.595,4898, -85,129,At,,,0,0,1-,,558,10,NS,0.000000558,0.00000001,A,100,0,,,,,,,,,,,,939.911,10014,-5755.12,5,8987.23,4,1090.215,5,4871.55,6,4015.22,5,7776.366,20,213996371.601,4614,-3379.831,4298, -85,130,At,,,0,0,9/2-,,0.10,2,MS,0.0001,0.00002,A,100,0,,,,,,,,,,,,-87.195,10168,-5007.33,11,8178.46,4,-714.05,7,5947.24,8,4074.68,7,7767.858,32,214998651.89,7299,-1255.756,6799, -85,131,At,,,0,0,1-,,0.30,3,MS,0.0003,0.00003,A,100,0,B-,0.006,0,EC,0.0000003,0,,,,,,2003.799,6836,-4646.09,8,7949.71,3,474.246,4,4558.90,8,4490.60,4,7753.002,17,216002422.631,3837,2256.666,3575, -85,132,At,,,0,0,9/2-,,32.3,4,MS,0.0323,0.0004,A,99.993,0.003,B-,0.007,0.003,,,,,,,,,736.135,6151,-3929.55,8,7201.35,122,-1488.883,8,5933.35,6,4676.76,5,7744.616,23,217004717.835,5369,4394.635,5001, -85,133,At,,,0,0,,,1.5,3,S,1.5,0.3,A,99.9,0,B-,0.1,0,,,,,,,,,2880.816,11705,-3631.66,12,6874,3,-258.739,12,4367.79,13,5074.33,13,7729.126,53,218008693.735,12456,8098.162,11604, -85,134,At,,,0,0,(9/2-),,56,3,S,56,3,A,93.6,1,B-,6.4,1,,,,,,,,,1566.675,2947,-2892.59,4,6341.84,5,-2285.283,16,5773.40,12,5249.79,4,7720.196,15,219011160.647,3474,10396.076,3237, -85,135,At,,,0,0,3,,3.71,4,M,222.6,2.4,B-,92,2,A,8,2,,,,,,,,,3763.67,14090,-2524.97,14,6076.84,18,-887.714,23,4091.65,14,5594.58,21,7703.703,64,220015433,15000,14375.747,13972, -85,136,At,,,0,0,,,2.3,2,M,138,12,B-,100,0,,,,,,,,,,,,2311.308,15096,-1900.67,14,5627.85,23,-2991.028,24,5664.34,20,5769.70,23,7694.475,63,221018017,15000,16782.727,13972, -85,137,At,,,0,0,,,54,10,S,54,10,B-,100,0,,,,,,,,,,,,4580.82,15955,-1589.71,17,5312.07,31,-1533.239,43,3901.02,21,6109.70,25,7677.387,71,222022494,17000,20953.026,15835, -85,138,At,,,0,0,,,50,7,S,50,7,B-,100,0,,,,,,,,,,,,3038.267,16013,-1015.52,14,4721,196,-3650.994,196,5596.34,21,6347.23,42,7668.055,63,223025151,15000,23428.006,13972, -85,139,AT,,,0,0,,,1.3,+23-4,M,78,81,B-,,0,,,,,,,,,,,,5265.917,24415,-750.04,24,4467,299,-2198.985,197,3788.31,26,6656,197,7650.735,100,224029749,24000,27711.015,22356, -85,140,AT,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,3861,298,-122,298,3872,422,-4135.0,421,5388,299,6805,357,7641,1,225032630,320,30395,298, -85,141,AT,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,5867,298,9,298,3460,423,-2935.0,500,3852,422,7205,422,7624,1,226037160,320,34614,298, -85,142,AT,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,4597,298,665,298,2922,499,-4798.0,500,5202,422,7354,499,7613,1,227040240,320,37483,298, -85,143,AT,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,6441,401,727,401,2429,566,,,3870,499,7885,566,7597,2,228044750,430,41684,401, -85,144,AT,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,5461,401,1509,401,,,,,4932,566,,,7585,2,229048120,430,44823,401, -86,108,RN,,,0,0,(0+),,0.78,16,MS,0.00078,0.00016,A,100,0,,,,,,,,,,,,,,,,7862.42,10,6443.658,30,11390.73,30,1498.16,27,7695.001,87,194006144.424,18141,5723.495,16899, -86,109,Rn,,,0,0,3/2-,,6,+3-2,MS,0.006,0.003,A,100,0,,,,,,,,,,,,,,,,7694.1,50,8520.576,51,8744.53,53,1518.53,56,7700.383,259,195005421.699,54216,5050.281,50502, -86,110,Rn,,,0,0,0+,,4.4,+13-9,MS,0.0044,0.0011,A,99.9,0.2,EC+B+,0.06,0,,,,,,,,,,,,,7616.74,9,5885.668,34,11150.61,53,1847.69,17,7717.987,74,196002115.945,15476,1970.991,14417, -86,111,Rn,,,0,0,(3/2-),,65,+25-14,MS,0.065,0.02,A,100,0,,,,,,,,,,,,-8743.618,56762,,,7410.75,7,7865.603,18,8531.96,22,1863.94,34,7722.118,82,197001621.43,17383,1510.353,16193, -86,112,Rn,,,0,0,0+,,65,3,MS,0.065,0.003,A,,0,EC+B+,,0,,,,,,,,,-10804.382,34905,-19555.65,56,7349.38,4,5484.155,15,10812.03,21,2164.08,16,7737.724,68,197998679.156,14406,-1230.358,13420, -86,113,Rn,,,0,0,(3/2-),,0.59,3,S,0.59,0.03,A,94,0,EC+B+,6,0,,,,,,,,,-8270.844,40015,-19144.79,50,7131.89,4,7323.921,38,8340.41,40,2073.91,38,7740.753,189,198998390.273,40352,-1499.451,37588, -86,114,Rn,,,0,0,0+,,1.03,+20-11,S,1.03,0.16,A,86,0,EC+B+,14,0,,,,,,,,,-10137.263,33529,-18847.47,19,7043.36,214,4983.127,28,10576.63,40,2470.36,15,7754.932,68,199995700.707,14686,-4004.765,13681, -86,115,Rn,,,0,0,(3/2-),,7.0,4,S,7,0.4,EC+B+,,0,A,,0,,,,,,,,,-7660.902,50554,-18276.14,58,6860.75,227,6717.114,50,8138.88,52,2373.40,55,7756.842,247,200995628.179,53389,-4072.324,49732, -86,116,Rn,5.5521,181,0,0,0+,,9.7,1,S,9.7,0.1,A,78,8,EC+B+,22,8,,,,,,,,,-9370.871,18881,-17934.53,20,6773.8,183,4316.097,33,10273.63,53,2774.17,19,7769.301,87,201993263.902,18808,-6274.635,17520, -86,117,Rn,,,0,0,(3/2-),,44,2,S,44,2,A,66,9,EC+B+,34,9,,,,,,,,,-7030.116,19218,-17321.25,19,6629.87,208,6008.858,21,7950.38,25,2851.94,33,7770.193,90,202993393.732,19516,-6153.699,18179, -86,118,Rn,5.5568,180,0,0,0+,,74.5,14,S,74.5,1.4,A,72.4,0.9,EC+B+,27.6,0.9,,,,,,,,,-8577.503,25684,-16917.93,10,6546.65,182,3905.24,23,9887.81,20,3096.61,13,7780.574,36,203991443.644,7991,-7970.193,7444, -86,119,Rn,5.5569,180,0,0,5/2-,,170,4,S,170,4,EC+B+,75.4,0.9,A,24.6,0.9,,,,,0.802,,0.062,,-6399.973,9329,-16388.41,25,6386.48,184,5262.16,16,7810.91,9,3123.32,23,7780.722,25,204991723.204,5453,-7709.786,5080, -86,120,Rn,5.5640,178,0,0,0+,,5.67,17,M,340.2,10.2,A,62,3,EC+B+,38,3,,,,,,,,,-7890.549,29475,-15894.47,12,6383.74,164,3296.753,17,9494.50,10,3449.99,17,7789.041,42,205990195.358,9223,-9132.965,8591, -86,121,Rn,5.5652,178,0,0,5/2-,,9.25,17,M,555,10.2,EC+B+,79,3,A,21,3,,,,,0.816,,0.22,,-5790.421,19458,-15463.66,29,6251.21,165,4592.654,15,7573.11,12,3494.01,17,7787.998,41,206990730.2,9121,-8634.762,8497, -86,122,Rn,5.5725,177,0,0,0+,,24.35,14,M,1461,8.4,A,62,7,EC+B+,38,7,,,,,,,,,-6989.672,16251,-14882.57,21,6260.74,167,2814.28,14,9092.15,14,3717.15,17,7794.268,54,207989634.295,11957,-9655.591,11138, -86,123,Rn,5.5743,177,0,0,5/2-,,28.8,10,M,1728,60,EC+B+,83,2,A,17,2,,,,,0.8388,,0.31,,-5171.477,17713,-14346.45,15,6155.43,195,3941.564,11,7356.78,15,3760.15,13,7792.175,48,208990401.388,10692,-8941.049,9960, -86,124,Rn,5.5813,177,0,0,0+,,2.4,1,H,8640,360,A,96,1,EC+B+,4,1,,,,,,,,,-6271.565,15824,-13906.52,15,6158.99,216,2367.407,9,8735.04,11,4011.13,7,7796.665,22,209989688.854,4892,-9604.770,4557, -86,125,Rn,5.5850,176,0,0,1/2-,,14.6,2,H,52560,720,EC,72.6,1.7,A,27.4,1.7,,,,,0.601,,,,-4615.155,13786,-13493.52,17,5965.45,144,2891.86,7,7221.95,8,4072.20,10,7793.941,32,210990600.686,7314,-8755.404,6813, -86,126,Rn,5.5915,176,0,0,0+,,23.9,12,M,1434,72,A,100,0,,,,,,,,,,,,-5143.64,9318,-12590.68,12,6385.07,262,-31.387,4,7975.52,7,4301.31,4,7794.797,15,211990703.528,3376,-8659.608,3145, -86,127,Rn,,,0,0,(9/2+),,19.5,1,MS,0.0195,0.0001,A,100,0,,,,,,,,,,,,-2143.179,6006,-10251.38,9,8245.15,286,883.569,6,5107.74,4,4356.78,4,7782.182,16,212993885.064,3617,-5696.026,3370, -86,128,Rn,,,0,0,0+,,0.27,2,US,0.00000027,0.00000002,A,100,0,,,,,,,,,,,,-3361.035,12503,-8838.21,10,9208.48,9,-939.911,10,6695.03,10,5029.12,10,7777.102,43,213995362.566,9862,-4319.742,9187, -86,129,Rn,,,0,0,9/2+,,2.30,10,US,0.0000023,0.0000001,A,100,0,,,,,,,,,,,,-1486.625,10306,-8281.17,11,8839.09,8,87.195,10,4920.14,12,5077.70,9,7763.814,36,214998745.498,8236,-1168.561,7672, -86,130,Rn,,,0,0,0+,,45,5,US,0.000045,0.000005,A,100,0,,,,,,,,,,,,-2718.082,7126,-8136.51,9,8197.44,6,-2003.798,7,6649.89,10,5780.35,9,7758.657,28,216000271.464,6435,252.868,5994, -86,131,Rn,,,0,0,9/2+,,0.54,5,MS,0.00054,0.00005,A,100,0,,,,,,,,,,,,-656.089,7538,-7383.77,6,7887.17,288,-736.134,7,4665.68,7,5887.14,5,7744.403,19,217003927.562,4506,3658.501,4198, -86,132,Rn,5.6540,187,0,0,0+,,35,5,MS,0.035,0.005,A,100,0,,,,,,,,,,,,-1841.77,4942,-7168.56,7,7262.48,185,-2880.815,12,6512.47,4,6466.26,5,7738.752,11,218005601.052,2486,5217.347,2316, -86,133,Rn,5.6648,191,0,0,5/2+,,3.96,1,S,3.96,0.01,A,100,0,,,,,,,,-0.442,,1.15,,211.635,7058,-6301.03,5,6946.19,31,-1566.674,4,4459.26,3,6557.73,12,7723.777,10,219009478.753,2254,8829.402,2100, -86,134,Rn,5.6731,194,0,0,0+,,55.6,1,S,55.6,0.1,A,100,0,,,,,,,,,,,,-870.242,4026,-6077.01,7,6404.74,10,-3763.67,14,6288.64,227,7072.97,3,7717.254,8,220011392.534,1948,10612.077,1815, -86,135,Rn,5.6834,199,0,0,7/2+,,25,2,M,1500,120,B-,78,1,A,22,1,,,,,-0.02,,-0.38,,1194.13,7231,-5082.22,7,6162.99,3,-2311.307,15,4211.97,6,7193.30,15,7701.393,26,221015535.709,6134,14471.420,5714, -86,136,Rn,5.6915,203,0,0,0+,,3.8235,3,D,330350.4,25.92,A,100,0,,,,,,,,,,,,-5.9,7703,-4976.40,5,5590.39,31,-4580.82,16,6170.53,6,7699.49,14,7694.497,9,222017576.286,2093,16372.206,1950, -86,137,Rn,,,0,0,7/2,,24.3,4,M,1458,24,B-,100,0,,,,,,,,-0.776,,0.8,,2007.344,8057,-4059.68,11,5283.46,18,-3038.267,16,4053.78,8,7852.26,18,7678.171,35,223021889.285,8397,20389.739,7822, -86,138,Rn,,,0,0,0+,,107,3,M,6420,180,B-,100,0,,,,,,,,,,,,696.482,14875,-4008.61,10,4756.72,20,-5265.917,24,6015.96,13,8271.88,17,7670.751,44,224024095.804,10536,22445.098,9814, -86,139,Rn,,,0,0,7/2-,,4.66,4,M,279.6,2.4,B-,100,0,,,,,,,,-0.696,,0.84,,2713.531,16349,-3285.79,16,4335.47,23,-3860.859,298,3982.27,15,8465.84,25,7654.357,50,225028485.574,11958,26534.141,11140, -86,140,Rn,,,0,0,0+,,7.4,1,M,444,6,B-,100,0,,,,,,,,,,,,1226.653,12190,-3144.73,16,3836.01,41,-5866.808,298,5858.27,15,8936,298,7646.41,46,226030861.382,11247,28747.192,10477, -86,141,Rn,,,0,0,(5/2),,20.2,4,S,20.2,0.4,B-,100,0,,,,,,,,,,,,3203.388,15276,-2706.02,15,3382,196,-4597.166,298,3932.68,18,9017,298,7630.05,62,227035304.396,15127,32885.834,14091, -86,142,Rn,,,0,0,0+,,65,2,S,65,2,B-,100,0,,,,,,,,,,,,1859.244,18916,-2510.30,19,2908,196,-6440.535,401,5713.69,23,9529,299,7621.645,78,228037835.418,18977,35243.465,17677, -86,143,RN,,,0,0,,,12.0,+12-13,S,12,1.3,B-,100,0,,,,,,,,,,,,3694.138,13967,-2093.14,15,2407,298,-5460.6,401,3952.38,22,9611,401,7605.622,57,229042257.276,14000,39362.400,13041, -87,110,Fr,,,0,0,(7/2-),,0.6,+30-3,MS,0.0006,0.0017,A,100,0,,,,,,,,,,,,,,,,7896.38,51,8743.618,57,,,-994.01,56,7673.763,276,197011008.09,58404,10253.971,54404, -87,111,Fr,,,0,0,,,15,3,MS,0.015,0.003,A,100,0,,,,,,,,,,,,,,,,7869.27,20,10804.382,35,8751.26,63,-774.70,36,7679.205,163,198010278.138,34591,9574.024,32222, -87,112,Fr,,,0,0,,,12,+10-4,MS,0.012,0.007,A,0,0,EC+B+,,0,,,,,,,,,,,,,7816.77,10,8270.844,40,10873.95,35,-712.78,19,7695.259,69,199007269.389,14734,6771.393,13726, -87,113,Fr,,,0,0,(3+),,49,4,MS,0.049,0.004,A,100,0,,,,,,,,,,,,,,,,7622.26,4,10137.263,34,8710.21,34,-342.98,48,7700.334,153,200006583.507,32861,6132.498,30611, -87,114,Fr,,,0,0,(9/2-),,62,5,MS,0.062,0.005,A,100,0,,,,,,,,,,,,-8348.224,22239,,,7518.91,4,7660.901,51,10615.24,32,-304.37,16,7714.836,45,201003852.496,9747,3588.577,9080, -87,115,Fr,,0,0,0,(3+),,0.30,5,S,0.3,0.05,A,100,0,,,,,,,,,,,,-5978.625,16586,-16911.88,21,7385.83,4,9370.872,19,8563.66,11,120.41,50,7719.038,35,202003323.946,7557,3096.237,7040, -87,116,Fr,,0,0,0,(9/2-),,0.55,1,S,0.55,0.01,A,100,0,,,,,,,,,,,,-7785.309,38630,-16269.76,16,7274.87,4,7030.116,19,10291.14,9,137.92,19,7731.708,31,203000940.872,6689,876.417,6232, -87,117,Fr,,,0,0,(3+),,1.8,3,S,1.8,0.3,A,92,2,EC+B+,8,2,,,,,,,,,-5449.477,28940,-16125.73,45,7170.29,239,8577.503,26,8340.42,25,527.96,31,7734.692,120,204000651.974,26389,607.310,24581, -87,118,Fr,,0,0,0,(9/2-),,3.92,4,S,3.92,0.04,A,100,0,,,,,,,,,,,,-7148.804,70954,-15437.92,17,7054.71,240,6399.973,9,9988.44,26,628.59,11,7745.686,38,204998593.858,8399,-1309.813,7824, -87,119,Fr,,,0,0,(2+ 3+),AP,16,,S,16,0,A,84,0,EC,16,0,,,,,,,,,-4807.955,33455,-15152.72,76,6923.4,4,7890.549,29,8003.92,29,821.60,29,7746.94,137,205998666.211,30268,-1242.416,28195, -87,120,Fr,5.5720,176,0,0,9/2-,,14.8,1,S,14.8,0.1,A,95,2,EC+B+,5,2,,,,,3.89,,-0.16,,-6388.826,56008,-14481.20,25,6893.3,20,5790.421,19,9673.24,33,1000.35,20,7756.246,85,206996946.474,18792,-2844.341,17505, -87,121,Fr,5.5729,176,0,0,7+,,59.1,3,S,59.1,0.3,A,89,3,EC+B+,11,3,,,,,4.75,,0,,-4393.774,14881,-14281.72,55,6784.6,24,6989.672,16,7892.89,21,1320.13,15,7756.903,57,207997138.018,12704,-2665.919,11834, -87,122,Fr,5.5799,176,0,0,9/2-,,50.5,7,S,50.5,0.7,A,89,3,EC+B+,11,3,,,,,3.95,,-0.24,,-5627.791,15730,-13568.74,17,6777.46,4,5171.477,18,9174.97,19,1402.95,18,7763.688,70,208995953.197,15725,-3769.572,14648, -87,123,Fr,5.5818,176,0,0,6+,,3.18,6,M,190.8,3.6,A,60,30,EC+B+,40,30,,,,,4.4,,0.19,,-3775.997,17720,-13262.74,16,6671.6,5,6271.565,16,7634.95,21,1681.13,18,7763.075,72,209996421.657,16268,-3333.205,15154, -87,124,Fr,5.5882,176,0,0,9/2-,,3.10,2,M,186,1.2,A,80,0,EC,20,0,,,,,4,,-0.19,,-4972.272,14369,-12654.36,15,6662.25,3,4615.155,14,8878.36,19,1824.45,13,7768.36,57,210995555.259,12872,-4140.249,11991, -87,125,Fr,5.5915,176,0,0,5+,,20.0,6,M,1200,36,EC+B+,57,2,A,43,2,,,,,4.62,,-0.1,,-3317,14276,-12419.31,12,6528.99,161,5143.64,9,7447.04,15,2049.53,11,7766.845,41,211996225.453,9420,-3515.968,8775, -87,126,Fr,5.5977,176,0,0,9/2-,,34.82,14,S,34.82,0.14,A,99.44,0.05,EC+B+,0.56,0.05,,,,,4.02,,-0.14,,-3898.405,11057,-11425.20,12,6904.85,123,2143.178,6,8108.20,10,2182.21,6,7768.447,24,212996185.861,5465,-3552.848,5091, -87,127,Fr,,,0,0,(1-),,5.0,2,MS,0.005,0.0002,A,100,0,,,,,,,,,,,,-1051.441,10086,-9375.58,13,8588.55,4,3361.035,13,5477.18,10,2551.65,9,7757.74,40,213998970.785,9268,-958.707,8634, -87,128,Fr,,,0,0,9/2-,,86,5,NS,0.000000086,0.000000005,A,100,0,,,,,,,,,,,,-2215.674,10077,-7845.99,9,9540.41,7,1486.626,10,6794.55,11,2651.16,11,7753.26,33,215000341.456,7585,318.065,7066, -87,129,Fr,,,0,0,(1-),,0.70,2,US,0.0000007,0.00000002,A,100,0,EC,0.0000002,,,,,,,,,,-320.128,9548,-7634.11,9,9174.26,3,2718.082,7,5418.43,8,3149.46,9,7742.451,19,216003189.445,4480,2970.950,4173, -87,130,Fr,,,0,0,9/2-,,19,3,US,0.000019,0.000003,A,100,0,,,,,,,,,,,,-1575.067,9588,-7047.80,11,8469.27,4,656.089,8,6727.68,8,3227.25,9,7737.775,30,217004631.902,7010,4314.590,6531, -87,131,Fr,,,0,0,1-,,1.0,6,MS,0.001,0.0006,A,100,0,,,,,,,,,,,,407.947,12039,-6901.86,8,8014.03,204,1841.77,5,5326.79,8,3888.35,6,7726.715,22,218007578.274,5106,7059.117,4757, -87,132,Fr,,,0,0,9/2-,,20,2,MS,0.02,0.002,A,100,0,,,,,,,,,,,,-776.515,10772,-6104.72,13,7448.61,182,-211.635,7,6512.67,8,3888.55,7,7721.171,32,219009251.553,7556,8617.767,7039, -87,133,Fr,5.6688,177,0,0,1+,,27.4,3,S,27.4,0.3,A,99.65,0.05,B-,0.35,0.05,,,,,-0.67,,0.47,,1212.075,9061,-5983.28,9,6800.74,186,870.243,4,5206.76,8,4636.05,4,7709.742,18,220012326.778,4324,11482.320,4027, -87,134,Fr,5.6790,177,0,0,5/2-,,4.9,2,M,294,12,A,100,0,B-,0.1,0,,,,,1.58,,-0.98,,313.479,6386,-5064.27,10,6457.74,140,-1194.13,8,6276.35,6,4623.76,5,7703.256,22,221014253.757,5245,13277.290,4886, -87,135,Fr,5.6890,177,0,0,2-,,14.2,3,M,852,18,B-,100,0,,,,,,,,0.63,,0.51,,2057.917,8682,-4657.02,9,5855.03,14,5.899,8,4970.50,9,5382.29,9,7690.947,34,222017582.62,8000,16378.105,7452, -87,136,Fr,5.6951,178,0,0,3/2(-),,22.00,7,M,1320,4.2,B-,99.994,0,A,0.006,0,,,,,1.17,,1.17,,1149.085,848,-4009.11,5,5561.4,282,-2007.345,8,6067.03,8,5278.78,227,7683.664,9,223019734.313,2073,18382.394,1932, -87,137,Fr,5.7061,178,0,0,1(-),,3.33,10,M,199.8,6,B-,100,0,,,,,,,,0.4,,0.517,,2922.699,11324,-3556.01,11,4947.95,18,-696.482,15,4705.10,11,5930.09,14,7670.367,50,224023348.1,12000,21748.616,11178, -87,138,Fr,5.7112,178,0,0,3/2-,,3.95,14,M,237,8.4,B-,100,0,,,,,,,,1.07,,1.32,,1827.501,12158,-3076.62,12,4612.97,18,-2713.531,16,5999.32,16,5913.46,15,7662.94,53,225025572.478,12847,23820.610,11967, -87,139,Fr,5.7190,178,0,0,1-,,49,1,S,49,1,B-,100,0,,,,,,,,0.0712,,-1.35,,3852.715,6523,-2543.89,7,4142.6,17,-1226.653,12,4371.39,13,6302.57,13,7648.376,28,226029544.515,6688,27520.539,6230, -87,140,Fr,5.7335,179,0,0,1/2+,,2.47,3,M,148.2,1.8,B-,100,0,,,,,,,,1.5,,,,2504.734,6213,-2056.70,6,3829.52,15,-3203.389,15,5909.41,9,6353.72,12,7640.715,26,227031865.417,6332,29682.445,5898, -87,141,Fr,5.7399,179,0,0,2-,,38,1,S,38,1,B-,100,0,,,,,,,,-0.76,,2.38,,4443.953,7021,-1864.81,7,3248.29,23,-1859.244,19,4369.54,9,6790.58,16,7626.368,30,228035839.437,7226,33384.221,6732, -87,142,Fr,,,0,0,,,50.2,20,S,50.2,2,B-,100,0,,,,,,,,,,,,3106.298,16231,-1343.32,5,2849,298,-3694.138,14,5787.28,8,6864.17,18,7618.337,22,229038291.455,5368,35668.262,5001, -87,143,Fr,,,0,0,,,19.1,5,S,19.1,0.5,B-,100,0,,,,,,,,,,,,4970.462,12198,-1146.51,17,2448,298,-2561.232,196,4252.81,8,7164.60,15,7603.704,28,230042390.791,7022,39486.768,6541, -87,144,Fr,,,0,0,(1/2+),,17.6,6,S,17.6,0.6,B-,100,0,,,,,,,,,,,,3864.089,13749,-507.05,13,2172,298,-4373.425,298,5477.51,10,7256,196,7594.5,33,231045175.357,8300,42080.575,7731, -87,145,Fr,,,0,0,(5),,5.5,6,S,5.5,0.6,B-,100,0,,,,,,,,,,,,5575.88,16702,-214.97,18,1964,401,,,4079.06,16,7670,298,7579.347,60,232049461.224,15000,46072.834,13972, -87,146,FR,,,0,0,,,0.9,1,S,0.9,0.1,B-,100,0,B-N,,0,,,,,,,,,4585.991,21369,351.78,22,1672,401,,,5224.10,24,,,7569.239,84,233052517.838,21000,48920.051,19561, -88,113,RA,,,0,0,(13/2+),,1.6,+77-7,MS,0.0016,0.0042,A,100,0,EC+B+,,0,,,,,,,,,,,,,8001.53,12,8348.224,22,,,1484.67,37,7669.41,101,201012814.683,21794,11936.801,20301, -88,114,Ra,,,0,0,0+,,16,+30-7,MS,0.016,0.019,A,100,0,,,,,,,,,,,,,,,,7880.3,7,5978.624,17,10933.26,25,1802.69,18,7685.568,74,202009742.264,16122,9074.861,15018, -88,115,Ra,,,0,0,(3/2-),,31,+17-9,MS,0.031,0.013,A,100,0,,,,,,,,,,,,,,,,7736.26,6,7785.309,39,8484.45,41,1723.48,39,7689.503,188,203009298.745,40928,8661.726,38124, -88,116,Ra,,,0,0,0+,,57,+11-5,MS,0.057,0.008,A,100,0,,,,,,,,,,,,,,,,7636.64,7,5449.477,29,10676.26,41,2108.60,17,7704.144,75,204006502.228,16396,6056.787,15273, -88,117,Ra,,,0,0,(3/2-),,210,+60-40,MS,0.21,0.05,A,100,0,EC+B+,,0,,,,,,,,,-8267.702,86923,,,7486.4,50,7148.804,71,8289.11,72,2057.29,75,7706.998,344,205006268.415,75707,5838.991,70521, -88,118,Ra,,,0,0,0+,,0.24,2,S,0.24,0.02,A,100,0,,,,,,,,,,,,-9913.913,53608,-18612.47,54,7415.26,4,4807.955,33,10344.77,73,2413.62,20,7719.802,87,206003827.763,19332,3565.539,18008, -88,119,Ra,,,0,0,(3/2- 5/2-),,1.35,-13+22,S,1.35,0.18,A,86,0,EC+B+,14,0,,,,,,,,,-7601.748,73276,-18006.28,73,7273.27,50,6388.826,56,8092.37,56,2502.07,60,7721.602,257,207003805.161,57115,3544.485,53202, -88,120,Ra,5.5850,183,0,0,0+,,1.3,2,S,1.3,0.2,A,95,,EC+B+,5,,,,,,,,,,-9025.38,56442,-17489.69,51,7273.13,5,4393.775,15,9887.95,54,2716.77,20,7732.017,43,208001854.929,9686,1727.856,9023, -88,121,Ra,5.5853,182,0,0,5/2-,,4.8,2,S,4.8,0.2,A,100,0,,,,,,,,0.852,,0.39,,-6985.59,50934,-16966.33,56,7143.09,269,5627.791,16,7940.95,11,2764.83,13,7733.017,27,209001994.879,6169,1858.219,5747, -88,122,Ra,5.5917,180,0,0,0+,,3.7,2,S,3.7,0.2,A,96,0,EC+B+,4,0,,,,,,,,,-8346.908,58133,-16472.33,51,7150.84,3,3775.997,18,9486.74,11,3076.61,17,7741.368,44,210000475.356,9868,442.792,9193, -88,123,Ra,5.5929,179,0,0,5/2(-),,13,2,S,13,2,A,93,0,EC+B+,7,0,,,,,0.878,,0.46,,-6370.191,53564,-16028.99,58,7041.87,3,4972.272,14,7682.09,12,3123.74,17,7741.087,38,211000893.213,8500,832.023,7918, -88,124,Ra,5.5991,177,0,0,0+,,13.0,2,S,13,0.2,A,85,0,EC+B+,15,0,,,,,,,,,-7476.266,52601,-15472.50,54,7031.71,167,3317.0,14,9102.31,14,3347.69,16,7747.508,53,211999786.399,12091,-198.968,11263, -88,125,Ra,5.6020,177,0,0,1/2-,,2.73,5,M,163.8,3,A,80,5,EC+B+,20,5,,,,,0.6133,,,,-5809.134,18156,-15003.06,52,6861.69,227,3898.405,11,7526.79,15,3427.45,13,7746.472,46,213000370.97,10540,345.557,9818, -88,126,Ra,5.6079,177,0,0,0+,,2.46,3,S,2.46,0.03,A,99.941,0.004,EC,0.059,0.004,,,,,,,,,-6351.12,16232,-14133.27,16,7272.59,261,1051.441,10,8324.14,11,3643.39,7,7749.171,25,214000099.554,5636,92.734,5250, -88,127,Ra,,,0,0,(9/2+),,1.66,2,MS,0.00166,0.00002,A,100,0,,,,,,,,,,,,-3496.877,14551,-11981.43,17,8864.23,3,2215.674,10,5630.31,9,3796.53,11,7739.316,35,215002720.08,8172,2533.739,7613, -88,128,Ra,,,0,0,0+,,182,10,NS,0.000000182,0.00000001,A,100,0,EC,0.00000001,0,,,,,,,,,-4853.317,13921,-10810.86,15,9525.77,8,320.127,10,7313.98,11,4315.96,11,7737.347,40,216003533.117,9379,3291.077,8737, -88,129,Ra,,,0,0,(9/2+),,1.6,2,US,0.0000016,0.0000002,A,100,0,,,,,,,,,,,,-2814.017,13430,-10326.06,13,9160.77,6,1575.066,10,5472.74,11,4370.26,8,7726.911,33,217006322.806,7731,5889.656,7202, -88,130,Ra,,,0,0,0+,,25.2,3,US,0.0000252,0.0000003,A,100,0,,,,,,,,,,,,-4192.439,51931,-10123.82,16,8546,6,-407.947,12,7309.80,13,4952.39,13,7724.998,51,218007140.325,11997,6651.170,11176, -88,131,Ra,,,0,0,(7/2)+,,10,3,MS,0.01,0.003,A,100,0,,,,,,,,,,,,-2175.199,51142,-9520.64,51,8137.93,3,776.515,11,5328.21,14,4953.81,9,7714.053,38,219010085.176,8865,9394.282,8258, -88,132,Ra,5.6683,214,0,0,0+,,18,2,MS,0.018,0.002,A,100,0,,,,,,,,,,,,-3473.437,10141,-9370.55,51,7592.46,6,-1212.075,9,7195.35,12,5636.49,11,7711.696,37,220011025.562,8843,10270.245,8237, -88,133,Ra,5.6795,228,0,0,5/2+,,28,2,S,28,2,A,100,0,,,,,,,,-0.1799,,1.98,,-1559.298,50603,-8851.19,7,6880.39,195,-313.479,7,5377.75,9,5807.48,6,7701.135,21,221013917.224,4970,12963.811,4630, -88,134,Ra,5.6874,239,0,0,0+,,38.0,5,S,38,0.5,A,100,0,14C,0.00000003,0.00000001,,,,,,,,,-2301.285,6637,-8274.24,51,6677.93,4,-2057.917,9,6714.94,6,6246.07,7,7696.692,20,222015373.355,4781,14320.188,4454, -88,135,Ra,5.6973,253,0,0,3/2+,,11.43,5,D,987552,4320,A,100,0,14C,0.000000089,0.000000004,14C,0.000000077,,,0.2705,,1.254,,-592.573,7128,-7459.48,6,5978.99,21,-1149.085,2846,5158.20,5,6433.77,8,7685.309,9,223018500.719,2244,17233.309,2090, -88,136,Ra,5.7046,263,0,0,0+,,3.6319,23,D,313796.16,198.72,A,100,0,14C,0.000000004,0.000000001,,,,,,,,,-1408.219,4086,-7071.28,7,5788.92,15,-2922.699,11,6478.71,225,6845.45,211,7679.922,8,224020210.453,1945,18825.917,1813, -88,137,Ra,5.7150,279,0,0,1/2+,,14.9,2,D,1287360,17280,B-,100,0,A,0.026,,,,,,-0.7338,,,,355.763,5007,-6312.34,5,5096.77,5,-1827.501,12,4904.12,279,7044.48,11,7667.586,12,225023610.574,2787,21993.109,2596, -88,138,Ra,5.7211,288,0,0,0+,,1600,7,Y,50492160000,220903200,A,100,0,14C,0.0000000032,0.0000000016,,,,,,,,,-641.44,3274,-6040.84,5,4870.7,25,-3852.715,7,6396.60,285,7441.76,12,7661.962,9,226025408.455,2075,23667.824,1933, -88,139,Ra,5.7283,300,0,0,3/2+,,42.2,5,M,2532,30,B-,100,0,,,,,,,,-0.4038,,1.53,,1328.132,2265,-5202.87,3,4363.06,8,-2504.734,6,4561.43,27,7631.80,7,7648.303,9,227029176.474,2095,27177.711,1952, -88,140,Ra,5.7370,315,0,0,0+,,5.75,3,Y,181456200,946728,B-,100,0,,,,,,,,,,,,45.54,634,-4980.63,234,4070.25,10,-4443.953,7,6308.76,234,8031.15,6,7642.428,9,228031068.657,2142,28940.268,1996, -88,141,Ra,5.7455,329,0,0,5/2+,,4.0,2,M,240,12,B-,100,,A,100,0,,,,,0.5025,,2.96,,1872.03,19623,-4404.08,16,3602.91,19,-3106.299,16,4449.62,16,8111.23,17,7628.485,67,229034956.707,16576,32561.963,15441, -88,142,Ra,5.7551,346,0,0,0+,,93,2,M,5580,120,B-,100,0,,,,,,,,,,,,677.924,18888,-4244.94,16,3344.2,15,-4970.462,12,6116.97,19,8440.93,11,7621.914,45,230037054.78,11053,34516.306,10296, -88,143,Ra,,,0,0,(5/2+),,104,1,S,104,1,B-,100,0,,,,,,,,,,,,2453.636,17301,-3693.21,19,2905.74,18,-3864.089,14,4371.14,15,8559.25,13,7607.841,49,231041027.086,12206,38216.486,11370, -88,144,Ra,5.7714,375,0,0,0+,,4.2,8,M,252,48,B-,100,0,,,,,,,,,,,,1342.534,15931,-3337.21,16,2828.57,20,-5575.881,17,5790.85,15,8872.59,12,7600.009,39,232043475.27,9823,40496.953,9151, -88,145,Ra,,,0,0,,,30,5,S,30,5,B-,100,0,,,,,,,,,,,,3026.027,15623,-2891.68,16,2546.74,16,-4585.991,21,4234.21,13,9027.74,16,7585.564,37,233047594.573,9235,44334.060,8603, -88,146,Ra,,,0,0,0+,,30,10,S,30,10,B-,100,0,,,,,,,,,,,,2089.439,16294,-2448.72,16,2458,196,,,5474.75,12,9278.39,21,7576.543,36,234050382.104,9000,46930.629,8383, -89,116,Ac,,,0,0,,,20,+97-9,MS,0.02,0.053,A,100,0,,,,,,,,,,,,,,,,8093.2,50,8267.702,87,,,-760.94,53,7662.851,248,205015144.158,54555,14106.693,50818, -89,117,Ac,,,0,0,(3+),,22,+9-5,MS,0.022,0.007,A,100,0,,,,,,,,,,,,,,,,7958.3,50,9913.913,54,8698.56,72,-351.49,87,7667.879,245,206014470.787,54206,13479.452,50493, -89,118,Ac,,,0,0,(9/2-),,27,+11-6,MS,0.027,0.009,A,100,0,,,,,,,,,,,,,,,,7844.9,50,7601.748,73,10404.54,71,-291.72,54,7681.099,243,207011965.973,54092,11146.233,50387, -89,119,Ac,,,0,0,(3+),,95,+24-16,MS,0.095,0.02,A,99,0,EC,1,0,,,,,,,,,-5930.495,65370,,,7721.01,50,9025.379,56,8464.31,75,80.22,77,7684.865,268,208011544.073,59813,10753.235,55716, -89,120,Ac,,,0,0,(9/2-),,0.087,+12-9,S,0.087,0.011,A,100,0,,,,,,,,,,,,-7523,148,-15911.24,61,7728.71,50,6985.59,51,9980.74,75,173.02,51,7695.85,242,209009494.22,54330,8843.809,50608, -89,121,Ac,,,0,0,,,0.35,5,S,0.35,0.05,A,100,,EC+B+,,0,,,,,,,,,-5269.747,60436,-15649,151,7607.2,50,8346.907,58,8125.43,77,357.49,58,7697.896,273,210009436.13,61623,8789.699,57402, -89,122,Ac,,,0,0,9/2-,,0.21,3,S,0.21,0.03,A,100,0,EC+B+,0.2,0,,,,,,,,,-6707.958,90205,-14928.55,56,7621.64,50,6370.191,54,9658.80,78,529.55,54,7707.189,251,211007731.894,56871,7202.214,52976, -89,123,Ac,,,0,0,,,0.93,5,S,0.93,0.05,A,57,0,EC,43,0,,,,,,,,,-4833.51,52366,-14704.19,89,7518.3,50,7476.266,53,7996.23,74,843.70,52,7708.552,242,212007812.501,55160,7277.298,51381, -89,124,Ac,,,0,0,,,738,16,MS,0.738,0.016,A,100,0,,,,,,,,,,,,-5965.394,17834,-14027.43,18,7499.35,4,5809.135,18,9193.92,54,935.31,19,7715.526,72,213006607.333,16395,6154.692,15272, -89,125,Ac,,,0,0,,,8.2,2,S,8.2,0.2,A,89,3,EC,11,3,,,,,,,,,-4251.03,18693,-13747.55,18,7352.14,250,6351.12,16,7782.15,22,1190.67,18,7715.837,72,214006917.762,16489,6443.854,15360, -89,126,Ac,,,0,0,9/2-,,0.17,1,S,0.17,0.01,A,99.91,0.02,EC+B+,0.09,0.02,,,,,,,,,-4890.971,15234,-12735.59,16,7745.95,3,3496.876,15,8484.56,20,1351.09,13,7719.413,58,215006474.132,13318,6030.615,12406, -89,127,Ac,,,0,0,(1-),,440,16,US,0.00044,0.000016,A,100,0,,,,,,,,,,,,-2153.937,16201,-10848.51,14,9235.45,6,4853.318,14,5957.54,16,1678.31,13,7711.256,50,216008743.367,11637,8144.395,10840, -89,128,Ac,,,0,0,9/2-,,69,4,NS,0.000000069,0.000000004,A,100,0,EC+B+,2,0,,,,,3.82,,,,-3502.107,15566,-9665.98,17,9831.6,10,2814.017,13,7512.04,16,1876.38,14,7710.338,52,217009343.777,12226,8703.673,11389, -89,129,Ac,,,0,0,(1-),,1.08,9,US,0.00000108,0.00000009,A,100,0,,,,,,,,,,,,-1523.132,51815,-9433.49,52,9377.4,50,4192.439,52,5931.38,52,2335.02,51,7702.177,233,218011641.093,54471,10843.609,50740, -89,130,Ac,,,0,0,9/2-,,11.8,15,US,0.0000118,0.0000015,A,100,0,,,,,,,,,,,,-2901.91,71425,-8868.58,52,8826.5,50,2175.198,51,7345.45,72,2370.66,52,7700.549,231,219012420.348,54210,11569.480,50497, -89,131,Ac,,,0,0,(3-),,26.4,2,MS,0.0264,0.0002,A,100,0,EC,0.0005,0,,,,,,,,,-925.417,22941,-8799.02,51,8347.82,4,3473.437,10,5897.11,51,2939.57,10,7692.351,28,220014754.45,6579,13743.682,6129, -89,132,Ac,,,0,0,(3/2-),,52,2,MS,0.052,0.002,A,100,0,,,,,,,,,,,,-2417.261,51056,-8217.31,55,7783.6,50,1559.298,51,7291.89,51,3036.11,51,7690.539,228,221015591.199,54133,14523.109,50425, -89,133,Ac,,,0,0,1-,,5.0,5,S,5,0.5,A,99,1,EC+B+,1,1,,,,,,,,,-581.637,13228,-8390.21,10,7137.44,204,2301.286,7,5972.95,51,3631.31,7,7682.802,23,222017843.887,5554,16621.474,5174, -89,134,Ac,,,0,0,(5/2-),,2.10,5,M,126,3,A,99,0,EC,1,0,,,,,,,,,-1559.948,11563,-7448.55,14,6783.2,100,592.573,7,6866.91,9,3783.28,8,7679.143,32,223019136.872,7632,17825.882,7110, -89,135,Ac,,,0,0,(0-),,2.78,16,H,10008,576,EC,90.9,0,A,9.1,0,,,,,,,,,240.401,10823,-7223.01,10,6326.9,70,1408.218,4,5663.06,8,4288.14,4,7670.143,18,224021722.239,4389,20234.135,4089, -89,136,Ac,,,0,0,(3/2-),,9.9203,3,D,857113.92,25.92,A,100,0,14C,0.0000000000045,0.0000000000014,,,,,,,,,-672.781,6658,-6427.71,11,5935.14,143,-355.763,5,6668.11,6,4477.54,5,7665.69,21,225023228.647,5107,21637.346,4758, -89,137,Ac,,,0,0,(1),,29.37,12,H,105732,432,B-,83,3,EC,17,3,A,0.006,0.002,,,,,,1111.63,4563,-6072.18,6,5506.24,8,641.44,4,5399.40,6,4972.82,4,7655.662,14,226026097.069,3328,24309.264,3100, -89,138,Ac,,,0,0,3/2-,,21.772,3,Y,687072067.2,94672.8,B-,98.62,0.0036,A,1.38,0.0036,,,,,1.1,,1.7,,44.757,830,-5419.37,5,5042.27,14,-1328.131,2743,6531.00,3,5107.22,225,7650.707,8,227027750.666,2068,25849.580,1927, -89,139,Ac,,,0,0,3+,,6.15,2,H,22140,72,B-,100,0,,,,,,,,,,,,2123.743,2645,-4981.41,256,4721.2,11,-45.54,289,5026.17,242,5571.95,242,7639.196,9,228031019.767,2247,28894.728,2094, -89,140,Ac,,,0,0,(3/2+),,62.7,5,M,3762,30,B-,100,0,,,,,,,,,,,,1104.35,12346,-4152.37,12,4444.41,17,-1872.03,20,6276.11,12,5539.31,12,7633.244,53,229032947,13000,30689.933,12109, -89,141,Ac,,,0,0,(1+),,122,3,S,122,3,B-,100,0,B-F,0.0000012,0.0000004,,,,,,,,,2975.789,15882,-3818.52,16,3892.93,17,-677.923,19,4922.87,20,6012.55,22,7621.46,69,230036327,17000,33838.383,15835, -89,142,Ac,,,0,0,1/2+,,7.5,1,M,450,6,B-,100,0,,,,,,,,,,,,1946.959,13098,-3171.06,13,3655.49,14,-2453.637,17,6146.85,21,6042.43,17,7615.076,56,231038393,14000,35762.849,13041, -89,143,Ac,,,0,0,(1+),,119,5,S,119,5,B-,100,0,,,,,,,,,,,,3707.635,13118,-2732.79,13,3345.28,15,-1342.534,16,4679.75,18,6351.04,17,7602.424,56,232042034,14000,39154.419,13041, -89,144,Ac,,,0,0,(1/2+),,145,10,S,145,10,B-,100,0,,,,,,,,,,,,2576.318,13118,-2210.07,13,3214.86,14,-3026.027,16,5917.70,18,6477.89,16,7595.193,56,233044346,14000,41308.033,13041, -89,145,Ac,,,0,0,,,44,7,S,44,7,B-,100,0,,,,,,,,,,,,4228.181,14210,-1961.84,14,2929.51,15,-2089.439,16,4538.16,19,6781.84,16,7582.129,60,234048139,15000,44841.190,13972, -89,146,AC,,,0,0,,,62,4,S,62,4,,,,,,,,,,,,,,,3339.406,19113,-1327.17,14,2851.66,16,,,5555.35,20,6862.44,16,7573.504,59,235050840,15000,47357.155,13972, -89,147,Ac,,,0,0,,,1.2,+58-5,M,72,189,B-,,0,,,,,,,,,,,,4965.795,40667,-868.07,40,2723.24,41,,,4207.48,41,7198,302,7559.242,162,236054988,41000,51220.992,38191, -90,118,TH,,,0,0,0+,,1.7,+17-6,MS,0.0017,0.0012,A,100,0,,,,,,,,,,,,,,,,8202.03,31,5930.495,65,,,1751.47,61,7652.592,164,208017910.722,36704,16683.730,34190, -90,119,Th,,,0,0,(13/2+),,2.5,+17-7,MS,0.0025,0.0012,A,100,0,,,,,,,,,,,,,,,,8103,140,7523.191,149,8388,144,1675,150,7656,1,209017571,150,16367,140, -90,120,Th,,,0,0,0+,,16,4,MS,0.016,0.004,A,100,,EC+B+,,0,,,,,,,,,,,,,8068.99,6,5269.747,60,10379,141,2073.33,54,7669.076,90,210015093.437,20299,14059.446,18909, -90,121,Th,,,0,0,,,37,+28-11,MS,0.037,0.02,A,,0,EC+B+,,0,,,,,,,,,-8170,126,,,7940.77,50,6707.957,90,8220.59,75,2168.50,93,7671.69,346,211014933.183,78379,13910.171,73010, -90,122,Th,,,0,0,0+,,31.7,13,MS,0.0317,0.0013,A,100,0,EC+B+,0.3,0,,,,,,,,,-9482.551,75541,-18041,103,7958.04,5,4833.51,52,9870.68,74,2380.38,54,7682.062,48,212013001.487,10852,12110.808,10109, -90,123,Th,,,0,0,,,144,21,MS,0.144,0.021,A,100,0,,,,,,,,,,,,-7542.539,71737,-17544.59,75,7836.95,7,5965.394,18,8062.04,14,2446.18,52,7683.846,43,213013011.447,9895,12120.086,9217, -90,124,Th,,,0,0,0+,,87,10,MS,0.087,0.01,A,100,0,,,,,,,,,,,,-8790.63,76867,-17039.06,72,7827.18,5,4251.031,19,9496.52,14,2748.78,19,7692.317,50,214011481.431,11445,10694.885,10661, -90,125,Th,,,0,0,(1/2-),,1.2,2,S,1.2,0.2,A,100,0,,,,,,,,,,,,-6942.353,73380,-16635.25,77,7664.65,4,4890.971,15,7844.62,14,2811.24,18,7693.025,41,215011724.805,9490,10921.586,8840, -90,126,Th,,,0,0,0+,,26.0,2,MS,0.026,0.0002,A,100,0,EC+B+,0.01,,,,,,,,,,-7500.882,54864,-15636.92,74,8072.38,4,2153.937,16,8694.57,15,3021.25,17,7697.662,56,216011055.714,12928,10298.332,12042, -90,127,Th,,,0,0,(9/2+),,0.241,5,MS,0.000241,0.000005,A,100,0,,,,,,,,,,,,-4862.63,19132,-13664.75,55,9435.31,4,3502.107,16,6163.87,16,3227.59,15,7690.594,49,217013103.444,11394,12205.780,10614, -90,128,Th,,,0,0,0+,,117,9,NS,0.000000117,0.000000009,A,100,0,,,,,,,,,,,,-6317.029,21130,-12772.99,19,9849.09,9,1523.132,52,7910.36,15,3625.90,16,7691.602,48,218013276.242,11289,12366.741,10516, -90,129,Th,,,0,0,(9/2+),,1.05,3,US,0.00000105,0.00000003,A,100,0,,,,,,,,,,,,-4068.741,72192,-12283.70,54,9512.74,50,2901.91,71,5966.67,52,3661.19,72,7683.725,231,219015535.677,54295,14471.390,50576, -90,130,Th,,,0,0,0+,,9.7,6,US,0.0000097,0.0000006,A,100,0,EC,0.0000002,,,,,,,,,,-5549,56,-11942.35,56,8953.11,20,925.418,23,7873.61,55,4189.35,55,7684.589,101,220015747.926,23795,14669.100,22166, -90,131,Th,,,0,0,(7/2+),,1.74,3,MS,0.00174,0.00003,A,100,0,,,,,,,,,,,,-3435.918,51915,-11349,52,8625.8,4,2417.262,51,5800.05,24,4092.28,10,7676.061,37,221018186.236,8766,16940.371,8166, -90,132,Th,,,0,0,0+,,2.24,3,MS,0.00224,0.00003,A,100,0,,,,,,,,,,,,-4951,74,-11244.49,53,8127.03,5,581.637,13,7808.58,15,4608.97,52,7676.658,55,222018468.3,13182,17203.111,12279, -90,133,Th,,,0,0,(5/2)+,,0.60,2,S,0.6,0.02,A,100,0,,,,,,,,,,,,-2934.845,71639,-10840,73,7566.63,4,1559.949,12,5888.60,15,4524.61,10,7668.64,41,223020811.546,9889,19385.831,9212, -90,134,Th,,,0,0,0+,,1.04,2,S,1.04,0.02,A,100,0,,,,,,,,,,,,-3868.544,12546,-10398.26,72,7298.57,6,-240.401,11,7463.41,14,5121.12,12,7667.724,45,224021464.157,10864,19993.734,10120, -90,135,Th,,,0,0,(3/2+),,8.75,4,M,525,2.4,A,90,0,EC,10,0,,,,,,,,,-2030.598,71170,-9623.47,9,6921.4,212,672.781,7,5754.92,11,5212.98,6,7659.222,23,225023950.907,5467,22310.127,5093, -90,136,Th,,,0,0,0+,,30.57,10,M,1834.2,6,A,100,0,,,,,,,,,,,,-2835.642,12165,-9214.41,71,6452.53,101,-1111.63,5,7183.81,7,5728.68,6,7657.119,20,226024903.686,4810,23197.634,4481, -90,137,Th,5.7404,165,0,0,(1/2+),,18.697,7,D,1615420.8,604.8,A,100,0,,,,,,,,,,,,-1026.375,7437,-8299.77,12,6146.6,10,-44.757,2841,5464.13,5,5793.41,3,7647.458,9,227027702.618,2241,25804.823,2088, -90,138,Th,5.7488,152,0,0,0+,,1.9116,16,Y,60325508.16,50492.16,A,100,0,,,,,,,,,,,,-2152.602,4340,-8131.53,8,5520.15,22,-2123.744,2766,7105.16,225,6367.57,210,7645.08,8,228028739.835,1940,26770.984,1807, -90,139,Th,5.7557,143,0,0,5/2+,,7880,120,Y,248673888000,3786912000,A,100,0,,,,,,,,0.46,,4.3,,-311.325,3715,-7409.32,5,5167.56,102,-1104.35,12,5256.72,261,6598.12,278,7634.65,11,229031761.431,2581,29585.583,2405, -90,140,Th,5.7670,131,0,0,0+,,7.54E+4,3,Y,2379443040000,9467280000,A,100,0,24NE,0.000000000058,0.000000000013,SF,0.000000000004,0,,,,,,-1311.014,2833,-7105.63,3,4769.85,152,-2975.79,16,6794.31,221,7116.31,12,7630.996,5,230033132.358,1299,30862.593,1210, -90,141,Th,,,0,0,5/2+,,25.52,1,H,91872,36,B-,100,0,A,0.00000000004,0,,,,,,,,,391.487,1460,-6429.03,284,4213.26,155,-1946.958,13,5118.02,20,7311.46,16,7620.118,5,231036302.853,1308,33815.891,1218, -90,142,Th,5.7848,124,0,0,0+,,1.40E10,1,Y,4.418064e17,3.15576e15,A,100,0,SF,0.0000000011,0.0000000004,,,,,,,,,-499.85,7734,-6048.94,170,4081.6,140,-3707.635,13,6440.42,107,7605.04,13,7615.033,6,232038053.689,1526,35446.784,1422, -90,143,Th,,,0,0,1/2+,,21.83,4,M,1309.8,2.4,B-,100,0,,,,,,,,,,,,1242.243,1122,-5286.24,8,3744.84,16,-2576.318,13,4786.39,9,7711.67,13,7602.893,6,233041580.208,1529,38731.715,1425, -90,144,Th,,,0,0,0+,,24.10,3,D,2082240,2592,B-,100,0,,,,,,,,,,,,274.088,3172,-4947.78,252,3671.79,11,-4228.181,14,6190.02,257,7983.99,13,7596.855,11,234043599.86,2779,40613.009,2589, -90,145,Th,,,0,0,(1/2+),,7.2,1,M,432,6,B-,100,0,,,,,,,,,,,,1728.853,19113,-4392.49,14,3376.35,17,-3339.406,19,4666.58,13,8112.41,19,7584.385,55,235047255,14000,44017.749,13041, -90,146,Th,,,0,0,0+,,37.3,15,M,2238,90,B-,100,0,,,,,,,,,,,,921.248,19760,-4105.02,20,3333.33,17,-4965.794,41,5833.87,19,8390.93,20,7576.968,59,236049657,15000,46255.198,13972, -90,147,Th,,,0,0,(5/2+),,4.8,5,M,288,30,B-,100,0,,,,,,,,,,,,2427.473,20514,-3450.18,21,3196.12,18,,,4371.42,21,8554.87,41,7563.443,67,237053629,17000,49955.092,15835, -90,148,Th,,,0,0,0+,,9.4,20,M,564,120,B-,100,0,,,,,,,,,,,,1631,284,-3074,284,3169,283,,,5501,284,8784,490,7555,1,238056388,304,52525,283, -91,120,Pa,,,0,0,,GT,300,,NS,0.0000003,5e15,EC+B+,,0,P,,0,A,,0,,,,,,,,,,8509,114,8169.829,125,,,-732,104,7629,0,211023704,110,22080,102, -91,121,Pa,,,0,0,,,5.1,+61-19,MS,0.0051,0.004,A,100,0,,,,,,,,,,,,,,,,8415.21,50,9482.55,76,8558,127,-394.22,105,7633.643,353,212023181.425,80367,21593.358,74862, -91,122,Pa,,,0,0,,,5.3,+40-16,MS,0.0053,0.0028,A,100,0,,,,,,,,,,,,,,,,8393.9,50,7542.539,72,10002.05,103,-262.85,72,7644.762,334,213021108.697,76374,19662.625,71142, -91,123,Pa,,,0,0,,,17,3,MS,0.017,0.003,A,100,0,,,,,,,,,,,,,,,,8270.9,50,8790.63,77,8248.43,104,-76.46,77,7647.583,356,214020918.561,81723,19485.515,76125, -91,124,Pa,,,0,0,,,14,2,MS,0.014,0.002,A,100,0,,,,,,,,,,,,-7059.147,114616,,,8236.81,50,6942.353,73,9692.89,105,119.92,74,7657.096,339,215019177.728,78202,17863.939,72845, -91,125,Pa,,,0,0,,,0.15,+6-4,S,0.15,0.05,A,98,,EC,2,,,,,,,,,,-5267.137,60450,-15195.19,103,8097,15,7500.882,55,8136.04,90,411.34,54,7659.314,248,216019108.242,57462,17799.214,53526, -91,126,Pa,,,0,0,,,3.6,8,MS,0.0036,0.0008,A,100,0,,,,,,,,,,,,-5905,73,-14069.26,32,8488.8,4,4862.63,19,8802.12,56,518.89,20,7664.58,73,217018323.692,17089,17068.410,15918, -91,127,Pa,,,0,0,,,113,10,US,0.000113,0.00001,A,100,0,,,,,,,,,,,,-3210.838,22888,-12361,74,9815,10,6317.029,21,6455.96,24,810.98,21,7659.036,84,218020057.853,19676,18683.770,18329, -91,128,Pa,,,0,0,9/2-,,53,10,NS,0.000000053,0.00000001,A,100,0,,,,,,,,,,,,-4746.439,72333,-11425.79,53,10084.6,50,4068.741,72,8214.96,55,1115.58,53,7661.574,235,219019903.65,55304,18540.131,51516, -91,129,Pa,,,0,0,,,0.78,16,US,0.00000078,0.00000016,A,100,0,EC+B+,0.0000003,0,,,,,,,,,-2715,113,-11140,72,9649,50,5548.9,56,6393,73,1542,72,7656,0,220021705,55,20218,51, -91,130,Pa,,,0,0,9/2-,,5.9,17,US,0.0000059,0.0000017,A,100,0,,,,,,,,,,,,-4143.707,72404,-10628,113,9247.7,50,3435.917,52,7913,72,1581.78,56,7656.974,232,221021874.846,55052,20376.288,51281, -91,131,Pa,,,0,0,,,2.9,+6-4,MS,0.0029,0.0005,A,100,0,,,,,,,,,,,,-2118,89,-10437,89,8886,52,4951.889,73,6293,89,2075,73,7651,0,222023784,78,22155,72, -91,132,Pa,,,0,0,,,5.1,6,MS,0.0051,0.0006,A,100,0,,,,,,,,,,,,-3516.33,100506,-10023.47,88,8326.28,50,2934.845,72,7905,102,2171.41,72,7651.971,319,223023962.232,76289,22320.676,71063, -91,133,Pa,,,0,0,(5-),,0.846,20,S,0.846,0.02,A,100,0,,,,,,,,,,,,-1859.974,24329,-10046.04,72,7693.68,4,3868.544,13,6529.71,71,2812.52,12,7646.961,34,224025617.21,8145,23862.278,7587, -91,134,Pa,,,0,0,,,1.7,2,S,1.7,0.2,A,100,0,,,,,,,,,,,,-3039.196,71827,-9452.84,75,7392.7,50,2030.598,71,7592.87,71,2941.98,72,7646.72,316,225026130.844,76234,24340.725,71012, -91,135,Pa,,,0,0,,,1.8,2,M,108,12,A,74,5,EC+B+,26,5,,,,,,,,,-1295.593,17228,-9417.96,16,6986.89,10,2835.642,12,6378.77,72,3565.82,12,7641.11,51,226027947.872,12259,26033.276,11420, -91,136,Pa,,,0,0,(5/2-),,38.3,3,M,2298,18,A,85,2,EC,15,2,,,,,,,,,-2214.264,12146,-8568.99,15,6580.4,212,1026.375,8,7273.40,14,3655.41,9,7639.49,33,227028804.477,7965,26831.198,7420, -91,137,Pa,,,0,0,3+,,22,1,H,79200,3600,EC+B+,98.15,0.17,A,1.85,0.17,,,,,3.5,,,,-298.64,14929,-8193.19,11,6264.54,146,2152.602,5,5978.93,9,4170.21,5,7632.207,19,228031050.748,4659,28923.586,4340, -91,138,Pa,,,0,0,(5/2+),,1.50,5,D,129600,4320,EC,99.52,0.05,A,0.48,0.05,,,,,,,,,-1313.646,6655,-7396.64,15,5834.65,4,311.325,4,7098.00,5,4163.05,3,7629.874,14,229032095.652,3521,29896.908,3280, -91,139,Pa,,,0,0,2-,,17.4,5,D,1503360,43200,EC+B+,92.2,0.7,B-,7.8,0.7,A,0.0032,0.0001,,2,,,,558.605,4592,-7108.26,7,5439.43,71,1311.014,3,5794.62,4,4700.95,4,7621.895,13,230034539.789,3261,32173.607,3038, -91,140,Pa,,,0,0,3/2-,,3.276E4,11,Y,1033826976000,3471336000,A,100,0,SF,0.0000000003,0,,,,,2.01,,-1.72,,-381.611,2033,-6261.91,5,5149.91,83,-391.487,215,6820.52,3,4727.16,146,7618.426,8,231035882.575,1902,33424.404,1772, -91,141,Pa,,,0,0,(2-),,1.32,2,D,114048,1728,B-,100,0,EC,,0,,,,,,,,,1337.103,7428,-5930.70,8,4626.99,8,499.849,8,5549.09,8,5158.23,8,7609.506,33,232038590.3,8207,35946.633,7645, -91,142,Pa,,,0,0,3/2-,,26.975,13,D,2330640,1123.2,B-,100,0,,,,,,,,3.4,,-3,,570.296,1975,-5191.38,181,4374.62,12,-1242.243,1953,6528.48,8,5246.28,112,7604.866,6,233040246.605,1434,37489.472,1336, -91,143,Pa,,,0,0,4+,,6.70,5,H,24120,180,B-,100,0,,,,,,,,,,,,2193.896,4000,-4651.57,4,4075.62,16,-274.088,5,5221.87,4,5681.76,4,7594.683,17,234043305.615,4395,40338.921,4094, -91,144,Pa,,,0,0,(3/2-),,24.4,2,M,1464,12,B-,100,0,,,,,,,,,,,,1370.05,14017,-3927.45,14,4101.13,19,-1728.853,19,6121.34,15,5613.08,14,7588.413,59,235045399,15000,42288.896,13972, -91,145,Pa,,,0,0,1(-),,9.1,1,M,546,6,B-,100,0,,,,,,,,,,,,2889.306,14017,-3656.21,14,3754.62,19,-921.248,20,5026.26,20,5972.77,19,7577.557,59,236048668,15000,45333.950,13972, -91,146,Pa,,,0,0,(1/2+),,8.7,2,M,522,12,B-,100,0,,,,,,,,,,,,2137.425,13096,-2988.34,13,3794.67,18,-2427.473,21,5877.65,19,6016.55,19,7570.384,55,237051023,14000,47527.619,13041, -91,147,Pa,,,0,0,(3-),,2.28,10,M,136.8,6,B-,100,0,,,,,,,,,,,,3586.255,15906,-2567.47,16,3627.93,21,-1630.962,283,4704.90,21,6350.02,22,7558.344,67,238054637,17000,50894.038,15835, -91,148,Pa,,,0,0,(3/2),,1.8,5,H,6480,1800,B-,100,0,,,,,,,,,,,,2765,196,-2042,196,3555,196,,,5628,196,6477,344,7550,1,239057260,210,53337,196, -92,123,U,,,0,0,,,0.7,+13-3,MS,0.0007,0.0008,A,0,0,EC+B+,,0,,,,,,,,,,,,,8588,50,7059.148,115,,,1851.40,117,7620.624,412,215026756.035,94997,24923.087,88490, -92,124,U,,,0,0,0+,,4.5,+47-16,MS,0.0045,0.0032,A,100,0,,,,,,,,,,,,,,,,8530.63,26,5267.137,60,9928.05,93,2086.56,78,7631.307,130,216024762.747,30158,23066.351,28093, -92,125,U,,,0,0,,,16,+21-6,MS,0.016,0.014,A,100,0,,,,,,,,,,,,,,,,8428,71,5904.59,73,8164,77,2115,89,7634,0,217024663,77,22973,71, -92,126,U,,,0,0,0+,,0.51,+17-10,MS,0.00051,0.00014,A,100,0,,,,,,,,,,,,,,,,8774.81,9,3210.838,23,9150,73,2462.77,21,7640.719,63,218023504.829,14722,21894.608,13714, -92,127,U,,,0,0,,,42,+34-13,US,0.000042,0.000024,A,100,0,,,,,,,,,,,,-6170.086,101905,,,9940.07,50,4746.438,72,6679.36,53,2686.17,54,7636.329,232,219024999.161,54509,23286.569,50775, -92,129,U,,,0,0,(9/2+),,0.66,14,US,0.00000066,0.00000014,A,100,0,,,,,,,,,,,,-5330,207,-13862,202,9889.3,50,4143.707,72,6485,113,2987,72,7634.684,231,221026323.299,54873,24519.995,51114, -92,130,U,,,0,0,0+,,4.7,7,US,0.0000047,0.0000007,A,100,0,,,,,,,,,,,,-6746,202,-13648,207,9481.17,51,2117.827,89,8318.49,73,3392.43,73,7637.764,234,222026057.953,55817,24272.827,51994, -92,131,U,,,0,0,,,18,+10-5,US,0.000018,0.000008,A,100,0,EC+B+,0.2,0,,,,,,,,,-4763,208,-13253,208,8940.7,50,3516.33,101,6507.14,88,3607,102,7632.694,319,223027737.168,76349,25837.006,71119, -92,132,U,,,0,0,0+,,0.84,+40-22,MS,0.00084,0.00031,A,100,0,,,,,,,,,,,,-6153,197,-12949,197,8628.24,7,1859.974,24,8186.07,75,3887.39,75,7635.165,103,224027613.974,24875,25722.252,23171, -92,133,U,,,0,0,,,69,15,MS,0.069,0.015,A,100,0,,,,,,,,,,,,-4207.783,72440,-12567,196,8014.63,7,3039.196,72,6413.65,26,3771.33,13,7629.736,48,225029393.555,11711,27379.921,10909, -92,134,U,,,0,0,0+,,268,9,MS,0.268,0.009,A,100,0,,,,,,,,,,,,-5448,89,-12330.15,73,7700.84,4,1295.593,17,8122.37,17,4300.83,72,7631.916,58,226029338.749,13955,27328.869,12999, -92,135,U,,,0,0,(3/2+),,1.1,1,M,66,6,A,100,0,,,,,,,,,,,,-3516.618,73135,-11803,89,7234.72,3,2214.264,12,6354.72,16,4276.78,15,7626.289,43,227031181.587,10419,29045.462,9705, -92,136,U,,,0,0,0+,,9.1,2,M,546,12,A,95,0,EC,5,0,,,,,,,,,-4373.468,52545,-11411.17,74,6803.58,10,298.64,15,7894.55,17,4897.94,16,7627.466,63,228031371.351,15409,29222.226,14354, -92,137,U,,,0,0,(3/2+),,58,3,M,3480,180,EC,80,0,A,20,0,,,,,,,,,-2569.122,87031,-10456.46,51,6475.51,3,1313.646,7,6082.99,15,5002.00,7,7620.721,26,229033505.909,6374,31210.554,5938, -92,138,U,,,0,0,0+,,20.23,2,D,1747872,1728,A,100,0,,,,,,,,,,,,-3621.29,51461,-10235.99,87,5992.45,50,-558.605,5,7666.87,7,5570.88,5,7620.922,20,230033940.102,4841,31615.002,4509, -92,139,U,,,0,0,(5/2-),,4.2,1,D,362880,8640,EC,100,0,A,0.004,0.001,,,,,,,,,-1818.498,50577,-9501.59,51,5576.28,166,381.611,3,5880.30,5,5656.56,4,7613.387,12,231036292.252,2866,33806.015,2670, -92,140,U,,,0,0,0+,,68.9,4,Y,2174318640,12623040,A,100,0,SF,0.0000000000027,0.0000000000006,,,,,,,,,-2750,100,-9086.30,51,5413.63,9,-1337.103,8,7267.80,280,6103.84,195,7611.897,8,232037154.86,1942,34609.530,1809, -92,141,U,5.8203,49,0,0,5/2+,,1.592E+5,2,Y,5023969920000,6311520000,A,100,0,SF,0.00000000006,0,,,,,0.59,,3.663,,-1029.415,51005,-8512,100,4908.68,118,-570.296,2621,5761.67,249,6316.43,8,7603.956,10,233039634.367,2420,36919.176,2255, -92,142,U,5.8291,52,0,0,0+,,2.455E+5,6,Y,7747390800000,18934560000,A,100,0,SF,0.00000000164,0.00000000022,,,,,,,,,-1809.846,8321,-7874.88,51,4857.52,68,-2193.896,4,6845.47,200,6633.42,82,7600.715,5,234040950.37,1213,38145.025,1130, -92,143,U,5.8337,41,0,0,7/2-,,7.04E+8,1,Y,2.22165504e16,31557600000000,A,100,0,SF,0.000000007,0.000000002,,,,,-0.38,,4.936,,-124.262,852,-7107.34,8,4678.04,69,-1370.05,14,5297.50,23,6709.05,4,7590.914,5,235043928.19,1199,40918.846,1117, -92,144,U,5.8431,38,0,0,0+,,2.342E7,4,Y,739078992000000,1262304000000,A,100,0,SF,0.000000094,0.000000004,,,,,,,,,-933.534,50415,-6669.78,89,4572.94,87,-2889.306,14,6545.52,26,7133.22,14,7586.484,5,236045566.201,1194,42444.644,1113, -92,145,U,,,0,0,1/2+,,6.752,2,D,583372.8,172.8,B-,100,0,,,,,,,,,,,,518.534,520,-6059.30,50,4233.56,99,-2137.425,13,5125.77,46,7232.73,14,7576.102,5,237048728.38,1291,45390.194,1203, -92,146,U,5.8571,33,0,0,0+,,4.468E9,6,Y,1.409993568e17,189345600000000,A,100,0,SF,0.0000545,0.0000007,,,,,,,,,-146.874,1201,-5635.19,118,4269.86,212,-3586.255,16,6153.73,126,7508.81,13,7570.125,6,238050786.996,1602,47307.783,1493, -92,147,U,,,0,0,5/2+,,23.45,2,M,1407,1.2,B-,100,0,,,,,,,,,,,,1261.661,1493,-4953.26,121,4130.05,13,-2764.282,196,4806.38,17,7610.29,16,7558.561,6,239054292.048,1613,50572.718,1503, -92,148,U,,,0,0,0+,,14.1,1,H,50760,360,B-,100,0,,,,,,,,,,,,399.233,17083,-4666.87,279,4035.39,14,,,5928.53,286,7911,196,7551.77,11,240056592.425,2740,52715.505,2553, -92,149,U,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,1937,208,-4191,196,3817,196,,,4590,196,8002,280,7539,1,241060330,210,56197,196, -92,150,U,,,0,0,0+,,16.8,5,M,1008,30,B-,100,0,,,,,,,,,,,,1203,283,-3712,213,3670,200,,,5648,280,8309,361,7532,1,242062931,215,58620,201, -92,151,U,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,2484,302,-3128,361,3484,500,,,4331,361,,,7518,1,243066946,322,62360,300, -92,152,U,,,0,0,0+,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -92,153,U,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -92,154,U,,,0,0,0+,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -92,155,U,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -92,156,U,,,0,0,0+,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -92,157,U,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -92,158,U,,,0,0,0+,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -92,159,U,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -92,160,U,,,0,0,0+,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -92,161,U,,,0,0,,,,,,,,B-N,,0,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, -92,162,U,,,0,0,0+,,,,,,,B-N,,0,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, -92,163,U,,,0,0,,,,,,,,B-N,,0,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, -93,126,Np,,,0,0,,LT,5,,US,0.000005,0,A,100,0,,,,,,,,,,,,,,,,9167.8,50,6170.086,102,,,-273.08,89,7604.583,403,219031623.021,94851,29456.655,88354, -93,132,Np,,,0,0,,,3.6,+76-27,MS,0.0036,0.0052,A,100,0,EC+B+,,0,,,,,,,,,,,,,8786.5,50,4207.783,72,8359,208,1423.52,75,7607.557,318,225033910.797,76889,31587.704,71622, -93,133,Np,,,0,0,,,35,10,MS,0.035,0.01,A,100,0,,,,,,,,,,,,,,,,8197.51,50,5448.131,89,6882,114,1892,89,7604,0,226035188,95,32777,88, -93,134,Np,,,0,0,,,0.51,6,S,0.51,0.06,A,100,0,,,,,,,,,,,,-4208,123,,,7816.49,14,3516.618,73,8286,114,2055.76,74,7607.351,319,227034956.832,77838,32562.080,72506, -93,135,Np,,,0,0,,,61.4,14,S,61.4,1.4,EC,60,7,A,40,7,,,,,,,,,-2491.677,58346,-11245,112,7308.5,50,4373.468,53,7037.70,88,2738.74,51,7604.853,222,228036066.462,54291,33595.694,50572, -93,136,Np,,,0,0,,,4.0,2,M,240,12,A,68,11,EC,32,11,,,,,,,,,-3615.915,100792,-10379.01,92,7014.03,50,2569.121,87,7887.34,100,2731.52,88,7606.086,379,229036263.974,93235,33779.675,86848, -93,137,Np,,,0,0,,,4.6,3,M,276,18,EC+B+,97,0,A,3,0,,,,,,,,,-1698.101,53363,-10230.62,72,6778.1,50,3621.289,51,6614.70,101,3263.23,52,7601.776,223,230037827.716,55059,35236.291,51288, -93,138,Np,,,0,0,(5/2-),,48.8,2,M,2928,12,EC,98,1,A,2,1,,,,,,,,,-2684.492,55333,-9381.20,53,6368.4,50,1818.498,51,7683.10,72,3279.46,51,7602.128,219,231038244.49,54264,35624.513,50547, -93,139,Np,,,0,0,(4+),,14.7,3,M,882,18,EC+B+,100,0,A,0.0002,0,,,,,,,,,-1004,102,-9021,103,6011,100,2750.47,100,6336,112,3735,100,7597,0,232040107,107,37360,100, -93,140,Np,,,0,0,(5/2+),,36.2,1,M,2172,6,EC,100,0,A,0.001,0,,,,,,,,,-2103.179,71642,-8485.87,54,5626.77,51,1029.414,51,7482,112,3949.91,51,7596.181,219,233040739.489,54729,37948.590,50981, -93,141,Np,,,0,0,(0+),,4.4,1,D,380160,8640,EC+B+,100,0,,,,,,,,,,,,-395.1,10752,-8168.22,51,5356.35,9,1809.846,8,6065.04,52,4253.27,9,7589.637,36,234042893.32,9014,39954.871,8397, -93,142,Np,,,0,0,5/2+,,396.1,12,D,34223040,103680,EC,99.9974,0.00013,A,0.0026,0.00013,,,,,,,,,-1139.302,20499,-7378.18,7,5193.79,147,124.262,1782,6983.08,8,4390.89,88,7587.056,6,235044061.591,1491,41043.108,1389, -93,143,Np,,,0,0,(6-),,153E+3,5,Y,4828312800000,157788000000,EC,86.3,0.8,B-,13.5,0.8,A,0.16,0.04,,,,,,476.585,50389,-6875.55,54,5006.63,51,933.534,50,5736.25,50,4829.64,50,7579.214,214,236046568.392,54129,43378.178,50421, -93,144,Np,,,0,0,5/2+,,2.144E+6,7,Y,67659494400000,220903200000,A,100,0,SF,0.0000000002,0,,,,,3.14,,3.886,,-220.063,1294,-6101.25,164,4957.27,74,-518.535,1644,6577.84,50,4861.95,25,7574.989,5,237048171.71,1202,44871.659,1120, -93,145,Np,,,0,0,2+,,2.099,2,D,181353.6,172.8,B-,100,0,,,,,,,,,,,,1291.443,457,-5708.38,131,4690.82,4,146.873,1877,5488.32,20,5224.51,56,7566.221,5,238050944.671,1221,47454.656,1138, -93,146,Np,,,0,0,5/2+,,2.356,3,D,203558.4,259.2,B-,100,0,,,,,,,,,,,,722.774,930,-4923.47,98,4597.24,14,-1261.661,1994,6214.92,99,5285.70,148,7560.567,5,239052937.599,1407,49311.057,1311, -93,147,Np,,,0,0,(5+),,61.9,2,M,3714,12,B-,100,0,,,,,,,,,,,,2190.891,17015,-4343.33,17,4557.41,22,-399.233,17,5066.10,17,5545.42,17,7550.173,71,240056163.83,18284,52316.272,17032, -93,148,Np,,,0,0,5/2+,,13.9,2,M,834,12,B-,100,0,,,,,,,,,,,,1305,70711,-3936.52,71,4307.64,72,-1936.825,208,6127.41,73,5744.30,71,7544.27,293,241058250.697,75920,54260.175,70719, -93,149,Np,,,0,0,(1+),,2.2,2,M,132,12,B-,100,0,,,,,,,,,,,,2700,200000,-3609.56,200,4097.98,201,-1203.068,284,4914.56,212,6069,280,7533.403,826,242061639.615,214713,57416.932,200004, -93,150,Np,,,0,0,(5/2),,1.85,15,M,111,9,B-,100,0,,,,,,,,,,,,2121,32,-2912,32,4114,198,-2484.0,302,5612,203,6033,203,7525,0,243064279,34,59876,32, -93,151,Np,,,0,0,(7-),,2.29,16,M,137.4,9.6,B-,100,0,,,,,,,,,,,,3396,298,-2624,298,3867,359,,,4745,300,6447,423,7514,1,244067850,320,63202,298, -94,134,Pu,,,0,0,0+,,1.1,+20-5,S,1.1,1.3,A,100,0,,,,,,,,,,,,,,,,7940.2,18,2491.676,58,8754,104,3763.68,78,7590.493,128,228038741.387,31286,36087.370,29143, -94,135,Pu,,,0,0,(3/2+),,90,+71-27,S,90,49,A,100,0,,,,,,,,,,,,-4754.43,101230,,,7590.75,50,3615.915,101,6763.10,59,3489.07,72,7586.88,223,229040145.819,54939,37395.590,51176, -94,136,Pu,,,0,0,,,102,10,S,102,10,A,100,0,,,,,,,,,,,,-5998,134,-13286.94,89,7180.61,7,1698.101,53,8532.52,53,4134.25,88,7590.991,64,230039650.703,15913,36934.392,14824, -94,137,Pu,,,0,0,(3/2+),,8.6,5,M,516,30,EC+B+,90,4,A,10,4,,,,,,,,,-4101,301,-12694,135,6838.63,20,2684.492,55,6696.70,27,4216.26,56,7587.12,98,231041126.41,24206,38309.005,22549, -94,138,Pu,,,0,0,0+,,33.8,7,M,2028,42,EC,90,,A,10,,,,,,,,,,-4976,300,-12118,300,6716,10,1003.14,102,8017.18,29,4550.34,54,7588.974,76,232041184.526,18888,38363.140,17595, -94,139,Pu,,,0,0,,,20.9,4,M,1254,24,EC+B+,99.88,0.05,A,0.12,0.05,,,,,,,,,-3211,113,-11359,304,6416.3,50,2103.179,72,6382.69,53,4597,112,7583.796,216,233042997.345,54054,40051.769,50351, -94,140,Pu,,,0,0,0+,,8.8,1,H,31680,360,EC,94,0,A,6,0,,,,,,,,,-4111,159,-10985,102,6310.05,5,395.1,11,7773.12,51,4887.59,51,7584.605,29,234043317.478,7298,40349.971,6798, -94,141,Pu,,,0,0,(5/2+),,25.3,5,M,1518,30,EC+B+,99.9972,0.0007,A,0.0028,0.0007,,,,,,,,,-2443.019,56045,-10350,160,5951.48,20,1139.302,21,6238.88,22,5061.43,22,7578.879,87,235045284.682,22030,42182.410,20521, -94,142,Pu,,,0,0,0+,,2.858,8,Y,90191620.8,252460.8,A,100,0,SF,0.00000019,0.00000004,,,,,,,,,-3139,112,-9795.15,52,5867.15,8,-476.585,50,7352.13,21,5430.49,176,7577.918,8,236046056.756,1944,42901.593,1811, -94,143,Pu,,,0,0,7/2-,,45.64,4,D,3943296,3456,EC,99.9958,0.0004,A,0.0042,0.0004,,,,,,,,,-1478,59,-9020,112,5747.63,225,220.063,2033,5881.19,208,5575.43,50,7570.759,7,237048407.957,1822,45091.722,1697, -94,144,Pu,5.8535,378,0,0,0+,,87.7,1,Y,2767601520,3155760,A,100,0,SF,0.00000019,0.00000001,,,,,,,,,-2258.273,50688,-8478,59,5593.27,19,-1291.443,161,6999.83,135,5997.42,41,7568.36,5,238049558.25,1222,46163.213,1139, -94,145,Pu,5.8601,378,0,0,1/2+,,24110,30,Y,760853736000,946728000,A,100,0,SF,0.00000000031,0.00000000006,,,,,0.203,,,,-802.142,1664,-7904.52,51,5244.52,21,-722.775,172,5646.25,31,6155.34,37,7560.318,5,239052161.669,1195,48588.282,1113, -94,146,Pu,5.8701,379,0,0,0+,,6561,7,Y,207049413600,220903200,A,100,0,SF,0.0000057,0.0000002,,,,,,,,,-1384.789,13788,-7336.36,167,5255.82,14,-2190.892,17,6534.22,23,6474.65,95,7556.042,5,240053811.812,1187,50125.380,1106, -94,147,Pu,5.8748,379,0,0,5/2+,,14.329,29,Y,452188850.4,915170.4,B-,99.998,0,A,0.00247,0,SF,0.000000000000024,0,,-0.683,,6,,20.78,166,-6626.31,14,5140.07,48,-1305.0,71,5241.52,3,6650.07,17,7546.439,5,241056849.722,1187,52955.175,1106, -94,148,Pu,5.8823,380,0,0,0+,,3.75E+5,2,Y,11834100000000,63115200000,A,100,0,SF,0.00055,0.000006,,,,,,,,,-751.14,708,-6288.78,70,4984.23,99,-2700.0,200,6309.56,68,6832.21,71,7541.327,5,242058741.045,1336,54716.932,1245, -94,149,Pu,,,0,0,7/2+,,4.956,3,H,17841.6,10.8,B-,100,0,,,,,,,,,,,,579.556,2622,-5784.79,244,4756.97,258,-2121.398,32,5033.65,239,6951.30,200,7531.008,10,243062002.119,2728,57754.602,2542, -94,150,Pu,5.8948,382,0,0,0+,,8.00E+7,9,Y,2.524608e15,28401840000000,A,99.879,0.004,SF,0.121,0.004,,,,,,,,,-73.168,2686,-5440.34,265,4665.61,102,-3395.972,298,6019.89,293,7359,32,7524.815,10,244064204.415,2518,59806.028,2346, -94,151,Pu,,,0,0,(9/2-),,10.5,1,H,37800,360,B-,100,0,,,,,,,,,,,,1277.71,13733,-4772.33,14,4556,196,,,4699.17,13,7313,298,7513.281,56,245067824.568,14621,63178.179,13620, -94,152,Pu,,,0,0,0+,,10.84,2,D,936576,1728,B-,100,0,,,,,,,,,,,,401,14,-4576.99,15,4350,200,,,5854.70,20,7784,300,7506.539,61,246070204.209,16087,65394.801,14985, -94,153,Pu,,,0,0,(1/2+),,2.27,23,D,196128,19872,B-,100,0,,,,,,,,,,,,1954,220,-3958,196,4323,358,,,4359,196,,,7494,1,247074190,210,69108,196, -95,128,Am,,,0,0,,,5,+12-4,MS,0.005,0.008,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -95,134,Am,,,0,0,,,0.9,+21-7,S,0.9,1.4,A,91,0,EC+B+,9,0,,,,,,,,,,,,,8137.4,50,4754.43,101,,,1226.32,92,7562.702,381,229045249.909,93772,42150.020,87348, -95,135,AM,,,0,0,,,31,,S,31,0,EC,100,0,SF,,0,,,,,,,,,,,,,7730,100,5997.608,134,7289,159,1753,143,7562,1,230046089,143,42932,133, -95,137,Am,,,0,0,,,79,2,S,79,2,EC,97,0,A,3,0,ECF,0.069,0.01,,,,,,-2973,362,-12001,424,7319,304,4976.86,301,7142,424,2258,301,7564,1,232046527,322,43340,300, -95,138,Am,,,0,0,,,3.2,8,M,192,48,A,3,0,EC+B+,,0,,,,,,,,,-4031,124,-11120,226,7059,53,3211.231,114,8148,317,2389,103,7567,0,233046445,109,43263,102, -95,139,Am,,,0,0,,,2.32,8,M,139.2,4.8,EC,100,0,A,,0,,,,,,,,,-2263,159,-10904,174,6800,150,4111.029,159,6873,188,2880,166,7564,1,234047731,170,44461,159, -95,140,Am,,,0,0,5/2-,,10.3,6,M,618,36,EC,99.6,0.05,A,0.4,0.05,,,,,,,,,-3408,208,-10170.52,55,6576,13,2443.019,56,7907,167,3013.51,53,7565.154,222,235047907.371,56030,44625.429,52192, -95,141,Am,,,0,0,5-,,3.6,2,M,216,12,A,,0,EC,,0,,,,,,,,,-1814,113,-10065,230,6256.2,50,3139.407,112,6656,123,3431,114,7561,0,236049427,120,46041,112, -95,142,Am,,,0,0,5/2(-),,73.6,8,M,4416,48,EC+B+,99.975,0.003,A,0.025,0.003,,,,,,,,,-2677,93,-9357,62,6196,30,1478.278,59,7542,127,3621,59,7561,0,237049995,64,46570,59, -95,143,Am,,,0,0,1+,,98,2,M,5880,120,EC+B+,100,0,A,0.0001,0.00004,,,,,,,,,-1023.701,52145,-8896.92,87,6041.7,50,2258.274,51,6220,78,3959.21,51,7555.584,213,238051982.607,54428,48421.487,50700, -95,144,Am,,,0,0,(5/2)-,,11.9,1,H,42840,360,EC,99.99,0.001,A,0.01,0.001,,,,,,,,,-1756.602,54058,-8126.08,12,5922.4,141,802.142,2273,7102.38,51,4061.76,167,7553.688,8,239053022.803,2128,49390.424,1982, -95,145,Am,,,0,0,(3-),,50.8,3,H,182880,1080,EC,100,0,A,0.00019,0.00007,,,,,,,,,-214.137,13897,-7708.17,56,5707.08,52,1384.789,14,5951.57,14,4367.08,14,7547.013,58,240055298.444,14849,51510.169,13832, -95,146,Am,5.8928,42,0,0,5/2-,,432.6,6,Y,13651817760,18934560,A,100,0,SF,0.00000000036,0.00000000009,,,,,1.58,,4.34,,-767.434,1168,-6861.23,174,5637.82,12,-20.78,157,6647.09,14,4479.96,17,7543.278,5,241056827.413,1195,52934.395,1114, -95,147,Am,,,0,0,1-,,16.02,2,H,57672,72,B-,82.7,0.3,EC,17.3,0.3,,,,,0.3879,,-2.4,,664.309,414,-6305.07,117,5588.5,25,751.14,167,5537.64,10,4776.07,19,7534.991,5,242059547.428,1200,55468.072,1119, -95,148,Am,5.9048,35,0,0,5/2-,,7364,22,Y,232390166400,694267200,A,100,0,SF,0.0000000037,0.0000000009,,,,,1.503,,2.86,,-6.952,1569,-5700.03,125,5439.07,93,-579.556,2896,6364.34,124,4830.86,138,7530.173,6,243061379.94,1490,57175.046,1388, -95,149,Am,,,0,0,(6-),,10.1,1,H,36360,360,B-,100,0,,,,,,,,,,,,1427.3,1000,-5374.12,143,5138.01,17,73.168,278,5367.17,158,5164.38,263,7521.308,6,244064282.964,1601,59879.196,1492, -95,150,Am,,,0,0,(5/2)+,,2.05,1,H,7380,36,B-,100,0,,,,,,,,,,,,895.889,1549,-4622.74,162,5215.38,71,-1277.71,14,6050.04,190,5194.53,293,7515.303,8,245066452.89,2025,61900.469,1887, -95,151,Am,,,0,0,(7-),,39,3,M,2340,180,B-,100,0,,,,,,,,,,,,2377,18,-4082,18,5152,201,-400.801,23,4978,18,5473,22,7505,0,246069774,19,64994,18, -95,152,Am,,,0,0,(5/2),,23.0,13,M,1380,78,B-,100,0,,,,,,,,,,,,1620,100,-3535,100,4852,105,-1955.0,220,5912,102,5531,101,7499,0,247072092,107,67153,100, -95,153,Am,,,0,0,,,,,,,,,,,,,,,,,,,,,,3170,200,-3042,200,4936,359,,,4662,224,5834,280,7487,1,248075752,215,70563,200, -96,137,Cm,,,0,0,,,,,,,,A,,0,EC+B+,,0,,,,,,,,,-5567,235,,,7473.5,50,4031.006,125,7090,214,3335,308,7545.998,307,233050772.206,76809,47294.006,71547, -96,138,Cm,,,0,0,0+,,51,12,S,51,12,SF,40,0,A,40,0,EC+B+,20,0,,,,,,-6731,143,-14208,225,7365.33,9,2263.633,160,8640.69,74,3828,103,7550.677,74,234050160.959,18673,46724.633,17394, -96,139,Cm,,,0,0,,,,,,,,,,,,,,,,,,,,,,-4670,448,-13493,246,7300,200,3408.571,208,6762,202,3716,256,7547,1,235051567,216,48034,201, -96,140,Cm,,,0,0,0+,,,,,,,A,,0,EC,,0,,,,,,,,,-5687,401,-12920,401,7066.99,5,1814.045,113,8250,202,4059.35,55,7550.299,78,236051374.506,19662,47855.045,18315, -96,141,Cm,,,0,0,,,,,,,,,,,,,,,,,,,,,,-3941,235,-12367,407,6770.4,50,2677.085,92,6679.28,73,4083,132,7546.624,299,237052868.923,76178,49247.085,70960, -96,142,Cm,,,0,0,0+,,2.2,4,H,7920,1440,EC,96.16,0.18,A,3.84,0.18,SF,0.048,0.002,,,,,,-4771,255,-11814,225,6670.3,10,1023.701,52,7873.21,72,4414,61,7547.996,51,238053081.595,13133,49445.188,12234, -96,143,Cm,,,0,0,(7/2-),,2.7,8,H,9720,2880,EC,100,0,A,0.001,0,,,,,,,,,-3103,214,-11140,261,6539.7,50,1756.601,54,6369.48,55,4563.43,74,7543.065,226,239054908.593,58022,51147.025,54047, -96,144,Cm,,,0,0,0+,,27,1,D,2332800,86400,A,99.5,0,EC,0.5,0,SF,0.0000039,0.0000008,,,,,,-3940,150,-10597,207,6397.8,60,214.137,14,7494.04,54,4955.09,234,7542.861,8,240055528.329,2045,51724.306,1906, -96,145,Cm,,,0,0,1/2+,,32.8,2,D,2833920,17280,EC,99,0.1,A,1,0.1,,,,,,,,,-2330,200,-10034,150,6185.19,56,767.435,1956,6093.79,209,5097.31,14,7536.848,7,241057651.288,1726,53701.830,1608, -96,146,Cm,5.8285,191,0,0,0+,,162.8,2,D,14065920,17280,A,100,0,SF,0.0000062,0.0000003,34SI,0.00000000000001,0,,,,,,-2930,200,-9299,200,6215.63,8,-664.308,1599,6969.38,123,5419.60,40,7534.503,5,242058834.263,1225,54803.764,1142, -96,147,Cm,,,0,0,5/2+,,29.1,1,Y,918326160,3155760,A,99.71,0.03,EC,0.29,0.03,SF,0.0000000053,0.0000000009,,,,,,-1507.695,4506,-8623,200,6168.8,100,6.952,2041,5693.08,105,5575.04,104,7526.925,6,243061387.403,1606,57181.998,1496, -96,148,Cm,5.8429,181,0,0,0+,,18.1,1,Y,571192560,3155760,A,100,0,SF,0.000137,0.000003,,,,,,,,,-2261.989,14357,-8309.11,4,5901.6,3,-1427.3,18,6801.42,103,6012.12,122,7523.952,5,244062750.694,1188,58451.896,1107, -96,149,Cm,5.8475,182,0,0,7/2+,,8423,74,Y,265809664800,2335262400,A,100,0,SF,0.00000061,0.00000009,,,,,0.4,,,,-809.256,1496,-7780.62,14,5624.49,49,-895.889,221,5518.63,49,6163.59,111,7515.767,5,245065491.113,1234,61004.580,1150, -96,150,Cm,5.8562,184,0,0,0+,,4706,40,Y,148510065600,1262304000,A,99.97385,0.00007,SF,0.02615,0.00007,,,,,,,,,-1350,60000,-7268.19,180,5475.12,89,-2377.033,18,6458.93,122,6572.47,196,7511.471,6,246067222.082,1638,62616.967,1526, -96,151,Cm,,,0,0,9/2-,,1.56E+7,5,Y,492298560000000,15778800000000,A,100,0,,,,,,,,0.36,,,,43.581,6324,-6505.14,60,5353.62,3,-1619.857,100,5155.14,4,6750,18,7501.931,15,247070352.726,4075,65533.143,3797, -96,152,Cm,5.8687,193,0,0,0+,,3.48E+5,6,Y,10982044800000,189345600000,A,91.61,0.16,SF,8.39,,SF,8.39,,,,,,,-687,71,-6168.12,6,5161.81,25,-3170.245,200,6211.71,4,7049,100,7496.728,10,248072349.101,2531,67392.755,2358, -96,153,Cm,,,0,0,1/2+,,64.15,3,M,3849,1.8,B-,100,0,,,,,,,,,,,,904.317,2594,-5401,71,5147.61,13,-2353.298,298,4713.37,25,7101,200,7485.55,10,249075954.006,2545,70750.702,2371, -96,154,Cm,,,0,0,0+,AP,8.3E+3,,Y,261928080000,0,SF,74,0,A,18,0,B-,8,0,,,,,,39.616,10894,-4928.11,10,5169.88,18,,,5832.42,10,7403,298,7478.938,41,250078357.556,11029,72989.594,10274, -96,155,Cm,,,0,0,(1/2+),,16.8,2,M,1008,12,B-,100,0,,,,,,,,,,,,1420,20000,-4373.28,23,5116,197,,,4412.89,25,,,7466.722,90,251082285.036,24367,76648.018,22698, -96,156,Cm,,,0,0,0+,LT,2,,D,172800,0,,,,,,,,,,,,,,,521,359,-4243,298,,,,,5663,299,,,7460,1,252084870,320,79056,298, -97,136,Bk,,,0,0,,,21,+48-17,S,21,33,A,82,0,EC+B+,18,0,,,,,,,,,,,,,8286,206,5566.994,235,,,740,302,7519,1,233056748,240,52861,224, -97,137,BK,,,0,0,,,1.4E2,+14-5,S,140,95,A,80,0,EC,20,0,,,,,,,,,,,,,8098.6,50,6730.367,143,7477,265,1128,159,7519,1,234057387,153,53455,142, -97,141,Bk,,,0,0,,,144,5,S,144,5,EC+B+,100,0,ECF,0.048,0.02,,,,,,,,,-3061,392,-11794,270,7330,200,4770.812,255,7043,340,2320,265,7525,1,238058203,274,54216,255, -97,142,BK,,,0,0,(3/2- 7/2+),,,,,,,EC,99,0,SF,1,0,A,1,0,,,,,,-4019,294,-11099,363,7200,200,3102.975,214,8037,328,2484,207,7527,1,239058240,222,54250,207, -97,143,Bk,,,0,0,,,4.8,8,M,288,48,ECSF,0.002,0.0013,EC+B+,,0,,,,,,,,,-2327,151,-10676,257,7199,187,3939.694,150,6657,255,2772,159,7523,1,240059758,161,55664,150, -97,144,Bk,,,0,0,(7/2+),,4.6,4,M,276,24,EC+B+,,0,A,,0,,,,,,,,,-3295,260,-10030,201,7037,209,2330.17,200,7704,250,2981,200,7524,1,241060153,215,56032,200, -97,145,Bk,,,0,0,,,7.0,13,M,420,78,EC+B+,100,0,,,,,,,,,,,,-1653,200,-9664,260,6887,206,2930.236,200,6369,283,3257,200,7519,1,242061980,215,57734,200, -97,146,Bk,,,0,0,(3/2-),,4.6,2,H,16560,720,EC+B+,99.85,0,A,0.15,0,,,,,,,,,-2300,114,-8768.59,14,6874.35,4,1507.695,5,7115,200,3403.04,4,7517.501,19,243063005.98,4857,58689.693,4524, -97,147,Bk,,,0,0,(4-),,4.35,15,H,15660,540,EC,99.994,0.003,A,0.006,0.003,,,,,,,,,-764.294,14572,-8347,115,6778.8,4,2261.989,14,6047.13,15,3757.08,14,7511.475,59,244065179.039,15457,60713.885,14399, -97,148,Bk,,,0,0,3/2-,,4.95,3,D,427680,2592,EC,99.88,0.01,A,0.12,0.01,,,,,,,,,-1571.374,2586,-7735.66,287,6454.52,140,809.256,213,6971.37,14,3927.03,141,7509.27,7,245066359.885,1924,61813.836,1793, -97,149,Bk,,,0,0,2(-),,1.80,2,D,155520,1728,EC+B+,100,0,,,,,,,,,,,,-123.325,60020,-7489.56,60,6073.98,60,1350.0,60,5918.19,60,4326.58,60,7502.803,244,246068671.367,64433,63966.967,60019, -97,150,Bk,,,0,0,3/2-,,1380,250,Y,43549488000,7889400000,A,100,0,,,,,,,,,,,,-614.341,16187,-6672.05,5,5889.6,5,-43.581,6,6548.72,60,4416.38,5,7498.94,21,247070305.94,5570,65489.562,5189, -97,151,Bk,,,0,0,(6+ 8-),GT,9,,Y,284018400,1.57788e32,,,,,,,,,,,,,,,842,71,-6095,72,5776,71,687.245,71,5481,71,4742,71,7491,0,248073087,76,68080,71, -97,152,Bk,,,0,0,7/2+,,330,4,D,28512000,345600,B-,99.99855,0.00008,A,0.00145,0.00008,SF,0.000000047,0.000000002,,2,,5.79,,123.6,400,-5462.94,5,5521,141,-904.318,268,6305,71,4835.34,258,7486.04,5,249074983.182,1340,69846.384,1249, -97,153,Bk,,,0,0,2-,,3.212,5,H,11563.2,18,B-,100,0,,,,,,,,,,,,1779.587,3386,-4844.12,4,5531,18,-39.616,11,4967.72,4,5089.69,4,7475.967,15,250078315.027,3992,72949.978,3719, -97,154,Bk,,,0,0,(3/2-),,55.6,11,M,3336,66,B-,100,0,,,,,,,,,,,,1093,10000,-4013.69,11,5650,101,-1420.0,25,5793.28,11,5050.55,15,7469.263,43,251080760.603,11523,75228.018,10734, -97,155,Bk,,,0,0,,,,,,,,,,,,,,,,,,,,,,2500,200,-3672,200,5547,283,-521.0,359,4765,200,5402,201,7459,1,252084310,215,78535,200, -97,156,Bk,,,,0,,GT,10,,M,600,3e26,,,,,,,,,,,,,,,1627,359,-3177,359,5400,200,,,5677,411,5416,467,7451,1,253086880,385,80929,359, -98,139,Cf,,,0,0,,,2.1,3,S,2.1,0.3,SF,10,,,,,,,,,,,,,,,,,8220,50,,,,,2892,410,7503.347,368,237062199.993,93706,57938.921,87287, -98,140,Cf,,,0,0,0+,,21.1,13,MS,0.0211,0.0013,SF,95,0,A,5,0,,,,,,,,,,,,,8128,299,3062.0,392,8733,311,3200,373,7509,1,238061490,320,57278,298, -98,141,Cf,,,0,0,,,39,+37-12,S,39,25,A,,0,EC,,0,,,,,,,,,-5287,364,,,7810,56,4019.0,294,7080,364,3236,330,7507,1,239062554,224,58269,209, -98,142,Cf,,,0,0,0+,,0.96,15,M,57.6,9,A,98,0,SF,2,0,EC+B+,,0,,,,,,-6208,401,-13636,299,7710.98,4,2326.944,151,8349,210,3548,208,7510.23,78,240062255.842,20075,57990.944,18700, -98,143,Cf,,,0,0,(7/2-),,3.78,70,M,226.8,42,EC+B+,75,0,A,25,0,,,,,,,,,-4537,280,-12943,434,7655,150,3295.0,260,6736,167,3627,224,7507,1,241063690,178,59327,166, -98,144,Cf,,,0,0,0+,,3.7,5,M,222,30,A,80,20,EC+B+,20,20,SF,0.014,0,,,,,,-5414,256,-12548,226,7516.86,4,1652.966,200,8011,166,3934,200,7509.098,53,242063754.533,13840,59386.966,12892, -98,145,Cf,,,0,0,(1/2+),,10.7,5,M,642,30,EC+B+,86,0,A,14,0,,,,,,,,,-3757,236,-11883,280,7418,100,2300.307,114,6468,115,4033,230,7505,0,243065475,123,60990,114, -98,146,Cf,,,0,0,0+,,19.4,6,M,1164,36,A,100,0,,,,,,,,,,,,-4547,181,-11341,207,7328.96,181,764.294,15,7583,114,4500.48,5,7505.136,11,244065999.543,2810,61478.179,2618, -98,147,Cf,,,0,0,1/2+,,45.0,15,M,2700,90,EC,64.7,2.5,A,35.3,2.5,,,,,,,,,-2981,200,-10712,181,7258.46,184,1571.374,3,6164.29,3,4617.65,15,7499.663,10,245068046.825,2606,63385.210,2428, -98,148,Cf,,,0,0,0+,,35.7,5,H,128520,1800,A,100,0,EC,0.004,0,SF,0.00024,0.00004,,,,,,-3810,224,-10347,200,6861.61,100,123.325,60,7366.23,242,5012.51,177,7499.121,6,246068803.762,1626,64090.292,1515, -98,149,Cf,,,0,0,(7/2+),,3.11,3,H,11196,108,EC,99.965,0.005,A,0.035,0.005,,,,,,,,,-2474.485,24760,-9868,224,6496.99,15,614.341,16,6057.71,15,5152.03,62,7493.285,62,247070965.462,16461,66103.903,15334, -98,150,Cf,,,0,0,0+,,333.5,28,D,28814400,241920,A,99.9971,0.0003,SF,0.0029,0.0003,,,,,,,,,-3061,53,-9411.69,20,6361.2,5,-841.988,71,6937.21,16,5540.52,7,7491.043,21,248072182.978,5497,67238.012,5121, -98,151,Cf,,,0,0,9/2-,,351,2,Y,11076717600,63115200,A,100,0,SF,0.0000005,0.00000004,,,,,-0.28,,,,-1452,30,-8648,52,6293.29,49,-123.6,17,5586.54,5,5646,71,7483.394,5,249074850.491,1270,69722.784,1183, -98,152,Cf,,,0,0,0+,,13.08,9,Y,412773408,2840184,A,99.923,0.003,SF,0.077,0.003,,,,,,,,,-2055,100,-8076,30,6128.51,19,-1779.587,4,6623.71,132,5964.96,137,7479.956,6,250076404.561,1651,71170.391,1538, -98,153,Cf,,,0,0,1/2+,,898,44,Y,28338724800,1388534400,A,100,0,SF,,0,,,,,,,,,-377.259,7057,-7162,100,6176.96,89,-1093.0,11,5106.69,4,6103.93,5,7470.5,16,251079587.219,4187,74135.018,3901, -98,154,Cf,,,0,0,0+,,2.645,8,Y,83469852,252460.8,A,96.908,0.008,SF,3.092,,SF,3.092,,,,,,,-1260,50000,-6548.98,6,6216.95,4,-2500.383,200,6171.72,4,6482.37,11,7465.347,9,252081626.523,2531,76034.617,2358, -98,155,Cf,,,0,0,(7/2+),,17.81,8,D,1538784,6912,B-,99.69,0.04,A,0.31,0.04,,,,,,,,,291.03,4385,-6064.37,50,6125.95,4,-1627.433,359,4804.37,4,6522,200,7454.829,17,253085133.738,4570,79301.567,4257, -98,156,Cf,,,0,0,0+,,60.5,2,D,5227200,17280,SF,99.69,,SF,99.69,0.02,A,0.31,0.02,,,,,,-649.193,12113,-5740.45,12,5926.89,5,-3051.599,298,6031.48,12,6876,359,7449.225,45,254087323.59,12304,81341.401,11462, -98,157,Cf,,,0,0,(7/2+),,85,18,M,5100,1080,B-,100,0,,,,,,,,,,,,720,200,-5253,200,5736,201,,,4603,201,6873,359,7438,1,255091047,215,84809,200, -98,158,Cf,,,0,0,0+,,12.3,12,M,738,72,SF,100,0,,,,,,,,,,,,-146,330,-5120,315,5560,100,,,5840,373,,,7432,1,256093442,338,87041,314, -99,142,Es,,,0,0,,,8,+6-5,S,8,6,EC+B+,,0,A,,0,,,,,,,,,-5263,374,,,8250.17,20,4536.0,280,8407,460,1417,226,7485,1,241068560,242,63863,225, -99,143,Es,,,0,0,,,13.5,25,S,13.5,2.5,A,0,0,EC+B+,0,0,,,,,,,,,-3598,475,-12396,393,8160.12,20,5414.034,256,7133,341,1814,305,7483,1,242069567,275,64801,256, -99,144,Es,,,0,0,(7/2+),,21,2,S,21,2,A,61,6,EC+B+,39,6,SF,1,0,,,,,,-4640,298,-11724,451,8072.11,10,3757.0,236,8125,329,1929,207,7486,1,243069509,222,64747,207, -99,145,Es,,,0,0,,,37,4,S,37,4,EC,96,0,A,4,0,,,,,,,,,-2940,271,-11433,281,7936,102,4547.821,181,6793,275,2253,214,7483,1,244070881,195,66026,181, -99,146,Es,,,0,0,(3/2-),,1.1,1,M,66,6,EC,60,10,A,40,10,,,,,,,,,-3821,279,-10671,283,7909.36,3,2980.79,200,7731,270,2401,200,7484,1,245071247,215,66366,200, -99,147,Es,,,0,0,,,7.5,5,M,450,30,EC+B+,90.1,1.8,A,9.9,1.8,,,,,,,,,-2288,224,-10358,297,7742,100,3810.708,224,6537,300,2773,224,7480,1,246072894,240,67901,224, -99,148,Es,,,0,0,(3/2-),,,,,,,,,,,,,,,,,,,,,-3094,116,-9681.76,25,7463.78,20,2474.485,25,7394,224,2800.87,20,7480.1,79,247073621.932,20870,68578.388,19441, -99,149,Es,,,0,0,(2- 0+),,24,3,M,1440,180,EC,99.7,0.3,A,0.25,0,,,,,,,,,-1599,53,-9445,126,7160,50,3060.988,52,6350,56,3094,54,7476,0,248075469,56,70299,52, -99,150,Es,,,0,0,7/2+,,102.2,6,M,6132,36,EC+B+,99.43,0.08,A,0.57,0.08,,,,,,,,,-2344,31,-8794,31,6936,30,1452.216,30,7196,60,3352,31,7474,0,249076409,32,71175,30, -99,151,Es,,,0,0,(6+),,8.6,1,H,30960,360,EC,97,0,A,3,0,,,,,,,,,-847,100,-8365,100,6834,117,2054.609,100,6021,104,3786,100,7469,0,250078611,107,73225,100, -99,152,Es,,,0,0,3/2-,,33,1,H,118800,3600,EC,99.5,0.2,A,0.5,0.2,,,,,,,,,-1441.641,16341,-7631.28,10,6597.8,3,377.259,7,6784,100,3947.08,6,7465.881,24,251079992.224,6434,74512.277,5994, -99,153,Es,,,0,0,(5-),,471.7,19,D,40754880,164160,A,78,2,EC,22,2,,,,,,,,,478.99,50351,-6730.62,52,6789,50,1260.0,50,5288.98,50,4129.37,50,7457.242,199,252082979.189,53736,77294.617,50056, -99,154,Es,,,0,0,7/2+,,20.47,3,D,1768608,2592,A,100,0,SF,0.0000087,0.0000003,,,,,4.1,,6.7,,-335.202,2713,-5876.41,5,6739.24,5,-291.029,4,6355.40,50,4313.05,258,7452.887,5,253084821.305,1341,79010.538,1250, -99,155,Es,,,0,0,(7+),,275.7,5,D,23820480,43200,A,100,0,B-,0.000174,0.000008,SF,0.000003,0,,,,,,1087.8,3202,-5426.46,5,6615.7,150,649.193,12,5091.26,4,4599.94,6,7443.589,16,254088020.527,4304,81990.594,4010, -99,156,Es,,,0,0,(7/2+),,39.8,12,D,3438720,103680,B-,92,0.4,A,8,0.4,SF,0.0041,0.0002,,,,,,289.62,10247,-4884.84,11,6436.34,134,-719.726,200,5972.64,11,4541.10,16,7437.821,42,255090273.553,11612,84089.274,10817, -99,157,Es,,,0,0,(1+ 0-),,25.4,24,M,1524,144,B-,100,0,,,,,,,,,,,,1700,100,-4684,100,6227,224,146.0,330,4974,101,4911,224,7428,0,256093599,108,87187,100, -99,158,Es,,,0,0,,,7.7,2,D,665280,17280,SF,,0,B-,,0,,,,,,,,,813,411,-4155,411,6050,200,,,5855,423,4926,517,7422,2,257095979,441,89403,411, -100,141,FM,,,0,0,,,0.73,6,MS,0.00073,0.00006,SF,78,0,A,14,0,EC,12,0,,,,,,,,,,8762,311,5263.0,373,,,2361,499,7460,1,241074210,320,69126,298, -100,142,Fm,,,0,0,0+,,0.8,2,MS,0.0008,0.0002,SF,100,0,,,,,,,,,,,,,,,,8697,499,3599.0,476,8798,499,2753,460,7465,2,242073430,430,68400,401, -100,143,Fm,,,0,0,(7/2-),,231,9,MS,0.231,0.009,A,91,3,EC+B+,10,0,SF,9,1,,,,,,,,,,8693.4,50,4640.0,298,7084,455,2703,334,7464,1,243074490,231,69387,215, -100,144,Fm,,,0,0,0+,,3.3,5,MS,0.0033,0.0005,SF,100,0,,,,,,,,,,,,,,,,8550,200,2940.0,270,8493,294,3070,288,7468,1,244074038,216,68966,201, -100,145,Fm,,,0,0,,,4.2,13,S,4.2,1.3,A,100,0,,,,,,,,,,,,-5085,362,,,8436,102,3821.0,279,6850,280,3127,266,7466,1,245075349,209,70187,195, -100,146,Fm,,,0,0,0+,,1.54,4,S,1.54,0.04,A,93.2,0.6,SF,6.8,0.6,EC,1.3,0,,,,,,-5926,260,-13155,306,8376.95,8,2287.833,225,8070,195,3466,201,7467.97,62,246075350.815,16460,70188.833,15333, -100,147,Fm,,,0,0,(7/2+),,31,1,S,31,1,A,64,0,EC+B+,36,0,,,,,,,,,-4264,237,-12514,283,8257.67,10,3094.612,117,6588,116,3517,251,7464,0,247076944,123,71673,115, -100,148,Fm,,,0,0,0+,,34.5,12,S,34.5,1.2,A,95,5,EC,5,5,SF,0.1,0.05,,,,,,-5250,238,-12110,207,7994.76,8,1598.857,53,7846,115,3969.50,21,7465.944,34,248077185.528,9122,71897.857,8497, -100,149,Fm,,,0,0,(7/2+),,2.6,7,M,156,42,EC+B+,67,9,A,33,9,,,,,,,,,-3713,201,-11700,237,7709.06,6,2344.188,31,6449.99,10,4069,53,7461.864,25,249078926.098,6668,73519.188,6212, -100,150,Fm,,,0,0,0+,,30,3,M,1800,180,A,90,0,EC,10,0,SF,0.0069,0.001,,,,,,-4558,301,-11231,201,7557.04,8,847.243,100,7518.26,10,4392,31,7462.09,32,250079519.828,8468,74072.243,7888, -100,151,Fm,,,0,0,(9/2-),,5.30,8,H,19080,288,EC+B+,98.2,0.13,A,1.8,0.13,,,,,,,,,-3012.825,24271,-10748,301,7425.1,200,1441.642,16,6189.64,17,4560,101,7457.02,61,251081539.889,16320,75953.919,15203, -100,152,Fm,,,0,0,0+,,25.39,4,H,91404,144,A,99.9977,0.0002,SF,0.0023,0.0002,,,,,,,,,-3695,130,-10222.43,20,7152.7,200,-478.99,50,7209.61,16,4985.62,8,7456.038,22,252082464.972,5902,76815.627,5498, -100,153,Fm,,,0,0,1/2+,,3.00,12,D,259200,10368,EC,88,1,A,12,1,,,,,,,,,-1827,31,-9236,130,7198.04,268,335.202,3,5541.20,6,5237.85,50,7448.47,12,253085181.16,3148,79345.740,2932, -100,154,Fm,,,0,0,0+,,3.240,2,H,11664,7.2,A,99.9408,0.0003,SF,0.0592,0.0003,,,,,,,,,-2550,100,-8341,31,7307.49,186,-1087.8,5,6514.26,4,5396.71,231,7444.792,10,254086852.726,2591,80902.794,2414, -100,155,Fm,,,0,0,7/2+,,20.07,7,H,72252,252,A,100,0,SF,0.000024,0.00001,,,,,-3.46,,10.6,,-1043.416,7747,-7724,100,7239.72,179,-289.62,12,5174.46,5,5479.91,6,7435.888,17,255089962.633,4607,83799.654,4291, -100,156,Fm,,,0,0,0+,,157.6,13,M,9456,78,SF,91.9,0.3,A,8.1,0.3,,,,,,,,,-1969,123,-7427.57,9,7027.28,5,-1700.183,100,6384.15,7,5891.43,12,7431.78,22,256091773.878,6012,85486.817,5600, -100,157,Fm,,,0,0,(9/2+),,100.5,2,D,8683200,17280,A,99.79,0.004,SF,0.21,0.004,,,,,,,,,-403.02,4715,-6937,123,6863.55,141,-812.967,411,4968.10,6,5886,100,7422.194,17,257095105.317,4815,88590.033,4486, -100,158,Fm,,,0,0,0+,,370,43,US,0.00037,0.000043,SF,100,0,,,,,,,,,,,,-1260,200,-6638,200,6660,200,,,6235,200,6266,457,7418,1,258097077,215,90426,200, -100,159,Fm,,,0,0,,,1.5,2,S,1.5,0.2,SF,100,0,,,,,,,,,,,,80,346,-6054,283,6470,200,,,4793,347,6287,490,7407,1,259100596,304,93704,283, -101,144,Md,,,0,0,(1/2-),,0.90,25,MS,0.0009,0.00025,SF,,0,A,,0,,,,,,,,,,,,,8984,206,5085.0,362,,,982,366,7442,1,245080808,328,75272,305, -101,145,Md,,,0,0,,,0.9,2,S,0.9,0.2,A,100,0,SF,,0,EC,,0,,,,,,,,,,8888.79,41,5926.167,259,7229,401,1361,324,7441,1,246081713,278,76115,259, -101,146,Md,,,0,0,(7/2-),,1.2,1,S,1.2,0.1,A,99.9,0,SF,0.1,0,,,,,,,,,,,,,8764.4,10,4264.0,237,8249,332,1541,208,7444,1,247081521,222,75937,207, -101,147,Md,,,0,0,,,7,3,S,7,3,EC,80,10,A,20,10,,,,,,,,,-3473,327,,,8697,153,5250.143,237,6860,315,1814,264,7442,1,248082822,255,77148,237, -101,148,Md,,,0,0,(7/2-),,21.7,20,S,21.7,2,A,60,0,EC+B+,40,0,,,,,,,,,-4550,344,-11460,301,8441.08,18,3712.812,201,7987,311,1955,201,7444,1,249082912,216,77232,201, -101,149,Md,,,0,0,,,52,6,S,52,6,EC,93,3,A,7,3,,,,,,,,,-2933,362,-11223,411,8305,201,4557.757,301,6673,362,2178,301,7441,1,250084413,323,78630,301, -101,150,Md,,,0,0,(7/2-),,4.0,5,M,240,30,EC+B+,90,0,A,10,0,,,,,,,,,-3882,116,-10668,201,7963.44,4,3012.825,24,7735,302,2394.47,21,7441.9,75,251084774.291,20310,78966.744,18919, -101,151,Md,,,0,0,,,2.3,8,M,138,48,EC,100,0,,,,,,,,,,,,-2361,131,-10410,173,7786,140,3694.373,130,6528,132,2732,131,7438,1,252086432,140,80510,130, -101,152,Md,,,0,0,(7/2-),,6,+12-3,M,360,450,EC+B+,99.3,0,A,0.7,0,,,,,,,,,-3186,32,-9770,33,7573.08,8,1827.26,31,7409,134,2932,32,7438,0,253087143,34,81173,31, -101,153,Md,,,0,0,,,10,3,M,600,180,EC,100,0,,,,,,,,,,,,-1271,100,-8977,100,7802,141,2550.206,100,5791,105,3182,100,7432,0,254089590,107,83453,100, -101,154,Md,,,0,0,(7/2-),,27,2,M,1620,120,EC,93,1,A,7,1,,,,,,,,,-1964.164,16280,-7951.59,12,7905.88,265,1043.416,8,6681,100,3348.69,7,7428.729,26,255091082.787,7035,84843.070,6553, -101,155,Md,,,0,0,(1-),,77,2,M,4620,120,EC,90.8,0.7,A,9.2,0.7,SF,3,0,,,,,,-366,123,-7422,123,7737,112,1969.183,122,5458,123,3632,123,7421,0,256093888,132,87456,122, -101,156,Md,,,0,0,(7/2-),,5.52,5,H,19872,180,EC,85,3,A,15,3,SF,1,0,,,,,,-1254.202,6661,-6900.33,8,7557.6,100,403.02,5,6534,123,3782.73,6,7417.582,6,257095537.977,1718,88993.053,1601, -101,157,Md,,,0,0,,,51.5,3,D,4449600,25920,A,100,0,SF+EC+B-,0.003,0,,,,,,,,,209,100,-6631.78,8,7271.28,186,1260.792,200,5377.58,4,4192.21,6,7409.675,17,258098429.825,4743,91686.792,4419, -101,158,Md,,,0,0,,,1.60,6,H,5760,216,SF,100,0,A,1.3,0,,,,,,,,,-454,200,-5925,224,7110,200,-80.0,347,6134,200,4091,283,7405,1,259100510,215,93624,200, -101,159,Md,,,0,0,,,31.8,5,D,2747520,43200,SF,42,0,A,25,0,EC,23,0,,,,,,940,374,-5598,316,6940,300,,,5144,374,4441,424,7396,1,260103653,340,96552,316, -102,146,No,,,0,0,,LT,2,,US,0.000002,0,,,,,,,,,,,,,,,,,,,9230,100,3473.0,326,,,2605,305,7424,1,248086550,241,80621,224, -102,148,No,,,0,0,0+,,4.2,+12-9,US,0.0000042,0.0000011,SF,100,0,A,2,0,,,,,,,,,,,,,8950,200,2934.0,362,8290,344,2957,284,7426,1,250087562,215,81564,201, -102,149,No,,,0,0,(7/2+),,0.80,1,S,0.8,0.01,A,91,0,SF,0.3,0,EC+B+,,0,,,,,,-4879,319,,,8751.71,4,3882.256,116,6786,231,3070,322,7423,0,251088942,123,82849,114, -102,150,No,,,0,0,0+,,2.44,4,S,2.44,0.04,A,66.7,0.6,SF,32.2,0.5,EC+B+,1.1,0.4,,,,,,-5866,238,-12928,298,8548.65,5,2361.427,130,8049,115,3384.29,21,7425.798,37,252088966.141,9975,82871.427,9292, -102,151,No,,,0,0,(9/2-),,1.62,15,M,97.2,9,A,55,3,EC+B+,45,3,,,,,,,,,-4217,202,-12450,238,8414.63,4,3185.735,32,6584.01,12,3441,131,7422.471,27,253090562.831,7420,84358.735,6912, -102,152,No,,,0,0,0+,,51,10,S,51,10,A,90,4,EC,10,4,SF,0.17,0.05,,,,,,-5148,301,-11923,202,8226.19,8,1270.347,100,7706.70,12,3738,33,7423.59,38,254090954.259,10367,84723.347,9658, -102,153,No,,,0,0,(1/2+),,3.52,21,M,211.2,12.6,EC+B+,70,5,A,30,5,,,,,,,,,-3140.066,23138,-11136,302,8428.4,3,1964.164,16,5987.43,18,3935,101,7417.958,58,255093191.404,16000,86807.234,14904, -102,154,No,,,0,0,0+,,2.91,5,S,2.91,0.05,A,99.47,0.06,SF,0.53,0.06,,,,,,,,,-3924.536,83264,-10196.56,19,8581.52,5,366.062,122,7056.49,17,4309.98,10,7416.546,30,256094280.866,8312,87822.062,7743, -102,155,No,,,0,0,(3/2+),,24.5,5,S,24.5,0.5,A,85,15,EC,30,0,SF,1.5,0,,,,,,-2418,45,-9570.66,83,8476.6,6,1254.203,7,5646.12,10,4498,123,7409.657,26,257096884.419,7169,90247.256,6678, -102,156,No,,,0,0,0+,,1.2,2,MS,0.0012,0.0002,SF,100,0,,,,,,,,,,,,-3304,143,-9259,109,8150,100,-208.792,100,6841,100,4804,100,7407,0,258098205,107,91478,100, -102,157,No,,,0,0,(9/2+),,58,5,M,3480,300,A,75,4,EC+B+,25,4,SF,10,0,,,,,,-1773,71,-8775,102,7854,5,454.569,200,5470,100,4897.19,8,7399.974,25,259100997.503,7073,94078.569,6589, -102,158,No,,,0,0,0+,,106,8,MS,0.106,0.008,SF,100,0,,,,,,,,,,,,-2665,235,-8311,212,7700,200,-940.0,374,6538,200,5301,283,7397,1,260102643,215,95612,200, -102,160,No,,,0,0,0+,AP,5,,MS,0.005,0,SF,100,0,,,,,,,,,,,,-2000,412,-7528,412,7250,300,,,6425,412,5766,624,7385,1,262107463,387,100101,361, -103,149,Lr,,,0,0,,,0.36,+11-7,S,0.36,0.09,SF,,0,A,,0,EC+B+,,0,,,,,,,,,,9164.34,17,5865.573,238,7062,381,1401,264,7399,1,252095263,255,88737,238, -103,150,Lr,,,0,0,(7/2-),,0.57,+7-6,S,0.57,0.07,A,98.7,0,SF,1.3,0,,,,,,,,,-4982,457,,,8918.25,20,4216.265,202,8233,312,1585,202,7403,1,253095089,217,88575,202, -103,151,Lr,,,0,0,,,13,3,S,13,3,A,76,11,EC,24,11,SF,0.1,0,,,,,,-3327,414,-11757,509,8816.26,12,5147.653,301,6775,363,1776,301,7400,1,254096481,323,89871,301, -103,152,Lr,,,0,0,[1/2-],,31.1,11,S,31.1,1.1,A,99.7,0.1,EC,0.3,0.1,SF,0.1,0,,,,,,-4382,116,-11323,284,8555.64,7,3140.066,23,7996,302,2065.02,20,7402.576,69,255096562.404,19000,89947.300,17698, -103,153,Lr,,,0,0,,,27,3,S,27,3,A,85,10,EC,15,10,SF,0.03,0,,,,,,-2475.451,84802,-10654,141,8811,101,3924.536,83,6272.02,85,2349.61,84,7398.16,324,256098494.029,89000,91746.598,82903, -103,154,Lr,,,0,0,,AP,4,,S,4,0,A,100,0,EC,15,0,SF,0.033,0,,,,,,-3201,45,-9628,48,9067.74,31,2417.744,45,7152,94,2446,45,7397,0,257099480,47,92665,44, -103,155,Lr,,,0,0,,,4.1,3,S,4.1,0.3,A,95,0,EC(+SF),5,0,,,,,,,,,-1559,107,-9156,102,8904.48,19,3304.0,143,5955,111,2754,102,7392,0,258101753,109,94782,102, -103,156,Lr,,,0,0,,,6.2,3,S,6.2,0.3,A,78,2,SF,22,2,,,,,,,,,-2510,101,-8561,78,8584,71,1773.431,71,7002,124,2915,123,7390,0,259102901,76,95852,71, -103,157,Lr,,,0,0,,,180,30,S,180,30,A,80,20,EC,40,0,,,,,,,,,-870,236,-8157,144,8396,143,2665.0,235,5646,143,3091,124,7383,0,260105504,133,98277,124, -103,158,Lr,,,0,0,,,39,12,M,2340,720,SF,,0,,,,,,,,,,,,-1761,206,-7660,283,8140,200,,,6790,235,3343,283,7381,1,261106880,215,99558,200, -103,159,Lr,,,0,0,,AP,4,,H,14400,0,SF,10,0,A,,0,EC+B+,,0,,,,,,-291,300,-7288,206,7990,200,2001.0,413,5528,283,3642,283,7374,1,262109611,215,102102,200, -103,163,Lr,,,0,0,,,11,+21-5,H,39600,46800,SF,100,0,,,,,,,,,,,,1546,749,-5139,686,7570,300,,,4683,800,,,7349,2,266119831,626,111622,583, -104,149,Rf,,,0,0,(7/2+),,11,+6-3,MS,0.011,0.005,SF,0,0,A,,0,,,,,,,,,,,,,9350,300,4982.0,457,,,2469,474,7380,2,253100438,440,93557,410, -104,150,Rf,,,0,0,0+,,23,3,US,0.000023,0.000003,SF,100,0,,,,,,,,,,,,,,,,9210,200,3328.0,413,8430,498,2666,348,7384,1,254100053,304,93199,283, -104,151,Rf,,,0,0,(9/2-),,1.68,9,S,1.68,0.09,SF,58,9,A,42,9,EC+B+,1,0,,,,,,-5263,377,,,9055.46,4,4382.7,116,6940,306,2831,322,7382,0,255101267,123,94330,115, -104,152,Rf,,,0,0,0+,,6.67,10,MS,0.00667,0.0001,SF,99.68,0.17,A,0.32,0.17,,,,,,,,,-6276,241,-13442,359,8925.71,15,2475.451,85,8179,116,3014.22,25,7385.434,70,256101151.535,19160,94222.049,17848, -104,153,Rf,,,0,0,(1/2+),,4.4,+6-5,S,4.4,0.6,A,79.3,1.4,EC,19.4,1.4,SF,1.3,0.3,,,,,,-4340,203,-12703,240,9082.78,8,3201.427,45,6426.94,21,3169.14,84,7381.704,42,257102916.848,11612,95866.427,10817, -104,154,Rf,,,0,0,0+,,12,2,MS,0.012,0.002,SF,87,2,A,13,2,,,,,,,,,-5456,307,-11937,205,9192.77,30,1559.036,107,7596.71,34,3613,55,7382.538,124,258103426.362,34317,96341.036,31967, -104,155,Rf,,,0,0,,,2.4,4,S,2.4,0.4,A,92,2,EC,15,,SF,8,2,,,,,,-3629,90,-11506,314,9130,71,2510.0,101,6050,79,3709,125,7377,0,259105596,78,98362,72, -104,156,Rf,,,0,0,0+,,21,1,MS,0.021,0.001,SF,100,0,,,,,,,,,,,,-4526,221,-10915,207,8900,200,870.0,235,7287,213,3994,212,7377,1,260106439,215,99147,200, -104,157,Rf,,,,0,,,68,+3-3,S,68,3,A,100,0,,,,,,,,,,,,-2990,121,-10426,106,8646.42,50,1760.594,206,5900,206,4247,134,7371.384,193,261108769.99,54153,101318.594,50444, -104,158,Rf,,,0,0,0+,,2.3,4,S,2.3,0.4,SF,100,0,,,,,,,,,,,,-3861,265,-9987,249,8490,200,291.0,300,6997,229,4454,300,7370,1,262109923,240,102393,224, -104,159,Rf,,,0,0,,,10,2,M,600,120,A,30,0,SF,,0,,,,,,,,,-2355,227,-9569,209,8252,153,,,5708,271,4635,252,7364,1,263112460,164,104756,153, -104,161,Rf,,,0,0,,,1.0,+12-3,M,60,45,SF,100,0,,,,,,,,,,,,-1793,424,-8743,431,7810,300,,,5458,510,4976,566,7354,1,265116683,387,108690,361, -104,163,Rf,,,,0,,,,,,8280,,SF,100,0,,,,,,,,,,,,-630,707,-7364,640,7890,300,,,4703,742,5467,819,7342,2,267121787,617,113444,575, -105,150,Db,,,0,0,,,1.6,+6-4,S,1.6,0.5,A,80,0,SF,20,0,,,,,,,,,,,,,9440,200,5263.0,377,,,895,457,7359,1,255106918,385,99593,359, -105,151,Db,,,0,0,,,1.6,+5-3,S,1.6,0.4,A,70,11,EC,30,11,SF,,0,,,,,,,,,,9336.13,30,6275.951,241,7166,432,1120,266,7358,1,256107889,258,100498,240, -105,152,Db,,,0,0,(9/2+),,2.3,2,S,2.3,0.2,A,94,0,SF,6,0,,,,,,,,,,,,,9206.54,20,4340.573,203,8363,314,1304,204,7362,1,257107576,218,100207,203, -105,153,Db,,,0,0,,,4.0,10,S,4,1,A,67,0,EC,33,0,SF,1,0,,,,,,-3447,513,,,9500.6,50,5455.964,307,6481,367,1358,306,7358,1,258109284,328,101797,305, -105,154,Db,,,0,0,[9/2+],,0.51,16,S,0.51,0.16,A,,,,,,,,,,,,,,-4529,126,-11324,416,9618.8,50,3629.016,89,7877,310,1638.99,62,7360.362,205,259109491.865,56940,101991.016,53040, -105,155,Db,,,0,0,,,1.52,13,S,1.52,0.13,A,90.4,0.6,SF,9.6,0.6,EC,2.5,0,,,,,,-2875,95,-10918,148,9501,42,4526.0,221,6390,107,1978,118,7357,0,260111297,100,103673,93, -105,156,Db,,,0,0,,,1.8,4,S,1.8,0.4,A,82,0,SF,18,0,,,,,,,,,-3697,112,-10311,112,9218,101,2989.406,121,7436,144,2128,228,7357,0,261111980,118,104308,110, -105,157,Db,,,0,0,,,35,5,S,35,5,A,67,0,SF(+EC+B+),33,0,,,,,,,,,-2112,147,-9823,144,9046,101,3860.0,266,6126,181,2354,152,7352,1,262114068,154,106253,143, -105,158,Db,,,0,0,,,27,+10-7,S,27,9,SF,57,14,A,43,14,,,,,,,,,-3079,193,-9326,172,8834,152,2355.0,227,7214,221,2571,280,7352,1,263114988,181,107111,168, -105,161,Db,,,,0,,,,,,1320,,SF,,0,EC,,0,A,,0,,,,,,-881,374,-8129,308,8210,200,,,5818,361,3242,458,7339,1,266121028,304,112737,283, -105,162,Db,,,,0,,,,,,4380,,SF,100,0,,,,,,,,,,,,-1732,486,-7615,480,7920,300,630.0,707,6734,500,3291,625,7336,2,267122464,443,114074,412, -105,163,Db,,,,0,,,32,+11-7,H,115200,32400,SF,100,0,,,,,,,,,,,,260,707,-6815,588,8260,300,,,5084,671,3671,781,7328,2,268125671,568,117062,529, -105,165,DB,,,,0,,,23,,H,82800,0,SF,100,0,A,,0,,,,,,,,,816,831,-5527,716,8260,200,,,4913,877,,,7314,2,270131302,662,122307,617, -106,152,Sg,,,0,0,0+,,2.9,+13-7,MS,0.0029,0.001,SF,100,0,,,,,,,,,,,,,,,,9620,300,3447.0,513,,,2252,460,7342,2,258112984,443,105244,413, -106,153,Sg,,,0,0,,,0.29,5,S,0.29,0.05,A,90,10,SF,20,0,EC,13,0,,,,,,,,,,9765.08,8,4528.984,127,6795,428,2566,326,7340,0,259114353,123,106520,115, -106,154,Sg,,,0,0,0+,,3.6,9,MS,0.0036,0.0009,A,50,0,SF,50,0,,,,,,,,,-6776,246,,,9900.59,10,2874.552,95,8043,117,2732.43,57,7342.562,79,260114383.508,22045,106547.552,20536, -106,155,Sg,,,0,0,,,0.23,6,S,0.23,0.06,A,100,0,SF,1,0,,,,,,,,,-5128,210,-13390,246,9713.7,15,3697.043,112,6613.83,28,2957,95,7339.77,71,261115948.188,19853,108005.043,18494, -106,156,Sg,,,0,0,0+,,6.9,+38-18,MS,0.0069,0.0028,SF,78,0,A,22,0,,,,,,,,,-6176,308,-12839,212,9599.82,15,2112.771,147,7710.59,40,3231,116,7341.185,135,262116335.446,38015,108365.771,35411, -106,157,Sg,,,0,0,,,1.0,2,S,1,0.2,A,70,0,SF,30,0,,,,,,,,,-4306,319,-12422,320,9403.26,61,3079.0,193,6247,101,3352,172,7337,0,263118294,102,110190,95, -106,158,Sg,,,0,0,0+,,37,+27-11,MS,0.037,0.019,SF,100,0,A,36,0,,,,,,,,,-5276,334,-11785,416,9210,200,,,7480,298,3618,329,7338,1,264118929,304,110782,283, -106,159,Sg,,,,0,,,14.4,+37-25,S,14.4,3.1,SF,50,0,A,50,0,,,,,,,,,-3621,264,-11335,216,9051,112,,,6059,308,3856,265,7333,0,265121090,132,112794,123, -106,160,Sg,,,0,0,0+,,21,+20-12,S,21,16,SF,50,0,A,18,0,,,,,,,,,-4487,294,-10869,339,8800,100,881.0,374,7248,274,4154,332,7332,1,266121973,263,113618,245, -106,163,SG,,,0,0,,,3.1,+37-11,M,186,144,A,100,0,,,,,,,,,,,,-1715,522,-9115,527,8647.74,50,,,5110,594,4588,642,7318,1,269128570,391,119763,364, -106,165,Sg,,,,0,,,2.4,+43-10,M,144,159,SF,50,0,A,50,0,,,,,,,,,-1164,718,-7540,652,8888,112,,,4805,808,4839,850,7305,2,271133932,628,124757,585, -107,153,Bh,,,0,0,,,35,+19-9,MS,0.035,0.014,A,100,0,SF,18,0,EC,18,0,,,,,,,,,,10400.3,50,6775.448,246,,,485,271,7313,1,260121658,263,113323,245, -107,154,Bh,,,0,0,,,12,+5-3,MS,0.012,0.004,A,95,5,SF,10,0,,,,,,,,,,,,,10501.6,50,5127.957,210,8261,322,703,210,7317,1,261121454,224,113133,209, -107,155,Bh,,,0,0,,,102,26,MS,0.102,0.026,A,100,0,,,,,,,,,,,,,,,,10319.5,15,6175.229,308,6663,370,753,306,7315,1,262122965,328,114541,306, -107,156,Bh,,,0,0,,,,,,,,,,,,,,,,,,,,,,-5182,329,,,10080,300,4306.0,319,8117,432,1159,307,7318,1,263122916,327,114496,305, -107,157,Bh,,,0,0,,,0.44,+60-16,S,0.44,0.38,A,100,0,,,,,,,,,,,,-3506,180,-11692,217,9960,151,5276.0,334,6510,353,1422,201,7315,1,264124593,190,116058,177, -107,158,Bh,,,0,0,,,,,,,,,,,,,,,,,,,,,,-4485,235,-11219,236,9682,206,3621.0,264,7714,293,1656,367,7316,1,265124977,251,116415,234, -107,159,Bh,,,,0,,,1.7,+82-8,S,1.7,4.5,A,100,0,,,,,,,,,,,,-3032,167,-10867,164,9426,77,4486.0,294,6382,285,1979,204,7313,1,266126790,175,118104,163, -107,160,Bh,,,,0,,,17,+14-6,S,17,10,A,100,0,,,,,,,,,,,,-3887,279,-10442,265,9230,202,,,7410,309,2141,359,7313,1,267127500,282,118766,263, -107,163,BH,,,,0,,,,,,61,,A,100,0,SF,,0,,,,,,,,,-886,379,-8409,313,9064.5,50,,,5323,472,2825,464,7301,1,270133362,308,124226,287, -107,164,Bh,,,,0,,,,,,,,A,,0,,,,,,,,,,,,-1819,501,-7263,484,9422.13,50,1164.0,717,6376,505,2859,695,7298,2,271135182,446,125921,415, -107,165,Bh,,,,0,,,10,+12-4,S,10,8,A,100,0,,,,,,,,,,,,-217,737,-7022,601,9303,50,,,5203,675,3257,791,7290,2,272138261,571,128789,532, -107,167,BH,,,,0,,,54,,S,54,0,A,100,0,SF,,0,,,,,,,,,196,856,-6280,720,8949.62,50,,,5023,928,3625,797,7278,2,274143513,664,133682,619, -108,155,Hs,,,0,0,,,,,,,,A,100,0,,,,,,,,,,,,,,,,10733.5,50,5182.0,330,,,2152,330,7295,0,263128480,134,119678,125, -108,156,Hs,,,0,0,0+,AP,0.8,,MS,0.0008,0,SF,50,0,A,50,0,,,,,,,,,,,,,10590.75,20,3505.222,179,8186,129,2222,306,7298.375,109,264128356.405,31005,119563.222,28881, -108,157,Hs,,,0,0,,,2.0,+3-2,MS,0.002,0.0003,A,100,0,SF,1,0,,,,,,,,,-5778,452,,,10470.32,15,4485.283,235,6734.26,38,2446,179,7296.247,90,265129791.799,25719,120900.283,23958, -108,158,Hs,,,0,0,0+,,2.3,+13-6,MS,0.0023,0.001,A,100,0,SF,1.4,0,,,,,,,,,-6826,309,-13613,453,10345.69,16,3032.373,168,7835.23,46,2568,237,7298.273,145,266130045.252,41540,121136.373,38695, -108,159,Hs,,,0,0,,,52,+13-8,MS,0.052,0.011,A,80,0,SF,20,0,,,,,,,,,-5138,512,-13380,321,10037.51,13,3887.0,280,6555,103,2740,189,7295,0,267131673,103,122653,96, -108,161,Hs,,,,0,,,9.7,+97-33,S,9.7,6.5,A,100,0,,,,,,,,,,,,-4806,480,-12658,264,9344,159,,,6337,309,3532,401,7294,0,269133725,133,124564,124, -108,162,Hs,,,0,0,,,3.6,+8-14,S,3.6,1.1,A,100,0,,,,,,,,,,,,-5598,301,-12329,525,9069.9,38,886.0,379,7523,277,3654,449,7295,1,270134314,266,125112,248, -108,165,HS,,,0,0,,,0.76,+71-24,S,0.76,0.48,A,100,0,,,,,,,,,,,,-2822,561,-9763,609,9702.85,50,,,5188,629,4188,646,7279,1,273141590,394,131890,367, -108,167,Hs,,,,0,,,0.15,+27-6,S,0.15,0.17,A,100,0,,,,,,,,,,,,-2209,721,-8698,686,9437.5,50,,,4938,834,4351,853,7267,2,275146667,631,136620,587, -108,169,HS,,,0,0,,,3,+15-1,MS,0.003,0.008,SF,100,0,,,,,,,,,,,,-1475,884,-7893,759,9050,200,,,4864,928,,,7255,2,277151899,581,141493,541, -109,157,Mt,,,,0,,,1.7,+18-16,MS,0.0017,0.0017,A,100,0,,,,,,,,,,,,,,,,10995.65,25,6825.627,309,6787,546,227,308,7270,1,266137373,329,127962,307, -109,159,Mt,,,,0,,,21,+8-5,MS,0.021,0.007,A,100,0,,,,,,,,,,,,-4497,381,-12800,269,10668,151,,,6711,554,791,252,7271,1,268138649,250,129151,233, -109,161,Mt,,,,0,,,5.0,+24-3,MS,0.005,0.0014,A,100,0,,,,,,,,,,,,-3968,177,-12196,173,10181.1,50,5598.0,301,6731,494,1142,211,7271,1,270140323,183,130710,170, -109,165,Mt,,,,0,,,0.45,+81-18,S,0.45,0.5,A,100,0,SF,,0,,,,,,,,,-1952,526,-9181,378,10595,206,,,5538,552,1934,510,7259,1,274147339,380,137246,354, -109,166,Mt,,,,0,,,,,,0.0097,,A,100,0,,,,,,,,,,,,-2736,586,-8440,571,10482.7,50,2209.0,721,6488,548,1946,725,7256,2,275149039,449,138829,418, -109,167,Mt,,,,0,,,0.72,+87-25,S,0.72,0.56,A,100,0,,,,,,,,,,,,-1227,763,-8322,672,10100.41,9,,,5585,677,2594,792,7250,2,276151708,571,141315,532, -109,168,Mt,,,0,0,,,5,+9-2,S,5,6,SF,100,0,A,,0,,,,,,,,,-2172,798,-7645,888,9910,100,1475.0,884,6418,878,2606,1028,7247,3,277153483,751,142968,699, -109,169,MT,,,,0,,,7.6,,S,7.6,0,A,100,0,SF,,0,,,,,,,,,-645,881,-7476,730,9629.03,50,,,5304,935,3046,824,7240,2,278156454,666,145736,621, -110,157,Ds,,,,0,,,,,,0.0000028,,A,100,0,,,,,,,,,,,,,,,,11776.76,51,,,,,1371,335,7248,1,267143726,145,133880,135, -110,159,Ds,,,,0,,,,,,0.000179,,A,100,0,,,,,,,,,,,,,,,,11509.51,30,,,6885,303,1605,235,7250.154,117,269144751.021,33712,134834.709,31403, -110,160,Ds,,,0,0,0+,,0.10,+14-4,MS,0.0001,0.00009,A,100,0,SF,0.2,0,,,,,,,,,,,,,11116.99,28,3968.282,177,8227.74,57,1981,466,7253.775,178,270144583.09,51542,134678.282,48011, -110,161,Ds,,,0,0,,,1.63,+44-29,MS,0.00163,0.00037,A,100,0,,,,,,,,,,,,,,,,10869.97,18,,,6802,108,2052,196,7252,0,271145946,104,135948,97, -110,163,Ds,,,0,0,,,0.17,+17-6,MS,0.00017,0.00012,A,100,0,,,,,,,,,,,,-4339,543,-12489,269,11366.9,50,,,5730,434,2515,503,7249,0,273148531,144,138356,134, -110,167,DS,,,0,0,,,4.1,+37-13,MS,0.0041,0.0025,A,100,0,,,,,,,,,,,,-3197,646,-10417,737,10825,112,2172.0,798,5472,669,3463,656,7237,1,277155815,412,145140,384, -110,169,Ds,,,,0,,,0.18,+5-3,S,0.18,0.04,SF,90,0,A,10,0,,,,,,,,,-2649,731,-9463,697,10081,112,,,5326,865,3899,862,7228,2,279160093,642,149126,598, -110,171,Ds,,,,0,,,9.6,+50-25,S,9.6,3.8,SF,100,0,A,13,,,,,,,,,,-1866,992,-8526,786,9513,206,,,5161,972,,,7219,2,281164715,622,153431,579, -111,161,Rg,,,,0,,,3.8,+14-8,MS,0.0038,0.0011,A,100,0,,,,,,,,,,,,,,,,11197.43,13,,,,,464,253,7227,1,272153273,251,142773,233, -111,163,Rg,,,,0,,,,,,0.0064,,A,100,0,,,,,,,,,,,,,,,,11477.9,50,,,6153,555,1031,222,7227,1,274155249,190,144613,177, -111,167,Rg,,,,0,,,4.2,+76-17,MS,0.0042,0.0047,A,100,0,SF,,0,,,,,,,,,-2415,565,-9957,385,10846.3,50,,,5892,630,1912,524,7218,1,278161587,383,150517,357, -111,168,Rg,,,,0,,,0.17,+81-8,S,0.17,0.45,A,100,0,,,,,,,,,,,,-3255,621,-9229,607,10521.1,50,2649.0,731,6814,552,1895,753,7216,2,279162937,452,151775,421, -111,169,Rg,,,,0,,,3.6,+43-13,S,3.6,2.8,A,100,0,,,,,,,,,,,,-1810,789,-9215,701,10146.12,7,3366.0,944,5960,678,2529,800,7212,2,280165203,571,153886,532, -111,170,RG,,,,0,,,26,+25-8,S,26,17,SF,100,0,A,,0,,,,,,,,,-2722,894,-8471,994,9904,400,1866.0,992,6660,965,2512,1121,7210,3,281166718,865,155297,806, -111,171,RG,,,,0,,,0.5,+25-2,S,0.5,1.4,A,100,0,SF,,0,,,,,,,,,-1176,926,-8291,760,9640,206,,,5568,1038,2920,874,7204,2,282169405,702,157800,654, -112,165,CN,,,0,0,,,0.69,+69-24,MS,0.00069,0.00047,A,100,0,,,,,,,,,,,,,,,,11622.2,50,,,6021,613,2373,645,7205,1,277163611,153,152403,143, -112,169,CN,,,0,0,,,0.13,+12-4,S,0.13,0.08,A,100,0,,,,,,,,,,,,-3790,490,-11192,557,10454.13,50,2722.0,894,5748,700,3155,658,7197,1,281169641,416,158019,387, -112,170,CN,,,,0,,,0.50,+33-14,MS,0.0005,0.00024,SF,100,0,,,,,,,,,,,,-4749,748,-10905,721,10170,200,1176.0,926,7115,762,3610,1039,7197,2,282170668,704,158976,656, -112,171,CN,,,,0,,,4.0,+13-7,S,4,1,A,90,0,SF,10,0,,,,,,,,,-3221,748,-10311,707,9935,112,,,5561,895,3603,893,7191,2,283173362,653,161486,608, -112,172,CN,,,,0,,,101,+41-22,MS,0.101,0.032,SF,100,0,,,,,,,,,,,,-4046,966,-10233,916,9600,200,,,7012,1009,4024,1065,7190,3,284174499,865,162545,806, -112,173,CN,,,,0,,,34,+17-9,S,34,13,A,100,0,,,,,,,,,,,,-2557,995,-9489,789,9317.4,50,,,5443,993,,,7184,2,285177321,624,165173,581, -113,165,Nh,,,,0,,,,,,0.00024,,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -113,169,Nh,,,,0,,,,,,0.073,,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, -113,170,Nh,,,,0,,,,,,0.1,,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -113,171,Nh,,,,0,,,0.48,+58-17,S,0.48,0.38,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -113,172,Nh,,,,0,,,5.5,+50-18,S,5.5,3.4,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, -113,173,Nh,,,,0,,,20,+94-9,S,20,52,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, -114,170,Fl,,,0,0,0+,,2.5,+18-8,MS,0.0025,0.0013,SF,100,0,,,,,,,,,,,,,,,,10800,300,,,,,3074,787,7162,2,284181344,704,168921,656, -114,171,FL,,,0,0,,,0.15,+14-5,S,0.15,0.1,A,100,0,,,,,,,,,,,,,,,,10558.4,50,,,5990,763,2877,662,7158,1,285183579,419,171003,391, -114,172,FL,,,,0,,,0.16,+7-3,S,0.16,0.05,SF,60,0,A,40,0,,,,,,,,,,,,,10372.2,32,,,7301,764,3247,1040,7159,2,286184406,705,171773,657, -114,173,FL,,,,0,,,0.51,+18-10,S,0.51,0.14,A,100,0,,,,,,,,,,,,-3823,752,,,10161.9,50,,,5772,897,3231,896,7154,2,287186875,655,174073,610, -114,174,FL,,,,0,,,0.80,+32-18,S,0.8,0.25,A,100,0,,,,,,,,,,,,-4728,968,-10924,917,10072.12,13,,,7102,1011,3492,1084,7154,3,288187916,865,175042,806, -114,175,FL,,,,0,,,2.7,+14-7,S,2.7,1.1,A,100,0,,,,,,,,,,,,-3102,997,-10277,793,9966.19,50,,,5549,995,,,7148,2,289190623,626,177564,584, -115,172,Mc,,,,0,,,,,,0.032,,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -115,173,Mc,,,,0,,,,,,0.087,,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -115,174,Mc,,,,0,,,0.22,+26-8,S,0.22,0.17,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, -115,175,Mc,,,,0,,,16,+76-7,MS,0.016,0.042,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, -116,174,LV,,,0,0,0+,,15,+26-6,MS,0.015,0.016,A,100,0,,,,,,,,,,,,,,,,10999.98,66,,,7401,823,2757,1044,7120,2,290198818,708,185198,660, -116,175,LV,,,,0,,,,,,0.0063,,A,100,0,,,,,,,,,,,,-4413,853,,,10890,50,,,5882,900,2795,899,7116,2,291201169,658,187387,612, -116,176,LV,,,0,0,0+,,18,+16-6,MS,0.018,0.011,A,100,0,,,,,,,,,,,,-5334,1047,-11630,1001,10774.38,15,,,7217,1012,3038,1125,7116,3,292202086,865,188242,806, -116,177,LV,,,0,0,,,53,+62-19,MS,0.053,0.041,A,100,0,,,,,,,,,,,,-3716,1000,-10978,889,10679.42,50,,,5644,996,,,7111,2,293204691,629,190669,586, -117,176,Ts,,,,0,,,14,+11-4,MS,0.014,0.008,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, -117,177,Ts,,,,0,,,,,,,,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, -118,176,Og,,,0,0,0+,,1.8,+84-8,MS,0.0018,0.0046,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, \ No newline at end of file diff --git a/src/main/resources/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/energyLevels.csv b/src/main/resources/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/energyLevels.csv new file mode 100644 index 0000000000..484768d8b7 --- /dev/null +++ b/src/main/resources/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/energyLevels.csv @@ -0,0 +1,2920 @@ +1,3,H,310,0,1-,,6.73,,MEV,6.77e-23,0,N,100,0,,,,,,,= 1,,,,, +1,3,H,2080,0,0-,,8.92,,MEV,5.11e-23,0,N,100,0,,,,,,,= 1,,,,, +1,3,H,2830,0,1-,,12.99,,MEV,3.51e-23,0,N,100,0,,,,,,,= 1,,,,, +2,2,He,20210,0,0+,,0.50,,MEV,9.114e-22,0,P,100,0,,,,,,,= 0,,,,, +2,2,He,21010,0,0-,,0.84,,MEV,5.425e-22,0,P,76,0,N,24,0,,,,= 0,,,,, +2,2,He,21840,0,2-,,2.01,,MEV,2.267e-22,0,P,63,0,N,37,0,,,,= 0,,,,, +2,2,He,23330,0,2-,,5.01,,MEV,9.1e-23,0,P,53,0,N,47,0,,,,= 1,,,,, +2,2,He,23640,0,1-,,6.20,,MEV,7.35e-23,0,P,55,0,N,45,0,IT,,0,= 1,,,,, +2,2,He,24250,0,1-,,6.10,,MEV,7.47e-23,0,P,50,0,N,47,0,D,3,0,= 0,,,,, +2,2,He,25280,0,0-,,7.97,,MEV,5.72e-23,0,P,52,0,N,48,0,,,,= 1,,,,, +2,2,He,25950,0,1-,,12.66,,MEV,3.6e-23,0,P,52,0,N,48,0,IT,,0,= 1,,,,, +2,2,He,27420,0,2+,,8.69,,MEV,5.24e-23,0,D,94,0,P,3,0,N,3,0,= 0,,,,, +2,2,He,28310,0,1+,,9.89,,MEV,4.61e-23,0,P,48,0,N,47,0,D,5,0,= 0,,,,, +2,2,He,28370,0,1-,,3.92,,MEV,1.163e-22,0,D,96,0,P,2,0,N,2,0,= 0,,,,, +2,2,He,28390,0,2-,,8.75,,MEV,5.21e-23,0,D,99.6,0,P,0.2,0,N,0.2,0,= 0,,,,, +2,2,He,28640,0,0-,,4.89,,MEV,9.32e-23,0,D,100,0,,,,,,,= 0,,,,, +2,2,He,28670,0,2+,,3.78,,MEV,1.206e-22,0,D,100,0,IT,,0,,,,= 0,,,,, +2,2,He,29890,0,2+,,9.72,,MEV,4.69e-23,0,D,99.2,0,P,0.4,0,N,0.4,0,= 0,,,,, +2,4,He,1797,25,2+,,113,20,KEV,4e-21,7e-22,A,,0,N,,0,,,,= 1,,,,, +2,5,He,2920,90,(5/2-),,1.99,17,MEV,2.29e-22,1.9562e-23,N,,0,,,,,,,= 3/2,,,,, +2,5,He,5800,300,,,4,1,MEV,1.139e-22,2.85e-23,N,,0,,,,,,,,,,,, +2,6,He,3100,500,2+,,0.6,2,MEV,7.595e-22,2.5317e-22,N,100,0,A,5,0,,,,= 2,,,,, +2,6,He,4360,200,(1-),,1.3,5,MEV,3.505e-22,1.3482e-22,N,100,0,,,,,,,,,,,, +3,1,Li,320,0,1-,,7.35,,MEV,6.2e-23,0,P,100,0,,,,,,,= 1,,,,, +3,1,Li,2080,0,0-,,9.35,,MEV,4.87e-23,0,P,100,0,,,,,,,= 1,,,,, +3,1,Li,2850,0,1-,,13.51,,MEV,3.37e-23,0,P,100,0,,,,,,,= 1,,,,, +3,3,Li,2186,2,3+,,24,2,KEV,1.9e-20,1.6e-21,A,,0,IT,,0,,,,= 0,,,,, +3,3,Li,3562.88,0.1,0+,,8.2,2,EV,5.56e-17,1.36e-18,IT,,0,,,,,,,= 1,,,,, +3,3,Li,4312,22,2+,,1.30,10,MEV,3.505e-22,2.6964e-23,A,,0,IT,,0,,,,= 0,,,,, +3,3,Li,5366,15,2+,,541,20,KEV,8e-22,0,A,,0,P,,0,N,,0,= 1,,,,, +3,3,Li,5650,50,1+,,1.5,2,MEV,3.038e-22,4.051e-23,A,,0,,,,,,,= 0,,,,, +3,3,Li,15800,0,3+,,17.8,8,MEV,2.56e-23,1.15e-24,A,,0,,,,,,,= 0,,,,, +3,3,Li,17985,25,2-,,3.012,7,MEV,1.513e-22,3.516e-25,3H,,0,IT,,0,,,,= 1,,,,, +3,3,Li,21500,0,0-,,,,,,,3H,,0,,,,,,,= 1,,,,, +3,3,Li,23000,2000,4+,,12.,2,MEV,3.8e-23,6.3e-24,A,,0,,,,,,,= 0,,,,, +3,3,Li,24779,54,3-,,6.75,11,MEV,6.75e-23,1.1e-24,3H,,0,N,,0,IT,,0,= 1,,,,, +3,3,Li,24890,55,4-,,5.32,11,MEV,8.57e-23,1.771e-24,3H,,0,IT,,0,N,,0,= 1,,,,, +3,3,Li,26590,65,2-,,8.68,13,MEV,5.25e-23,7.86e-25,A,,0,3H,,0,N,,0,= 1,,,,, +3,3,Li,31000,0,(3+),,,,,,,A,,0,3H,,0,,,,,,,,, +3,4,Li,4630,9,7/2-,,93,8,KEV,4.9e-21,4e-22,A,,0,3H,,0,,,,= 1/2,,,,, +3,4,Li,6680,50,5/2-,,0.88,+20-10,MEV,5.178e-22,5.615526802218114,A,,0,3H,,0,,,,= 1/2,,,,, +3,4,Li,7459.5,1,5/2-,,89,7,KEV,5.1e-21,4e-22,A,,0,3H,,0,N,,0,= 1/2,,,,, +3,4,Li,9670,100,7/2-,AP,400,,KEV,1.1e-21,,N,,0,A,,0,3H,,0,= 1/2,,,,, +3,4,Li,9850,0,3/2-,AP,1200,,KEV,4e-22,,A,,0,N,,0,,,,= 1/2,,,,, +3,4,Li,11240,30,3/2-,,260,35,KEV,1.8e-21,2e-22,P,,0,N,,0,,,,= 3/2,,,,, +3,4,Li,13700,0,,AP,500,,KEV,9e-22,,N,,0,,,,,,,,,,,, +3,4,Li,14700,0,,AP,700,,KEV,7e-22,,N,,0,,,,,,,,,,,, +3,5,Li,980.8,0.1,1+,,8.2,23,FS,0.0000000000000082,0.0000000000000023,IT,100,0,,,,,,,= 1,,,,, +3,5,Li,2255,3,3+,,32.3,57,KEV,1.41e-20,2.49e-21,N,100,0,IT,0.00021,0.0001,,,,= 1,,,,, +3,5,Li,3210,0,1+,AP,1000,,KEV,5e-22,,N,100,0,,,,,,,= 1,,,,, +3,5,Li,5400,0,1+,AP,650,,KEV,7e-22,,N,100,0,,,,,,,= 1,,,,, +3,5,Li,6100,100,(3),AP,1000,,KEV,5e-22,,N,100,0,,,,,,,= 1,,,,, +3,5,Li,6530,20,4+,,35,15,KEV,1.3e-20,5.6e-21,N,100,0,,,,,,,= 1,,,,, +3,5,Li,7100,100,,AP,400,,KEV,1.1e-21,,N,100,0,,,,,,,,,,,, +3,5,Li,9000,0,,AP,6000,,KEV,1e-22,,N,,0,,,,,,,,,,,, +3,5,Li,9670,-1,1+,AP,1000,,KEV,5e-22,,3H,,0,N,,0,,,,,,,,, +3,6,Li,2691,5,(1/2-),,,,,,,IT,100,0,,,,,,,,,,,, +3,6,Li,4301,12,,,88,25,KEV,5.2e-21,1.5e-21,N,100,0,,,,,,,,,,,, +3,6,Li,16000,100,,LT,100,,KEV,4.6e-21,,P,100,0,,,,,,,= 5/2,,,,, +3,6,Li,17100,200,,,0.8,3,MEV,5.696e-22,2.1361e-22,P,100,0,,,,,,,= 5/2,,,,, +3,6,Li,18900,100,,,0.24,10,MEV,1.8988e-21,7.91146e-22,P,100,0,,,,,,,= 5/2,,,,, +4,2,Be,1670,50,(2)+,,1.16,6,MEV,3.928e-22,2.032e-23,A,,0,P,,0,,,,= 1,,,,, +4,2,Be,23000,0,4-,,,,,,,3HE,,0,IT,,0,,,,,,,,, +4,2,Be,26000,0,2-,,,,,,,3HE,,0,,,,,,,,,,,, +4,2,Be,27000,0,3-,,,,,,,3HE,,0,,,,,,,,,,,, +4,3,Be,4570,50,7/2-,,175,7,KEV,2.6e-21,1e-22,A,,0,3HE,,0,,,,= 1/2,,,,, +4,3,Be,6730,100,5/2-,,1.2,,MEV,3.798e-22,0,A,,0,3HE,,0,,,,= 1/2,,,,, +4,3,Be,7210,60,5/2-,,0.40,5,MEV,1.1393e-21,1.42406e-22,A,,0,3HE,,0,P,,0,= 1/2,,,,, +4,3,Be,9270,100,7/2-,,,,,,,A,,0,3HE,,0,P,,0,= 1/2,,,,, +4,3,Be,9900,0,3/2-,AP,1.8,,MEV,2.532e-22,,A,,0,3HE,,0,P,,0,= 1/2,,,,, +4,3,Be,11010,30,3/2-,,320,30,KEV,1.4e-21,1e-22,A,,0,3HE,,0,P,,0,= 3/2,,,,, +4,3,Be,17000,0,1/2-,AP,6.5,,MEV,7.01e-23,,3HE,,0,,,,,,,= 1/2,,,,, +4,4,Be,3030,10,2+,,1513,15,KEV,3e-22,0,A,100,0,,,,,,,= 0,,,,, +4,4,Be,11350,150,4+,AP,3.5,,MEV,1.302e-22,,A,100,0,,,,,,,= 0,,,,, +4,4,Be,16626,3,2+,,108.1,5,KEV,4.2e-21,2e-23,A,100,0,IT,0.00265,0,,,,= 0&1,,,,, +4,4,Be,16922,3,2+,,74.0,4,KEV,6.2e-21,3e-23,A,100,0,IT,0.00389,0,,,,= 0&1,,,,, +4,4,Be,17640,1,1+,,10.7,5,KEV,4.26e-20,1.99e-21,P,99.8,0,IT,0.204,0,,,,= 1,,,,, +4,4,Be,18150,4,1+,,138,6,KEV,3.3e-21,1e-22,P,100,0,IT,0.0046,0,,,,= 0,,,,, +4,4,Be,18910,0,2-,,122,,KEV,3.7e-21,0,IT,0.00022,0,P,,0,N,,0,,,,,, +4,4,Be,19069,10,3+,,271,15,KEV,1.7e-21,1e-22,P,100,0,IT,0.00387,0,,,,= 1,,,,, +4,4,Be,19235,10,3+,,227,16,KEV,2e-21,1e-22,P,50,0,N,50,0,,,,= 0,,,,, +4,4,Be,19400,0,1-,AP,645,,KEV,7e-22,,P,,0,N,,0,,,,,,,,, +4,4,Be,19860,50,4+,,0.7,1,MEV,6.51e-22,9.3e-23,A,70,0,P,30,0,,,,= 0,,,,, +4,4,Be,20100,0,2+,,880,20,KEV,5e-22,0,A,,0,P,,0,N,,0,= 0,,,,, +4,4,Be,20200,0,0+,,720,20,KEV,6e-22,0,A,50,0,N,,0,,,,= 0,,,,, +4,4,Be,20900,0,4-,,1.6,2,MEV,2.848e-22,3.56e-23,P,,0,,,,,,,,,,,, +4,4,Be,21500,0,3(+),,1.1,,MEV,4.143e-22,0,P,,0,N,,0,IT,,0,,,,,, +4,4,Be,22000,0,1-,AP,4,,MEV,1.139e-22,,IT,,0,P,,0,,,,= 1,,,,, +4,4,Be,22240,20,2+,AP,0.8,,MEV,5.696e-22,,A,,0,D,,0,P,,0,= 0,,,,, +4,4,Be,24000,0,(1 2)-,AP,7,,MEV,6.51e-23,,IT,,0,A,,0,P,,0,= 1,,,,, +4,4,Be,25200,0,2+,,,,,,,A,,0,D,,0,P,,0,= 0,,,,, +4,4,Be,25500,0,4+,,,,,,,A,,0,D,,0,,,,= 0,,,,, +4,4,Be,27494.1,1.8,0+,,5.5,20,KEV,8.29e-20,3.013e-20,N,39.4,0,D,27,0,3H,11.7,0,= 2,,,,, +4,4,Be,28600,0,,,,,,,,IT,,0,P,,0,,,,,,,,, +4,5,Be,1684,20,1/2+,,214,5,KEV,2.1e-21,0,N,100,0,IT,0.0000014,0,,,,,,,,, +4,5,Be,2429.4,1.3,5/2-,,0.78,13,KEV,5.842e-19,9.7372e-20,N,7,1,A,1,0,IT,0.00012,0,,,,,, +4,5,Be,2780,120,1/2-,,1.10,12,MEV,4.143e-22,4.5193e-23,N,100,0,,,,,,,,,,,, +4,5,Be,3049,9,5/2+,,282,11,KEV,1.6e-21,1e-22,N,87,0,IT,0.000001,0,,,,,,,,, +4,5,Be,4704,25,(3/2)+,,743,55,KEV,6e-22,0,N,100,0,IT,0.0000016,0,,,,,,,,, +4,5,Be,6380,60,7/2-,,1.21,23,MEV,3.766e-22,7.1587e-23,N,100,0,IT,0.000000068,0,,,,,,,,, +4,5,Be,6760,60,9/2+,,1.33,9,MEV,3.426e-22,2.3186e-23,N,100,0,IT,0,0,,,,,,,,, +4,5,Be,11282,22,(7/2-),,575,50,KEV,8e-22,1e-22,N,15,0,,,,,,,,,,,, +4,5,Be,11810,20,5/2-,,400,30,KEV,1.1e-21,1e-22,N,100,0,IT,0,0,,,,= 1/2,,,,, +4,5,Be,13790,30,(5/2- 7/2-),,590,60,KEV,8e-22,1e-22,N,100,0,IT,0,0,,,,= 1/2,,,,, +4,5,Be,14392.2,1.8,3/2-,,365,29,EV,1.2e-18,1e-19,N,52.6,0,A,43,0,IT,4.4,0,= 3/2,,,,, +4,5,Be,15100,50,,,,,,,,IT,0,0,,,,,,,,,,,, +4,5,Be,15970,30,,AP,300,,KEV,1.5e-21,,IT,0,0,,,,,,,= 1/2,,,,, +4,5,Be,16671,8,(5/2+),,41,4,KEV,1.11e-20,1.1e-21,IT,0,0,,,,,,,,,,,, +4,5,Be,16977.1,0.5,1/2-,,389,10,EV,1.2e-18,0,N,74,0,A,62,0,D,15.9,0,= 3/2,,,,, +4,5,Be,17300,5,(5/2)-,,195,,KEV,2.3e-21,0,N,100,0,IT,0.000046,0,A,0,0,,,,,, +4,5,Be,17495,5,(7/2)+,,47,,KEV,9.7e-21,0,N,100,0,IT,0.000017,0,A,0,0,,,,,, +4,5,Be,18020,50,,,,,,,,IT,0,0,,,,,,,,,,,, +4,5,Be,18580,40,,,,,,,,N,100,0,A,0,0,IT,0,0,,,,,, +4,5,Be,18650,50,(5/2-),,0.3,1,MEV,1.519e-21,5.0633e-22,P,100,0,,,,,,,,,,,, +4,5,Be,19200,50,,,310,80,KEV,1.5e-21,4e-22,N,100,0,3H,0,0,P,0,0,,,,,, +4,5,Be,19465,45,(9/2+),,0.6,3,MEV,7.595e-22,3.7975e-22,IT,0,0,,,,,,,,,,,, +4,5,Be,19900,200,,,,,,,,N,100,0,IT,0,0,,,,,,,,, +4,5,Be,20510,30,,,0.6,1,MEV,7.595e-22,1.2658e-22,P,100,0,IT,0,0,D,0,0,,,,,, +4,5,Be,20750,30,,,0.68,9,MEV,6.701e-22,8.8696e-23,N,100,0,3H,0,0,IT,0,0,,,,,, +4,5,Be,21400,200,,,,,,,,N,100,0,IT,0,0,,,,,,,,, +4,5,Be,22400,200,,,,,,,,N,100,0,IT,0,0,,,,,,,,, +4,5,Be,23800,200,,,,,,,,N,100,0,IT,0,0,,,,,,,,, +4,5,Be,27000,500,,,,,,,,N,100,0,IT,0,0,,,,,,,,, +4,6,Be,3368.03,0.03,2+,,125,12,FS,0.000000000000125,0.000000000000012,IT,100,0,,,,,,,= 1,,,,, +4,6,Be,5958.39,0.05,2+,LT,55,,FS,0.000000000000055,0,IT,100,0,,,,,,,= 1,,,,, +4,6,Be,5959.9,0.6,1-,,,,,,,IT,100,0,,,,,,,= 1,,,,, +4,6,Be,6179.3,0.7,0+,,0.8,+3-2,PS,0.0000000000008,0.0000000000003,IT,100,0,,,,,,,= 1,,,,, +4,6,Be,6263.3,5,2-,,,,,,,IT,100,0,,,,,,,= 1,,,,, +4,6,Be,7371,1,3-,,15.7,5,KEV,2.9e-20,9.2e-22,IT,0,0,N,0,0,,,,= 1,,,,, +4,6,Be,7542,1,2+,,6.3,8,KEV,7.23e-20,9.19e-21,A,3.5,1.2,N,0,0,,,,= 1,,,,, +4,6,Be,9270,0,(4-),,150,20,KEV,3e-21,4e-22,N,0,0,,,,,,,= 1,,,,, +4,6,Be,9560,20,2+,,141,10,KEV,3.2e-21,2e-22,A,0.16,0.04,N,0,0,,,,= 1,,,,, +4,6,Be,10150,20,3-,,296,15,KEV,1.5e-21,1e-22,A,0,0,,,,,,,,,,,, +4,6,Be,10570,30,GE 1,,,,,,,A,0,0,N,0,0,,,,= 1,,,,, +4,6,Be,11230,50,,,200,80,KEV,2.3e-21,9e-22,A,0,0,,,,,,,,,,,, +4,6,Be,11760,20,(4+),,121,10,KEV,3.8e-21,3e-22,A,0,0,,,,,,,,,,,, +4,6,Be,11930,100,(5-),,200,80,KEV,2.3e-21,9e-22,A,0,0,,,,,,,,,,,, +4,6,Be,13050,100,,,290,130,KEV,1.6e-21,7e-22,A,0,0,,,,,,,,,,,, +4,6,Be,13850,50,,,330,150,KEV,1.4e-21,6e-22,A,0,0,,,,,,,,,,,, +4,6,Be,14680,100,,,310,140,KEV,1.5e-21,7e-22,A,0,0,,,,,,,,,,,, +4,6,Be,17790,0,,,112,35,KEV,4.1e-21,1.3e-21,A,0,0,3H,0,0,N,0,0,,,,,, +4,6,Be,18150,50,(0-),,90,30,KEV,5.1e-21,1.7e-21,3H,0,0,,,,,,,,,,,, +4,6,Be,18550,0,,,310,,KEV,1.5e-21,0,3H,0,0,N,0,0,,,,,,,,, +4,6,Be,19800,0,,,,,,,,P,0,0,,,,,,,,,,,, +4,6,Be,20800,100,,,,,,,,A,0,0,,,,,,,,,,,, +4,6,Be,21216,23,(2-),,,,,,,3H,0,0,P,0,0,N,0,0,,,,,, +4,6,Be,21800,100,,AP,200,,KEV,2.3e-21,,D,0,0,P,0,0,,,,,,,,, +4,6,Be,22400,100,,AP,250,,KEV,1.8e-21,,3H,0,0,P,0,0,N,0,0,,,,,, +4,6,Be,23000,100,,,,,,,,P,0,0,,,,,,,,,,,, +4,6,Be,23350,50,,,,,,,,A,0,0,3H,0,0,D,0,0,,,,,, +4,6,Be,23650,50,,,,,,,,A,0,0,3H,0,0,P,0,0,,,,,, +4,6,Be,24000,100,,AP,150,,KEV,3e-21,,A,0,0,3H,0,0,D,0,0,,,,,, +4,6,Be,24250,50,,AP,200,,KEV,2.3e-21,,A,0,0,3H,0,0,D,0,0,,,,,, +4,6,Be,24600,100,,AP,150,,KEV,3e-21,,D,0,0,P,0,0,,,,,,,,, +4,6,Be,24800,100,,AP,100,,KEV,4.6e-21,,P,0,0,D,0,0,,,,,,,,, +4,6,Be,25050,100,,AP,150,,KEV,3e-21,,A,0,0,D,0,0,,,,,,,,, +4,6,Be,25600,100,,,,,,,,A,0,0,D,0,0,P,0,0,,,,,, +4,6,Be,25950,50,,AP,300,,KEV,1.5e-21,,D,0,0,,,,,,,,,,,, +4,6,Be,26300,100,,AP,100,,KEV,4.6e-21,,3H,0,0,D,0,0,,,,,,,,, +4,6,Be,26800,100,,,,,,,,A,0,0,D,0,0,P,0,0,,,,,, +4,6,Be,27200,200,,,,,,,,A,0,0,3H,0,0,D,0,0,,,,,, +4,7,Be,320.04,0.1,1/2-,,115,10,FS,0.000000000000115,0.00000000000001,IT,100,0,,,,,,,,,,,, +4,7,Be,1783,4,5/2+,,100,10,KEV,4.6e-21,5e-22,N,100,0,,,,,,,,,,,, +4,7,Be,2654,10,3/2-,,206,8,KEV,2.2e-21,1e-22,N,100,0,,,,,,,,,,,, +4,7,Be,3400,6,3/2-,,122,8,KEV,3.7e-21,2e-22,N,100,0,,,,,,,,,,,, +4,7,Be,3889,1,(3/2+ 5/2-),LT,8,,KEV,5.7e-20,,N,,0,,,,,,,,,,,, +4,7,Be,3955,1,3/2-,,10,5,KEV,4.56e-20,2.28e-20,N,,0,,,,,,,,,,,, +4,7,Be,5255,3,5/2-,,45,10,KEV,1.01e-20,2.3e-21,N,,0,,,,,,,,,,,, +4,7,Be,5849,10,1/2+,,139,17,KEV,3.3e-21,4e-22,N,,0,,,,,,,,,,,, +4,7,Be,6510,50,,,120,50,KEV,3.8e-21,1.6e-21,N,,0,,,,,,,,,,,, +4,7,Be,6705,21,(7/2-),,40,20,KEV,1.14e-20,5.7e-21,N,,0,,,,,,,,,,,, +4,7,Be,7030,50,(5/2-),,0.30,10,MEV,1.519e-21,5.06333e-22,N,,0,,,,,,,,,,,, +4,7,Be,8813,25,3/2- (9/2-),,0.20,5,MEV,2.2785e-21,5.69625e-22,N,,0,,,,,,,,,,,, +4,7,Be,10590,50,5/2-,,210,40,KEV,2.2e-21,4e-22,A,,0,N,,0,,,,,,,,, +4,7,Be,18190,140,,,1.5,4,MEV,3.038e-22,8.101e-23,A,,0,3H,,0,N,,0,,,,,, +4,8,Be,2102,12,2+,,,,,,,IT,,0,,,,,,,= 2,,,,, +5,3,B,769.5,2.5,1+,,35.6,6,KEV,1.28e-20,2.2e-22,P,100,0,IT,0.00007,0,,,,,,,,, +5,3,B,2320,20,3+,,350,30,KEV,1.3e-21,1e-22,P,100,0,IT,0.000029,0,,,,= 1,,,,, +5,4,B,1500,-1,,AP,1.2,,MEV,3.798e-22,,P,100,0,A,0,0,,,,,,,,, +5,4,B,2345,11,5/2-,,81,5,KEV,5.6e-21,3e-22,A,99.5,0,P,0.5,0,,,,= 1/2,,,,, +5,4,B,2751,25,5/2+,,614,37,KEV,7e-22,0,P,100,0,,,,,,,= 1/2,,,,, +5,4,B,2780,160,1/2-,,3.13,20,MEV,1.456e-22,9.303e-24,P,90,0,A,10,0,,,,,,,,, +5,4,B,4800,100,,,1.2,2,MEV,3.798e-22,6.329e-23,A,100,0,,,,,,,,,,,, +5,4,B,6985,50,7/2-,,2.18,15,MEV,2.09e-22,1.4383e-23,P,100,0,,,,,,,= 1/2,,,,, +5,4,B,11640,50,(7/2)-,,780,45,KEV,6e-22,0,P,100,0,,,,,,,= 1/2,,,,, +5,4,B,12160,40,,,455,20,KEV,1e-21,0,A,74,10,P,24,4,,,,= 1/2,,,,, +5,4,B,14010,70,,,0.39,11,MEV,1.1685e-21,3.29566e-22,P,100,0,,,,,,,= 1/2,,,,, +5,4,B,14655,2.5,3/2-,,0.377,38,KEV,1.2088e-18,1.218372e-19,A,46,0,P,44,0,IT,4.09,0,= 3/2,,,,, +5,4,B,17076,4,,,22,5,KEV,2.07e-20,4.7e-21,3HE,100,0,IT,0,0,,,,= 3/2,,,,, +5,4,B,17190,25,,,113,24,KEV,4e-21,9e-22,P,100,0,3HE,0,0,D,0,0,,,,,, +5,4,B,17638,10,,,71,7,KEV,6.4e-21,6e-22,P,100,0,A,0,0,3HE,0,0,,,,,, +5,4,B,18600,300,,,1000,,KEV,5e-22,0,P,100,0,3HE,0,0,,,,,,,,, +5,5,B,718.38,0.011,1+,,0.7070,34,NS,0.000000000707,0.0000000000034,IT,100,0,,,,,,,= 0,0.63,,,, +5,5,B,1740.05,0.04,0+,,4.9,21,FS,0.0000000000000049,0.0000000000000021,IT,100,0,,,,,,,= 1,,,,, +5,5,B,2154.27,0.45,1+,,1.48,14,PS,0.00000000000148,0.00000000000014,IT,100,0,,,,,,,= 0,,,,, +5,5,B,3587.13,0.48,2+,,102,7,FS,0.000000000000102,0.000000000000007,IT,100,0,,,,,,,= 0,,,,, +5,5,B,4774,0.5,3+,,7.8,12,EV,5.84e-17,8.99e-18,A,99.8,0,IT,0.23,0,,,,= 0,,,,, +5,5,B,5110.3,0.6,2-,,0.978,66,KEV,4.66e-19,3.14445e-20,A,100,0,IT,0.0033,0,,,,= 0,,,,, +5,5,B,5163.9,0.6,2+,,1.79,40,EV,2.546e-16,5.689e-17,IT,84,0,A,16,0,,,,= 1,,,,, +5,5,B,5182,8,1+,,110,10,KEV,4.1e-21,4e-22,A,100,0,IT,0.000054,0,,,,= 0,,,,, +5,5,B,5919.5,0.6,2+,,5.82,6,KEV,7.83e-20,8.07e-22,A,100,0,IT,0.0024,0,,,,= 0,,,,, +5,5,B,6024.9,0.5,4+,,0.052,19,KEV,8.7635e-18,3.202034e-18,A,99.79,0,IT,0.21,0,,,,,,,,, +5,5,B,6129.1,2.5,3-,,1.52,8,KEV,2.998e-19,1.5779e-20,A,95.5,0,D,3.1,0,IT,1.4,0,,,,,, +5,5,B,6560.1,1,(4)-,,25.2,11,KEV,1.81e-20,7.9e-22,A,100,0,IT,0,0,,,,,,,,, +5,5,B,6875,5,1-,,120,4,KEV,3.8e-21,1e-22,IT,0.00124,0,A,0,0,D,0,0,= 0&1,,,,, +5,5,B,7004,5,3+,,98,6,KEV,4.7e-21,3e-22,A,0,0,P,0,0,D,0,0,,,,,, +5,5,B,7428,5,1-,,94,9,KEV,4.8e-21,5e-22,IT,0.0051,0,A,0,0,P,0,0,= 0&1,,,,, +5,5,B,7470,4,2+,,65,10,KEV,7e-21,1.1e-21,P,100,0,IT,0.018,0,,,,,,,,, +5,5,B,7479,2,2-,,74,4,KEV,6.2e-21,3e-22,IT,0.0072,0,P,0,0,,,,= 1,,,,, +5,5,B,7559.9,0.4,0+,,2.65,18,KEV,1.72e-19,1.168e-20,IT,0.23,0,P,0,0,,,,= 1,,,,, +5,5,B,7666,27,(1+),,247,19,KEV,1.8e-21,1e-22,P,30,0,A,0,0,D,0,0,,,,,, +5,5,B,7750,30,2-,,210,60,KEV,2.2e-21,6e-22,P,65,0,IT,0.0026,0,,,,,,,,, +5,5,B,7811,17,1-,,260,30,KEV,1.8e-21,2e-22,P,90,0,A,0,0,,,,,,,,, +5,5,B,7960,70,,,285,91,KEV,1.6e-21,5e-22,A,0,0,,,,,,,,,,,, +5,5,B,8070,50,2+,,0.8,2,MEV,5.696e-22,1.4241e-22,P,7,0,IT,0,0,D,0,0,,,,,, +5,5,B,8680,0,(1+ 2+),AP,220,,KEV,2.1e-21,,D,0,0,P,0,0,,,,,,,,, +5,5,B,8887,3,3-,,96,4,KEV,4.7e-21,2e-22,P,85,0,A,0,0,N,0,0,= 1,,,,, +5,5,B,8895,1,2+,,39,1,KEV,1.17e-20,3e-22,P,35,0,IT,0.0013,0,A,0,0,= 1,,,,, +5,5,B,9580,60,,,257,64,KEV,1.8e-21,4e-22,A,0,0,,,,,,,,,,,, +5,5,B,9700,0,,AP,630,,KEV,7e-22,,A,0,0,P,0,0,N,0,0,,,,,, +5,5,B,10825,9,(2+ 3+ 4+),,0.35,7,MEV,1.302e-21,2.604e-22,P,0,0,N,0,0,IT,0,0,,,,,, +5,5,B,11511,30,,,316,44,KEV,1.4e-21,2e-22,A,0,0,IT,0,0,,,,,,,,, +5,5,B,12564,26,(0+ 1+ 2+),,106,26,KEV,4.3e-21,1.1e-21,P,0,0,IT,0,0,,,,,,,,, +5,5,B,13494,50,(0+ 1+ 2+),,300,50,KEV,1.5e-21,3e-22,P,0,0,IT,0,0,,,,,,,,, +5,5,B,14340,10,,,0.8,2,MEV,5.696e-22,1.4241e-22,A,0,0,P,0,0,IT,0,0,,,,,, +5,5,B,18430,0,2-,,340,,KEV,1.3e-21,0,3HE,0,0,IT,0,0,,,,= 1,,,,, +5,5,B,18800,0,2+ 1+,LT,600,,KEV,8e-22,,A,13.4,0,3HE,0,0,IT,0,0,,,,,, +5,5,B,19290,0,2-,,190,14,KEV,2.4e-21,2e-22,A,10.5,0,3HE,0,0,P,0,0,= 1,,,,, +5,5,B,20100,100,1-,,350,20,KEV,1.3e-21,1e-22,A,0,0,3HE,0,0,3H,0,0,= 1,,,,, +5,5,B,21100,0,,,,,,,,3HE,0,0,IT,0,0,,,,,,,,, +5,5,B,23100,100,,,,,,,,N,0,0,IT,0,0,,,,,,,,, +5,6,B,8920.47,0.11,5/2-,,4.374,23,EV,1.042e-16,5.478e-19,IT,99.8,0,A,0.14,0,,,,,,,,, +5,6,B,9183.5,1,7/2+,,1.8,+15-11,EV,2.532e-16,1.7769545720413336,A,91.6,0,IT,9.4,0,,,,,,,,, +5,6,B,9271.7,1,5/2+,AP,4,,KEV,1.139e-19,,A,99.97,0,IT,0.03,0,,,,,,,,, +5,6,B,9873,4,3/2+,,109,14,KEV,4.2e-21,5e-22,A,0,0,,,,,,,,,,,, +5,6,B,10262,8,3/2-,,163,22,KEV,2.8e-21,4e-22,A,89.5,0,IT,10.5,0,,,,,,,,, +5,6,B,10330,8,5/2-,,112,10,KEV,4.1e-21,4e-22,A,100,0,IT,0.0089,0,,,,,,,,, +5,6,B,10602,4,7/2+,,91,20,KEV,5e-21,1.1e-21,A,100,0,IT,0.0002,0,,,,,,,,, +5,6,B,10960,50,5/2-,AP,4.5,,MEV,1.013e-22,,A,0,0,,,,,,,,,,,, +5,6,B,11272,14,9/2+,,110,20,KEV,4.1e-21,8e-22,A,100,0,IT,0,0,,,,,,,,, +5,6,B,11450,17,,,93,17,KEV,4.9e-21,9e-22,A,0,0,,,,,,,,,,,, +5,6,B,11600,20,5/2+,,180,20,KEV,2.5e-21,3e-22,A,100,0,N,100,0,,,,,,,,, +5,6,B,11893,13,5/2-,,194,6,KEV,2.3e-21,1e-22,A,100,0,N,100,0,,,,,,,,, +5,6,B,12040,130,7/2+,AP,1,,MEV,4.557e-22,,A,100,0,N,100,0,,,,,,,,, +5,6,B,12554,13,1/2+ (3/2+),,205,20,KEV,2.2e-21,2e-22,A,100,0,P,100,0,IT,0.006,0,= 3/2,,,,, +5,6,B,12917,11,1/2-,,230,20,KEV,2e-21,2e-22,A,100,0,P,100,0,IT,0.013,0,= 3/2,,,,, +5,6,B,13137,40,9/2-,,426,40,KEV,1.1e-21,1e-22,A,100,0,N,100,0,3H,0,0,,,,,, +5,6,B,13160,0,5/2+ 7/2+,,363,,KEV,1.3e-21,0,A,,0,N,,0,,,,,,,,, +5,6,B,14040,80,11/2+,,0.5,2,MEV,9.114e-22,3.6456e-22,A,,0,N,,0,,,,,,,,, +5,6,B,14340,20,5/2+,,253,19,KEV,1.8e-21,1e-22,P,100,0,IT,0.0063,0,,,,= 3/2,,,,, +5,6,B,14563,11,,LE,30,,KEV,1.52e-20,,A,,0,3H,,0,N,,0,,,,,, +5,6,B,15290,25,(3/2 5/2 7/2)+,,282,15,KEV,1.6e-21,1e-22,A,,0,P,,0,N,,0,= 3/2,,,,, +5,6,B,16432,10,,LE,30,,KEV,1.52e-20,,A,,0,D,,0,P,,0,= 3/2,,,,, +5,6,B,17310,0,,AP,1,,MEV,4.557e-22,,A,,0,3H,,0,D,,0,,,,,, +5,6,B,17500,30,,,116,25,KEV,3.9e-21,8e-22,A,,0,D,,0,P,,0,= 3/2,,,,, +5,6,B,18370,50,(1/2 3/2 5/2)+,,260,80,KEV,1.8e-21,5e-22,IT,,0,D,,0,,,,,,,,, +5,6,B,19700,0,(1/2+),,,,,,,D,,0,IT,,0,,,,,,,,, +5,6,B,23700,0,(1/2 3/2 5/2)+,,,,,,,D,,0,IT,,0,,,,,,,,, +5,6,B,26500,0,,,,,,,,N,,0,IT,,0,,,,,,,,, +5,7,B,3389.1,1.5,3-,,3.1,6,EV,1.47e-16,2.845e-17,N,,0,IT,,0,,,,,,,,, +5,7,B,3759,6,2+,,40,4,KEV,1.14e-20,1.1e-21,N,,0,IT,,0,,,,,,,,, +5,7,B,4301,7,1-,,9,4,KEV,5.06e-20,2.25e-20,IT,,0,N,,0,,,,,,,,, +5,7,B,4460,0,2-,,,,,,,N,,0,,,,,,,,,,,, +5,7,B,4518,8,4-,,110,20,KEV,4.1e-21,8e-22,N,,0,IT,,0,,,,,,,,, +5,7,B,5000,20,1+,,50,15,KEV,9.1e-21,2.7e-21,N,,0,IT,,0,,,,,,,,, +5,7,B,5612,8,3+,,110,40,KEV,4.1e-21,1.5e-21,N,,0,,,,,,,,,,,, +5,7,B,5726,8,3-,,50,20,KEV,9.1e-21,3.6e-21,N,,0,,,,,,,,,,,, +5,7,B,6000,0,1-,,,,,,,N,,0,,,,,,,,,,,, +5,7,B,6600,0,1+,,140,,KEV,3.3e-21,0,N,,0,,,,,,,,,,,, +5,7,B,7060,0,1-,,,,,,,N,,0,,,,,,,,,,,, +5,7,B,7545,20,,LE,14,,KEV,3.26e-20,,N,,0,,,,,,,,,,,, +5,7,B,7670,0,2-,,45,,KEV,1.01e-20,0,N,,0,,,,,,,,,,,, +5,7,B,7700,100,1-,,1.9,1,MEV,2.398e-22,1.262e-23,N,,0,,,,,,,,,,,, +5,7,B,7836,20,1-,,60,40,KEV,7.6e-21,5.1e-21,N,,0,,,,,,,,,,,, +5,7,B,7937,20,(1-),,27,,KEV,1.69e-20,0,N,,0,,,,,,,,,,,, +5,7,B,8100,100,,,0.9,2,MEV,5.063e-22,1.1252e-22,N,,0,,,,,,,,,,,, +5,7,B,8120,20,(3-),,,,,,,N,,0,,,,,,,,,,,, +5,7,B,8240,30,3-,,65,,KEV,7e-21,0,N,,0,,,,,,,,,,,, +5,7,B,8580,30,(3-),,75,,KEV,6.1e-21,0,N,,0,,,,,,,,,,,, +5,7,B,8707,20,(3-),,,,,,,N,,0,,,,,,,,,,,, +5,7,B,9040,20,1-,,95,20,KEV,4.8e-21,1e-21,N,,0,,,,,,,,,,,, +5,7,B,9175,20,(2-),,,,,,,N,,0,,,,,,,,,,,, +5,7,B,9585,5,3-,,34,5,KEV,1.34e-20,2e-21,N,,0,,,,,,,,,,,, +5,7,B,10000,40,,,100,,KEV,4.6e-21,0,N,,0,,,,,,,,,,,, +5,7,B,12345,25,,,100,30,KEV,4.6e-21,1.4e-21,N,,0,,,,,,,,,,,, +6,4,C,3353.7,0.6,2+,,107,17,FS,0.000000000000107,0.000000000000017,IT,100,0,,,,,,,,,,,, +6,5,C,8104.5,1.7,3/2-,,6,+12-2,EV,7.6e-17,10.286681715575622,A,94.5,3.6,IT,5.5,3.6,,,,,,,,, +6,5,C,8420,2,5/2-,,0.030,8,FS,3e-17,8e-18,A,80,5,IT,20,5,,,,,,,,, +6,5,C,8654,4,7/2+,LE,5,,KEV,9.11e-20,,A,100,0,IT,0,0,,,,,,,,, +6,5,C,8699,2,5/2+,,15,1,KEV,3.04e-20,2e-21,P,90,0,IT,10,0,,,,,,,,, +6,5,C,9200,50,5/2+,,500,90,KEV,9e-22,2e-22,P,100,0,IT,0,0,,,,,,,,, +6,5,C,9645,50,(3/2-),,210,40,KEV,2.2e-21,4e-22,A,100,0,P,100,0,IT,0,0,,,,,, +6,5,C,9780,50,(5/2-),,240,50,KEV,1.9e-21,4e-22,P,100,0,IT,0,0,,,,,,,,, +6,5,C,9970,50,(7/2-),,120,20,KEV,3.8e-21,6e-22,P,100,0,IT,0,0,,,,,,,,, +6,5,C,10083,5,7/2+,AP,230,,KEV,2e-21,,A,64,0,P,36,0,IT,0,0,,,,,, +6,5,C,10679,5,9/2+,,200,30,KEV,2.3e-21,3e-22,A,50,0,P,50,0,IT,0,0,,,,,, +6,5,C,11030,30,,,300,60,KEV,1.5e-21,3e-22,A,100,0,P,100,0,,,,= 1/2,,,,, +6,5,C,11440,10,,,360,,KEV,1.3e-21,0,A,100,0,P,0,0,,,,,,,,, +6,5,C,12160,40,,,270,50,KEV,1.7e-21,3e-22,P,,0,,,,,,,= 3/2,,,,, +6,5,C,12400,0,-,,1.4,4,MEV,3.255e-22,9.3e-23,P,,0,IT,,0,,,,,,,,, +6,5,C,12510,30,1/2-,,500,50,KEV,9e-22,1e-22,P,,0,,,,,,,= 3/2,,,,, +6,5,C,12650,20,(7/2+),,360,,KEV,1.3e-21,0,A,50,0,P,50,0,3HE,0,0,,,,,, +6,5,C,13010,0,,,,,,,,P,100,0,IT,0,0,,,,,,,,, +6,5,C,13400,0,,,11E+2,1,KEV,4e-22,0,A,,0,P,,0,,,,,,,,, +6,5,C,13900,20,,,200,40,KEV,2.3e-21,5e-22,P,,0,,,,,,,= 3/2,,,,, +6,5,C,14070,20,,,135,50,KEV,3.4e-21,1.3e-21,P,,0,N,,0,,,,,,,,, +6,5,C,14760,40,,AP,450,,KEV,1e-21,,3HE,,0,P,,0,N,,0,,,,,, +6,5,C,15350,50,-,,,,,,,P,100,0,N,100,0,IT,0,0,,,,,, +6,5,C,15590,50,,AP,450,,KEV,1e-21,,P,,0,N,,0,,,,,,,,, +6,5,C,16700,0,-,,0.82,9,MEV,5.557e-22,6.0995e-23,P,100,0,IT,0,0,,,,,,,,, +6,5,C,18200,0,,,,,,,,P,100,0,IT,0,0,,,,,,,,, +6,6,C,7654.2,0.15,0+,,8.5,10,EV,5.36e-17,6.31e-18,A,,0,IT,,0,,,,= 0,,,,, +6,6,C,9641,5,3-,,34,5,KEV,1.34e-20,2e-21,A,,0,IT,,0,,,,= 0,,,,, +6,6,C,10300,300,(0+),,3.0,7,MEV,1.519e-22,3.544e-23,A,,0,,,,,,,= 0,,,,, +6,6,C,10844,16,1-,,315,25,KEV,1.4e-21,1e-22,A,,0,,,,,,,= 0,,,,, +6,6,C,11828,16,2-,,260,25,KEV,1.8e-21,2e-22,A,,0,IT,,0,,,,= 0,,,,, +6,6,C,12710,6,1+,,18.1,28,EV,2.52e-17,3.89e-18,A,,0,IT,,0,,,,= 0,,,,, +6,6,C,13352,17,(2-),,375,40,KEV,1.2e-21,1e-22,A,,0,IT,,0,,,,= 0,,,,, +6,6,C,14083,15,4+,,258,15,KEV,1.8e-21,1e-22,A,,0,,,,,,,= 0,,,,, +6,6,C,15110,3,1+,,43.6,13,EV,1.05e-17,3.1e-19,A,,0,IT,,0,,,,= 1,,,,, +6,6,C,16105.8,0.7,2+,,5.3,2,KEV,8.6e-20,3.24e-21,A,,0,P,,0,IT,,0,= 1,,,,, +6,6,C,16570,0,2-,,300,,KEV,1.5e-21,0,A,,0,P,,0,IT,,0,= 1,,,,, +6,6,C,17230,0,1-,,1.15,,MEV,3.963e-22,0,A,,0,P,,0,IT,,0,= 1,,,,, +6,6,C,17760,20,0+,,80,20,KEV,5.7e-21,1.4e-21,A,,0,P,,0,,,,= 1,,,,, +6,6,C,18160,70,(1+),,240,50,KEV,1.9e-21,4e-22,P,,0,IT,,0,,,,= 0,,,,, +6,6,C,18350,50,3-,,220,50,KEV,2.1e-21,5e-22,A,,0,P,,0,IT,,0,= 1,,,,, +6,6,C,18350,50,2-,,350,50,KEV,1.3e-21,2e-22,P,,0,N,,0,,,,= 0&1,,,,, +6,6,C,18710,0,,,100,,KEV,4.6e-21,0,A,,0,P,,0,,,,= 1,,,,, +6,6,C,18800,40,2+,,100,10,KEV,4.6e-21,5e-22,P,,0,N,,0,IT,,0,= 1,,,,, +6,6,C,19200,0,(1-),AP,1.1,,MEV,4.143e-22,,A,,0,P,,0,N,,0,= 1,,,,, +6,6,C,19400,30,(2-),,480,40,KEV,9e-22,1e-22,A,,0,P,,0,IT,,0,= 1,,,,, +6,6,C,19550,50,(4-),,490,60,KEV,9e-22,1e-22,A,,0,P,,0,IT,,0,= 1,,,,, +6,6,C,19690,0,1+,,230,35,KEV,2e-21,3e-22,P,,0,N,,0,,,,,,,,, +6,6,C,20000,100,(2+),AP,250,,KEV,1.8e-21,,P,,0,N,,0,IT,,0,,,,,, +6,6,C,20270,50,(1+),,140,50,KEV,3.3e-21,1.2e-21,P,,0,N,,0,,,,= 1,,,,, +6,6,C,20500,100,(3+),,300,50,KEV,1.5e-21,3e-22,A,,0,IT,,0,P,,0,= 1,,,,, +6,6,C,20620,60,(3-),,200,40,KEV,2.3e-21,5e-22,A,,0,P,,0,N,,0,= 1,,,,, +6,6,C,20980,0,,,270,,KEV,1.7e-21,0,P,,0,N,,0,,,,,,,,, +6,6,C,21600,100,3- 2+,,1.20,15,MEV,3.798e-22,4.7469e-23,A,,0,P,,0,N,,0,= 0,,,,, +6,6,C,22000,100,1-,,8.0E+2,10,KEV,6e-22,1e-22,P,,0,N,,0,IT,,0,= 1,,,,, +6,6,C,22400,40,1-,,275,40,KEV,1.7e-21,2e-22,P,,0,N,,0,,,,= 1,,,,, +6,6,C,22650,70,1-,,3.2,,MEV,1.424e-22,0,A,,0,P,,0,N,,0,= 1,,,,, +6,6,C,23040,0,(2-),,60,,KEV,7.6e-21,0,P,,0,N,,0,,,,= 1,,,,, +6,6,C,23520,30,1-,,230,80,KEV,2e-21,7e-22,A,,0,P,,0,N,,0,= 1,,,,, +6,6,C,23920,80,(1-),,0.4,1,MEV,1.1393e-21,2.8481e-22,P,,0,N,,0,IT,,0,= 1,,,,, +6,6,C,24430,0,,,0.1,,MEV,4.557e-21,0,P,,0,N,,0,,,,,,,,, +6,6,C,24920,0,,,0.92,,MEV,4.953e-22,0,P,,0,N,,0,,,,,,,,, +6,6,C,25300,150,(1-),,0.51,10,MEV,8.935e-22,1.75202e-22,P,,0,N,,0,,,,= 1,,,,, +6,6,C,25400,0,1-,AP,2,,MEV,2.279e-22,,IT,,0,P,,0,N,,0,= 1,,,,, +6,6,C,25950,0,,AP,0.4,,MEV,1.1393e-21,,A,,0,D,,0,P,,0,,,,,, +6,6,C,26800,0,,,270,,KEV,1.7e-21,0,A,,0,D,,0,P,,0,,,,,, +6,6,C,27000,300,(1-),,1.4,2,MEV,3.255e-22,4.65e-23,IT,,0,P,,0,,,,= 1,,,,, +6,6,C,27900,0,,AP,350,,KEV,1.3e-21,,3HE,,0,P,,0,N,,0,,,,,, +6,6,C,28200,0,1-,,1.6,,MEV,2.848e-22,0,3HE,,0,IT,,0,,,,= 1,,,,, +6,6,C,28830,40,,,1.54,9,MEV,2.959e-22,1.7293e-23,A,,0,3HE,,0,D,,0,,,,,, +6,6,C,29400,300,,,1.4,2,MEV,3.255e-22,4.65e-23,3HE,,0,3H,,0,P,,0,,,,,, +6,6,C,30290,30,,,1.96,15,MEV,2.325e-22,1.7793e-23,A,,0,3HE,,0,IT,,0,,,,,, +6,6,C,31160,30,,,2.10,15,MEV,2.17e-22,1.55e-23,3HE,,0,IT,,0,,,,,,,,, +6,6,C,32290,40,,,1.32,23,MEV,3.452e-22,6.0153e-23,3HE,,0,P,,0,N,,0,,,,,, +6,6,C,33470,210,,,1.93,5,MEV,2.361e-22,6.117e-24,3HE,,0,IT,,0,,,,,,,,, +6,7,C,6864,3,5/2+,,6,,KEV,7.6e-20,0,N,100,0,IT,0.0000012,0,,,,,,,,, +6,7,C,7547,3,5/2-,,1.2,3,KEV,3.798e-19,9.494e-20,N,100,0,IT,0.0096,0.0025,,,,,,,,, +6,7,C,7686,6,3/2+,,70,5,KEV,6.5e-21,5e-22,IT,,0,N,,0,,,,,,,,, +6,7,C,8200,100,3/2+,,1100,300,KEV,4e-22,1e-22,N,,0,IT,,0,,,,,,,,, +6,7,C,8860,20,1/2-,,150,30,KEV,3e-21,6e-22,N,100,0,IT,0.0023,0.0006,,,,,,,,, +6,7,C,9499.8,0.1,9/2+,LE,5,,KEV,9.11e-20,,IT,,0,N,,0,,,,,,,,, +6,7,C,9897,5,3/2-,,26,3,KEV,1.75e-20,2e-21,N,100,0,IT,0.00127,0.00021,,,,,,,,, +6,7,C,10460,0,,,200,,KEV,2.3e-21,0,N,100,0,,,,,,,,,,,, +6,7,C,10753,4,7/2-,,55,2,KEV,8.3e-21,3e-22,IT,,0,N,,0,,,,,,,,, +6,7,C,10818,5,(5/2-),,24,3,KEV,1.9e-20,2.4e-21,IT,,0,N,,0,,,,,,,,, +6,7,C,10996,6,1/2+,,37,4,KEV,1.23e-20,1.3e-21,A,,0,IT,,0,N,,0,,,,,, +6,7,C,11080,5,1/2-,LT,4,,KEV,1.139e-19,,A,,0,N,,0,IT,,0,,,,,, +6,7,C,11748,10,3/2-,,110,15,KEV,4.1e-21,6e-22,N,100,0,,,,,,,,,,,, +6,7,C,11848,4,7/2+,,68,4,KEV,6.7e-21,4e-22,IT,,0,N,,0,,,,,,,,, +6,7,C,11950,40,5/2+,,500,80,KEV,9e-22,1e-22,A,,0,N,,0,,,,,,,,, +6,7,C,12106,5,3/2+,,540,70,KEV,8e-22,1e-22,A,,0,IT,,0,N,,0,,,,,, +6,7,C,12130,50,5/2-,,80,30,KEV,5.7e-21,2.1e-21,A,,0,N,,0,,,,,,,,, +6,7,C,12140,70,1/2+,,430,70,KEV,1.1e-21,2e-22,A,,0,N,,0,,,,,,,,, +6,7,C,12187,10,3/2-,,150,40,KEV,3e-21,8e-22,A,,0,N,,0,IT,,0,,,,,, +6,7,C,12438,12,7/2-,,140,30,KEV,3.3e-21,7e-22,A,,0,N,,0,IT,,0,,,,,, +6,7,C,13000,1000,,,,,,,,N,,0,IT,,0,,,,,,,,, +6,7,C,13280,0,(3/2-),,340,,KEV,1.3e-21,0,A,100,0,,,,,,,,,,,, +6,7,C,13410,0,(9/2-),,35,3,KEV,1.3e-20,1.1e-21,A,,0,N,,0,,,,,,,,, +6,7,C,13570,0,7/2-,,620,50,KEV,7e-22,1e-22,A,,0,N,,0,,,,,,,,, +6,7,C,13760,0,(5/2 3/2)+,AP,300,,KEV,1.5e-21,,A,,0,N,,0,,,,,,,,, +6,7,C,14130,0,3/2-,AP,150,,KEV,3e-21,,A,,0,N,,0,,,,,,,,, +6,7,C,14390,15,(1/2 5/2)-,,280,70,KEV,1.6e-21,4e-22,A,,0,N,,0,IT,,0,,,,,, +6,7,C,14582,10,(7/2+ 9/2+),,230,40,KEV,2e-21,3e-22,A,,0,IT,,0,N,,0,,,,,, +6,7,C,14983,10,(7/2-),,380,60,KEV,1.2e-21,2e-22,A,,0,N,,0,IT,,0,,,,,, +6,7,C,15108.2,1.2,3/2-,,5.49,25,KEV,8.3e-20,3.78e-21,IT,0.82,0.07,A,,0,N,,0,= 3/2,,,,, +6,7,C,15270,0,9/2+,,,,,,,N,100,0,,,,,,,,,,,, +6,7,C,15526,11,(3/2-),,150,30,KEV,3e-21,6e-22,A,,0,N,,0,IT,,0,,,,,, +6,7,C,16080,7,(7/2+),,150,15,KEV,3e-21,3e-22,A,,0,IT,,0,N,,0,,,,,, +6,7,C,16150,50,(5/2-),,230,,KEV,2e-21,0,A,,0,N,,0,,,,,,,,, +6,7,C,16183,28,,,40,20,KEV,1.14e-20,5.7e-21,IT,100,0,,,,,,,,,,,, +6,7,C,16950,50,,,330,,KEV,1.4e-21,0,A,,0,N,,0,,,,,,,,, +6,7,C,17360,100,,,190,,KEV,2.4e-21,0,A,,0,N,,0,,,,,,,,, +6,7,C,17533,3,,,17,6,KEV,2.68e-20,9.5e-21,N,100,0,,,,,,,= 3/2,,,,, +6,7,C,17699,5,(3/2 5/2),,170,,KEV,2.7e-21,0,A,,0,N,,0,,,,,,,,, +6,7,C,18082,3,,,12,7,KEV,3.8e-20,2.22e-20,N,100,0,,,,,,,= 3/2,,,,, +6,7,C,18300,50,,,300,,KEV,1.5e-21,0,A,,0,N,,0,,,,,,,,, +6,7,C,18497,10,,,91,23,KEV,5e-21,1.3e-21,IT,100,0,,,,,,,,,,,, +6,7,C,18699,5,(3/2+ 5/2+),,100,15,KEV,4.6e-21,7e-22,A,,0,P,,0,N,,0,,,,,, +6,7,C,19510,0,(5/2-),GE,500,,KEV,9e-22,1012.6666666666666,D,,0,N,,0,,,,,,,,, +6,7,C,19900,0,,AP,600,,KEV,8e-22,,P,,0,N,,0,D,,0,,,,,, +6,7,C,20021,13,,,230,30,KEV,2e-21,3e-22,IT,100,0,,,,,,,,,,,, +6,7,C,20057,4,,,11,8,KEV,4.14e-20,3.01e-20,N,100,0,,,,,,,,,,,, +6,7,C,20110,0,(1/2-),,1090,,KEV,4e-22,0,N,100,0,,,,,,,,,,,, +6,7,C,20110,0,(5/2+),,440,,KEV,1e-21,0,N,100,0,,,,,,,,,,,, +6,7,C,20200,70,(7/2+),,560,90,KEV,8e-22,1e-22,A,,0,D,,0,N,,0,,,,,, +6,7,C,20300,0,(7/2-),,1560,,KEV,3e-22,0,N,100,0,,,,,,,,,,,, +6,7,C,20340,0,(9/2+),,320,,KEV,1.4e-21,0,N,100,0,,,,,,,,,,,, +6,7,C,20429,8,,,115,25,KEV,4e-21,9e-22,D,,0,P,,0,N,,0,,,,,, +6,7,C,20520,70,,,510,70,KEV,9e-22,1e-22,P,,0,N,,0,IT,,0,,,,,, +6,7,C,20600,800,,,5600,400,KEV,1e-22,0,D,,0,N,,0,IT,,0,,,,,, +6,7,C,21280,15,,,159,15,KEV,2.9e-21,3e-22,P,,0,N,,0,D,,0,,,,,, +6,7,C,21466,8,(7/2+ 9/2+),,270,20,KEV,1.7e-21,1e-22,IT,100,0,,,,,,,,,,,, +6,7,C,21703,4,,,18,9,KEV,2.53e-20,1.27e-20,N,100,0,,,,,,,= 3/2,,,,, +6,7,C,21810,20,(GE 5/2),,114,21,KEV,4e-21,7e-22,D,,0,N,,0,,,,,,,,, +6,7,C,22200,100,(LE 5/2),,1100,500,KEV,4e-22,2e-22,N,,0,D,,0,,,,,,,,, +6,7,C,23000,0,(LE 5/2),AP,1000,,KEV,5e-22,,N,100,0,,,,,,,,,,,, +6,7,C,24000,0,,AP,4000,,KEV,1e-22,,P,,0,N,,0,IT,,0,,,,,, +6,7,C,26000,0,,,,,,,,P,,0,IT,,0,,,,,,,,, +6,7,C,26800,0,,,,,,,,D,,0,N,,0,,,,,,,,, +6,7,C,27500,0,,AP,1000,,KEV,5e-22,,3H,,0,D,,0,P,,0,,,,,, +6,7,C,30000,0,,,,,,,,N,,0,IT,,0,,,,,,,,, +6,8,C,8317.9,0.8,2+,,3.4,7,KEV,1.34e-19,2.759e-20,N,,0,IT,,0,,,,,,,,, +6,8,C,9801,6,3-,,45,12,KEV,1.01e-20,2.7e-21,IT,,0,N,,0,,,,,,,,, +6,8,C,10425,5,2+,,,,,,,N,100,0,,,,,,,,,,,, +6,8,C,10449,7,GE 1,,,,,,,N,100,0,,,,,,,,,,,, +6,8,C,10498,4,(3-),,26,8,KEV,1.75e-20,5.4e-21,N,100,0,,,,,,,,,,,, +6,8,C,11306,15,1+,,46,12,KEV,9.9e-21,2.6e-21,N,99.985,0.005,IT,0.015,0.005,,,,,,,,, +6,8,C,11395,8,1-,,22,7,KEV,2.07e-20,6.6e-21,N,100,0,,,,,,,,,,,, +6,8,C,11500,0,1- 2-,,,,,,,N,100,0,,,,,,,,,,,, +6,8,C,11900,300,(1-),,950,300,KEV,5e-22,2e-22,N,100,0,,,,,,,,,,,, +6,8,C,12583,10,(2- 3-),,95,15,KEV,4.8e-21,8e-22,N,100,0,,,,,,,,,,,, +6,8,C,12863,8,,,30,10,KEV,1.52e-20,5.1e-21,N,100,0,,,,,,,,,,,, +6,8,C,12963,9,(3-),,30,10,KEV,1.52e-20,5.1e-21,N,100,0,,,,,,,,,,,, +6,8,C,13700,0,2-,AP,1800,,KEV,3e-22,,N,100,0,,,,,,,,,,,, +6,8,C,14667,20,(4+),,57,15,KEV,8e-21,2.1e-21,N,100,0,,,,,,,,,,,, +6,8,C,15440,40,(3-),,,,,,,N,100,0,,,,,,,,,,,, +6,8,C,16020,50,(4+),,,,,,,N,100,0,,,,,,,,,,,, +6,8,C,16715,30,(1+),AP,200,,KEV,2.3e-21,,IT,,0,N,,0,,,,,,,,, +6,8,C,17500,0,(1+),AP,200,,KEV,2.3e-21,,N,,0,IT,,0,,,,,,,,, +7,4,N,730,70,1/2-,,0.6,1,MEV,7.595e-22,1.2658e-22,P,100,0,,,,,,,,,,,, +7,4,N,1570,80,,LT,100,,KEV,4.6e-21,,P,100,0,,,,,,,,,,,, +7,4,N,2200,70,5/2+,,540,40,KEV,8e-22,1e-22,P,100,0,,,,,,,,,,,, +7,4,N,2860,70,3/2-,,340,40,KEV,1.3e-21,2e-22,P,100,0,,,,,,,,,,,, +7,4,N,3630,100,(5/2-),LT,220,,KEV,2.1e-21,,P,100,0,,,,,,,,,,,, +7,4,N,4420,70,(5/2-),,,,,,,P,100,0,,,,,,,,,,,, +7,4,N,5080,120,(3/2-),,100,60,KEV,4.6e-21,2.7e-21,P,100,0,,,,,,,,,,,, +7,5,N,1191,8,2-,,118,14,KEV,3.9e-21,5e-22,P,,0,,,,,,,,,,,, +7,5,N,1800,30,1-,,0.75,25,MEV,6.076e-22,2.02533e-22,P,,0,,,,,,,,,,,, +7,5,N,2439,9,0+,,68,21,KEV,6.7e-21,2.1e-21,P,,0,,,,,,,,,,,, +7,5,N,3132,8,2+ 3-,,220,20,KEV,2.1e-21,2e-22,P,,0,,,,,,,,,,,, +7,5,N,3558,9,(1)+,,220,25,KEV,2.1e-21,2e-22,P,,0,,,,,,,,,,,, +7,5,N,4140,10,2- & 4-,,825,25,KEV,6e-22,0,P,,0,,,,,,,,,,,, +7,5,N,5348,13,3-,,180,23,KEV,2.5e-21,3e-22,P,,0,,,,,,,,,,,, +7,5,N,5600,11,,,120,50,KEV,3.8e-21,1.6e-21,P,,0,,,,,,,,,,,, +7,5,N,6400,30,(1-),,1200,30,KEV,4e-22,0,P,,0,,,,,,,,,,,, +7,5,N,7400,50,(1-),,1200,30,KEV,4e-22,0,P,,0,,,,,,,,,,,, +7,5,N,7684,21,,,200,32,KEV,2.3e-21,4e-22,P,,0,,,,,,,,,,,, +7,6,N,2364.9,0.6,1/2+,,31.7,8,KEV,1.44e-20,3.6e-22,P,100,0,IT,0.00158,0.00013,,,,,,,,, +7,6,N,3502,2,3/2-,,62,4,KEV,7.4e-21,5e-22,P,100,0,IT,0.0011,0,,,,,,,,, +7,6,N,3547,4,5/2+,,47,7,KEV,9.7e-21,1.4e-21,P,100,0,IT,0.0000043,0,,,,,,,,, +7,6,N,6364,9,5/2+,,11,,KEV,4.14e-20,0,P,100,0,,,,,,,,,,,, +7,6,N,6886,8,3/2+,,115,5,KEV,4e-21,2e-22,P,100,0,,,,,,,,,,,, +7,6,N,7155,5,7/2+,,9.0,5,KEV,5.06e-20,2.81e-21,P,100,0,,,,,,,,,,,, +7,6,N,7376,9,5/2-,,75,5,KEV,6.1e-21,4e-22,P,100,0,,,,,,,,,,,, +7,6,N,7900,0,3/2+,AP,1500,,KEV,3e-22,,P,100,0,,,,,,,,,,,, +7,6,N,8918,11,1/2-,,230,,KEV,2e-21,0,P,100,0,,,,,,,,,,,, +7,6,N,9476,8,3/2-,,30,,KEV,1.52e-20,0,P,100,0,,,,,,,,,,,, +7,6,N,10250,150,(1/2+),AP,280,,KEV,1.6e-21,,P,,0,IT,,0,,,,,,,,, +7,6,N,10360,0,5/2-,,30,,KEV,1.52e-20,0,P,100,0,,,,,,,,,,,, +7,6,N,10360,0,7/2-,,76,,KEV,6e-21,0,P,100,0,,,,,,,,,,,, +7,6,N,11530,12,5/2+,,430,35,KEV,1.1e-21,1e-22,P,100,0,,,,,,,,,,,, +7,6,N,11700,30,5/2-,,115,30,KEV,4e-21,1e-21,P,100,0,,,,,,,,,,,, +7,6,N,11740,40,3/2+,,240,30,KEV,1.9e-21,2e-22,P,,0,IT,,0,,,,,,,,, +7,6,N,11740,50,3/2-,,530,80,KEV,9e-22,1e-22,P,100,0,,,,,,,,,,,, +7,6,N,11860,40,1/2+,,380,50,KEV,1.2e-21,2e-22,P,100,0,,,,,,,,,,,, +7,6,N,12130,50,7/2-,,250,30,KEV,1.8e-21,2e-22,P,100,0,,,,,,,,,,,, +7,6,N,13500,200,3/2+,AP,6500,,KEV,1e-22,,P,100,0,IT,,0,,,,,,,,, +7,6,N,14050,20,3/2+,,165,20,KEV,2.8e-21,3e-22,A,,0,P,,0,IT,,0,= 1/2,,,,, +7,6,N,15064.6,0.4,3/2-,,0.93,3,KEV,4.9e-19,1.5806e-20,IT,4.9,0.3,A,,0,P,,0,= 3/2,,,,, +7,6,N,15300,200,(3/2+),,350,150,KEV,1.3e-21,6e-22,P,100,0,IT,,0,,,,,,,,, +7,6,N,15990,30,7/2+,,135,90,KEV,3.4e-21,2.3e-21,A,,0,P,,0,,,,= 1/2,,,,, +7,6,N,16000,0,,AP,500,,KEV,9e-22,,P,100,0,,,,,,,,,,,, +7,6,N,17500,0,,,,,,,,P,,0,IT,,0,,,,,,,,, +7,6,N,18150,30,3/2+,,320,80,KEV,1.4e-21,4e-22,P,100,0,,,,,,,= 1/2,,,,, +7,6,N,18170,20,1/2-,,225,50,KEV,2e-21,5e-22,A,,0,P,,0,,,,= 1/2,,,,, +7,6,N,18406,5,3/2+,,66,8,KEV,6.9e-21,8e-22,A,,0,P,,0,,,,= 3/2,,,,, +7,6,N,18961,10,3/2- OR 7/2+,,23,5,KEV,1.98e-20,4.3e-21,A,,0,P,,0,,,,= 3/2,,,,, +7,6,N,19830,0,5/2-,,1000,,KEV,5e-22,0,A,,0,P,,0,,,,= 1/2,,,,, +7,6,N,19880,0,7/2+,,750,,KEV,6e-22,0,P,100,0,,,,,,,= 1/2,,,,, +7,6,N,20200,0,5/2-,,1000,,KEV,5e-22,0,P,100,0,,,,,,,,,,,, +7,6,N,20900,300,1/2+,,1200,,KEV,4e-22,0,P,,0,IT,,0,,,,,,,,, +7,6,N,21400,0,5/2-,,750,,KEV,6e-22,0,P,100,0,,,,,,,,,,,, +7,6,N,21700,0,3/2+,,,,,,,P,100,0,,,,,,,,,,,, +7,6,N,22400,500,1/2+,,,,,,,P,100,0,,,,,,,,,,,, +7,6,N,23000,0,,,,,,,,IT,,0,P,,0,,,,,,,,, +7,6,N,23300,0,(3/2-),,400,,KEV,1.1e-21,0,3HE,,0,P,,0,,,,,,,,, +7,6,N,23830,50,(3/2-),,350,50,KEV,1.3e-21,2e-22,3HE,,0,P,,0,,,,,,,,, +7,6,N,23900,0,(11/2-),,20,,KEV,2.28e-20,0,3HE,100,0,,,,,,,,,,,, +7,6,N,24400,0,,,700,,KEV,7e-22,0,3HE,,0,P,,0,,,,,,,,, +7,6,N,24600,0,,,120,,KEV,3.8e-21,0,3HE,,0,P,,0,,,,,,,,, +7,6,N,25600,100,(3/2)-,,240,80,KEV,1.9e-21,6e-22,3HE,,0,P,,0,,,,,,,,, +7,6,N,25900,0,,,1000,,KEV,5e-22,0,A,,0,3HE,,0,D,,0,,,,,, +7,6,N,26840,0,,,,,,,,P,100,0,,,,,,,,,,,, +7,6,N,28000,0,,,,,,,,A,,0,3HE,,0,P,,0,,,,,, +7,6,N,31000,0,,,,,,,,P,100,0,,,,,,,,,,,, +7,6,N,32000,0,,AP,2000,,KEV,2e-22,,A,,0,3HE,,0,D,,0,,,,,, +7,7,N,7966.9,0.5,2-,,2.5,7,EV,1.823e-16,5.104e-17,P,99.3,0.2,IT,0.7,0.2,,,,= 0,,,,, +7,7,N,8062,1,1-,,23,1,KEV,1.98e-20,9e-22,P,99.947,0.012,IT,0.053,0.012,,,,= 1,,,,, +7,7,N,8490,2,4-,,13.2,21,FS,0.0000000000000132,0.0000000000000021,P,79,8,IT,21,8,,,,= 0,,,,, +7,7,N,8618,2,0+,,3.8,3,KEV,1.199e-19,9.47e-21,P,99.86,0,IT,0.14,0,,,,= 1,,,,, +7,7,N,8776,7,0-,,410,20,KEV,1.1e-21,1e-22,P,99.989,0.003,IT,0.011,0.003,,,,= 1,,,,, +7,7,N,8907,3,3-,,16,2,KEV,2.85e-20,3.6e-21,P,99.9977,0.0004,IT,0.0024,0.0004,,,,= 1,,,,, +7,7,N,8964,2,5+,,73,12,FS,0.000000000000073,0.000000000000012,P,81,5,IT,19,5,,,,= 0,,,,, +7,7,N,8980,3,2+,,8,2,KEV,5.7e-20,1.42e-20,IT,,0,P,,0,,,,= 0,,,,, +7,7,N,9129,0.5,3+,,9,4,FS,0.000000000000009,0.000000000000004,P,80,9,IT,20,9,,,,= 0,,,,, +7,7,N,9172.25,0.12,2+,,122,8,EV,3.7e-18,2e-19,P,94.8,0.4,IT,5.2,0.4,,,,= 1,,,,, +7,7,N,9388,3,2-,,13,3,KEV,3.51e-20,8.1e-21,P,100,0,,,,,,,= 0,,,,, +7,7,N,9509,3,2-,,41,2,KEV,1.11e-20,5e-22,P,99.9902,0.0011,IT,0.0098,0.0011,,,,= 1,,,,, +7,7,N,9703,4,1+,,15,3,KEV,3.04e-20,6.1e-21,P,99.99959,0.0001,IT,0.00041,0.0001,,,,= 0,,,,, +7,7,N,10101,15,2+ 1+,,12,3,KEV,3.8e-20,9.5e-21,P,99.9983,0.0005,IT,0.0017,0.0005,,,,= 0,,,,, +7,7,N,10226,8,1(-),,80,15,KEV,5.7e-21,1.1e-21,P,99.995,0.0019,IT,0.005,0.0019,,,,= 0,,,,, +7,7,N,10432,7,2+,,33,3,KEV,1.38e-20,1.3e-21,P,99.961,0.004,IT,0.039,0.004,,,,= 1,,,,, +7,7,N,10534,20,(1-),,140,,KEV,3.3e-21,0,P,100,0,,,,,,,,,,,, +7,7,N,10812,15,5+,,0.39,16,EV,0.0000000000000011685,4.79369e-16,P,95.9,0.8,IT,4.1,0.8,,,,= 0,,,,, +7,7,N,11000,30,,,165,30,KEV,2.8e-21,5e-22,P,,0,IT,,0,,,,,,,,, +7,7,N,11050,5,3+,,1.2,4,KEV,3.798e-19,1.2658e-19,P,99.982,0.007,IT,0.018,0.007,,,,,,,,, +7,7,N,11070,0,1+,,100,,KEV,4.6e-21,0,P,,0,N,,0,D,,0,= 0,,,,, +7,7,N,11210,30,,,220,30,KEV,2.1e-21,3e-22,D,,0,P,,0,IT,,0,= 1,,,,, +7,7,N,11240,15,3-,,11,,KEV,4.14e-20,0,P,,0,N,,0,IT,,0,= 0,,,,, +7,7,N,11270,15,2-,,180,,KEV,2.5e-21,0,P,,0,N,,0,D,,0,= 0,,,,, +7,7,N,11357,15,1+,,30,,KEV,1.52e-20,0,D,,0,P,,0,N,,0,= 0,,,,, +7,7,N,11513.5,1.5,2+ 3+,,7.0,5,KEV,6.51e-20,4.65e-21,P,,0,D,,0,,,,,,,,, +7,7,N,11676,18,1- 2-,,150,20,KEV,3e-21,4e-22,D,,0,P,,0,N,,0,,,,,, +7,7,N,11741,6,1- 2-,,40,9,KEV,1.14e-20,2.6e-21,D,,0,P,,0,IT,,0,,,,,, +7,7,N,11761,6,3- 4-,,78,6,KEV,5.8e-21,4e-22,D,,0,P,,0,IT,,0,,,,,, +7,7,N,11807,7,2- (1+),,119,9,KEV,3.8e-21,3e-22,D,,0,P,,0,N,,0,,,,,, +7,7,N,11874,6,2- (1-),,101,9,KEV,4.5e-21,4e-22,D,,0,P,,0,N,,0,,,,,, +7,7,N,12200,19,1- 2-,,300,30,KEV,1.5e-21,2e-22,D,,0,P,,0,N,,0,,,,,, +7,7,N,12408,3,(4-),,34,3,KEV,1.34e-20,1.2e-21,A,,0,D,,0,P,,0,,,,,, +7,7,N,12418,3,3- 4-,,41,4,KEV,1.11e-20,1.1e-21,D,,0,P,,0,,,,,,,,, +7,7,N,12495,9,(1+),,39,5,KEV,1.17e-20,1.5e-21,A,,0,D,,0,P,,0,= 1,,,,, +7,7,N,12594,3,3+,,48,2,KEV,9.5e-21,4e-22,A,,0,D,,0,P,,0,,,,,, +7,7,N,12690,5,3-,,18,5,KEV,2.53e-20,7e-21,A,,0,D,,0,P,,0,,,,,, +7,7,N,12708,9,,,43,15,KEV,1.06e-20,3.7e-21,P,,0,D,,0,,,,,,,,, +7,7,N,12789,5,4+,,16,3,KEV,2.85e-20,5.3e-21,A,,0,D,,0,P,,0,,,,,, +7,7,N,12813,4,4-,,5,2,KEV,9.11e-20,3.65e-20,A,,0,D,,0,P,,0,,,,,, +7,7,N,12826,6,,,11,3,KEV,4.14e-20,1.13e-20,P,,0,N,,0,D,,0,,,,,, +7,7,N,12857,6,,,78,10,KEV,5.8e-21,7e-22,D,,0,P,,0,N,,0,,,,,, +7,7,N,12883,8,,,134,11,KEV,3.4e-21,3e-22,D,,0,P,,0,,,,,,,,, +7,7,N,12922,5,4+,,22,4,KEV,2.07e-20,3.8e-21,A,,0,D,,0,P,,0,,,,,, +7,7,N,13007,17,,,120,30,KEV,3.8e-21,9e-22,P,,0,IT,,0,,,,,,,,, +7,7,N,13167,5,1+,,15,5,KEV,3.04e-20,1.01e-20,A,,0,D,,0,P,,0,,,,,, +7,7,N,13192,9,3+,,65,10,KEV,7e-21,1.1e-21,A,100,0,,,,,,,,,,,, +7,7,N,13243,10,2-,,92,5,KEV,5e-21,3e-22,A,,0,P,,0,N,,0,,,,,, +7,7,N,13300,40,(2-),,1000,150,KEV,5e-22,1e-22,IT,,0,P,,0,,,,= 1,,,,, +7,7,N,13656,5,(2+ 3+),AP,90,,KEV,5.1e-21,,A,,0,D,,0,P,,0,,,,,, +7,7,N,13714,5,2- 3+,,105,25,KEV,4.3e-21,1e-21,A,,0,D,,0,P,,0,,,,,, +7,7,N,13740,10,1+,,180,20,KEV,2.5e-21,3e-22,A,,0,D,,0,P,,0,= 1,,,,, +7,7,N,13770,10,(1+),,120,,KEV,3.8e-21,0,A,,0,P,,0,,,,,,,,, +7,7,N,14040,30,,,100,,KEV,4.6e-21,0,A,,0,D,,0,P,,0,,,,,, +7,7,N,14160,30,,,230,,KEV,2e-21,0,A,,0,D,,0,P,,0,,,,,, +7,7,N,14250,50,3+,,420,100,KEV,1.1e-21,3e-22,A,,0,P,,0,,,,,,,,, +7,7,N,14300,20,,,150,,KEV,3e-21,0,A,,0,P,,0,,,,,,,,, +7,7,N,14560,20,,,100,,KEV,4.6e-21,0,A,,0,P,,0,N,,0,,,,,, +7,7,N,14590,30,,,50,,KEV,9.1e-21,0,A,,0,P,,0,N,,0,,,,,, +7,7,N,14660,10,5-,,100,20,KEV,4.6e-21,9e-22,A,100,0,,,,,,,= 0,,,,, +7,7,N,14730,25,(2-),,125,,KEV,3.6e-21,0,A,,0,P,,0,N,,0,= 1,,,,, +7,7,N,14860,30,,,140,,KEV,3.3e-21,0,A,,0,D,,0,P,,0,,,,,, +7,7,N,14920,30,,,43,8,KEV,1.06e-20,2e-21,A,,0,P,,0,N,,0,,,,,, +7,7,N,15020,20,3- 4-,AP,60,,KEV,7.6e-21,,A,,0,P,,0,N,,0,= 1,,,,, +7,7,N,15240,20,,,100,,KEV,4.6e-21,0,A,,0,D,,0,P,,0,,,,,, +7,7,N,15430,20,,,100,,KEV,4.6e-21,0,A,,0,D,,0,P,,0,,,,,, +7,7,N,15700,50,,,350,,KEV,1.3e-21,0,A,,0,D,,0,P,,0,,,,,, +7,7,N,16210,20,,,125,,KEV,3.6e-21,0,A,,0,P,,0,N,,0,,,,,, +7,7,N,16400,20,,,150,,KEV,3e-21,0,A,,0,D,,0,P,,0,,,,,, +7,7,N,16650,25,4+,,240,25,KEV,1.9e-21,2e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,16910,30,4+,,290,30,KEV,1.6e-21,2e-22,A,,0,D,,0,P,,0,= 0&1,,,,, +7,7,N,16920,20,2+,,830,170,KEV,5e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,17030,50,3-,,245,50,KEV,1.9e-21,4e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,17170,30,1-,,300,30,KEV,1.5e-21,2e-22,A,,0,D,,0,P,,0,= 0&1,,,,, +7,7,N,17310,30,4+,,275,30,KEV,1.7e-21,2e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,17400,25,4+,,245,25,KEV,1.9e-21,2e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,17850,50,4+,,475,50,KEV,1e-21,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,17850,50,3-,,440,50,KEV,1e-21,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,17930,70,2+,,340,70,KEV,1.3e-21,3e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,18020,60,3-,,570,60,KEV,8e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,18140,50,4+,,480,50,KEV,9e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,18350,60,1-,,560,60,KEV,8e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,18430,65,4+,,315,65,KEV,1.4e-21,3e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,18500,10,5-,,62,10,KEV,7.4e-21,1.2e-21,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,18530,80,2+,,410,80,KEV,1.1e-21,2e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,18530,60,3-,,310,60,KEV,1.5e-21,3e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,18640,70,3-,,675,70,KEV,7e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,18780,35,1-,,315,35,KEV,1.4e-21,2e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,18880,50,4+,,475,50,KEV,1e-21,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,18930,50,2+ 3-,,450,50,KEV,1e-21,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,19100,90,3-,,870,90,KEV,5e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,19900,60,2+,,575,60,KEV,8e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,19990,50,1-,,510,50,KEV,9e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,20630,110,4+,,1100,110,KEV,4e-22,0,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,20650,60,5-,,610,60,KEV,7e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,21240,50,4+,,415,50,KEV,1.1e-21,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,21510,25,3-,,235,25,KEV,1.9e-21,2e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,21530,75,5-,,360,75,KEV,1.3e-21,3e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,21680,40,4+,,360,40,KEV,1.3e-21,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,21800,0,4+,,650,,KEV,7e-22,0,3HE,,0,IT,,0,,,,= 0&1,,,,, +7,7,N,22260,15,4+,,65,15,KEV,7e-21,1.6e-21,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,22310,60,5-,,570,60,KEV,8e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,22500,0,2-,,,,,,,P,,0,IT,,0,,,,= 1,,,,, +7,7,N,23000,0,2-,AP,3000,,KEV,2e-22,,P,,0,N,,0,IT,,0,= 1,,,,, +7,7,N,23400,70,5-,,640,70,KEV,7e-22,1e-22,A,,0,D,,0,,,,= 0&1,,,,, +7,7,N,24000,0,,AP,1000,,KEV,5e-22,,A,,0,3HE,,0,N,,0,,,,,, +7,8,N,10449.7,0.3,5/2-,LT,0.5,,KEV,9.114e-19,,IT,,0,P,,0,,,,,,,,, +7,8,N,10533.3,0.5,5/2+,,,,,,,P,,0,IT,,0,,,,,,,,, +7,8,N,10693.2,0.3,9/2+,,12,6,FS,0.000000000000012,0.000000000000006,P,,0,IT,,0,,,,,,,,, +7,8,N,10701.9,0.3,3/2-,,0.2,,KEV,2.2785e-18,0,P,99.82,0,IT,0.18,0,,,,,,,,, +7,8,N,10804,2,3/2+,LT,0.001,,KEV,4.557e-16,,P,,0,IT,,0,,,,,,,,, +7,8,N,11235,5,GE 3/2,,3.3,,KEV,1.381e-19,0,N,100,0,,,,,,,,,,,, +7,8,N,11292.8,0.7,1/2-,,8,3,KEV,5.7e-20,2.14e-20,IT,,0,P,,0,N,,0,,,,,, +7,8,N,11437.6,0.7,1/2+,,41.4,11,KEV,1.1e-20,2.9e-22,A,,0,P,,0,N,,0,,,,,, +7,8,N,11615,4,1/2+,,405,6,KEV,1.1e-21,0,IT,0.00523,0.00019,P,,0,N,,0,= 3/2,,,,, +7,8,N,11763,3,3/2+,,40,,KEV,1.14e-20,0,A,,0,P,,0,N,,0,,,,,, +7,8,N,11876,3,3/2-,,25,,KEV,1.82e-20,0,A,,0,P,,0,N,,0,,,,,, +7,8,N,11942,6,9/2-,LE,3.0,,KEV,1.519e-19,,A,,0,N,,0,,,,,,,,, +7,8,N,11965,3,1/2-,,17,,KEV,2.68e-20,0,A,,0,P,,0,N,,0,,,,,, +7,8,N,12095,3,5/2+,,14,5,KEV,3.26e-20,1.16e-20,A,,0,P,,0,N,,0,,,,,, +7,8,N,12145,3,3/2-,,41,5,KEV,1.11e-20,1.4e-21,A,,0,P,,0,N,,0,,,,,, +7,8,N,12327,4,5/2(+),,22,,KEV,2.07e-20,0,P,,0,N,,0,,,,,,,,, +7,8,N,12493,4,5/2+,,40,5,KEV,1.14e-20,1.4e-21,A,,0,P,,0,N,,0,= 1/2,,,,, +7,8,N,12522,8,5/2+,,58,4,KEV,7.9e-21,5e-22,P,99.9921,0.0012,IT,0.0079,0.0012,,,,= 3/2,,,,, +7,8,N,12920,4,3/2-,,56,11,KEV,8.1e-21,1.6e-21,A,,0,P,,0,N,,0,,,,,, +7,8,N,12940,10,5/2+,,81,,KEV,5.6e-21,0,A,,0,P,,0,,,,,,,,, +7,8,N,13149,10,,,7,3,KEV,6.51e-20,2.79e-20,A,,0,P,,0,N,,0,,,,,, +7,8,N,13174,7,(9/2),,7,3,KEV,6.51e-20,2.79e-20,A,,0,P,,0,N,,0,,,,,, +7,8,N,13362,8,3/2-,,16,8,KEV,2.85e-20,1.42e-20,A,,0,P,,0,N,,0,,,,,, +7,8,N,13390,10,3/2+,,56,,KEV,8.1e-21,0,IT,0.0054,0,A,,0,P,,0,,,,,, +7,8,N,13537,10,3/2-,,85,30,KEV,5.4e-21,1.9e-21,A,,0,P,,0,N,,0,,,,,, +7,8,N,13608,7,5/2(+),,18,4,KEV,2.53e-20,5.6e-21,A,,0,P,,0,N,,0,,,,,, +7,8,N,13612,10,(1/2+),,90,,KEV,5.1e-21,0,A,,0,P,,0,N,,0,,,,,, +7,8,N,13713,10,,,26,8,KEV,1.75e-20,5.4e-21,A,,0,P,,0,N,,0,,,,,, +7,8,N,13840,30,3/2+,,75,,KEV,6.1e-21,0,A,,0,P,,0,N,,0,,,,,, +7,8,N,13900,0,1/2+,,930,,KEV,5e-22,0,IT,,0,P,,0,,,,,,,,, +7,8,N,13990,30,5/2+,,98,10,KEV,4.7e-21,5e-22,A,,0,P,,0,N,,0,,,,,, +7,8,N,14090,7,(9/2+ 7/2+),,22,6,KEV,2.07e-20,5.6e-21,A,,0,P,,0,N,,0,,,,,, +7,8,N,14100,30,3/2+,AP,100,,KEV,4.6e-21,,A,,0,N,,0,,,,,,,,, +7,8,N,14162,10,3/2(+),,27,6,KEV,1.69e-20,3.8e-21,A,,0,N,,0,,,,,,,,, +7,8,N,14240,40,5/2+,,150,,KEV,3e-21,0,A,100,0,,,,,,,,,,,, +7,8,N,14380,40,7/2+,,100,,KEV,4.6e-21,0,A,100,0,,,,,,,,,,,, +7,8,N,14400,0,,AP,1900,,KEV,2e-22,,A,,0,P,,0,N,,0,,,,,, +7,8,N,14550,20,,,200,50,KEV,2.3e-21,6e-22,A,,0,P,,0,N,,0,,,,,, +7,8,N,14647,10,,,33,6,KEV,1.38e-20,2.5e-21,A,,0,P,,0,N,,0,,,,,, +7,8,N,14710,0,,,750,,KEV,6e-22,0,P,,0,IT,,0,,,,,,,,, +7,8,N,14720,10,5/2-,,110,50,KEV,4.1e-21,1.9e-21,A,,0,P,,0,N,,0,,,,,, +7,8,N,14860,20,,,48,11,KEV,9.5e-21,2.2e-21,A,,0,N,,0,,,,,,,,, +7,8,N,14920,10,,,12,3,KEV,3.8e-20,9.5e-21,A,,0,N,,0,,,,,,,,, +7,8,N,15025,10,,,13,3,KEV,3.51e-20,8.1e-21,A,,0,N,,0,,,,,,,,, +7,8,N,15090,20,,,80,25,KEV,5.7e-21,1.8e-21,A,,0,N,,0,,,,,,,,, +7,8,N,15288,10,,,26,6,KEV,1.75e-20,4e-21,A,,0,N,,0,,,,,,,,, +7,8,N,15380,20,,,75,25,KEV,6.1e-21,2e-21,A,,0,3H,,0,N,,0,,,,,, +7,8,N,15430,20,,AP,100,,KEV,4.6e-21,,A,,0,N,,0,,,,,,,,, +7,8,N,15450,0,,,750,,KEV,6e-22,0,IT,,0,P,,0,,,,,,,,, +7,8,N,15530,20,,AP,35,,KEV,1.3e-20,,A,,0,N,,0,,,,,,,,, +7,8,N,15600,20,,,95,25,KEV,4.8e-21,1.3e-21,A,,0,N,,0,,,,,,,,, +7,8,N,15782,10,,,,,,,,A,,0,3H,,0,P,,0,,,,,, +7,8,N,15930,20,,,35,5,KEV,1.3e-20,1.9e-21,A,,0,3H,,0,N,,0,,,,,, +7,8,N,15944,15,,,21,6,KEV,2.17e-20,6.2e-21,A,,0,3H,,0,N,,0,,,,,, +7,8,N,16026,10,,,62,12,KEV,7.4e-21,1.4e-21,A,,0,3H,,0,P,,0,,,,,, +7,8,N,16190,10,3/2+,,450,100,KEV,1e-21,2e-22,A,,0,3H,,0,P,,0,,,,,, +7,8,N,16260,20,3/2+,,150,28,KEV,3e-21,6e-22,A,,0,3H,,0,N,,0,,,,,, +7,8,N,16320,20,,AP,30,,KEV,1.52e-20,,A,,0,3H,,0,P,,0,,,,,, +7,8,N,16390,20,,,44,11,KEV,1.04e-20,2.6e-21,A,,0,3H,,0,P,,0,,,,,, +7,8,N,16460,0,,,560,,KEV,8e-22,0,D,,0,P,,0,IT,,0,,,,,, +7,8,N,16576,15,,,27,15,KEV,1.69e-20,9.4e-21,A,,0,N,,0,,,,,,,,, +7,8,N,16590,25,3/2-,,490,,KEV,9e-22,0,A,,0,3H,,0,P,,0,,,,,, +7,8,N,16677,15,1/2+,,80,20,KEV,5.7e-21,1.4e-21,A,,0,3H,,0,D,,0,= 1/2,,,,, +7,8,N,16850,30,5/2,,110,50,KEV,4.1e-21,1.9e-21,A,,0,3H,,0,,,,,,,,, +7,8,N,16910,0,,AP,350,,KEV,1.3e-21,,A,,0,3H,,0,D,,0,,,,,, +7,8,N,17050,0,,,,,,,,3H,,0,P,,0,,,,,,,,, +7,8,N,17110,0,,,,,,,,A,,0,D,,0,,,,,,,,, +7,8,N,17150,50,(1/2+ 3/2+),,250,60,KEV,1.8e-21,4e-22,A,,0,3H,,0,IT,,0,,,,,, +7,8,N,17230,40,,AP,175,,KEV,2.6e-21,,A,,0,3H,,0,D,,0,,,,,, +7,8,N,17370,40,,AP,250,,KEV,1.8e-21,,A,,0,3H,,0,D,,0,,,,,, +7,8,N,17580,40,3/2+,,450,120,KEV,1e-21,3e-22,A,,0,3H,,0,D,,0,,,,,, +7,8,N,17670,40,3/2+,,600,80,KEV,8e-22,1e-22,A,,0,D,,0,N,,0,= 1/2,,,,, +7,8,N,17720,10,,,48,10,KEV,9.5e-21,2e-21,A,,0,3H,,0,D,,0,,,,,, +7,8,N,17950,20,,,167,,KEV,2.7e-21,0,A,,0,N,,0,,,,,,,,, +7,8,N,18060,10,,,19,4,KEV,2.4e-20,5e-21,A,,0,D,,0,N,,0,,,,,, +7,8,N,18090,20,,AP,40,,KEV,1.14e-20,,3H,,0,D,,0,P,,0,,,,,, +7,8,N,18220,0,,,158,,KEV,2.9e-21,0,A,,0,N,,0,,,,,,,,, +7,8,N,18270,20,,,235,60,KEV,1.9e-21,5e-22,A,,0,D,,0,P,,0,,,,,, +7,8,N,18910,150,3/2+ & 1/2+,,750,70,KEV,6e-22,1e-22,A,,0,IT,,0,,,,,,,,, +7,8,N,19200,35,(1/2+),AP,130,,KEV,3.5e-21,,D,,0,N,,0,,,,= 1/2,,,,, +7,8,N,19500,0,3/2+,AP,400,,KEV,1.1e-21,,3H,,0,IT,,0,P,,0,= 3/2,,,,, +7,8,N,20500,0,3/2+,AP,400,,KEV,1.1e-21,,D,,0,P,,0,N,,0,,,,,, +7,8,N,20960,65,3/2+ & 1/2+,,1740,150,KEV,3e-22,0,A,,0,IT,,0,,,,,,,,, +7,8,N,21820,0,,AP,600,,KEV,8e-22,,D,,0,P,,0,IT,,0,,,,,, +7,8,N,23190,60,,,,,,,,IT,,0,P,,0,,,,= 3/2,,,,, +7,8,N,23600,0,,,,,,,,D,,0,N,,0,IT,,0,,,,,, +7,8,N,25500,0,3/2-,,,,,,,P,,0,N,,0,IT,,0,= 3/2,,,,, +7,8,N,26800,0,,,,,,,,3H,100,0,,,,,,,,,,,, +7,8,N,37000,-1,,,,,,,,IT,,0,P,,0,,,,,,,,, +7,9,N,120.42,0.12,0-,,5.25,6,US,0.00000525,0.00000006,B-,,0,IT,,0,,,,,,,,, +7,9,N,3353,3,(1+),,15,5,KEV,3.04e-20,1.01e-20,N,100,0,,,,,,,,,,,, +7,9,N,3523,3,2+,,3,,KEV,1.519e-19,0,N,100,0,,,,,,,,,,,, +7,9,N,3963,3,3+,LE,2,,KEV,2.279e-19,,N,100,0,,,,,,,,,,,, +7,9,N,4320,3,1+,,20,5,KEV,2.28e-20,5.7e-21,N,100,0,,,,,,,,,,,, +7,9,N,4391,3,1-,,82,20,KEV,5.6e-21,1.4e-21,N,100,0,,,,,,,,,,,, +7,9,N,4760,50,1-,,250,50,KEV,1.8e-21,4e-22,N,100,0,,,,,,,,,,,, +7,9,N,4783,3,2+,,59,8,KEV,7.7e-21,1e-21,N,100,0,,,,,,,,,,,, +7,9,N,5054,3,2-,,19,6,KEV,2.4e-20,7.6e-21,N,100,0,,,,,,,,,,,, +7,9,N,5129,7,GE 2,LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,,,,,, +7,9,N,5150,7,(3)-,LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,= 1,,,,, +7,9,N,5230,3,3+,LE,4,,KEV,1.139e-19,,N,100,0,,,,,,,,,,,, +7,9,N,5250,70,2-,,320,80,KEV,1.4e-21,4e-22,N,100,0,,,,,,,,,,,, +7,9,N,5318,3,(0- 1+),,260,,KEV,1.8e-21,0,N,100,0,,,,,,,,,,,, +7,9,N,5521.6,2.5,3+,LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,,,,,, +7,9,N,5731.7,2.5,(5+),LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,,,,,, +7,9,N,6003,3,1-,,270,30,KEV,1.7e-21,2e-22,N,100,0,,,,,,,,,,,, +7,9,N,6170.7,2.4,(4-),LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,= 1,,,,, +7,9,N,6374,3,(3-),,30,6,KEV,1.52e-20,3e-21,N,100,0,,,,,,,= 1,,,,, +7,9,N,6505,3,1+,,34,6,KEV,1.34e-20,2.4e-21,N,100,0,,,,,,,,,,,, +7,9,N,6840,0,GE 2,GT,140,,KEV,3.3e-21,276.1818181818182,N,100,0,,,,,,,,,,,, +7,9,N,7020,20,1+,,22,5,KEV,2.07e-20,4.7e-21,N,100,0,,,,,,,,,,,, +7,9,N,7250,7,GE 2,,17,5,KEV,2.68e-20,7.9e-21,N,100,0,,,,,,,,,,,, +7,9,N,7572,4,GE 3,LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,,,,,, +7,9,N,7674,4,,LE,11,,KEV,4.14e-20,,N,100,0,,,,,,,,,,,, +7,9,N,7877,9,GE 4,,100,15,KEV,4.6e-21,7e-22,N,100,0,,,,,,,,,,,, +7,9,N,8048,9,,,85,15,KEV,5.4e-21,9e-22,N,100,0,,,,,,,,,,,, +7,9,N,8365,8,GE 1,,18,8,KEV,2.53e-20,1.13e-20,N,100,0,,,,,,,,,,,, +7,9,N,8490,30,GE 1,LE,50,,KEV,9.1e-21,,N,100,0,,,,,,,,,,,, +7,9,N,8720,0,GE 1,,40,,KEV,1.14e-20,0,N,100,0,,,,,,,,,,,, +7,9,N,8819,15,,LE,50,,KEV,9.1e-21,,N,100,0,,,,,,,,,,,, +7,9,N,9160,30,GE 2,,100,,KEV,4.6e-21,0,N,100,0,,,,,,,,,,,, +7,9,N,9340,30,,LE,50,,KEV,9.1e-21,,N,100,0,,,,,,,,,,,, +7,9,N,9459,15,GE 2,,100,,KEV,4.6e-21,0,N,100,0,,,,,,,,,,,, +7,9,N,10055,15,GE 3,,30,,KEV,1.52e-20,0,N,100,0,,,,,,,,,,,, +7,9,N,10370,40,GE 2,,165,,KEV,2.8e-21,0,N,100,0,,,,,,,,,,,, +7,9,N,10710,0,GE 2,,120,,KEV,3.8e-21,0,N,100,0,,,,,,,,,,,, +7,9,N,11490,0,GE 3,,,,,,,N,100,0,,,,,,,,,,,, +7,9,N,11610,0,GE 3,,220,,KEV,2.1e-21,0,N,,0,D,,0,,,,,,,,, +7,9,N,11920,0,,,390,,KEV,1.2e-21,0,D,,0,N,,0,,,,,,,,, +7,9,N,12090,0,,,,,,,,N,100,0,,,,,,,,,,,, +7,9,N,12390,60,,,290,,KEV,1.6e-21,0,P,,0,N,,0,D,,0,,,,,, +7,9,N,12570,60,,,180,,KEV,2.5e-21,0,P,,0,N,,0,D,,0,,,,,, +7,9,N,12880,0,,,155,,KEV,2.9e-21,0,P,,0,N,,0,D,,0,,,,,, +7,9,N,12970,0,,,175,,KEV,2.6e-21,0,N,,0,D,,0,,,,,,,,, +7,9,N,13110,60,,,,,,,,N,,0,D,,0,,,,,,,,, +7,9,N,13830,0,,,,,,,,N,100,0,,,,,,,,,,,, +7,9,N,14360,50,(3)+,,180,,KEV,2.5e-21,0,D,100,0,,,,,,,,,,,, +7,11,N,114.9,0.18,(2-),,,,,,,IT,100,0,,,,,,,,,,,, +7,11,N,587.56,0.24,(2-),,,,,,,IT,100,0,,,,,,,,,,,, +7,11,N,1734.85,0.22,(2+),,,,,,,IT,100,0,,,,,,,,,,,, +7,11,N,2614.45,0.23,1+,,,,,,,IT,100,0,,,,,,,,,,,, +8,6,O,5920,10,0+,LE,50,,KEV,9.1e-21,,P,100,0,,,,,,,= 1,,,,, +8,6,O,6272,10,3-,,103,6,KEV,4.4e-21,3e-22,P,100,0,,,,,,,= 1,,,,, +8,6,O,6590,10,2+,LE,60,,KEV,7.6e-21,,P,100,0,,,,,,,= 1,,,,, +8,6,O,7768,10,2+,,76,10,KEV,6e-21,8e-22,P,100,0,,,,,,,= 1,,,,, +8,7,O,7556.5,0.4,1/2+,,0.99,10,KEV,4.603e-19,4.6495e-20,P,99.9958,0,IT,0.0042,0,,,,,,,,, +8,7,O,8284,0.5,3/2+,,3.6,7,KEV,1.266e-19,2.461e-20,P,99.973,0,IT,0.027,0,,,,,,,,, +8,7,O,8743,6,1/2+,,32,,KEV,1.42e-20,0,P,99.9985,0,IT,0.0015,0,,,,,,,,, +8,7,O,8922,2,5/2+,,3.3,3,KEV,1.381e-19,1.255e-20,P,100,0,IT,,0,,,,,,,,, +8,7,O,8922,2,1/2+,,7.5,,KEV,6.08e-20,0,P,100,0,IT,,0,,,,,,,,, +8,7,O,8982.1,1.7,(1/2)-,,3.9,4,KEV,1.168e-19,1.198e-20,P,100,0,IT,,0,,,,,,,,, +8,7,O,9484,8,(3/2)+,AP,200,,KEV,2.3e-21,,P,100,0,IT,0.0046,0,,,,,,,,, +8,7,O,9488,3,5/2-,,10.1,5,KEV,4.51e-20,2.23e-21,P,99.976,0,IT,0.024,0,,,,,,,,, +8,7,O,9609,2,3/2-,,8.8,5,KEV,5.18e-20,2.94e-21,P,99.943,0,IT,0.057,0,,,,,,,,, +8,7,O,9662,3,(7/2 9/2)-,,2,1,KEV,2.279e-19,1.139e-19,P,100,0,,,,,,,,,,,, +8,7,O,10290,0,(5/2-),,3,1,KEV,1.519e-19,5.06e-20,P,100,0,,,,,,,,,,,, +8,7,O,10300,0,5/2+,,11,2,KEV,4.14e-20,7.5e-21,P,100,0,,,,,,,,,,,, +8,7,O,10461,5,(9/2+),LT,2,,KEV,2.279e-19,,IT,,0,P,,0,,,,,,,,, +8,7,O,10480,0,(3/2-),,25,5,KEV,1.82e-20,3.6e-21,P,100,0,IT,0.0014,0.0004,,,,,,,,, +8,7,O,10506,0,(3/2)+,,140,40,KEV,3.3e-21,9e-22,P,100,0,IT,,0,,,,,,,,, +8,7,O,10917,12,7/2+,,90,,KEV,5.1e-21,0,P,100,0,,,,,,,,,,,, +8,7,O,10938,3,1/2+,,99,5,KEV,4.6e-21,2e-22,P,100,0,IT,0.032,0.006,,,,,,,,, +8,7,O,11025,3,1/2-,,25,2,KEV,1.82e-20,1.5e-21,P,100,0,IT,0.0056,0.0016,,,,,,,,, +8,7,O,11151,7,,LT,10,,KEV,4.56e-20,,P,100,0,,,,,,,,,,,, +8,7,O,11218,3,3/2+,,40,4,KEV,1.14e-20,1.1e-21,P,99.9815,0.0024,IT,0.0185,0.0024,,,,,,,,, +8,7,O,11565,15,,LT,10,,KEV,4.56e-20,,P,100,0,,,,,,,,,,,, +8,7,O,11569,15,5/2-,,20,15,KEV,2.28e-20,1.71e-20,P,99.99,0.007,IT,0.01,0.007,,,,,,,,, +8,7,O,11616,15,(3/2 1/2)-,,80,50,KEV,5.7e-21,3.6e-21,P,100,0,IT,,0,,,,,,,,, +8,7,O,11719,8,,LT,10,,KEV,4.56e-20,,P,100,0,,,,,,,,,,,, +8,7,O,11748,3,5/2+,,99,5,KEV,4.6e-21,2e-22,P,99.99,0.002,IT,0.01,0.002,,,,,,,,, +8,7,O,11846,3,5/2-,,65,3,KEV,7e-21,3e-22,P,99.9978,0.0009,IT,0.0022,0.0009,,,,,,,,, +8,7,O,11980,10,5/2-,,20,5,KEV,2.28e-20,5.7e-21,P,100,0,,,,,,,,,,,, +8,7,O,12129,15,5/2+,,200,50,KEV,2.3e-21,6e-22,P,100,0,,,,,,,,,,,, +8,7,O,12222,20,,,100,50,KEV,4.6e-21,2.3e-21,P,100,0,,,,,,,,,,,, +8,7,O,12255,13,5/2+,,135,15,KEV,3.4e-21,4e-22,P,100,0,,,,,,,= 3/2,,,,, +8,7,O,12471,3,5/2- (3/2-),,77,4,KEV,5.9e-21,3e-22,P,100,0,,,,,,,,,,,, +8,7,O,12800,0,,AP,250,,KEV,1.8e-21,,P,100,0,IT,,0,,,,,,,,, +8,7,O,12835,3,,,16,1,KEV,2.85e-20,1.8e-21,P,100,0,,,,,,,,,,,, +8,7,O,13008,3,,,215,3,KEV,2.1e-21,0,P,100,0,,,,,,,,,,,, +8,7,O,13025,3,,,40,30,KEV,1.14e-20,8.5e-21,3HE,,0,P,,0,,,,,,,,, +8,7,O,13450,0,(1/2 3/2)+,AP,1000,,KEV,5e-22,,A,,0,P,,0,IT,,0,,,,,, +8,7,O,13490,0,(3/2+),,,,,,,P,,0,,,,,,,,,,,, +8,7,O,13600,0,5/2+,,,,,,,A,,0,P,,0,,,,,,,,, +8,7,O,13700,0,3/2-,,,,,,,P,100,0,,,,,,,,,,,, +8,7,O,13790,0,3/2-,,,,,,,A,,0,3HE,,0,P,,0,,,,,, +8,7,O,13870,0,,AP,150,,KEV,3e-21,,P,100,0,IT,,0,,,,,,,,, +8,7,O,14030,40,(1/2- 3/2-),,160,20,KEV,2.8e-21,4e-22,3HE,,0,P,,0,N,,0,,,,,, +8,7,O,14170,0,5/2-,,,,,,,A,,0,P,,0,,,,,,,,, +8,7,O,14270,10,1/2+,,340,30,KEV,1.3e-21,1e-22,A,,0,3HE,,0,P,,0,,,,,, +8,7,O,14340,0,5/2+,,240,,KEV,1.9e-21,0,A,,0,3HE,,0,P,,0,,,,,, +8,7,O,14465,10,3/2+ 5/2+,,100,10,KEV,4.6e-21,5e-22,A,,0,3HE,,0,P,,0,,,,,, +8,7,O,14700,40,,,170,35,KEV,2.7e-21,6e-22,3HE,,0,P,,0,N,,0,,,,,, +8,7,O,14950,40,,,400,25,KEV,1.1e-21,1e-22,A,,0,3HE,,0,P,,0,,,,,, +8,7,O,15100,0,(1/2 3/2)+,AP,1000,,KEV,5e-22,,P,100,0,IT,,0,,,,,,,,, +8,7,O,15450,30,,,70,20,KEV,6.5e-21,1.9e-21,A,,0,3HE,,0,P,,0,,,,,, +8,7,O,15540,10,,,,,,,,A,,0,3HE,,0,P,,0,,,,,, +8,7,O,15600,10,,,,,,,,A,,0,3HE,,0,P,,0,,,,,, +8,7,O,15800,10,,,,,,,,3HE,,0,N,,0,,,,,,,,, +8,7,O,15900,15,1/2- 3/2-,,350,,KEV,1.3e-21,0,A,,0,3HE,,0,,,,,,,,, +8,7,O,16050,20,,AP,185,,KEV,2.5e-21,,A,,0,3HE,,0,P,,0,,,,,, +8,7,O,16100,20,,,,,,,,A,,0,3HE,,0,N,,0,,,,,, +8,7,O,16210,20,,AP,140,,KEV,3.3e-21,,A,,0,3HE,,0,P,,0,,,,,, +8,7,O,16430,75,1/2+,,560,100,KEV,8e-22,1e-22,A,,0,3HE,,0,N,,0,,,,,, +8,7,O,16750,50,,,,,,,,3HE,,0,N,,0,,,,,,,,, +8,7,O,17050,60,(1/2 3/2)+,,700,70,KEV,7e-22,1e-22,3HE,,0,P,,0,IT,,0,= 1/2,,,,, +8,7,O,17510,20,1/2- 3/2-,,640,120,KEV,7e-22,1e-22,A,,0,3HE,,0,IT,,0,,,,,, +8,7,O,17990,50,1/2- 3/2-,,200,,KEV,2.3e-21,0,3HE,100,0,,,,,,,,,,,, +8,7,O,18230,50,,,,,,,,3HE,,0,P,,0,N,,0,,,,,, +8,7,O,18670,60,(1/2 3/2)+,,520,110,KEV,9e-22,2e-22,3HE,,0,IT,,0,,,,= 1/2,,,,, +8,7,O,19030,50,,,1120,300,KEV,4e-22,1e-22,3HE,,0,N,,0,IT,,0,,,,,, +8,7,O,19570,80,(1/2 3/2)+,,780,270,KEV,6e-22,2e-22,3HE,,0,IT,,0,,,,= 1/2,,,,, +8,7,O,19910,50,,,,,,,,3HE,,0,N,,0,,,,,,,,, +8,7,O,20420,70,(3/2 1/2)+,,970,240,KEV,5e-22,1e-22,3HE,,0,IT,,0,P,,0,= 1/2,,,,, +8,7,O,21560,70,(3/2 1/2)+,,730,120,KEV,6e-22,1e-22,3HE,,0,P,,0,IT,,0,= 1/2,,,,, +8,7,O,23800,100,,LE,500,,KEV,9e-22,,3HE,,0,IT,,0,,,,,,,,, +8,7,O,26000,0,(13/2-),AP,600,,KEV,8e-22,,3HE,100,0,,,,,,,,,,,, +8,7,O,28000,0,(9/2- 11/2-),AP,2500,,KEV,2e-22,,3HE,100,0,,,,,,,,,,,, +8,7,O,29000,0,,AP,2500,,KEV,2e-22,,3HE,100,0,,,,,,,,,,,, +8,8,O,9585,11,1-,,420,20,KEV,1.1e-21,1e-22,A,100,0,IT,0.0000067,0.000001,,,,= 0,,,,, +8,8,O,9844.5,0.5,2+,,0.62,10,KEV,7.35e-19,1.18548e-19,A,100,0,IT,0.0016,0.0003,,,,= 0,,,,, +8,8,O,10356,3,4+,,26,3,KEV,1.75e-20,2e-21,A,100,0,IT,0.00024,0.00004,,,,= 0,,,,, +8,8,O,11096.7,1.6,4+,,0.28,5,KEV,1.6275e-18,2.90625e-19,A,100,0,IT,0.002,0.0006,,,,= 0,,,,, +8,8,O,11260,0,(0+),,2500,,KEV,2e-22,0,A,100,0,,,,,,,= 0,,,,, +8,8,O,11520,4,2+,,71,3,KEV,6.4e-21,3e-22,A,100,0,IT,0.000094,0.000003,,,,= 0,,,,, +8,8,O,11600,20,3-,,800,100,KEV,6e-22,1e-22,A,100,0,,,,,,,= 0,,,,, +8,8,O,12049,2,0+,,1.5,5,KEV,3.038e-19,1.0127e-19,A,100,0,IT,,0,,,,= 0,,,,, +8,8,O,12440,2,1-,,91,6,KEV,5e-21,3e-22,A,99.1,0.1,P,0.9,0.1,IT,0.0132,0.0024,= 0,,,,, +8,8,O,12530,1,2-,,0.111,10,KEV,4.1054e-18,3.698563e-19,A,83,3,P,14,7,IT,3.2,0.3,= 0,,,,, +8,8,O,12796,4,0-,,40,4,KEV,1.14e-20,1.1e-21,P,100,0,IT,0.0062,0.0008,,,,= 1,,,,, +8,8,O,12968.6,0.4,2-,,1.34,4,KEV,3.401e-19,1.0151e-20,P,78,4,A,22,4,IT,0.28,0.03,= 1,,,,, +8,8,O,13020,10,2+,,150,10,KEV,3e-21,2e-22,A,,0,P,,0,IT,,0,= 0,,,,, +8,8,O,13090,8,1-,,130,5,KEV,3.5e-21,1e-22,P,71,0,A,29,0,IT,0.026,0.004,= 1,,,,, +8,8,O,13129,10,3-,,110,30,KEV,4.1e-21,1.1e-21,A,99,0,P,1,0,IT,,0,= 0,,,,, +8,8,O,13259,2,3-,,21,1,KEV,2.17e-20,1e-21,A,,0,P,,0,IT,,0,= 1,,,,, +8,8,O,13664,3,1+,,64,3,KEV,7.1e-21,3e-22,A,86,0,P,14,0,IT,0.0015,0,= 0,,,,, +8,8,O,13869,2,4+,,89,2,KEV,5.1e-21,1e-22,A,99.4,0,P,0.6,0,IT,,0,= 0,,,,, +8,8,O,13980,2,2-,,20,2,KEV,2.28e-20,2.3e-21,A,,0,P,,0,,,,,,,,, +8,8,O,14032,15,0+,,185,35,KEV,2.5e-21,5e-22,A,100,0,IT,,0,,,,,,,,, +8,8,O,14100,100,3-,,750,200,KEV,6e-22,2e-22,A,100,0,,,,,,,,,,,, +8,8,O,14620,20,4(+),,490,15,KEV,9e-22,0,A,100,0,,,,,,,,,,,, +8,8,O,14660,20,5-,,670,15,KEV,7e-22,0,A,100,0,,,,,,,,,,,, +8,8,O,14815.3,1.6,6+,,70,8,KEV,6.5e-21,7e-22,A,100,0,,,,,,,= 0,,,,, +8,8,O,14926,2,2+,,54,5,KEV,8.4e-21,8e-22,A,,0,P,,0,,,,,,,,, +8,8,O,15097,5,0+,,166,30,KEV,2.7e-21,5e-22,A,,0,P,,0,,,,,,,,, +8,8,O,15196,3,2-,,63,4,KEV,7.2e-21,5e-22,A,,0,P,,0,,,,= 0,,,,, +8,8,O,15260,50,2+,,300,100,KEV,1.5e-21,5e-22,A,,0,P,,0,,,,= 0,,,,, +8,8,O,15408,2,3-,,132,7,KEV,3.5e-21,2e-22,A,,0,P,,0,,,,= 0,,,,, +8,8,O,15828,30,3-,,700,120,KEV,7e-22,1e-22,A,100,0,,,,,,,,,,,, +8,8,O,16200,90,1-,,580,60,KEV,8e-22,1e-22,A,,0,P,,0,IT,,0,= 0,,,,, +8,8,O,16209,2,1+,,19,3,KEV,2.4e-20,3.8e-21,P,,0,N,,0,IT,,0,= 1,,,,, +8,8,O,16275,7,6+,,420,20,KEV,1.1e-21,1e-22,A,100,0,,,,,,,,,,,, +8,8,O,16352,8,(2+),,61,8,KEV,7.5e-21,1e-21,A,,0,P,,0,,,,,,,,, +8,8,O,16442.3,1.6,2+,,25,2,KEV,1.82e-20,1.5e-21,A,,0,P,,0,N,,0,= 1,,,,, +8,8,O,16817,2,(3+),,28,3,KEV,1.63e-20,1.7e-21,A,,0,P,,0,IT,,0,= 1,,,,, +8,8,O,16844,21,4+,,570,60,KEV,8e-22,1e-22,A,100,0,,,,,,,,,,,, +8,8,O,16930,50,2+,AP,280,,KEV,1.6e-21,,8BE,,0,A,,0,,,,,,,,, +8,8,O,17090,40,1-,,380,40,KEV,1.2e-21,1e-22,P,100,0,IT,,0,,,,= 1,,,,, +8,8,O,17129,5,2+,,107,14,KEV,4.3e-21,6e-22,A,,0,P,,0,N,,0,,,,,, +8,8,O,17140,10,1+,,34,3,KEV,1.34e-20,1.2e-21,A,,0,P,,0,N,,0,= 1,,,,, +8,8,O,17197,17,2+,,160,60,KEV,2.8e-21,1.1e-21,A,,0,8BE,,0,,,,,,,,, +8,8,O,17282,11,1-,,78,5,KEV,5.8e-21,4e-22,A,,0,P,,0,N,,0,= 1,,,,, +8,8,O,17510,26,1-,,180,60,KEV,2.5e-21,8e-22,A,100,0,,,,,,,,,,,, +8,8,O,17555,21,(6+),,180,70,KEV,2.5e-21,1e-21,A,,0,N,,0,,,,,,,,, +8,8,O,17609,7,2+,,114,14,KEV,4e-21,5e-22,A,,0,P,,0,,,,= 1,,,,, +8,8,O,17720,0,(0+ 2+),AP,75,,KEV,6.1e-21,,8BE,,0,A,,0,P,,0,,,,,, +8,8,O,17775,11,4-,,45,7,KEV,1.01e-20,1.6e-21,P,100,0,,,,,,,= 0,,,,, +8,8,O,17784,15,4+,,400,40,KEV,1.1e-21,1e-22,8BE,,0,A,,0,N,,0,,,,,, +8,8,O,17877,6,(2)-,,24,3,KEV,1.9e-20,2.4e-21,A,,0,P,,0,IT,,0,= 1,,,,, +8,8,O,18016,1,4+,,14,2,KEV,3.26e-20,4.7e-21,8BE,,0,A,,0,P,,0,= 0,,,,, +8,8,O,18029,5,3(-),,26,4,KEV,1.75e-20,2.7e-21,A,,0,P,,0,N,,0,= 1,,,,, +8,8,O,18089,25,(0+),,288,44,KEV,1.6e-21,2e-22,A,,0,P,,0,N,,0,,,,,, +8,8,O,18202,8,2+,,220,50,KEV,2.1e-21,5e-22,P,100,0,IT,,0,,,,,,,,, +8,8,O,18290,0,,AP,380,,KEV,1.2e-21,,A,,0,IT,,0,P,,0,,,,,, +8,8,O,18404,12,5-,,550,40,KEV,8e-22,1e-22,A,100,0,,,,,,,,,,,, +8,8,O,18430,15,2+,,90,40,KEV,5.1e-21,2.3e-21,P,100,0,,,,,,,= 0,,,,, +8,8,O,18484,6,(1- 2-),,35,6,KEV,1.3e-20,2.2e-21,P,100,0,,,,,,,,,,,, +8,8,O,18600,0,(1- 5-),AP,150,,KEV,3e-21,,A,100,0,,,,,,,,,,,, +8,8,O,18600,0,(4+),AP,300,,KEV,1.5e-21,,8BE,,0,A,,0,,,,,,,,, +8,8,O,18640,15,(5+),,22,7,KEV,2.07e-20,6.6e-21,P,,0,N,,0,,,,,,,,, +8,8,O,18773,22,1-,,215,45,KEV,2.1e-21,4e-22,A,,0,P,,0,,,,,,,,, +8,8,O,18785,6,4+,,260,20,KEV,1.8e-21,1e-22,8BE,,0,A,,0,P,,0,,,,,, +8,8,O,18790,10,1+,,120,20,KEV,3.8e-21,6e-22,P,100,0,IT,,0,,,,= 1,,,,, +8,8,O,18977,6,4-,,8,4,KEV,5.7e-20,2.85e-20,A,,0,P,,0,IT,,0,= 1,,,,, +8,8,O,19001,24,2-,,420,50,KEV,1.1e-21,1e-22,P,100,0,IT,,0,,,,= 1,,,,, +8,8,O,19080,30,2+,AP,120,,KEV,3.8e-21,,A,,0,P,,0,N,,0,= 1,,,,, +8,8,O,19253,30,(5-),,50,45,KEV,9.1e-21,8.2e-21,A,,0,N,,0,,,,,,,,, +8,8,O,19257,9,2+,,155,25,KEV,2.9e-21,5e-22,A,,0,P,,0,IT,,0,= 1,,,,, +8,8,O,19319,14,(6+),,65,35,KEV,7e-21,3.8e-21,8BE,,0,A,,0,P,,0,,,,,, +8,8,O,19375,2,4+,,23,4,KEV,1.98e-20,3.4e-21,A,,0,P,,0,,,,,,,,, +8,8,O,19470,30,1-,,200,70,KEV,2.3e-21,8e-22,P,100,0,IT,,0,,,,= 1,,,,, +8,8,O,19539,19,2+,,255,75,KEV,1.8e-21,5e-22,A,,0,N,,0,,,,= 0,,,,, +8,8,O,19754,16,2+,,290,50,KEV,1.6e-21,3e-22,A,,0,P,,0,,,,,,,,, +8,8,O,19895,7,3,,42,9,KEV,1.09e-20,2.3e-21,A,,0,IT,,0,P,,0,= 1,,,,, +8,8,O,20055,13,2+,,400,32,KEV,1.1e-21,1e-22,A,,0,P,,0,N,,0,= 0,,,,, +8,8,O,20412,17,(2- 4+),,190,20,KEV,2.4e-21,3e-22,P,,0,N,,0,IT,,0,= 1,,,,, +8,8,O,20510,25,(4-),,50,30,KEV,9.1e-21,5.5e-21,IT,100,0,,,,,,,= 1,,,,, +8,8,O,20541,2,5-,,11,2,KEV,4.14e-20,7.5e-21,A,,0,P,,0,,,,= 1,,,,, +8,8,O,20560,2,,LT,5,,KEV,9.11e-20,,A,,0,P,,0,,,,,,,,, +8,8,O,20615,3,,LT,10,,KEV,4.56e-20,,A,100,0,,,,,,,,,,,, +8,8,O,20800,0,,AP,60,,KEV,7.6e-21,,A,,0,P,,0,N,,0,,,,,, +8,8,O,20857,14,7-,,900,60,KEV,5e-22,0,A,100,0,,,,,,,,,,,, +8,8,O,20945,20,1-,,300,10,KEV,1.5e-21,1e-22,P,,0,N,,0,IT,,0,= 1,,,,, +8,8,O,21052,6,6+,,205,15,KEV,2.2e-21,2e-22,A,100,0,,,,,,,,,,,, +8,8,O,21500,0,(1 TO 4),,120,,KEV,3.8e-21,0,P,100,0,,,,,,,,,,,, +8,8,O,21623,11,7-,,60,30,KEV,7.6e-21,3.8e-21,A,,0,P,,0,N,,0,,,,,, +8,8,O,21648,3,6+,,115,8,KEV,4e-21,3e-22,A,,0,N,,0,,,,,,,,, +8,8,O,21776,9,3-,,43,20,KEV,1.06e-20,4.9e-21,A,,0,P,,0,N,,0,,,,,, +8,8,O,22040,0,0+,,60,,KEV,7.6e-21,0,A,,0,D,,0,N,,0,,,,,, +8,8,O,22150,10,1-,,680,10,KEV,7e-22,0,A,,0,D,,0,P,,0,= 1,,,,, +8,8,O,22350,0,2+,,175,,KEV,2.6e-21,0,A,,0,D,,0,N,,0,,,,,, +8,8,O,22500,100,3-,,400,50,KEV,1.1e-21,1e-22,A,,0,P,,0,D,,0,,,,,, +8,8,O,22650,30,,,60,,KEV,7.6e-21,0,8BE,,0,A,,0,N,,0,,,,,, +8,8,O,22721,3,0+,,12.5,25,KEV,3.65e-20,7.29e-21,A,,0,D,,0,P,,0,= 2,,,,, +8,8,O,22890,10,1-,,300,10,KEV,1.5e-21,1e-22,D,,0,P,,0,IT,,0,= 1,,,,, +8,8,O,23000,100,6+,LE,500,,KEV,9e-22,,A,,0,8BE,,0,D,,0,,,,,, +8,8,O,23100,0,,AP,20,,KEV,2.28e-20,,8BE,,0,A,,0,D,,0,,,,,, +8,8,O,23235,62,(1-),,560,150,KEV,8e-22,2e-22,D,,0,P,,0,N,,0,= 1,,,,, +8,8,O,23510,30,(5-),,300,,KEV,1.5e-21,0,A,,0,D,,0,P,,0,,,,,, +8,8,O,23879,6,6+,,26,4,KEV,1.75e-20,2.7e-21,A,,0,8BE,,0,P,,0,,,,,, +8,8,O,24070,30,1-,,550,40,KEV,8e-22,1e-22,3HE,,0,P,,0,IT,,0,= 1,,,,, +8,8,O,24360,70,(2+ 3-),,424,45,KEV,1.1e-21,1e-22,P,,0,N,,0,,,,= 0,,,,, +8,8,O,24760,50,(2 4)+,,340,60,KEV,1.3e-21,2e-22,P,,0,N,,0,IT,,0,= 1,,,,, +8,8,O,25120,50,1-,,3000,300,KEV,2e-22,0,A,,0,3HE,,0,P,,0,= 1,,,,, +8,8,O,25500,150,1-,,1300,300,KEV,4e-22,1e-22,IT,,0,,,,,,,= 1,,,,, +8,8,O,25600,0,(3-),,450,,KEV,1e-21,0,A,,0,3HE,,0,,,,= 1,,,,, +8,8,O,26000,100,1-,,750,250,KEV,6e-22,2e-22,A,,0,3HE,,0,IT,,0,= 1,,,,, +8,8,O,26363,62,(2 4)+,,550,70,KEV,8e-22,1e-22,A,,0,P,,0,N,,0,= 1,,,,, +8,8,O,27350,100,(2 4)+,,830,110,KEV,5e-22,1e-22,8BE,,0,A,,0,3HE,,0,= 1,,,,, +8,8,O,27500,0,(3-),AP,2500,,KEV,2e-22,,3HE,100,0,IT,,0,,,,= 0,,,,, +8,8,O,28200,0,7-,,1000,,KEV,5e-22,0,A,100,0,,,,,,,,,,,, +8,8,O,28600,200,,,,,,,,3HE,100,0,IT,,0,,,,,,,,, +8,8,O,29000,0,7-,,1000,,KEV,5e-22,0,A,,0,P,,0,,,,,,,,, +8,8,O,29800,100,9- & 8+,,750,250,KEV,6e-22,2e-22,A,,0,3HE,,0,,,,,,,,, +8,8,O,31800,600,,,,,,,,A,,0,IT,,0,,,,,,,,, +8,8,O,34000,0,10+ (9-),,2300,,KEV,2e-22,0,A,100,0,,,,,,,,,,,, +8,8,O,35000,0,,,,,,,,A,100,0,,,,,,,,,,,, +8,9,O,4553.8,1.6,3/2-,,40,5,KEV,1.14e-20,1.4e-21,N,100,0,IT,,0,,,,,,,,, +8,9,O,5084.8,0.9,3/2+,,96,5,KEV,4.7e-21,2e-22,N,100,0,IT,,0,,,,,,,,, +8,9,O,5215.8,0.5,9/2-,LT,0.1,,KEV,4.557e-18,,N,,0,IT,,0,,,,,,,,, +8,9,O,5379.2,1.4,3/2-,,28,7,KEV,1.63e-20,4.1e-21,N,100,0,IT,,0,,,,,,,,, +8,9,O,5697.3,0.4,7/2-,,3.4,3,KEV,1.34e-19,1.183e-20,N,100,0,IT,,0,,,,,,,,, +8,9,O,5732.8,0.5,(5/2-),LT,1,,KEV,4.557e-19,,N,100,0,,,,,,,,,,,, +8,9,O,5869.1,0.6,3/2+,,6.6,7,KEV,6.9e-20,7.32e-21,N,100,0,,,,,,,,,,,, +8,9,O,5939,4,1/2-,,32,3,KEV,1.42e-20,1.3e-21,N,100,0,IT,,0,,,,,,,,, +8,9,O,6356,8,1/2+,,124,12,KEV,3.7e-21,4e-22,N,100,0,IT,,0,,,,,,,,, +8,9,O,6862,2,(5/2+),LT,1,,KEV,4.557e-19,,N,,0,IT,,0,,,,,,,,, +8,9,O,6972,2,(7/2-),LT,1,,KEV,4.557e-19,,IT,,0,N,,0,,,,,,,,, +8,9,O,7165.7,0.8,5/2-,,1.38,5,KEV,3.302e-19,1.1964e-20,A,,0,N,,0,,,,,,,,, +8,9,O,7202,10,3/2+,,280,30,KEV,1.6e-21,2e-22,A,,0,N,,0,,,,,,,,, +8,9,O,7379.2,1,5/2+,,0.64,23,KEV,7.12e-19,2.55886e-19,A,,0,IT,,0,N,,0,,,,,, +8,9,O,7382.2,1,5/2-,,0.96,20,KEV,4.747e-19,9.8893e-20,N,,0,A,,0,IT,,0,,,,,, +8,9,O,7559,20,3/2-,,500,50,KEV,9e-22,1e-22,A,,0,N,,0,,,,,,,,, +8,9,O,7576,2,(7/2+),LT,0.1,,KEV,4.557e-18,,A,,0,IT,,0,N,,0,,,,,, +8,9,O,7688.2,0.9,7/2-,,14.4,3,KEV,3.16e-20,6.6e-22,A,,0,IT,,0,N,,0,,,,,, +8,9,O,7956,6,1/2+,,90,9,KEV,5.1e-21,5e-22,A,,0,N,,0,,,,,,,,, +8,9,O,7990,50,1/2-,,270,30,KEV,1.7e-21,2e-22,A,,0,N,,0,,,,,,,,, +8,9,O,8070,10,3/2+,,85,9,KEV,5.4e-21,6e-22,A,,0,N,,0,,,,,,,,, +8,9,O,8200,7,3/2-,,60,,KEV,7.6e-21,0,A,,0,N,,0,IT,,0,,,,,, +8,9,O,8342.4,0.9,1/2+,,11.4,5,KEV,4e-20,1.75e-21,A,,0,IT,,0,N,,0,,,,,, +8,9,O,8402.3,0.8,5/2+,,6.17,13,KEV,7.39e-20,1.556e-21,A,,0,N,,0,IT,,0,,,,,, +8,9,O,8466,0.8,7/2+,,2.13,11,KEV,2.139e-19,1.1049e-20,A,,0,IT,,0,N,,0,,,,,, +8,9,O,8500.7,0.8,5/2-,,6.89,22,KEV,6.61e-20,2.112e-21,A,,0,IT,,0,N,,0,,,,,, +8,9,O,8687,1,3/2-,,55.3,6,KEV,8.2e-21,9e-23,A,,0,N,,0,IT,,0,,,,,, +8,9,O,8897,8,3/2+,,101,3,KEV,4.5e-21,1e-22,A,,0,N,,0,,,,,,,,, +8,9,O,8967.2,1.7,7/2-,,26,2,KEV,1.75e-20,1.3e-21,A,,0,IT,,0,N,,0,,,,,, +8,9,O,9147,4,1/2-,,4,3,KEV,1.139e-19,8.54e-20,A,,0,N,,0,IT,,0,,,,,, +8,9,O,9180,0,7/2-,,3,,KEV,1.519e-19,0,A,100,0,,,,,,,,,,,, +8,9,O,9193.9,0.8,5/2+,,3.53,13,KEV,1.291e-19,4.754e-21,A,,0,N,,0,,,,,,,,, +8,9,O,9420,0,3/2-,,120,,KEV,3.8e-21,0,N,100,0,,,,,,,,,,,, +8,9,O,9492,4,5/2-,,15,1,KEV,3.04e-20,2e-21,A,,0,N,,0,,,,,,,,, +8,9,O,9711.9,0.9,7/2+,,23.1,3,KEV,1.97e-20,2.6e-22,A,,0,N,,0,,,,,,,,, +8,9,O,9783.3,0.9,3/2+,,11.7,3,KEV,3.89e-20,1e-21,A,,0,N,,0,,,,,,,,, +8,9,O,9858.9,0.9,(5/2-),,4.01,23,KEV,1.136e-19,6.518e-21,A,,0,N,,0,,,,,,,,, +8,9,O,9876.5,1.3,(1/2-),,16.7,17,KEV,2.73e-20,2.78e-21,A,,0,N,,0,,,,,,,,, +8,9,O,9976,20,5/2+,AP,80,,KEV,5.7e-21,,A,,0,N,,0,,,,,,,,, +8,9,O,10045,20,,AP,100,,KEV,4.6e-21,,A,,0,N,,0,,,,,,,,, +8,9,O,10167.8,1,7/2-,,49.1,8,KEV,9.3e-21,1.5e-22,A,,0,N,,0,,,,,,,,, +8,9,O,10336,15,5/2+ 7/2-,,150,,KEV,3e-21,0,A,,0,N,,0,,,,,,,,, +8,9,O,10423,3,,,14,3,KEV,3.26e-20,7e-21,A,,0,N,,0,,,,,,,,, +8,9,O,10490,0,5/2+ 7/2-,,75,30,KEV,6.1e-21,2.4e-21,A,,0,N,,0,,,,,,,,, +8,9,O,10559.1,1,(7/2-),,42.5,11,KEV,1.07e-20,2.8e-22,A,,0,N,,0,,,,,,,,, +8,9,O,10777,3,1/2+ 7/2-,,74,3,KEV,6.2e-21,2e-22,A,,0,N,,0,,,,,,,,, +8,9,O,10913,3,(5/2+),,41.7,14,KEV,1.09e-20,3.7e-22,A,,0,N,,0,,,,,,,,, +8,9,O,11036,3,,,31,3,KEV,1.47e-20,1.4e-21,A,,0,N,,0,,,,= 1/2,,,,, +8,9,O,11078.7,0.9,1/2-,,2.4,3,KEV,1.899e-19,2.373e-20,IT,0.42,0.14,A,,0,N,,0,= 3/2,,,,, +8,9,O,11238,0,,,80,3,KEV,5.7e-21,2e-22,A,,0,N,,0,,,,,,,,, +8,9,O,11510,0,GE 3/2,,190,,KEV,2.4e-21,0,N,100,0,,,,,,,,,,,, +8,9,O,11622,0,,,65,2,KEV,7e-21,2e-22,A,,0,N,,0,,,,,,,,, +8,9,O,11750,10,,,40,25,KEV,1.14e-20,7.1e-21,A,,0,N,,0,IT,,0,,,,,, +8,9,O,11815,15,,,12,3,KEV,3.8e-20,9.5e-21,A,,0,N,,0,,,,,,,,, +8,9,O,12005,15,GE 3/2,,270,,KEV,1.7e-21,0,A,,0,N,,0,IT,,0,,,,,, +8,9,O,12110,20,,,150,50,KEV,3e-21,1e-21,A,,0,N,,0,,,,,,,,, +8,9,O,12274,15,,,100,30,KEV,4.6e-21,1.4e-21,A,,0,N,,0,,,,,,,,, +8,9,O,12380,20,,,,,,,,A,,0,N,,0,,,,,,,,, +8,9,O,12420,15,,,,,,,,A,,0,N,,0,,,,,,,,, +8,9,O,12466,1,3/2-,,6.9,11,KEV,6.6e-20,1.053e-20,A,,0,N,,0,IT,,0,= 3/2,,,,, +8,9,O,12595,15,,,75,30,KEV,6.1e-21,2.4e-21,A,,0,N,,0,,,,,,,,, +8,9,O,12669,15,,AP,5,,KEV,9.11e-20,,A,,0,N,,0,IT,,0,,,,,, +8,9,O,12810,25,,,,,,,,A,,0,N,,0,,,,,,,,, +8,9,O,12930,20,,GE,150,,KEV,3e-21,303.8,A,,0,N,,0,,,,,,,,, +8,9,O,12944,5,1/2+,,6,2,KEV,7.6e-20,2.53e-20,A,,0,N,,0,,,,= 3/2,,,,, +8,9,O,12998.2,1,5/2-,,2.5,10,KEV,1.823e-19,7.291e-20,A,,0,IT,,0,N,,0,= 3/2,,,,, +8,9,O,13076,15,,,16,4,KEV,2.85e-20,7.1e-21,A,,0,N,,0,,,,,,,,, +8,9,O,13484,15,,AP,120,,KEV,3.8e-21,,A,,0,N,,0,,,,,,,,, +8,9,O,13609,15,,,250,100,KEV,1.8e-21,7e-22,A,,0,N,,0,,,,,,,,, +8,9,O,13635.3,2.5,(5/2)+,,9,5,KEV,5.06e-20,2.81e-20,A,,0,N,,0,,,,= 3/2,,,,, +8,9,O,13670,0,,,400,,KEV,1.1e-21,0,N,100,0,,,,,,,,,,,, +8,9,O,14230.3,1.7,7/2-,,20.5,16,KEV,2.22e-20,1.73e-21,A,,0,N,,0,IT,,0,= 3/2,,,,, +8,9,O,14286,3,,,7.5,4,KEV,6.08e-20,3.24e-21,A,,0,N,,0,,,,= 1/2,,,,, +8,9,O,14451,3,,,40,6,KEV,1.14e-20,1.7e-21,A,,0,N,,0,IT,,0,,,,,, +8,9,O,14760,100,(GE 3/2),,340,,KEV,1.3e-21,0,N,,0,IT,,0,,,,,,,,, +8,9,O,14791,3,(1/2-),,36,13,KEV,1.27e-20,4.6e-21,A,,0,IT,,0,N,,0,= 3/2,,,,, +8,9,O,15000,0,,,180,,KEV,2.5e-21,0,A,,0,D,,0,N,,0,,,,,, +8,9,O,15199,3,,,52,14,KEV,8.8e-21,2.4e-21,A,,0,D,,0,N,,0,= 1/2,,,,, +8,9,O,15368,3,(5/2+),,40,6,KEV,1.14e-20,1.7e-21,A,,0,D,,0,N,,0,= 3/2,,,,, +8,9,O,15600,0,,AP,300,,KEV,1.5e-21,,A,,0,D,,0,P,,0,= 1/2,,,,, +8,9,O,16243,4,(9/2+),,21,10,KEV,2.17e-20,1.03e-20,A,,0,D,,0,P,,0,= 3/2,,,,, +8,9,O,17436,11,,,66,20,KEV,6.9e-21,2.1e-21,A,,0,N,,0,,,,= 3/2,,,,, +8,9,O,18110,4,3/2-,,46,12,KEV,9.9e-21,2.6e-21,A,,0,N,,0,,,,= 3/2,,,,, +8,9,O,19820,40,3/2,,550,50,KEV,8e-22,1e-22,3H,,0,IT,,0,,,,,,,,, +8,9,O,20390,50,5/2 7/2-,,660,70,KEV,7e-22,1e-22,3H,,0,IT,,0,,,,,,,,, +8,9,O,20580,50,1/2,,570,80,KEV,8e-22,1e-22,3H,,0,IT,,0,,,,,,,,, +8,9,O,21050,50,3/2,,470,60,KEV,1e-21,1e-22,3H,,0,IT,,0,,,,,,,,, +8,9,O,21700,100,5/2+,AP,750,,KEV,6e-22,,A,,0,3HE,,0,IT,,0,,,,,, +8,9,O,22100,100,7/2-,AP,750,,KEV,6e-22,,A,,0,3HE,,0,IT,,0,,,,,, +8,9,O,22500,200,3/2(-),AP,1000,,KEV,5e-22,,3HE,,0,IT,,0,,,,,,,,, +8,9,O,23000,0,,AP,6000,,KEV,1e-22,,N,,0,IT,,0,,,,,,,,, +8,9,O,23000,0,1/2+,AP,400,,KEV,1.1e-21,,3HE,,0,IT,,0,,,,,,,,, +8,9,O,23500,0,,,,,,,,3HE,,0,IT,,0,,,,,,,,, +8,9,O,24400,0,,,,,,,,3HE,,0,IT,,0,,,,,,,,, +8,10,O,1982.07,0.09,2+,,1.94,5,PS,0.00000000000194,0.00000000000005,IT,100,0,,,,,,,,,,,, +8,10,O,3554.84,0.4,4+,,17.2,8,PS,0.0000000000172,0.0000000000008,IT,100,0,,,,,,,,,,,, +8,10,O,3633.76,0.11,0+,,0.96,11,PS,0.00000000000096,0.00000000000011,IT,100,0,,,,,,,,,,,, +8,10,O,3920.44,0.14,2+,,18.4,20,FS,0.0000000000000184,0.000000000000002,IT,100,0,,,,,,,,,,,, +8,10,O,4455.54,0.1,1-,,45,10,FS,0.000000000000045,0.00000000000001,IT,100,0,,,,,,,,,,,, +8,10,O,5097.78,0.54,3-,,43,17,FS,0.000000000000043,0.000000000000017,IT,100,0,,,,,,,,,,,, +8,10,O,5254.8,0.9,2+,,7.0,3,FS,0.000000000000007,3e-16,IT,100,0,,,,,,,,,,,, +8,10,O,5336.4,0.6,0+,,139,28,FS,0.000000000000139,0.000000000000028,IT,100,0,,,,,,,,,,,, +8,10,O,5377.8,1.2,3+,LT,21,,FS,0.000000000000021,0,IT,100,0,,,,,,,,,,,, +8,10,O,5530.24,0.29,2-,LT,17,,FS,0.000000000000017,0,IT,100,0,,,,,,,,,,,, +8,10,O,6198.22,0.4,1-,,2.6,4,FS,0.0000000000000026,4e-16,IT,100,0,,,,,,,,,,,, +8,10,O,6351.3,0.6,(2-),LT,24,,FS,0.000000000000024,0,IT,100,0,,,,,,,,,,,, +8,10,O,6404.4,1.2,3-,,21,10,FS,0.000000000000021,0.00000000000001,IT,100,0,,,,,,,,,,,, +8,10,O,6880.45,0.27,0-,LT,17,,FS,0.000000000000017,0,IT,100,0,,,,,,,,,,,, +8,10,O,7116.9,1.2,4+,LT,17,,FS,0.000000000000017,0,A,,0,IT,,0,,,,,,,,, +8,10,O,7615.9,0.7,1-,LT,2.5,,KEV,1.823e-19,,IT,,0,A,,0,,,,,,,,, +8,10,O,7771.07,0.5,2-,LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,7864,5,5-,,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,7977,4,(3+ 4-),,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,8037.8,0.7,1-,LT,2.5,,KEV,1.823e-19,,IT,,0,A,,0,,,,,,,,, +8,10,O,8125,2,5-,,,,,,,IT,,0,A,,0,,,,,,,,, +8,10,O,8213,4,2+,,1.0,8,KEV,4.557e-19,3.6456e-19,A,,0,IT,,0,N,,0,= 1,,,,, +8,10,O,8282,3,3-,,8,1,KEV,5.7e-20,7.1e-21,IT,,0,N,,0,A,,0,,,,,, +8,10,O,8410,8,(2-),,8,6,KEV,5.7e-20,4.27e-20,A,,0,N,,0,,,,,,,,, +8,10,O,8521,6,,,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,8817,12,(1+),,70,12,KEV,6.5e-21,1.1e-21,A,,0,N,,0,,,,,,,,, +8,10,O,8955,4,,,43,3,KEV,1.06e-20,7e-22,N,,0,A,,0,,,,,,,,, +8,10,O,9000,200,(1-),,,,,,,A,,0,,,,,,,,,,,, +8,10,O,9361,6,(3-),,27,15,KEV,1.69e-20,9.4e-21,IT,,0,N,,0,A,,0,,,,,, +8,10,O,9414,18,,AP,120,,KEV,3.8e-21,,A,,0,N,,0,,,,,,,,, +8,10,O,9480,24,,AP,65,,KEV,7e-21,,A,,0,N,,0,,,,,,,,, +8,10,O,9672,7,(3-),,60,30,KEV,7.6e-21,3.8e-21,N,,0,A,,0,,,,,,,,, +8,10,O,9713,7,,,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,9890,11,,AP,150,,KEV,3e-21,,N,,0,A,,0,,,,,,,,, +8,10,O,10118,10,3-,,16,4,KEV,2.85e-20,7.1e-21,A,,0,N,,0,,,,,,,,, +8,10,O,10240,20,(0 1 2)-,,,,,,,N,100,0,,,,,,,,,,,, +8,10,O,10295,14,4+,LT,50,,KEV,9.1e-21,,IT,,0,N,,0,A,,0,,,,,, +8,10,O,10396,9,3-,,,,,,,A,,0,N,,0,,,,,,,,, +8,10,O,10430,40,(2-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,10595,15,,,,,,,,N,,0,A,,0,,,,,,,,, +8,10,O,10670,20,(2-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,10820,20,,,,,,,,A,,0,N,,0,,,,,,,,, +8,10,O,10910,20,,,,,,,,A,,0,N,,0,,,,,,,,, +8,10,O,10990,20,(2-),LT,50,,KEV,9.1e-21,,IT,,0,N,,0,A,,0,,,,,, +8,10,O,11130,20,,,,,,,,A,,0,N,,0,,,,,,,,, +8,10,O,11390,20,(2+),,,,,,,N,,0,A,,0,,,,,,,,, +8,10,O,11410,20,(4+),,,,,,,A,,0,N,,0,,,,,,,,, +8,10,O,11490,30,(0 1 2)-,,,,,,,N,100,0,,,,,,,,,,,, +8,10,O,11520,50,(2-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,11620,20,5-,,,,,,,N,,0,A,,0,,,,,,,,, +8,10,O,11690,20,6+,,,,,,,N,,0,A,,0,,,,,,,,, +8,10,O,11820,20,(3-),,,,,,,A,,0,N,,0,,,,,,,,, +8,10,O,11900,30,(2-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,12040,20,(2+),,,,,,,IT,,0,N,,0,A,,0,,,,,, +8,10,O,12250,20,(1-),,,,,,,A,,0,N,,0,,,,,,,,, +8,10,O,12330,20,5-,,,,,,,N,,0,A,,0,,,,,,,,, +8,10,O,12410,20,(3-),,143,24,KEV,3.2e-21,5e-22,IT,100,0,,,,,,,,,,,, +8,10,O,12500,20,4+,,,,,,,N,,0,A,,0,,,,,,,,, +8,10,O,12520,20,,LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,12530,20,6+,,,,,,,N,,0,A,,0,,,,,,,,, +8,10,O,12660,20,(2-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,12990,20,(4-),,68,18,KEV,6.7e-21,1.8e-21,IT,100,0,,,,,,,,,,,, +8,10,O,13100,0,1-,,700,,KEV,7e-22,0,IT,,0,N,,0,,,,,,,,, +8,10,O,13400,20,(2-),,108,20,KEV,4.2e-21,8e-22,IT,100,0,,,,,,,,,,,, +8,10,O,13800,0,1-,,600,,KEV,8e-22,0,IT,,0,N,,0,,,,,,,,, +8,10,O,13850,13,(6-),AP,200,,KEV,2.3e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,14170,40,(6-),,140,50,KEV,3.3e-21,1.2e-21,IT,100,0,,,,,,,,,,,, +8,10,O,14450,50,,AP,1070,,KEV,4e-22,,IT,100,0,,,,,,,,,,,, +8,10,O,14700,0,1-,,800,,KEV,6e-22,0,IT,,0,N,,0,,,,,,,,, +8,10,O,15230,40,,AP,300,,KEV,1.5e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,15800,0,1-,,700,,KEV,7e-22,0,IT,,0,N,,0,,,,,,,,, +8,10,O,15950,30,,LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,16210,10,1(-),,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,16315,10,(3 2)-,,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,16399,5,2-,LT,20,,KEV,2.28e-20,,IT,100,0,,,,,,,= 2,,,,, +8,10,O,16880,30,(4- 2-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,= 1,,,,, +8,10,O,16948,10,(3 2)-,,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,17025,10,(3-),,20,6,KEV,2.28e-20,6.8e-21,IT,100,0,,,,,,,= 2,,,,, +8,10,O,17398,10,1-,,600,,KEV,8e-22,0,IT,,0,N,,0,P,,0,= 2,,,,, +8,10,O,17450,10,(2 1 3)-,,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,17460,30,(4-),AP,600,,KEV,8e-22,,IT,100,0,,,,,,,= 1,,,,, +8,10,O,17500,0,,AP,150,,KEV,3e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,17502,10,(1 2 3)-,,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,17635,10,,,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,18049,10,,,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,18200,0,,AP,150,,KEV,3e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,18450,20,(3-),,75,27,KEV,6.1e-21,2.2e-21,IT,100,0,,,,,,,= 1,,,,, +8,10,O,18500,0,,AP,4300,,KEV,1e-22,,IT,100,0,,,,,,,,,,,, +8,10,O,18700,20,(4-),LT,20,,KEV,2.28e-20,,IT,100,0,,,,,,,= 2,,,,, +8,10,O,18871,5,1+,,,,,,,IT,100,0,,,,,,,= 2,,,,, +8,10,O,18927,10,(1 2+),,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,19027,10,(1 3)-,,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,19150,10,(1- 2+ 3-),,,,,,,IT,100,0,,,,,,,,,,,, +8,10,O,19240,20,(GE 3),LT,20,,KEV,2.28e-20,,IT,100,0,,,,,,,= 2,,,,, +8,10,O,19400,0,1-,,900,,KEV,5e-22,0,IT,,0,P,,0,,,,= 2,,,,, +8,10,O,19700,0,,AP,200,,KEV,2.3e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,20200,0,,AP,180,,KEV,2.5e-21,,IT,100,0,,,,,,,,,,,, +8,10,O,20360,20,(4-),LT,20,,KEV,2.28e-20,,IT,100,0,,,,,,,= 2,,,,, +8,10,O,20860,20,,,97,41,KEV,4.7e-21,2e-21,IT,100,0,,,,,,,,,,,, +8,10,O,21000,0,1-,AP,150,,KEV,3e-21,,IT,,0,N,,0,P,,0,= 1,,,,, +8,10,O,21420,20,(4-),LT,50,,KEV,9.1e-21,,IT,100,0,,,,,,,= 2,,,,, +8,10,O,22400,20,4-,,91,8,KEV,5e-21,4e-22,IT,100,0,,,,,,,= 2,,,,, +8,10,O,22700,0,1-,,,,,,,IT,,0,N,,0,P,,0,,,,,, +8,10,O,23100,20,,,49,24,KEV,9.3e-21,4.6e-21,IT,100,0,,,,,,,,,,,, +8,10,O,23800,0,1-,AP,1500,,KEV,3e-22,,IT,,0,N,,0,P,,0,= 1,,,,, +8,10,O,27000,0,1-,,,,,,,IT,,0,N,,0,P,,0,= 2,,,,, +8,10,O,30000,0,,,,,,,,IT,,0,N,,0,,,,,,,,, +8,10,O,36000,0,,,,,,,,IT,100,0,,,,,,,,,,,, +8,11,O,4582,4.6,3/2-,,52,3,KEV,8.8e-21,5e-22,N,100,0,,,,,,,,,,,, +8,11,O,5082,5.4,1/2-,,49,5,KEV,9.3e-21,9e-22,N,100,0,,,,,,,,,,,, +8,11,O,5148.4,3.2,GE 5/2+,,3.4,10,KEV,1.34e-19,3.942e-20,N,100,0,,,,,,,,,,,, +8,11,O,5540,0,3/2+,AP,490,,KEV,9e-22,,N,100,0,,,,,,,,,,,, +8,11,O,5704.6,4.3,7/2- 5/2,,7.8,14,KEV,5.84e-20,1.049e-20,N,100,0,,,,,,,,,,,, +8,11,O,6119.6,3.2,3/2+,AP,110,,KEV,4.1e-21,,N,100,0,,,,,,,,,,,, +8,11,O,6269.3,2.6,7/2-,,19.2,24,KEV,2.37e-20,2.97e-21,N,100,0,,,,,,,,,,,, +8,11,O,6466.2,4.8,7/2 9/2 11/2,,,,,,,N,100,0,,,,,,,,,,,, +8,11,O,9600,0,7/2-,,,,,,,N,100,0,,,,,,,,,,,, +8,11,O,9900,0,7/2-,,,,,,,N,100,0,,,,,,,,,,,, +8,11,O,10210,0,7/2-,,,,,,,N,100,0,,,,,,,,,,,, +8,11,O,10660,0,7/2-,,,,,,,N,100,0,,,,,,,,,,,, +8,11,O,11250,50,,,240,,KEV,1.9e-21,0,A,,0,N,,0,,,,,,,,, +8,11,O,11580,50,,,330,,KEV,1.4e-21,0,N,,0,A,,0,,,,,,,,, +8,16,O,4790,110,2+,,0.05,+21-5,MEV,9.114e-21,0,N,100,0,,,,,,,,,,,, +8,16,O,5370,120,(1+),,0.03,+12-3,MEV,1.519e-20,0,N,100,0,,,,,,,,,,,, +8,16,O,7400,-1,(-),,,,,,,N,100,0,,,,,,,,,,,, +9,6,F,1300,100,(5/2+),,0.24,3,MEV,1.8988e-21,2.37344e-22,P,100,0,,,,,,,= 3/2,,,,, +9,7,F,193,6,1-,LT,40,,KEV,1.14e-20,,P,100,0,,,,,,,,,,,, +9,7,F,424,5,2-,,40,30,KEV,1.14e-20,8.5e-21,P,100,0,,,,,,,,,,,, +9,7,F,721,4,3-,LT,15,,KEV,3.04e-20,,P,100,0,,,,,,,,,,,, +9,7,F,3758,6,1+,LT,40,,KEV,1.14e-20,,P,100,0,,,,,,,,,,,, +9,7,F,3870,6,2+,LT,20,,KEV,2.28e-20,,P,100,0,,,,,,,,,,,, +9,7,F,4372,6,3+,,50,20,KEV,9.1e-21,3.6e-21,P,100,0,,,,,,,,,,,, +9,7,F,4654,6,1+,,60,20,KEV,7.6e-21,2.5e-21,P,100,0,,,,,,,,,,,, +9,7,F,4977,8,(2+),,60,40,KEV,7.6e-21,5.1e-21,P,100,0,,,,,,,,,,,, +9,7,F,5272,8,(1-),,,,,,,P,100,0,,,,,,,,,,,, +9,7,F,5404,10,4,,,,,,,P,100,0,,,,,,,,,,,, +9,7,F,5449,14,,,,,,,,P,100,0,,,,,,,,,,,, +9,7,F,5524,9,+,,,,,,,P,100,0,,,,,,,,,,,, +9,7,F,5570,20,,,,,,,,P,100,0,,,,,,,,,,,, +9,7,F,5856,10,2-,,,,,,,P,100,0,,,,,,,,,,,, +9,7,F,6559,10,,,,,,,,P,100,0,,,,,,,,,,,, +9,7,F,7500,30,2-,,950,100,KEV,5e-22,1e-22,P,100,0,,,,,,,,,,,, +9,7,F,9500,30,1-(& 2-),,1050,100,KEV,4e-22,0,P,100,0,,,,,,,,,,,, +9,7,F,11500,50,1-(& 2-),,1900,500,KEV,2e-22,1e-22,P,100,0,,,,,,,,,,,, +9,8,F,3104,3,1/2-,,19,1,KEV,2.4e-20,1.3e-21,P,100,0,IT,0.000063,0.000011,,,,,,,,, +9,8,F,3857,4,5/2-,,1.5,2,KEV,3.038e-19,4.051e-20,P,100,0,IT,0.0073,0.0017,,,,,,,,, +9,8,F,4640,20,3/2-,,225,,KEV,2e-21,0,P,100,0,,,,,,,,,,,, +9,8,F,5000,20,3/2+,,1530,,KEV,3e-22,0,P,100,0,,,,,,,,,,,, +9,8,F,5488,11,3/2-,,68,,KEV,6.7e-21,0,P,100,0,,,,,,,,,,,, +9,8,F,5672,20,7/2-,,40,,KEV,1.14e-20,0,P,100,0,,,,,,,,,,,, +9,8,F,5682,20,(5/2-),LT,0.6,,KEV,7.595e-19,,P,100,0,,,,,,,,,,,, +9,8,F,5820,20,3/2+,,180,,KEV,2.5e-21,0,P,100,0,,,,,,,,,,,, +9,8,F,6037,9,1/2-,,30,,KEV,1.52e-20,0,P,100,0,,,,,,,,,,,, +9,8,F,6560,20,1/2+,,200,,KEV,2.3e-21,0,P,100,0,,,,,,,,,,,, +9,8,F,6697,7,5/2+,LE,1.8,,KEV,2.532e-19,,P,100,0,,,,,,,,,,,, +9,8,F,6774,20,(3/2+),,4.5,,KEV,1.013e-19,0,P,100,0,,,,,,,,,,,, +9,8,F,7027,20,5/2-,,3.8,,KEV,1.199e-19,0,P,100,0,,,,,,,,,,,, +9,8,F,7356,20,(3/2+),,10,2,KEV,4.56e-20,9.1e-21,A,,0,P,,0,,,,,,,,, +9,8,F,7448,20,,LE,5,,KEV,9.11e-20,,P,100,0,,,,,,,,,,,, +9,8,F,7454,20,,,7,2,KEV,6.51e-20,1.86e-20,A,,0,P,,0,,,,,,,,, +9,8,F,7471,20,,,5,2,KEV,9.11e-20,3.65e-20,P,100,0,,,,,,,,,,,, +9,8,F,7479,20,3/2+,,795,,KEV,6e-22,0,P,100,0,,,,,,,,,,,, +9,8,F,7546,20,7/2-,,30,,KEV,1.52e-20,0,P,100,0,,,,,,,,,,,, +9,8,F,7750,40,(1/2+),,179,30,KEV,2.5e-21,4e-22,A,,0,P,,0,,,,,,,,, +9,8,F,7950,30,,,10,3,KEV,4.56e-20,1.37e-20,P,100,0,,,,,,,,,,,, +9,8,F,8010,40,,,50,20,KEV,9.1e-21,3.6e-21,A,,0,P,,0,,,,,,,,, +9,8,F,8070,30,5/2(+),,100,20,KEV,4.6e-21,9e-22,A,,0,P,,0,,,,,,,,, +9,8,F,8075,10,(1/2 3/2)-,,,,,,,P,100,0,,,,,,,,,,,, +9,8,F,8200,0,3/2(-),,700,250,KEV,7e-22,2e-22,A,,0,P,,0,,,,,,,,, +9,8,F,8383,10,5/2(-),,11,5,KEV,4.14e-20,1.88e-20,A,,0,P,,0,,,,,,,,, +9,8,F,8416,20,(7/2+),,45,10,KEV,1.01e-20,2.3e-21,A,,0,P,,0,,,,,,,,, +9,8,F,8436,10,(1/2 3/2)-,,,,,,,P,100,0,,,,,,,,,,,, +9,8,F,8750,60,5/2(+),,170,30,KEV,2.7e-21,5e-22,A,,0,P,,0,,,,,,,,, +9,8,F,8760,0,3/2+,,90,20,KEV,5.1e-21,1.1e-21,P,100,0,,,,,,,,,,,, +9,8,F,8825,25,(1/2 3/2)-,,,,,,,P,100,0,,,,,,,,,,,, +9,8,F,8980,20,7/2-,,165,30,KEV,2.8e-21,5e-22,A,,0,P,,0,,,,,,,,, +9,8,F,9170,60,3/2(+),,140,30,KEV,3.3e-21,7e-22,A,,0,P,,0,,,,,,,,, +9,8,F,9450,50,,,200,40,KEV,2.3e-21,5e-22,P,100,0,,,,,,,,,,,, +9,8,F,9920,0,9/2+,,90,30,KEV,5.1e-21,1.7e-21,A,,0,P,,0,,,,,,,,, +9,8,F,10030,60,,,170,40,KEV,2.7e-21,6e-22,P,100,0,,,,,,,,,,,, +9,8,F,10040,40,7/2,,280,100,KEV,1.6e-21,6e-22,P,100,0,,,,,,,,,,,, +9,8,F,10220,40,,,250,80,KEV,1.8e-21,6e-22,A,100,0,,,,,,,,,,,, +9,8,F,10400,40,5/2(+),,160,40,KEV,2.8e-21,7e-22,P,100,0,,,,,,,,,,,, +9,8,F,10499,30,7/2-,,165,25,KEV,2.8e-21,4e-22,A,,0,P,,0,,,,,,,,, +9,8,F,10660,20,,,90,60,KEV,5.1e-21,3.4e-21,P,100,0,,,,,,,,,,,, +9,8,F,10790,40,,,120,40,KEV,3.8e-21,1.3e-21,A,,0,P,,0,,,,,,,,, +9,8,F,10910,100,1/2-,,560,100,KEV,8e-22,1e-22,P,100,0,,,,,,,,,,,, +9,8,F,10950,40,,,190,50,KEV,2.4e-21,6e-22,A,,0,P,,0,,,,,,,,, +9,8,F,11192.9,2.3,1/2-,,0.18,3,KEV,2.5317e-18,4.21944e-19,IT,3.3,1.5,A,,0,P,,0,= 3/2,,,,, +9,8,F,11430,40,,,240,50,KEV,1.9e-21,4e-22,A,,0,P,,0,,,,,,,,, +9,8,F,11580,50,,,160,30,KEV,2.8e-21,5e-22,P,100,0,,,,,,,,,,,, +9,8,F,12000,40,,,120,40,KEV,3.8e-21,1.3e-21,A,,0,P,,0,,,,,,,,, +9,8,F,12250,40,3/2-,,300,30,KEV,1.5e-21,2e-22,P,100,0,,,,,,,,,,,, +9,8,F,12355,20,1/2-,,190,20,KEV,2.4e-21,3e-22,P,100,0,,,,,,,,,,,, +9,8,F,12500,-1,7/2-,AP,600,,KEV,8e-22,,P,100,0,,,,,,,,,,,, +9,8,F,12550.1,0.9,3/2-,,2.83,12,KEV,1.61e-19,6.828e-21,A,,0,P,,0,IT,,0,= 3/2,,,,, +9,8,F,13061,4,5/2-,,2,1,KEV,2.279e-19,1.139e-19,A,,0,IT,,0,P,,0,= 3/2,,,,, +9,8,F,13080,4,(1/2+),,2,1,KEV,2.279e-19,1.139e-19,P,,0,A,,0,,,,= 3/2,,,,, +9,8,F,13130,100,5/2-,,520,50,KEV,9e-22,1e-22,P,100,0,,,,,,,,,,,, +9,8,F,13781,4,5/2+,,12,5,KEV,3.8e-20,1.58e-20,A,,0,P,,0,,,,= 3/2,,,,, +9,8,F,14000,50,7/2-,,260,30,KEV,1.8e-21,2e-22,P,100,0,,,,,,,,,,,, +9,8,F,14176,6,3/2-,,30,5,KEV,1.52e-20,2.5e-21,P,,0,IT,,0,,,,= 3/2,,,,, +9,8,F,14304,3,7/2-,,19.3,16,KEV,2.36e-20,1.96e-21,A,,0,P,,0,IT,,0,= 3/2,,,,, +9,8,F,14380,50,5/2-,,610,50,KEV,7e-22,1e-22,P,100,0,,,,,,,,,,,, +9,8,F,14710,100,1/2-,,470,100,KEV,1e-21,2e-22,P,100,0,,,,,,,,,,,, +9,8,F,14809,20,1/2+,,190,25,KEV,2.4e-21,3e-22,P,100,0,,,,,,,,,,,, +9,8,F,15600,0,,AP,550,,KEV,8e-22,,P,100,0,,,,,,,,,,,, +9,8,F,17100,0,5/2-,,1500,,KEV,3e-22,0,P,100,0,,,,,,,,,,,, +9,8,F,20100,200,,,1070,60,KEV,4e-22,0,3HE,,0,IT,,0,,,,,,,,, +9,8,F,20400,100,,,700,100,KEV,7e-22,1e-22,3HE,,0,IT,,0,,,,,,,,, +9,8,F,20900,0,9/2+,,600,,KEV,8e-22,0,P,100,0,,,,,,,,,,,, +9,8,F,21300,100,,,900,100,KEV,5e-22,1e-22,3HE,,0,IT,,0,,,,,,,,, +9,8,F,21800,0,(9/2+),,400,,KEV,1.1e-21,0,P,100,0,,,,,,,,,,,, +9,8,F,22700,0,7/2+,,600,,KEV,8e-22,0,P,100,0,,,,,,,,,,,, +9,8,F,23800,0,7/2+,,600,,KEV,8e-22,0,P,100,0,,,,,,,,,,,, +9,8,F,25400,0,7/2-,,1500,,KEV,3e-22,0,P,100,0,,,,,,,,,,,, +9,8,F,27200,0,5/2-,,1500,,KEV,3e-22,0,P,100,0,,,,,,,,,,,, +9,8,F,28900,0,5/2+,,2000,,KEV,2e-22,0,P,100,0,,,,,,,,,,,, +9,9,F,937.2,0.06,3+,,46.9,17,PS,0.0000000000469,0.0000000000017,IT,100,0,,,,,,,= 0,,,,, +9,9,F,1041.55,0.08,0+,,1.77,31,FS,0.00000000000000177,3.1e-16,IT,100,0,,,,,,,= 1,,,,, +9,9,F,1080.54,0.12,0-,,19.1,13,PS,0.0000000000191,0.0000000000013,IT,100,0,,,,,,,= 0,,,,, +9,9,F,1121.36,0.15,5+,,162,7,NS,0.000000162,0.000000007,IT,100,0,,,,,,,= 0,,,,, +9,9,F,1700.81,0.18,1+,,662,19,FS,0.000000000000662,0.000000000000019,IT,100,0,,,,,,,= 0,,,,, +9,9,F,2100.61,0.1,2-,,3.5,3,PS,0.0000000000035,0.0000000000003,IT,100,0,,,,,,,= 0,,,,, +9,9,F,2523.35,0.18,2+,,408,17,FS,0.000000000000408,0.000000000000017,IT,100,0,,,,,,,= 0,,,,, +9,9,F,3061.84,0.18,2+,LT,0.83,,FS,8.3e-16,0,IT,100,0,,,,,,,= 1,,,,, +9,9,F,3133.87,0.15,1-,,0.27,1,PS,0.00000000000027,0.00000000000001,IT,100,0,,,,,,,= 0,,,,, +9,9,F,3358.2,1,3+,,0.30,2,PS,0.0000000000003,0.00000000000002,IT,100,0,,,,,,,= 0,,,,, +9,9,F,3724.19,0.22,1+,,1.9,28,FS,0.0000000000000019,0.0000000000000028,IT,100,0,,,,,,,= 0,,,,, +9,9,F,3791.49,0.22,3-,,1.32,9,PS,0.00000000000132,0.00000000000009,IT,100,0,,,,,,,= 0,,,,, +9,9,F,3839.17,0.22,2+,,13.2,19,FS,0.0000000000000132,0.0000000000000019,IT,100,0,,,,,,,= 0,,,,, +9,9,F,4115.9,0.25,3+,,63,15,FS,0.000000000000063,0.000000000000015,IT,100,0,,,,,,,= 0,,,,, +9,9,F,4225.8,0.7,2-,,76,10,FS,0.000000000000076,0.00000000000001,IT,100,0,,,,,,,= 0,,,,, +9,9,F,4360.15,0.26,1+,,19,7,FS,0.000000000000019,0.000000000000007,IT,100,0,,,,,,,= 0,,,,, +9,9,F,4398.1,0.7,4-,,40,8,FS,0.00000000000004,0.000000000000008,IT,100,0,,,,,,,= 0,,,,, +9,9,F,4652,2,4+,LT,7,,FS,0.000000000000007,0,IT,100,0,,,,,,,= 1,,,,, +9,9,F,4753,3,0+,,,,,,,IT,100,0,,,,,,,= 1,,,,, +9,9,F,4848.3,0.5,5-,,3.6,6,PS,0.0000000000036,0.0000000000006,IT,100,0,,,,,,,= 0,,,,, +9,9,F,4860,2,1-,,46,12,FS,0.000000000000046,0.000000000000012,A,,0,IT,,0,,,,= 0,,,,, +9,9,F,4963.6,0.8,2+,LT,3,,FS,0.000000000000003,0,IT,100,0,,,,,,,= 1,,,,, +9,9,F,5297.6,1.5,4+,,21,3,FS,0.000000000000021,0.000000000000003,A,,0,IT,,0,,,,= 0,,,,, +9,9,F,5502,2,3(-),,44,17,FS,0.000000000000044,0.000000000000017,A,,0,IT,,0,,,,= 0,,,,, +9,9,F,5603.38,0.27,1+,,43.3,16,EV,1.05e-17 ,3.9e-19,IT,,0,A,,0,,,,,,,,, +9,9,F,5604.86,0.28,1-,LT,1.2,,KEV,3.798e-19,,A,,0,IT,,0,,,,= 0|1,,,,, +9,9,F,5672.57,0.32,1-,LT,0.8,,KEV,5.696e-19,,A,,0,IT,,0,,,,= 0|1,,,,, +9,9,F,5786,2,2-,,10,7,FS,0.00000000000001,0.000000000000007,A,,0,IT,,0,,,,= 0,,,,, +9,9,F,6096.4,1.1,4-,,0.24,3,KEV,1.8988e-18,2.37344e-19,P,,0,A,,0,IT,,0,= 0,,,,, +9,9,F,6108,3,(1+),,0.034,3,KEV,1.34029e-17,1.1826125e-18,A,,0,IT,,0,P,,0,= 0,,,,, +9,9,F,6136.47,0.33,0+,LT,1,,KEV,4.557e-19,,P,,0,IT,,0,,,,= 1,,,,, +9,9,F,6163.2,0.9,3+,,14.0,5,KEV,3.26e-20,1.16e-21,P,,0,A,,0,IT,,0,= 1,,,,, +9,9,F,6240.4,0.8,3-,,0.19,3,KEV,2.3984e-18,3.78698e-19,P,,0,A,,0,IT,,0,= 0|1,,,,, +9,9,F,6242,3,3-,,0.18,4,KEV,2.5317e-18,5.62593e-19,P,,0,A,,0,IT,,0,= 0|1,,,,, +9,9,F,6262,3,1+,,0.60,12,KEV,7.595e-19,1.519e-19,P,,0,A,,0,IT,,0,= 0,,,,, +9,9,F,6283.2,0.9,2+,,10.0,5,KEV,4.56e-20,2.28e-21,P,,0,A,,0,IT,,0,= 1,,,,, +9,9,F,6310.5,0.8,3+,,0.95,14,KEV,4.797e-19,7.069e-20,P,,0,A,,0,IT,,0,= 0,,,,, +9,9,F,6385.5,1.7,2+,,0.49,9,KEV,9.3e-19,1.70816e-19,P,,0,A,,0,IT,,0,= 0|1,,,,, +9,9,F,6484.9,1.5,3+,,0.40,10,KEV,1.1393e-18,2.84813e-19,P,,0,A,,0,IT,,0,= 0,,,,, +9,9,F,6567,1.5,5+,,0.56,13,KEV,8.138e-19,1.88906e-19,P,,0,A,,0,IT,,0,= 0,,,,, +9,9,F,6633,10,1,,80,2,KEV,5.7e-21,1e-22,A,,0,P,,0,,,,,,,,, +9,9,F,6643.7,0.8,2-,,0.60,7,KEV,7.595e-19,8.8608e-20,P,,0,A,,0,IT,,0,= 1,,,,, +9,9,F,6647,4,1-,,91,4,KEV,5e-21,2e-22,A,,0,P,,0,,,,,,,,, +9,9,F,6777,1,4+,,9.2,10,KEV,4.95e-20,5.38e-21,P,,0,A,,0,,,,= 0,,,,, +9,9,F,6803.1,1.5,1+ 2 3+,LT,2,,KEV,2.279e-19,,P,,0,IT,,0,,,,= 0,,,,, +9,9,F,6809,5,2-,,88,2,KEV,5.2e-21,1e-22,A,,0,P,,0,,,,,,,,, +9,9,F,6811,0,(2+),,3.0,5,KEV,1.519e-19,2.532e-20,P,,0,A,,0,,,,,,,,, +9,9,F,6857,10,(3-),,5.0,10,KEV,9.11e-20,1.823e-20,P,,0,A,,0,,,,,,,,, +9,9,F,6877.4,1.7,3 4-,LT,2,,KEV,2.279e-19,,P,,0,A,,0,IT,,0,= 0,,,,, +9,9,F,7201,2,(4+),,6.5,,KEV,7.01e-20,0,A,,0,P,,0,,,,= 0,,,,, +9,9,F,7247,2,(1+),,46.5,,KEV,9.8e-21,0,A,,0,P,,0,,,,= 0,,,,, +9,9,F,7291,2,3-,,38,,KEV,1.2e-20,0,A,,0,P,,0,,,,,,,,, +9,9,F,7315,4,(3-),,52,,KEV,8.8e-21,0,A,,0,P,,0,,,,= 0,,,,, +9,9,F,7336,2,1-,,16,2,KEV,2.85e-20,3.6e-21,P,,0,IT,,0,,,,= 1,,,,, +9,9,F,7406,2,1+,,14.6,14,KEV,3.12e-20,2.99e-21,P,100,0,,,,,,,,,,,, +9,9,F,7447,10,,,140,,KEV,3.3e-21,0,A,,0,P,,0,,,,,,,,, +9,9,F,7454,2,1-,,6,,KEV,7.6e-20,0,P,100,0,,,,,,,,,,,, +9,9,F,7478,2,(2),,12,3,KEV,3.8e-20,9.5e-21,IT,,0,A,,0,P,,0,,,,,, +9,9,F,7485,2,(1-),,32,,KEV,1.42e-20,0,P,100,0,,,,,,,,,,,, +9,9,F,7506,2,4-,,12,2,KEV,3.8e-20,6.3e-21,P,,0,A,,0,,,,,,,,, +9,9,F,7513,2,,LT,4,,KEV,1.139e-19,,IT,,0,P,,0,,,,,,,,, +9,9,F,7528,2,2-,,16.5,30,KEV,2.76e-20,5.02e-21,A,,0,IT,,0,P,,0,= 1,,,,, +9,9,F,7532,5,,,75,,KEV,6.1e-21,0,P,,0,A,,0,,,,,,,,, +9,9,F,7555,2,(1-),,30,,KEV,1.52e-20,0,P,100,0,,,,,,,,,,,, +9,9,F,7584,2,,,9,2,KEV,5.06e-20,1.13e-20,A,,0,IT,,0,P,,0,,,,,, +9,9,F,7685,2,3+ 4+,,36,4,KEV,1.27e-20,1.4e-21,P,,0,A,,0,,,,,,,,, +9,9,F,7729,4,GE 1,,66,5,KEV,6.9e-21,5e-22,P,,0,A,,0,,,,,,,,, +9,9,F,7763,4,,,70,,KEV,6.5e-21,0,P,100,0,,,,,,,,,,,, +9,9,F,7878,3,GE 2,,20,,KEV,2.28e-20,0,A,,0,P,,0,,,,,,,,, +9,9,F,7899,2,(2-),,38,,KEV,1.2e-20,0,P,,0,A,,0,,,,,,,,, +9,9,F,7941,12,(1+),,112,,KEV,4.1e-21,0,P,,0,A,,0,,,,,,,,, +9,9,F,8064,6,GE 4,,60,,KEV,7.6e-21,0,A,,0,P,,0,,,,,,,,, +9,9,F,8115,8,,,96,,KEV,4.7e-21,0,P,100,0,,,,,,,,,,,, +9,9,F,8209,2,2-,,52,,KEV,8.8e-21,0,P,,0,A,,0,,,,,,,,, +9,9,F,8238,2,4+,,20,,KEV,2.28e-20,0,P,100,0,,,,,,,,,,,, +9,9,F,9207,15,3 4-,,,,,,,A,,0,P,,0,,,,= 0,,,,, +9,9,F,9500,0,2 3+,,,,,,,A,,0,N,,0,,,,= 0,,,,, +9,9,F,9580,20,6+,,,,,,,A,,0,,,,,,,,,,,, +9,9,F,11220,30,7+,,,,,,,A,,0,,,,,,,,,,,, +9,9,F,13830,0,4- 5+,,60,,KEV,7.6e-21,0,A,,0,,,,,,,,,,,, +9,9,F,14020,0,4- 5+,,60,,KEV,7.6e-21,0,A,,0,,,,,,,,,,,, +9,9,F,14100,0,4- 5+,,60,,KEV,7.6e-21,0,A,,0,,,,,,,,,,,, +9,9,F,14180,40,(8+),,,,,,,A,,0,,,,,,,,,,,, +9,9,F,15090,0,4- 5+,,,,,,,A,,0,,,,,,,,,,,, +9,9,F,15340,0,5+ 6-,,,,,,,A,,0,,,,,,,,,,,, +9,9,F,16070,0,4- 5+,,220,,KEV,2.1e-21,0,A,,0,,,,,,,,,,,, +9,9,F,16720,0,4- 5+,,60,,KEV,7.6e-21,0,A,,0,,,,,,,,,,,, +9,9,F,17430,0,4- 5+ 6-,,70,,KEV,6.5e-21,0,A,,0,,,,,,,,,,,, +9,9,F,19000,150,,,50E1,15,KEV,9e-22,3e-22,IT,,0,,,,,,,,,,,, +9,9,F,20100,200,(2-),,160E1,10,KEV,3e-22,0,IT,,0,,,,,,,= 1,,,,, +9,9,F,22700,200,(2-),,120E1,10,KEV,4e-22,0,IT,,0,,,,,,,= 1,,,,, +9,9,F,24100,200,,,140E1,30,KEV,3e-22,1e-22,IT,,0,,,,,,,,,,,, +9,10,F,4682.5,0.7,5/2-,,10.7,21,FS,0.0000000000000107,0.0000000000000021,A,,0,,,,,,,,,,,, +9,10,F,5106.6,0.9,5/2+,LT,21,,FS,0.000000000000021,0,A,,0,,,,,,,,,,,, +9,10,F,5337,2,1/2(+),LE,0.07,,FS,7e-17,0,A,,0,,,,,,,,,,,, +9,10,F,5418,1,7/2-,,2.6,7,EV,1.753e-16,4.719e-17,A,,0,,,,,,,,,,,, +9,10,F,5463.5,1.5,7/2+,LE,0.18,,FS,1.8e-16,0,A,,0,,,,,,,,,,,, +9,10,F,5500.7,1.7,3/2+,,4,1,KEV,1.139e-19,2.85e-20,A,,0,,,,,,,,,,,, +9,10,F,5535,2,5/2+,,,,,,,A,,0,,,,,,,,,,,, +9,10,F,5621,1,5/2-,LT,0.9,,FS,9e-16,0,A,,0,,,,,,,,,,,, +9,10,F,5938,1,1/2+,,,,,,,A,,0,,,,,,,,,,,, +9,10,F,6070,1,7/2+,,1.2,,KEV,3.798e-19,0,A,,0,,,,,,,,,,,, +9,10,F,6088,1,3/2-,,4,,KEV,1.139e-19,0,A,,0,,,,,,,,,,,, +9,10,F,6160.6,0.9,7/2-,,3.7,10,EV,1.232e-16,3.329e-17,A,,0,,,,,,,,,,,, +9,10,F,6255,1,1/2+,,8,,KEV,5.7e-20,0,A,100,0,,,,,,,,,,,, +9,10,F,6282,2,5/2+,,2.4,,KEV,1.899e-19,0,A,,0,,,,,,,,,,,, +9,10,F,6330,2,7/2+,,2.4,,KEV,1.899e-19,0,A,,0,,,,,,,,,,,, +9,10,F,6429,8,1/2-,,280,,KEV,1.6e-21,0,A,100,0,,,,,,,,,,,, +9,10,F,6496.7,1.4,3/2+,,,,,,,A,,0,,,,,,,,,,,, +9,10,F,6500,0.9,11/2+,GT,2.4,,EV,1.899e-16,4.799368088467615,A,,0,,,,,,,,,,,, +9,10,F,6527.5,1.4,3/2+,,4,,KEV,1.139e-19,0,A,,0,,,,,,,,,,,, +9,10,F,6554,2,7/2(+),,1.6,,KEV,2.848e-19,0,A,,0,,,,,,,,,,,, +9,10,F,6592,2,9/2+,,7.6,18,EV,6e-17,1.42e-17,A,,0,,,,,,,,,,,, +9,10,F,6787,2,3/2-,,6.9,11,EV,6.6e-17,1.053e-17,A,,0,,,,,,,,,,,, +9,10,F,6838.4,0.9,5/2+,,1.2,,KEV,3.798e-19,0,A,,0,,,,,,,,,,,, +9,10,F,6891,4,3/2-,,28,,KEV,1.63e-20,0,A,,0,,,,,,,,,,,, +9,10,F,6926.5,1.7,7/2-,,2.4,,KEV,1.899e-19,0,A,,0,,,,,,,,,,,, +9,10,F,6989,3,1/2-,,51,,KEV,8.9e-21,0,A,100,0,,,,,,,,,,,, +9,10,F,7114,6,7/2+,,32,,KEV,1.42e-20,0,A,100,0,,,,,,,,,,,, +9,10,F,7166.2,0.7,11/2-,,6.9,11,EV,6.6e-17,1.053e-17,A,,0,,,,,,,,,,,, +9,10,F,7262,2,3/2+,LT,6,,KEV,7.6e-20,,A,100,0,,,,,,,,,,,, +9,10,F,7364,4,1/2+,,,,,,,A,100,0,,,,,,,,,,,, +9,10,F,7539.6,0.9,5/2+,,0.16,5,KEV,2.8481e-18,8.90039e-19,A,,0,,,,,,,= 3/2,,,,, +9,10,F,7560,10,7/2+,LT,90,,KEV,5.1e-21,,A,100,0,,,,,,,,,,,, +9,10,F,7660.6,0.9,3/2+,,2.2,7,EV,2.071e-16,6.591e-17,A,,0,,,,,,,= 3/2,,,,, +9,10,F,7702,5,1/2-,LT,30,,KEV,1.52e-20,,A,100,0,,,,,,,,,,,, +9,10,F,7900,0,,LT,200,,KEV,2.3e-21,,A,100,0,,,,,,,,,,,, +9,10,F,7929,3,7/2+ 9/2,,,,,,,A,,0,,,,,,,,,,,, +9,10,F,7937,3,11/2+,,,,,,,A,,0,,,,,,,,,,,, +9,10,F,8014,1,5/2+,,,,,,,P,100,0,,,,,,,,,,,, +9,10,F,8084,3,,LT,3,,KEV,1.519e-19,,A,,0,P,,0,,,,,,,,, +9,10,F,8137.7,1.2,1/2+,LE,0.3,,KEV,1.519e-18,,P,,0,A,,0,,,,,,,,, +9,10,F,8160,0,,LT,50,,KEV,9.1e-21,,A,100,0,,,,,,,,,,,, +9,10,F,8199,1,(5/2+),LT,0.8,,KEV,5.696e-19,,A,,0,P,,0,,,,,,,,, +9,10,F,8254.3,2.6,(5/2 7/2)-,LE,1.5,,KEV,3.038e-19,,P,,0,,,,,,,,,,,, +9,10,F,8288,2,13/2-,LT,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, +9,10,F,8310,1.2,5/2+,,0.047,19,KEV,9.6957e-18,3.9195564e-18,P,,0,A,,0,,,,,,,,, +9,10,F,8370,4,7/2 5/2+,,7.5,15,KEV,6.08e-20,1.215e-20,A,,0,,,,,,,,,,,, +9,10,F,8583.5,1.6,5/2+,LE,0.5,,KEV,9.114e-19,,P,,0,A,,0,,,,,,,,, +9,10,F,8591.9,1,3/2-,,2.0,1,KEV,2.279e-19,1.139e-20,P,,0,A,,0,,,,,,,,, +9,10,F,8629,4,7/2-,LT,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, +9,10,F,8650,0,1/2+,AP,300,,KEV,1.5e-21,,P,,0,A,,0,,,,,,,,, +9,10,F,8793.2,1.5,1/2+,,46,2,KEV,9.9e-21,4e-22,P,,0,,,,,,,= 3/2,,,,, +9,10,F,8864,4,LE 7/2,AP,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, +9,10,F,8926.7,2.8,3/2-,,3.6,2,KEV,1.266e-19,7.03e-21,P,,0,A,,0,,,,,,,,, +9,10,F,8953,3,11/2-,AP,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, +9,10,F,9030,5,5/2 7/2,,4.2,10,KEV,1.085e-19,2.583e-20,A,,0,,,,,,,,,,,, +9,10,F,9099.7,0.7,7/2-,,0.57,3,KEV,7.995e-19,4.2078e-20,P,,0,A,,0,,,,,,,,, +9,10,F,9101,4,7/2+ 9/2+,AP,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, +9,10,F,9167,1.4,1/2+,,6.2,5,KEV,7.35e-20,5.93e-21,A,,0,P,,0,,,,,,,,, +9,10,F,9204,7,3/2,,10.2,15,KEV,4.47e-20,6.57e-21,A,,0,,,,,,,,,,,, +9,10,F,9267,4,11/2+ 9/2+,,2,1,KEV,2.279e-19,1.139e-19,A,,0,,,,,,,,,,,, +9,10,F,9280,5,(7/2 9/2)+,LT,1.5,,KEV,3.038e-19,,A,,0,,,,,,,,,,,, +9,10,F,9318,2,3/2+,,3.4,7,KEV,1.34e-19,2.759e-20,P,,0,A,,0,,,,,,,,, +9,10,F,9321,1.1,1/2+,,5.0,2,KEV,9.11e-20,3.65e-21,A,,0,P,,0,,,,,,,,, +9,10,F,9329,4,LE 3/2,AP,6,,KEV,7.6e-20,,A,,0,,,,,,,,,,,, +9,10,F,9509,4,5/2+ 7/2+,LT,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, +9,10,F,9527,6,(5/2),,28,,KEV,1.63e-20,0,P,,0,A,,0,,,,,,,,, +9,10,F,9536.4,2,5/2+,,6.3,15,KEV,7.23e-20,1.722e-20,P,,0,A,,0,,,,,,,,, +9,10,F,9566,3,3/2-,,26,3,KEV,1.75e-20,2e-21,P,,0,,,,,,,,,,,, +9,10,F,9575,4,3/2-,,67,3,KEV,6.8e-21,3e-22,P,,0,A,,0,,,,,,,,, +9,10,F,9586,3,7/2,,8.9,12,KEV,5.12e-20,6.9e-21,A,,0,P,,0,,,,,,,,, +9,10,F,9642,6,3/2 5/2,AP,8,,KEV,5.7e-20,,A,,0,,,,,,,,,,,, +9,10,F,9654,6,3/2 5/2,AP,6,,KEV,7.6e-20,,A,,0,,,,,,,,,,,, +9,10,F,9667.5,1.5,3/2+,,3.6,4,KEV,1.266e-19,1.406e-20,P,,0,A,,0,,,,,,,,, +9,10,F,9710,4,9/2+ 11/2-,LT,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, +9,10,F,9820,1,5/2-,,0.30,5,KEV,1.519e-18,2.53167e-19,P,,0,A,,0,,,,,,,,, +9,10,F,9834,3,11/2 13/2 15/2,LT,1,,KEV,4.557e-19,,A,,0,,,,,,,,,,,, +9,10,F,9874,1.8,11/2-,,2.6,6,EV,1.753e-16,4.045e-17,P,,0,A,,0,,,,,,,,, +9,10,F,9887,3,1/2+,,25,2,KEV,1.82e-20,1.5e-21,P,,0,A,,0,,,,,,,,, +9,10,F,9926,3,9/2+,AP,1,,KEV,4.557e-19,,A,,0,,,,,,,= 3/2,,,,, +9,10,F,10088,5,5/2- 7/2-,LT,1.5,,KEV,3.038e-19,,A,,0,,,,,,,,,,,, +9,10,F,10137,8,3/2-,,4.3,6,KEV,1.06e-19,1.479e-20,A,,0,P,,0,,,,,,,,, +9,10,F,10162,3,1/2+,,31,,KEV,1.47e-20,0,A,,0,P,,0,,,,,,,,, +9,10,F,10232,3,1/2+,LT,1,,KEV,4.557e-19,,P,,0,A,,0,,,,,,,,, +9,10,F,10254,3,1/2+,,22,,KEV,2.07e-20,0,P,,0,A,,0,,,,,,,,, +9,10,F,10308,4,3/2+,,9.2,,KEV,4.95e-20,0,A,,0,P,,0,,,,,,,,, +9,10,F,10365,4,7/2 9/2 11/2,,3.0,15,KEV,1.519e-19,7.595e-20,A,,0,,,,,,,,,,,, +9,10,F,10411,3,13/2+,LT,1.5,,KEV,3.038e-19,,A,,0,,,,,,,,,,,, +9,10,F,10469,4,,,11.0,12,KEV,4.14e-20,4.52e-21,P,,0,A,,0,,,,,,,,, +9,10,F,10488,4,,,4.8,8,KEV,9.49e-20,1.582e-20,P,,0,A,,0,,,,,,,,, +9,10,F,10496.3,1.3,3/2+,,5.7,6,KEV,7.99e-20,8.42e-21,N,,0,P,,0,A,,0,,,,,, +9,10,F,10521,4,,,14,2,KEV,3.26e-20,4.7e-21,P,,0,A,,0,,,,,,,,, +9,10,F,10542.3,1.1,,,2.5,2,KEV,1.823e-19,1.458e-20,A,,0,P,,0,N,,0,,,,,, +9,10,F,10555,3,3/2+,,4.0,12,KEV,1.139e-19,3.418e-20,P,,0,A,,0,,,,= 3/2,,,,, +9,10,F,10564.7,2,,,4.6,7,KEV,9.91e-20,1.508e-20,N,,0,P,,0,A,,0,,,,,, +9,10,F,10581,4,(5/2+),,22,3,KEV,2.07e-20,2.8e-21,A,,0,P,,0,,,,,,,,, +9,10,F,10614.3,1.6,5/2+,,4.7,5,KEV,9.7e-20,1.031e-20,N,,0,P,,0,A,,0,= 3/2,,,,, +9,10,F,10763.3,2.5,1/2-,,6,3,KEV,7.6e-20,3.8e-20,N,,0,P,,0,A,,0,,,,,, +9,10,F,10859.7,1.9,5/2+,,240.0,15,KEV,1.9e-21,1e-23,N,,0,P,,0,A,,0,,,,,, +9,10,F,10975,2.5,(3/2 5/2)+,,14,2,KEV,3.26e-20,4.7e-21,N,,0,P,,0,A,,0,,,,,, +9,10,F,10989,2.5,,,7,2,KEV,6.51e-20,1.86e-20,P,,0,N,,0,,,,,,,,, +9,10,F,11072,2.7,1/2+,,35,4,KEV,1.3e-20,1.5e-21,N,,0,P,,0,A,,0,,,,,, +9,10,F,11188,4,(1/2-),,17,4,KEV,2.68e-20,6.3e-21,A,,0,P,,0,N,,0,,,,,, +9,10,F,11273,3,,,7,2,KEV,6.51e-20,1.86e-20,N,,0,P,,0,,,,,,,,, +9,10,F,11286,7,5/2+,,22,5,KEV,2.07e-20,4.7e-21,N,,0,P,,0,A,,0,,,,,, +9,10,F,11350,25,1/2+,,272,31,KEV,1.7e-21,2e-22,P,100,0,,,,,,,,,,,, +9,10,F,11450,3.5,1/2-,,38,7,KEV,1.2e-20,2.2e-21,A,,0,P,,0,N,,0,,,,,, +9,10,F,11478,5,,,7,3,KEV,6.51e-20,2.79e-20,N,,0,P,,0,,,,,,,,, +9,10,F,11502,5,(3/2-),,4,2,KEV,1.139e-19,5.7e-20,N,,0,P,,0,A,,0,,,,,, +9,10,F,11540,7,5/2+,,22,5,KEV,2.07e-20,4.7e-21,A,,0,P,,0,N,,0,,,,,, +9,10,F,11569,7,,,15,10,KEV,3.04e-20,2.03e-20,N,,0,P,,0,,,,= 3/2,,,,, +9,10,F,11603,12,3/2-,,63,7,KEV,7.2e-21,8e-22,N,,0,P,,0,,,,,,,,, +9,10,F,11653,4,3/2+,,33,6,KEV,1.38e-20,2.5e-21,A,,0,P,,0,N,,0,= 3/2,,,,, +9,10,F,11840,10,,LT,50,,KEV,9.1e-21,,N,,0,P,,0,,,,,,,,, +9,10,F,11930,10,,,90,,KEV,5.1e-21,0,N,,0,P,,0,,,,,,,,, +9,10,F,12040,20,1/2-,,71,24,KEV,6.4e-21,2.2e-21,P,,0,A,,0,,,,,,,,, +9,10,F,12136,8,3/2-,,105,14,KEV,4.3e-21,6e-22,N,,0,P,,0,A,,0,= 3/2,,,,, +9,10,F,12222,12,3/2+,,74,1,KEV,6.2e-21,1e-22,A,,0,P,,0,N,,0,,,,,, +9,10,F,12522,7,1/2-,,15,4,KEV,3.04e-20,8.1e-21,P,100,0,,,,,,,,,,,, +9,10,F,12577,10,5/2+,,48,10,KEV,9.5e-21,2e-21,P,,0,A,,0,,,,,,,,, +9,10,F,12580,25,1/2-,,285,48,KEV,1.6e-21,3e-22,P,100,0,,,,,,,= 3/2,,,,, +9,10,F,12780,10,5/2+,,95,38,KEV,4.8e-21,1.9e-21,N,,0,P,,0,A,,0,= 3/2,,,,, +9,10,F,12860,30,3/2+,,276,38,KEV,1.7e-21,2e-22,P,100,0,,,,,,,= 3/2,,,,, +9,10,F,12940,25,5/2+,,71,24,KEV,6.4e-21,2.2e-21,P,,0,A,,0,,,,,,,,, +9,10,F,12980,50,1/2-,,124,38,KEV,3.7e-21,1.1e-21,P,100,0,,,,,,,,,,,, +9,10,F,13068,4,1/2+,LE,10,,KEV,4.56e-20,,N,,0,P,,0,,,,,,,,, +9,10,F,13090,75,3/2-,,285,71,KEV,1.6e-21,4e-22,P,100,0,,,,,,,,,,,, +9,10,F,13170,15,,,70,,KEV,6.5e-21,0,N,,0,P,,0,,,,,,,,, +9,10,F,13317,8,7/2-,,28,6,KEV,1.63e-20,3.5e-21,A,,0,P,,0,N,,0,= 3/2,,,,, +9,10,F,13360,25,3/2-,,38,19,KEV,1.2e-20,6e-21,P,100,0,,,,,,,,,,,, +9,10,F,13732,11,7/2-,,52,10,KEV,8.8e-21,1.7e-21,N,,0,P,,0,A,,0,= 3/2,,,,, +9,10,F,14040,20,5/2+,,141,28,KEV,3.2e-21,6e-22,P,100,0,,,,,,,,,,,, +9,10,F,14100,21,3/2-,,84,28,KEV,5.4e-21,1.8e-21,P,100,0,,,,,,,,,,,, +9,10,F,14240,15,,,350,,KEV,1.3e-21,0,N,,0,P,,0,,,,,,,,, +9,10,F,14330,20,3/2-,,76,28,KEV,6e-21,2.2e-21,P,100,0,,,,,,,,,,,, +9,10,F,14700,20,3/2-,,124,38,KEV,3.7e-21,1.1e-21,P,100,0,,,,,,,,,,,, +9,10,F,14720,70,1/2-,,257,67,KEV,1.8e-21,5e-22,A,100,0,,,,,,,,,,,, +9,10,F,14740,50,1/2+,,361,67,KEV,1.3e-21,2e-22,P,,0,A,,0,,,,,,,,, +9,10,F,14780,20,5/2+,,,,,,,N,,0,P,,0,,,,,,,,, +9,10,F,14920,30,7/2-,,,,,,,P,100,0,,,,,,,,,,,, +9,10,F,15000,20,,,,,,,,N,,0,P,,0,,,,,,,,, +9,10,F,15360,20,1/2-,,,,,,,P,100,0,,,,,,,,,,,, +9,10,F,15400,30,5/2+,,,,,,,P,100,0,,,,,,,,,,,, +9,10,F,15770,21,3/2-,,150,,KEV,3e-21,0,N,,0,P,,0,,,,,,,,, +9,10,F,16200,40,3/2+,,,,,,,P,100,0,,,,,,,,,,,, +9,10,F,16230,30,7/2-,,,,,,,P,100,0,,,,,,,,,,,, +9,10,F,16280,20,3/2-,,200,,KEV,2.3e-21,0,N,,0,P,,0,,,,,,,,, +9,10,F,16800,30,,,,,,,,N,,0,P,,0,,,,,,,,, +9,10,F,17050,40,3/2-,,331,67,KEV,1.4e-21,3e-22,P,100,0,,,,,,,,,,,, +9,10,F,17160,40,7/2-,,323,67,KEV,1.4e-21,3e-22,P,100,0,,,,,,,,,,,, +9,10,F,17450,30,3/2-,,32,19,KEV,1.42e-20,8.5e-21,P,100,0,,,,,,,,,,,, +9,10,F,17650,60,7/2-,,95,57,KEV,4.8e-21,2.9e-21,P,100,0,,,,,,,,,,,, +9,10,F,17930,40,3/2-,,255,57,KEV,1.8e-21,4e-22,P,100,0,,,,,,,,,,,, +9,10,F,18030,60,7/2-,,365,57,KEV,1.2e-21,2e-22,P,100,0,,,,,,,,,,,, +9,10,F,19070,60,3/2-,,56E+1,14,KEV,8e-22,2e-22,P,100,0,,,,,,,,,,,, +9,10,F,19830,150,5/2-,,369,57,KEV,1.2e-21,2e-22,P,100,0,,,,,,,,,,,, +9,10,F,19890,30,3/2-,,473,57,KEV,1e-21,1e-22,P,100,0,,,,,,,,,,,, +9,10,F,20810,50,1/2-,,412,57,KEV,1.1e-21,2e-22,P,100,0,,,,,,,,,,,, +9,10,F,20930,50,3/2-,,317,48,KEV,1.4e-21,2e-22,P,100,0,,,,,,,,,,,, +9,10,F,21050,40,7/2-,,448,29,KEV,1e-21,1e-22,P,100,0,,,,,,,,,,,, +9,11,F,6627,0.3,2-,,0.31,2,KEV,1.47e-18,9.4839e-20,N,99.55,0.1,IT,0.45,0.1,,,,,,,,, +9,11,F,6642.6,0.3,(3 4),LT,0.08,,KEV,5.6963e-18,,IT,,0,N,,0,,,,,,,,, +9,11,F,6647.5,0.4,1-,,1.59,10,KEV,2.866e-19,1.8025e-20,N,99.899,0.02,IT,0.101,0.02,,,,,,,,, +9,11,F,6693.4,0.6,1-,,13.8,8,KEV,3.3e-20,1.91e-21,N,100,0,IT,,0,,,,,,,,, +9,11,F,6766.1,0.9,(2- 3 4+),LE,0.6,,KEV,7.595e-19,,IT,,0,N,,0,,,,,,,,, +9,11,F,6825,5,,,,,,,,N,100,0,,,,,,,,,,,, +9,11,F,6856.7,1,2,,10,2,KEV,4.56e-20,9.1e-21,N,99.965,0.011,IT,0.035,0.011,,,,,,,,, +9,11,F,6967.8,1,1-,,5,1,KEV,9.11e-20,1.82e-20,N,99.952,0.019,IT,0.048,0.019,,,,,,,,, +9,11,F,7067,1.2,0-,,2.4,6,KEV,1.899e-19,4.747e-20,IT,,0,N,,0,,,,,,,,, +9,11,F,7080,0,(1+),,24,,KEV,1.9e-20,0,N,100,0,,,,,,,,,,,, +9,11,F,7166,2,2(+),,8,1,KEV,5.7e-20,7.1e-21,N,99.921,0.018,IT,0.079,0.018,,,,,,,,, +9,11,F,7319,8,(1),,33,,KEV,1.38e-20,0,N,100,0,IT,0.009,0,,,,,,,,, +9,11,F,7370,20,(1),,19,,KEV,2.4e-20,0,N,100,0,,,,,,,,,,,, +9,11,F,7420,20,(2+),,10,,KEV,4.56e-20,0,N,100,0,IT,,0,,,,,,,,, +9,11,F,7495,5,(2),,80,,KEV,5.7e-21,0,N,100,0,IT,0.0035,0,,,,,,,,, +9,11,F,7655,5,(2+),,65,,KEV,7e-21,0,N,100,0,IT,0.006,0,,,,,,,,, +9,11,F,7734,6,,,140,,KEV,3.3e-21,0,N,100,0,,,,,,,,,,,, +9,11,F,7843,11,1-,,50,10,KEV,9.1e-21,1.8e-21,N,100,0,IT,,0,,,,,,,,, +9,11,F,7985,4,1,,14,2,KEV,3.26e-20,4.7e-21,N,100,0,IT,,0,,,,,,,,, +9,11,F,8113,4,,,195,,KEV,2.3e-21,0,N,100,0,IT,0.006,0,,,,,,,,, +9,11,F,8147,6,,,15,,KEV,3.04e-20,0,N,100,0,,,,,,,,,,,, +9,11,F,8421,0,,,27,,KEV,1.69e-20,0,N,100,0,,,,,,,,,,,, +9,11,F,8500,0,,,140,,KEV,3.3e-21,0,N,100,0,,,,,,,,,,,, +9,11,F,8720,0,,LE,30,,KEV,1.52e-20,,N,100,0,,,,,,,,,,,, +9,11,F,8770,0,,,76,,KEV,6e-21,0,N,100,0,,,,,,,,,,,, +9,11,F,8940,0,,,73,,KEV,6.2e-21,0,N,100,0,,,,,,,,,,,, +9,11,F,9200,0,,,,,,,,N,100,0,,,,,,,,,,,, +9,11,F,9520,0,,,110,,KEV,4.1e-21,0,N,100,0,,,,,,,,,,,, +9,11,F,9650,0,,,100,,KEV,4.6e-21,0,N,100,0,,,,,,,,,,,, +9,11,F,9830,0,,,33,,KEV,1.38e-20,0,N,100,0,,,,,,,,,,,, +9,11,F,9850,0,,,120,,KEV,3.8e-21,0,N,100,0,,,,,,,,,,,, +9,11,F,9886,10,,,,,,,,N,100,0,,,,,,,,,,,, +9,11,F,9900,0,,LE,30,,KEV,1.52e-20,,N,100,0,,,,,,,,,,,, +9,11,F,9929,10,,,,,,,,N,100,0,,,,,,,,,,,, +9,11,F,9981,10,,,,,,,,N,100,0,,,,,,,,,,,, +9,11,F,10024,10,,,150,,KEV,3e-21,0,A,,0,N,,0,,,,,,,,, +9,11,F,10100,50,,,,,,,,N,,0,A,,0,,,,,,,,, +9,11,F,10228,10,0- 1,AP,200,,KEV,2.3e-21,,A,,0,N,,0,,,,,,,,, +9,11,F,10480,10,,AP,10,,KEV,4.56e-20,,N,,0,A,,0,,,,,,,,, +9,11,F,10641,10,1 2,,70,,KEV,6.5e-21,0,N,100,0,,,,,,,,,,,, +9,11,F,10807,10,0- 1,AP,310,,KEV,1.5e-21,,A,,0,N,,0,,,,,,,,, +9,11,F,10990,0,,,190,,KEV,2.4e-21,0,N,100,0,,,,,,,,,,,, +9,11,F,11045,10,,AP,30,,KEV,1.52e-20,,N,100,0,,,,,,,,,,,, +9,11,F,11130,10,,LT,25,,KEV,1.82e-20,,N,100,0,,,,,,,,,,,, +9,11,F,11244,10,,LT,25,,KEV,1.82e-20,,N,100,0,,,,,,,,,,,, +9,11,F,11287,10,,,,,,,,N,100,0,,,,,,,,,,,, +9,11,F,11490,50,,,,,,,,N,,0,A,,0,,,,,,,,, +9,11,F,12000,0,,,,,,,,A,,0,N,,0,,,,,,,,, +9,11,F,12200,100,,,,,,,,N,,0,A,,0,,,,,,,,, +9,11,F,12400,0,,,,,,,,A,,0,N,,0,,,,,,,,, +9,11,F,12700,0,,,,,,,,N,,0,A,,0,,,,,,,,, +9,11,F,13200,0,,,,,,,,A,,0,N,,0,,,,,,,,, +9,11,F,13700,0,,,,,,,,N,,0,A,,0,,,,,,,,, +9,11,F,14000,0,,,,,,,,A,,0,N,,0,,,,,,,,, +9,17,F,643.4,0.1,(4+),,2.2,1,MS,0.0022,0.0001,IT,82,11,B-,18,11,B-N,12,8,,,,,, +10,6,Ne,1690,70,(2+),,,,,,,P,100,0,,,,,,,= 2,,,,, +10,8,Ne,1887.3,0.2,2+,,0.46,4,PS,0.00000000000046,0.00000000000004,IT,100,0,,,,,,,,,,,, +10,8,Ne,3376.2,0.4,4+,,3.0,4,PS,0.000000000003,0.0000000000004,IT,100,0,,,,,,,,,,,, +10,8,Ne,3576.3,2,0+,,3,1,PS,0.000000000003,0.000000000001,IT,100,0,,,,,,,,,,,, +10,8,Ne,3616.4,0.6,2+,,44,+21-14,FS,0.000000000000044,0.000000000000018,IT,100,0,,,,,,,,,,,, +10,8,Ne,4519,8,1-,LE,20,,KEV,2.28e-20,,P,,0,,,,,,,,,,,, +10,8,Ne,4590,8,0+,LE,20,,KEV,2.28e-20,,P,,0,,,,,,,,,,,, +10,8,Ne,5090,8,(2+ 3-),,40,20,KEV,1.14e-20,5.7e-21,P,,0,,,,,,,,,,,, +10,9,Ne,4032.9,2.4,3/2+,LT,35,,FS,0.000000000000035,0,A,,0,,,,,,,,,,,, +10,9,Ne,4379.1,2.2,7/2+,LT,0.08,,PS,0.00000000000008,0,A,,0,,,,,,,,,,,, +10,9,Ne,4549,4,(1/2 3/2)-,LT,55,,FS,0.000000000000055,0,A,,0,,,,,,,,,,,, +10,9,Ne,4712,10,(5/2-),,,,,,,A,100,0,,,,,,,,,,,, +10,9,Ne,5092,6,5/2+,,,,,,,A,,0,,,,,,,,,,,, +10,9,Ne,10407,30,3/2+,,45,,KEV,1.01e-20,0,A,,0,P,,0,,,,,,,,, +10,9,Ne,10460,0,1/2+,,355,,KEV,1.3e-21,0,P,,0,A,,0,,,,,,,,, +10,9,Ne,11510,50,3/2- (1/2-),,25,,KEV,1.82e-20,0,A,,0,,,,,,,,,,,, +10,9,Ne,12230,50,5/2+,,200,25,KEV,2.3e-21,3e-22,A,,0,,,,,,,,,,,, +10,9,Ne,12400,50,7/2+,,180,25,KEV,2.5e-21,4e-22,A,,0,,,,,,,,,,,, +10,9,Ne,12690,50,1/2+,,180,40,KEV,2.5e-21,6e-22,P,,0,,,,,,,,,,,, +10,9,Ne,16230,130,,,40E+1,13,KEV,1.1e-21,4e-22,N,,0,,,,,,,,,,,, +10,10,Ne,5621.4,1.7,3-,,139,35,FS,0.000000000000139,0.000000000000035,A,93,3,IT,7,3,,,,= 0,,,,, +10,10,Ne,5787.7,2.6,1-,,0.028,3,KEV,1.6275e-17,1.74375e-18,A,100,0,IT,0.016,0.003,,,,= 0,,,,, +10,10,Ne,6725,5,0+,,19.0,9,KEV,2.4e-20,1.14e-21,A,100,0,IT,0.00017,0,,,,= 0,,,,, +10,10,Ne,7156.3,0.5,3-,,8.2,3,KEV,5.56e-20,2.03e-21,A,100,0,IT,0.00002,0.000002,,,,= 0,,,,, +10,10,Ne,7191,3,0+,,3.4,2,KEV,1.34e-19,7.88e-21,A,100,0,IT,0.000129,0.000025,,,,= 0,,,,, +10,10,Ne,7421.9,1.2,2+,,15.1,7,KEV,3.02e-20,1.4e-21,A,100,0,IT,0.00019,0.00003,,,,= 0,,,,, +10,10,Ne,7833.4,1.5,2+,,2,,KEV,2.279e-19,0,A,100,0,IT,0.0034,0,,,,= 0,,,,, +10,10,Ne,8453,4,5-,,0.013,4,KEV,3.50538e-17,1.07857988e-17,A,99.9,0.04,IT,0.1,0.04,,,,= 0,,,,, +10,10,Ne,8700,-1,0+,GT,800,,KEV,6e-22,1519,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,8708,7,1-,,2.1,8,KEV,2.17e-19,8.267e-20,A,100,0,IT,0.0033,0.0015,,,,= 0,,,,, +10,10,Ne,8777.6,2.2,6+,,0.11,2,KEV,4.1427e-18,7.53223e-19,A,100,0,IT,0.091,0.021,,,,= 0,,,,, +10,10,Ne,8820,0,(5-),LT,1,,KEV,4.557e-19,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,8854,5,1-,,19,,KEV,2.4e-20,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,9000,180,2+,AP,800,,KEV,6e-22,,A,,0,,,,,,,= 0,,,,, +10,10,Ne,9031,7,4+,,3,,KEV,1.519e-19,0,A,100,0,IT,0.011,0,,,,= 0,,,,, +10,10,Ne,9116,3,3-,,3.2,,KEV,1.424e-19,0,A,100,0,IT,0.0008,0,,,,= 0,,,,, +10,10,Ne,9487,5,2+,,29,15,KEV,1.57e-20,8.1e-21,A,100,0,IT,0.0009,0.0006,,,,= 0,,,,, +10,10,Ne,9990,8,4+,,155,30,KEV,2.9e-21,6e-22,A,100,0,IT,0.0006,0.0003,,,,= 0,,,,, +10,10,Ne,10262,5,5-,,145,40,KEV,3.1e-21,9e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,10273.2,1.9,2+,LE,0.3,,KEV,1.519e-18,,A,,0,IT,,0,,,,= 1,,,,, +10,10,Ne,10406,5,3-,,80,,KEV,5.7e-21,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,10553,5,4+,,16,,KEV,2.85e-20,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,10584,5,2+,,24,,KEV,1.9e-20,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,10800,75,4+,,350,,KEV,1.3e-21,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,10840,6,3-,,45,,KEV,1.01e-20,0,A,,0,IT,,0,,,,= 0,,,,, +10,10,Ne,10843,4,2+,,13,,KEV,3.51e-20,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,10970,120,0+,,580,,KEV,8e-22,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,11020,8,4+,,24,,KEV,1.9e-20,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,11090,3,4+,LE,0.5,,KEV,9.114e-19,,A,,0,IT,,0,,,,= 1,,,,, +10,10,Ne,11240,23,1-,,175,,KEV,2.6e-21,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,11270,5,1-,LE,0.3,,KEV,1.519e-18,,A,,0,IT,,0,,,,= 1,,,,, +10,10,Ne,11320,9,2+,,40,10,KEV,1.14e-20,2.8e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,11558,4,0+,,1.1,4,KEV,4.143e-19,1.5064e-19,A,,0,IT,,0,,,,= 0,,,,, +10,10,Ne,11885,7,2+,,46,,KEV,9.9e-21,0,IT,,0,A,,0,,,,= 0,,,,, +10,10,Ne,11928,4,4+,,0.44,15,KEV,1.0357e-18,3.53073e-19,A,100,0,IT,0.006,0.003,,,,= 0,,,,, +10,10,Ne,11951,4,8+,,0.035,10,KEV,1.302e-17,3.72e-18,A,100,0,IT,0.022,0.007,,,,= 0,,,,, +10,10,Ne,11985,16,1-,,30,5,KEV,1.52e-20,2.5e-21,IT,,0,A,,0,,,,= 0,,,,, +10,10,Ne,12137,5,6+,,,,,,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,12221,4,2+,LT,1,,KEV,4.557e-19,,A,,0,IT,,0,,,,= 1,,,,, +10,10,Ne,12253,10,4+,,155,15,KEV,2.9e-21,3e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,12256,3,3-,LT,1,,KEV,4.557e-19,,A,,0,IT,,0,,,,= 1,,,,, +10,10,Ne,12327,10,2+,,390,50,KEV,1.2e-21,1e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,12401,5,3-,,37.3,9,KEV,1.22e-20,2.9e-22,A,100,0,IT,0.0005,0,,,,= 1,,,,, +10,10,Ne,12436,4,0+,,24.4,5,KEV,1.87e-20,3.8e-22,A,100,0,IT,0.0007,0.00021,,,,= 0,,,,, +10,10,Ne,12472,10,(2+),,124,6,KEV,3.7e-21,2e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,12585,5,6+,,72,9,KEV,6.3e-21,8e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,12592,15,(2+),,145,25,KEV,3.1e-21,5e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,12713,5,5-,,84,8,KEV,5.4e-21,5e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,12743,10,(2+),,61,12,KEV,7.5e-21,1.5e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,12836,5,1-,,30,5,KEV,1.52e-20,2.5e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,12957,5,2+,,38,4,KEV,1.2e-20,1.3e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13048,5,4+,,18,3,KEV,2.53e-20,4.2e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13060.7,2.1,2-,,1.0,,KEV,4.557e-19,0,A,,0,P,,0,,,,,,,,, +10,10,Ne,13095,6,2+,,162,13,KEV,2.8e-21,2e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13105,5,6+,,102,5,KEV,4.5e-21,2e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13137,5,3-,,48,4,KEV,9.5e-21,8e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13171.3,2.1,1+,,2.3,2,KEV,1.981e-19,1.723e-20,A,,0,IT,,0,P,,0,= 1,,,,, +10,10,Ne,13222,10,0+,,40,13,KEV,1.14e-20,3.7e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13224,15,1-,,80,,KEV,5.7e-21,0,A,,0,P,,0,,,,= 0,,,,, +10,10,Ne,13226,5,3-,,53,4,KEV,8.6e-21,6e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13307.5,2.1,1+,,0.9,1,KEV,5.063e-19,5.626e-20,A,,0,IT,,0,P,,0,,,,,, +10,10,Ne,13338,5,7-,,0.08,3,KEV,5.6963e-18,2.136094e-18,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13341,5,4+,,26,3,KEV,1.75e-20,2e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13414,2,3-,,24,3,KEV,1.9e-20,2.4e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13426,5,(5-),,49,7,KEV,9.3e-21,1.3e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13461,10,1-,,195,25,KEV,2.3e-21,3e-22,A,,0,P,,0,,,,,,,,, +10,10,Ne,13484,2,1+,,6.4,3,KEV,7.12e-20,3.34e-21,IT,,0,P,,0,A,,0,= 1,,,,, +10,10,Ne,13507,5,1-,,24,8,KEV,1.9e-20,6.3e-21,A,,0,P,,0,,,,= 0,,,,, +10,10,Ne,13529,5,2+,,61,8,KEV,7.5e-21,1e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13530,15,(0+),,76,32,KEV,6e-21,2.5e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13573,5,2+,,12,5,KEV,3.8e-20,1.58e-20,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13586,3,2+,,9,1,KEV,5.06e-20,5.6e-21,P,,0,A,,0,,,,,,,,, +10,10,Ne,13642,3,0+,,17,1,KEV,2.68e-20,1.6e-21,A,,0,P,,0,,,,= 1,,,,, +10,10,Ne,13676,2.3,(2-),,4.5,2,KEV,1.013e-19,4.5e-21,IT,,0,P,,0,A,,0,,,,,, +10,10,Ne,13677,5,5-,,11,2,KEV,4.14e-20,7.5e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13692,10,7-,,310,30,KEV,1.5e-21,1e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13736,2.5,1+,,7.7,5,KEV,5.92e-20,3.84e-21,IT,,0,P,,0,A,,0,,,,,, +10,10,Ne,13744,20,0+,AP,80,,KEV,5.7e-21,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13827,10,3-,,136,15,KEV,3.4e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13866,30,1-,AP,175,,KEV,2.6e-21,,A,,0,P,,0,,,,= 0,,,,, +10,10,Ne,13881,2.3,2+,,0.14,5,KEV,3.255e-18,1.1625e-18,IT,,0,P,,0,A,,0,= 1,,,,, +10,10,Ne,13908,5,2+,,74,10,KEV,6.2e-21,8e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13926,2.3,(0+),,3.5,4,KEV,1.302e-19,1.488e-20,A,,0,P,,0,,,,,,,,, +10,10,Ne,13928,5,6+,,65,3,KEV,7e-21,3e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13948,10,0+,,79,15,KEV,5.8e-21,1.1e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,13965,5,4+,,8.1,10,KEV,5.63e-20,6.95e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14020,0,1-,AP,70,,KEV,6.5e-21,,P,,0,A,,0,,,,,,,,, +10,10,Ne,14063,2.3,2+,AP,140,,KEV,3.3e-21,,A,,0,P,,0,,,,,,,,, +10,10,Ne,14115,5,2+,,42,6,KEV,1.09e-20,1.6e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14128,2,2-,,4.7,7,KEV,9.7e-20,1.444e-20,IT,,0,P,,0,A,,0,,,,,, +10,10,Ne,14150,2.3,2-,,11.8,10,KEV,3.86e-20,3.27e-21,A,,0,IT,,0,P,,0,,,,,, +10,10,Ne,14200,0,1+,,14,1,KEV,3.26e-20,2.3e-21,IT,,0,P,,0,,,,,,,,, +10,10,Ne,14270,10,4+,,92,9,KEV,5e-21,5e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14304,10,(6+),,60,13,KEV,7.6e-21,1.6e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14311,5,6+,,117,8,KEV,3.9e-21,3e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14313,15,(3-),AP,45,,KEV,1.01e-20,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14370,3,,AP,5,,KEV,9.11e-20,,P,,0,A,,0,,,,,,,,, +10,10,Ne,14454,5,5-,AP,15,,KEV,3.04e-20,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14455,3,(0+ 2+),,33,3,KEV,1.38e-20,1.3e-21,P,,0,A,,0,,,,= 0,,,,, +10,10,Ne,14475,6,0+,,68,2,KEV,6.7e-21,2e-22,A,,0,P,,0,,,,,,,,, +10,10,Ne,14593,10,4+,,260,25,KEV,1.8e-21,2e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14597,7,1-,,116,5,KEV,3.9e-21,2e-22,A,,0,P,,0,,,,= 0,,,,, +10,10,Ne,14653,10,(0+),,25,,KEV,1.82e-20,0,P,,0,A,,0,,,,,,,,, +10,10,Ne,14699,3.3,(1+),,36,10,KEV,1.27e-20,3.5e-21,A,,0,P,,0,,,,,,,,, +10,10,Ne,14731,10,(4+),,60,25,KEV,7.6e-21,3.2e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14761,5,6+,,7.3,48,KEV,6.24e-20,4.105e-20,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14776,4,(1-),,110,20,KEV,4.1e-21,8e-22,A,,0,P,,0,,,,,,,,, +10,10,Ne,14807,5,6+,,86,7,KEV,5.3e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14816,5,5-,,117,13,KEV,3.9e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14839,10,(4+),,79,15,KEV,5.8e-21,1.1e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,14888,10,2+,,100,30,KEV,4.6e-21,1.4e-21,P,,0,A,,0,,,,= 0,,,,, +10,10,Ne,15047,10,2+,,66,20,KEV,6.9e-21,2.1e-21,A,,0,P,,0,,,,= 0,,,,, +10,10,Ne,15073,10,5-,,160,25,KEV,2.8e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,15142,15,(2+),AP,60,,KEV,7.6e-21,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,15159,5,6+,,60,15,KEV,7.6e-21,1.9e-21,A,,0,,,,,,,= 0,,,,, +10,10,Ne,15174,10,5-,,230,25,KEV,2e-21,2e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,15230,0,,,28,,KEV,1.63e-20,0,A,,0,P,,0,,,,,,,,, +10,10,Ne,15270,0,(1-),,285,,KEV,1.6e-21,0,A,,0,P,,0,,,,,,,,, +10,10,Ne,15330,5,4+,,34,10,KEV,1.34e-20,3.9e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,15366,5,7-,,110,10,KEV,4.1e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,15436,15,(3-),,90,20,KEV,5.1e-21,1.1e-21,P,,0,A,,0,,,,= 0,,,,, +10,10,Ne,15500,0,,,55,,KEV,8.3e-21,0,A,,0,P,,0,,,,,,,,, +10,10,Ne,15700,15,(8-),,,,,,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,15874,9,8+,,100,15,KEV,4.6e-21,7e-22,A,100,0,,,,,,,,,,,, +10,10,Ne,15970,0,(6+),,,,,,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,16010,25,(2+),,100,,KEV,4.6e-21,0,P,,0,A,,0,,,,= 1,,,,, +10,10,Ne,16139,15,,,38,,KEV,1.2e-20,0,A,100,0,,,,,,,,,,,, +10,10,Ne,16250,0,,,,,,,,A,100,0,,,,,,,,,,,, +10,10,Ne,16329,11,4+,,45,,KEV,1.01e-20,0,A,,0,P,,0,,,,= 0,,,,, +10,10,Ne,16437,11,(0 2 4)+,,35,,KEV,1.3e-20,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,16505,15,6+,,24,4,KEV,1.9e-20,3.2e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,16559,15,5-,,90,30,KEV,5.1e-21,1.7e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,16581,15,7-,,92,8,KEV,5e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,16628,20,3-,,80,25,KEV,5.7e-21,1.8e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,16630,20,(7-),,,,,,,A,100,0,,,,,,,,,,,, +10,10,Ne,16667,15,4+,,100,25,KEV,4.6e-21,1.1e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,16717,15,5-,AP,25,,KEV,1.82e-20,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,16732.9,2.7,0+,,2.0,5,KEV,2.279e-19,5.696e-20,A,,0,IT,,0,P,,0,= 2,,,,, +10,10,Ne,16746,25,8+,,160,50,KEV,2.8e-21,9e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,16847,15,5-,,16,8,KEV,2.85e-20,1.42e-20,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,16871,20,6+,,350,50,KEV,1.3e-21,2e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,17072,20,4+,,180,30,KEV,2.5e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,17155,15,5-,,26,5,KEV,1.75e-20,3.4e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,17213,15,4+,,225,30,KEV,2e-21,3e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,17284,15,3-,,86,25,KEV,5.3e-21,1.5e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,17295,15,8+,,200,25,KEV,2.3e-21,3e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,17390,15,,LT,10,,KEV,4.56e-20,,A,100,0,,,,,,,,,,,, +10,10,Ne,17430,15,9-,,220,25,KEV,2.1e-21,2e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,17541,15,6+,,86,9,KEV,5.3e-21,6e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,17550,10,(2+),,19,,KEV,2.4e-20,0,A,,0,P,,0,N,,0,= 1,,,,, +10,10,Ne,17606,15,5-,,140,20,KEV,3.3e-21,5e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,17769,20,4+,AP,125,,KEV,3.6e-21,,A,,0,P,,0,,,,= 0,,,,, +10,10,Ne,17851,15,5-,,200,30,KEV,2.3e-21,3e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,17910,20,(0+),,,,,,,P,,0,N,,0,,,,,,,,, +10,10,Ne,18005,15,7-,LT,10,,KEV,4.56e-20,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,18024,5,5-,,34,7,KEV,1.34e-20,2.8e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,18083,25,4+,,140,60,KEV,3.3e-21,1.4e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,18125,5,7-,,29,6,KEV,1.57e-20,3.3e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,18286,10,6+,,190,30,KEV,2.4e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,18430,7,2+,,9.5,30,KEV,4.8e-20,1.515e-20,IT,0.003,0,A,,0,P,,0,= 2,,,,, +10,10,Ne,18430,20,7-,,185,40,KEV,2.5e-21,5e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,18494,20,5-,,130,30,KEV,3.5e-21,8e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,18538,7,8+,,138,33,KEV,3.3e-21,8e-22,A,,0,,,,,,,,,,,, +10,10,Ne,18621,20,8+,,185,30,KEV,2.5e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,18745,25,6+,,140,50,KEV,3.3e-21,1.2e-21,A,,0,,,,,,,= 0,,,,, +10,10,Ne,18768,20,7-,,140,35,KEV,3.3e-21,8e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,18960,25,8+,,200,60,KEV,2.3e-21,7e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,19051,15,5-,AP,90,,KEV,5.1e-21,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,19150,20,6+,,200,50,KEV,2.3e-21,6e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,19284,15,6+,,140,25,KEV,3.3e-21,6e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,19298,25,7-,,430,60,KEV,1.1e-21,1e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,19443,10,6+,,130,15,KEV,3.5e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,19536,25,6+,,250,60,KEV,1.8e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,19655,20,6+,,140,35,KEV,3.3e-21,8e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,19731,20,8+,,330,60,KEV,1.4e-21,3e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,19845,40,6+,,3.6E2,12,KEV,1.3e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,19859,10,5-,,170,25,KEV,2.7e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,19884,40,7-,AP,120,,KEV,3.8e-21,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,19991,30,4+,,1.3E2,10,KEV,3.5e-21,2.7e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20027,15,6+,,80,35,KEV,5.7e-21,2.5e-21,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20106,25,7-,,190,35,KEV,2.4e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20150,150,,,,,,,,IT,,0,N,,0,,,,,,,,, +10,10,Ne,20168,35,6+,,2.9E2,10,KEV,1.6e-21,5e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20296,15,7-,,255,40,KEV,1.8e-21,3e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20341,20,5-,,190,40,KEV,2.4e-21,5e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20344,15,7-,,135,35,KEV,3.4e-21,9e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20419,30,6+,,215,90,KEV,2.1e-21,9e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20445,25,6+,,370,55,KEV,1.2e-21,2e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20468,30,5-,,280,70,KEV,1.6e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20686,6,9-,,78,11,KEV,5.8e-21,8e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20760,30,7-,,240,50,KEV,1.9e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20800,25,5-,,170,60,KEV,2.7e-21,9e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,20950,40,7-,,300,50,KEV,1.5e-21,3e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,21062,6,9-,,60,6,KEV,7.6e-21,8e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,21300,100,7-,,300,,KEV,1.5e-21,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,21800,100,7-,,300,,KEV,1.5e-21,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,22300,100,7-,,500,,KEV,9e-22,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,22600,300,,,,,,,,IT,,0,N,,0,,,,,,,,, +10,10,Ne,22800,60,9-,,500,,KEV,9e-22,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,22870,40,9-,,225,40,KEV,2e-21,4e-22,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,23400,200,8+,,500,,KEV,9e-22,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,23700,30,(9-),LE,200,,KEV,2.3e-21,,A,100,0,,,,,,,,,,,, +10,10,Ne,24210,25,8+,,350,,KEV,1.3e-21,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,24900,500,,,,,,,,IT,,0,N,,0,,,,,,,,, +10,10,Ne,25100,50,8+,AP,200,,KEV,2.3e-21,,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,25670,50,,AP,400,,KEV,1.1e-21,,A,100,0,,,,,,,,,,,, +10,10,Ne,27100,100,(9-),,700,,KEV,7e-22,0,A,100,0,,,,,,,,,,,, +10,10,Ne,27500,0,10+,,,,,,,IT,,0,N,,0,,,,,,,,, +10,10,Ne,28000,0,8+,,1600,,KEV,3e-22,0,A,100,0,,,,,,,= 0,,,,, +10,10,Ne,28200,300,,,700,,KEV,7e-22,0,A,100,0,,,,,,,,,,,, +11,7,NA,300,110,2-,,5,3,KEV,9.11e-20,5.47e-20,P,100,0,,,,,,,,,,,, +11,7,NA,590,120,0-,,300,100,KEV,1.5e-21,5e-22,P,100,0,,,,,,,,,,,, +11,7,NA,780,110,1-,,900,100,KEV,5e-22,1e-22,P,100,0,,,,,,,,,,,, +11,7,NA,830,110,3-,,42,10,KEV,1.09e-20,2.6e-21,P,100,0,,,,,,,,,,,, +11,8,NA,120,10,(3/2+),,,,,,,P,100,0,,,,,,,,,,,, +11,8,NA,745,12,1/2+,,101,3,KEV,4.5e-21,1e-22,P,100,0,,,,,,,,,,,, +11,8,NA,2459,32,(5/2 3/2)+,,105,10,KEV,4.3e-21,4e-22,P,100,0,,,,,,,,,,,, +11,8,NA,2769,61,(3/2 5/2+),,250,50,KEV,1.8e-21,4e-22,P,100,0,,,,,,,,,,,, +11,8,NA,4371,10,3/2-,,30,10,KEV,1.52e-20,5.1e-21,P,100,0,,,,,,,,,,,, +11,8,NA,4903,10,3/2-,,50,10,KEV,9.1e-21,1.8e-21,P,100,0,,,,,,,,,,,, +11,8,NA,5585,32,,,695,72,KEV,7e-22,1e-22,P,100,0,,,,,,,,,,,, +11,8,NA,5809,76,,,0.46,22,MEV,9.907e-22,4.7379e-22,P,100,0,,,,,,,,,,,, +11,8,NA,5815,17,,,141,18,KEV,3.2e-21,4e-22,P,100,0,,,,,,,,,,,, +11,9,Na,2645,6,(1+),,,,,,,IT,,0,P,,0,,,,,,,,, +11,9,Na,3001,2,1+,,19.8,2,KEV,2.3e-20,2.3e-22,P,,0,,,,,,,,,,,, +11,9,Na,3086,2,0+,,35.9,2,KEV,1.27e-20,7e-23,P,,0,,,,,,,,,,,, +11,9,Na,3871,9,1+,,,,,,,P,,0,,,,,,,,,,,, +11,9,Na,4123,16,1+,,,,,,,P,,0,,,,,,,,,,,, +11,9,Na,4800,-1,1+,,,,,,,P,,0,,,,,,,,,,,, +11,9,Na,6266,30,1+,,,,,,,P,,0,,,,,,,,,,,, +11,9,Na,6534,13,0+,,,,,,,P,,0,,,,,,,,,,,, +11,13,Na,472.2074,0.0008,1+,,20.18,10,MS,0.02018,0.0001,IT,99.95,0,B-,0.05,0,,,,,-1.931,,,, +11,15,Na,82.2,0.6,1+,,9,2,US,0.000009,0.000002,IT,100,0,,,,,,,,,,,, +12,7,MG,1380,240,(3/2-),,0.4,2,MEV,1.1393e-21,5.6963e-22,P,100,0,,,,,,,,,,,, +12,7,MG,2140,210,(5/2-),,0.6,6,MEV,7.595e-22,7.595e-22,P,100,0,,,,,,,,,,,, +12,7,MG,2840,210,(3/2-),LT,0.2,,MEV,2.2785e-21,,P,100,0,,,,,,,,,,,, +12,7,MG,4740,210,(3/2-),,2.0,8,MEV,2.279e-22,9.114e-23,P,100,0,,,,,,,,,,,, +12,11,Mg,7802.2,1.4,5/2+,,,,,,,P,0.17,0.08,,,,,,,= 3/2,,,,, +12,11,Mg,7854.8,1.2,(7/2+),,,,,,,P,100,0,,,,,,,,,,,, +12,11,Mg,8017.2,1.2,,,,,,,,P,100,0,,,,,,,,,,,, +12,11,Mg,8163.3,1.2,5/2+,,,,,,,P,100,0,,,,,,,,,,,, +12,11,Mg,8453,5,3/2+ 5/2+ 7/2+,,,,,,,P,100,0,,,,,,,,,,,, +12,11,Mg,9596,7,(17/2+),,15,,FS,0.000000000000015,0,P,100,0,,,,,,,,,,,, +12,11,Mg,14130,20,(21/2+),,,,,,,P,100,0,,,,,,,,,,,, +12,11,Mg,14560,20,(19/2+),,,,,,,P,100,0,,,,,,,,,,,, +13,9,Al,1850,0,1+,,,,,,,P,,0,,,,,,,,,,,, +13,9,Al,2210,0,1+,,,,,,,P,,0,,,,,,,,,,,, +13,10,Al,550,20,1/2+,,6.2,,AS,,,P,100,0,IT,0.00000085,0.00000017,,,,,,,,, +13,10,Al,1773,35,(3/2)+,,,,,,,P,100,0,,,,,,,,,,,, +13,10,Al,2575,34,,,,,,,,P,100,0,,,,,,,,,,,, +13,10,Al,3197,19,(3/2)+,,,,,,,P,100,0,,,,,,,,,,,, +13,10,Al,3718,31,(5/2)+,,,,,,,P,100,0,,,,,,,,,,,, +13,10,Al,4200,40,(7/2)+,,,,,,,P,100,0,,,,,,,,,,,, +13,10,Al,11780,40,(5/2)+,,,,,,,2P,3.6,0.4,P,0.1,0.05,,,,,,,,, +13,11,Al,425.8,0.1,1+,,130,3,MS,0.13,0.003,IT,82.5,3,EC+B+,17.5,3,ECA,0.028,0.006,,,,,, +13,13,Al,228.305,0.013,0+,,6.3460,8,S,6.346,0.0008,EC+B+,100,0,,,,,,,= 1,,,,, +13,13,Al,8186,2,(4+ 5+),,,,,,,P,70,11,,,,,,,,,,,, +13,13,Al,8815,19,,,,,,,,P,78,36,,,,,,,,,,,, +13,13,Al,9060,1,(4),,,,,,,P,48,15,,,,,,,= 1,,,,, +13,13,Al,9397,21,,,,,,,,P,73,35,,,,,,,,,,,, +13,19,Al,956.6,0.5,(4+),,200,20,NS,0.0000002,0.00000002,IT,100,0,,,,,,,,,,,, +16,27,S,320.7,0.5,(7/2-),,415,5,NS,0.000000415,0.000000005,IT,100,,,,,,,,,-1.11,,0.23,, +17,12,Cl,500,0,(3/2+),,,,,,,P,100,0,,,,,,,,,,,, +17,15,Cl,2131.1,0.4,(3)+,,,,,,,P,7,4,,,,,,,,,,,, +17,15,Cl,2209.5,0.5,(1+),,,,,,,P,54,7,,,,,,,,,,,, +17,15,Cl,2283.5,0.5,(2)+,,,,,,,P,66,13,,,,,,,,,,,, +17,15,Cl,2611,5,(1+),,,,,,,P,95,32,,,,,,,,,,,, +17,15,Cl,2675,5,(2+),,,,,,,P,94,16,,,,,,,,,,,, +17,15,Cl,2859,4,1+ 2+ 3+,,,,,,,P,70,0,,,,,,,,,,,, +17,15,Cl,2936,5,(3+),,,,,,,P,88,0,,,,,,,,,,,, +17,15,Cl,3055,5,2- 3- 4-,,,,,,,P,97,0,,,,,,,,,,,, +17,15,Cl,3165,4,2- 3- 4-,,,,,,,P,96,0,,,,,,,,,,,, +17,15,Cl,3283,5,1+ 2+ 3+,,,,,,,P,88,0,,,,,,,,,,,, +17,15,Cl,3694,4,(2 3),,,,,,,P,96,0,,,,,,,,,,,, +17,15,Cl,3878,4,(4 5),,,,,,,P,94,0,,,,,,,,,,,, +17,17,Cl,146.36,0.03,3+,,31.99,3,M,1919.4,1.8,EC+B+,55.4,0.6,IT,44.6,0.6,,,,,,,,, +17,21,Cl,671.365,0.008,5-,,715,3,MS,0.715,0.003,IT,100,0,,,,,,,,,,,, +18,12,Ar,700,0,(2+),,,,,,,P,100,0,,,,,,,,,,,, +19,17,K,3383,3,1+,,,,,,,P,100,0,,,,,,,,,,,, +19,17,K,4281.9,0.8,0+,,,,,,,P,100,0,,,,,,,= 2,,,,, +19,17,K,4450,22,1+,,,,,,,P,100,0,,,,,,,,,,,, +19,17,K,4658,36,1+,,,,,,,P,100,0,,,,,,,,,,,, +19,17,K,5243,22,1+,,,,,,,P,100,0,,,,,,,,,,,, +19,17,K,5754,69,1+,,,,,,,P,100,0,,,,,,,,,,,, +19,17,K,5926,45,1+,,,,,,,P,100,0,,,,,,,,,,,, +19,17,K,6787,69,1+,,,,,,,P,100,0,,,,,,,,,,,, +19,19,K,130.4,0.3,0+,,924.0,5,MS,0.924,0.0005,EC+B+,100,0,,,,,,,= 1,,,,, +19,19,K,3458.14,0.17,(7)+,,21.95,11,US,0.00002195,0.00000011,IT,100,0,,,,,,,,3.836,,,, +19,31,K,171.4,0.4,(1:4)(-),,125,40,NS,0.000000125,0.00000004,IT,100,,,,,,,,,,,,, +20,28,Ca,24200,0,(1-),,,,,,,N,100,0,,,,,,,= 5,,,,, +20,29,Ca,5309,0,1/2,,59,34,EV,7.7e-18,4.5e-18,N,99.75,0.1,G,0.25,0.1,,,,,,,,, +20,29,Ca,5443.9,0,1/2-,,2.5,+36-25,KEV,1.823e-19,0,N,99.988,0.012,G,0.012,0.012,,,,,,,,, +20,29,Ca,5539.5,0,3/2-,,3.3,18,KEV,1.381e-19,7.532e-20,N,99.976,0.008,G,0.024,0.008,,,,,,,,, +20,29,Ca,5553,0,GE 5/2,,,,,,,N,99.87,0.05,G,0.13,0.05,,,,,,,,, +20,29,Ca,5587.7,0,1/2-,,4.3,27,KEV,1.06e-19,6.654e-20,N,99.942,0.024,G,0.058,0.024,,,,,,,,, +20,29,Ca,6330,20,(1/2+ 3/2+ 5/2+),,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,6376,0,(5/2+),,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,6513,0,5/2+,,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,6707,0,5/2+,,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,6924,0,5/2+,,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,7070,0,5/2+,,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,7335,0,(1/2+ 3/2+ 5/2+),,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,7428,0,(1/2+ 3/2+ 5/2+),,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,7612,0,,,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,7872,0,,,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,8140,70,,,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,8390,80,(1/2+ 3/2+ 5/2+),,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,8670,90,,,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,9100,0,,,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,9280,100,,,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,9580,110,,,,,,,,N,100,0,,,,,,,,,,,, +20,29,Ca,10100,130,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,6510,10,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,7030,40,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,7260,50,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,7300,50,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,7610,70,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,7990,90,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,8240,100,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,8800,120,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,9230,130,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,9770,140,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,10430,150,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,10540,160,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,11050,170,,,,,,,,N,100,0,,,,,,,,,,,, +20,30,Ca,11470,170,,,,,,,,N,100,0,,,,,,,,,,,, +21,20,Sc,1716.48,0.08,3/2-,,,,,,,P,98,0,IT,2,0,,,,,,,,, +21,20,Sc,2096,0.5,3/2+,,,,,,,P,99,0,IT,1,0,,,,,,,,, +21,20,Sc,2414.9,0.5,3/2-,,,,,,,IT,50,0,P,50,0,,,,,,,,, +21,20,Sc,2588.3,0.07,5/2-,,,,,,,P,90,0,IT,10,0,,,,,,,,, +21,20,Sc,2666.84,0.07,5/2+,,,,,,,P,98,0,IT,2,0,,,,,,,,, +21,20,Sc,2882.47,0.08,7/2+,,,,,,,P,59,2,IT,41,2,,,,,,,,, +21,20,Sc,3014,4,(3/2- 5/2 7/2+),,,,,,,P,99,0,IT,1,0,,,,,,,,, +21,20,Sc,3185.4,0.2,(5/2-),,,,,,,P,92,0,IT,8,0,,,,,,,,, +21,21,Sc,616.28,0.06,7+,,61.7,4,S,61.7,0.4,EC+B+,100,0,,,,,,,= 0,,,,, +21,22,Sc,151.79,0.08,3/2+,,438,7,US,0.000438,0.000007,IT,100,0,,,,,,,,0.348,,,, +21,23,Sc,271.24,0.01,6+,,58.61,10,H,210996,360,IT,98.8,0.07,EC+B+,1.2,0.07,,,,,3.833,,-0.21,, +21,24,Sc,12.4,0.05,3/2+,,318,7,MS,0.318,0.007,IT,100,0,,,,,,,,0.368,,0.318,, +21,25,Sc,142.528,0.007,1-,,18.75,4,S,18.75,0.04,IT,100,0,,,,,,,,,,,, +21,28,Sc,11563.2,0.4,3/2-,,1.5,3,KEV,3.038e-19,6.076e-20,P,79,6,N,21,14,G,0.31,0.07,,,,,, +21,28,Sc,11569,3,(3/2-),,,,,,,P,50,0,N,50,0,,,,,,,,, +21,28,Sc,11579,3,(3/2-),,0.29,14,KEV,1.5714e-18,7.58597e-19,N,86,13,P,14,13,,,,,,,,, +21,28,Sc,11583,3,(3/2-),,0.17,8,KEV,2.6806e-18,1.261453e-18,N,88,12,P,12,12,,,,,,,,, +21,28,Sc,13572,5,(1/2)-,,226,3,KEV,2e-21,0,P,66.4,1.2,N,23,0.5,,,,,,,,, +21,29,Sc,256.895,0.01,2+ 3+,,0.35,4,S,0.35,0.04,IT,97.5,0,B-,2.5,0,,,,,,,,, +21,33,Sc,110,1,(4 5)+,,2.77,2,US,0.00000277,0.00000002,IT,100,0,,,,,,,,,,,, +21,35,Sc,774.9,0.3,(4+),,290,30,NS,0.00000029,0.00000003,IT,100,0,,,,,,,,,,,, +22,27,Ti,8881.6,0.9,7/2+,,2.29,43,EV,1.99e-16,3.7366e-17,G,89.1,2.8,N,10.9,2.8,,,,,,,,, +23,22,V,4800,53,(7/2-),,,,,,,P,100,0,,,,,,,= 3/2,,,,, +23,23,V,801.46,0.1,3+,,1.02,7,MS,0.00102,0.00007,IT,100,0,,,,,,,,,,,, +23,26,V,7745,0,3/2-,,8.9,30,EV,5.12e-17,1.726e-17,P,90,4,G,10,4,,,,= 5/2,,,,, +23,26,V,7750,0,3/2-,,6.7,20,EV,6.8e-17,2.03e-17,P,90,4,G,10,4,,,,= 5/2,,,,, +23,26,V,8092.6,0,(1/2-),,53,15,EV,8.6e-18,2.4e-18,P,95.2,1.9,G,4.8,1.9,,,,= 5/2,,,,, +23,31,V,108,1,(5)+,,0.9,5,US,0.0000009,0.0000005,IT,100,0,,,,,,,,,,,, +23,37,V,202.1,0,(4+),,0.32,9,US,0.00000032,0.00000009,IT,100,0,,,,,,,,,,,, +23,41,V,81,0.7,,LT,1,,US,0.000001,0,IT,100,0,,,,,,,,,,,, +24,35,Cr,503,1.7,(9/2+),,96,20,US,0.000096,0.00002,IT,100,,,,,,,,,,,,, +25,22,Mn,6870,170,(7/2-),,,,,,,P,100,0,,,,,,,,,,,, +25,23,Mn,3100,120,1+,,,,,,,P,100,0,,,,,,,= 2,,,,, +25,24,Mn,3959,50,(5/2-),,,,,,,P,100,0,,,,,,,,,,,, +25,24,Mn,4381,17,(7/2- 5/2-),,,,,,,P,100,0,,,,,,,,,,,, +25,24,Mn,4814,39,(7/2-),,,,,,,P,100,0,,,,,,,= 3/2,,,,, +25,25,Mn,225.28,0.09,5+,,1.75,3,M,105,1.8,EC+B+,100,0,,,,,,,,2.76,,0.8,, +25,27,Mn,377.749,0.005,2+,,21.1,2,M,1266,12,EC+B+,98.22,0.05,IT,1.78,0.05,,,,,0.00768,,,, +25,33,Mn,71.77,0.05,4+,,65.4,5,S,65.4,0.5,B-,90,0,IT,10,0,,,,,,,,, +25,35,Mn,271.8,0.1,4+,,1.77,2,S,1.77,0.02,B-,88.5,0.8,IT,11.5,0.8,,,,,,,,, +25,39,Mn,175,10,(4+),,0.50,5,MS,0.0005,0.00005,IT,100,0,,,,,,,,,,,, +26,24,Fe,8463,61,(6+),,,,,,,P,100,0,,,,,,,,,,,, +26,26,Fe,6958,0.4,12+,,45.9,6,S,45.9,0.6,EC+B+,100,0,IT,0.021,0.005,,,,,,,,, +26,27,Fe,3040.4,0.3,19/2-,,2.54,2,M,152.4,1.2,IT,100,0,,,,,,,,,,,, +26,35,Fe,861.67,0.11,(9/2+),,238,5,NS,0.000000238,0.000000005,IT,100,0,,,,,,,,-1.031,,0.44,, +26,39,Fe,402,5,(9/2+),,1.12,15,S,1.12,0.15,B-,100,0,,,,,,,,,,,, +26,41,Fe,387,0,(1/2-),,75,21,US,0.000075,0.000021,IT,100,0,,,,,,,,,,,, +27,23,Co,4835,47,(0)+,,,,,,,P,100,0,,,,,,,,,,,, +27,26,Co,3197,29,(19/2-),,247,12,MS,0.247,0.012,EC+B+,98.5,0,P,1.5,0,,,,,,,,, +27,27,Co,197.1,0.4,7+,,1.48,2,M,88.8,1.2,EC+B+,100,0,,,,,,,= 0,,,,, +27,31,Co,24.95,0.06,5+,,9.10,9,H,32760,324,IT,100,0,,,,,,,,,,,, +27,31,Co,53.15,0.07,4+,,10.5,3,US,0.0000105,0.0000003,IT,100,0,,,,,,,,4.184,,,, +27,33,Co,58.59,0.01,2+,,10.467,6,M,628.02,0.36,IT,99.75,0.03,B-,0.25,0.03,,,,,4.4,,0.3,, +27,35,Co,22,5,(5)+,,13.86,9,M,831.6,5.4,B-,99,0,IT,1,0,,,,,,,,, +28,26,Ni,6457.4,0.9,10+,,152,4,NS,0.000000152,0.000000004,IT,64,2,P,36,2,,,,,,,,, +28,28,Ni,9735.5,1.9,7,,,,,,,P,100,0,,,,,,,,,,,, +28,30,Ni,12570.1,0.7,(12+),,,,,,,P,3.7,1.4,,,,,,,,,,,, +28,30,Ni,15241.9,1.4,(13-),,,,,,,P,43,6,,,,,,,,,,,, +28,30,Ni,15400,-1,(13-),,,,,,,P,,0,,,,,,,,,,,, +28,30,Ni,16673,3,(14-),,,,,,,P,,0,,,,,,,,,,,, +28,30,Ni,16707,3,(14-),,,,,,,P,40,7,,,,,,,,,,,, +28,30,Ni,16745,3,(14-),,,,,,,P,,0,,,,,,,,,,,, +28,30,Ni,16758,3,(14-),,,,,,,P,41,6,,,,,,,,,,,, +28,30,Ni,16798,1,(15-),,17,11,PS,0.000000000017,0.000000000011,P,7,2,A,2.6,0.3,,,,,,,,, +28,30,Ni,17482,3,(15-),,,,,,,P,11,3,,,,,,,,,,,, +28,30,Ni,17582,3,(15-),,,,,,,P,66,5,A,10,0,,,,,,,,, +28,30,Ni,17607,3,(15-),,,,,,,P,43,4,,,,,,,,,,,, +28,30,Ni,20135.4,2.5,(18-),,,,,,,P,10,0,,,,,,,,,,,, +28,30,Ni,21106.3,2.5,(19-),,,,,,,P,10,0,,,,,,,,,,,, +28,40,Ni,2849.1,0.3,5-,,0.86,5,MS,0.00086,0.00005,IT,100,0,,,,,,,,,,,, +28,41,Ni,321,2,(1/2-),,3.5,4,S,3.5,0.4,B-,100,0,IT,0.01,0,,,,,,,,, +28,41,Ni,2700,0,(17/2-),,0.439,3,US,0.000000439,0.000000003,IT,100,0,,,,,,,,,,,, +28,42,Ni,2860.93,0.07,8+,,0.232,1,US,0.000000232,0.000000001,IT,100,0,,,,,,,,,,,, +28,43,Ni,499,0,(1/2-),,2.3,3,S,2.3,0.3,B-,100,0,,,,,,,,,,,, +28,48,Ni,2420,4,(8+),,0.59,+18-11,US,0.00000059,0.00000015,IT,100,0,,,,,,,,,,,, +29,28,Cu,3280,50,,,,,,,,P,100,0,,,,,,,,,,,, +29,28,Cu,5350,50,,,,,,,,P,100,0,,,,,,,,,,,, +29,29,Cu,8916.9,1.1,(9+),,0.22,18,PS,0.00000000000022,0.00000000000018,P,96,4,,,,,,,,,,,, +29,38,Cu,3463.6,0.7,15/2+,LT,2.4,,NS,0.0000000024,0,IT,100,0,,,,,,,,,,,, +29,39,Cu,721.26,0.08,6-,,3.75,5,M,225,3,IT,86,,B-,14,,,,,,1.1548,,-0.44,, +29,41,Cu,101.1,0.3,3-,,33,2,S,33,2,B-,52,9,IT,48,9,,,,,-3.3641,,-0.13,, +29,41,Cu,242.6,0.5,1+,,6.6,2,S,6.6,0.2,B-,93.2,0.9,IT,6.8,0.9,,,,,1.7779,,-0.12,, +29,46,Cu,61.7,0.4,(1/2- 3/2-),,310,8,NS,0.00000031,0.000000008,IT,100,0,,,,,,,,,,,, +29,46,Cu,66.2,0.4,(1/2- 3/2-),,149,6,NS,0.000000149,0.000000006,IT,100,0,,,,,,,,,,,, +30,39,Zn,438.636,0.018,9/2+,,13.756,18,H,49521.6,64.8,IT,99.967,0.003,B-,0.033,0.003,,,,,1.157,,-0.51,, +30,41,Zn,157.7,1.3,9/2+,,3.96,5,H,14256,180,B-,100,0,IT,0.05,0,,,,,-1.052,,,, +30,43,Zn,195.5,0.2,(5/2+),,13.0,2,MS,0.013,0.0002,IT,100,0,,,,,,,,,,,, +30,45,Zn,126.94,0.09,(1/2-),,,,,,,B-,,0,IT,,0,,,,,,,,, +30,47,Zn,772.44,0.015,(1/2-),,1.05,10,S,1.05,0.1,B-,66,7,IT,34,7,,,,,,,,, +30,48,Zn,2673.7,1,(8+),,319,9,NS,0.000000319,0.000000009,IT,100,0,,,,,,,,,,,, +30,49,Zn,1100,150,1/2+,GE,200,,MS,0.2,5e21,B-,,0,IT,,0,,,,,-1.018,,,, +31,30,Ga,3420,50,(3/2-),,,,,,,P,100,0,,,,,,,= 3/2,,,,, +31,43,Ga,59.571,0.014,(0),,9.5,10,S,9.5,1,IT,75,25,B-,50,0,,,,,,,,, +31,47,Ga,559.6,0.7,,LT,500,,NS,0.0000005,0,IT,100,0,,,,,,,,,,,, +31,49,Ga,22.4,0,3(-),,1.3,2,S,1.3,0.2,B-,100,0,IT,,0,B-N,,0,,-1.425,,0.375,, +32,37,Ge,86.76,0.02,1/2-,,5.1,2,US,0.0000051,0.0000002,IT,100,0,,,,,,,,,,,, +32,37,Ge,397.94,0.02,9/2+,,2.81,5,US,0.00000281,0.00000005,IT,100,0,,,,,,,,-1.001,,,, +32,39,Ge,198.354,0.014,9/2+,,20.41,18,MS,0.02041,0.00018,IT,100,0,,,,,,,,-1.0413,,0.34,, +32,39,Ge,8932,13,3/2-,,,,,,,N,100,0,,,,,,,,,,,, +32,41,Ge,66.726,0.009,1/2-,,0.499,11,S,0.499,0.011,IT,100,0,,,,,,,,,,,, +32,43,Ge,139.69,0.03,7/2+,,47.7,5,S,47.7,0.5,IT,99.97,0.006,B-,0.03,0.006,,,,,,,,, +32,45,Ge,159.71,0.06,1/2-,,53.7,6,S,53.7,0.6,B-,81,2,IT,19,2,,,,,,,,, +32,47,Ge,185.95,0.04,(7/2+),,39.0,10,S,39,1,B-,96,1,IT,4,1,,,,,,,,, +32,49,Ge,679.14,0.04,(1/2+),,7.6,6,S,7.6,0.6,B-,100,0,,,,,,,,,,,, +33,32,As,3420,87,,,,,,,,P,100,0,,,,,,,,,,,, +33,42,As,303.9243,0.0008,9/2+,,17.62,23,MS,0.01762,0.00023,IT,100,0,,,,,,,,,,,, +33,44,As,475.48,0.04,9/2+,,114.0,25,US,0.000114,0.0000025,IT,100,0,,,,,,,,5.525,,,, +33,46,As,772.81,0.06,(9/2)+,,1.21,1,US,0.00000121,0.00000001,IT,100,0,,,,,,,,,,,, +34,39,Se,25.71,0.04,3/2-,,39.8,13,M,2388,78,IT,72.6,0.3,EC+B+,27.4,0.3,,,,,,,,, +34,43,Se,161.9223,0.001,7/2+,,17.36,5,S,17.36,0.05,IT,100,0,,,,,,,,,,,, +34,45,Se,95.77,0.03,1/2-,,3.92,1,M,235.2,0.6,IT,99.944,0.011,B-,0.056,0.011,,,,,,,,, +34,47,Se,103,0.06,7/2+,,57.28,2,M,3436.8,1.2,IT,99.949,0.014,B-,0.051,0.014,,,,,,,,, +34,48,Se,3518.5,0.5,(8+),,6.6,4,NS,0.0000000066,0.0000000004,IT,100,0,,,,,,,,,,,, +34,49,Se,228.92,0.07,1/2-,,70.1,4,S,70.1,0.4,B-,100,0,,,,,,,,,,,, +35,34,Br,3153,55,(5/2-),,,,,,,P,100,0,,,,,,,= 3/2,,,,, +35,35,Br,2292.3,0.8,9+,,2.2,2,S,2.2,0.2,EC+B+,100,0,,,,,,,,,,,, +35,37,Br,100.76,0.15,(3-),,10.6,3,S,10.6,0.3,IT,100,0,EC+B+,,0,,,,,0.7,,,, +35,39,Br,13.58,0.21,4(+),,46,2,M,2760,120,EC+B+,100,0,,,,,,,,1.82,,,, +35,41,Br,102.58,0.03,(4)+,,1.31,2,S,1.31,0.02,IT,99.4,0,EC+B+,0.6,0,,,,,,,,, +35,42,Br,105.86,0.08,9/2+,,4.28,10,M,256.8,6,IT,100,0,,,,,,,,,,,, +35,43,Br,180.89,0.13,(4+),,119.4,10,US,0.0001194,0.000001,IT,100,0,,,,,,,,4.114,,,, +35,44,Br,207.61,0.09,9/2+,,4.85,4,S,4.85,0.04,IT,100,0,,,,,,,,,,,, +35,45,Br,85.843,0.004,5-,,4.4205,8,H,15913.8,2.88,IT,100,0,,,,,,,,1.3177,,0.69,, +35,47,Br,45.9492,0.001,2-,,6.13,5,M,367.8,3,IT,97.6,0.3,B-,2.4,0.3,,,,,,,,, +35,49,Br,320,100,(6)-,,6.0,2,M,360,12,B-,100,0,,,,,,,,,,,, +35,53,Br,270.1,0.5,(3- 4- 5-),,5.3,4,US,0.0000053,0.0000004,IT,100,0,,,,,,,,,,,, +36,37,Kr,433.66,0.12,(9/2+),,107,10,NS,0.000000107,0.00000001,IT,100,0,,,,,,,,,,,, +36,43,Kr,129.77,0.05,7/2+,,50,3,S,50,3,IT,100,0,,,,,,,,-0.786,,0.404,, +36,45,Kr,190.64,0.04,1/2-,,13.10,3,S,13.1,0.03,IT,99.9975,0.0004,EC,0.0025,0.0004,,,,,0.586,,,, +36,47,Kr,41.5575,0.0007,1/2-,,1.83,2,H,6588,72,IT,100,0,,,,,,,,0.591,,,, +36,48,Kr,3236.07,0.18,8+,,1.83,4,US,0.00000183,0.00000004,IT,100,0,,,,,,,,-1.968,,0.36,, +36,48,Kr,5373.4,0.4,12+,,43.7,21,NS,0.0000000437,0.0000000021,IT,100,0,,,,,,,,2.04,,,, +36,49,Kr,304.871,0.02,1/2-,,4.480,8,H,16128,28.8,B-,78.8,0.5,IT,21.2,0.5,,,,,0.633,,,, +36,51,Kr,5568.94,0.26,3/2-,,201,3,EV,2.3e-18,0,IT,0.27,0.07,,,,,,,,,,,, +36,51,Kr,5593.4,0.8,1/2-,,93,4,EV,4.9e-18,2e-19,IT,0.38,0.14,,,,,,,,,,,, +36,51,Kr,5593.7,0.03,(1/2-),,,,,,,IT,3.4,1,,,,,,,,,,,, +36,51,Kr,5821.28,0.31,(3/2+),,,,,,,IT,20,0,,,,,,,,,,,, +36,59,Kr,195.5,0.3,(7/2+),,1.4,2,US,0.0000014,0.0000002,IT,100,0,,,,,,,,,,,, +37,41,Rb,111.19,0.22,4(-),,5.74,3,M,344.4,1.8,EC+B+,91,2,IT,9,2,,,,,2.5485,,0.81,, +37,44,Rb,86.31,0.07,9/2+,,30.5,3,M,1830,18,IT,97.6,0.6,EC+B+,2.4,0.6,,,,,5.598,,-0.74,, +37,45,Rb,69,1.5,5-,,6.472,6,H,23299.2,21.6,EC+B+,100,0,IT,0.33,0,,,,,1.5100082,,1.01,, +37,47,Rb,463.59,0.08,6-,,20.26,4,M,1215.6,2.4,IT,100,0,,,,,,,,0.2129331,,0.57,, +37,48,Rb,514.0065,0.0022,9/2+,,1.015,1,US,0.000001015,0.000000001,IT,100,0,,,,,,,,6.043,,-0.7,, +37,49,Rb,556.05,0.18,6-,,1.017,3,M,61.02,0.18,IT,100,0,B-,0.3,0,,,,,1.815,,0.45,, +37,51,Rb,1373.8,0.3,(7+),,123,13,NS,0.000000123,0.000000013,IT,100,0,,,,,,,,,,,, +37,53,Rb,106.9,0.03,3-,,258,4,S,258,4,B-,97.4,0.4,IT,2.6,0.4,,,,,1.61598,,,, +37,54,Rb,1133.79,0.06,(9/2+),,16.6,6,NS,0.0000000166,0.0000000006,IT,100,0,,,,,,,,,,,, +37,58,Rb,835,0.6,,LT,500,,NS,0.0000005,0,IT,100,,,,,,,,,,,,, +37,59,Rb,1134.6,1.1,(10-),,2.00,10,US,0.000002,0.0000001,IT,100,,,,,,,,,,,,, +37,60,Rb,76.6,0.2,(1/2 3/2)-,,5.7,6,US,0.0000057,0.0000006,IT,100,0,,,,,,,,,,,, +37,61,Rb,270,-1,(3 4),,96,3,MS,0.096,0.003,B-,100,0,,,,,,,,,,,, +38,45,Sr,259.15,0.09,1/2-,,4.95,12,S,4.95,0.12,IT,100,0,,,,,,,,0.581,,,, +38,47,Sr,238.79,0.05,1/2-,,67.63,4,M,4057.8,2.4,IT,86.6,0.4,EC,13.4,0.4,,,,,0.6,,,, +38,48,Sr,2956.09,0.12,8+,,0.455,7,US,0.000000455,0.000000007,IT,100,0,,,,,,,,-1.93,,,, +38,49,Sr,388.5287,0.0023,1/2-,,2.815,12,H,10134,43.2,IT,99.7,0.08,EC,0.3,0.08,,,,,0.624,,,, +38,57,Sr,4370,-1,3/2-,,,,,,,N,100,0,,,,,,,,,,,, +39,41,Y,228.5,0.1,(1-),,4.8,3,S,4.8,0.3,IT,81,2,EC+B+,19,2,,,,,,,,, +39,41,Y,312.6,0.9,(2+),,4.7,3,US,0.0000047,0.0000003,IT,100,0,,,,,,,,,,,, +39,44,Y,62.04,0.1,3/2-,,2.85,2,M,171,1.2,EC+B+,60,5,IT,40,5,,,,,,,,, +39,45,Y,67,0.2,1+,,4.6,2,S,4.6,0.2,EC+B+,100,0,,,,,,,,,,,, +39,46,Y,19.68,0.17,(9/2)+,,4.86,20,H,17496,720,EC+B+,100,0,IT,0.002,0,,,,,6.2,,,, +39,47,Y,218.21,0.09,(8+),,47.4,4,M,2844,24,IT,99.31,0.04,EC+B+,0.69,0.04,,,,,4.8,,,, +39,48,Y,380.82,0.07,9/2+,,13.37,3,H,48132,108,IT,98.43,0.11,EC+B+,1.57,0.11,,,,,6.24,,-0.5,, +39,49,Y,392.86,0.09,1+,,0.301,3,MS,0.000301,0.000003,IT,100,0,,,,,,,,,,,, +39,49,Y,674.55,0.04,8+,,13.98,17,MS,0.01398,0.00017,IT,100,0,,,,,,,,4.88,,0.06,, +39,50,Y,908.97,0.03,9/2+,,15.663,5,S,15.663,0.005,IT,100,0,,,,,,,,6.37,,-0.43,, +39,51,Y,681.67,0.1,7+,,3.19,6,H,11484,216,IT,99.9982,0.0002,B-,0.0018,0.0002,,,,,5.1,,,, +39,52,Y,555.58,0.05,9/2+,,49.71,4,M,2982.6,2.4,IT,100,0,B-,1.5,0,,,,,5.96,,,, +39,54,Y,758.719,0.021,(9/2)+,,0.82,4,S,0.82,0.04,IT,100,0,,,,,,,,6.04,,-0.64,, +39,55,Y,1202.3,0,(5+),,1.35,2,US,0.00000135,0.00000002,IT,100,,,,,,,,,,,,, +39,57,Y,1140,30,8+,,9.6,2,S,9.6,0.2,B-,100,0,,,,,,,,6.57,,-0.98,, +39,58,Y,667.52,0.23,(9/2)+,,1.17,3,S,1.17,0.03,B-,99.3,0,IT,0.7,0,B-N,0.08,0,,5.88,,-0.76,, +39,58,Y,3522.6,0.4,(27/2-),,142,8,MS,0.142,0.008,IT,94.8,0.9,B-,5.2,0.9,,,,,5.64,,-1.21,, +39,59,Y,410,30,(4 5),,2.0,2,S,2,0.2,B-,80,0,IT,20,0,B-N,3.4,1,,,,,, +39,60,Y,2141.65,0.19,(17/2+),,8.6,8,US,0.0000086,0.0000008,IT,100,0,,,,,,,,,,,, +39,61,Y,145,15,(3 4 5),,0.94,3,S,0.94,0.03,B-,100,0,,,,,,,,,,,, +40,45,Zr,292.2,0.3,(1/2-),,10.9,3,S,10.9,0.3,IT,100,0,EC+B+,0,0,,,,,,,,, +40,47,Zr,335.84,0.19,1/2-,,14.0,2,S,14,0.2,IT,100,0,,,,,,,,0.642,,,, +40,48,Zr,2887.79,0.06,8+,,1.320,25,US,0.00000132,0.000000025,IT,100,0,,,,,,,,-1.811,,0.51,, +40,49,Zr,587.82,0.1,1/2-,,4.161,10,M,249.66,0.6,IT,93.77,0.12,EC+B+,6.23,0.12,,,,,0.795,,,, +40,50,Zr,2319,0.01,5-,,809.2,20,MS,0.8092,0.002,IT,100,0,,,,,,,,6.25,,,, +40,51,Zr,3167.3,0.4,(21/2+),,4.35,14,US,0.00000435,0.00000014,IT,100,0,,,,,,,,9.82,,-0.86,, +40,68,Zr,2074.5,0.8,(6+),,0.536,+26-25,US,0.000000536,0.000000026,IT,100,0,,,,,,,,,,,, +41,41,Nb,1180,0,(5+),,92,17,NS,0.000000092,0.000000017,IT,100,0,,,,,,,= 0,,,,, +41,43,Nb,337.7,0.4,(5-),,103,19,NS,0.000000103,0.000000019,IT,100,0,,,,,,,,,,,, +41,44,Nb,69,0,(1/2- 3/2-),,3.3,9,S,3.3,0.9,EC+B+,,0,IT,,0,,,,,,,,, +41,46,Nb,3.9,0.1,(9/2)+,,2.6,1,M,156,6,EC+B+,100,0,,,,,,,,,,,, +41,48,Nb,35,-1,(1/2)-,,66,2,M,3960,120,EC+B+,100,0,,,,,,,,,,,, +41,49,Nb,122.37,0.022,6+,,63,2,US,0.000063,0.000002,IT,100,0,,,,,,,,3.72,,,, +41,49,Nb,124.67,0.25,4-,,18.81,6,S,18.81,0.06,IT,100,0,,,,,,,,,,,, +41,49,Nb,382.01,0.25,1+,,6.19,8,MS,0.00619,0.00008,IT,100,0,,,,,,,,,,,, +41,50,Nb,104.6,0.05,1/2-,,60.86,22,D,5258304,19008,IT,96.6,0.5,EC+B+,3.4,0.5,,,,,-0.101,,,, +41,50,Nb,2034.42,0.2,(17/2-),,3.76,12,US,0.00000376,0.00000012,IT,100,0,,,,,,,,10.82,,,, +41,51,Nb,135.5,0.4,(2)+,,10.15,2,D,876960,1728,EC+B+,100,0,,,,,,,,6.137,,,, +41,52,Nb,30.77,0.02,1/2-,,16.12,12,Y,508708512,3786912,IT,100,0,,,,,,,,,,,, +41,53,Nb,40.892,0.012,3+,,6.263,4,M,375.78,0.24,IT,99.5,0.06,B-,0.5,0.06,,,,,,,,, +41,54,Nb,235.69,0.02,1/2-,,3.61,3,D,311904,2592,IT,94.4,0.6,B-,5.6,0.6,,,,,,,,, +41,56,Nb,743.35,0.03,1/2-,,58.7,18,S,58.7,1.8,IT,100,0,,,,,,,,,,,, +41,57,Nb,84,4,(5+),,51.3,4,M,3078,24,B-,99.9,0.1,IT,0.2,0,,,,,,,,, +41,58,Nb,365.27,0.08,1/2-,,2.5,2,M,150,12,B-,96.2,0,IT,3.8,0,,,,,,,,, +41,59,Nb,314,23,(5+),,2.99,11,S,2.99,0.11,B-,100,0,,,,,,,,,,,, +41,59,Nb,34.3,0,(4- 5- 6-),,0.46,6,US,0.00000046,0.00000006,IT,100,0,,,,,,,,,,,, +41,59,Nb,420.7,0,(8-),,13,1,US,0.000013,0.000001,IT,100,0,,,,,,,,,,,, +41,63,Nb,215,12,,,0.94,4,S,0.94,0.04,B-,100,0,B-N,0.05,0.03,,,,,,,,, +41,65,Nb,204.8,0.1,(3+),,0.82,6,US,0.00000082,0.00000006,IT,100,0,,,,,,,,,,,, +41,67,Nb,166.6,0.5,(4- 5),,0.109,2,US,0.000000109,0.000000002,IT,100,0,,,,,,,,,,,, +42,47,Mo,387.5,0.2,(1/2-),,190,15,MS,0.19,0.015,IT,100,0,,,,,,,,,,,, +42,49,Mo,653.01,0.09,1/2-,,64.6,6,S,64.6,0.6,EC+B+,50,1.6,IT,50,1.6,,,,,,,,, +42,51,Mo,2424.95,0.04,21/2+,,6.85,7,H,24660,252,IT,99.88,0.01,EC+B+,0.12,0.01,,,,,9.93,,,, +43,43,Tc,1524,0,(6+),,1.10,14,US,0.0000011,0.00000014,IT,100,0,,,,,,,= 0,,,,, +43,44,Tc,71,0,(7/2+),,647,24,NS,0.000000647,0.000000024,IT,100,0,,,,,,,,,,,, +43,45,Tc,95,0,,,146,12,NS,0.000000146,0.000000012,IT,100,0,,,,,,,,,,,, +43,46,Tc,62.6,0.5,(1/2-),,12.9,8,S,12.9,0.8,EC+B+,100,0,IT,0.01,0,,,,,,,,, +43,47,Tc,500,0,(6+),,49.2,4,S,49.2,0.4,EC+B+,100,0,,,,,,,,,,,, +43,48,Tc,139.3,0.3,(1/2)-,,3.3,1,M,198,6,EC+B+,100,0,IT,1,0,,,,,,,,, +43,50,Tc,391.84,0.08,1/2-,,43.5,10,M,2610,60,IT,77.4,0.6,EC+B+,22.6,0.6,,,,,,,,, +43,50,Tc,2185.16,0.15,(17/2)-,,10.2,3,US,0.0000102,0.0000003,IT,100,0,,,,,,,,10.46,,,, +43,51,Tc,76,3,(2)+,,52.0,10,M,3120,60,EC+B+,100,0,IT,0.1,0,,,,,,,,, +43,52,Tc,38.91,0.04,1/2-,,61,2,D,5270400,172800,EC+B+,96.12,0.32,IT,3.88,0.32,,,,,,,,, +43,53,Tc,34.23,0.04,4+,,51.5,10,M,3090,60,IT,98,0.5,EC+B+,2,0.5,,,,,,,,, +43,54,Tc,96.57,0.06,1/2-,,91.0,6,D,7862400,51840,IT,96.06,0.18,EC,3.94,0.18,,,,,,,,, +43,56,Tc,142.6832,0.0011,1/2-,,6.0067,5,H,21624.12,1.8,IT,99.9963,0.0006,B-,0.0037,0.0006,,,,,,,,, +43,57,Tc,200.67,0.04,(4)+,,8.32,14,US,0.00000832,0.00000014,IT,100,0,,,,,,,,,,,, +43,57,Tc,243.95,0.04,(6)+,,3.2,2,US,0.0000032,0.0000002,IT,100,0,,,,,,,,,,,, +43,58,Tc,207.526,0.02,1/2-,,636,8,US,0.000636,0.000008,IT,100,0,,,,,,,,,,,, +43,69,Tc,350,1.5,(5+),,150,17,NS,0.00000015,0.000000017,IT,100,,,,,,,,,,,,, +43,70,Tc,114.4,0.5,(5/2-),,0.526,+16-15,US,0.000000526,0.000000016,IT,100,,,,,,,,,,,,, +44,49,Ru,734.4,0.1,(1/2)-,,10.8,3,S,10.8,0.3,EC+B+,78,2.3,IT,22,2.3,ECP,0.027,0.005,,,,,, +44,50,Ru,2644.1,0.4,8+,,71,4,US,0.000071,0.000004,IT,100,0,,,,,,,,,,,, +44,57,Ru,527.56,0.1,11/2-,,17.5,4,US,0.0000175,0.0000004,IT,100,,,,,,,,,,,,, +44,59,Ru,238.2,0.7,11/2-,,1.69,7,MS,0.00169,0.00007,IT,100,,,,,,,,,,,,, +44,69,Ru,130.44,0,(11/2-),,,,,,,IT,100,,,,,,,,,,,,, +44,73,Ru,185,0.4,,,2.487,+58-55,US,0.000002487,0.000000057,IT,100,0,,,,,,,,,,,, +44,75,Ru,227.1,0.7,,,0.383,+22-21,US,0.000000383,0.000000022,IT,100,0,,,,,,,,,,,, +45,46,Rh,172.9,0.4,(1/2-),,1.46,11,S,1.46,0.11,EC+B+,,0,IT,,0,,,,,,,,, +45,49,Rh,54.6,0.2,(2+),,0.48,4,US,0.00000048,0.00000004,IT,100,0,,,,,,,,,,,, +45,50,Rh,543.3,0.3,(1/2)-,,1.96,4,M,117.6,2.4,IT,88,5,EC+B+,12,5,,,,,,,,, +45,50,Rh,2236.37,0.22,(17/2-),,18.8,10,NS,0.0000000188,0.000000001,IT,100,,,,,,,,,,,,, +45,51,Rh,51.98,0.09,3+,,1.51,2,M,90.6,1.2,IT,60,5,EC+B+,40,5,,,,,,,,, +45,52,Rh,258.76,0.18,1/2-,,46.2,16,M,2772,96,EC+B+,94.4,0.6,IT,5.6,0.6,,,,,,,,, +45,54,Rh,64.6,0.5,9/2+,,4.7,1,H,16920,360,EC+B+,99.84,0,IT,0.16,0,,,,,5.668,,,, +45,55,Rh,107.6,0.2,(5+),,4.6,2,M,276,12,IT,98.3,0,EC+B+,1.7,0,,,,,,,,, +45,56,Rh,157.32,0.03,9/2+,,4.34,1,D,374976,864,EC,92.8,0.25,IT,7.2,0.25,,,,,5.43,,,, +45,57,Rh,140.73,0.09,6(+),,3.742,10,Y,118088539.2,315576,EC+B+,99.767,0.024,IT,0.233,0.024,,,,,4.044,,,, +45,58,Rh,39.753,0.006,7/2+,,56.114,9,M,3366.84,0.54,IT,100,0,,,,,,,,4.54,,,, +45,59,Rh,128.9679,0.0005,5+,,4.34,3,M,260.4,1.8,IT,99.87,0.01,B-,0.13,0.01,,,,,,,,, +45,60,Rh,129.782,0.004,1/2-,,42.9,3,S,42.9,0.3,IT,100,0,,,,,,,,,,,, +45,61,Rh,137,13,(6)+,,131,2,M,7860,120,B-,100,0,,,,,,,,,,,, +45,71,Rh,150,-1,(6-),,0.57,5,S,0.57,0.05,B-,100,0,,,,,,,,,,,, +45,75,Rh,157.2,0.7,,,0.294,+16-15,US,0.000000294,0.000000016,IT,100,0,,,,,,,,,,,, +45,77,Rh,271,0.7,,,0.82,+13-11,US,0.00000082,0.00000012,IT,100,0,,,,,,,,,,,, +46,49,Pd,1875.13,0.14,(21/2+),,13.3,3,S,13.3,0.3,EC+B+,89,3,IT,11,3,B+P,0.93,0.15,,,,,, +46,61,Pd,214.6,0.3,11/2-,,21.3,5,S,21.3,0.5,IT,100,0,,,,,,,,,,,, +46,63,Pd,188.99,0.01,11/2-,,4.696,3,M,281.76,0.18,IT,100,0,,,,,,,,,,,, +46,65,Pd,172.18,0.08,11/2-,,5.5,1,H,19800,360,IT,73,3,B-,27,3,,,,,,,,, +46,67,Pd,81.1,0.3,(9/2-),,0.3,1,S,0.3,0.1,IT,100,0,,,,,,,,,,,, +46,69,Pd,89.21,0.16,(7/2-),,50,3,S,50,3,B-,92,2,IT,8,2,,,,,,,,, +46,71,Pd,203.3,0.3,(11/2-),,19.1,7,MS,0.0191,0.0007,IT,100,0,,,,,,,,,,,, +46,78,PD,62.2,0,,GT,20,,US,0.00002,5e18,IT,100,0,,,,,,,,,,,, +46,80,PD,2023.5,0.7,(5-),,0.33,4,US,0.00000033,0.00000004,IT,100,0,,,,,,,,,,,, +46,80,PD,2109.7,0.9,(7-),,0.44,3,US,0.00000044,0.00000003,IT,100,0,,,,,,,,,,,, +46,80,PD,2406.4,1,(10+),,23.0,9,MS,0.023,0.0009,B-,72,8,IT,28,8,,,,,,,,, +46,82,PD,2151,1,(8+),,5.8,8,US,0.0000058,0.0000008,IT,100,0,,,,,,,,,,,, +47,47,Ag,6670,-1,(21+),,0.40,4,S,0.4,0.04,EC,95.4,0.7,ECP,27,0,P,4.1,0.6,,,,,, +47,48,Ag,344.2,0.3,(1/2-),LT,500,,MS,0.5,0,IT,100,0,,,,,,,,,,,, +47,48,Ag,2531.3,1.5,(23/2+),LT,16,,MS,0.016,0,IT,100,0,,,,,,,,,,,, +47,48,Ag,4860,1.5,(37/2+),LT,40,,MS,0.04,0,IT,100,0,,,,,,,,,,,, +47,52,Ag,506.2,0.4,(1/2-),,10.5,5,S,10.5,0.5,IT,100,0,,,,,,,,,,,, +47,53,Ag,15.52,0.16,(2)+,,2.24,13,M,134.4,7.8,EC+B+,,0,IT,,0,,,,,,,,, +47,54,Ag,274.1,0.3,(1/2)-,,3.10,10,S,3.1,0.1,IT,100,0,,,,,,,,,,,, +47,55,Ag,9.4,0.07,2+,,7.7,5,M,462,30,EC+B+,51,5,IT,49,5,,,,,4.14,,,, +47,56,Ag,134.45,0.04,1/2-,,5.7,3,S,5.7,0.3,IT,100,0,,,,,,,,,,,, +47,57,Ag,6.9,0.22,2+,,33.5,20,M,2010,120,EC+B+,99.93,0,IT,0.07,0,,,,,3.691,,,, +47,58,Ag,25.479,0.016,7/2+,,7.23,16,M,433.8,9.6,IT,99.66,0.07,EC+B+,0.34,0,,,,,4.414,,,, +47,59,Ag,89.66,0.07,6+,,8.28,2,D,715392,1728,EC+B+,100,0,,,,,,,,3.709,,1.08,, +47,60,Ag,93.125,0.019,7/2+,,44.3,2,S,44.3,0.2,IT,100,0,,,,,,,,4.398,,0.98,, +47,61,Ag,109.466,0.007,6+,,438,9,Y,13822228800,284018400,EC+B+,91.3,0.9,IT,8.7,0.9,,,,,3.58,,1.32,, +47,62,Ag,88.0341,0.0011,7/2+,,39.6,2,S,39.6,0.2,IT,100,0,,,,,,,,,,,, +47,63,Ag,117.59,0.05,6+,,249.83,4,D,21585312,3456,B-,98.67,0.08,IT,1.33,0.08,,,,,3.588,,,, +47,64,Ag,59.82,0.04,7/2+,,64.8,8,S,64.8,0.8,IT,99.3,0.2,B-,0.7,0.2,,,,,,,,, +47,66,Ag,43.5,0.1,7/2+,,68.7,16,S,68.7,1.6,IT,64,7,B-,36,7,,,,,,,,, +47,67,Ag,199,0,(LE 6+),,1.50,5,MS,0.0015,0.00005,IT,100,0,,,,,,,,,,,, +47,68,Ag,41.16,0.1,7/2+,,18.0,7,S,18,0.7,B-,79,0.3,IT,21,0.3,,,,,,,,, +47,69,Ag,47.9,0.1,(3+),,20,1,S,20,1,B-,93,0,IT,7,0,,,,,,,,, +47,69,Ag,129.8,0.22,(6-),,9.3,3,S,9.3,0.3,B-,92,0,IT,8,0,,,,,,,,, +47,70,Ag,28.6,0.2,(7/2+),,5.34,5,S,5.34,0.05,B-,94,1.5,IT,6,1.5,,,,,,,,, +47,71,Ag,127.63,0.1,4(+),,2.0,2,S,2,0.2,B-,59,0,IT,41,0,,,,,,,,, +47,73,Ag,203,1,6(-),,0.32,4,S,0.32,0.04,B-,63,0,IT,37,0,,,,,,,,, +47,75,Ag,80,50,(9-),,0.20,5,S,0.2,0.05,B-,,0,B-N,,0,,,,,,,,, +47,77,Ag,155.6,0,(1+),,0.14,5,US,0.00000014,0.00000005,IT,100,0,,,,,,,,,,,, +47,77,Ag,231.1,0,(1-),,1.47,20,US,0.00000147,0.0000002,IT,100,0,,,,,,,,,,,, +47,78,Ag,859.9,0,,,80,17,NS,0.00000008,0.000000017,IT,100,0,,,,,,,,,,,, +47,78,Ag,1501.2,0.6,(17/2-),,0.491,20,US,0.000000491,0.00000002,IT,100,0,,,,,,,,,,,, +47,79,Ag,254.8,0,(1-),,27,6,US,0.000027,0.000006,IT,100,0,,,,,,,,,,,, +48,61,Cd,59.49,0.11,1/2+,,12,2,US,0.000012,0.000002,IT,100,0,,,,,,,,,,,, +48,61,Cd,463.5,0.3,11/2-,,10.9,5,US,0.0000109,0.0000005,IT,100,0,,,,,,,,-1.096,,-0.92,, +48,63,Cd,396.214,0.021,11/2-,,48.50,9,M,2910,5.4,IT,100,0,,,,,,,,-1.1051,,-0.85,, +48,65,Cd,263.54,0.03,11/2-,,14.1,5,Y,444962160,15778800,B-,99.86,0,IT,0.14,0,,,,,,,-0.71,, +48,67,Cd,181,0.5,(11/2)-,,44.56,24,D,3849984,20736,B-,100,0,,,,,,,,-1.0410343,,-0.54,, +48,69,Cd,136.4,0.2,(11/2)-,,3.36,5,H,12096,180,B-,100,0,,,,,,,,,,,, +48,71,Cd,146.54,0.11,(11/2-),,2.20,2,M,132,1.2,B-,100,0,,,,,,,,,,,, +48,73,Cd,214.86,0.15,(11/2-),,8.3,8,S,8.3,0.8,B-,100,0,,,,,,,,,,,, +48,75,Cd,316.53,0.23,(11/2-),,1.82,3,S,1.82,0.03,B-,100,0,IT,,0,,,,,,,,, +48,81,Cd,1940,0,(21/2+),,3.6,2,MS,0.0036,0.0002,IT,100,0,,,,,,,,,,,, +48,82,Cd,2130,2,(8+),,220,30,NS,0.00000022,0.00000003,IT,100,,,,,,,,,,,,, +49,54,In,631.7,0.1,(1/2-),,34,2,S,34,2,EC+B+,67,0,IT,33,0,,,,,,,,, +49,55,In,93.48,0.1,(3+),,15.7,5,S,15.7,0.5,IT,80,0,EC+B+,20,0,,,,,,,,, +49,56,In,674.08,0.25,(1/2-),,48,6,S,48,6,IT,100,0,,,,,,,,,,,, +49,57,In,28.6,0.3,(2)+,,5.2,1,M,312,6,EC+B+,100,0,,,,,,,,,,,, +49,58,In,678.5,0.3,1/2-,,50.4,6,S,50.4,0.6,IT,100,0,,,,,,,,,,,, +49,59,In,29.75,0.05,2+,,39.6,7,M,2376,42,EC+B+,100,0,,,,,,,,4.935,,0.467,, +49,60,In,650.1,0.3,1/2-,,1.34,7,M,80.4,4.2,IT,100,0,,,,,,,,,,,, +49,60,In,2101.8,0.2,(19/2+),,0.209,6,S,0.209,0.006,IT,100,0,,,,,,,,,,,, +49,61,In,62.08,0.04,2+,,69.1,5,M,4146,30,EC+B+,100,0,,,,,,,,4.365,,0.35,, +49,62,In,536.99,0.07,1/2-,,7.7,2,M,462,12,IT,100,0,,,,,,,,,,,, +49,63,In,156.592,0.025,4+,,20.67,8,M,1240.2,4.8,IT,100,0,,,,,,,,5.277,,0.714,, +49,64,In,391.699,0.003,1/2-,,99.476,23,M,5968.56,1.38,IT,100,0,,,,,,,,-0.21074,,,, +49,65,In,190.2682,0.0008,5+,,49.51,1,D,4277664,864,IT,96.75,0.24,EC+B+,3.25,0.24,,,,,4.653,,0.739,, +49,65,In,501.948,0.003,8-,,43.1,6,MS,0.0431,0.0006,IT,100,0,,,,,,,,,,,, +49,66,In,336.244,0.017,1/2-,,4.486,4,H,16149.6,14.4,IT,95,0.7,B-,5,0.7,,,,,-0.24398,,,, +49,67,In,127.267,0.006,5+,,54.29,17,M,3257.4,10.2,B-,100,0,,,,,,,,4.435,,0.802,, +49,67,In,289.66,0.006,8-,,2.18,4,S,2.18,0.04,IT,100,0,,,,,,,,3.215,,0.31,, +49,68,In,315.303,0.011,1/2-,,116.2,3,M,6972,18,B-,52.9,1.5,IT,47.1,1.5,,,,,-0.25174,,,, +49,69,In,60,-1,5+,,4.45,5,M,267,3,B-,100,0,,,,,,,,4.231,,0.796,, +49,69,In,200,-1,8-,,8.5,3,S,8.5,0.3,IT,98.6,0.3,B-,1.4,0.3,,,,,3.321,,0.441,, +49,70,In,311.37,0.03,1/2-,,18.0,3,M,1080,18,B-,95.6,0,IT,4.4,0,,,,,-0.319,,,, +49,71,In,70,60,(5)+,,46.2,8,S,46.2,0.8,B-,100,0,,,,,,,,,,,, +49,72,In,313.68,0.07,1/2-,,3.88,10,M,232.8,6,B-,98.8,0.2,IT,1.2,0.2,,,,,-0.355,,,, +49,73,In,40,60,5+,,10.3,6,S,10.3,0.6,B-,100,0,,,,,,,,4.318,,0.81,, +49,73,In,290,140,(8-),,10.8,4,S,10.8,0.4,B-,100,0,,,,,,,,3.781,,0.59,, +49,74,In,327.21,0.04,(1/2)-,,47.4,4,S,47.4,0.4,B-,100,0,,,,,,,,-0.4,,,, +49,75,In,50,-1,(8-),,3.7,2,S,3.7,0.2,B-,100,0,,,,,,,,3.888,,0.664,, +49,76,In,360.12,0.09,1/2(-),,12.2,2,S,12.2,0.2,B-,100,0,,,,,,,,-0.433,,,, +49,76,In,2161.2,0.9,(23/2-),,5.0,15,MS,0.005,0.0015,IT,100,,,,,,,,,,,,, +49,77,In,102,64,(8-),,1.64,5,S,1.64,0.05,B-,100,0,,,,,,,,4.061,,0.683,, +49,78,In,408.9,0.3,(1/2-),,3.67,4,S,3.67,0.04,B-,100,0,B-N,0.69,0.04,,,,,,,,, +49,78,In,1863,58,(21/2-),,1.04,10,S,1.04,0.1,B-,100,0,,,,,,,,,,,, +49,78,In,2364,60,(29/2+),,9,2,US,0.000009,0.000002,IT,100,,,,,,,,,,,,, +49,79,In,340,60,(8-),,0.72,10,S,0.72,0.1,B-,100,0,B-N,0.046,0,,,,,,,,, +49,80,In,459,5,(1/2-),,1.23,3,S,1.23,0.03,B-,99.7,0,B-N,3.6,0.4,IT,0.3,0,,,,,, +49,80,In,1630,56,(23/2-),,0.67,10,S,0.67,0.1,B-,100,0,IT,,0,,,,,,,,, +49,80,In,1687.97,0.25,(17/2-),,8.7,7,US,0.0000087,0.0000007,IT,100,0,,,,,,,,,,,, +49,80,In,1911,56,(29/2+),,110,15,MS,0.11,0.015,IT,100,0,B-,,0,,,,,,,,, +49,81,In,50,50,(10-),,0.54,1,S,0.54,0.01,B-,100,0,B-N,1.65,0.15,,,,,,,,, +49,81,In,388.3,0.2,(3+),,3.1,3,US,0.0000031,0.0000003,IT,100,0,,,,,,,,,,,, +49,81,In,400,60,(5+),,0.54,1,S,0.54,0.01,B-,100,0,B-N,1.65,0.15,,,,,,,,, +49,82,In,302,32,(1/2-),,0.35,5,S,0.35,0.05,B-,99.982,0,B-N,2,0.3,IT,0.018,0,,,,,, +49,82,In,3764,88,(21/2+),,0.32,6,S,0.32,0.06,B-,99,0,IT,1,0,B-N,0.03,0,,,,,, +49,84,In,330,40,(1/2-),,180,15,MS,0.18,0.015,B-N,,0,IT,,0,B-,,0,,,,,, +50,61,Sn,254.71,0.04,1/2+,,12.5,10,US,0.0000125,0.000001,IT,100,0,,,,,,,,,,,, +50,63,Sn,77.389,0.019,7/2+,,21.4,4,M,1284,24,IT,91.1,2.3,EC+B+,8.9,2.3,,,,,,,,, +50,65,Sn,612.81,0.04,7/2+,,3.26,8,US,0.00000326,0.00000008,IT,100,0,,,,,,,,0.683,,0.26,, +50,65,Sn,713.64,0.12,11/2-,,159,1,US,0.000159,0.000001,IT,100,0,,,,,,,,-1.378,,0.38,, +50,67,Sn,314.58,0.04,11/2-,,14.00,5,D,1209600,4320,IT,100,0,,,,,,,,-1.39,,-0.42,, +50,69,Sn,89.531,0.013,11/2-,,293.1,7,D,25323840,60480,IT,100,0,,,,,,,,-1.4,,0.21,, +50,71,Sn,6.31,0.06,11/2-,,43.9,5,Y,1385378640,15778800,IT,77.6,2,B-,22.4,2,,,,,-1.3877,,-0.14,, +50,72,Sn,2765.6,1,(10+),,62,3,US,0.000062,0.000003,IT,100,,,,,,,,,,,,, +50,73,Sn,24.6,0.4,3/2+,,40.06,1,M,2403.6,0.6,B-,100,0,,,,,,,,,,,, +50,74,Sn,2656.6,0.5,(10+),,45,5,US,0.000045,0.000005,IT,100,0,,,,,,,,,,,, +50,75,Sn,27.5,0.14,3/2+,,9.52,5,M,571.2,3,B-,100,0,,,,,,,,0.764,,0.79,, +50,75,Sn,1892.8,0.3,(19/2+),,6.2,2,US,0.0000062,0.0000002,IT,100,,,,,,,,,,,,, +50,75,Sn,2623.5,0.5,(27/2-),,0.23,2,US,0.00000023,0.00000002,IT,,,,,,,,,,,,,, +50,77,Sn,5.07,0.06,3/2+,,4.13,3,M,247.8,1.8,B-,100,0,,,,,,,,0.757,,0.3,, +50,77,Sn,1826.67,0.16,(19/2+),,4.52,15,US,0.00000452,0.00000015,IT,100,,,,,,,,,,,,, +50,78,Sn,2091.5,0.11,(7-),,6.5,5,S,6.5,0.5,IT,100,0,,,,,,,,,,,, +50,78,Sn,2491.89,0.17,(10+),,2.91,14,US,0.00000291,0.00000014,IT,100,,,,,,,,,,,,, +50,79,Sn,35.15,0.05,11/2-,,6.9,1,M,414,6,B-,100,0,IT,0.002,0,,,,,-1.297,,-0.18,, +50,79,Sn,1761.6,1,(19/2+),,3.40,13,US,0.0000034,0.00000013,IT,100,0,,,,,,,,,,,, +50,79,Sn,1802.6,1,(23/2+),,2.22,14,US,0.00000222,0.00000014,IT,100,0,,,,,,,,,,,, +50,79,Sn,2552.9,1.1,(27/2-),,217,19,NS,0.000000217,0.000000019,IT,100,0,,,,,,,,,,,, +50,80,Sn,1946.88,0.1,(7-),,1.7,1,M,102,6,B-,100,0,,,,,,,,,,,, +50,82,Sn,4848.52,0.2,(8+),,2.03,4,US,0.00000203,0.00000004,IT,100,0,,,,,,,,,,,, +50,86,Sn,1295,2,(6+),,46,7,NS,0.000000046,0.000000007,IT,100,0,,,,,,,,,,,, +50,88,SN,1344,2,(6+),,210,45,NS,0.00000021,0.000000045,IT,100,0,,,,,,,,,,,, +51,61,Sb,825.9,0.4,(8-),,536,22,NS,0.000000536,0.000000022,IT,100,,,,,,,,,,,,, +51,63,Sb,495.5,0.7,(8-),,219,12,US,0.000219,0.000012,IT,100,0,,,,,,,,2.265,,0.66,, +51,64,Sb,1300.21,0.05,11/2-,,6.2,3,NS,0.0000000062,0.0000000003,IT,100,0,,,,,,,,5.53,,,, +51,64,Sb,2796.26,0.09,(19/2)-,,159,3,NS,0.000000159,0.000000003,IT,100,0,,,,,,,,2.54,,,, +51,64,Sb,3659.6,0.17,(25/2)+,,4.1,2,NS,0.0000000041,0.0000000002,IT,100,0,,,,,,,,,,,, +51,65,Sb,383,40,8-,,60.3,6,M,3618,36,EC+B+,100,0,,,,,,,,,,,, +51,66,Sb,3130.76,0.19,(25/2)+,,355,17,US,0.000355,0.000017,IT,100,0,,,,,,,,1.5,,-0.75,, +51,67,Sb,250,6,8-,,5.00,2,H,18000,72,EC+B+,100,0,,,,,,,,2.32,,,, +51,68,Sb,2841.7,0,(27/2+),,0.85,9,S,0.85,0.09,IT,100,0,,,,,,,,,,,, +51,70,Sb,2721.5,0,(25/2),,179,6,US,0.000179,0.000006,IT,100,,,,,,,,,,,,, +51,71,Sb,137.4726,0.0008,(5)+,,0.53,3,MS,0.00053,0.00003,IT,100,0,,,,,,,,3.05,,,, +51,71,Sb,163.5591,0.0017,(8)-,,4.191,3,M,251.46,0.18,IT,100,0,,,,,,,,,,,, +51,73,Sb,10.8627,0.0008,5+,,93,5,S,93,5,IT,75,5,B-,25,5,,,,,,,,, +51,73,Sb,36.844,0.0014,(8)-,,20.2,2,M,1212,12,IT,100,0,,,,,,,,,,,, +51,74,Sb,1971.25,0,(19/2-),,25,4,US,0.000025,0.000004,IT,,,,,,,,,,,,,, +51,75,Sb,17.7,0.3,(5+),,19.15,8,M,1149,4.8,B-,86,4,IT,14,4,,,,,,,,, +51,75,Sb,40.4,0.3,(3-),AP,11,,S,11,0,IT,100,0,,,,,,,,,,,, +51,78,Sb,1851.31,0.06,(19/2-),,17.7,1,M,1062,6,B-,85,0,IT,15,0,,,,,,,,, +51,78,Sb,1861.06,0.05,(15/2-),,2.2,2,US,0.0000022,0.0000002,IT,100,0,,,,,,,,,,,, +51,78,Sb,2139.4,0.3,(23/2+),,1.1,1,US,0.0000011,0.0000001,IT,100,0,,,,,,,,,,,, +51,79,Sb,4.8,0.2,(4 5)+,,6.3,2,M,378,12,B-,100,0,,,,,,,,,,,, +51,83,Sb,279,1,(7-),,10.07,5,S,10.07,0.05,B-,100,0,B-N,0.088,0.004,,,,,,,,, +51,83,Sb,3775,50,(1+),LT,1,,NS,0.000000001,0,N,100,0,,,,,,,,,,,, +51,89,SB,298.2,0,(6- 7-),,41,8,US,0.000041,0.000008,IT,100,0,,,,,,,,,,,, +52,63,Te,20,-1,(1/2)+,,6.7,4,M,402,24,EC+B+,100,0,IT,,0,,,,,,,,, +52,63,Te,280.05,0.2,11/2-,,7.5,2,US,0.0000075,0.0000002,IT,100,0,,,,,,,,-0.954,,0.8,, +52,65,Te,296.1,0,(11/2-),,103,3,MS,0.103,0.003,IT,100,0,,,,,,,,,,,, +52,67,Te,260.96,0.05,11/2-,,4.70,4,D,406080,3456,EC+B+,100,0,B+,0.41,0.04,IT,0.008,0,,0.894,,,, +52,69,Te,293.974,0.022,11/2-,,164.2,8,D,14186880,69120,IT,88.6,1.1,EC+B+,11.4,1.1,,,,,0.895,,,, +52,71,Te,247.47,0.04,11/2-,,119.2,1,D,10298880,8640,IT,100,0,,,,,,,,-0.927,,,, +52,73,Te,144.775,0.008,11/2-,,57.40,15,D,4959360,12960,IT,100,0,,,,,,,,-0.985,,-0.06,, +52,75,Te,88.23,0.07,11/2-,,106.1,7,D,9167040,60480,IT,97.6,0.2,B-,2.4,0.2,,,,,-1.041,,,, +52,77,Te,105.51,0.03,11/2-,,33.6,1,D,2903040,8640,IT,64,7,B-,36,7,,,,,-1.091,,0.4,, +52,79,Te,182.258,0.018,11/2-,,33.25,25,H,119700,900,B-,74.1,0.5,IT,25.9,0.5,,,,,-1.04,,,, +52,79,Te,1940,0.4,(23/2+),,93,12,MS,0.093,0.012,IT,100,0,,,,,,,,,,,, +52,80,Te,1925.47,0.09,(7)-,,28.1,15,US,0.0000281,0.0000015,IT,100,0,,,,,,,,,,,, +52,80,Te,2723.3,0.8,(10+),,3.70,9,US,0.0000037,0.00000009,IT,100,0,,,,,,,,,,,, +52,81,Te,334.26,0.04,(11/2-),,55.4,4,M,3324,24,B-,83.5,2,IT,16.5,2,,,,,-1.129,,0.28,, +52,82,Te,1691.34,0.16,6+,,164.1,9,NS,0.0000001641,0.0000000009,IT,100,0,,,,,,,,5.08,,,, +52,83,Te,1554.89,0.16,(19/2-),,0.511,20,US,0.000000511,0.00000002,IT,100,0,,,,,,,,-3.8,,,, +53,61,I,265.9,0,(7),,6.2,5,S,6.2,0.5,EC+B+,91,2,IT,9,2,,,,,,,,, +53,63,I,430.4,0.5,(7-),,3.27,,US,0.00000327,0,IT,100,,,,,,,,,,,,, +53,65,I,104,0,(7-),,8.5,5,M,510,30,EC+B+,100,0,IT,0,0,,,,,4.2,,,, +53,67,I,320,150,(7-),,53,4,M,3180,240,EC+B+,100,0,,,,,,,,,,,, +53,77,I,39.9525,0.0013,2+,,8.84,6,M,530.4,3.6,IT,84,2,B-,16,2,,,,,,,,, +53,79,I,120,20,(8-),,1.387,15,H,4993.2,54,IT,86,2,B-,14,2,,,,,,,,, +53,80,I,1634.148,0.01,(19/2-),,9,2,S,9,2,IT,100,0,,,,,,,,,,,, +53,81,I,316.49,0.22,(8)-,,3.52,4,M,211.2,2.4,IT,97.7,1,B-,2.3,1,,,,,,,,, +53,83,I,640,110,(6-),,46.9,10,S,46.9,1,B-,100,0,,,,,,,,,,,, +53,85,I,67.9,0,(3-),,1.26,16,US,0.00000126,0.00000016,IT,100,0,,,,,,,,,,,, +54,71,Xe,252.61,0.14,9/2(-),,57,1,S,57,1,IT,100,0,,,,,,,,-0.7453,,0.424,, +54,73,Xe,297.1,0.08,9/2-,,69.2,9,S,69.2,0.9,IT,100,0,,,,,,,,,,,, +54,75,Xe,236.14,0.03,11/2-,,8.88,2,D,767232,1728,IT,100,0,,,,,,,,-0.891223,,0.63,, +54,77,Xe,163.93,0.008,11/2-,,11.84,4,D,1022976,3456,IT,100,0,,,,,,,,-0.994048,,0.73,, +54,78,Xe,2752.21,0.17,(10+),,8.39,11,MS,0.00839,0.00011,IT,100,0,,,,,,,,-1.95,,,, +54,79,Xe,233.221,0.015,11/2-,,2.198,13,D,189907.2,1123.2,IT,100,0,,,,,,,,,,0.77,, +54,80,Xe,1965.5,0.5,7-,,290,17,MS,0.29,0.017,IT,100,0,,,,,,,,,,,, +54,80,Xe,3025.2,1.5,(10+),,5,1,US,0.000005,0.000001,IT,100,,,,,,,,,,,,, +54,81,Xe,526.551,0.013,11/2-,,15.29,5,M,917.4,3,IT,99.4,0,B-,0.6,0,,,,,-1.1036,,0.618,, +55,61,Cs,100,-1,4+ 5 6,,3.85,13,S,3.85,0.13,EC+B+,100,0,ECP,0.51,0.15,ECA,0.008,0.002,,,,,, +55,66,Cs,68.5,0.3,9/2(+),,122,3,S,122,3,EC+B+,83,0,IT,17,0,,,,,5.41,,2.69,, +55,67,Cs,127.07,0.16,(5)-,,0.36,2,S,0.36,0.02,IT,100,0,,,,,,,,,,,, +55,67,Cs,140,30,8(-),,3.70,11,M,222,6.6,EC+B+,100,0,,,,,,,,4.77,,3.29,, +55,68,Cs,156.27,0.05,(11/2)-,,1.64,12,S,1.64,0.12,IT,100,0,,,,,,,,,,,, +55,69,Cs,462.63,0.14,(7)+,,6.3,2,S,6.3,0.2,IT,100,0,,,,,,,,,,,, +55,70,Cs,266.1,1.1,(11/2-),,0.90,3,MS,0.0009,0.00003,IT,100,0,,,,,,,,,,,, +55,72,Cs,452.23,0.21,(11/2)-,,55,3,US,0.000055,0.000003,IT,100,,,,,,,,,,,,, +55,74,Cs,575.4,0.14,(11/2-),,0.718,21,US,0.000000718,0.000000021,IT,100,0,,,,,,,,6.55,,,, +55,75,Cs,163.25,0.11,5-,,3.46,6,M,207.6,3.6,IT,99.84,0.02,EC+B+,0.16,0.02,,,,,0.629,,1.45,, +55,79,Cs,138.7441,0.0026,8-,,2.912,2,H,10483.2,7.2,IT,100,0,,,,,,,,1.0978,,0.98,, +55,80,Cs,1632.9,0,19/2-,,53,2,M,3180,120,IT,100,0,,,,,,,,2.18,,0.89,, +55,83,Cs,79.9,0.3,6-,,2.91,8,M,174.6,4.8,IT,81,2,B-,19,2,,,,,1.713,,-0.4,, +56,71,Ba,80.32,0.11,7/2-,,1.93,7,S,1.93,0.07,IT,100,0,,,,,,,,-0.7227,,1.62,, +56,73,Ba,8.42,0.06,7/2+,,2.135,10,H,7686,36,EC+B+,100,0,IT,,0,,,,,0.93,,1.75,, +56,74,Ba,2475.12,0.18,8-,,9.4,4,MS,0.0094,0.0004,IT,100,0,,,,,,,,,,,, +56,75,Ba,187.995,0.009,9/2-,,14.6,2,M,876,12,IT,100,0,,,,,,,,-0.87,,1.46,, +56,77,Ba,288.252,0.009,11/2-,,38.93,10,H,140148,360,IT,99.9896,0.0005,EC,0.0104,0.0005,,,,,0.91,,0.89,, +56,78,Ba,2957.2,0.5,(10+),,2.63,14,US,0.00000263,0.00000014,IT,100,0,,,,,,,,-2,,,, +56,79,Ba,268.218,0.02,11/2-,,28.7,2,H,103320,720,IT,100,0,,,,,,,,-1.001,,0.96,, +56,80,Ba,2030.466,0.018,7-,,0.3084,19,S,0.3084,0.0019,IT,100,0,,,,,,,,,,,, +56,81,Ba,661.659,0.003,11/2-,,2.552,1,M,153.12,0.06,IT,100,0,,,,,,,,-0.992,,0.78,, +57,60,La,151,12,(9/2+),,10,5,MS,0.01,0.005,P,97.4,1.3,EC+B+,2.6,1.3,,,,,,,,, +57,70,La,14.2,0.4,(3/2+),,3.7,4,M,222,24,EC+B+,100,0,,,,,,,,,,,, +57,72,La,172.33,0.2,(11/2-),,0.56,5,S,0.56,0.05,IT,100,0,,,,,,,,,,,, +57,74,La,304.6,0.24,11/2-,,170,7,US,0.00017,0.000007,IT,100,0,,,,,,,,,,,, +57,75,La,188.2,0.11,6-,,24.3,5,M,1458,30,IT,76,0,EC+B+,24,0,,,,,,,,, +57,77,La,336.44,0,,,29,4,US,0.000029,0.000004,IT,100,0,,,,,,,,,,,, +57,79,La,230,0,(8+),,114,3,MS,0.114,0.003,IT,100,0,,,,,,,,,,,, +58,69,Ce,7.3,1.1,(5/2+),,28.6,7,S,28.6,0.7,EC+B+,100,0,,,,,,,,,,,, +58,73,Ce,63.09,0.09,(1/2+),,5.4,4,M,324,24,EC+B+,100,0,IT,,0,,,,,,,,, +58,73,Ce,161.98,0.05,9/2-,,88,2,NS,0.000000088,0.000000002,IT,100,,,,,,,,,-0.85,,0.92,, +58,74,Ce,2341.15,0.21,(8-),,9.4,3,MS,0.0094,0.0003,IT,100,0,,,,,,,,,,,, +58,75,Ce,37.2,0.7,9/2-,,5.1,3,H,18360,1080,EC+B+,100,0,IT,,0,,,,,,,,, +58,77,Ce,445.81,0.21,(11/2-),,20,1,S,20,1,IT,100,0,,,,,,,,,,,, +58,78,Ce,3095.5,0.4,10+,,2.2,2,US,0.0000022,0.0000002,IT,100,0,,,,,,,,-1.8,,1.11,, +58,79,Ce,254.29,0.05,11/2-,,34.4,3,H,123840,1080,IT,99.21,0.04,EC+B+,0.79,0.04,,,,,1.01,,,, +58,80,Ce,2129.17,0.12,7-,,8.65,20,MS,0.00865,0.0002,IT,100,0,,,,,,,,,,,, +58,80,Ce,3539.1,0.3,10+,,81,2,NS,0.000000081,0.000000002,IT,100,0,,,,,,,,-1.7,,0.77,, +58,81,Ce,754.24,0.08,11/2-,,54.8,10,S,54.8,1,IT,100,0,,,,,,,,,,,, +59,72,Pr,152.4,0.3,(11/2-),,5.73,20,S,5.73,0.2,IT,96.4,1.2,EC+B+,3.6,1.2,,,,,,,,, +59,74,Pr,192.12,0.14,(11/2-),,1.1,2,S,1.1,0.2,IT,100,0,,,,,,,,,,,, +59,76,Pr,358.06,0.06,(11/2-),,105,10,US,0.000105,0.00001,IT,100,0,,,,,,,,,,,, +59,79,Pr,364,23,7-,,2.12,4,H,7632,144,EC+B+,100,0,,,,,,,,,,,, +59,81,Pr,127.8,0.3,5+,,0.35,2,US,0.00000035,0.00000002,IT,100,0,,,,,,,,,,,, +59,81,Pr,763.7,0.5,(7)-,,3.05,20,US,0.00000305,0.0000002,IT,100,0,,,,,,,,,,,, +59,83,Pr,3.694,0.003,5-,,14.6,5,M,876,30,IT,100,0,,,,,,,,2.2,,,, +59,83,Pr,911.4,1.3,(9+),,61,6,NS,0.000000061,0.000000006,IT,100,0,,,,,,,,,,,, +59,85,Pr,59.03,0.03,3-,,7.2,3,M,432,18,IT,99.93,0,B-,0.07,0,,,,,,,,, +59,89,Pr,76.8,0.2,4-,,2.01,7,M,120.6,4.2,B-,64,10,IT,36,10,,,,,,,,, +60,73,Nd,127.97,0.12,(1/2+),AP,70,,S,70,0,EC+B+,,0,IT,,0,,,,,,,,, +60,74,Nd,2293,0.4,(8)-,,410,30,US,0.00041,0.00003,IT,100,0,,,,,,,,,,,, +60,75,Nd,64.95,0.24,(1/2+),,5.5,5,M ?,,,EC+B+,99.97,0,IT,0.03,0,,,,,,,,, +60,77,Nd,519.43,0.2,11/2-,,1.60,15,S,1.6,0.15,IT,100,0,,,,,,,,,,,, +60,79,Nd,231.15,0.05,11/2-,,5.50,20,H,19800,720,EC+B+,88.2,0.4,IT,11.8,0.4,,,,,,,,, +60,80,Nd,2221.4,0.1,7-,,0.60,5,MS,0.0006,0.00005,IT,100,0,,,,,,,,,,,, +60,81,Nd,756.51,0.05,11/2-,,62.0,8,S,62,0.8,IT,99.95,0,EC+B+,0.05,0,,,,,,,,, +61,72,Pm,129.7,0.7,(11/2-),LT,8.8,,S,8.8,0,IT,,0,EC+B+,,0,,,,,,,,, +61,74,Pm,68.7,0,(11/2-),,45,4,S,45,4,EC+B+,100,0,,,,,,,,,,,, +61,77,Pm,20,100,,,3.24,5,M,194.4,3,EC,100,,,,,,,,,,,,, +61,78,Pm,188.7,0.3,(11/2)-,,180,20,MS,0.18,0.02,IT,99.94,0,EC+B+,0.06,0,,,,,,,,, +61,81,Pm,883.17,0.16,(8)-,,2.0,2,MS,0.002,0.0002,IT,100,0,,,,,,,,,,,, +61,87,Pm,137.9,0.3,5- 6-,,41.29,11,D,3567456,9504,B-,95.8,0.6,IT,4.2,0.6,,,,,1.82,,,, +61,91,Pm,150,90,4-,,7.52,8,M,451.2,4.8,B-,100,0,,,,,,,,,,,, +61,91,Pm,150,0,(8),,13.8,2,M,828,12,B-,100,0,IT,0,0,,,,,,,,, +61,95,Pm,150.3,0.1,1(+),LT,5,,S,5,0,IT,98,0,B-,2,,A,2,0,,,,,, +62,77,Sm,457.4,0.22,11/2-,,10.7,6,S,10.7,0.6,IT,93.7,0.5,EC+B+,6.3,0.5,,,,,1.1,,,, +62,79,Sm,175.9,0.3,11/2-,,22.6,2,M,1356,12,EC+B+,99.69,0.03,IT,0.31,0.03,,,,,-0.84,,1.6,, +62,81,Sm,753.99,0.16,11/2-,,66,2,S,66,2,IT,99.76,0.05,EC+B+,0.24,0.05,,,,,,,,, +62,81,Sm,2793.8,1.3,23/2(-),,30,3,MS,0.03,0.003,IT,100,0,,,,,,,,,,,, +62,83,Sm,8786.2,0.7,(49/2+),,0.96,+19-15,US,0.00000096,0.00000017,IT,100,0,,,,,,,,,,,, +62,89,Sm,261.13,0.04,(11/2)-,,1.4,1,US,0.0000014,0.0000001,IT,100,0,,,,,,,,,,,, +62,91,Sm,98.37,0.1,11/2-,,10.6,3,MS,0.0106,0.0003,IT,100,0,,,,,,,,,,,, +62,102,Sm,1485.5,1.2,(6-),,0.60,14,US,0.0000006,0.00000014,IT,100,0,,,,,,,,,,,, +63,78,Eu,96.45,0.07,11/2-,,2.7,3,S,2.7,0.3,IT,87,0,EC+B+,13,0,,,,,,,,, +63,83,Eu,666.33,0.11,9+,,235,3,US,0.000235,0.000003,IT,100,0,,,,,,,,,,,, +63,85,Eu,720.4,0.3,9+,,162,8,NS,0.000000162,0.000000008,IT,100,,,,,,,,,6.12,,,, +63,87,Eu,41.7,1,0-,,12.8,1,H,46080,360,B-,89,2,EC+B+,11,2,IT,0.00000005,0,,,,,, +63,88,Eu,196.245,0.01,11/2-,,58.9,5,US,0.0000589,0.0000005,IT,100,0,,,,,,,,,,,, +63,89,Eu,45.5998,0.0004,0-,,9.3116,13,H,33521.76,4.68,B-,73,3,EC+B+,27,3,,,,,,,,, +63,89,Eu,147.86,0.1,8-,,96,1,M,5760,60,IT,100,0,,,,,,,,,,,, +63,91,Eu,145.3,0.3,8-,,46.3,4,M,2778,24,IT,100,0,,,,,,,,,,,, +64,77,Gd,377.76,0.09,11/2-,,24.5,5,S,24.5,0.5,EC+B+,89,2,IT,11,2,,,,,,,,, +64,79,Gd,152.6,0,(11/2-),,110.0,14,S,110,1.4,EC+B+,100,0,,,,,,,,,,,, +64,81,Gd,749.1,0.2,11/2-,,85,3,S,85,3,IT,94.3,0.5,EC+B+,5.7,0.5,,,,,-1,,,, +64,89,Gd,95.1736,0.0008,9/2+,,3.5,4,US,0.0000035,0.0000004,IT,100,0,,,,,,,,,,,, +64,89,Gd,171.188,0.004,(11/2-),,76.0,14,US,0.000076,0.0000014,IT,100,0,,,,,,,,,,,, +64,91,Gd,121.05,0.19,11/2-,,31.97,27,MS,0.03197,0.00027,IT,100,0,,,,,,,,,,,, +64,93,Gd,426.539,0.023,11/2-,,18.5,23,US,0.0000185,0.0000023,IT,100,0,,,,,,,,,,,, +64,95,Gd,67.829,0.024,5/2+,,26.2,8,NS,0.0000000262,0.0000000008,IT,100,0,,,,,,,,,,,, +64,102,GD,1601.5,1.1,(6-),,950,60,NS,0.00000095,0.00000006,IT,100,0,,,,,,,,,,,, +65,77,Tb,279.7,0.4,5-,,303,17,MS,0.303,0.017,IT,100,0,,,,,,,,,,,, +65,77,Tb,652.1,0.6,8+,,26,1,US,0.000026,0.000001,IT,100,,,,,,,,,,,,, +65,79,Tb,396.9,0.5,(6-),,4.25,15,S,4.25,0.15,IT,66,0,EC+B+,34,0,,,,,,,,, +65,81,Tb,779.57,0,10+,,1.20,3,MS,0.0012,0.00003,IT,100,0,,,,,,,,,,,, +65,82,Tb,50.6,0.9,(11/2-),,1.83,6,M,109.8,3.6,EC+B+,100,0,,,,,,,,,,,, +65,83,Tb,90.1,0.3,(9)+,,2.20,5,M,132,3,EC+B+,100,0,,,,,,,,,,,, +65,84,Tb,35.78,0.13,11/2-,,4.16,4,M,249.6,2.4,EC+B+,99.978,0.003,A,0.022,0.003,,,,,,,,, +65,85,Tb,461,27,9+,,5.8,2,M,348,12,EC+B+,100,0,,,,,,,,,,,, +65,86,Tb,99.53,0.05,(11/2-),,25,3,S,25,3,IT,93.4,2,EC+B+,6.6,2,,,,,,,,, +65,87,Tb,501.74,0.19,8+,,4.2,1,M,252,6,IT,78.9,0.6,EC+B+,21.1,0.6,,,,,,,,, +65,88,Tb,163.175,0.005,11/2-,,186,4,US,0.000186,0.000004,IT,100,0,,,,,,,,,,,, +65,91,Tb,49.63,0,(7-),,24.4,10,H,87840,3600,IT,100,0,,,,,,,,,,,, +65,91,Tb,88.4,0,(0+),,5.3,2,H,19080,720,IT,100,0,EC+B+,0,0,,,,,,,,, +65,93,Tb,110.3,1.2,0-,,10.70,17,S,10.7,0.17,IT,100,0,B-,0.6,0,EC+B+,0.01,0,,,,,, +65,93,Tb,388.4,0,7-,,0.40,4,MS,0.0004,0.00004,IT,100,0,,,,,,,,,,,, +66,74,DY,2166.1,0.5,(8-),,7.0,5,US,0.000007,0.0000005,IT,100,0,,,,,,,,,,,, +66,77,Dy,310.7,0.6,(11/2-),,3.0,3,S,3,0.3,EC+B+,100,0,ECP,,0,,,,,,,,, +66,79,Dy,118.2,0.2,(11/2-),,14.1,7,S,14.1,0.7,EC+B+,100,0,ECP,50,0,,,,,,,,, +66,80,Dy,2934.5,0.4,10+,,150,20,MS,0.15,0.02,IT,100,0,,,,,,,,,,,, +66,81,Dy,750.5,0.4,(11/2-),,55.2,5,S,55.2,0.5,EC+B+,68.9,2.3,IT,31.1,2.3,,,,,,,,, +66,83,Dy,2661.1,0.4,(27/2-),,0.490,15,S,0.49,0.015,IT,99.3,0.3,EC+B+,0.7,0.3,,,,,,,,, +66,89,Dy,234.33,0.03,11/2-,,6,1,US,0.000006,0.000001,IT,100,0,,,,,,,,,,,, +66,91,Dy,199.38,0.07,11/2-,,21.6,16,MS,0.0216,0.0016,IT,100,0,,,,,,,,,,,, +66,93,Dy,352.77,0.14,11/2-,,122,3,US,0.000122,0.000003,IT,100,0,,,,,,,,,,,, +66,99,Dy,108.1552,0.0013,1/2-,,1.257,6,M,75.42,0.36,IT,97.76,0.11,B-,2.24,0.11,,,,,,,,, +67,74,Ho,66,12,(1/2+),,7.3,3,US,0.0000073,0.0000003,P,100,0,,,,,,,,,,,, +67,77,Ho,265.3,0.3,(8+),,506,20,NS,0.000000506,0.00000002,IT,100,0,,,,,,,,,,,, +67,81,Ho,694.4,0,(10)+,,2.36,6,MS,0.00236,0.00006,IT,100,0,,,,,,,,,,,, +67,82,Ho,48.8,0.2,(1/2+),,56,3,S,56,3,EC+B+,100,0,,,,,,,,,,,, +67,84,Ho,41,0.2,(1/2+),,47.2,13,S,47.2,1.3,A,80,0,EC+B+,20,0,,,,,,,,, +67,85,Ho,160,1,9+,,49.8,2,S,49.8,0.2,EC+B+,89.2,1.7,A,10.8,1.7,,,,,5.94,,-1.3,, +67,86,Ho,68.7,0.3,1/2+,,9.3,5,M,558,30,EC+B+,99.82,0.08,A,0.18,0.08,,,,,1.19,,,, +67,88,Ho,141.97,0.11,11/2-,,0.88,8,MS,0.00088,0.00008,IT,100,0,,,,,,,,,,,, +67,89,Ho,52.37,0,1-,,9.5,15,S,9.5,1.5,IT,100,0,,,,,,,,,,,, +67,89,Ho,52.37,0,9+,,7.6,3,M,456,18,EC+B+,75,0,IT,25,0,,,,,,,,, +67,91,Ho,67.199,0.01,2-,,28,2,M,1680,120,IT,81,0,EC+B+,19,0,,,,,2.44,,1.62,, +67,91,Ho,180,-1,(9+),,21.3,23,M,1278,138,EC+B+,93,0,IT,7,0,,,,,,,,, +67,92,Ho,205.91,0.05,1/2+,,8.30,8,S,8.3,0.08,IT,100,0,,,,,,,,,,,, +67,93,Ho,59.98,0.03,2-,,5.02,5,H,18072,180,IT,73,3,EC+B+,27,3,,,,,2.52,,1.78,, +67,93,Ho,169.6,0,(9+),,3,,S,3,0,IT,100,0,,,,,,,,,,,, +67,94,Ho,211.15,0.03,1/2+,,6.76,7,S,6.76,0.07,IT,100,0,,,,,,,,,,,, +67,95,Ho,105.87,0.06,6-,,67.0,7,M,4020,42,IT,62,0,EC+B+,38,0,,,,,3.6,,3.9,, +67,96,Ho,297.88,0.07,1/2+,,1.09,3,S,1.09,0.03,IT,100,0,,,,,,,,,,,, +67,97,Ho,139.77,0.08,6-,,37.5,+15-5,M,2250,60,IT,100,0,,,,,,,,,,,, +67,99,Ho,5.969,0.012,7-,,1.20E3,18,Y,37869120000,5680368000,B-,100,0,,,,,,,,3.6,,-3,, +67,99,Ho,190.9021,0.002,3+,,185,15,US,0.000185,0.000015,IT,100,0,,,,,,,,,,,, +67,101,Ho,59,-1,(6+),,132,4,S,132,4,IT,99.5,0,B-,0.5,0,,,,,,,,, +67,103,Ho,120,70,(1+),,43,2,S,43,2,B-,100,0,,,,,,,,,,,, +68,77,Er,253,0,(11/2-),,0.9,3,S,0.9,0.3,EC+B+,100,0,ECP,,0,,,,,,,,, +68,80,Er,2913.2,0.4,(10+),,13,3,US,0.000013,0.000003,IT,100,0,,,,,,,,,,,, +68,81,Er,741.8,0.2,(11/2-),,8.9,2,S,8.9,0.2,EC+B+,96.5,0.7,IT,3.5,0.7,ECP,0.18,0.07,,,,,, +68,83,Er,2586,0.5,(27/2-),,0.58,2,S,0.58,0.02,IT,95.3,0.4,EC+B+,4.7,0.4,,,,,,,,, +68,83,Er,10286.6,1,(67/2-),,0.42,5,US,0.00000042,0.00000005,IT,100,0,,,,,,,,,,,, +68,86,Er,3025,0,11-,,39,4,NS,0.000000039,0.000000004,IT,100,0,A,0,0,,,,,0.169,,,, +68,89,Er,155.4,0.3,(9/2+),,76,6,MS,0.076,0.006,IT,100,0,,,,,,,,,,,, +68,93,Er,396.44,0.04,11/2-,,7.5,7,US,0.0000075,0.0000007,IT,100,0,,,,,,,,,,,, +68,99,Er,207.801,0.005,1/2-,,2.269,6,S,2.269,0.006,IT,100,0,,,,,,,,,,,, +69,77,Tm,182,4,(10+),,198,3,MS,0.198,0.003,EC+B+,,0,P,,0,,,,,,,,, +69,78,Tm,68,6,3/2+,,0.36,4,MS,0.00036,0.00004,P,100,0,,,,,,,,,,,, +69,81,Tm,671.3,1,(10+),,5.2,3,MS,0.0052,0.0003,IT,100,0,,,,,,,,,,,, +69,82,Tm,2655.67,0.22,(27/2-),,0.451,34,US,0.000000451,0.000000034,IT,100,0,,,,,,,,,,,, +69,82,Tm,6908.5,0.4,,,24,4,NS,0.000000024,0.000000004,IT,100,,,,,,,,,,,,, +69,83,Tm,2555.05,0,(17+),,294,12,NS,0.000000294,0.000000012,IT,100,0,,,,,,,,,,,, +69,83,Tm,6300,-1,,,42,5,NS,0.000000042,0.000000005,IT,100,0,,,,,,,,,,,, +69,84,Tm,43.2,0.2,(1/2+),,2.5,2,S,2.5,0.2,A,92,3,EC+B+,8,3,,,,,,,,, +69,86,Tm,41,6,1/2+,,45,3,S,45,3,EC+B+,98,0,A,2,0,,,,,,,,, +69,91,Tm,70,20,5,,74.5,15,S,74.5,1.5,IT,85,5,EC+B+,15,5,,,,,,,,, +69,92,Tm,7.51,0.24,1/2+,,,,,,,EC+B+,,0,IT,,0,,,,,,,,, +69,97,Tm,109.338,0,(6-),,340,25,MS,0.34,0.025,IT,100,0,,,,,,,,,,,, +69,103,Tm,476.2,0.2,(6+),,132,7,US,0.000132,0.000007,IT,100,0,,,,,,,,,,,, +70,81,Yb,1791.2,0,,,2.6,7,US,0.0000026,0.0000007,IT,100,0,,,,,,,,,,,, +70,81,Yb,2448,0,(27/2-),,20,1,US,0.00002,0.000001,IT,100,0,,,,,,,,,,,, +70,82,Yb,2744.5,0,(10+),,30,1,US,0.00003,0.000001,IT,100,0,,,,,,,,,,,, +70,83,Yb,2578.2,0,27/2-,,15,1,US,0.000015,0.000001,IT,100,,,,,,,,,,,,, +70,99,Yb,24.1999,0.0016,1/2-,,46,2,S,46,2,IT,100,0,,,,,,,,0.507,,,, +70,104,Yb,1518.148,0.013,6+,,830,40,US,0.00083,0.00004,IT,100,0,,,,,,,,,,,, +70,106,Yb,1049.8,0.6,8-,,11.4,3,S,11.4,0.3,IT,100,0,,,,,,,,,,,, +70,107,Yb,331.5,0.3,(1/2-),,6.41,2,S,6.41,0.02,IT,100,0,,,,,,,,,,,, +71,79,Lu,22,6,(1- 2-),,39,+8-6,US,0.000039,0.000007,P,100,0,,,,,,,,,,,, +71,80,Lu,78,10,3/2+,,16,1,US,0.000016,0.000001,P,100,0,,,,,,,,,,,, +71,82,Lu,2632.9,0.5,27/2-,,15,3,US,0.000015,0.000003,IT,100,,,,,,,,,,,,, +71,83,Lu,130.4,0,(17+),,35,3,US,0.000035,0.000003,IT,100,0,,,,,,,,,,,, +71,84,Lu,20,6,1/2+,,138,8,MS,0.138,0.008,A,76,16,EC+B+,24,16,,,,,,,,, +71,84,Lu,1781,2,(25/2-),,2.69,3,MS,0.00269,0.00003,A,100,0,,,,,,,,,,,, +71,86,Lu,20.9,2,(11/2-),,4.79,12,S,4.79,0.12,EC+B+,94,2,A,6,2,,,,,,,,, +71,90,Lu,166.5,0,(9/2-),,7.3,4,MS,0.0073,0.0004,IT,100,0,,,,,,,,,,,, +71,95,Lu,34.37,0.22,3(-),,1.41,10,M,84.6,6,EC,58,5,IT,42,5,,,,,0.189,,2.715,, +71,95,Lu,43,0.4,0-,,2.12,10,M,127.2,6,EC+B+,80,0,IT,20,0,,,,,,,,, +71,97,Lu,202.81,0.12,3+,,6.7,4,M,402,24,EC+B+,99.6,0.4,IT,0.8,0,,,,,1.221,,2.431,, +71,98,Lu,29,0.5,1/2-,,160,10,S,160,10,IT,100,0,,,,,,,,0.538,,,, +71,99,Lu,92.91,0.09,(4)-,,0.67,10,S,0.67,0.1,IT,100,0,,,,,,,,,,,, +71,100,Lu,71.13,0.08,1/2-,,79,2,S,79,2,IT,100,0,,,,,,,,0.585,,,, +71,101,Lu,41.86,0.04,1-,,3.7,5,M,222,30,IT,100,0,,,,,,,,,,,, +71,101,Lu,109.41,0.1,(1)+,,440,12,US,0.00044,0.000012,IT,100,0,,,,,,,,,,,, +71,103,Lu,170.83,0.05,(6)-,,142,2,D,12268800,172800,IT,99.38,0.02,EC,0.62,0.02,,,,,1.497,,,, +71,103,Lu,240.818,0.004,(3+),,395,15,NS,0.000000395,0.000000015,IT,,,,,,,,,,,,,, +71,103,Lu,365.183,0.006,(4-),,145,3,NS,0.000000145,0.000000003,IT,100,,,,,,,,,,,,, +71,105,Lu,122.845,0.004,1-,,3.664,19,H,13190.4,68.4,B-,99.905,0.016,EC,0.095,0.016,,,,,0.318,,-1.47,, +71,106,Lu,970.175,0.0024,23/2-,,160.44,6,D,13862016,5184,B-,78.6,0.8,IT,21.4,0.8,,,,,2.32,,5.7,, +71,106,Lu,2700,-1,(39/2-),,6,+3-2,M,360,150,B-,100,0,IT,,0,,,,,,,,, +71,107,Lu,123.8,2.6,(9-),,23.1,3,M,1386,18,B-,100,0,,,,,,,,,,,, +71,108,Lu,592.4,0.4,1/2+,,3.1,9,MS,0.0031,0.0009,IT,100,0,,,,,,,,,,,, +72,82,Hf,2671,0,(10+),,9,4,US,0.000009,0.000004,IT,100,0,,,,,,,,,,,, +72,84,Hf,1959,6,8+,,0.52,1,MS,0.00052,0.00001,A,100,0,,,,,,,,,,,, +72,89,Hf,329,0.5,(13/2+),,4.8,2,US,0.0000048,0.0000002,IT,100,0,,,,,,,,,,,, +72,99,Hf,21.93,0.09,1/2(-),,29.5,9,S,29.5,0.9,IT,100,0,EC+B+,,0,,,,,0.526,,,, +72,100,Hf,2005.84,0.11,(8-),,163,3,NS,0.000000163,0.000000003,IT,,,,,,,,,,7.95,,,, +72,105,Hf,1315.4504,0.0008,23/2+,,1.09,5,S,1.09,0.05,IT,100,0,,,,,,,,,,,, +72,105,Hf,2740.02,0.15,37/2-,,51.4,5,M,3084,30,IT,100,0,,,,,,,,,,,, +72,106,Hf,1147.416,0.006,8-,,4.0,2,S,4,0.2,IT,100,0,,,,,,,,,,,, +72,106,Hf,2446.09,0.08,16+,,31,1,Y,978285600,31557600,IT,100,0,,,,,,,,,,,, +72,107,Hf,375.0352,0.0025,1/2-,,18.67,4,S,18.67,0.04,IT,100,0,,,,,,,,,,,, +72,107,Hf,1105.74,0.16,25/2-,,25.05,25,D,2164320,21600,IT,100,0,,,,,,,,7.4,,,, +72,108,Hf,1141.552,0.015,8-,,5.53,2,H,19908,72,IT,99.69,0.08,B-,0.31,0.08,,,,,8.7,,4.6,, +72,109,Hf,1741.9,1.3,(25/2-),,1.5,5,MS,0.0015,0.0005,IT,100,0,,,,,,,,,,,, +72,110,Hf,1172.87,0.18,(8-),,61.5,15,M,3690,90,B-,54,2,IT,46,2,,,,,,,,, +72,110,Hf,2571.3,1.2,(13+),,40,10,US,0.00004,0.00001,IT,100,0,,,,,,,,,,,, +72,111,Hf,1464,64,,,,,,,,IT,100,,,,,,,,,,,,, +72,112,Hf,1272.2,0.4,(8-),,48,10,S,48,10,IT,100,0,,,,,,,,,,,, +73,83,Ta,102,7,9+,,0.36,4,S,0.36,0.04,EC+B+,95.8,0.9,P,4.2,0.9,,,,,,,,, +73,84,Ta,22,5,11/2-,,4.3,1,MS,0.0043,0.0001,A,100,0,,,,,,,,,,,, +73,84,Ta,1589,10,(25/2-),,1.7,1,MS,0.0017,0.0001,A,100,0,,,,,,,,,,,, +73,85,Ta,141,9,(9+),,36.7,15,MS,0.0367,0.0015,A,95,5,EC+B+,5,5,,,,,,,,, +73,86,Ta,64,5,11/2-,,0.56,6,S,0.56,0.06,A,55,1,EC+B+,45,1,,,,,,,,, +73,105,Ta,1467.82,0,15-,,58,4,MS,0.058,0.004,IT,100,0,,,,,,,,,,,, +73,105,Ta,2902.2,0,(21-),,290,12,MS,0.29,0.012,IT,100,0,,,,,,,,,,,, +73,106,Ta,1317.2,0.4,(25/2+),,9.0,2,MS,0.009,0.0002,IT,100,0,,,,,,,,,,,, +73,106,Ta,2639.5,0.5,(37/2+),,54.1,17,MS,0.0541,0.0017,IT,100,0,,,,,,,,,,,, +73,108,Ta,615.19,0.03,1/2+,,18,1,US,0.000018,0.000001,IT,100,,,,,,,,,,,,, +73,109,Ta,16.273,0.004,5+,,283,3,MS,0.283,0.003,IT,100,0,,,,,,,,,,,, +73,109,Ta,519.577,0.016,10-,,15.84,10,M,950.4,6,IT,100,0,,,,,,,,,,,, +73,110,Ta,1310.16,0,,,0.9,3,US,0.0000009,0.0000003,IT,100,0,,,,,,,,,,,, +73,117,TA,175,0,,,42,7,NS,0.000000042,0.000000007,IT,100,0,,,,,,,,,,,, +74,84,W,1888,8,(8+),,0.143,19,MS,0.000143,0.000019,A,,0,IT,,0,,,,,,,,, +74,105,W,221.91,0.03,1/2-,,6.40,7,M,384,4.2,IT,99.71,0.04,EC+B+,0.29,0.04,,,,,,,,, +74,106,W,1529.05,0.04,8-,,5.47,9,MS,0.00547,0.00009,IT,100,,,,,,,,,,,,, +74,108,W,2230.65,0.14,(10+),,1.3,1,US,0.0000013,0.0000001,IT,100,0,,,,,,,,,,,, +74,109,W,309.492,0.004,11/2+,,5.30,8,S,5.3,0.08,IT,100,0,,,,,,,,,,,, +74,111,W,197.383,0.023,11/2+,,1.67,3,M,100.2,1.8,IT,100,0,,,,,,,,,,,, +74,116,W,2381,0,(10-),LE,3.1,,MS,0.0031,0,IT,100,0,,,,,,,,,,,, +75,86,Re,123.8,1.3,11/2-,,14.7,3,MS,0.0147,0.0003,A,93,0.3,P,7,0.3,,,,,,,,, +75,87,Re,173,13,(9+),,77,9,MS,0.077,0.009,A,91,5,EC+B+,9,5,,,,,,,,, +75,88,Re,115,4,11/2-,,214,5,MS,0.214,0.005,A,66,4,EC+B+,34,4,,,,,,,,, +75,90,Re,48,26,(11/2-),,1.74,6,S,1.74,0.06,EC+B+,87,1,A,13,1,,,,,,,,, +75,94,Re,136.4,0.14,(11/2-),,,,,,,A,0.2,,,,,,,,,,,,, +75,104,Re,5408,0.5,(47/2 49/2+),,0.466,15,MS,0.000466,0.000015,IT,100,0,,,,,,,,,,,, +75,108,Re,496.242,0.024,9/2-,,7.8,4,NS,0.0000000078,0.0000000004,IT,100,0,,,,,,,,5.14,,3.8,, +75,108,Re,598.83,0.05,(5/2)-,,1.96,5,NS,0.00000000196,0.00000000005,IT,100,0,,,,,,,,,,,, +75,108,Re,1906.83,0.1,21/2-,,,,,,,IT,100,,,,,,,,,,,,, +75,108,Re,1907.21,0.15,(25/2)+,,1.04,4,MS,0.00104,0.00004,IT,100,0,,,,,,,,,,,, +75,108,Re,1936.66,0,(21/2),,10,4,NS,0.00000001,0.000000004,IT,100,0,,,,,,,,,,,, +75,109,Re,188.0463,0.0017,8(+),,169,8,D,14601600,691200,IT,74.5,0.8,EC,25.5,0.8,,,,,2.88,,,, +75,111,Re,149,7,(8+),,2.0E+5,,Y,6311520000000,0,IT,100,0,,,,,,,,,,,, +75,113,Re,172.069,0.009,(6)-,,18.59,4,M,1115.4,2.4,IT,100,0,,,,,,,,,,,, +75,115,Re,210,50,(6-),,3.2,2,H,11520,720,B-,54.4,2,IT,45.6,2,,,,,,,,, +75,117,Re,160.1,0,,,85,10,US,0.000085,0.00001,IT,100,0,,,,,,,,,,,, +75,117,Re,267,10,,,61,+40-20,S,61,30,IT,100,0,,,,,,,,,,,, +75,119,Re,285,40,(11-),,25,8,S,25,8,B-,100,0,,,,,,,,,,,, +75,119,Re,833,33,,,100,10,S,100,10,B-,100,0,,,,,,,,,,,, +76,105,Os,49.2,0.14,7/2-,,2.7,1,M,162,6,EC+B+,100,0,IT,3,0,,,,,,,,, +76,106,Os,1831.4,0.3,(8)-,,0.78,7,MS,0.00078,0.00007,IT,100,0,,,,,,,,,,,, +76,107,Os,170.73,0.07,1/2-,,9.9,3,H,35640,1080,EC+B+,85,2,IT,15,2,,,,,,,,, +76,107,Os,4181.78,0,GE 41/2,AP,30,,NS,0.00000003,0,IT,100,0,,,,,,,,,,,, +76,108,Os,2366.81,0.19,10+,,23.6,14,NS,0.0000000236,0.0000000014,IT,100,,,,,,,,,,,,, +76,113,Os,30.812,0.015,9/2-,,5.81,6,H,20916,216,IT,100,0,,,,,,,,,,,, +76,114,Os,1705.4,0.2,(10)-,,9.9,1,M,594,6,IT,100,0,,,,,,,,-0.56,,,, +76,115,Os,74.382,0.003,3/2-,,13.10,5,H,47160,180,IT,100,0,,,,,,,,,,,, +76,116,Os,2015.4,0.11,(10-),,5.9,1,S,5.9,0.1,IT,87,0,B-,13,0,,,,,,,,, +76,116,Os,4113.8,2,(16+),,0.19,10,US,0.00000019,0.0000001,IT,100,0,,,,,,,,,,,, +76,119,Os,454,10,,GT,9,,M,540,3e26,IT,0,0,B-,,0,,,,,,,,, +76,122,OS,1680.8,0,(7-),,16,1,NS,0.000000016,0.000000001,IT,100,0,,,,,,,,,,,, +76,122,OS,3198.5,0,(12+),,18,3,NS,0.000000018,0.000000003,IT,100,0,,,,,,,,,,,, +77,88,Ir,180,50,(11/2-),,0.30,6,MS,0.0003,0.00006,P,87,4,A,13,4,,,,,,,,, +77,89,Ir,172,6,(9+),,15.1,9,MS,0.0151,0.0009,A,98.2,0.6,P,1.8,0.6,,,,,,,,, +77,90,Ir,175.3,2.2,11/2-,,30.0,6,MS,0.03,0.0006,A,80,10,EC+B+,20,10,P,0.4,0.1,,,,,, +77,92,Ir,153,24,(11/2-),,0.281,4,S,0.281,0.004,A,72,7,EC+B+,,0,P,,0,,,,,, +77,96,Ir,226,18,11/2-,,2.20,5,S,2.2,0.05,EC+B+,88,1,A,12,1,,,,,,,,, +77,97,Ir,193,11,(7+),,4.9,3,S,4.9,0.3,EC,97.5,0.3,A,2.5,0.3,,,,,,,,, +77,107,Ir,225.65,0.11,3+,,470,30,US,0.00047,0.00003,IT,100,0,,,,,,,,,,,, +77,110,Ir,186.16,0.04,9/2-,,30.3,6,MS,0.0303,0.0006,IT,100,0,,,,,,,,,,,, +77,112,Ir,372.17,0.04,11/2-,,13.3,3,MS,0.0133,0.0003,IT,100,0,,,,,,,,,,,, +77,112,Ir,2333.2,0.5,(25/2)+,,3.7,2,MS,0.0037,0.0002,IT,100,0,,,,,,,,,,,, +77,113,Ir,26.1,0.1,(1-),,1.120,3,H,4032,10.8,IT,100,0,,,,,,,,,,,, +77,113,Ir,376.4,0.1,(11)-,,3.087,12,H,11113.2,43.2,EC+B+,91.4,0.2,IT,8.6,0.2,,,,,,,,, +77,114,Ir,171.29,0.04,11/2-,,4.899,23,S,4.899,0.023,IT,100,0,,,,,,,,6.03,,,, +77,114,Ir,2046.7,0,,,5.5,7,S,5.5,0.7,IT,100,0,,,,,,,,,,,, +77,115,Ir,56.72,0.005,1-,,1.45,5,M,87,3,IT,99.9825,0,B-,0.0175,0,,,,,,,,, +77,115,Ir,168.14,0.12,(11-),,241,9,Y,7605381600,284018400,IT,100,0,,,,,,,,,,,, +77,116,Ir,80.239,0.006,11/2-,,10.53,4,D,909792,3456,IT,100,0,,,,,,,,,,,, +77,117,Ir,147.072,0.002,4+,,31.85,24,MS,0.03185,0.00024,IT,100,0,,,,,,,,,,,, +77,117,Ir,190,0,(10 11),,171,11,D,14774400,950400,B-,100,0,,,,,,,,,,,, +77,118,Ir,100,5,11/2-,,3.67,8,H,13212,288,B-,95,5,IT,5,5,,,,,,,,, +77,119,Ir,410,110,(10 11-),,1.40,2,H,5040,72,B-,100,0,IT,0.3,0,,,,,,,,, +77,120,Ir,115,5,11/2-,,8.9,3,M,534,18,B-,99.75,0.1,IT,0.25,0.1,,,,,,,,, +77,121,Ir,116.4,0.2,,,75,7,NS,0.000000075,0.000000007,IT,100,0,,,,,,,,,,,, +78,93,Pt,412.6,1,(13/2+),,901,9,NS,0.000000901,0.000000009,IT,100,0,,,,,,,,,,,, +78,105,Pt,34.74,0.07,7/2-,,43,5,S,43,5,EC+B+,96.9,0.8,IT,3.1,0.8,A,0.0003,0,,0.782,,3.4,, +78,106,Pt,1840.3,0.8,8-,,1.01,5,MS,0.00101,0.00005,IT,100,0,,,,,,,,,,,, +78,107,Pt,103.41,0.05,1/2-,,33.0,8,M,1980,48,EC+B+,99,1,IT,2,0,A,0.001,,,0.54,,,, +78,113,Pt,149.035,0.022,(13/2)+,,95,5,US,0.000095,0.000005,IT,100,,,,,,,,,,,,, +78,115,Pt,1.642,0.002,3/2-,,9.7,3,NS,0.0000000097,0.0000000003,IT,100,,,,,,,,,,,,, +78,117,Pt,259.077,0.023,13/2+,,4.010,5,D,346464,432,IT,100,0,,,,,,,,-0.606,,1.4,, +78,119,Pt,399.59,0.2,13/2+,,95.41,18,M,5724.6,10.8,IT,96.7,0.4,B-,3.3,0.4,,,,,,,,, +78,121,Pt,424,2,(13/2)+,,13.6,4,S,13.6,0.4,IT,100,0,,,,,,,,,,,, +78,124,Pt,1788.5,0.4,(7-),,0.28,+42-19,MS,0.00028,0.00031,IT,100,0,,,,,,,,,,,, +79,91,Au,275,14,(9+),,0.62,+6-5,MS,0.00062,0.00006,P,58,5,A,42,5,,,,,,,,, +79,92,Au,250,16,(11/2-),,1.02,10,MS,0.00102,0.0001,A,54,4,P,46,4,,,,,,,,, +79,94,Au,214,23,(11/2-),,12.2,1,MS,0.0122,0.0001,A,92,13,P,,0,EC+B+,,0,,,,,, +79,98,Au,157.9,0,11/2-,,1180,12,MS,1.18,0.012,A,100,0,EC+B+,,0,,,,,,,,, +79,100,Au,86,0,,GT,100,,US,0.0001,5e18,IT,,0,,,,,,,,,,,, +79,105,Au,68.46,0.04,2+,,47.6,14,S,47.6,1.4,EC+B+,70,10,IT,30,10,A,0.016,0,,1.44,,1.9,, +79,108,Au,120.33,0.14,9/2(-),,2.3,1,S,2.3,0.1,IT,100,0,,,,,,,,,,,, +79,110,Au,247.23,0.16,11/2-,,4.59,11,M,275.4,6.6,EC+B+,100,0,,,,,,,,6.19,,,, +79,112,Au,266.2,0.7,(11/2-),,0.92,11,S,0.92,0.11,IT,100,0,,,,,,,,6.6,,,, +79,113,Au,135.41,0.25,(5)+,,29,,MS,0.029,0,IT,100,0,,,,,,,,,,,, +79,113,Au,431.6,0.5,(11-),,160,20,MS,0.16,0.02,IT,100,0,,,,,,,,,,,, +79,114,Au,290.19,0.03,11/2-,,3.9,3,S,3.9,0.3,IT,99.97,0,EC+B+,0.03,0,,,,,6.18,,1.98,, +79,115,Au,107.4,0.5,(5+),,600,8,MS,0.6,0.008,IT,100,0,,,,,,,,,,,, +79,115,Au,475.8,0.6,(11-),,420,10,MS,0.42,0.01,IT,100,0,,,,,,,,,,,, +79,116,Au,318.58,0.04,11/2-,,30.5,2,S,30.5,0.2,IT,100,0,,,,,,,,,,,, +79,117,Au,84.656,0.02,5+,,8.1,2,S,8.1,0.2,IT,100,0,,,,,,,,,,,, +79,117,Au,595.66,0.04,12-,,9.6,1,H,34560,360,IT,100,0,,,,,,,,,,,, +79,118,Au,409.15,0.08,11/2-,,7.73,6,S,7.73,0.06,IT,100,0,,,,,,,,5.98,,1.68,, +79,119,Au,811.9,1.5,(12-),,2.272,16,D,196300.8,1382.4,IT,100,0,,,,,,,,5.85,,,, +79,120,Au,548.9405,0.0021,(11/2)-,,0.44,3,MS,0.00044,0.00003,IT,100,0,,,,,,,,,,,, +79,121,Au,962,88,12-,,18.7,5,H,67320,1800,B-,84,1,IT,16,1,,,,,,,,, +80,105,Hg,99.3,0.5,13/2+,,21.6,15,S,21.6,1.5,IT,54,10,EC+B+,46,10,A,0.03,0,,-1.017,,0.2,, +80,113,Hg,140.76,0.05,13/2(+),,11.8,2,H,42480,720,EC+B+,92.8,0.5,IT,7.2,0.5,,,,,-1.0585,,,, +80,115,Hg,176.07,0.04,13/2+,,41.6,8,H,149760,2880,IT,54.2,2,EC+B+,45.8,2,,,,,-1.0446473,,1.08,, +80,117,Hg,298.93,0.08,13/2+,,23.8,1,H,85680,360,IT,91.4,0.7,EC,8.6,0.7,,,,,,,,, +80,119,Hg,532.48,0.1,13/2+,,42.67,9,M,2560.2,5.4,IT,100,0,,,,,,,,-1.014703,,1.2,, +80,121,Hg,766.22,0.15,13/2+,,94,2,US,0.000094,0.000002,IT,100,,,,,,,,,,,,, +80,123,Hg,933.14,0.23,(13/2+),,24,4,US,0.000024,0.000004,IT,100,0,,,,,,,,,,,, +80,125,Hg,1556.4,0.17,13/2+,,1.09,4,MS,0.00109,0.00004,IT,100,0,,,,,,,,,,,, +80,128,Hg,1296.9,0,(8+),,99,14,NS,0.000000099,0.000000014,IT,100,0,,,,,,,,,,,, +80,130,HG,663,0,(3-),,2.1,7,US,0.0000021,0.0000007,IT,100,,,,,,,,,,,,, +80,130,HG,1366,0,(8+),,2,1,US,0.000002,0.000001,IT,100,,,,,,,,,,,,, +81,96,Tl,807,18,(11/2-),,230,40,US,0.00023,0.00004,P,51,8,A,49,8,,,,,,,,, +81,100,Tl,835.9,0.5,(9/2-),,1.40,3,MS,0.0014,0.00003,IT,99.6,0.04,A,0.4,0.06,,,,,,,,, +81,102,Tl,628.7,0,(9/2-),,53.3,3,MS,0.0533,0.0003,A,1.5,0.3,EC+B+,,0,IT,,0,,,,,, +81,102,Tl,975.01,0.23,(13/2+),,1.48,10,US,0.00000148,0.0000001,IT,100,0,,,,,,,,,,,, +81,104,Tl,454.8,1.5,(9/2-),,1.93,8,S,1.93,0.08,A,,0,IT,,0,,,,,,,,, +81,105,Tl,374,0,(10-),,2.9,2,S,2.9,0.2,IT,100,0,,,,,,,,,,,, +81,106,Tl,334,4,(9/2-),,15.60,12,S,15.6,0.12,IT,99.9,0,EC+B+,99.9,0,A,0.15,0.05,,3.79,,-2.43,, +81,107,Tl,268.8,0,(9-),,41,4,MS,0.041,0.004,IT,100,0,EC+B+,,0,,,,,,,,, +81,108,Tl,281,7,(9/2-),,1.4,1,M,84,6,EC+B+,98,2,IT,4,0,,,,,3.878,,-2.29,, +81,109,Tl,161.9,0,(8-),,0.75,4,MS,0.00075,0.00004,IT,100,0,,,,,,,,,,,, +81,111,Tl,138,45,(7+),,10.8,2,M,648,12,EC+B+,100,0,,,,,,,,0.518,,0.473,, +81,111,Tl,388,45,(8-),,296,5,NS,0.000000296,0.000000005,IT,100,0,,,,,,,,1.66,,0.44,, +81,112,Tl,365.2,0,(9/2-),,2.11,15,M,126.6,9,IT,75,0,EC+B+,25,0,,,,,3.948,,-2.2,, +81,114,Tl,482.63,0.17,9/2-,,3.6,4,S,3.6,0.4,IT,100,0,,,,,,,,3.869,,,, +81,115,Tl,394.2,0.5,(7+),,1.41,2,H,5076,72,EC+B+,96.2,0.4,IT,3.8,0.4,,,,,,,,, +81,116,Tl,608.22,0.08,9/2-,,0.54,1,S,0.54,0.01,IT,100,0,,,,,,,,,,,, +81,117,Tl,543.6,0.4,7+,,1.87,3,H,6732,108,EC+B+,55.9,2.3,IT,44.1,2.3,,,,,0.641,,,, +81,117,Tl,742.4,0.4,(10-),,32.1,10,MS,0.0321,0.001,IT,100,0,,,,,,,,,,,, +81,118,Tl,748.87,0.06,9/2-,,28.4,2,MS,0.0284,0.0002,IT,100,0,,,,,,,,,,,, +81,119,Tl,753.6,0.24,7+,,34.0,9,MS,0.034,0.0009,IT,100,0,,,,,,,,,,,, +81,120,Tl,919.16,0.21,(9/2-),,2.01,7,MS,0.00201,0.00007,IT,100,0,,,,,,,,,,,, +81,121,Tl,950.19,0.1,7+,,591,3,US,0.000591,0.000003,IT,100,,,,,,,,,0.9,,,, +81,123,Tl,1103.9,0.3,(7)+,,61.7,10,US,0.0000617,0.000001,IT,100,,,,,,,,,1.187,,,, +81,125,Tl,2643.1,0.18,(12-),,3.74,3,M,224.4,1.8,IT,100,0,,,,,,,,,,,, +81,126,Tl,1348.18,0.16,11/2-,,1.33,11,S,1.33,0.11,IT,100,0,,,,,,,,,,,, +82,101,Pb,97,9,(13/2+),,415,20,MS,0.415,0.02,A,100,0,IT,,0,,,,,-1.245,,1.7,, +82,105,Pb,33,13,(13/2+),,18.3,3,S,18.3,0.3,EC+B+,88,2,A,12,2,,,,,,,,, +82,107,Pb,2434.5,0,(31/2-),,22.2,+69-14,US,0.0000222,0.0000042,IT,100,,,,,,,,,,,,, +82,110,Pb,2303.7,0.4,8+,,3.9,3,NS,0.0000000039,0.0000000003,IT,100,0,,,,,,,,,,,, +82,110,Pb,2514.4,0.4,(9)-,,3.3,2,NS,0.0000000033,0.0000000002,IT,100,0,,,,,,,,,,,, +82,110,Pb,2581.1,0.4,(10)+,,166,6,NS,0.000000166,0.000000006,IT,100,0,,,,,,,,,,,, +82,110,Pb,2624,0.8,(12+),,1.09,4,US,0.00000109,0.00000004,IT,100,0,,,,,,,,-2.076,,0.32,, +82,110,Pb,2743.5,0.4,(11)-,,0.756,14,US,0.000000756,0.000000014,IT,100,0,,,,,,,,,,2.9,, +82,113,Pb,202.9,0.7,13/2+,,15.0,12,M,900,72,EC+B+,100,0,,,,,,,,,,,, +82,115,Pb,319.31,0.11,13/2+,,42.9,9,M,2574,54,EC+B+,81,2,IT,19,2,,,,,-1.098,,0.38,, +82,117,Pb,424.8,0,(13/2+),,12.2,3,M,732,18,IT,93,0,EC+B+,7,0,,,,,,,,, +82,119,Pb,629.1,0.3,13/2+,,60.8,18,S,60.8,1.8,IT,100,0,,,,,,,,,,,, +82,120,Pb,2169.85,0.08,9-,,3.54,2,H,12744,72,IT,90.5,0.5,EC+B+,9.5,0.5,,,,,-0.2276,,0.58,, +82,121,Pb,825.2,0.3,13/2+,,6.21,11,S,6.21,0.11,IT,100,0,,,,,,,,,,,, +82,121,Pb,2949.2,0.4,29/2-,,480,7,MS,0.48,0.007,IT,100,0,,,,,,,,,,,, +82,122,Pb,2185.88,0.08,9-,,66.93,10,M,4015.8,6,IT,100,0,,,,,,,,,,,, +82,123,Pb,1013.85,0.03,13/2+,,5.55,2,MS,0.00555,0.00002,IT,100,0,,,,,,,,,,,, +82,124,Pb,2200.16,0.04,7-,,125,2,US,0.000125,0.000002,IT,100,0,,,,,,,,-0.152,,0.33,, +82,124,Pb,4027.3,0.3,12+,,202,3,NS,0.000000202,0.000000003,IT,100,0,,,,,,,,-1.795,,0.51,, +82,125,Pb,1633.356,0.004,13/2+,,0.806,5,S,0.806,0.005,IT,100,0,,,,,,,,,,,, +82,129,Pb,1679.1,0,(27/2+),,159,28,NS,0.000000159,0.000000028,IT,100,0,,,,,,,,,,,, +82,132,Pb,1365,0,(8+),,6.2,3,US,0.0000062,0.0000003,IT,100,0,,,,,,,,,,,, +82,134,PB,1459,2,(6+),,,,,,,IT,100,0,,,,,,,,,,,, +82,134,PB,1459,0,(8+),,0.40,4,US,0.0000004,0.00000004,IT,100,0,,,,,,,,,,,, +83,104,Bi,112,20,(1/2+),,0.370,20,MS,0.00037,0.00002,A,100,0,,,,,,,,,,,, +83,106,Bi,184,8,(1/2+),,5.0,1,MS,0.005,0.0001,A,83,5,IT,17,5,,,,,,,,, +83,106,Bi,357.6,0.5,(13/2+),,0.88,5,MS,0.00088,0.00005,IT,100,0,,,,,,,,,,,, +83,108,Bi,240,4,(1/2+),,125,8,MS,0.125,0.008,A,68,5,IT,32,5,EC+B+,,0,,,,,, +83,108,Bi,429.7,0.5,(13/2+),,562,10,NS,0.000000562,0.00000001,IT,100,0,,,,,,,,,,,, +83,108,Bi,1825.1,0,,,400,40,NS,0.0000004,0.00000004,IT,100,0,,,,,,,,,,,, +83,109,Bi,147,34,(10-),,39.6,4,S,39.6,0.4,EC+B+,90,3,A,10,3,,,,,,,,, +83,110,Bi,308,7,(1/2+),,3.2,5,S,3.2,0.5,A,84,16,EC+B+,16,16,,,,,,,,, +83,112,Bi,401,7,[1/2+],,87,1,S,87,1,EC+B+,67,17,A,33,17,,,,,,,,, +83,113,Bi,169,4,(7+),,0.6,5,S,0.6,0.5,EC+B+,,0,IT,,0,,,,,,,,, +83,113,Bi,271,5,(10-),,240,3,S,240,3,EC+B+,74.2,2.5,IT,25.8,2.5,A,0.00038,0.0001,,,,,, +83,114,Bi,500,-1,(1/2+),,5.04,16,M,302.4,9.6,A,55,40,EC+B+,45,40,IT,0.3,0,,,,,, +83,115,Bi,248.5,0,10-,,7.7,5,S,7.7,0.5,IT,100,0,,,,,,,,,,,, +83,116,Bi,667,4,(1/2+),,24.70,15,M,1482,9,EC+B+,99,1,IT,2,0,A,0.01,0,,,,,, +83,116,Bi,1922.3,0,(25/2+),,0.10,3,US,0.0000001,0.00000003,IT,100,,,,,,,,,,,,, +83,117,Bi,428.2,0.1,(10-),,0.40,5,S,0.4,0.05,IT,100,0,,,,,,,,,,,, +83,118,Bi,846.35,0.18,1/2+,,57.5,21,M,3450,126,EC,91.1,0,IT,8.6,0,A,0.3,0,,,,,, +83,120,Bi,1098.12,0.12,1/2+,,305,5,MS,0.305,0.005,IT,100,0,,,,,,,,,,,, +83,121,Bi,805.5,0.3,10-,,13.0,1,MS,0.013,0.0001,IT,100,0,,,,,,,,2.36,,0.063,, +83,121,Bi,2833.4,1.1,17+,,1.07,3,MS,0.00107,0.00003,IT,100,0,,,,,,,,,,,, +83,123,Bi,1044.8,0.7,10-,,0.89,1,MS,0.00089,0.00001,IT,100,0,,,,,,,,2.644,,0.049,, +83,124,Bi,2101.61,0.16,21/2+,,182,6,US,0.000182,0.000006,IT,100,0,,,,,,,,,,,, +83,125,Bi,1571.1,0.4,10-,,2.58,4,MS,0.00258,0.00004,IT,100,0,,,,,,,,2.672,,,, +83,127,Bi,271.31,0.11,9-,,3.04E+6,6,Y,95935104000000,1893456000000,A,100,0,,,,,,,,2.728,,-0.471,, +83,128,Bi,1257,10,(25/2-),,1.4,3,US,0.0000014,0.0000003,IT,100,0,,,,,,,,,,,, +83,129,Bi,250,0,(8- 9-),,25.0,2,M,1500,12,A,67,1,B-,33,1,B-A,30,1,,,,,, +83,129,Bi,1910,-1,|>16,,7.0,3,M,420,18,B-,100,0,,,,,,,,,,,, +83,132,Bi,1347.5,0,(25/2:29/2)(-),,36.9,6,S,36.9,0.6,IT,76.9,0.5,B-,23.1,0.5,,,,,,,,, +83,134,Bi,1436,0,(25/2-),,3.0,2,US,0.000003,0.0000002,IT,100,0,,,,,,,,,,,, +84,107,Po,40,15,(13/2+),,93,3,MS,0.093,0.003,A,96,4,,,,,,,,,,,, +84,108,Po,2294.6,0,(11-),,0.58,10,US,0.00000058,0.0000001,IT,100,0,,,,,,,,,,,, +84,109,Po,95,7,(13/2+),,245,11,MS,0.245,0.011,A,100,0,,,,,,,,-0.742,,1.08,, +84,111,Po,230,-1,(13/2+),,1.92,2,S,1.92,0.02,A,90,0,EC+B+,10,0,IT,0.01,0,,-0.932,,1.3,, +84,112,Po,2493.9,0.4,11-,,856,17,NS,0.000000856,0.000000017,IT,,,,,,,,,,,,,, +84,113,Po,204,-1,(13/2+),,32,2,S,32,2,A,84,9,EC+B+,16,9,IT,0.01,,,-1.053,,1.26,, +84,115,Po,310,2,(13/2+),,4.17,5,M,250.2,3,EC+B+,73.5,1,A,24,1,IT,2.5,1,,-1.005,,1.4,, +84,117,Po,424.1,2.3,13/2+,,8.96,12,M,537.6,7.2,IT,56.2,1.2,EC+B+,41.4,0.7,A,2.4,0.5,,-1.002,,1.26,, +84,119,Po,641.68,0.17,13/2+,,45,2,S,45,2,IT,100,0,EC+B+,,0,,,,,-0.965,,1.22,, +84,121,Po,880.31,0.07,13/2+,,0.645,20,MS,0.000645,0.00002,IT,100,0,,,,,,,,-0.95,,,, +84,121,Po,1461.21,0.21,19/2-,,57.4,9,MS,0.0574,0.0009,IT,100,0,,,,,,,,,,,, +84,123,Po,1383.16,0.07,19/2-,,2.79,8,S,2.79,0.08,IT,100,0,,,,,,,,,,,, +84,127,Po,1462,5,(25/2+),,25.2,6,S,25.2,0.6,A,99.984,0.004,IT,0.016,0.004,,,,,,,,, +84,127,Po,2135,5,(31/2-),,243,21,NS,0.000000243,0.000000021,IT,100,0,,,,,,,,,,,, +84,127,Po,4872,6,(43/2+),,2.8,7,US,0.0000028,0.0000007,IT,100,0,,,,,,,,,,,, +84,128,Po,727.33,0.009,2+,,,,,,,G,99.967,0,A,0.033,0,,,,,,,,, +84,128,Po,1132.53,0.1,4+,,,,,,,G,73,0,A,27,0,,,,,,,,, +84,128,Po,1249,10,,,,,,,,A,100,0,,,,,,,,,,,, +84,128,Po,1355.53,0.15,6+,,0.76,21,NS,0.00000000076,0.00000000021,A,71,0,G,29,0,,,,,,,,, +84,128,Po,1476.43,0.18,8+,,17.1,2,NS,0.0000000171,0.0000000002,G,58,0,A,42,0,,,,,,,,, +84,128,Po,1547,10,,,,,,,,A,100,0,,,,,,,,,,,, +84,128,Po,1578,10,,,,,,,,A,100,0,,,,,,,,,,,, +84,128,Po,1612,10,,,,,,,,A,100,0,,,,,,,,,,,, +84,128,Po,1657,10,,,,,,,,A,100,0,,,,,,,,,,,, +84,128,Po,1679.45,0.014,2+,,,,,,,G,99.7,0,A,0.3,0,,,,,,,,, +84,128,Po,1800.9,0.2,0+,,,,,,,G,74,0,A,26,0,,,,,,,,, +84,128,Po,1805.96,0.1,2+,,,,,,,G,98.4,0,A,1.6,0,,,,,,,,, +84,128,Po,2922,15,(18+),,45.1,6,S,45.1,0.6,A,99.93,0.02,G,0.07,0.02,,,,,,,,, +84,129,Po,440.45,0.009,7/2+,,93,14,PS,0.000000000093,0.000000000014,A,0.001,0,,,,,,,,,,,, +84,130,Po,609.316,0.004,2+,,,,,,,IT,100,0,A,0.00026,0,,,,,,,,, +84,130,Po,1274.766,0.009,(3)-,,,,,,,IT,100,0,A,0.0015,0,,,,,,,,, +84,130,Po,1543.372,0.007,2+,,,,,,,IT,100,0,A,0.0017,0,,,,,,,,, +84,130,Po,1661.279,0.013,2+,,,,,,,IT,100,0,A,0.0034,0,,,,,,,,, +84,130,Po,1729.609,0.006,2+,,,,,,,IT,100,0,A,0.00011,0,,,,,,,,, +84,130,Po,1847.443,0.007,2+,,,,,,,IT,100,0,A,0.0012,0,,,,,,,,, +84,130,Po,2017.309,0.012,0+,,,,,,,IT,100,0,A,0.0014,0,,,,,,,,, +84,130,Po,2147.83,0.04,1(-) 2+,,,,,,,IT,99.98,0,A,0.02,0,,,,,,,,, +84,130,Po,2266.41,0.04,1(-) 2+,,,,,,,IT,99.97,0,A,0.033,0,,,,,,,,, +84,130,Po,2447.702,0.017,1-,,,,,,,IT,100,0,A,0.005,0,,,,,,,,, +85,106,At,55,30,(7/2-),,2.1,+4-3,MS,0.0021,0.0004,A,100,0,,,,,,,,,,,, +85,108,At,5,10,(7/2-),,21,5,MS,0.021,0.005,A,100,0,,,,,,,,,,,, +85,108,At,39,7,(13/2+),,27,+4-3,MS,0.027,0.004,IT,76,10,A,24,10,,,,,,,,, +85,110,At,33,1,(7/2-),,143,3,MS,0.143,0.003,A,88,4,IT,12,4,,,,,,,,, +85,112,At,52,10,(1/2+),,2.0,2,S,2,0.2,A,100,0,IT,0.004,0,EC+B+,,0,,,,,, +85,113,At,102,0,(10-),,1.21,6,S,1.21,0.06,A,84,16,EC+B+,16,16,,,,,,,,, +85,115,At,112,5,(7+),,47,1,S,47,1,EC+B+,57,0,A,43,7,,,,,,,,, +85,115,At,344,5,(10-),,7.3,+26-15,S,7.3,2.1,IT+EC+B+,89.5,0.3,A,10.5,0.3,,,,,,,,, +85,117,At,391.7,0,(10-),,0.46,5,S,0.46,0.05,IT,99.9,0.01,A,0.096,0.011,,,,,,,,, +85,119,At,587.3,0.2,10-,,108,10,MS,0.108,0.01,IT,100,0,,,,,,,,,,,, +85,126,At,4814.5,0.5,(39/2-),,4.23,7,US,0.00000423,0.00000007,IT,100,0,,,,,,,,13.46,,1.91,, +85,127,At,223,7,(9-),,0.119,3,S,0.119,0.003,A,99,0,IT,1,0,,,,,,,,, +85,127,At,4771.6,1.1,(25-),,152,5,US,0.000152,0.000005,IT,,,,,,,,,,,,,, +85,129,At,59,9,,,265,30,NS,0.000000265,0.00000003,A,100,0,,,,,,,,,,,, +85,129,At,232,6,9-,,760,15,NS,0.00000076,0.000000015,A,100,0,,,,,,,,,,,, +85,131,At,413,0,(9-),,0.1,SY,MS,0.0001,0,A,100,0,,,,,,,,,,,, +86,109,Rn,59,0,13/2+,,5,+3-2,MS,0.005,0.003,A,100,0,,,,,,,,,,,, +86,113,Rn,180,70,(13/2+),,0.31,2,S,0.31,0.02,A,97,0,EC+B+,3,0,,,,,,,,, +86,117,Rn,362,5,(13/2+),,26.9,5,S,26.9,0.5,A,75,10,EC+B+,25,10,,,,,,,,, +86,121,Rn,899.1,1,13/2+,,184.5,9,US,0.0001845,0.0000009,IT,100,0,,,,,,,,-0.903,,,, +86,128,Rn,1442.7,0,6+,,0.69,21,NS,0.00000000069,0.00000000021,IT,100,0,A,0,0,,,,,,,,, +86,128,Rn,1625.1,0,8+,,6.5,30,NS,0.0000000065,0.000000003,IT,90,0,A,10,0,,,,,,,,, +86,129,Rn,1804.8,0,,,57,+21-12,NS,0.000000057,0.000000017,IT,100,0,,,,,,,,,,,, +87,117,Fr,41,7,(7+),,1.6,+5-3,S,1.6,0.4,A,90,2,EC+B+,10,2,,,,,,,,, +87,117,Fr,316,7,(10-),,0.8,2,S,0.8,0.2,A,74,8,EC+B+,26,8,,,,,,,,, +87,119,Fr,531,0,(10-),,0.7,1,S,0.7,0.1,IT,95,,A,5,,,,,,,,,, +87,124,Fr,2423.16,0.24,(29/2+),,146,14,NS,0.000000146,0.000000014,IT,100,0,,,,,,,,15.37,,-1.1,, +87,124,Fr,4657.3,0.4,(45/2-),,123,14,NS,0.000000123,0.000000014,IT,100,0,,,,,,,,24.3,,-2,, +87,127,Fr,122,5,(8-),,3.35,5,MS,0.00335,0.00005,A,100,0,,,,,,,,,,,, +87,128,Fr,835.43,0.14,(13/2)+,,,,,,,A,4.3,1.5,,,,,,,,,,,, +87,128,Fr,1121.51,0.17,(17/2)-,,,,,,,A,0.9,0.1,,,,,,,,,,,, +87,128,Fr,1149.04,0.14,(15/2)-,,,,,,,A,0.9,0.1,,,,,,,,,,,, +87,128,Fr,1440.02,0.18,(19/2)-,,4,2,NS,0.000000004,0.000000002,A,4.7,0.4,,,,,,,,3.1,,,, +87,128,Fr,1573.1,0.21,(23/2)-,,3.5,14,NS,0.0000000035,0.0000000014,A,4.1,0.4,,,,,,,,3.8,,,, +87,129,Fr,133.3,0.1,(3-),,71,5,NS,0.000000071,0.000000005,A,50,0,,,,,,,,,,,, +87,131,Fr,86,8,,,22.0,5,MS,0.022,0.0005,A,100,0,IT,,0,,,,,,,,, +88,119,Ra,554,15,(13/2+),,59,4,MS,0.059,0.004,IT,85,0,A,15,0,,,,,,,,, +88,123,Ra,1198.1,0.8,(13/2+),,9.7,6,US,0.0000097,0.0000006,IT,100,,,,,,,,,,,,, +88,125,Ra,1770,7,(17/2-),,2.15,7,MS,0.00215,0.00007,IT,99,0,A,1,0,,,,,,,,, +88,126,Ra,1865.2,0,8+,,67.3,15,US,0.0000673,0.0000015,EC+B+,99.91,0.07,IT,99.91,,A,0.09,0.07,,7.08,,,, +88,128,Ra,1164.1,0.3,4+,,,,,,,A,0.23,0,,,,,,,,,,,, +88,128,Ra,1507.6,0.3,6+,LT,0.2,,NS,0.0000000002,0,A,0.58,0,,,,,,,,,,,, +88,128,Ra,1711.1,0.4,8+,,1.42,20,NS,0.00000000142,0.0000000002,A,1.86,0,,,,,,,,3.2,,,, +88,128,Ra,2026,0.4,10+,,0.6,1,NS,0.0000000006,0.0000000001,A,0.12,0,,,,,,,,1,,,, +89,119,Ac,506,26,(10-),,25,+9-5,MS,0.025,0.007,A,90,0,EC,10,0,,,,,,,,, +89,127,Ac,48,7,(9-),,441,7,US,0.000441,0.000007,A,100,0,,,,,,,,,,,, +89,128,Ac,1146.7,0.8,17/2-,,,,,,,IT,99.7,0,A,0.34,0.07,,,,,,,,, +89,128,Ac,1149.2,1,15/2-,,,,,,,IT,98.3,0.5,A,1.7,0.5,,,,,,,,, +89,128,Ac,1498.2,0.9,19/2-,,,,,,,IT,99,0,A,0.98,0.2,,,,,,,,, +89,128,Ac,1528.5,0.9,21/2-,LT,10,,NS,0.00000001,0,IT,99.6,0,A,0.48,0.14,,,,,,,,, +89,128,Ac,2013,0,(29/2)+,,740,40,NS,0.00000074,0.00000004,IT,95.7,1,A,4.3,1,,,,,5,,,, +90,124,Th,2181,2.7,(8+),,1.24,12,US,0.00000124,0.00000012,IT,100,0,,,,,,,,,,,, +90,125,Th,1421.3,0,,,0.77,6,US,0.00000077,0.00000006,IT,100,0,,,,,,,,,,,, +90,126,Th,2040,9,8+,,134,4,US,0.000134,0.000004,A,2.8,0.9,,,,,,,,,,,, +90,127,Th,673.8,0,(15/2-),,141,50,NS,0.000000141,0.00000005,IT,100,0,,,,,,,,,,,, +90,143,Th,1850,250,,,50,+50-49,NS,0.00000005,0.00000005,IT,100,0,,,,,,,,,,,, +91,126,Pa,1850,-1,,,1.2,2,MS,0.0012,0.0002,A,73,4,IT,27,4,,,,,,,,, +91,139,Pa,17763,18,0+,,210,11,KEV,2.2e-21,1e-22,P,56,6,,,,,,,,,,,, +91,143,Pa,73.92,0,(0-),,1.159,11,M,69.54,0.66,B-,99.84,0.04,IT,0.16,0.04,,,,,,,,, +92,124,U,2240,42,(8+),,0.7,+14-3,MS,0.0007,0.0009,A,0,0,IT,,0,,,,,,,,, +92,126,U,2105,19,(8+),,0.56,+26-14,MS,0.00056,0.0002,A,100,0,,,,,,,,,,,, +92,143,U,0.076,0.0004,1/2+,AP,26,,M,1560,0,IT,100,0,,,,,,,,,,,, +92,143,U,2500,300,,,3.6,18,MS,0.0036,0.0018,SF,,0,,,,,,,,,,,, +92,144,U,2750,3,(0+),,120,2,NS,0.00000012,0.000000002,IT,87,6,SF,13,6,A,10,0,,,,,, +92,146,U,2557.9,0.5,0+,,280,6,NS,0.00000028,0.000000006,IT,97.4,0.4,SF,2.6,0.4,,,,,,,,, +93,144,Np,945.2,0.1,11/2 13/2,,0.71,4,US,0.00000071,0.00000004,IT,100,0,,,,,,,,,,,, +93,144,Np,2800,400,,,45,5,NS,0.000000045,0.000000005,SF,100,0,,,,,,,,,,,, +93,145,Np,2300,0,,,112,39,NS,0.000000112,0.000000039,SF,100,0,,,,,,,,,,,, +94,140,Pu,4170,-1,,,3,,NS,0.000000003,0,SF,100,0,IT,,0,,,,,,,,, +94,141,Pu,3000,200,,,25,5,NS,0.000000025,0.000000005,SF,100,0,,,,,,,,,,,, +94,142,Pu,3000,-1,(0+),,40,15,PS,0.00000000004,0.000000000015,SF,100,0,,,,,,,,,,,, +94,142,Pu,4000,200,,,34,8,NS,0.000000034,0.000000008,SF,100,0,,,,,,,,,,,, +94,143,Pu,145.543,0.008,1/2+,,0.18,2,S,0.18,0.02,IT,100,0,,,,,,,,,,,, +94,143,Pu,2600,200,,,97,4,NS,0.000000097,0.000000004,SF,0,0,,,,,,,,,,,, +94,143,Pu,2900,250,,,1.1,1,US,0.0000011,0.0000001,SF,0,0,,,,,,,,,,,, +94,144,Pu,2400,-1,,,0.6,2,NS,0.0000000006,0.0000000002,SF,100,0,,,,,,,,,,,, +94,144,Pu,3500,-1,(0+),,6.0,15,NS,0.000000006,0.0000000015,SF,100,0,,,,,,,,,,,, +94,145,Pu,3100,200,(5/2+),,7.5,10,US,0.0000075,0.000001,SF,100,0,,,,,,,,,,,, +94,145,Pu,3303,0,(9/2-),,2.6,+40-12,NS,0.0000000026,0.0000000026,SF,100,0,,,,,,,,,,,, +94,147,Pu,2200,-1,,,20.5,22,US,0.0000205,0.0000022,SF,100,0,,,,,,,,,,,, +94,147,Pu,2200,0,,,32,5,NS,0.000000032,0.000000005,SF,100,0,,,,,,,,,,,, +94,148,Pu,2000,-1,,,3.5,6,NS,0.0000000035,0.0000000006,SF,100,0,,,,,,,,,,,, +94,148,Pu,2000,0,,,28,,NS,0.000000028,0,SF,100,0,,,,,,,,,,,, +94,149,Pu,1700,300,,,46,13,NS,0.000000046,0.000000013,SF,100,0,,,,,,,,,,,, +94,150,Pu,2400,-1,,,380,80,PS,0.00000000038,0.00000000008,SF,100,0,,,,,,,,,,,, +94,151,Pu,2000,400,,,90,30,NS,0.00000009,0.00000003,SF,100,0,,,,,,,,,,,, +95,142,Am,2400,200,,,5,2,NS,0.000000005,0.000000002,SF,0,0,,,,,,,,,,,, +95,143,Am,2500,-1,,,35,,US,0.000035,0,SF,100,0,,,,,,,,,,,, +95,144,Am,2500,200,(7/2+),,163,12,NS,0.000000163,0.000000012,SF,100,0,,,,,,,,2.6,,,, +95,145,Am,3000,200,,,0.94,4,MS,0.00094,0.00004,SF,100,0,,,,,,,,,,,, +95,146,Am,2200,-1,,,1.2,3,US,0.0000012,0.0000003,SF,100,0,,,,,,,,,,,, +95,147,Am,48.6,0.05,5-,,141,2,Y,4449621600,63115200,IT,99.55,0.02,A,0.45,0.02,SF,0.0000000047,0,,0.97,,6.5,, +95,147,Am,2200,80,(2+ 3-),,14.0,10,MS,0.014,0.001,SF,100,0,A?,0.005,0,IT?,0,0,,-1.14,,35.5,, +95,148,Am,2300,200,,,5.5,5,US,0.0000055,0.0000005,SF,100,0,,,,,,,,,,,, +95,149,Am,86.1,1,1+,,26,1,M,1560,60,B-,99.9639,0.0013,EC,0.0361,0.0013,,,,,,,,, +95,149,Am,19464,27,0+,,,,,,,P,100,0,,,,,,,,,,,, +95,150,Am,2400,400,,,640,60,NS,0.00000064,0.00000006,SF,100,0,,,,,,,,,,,, +95,151,Am,2000,-1,,,73,10,US,0.000073,0.00001,SF,100,0,,,,,,,,,,,, +96,144,Cm,2000,-1,,,10,3,PS,0.00000000001,0.000000000003,SF,100,0,,,,,,,,,,,, +96,144,Cm,3000,-1,,,55,12,NS,0.000000055,0.000000012,SF,100,0,,,,,,,,,,,, +96,145,Cm,2300,-1,,,15.3,10,NS,0.0000000153,0.000000001,SF,100,0,,,,,,,,,,,, +96,146,Cm,2800,-1,,,180,70,NS,0.00000018,0.00000007,IT,,0,SF,,0,,,,,,,,, +96,147,Cm,1900,300,,,42,6,NS,0.000000042,0.000000006,SF,100,0,,,,,,,,,,,, +96,148,Cm,1040.188,0.012,6+,,34,2,MS,0.034,0.002,IT,100,0,,,,,,,,,,,, +96,149,Cm,2100,300,,,13.2,18,NS,0.0000000132,0.0000000018,SF,100,0,,,,,,,,,,,, +97,146,Bk,2200,-1,,,5,,NS,0.000000005,0,SF,100,0,,,,,,,,,,,, +97,148,Bk,1560,-1,,,2,1,NS,0.000000002,0.000000001,SF,100,0,,,,,,,,,,,, +98,148,Cf,2500,-1,,,45,10,NS,0.000000045,0.00000001,SF,100,0,,,,,,,,,,,, +99,155,Es,84.2,2.5,2+,,39.3,2,H,141480,720,B-,98,2,IT,3,0,A,0.32,0.01,,2.9,,3.7,, +100,147,Fm,45,7,(1/2+),,5.1,2,S,5.1,0.2,A,88,2,IT,12,2,,,,,,,,, +101,144,Md,300,-1,(7/2),,0.35,+23-16,S,0.35,0.2,EC+B+,,0,A,,0,,,,,,,,, +102,148,No,1050,-1,(6+),,46,+22-14,US,0.000046,0.000018,SF,100,0,,,,,,,,,,,, +102,149,No,106,6,(1/2+),,1.02,3,S,1.02,0.03,A,100,0,,,,,,,,,,,, +102,151,No,1440,0,,,627,5,US,0.000627,0.000005,IT,,,,,,,,,,,,,, +103,152,Lr,38,10,[7/2-],,2.54,5,S,2.54,0.05,IT,60,0,A,40,0,,,,,,,,, +103,152,Lr,1408.6,0,(25/2+),,1.70,3,MS,0.0017,0.00003,IT,99.85,0,A,0.15,0,,,,,,,,, +104,152,Rf,1120,-1,(5-),,25,2,US,0.000025,0.000002,IT,,0,SF,,0,,,,,,,,, +104,152,Rf,1400,-1,(8-),,17,2,US,0.000017,0.000002,SF,,0,IT,,0,,,,,,,,, +104,152,Rf,2200,-1,,,27,5,US,0.000027,0.000005,IT,,0,SF,,0,,,,,,,,, +104,153,Rf,75,-1,(11/2-),,4.1,4,S,4.1,0.4,A,88,2,EC,11,2,SF,1.4,0,,,,,, +104,157,Rf,234,0,,,1.9,4,S,1.9,0.4,SF,73,6,A,27,6,,,,,,,,, +105,152,Db,370,-1,(1/2-),,0.67,6,S,0.67,0.06,A,87,0,SF,13,0,,,,,,,,, +106,159,Sg,152,0,,,8.5,+26-16,S,8.5,2.1,SF,51,0,A,49,0,,,,,,,,, +108,157,Hs,300,-1,,,0.75,+17-12,MS,0.00075,0.00015,A,100,0,SF,1,0,,,,,,,,, +110,160,Ds,1130,0,,,6.0,+82-22,MS,0.006,0.0052,A,70,0,IT,,0,,,,,,,,, \ No newline at end of file diff --git a/src/main/resources/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/nuclides.csv b/src/main/resources/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/nuclides.csv new file mode 100644 index 0000000000..495aee32bf --- /dev/null +++ b/src/main/resources/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/nuclides.csv @@ -0,0 +1,6783 @@ +1,n,,613.9 s|6,6.14E2|6E-1,?-,100,-1.9130427 5,,782.347|0,,,,0.0|0,,0.0|0,1008664.9158|5,8071.3171|5,1932 +0,,1,,,,,,,,,,,,,,,, +1,H,,STABLE,,,,+2.792847351 28,,,,-782.347|0,,,0.0|0,0.0|0,1007825.03224|9,7288.97061|9,1920 +1,,0,99.9885 %|70,,,,,,,,,,,,,,, +2,H,,STABLE,,,,+0.857438230 24,0.002860 15,,,,,2224.57|0,2224.57|0,1112.283|0,2014101.77811|12,13135.72176|11,1932 +1,,1,0.0115 %|70,,,,,,,,,,,,,,, +3,H,,12.32 y|2,3.89E8|6.31E5,?-,100,+2.978962467 26,,18.592|0,,,,6257.23|0,,2827.265|0,3016049.28199|23,14949.80993|22,1934 +1,,2,,,,,,,,,,,,,,,, +4,H,,,,n,100,,,22200|100,,,1620|100,-1600|100,,1720|25,4026430|110,24620|100,1981 +1,,3,,,,,,,,,,,,,,,, +5,H,,,,n,100,,,21660|90,,,22400|90,-200|130,,1336|18,5035310|100,32890|90,1987 +1,,4,,,,,,,,,,,,,,,, +6,H,,1.6 MeV|4,2.85E-22|7.12E-23,n,100,,,24280|250,,,22570|250,-910|270,,960|40,6044960|270,41880|250,1984 +1,,5,,,,,,,,,,,,,,,, +3,He,,STABLE,,,,-2.127625306 25,,-13740|2000#,,-18.592|0#,,,5493.47|0,2572.680|0,3016029.32265|22,14931.21793|21,1934 +2,,1,0.000134 %|3,,,,,,,,,,,,,,, +4,He,,STABLE,,,,,,-22900|210,0.0|0,-22200|100,-34310|2000#,20577.62|0,19813.86|0,7073.915|0,4002603.25413|6,2424.91561|6,1908 +2,,2,99.999866 %|3,,,,,,,,,,,,,,, +5,He,,0.648 MeV,7.03E-22,n,?,,,-450|50,735|20,-21660|90,-22160|210,-735|20,20680|100,5512|4,5012057|21,11231|20,1937 +2,,3,,,,,,,,,,,,,,,, +6,He,,806.7 ms|15,8.07E-1|1.5E-3,?-,100,,,3505.22|5,,-24280|250,-2160|50,1710|20,22590|90,4878.519|9,6018885.89|6,17592.09|5,1936 +2,,4,,,,,,,,,,,,,,,, +7,He,,150 keV|20,3E-21|4E-22,n,?,,,11166|8,,-23060|1000,3915|8,-410|8,23090|250,4123.1|11,7027991|8,26073|8,1967 +2,,5,,,,,,,,,,,,,,,, +8,He,,119.1 ms|12,1.19E-1|1.2E-3,?-,100,,,10663.88|10,,,8631.26|9,2535|8,24810|1000#,3924.520|11,8033934.39|9,31609.68|9,1965 +2,,6,,,?- n,16|1,,,,,,,,,,,, +9,He,,,,n,100,,,15980|50,,,11920|50,-1250|50,,3349|5,9043950|50,40940|50,1987 +2,,7,,,,,,,,,,,,,,,, +10,He,,300 keV|200,1.5E-21|1E-21,n,100,,,16140|90#,,#,16170|90#,-190|100#,,2995|9#,10052820|100#,49200|90#,1994 +2,,8,,,,,,,,,,,,,,,, +4,Li,,,,p,100,,,,,22900|210,,11410|2010#,-3100|210,1150|50,4027190|230,25320|210,1965 +3,,1,,,,,,,,,,,,,,,, +5,Li,,1.23 MeV,3.7E-22,p,?,,,-25460|2000#,1960|50,450|50#,,21720|220,-1960|50,5266|10,5012540|50,11680|50,1941 +3,,2,,,,,,,,,,,,,,,, +6,Li,,STABLE,,,,+0.82205667 26,-0.818E-3 17,-4288|5,-1473.76|0,-3505.22|5,-31120|2000#,5660|50,4433|20,5332.331|0,6015122.8874|15,14086.8789|14,1921 +3,,3,7.59 %|4,,,,,,,,,,,,,,, +7,Li,,STABLE,,,,+3.2564268 17,-0.0406 8,-861.89|7,-2467.62|0,-11166|8,-11539|5,7251.09|0,9973.96|5,5606.439|1,7016003.437|5,14907.105|4,1921 +3,,4,92.41 %|4,,,,,,,,,,,,,,, +8,Li,,839.9 ms|9,8.4E-1|9E-4,?- ?,100,+1.653560 18,+0.0327 6,16004.13|6,-6100|100,-10663.88|10,-2894.51|9,2032.62|5,12416|8,5159.712|6,8022486.25|5,20945.80|5,1935 +3,,5,,,?-,100,,,,,,,,,,,, +9,Li,,178.3 ms|4,1.78E-1|4E-4,?-,100,3.4391 6,-0.0274 10,13606.45|20,-10360|90,-15980|50,11941.91|19,4062.22|19,13943.75|21,5037.768|21,9026790.19|20,24954.90|19,1951 +3,,6,,,?- n,50.8|2,,,,,,,,,,,, +10,Li,,,,n,100,,,20445|13#,-11250|250#,-16140|90#,13633|13#,-26|13#,15170|50#,4531.4|13#,10035483|14#,33053|13#,1975 +3,,7,,,,,,,,,,,,,,,, +11,Li,,8.75 ms|14,8.75E-3|1.4E-4,?-,100,3.6673 25,,20551.1|7#,-10830|1000,#,20049.4|6#,396|13#,15760|90#,4155.38|6#,11043723.6|7#,40728.3|6#,1966 +3,,8,,,?- n,,,,,,,,,,,,, +5,Be,,,,p,100,,,,,25460|2000,,,-4530|2010#,20|400#,5039870|2150#,37140|2000#, +4,,1,,,,,,,,,,,,,,,, +6,Be,,92 keV|6,5E-21|3E-22,2p,100,,,-28940|2000#,,4288|5#,,26830|2000#,590|50,4487.2|9,6019726|6,18375|5,1958 +4,,2,,,?,100,,,,,,,,,,,, +7,Be,,53.22 d|6,4.6E6|5.18E3,ec,100,,,-11908|25,-1587.13|7,861.89|7,-39620|2000#,10677|5,5606.85|7,5371.548|10,7016928.72|8,15769.00|7,1938 +4,,3,,,,,,,,,,,,,,,, +8,Be,,5.57 eV|25,8.18E-17|3.67E-18,?,100,,,-17979.9|10,91.84|4,-16004.13|6,-30806|25,18898.64|8,17254.40|4,7062.435|4,8005305.10|4,4941.67|3,1932 +4,,4,,,,,,,,,,,,,,,, +9,Be,,STABLE,,,,-1.1778 9,+0.05288 38,-1068.0|9,-2308|20,-13606.45|20,-19644.4|10,1664.54|8,16886.32|9,6462.668|9,9012183.07|8,11348.45|8,1921 +4,,5,100 %,,,,,,,,,,,,,,, +10,Be,,1.51 x 106|y|4,4.77E13|1.26E12,?-,100,,,556.88|8#,-7409.52|10#,-20445|13#,-7880.3|9#,6812.28|5#,19636.39|20#,6497.630|8#,10013534.69|9#,12607.49|8#,1935 +4,,6,,,,,,,,,,,,,,,, +11,Be,,13.76 s|7,1.38E1|7E-2,?-,100,-1.6814 4,,11509.46|24#,-8321|8#,-20551.1|7#,55.24|24#,501.64|25#,20164|13#,5952.540|22#,11021661.08|25#,20177.17|24#,1958 +4,,7,,,?- ?,3.1|4,,,,,,,,,,,, +,,,,,?- p,0.00083|9,,,,,,,,,,,, +12,Be,,21.3 ms|1,2.13E-2|1E-4,?-,100,,,11708.4|23#,-8956.8|19#,-23930|30#,8338.7|19#,3170.7|19#,22939.5|20#,5720.72|16#,12026922.1|20#,25077.8|19#,1966 +4,,8,,,?- n,? 1,,,,,,,,,,,, +13,Be,,2.7 x 10-21|s|18,2.7E-21|1.8E-21,n,?,,,17097|10#,-9700|50#,-23320|70#,12218|10#,-510|10#,22640|30#,5241.4|8#,13036135|11#,33659|10#,1983 +4,,9,,,,,,,,,,,,,,,, +14,Be,,4.35 ms|17,4.35E-3|1.7E-4,?-,100,,,16290|130#,-11670|160#,#,15320|130#,1780|130#,24320|150#,4994|9#,14042890|140#,39950|130#,1973 +4,,10,,,?- n,81|4,,,,,,,,,,,, +,,,,,?- 2n,5|2,,,,,,,,,,,, +,,,,,?- ?,0.004|LT,,,,,,,,,,,, +15,Be,,0.58 MeV|20,7.86E-22|2.71E-22,n,? 100,,,20870|170#,,#,18090|170#,-1800|100#,,4541|11#,15053490|180#,49830|170#, +4,,11,,,,,,,,,,,,,,,, +16,Be,,0.8 MeV|2,5.7E-22|1.42E-22,n,? 100,,,20330|170#,,#,20420|170#,450|140#,,4285|10#,16061670|180#,57450|170#,2012 +4,,12,,,,,,,,,,,,,,,, +7,B,,801 keV|20,6E-22,p,? 100,,,,-3410|2000#,11908|25,,27710|2000#,-2013|26,3559|4,7029712|27,27677|25,1967 +5,,2,,,,,,,,,,,,,,,, +8,B,,770 ms|3,7.7E-1|3E-3,ec ?+,100,1.0355 3,0.0683 21,-12143|18,-4830|210,17979.9|10,,12826|25,136.4|10,4717.15|12,8024607.3|11,22921.6|10,1950 +5,,3,,,?+ ?,100,,,,,,,,,,,, +9,B,,0.54 keV|21,8.44E-19|3.28E-19,p,100,,,-16494.5|23,-1690|50,1068.0|9,-30719|18,18576.4|13,-185.8|9,6257.07|10,9013329.6|10,12416.5|9,1940 +5,,4,,,,,,,,,,,,,,,, +10,B,,STABLE,,,,+1.80064478 6,+0.08472 56,-3648.06|7#,-4461.19|1#,-556.88|8#,-24931.7|21#,8437.2|9#,6586.81|8#,6475.083|2#,10012936.862|16#,12050.609|15#,1920 +5,,5,19.9 %|7,,,,,,,,,,,,,,, +11,B,,STABLE,,,,+2.6886489 10,0.04065 26,-1981.69|6#,-8664.31|1#,-11509.46|23#,-15102.28|7#,11454.22|2#,11228.75|8#,6927.732|1#,11009305.166|13#,8667.707|12#,1920 +5,,6,80.1 %|7,,,,,,,,,,,,,,, +12,B,,20.20 ms|2,2.02E-2|2E-5,?-,100,+1.00306 15,0.0134 14,13369.4|13#,-10001.3|13#,-11708.4|23#,-5351.3|13#,3369.6|13#,14096.7|13#,6631.22|11#,12014352.6|14#,13369.4|13#,1935 +5,,7,,,,,,,,,,,,,,,, +13,B,,17.33 ms|17,1.73E-2|1.7E-4,?-,100,+3.1778 5,0.037 4,13436.9|10#,-10817.9|10#,-17097|10#,8490.6|10#,4878.8|17#,15804.8|21#,6496.42|8#,13017780.0|11#,16561.9|10#,1956 +5,,8,,,?- n,0.286|37,,,,,,,,,,,, +14,B,,12.5 ms|5,1.25E-2|5E-4,?-,100,,,20644|21#,-11814|25#,-16290|130#,12467|21#,970|21#,17284|24#,6101.6|15#,14025404|23#,23664|21#,1966 +5,,9,,,?- n,6.1|3,,,,,,,,,,,, +15,B,,9.93 ms|7,9.93E-3|7E-5,?-,100,,,19085|21#,-14195|21#,-20870|170#,17867|21#,2780|30#,18290|130#,5880.0|14#,15031088|23#,28958|21#,1966 +5,,10,,,?- n,99.68|8,,,,,,,,,,,, +16,B,,< 100 keV,4.6E-21,n,100,,,23418|25#,-14320|40#,-20330|170#,19168|25#,-83|15#,20000|170#,5507.3|15#,16039842|26#,37113|25#,2000 +5,,11,,,,,,,,,,,,,,,, +17,B,,5.08 ms|5,5.08E-3|5E-5,?-,100,,,22680|200#,-15690|220#,#,21950|200#,1470|210#,21020|260#,5270|12#,17046930|220#,43720|200#,1973 +5,,12,,,?- n,63|1,,,,,,,,,,,, +,,,,,?- 2n,11|7,,,,,,,,,,,, +,,,,,?- 3n,3.5|7,,,,,,,,,,,, +,,,,,?- 4n,0.4|3,,,,,,,,,,,, +18,B,,,,n,100,,,26870|210,,,22690|200,-5|5,,4977|11,18055600|220,51790|200,2010 +5,,13,,,,,,,,,,,,,,,, +8,C,,230 keV|50,2E-21|4E-22,p,100,,,,,12143|18,,,-100|30,3101.5|23,8037643|20,35064|18,1974 +6,,2,,,?,?,,,,,,,,,,,, +9,C,,126.5 ms|9,1.27E-1|9E-4,ec ?+,100,-1.3914 5,,,-10650|2000#,16494.5|23,,14225|18,1299.6|24,4337.42|24,9031037.2|23,28911.0|21,1964 +6,,3,,,?+ p,61.6,,,,,,,,,,,, +,,,,,?+ ?,38.4,,,,,,,,,,,, +10,C,,19.290 s|12,1.93E1|1.2E-2,ec ?+,100,,,-23100|400#,-5101|5#,3648.06|7#,,21283.6|21#,4006.8|9#,6032.042|7#,10016853.22|7#,15698.67|7#,1949 +6,,4,,,,,,,,,,,,,,,, +11,C,,20.364 min|14,1.22E3|8.4E-1,ec ?+,100,-0.964 1,0.03426,-13650|50#,-7544.52|9#,1981.69|6#,-36220|400#,13120.59|9#,8690.18|6#,6676.456|5#,11011432.60|6#,10649.40|6#,1934 +6,,5,,,,,,,,,,,,,,,, +12,C,,STABLE,,,,,,-17338.1|10#,-7366.59|4#,-13369.4|13#,-32370|50#,18720.71|6#,15956.68|1#,7680.144|0#,12000000.0|0#,0.0|0#,1919 +6,,6,98.93 %|8,,,,,,,,,,,,,,, +13,C,,STABLE,,,,+0.7024118 14,,-2220.47|27#,-10648.36|8#,-13436.9|10#,-22284.4|10#,4946.31|0#,17533.4|13#,7469.849|0#,13003354.83521|23#,3125.00888|21#,1929 +6,,7,1.07 %|8,,,,,,,,,,,,,,, +14,C,,5700 y|30,1.8E11|9.47E8,?-,100,,,156.476|4#,-12012.51|8#,-20644|21#,-10396.91|27#,8176.43|0#,20831.0|10#,7520.319|0#,14003241.988|4#,3019.893|4#,1936 +6,,8,,,,,,,,,,,,,,,, +15,C,,2.449 s|5,2.45E0|5E-3,?-,100,1.32 7,,9771.7|8#,-12728.9|8#,-19085|21#,-1061.6|8#,1218.1|8#,21080|21#,7100.17|5#,15010599.3|9#,9873.1|8#,1950 +6,,9,,,,,,,,,,,,,,,, +16,C,,0.747 s|8,7.47E-1|8E-3,?-,100,,,8010|4#,-13809|4#,-23418|25#,5521|4#,4250|4#,22553|21#,6922.05|22#,16014701|4#,13694|4#,1961 +6,,10,,,?- n,99.0|3,,,,,,,,,,,, +17,C,,193 ms|13,1.93E-1|1.3E-2,?-,100,,,13162|23#,-15052|20#,-22680|200#,7277|18#,734|18#,23370|30#,6558.0|10#,17022579|19#,21032|17#,1968 +6,,11,,,?- n,32|3,,,,,,,,,,,, +18,C,,92 ms|2,9.2E-2|2E-3,?-,100,,,11810|40,-17460|140,-26870|210,8980|30,4180|30,26090|210,6426.1|17,18026750|30,24920|30,1969 +6,,12,,,?- n,31.5|15,,,,,,,,,,,, +20,C,,14 ms|+6-5,1.4E-2|6E-3,?-,100,,,15740|240,-22370|280,,13580|230,2980|250,29560|570,5961|12,20040260|250,37500|230,1981 +6,,14,,,?- n,72|14,,,,,,,,,,,, +22,C,,6.1 ms|+14-12,6.1E-3|1.3E-3,?-,100,,,21850|310,,,20310|270,100|640#,31010|930#,5421|11,22057550|250,53610|230,1986 +6,,16,,,?- n,61|+14-13,,,,,,,,,,,, +,,,,,?- 2n,< 37,,,,,,,,,,,, +10,N,,,,p,100,,,,-10940|2040,23100|400,,,-2600|400#,3640|40#,10041650|430#,38800|400#,2002 +7,,3,,,,,,,,,,,,,,,, +11,N,,830 keV|30,5E-22,p,100,,,,-5800|50#,13650|50,,22570|400#,-1320|50#,5364|4#,11026090|50#,24300|50#,1974 +7,,4,,,,,,,,,,,,,,,, +12,N,,11.000 ms|16,1.1E-2|1.6E-5,ec ?+,100,+0.4573 5,+0.026,-14577|24#,-8008.4|14#,17338.1|10#,,15040|50#,600.3|10#,6170.11|8#,12018613.2|11#,17338.1|10#,1949 +7,,5,,,,,,,,,,,,,,,, +13,N,,9.965 min|4,5.98E2|2.4E-1,ec ?+,100,0.3222 4,,-17770|10#,-9495.9|9#,2220.47|27#,-34640|24#,20063.9|10#,1943.49|27#,7238.863|21#,13005738.61|28#,5345.48|27#,1934 +7,,6,,,,,,,,,,,,,,,, +14,N,,STABLE,,,,+0.40376100 6,+0.0193 8,-5144.364|25#,-11612.11|1#,-156.476|4#,-28323|10#,10553.38|27#,7550.56|0#,7475.614|0#,14003074.00446|21#,2863.41672|19#,1920 +7,,7,99.636 %|20,,,,,,,,,,,,,,, +15,N,,STABLE,,,,-0.28318884 5,,-2754.2|5#,-10991.18|1#,-9771.7|8#,-15977.66|3#,10833.30|0#,10207.42|0#,7699.460|0#,15000108.8989|5#,101.4387|5#,1929 +7,,8,0.364 %|20,,,,,,,,,,,,,,, +16,N,,7.13 s|2,7.13E0|2E-2,?-,100,,,10420.9|23#,-10110.4|26#,-8010|4#,-5243.0|23#,2488.8|23#,11478.2|24#,7373.80|14#,16006101.9|25#,5683.9|23#,1933 +7,,9,,,?- ?,0.0012|5,,,,,,,,,,,, +17,N,,4.173 s|4,4.17E0|4E-3,?-,100,,,8679|15#,-11117|15#,-13162|23#,4536|15#,5885|15#,13113|15#,7286.2|9#,17008449|16#,7870|15#,1949 +7,,10,,,?- n,95.1|7,,,,,,,,,,,, +,,,,,?- ?,0.0025|4,,,,,,,,,,,, +18,N,,624 ms|12,6.24E-1|1.2E-2,?-,100,,,13896|19,-12975|28,-11810|40,5851|19,2828|24,15208|25,7038.6|10,18014078|20,13113|19,1964 +7,,11,,,?- n,14.3|20,,,,,,,,,,,, +,,,,,?- ?,12.2|6,,,,,,,,,,,, +19,N,,271 ms|8,2.71E-1|8E-3,?-,100,,,12523|17,-15527|27,-16560|100,8568|16,5328|25,16350|30,6948.5|9,19017022|18,15856|16,1968 +7,,12,,,?- n,54.6|14,,,,,,,,,,,, +20,N,,130 ms|7,1.3E-1|7E-3,?-,100,,,17970|80,-17770|80,-15740|240,10360|80,2160|80,17940|130,6709|4,20023370|80,21770|80,1969 +7,,13,,,?- n,57|3,,,,,,,,,,,, +21,N,,84 ms|7,8.4E-2|7E-3,?-,100,,,17170|130,-20910|240,-20410|610,13360|130,4610|160,19560|270,6609|6,21027090|140,25230|130,1970 +7,,14,,,?- n,86|4,,,,,,,,,,,, +22,N,,23 ms|3,2.3E-2|3E-3,?-,100,,,22480|220,-22450|290,-21850|310,15630|210,1540|250,21170|630#,6379|9,22034100|220,31760|210,1979 +7,,15,,,?- n,34|3,,,,,,,,,,,, +,,,,,?- 2n,12|3,,,,,,,,,,,, +23,N,,14.1 ms|15,1.41E-2|1.5E-3,?-,100,,,22100|440,-25470|670,,19370|420,3120|470,24180|480,6237|18,23039420|450,36720|420,1985 +7,,16,,,?- n,42|6,,,,,,,,,,,, +,,,,,?- 2n,8|4,,,,,,,,,,,, +,,,,,?- 3n,< 3.4,,,,,,,,,,,, +24,N,,< 52 ns,5.2E-8,n,?,,,28440|430#,-23940|890#,#,24240|420#,-2150|580#,24520|1070#,5887|17#,24050390|430#,46940|400#, +7,,17,,,,,,,,,,,,,,,, +12,O,,0.40 MeV|25,1.14E-21|7.12E-22,p,?,,,,-5570|30#,14577|24,,,-320|50#,4890.2|20#,12034262|26#,31915|24#,1978 +8,,4,,,,,,,,,,,,,,,, +13,O,,8.58 ms|5,8.58E-3|5E-5,?+ p,? 100,,,,-8220|10#,17770|10,,16870|26#,1512|10#,5811.8|7#,13024815|10#,23115|10#,1963 +8,,5,,,ec ?+,100,,,,,,,,,,,, +14,O,,70.606 s|18,7.06E1|1.8E-2,ec ?+,100,,,-23960|40#,-10115.81|7#,5144.364|25#,,23179|10#,4626.67|27#,7052.278|2#,14008596.706|27#,8007.781|25#,1949 +8,,6,,,,,,,,,,,,,,,, +15,O,,122.24 s|16,1.22E2|1.6E-1,ec ?+,100,0.7189 8,,-13711|14#,-10218.7|5#,2754.2|5#,-37180|40#,13223.5|5#,7296.8|5#,7463.69|3#,15003065.6|5#,2855.6|5#,1934 +8,,7,,,,,,,,,,,,,,,, +16,O,,STABLE,,,,,,-15417|8#,-7161.92|0#,-10420.9|23#,-29375|14#,15663.9|5#,12127.41|0#,7976.206|0#,15994914.61960|17#,-4737.00135|16#,1919 +8,,8,99.757 %|16,,,,,,,,,,,,,,, +17,O,,STABLE,,,,-1.89379 9,,-2760.46|25#,-6358.69|0#,-8679|15#,-19560|8#,4143.08|0#,13781.6|23#,7750.728|0#,16999131.7566|7#,-808.7635|7#,1925 +8,,9,0.038 %|1,,,,,,,,,,,,,,, +18,O,,STABLE,,,,,,-1655.9|5,-6227.62|0,-13896|19,-10805.83|25,8045.37|0,15942|15,7767.097|0,17999159.6128|8,-782.8156|7,1929 +8,,10,0.205 %|14,,,,,,,,,,,,,,, +19,O,,26.88 s|5,2.69E1|5E-2,?-,100,,,4820.3|26,-8965.2|28,-12523|17,-5611.6|27,3955.6|26,17069|19,7566.49|14,19003578.0|28,3332.9|26,1936 +8,,11,,,,,,,,,,,,,,,, +20,O,,13.51 s|5,1.35E1|5E-2,?-,100,,,3813.6|9,-12323|4,-17970|80,-2787.7|9,7608.0|28,19349|16,7568.57|4,20004075.4|9,3796.2|9,1959 +8,,12,,,,,,,,,,,,,,,, +21,O,,3.42 s|10,3.42E0|1E-1,?-,100,,,8110|12,-15395|21,-17170|130,8|12,3805|12,20990|80,7389.4|6,21008655|13,8062|12,1968 +8,,13,,,,,,,,,,,,,,,, +22,O,,2.25 s|9,2.25E0|9E-2,?-,100,,,6490|60,-18060|60,-22480|220,1260|60,6850|60,23240|150,7364.9|26,22009970|60,9280|60,1969 +8,,14,,,?- n,< 22,,,,,,,,,,,, +23,O,,82 ms|+45-28,8.2E-2|3.7E-2,?-,100,,,11340|130,-20220|160,-22100|440,3760|120,2730|130,24430|240,7163|5,23015700|130,14620|120,1970 +8,,15,,,?- n,31|7,,,,,,,,,,,, +24,O,,65 ms|5,6.5E-2|5E-3,?-,100,,,10960|190,-21430|280,-28440|430,7140|170,4190|200,25510|450,7040|7,24019860|180,18500|160,1970 +8,,16,,,?- n,58|12,,,,,,,,,,,, +26,O,,4.5 ps|+32-34,4.5E-12|3.3E-12,2n,100,,,16010|200,-21380|280,,15260|190,739|10,28610|530#,6497|6,26037210|180,34660|160,2012 +8,,18,,,,,,,,,,,,,,,, +14,F,,910 keV|100,5E-22|1E-22,,,,,,-9260|400#,23960|40,,,-1560|40#,5285.2|29#,14034320|40#,31960|40#,2010 +9,,5,,,,,,,,,,,,,,,, +15,F,,1.0 MeV|2,4.56E-22|9.11E-23,p,100,,,-23650|70#,-10160|50#,13711|14#,,23470|40#,-1270|14#,6497.5|9#,15017785|15#,16567|14#,1978 +9,,6,,,,,,,,,,,,,,,, +16,F,,40 keV|20,1.14E-20|5.7E-21,p,100,,,-13307|22#,-9083|8#,15417|8#,-37610|70#,13958|16#,-536|8#,6963.7|5#,16011466|9#,10680|8#,1964 +9,,7,,,,,,,,,,,,,,,, +17,F,,64.49 s|16,6.45E1|1.6E-1,ec ?+,100,+4.7223 12,,-14548.7|4#,-5818.7|4#,2760.46|25#,-30106|20#,16800|8#,600.27|25#,7542.328|15#,17002095.24|27#,1951.70|25#,1934 +9,,8,,,,,,,,,,,,,,,, +18,F,,109.77 min|5,6.59E3|3E0,ec ?+,100,,,-4444.5|6,-4415.2|5,1655.9|5,-23698.6|6,9149.9|5,5607.1|5,7631.638|26,18000937.3|5,873.1|5,1937 +9,,9,,,,,,,,,,,,,,,, +19,F,,STABLE,,,,,,-3239.49|16,-4013.80|0,-4820.3|26,-14876.4|4,10431.9|5,7993.60|0,7779.018|0,18998403.1629|9,-1487.4442|9,1920 +9,,10,100 %,,,,,,,,,,,,,,, +20,F,,11.07 s|6,1.11E1|6E-2,?-,100,+2.0935 9,-0.042 3,7024.47|3,-8126.3|23,-3813.6|9,-9840.83|16,6601.34|3,10639.3|26,7720.134|2,19999981.25|3,-17.46|3,1935 +9,,11,,,,,,,,,,,,,,,, +21,F,,4.158 s|20,4.16E0|2E-2,?-,100,3.93 5,0.11 2,5684.2|18,-10343|15,-8110|12,-1077.0|18,8101.5|18,11132.7|20,7738.29|9,20999948.9|19,-47.6|18,1955 +9,,12,,,,,,,,,,,,,,,, +22,F,,4.23 s|4,4.23E0|4E-2,?-,100,2.6944 4,0.003 2,10818|12,-12745|22,-6490|60,454|12,5230|13,12558|17,7624.3|6,22002999|13,2793|12,1965 +9,,13,,,?- n,< 11,,,,,,,,,,,, +23,F,,2.23 s|14,2.23E0|1.4E-1,?-,100,,,8440|30,-15000|40,-11340|130,3240|30,7580|40,13290|70,7622.3|14,23003530|40,3290|30,1970 +9,,14,,,,,,,,,,,,,,,, +24,F,,390 ms|70,3.9E-1|7E-2,?-,100,,,13500|100,-16650|130,-10960|190,4630|100,3810|100,14370|160,7464|4,24008100|100,7540|100,1970 +9,,15,,,?- n,< 5.9,,,,,,,,,,,, +25,F,,80 ms|9,8E-2|9E-3,?-,100,,,13370|100,-16320|170,-15990|190,9210|100,4280|140,14460|190,7336|4,25012170|100,11330|100,1970 +9,,16,,,?- n,23.1|45,,,,,,,,,,,, +26,F,,8.2 ms|9,8.2E-3|9E-4,?-,100,,,18170|110,-15540|240,-16010|200,12610|110,760|150,15970|200,7083|4,26020020|120,18650|110,1979 +9,,17,,,?- n,13.5|40,,,,,,,,,,,, +27,F,,5.0 ms|2,5E-3|2E-4,?-,100,,,18400|400,-13700|570,,16900|390,1270|410,16500|420,6868|14,27027320|420,25450|390,1981 +9,,18,,,?- n,77|21,,,,,,,,,,,, +28,F,,? 0.046 as,,,,,,22440|410,-15620|560#,-18340|800,18620|400,-220|50,18220|640#,6615|14,28036220|420,33740|390, +9,,19,,,,,,,,,,,,,,,, +29,F,,2.5 ms|3,2.5E-3|3E-4,?-,100,,,21750|550,-18260|730#,,20780|540,1660|660,19220|870#,6444|18,29043100|560,40150|530,1989 +9,,20,,,?- n,100|80,,,,,,,,,,,, +30,F,,,,n,?,,,24830|650#,,#,21640|610#,110|790#,,6233|20#,30051650|640#,48110|600#, +9,,21,,,,,,,,,,,,,,,, +31,F,,> 260 ns,2.6E-7|5E15,?- 2n,?,,,24960|610#,,#,24790|600#,40|810#,,6033|18#,31060270|590#,56140|550#,1999 +9,,22,,,?-,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +15,Ne,,0.59 MeV,7.72E-22,2p,100,,,,,23650|70,,,-960|80#,4869|4#,15043170|70#,40220|70#, +10,,5,,,,,,,,,,,,,,,, +16,Ne,,122 keV|37,3.7E-21|1.1E-21,p,100,,,,-10350|30#,13307|22,,24300|70#,-131|25#,6083.2|13#,16025751|22#,23987|20#,1977 +10,,6,,,,,,,,,,,,,,,, +17,Ne,,109.2 ms|6,1.09E-1|6E-4,ec p,? 100,,,-18670|1000#,-9040|10#,14548.7|4#,,15558|20#,1469|8#,6640.499|21#,17017714.0|4#,16500.4|4#,1963 +10,,7,,,ec ?+,100,,,,,,,,,,,, +,,,,,ec ?,?,,,,,,,,,,,, +18,Ne,,1672 ms|8,1.67E0|8E-3,ec ?+,100,,,-19720|90,-5115.1|4,4444.5|6,-37930|1000,19254.1|5,3923.1|4,7341.257|20,18005708.7|4,5317.6|4,1954 +10,,8,,,,,,,,,,,,,,,, +19,Ne,,17.22 s|2,1.72E1|2E-2,ec ?+,100,,,-11177|11,-3528.5|5,3239.49|16,-31360|90,11636.9|4,6410.0|5,7567.343|8,19001880.90|17,1752.05|16,1939 +10,,9,,,,,,,,,,,,,,,, +20,Ne,,STABLE,,,,,,-13892.5|11,-4729.84|0,-7024.47|3,-28043|11,16865.30|16,12843.46|0,8032.240|0,19992440.1762|17,-7041.9305|16,1913 +10,,10,90.48 %|3,,,,,,,,,,,,,,, +21,Ne,,STABLE,,,,-0.661797 5,+0.103 8,-3547.14|9,-7347.93|4,-5684.2|18,-20653.7|11,6761.16|4,13003.28|5,7971.713|2,20993846.68|4,-5731.78|4,1928 +10,,11,0.27 %|1,,,,,,,,,,,,,,, +22,Ne,,STABLE,,,,,,-2843.21|17,-9666.82|2,-10818|12,-13911.40|10,10364.26|4,15266.1|18,8080.465|1,21991385.109|18,-8024.719|18,1913 +10,,12,9.25 %|3,,,,,,,,,,,,,,, +23,Ne,,37.24 s|12,3.72E1|1.2E-1,?-,100,-1.077 4,,4375.80|10,-10911.8|26,-8440|30,-8043.85|20,5200.65|10,15236|12,7955.256|5,22994466.90|11,-5154.05|10,1936 +10,,13,,,,,,,,,,,,,,,, +24,Ne,,3.38 min|2,2.03E2|1.2E0,?-,100,,,2466.3|5,-12172.7|10,-13500|100,-4493.1|5,8868.9|5,16530|30,7993.325|21,23993610.6|5,-5951.6|5,1956 +10,,14,,,,,,,,,,,,,,,, +25,Ne,,602 ms|8,6.02E-1|8E-3,?-,100,-1.0062 5,,7322|29,-12520|30,-13370|100,-1689|29,4155|29,16870|100,7839.8|12,24997810|30,-2036|29,1970 +10,,15,,,,,,,,,,,,,,,, +26,Ne,,197 ms|2,1.97E-1|2E-3,?-,100,,,7342|19,-11230|60,-18170|110,1768|18,5550|30,18140|100,7751.9|7,26000516|20,481|18,1970 +10,,16,,,?- n,0.13|3,,,,,,,,,,,, +27,Ne,,31.5 ms|13,3.15E-2|1.3E-3,?-,100,,,12570|90,-10000|150,-18400|400,5840|90,1500|90,18890|140,7520|3,27007570|100,7050|90,1977 +10,,17,,,?- n,2.0|5,,,,,,,,,,,, +28,Ne,,20 ms|1,2E-2|1E-3,?-,100,,,12290|130,-9630|210,-22440|410,8750|130,3820|160,21440|410,7388|5,28012130|140,11300|130,1979 +10,,18,,,?- n,12|1,,,,,,,,,,,, +,,,,,?- 2n,3.7|5,,,,,,,,,,,, +29,Ne,,15 ms|3,1.5E-2|3E-3,?-,100,,,15720|150,-11350|220,-21750|550,11320|150,970|200,22630|420,7167|5,29019750|160,18400|150,1985 +10,,19,,,?- n,28|5,,,,,,,,,,,, +,,,,,?- 2n,4|1,,,,,,,,,,,, +30,Ne,,7.3 ms|3,7.3E-3|3E-4,?-,100,,,14810|250,-13810|300,-24830|650,12530|250,3190|290,24160|580,7035|8,30024990|270,23280|250,1985 +10,,20,,,?- n,13|4,,,,,,,,,,,, +,,,,,?- 2n,8.9|23,,,,,,,,,,,, +31,Ne,,3.4 ms|8,3.4E-3|8E-4,?-,100,,,18940|270,-15910|570#,-24960|610,14640|270,170|130,24220|650#,6813|9,31033470|290,31180|270,1996 +10,,21,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +32,Ne,,3.5 ms|9,3.5E-3|9E-4,?-,100,,,18360|500#,-17510|860#,#,16680|500#,2250|570#,26430|740#,6671|16#,32039720|540#,37000|500#,1990 +10,,22,,,?- n,?,,,,,,,,,,,, +33,Ne,,< 180 ns,1.8E-7,n,?,,,22220|750#,,#,19290|600#,-930|780#,,6440|18#,33049380|640#,46000|600#, +10,,23,,,,,,,,,,,,,,,, +34,Ne,,> 60 ns,6E-8|5E15,?- 2n,?,,,21160|790#,,#,20990|680#,1230|790#,,6287|15#,34056730|550#,52840|510#,2002 +10,,24,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +18,NA,,< 0.2 MeV,2.28E-21,p,? 100.,,,,-9350|100,19720|90,,18210|1010,-1250|90,6202|5,18026880|100,25040|90,2004 +11,,7,,,,,,,,,,,,,,,, +19,NA,,< 40 keV,1.14E-20,p,? 100,,,-18900|50,-6062|18,11177|11,,20180|90,-323|11,6937.9|6,19013880|11,12929|11,1969 +11,,8,,,,,,,,,,,,,,,, +20,Na,,447.9 ms|23,4.48E-1|2.3E-3,ec,100,+0.3694 2,,-10627.1|22,-6255|8,13892.5|11,-33050|50,14150|11,2190.4|11,7298.50|6,20007354.4|12,6850.6|11,1950 +11,,9,,,ec ?,20.05|20,,,,,,,,,,,, +21,Na,,22.49 s|4,2.25E1|4E-2,ec ?+,100,+2.38630 10,+0.124 14,-13088.5|8,-6561.25|27,3547.14|10,-27733.6|19,17106.5|11,2431.67|10,7765.547|5,20997654.70|10,-2184.63|10,1940 +11,,10,,,,,,,,,,,,,,,, +22,Na,,2.6018 y|22,8.21E7|6.94E4,ec ?+,100,+1.746 3,+0.180 11,-4781.6|3,-8479.5|5,2843.21|17,-24156.7|8,11068.20|20,6738.71|18,7915.667|8,21994437.42|18,-5181.51|17,1935 +11,,11,,,,,,,,,,,,,,,, +23,Na,,STABLE,,,,+2.217520 2,+0.1006 20,-4056.34|16,-10467.32|0,-4375.80|10,-17201.2|3,12419.66|17,8794.10|2,8111.493|0,22989769.2820|19,-9529.8525|18,1921 +11,,12,100 %,,,,,,,,,,,,,,, +24,Na,,14.997 h|12,5.4E4|4.32E1,?-,100,+1.6903 8,,5515.669|21,-10825.35|3,-2466.3|5,-11015.71|16,6959.37|2,10552.82|11,8063.488|1,23990963.011|17,-8417.901|17,1934 +11,,13,,,,,,,,,,,,,,,, +25,Na,,59.1 s|6,5.91E1|6E-1,?-,100,+3.683 4,-0.10 5,3835.0|12,-11735.1|22,-7322|29,-3495.6|12,9011.2|12,10695.1|13,8101.40|5,24989954.0|13,-9357.8|12,1943 +11,,14,,,,,,,,,,,,,,,, +26,Na,,1.07128 s|25,1.07E0|2.5E-4,?-,100,+2.851 2,-0.0053 2,9354|4,-12079|13,-7342|19,-1739|3,5574|4,12114|29,8004.20|13,25992635|4,-6861|4,1958 +11,,15,,,,,,,,,,,,,,,, +27,Na,,301 ms|6,3.01E-1|6E-3,?-,100,+3.895 5,-0.007 3,9069|4,-11230|30,-12570|90,2625|4,6728|5,13288|19,7956.95|14,26994076|4,-5518|4,1968 +11,,16,,,?- n,0.13|4,,,,,,,,,,,, +28,Na,,30.5 ms|4,3.05E-2|4E-4,?-,100,+2.420 2,+0.0395 12,14031|10,-10960|100,-12290|130,5527|10,3542|11,15330|90,7799.3|4,27998939|11,-988|10,1969 +11,,17,,,?- n,0.58|12,,,,,,,,,,,, +29,Na,,44.1 ms|9,4.41E-2|9E-4,?-,100,+2.449 8,+0.086 3,13283|14,-11080|100,-15720|150,9628|8,4403|13,15910|130,7682.15|25,29002877|8,2680|7,1969 +11,,18,,,?- n,21.5|30,,,,,,,,,,,, +30,Na,,48 ms|2,4.8E-2|2E-3,?-,100,+2.069 2,+0.15 4,17358|6,-12600|110,-14810|250,11006|12,2277|9,17210|150,7501.97|16,30009098|5,8475|5,1969 +11,,19,,,?- n,30|4,,,,,,,,,,,, +,,,,,?- 2n,1.15|25,,,,,,,,,,,, +,,,,,?- ?,5.5 x 10-5|2,,,,,,,,,,,, +31,Na,,17.35 ms|40,1.74E-2|4E-4,?-,100,+2.298 2,,15368|14,-15630|390,-18940|270,13059|14,4300|15,18320|250,7398.7|5,31013147|15,12246|14,1969 +11,,20,,,?- n,37.3|54,,,,,,,,,,,, +,,,,,?- 2n,0.87|24,,,,,,,,,,,, +,,,,,?- 3n,< 0.05,,,,,,,,,,,, +32,Na,,13.2 ms|4,1.32E-2|4E-4,?-,100,,,19470|40,-17530|390,-18360|500,13690|40,1680|40,19830|270,7219.9|12,32020010|40,18640|40,1972 +11,,21,,,?- n,24|7,,,,,,,,,,,, +,,,,,?- 2n,8.3|21,,,,,,,,,,,, +33,Na,,8.0 ms|4,8E-3|4E-4,?-,100,,,18820|450,-18790|690,-22220|750,16540|450,2930|450,20510|670#,7090|14,33025530|480,23780|450,1972 +11,,22,,,?- n,47|6,,,,,,,,,,,, +,,,,,?- 2n,13|3,,,,,,,,,,,, +34,Na,,5.5 ms|10,5.5E-3|1E-3,?-,100,,,23360|600,-18860|840#,-21160|790,18650|600,170|750,21610|840#,6886|18,34034010|640,31680|600,1983 +11,,23,,,?- 2n,? 50,,,,,,,,,,,, +,,,,,?- n,? 15,,,,,,,,,,,, +35,Na,,1.5 ms|5,1.5E-3|5E-4,?-,100,,,22590|720#,-20340|860#,#,21840|670#,1520|300#,21900|840#,6733|19#,35041040|720#,38230|670#,1983 +11,,24,,,?- n,?,,,,,,,,,,,, +36,Na,,< 180 ns,1.8E-7,n,?,,,25920|970#,,#,22590|730#,0|100#,,6546|19#,36049710|730#,46300|680#, +11,,25,,,,,,,,,,,,,,,, +37,Na,,> 60 ns,6E-8|5E15,?- n,?,,,25320|980#,,#,25080|970#,840|180#,,6392|19#,37057470|740#,53530|690#,2002 +11,,26,,,?-,?,,,,,,,,,,,, +19,MG,,1.14 x 10-4|eV,4E-12,2p,? 100,,,,-10810|80,18900|50,,,500|110,5902.0|26,19034170|50,31830|50,2007 +12,,7,,,,,,,,,,,,,,,, +20,Mg,,93 ms|5,9.3E-2|5E-3,?+,100,,,,-8934|21,10627.1|22,,22420|50,2741|11,6728.02|9,20018763.1|20,17477.7|19,1974 +12,,8,,,?+ p,30.3|12,,,,,,,,,,,, +21,Mg,,122 ms|3,1.22E-1|3E-3,ec ?+,100,-0.983 7,,-16090|600#,-8021.5|8,13088.5|8#,,14645.2|20,3235.7|13,7105.03|4,21011705.8|8,10903.8|8,1963 +12,,9,,,?+ p,32.6|10,,,,,,,,,,,, +,,,,,?+ ?,< 0.5,,,,,,,,,,,, +22,Mg,,3.8755 s|12,3.88E0|1.2E-3,ec ?+,100,,,-18600|400#,-8142.5|5,4781.6|4#,-35460|600#,19375.1|8,5504.3|3,7662.761|14,21999570.7|3,-399.9|3,1961 +12,,10,,,,,,,,,,,,,,,, +23,Mg,,11.317 s|11,1.13E1|1.1E-2,ec ?+,100,,,-12221.6|4,-9650.48|23,4056.34|16,-31750|400#,13144.9|3,7580.97|23,7901.115|7,22994123.94|17,-5473.51|16,1939 +12,,11,,,,,,,,,,,,,,,, +24,Mg,,STABLE,,,,,,-13884.70|23,-9316.55|1,-5515.668|21,-28753.0|3,16531.37|16,11692.69|1,8260.709|1,23985041.697|14,-13933.569|13,1920 +12,,12,78.99 %|4,,,,,,,,,,,,,,, +25,Mg,,STABLE,,,,-0.85545 8,+0.201 3,-4276.81|4,-9885.92|6,-3835.0|12,-21215.23|24,7330.53|5,12063.85|5,8223.502|2,24985836.96|5,-13192.78|5,1920 +12,,13,10.00 %|1,,,,,,,,,,,,,,, +26,Mg,,STABLE,,,,,,-4004.39|6,-10614.74|3,-9354|4,-15369.88|6,11093.08|4,14145.7|12,8333.870|1,25982592.97|3,-16214.54|3,1920 +12,,14,11.01 %|3,,,,,,,,,,,,,,, +27,Mg,,9.458 min|12,5.67E2|7.2E-1,?-,100,-0.04107 15,,2610.25|7,-11857.48|12,-9069|4,-10447.78|8,6443.39|4,15015|3,8263.852|2,26984340.63|5,-14586.61|5,1934 +12,,15,,,,,,,,,,,,,,,, +28,Mg,,20.915 h|9,7.53E4|3.24E1,?-,100,,,1831.8|20,-11492.1|21,-14031|10,-5893.3|20,8503.5|20,16790|4,8272.41|7,27983876.6|21,-15018.8|20,1953 +12,,16,,,,,,,,,,,,,,,, +29,Mg,,1.30 s|12,1.3E0|1.2E-1,?-,100,+0.9780 6,,7605|11,-10990|30,-13283|14,-1823|11,3655|12,16903|15,8113.2|4,28988617|12,-10603|11,1971 +12,,17,,,,,,,,,,,,,,,, +30,Mg,,335 ms|17,3.35E-1|1.7E-2,?-,100,,,6981|4,-11790|19,-17358|6,1253|3,6352|12,18853|8,8054.51|11,29990463|4,-8884|3,1971 +12,,18,,,,,,,,,,,,,,,, +31,Mg,,236 ms|20,2.36E-1|2E-2,?-,100,-0.88355 15,,11829|4,-12600|90,-15368|14,4671|4,2310|5,18886|6,7869.19|10,30996648|3,-3122|3,1977 +12,,19,,,?- n,6.2|19,,,,,,,,,,,, +32,Mg,,86 ms|5,8.6E-2|5E-3,?-,100,,,10270|8,-14550|130,-19470|40,6050|4,5778|4,20364|14,7803.84|10,31999110|3,-829|3,1977 +12,,20,,,?- n,5.5|5,,,,,,,,,,,, +33,Mg,,90.5 ms|16,9.05E-2|1.6E-3,?-,100,-0.7456 5,,13460|8,-15860|150,-18820|450,7990|8,2280|4,20970|40,7636.45|9,33005327|3,4962.3|29,1979 +12,,21,,,?- n,14|2,,,,,,,,,,,, +34,Mg,,20 ms|10,2E-2|1E-2,?-,100,,,11324|29,-17380|250,-23360|600,8750|30,4710|29,22750|450,7550.4|8,34008940|30,8323|29,1979 +12,,22,,,?- n,?,,,,,,,,,,,, +35,Mg,,70 ms|40,7E-2|4E-2,?-,100,,,15860|270,-17970|380,-22590|720,10570|270,750|270,23330|660,7356|8,35016790|290,15640|270,1989 +12,,23,,,?- n,52|46,,,,,,,,,,,, +36,Mg,,3.9 ms|13,3.9E-3|1.3E-3,?-,100,,,14430|710,-19040|850#,-25920|970,12530|690,3330|740,25140|960#,7244|19,36021880|740,20380|690,1989 +12,,24,,,?- n,?,,,,,,,,,,,, +37,Mg,,8 ms|4,8E-3|4E-3,n,?,,,18400|720,-20210|920#,-25320|980,14190|710,240|110,25380|970#,7055|19,37030290|750,28210|700,1996 +12,,25,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +38,Mg,,> 260 ns,2.6E-7|5E15,?- 2n,?,,,17860|630#,-21190|720#,#,16190|530#,2210|860#,26750|850#,6928|13#,38036580|540#,34070|500#,2002 +12,,26,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +39,Mg,,< 180 ns,1.8E-7,n,?,,,21620|650#,,#,17990|630#,-130|100#,,6747|13#,39045380|550#,42270|510#, +12,,27,,,,,,,,,,,,,,,, +40,Mg,,> 170 ns,1.7E-7|5E15,?- n,?,,,20760|640#,,#,19630|640#,2000|720#,,6628|13#,40051910|540#,48350|500#,2007 +12,,28,,,?-,?,,,,,,,,,,,, +21,Al,,< 35 ns,3.5E-8,p,?,,,,-10610|1160#,16090|600,,,-2220|600#,6302|28#,21028970|640#,26990|600#, +13,,8,,,,,,,,,,,,,,,, +22,Al,,91.1 ms|5,9.11E-2|5E-4,ec ?+,100,,,-15140|640#,-9260|410#,18600|400#,,16860|720#,-10|400#,6782|18#,22019540|430#,18200|400#,1982 +13,,9,,,?+ p,55|3,,,,,,,,,,,, +,,,,,?+ 2p,1.1|1,,,,,,,,,,,, +,,,,,?+ ?,0.038|17,,,,,,,,,,,, +23,Al,,470 ms|30,4.7E-1|3E-2,ec ?+,100,,,-16950|500#,-8606|11,12221.6|4#,-34660|500#,19520|400#,141.0|5,7335.727|15,23007244.4|4,6748.1|3,1969 +13,,10,,,?+ p,0.46|23,,,,,,,,,,,, +24,Al,,2.053 s|4,2.05E0|4E-3,ec ?+,100,,,-10794|19,-9324.4|11,13884.70|23,-31820|500#,14868.2|4,1864.32|28,7649.582|10,23999947.54|25,-48.86|23,1953 +13,,11,,,?+ ?,0.035|6,,,,,,,,,,,, +,,,,,?+ p,0.0016|3,,,,,,,,,,,, +25,Al,,7.183 s|12,7.18E0|1.2E-2,ec ?+,100,3.6455 12,,-12743|10,-9156.26|12,4276.81|8,-27732|19,16938.43|24,2271.38|7,8021.136|3,24990428.31|7,-8915.97|6,1953 +13,,12,,,,,,,,,,,,,,,, +26,Al,,7.17 x 105|y|24,2.26E13|7.57E11,ec ?+,100,+2.804 4,+0.27 3,-5069.14|8,-9453.56|18,4004.39|7,-24109|10,11365.49|7,6306.34|6,8149.765|3,25986891.86|7,-12210.15|7,1934 +13,,13,,,,,,,,,,,,,,,, +27,Al,,STABLE,,,,+3.6415069 7,+0.1466 10,-4812.36|10,-10091.92|5,-2610.25|6,-18127.16|12,13058.03|8,8271.29|6,8331.553|2,26981538.41|5,-17196.86|5,1922 +13,,14,100 %,,,,,,,,,,,,,,, +28,Al,,2.245 min|2,1.35E2|1.2E-1,?-,100,3.242 5,0.175 14,4642.15|8,-10857.66|8,-1831.8|20,-12537.46|11,7725.10|6,9553.00|9,8309.894|3,27981910.09|8,-16850.64|8,1934 +13,,15,,,,,,,,,,,,,,,, +29,Al,,6.56 min|6,3.94E2|3.6E0,?-,100,,,3687.3|3,-11274.9|12,-7605|11,-4786.3|3,9428.4|3,10477.9|20,8348.464|12,28980453.2|4,-18207.8|3,1939 +13,,16,,,,,,,,,,,,,,,, +30,Al,,3.62 s|6,3.62E0|6E-2,?-,100,3.010 7,,8568.1|29,-11429|5,-6981|4,-2041.1|29,5728.4|29,12551|12,8261.13|10,29982968|3,-15864.8|29,1961 +13,,17,,,,,,,,,,,,,,,, +31,Al,,644 ms|25,6.44E-1|2.5E-2,?-,100,+3.828 5,0.1340 16,7998.3|22,-11858|4,-11829|4,1410.9|22,7157|4,13356|4,8225.52|7,30983949.8|24,-14950.7|22,1971 +13,,18,,,?- n,< 1.6,,,,,,,,,,,, +32,Al,,33.0 ms|2,3.3E-2|2E-4,?-,100,1.959 9,0.024 2,12978|7,-12536|13,-10270|8,3778|7,4220|8,15266|8,8100.34|22,31988084|8,-11099|7,1971 +13,,19,,,?- n,0.7|5,,,,,,,,,,,, +33,Al,,41.7 ms|2,4.17E-2|2E-4,?-,100,4.088 5,? 0.13,12017|7,-13602|10,-13460|8,7509|7,5469|10,14957|8,8020.62|21,32990878|7,-8497|7,1971 +13,,20,,,?- n,8.5|7,,,,,,,,,,,, +34,Al,,56.3 ms|5,5.63E-2|5E-4,?-,100,+2.156 8,,16957|14,-13900|6,-11324|29,9443|3,2574|8,15252|4,7860.43|9,33996779|3,-3000|3,1977 +13,,21,,,?- n,26|4,,,,,,,,,,,, +35,Al,,37.2 ms|8,3.72E-2|8E-4,?-,100,,,14170|40,-14895|16,-15860|270,11662|16,5295|8,15840|30,7787.12|21,34999760|8,-224|7,1979 +13,,22,,,?- n,38|2,,,,,,,,,,,, +36,Al,,90 ms|40,9E-2|4E-2,?-,100,,,18390|170,-15110|150,-14430|710,12270|150,1900|150,16980|310,7624|4,36006390|160,5950|150,1979 +13,,23,,,?- n,< 31,,,,,,,,,,,, +37,Al,,10.7 ms|13,1.07E-2|1.3E-3,?-,100,,,16380|210,-16400|480,-18400|720,14170|190,4210|230,17860|710,7531|5,37010530|190,9810|180,1979 +13,,24,,,?- n,?,,,,,,,,,,,, +38,Al,,7.6 ms|6,7.6E-3|6E-4,?- n,?,,,20380|390,-17900|710,-17860|630,14710|390,1670|420,19290|790,7377|10,38017400|400,16210|370,1989 +13,,25,,,?-,?,,,,,,,,,,,, +39,Al,,7.6 ms|16,7.6E-3|1.6E-3,?- n,?,,,18330|420#,-20010|780#,-21620|650#,16750|410#,3630|550#,20710|640#,7281|10#,39022170|430#,20650|400#,1989 +13,,26,,,?-,?,,,,,,,,,,,, +40,Al,,> 260 ns,2.6E-7|5E15,?- n,?,,,22160|530#,-21140|790#,-20760|640#,17200|420#,1130|560#,21970|650#,7127|10#,40029620|430#,27590|400#,2002 +13,,27,,,?-,?,,,,,,,,,,,, +41,Al,,,,?-,100,,,21300|750#,-22540|850#,#,19920|610#,2240|640#,22220|710#,7008|12#,41035880|540#,33420|500#,2002 +13,,28,,,?- n,?,,,,,,,,,,,, +42,Al,,> 170 ns,1.7E-7|5E15,?- 2n,?,,,23630|780#,,#,19910|820#,1390|780#,,6874|14#,42043050|640#,40100|600#,2007 +13,,29,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +43,AL,,> 170 ns,1.7E-7|5E15,?- 2n,?,,,23920|1000#,,#,22480|940#,1150|1000#,,6741|19#,43050480|860#,47020|800#,2007 +13,,30,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +22,Si,,29 ms|2,2.9E-2|2E-3,ec ?+,100,,,,,15140|640,,,940|780#,6058|23#,22035790|540#,33340|500#,1987 +14,,8,,,?+ p,32|4,,,,,,,,,,,, +23,Si,,42.3 ms|4,4.23E-2|4E-4,ec ?+,100,,,,-10560|500#,16950|500,,17710|710#,1790|640#,6565|22#,23025440|540#,23700|500#,1986 +14,,9,,,ec p,71|3,,,,,,,,,,,, +,,,,,ec 2p,3.6|4,,,,,,,,,,,, +24,Si,,140 ms|8,1.4E-1|8E-3,ec ?+,100,,,-22570|500#,-9157|20,10794|19#,,21020|500#,3292|19,7167.2|8,24011535|21,10745|19,1979 +14,,10,,,?+ p,38|4,,,,,,,,,,,, +25,Si,,220 ms|3,2.2E-1|3E-3,ec ?+,100,,,-15910|400#,-9501|10,12743|10#,-37560|500#,14989|22,3413|10,7480.1|4,25004109|11,3827|10,1963 +14,,11,,,?+ p,35|2,,,,,,,,,,,, +26,Si,,2.2453 s|7,2.25E0|7E-4,ec ?+,100,,,-18110|200#,-9166.0|3,5069.14|13#,-34950|400#,19040|10,5514.01|11,7924.708|4,25992333.80|11,-7141.01|11,1960 +14,,12,,,,,,,,,,,,,,,, +27,Si,,4.15 s|4,4.15E0|4E-2,ec ?+,100,0.8654 3,+0.063 14,-11662|26,-9335.91|19,4812.36|12,-31430|200#,13314.80|15,7463.32|13,8124.341|4,26986704.69|11,-12384.50|11,1939 +14,,13,,,,,,,,,,,,,,,, +28,Si,,STABLE,,,,,,-14345.1|12,-9984.14|1,-4642.15|8,-28842|26,17179.61|11,11584.90|5,8447.744|0,27976926.5350|5,-21492.7943|5,1920 +14,,14,92.223 %|19,,,,,,,,,,,,,,, +29,Si,,STABLE,,,,-0.55529 3,,-4942.2|4,-11127.21|5,-3687.3|3,-22818.7|11,8473.60|0,12333.40|8,8448.635|0,28976494.6652|5,-21895.0784|5,1920 +14,,15,4.685 %|8,,,,,,,,,,,,,,, +30,Si,,STABLE,,,,,,-4232.11|6,-10643.33|4,-8568.1|29,-15551.4|4,10609.20|2,13514.2|3,8520.654|1,29973770.136|23,-24432.960|22,1924 +14,,16,3.092 %|11,,,,,,,,,,,,,,, +31,Si,,157.36 min|26,9.44E3|1.56E1,?-,100,,,1491.50|4,-10787.34|7,-7998.3|22,-10819.50|7,6587.39|4,14373.2|29,8458.291|1,30975363.19|5,-22949.04|4,1934 +14,,17,,,,,,,,,,,,,,,, +32,Si,,153 y|19,4.83E9|6E8,?-,100,,,227.2|3,-11483.8|20,-12978|7,-7708.5|3,9200.0|3,16415.9|23,8481.468|9,31974151.5|3,-24077.7|3,1953 +14,,18,,,,,,,,,,,,,,,, +33,Si,,6.11 s|21,6.11E0|2.1E-1,?-,100,1.21 3,,5823.0|13,-12336|11,-12017|7,-4280.8|7,4508.0|8,16704|7,8361.059|21,32977977.0|7,-20514.3|7,1971 +14,,19,,,,,,,,,,,,,,,, +34,Si,,2.77 s|20,2.77E0|2E-1,?-,100,,,4592|14,-13498|15,-16957|14,-1691|14,7514|14,18748|16,8336.1|4,33978575|15,-19957|14,1971 +14,,20,,,,,,,,,,,,,,,, +35,Si,,0.78 s|12,7.8E-1|1.2E-1,?-,100,-1.638 4,,10470|40,-13690|40,-14170|40,2090|40,2510|40,18680|40,8169.6|10,34984550|40,-14390|40,1971 +14,,21,,,?- n,< 5,,,,,,,,,,,, +36,Si,,0.45 s|6,4.5E-1|6E-2,?-,100,,,7810|70,-14030|70,-18390|170,4350|70,6120|80,19500|70,8112.5|20,35986650|80,-12440|70,1971 +14,,22,,,?- n,< 10,,,,,,,,,,,, +37,Si,,90 ms|60,9E-2|6E-2,?-,100,,,12420|120,-13960|110,-16380|210,5610|110,2210|130,19810|190,7953|3,36992950|120,-6570|110,1979 +14,,23,,,?- n,17|13,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +38,Si,,> 1 ?s,1E-6|5E18,?- n,?,,,10450|130,-14920|110,-20380|390,6750|110,5670|150,21270|210,7892.8|28,37995520|110,-4170|100,1979 +14,,24,,,?-,?,,,,,,,,,,,, +39,Si,,47.5 ms|20,4.75E-2|2E-3,?-,100,,,15090|180,-15740|300,-18330|420,8870|150,1580|170,21180|400,7731|3,39002490|150,2320|140,1979 +14,,25,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +40,Si,,33.0 ms|10,3.3E-2|1E-3,?- n,?,,,13540|380,-17380|770,-22160|530,10130|360,4960|370,22510|530#,7662|9,40005830|370,5430|350,1989 +14,,26,,,?-,?,,,,,,,,,,,, +41,Si,,20.0 ms|25,2E-2|2.5E-3,?-,100,,,17100|570,-18520|890,-21300|750,12160|580,1380|650,22760|680#,7509|14,41013010|600,12120|550,1989 +14,,27,,,?- n,> 0,,,,,,,,,,,, +42,Si,,12.5 ms|35,1.25E-2|3.5E-3,?-,100,,,15460|590#,-20030|710#,-23630|780#,13380|510#,3720|750#,24240|710#,7418|12#,42017680|540#,16470|500#,1990 +14,,28,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +43,Si,,> 60 ns,6E-8|5E15,?- 2n,?,,,18420|810#,-21600|790#,-23920|1000#,14020|670#,1440|780#,24290|850#,7279|14#,43024800|640#,23100|600#,2002 +14,,29,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +44,Si,,> 360 ns,3.6E-7|5E15,?-,100,,,18060|780#,-22260|780#,#,15760|810#,2660|840#,25800|1000#,7174|14#,44030610|640#,28510|600#,2007 +14,,30,,,?- n,?,,,,,,,,,,,, +25,P,,< 30 ns,3E-8,p,100,,,,-9680|720#,15910|400,,21650|640#,-1700|400#,6812|16#,25021190|430#,19740|400#, +15,,10,,,,,,,,,,,,,,,, +26,P,,43.7 ms|6,4.37E-2|6E-4,ec ?+,100,,,-16110|630#,-9650|450#,18110|200#,,16840|450#,140|200#,7198|8#,26011780|210#,10970|200#,1983 +15,,11,,,ec p,36.8|20,,,,,,,,,,,, +,,,,,ec 2p,2.16|24,,,,,,,,,,,, +,,,,,ec ?,0,,,,,,,,,,,, +27,P,,260 ms|80,2.6E-1|8E-2,ec ?+,100,,,-17750|400#,-9895|26,11662|26#,-35870|600#,19770|200#,870|26,7663.4|10,26999224|28,-722|26,1977 +15,,12,,,?+ p,0.07,,,,,,,,,,,, +28,P,,270.3 ms|5,2.7E-1|5E-4,ec ?+,100,0.3115 34,,-11220|160,-9523.8|12,14345.1|12,-32250|400#,14497|26,2052.2|12,7907.48|4,27992326.6|12,-7147.7|12,1953 +15,,13,,,ec p,0.0013|4,,,,,,,,,,,, +,,,,,ec ?,0.00086|25,,,,,,,,,,,, +29,P,,4.142 s|15,4.14E0|1.5E-2,ec ?+,100,1.2346 3,,-13800|50,-10461.8|4,4942.2|3,-29100|160,17876.4|12,2749.0|4,8251.236|12,28981800.4|4,-16952.8|4,1941 +15,,14,,,,,,,,,,,,,,,, +30,P,,2.498 min|4,1.5E2|2.4E-1,ec ?+,100,,,-6141.60|20,-10415.62|9,4232.11|7,-25120|50,11319.3|4,5594.75|7,8353.506|2,29978313.49|7,-20200.85|6,1934 +15,,15,,,,,,,,,,,,,,,, +31,P,,STABLE,,,,+1.130903 17,,-5398.02|23,-9668.60|5,-1491.50|4,-18452.60|21,12311.00|7,7296.55|2,8481.167|0,30973761.9986|7,-24440.5409|7,1920 +15,,16,100 %,,,,,,,,,,,,,,, +32,P,,14.268 d|5,1.23E6|4.32E2,?-,100,-0.2524 3,,1710.66|4,-9879.14|9,-227.2|3,-13333.67|23,7935.65|4,8644.81|6,8464.120|1,31973907.64|4,-24304.87|4,1934 +15,,17,,,,,,,,,,,,,,,, +33,P,,25.35 d|11,2.19E6|9.5E3,?-,100,,,248.5|11,-10554.5|11,-5823.0|13,-8393.1|11,10103.8|11,9548.6|11,8513.81|3,32971725.7|12,-26337.3|11,1951 +15,,18,,,,,,,,,,,,,,,, +34,P,,12.43 s|10,1.24E1|1E-1,?-,100,,,5383.0|8,-11109|3,-4592|14,-6034.2|8,6282.7|14,11323.3|11,8448.185|24,33973645.9|9,-24548.7|8,1945 +15,,19,,,,,,,,,,,,,,,, +35,P,,47.3 s|8,4.73E1|8E-1,?-,100,,,3988.4|19,-12332.0|29,-10470|40,-2997.4|19,8380.4|20,12190|14,8446.25|5,34973314.1|20,-24857.8|19,1971 +15,,20,,,,,,,,,,,,,,,, +36,P,,5.6 s|3,5.6E0|3E-1,?-,100,,,10413|13,-11577|15,-7810|70,524|13,3465|13,13150|40,8307.9|4,35978260|14,-20251|13,1971 +15,,21,,,,,,,,,,,,,,,, +37,P,,2.31 s|13,2.31E0|1.3E-1,?-,100,,,7900|40,-12920|40,-12420|120,3600|40,6820|40,13850|80,8267.6|10,36979610|40,-19000|40,1971 +15,,22,,,,,,,,,,,,,,,, +38,P,,0.64 s|14,6.4E-1|1.4E-1,?-,100,,,12240|70,-14050|70,-10450|130,4200|70,3700|80,15340|130,8147.3|19,37984300|80,-14620|70,1971 +15,,23,,,?- n,12|5,,,,,,,,,,,, +39,P,,0.28 s|4,2.8E-1|4E-2,?-,100,,,10390|120,-14980|110,-15090|180,6020|110,6220|130,15890|150,8098.0|29,38986290|120,-12770|110,1977 +15,,24,,,?- n,26|8,,,,,,,,,,,, +40,P,,150 ms|8,1.5E-1|8E-3,?-,100,,,14720|150,-16490|210,-13540|380,6980|160,3410|190,17720|200,7981|4,39991290|160,-8110|150,1979 +15,,25,,,?- n,15.8|21,,,,,,,,,,,, +41,P,,101 ms|5,1.01E-1|5E-3,?-,100,,,14030|120,-17210|220,-17100|570,9790|120,4940|190,17700|370,7906.6|29,40994650|130,-4980|120,1979 +15,,26,,,?- n,30|10,,,,,,,,,,,, +42,P,,48.5 ms|15,4.85E-2|1.5E-3,?-,100,,,18650|310,-17630|490,-15460|590,11950|310,2080|340,18400|640,7768|7,42001080|340,1010|310,1979 +15,,27,,,?- n,50|20,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +43,P,,36.5 ms|15,3.65E-2|1.5E-3,?- n,100,,,16880|550,-18390|680#,-18420|810,14250|550,4400|640,19080|750#,7690|13,43005020|600,4680|550,1989 +15,,28,,,?-,100,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +44,P,,18.5 ms|25,1.85E-2|2.5E-3,?- n,?,,,19650|500#,-19560|640#,-18060|780#,14570|500#,2300|750#,19940|780#,7567|11#,44011220|540#,10450|500#,1989 +15,,29,,,?-,?,,,,,,,,,,,, +45,P,,> 200 ns,2E-7|5E15,?-,?,,,19590|1150#,-20240|710#,#,16730|500#,2920|710#,20200|780#,7464|11#,45016750|540#,15600|500#,1990 +15,,30,,,,,,,,,,,,,,,, +46,P,,,,?-,100,,,22630|860#,-19550|920#,#,18890|1250#,700|860#,21810|990#,7317|15#,46024660|750#,22970|700#,1990 +15,,31,,,,,,,,,,,,,,,, +26,S,,< 79 ns,7.9E-8,p,?,,,,-8680|780#,16110|630,,,-50|720#,6548|23#,26029070|640#,27080|600#, +16,,10,,,,,,,,,,,,,,,, +27,S,,15.5 ms|15,1.55E-2|1.5E-3,ec ?+,100,,,,-9090|640#,17750|400,,18120|720#,1230|450#,6977|15#,27018280|430#,17030|400#,1986 +16,,11,,,?+ p,2.3|9,,,,,,,,,,,, +,,,,,?+ 2p,1.1|5,,,,,,,,,,,, +28,S,,125 ms|10,1.25E-1|1E-2,ec ?+,100,,,-23440|620#,-9100|160,11220|160#,,21030|430#,2490|160,7479|6,28004370|170,4070|160,1982 +16,,12,,,ec p,20.7|20,,,,,,,,,,,, +29,S,,188 ms|4,1.88E-1|4E-3,ec ?+,100,,,-16320|200,-9410|50,13800|50,-38740|600#,15300|170,3300|50,7748.5|17,28996610|50,-3160|50,1964 +16,,13,,,ec p,47|5,,,,,,,,,,,, +30,S,,1.178 s|5,1.18E0|5E-3,ec ?+,100,,,-18500|200#,-9343.15|23,6141.60|22#,-35290|190,18970|50,4395.4|4,8122.707|7,29984906.77|22,-14059.25|21,1961 +16,,14,,,,,,,,,,,,,,,, +31,S,,2.5534 s|18,2.55E0|1.8E-3,ec ?+,100,0.48793 8,,-12008|3,-9082.94|25,5398.02|23,-31560|200#,13054.6|3,6130.64|24,8281.800|7,30979557.01|25,-19042.52|23,1940 +16,,15,,,,,,,,,,,,,,,, +32,S,,STABLE,,,,,,-12680.9|6,-6947.65|0,-1710.66|4,-27052|3,15044.33|23,8863.96|0,8493.129|0,31972071.1744|14,-26015.5335|13,1920 +16,,16,94.99 %|26,,,,,,,,,,,,,,, +33,S,,STABLE,,,,+0.6438212 14,-0.084 8,-5582.5|4,-7115.69|0,-248.5|11,-21322.5|6,8641.64|0,9569.95|4,8497.630|0,32971458.9098|14,-26585.8543|13,1926 +16,,17,0.75 %|2,,,,,,,,,,,,,,, +34,S,,STABLE,,,,,,-5491.60|4,-7923.64|5,-5383.0|8,-16999.7|4,11417.15|4,10883.3|11,8583.498|1,33967867.01|5,-29931.68|4,1926 +16,,18,4.25 %|24,,,,,,,,,,,,,,, +35,S,,87.37 d|4,7.55E6|3.46E3,?-,100,+1.00 4,+0.0471 9,167.322|26,-8322.09|6,-3988.4|19,-12477.44|5,6985.84|4,11586.5|8,8537.850|1,34969032.32|4,-28846.21|4,1936 +16,,19,,,,,,,,,,,,,,,, +36,S,,STABLE,,,,,,-1142.13|19,-9011.4|3,-10413|13,-9721.92|19,9889.24|19,13095.3|19,8575.389|5,35967080.70|20,-30664.13|19,1938 +16,,20,0.01 %|1,,,,,,,,,,,,,,, +37,S,,5.05 min|2,3.03E2|1.2E0,?-,100,,,4865.12|20,-8807.0|7,-7900|40,-5445.73|20,4303.60|6,13934|13,8459.935|5,36971125.51|21,-26896.42|20,1945 +16,,21,,,,,,,,,,,,,,,, +38,S,,170.3 min|7,1.02E4|4.2E1,?-,100,,,2937|7,-9329|16,-12240|70,-3171|7,8036|7,15150|40,8448.78|19,37971163|8,-26861|7,1958 +16,,22,,,,,,,,,,,,,,,, +39,S,,11.5 s|5,1.15E1|5E-1,?-,100,,,6640|50,-11200|60,-10390|120,-1440|50,4370|50,15830|90,8344.3|13,38975130|50,-23160|50,1971 +16,,23,,,,,,,,,,,,,,,, +40,S,,8.8 s|22,8.8E0|2.2E0,?-,100,,,4720|30,-12830|70,-14720|150,-1109|4,7750|50,17350|110,8329.32|10,39975483|4,-22838|4,1971 +16,,24,,,,,,,,,,,,,,,, +41,S,,1.99 s|5,1.99E0|5E-2,?-,100,,,8300|70,-14860|110,-14030|120,480|30,4242|6,18180|150,8229.63|10,40979593|4,-19009|4,1979 +16,,25,,,?- n,?,,,,,,,,,,,, +42,S,,1.016 s|15,1.02E0|1.5E-2,?-,100,,,7190|60,-15890|100,-18650|310,1600|70,6700|5,19950|120,8193.23|7,41981065|3,-17637.7|28,1979 +16,,26,,,?- n,< 4,,,,,,,,,,,, +43,S,,265 ms|15,2.65E-1|1.5E-2,?-,100,,,11960|60,-16940|140,-16880|550,4560|60,2629|6,20490|310,8063.83|12,42986908|5,-12195|5,1979 +16,,27,,,?- n,40|10,,,,,,,,,,,, +44,S,,100 ms|1,1E-1|1E-3,?-,100,,,11180|140,-17060|350,-19650|500,6880|60,5080|7,21170|550,7996.01|12,43990119|6,-9204|5,1979 +16,,28,,,?- n,18|3,,,,,,,,,,,, +45,S,,68 ms|2,6.8E-2|2E-3,?-,100,,,14270|1040,-18530|1170,-19590|1150,8320|1040,2860|1040,21730|1150#,7882|23,44995720|1110,-3990|1040,1989 +16,,29,,,?- n,54,,,,,,,,,,,, +46,S,,50 ms|8,5E-2|8E-3,?-,100,,,14200|540#,-18550|710#,-22630|860#,10530|520#,3740|1150#,22550|710#,7792|11#,46000360|540#,340|500#,1989 +16,,30,,,,,,,,,,,,,,,, +48,S,,> 200 ns,2E-7|5E15,?-,?,,,17040|780#,-18180|840#,#,14470|720#,2680|780#,24240|1000#,7545|12#,48013700|640#,12760|600#,1990 +16,,32,,,,,,,,,,,,,,,, +29,Cl,,< 20 ns,2E-8,p,? 100,,,,-9000|440#,16320|200,,22420|620#,-1800|100,7159|7,29014130|200,13160|190, +17,,12,,,,,,,,,,,,,,,, +30,Cl,,< 30 ns,3E-8,p,?,,,-16490|280#,-8950|280#,18500|200#,,16790|270#,-310|200#,7480|7#,30004770|210#,4440|200#, +17,,13,,,,,,,,,,,,,,,, +31,Cl,,190 ms|1,1.9E-1|1E-3,ec ?+,100,,,-18360|200#,-8737|27,12008|3#,-36040|210,19550|200#,264|3,7869.21|11,30992448|4,-7035|3,1977 +17,,14,,,ec p,2.4|2,,,,,,,,,,,, +32,Cl,,298 ms|1,2.98E-1|1E-3,ec ?+,100,+1.114 6,,-11134.3|19,-8611.8|13,12680.9|6,-32730|200#,14371|3,1581.1|5,8072.404|18,31985684.6|6,-13334.7|6,1953 +17,,15,,,ec ?,0.054|8,,,,,,,,,,,, +,,,,,ec p,0.026|5,,,,,,,,,,,, +33,Cl,,2.511 s|4,2.51E0|4E-3,ec ?+,100,+0.7549 3,,-11619.0|6,-6475.4|5,5582.5|4,-26874.3|18,15740.0|7,2276.8|4,8304.755|12,32977452.0|4,-21003.3|4,1940 +17,,16,,,,,,,,,,,,,,,, +34,Cl,,1.5266 s|4,1.53E0|4E-4,ec ?+,100,,,-6061.79|6,-6664.14|8,5491.60|7,-23127.1|4,11508.1|4,5143.20|5,8398.970|1,33973762.49|5,-24440.08|5,1934 +17,,17,,,,,,,,,,,,,,,, +35,Cl,,75.76 %|10,,,,+0.8218743 4,-0.08249 2,-5966.2|7,-6997.90|4,-167.32|5,-18706.56|8,12644.76|5,6370.81|4,8520.278|1,34968852.69|4,-29013.53|3,1919 +17,,18,,,,,,,,,,,,,,,, +36,Cl,,3.013 x 105|y|15,9.51E12|4.73E10,?-,98.1|1,+1.28547 5,-0.0180 4,709.53|4,-7642.05|5,1142.13|19,-14546.0|7,8579.79|0,7964.77|3,8521.931|1,35968306.82|4,-29522.00|4,1941 +17,,19,,,ec ?+,1.9|1,,,,,,,,,,,, +37,Cl,,STABLE,,,,+0.6841236 4,-0.06493 2,-813.87|20,-7849.1|11,-4865.12|20,-9601.32|6,10310.85|6,8386.38|19,8570.281|1,36965902.58|5,-31761.54|5,1919 +17,,20,24.24 %|10,,,,,,,,,,,,,,, +38,Cl,,37.24 min|5,2.23E3|3E0,?-,100,2.05 2,,4916.72|22,-7674.3|8,-2937|7,-6921.76|22,6107.88|8,10190.66|21,8505.481|3,37968010.42|10,-29798.10|10,1940 +17,,21,,,,,,,,,,,,,,,, +39,Cl,,56.2 min|6,3.37E3|3.6E1,?-,100,,,3442|5,-7367.3|25,-6640|50,-3156.7|17,8073.4|17,10228|7,8494.40|4,38968008.2|19,-29800.2|17,1949 +17,,22,,,,,,,,,,,,,,,, +40,Cl,,1.35 min|2,8.1E1|1.2E0,?-,100,,,7480|30,-9730|30,-4720|30,-2390|30,5830|30,11680|60,8427.8|8,39970420|30,-27560|30,1956 +17,,23,,,,,,,,,,,,,,,, +41,Cl,,38.4 s|8,3.84E1|8E-1,?-,100,,,5760|70,-10740|80,-8300|70,-340|70,7820|80,11760|70,8413.0|17,40970680|70,-27310|70,1971 +17,,24,,,,,,,,,,,,,,,, +42,Cl,,6.8 s|3,6.8E0|3E-1,?-,100,,,9590|60,-12640|90,-7190|60,160|60,5600|90,13110|60,8345.9|14,41973340|60,-24830|60,1971 +17,,25,,,,,,,,,,,,,,,, +43,Cl,,3.13 s|9,3.13E0|9E-2,?-,100,,,7850|60,-13810|130,-11960|60,2190|60,7400|90,13810|60,8323.9|14,42974060|70,-24160|60,1976 +17,,26,,,,,,,,,,,,,,,, +44,Cl,,0.56 s|11,5.6E-1|1.1E-1,?-,100,-0.5498 4,,12290|140,-14700|210,-11180|140,3550|140,4300|150,15480|140,8232|3,43978120|150,-20380|140,1979 +17,,27,,,?- n,< 8,,,,,,,,,,,, +45,Cl,,413 ms|25,4.13E-1|2.5E-2,?-,100,,,11510|140,-15710|180,-14270|1040,6340|140,5950|190,16350|140,8182|3,44980390|150,-18260|140,1979 +17,,28,,,?- n,24|4,,,,,,,,,,,, +46,Cl,,232 ms|2,2.32E-1|2E-3,?-,100,,,15910|210,-17290|380,-14200|540,7840|210,3670|250,17160|1060,8083|5,45985120|220,-13860|210,1989 +17,,29,,,?- n,60|9,,,,,,,,,,,, +47,Cl,,101 ms|6,1.01E-1|6E-3,?-,100,,,15590|400#,-16880|680#,-17150|640#,11920|400#,3990|450#,17410|640#,7996|9#,46989500|430#,-9780|400#,1989 +17,,30,,,?- n,> 0|LT 3,,,,,,,,,,,, +48,Cl,,? 200 ns,2E-7|5E15,?-,?,,,18000|590#,-17160|710#,-17040|780#,13010|500#,2570|640#,18940|710#,7883|10#,47995400|540#,-4280|500#,1989 +17,,31,,,,,,,,,,,,,,,, +49,Cl,,? 170 ns,1.7E-7|5E15,?-,?,,,18130|720#,-17080|780#,-20150|900#,15150|670#,2850|780#,19110|850#,7781|12#,49001010|640#,940|600#,1989 +17,,32,,,,,,,,,,,,,,,, +50,CL,,> 620 ns,6.2E-7|5E15,?-,?,,,21070|780#,-17650|920#,#,16860|720#,1270|850#,20640|900#,7651|12#,50008310|640#,7740|600#,2009 +17,,33,,,?- n,?,,,,,,,,,,,, +51,Cl,,> 200 ns,2E-7|5E15,?-,?,,,20980|920#,-17840|1060#,#,19550|860#,1520|920#,,7530|14#,51015340|750#,14290|700#,1990 +17,,34,,,,,,,,,,,,,,,, +30,Ar,,< 10 ps,1E-11,2p,100,,,,-8570|630#,16490|280,,,-480|160,6904|7,30022470|220,20930|210, +18,,12,,,,,,,,,,,,,,,, +31,Ar,,14.4 ms|6,1.44E-2|6E-4,ec,100,,,,-8130|450#,18360|200,,17680|290#,410|280#,7252|6#,31012160|210#,11320|200#,1986 +18,,13,,,?+ p,63|7,,,,,,,,,,,, +,,,,,?+ 2p,7.2|11,,,,,,,,,,,, +,,,,,ec 3p,2.1|10,,,,,,,,,,,, +32,Ar,,98 ms|2,9.8E-2|2E-3,ec ?+,100,,,-23300|400#,-8700|160,11134.3|19#,,21600|200#,2455|4,7700.01|5,31997637.8|19,-2200.4|18,1977 +18,,14,,,ec p,35.58|22,,,,,,,,,,,, +33,Ar,,173.0 ms|20,1.73E-1|2E-3,ec ?+,100,-0.723 6,,-16430|200#,-8650|50,11619.0|6#,-38550|400#,15255.3|18,3338.6|7,7928.955|12,32989925.5|4,-9384.3|4,1964 +18,,15,,,ec p,38.7|10,,,,,,,,,,,, +34,Ar,,843.8 ms|4,8.44E-1|4E-4,ec ?+,100,,,-17160|200#,-6743.95|22,6061.79|9#,-33490|200#,17065.3|4,4663.9|4,8197.672|2,33980270.09|8,-18378.29|8,1966 +18,,16,,,,,,,,,,,,,,,, +35,Ar,,1.7756 s|10,1.78E0|1E-3,ec ?+,100,+0.6322 2,-0.084 15,-11874.4|9,-6429.7|7,5966.2|7,-29900|200#,12740.3|7,5896.2|7,8327.461|19,34975257.7|7,-23047.3|7,1940 +18,,17,,,,,,,,,,,,,,,, +36,Ar,,STABLE,,,,,,-12814.5|3,-6640.92|3,-709.53|4,-27130.0|5,15255.6|7,8506.98|4,8519.909|1,35967545.105|28,-30231.540|27,1920 +18,,18,0.3336 %|21,,,,,,,,,,,,,,, +37,Ar,,35.011 d|19,3.02E6|1.64E3,ec,100,+1.145 5,+0.076 9,-6147.46|23,-6786.73|21,813.87|21,-21601.9|4,8787.44|21,8714.63|21,8527.139|6,36966776.31|22,-30947.66|21,1941 +18,,19,,,,,,,,,,,,,,,, +38,Ar,,STABLE,,,,,,-5914.07|4,-7208.05|20,-4916.72|22,-17985.94|22,11838.47|28,10242.25|20,8614.280|5,37962732.10|21,-34714.82|19,1934 +18,,20,0.0629 %|7,,,,,,,,,,,,,,, +39,Ar,,269 y|3,8.49E9|9.47E7,?-,100,-1.588 15,-0.12 3,565|5,-6821|5,-3442|5,-12513|5,6599|5,10733|5,8562.60|13,38964313|5,-33242|5,1950 +18,,21,,,,,,,,,,,,,,,, +40,Ar,,STABLE,,,,,,-1504.40|6,-6800.68|19,-7480|30,-9304.02|0,9869|5,12528.7|17,8595.259|0,39962383.1238|23,-35039.8946|22,1920 +18,,22,99.6035 %|25,,,,,,,,,,,,,,, +41,Ar,,109.61 min|4,6.58E3|2.4E0,?-,100,-1.309 8,-0.042 4,2492.0|3,-8596.0|4,-5760|70,-7603.3|3,6098.9|3,12800|30,8534.372|8,40964500.6|4,-33067.5|3,1936 +18,,23,,,,,,,,,,,,,,,, +42,Ar,,32.9 y|11,1.04E9|3.47E7,?-,100,,,599|6,-9986|9,-9590|60,-6934|6,9426|6,14400|70,8555.61|14,41963046|6,-34423|6,1952 +18,,24,,,,,,,,,,,,,,,, +43,Ar,,5.37 min|6,3.22E2|3.6E0,?-,100,-1.021 6,+0.142 14,4566|5,-11270|50,-7850|60,-5059|5,5658|8,14470|60,8488.24|12,42965636|6,-32010|5,1969 +18,,25,,,,,,,,,,,,,,,, +44,Ar,,11.87 min|5,7.12E2|3E0,?-,100,,,3108.2|16,-12260|4,-12290|140,-4169.2|16,8735|6,15800|60,8493.84|4,43964923.8|17,-32673.3|16,1969 +18,,26,,,,,,,,,,,,,,,, +45,Ar,,21.48 s|15,2.15E1|1.5E-1,?-,100,,,6844.8|7,-13187|4,-11510|140,-2060.6|7,5168.9|17,16680|140,8419.952|11,44968039.7|5,-29770.8|5,1974 +18,,27,,,,,,,,,,,,,,,, +46,Ar,,8.4 s|6,8.4E0|6E-1,?-,100,,,5641.0|13,-14560|3,-15910|210,-1228.6|12,8073.4|12,18800|140,8412.419|24,45968037.4|12,-29772.9|11,1974 +18,,28,,,,,,,,,,,,,,,, +47,Ar,,1.23 s|3,1.23E0|3E-2,?-,100,,,10345.6|18,-15596|5,-15590|400,1976.3|13,3664.7|16,18800|210,8311.404|24,46972768.1|12,-25366.3|11,1985 +18,,29,,,?- n,< 0.2,,,,,,,,,,,, +48,Ar,,475 ms|40,4.75E-1|4E-2,?-,100,,,10000|310,-15500|310,-18000|590,5360|310,4990|310,19790|500#,8242|6,47976080|330,-22280|310,2004 +18,,30,,,,,,,,,,,,,,,, +49,Ar,,170 ms|50,1.7E-1|5E-2,?-,100,,,12420|400#,-15620|1110#,-18130|720#,7020|400#,2980|500#,20200|640#,8135|8#,48981550|430#,-17190|400#,1989 +18,,31,,,?- n,65|20,,,,,,,,,,,, +50,Ar,,106 ms|6,1.06E-1|6E-3,?-,100,,,12400|500#,-16090|710#,-21070|780#,8210|500#,4210|640#,21560|780#,8056|10#,49985690|540#,-13330|500#,1989 +18,,32,,,?- n,37|7,,,,,,,,,,,, +51,Ar,,> 80 ms,8E-2|5E21,?-,?,,,15830|600#,-16480|780#,-20980|920#,10970|600#,1430|780#,21720|850#,7926|12#,50992820|640#,-6690|600#,1989 +18,,33,,,,,,,,,,,,,,,, +52,Ar,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,15860|600#,-16470|850#,#,13160|600#,2660|850#,22860|920#,7825|12#,51998630|640#,-1280|600#,2009 +18,,34,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +53,Ar,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,19090|710#,-16730|970#,#,15860|700#,0|920#,,7677|13#,53007290|750#,6790|700#,2009 +18,,35,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +33,K,,< 25 ns,2.5E-8,p,?,,,,-8540|270#,16430|200,,22130|450#,-1950|200#,7407|6#,33007560|210#,7040|200#, +19,,14,,,,,,,,,,,,,,,, +34,K,,< 25 ns,2.5E-8,p,?,,,-15070|360#,-8090|280#,17160|200#,,16330|280#,-870|200#,7670|6#,33998690|210#,-1220|200#, +19,,15,,,,,,,,,,,,,,,, +35,K,,178 ms|8,1.78E-1|8E-3,ec ?+,100,+0.392 7,,-15960|200#,-6563|3,11874.4|9#,-33100|300#,18020|200#,83.6|5,7965.840|15,34988005.4|5,-11172.9|5,1976 +19,,16,,,ec p,0.37|15,,,,,,,,,,,, +36,K,,341 ms|3,3.41E-1|3E-3,ec ?+,100,+0.548 1,,-10970|40,-6507.3|6,12814.5|3,-30280|200#,14315.5|6,1658.7|8,8142.219|9,35981302.0|4,-17417.1|3,1967 +19,,17,,,ec p,0.048|14,,,,,,,,,,,, +,,,,,ec ?,0.0034|13,,,,,,,,,,,, +37,K,,1.225 s|7,1.23E0|7E-3,ec ?+,100,+0.20321 6,0.106 4,-11664.1|6,-6221.8|4,6147.46|23,-26420|40,15454.4|3,1857.63|9,8339.847|3,36973375.89|10,-24800.20|9,1958 +19,,18,,,,,,,,,,,,,,,, +38,K,,7.636 min|18,4.58E2|1.08E0,ec ?+,100,+1.371 6,,-6742.26|6,-6785.59|20,5914.07|28,-23736.0|7,12071.87|22,5142.06|28,8438.058|5,37969081.12|21,-28800.75|19,1937 +19,,19,,,,,,,,,,,,,,,, +39,K,,STABLE,,,,+0.39146616 33,+0.0585 6,-6524.5|6,-7218.58|4,-565|5,-19820.01|19,13077.75|20,6381.34|19,8557.025|0,38963706.487|5,-33807.190|5,1921 +19,,20,93.2581 %|44,,,,,,,,,,,,,,, +40,K,,1.248 x 109|y|3,3.94E16|9.47E13,?-,89.28|13,-1.298100 3,-0.061 5,1310.89|6,-6438.40|7,1504.40|6,-14324.1|6,7799.62|6,7582|5,8538.090|1,39963998.17|6,-33535.49|6,1935 +19,,21,0.0117 %|1,,ec ?+,10.72|13,,,,,,,,,,,, +41,K,,STABLE,,,,+0.21487009 22,+0.0711 5,-421.65|14,-6222.92|5,-2492.0|3,-8784.48|2,10095.37|6,7808.62|0,8576.072|0,40961825.258|4,-35559.543|4,1921 +19,,22,6.7302 %|44,,,,,,,,,,,,,,, +42,K,,12.355 h|7,4.45E4|2.52E1,?-,100,-1.1388 57,,3525.22|18,-7648.84|14,-599|6,-7955.45|17,7533.80|11,9243.5|4,8551.256|3,41962402.31|11,-35022.03|11,1935 +19,,23,,,,,,,,,,,,,,,, +43,K,,22.3 h|1,8.03E4|3.6E2,?-,100,+0.1633 8,,1833.4|5,-9200.1|18,-4566|5,-6099.5|4,9624.7|4,9442|6,8576.220|10,42960734.7|4,-36575.4|4,1949 +19,,24,,,,,,,,,,,,,,,, +44,K,,22.13 min|19,1.33E3|1.14E1,?-,100,-0.856 4,,5687.2|5,-10650|30,-3108.2|16,-5444.0|5,7277.4|6,11061|5,8546.701|10,43961587.0|4,-35781.5|4,1954 +19,,25,,,,,,,,,,,,,,,, +45,K,,17.81 min|61,1.07E3|3.66E1,?-,100,+0.1734 8,,4196.5|6,-11730|70,-6844.8|7,-3218.3|6,8905.5|7,11231.3|17,8554.674|12,44960691.5|6,-36615.6|5,1964 +19,,26,,,,,,,,,,,,,,,, +46,K,,105 s|10,1.05E2|1E1,?-,100,,,7725.4|23,-13010|60,-5641.0|13,-2673.1|8,6869.6|9,12932.1|9,8518.042|16,45961981.6|8,-35413.9|7,1965 +19,,27,,,,,,,,,,,,,,,, +47,K,,17.50 s|24,1.75E1|2.4E-1,?-,100,+1.933 9,,6632.4|26,-13980|60,-10345.6|18,-643.9|26,8369.4|16,13228.0|18,8514.88|3,46961661.6|15,-35712.0|14,1964 +19,,28,,,,,,,,,,,,,,,, +48,K,,6.8 s|2,6.8E0|2E-1,?-,100,,,11940.2|8,-14320|140,-10000|310,1988.6|23,4643.8|16,14207.1|14,8434.232|16,47965341.2|8,-32284.5|8,1972 +19,,29,,,?- n,1.14|15,,,,,,,,,,,, +49,K,,1.26 s|5,1.26E0|5E-2,?-,100,,,11688.3|8,-13770|140,-12420|400,6541.8|8,5398.3|11,14620|310,8372.274|16,48968210.8|9,-29611.5|8,1972 +19,,30,,,?- n,86|9,,,,,,,,,,,, +50,K,,472 ms|4,4.72E-1|4E-3,?-,100,,,13861|8,-14290|210,-12400|500,7501|8,4188|8,15830|400#,8288.58|15,49972380|8,-25728|8,1972 +19,,31,,,?- n,29|3,,,,,,,,,,,, +51,K,,365 ms|5,3.65E-1|5E-3,?-,100,,,13816|13,-15160|400#,-15830|600,9002|13,4860|15,16470|500#,8221.35|26,50975828|14,-22516|13,1983 +19,,32,,,?- n,47|5,,,,,,,,,,,, +52,K,,110 ms|6,1.1E-1|6E-3,?-,100,,,17130|30,-15280|500#,-15860|600,11120|30,2690|40,17740|600#,8115.0|6,51981600|40,-17140|30,1983 +19,,33,,,?- n,74|9,,,,,,,,,,,, +,,,,,?- 2n,2.3|3,,,,,,,,,,,, +53,K,,30 ms|5,3E-2|5E-3,?-,100,,,17090|120,-15660|610#,-19090|710,13900|110,3230|120,18300|610#,8022.8|21,52986800|120,-12300|110,1983 +19,,34,,,?- n,? 67,,,,,,,,,,,, +,,,,,?- 2n,? 17,,,,,,,,,,,, +54,K,,10 ms|5,1E-2|5E-3,?-,100,,,20160|600#,-15170|850#,#,16310|600#,780|610#,19080|920#,7889|11#,53994630|640#,-5000|600#,1983 +19,,35,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +55,K,,> 360 ns,3.6E-7|5E15,?- n,?,,,19060|760#,-16010|990#,#,17800|700#,2360|920#,,7788|13#,55000760|750#,710|700#,2009 +19,,36,,,?-,?,,,,,,,,,,,, +56,K,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,21820|890#,,#,18210|850#,850|1060#,,7664|14#,56008510|860#,7930|800#,2009 +19,,37,,,?-,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +34,Ca,,< 35 ns,3.5E-8,2p,?,,,,-9500|360#,15070|360,,,480|360#,7204|9#,34014870|320#,13850|300#, +20,,14,,,p,?,,,,,,,,,,,, +35,Ca,,25.7 ms|2,2.57E-2|2E-4,ec ?+,100,,,,-8960|280#,15960|200,,17130|360#,1280|280#,7487|6#,35005140|210#,4790|200#,1985 +20,,15,,,ec p,95.9|14,,,,,,,,,,,, +,,,,,ec 2p,4.1|6,,,,,,,,,,,, +36,Ca,,101.2 ms|20,1.01E-1|2E-3,ec ?+,100,,,-21800|300#,-6680|40,10970|40#,,19310|200#,2570|40,7815.9|11,35993070|40,-6450|40,1977 +20,,16,,,ec p,51.2|10,,,,,,,,,,,, +37,Ca,,181.1 ms|10,1.81E-1|1E-3,ec ?+,100,,,-16660|300#,-6176.7|7,11664.1|6#,-36560|300#,14760|40,3008.0|7,8003.456|17,36985897.9|7,-13136.1|6,1964 +20,,17,,,ec p,82.1|7,,,,,,,,,,,, +38,Ca,,440 ms|12,4.4E-1|1.2E-2,ec ?+,100,,,-17810|200#,-6105.12|21,6742.26|27#,-33650|300#,16993.7|7,4547.27|22,8240.043|5,37976319.23|21,-22058.50|19,1966 +20,,18,,,,,,,,,,,,,,,, +39,Ca,,859.6 ms|14,8.6E-1|1.4E-3,ec ?+,100,1.02168 12,0.040 6,-13110|24,-6660.3|9,6524.5|6,-31100|200#,13295.5|6,5770.9|6,8369.670|15,38970710.8|6,-27282.7|6,1943 +20,,19,,,,,,,,,,,,,,,, +40,Ca,,STABLE,,,,,,-14323.0|28,-7039.76|3,-1310.89|6,-28745|24,15635.0|6,8328.16|2,8551.303|1,39962590.865|22,-34846.384|21,1922 +20,,20,96.94 %|16,,,,,,,,,,,,,,, +41,Ca,,9.94 x 104|y|15,3.14E12|4.73E10,ec,100,-1.594781 9,-0.0665 18,-6495.48|16,-6615.14|25,421.65|14,-22685.9|28,8362.82|14,8891.37|15,8546.706|3,40962277.92|15,-35137.89|14,1939 +20,,21,,,,,,,,,,,,,,,, +42,Ca,,STABLE,,,,,,-6426.09|10,-6257.34|25,-3525.22|18,-17976.15|16,11480.67|6,10276.67|15,8616.563|4,41958617.83|16,-38547.24|15,1934 +20,,22,0.647 %|23,,,,,,,,,,,,,,, +43,Ca,,STABLE,,,,-1.31726 60,-0.0408 8,-2220.7|19,-7592|5,-1833.4|5,-14358.99|20,7932.89|17,10675.77|25,8600.663|5,42958766.43|24,-38408.82|23,1934 +20,,23,0.135 %|10,,,,,,,,,,,,,,, +44,Ca,,STABLE,,,,,,-3652.7|18,-8853.7|3,-5687.2|5,-13351.9|19,11131.17|23,12182.3|5,8658.175|7,43955481.5|3,-41468.7|3,1922 +20,,24,2.09 %|11,,,,,,,,,,,,,,, +45,Ca,,162.61 d|9,1.4E7|7.78E3,?-,100,-1.3274 14,+0.046 14,259.7|7,-10169.6|5,-4196.5|6,-11067.5|18,7414.82|17,12319.6|6,8630.545|8,44956186.3|4,-40812.2|4,1940 +20,,25,,,,,,,,,,,,,,,, +46,Ca,,STABLE,,,,,,-1378.1|23,-11142|6,-7725.4|23,-10138.8|23,10398.5|23,13812.7|23,8668.98|5,45953688.0|24,-43139.4|22,1938 +20,,26,0.004 %|3,,,,,,,,,,,,,,, +47,Ca,,4.536 d|3,3.92E5|2.59E2,?-,100,-1.38 3,+0.021 4,1992.2|12,-12760|6,-6632.4|26,-8654.5|23,7276.37|27,14219.5|23,8639.35|5,46954541.4|24,-42344.4|22,1951 +20,,27,,,,,,,,,,,,,,,, +48,Ca,,1.9 x 1019|y|+45-8,6E26|8.36E26,2?-,75|+25-38,,,279|5,-13976.3|16,-11940.2|8,-7959.3|19,9951.5|22,15801.6|14,8666.686|2,47952522.90|10,-44224.63|10,1938 +20,,28,0.187 %|21,,2?-,69|31,,,,,,,,,,,, +,,,,,?-,25|+38-25,,,,,,,,,,,, +49,Ca,,8.718 min|6,5.23E2|3.6E-1,?-,100,-1.38 6,,5261.5|27,-13953.9|5,-11688.3|8,-4867|5,5146.45|18,16304.3|8,8594.844|4,48955662.87|22,-41299.76|20,1950 +20,,29,,,,,,,,,,,,,,,, +50,Ca,,13.9 s|6,1.39E1|6E-1,?-,100,,,4958|15,-12241.2|19,-13861|8,-1099|3,6360.8|16,17266.7|18,8550.16|3,49957499.2|17,-39589.2|16,1964 +20,,30,,,,,,,,,,,,,,,, +51,Ca,,10.0 s|8,1E1|8E-1,?-,100,,,6896|20,-13390.9|12,-13816|13,144|15,4814.4|17,17893|8,8476.913|10,50960995.7|6,-36332.3|5,1980 +20,,31,,,?- n,?,,,,,,,,,,,, +52,Ca,,4.6 s|3,4.6E0|3E-1,?-,100,,,6180|80,-14410|310,-17130|30,891|20,6005.3|8,19039|13,8429.381|13,51963213.6|7,-34266.3|7,1985 +20,,32,,,?- n,?,,,,,,,,,,,, +53,Ca,,461 ms|90,4.61E-1|9E-2,?-,100,,,9520|100,-14620|400#,-17090|120,2980|90,3190|40,19540|60,8330.6|8,52968450|50,-29390|40,1983 +20,,33,,,?- n,40|10,,,,,,,,,,,, +54,Ca,,107 ms|14,1.07E-1|1.4E-2,?-,100,,,8730|280,-14260|500#,-20160|600,5670|110,3840|70,20150|120,8247.5|9,53972990|50,-25160|50,1997 +20,,34,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +55,Ca,,22 ms|2,2.2E-2|2E-3,?-,100,,,11810|540#,-14080|670#,-19060|760#,7470|400#,1260|300#,20640|670#,8120|5#,54980300|320#,-18350|300#,1997 +20,,35,,,?- n,?,,,,,,,,,,,, +56,Ca,,11 ms|2,1.1E-2|2E-3,?-,100,,,10950|710#,-15040|720#,-21820|900#,8190|600#,3620|500#,21890|800#,8040|7#,55985080|430#,-13900|400#,1997 +20,,36,,,?- n,?,,,,,,,,,,,, +57,CA,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,14120|1360#,-16090|800#,#,9910|710#,1050|560#,22090|890#,7917|7#,56992620|430#,-6870|400#,2009 +20,,37,,,?-,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +58,CA,,> 620 ns,6.2E-7|5E15,?- n,?,,,12960|640#,,#,11010|1400#,3120|640#,,7835|9#,57997940|540#,-1920|500#,2009 +20,,38,,,?-,?,,,,,,,,,,,, +38,Sc,,,,p,?,,,-15120|360#,-5450|280#,17810|200#,,15840|360#,-1600|200#,7751|5#,37995440|210#,-4250|200#, +21,,17,,,,,,,,,,,,,,,, +39,Sc,,< 300 ns,3E-7,p,100,,,-16370|200#,-5425|24,13110|24#,-33110|300#,17990|200#,-597|24,8013.5|6,38984785|26,-14173|24,1988 +21,,18,,,,,,,,,,,,,,,, +40,Sc,,182.3 ms|7,1.82E-1|7E-4,ec ?+,100,,,-11670|160,-5531.2|28,14323.0|28,-30790|200#,14422|24,529.6|29,8173.67|7,39977967|3,-20523.3|28,1955 +21,,19,,,ec p,0.44|7,,,,,,,,,,,, +,,,,,ec ?,0.017|5,,,,,,,,,,,, +41,Sc,,596.3 ms|17,5.96E-1|1.7E-3,ec ?+,100,+5.4305 18,-0.156 3,-12945|28,-6267.13|13,6495.48|16,-27860|160,16190.4|28,1085.00|8,8369.198|2,40969251.10|9,-28642.41|8,1941 +21,,20,,,,,,,,,,,,,,,, +42,Sc,,680.79 ms|28,6.81E-1|2.8E-4,ec ?+,100,,,-7016.48|22,-5745.31|26,6426.09|22,-24495|28,11550.06|16,4272.23|10,8444.933|4,41965516.52|18,-32121.15|17,1955 +21,,21,,,,,,,,,,,,,,,, +43,Sc,,3.891 h|12,1.4E4|4.32E1,ec ?+,100,+4.528 10,-0.27 5,-6867|7,-4805.8|19,2220.7|19,-19154.7|19,12138.3|19,4929.8|19,8530.82|4,42961150.5|20,-36188.1|19,1935 +21,,22,,,,,,,,,,,,,,,, +44,Sc,,3.97 h|4,1.43E4|1.44E2,ec ?+,100,+2.499 5,+0.16 4,-267.4|19,-6705.4|18,3652.7|18,-16566|7,9699.2|25,6696.1|17,8557.38|4,43959402.9|19,-37816.0|18,1937 +21,,23,,,,,,,,,,,,,,,, +45,Sc,,STABLE,,,,+4.756487 2,-0.22 1,-2062.1|5,-7937.3|7,-259.7|8,-11594.6|10,11327.2|19,6892.2|7,8618.931|15,44955907.5|7,-41071.9|7,1923 +21,,24,100 %,,,,,,,,,,,,,,, +46,Sc,,83.79 d|4,7.24E6|3.46E3,?-,100,3.03 2,+0.119 6,2366.6|7,-9164.1|7,1378.1|23,-10822.7|5,8760.64|10,8238.0|7,8622.012|15,45955167.5|7,-41761.2|7,1936 +21,,25,,,,,,,,,,,,,,,, +47,Sc,,3.3492 d|6,2.89E5|5.18E1,?-,100,+5.34 2,-0.22 3,600.8|19,-10186.1|20,-1992.2|29,-8280.1|19,10646.7|20,8486.2|12,8665.09|4,46952402.7|21,-44336.6|19,1945 +21,,26,,,,,,,,,,,,,,,, +48,Sc,,43.67 h|9,1.57E5|3.24E2,?-,100,,,3989|5,-11147|5,-279|5,-7638|5,8239|5,9448|5,8656.20|10,47952223|5,-44504|5,1937 +21,,27,,,,,,,,,,,,,,,, +49,Sc,,57.18 min|13,3.43E3|7.8E0,?-,100,,,2002.5|27,-12370.5|27,-5261.5|27,-6139.9|27,10129|6,9625.6|27,8686.26|5,48950014.4|29,-46561.3|27,1940 +21,,28,,,,,,,,,,,,,,,, +50,Sc,,102.5 s|5,1.02E2|5E-1,?-,100,,,6884|15,-11558|15,-4958|15,-4055|15,6057|15,10537|15,8633.7|3,49952176|16,-44547|15,1959 +21,,29,,,,,,,,,,,,,,,, +51,Sc,,12.4 s|1,1.24E1|1E-1,?-,100,,,6504|20,-9942|20,-6896|20,132|20,6753|25,10928|20,8596.8|4,50953592|21,-43229|20,1966 +21,,30,,,,,,,,,,,,,,,, +52,Sc,,8.2 s|2,8.2E0|2E-1,?-,100,,,9030|80,-10580|80,-6180|80,1220|80,5290|80,11400|80,8533.1|16,51956580|90,-40440|80,1980 +21,,31,,,,,,,,,,,,,,,, +53,Sc,,2.6 s|4,2.6E0|4E-1,?-,100,,,7920|140,-11720|90,-9520|100,2490|90,6530|120,11930|90,8495.4|18,52958230|100,-38910|90,1980 +21,,32,,,?- n,?,,,,,,,,,,,, +54,Sc,,526 ms|15,5.26E-1|1.5E-2,?-,100,,,11730|280,-10590|270,-8730|280,4870|290,3060|290,11790|280,8395|5,53963620|290,-33890|270,1990 +21,,33,,,?- n,16|9,,,,,,,,,,,, +55,Sc,,105 ms|6,1.05E-1|6E-3,?-,100,,,11510|480,-10070|450,-11810|540,7390|460,4340|530,12290|460,8321|8,54967620|490,-30160|450,1990 +21,,34,,,?- n,?,,,,,,,,,,,, +56,Sc,,26 ms|6,2.6E-2|6E-3,?-,100,,,14470|600,-10140|590,-10950|710,8740|610,2760|740,13790|660#,8222|10,55973320|630,-24850|590,1997 +21,,35,,,?- n,?,,,,,,,,,,,, +57,Sc,,13 ms|4,1.3E-2|4E-3,?-,100,,,12920|1330,-11130|1310,-14120|1360,10250|1310,4210|1430,14390|1360#,8151|23,56977460|1400,-21000|1300,1997 +21,,36,,,?- n,?,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +58,SC,,12 ms|5,1.2E-2|5E-3,?-,100,,,16230|450#,-12300|720#,-12960|640#,10970|470#,1950|1360#,15290|560#,8045|7#,57984030|430#,-14880|400#,1997 +21,,37,,,?- n,?,,,,,,,,,,,, +59,SC,,> 360 ns,3.6E-7|5E15,?- n,?,,,15210|450#,-13430|800#,#,12740|450#,3500|560#,15670|640#,7967|7#,58988940|430#,-10300|400#,2009 +21,,38,,,?-,?,,,,,,,,,,,, +61,SC,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,17280|720#,,#,15190|670#,3090|780#,,7787|10#,61001000|640#,930|600#,2009 +21,,40,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +38,Ti,,,,2p,?,,,,-5410|420#,15120|360,,,-60|420#,7332|8#,38011670|320#,10870|300#, +22,,16,,,,,,,,,,,,,,,, +39,Ti,,31 ms|+6-4,3.1E-2|5E-3,ec p ec 2p,100,,,,-5010|280#,16370|200,,16740|360#,840|280#,7574|5#,39002360|210#,2200|200#,1990 +22,,17,,,ec ?+,100,,,,,,,,,,,, +,,,,,ec p,93.7|28,,,,,,,,,,,, +,,,,,ec 2p,14,,,,,,,,,,,, +40,Ti,,53.3 ms|15,5.33E-2|1.5E-3,ec p,100,,,-21020|340#,-4820|160,11670|160#,,19120|260#,1970|160,7862|4,39990500|170,-8850|160,1982 +22,,18,,,ec ?+,100,,,,,,,,,,,, +41,Ti,,81.9 ms|5,8.19E-2|5E-4,ec p,? 100,,,-16020|200#,-4986|28,12945|28#,-35940|300#,14920|160,2463|28,8034.4|7,40983150|30,-15698|28,1964 +22,,19,,,ec ?+,100,,,,,,,,,,,, +42,Ti,,208.65 ms|80,2.09E-1|8E-4,ec ?+,100,,,-17480|200#,-5471.1|3,7016.5|3#,-33500|200#,17478|28,3751.23|27,8259.247|7,41973049.0|3,-25104.67|28,1964 +22,,20,,,,,,,,,,,,,,,, +43,Ti,,509 ms|5,5.09E-1|5E-3,ec ?+,100,0.85 2,,-11400|40,-4463|7,6867|7,-29770|200#,12288|7,4489|7,8352.93|17,42968523|8,-29321|7,1948 +22,,21,,,ec p,?,,,,,,,,,,,, +44,Ti,,59.1 y|3,1.87E9|9.47E6,ec,100,,,-13430|180,-5127.1|7,267.4|19,-27700|40,16299|7,8649.4|20,8533.520|16,43959690.0|8,-37548.6|7,1954 +22,,22,,,,,,,,,,,,,,,, +45,Ti,,184.8 min|5,1.11E4|3E1,ec ?+,100,0.095 2,0.015 15,-7123.82|21,-6296.9|8,2062.1|11,-22960|180,9532.6|11,8482.8|19,8555.722|19,44958121.2|9,-39009.8|8,1941 +22,,23,,,,,,,,,,,,,,,, +46,Ti,,STABLE,,,,,,-7052.45|9,-8005.47|22,-2366.6|7,-20313.1|9,13189.3|8,10344.9|7,8656.451|4,45952626.86|18,-44127.80|16,1934 +22,,24,8.25 %|3,,,,,,,,,,,,,,, +47,Ti,,STABLE,,,,-0.78848 1,+0.30 2,-2930.75|14,-8953.46|25,-600.8|19,-15933.33|18,8880.88|13,10465.1|7,8661.227|2,46951757.75|12,-44937.36|11,1934 +22,,25,7.44 %|2,,,,,,,,,,,,,,, +48,Ti,,STABLE,,,,,,-4015.0|10,-9448.9|3,-3989|5,-14557.41|14,11626.66|4,11445.1|19,8723.006|2,47947940.93|12,-48492.71|11,1923 +22,,26,73.72 %|3,,,,,,,,,,,,,,, +49,Ti,,STABLE,,,,-1.10417 1,+0.247 11,-601.9|8,-10176.5|4,-2002.5|27,-12157.4|10,8142.40|3,11349|5,8711.157|2,48947864.63|12,-48563.79|11,1934 +22,,27,5.41 %|2,,,,,,,,,,,,,,, +50,Ti,,STABLE,,,,,,-2207.6|4,-10717.2|22,-6884|15,-11541.0|8,10939.19|4,12159.4|27,8755.718|2,49944785.84|13,-51431.66|12,1934 +22,,28,5.18 %|2,,,,,,,,,,,,,,, +51,Ti,,5.76 min|1,3.46E2|6E-1,?-,100,,,2471.0|6,-9813.3|23,-6504|20,-8580.1|6,6372.5|5,12474|15,8708.988|10,50946609.6|5,-49732.8|5,1947 +22,,29,,,,,,,,,,,,,,,, +52,Ti,,1.7 min|1,1.02E2|6E0,?-,100,,,1974|7,-7670|7,-9030|80,-5337|7,7808|7,13530|21,8691.67|14,51946892|8,-49470|7,1966 +22,,30,,,,,,,,,,,,,,,, +53,Ti,,32.7 s|9,3.27E1|9E-1,?-,100,,,5020|100,-7960|100,-7920|140,-3460|100,5430|100,13680|130,8630.2|19,52949720|110,-46830|100,1977 +22,,31,,,,,,,,,,,,,,,, +54,Ti,,2.1 s|10,2.1E0|1E0,?-,100,,,4270|80,-8460|80,-11730|280,-1840|80,6860|130,14000|130,8597.4|15,53951020|90,-45620|80,1980 +22,,32,,,,,,,,,,,,,,,, +55,Ti,,1.3 s|1,1.3E0|1E-1,?-,100,,,7480|160,-7760|160,-11510|480,150|160,4120|180,15070|320,8516.0|29,54955270|170,-41670|160,1980 +22,,33,,,,,,,,,,,,,,,, +56,Ti,,0.200 s|5,2E-1|5E-3,?-,100,,,6830|190,-7480|120,-14470|600,1750|150,5720|200,16450|470,8466.1|22,55957790|130,-39320|120,1980 +22,,34,,,?- n,?,,,,,,,,,,,, +57,Ti,,98 ms|5,9.8E-2|5E-3,?-,100,,,10500|270,-6950|260,-12920|1330,4170|310,2670|280,16350|640,8364|4,56963590|280,-33920|260,1985 +22,,35,,,?- n,?,,,,,,,,,,,, +58,Ti,,58 ms|9,5.8E-2|9E-3,?-,100,,,9290|220#,-8370|210#,-16230|450#,5230|220#,5270|320#,17400|1320#,8311|3#,57966600|210#,-31110|200#,1992 +22,,36,,,?- n,?,,,,,,,,,,,, +59,Ti,,58 ms|17,5.8E-2|1.7E-2,?-,?,,,12320|260#,-9580|360#,-15210|450#,6820|220#,2470|280#,17920|450#,8212|3#,58972610|210#,-25510|200#,1997 +22,,37,,,,,,,,,,,,,,,, +60,Ti,,22 ms|2,2.2E-2|2E-3,?-,100,,,10910|370#,-10860|500#,-18280|580#,7430|340#,4890|360#,19320|500#,8157|5#,59976030|320#,-22330|300#,1997 +22,,38,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +61,TI,,15 ms|4,1.5E-2|4E-3,?-,100,,,14160|980#,-11900|560#,-17280|720#,8820|460#,2090|500#,19590|640#,8057|7#,60982450|430#,-16350|400#,1997 +22,,39,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +62,TI,,> 620 ns,6.2E-7|5E15,?-,?,,,12980|500#,-13010|640#,#,9930|980#,4220|560#,20720|720#,7995|6#,61986580|430#,-12500|400#,2009 +22,,40,,,?- n,?,,,,,,,,,,,, +63,TI,,> 360 ns,3.6E-7|5E15,?- n,?,,,16140|640#,,#,11650|580#,1320|640#,,7889|8#,62993830|540#,-5750|500#,2009 +22,,41,,,?-,?,,,,,,,,,,,, +64,Ti,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,15290|720#,,#,12790|720#,3350|780#,,7818|9#,63998900|640#,-1020|600#, +22,,42,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +42,V,,< 55 ns,5.5E-8,p,?,,,-14350|440#,-5790|280#,17480|200#,,16010|280#,-790|200#,7824|5#,41991820|210#,-7620|200#, +23,,19,,,,,,,,,,,,,,,, +43,V,,79.3 ms|24,7.93E-2|2.4E-3,ec ?+,100,,,-15950|400#,-6170|50,11400|40#,-32720|400#,18370|200#,100|40,8069.5|10,42980770|50,-17920|40,1987 +23,,20,,,ec p,?,,,,,,,,,,,, +44,V,,111 ms|7,1.11E-1|7E-3,ec ?+,100,,,-10760|350#,-6020|180,13430|180#,-30220|440#,14270|190,2080|180,8210|4,43974110|190,-24120|180,1971 +23,,21,,,ec ?,?,,,,,,,,,,,, +45,V,,547 ms|6,5.47E-1|6E-3,ec ?+,100,,,-12370|40,-5668.5|9,7123.8|12,-26600|300#,15840|180,1626.4|11,8380.029|19,44965769.0|9,-31886.0|9,1975 +23,,22,,,,,,,,,,,,,,,, +46,V,,422.50 ms|11,4.22E-1|1.1E-4,ec ?+,100,,,-7604|11,-7379.11|26,7052.45|26,-25630|40,13260.6|9,5354.5|8,8486.130|4,45960197.97|22,-37075.35|20,1952 +23,,23,,,,,,,,,,,,,,,, +47,V,,32.6 min|3,1.96E3|1.8E1,ec ?+,100,,,-7444|6,-8243.4|19,2930.75|20,-20606|11,13002.58|11,5167.79|7,8582.225|4,46954904.04|18,-42006.62|17,1942 +23,,24,,,,,,,,,,,,,,,, +48,V,,15.9735 d|25,1.38E6|2.16E2,ec ?+,100,2.012 11,,-1656|7,-9086.6|20,4015.0|10,-17986|6,10542.4|10,6829.3|10,8623.061|20,47952251.2|10,-44477.7|10,1937 +23,,25,,,,,,,,,,,,,,,, +49,V,,330 d|15,2.85E7|1.3E6,ec,100,4.47 5,,-2628.9|24,-9314.9|11,601.9|8,-13211|7,11555.5|13,6758.2|8,8682.908|17,48948510.7|9,-47961.9|8,1940 +23,,26,,,,,,,,,,,,,,,, +50,V,,1.4 x 1017|y|+4-3,4.42E24|1.1E24,ec ?+,83|11,+3.3456889 14,+0.21 4,1038.1|3,-9887.7|8,2207.6|4,-11962.3|22,9333.4|9,7949.2|4,8695.918|8,49947155.8|4,-49224.0|4,1949 +23,,27,0.250 %|4,,?-,17|11,,,,,,,,,,,, +51,V,,STABLE,,,,,-0.043 5,-752.45|21,-10292.2|20,-2471.0|6,-10013.09|28,11051.15|8,8061.1|4,8742.099|8,50943956.9|4,-52203.8|4,1924 +23,,28,99.750 %|4,,,,,,,,,,,,,,, +52,V,,3.743 min|5,2.25E2|3E-1,?-,100,,,3975.5|5,-9365|5,-1974|7,-8063.69|25,7311.24|13,8999.9|7,8714.582|8,51944772.8|4,-51443.8|4,1934 +23,,29,,,,,,,,,,,,,,,, +53,V,,1.543 min|14,9.26E1|8.4E-1,?-,100,,,3436|3,-7715|4,-5020|100,-4503|3,8479|3,9670|8,8710.13|6,52944336|3,-51851|3,1960 +23,,30,,,,,,,,,,,,,,,, +54,V,,49.8 s|5,4.98E1|5E-1,?-,100,,,7042|15,-7771|21,-4270|80,-2677|15,6113|15,10350|100,8662.04|28,53946437|16,-49893|15,1970 +23,,31,,,,,,,,,,,,,,,, +55,V,,6.54 s|15,6.54E0|1.5E-1,?-,100,,,5970|100,-8340|100,-7480|190,-280|100,7320|100,10810|130,8637.7|17,54947240|100,-49140|100,1977 +23,,32,,,,,,,,,,,,,,,, +56,V,,0.216 s|4,2.16E-1|4E-3,?-,100,,,9130|180,-8140|190,-6830|210,880|180,5080|200,11780|240,8574|3,55950450|190,-46150|180,1980 +23,,33,,,?- n,?,,,,,,,,,,,, +57,V,,0.32 s|3,3.2E-1|3E-2,?-,100,,,8110|80,-7930|120,-10500|270,2800|80,6330|190,12380|150,8534.8|14,56952320|90,-44410|80,1980 +23,,34,,,?- n,?,,,,,,,,,,,, +58,V,,191 ms|10,1.91E-1|1E-2,?-,100,,,11590|90,-8940|290,-9290|220,4050|90,4060|120,13780|270,8457.7|15,57956630|100,-40400|90,1980 +23,,35,,,?- n,?,,,,,,,,,,,, +59,V,,75 ms|7,7.5E-2|7E-3,?-,100,,,10250|270,-10100|480,-12320|260,6090|160,5500|180,14010|260#,8407.6|27,58959390|170,-37830|160,1985 +23,,36,,,,,,,,,,,,,,,, +60m1,V,,122 ms|18,1.22E-1|1.8E-2,?-,100,,,13430|290,-10810|630,-10910|370,6770|310,3480|270,15020|300#,8325|4,59964310|240,-33240|220,1985 +23,,37,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +61,V,,48.3 ms|10,4.83E-2|1E-3,?-,100,,,11970|900,-11940|1580,-14160|980,8090|910,5340|920,15470|940#,8276|15,60967250|960,-30510|890,1992 +23,,38,,,?- n,> 10,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +62,V,,33.6 ms|23,3.36E-2|2.3E-3,?-,100,,,15420|330#,-13020|500#,-12980|500#,8930|310#,3040|940#,16420|500#,8192|5#,61972650|320#,-25480|300#,1997 +23,,39,,,?- n,?,,,,,,,,,,,, +63,V,,17 ms|3,1.7E-2|3E-3,?-,100,,,14120|540#,-14010|560#,-16140|640#,10930|430#,4480|500#,16680|560#,8133|6#,62976500|430#,-21890|400#,1997 +23,,40,,,?- n,? 35(2003SO02),,,,,,,,,,,, +64,V,,15 ms|2,1.5E-2|2E-3,?-,100,,,17160|590#,-14690|640#,-15290|720#,11620|540#,2500|560#,17860|640#,8045|6#,63982480|430#,-16320|400#,1997 +23,,41,,,?- n,?,,,,,,,,,,,, +65,V,,> 360 ns,3.6E-7|5E15,?-,100,,,16440|580#,-15140|780#,#,13630|670#,3530|640#,18040|780#,7976|8#,64987350|540#,-11780|500#,2009 +23,,42,,,?- n,?,,,,,,,,,,,, +66,V,,> 360 ns,3.6E-7|5E15,?-,?,,,19110|640#,,#,14540|580#,1900|710#,,7884|8#,65993980|540#,-5610|500#,2009 +23,,43,,,?- n,?,,,,,,,,,,,, +67,V,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,18030|720#,,#,16000|720#,3110|780#,,7812|9#,66999300|640#,-650|600#, +23,,44,,,?-,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +42,Cr,,13.3 ms|10,1.33E-2|1E-3,ec ?+,? 100,,,,-6560|500#,14350|450,,,880|450#,7464|10#,42007220|430#,6730|400#,1996 +24,,18,,,ec p,94.4|50,,,,,,,,,,,, +43,Cr,,21.2 ms|7,2.12E-2|7E-4,ec ?+,100,,,,-6590|450#,15950|400,,16770|560#,1640|440#,7680|9#,42997880|430#,-1970|400#,1992 +24,,19,,,ec p,79.3|30,,,,,,,,,,,, +,,,,,ec 2p,11.6|10,,,,,,,,,,,, +,,,,,ec 3p,0.13|+18-8,,,,,,,,,,,, +44,Cr,,42.8 ms|6,4.28E-2|6E-4,ec ?+,100,,,-20390|580#,-6930|340#,10760|350#,,19460|500#,2730|300#,7948|7#,43985660|320#,-13360|300#,1987 +24,,20,,,ec p,> 7|3,,,,,,,,,,,, +45,Cr,,60.9 ms|4,6.09E-2|4E-4,?+,100,,,-14260|400#,-6240|50,12370|40#,-34620|500#,14230|300#,2690|190,8087.7|8,44979050|40,-19510|40,1974 +24,,21,,,?+ p,34.4|8,,,,,,,,,,,, +46,Cr,,0.26 s|6,2.6E-1|6E-2,ec ?+,100,,,-16900|400#,-6792|11,7604|11#,-32290|400#,18030|40,4875|11,8303.82|25,45968361|12,-29472|11,1972 +24,,22,,,,,,,,,,,,,,,, +47,Cr,,500 ms|15,5E-1|1.5E-2,ec ?+,100,,,-12000|30,-7666|9,7444|6,-30060|400#,13162|13,4776|6,8407.19|13,46962896|6,-34563|6,1972 +24,,23,,,,,,,,,,,,,,,, +48,Cr,,21.56 h|3,7.76E4|1.08E2,ec ?+,100,,,-13526|10,-7698|7,1656|7,-28330|30,16331|9,8104|7,8572.27|15,47954029|8,-42822|7,1952 +24,,24,,,,,,,,,,,,,,,, +49,Cr,,42.3 min|1,2.54E3|6E0,ec ?+,100,0.476 3,,-7712.43|23,-8748.1|24,2628.9|24,-24108|7,10582|8,8144.3|24,8613.29|5,48951333.0|24,-45333.1|22,1942 +24,,25,,,,,,,,,,,,,,,, +50,Cr,,> 1.3 x 1018|y,4.1E25|1.58E32,,,,,-7634.48|7,-8559.2|5,-1038.1|6,-20712.7|22,13000.3|22,9589.1|9,8701.032|9,49946041.4|5,-50262.1|4,1930 +24,,26,4.345 %|13,,,,,,,,,,,,,,, +51,Cr,,27.7010 d|11,2.39E6|9.5E1,ec,100,,,-3207.5|3,-8938.9|4,752.4|6,-16895.12|21,9260.64|20,9516.35|23,8712.005|8,50944764.7|4,-51451.4|4,1940 +24,,27,,,,,,,,,,,,,,,, +52,Cr,,STABLE,,,,,,-4712.0|19,-9351.4|4,-3975.5|5,-15246.7|6,12039.2|5,10504.4|5,8775.989|7,51940505.0|4,-55419.2|3,1923 +24,,28,83.789 %|18,,,,,,,,,,,,,,, +53,Cr,,STABLE,,,,-0.47454 3,-0.15 5,-596.9|4,-9148.1|4,-3436|3,-12651.0|18,7939.07|14,11132.2|5,8760.198|7,52940647.0|4,-55287.0|3,1930 +24,,29,9.501 %|17,,,,,,,,,,,,,,, +54,Cr,,STABLE,,,,,,-1377.1|10,-7928.0|4,-7042|15,-10316.0|4,9719.08|12,12373|3,8777.955|7,53938878.0|4,-56934.8|4,1930 +24,,30,2.365 %|7,,,,,,,,,,,,,,, +55,Cr,,3.497 min|3,2.1E2|1.8E-1,?-,100,,,2602.7|4,-7801.8|6,-5970|100,-7623.4|10,6246.26|19,12506|15,8731.924|7,54940837.3|4,-55109.7|4,1952 +24,,31,,,,,,,,,,,,,,,, +56,Cr,,5.94 min|10,3.56E2|6E0,?-,100,,,1626.5|6,-8240|7,-9130|180,-5643.9|5,8246.6|6,13430|100,8723.258|11,55940649.1|6,-55285.0|6,1960 +24,,32,,,,,,,,,,,,,,,, +57,Cr,,21.1 s|10,2.11E1|1E0,?-,100,,,4961.5|18,-8120|100,-8110|80,-3684.5|11,5311.0|12,13660|180,8663.394|19,56943612.4|11,-52524.7|11,1978 +24,,33,,,,,,,,,,,,,,,, +58,Cr,,7.0 s|3,7E0|3E-1,?-,100,,,3836|3,-8790|80,-11590|90,-2576.9|21,7538.4|18,14870|80,8643.998|26,57944184.5|16,-51991.8|15,1980 +24,,34,,,,,,,,,,,,,,,, +59,Cr,,0.46 s|5,4.6E-1|5E-2,?-,100,,,7440|220,-8840|270,-10250|270,-330|220,4170|220,14970|230,8568|4,58948380|230,-48090|220,1980 +24,,35,,,,,,,,,,,,,,,, +60,Cr,,0.49 s|1,4.9E-1|1E-2,?-,100,,,6300|190,-9770|230,-13430|290,780|190,6660|290,16130|250,8536|3,59949900|210,-46670|190,1980 +24,,36,,,?- n,?,,,,,,,,,,,, +61,Cr,,237 ms|11,2.37E-1|1.1E-2,?-,100,,,9270|100,-10980|280,-11970|900,2420|100,3880|220,16520|240,8459.8|17,60954400|110,-42480|100,1985 +24,,37,,,?- n,?,,,,,,,,,,,, +62,Cr,,206 ms|12,2.06E-1|1.2E-2,?-,100,,,7630|150,-12210|250#,-15420|330,2780|150,6490|180,17680|910,8428.1|24,61956100|160,-40890|150,1985 +24,,38,,,?- n,?,,,,,,,,,,,, +63,Cr,,129 ms|2,1.29E-1|2E-3,?-,100,,,10880|360,-12920|410#,-14120|540,4450|360,3180|390,17820|470#,8345|6,62961340|380,-36010|360,1992 +24,,39,,,?- n,?,,,,,,,,,,,, +64,Cr,,43 ms|1,4.3E-2|1E-3,?-,100,,,9510|440,-13570|530#,-17160|590,5340|440,5540|570,18880|590#,8301|7,63964060|470,-33480|440,1992 +24,,40,,,?- n,?,,,,,,,,,,,, +65,Cr,,27 ms|3,2.7E-2|3E-3,?-,100,,,12750|300#,-14290|500#,-16440|580#,6700|300#,2810|530#,19190|500#,8217|5#,64969700|320#,-28220|300#,1997 +24,,41,,,,,,,,,,,,,,,, +66,Cr,,24 ms|2,2.4E-2|2E-3,?-,100,,,12030|400#,-14640|560#,-19110|640#,8180|400#,4570|500#,20230|640#,8161|6#,65973460|430#,-24720|400#,1997 +24,,42,,,,,,,,,,,,,,,, +68,CR,,> 360 ns,3.6E-7|5E15,?-,100,,,13580|640#,-16200|780#,#,10590|580#,4190|640#,21440|780#,8013|7#,67984110|540#,-14800|500#,2009 +24,,44,,,?- n,> 0,,,,,,,,,,,, +69,CR,,> 620 ns,6.2E-7|5E15,?-,?,,,16190|640#,,#,11730|640#,1850|710#,,7924|7#,68990790|540#,-8580|500#, +24,,45,,,?- n,?,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +70,CR,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,15020|780#,,#,12220|720#,3970|780#,,7867|9#,69995190|640#,-4480|600#, +24,,46,,,?-,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +44,Mn,,< 105 ns,1.05E-7,p,?,,,,-7560|580#,20390|580,,,-1710|640#,7467|11#,44007550|540#,7030|500#, +25,,19,,,ec,?,,,,,,,,,,,, +45,Mn,,,,,,,,-19010|560#,-7990|450#,14260|400#,,20350|640#,-820|500#,7753|9#,44994360|430#,-5250|400#, +25,,20,,,,,,,,,,,,,,,, +46,Mn,,36.2 ms|4,3.62E-2|4E-4,ec ?+,100,,,-13480|640#,-7370|440#,16900|400#,-34400|560#,15390|560#,340|400#,7919|9#,45986510|430#,-12570|400#,1987 +25,,21,,,ec p,57.0|8,,,,,,,,,,,, +47,Mn,,100 ms|50,1E-1|5E-2,ec ?+,100,,,-15700|500#,-7070|50,12000|30#,-31550|500#,18070|400#,380|30,8135.3|7,46975770|30,-22570|30,1987 +25,,22,,,ec p,? 3.4|9,,,,,,,,,,,, +48,Mn,,158.1 ms|22,1.58E-1|2.2E-3,ec ?+,100,,,-11300|400#,-7600|180,13526|10#,-30500|500#,14800|30,2023|6,8274.18|14,47968549|7,-29296|7,1987 +25,,23,,,?+ p,0.28|4,,,,,,,,,,,, +,,,,,?+ ?,< 6 x 10-4,,,,,,,,,,,, +49,Mn,,382 ms|7,3.82E-1|7E-3,ec ?+,100,,,-12870|24,-8159.5|24,7712|3,-27690|400#,16396|7,2088|8,8439.93|5,48959612.6|24,-37620.6|23,1970 +25,,24,,,,,,,,,,,,,,,, +50,Mn,,283.19 ms|10,2.83E-1|1E-4,ec ?+,100,,,-8151|8,-7977.2|5,7634.5|6,-25948|24,13078.3|22,4583.5|22,8532.696|9,49954237.4|5,-42627.6|4,1952 +25,,25,,,,,,,,,,,,,,,, +51,Mn,,46.2 min|1,2.77E3|6E0,ec ?+,100,,,-8041|9,-8662.2|5,3207.5|6,-21839|8,13687.6|3,5270.78|28,8633.772|10,50948208.1|5,-48243.9|5,1938 +25,,26,,,,,,,,,,,,,,,, +52,Mn,,5.591 d|3,4.83E5|2.59E2,ec ?+,100,,+0.50 7,-2377|5,-8654.5|21,4712.0|19,-18576|9,10534.7|19,6544.9|19,8670.33|3,51945563.5|20,-50707.3|18,1938 +25,,27,,,,,,,,,,,,,,,, +53,Mn,,3.74 x 106|y|4,1.18E14|1.26E12,ec,100,,,-3742.6|17,-9153.1|9,596.9|6,-14431|5,12054.1|19,6559.8|3,8734.175|9,52941287.7|5,-54690.1|4,1955 +25,,28,,,,,,,,,,,,,,,, +54,Mn,,312.20 d|20,2.7E7|1.73E4,ec ?+,100,+3.2819 13,+0.37 3,696.9|11,-8758.5|11,1377.1|11,-12681.4|19,8938.8|11,7559.6|10,8737.965|20,53940356.4|11,-55557.6|11,1938 +25,,29,,,?-,0.93 x 10-4,,,,,,,,,,,, +55,Mn,,STABLE,,,,3.4532 13,+0.33 1,-231.11|18,-7933.5|5,-2602.7|5,-9529.23|25,10226.1|10,8066.6|3,8765.022|6,54938043.2|3,-57712.4|3,1923 +25,,30,100 %,,,,,,,,,,,,,,, +56,Mn,,2.5789 h|1,9.28E3|3.6E-1,?-,100,+3.2266 2,,3695.54|21,-7892.7|5,-1626.5|7,-7501.56|22,7270.44|13,9090.8|4,8738.333|6,55938902.9|4,-56911.5|3,1934 +25,,31,,,,,,,,,,,,,,,, +57,Mn,,85.4 s|18,8.54E1|1.8E0,?-,100,,,2695.6|15,-8060|3,-4961.5|18,-4950.5|15,8646.0|15,9490.2|16,8736.713|26,56938286.0|16,-57486.3|15,1954 +25,,32,,,,,,,,,,,,,,,, +58,Mn,,3.0 s|1,3E0|1E-1,?-,100,,,6327.6|27,-8359|15,-3836|3,-3717.0|27,6413|3,10591.8|29,8696.64|5,57940066.6|29,-55827.6|27,1961 +25,,33,,,,,,,,,,,,,,,, +59,Mn,,4.59 s|5,4.59E0|5E-2,?-,100,,,5139.5|24,-8810|100,-7440|220,-1441.5|23,7769|4,10822.5|28,8680.92|4,58940391.1|25,-55525.3|23,1976 +25,,34,,,,,,,,,,,,,,,, +60,Mn,,0.28 s|2,2.8E-1|2E-2,?-,100,,,8445|4,-9240|180,-6300|190,-374.4|24,5514|3,12170|220,8628.14|4,59943136.6|25,-52967.9|23,1978 +25,,35,,,,,,,,,,,,,,,, +61,Mn,,0.709 s|8,7.09E-1|8E-3,?-,100,,,7178|3,-9750|80,-9270|100,1600|4,6845|3,12360|190,8598.91|4,60944452.5|25,-51742.1|23,1980 +25,,36,,,,,,,,,,,,,,,, +62,Mn,,92 ms|13,9.2E-2|1.3E-2,?-,100,,,10354|7,-10550|90,-7630|150,2325|7,4853|7,13340|100,8538.50|11,61947907|7,-48524|7,1983 +25,,37,,,?- n,?,,,,,,,,,,,, +63,Mn,,0.275 s|4,2.75E-1|4E-3,?-,100,,,8749|6,-11480|160,-10880|360,3920|5,6434|8,13280|150,8505.10|6,62949665|4,-46887|4,1985 +25,,38,,,?- n,?,,,,,,,,,,,, +64,Mn,,90 ms|4,9E-2|4E-3,?-,100,,,11981|6,-12170|220,-9510|440,4575|6,4173|5,14270|360,8437.42|5,63953849|4,-42989|4,1985 +25,,39,,,?- n,33|2,,,,,,,,,,,, +65,Mn,,92 ms|1,9.2E-2|1E-3,?-,100,,,10251|6,-12890|890,-12750|300,5931|6,6050|5,14780|440,8400.68|6,64956020|4,-40967|4,1985 +25,,40,,,?- n,21.0|5,,,,,,,,,,,, +66,Mn,,65 ms|2,6.5E-2|2E-3,?-,100,,,13317|12,-13700|300#,-12030|400,6396|12,3854|12,15820|300#,8331.80|17,65960547|12,-36750|11,1992 +25,,41,,,,,,,,,,,,,,,, +67,Mn,,47 ms|2,4.7E-2|2E-3,?-,100,,,12150|400#,-13990|500#,-14780|500#,8540|300#,4780|300#,16030|500#,8279|4#,66964080|320#,-33460|300#,1997 +25,,42,,,?- n,?,,,,,,,,,,,, +68,MN,,28 ms|3,2.8E-2|3E-3,?-,100,,,15110|540#,-14480|560#,-13580|640#,9160|480#,2990|500#,16990|560#,8201|6#,67969530|430#,-28380|400#,1995 +25,,43,,,?- n,> 0,,,,,,,,,,,, +69,Mn,,16 ms|3,1.6E-2|3E-3,?-,100,,,14260|560#,-15420|640#,-16190|640#,10640|540#,4460|560#,17260|640#,8147|6#,68973410|430#,-24770|400#,1995 +25,,44,,,,,,,,,,,,,,,, +70,MN,,19.9 ms|17,1.99E-2|1.7E-3,?-,100,,,17010|640#,-16310|710#,-15020|780#,11460|640#,2800|640#,18210|710#,8070|7#,69979070|540#,-19500|500#,2009 +25,,45,,,?- n,50|20,,,,,,,,,,,, +71,MN,,> 637 ns,6.37E-7|5E15,?- 2n,?,,,15860|640#,-17340|780#,#,12870|640#,4140|710#,18380|780#,8015|7#,70983280|540#,-15570|500#,2010 +25,,46,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +72,MN,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,18530|780#,,#,13460|720#,2400|780#,,7937|8#,71989370|640#,-9900|600#, +25,,47,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +45,Fe,,1.89 ms|+49-21,1.89E-3|3.5E-4,2p,57|10,,,,,19010|570,,,560|640#,7313|9#,45014770|430#,13760|400#,1996 +26,,19,,,?+ p,? 43|10,,,,,,,,,,,, +,,,,,ec ?+,? 43|10,,,,,,,,,,,, +,,,,,p,?,,,,,,,,,,,, +46,Fe,,13.0 ms|20,1.3E-2|2E-3,ec ?+,100,,,,-8240|640#,13480|640,,20920|640#,1130|640#,7609|11#,46000980|540#,910|500#,1992 +26,,20,,,ec p,78.7|38,,,,,,,,,,,, +47,Fe,,21.8 ms|7,2.18E-2|7E-4,ec ?+,100,,,-17240|780#,-7320|640#,15700|500#,,15850|710#,1590|640#,7785|11#,46992620|540#,-6870|500#,1992 +26,,21,,,ec p,> 0,,,,,,,,,,,, +,,,,,ec 2p,?,,,,,,,,,,,, +48,Fe,,44 ms|7,4.4E-2|7E-3,ec ?+,100,,,-19500|640#,-7060|500#,11300|400#,-36440|720#,19200|640#,2720|400#,8023|8#,47980680|430#,-18000|400#,1987 +26,,22,,,ec p,> 3.6|11,,,,,,,,,,,, +49,Fe,,64.7 ms|3,6.47E-2|3E-4,ec ?+,100,,,-14870|500#,-7660|40,12870|24#,-34320|500#,14820|400#,2743|25,8161.3|5,48973429|26,-24751|24,1970 +26,,23,,,?+ p,56.7|4,,,,,,,,,,,, +50,Fe,,155 ms|11,1.55E-1|1.1E-2,ec ?+,100,,,-16850|400#,-7430|14,8151|8#,-32670|500#,17797|26,4145|9,8354.03|17,49962988|9,-34476|8,1977 +26,,24,,,ec p,? 0,,,,,,,,,,,, +51,Fe,,305 ms|5,3.05E-1|5E-3,ec ?+,100,,,-12860|50,-8065|11,8041|9,-30640|400#,13797|12,4864|9,8460.76|18,50956841|10,-40203|9,1972 +26,,25,,,,,,,,,,,,,,,, +52,Fe,,8.275 h|8,2.98E4|2.88E1,ec ?+,100,,,-13969|10,-7933|9,2377|5,-29060|50,16199|10,7375|5,8609.57|10,51948115|5,-48330|5,1948 +26,,26,,,,,,,,,,,,,,,, +53,Fe,,8.51 min|2,5.11E2|1.2E0,ec ?+,100,,,-8288.1|4,-8039.4|28,3742.6|17,-24658|9,10688|5,7529.2|24,8648.80|3,52945305.6|18,-50947.5|17,1938 +26,,27,,,,,,,,,,,,,,,, +54,Fe,,STABLE,,,,,,-8244.55|9,-8417.3|5,-696.9|11,-21666.4|17,13378.3|16,8853.4|5,8736.382|7,53939608.3|4,-56254.5|4,1923 +26,,28,5.845 %|35,,,,,,,,,,,,,,, +55,Fe,,2.744 y|9,8.66E7|2.84E5,ec,100,,,-3451.4|3,-8454.8|5,231.1|5,-17542.66|21,9298.12|19,9212.6|11,8746.595|6,54938291.3|4,-57481.3|3,1939 +26,,29,,,,,,,,,,,,,,,, +56,Fe,,STABLE,,,,,,-4566.7|4,-7612.8|3,-3695.5|4,-14648.5|3,11197.10|23,10183.64|16,8790.354|5,55934935.6|3,-60607.1|3,1923 +26,,30,91.754 %|36,,,,,,,,,,,,,,, +57,Fe,,STABLE,,,,+0.09044 7,,-836.3|5,-7319.8|3,-2695.6|15,-12212.7|4,7646.07|4,10559.27|21,8770.279|5,56935392.1|3,-60181.8|3,1935 +26,,31,2.119 %|10,,,,,,,,,,,,,,, +58,Fe,,STABLE,,,,,,-2308.0|11,-7645.3|4,-6327.6|27,-10880.9|5,10044.59|18,11957.8|15,8792.250|6,57933273.7|4,-62155.1|3,1935 +26,,32,0.282 %|4,,,,,,,,,,,,,,, +59,Fe,,44.495 d|9,3.84E6|7.78E2,?-,100,-0.3358 4,,1564.9|4,-7980.0|4,-5139.5|24,-8889.0|11,6581.01|11,12126.2|27,8754.771|6,58934873.6|4,-60664.8|4,1938 +26,,33,,,,,,,,,,,,,,,, +60,Fe,,2.62 x 106|y|4,8.27E13|1.26E12,?-,100,,,237|3,-8553|3,-8445|4,-7255|3,8820|3,13177|4,8755.85|6,59934070|4,-61413|3,1957 +26,,34,,,,,,,,,,,,,,,, +61,Fe,,5.98 min|6,3.59E2|3.6E0,?-,100,,,3977.6|27,-8820.7|28,-7178|3,-5341.5|26,5579|4,13242|3,8703.77|4,60936746.2|28,-58920.5|26,1957 +26,,35,,,,,,,,,,,,,,,, +62,Fe,,68 s|2,6.8E1|2E0,?-,100,,,2546|19,-9311|3,-10354|7,-4051.3|29,8029|4,14425|4,8692.88|4,61936792|3,-58878.0|28,1975 +26,,36,,,,,,,,,,,,,,,, +63,Fe,,6.1 s|6,6.1E0|6E-1,?-,100,,,6216|19,-9970|220,-8749|6,-2283|19,4829|5,14401|8,8631.55|7,62940273|5,-55636|4,1980 +26,,37,,,,,,,,,,,,,,,, +64,Fe,,2.0 s|2,2E0|2E-1,?-,100,,,4823|21,-10720|190,-11981|6,-1189|19,7405|7,15371|6,8612.39|8,63940988|5,-54970|5,1980 +26,,38,,,,,,,,,,,,,,,, +65,Fe,,0.81 s|5,8.1E-1|5E-2,?-,100,,,7967|6,-11170|100,-10251|6,503|21,4320|7,15518|6,8546.35|8,64945015|5,-51218|5,1980 +26,,39,,,,,,,,,,,,,,,, +66,Fe,,440 ms|60,4.4E-1|6E-2,?-,100,,,6341|15,-11600|150,-13317|12,1046|5,6921|7,16389|6,8521.72|6,65946250|4,-50068|4,1985 +26,,40,,,,,,,,,,,,,,,, +67,Fe,,0.6 s|+2-1,6E-1|2E-1,?-,100,,,9710|270,-12030|450,-12150|400,2730|270,3610|270,16150|270,8448|4,66951040|290,-45610|270,1985 +26,,41,,,,,,,,,,,,,,,, +68,Fe,,188 ms|4,1.88E-1|4E-3,?-,100,,,8440|410,-12430|570,-15110|540,3760|370,5950|450,17320|470#,8412|5,67953310|390,-43490|370,1985 +26,,42,,,?- n,> 0,,,,,,,,,,,, +69,Fe,,110 ms|5,1.1E-1|5E-3,?-,100,,,11250|420#,-13230|500#,-14260|570#,4830|440#,3610|540#,17940|560#,8342|6#,68958100|430#,-39030|400#,1992 +26,,43,,,,,,,,,,,,,,,, +70,Fe,,65 ms|6,6.5E-2|6E-3,?-,100,,,10120|500#,-14210|560#,-17010|640#,5700|420#,5550|560#,19030|560#,8302|6#,69960800|430#,-36510|400#,1997 +26,,44,,,?- n,?,,,,,,,,,,,, +71,Fe,,28 ms|5,2.8E-2|5E-3,?-,100,,,12940|610#,-15170|560#,-15860|640#,7130|500#,2990|560#,19220|640#,8227|6#,70966260|430#,-31430|400#,1997 +26,,45,,,?- n,?,,,,,,,,,,,, +72,Fe,,? 150 ns,1.5E-7|5E15,?-,100,,,11770|640#,-16050|710#,-18530|780#,7870|680#,5070|640#,20150|710#,8184|7#,71969480|540#,-28430|500#,1997 +26,,46,,,?- n,27.6|SY,,,,,,,,,,,, +73,FE,,12.9 ms|16,1.29E-2|1.6E-3,?-,100,,,14520|640#,-16740|710#,#,9230|640#,2540|710#,20290|780#,8106|7#,72975420|540#,-22900|500#,2010 +26,,47,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +74,FE,,> 638 ns,6.38E-7|5E15,?- 2n,?,,,13230|780#,-17540|850#,#,9760|720#,4760|780#,,8061|8#,73978970|640#,-19590|600#,2010 +26,,48,,,?-,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +75,FE,,> 620 ns,6.2E-7|5E15,?- 2n,?,,,16010|780#,,#,11110|780#,2120|850#,,7982|8#,74985360|640#,-13640|600#, +26,,49,,,?-,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +50,Co,,38.8 ms|2,3.88E-2|2E-4,ec ?+,100,,,-13510|640#,-7490|560#,16850|400#,-33900|720#,15820|640#,170|400#,8001|8#,49981070|430#,-17630|400#,1987 +27,,23,,,ec p,70.5|7,,,,,,,,,,,, +,,,,,ec 2p,?,,,,,,,,,,,, +51,Co,,> 200 ns,2E-7|5E15,ec ?+,?,,,-15440|500#,-7200|60,12860|50#,-31290|500#,17780|400#,150|50,8193.3|9,50970650|50,-27340|50,1987 +27,,24,,,,,,,,,,,,,,,, +52,Co,,104 ms|7,1.04E-1|7E-3,ec ?+,100,,,-12030|400#,-7490|11,13969|10#,-30530|500#,15090|50,1447|12,8325.89|16,51963112|9,-34361|8,1987 +27,,25,,,?+ p,?,,,,,,,,,,,, +53,Co,,240 ms|9,2.4E-1|9E-3,ec ?+,100,,,-13029|25,-7463.7|28,8288.1|24,-28400|400#,16370|9,1618|5,8477.66|3,52954203.2|18,-42659.4|17,1970 +27,,26,,,,,,,,,,,,,,,, +54,Co,,193.28 ms|7,1.93E-1|7E-5,ec ?+,100,,,-8732|5,-7807.3|5,8244.5|5,-26450|25,13421.8|17,4351.4|16,8569.217|7,53948459.2|4,-48010.0|4,1952 +27,,27,,,,,,,,,,,,,,,, +55,Co,,17.53 h|3,6.31E4|1.08E2,ec ?+,100,+4.822 3,,-8694.0|6,-8210.9|6,3451.4|5,-22823|5,14091.2|3,5064.3|3,8669.618|8,54941996.5|5,-54029.9|4,1938 +27,,28,,,,,,,,,,,,,,,, +56,Co,,77.236 d|26,6.67E6|2.25E3,ec ?+,100,3.85 1,+0.25 9,-2132.9|4,-7758.0|19,4566.7|6,-18775.9|7,10081.8|5,5848.1|4,8694.836|9,55939838.1|5,-56040.4|5,1941 +27,,29,,,,,,,,,,,,,,,, +57,Co,,271.74 d|6,2.35E7|5.18E3,ec,100,+4.720 10,+0.52 9,-3261.7|6,-7080.4|6,836.3|6,-13509.3|5,11376.5|6,6027.4|4,8741.882|9,56936289.9|6,-59345.6|5,1941 +27,,30,,,,,,,,,,,,,,,, +58,Co,,70.86 d|6,6.12E6|5.18E3,ec ?+,100,+4.044 8,+0.23 3,381.6|11,-6714.4|15,2308.0|12,-11834.6|12,8572.9|12,6954.3|11,8738.969|20,57935751.4|12,-59847.2|12,1941 +27,,31,,,,,,,,,,,,,,,, +59,Co,,STABLE,,,,+4.627 9,+0.41 1,-1073.00|19,-6942.2|3,-1564.9|5,-10072.28|20,10453.9|11,7363.6|3,8768.035|7,58933193.7|4,-62229.7|4,1923 +27,,32,100 %,,,,,,,,,,,,,,, +60,Co,,1925.28 d|14,1.66E8|1.21E4,?-,100,+3.799 8,+0.44 5,2822.81|21,-7163.7|4,-237|3,-8564.92|21,7491.92|7,8274.5|4,8746.766|7,59933815.7|5,-61650.3|4,1941 +27,,33,,,,,,,,,,,,,,,, +61,Co,,1.649 h|5,5.94E3|1.8E1,?-,100,,,1323.8|8,-7836.7|17,-3977.6|27,-6496.3|8,9319.1|8,8774|3,8756.148|14,60932476.1|9,-62898.1|8,1947 +27,,34,,,,,,,,,,,,,,,, +62,Co,,1.54 min|10,9.24E1|6E0,?-,100,,,5322|19,-8022|19,-2546|19,-5274|19,6598|19,9793|19,8721.3|3,61934058|20,-61424|19,1949 +27,,35,,,,,,,,,,,,,,,, +63,Co,,27.4 s|5,2.74E1|5E-1,?-,100,,,3661|19,-8751|19,-6216|19,-3176|19,8498|26,10262|19,8717.79|28,62933600|20,-61851|19,1960 +27,,36,,,,,,,,,,,,,,,, +64,Co,,0.30 s|3,3E-1|3E-2,?-,100,,,7307|20,-9249|20,-4823|21,-2351|20,6012|27,11446|20,8675.5|3,63935810|21,-59792|20,1969 +27,,37,,,,,,,,,,,,,,,, +65,Co,,1.16 s|3,1.16E0|3E-2,?-,100,,,5940.5|21,-9868|3,-7967|6,-157.6|21,7464|20,11505|5,8656.88|3,64936462.1|22,-59185.2|21,1978 +27,,38,,,,,,,,,,,,,,,, +66,Co,,0.20 s|2,2E-1|2E-2,?-,100,,,9598|14,-10309|15,-6341|15,646|14,5295|14,12480|15,8605.94|21,65939443|15,-56409|14,1985 +27,,39,,,,,,,,,,,,,,,, +67,Co,,0.425 s|20,4.25E-1|2E-2,?-,100,,,8421|7,-10860|7,-9710|270,2613|7,6985|15,12543|8,8581.74|10,66940610|7,-55322|6,1985 +27,,40,,,,,,,,,,,,,,,, +68,Co,,0.20 s|2,2E-1|2E-2,?-,100,,,11530|190,-11370|190,-8440|410,3740|190,4680|190,13610|330,8524.4|28,67944250|200,-51930|190,1985 +27,,41,,,,,,,,,,,,,,,, +69,Co,,227 ms|11,2.27E-1|1.1E-2,?-,100,,,9700|140,-11740|140,-11250|420,5110|140,6420|240,14080|390,8493.9|20,68946020|150,-50280|140,1985 +27,,42,,,,,,,,,,,,,,,, +70,Co,,112 ms|7,1.12E-1|7E-3,?-,100,,,12580|300#,-12300|300#,-10120|500#,5280|300#,4420|330#,14890|500#,8436|4#,69949940|320#,-46630|300#,1985 +27,,43,,,?- n,?,,,,,,,,,,,, +71,Co,,80 ms|3,8E-2|3E-3,?-,100,,,11040|470,-13330|550#,-12940|610,6770|470,5810|550#,15150|610#,8399|7,70952370|500,-44370|470,1992 +27,,44,,,?- n,? 6|2,,,,,,,,,,,, +72,CO,,59.9 ms|17,5.99E-2|1.7E-3,?-,100,,,14030|400#,-14240|560#,-11770|640#,7130|400#,3900|610#,16060|560#,8336|6#,71956840|430#,-40200|400#,1992 +27,,45,,,?- n,? 6,,,,,,,,,,,, +73,Co,,40.7 ms|13,4.07E-2|1.3E-3,?-,100,,,12690|400#,-15070|560#,-14520|640#,8740|400#,5290|560#,16280|640#,8295|5#,72959830|430#,-37420|400#,1995 +27,,46,,,?- n,< 30,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +74,Co,,30 ms|3,3E-2|3E-3,?-,100,,,15640|540#,-15740|710#,-13230|780#,9220|500#,3470|640#,17210|710#,8229|7#,73964770|540#,-32820|500#,1995 +27,,47,,,?- n,> 0,,,,,,,,,,,, +75,Co,,30 ms|11,3E-2|1.1E-2,?-,100,,,14380|580#,-16500|710#,-16010|780#,10740|540#,4900|710#,17350|780#,8185|7#,74968170|540#,-29650|500#,1995 +27,,48,,,?- n,< 16,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +76,CO,,21.7 ms|+65-49,2.17E-2|5.7E-3,?-,100,,,17120|720#,-17030|850#,#,11450|670#,2930|780#,18160|850#,8116|8#,75973690|640#,-24510|600#,2010 +27,,49,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +77,Co,,13.0 ms|+72-43,1.3E-2|5.8E-3,?-,100,,,15780|780#,,#,12540|720#,4570|850#,,8070|8#,76977440|640#,-21010|600#, +27,,50,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +48,Ni,,2.1 ms|+21-7,2.1E-3|1.4E-3,2p,?,,,,,15290|710,,,870|780#,7265|10#,48018030|540#,16790|500#,2000 +28,,20,,,ec ?+,?,,,,,,,,,,,, +49,Ni,,7.5 ms|10,7.5E-3|1E-3,ec ?+,100,,,,-7990|720#,18080|780,,16660|780#,590|780#,7457|12#,49008800|640#,8200|600#,1996 +28,,21,,,?+ p,83|13,,,,,,,,,,,, +50,Ni,,18.5 ms|12,1.85E-2|1.2E-3,ec ?+,100,,,,-7450|710#,13510|640,,20390|780#,1530|710#,7716|10#,49995580|540#,-4120|500#,1994 +28,,22,,,ec p,86.7|39,,,,,,,,,,,, +,,,,,ec 2p,?,,,,,,,,,,,, +51,Ni,,> 200 ns,2E-7|5E15,ec p,87.2|8,,,,-7450|710#,15440|500,,15850|710#,1560|640#,7875|10#,50987220|540#,-11900|500#,1987 +28,,23,,,ec ?+,?,,,,,,,,,,,, +52,Ni,,40.8 ms|2,4.08E-2|2E-4,ec ?+,100,,,-20050|720#,-6750|560#,12030|400#,,18500|640#,2280|400#,8079|8#,51976030|430#,-22330|400#,1987 +28,,24,,,?+ p,31.4|15,,,,,,,,,,,, +53,Ni,,55.2 ms|7,5.52E-2|7E-4,ec ?+,100,,,-16360|500#,-7310|30,13029|25#,-35420|600#,15370|400#,2559|27,8217.1|5,52968190|27,-29631|25,1976 +28,,25,,,ec p,23.4|10,,,,,,,,,,,, +54,Ni,,114.2 ms|3,1.14E-1|3E-4,ec ?+,100,,,-17870|400#,-7227|10,8732|5#,-34080|500#,17719|26,3908|5,8393.03|9,53957833|5,-39278|5,1977 +28,,26,,,,,,,,,,,,,,,, +55,Ni,,204.7 ms|37,2.05E-1|3.7E-3,ec ?+,100,,,-13700|160,-7558|9,8694.0|8,-32000|400#,14129|5,4614.9|7,8497.320|13,54951330.0|8,-45335.8|7,1972 +28,,27,,,,,,,,,,,,,,,, +56,Ni,,6.075 d|10,5.25E5|8.64E2,ec ?+,100,,,-15265|15,-8002|5,2132.9|6,-30340|160,16643.0|7,7166.6|3,8642.779|8,55942127.9|5,-53907.5|4,1952 +28,,28,,,,,,,,,,,,,,,, +57,Ni,,35.60 h|6,1.28E5|2.16E2,ec ?+,100,-0.7975 14,,-8774.9|4,-7561.2|17,3261.7|8,-25512|15,10247.6|5,7332.4|6,8670.933|10,56939791.5|6,-56083.8|6,1938 +28,,29,,,,,,,,,,,,,,,, +58,Ni,,STABLE,,,,,,-8561.0|4,-6399.2|3,-381.6|12,-20991.2|4,12216.2|5,8172.1|4,8732.059|6,57935341.8|4,-60228.7|4,1921 +28,,30,68.077 %|19,,,,,,,,,,,,,,, +59,Ni,,7.6 x 104|y|5,2.4E12|1.58E11,ec ?+,100,,,-4798.4|4,-6100.3|3,1073.0|6,-17560.3|4,8999.28|5,8598.5|11,8736.588|6,58934345.6|4,-61156.7|4,1951 +28,,31,,,,,,,,,,,,,,,, +60,Ni,,STABLE,,,,,,-6128.0|16,-6290.95|26,-2822.8|6,-16186.1|4,11387.73|5,9532.38|20,8780.774|6,59930785.3|4,-64473.1|4,1921 +28,,32,26.223 %|15,,,,,,,,,,,,,,, +61,Ni,,STABLE,,,,-0.75002 4,+0.162 15,-2237.8|10,-6464.98|26,-1323.8|9,-13948.1|16,7820.10|5,9860.57|22,8765.025|6,60931054.9|4,-64221.9|4,1934 +28,,33,1.1399 %|13,,,,,,,,,,,,,,, +62,Ni,,STABLE,,,,,,-3958.9|5,-7016.1|4,-5322|19,-12833.6|9,10595.7|3,11137.2|7,8794.553|7,61928344.9|5,-66746.3|4,1934 +28,,34,3.6346 %|40,,,,,,,,,,,,,,, +63,Ni,,101.2 y|15,3.19E9|4.73E7,?-,100,,,66.977|15,-7272.9|4,-3661|19,-10796.7|5,6837.77|6,11377|19,8763.493|7,62929669.1|5,-65512.8|4,1951 +28,,35,,,,,,,,,,,,,,,, +64,Ni,,STABLE,,,,,,-1674.38|22,-8111|3,-7307|20,-9590.49|20,9657.46|20,12536|19,8777.461|7,63927966.3|5,-67098.9|5,1935 +28,,36,0.9255 %|19,,,,,,,,,,,,,,, +65,Ni,,2.5175 h|5,9.06E3|1.8E0,?-,100,0.69 6,,2138.0|7,-8630.1|26,-5940.5|21,-7772.46|26,6098.08|14,12622|20,8736.240|8,64930084.7|5,-65125.7|5,1946 +28,,37,,,,,,,,,,,,,,,, +66,Ni,,54.6 h|3,1.97E5|1.08E3,?-,100,,,252.0|15,-9553|3,-9598|14,-6813.9|15,8951.9|15,14110.1|25,8739.508|21,65929139.3|15,-66006.3|14,1948 +28,,38,,,,,,,,,,,,,,,, +67,Ni,,21 s|1,2.1E1|1E0,?-,100,+0.601 5,,3577|3,-10532|5,-8421|7,-5556|3,5808|3,14623|14,8695.75|4,66931569|3,-63742.7|29,1978 +28,,39,,,,,,,,,,,,,,,, +68,Ni,,29 s|2,2.9E1|2E0,?-,100,,,2103|3,-10919|6,-11530|190,-4216|3,7792|4,15431|7,8682.47|4,67931869|3,-63464|3,1977 +28,,40,,,,,,,,,,,,,,,, +69,Ni,,11.4 s|3,1.14E1|3E-1,?-,100,,,5758|4,-11186|6,-9700|140,-2483|4,4586|5,15340|190,8623.10|5,68935610|4,-59979|4,1984 +28,,41,,,?- n,?,,,,,,,,,,,, +70,Ni,,6.0 s|3,6E0|3E-1,?-,100,,,3762.5|24,-11571|5,-12580|300,-1549.0|26,7307|4,16220|140,8604.29|3,69936431.3|23,-59213.9|21,1987 +28,,42,,,,,,,,,,,,,,,, +71,Ni,,2.56 s|3,2.56E0|3E-2,?-,100,,,7304.9|27,-12220|270,-11040|470,-501.2|25,4264|3,16070|300#,8543.16|3,70940519.0|24,-55406.2|22,1987 +28,,43,,,,,,,,,,,,,,,, +72,Ni,,1.57 s|5,1.57E0|5E-2,?-,100,,,5556.9|26,-13160|370,-14030|400,413.7|27,6891|3,17150|470,8520.21|3,71941785.9|24,-54226.1|22,1987 +28,,44,,,,,,,,,,,,,,,, +73,Ni,,0.84 s|3,8.4E-1|3E-2,?-,100,,,8879|3,-13500|400#,-12690|400,1603.5|28,3953|3,17200|400#,8457.65|3,72946206.7|26,-50108.2|24,1987 +28,,45,,,?- n,?,,,,,,,,,,,, +74,Ni,,0.68 s|18,6.8E-1|1.8E-1,?-,100,,,7550|200#,-14370|440#,-15640|540#,2460|200#,6420|200#,18330|440#,8430|3#,73947980|210#,-48460|200#,1987 +28,,46,,,?- n,?,,,,,,,,,,,, +75,Ni,,344 ms|25,3.44E-1|2.5E-2,?-,100,,,10440|300#,-15020|500#,-14380|580#,3900|300#,3640|360#,18500|580#,8366|4#,74952730|320#,-44030|300#,1992 +28,,47,,,?- n,10.0|28,,,,,,,,,,,, +76,Ni,,0.238 s|+15-18,2.38E-1|1.7E-2,?-,100,,,9350|400#,-15620|640#,-17120|720#,4770|400#,5670|500#,19270|640#,8331|5#,75955310|430#,-41630|400#,1995 +28,,48,,,?- n,?,,,,,,,,,,,, +77,Ni,,128 ms|+27-33,1.28E-1|3E-2,?-,100,,,11820|520#,-16320|710#,-15780|780#,6100|500#,3240|640#,19580|780#,8265|6#,76960490|540#,-36800|500#,1995 +28,,49,,,?- n,?,,,,,,,,,,,, +78,Ni,,0.11 s|+10-6,1.1E-1|8E-2,?-,100,,,10610|780#,-16720|850#,#,6660|620#,5160|780#,20160|850#,8225|8#,77963620|640#,-33890|600#,1995 +28,,50,,,?- n,?,,,,,,,,,,,, +79,NI,,43.0 ms|+86-75,4.3E-2|8.1E-3,?-,100,,,14170|670#,-16350|850#,#,8860|780#,1750|850#,,8143|8#,78970400|640#,-27570|600#,2010 +28,,51,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +80,Ni,,24 ms|+26-17,2.4E-2|2.2E-2,?-,100,,,13570|810#,,#,11040|760#,3130|920#,,8080|9#,79975710|750#,-22630|700#, +28,,52,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +53,Cu,,< 130 ns,1.3E-7,p,?,,,,-5810|710#,16360|500,,19060|780#,-1770|640#,7894|9#,52985750|540#,-13270|500#, +29,,24,,,,,,,,,,,,,,,, +54,Cu,,< 75 ns,7.5E-8,p,?,,,-15140|560#,-6200|560#,17870|400#,,16210|640#,-930|400#,8048|7#,53977010|430#,-21410|400#, +29,,25,,,,,,,,,,,,,,,, +55,Cu,,40 ms,4E-2,ec p,15|4,,,-17060|430#,-6720|160,13700|160#,-33430|430#,18300|430#,-350|160,8234.0|28,54966040|170,-31640|160,1987 +29,,26,,,p,?,,,,,,,,,,,, +,,,,,?+,?,,,,,,,,,,,, +56,Cu,,93 ms|3,9.3E-2|3E-3,?+,100,,,-13250|400#,-6707|17,15265|15#,-32140|400#,15080|160,596|15,8356.23|27,55958515|16,-38643|15,1987 +29,,27,,,?+ p,0.40|12,,,,,,,,,,,, +57,Cu,,196.3 ms|7,1.96E-1|7E-4,ec ?+,100,,,-14760|200#,-7074.4|17,8774.9|8#,-29990|400#,16737|15,690.3|4,8503.262|9,56949211.8|6,-47308.9|5,1976 +29,,28,,,,,,,,,,,,,,,, +58,Cu,,3.204 s|7,3.2E0|7E-3,ec ?+,100,+0.479 13,,-9370|50,-6082.7|6,8561.0|7,-27190|200#,12430.2|6,2872.9|7,8570.967|10,57944532.4|6,-51667.7|6,1952 +29,,29,,,,,,,,,,,,,,,, +59,Cu,,81.5 s|5,8.15E1|5E-1,ec ?+,100,,,-9142.8|6,-4753.4|5,4798.4|7,-22130|50,12761.9|6,3418.5|4,8642.000|9,58939496.8|6,-56358.3|5,1947 +29,,30,,,,,,,,,,,,,,,, +60,Cu,,23.7 min|4,1.42E3|2.4E1,ec ?+,100,+1.2186 5,+0.116 12,-4170.8|16,-4729.6|16,6128.0|17,-19200.9|17,10058.1|16,4477.4|16,8665.602|27,59937363.9|17,-58345.1|16,1947 +29,,31,,,,,,,,,,,,,,,, +61,Cu,,3.339 h|8,1.2E4|2.88E1,ec ?+,100,+2.1083 5,-0.221 10,-5635|16,-5063.4|10,2237.8|10,-15881.0|10,11710.2|18,4799.9|10,8715.514|16,60933457.4|10,-61984.1|10,1937 +29,,32,,,,,,,,,,,,,,,, +62,Cu,,9.67 min|3,5.8E2|1.8E0,ec ?+,100,-0.3796 4,-0.022 4,-1619.5|7,-5365.2|12,3958.9|8,-14510|16,8874.7|11,5854.5|6,8718.081|10,61932594.9|7,-62787.4|6,1936 +29,,33,,,,,,,,,,,,,,,, +63,Cu,,STABLE,,,,+2.22329 18,-0.211 4,-3366.4|15,-5775.0|4,-67.0|6,-12483.1|4,10863.6|5,6122.40|6,8752.138|7,62929597.2|5,-65579.8|4,1923 +29,,34,69.15 %|15,,,,,,,,,,,,,,, +64,Cu,,12.701 h|2,4.57E4|7.2E0,ec ?+,61.5|3,-0.217 2,,579.5|6,-6199.1|4,1674.4|7,-11282.5|15,7916.11|10,7200.74|10,8739.075|7,63929763.9|5,-65424.5|4,1936 +29,,35,,,?-,38.5|3,,,,,,,,,,,, +65,Cu,,STABLE,,,,+2.3816 2,-0.195 4,-1351.6|4,-6790.5|10,-2138.0|8,-9331.0|4,9910.4|7,7453.7|7,8757.096|10,64927789.5|7,-67263.7|6,1923 +29,,36,30.85 %|15,,,,,,,,,,,,,,, +66,Cu,,5.120 min|14,3.07E2|8.4E-1,?-,100,-0.282 2,,2640.9|9,-7259|19,-252.0|15,-8417.6|4,7065.93|9,8421.6|7,8731.472|10,65928868.8|7,-66258.3|7,1937 +29,,37,,,,,,,,,,,,,,,, +67,Cu,,61.83 h|12,2.23E5|4.32E2,?-,100,,,560.8|8,-7893|19,-3577|3,-6491.7|8,9132.6|11,8602.2|17,8737.458|13,66927729.5|10,-67319.5|9,1948 +29,,38,,,,,,,,,,,,,,,, +68,Cu,,30.9 s|6,3.09E1|6E-1,?-,100,+2.3933 6,-0.082 13,4440.1|18,-8200|20,-2103|3,-5758.0|18,6318.8|18,9113|3,8701.890|23,67929610.9|17,-65567.0|16,1953 +29,,39,,,,,,,,,,,,,,,, +69,Cu,,2.85 min|15,1.71E2|9E0,?-,100,+2.8383 10,-0.147 16,2681.6|16,-8975.9|25,-5758|4,-3800.4|16,8240.5|21,9561|3,8695.204|20,68929429.3|15,-65736.2|14,1966 +29,,40,,,,,,,,,,,,,,,, +70,Cu,,44.5 s|2,4.45E1|2E-1,?-,100,+1.3666 5,-0.285 14,6588.4|22,-8993|14,-3762.5|24,-2629.8|13,5311.5|18,10287|4,8646.865|15,69932392.1|12,-62976.4|11,1971 +29,,41,,,,,,,,,,,,,,,, +71,Cu,,19.4 s|16,1.94E1|1.6E0,?-,100,+2.2747 8,-0.190 16,4618|3,-9814|7,-7304.9|27,-1217.7|24,7806.1|18,10786.2|26,8635.022|21,70932676.8|16,-62711.1|15,1983 +29,,42,,,,,,,,,,,,,,,, +72,Cu,,6.63 s|3,6.63E0|3E-2,?-,100,,,8362.5|26,-10280|190,-5556.9|26,-526|3,5143.2|20,11665.7|26,8586.525|19,71935820.3|15,-59783.0|14,1983 +29,,43,,,,,,,,,,,,,,,, +73,Cu,,4.2 s|3,4.2E0|3E-1,?-,100,,,6606.0|27,-11130|140,-8879|3,1086.7|29,7275.7|24,12050|3,8568.569|27,72936674.4|21,-58987.4|19,1983 +29,,44,,,,,,,,,,,,,,,, +74,Cu,,1.63 s|5,1.63E0|5E-2,?-,100,,,9751|7,-11800|300#,-7550|200,1516|6,5090|6,13187|7,8521.56|8,73939875|7,-56006|6,1987 +29,,45,,,?- n,> 0,,,,,,,,,,,, +75,Cu,,1.224 s|3,1.22E0|3E-3,?-,100,+1.0062 13,-0.269 16,8088|3,-12530|470,-10440|300,3214|3,6536|7,13300|200#,8495.09|3,74941522.6|25,-54471.3|23,1985 +29,,46,,,?- n,3.5|6,,,,,,,,,,,, +76,Cu,,0.641 s|6,6.41E-1|6E-3,?-,100,,,11327|7,-13200|400#,-9350|400,3512|7,4576|7,14230|300#,8443.53|9,75945275|7,-50976|7,1987 +29,,47,,,?- n,3|2,,,,,,,,,,,, +77,Cu,,467.9 ms|21,4.68E-1|2.1E-3,?-,100,+1.61 5,,10160|150#,-13630|430#,-11820|520#,5610|150#,5720|150#,14280|430#,8408|2#,76947800|160#,-48620|150#,1987 +29,,48,,,?- n,30.3|20,,,,,,,,,,,, +78,Cu,,335 ms|11,3.35E-1|1.1E-2,?-,100,,,12990|500,-14100|710#,-10610|780,6220|500,3940|520#,14990|710#,8351|6,77952230|540,-44500|500,1991 +29,,49,,,?- n,65|8,,,,,,,,,,,, +79,Cu,,241.0 ms|32,2.41E-1|3.2E-3,?-,100,,,11690|300#,-14520|580#,-14170|670#,7670|300#,5310|590#,15140|670#,8312|4#,78955190|320#,-41740|300#,1991 +29,,50,,,?- n,66|12,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +80,Cu,,113.6 ms|+82-38,1.14E-1|6E-3,?-,100,,,15450|400#,-14110|720#,-13570|810#,9160|400#,2530|500#,15920|720#,8240|5#,79961140|430#,-36200|400#,1995 +29,,51,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +81,CU,,73.2 ms|68,7.32E-2|6.8E-3,?-,100,,,14780|500#,-12830|780#,#,12160|500#,3290|640#,16080|860#,8179|6#,80966270|540#,-31420|500#,2010 +29,,52,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +82,CU,,> 636 ns,6.36E-7|5E15,?- 2n,?,,,16990|600#,,#,12810|600#,1970|780#,,8103|7#,81972820|640#,-25320|600#,2010 +29,,53,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +54,Zn,,1.59 ms|+60-35,1.59E-3|4.8E-4,2p,92|+6-13,,,,-4580|640#,15140|570,,,290|640#,7753|7#,53993270|430#,-6270|400#,2005 +30,,24,,,,,,,,,,,,,,,, +55,Zn,,20 ms,2E-2,ec p,91|5,,,,-5100|640#,17070|430,,16370|560#,450|560#,7909|7#,54984360|430#,-14570|400#,2001 +30,,25,,,?+,?,,,,,,,,,,,, +56,Zn,,30.0 ms|17,3E-2|1.7E-3,ec p,86.0|49,,,-22000|640#,-5480|560#,13250|400#,,18890|560#,1040|430#,8106|7#,55972740|430#,-25390|400#,2001 +30,,26,,,?+ p,?,,,,,,,,,,,, +,,,,,?+,?,,,,,,,,,,,, +57,Zn,,40 ms|10,4E-2|1E-2,ec ?+,100,,,-17540|450#,-5340|200#,14760|200#,-37230|540#,15230|450#,1200|200#,8231|4#,56965060|210#,-32550|200#,1976 +30,,27,,,?+ p,? 65,,,,,,,,,,,, +58,Zn,,86.7 ms|24,8.67E-2|2.4E-3,ec ?+,100,,,-18760|300#,-5450|50,9370|50#,-35360|400#,17820|210#,2280|50,8395.9|9,57954590|50,-42300|50,1986 +30,,28,,,ec p,< 3,,,,,,,,,,,, +59,Zn,,182.0 ms|18,1.82E-1|1.8E-3,ec ?+,100,,,-13450|170#,-4304.6|10,9142.8|9#,-31750|300#,12990|50,2836.8|7,8473.777|13,58949312.0|8,-47215.6|8,1981 +30,,29,,,ec p,0.10|3,,,,,,,,,,,, +60,Zn,,2.38 min|5,1.43E2|3E0,ec ?+,100,,,-14580|200#,-2691.7|5,4170.8|17#,-28490|170#,15030.1|7,5105.0|4,8583.050|9,59941841.4|6,-54174.3|6,1955 +30,,30,,,,,,,,,,,,,,,, +61,Zn,,89.1 s|2,8.91E1|2E-1,ec ?+,100,,,-9210|40,-2690|16,5635|16,-24830|200#,10246|16,5293|16,8610.31|26,60939507|17,-56349|16,1955 +30,,31,,,,,,,,,,,,,,,, +62,Zn,,9.193 h|15,3.31E4|5.4E1,ec ?+,100,,,-9181.1|4,-3364.1|5,1619.5|9,-22100|40,12890|16,6472.9|10,8679.343|10,61934333.5|7,-61168.0|6,1948 +30,,32,,,,,,,,,,,,,,,, +63,Zn,,38.47 min|5,2.31E3|3E0,ec ?+,100,-0.28164 5,+0.29 3,-5666.3|20,-3481.6|16,3366.4|16,-18297.8|16,9116.7|16,6714.9|16,8686.285|25,62933211.2|17,-62213.4|16,1937 +30,,33,,,,,,,,,,,,,,,, +64,Zn,,STABLE,,,,,,-7171.2|15,-3955.8|7,-579.5|8,-17528.2|15,11861.9|15,7713.2|6,8735.905|10,63929141.8|7,-66004.0|6,1922 +30,,34,49.17 %|75,,,,,,,,,,,,,,, +65,Zn,,243.93 d|9,2.11E7|7.78E3,ec ?+,100,+0.7690 2,-0.023 2,-3254.5|7,-4115.0|7,1351.6|9,-15150.5|15,7979.32|17,7776.4|7,8724.265|10,64929240.5|7,-65912.0|6,1939 +30,,35,,,,,,,,,,,,,,,, +66,Zn,,STABLE,,,,,,-5175.5|8,-4577.7|7,-2640.9|10,-14313.0|11,11058.5|9,8924.5|9,8759.632|11,65926033.7|8,-68899.2|7,1922 +30,,36,27.73 %|98,,,,,,,,,,,,,,, +67,Zn,,STABLE,,,,+0.875479 9,+0.150 15,-1001.3|11,-4792.4|7,-560.8|11,-12228.0|8,7052.47|23,8911.0|9,8734.152|11,66927127.5|8,-67880.3|8,1928 +30,,37,4.04 %|16,,,,,,,,,,,,,,, +68,Zn,,STABLE,,,,,,-2921.1|12,-5333.1|8,-4440.1|18,-11199.4|11,10198.10|19,9976.5|8,8755.680|12,67924844.3|8,-70007.1|8,1922 +30,,38,18.45 %|63,,,,,,,,,,,,,,, +69,Zn,,56.4 min|9,3.38E3|5.4E1,?-,100,,,910.0|14,-5717.1|8,-2681.6|16,-9403.2|12,6482.07|16,10139.8|18,8722.729|12,68926550.4|9,-68417.8|8,1937 +30,,39,,,,,,,,,,,,,,,, +70,Zn,,? 3.8 x 1018|y,1.2E26|1.58E32,2?-,100,,,-654.6|16,-5983.4|24,-6588.4|22,-8308.2|16,9218.2|20,11117.5|24,8729.808|27,69925319.2|21,-69564.7|19,1922 +30,,40,0.61 %|10,,2?-,?,,,,,,,,,,,, +71,Zn,,2.45 min|10,1.47E2|6E0,?-,100,,,2810.4|28,-6011|4,-4618|3,-6489.9|29,5835|3,11641.4|29,8689.04|4,70927719.6|28,-67328.8|27,1955 +30,,41,,,,,,,,,,,,,,,, +72,Zn,,46.5 h|1,1.67E5|3.6E2,?-,100,,,442.8|23,-7107|4,-8362.5|26,-6077.7|23,8888|3,12723.3|26,8691.80|3,71926842.8|23,-68145.5|21,1951 +30,,42,,,,,,,,,,,,,,,, +73,Zn,,23.5 s|10,2.35E1|1E0,?-,100,,,4105.9|25,-8040|4,-6606.0|27,-5076.4|20,5519.2|28,13099.4|23,8648.345|26,72929582.6|20,-65593.4|19,1972 +30,,43,,,,,,,,,,,,,,,, +74,Zn,,95.6 s|12,9.56E1|1.2E0,?-,100,,,2293|4,-8968|3,-9751|7,-4129|3,8235|3,14058|3,8642.75|3,73929407.3|27,-65756.7|25,1972 +30,,44,,,,,,,,,,,,,,,, +75,Zn,,10.2 s|2,1.02E1|2E-1,?-,100,,,5906|3,-9578|3,-8088|3,-2581|4,4874|3,13842|6,8592.497|26,74932840.2|21,-62558.9|20,1974 +30,,45,,,,,,,,,,,,,,,, +76,Zn,,5.7 s|3,5.7E0|3E-1,?-,100,,,3993.6|24,-10501.9|27,-11327|7,-1909.7|28,7815.4|24,15120.6|27,8582.273|19,75933115.0|16,-62303.0|15,1974 +30,,46,,,,,,,,,,,,,,,, +77,Zn,,2.08 s|5,2.08E0|5E-2,?-,100,,,7203|3,-11106|3,-10170|150,-563.9|28,4557.5|24,15102|7,8530.003|26,76936887.2|21,-58789.2|20,1977 +30,,47,,,,,,,,,,,,,,,, +78,Zn,,1.47 s|15,1.47E0|1.5E-1,?-,100,,,6222.7|27,-11450|200#,-12990|500,438|3,6765.4|28,16150|150#,8507.379|25,77938289.2|21,-57483.2|19,1977 +30,,48,,,,,,,,,,,,,,,, +79,Zn,,0.746 s|42,7.46E-1|4.2E-2,?-,100,-1.1866 10,+0.487 53,9115.4|29,-11830|300#,-11690|300,2202.3|29,4020.4|29,16220|500,8450.582|28,78942638.1|24,-53432.3|22,1981 +30,,49,,,?- n,1.7|5,,,,,,,,,,,, +80,Zn,,561.9 ms|30,5.62E-1|3E-3,?-,100,,,7575|4,-12440|400#,-15450|400,2828|3,6288|3,17200|300#,8423.54|3,79944552.9|28,-51648.6|26,1981 +30,,50,,,?- n,1.0|5,,,,,,,,,,,, +81,Zn,,0.32 s|5,3.2E-1|5E-2,?-,100,,,11428|6,-11820|500#,-14780|500,4953|6,2622|6,17290|400#,8351.92|6,80950403|5,-46200|5,1991 +30,,51,,,?- n,7.5|30,,,,,,,,,,,, +82,Zn,,228 ms|10,2.28E-1|1E-2,?-,100,,,10617|4,-10850|600#,-16990|600,7243|4,4186|6,18180|500#,8301.12|4,81954574|3,-42314|3,1997 +30,,52,,,?- n,> 0,,,,,,,,,,,, +83,Zn,,117 ms|20,1.17E-1|2E-2,?-,100,,,12970|300#,-11140|670#,#,8570|300#,2050|300#,18260|670#,8226|4#,82961040|320#,-36290|300#,1997 +30,,53,,,?- n,?,,,,,,,,,,,, +84,ZN,,> 633 ns,6.33E-7|5E15,?- 2n,?,,,12160|450#,-11720|810#,#,9260|400#,3710|500#,,8172|5#,83965720|430#,-31930|400#,2010 +30,,54,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +85,Zn,,> 637 ns,6.37E-7|5E15,?- 2n,?,,,14620|580#,,#,10790|540#,1370|640#,,8092|6#,84972910|540#,-25230|500#,2010 +30,,55,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +59,Ga,,< 43 ns,4.3E-8,p,?,,,-17890|430#,-4550|230#,13460|170#,-34750|530#,18290|340#,-1250|180#,8232|3#,58963760|180#,-33760|170#, +31,,28,,,,,,,,,,,,,,,, +60,Ga,,70 ms|13,7E-2|1.3E-2,ec ?+,100,,,-12500|360#,-3370|200#,14580|200#,-31790|450#,13900|260#,-340|200#,8327|3#,59957500|210#,-39590|200#,1995 +31,,29,,,?+ p,1.6|7,,,,,,,,,,,, +,,,,,?+ ?,< 0.023|20,,,,,,,,,,,, +61,Ga,,167 ms|3,1.67E-1|3E-3,ec ?+,100,,,-13770|300#,-2250|40,9210|40#,-28120|300#,15620|200#,250|40,8446.4|6,60949400|40,-47130|40,1987 +31,,30,,,ec p,< 0.25,,,,,,,,,,,, +62,Ga,,116.121 ms|21,1.16E-1|2.1E-5,ec ?+,100,,,-10250|140#,-2744.1|7,9181.1|9#,-26700|300#,12920|40,2927|16,8518.642|10,61944189.8|7,-51986.9|6,1978 +31,,31,,,ec p,?,,,,,,,,,,,, +63,Ga,,32.4 s|5,3.24E1|5E-1,ec ?+,100,,,-9630|40,-2613.7|14,5666.3|20,-22880|140#,12631.5|15,2668.1|14,8583.926|21,62939294.2|14,-56547.1|13,1965 +31,,32,,,,,,,,,,,,,,,, +64,Ga,,2.627 min|12,1.58E2|7.2E-1,ec ?+,100,,,-4517|4,-2912.6|21,7171.2|16,-19980|40,10357.0|19,3908.4|21,8611.631|22,63936840.4|15,-58832.8|14,1953 +31,,33,,,,,,,,,,,,,,,, +65,Ga,,15.2 min|2,9.12E2|1.2E1,ec ?+,100,,,-6179.3|23,-3098.4|9,3254.5|10,-16413|4,11896.0|16,3942.5|6,8662.160|13,64932734.4|9,-62657.5|8,1938 +31,,34,,,,,,,,,,,,,,,, +66,Ga,,9.49 h|3,3.42E4|1.08E2,ec ?+,100,,,-2116.6|26,-3361.1|12,5175.5|13,-15316.8|24,9137.5|13,5100.6|12,8669.361|17,65931589.8|12,-63723.7|11,1937 +31,,35,,,,,,,,,,,,,,,, +67,Ga,,3.2617 d|5,2.82E5|4.32E1,ec,100,+1.8507 3,0.195,-4221|5,-3724.2|12,1001.3|14,-13343.3|27,11226.7|14,5268.9|11,8707.531|18,66928202.4|13,-66879.0|12,1938 +31,,36,,,,,,,,,,,,,,,, +68,Ga,,67.71 min|8,4.06E3|4.8E0,ec ?+,100,0.01175 5,0.0277 14,-107.2|24,-4086.4|14,2921.1|16,-12499|5,8278.3|16,6494.6|12,8701.218|21,67927980.2|15,-67086.0|14,1937 +31,,37,,,,,,,,,,,,,,,, +69,Ga,,STABLE,,,,+2.01659 5,+0.171 11,-2227.1|5,-4489.1|14,-910.0|14,-10420.3|22,10313.1|19,6609.7|14,8724.579|17,68925573.5|13,-69327.8|12,1923 +31,,38,60.108 %|9,,,,,,,,,,,,,,, +70,Ga,,21.14 min|5,1.27E3|3E0,?-,99.59|5,+0.571 2,+0.105 7,1651.7|15,-5076.8|14,654.6|23,-9880.8|6,7653.65|17,7781.3|14,8709.280|17,69926021.9|13,-68910.1|12,1937 +31,,39,,,ec,0.41|5,,,,,,,,,,,, +71,Ga,,STABLE,,,,+2.562266 18,+0.107 1,-232.64|22,-5244.5|12,-2810.4|28,-7648.58|25,9300.3|14,7863.4|21,8717.604|11,70924702.5|9,-70139.1|8,1923 +31,,40,39.892 %|9,,,,,,,,,,,,,,, +72,Ga,,14.10 h|2,5.08E4|7.2E1,?-,100,-0.13224 2,+0.52 1,3997.6|8,-5446.2|18,-442.8|23,-6753.11|28,6520.47|19,8548.5|28,8687.089|11,71926367.4|9,-68588.3|8,1939 +31,,41,,,,,,,,,,,,,,,, +73,Ga,,4.86 h|3,1.75E4|1.08E2,?-,100,,,1598.2|17,-6388.0|22,-4105.9|25,-5184.7|17,9182.4|19,8842.8|27,8693.873|23,72925174.7|18,-69699.3|17,1949 +31,,42,,,,,,,,,,,,,,,, +74,Ga,,8.12 min|12,4.87E2|7.2E0,?-,100,,,5373|3,-7498|3,-2293|4,-4823|3,6422|3,9745|4,8663.17|4,73926946|3,-68050|3,1956 +31,,43,,,,,,,,,,,,,,,, +75,Ga,,126 s|2,1.26E2|2E0,?-,100,+1.836 4,-0.285 17,3392.4|24,-8178.4|28,-5906|3,-3113.5|24,8486|4,9997|3,8660.81|3,74926500.2|26,-68464.6|24,1960 +31,,44,,,,,,,,,,,,,,,, +76,Ga,,32.6 s|6,3.26E1|6E-1,?-,100,,,6916.2|20,-8938.6|24,-3993.6|24,-2511.0|20,5903|3,11026.7|28,8624.526|26,75928827.6|21,-66296.6|20,1961 +31,,45,,,,,,,,,,,,,,,, +77,Ga,,13.2 s|2,1.32E1|2E-1,?-,100,+2.020 3,-0.208 13,5220.5|24,-9430|3,-7203|3,-850.8|24,7767|3,10978.3|28,8613.39|3,76929154.3|26,-65992.3|24,1968 +31,,46,,,,,,,,,,,,,,,, +78,Ga,,5.09 s|5,5.09E0|5E-2,?-,100,,,8156|4,-10125|6,-6222.7|27,-564.4|19,5785|3,12205.7|27,8577.127|24,77931608.8|20,-63705.9|19,1972 +31,,47,,,,,,,,,,,,,,,, +79,Ga,,2.848 s|3,2.85E0|3E-3,?-,100,+1.047 3,+0.158 10,6980|40,-10501|3,-9115.4|29,1243|4,6913.0|27,12353.4|27,8556.063|24,78932852.3|20,-62547.7|19,1974 +31,,48,,,?- n,0.089|19,,,,,,,,,,,, +80,Ga,,1.9 s|1,1.9E0|1E-1,?-,100,+0.036 4,+0.478 27,10312|4,-10673|7,-7575|4,2230|40,4747|3,13080|4,8508.45|4,79936421|3,-59223.7|29,1974 +31,,49,,,?- n,0.86|7,,,,,,,,,,,, +81,Ga,,1.217 s|5,1.22E0|5E-3,?-,100,,,8664|4,-11430|150#,-11428|6,3836|4,6476|4,13268|4,8483.36|4,80938134|4,-57628|3,1976 +31,,50,,,?- n,11.9|7,,,,,,,,,,,, +82,Ga,,0.599 s|2,5.99E-1|2E-3,?-,100,,,12484|3,-10860|500,-10617|4,5290|3,3374|4,14020|6,8421.05|3,81943176.5|26,-52930.7|24,1976 +31,,51,,,?- n,19.8|10,,,,,,,,,,,, +83,Ga,,308.1 ms|10,3.08E-1|1E-3,?-,100,,,11719|4,-9940|300#,-12970|300,8087|3,4398|4,14232|4,8372.57|3,82947120.3|28,-49257.1|26,1976 +31,,52,,,?- n,62.8|25,,,,,,,,,,,, +84,Ga,,0.085 s|10,8.5E-2|1E-2,?-,100,,,14060|200#,-10310|450#,-12160|450#,8820|200#,2900|200#,15090|360#,8307|2#,83952670|210#,-44090|200#,1991 +31,,53,,,?- n,70|15,,,,,,,,,,,, +85,Ga,,92 ms|4,9.2E-2|4E-3,?-,100,,,13270|300#,-10850|580#,-14620|580#,10230|300#,3830|360#,15210|500#,8255|4#,84957220|320#,-39850|300#,1997 +31,,54,,,?- n,> 35,,,,,,,,,,,, +86,Ga,,43 ms|+21-15,4.3E-2|1.8E-2,?-,100,,,15320|590#,-11180|720#,#,10970|400#,2300|500#,16140|640#,8186|5#,85963410|430#,-34080|400#,1997 +31,,55,,,?- n,60|10,,,,,,,,,,,, +,,,,,?- 2n,20|10,,,,,,,,,,,, +87,GA,,> 634 ns,6.34E-7|5E15,?-,100,,,14830|580#,,#,12080|660#,3240|640#,,8129|6#,86968600|540#,-29250|500#,2010 +31,,56,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +59,Ge,,> 360 ns,3.6E-7|5E15,2p,?,,,,-3720|560#,17890|430,,16860|640#,-380|500#,7916|7#,58982960|430#,-15870|400#, +32,,27,,,ec ?+,?,,,,,,,,,,,, +60,GE,,> 110 ns,1.1E-7|5E15,ec p,?,,,-21620|500#,-4120|500#,12500|360#,,19290|500#,620|340#,8106|5#,59970920|320#,-27090|300#,2005 +32,,28,,,ec ?+,?,,,,,,,,,,,, +61,Ge,,44 ms|6,4.4E-2|6E-3,ec ?+,100,,,-16460|420#,-3230|360#,13770|300#,-35960|500#,14340|420#,1060|360#,8208|5#,60964190|320#,-33360|300#,1987 +32,,29,,,ec p,> 62,,,,,,,,,,,, +62,Ge,,129 ms|35,1.29E-1|3.5E-2,ec ?+,100,,,-17420|330#,-1870|150#,10250|140#,-32910|330#,16450|330#,1890|140#,8341|2#,61955190|150#,-41740|140#,1991 +32,,30,,,ec p,?,,,,,,,,,,,, +63,Ge,,150 ms|9,1.5E-1|9E-3,ec ?+,100,,,-13420|200#,-2130|40,9630|40#,-30670|300#,13250|140#,2220|40,8418.7|6,62949630|40,-46920|40,1991 +32,,31,,,,,,,,,,,,,,,, +64,Ge,,63.7 s|25,6.37E1|2.5E0,ec ?+,100,,,-14780|200#,-2566|4,4517|4#,-28890|200#,15470|40,5057|4,8528.82|6,63941690|4,-54315|4,1972 +32,,32,,,,,,,,,,,,,,,, +65,GE,,30.9 s|5,3.09E1|5E-1,ec ?+,100,,,-9540|80,-2554|16,6179.3|23,-25020|200#,10234|4,4934.4|26,8555.06|3,64939368.1|23,-56478.2|22,1972 +32,,33,,,ec p,0.011|3,,,,,,,,,,,, +66,Ge,,2.26 h|5,8.14E3|1.8E2,ec ?+,100,,,-9582|6,-2864.0|25,2116.6|26,-22740|80,13200|3,6238.5|25,8625.44|4,65933862.1|26,-61607.0|24,1950 +32,,34,,,,,,,,,,,,,,,, +67,Ge,,18.9 min|3,1.13E3|1.8E1,ec ?+,100,,,-6071|5,-2870|5,4221|5,-18704|7,9123|5,6224|5,8632.86|7,66932734|5,-62658|5,1950 +32,,35,,,,,,,,,,,,,,,, +68,Ge,,270.93 d|13,2.34E7|1.12E4,ec,100,,,-8084.3|26,-3399.7|20,107.2|24,-18462.9|19,12392|5,7388.7|22,8688.136|28,67928095.3|20,-66978.8|19,1948 +32,,36,,,,,,,,,,,,,,,, +69,Ge,,39.05 h|10,1.41E5|3.6E2,ec ?+,100,0.735 7,0.024 5,-3990|30,-3613.6|15,2227.1|18,-16277.5|23,8193.2|23,7303.6|19,8680.963|19,68927964.5|14,-67100.7|13,1938 +32,,37,,,,,,,,,,,,,,,, +70,Ge,,STABLE,,,,,,-6220|50,-4087.6|10,-1651.7|15,-15520|30,11532.5|16,8523.0|15,8721.700|12,69924248.7|9,-70561.9|8,1923 +32,,38,20.57 %|27,,,,,,,,,,,,,,, +71,Ge,,11.43 d|3,9.88E5|2.59E3,ec,100,+0.547 5,,-2013|4,-4451.1|10,232.6|12,-13640|50,7415.94|11,8285.3|15,8703.309|12,70924952.3|9,-69906.5|8,1941 +32,,39,,,,,,,,,,,,,,,, +72,Ge,,STABLE,,,,,,-4356|4,-5003.7|8,-3997.6|8,-12764|4,10750.7|8,9735.7|8,8731.745|1,71922075.83|8,-72585.90|8,1923 +32,,40,27.45 %|32,,,,,,,,,,,,,,, +73,Ge,,STABLE,,,,-0.8794677 2,-0.173 26,-345|4,-5304.6|8,-1598.2|17,-11139|4,6782.94|5,9998.2|8,8705.049|1,72923458.96|6,-71297.52|6,1933 +32,,41,7.75 %|12,,,,,,,,,,,,,,, +74,Ge,,STABLE,,,,,,-2562.4|17,-6282.6|19,-5373|3,-10541|4,10196.24|6,11012.1|17,8725.200|0,73921177.762|13,-73422.442|13,1923 +32,,42,36.50 %|20,,,,,,,,,,,,,,, +75,Ge,,82.78 min|4,4.97E3|2.4E0,?-,100,+0.510 5,,1177.2|9,-6953.1|26,-3392.4|24,-9068.2|17,6505.84|5,11096|3,8695.609|1,74922858.37|5,-71856.96|5,1939 +32,,43,,,,,,,,,,,,,,,, +76,Ge,,STABLE,,,,,,-921.5|9,-7492.3|21,-6916.2|20,-8250.0|9,9427.24|5,12037.3|24,8705.236|0,75921402.726|19,-73212.889|18,1933 +32,,44,7.73 %|12,,,,,,,,,,,,,,, +77,Ge,,11.211 h|3,4.04E4|1.08E1,?-,100,,,2703.5|17,-8044.4|19,-5220.5|24,-6992.8|9,6071.29|5,12205.2|20,8671.028|1,76923549.84|6,-71212.86|5,1939 +32,,45,,,,,,,,,,,,,,,, +78,Ge,,88.0 min|10,5.28E3|6E1,?-,100,,,955|10,-8530|4,-8156|4,-6017|4,8720|4,13159|4,8671.66|4,77922853|4,-71862|4,1953 +32,,46,,,,,,,,,,,,,,,, +79,Ge,,18.98 s|3,1.9E1|3E-2,?-,100,,,4110|40,-9390|40,-6980|40,-4780|40,5740|40,13110|40,8634.5|5,78925360|40,-69530|40,1970 +32,,47,,,,,,,,,,,,,,,, +80,Ge,,29.5 s|4,2.95E1|4E-1,?-,100,,,2679|4,-9657.2|25,-10312|4,-3971|6,8080|40,14276.6|28,8627.570|26,79925350.8|22,-69535.3|21,1972 +32,,48,,,,,,,,,,,,,,,, +81,Ge,,7.6 s|6,7.6E0|6E-1,?-,100,,,6242|3,-9927.4|28,-8664|4,-2149|4,4827.7|29,14357|4,8580.658|25,80928832.9|22,-66291.7|21,1972 +32,,49,,,,,,,,,,,,,,,, +82,Ge,,4.56 s|26,4.56E0|2.6E-1,?-,100,,,4690|4,-10357|3,-12484|3,-953|3,7195|3,15076|4,8563.756|27,81929774.0|24,-65415.1|22,1972 +32,,50,,,,,,,,,,,,,,,, +83,Ge,,1.85 s|6,1.85E0|6E-2,?-,100,,,8693|4,-9969|3,-11719|4,1058|4,3633|3,15335|3,8504.345|29,82934539.1|26,-60976.4|24,1972 +32,,51,,,?- n,?,,,,,,,,,,,, +84,Ge,,0.954 s|14,9.54E-1|1.4E-2,?-,100,,,7705|4,-8925|4,-14060|200,3450|4,5243|4,16180|4,8465.52|4,83937575|3,-58148|3,1972 +32,,52,,,?- n,10.2|9,,,,,,,,,,,, +85,Ge,,503 ms|18,5.03E-1|1.8E-2,?-,100,,,10066|5,-9349|6,-13270|300,4659|5,3046|5,16320|200#,8401.77|4,84942970|4,-53123|4,1991 +32,,53,,,?- n,16.5|23,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +86,Ge,,226 ms|21,2.26E-1|2.1E-2,?-,100,,,9560|440,-9510|440,-15320|590,5720|440,4350|440,16840|530#,8355|5,85946970|470,-49400|440,1994 +32,,54,,,?- n,45|15,,,,,,,,,,,, +87,Ge,,? 0.14 s,1.4E-1,?-,100,,,11540|300#,-10210|420#,-14830|580#,6810|300#,2750|530#,17290|500#,8290|3#,86952680|320#,-44080|300#,1997 +32,,55,,,?- n,?,,,,,,,,,,,, +88,Ge,,> 300 ns,3E-7|5E15,?-,?,,,10580|440#,-10630|560#,#,7410|400#,4130|500#,18180|640#,8243|5#,87956910|430#,-40140|400#,1997 +32,,56,,,?- n,?,,,,,,,,,,,, +89,Ge,,> 300 ns,3E-7|5E15,?- 2n,?,,,13070|500#,-10920|640#,#,8920|440#,1660|560#,,8169|4#,88963790|430#,-33730|400#,1997 +32,,57,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +90,GE,,> 635 ns,6.35E-7|5E15,?- 2n,?,,,12110|640#,,#,9510|580#,3560|640#,,8118|6#,89968630|540#,-29220|500#,2010 +32,,58,,,?-,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +63,As,,< 43 ns,4.3E-8,p,?,,,,-2160|260#,13420|200,,17250|360#,-950|240#,8193|3#,62964040|210#,-33500|200#, +33,,30,,,,,,,,,,,,,,,, +64,As,,18 ms|+43-7,1.8E-2|2.5E-2,ec ?+,100,,,-12830|540#,-2370|280#,14780|200#,,14100|280#,-100|200#,8286|3#,63957560|220#,-39530|200#,1995 +33,,31,,,,,,,,,,,,,,,, +65,As,,128 ms|16,1.28E-1|1.6E-2,ec ?+,100,,,-13920|310#,-2230|90,9540|80#,-28310|510#,15480|220#,-90|80,8396.2|13,64949610|90,-46940|80,1991 +33,,32,,,,,,,,,,,,,,,, +66,As,,95.77 ms|23,9.58E-2|2.3E-4,ec ?+,100,,,-10360|200#,-2463|6,9582|6#,-27080|300#,13160|80,2836|6,8468.40|9,65944149|6,-52025|6,1978 +33,,33,,,,,,,,,,,,,,,, +67,As,,42.5 s|12,4.25E1|1.2E0,ec ?+,100,,,-10010|70,-2465.0|14,6071|5,-23000|200#,12633|6,2269.2|24,8530.568|7,66939251.1|5,-56587.2|4,1980 +33,,34,,,,,,,,,,,,,,,, +68,As,,151.6 s|8,1.52E2|8E-1,ec ?+,100,,,-4705.1|19,-2486.6|23,8084.3|26,-20390|70,10378.6|19,3525|5,8557.745|27,67936774.1|20,-58894.5|18,1971 +33,,35,,,,,,,,,,,,,,,, +69,As,,15.2 min|2,9.12E2|1.2E1,ec ?+,100,+1.623 2,,-6680|30,-2880|30,3990|30,-16990|30,12290|30,3420|30,8611.8|5,68932250|30,-63110|30,1955 +33,,36,,,,,,,,,,,,,,,, +70,As,,52.6 min|3,3.16E3|1.8E1,ec ?+,100,+2.1061 2,0.09 2,-2410|50,-3040|50,6220|50,-15980|50,9300|60,4530|50,8621.7|7,69930930|50,-64340|50,1950 +33,,37,,,,,,,,,,,,,,,, +71,As,,65.30 h|7,2.35E5|2.52E2,ec ?+,100,+1.6735 18,-0.021 6,-4747|5,-3439|4,2013|4,-14035|4,11620|50,4620|4,8663.93|6,70927114|4,-67893|4,1939 +33,,38,,,,,,,,,,,,,,,, +72,As,,26.0 h|1,9.36E4|3.6E2,ec ?+,100,-2.1566 3,-0.082 24,-362|5,-3569|4,4356|4,-13155|5,8408|6,5612|4,8660.38|6,71926752|4,-68230|4,1939 +33,,39,,,,,,,,,,,,,,,, +73,As,,80.30 d|6,6.94E6|5.18E3,ec,100,,,-2725|7,-4050|4,345|4,-11156|4,10794|6,5656|4,8689.61|5,72923829|4,-70953|4,1948 +33,,40,,,,,,,,,,,,,,,, +74,As,,17.77 d|2,1.54E6|1.73E3,ec ?+,66|2,-1.597 3,,1353.1|17,-4374.8|21,2562.4|17,-10704|8,7979|4,6851.5|17,8680.001|23,73923928.6|18,-70860.1|17,1938 +33,,41,,,?-,34|2,,,,,,,,,,,, +75,As,,STABLE,,,,+1.439475 65,+0.314 6,-864.7|9,-5320.0|12,-1177.2|9,-8892.3|9,10245.5|19,6900.7|9,8700.874|12,74921594.6|9,-73034.2|9,1920 +33,,42,100 %,,,,,,,,,,,,,,, +76,As,,26.24 h|9,9.45E4|3.24E2,?-,100,-0.906 5,7 8,2960.6|9,-6128.0|12,921.5|9,-8193.2|9,7328.50|7,7723.4|9,8682.816|12,75922392.0|10,-72291.4|9,1934 +33,,43,,,,,,,,,,,,,,,, +77,As,,38.79 h|5,1.4E5|1.8E2,?-,100,+1.2946 13,,683.2|17,-6641.9|24,-2703.5|17,-6735.7|17,9696.3|19,7992.4|17,8695.978|22,76920647.6|18,-73916.3|17,1951 +33,,44,,,,,,,,,,,,,,,, +78,As,,90.7 min|2,5.44E3|1.2E1,?-,100,,,4209|10,-7192|10,-955|10,-6289|10,6972|10,8893|10,8673.87|12,77921828|10,-72817|10,1937 +33,,45,,,,,,,,,,,,,,,, +79,As,,9.01 min|15,5.41E2|9E0,?-,100,,,2281|5,-7596|6,-4110|40,-4681|5,8890|11,9063|6,8676.62|7,78920948|6,-73636|5,1950 +33,,46,,,,,,,,,,,,,,,, +80,As,,15.2 s|2,1.52E1|2E-1,?-,100,,,5545|3,-8343|4,-2679|4,-4368|3,6650|6,9980|40,8651.28|4,79922475|4,-72214|3,1954 +33,,47,,,,,,,,,,,,,,,, +81,As,,33.3 s|8,3.33E1|8E-1,?-,100,,,3855.7|28,-8966|4,-6242|3,-2845.2|28,8390|4,10287|3,8648.06|3,80922132.3|28,-72533.3|26,1960 +33,,48,,,,,,,,,,,,,,,, +82,As,,19.1 s|5,1.91E1|5E-1,?-,100,,,7488|4,-8824|4,-4690|4,-1788|4,5643|5,11103|4,8611.41|4,81924739|4,-70105|4,1968 +33,,49,,,,,,,,,,,,,,,, +83,As,,13.4 s|4,1.34E1|4E-1,?-,100,,,5671|4,-9547|3,-8693|4,-146.8|28,7635|5,11543|4,8599.65|3,82925207|3,-69669.3|28,1968 +33,,50,,,,,,,,,,,,,,,, +84,As,,4.2 s|5,4.2E0|5E-1,?-,100,,,10094|4,-9055|4,-7705|4,1416|4,4256|4,12166|4,8547.94|4,83929303|3,-65854|3,1968 +33,,51,,,?- n,0.18|10,,,,,,,,,,,, +85,As,,2.021 s|12,2.02E0|1.2E-2,?-,100,,,9224|4,-7986|4,-10066|5,4687|4,5407|4,12330|4,8510.98|4,84932164|3,-63189|3,1967 +33,,52,,,?- n,62.9|20,,,,,,,,,,,, +86,As,,0.945 s|8,9.45E-1|8E-3,?-,100,,,11541|4,-8456|4,-9560|440,5380|4,3844|5,13128|5,8456.72|4,85936702|4,-58962|3,1973 +33,,53,,,?- n,35.5|6,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +87,As,,484 ms|40,4.84E-1|4E-2,?-,100,,,10808|4,-8786|4,-11540|300,6814|4,4727|5,13510|440,8413.85|3,86940292|3,-55618|3,1970 +33,,54,,,?- n,15.4|22,,,,,,,,,,,, +88,As,,0.20 s|+20-9,2E-1|1.5E-1,?-,100,,,13160|200#,-9060|280#,-10580|450#,7630|200#,3170|200#,13930|360#,8354|2#,87945550|210#,-50720|200#,1994 +33,,55,,,?- n,?,,,,,,,,,,,, +89,As,,> 300 ns,3E-7|5E15,?- 2n,?,,,12190|300#,-9370|420#,-13070|500#,9010|300#,4150|360#,13950|500#,8307|3#,88949760|320#,-46800|300#,1994 +33,,56,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +90,AS,,> 300 ns,3E-7|5E15,?-,?,,,14470|520#,-9680|560#,-12110|640#,9590|400#,2600|500#,14890|560#,8244|4#,89955630|430#,-41330|400#,1997 +33,,57,,,?- n,?,,,,,,,,,,,, +91,As,,,,?-,100,,,13680|590#,-10070|640#,#,10830|520#,3640|560#,14960|640#,8193|4#,90960390|430#,-36900|400#,1997 +33,,58,,,?- n,?,,,,,,,,,,,, +92,As,,,,?-,100,,,15740|640#,,#,11530|660#,2160|640#,,8127|5#,91966740|540#,-30980|500#,1997 +33,,59,,,,,,,,,,,,,,,, +64,SE,,> 180 ns,1.8E-7|5E15,ec ?+,100,,,,-2040|590#,12830|540,,,490|540#,8073|8#,63971340|540#,-26700|500#,2005 +34,,30,,,,,,,,,,,,,,,, +65,Se,,33 ms|4,3.3E-2|4E-3,ec ?+,100,,,,-2080|420#,13920|310,,14390|590#,780|360#,8170|5#,64964550|320#,-33020|300#,1993 +34,,31,,,ec p,100,,,,,,,,,,,, +66,Se,,42 ms|12,4.2E-2|1.2E-2,ec,100?,,,,-2340|240#,10370|200,,16710|360#,2010|220#,8300|3#,65955280|210#,-41660|200#,1993 +34,,32,,,,,,,,,,,,,,,, +67,Se,,136 ms|12,1.36E-1|1.2E-2,ec ?+,100,,,-13790|400#,-2080|80,10010|70#,,12990|210#,1840|70,8369.5|10,66949990|70,-46580|70,1991 +34,,33,,,?+ p,0.5|1,,,,,,,,,,,, +68,Se,,35.5 s|7,3.55E1|7E-1,ec ?+,100,,,-15400|260#,-2299|4,4705.1|19#,-29470|400#,15680|70,4891.2|7,8477.047|7,67941825.2|5,-54189.4|5,1990 +34,,34,,,,,,,,,,,,,,,, +69,Se,,27.4 s|2,2.74E1|2E-1,ec ?+,100,,,-10180|40,-2381.4|26,6680|30,-25710|260#,10316.6|16,4829.2|24,8503.707|22,68939414.8|16,-56434.7|15,1974 +34,,35,,,ec p,0.052|8,,,,,,,,,,,, +70,Se,,41.1 min|3,2.47E3|1.8E1,ec ?+,100,,,-10504|15,-2747.8|29,2410|50,-23740|40,13566.5|22,6110|30,8576.033|23,69933515.5|17,-61929.9|16,1950 +34,,36,,,,,,,,,,,,,,,, +71,Se,,4.74 min|5,2.84E2|3E0,ec ?+,100,,,-6644|6,-2913|5,4747|5,-19792|15,9288|3,6090|50,8586.06|4,70932209|3,-63146.5|28,1957 +34,,37,,,,,,,,,,,,,,,, +72,Se,,8.40 d|8,7.26E5|6.91E3,ec,100,,,-8806.4|22,-3314.3|27,362|5,-19437|6,12793|3,7264|5,8644.489|27,71927140.5|21,-67868.2|20,1948 +34,,38,,,,,,,,,,,,,,,, +73,Se,,7.15 h|8,2.57E4|2.88E2,ec ?+,100,0.87 5,,-4580|10,-3552|8,2725|8,-17237|7,8431|8,7287|8,8641.56|10,72926755|8,-68227|7,1948 +34,,39,,,,,,,,,,,,,,,, +74,Se,,STABLE,,,,,,-6925|6,-4076.2|8,-1353.1|17,-16637|7,12057|7,8549|4,8687.715|0,73922475.935|15,-72213.201|15,1922 +34,,40,0.89 %|4,,,,,,,,,,,,,,, +75,Se,,119.78 d|5,1.03E7|4.32E3,ec,100,0.683 10,1.1 2,-3062|4,-4687.9|8,864.7|9,-14953|6,8027.60|7,8598.4|17,8678.913|1,74922522.87|8,-72169.48|7,1947 +34,,41,,,,,,,,,,,,,,,, +76,Se,,STABLE,,,,,,-4963|9,-5090.97|8,-2960.6|9,-14216|4,11153.79|7,9506.7|9,8711.477|0,75919213.704|17,-75251.950|16,1922 +34,,42,9.37 %|29,,,,,,,,,,,,,,, +77,Se,,STABLE,,,,+0.5350422 6,,-1364.7|28,-5726.88|8,-683.2|17,-12382|9,7418.86|6,9597.1|9,8694.690|1,76919914.15|7,-74599.49|6,1922 +34,,43,7.63 %|16,,,,,,,,,,,,,,, +78,Se,,STABLE,,,,,,-3574|4,-6028.42|18,-4209|10,-11862.4|28,10497.77|17,10398.6|17,8717.806|2,77917309.24|19,-77025.94|18,1922 +34,,44,23.77 %|28,,,,,,,,,,,,,,, +79,Se,,3.27 x 105|y|28,1.03E13|8.84E11,?-,100,-1.018 15,+0.8 2,150.6|10,-6485.41|23,-2281|5,-10537|4,6962.83|13,10389|10,8695.592|3,78918499.25|24,-75917.46|22,1950 +34,,45,,,,,,,,,,,,,,,, +80,Se,,STABLE,,2?-,?,,,-1870.5|3,-6971.5|10,-5545|3,-9762.7|3,9913.3|10,11412|5,8710.813|12,79916521.8|10,-77759.5|10,1922 +34,,46,49.61 %|41,,,,,,,,,,,,,,, +81,Se,,18.45 min|12,1.11E3|7.2E0,?-,100,,,1588.0|14,-7601.0|10,-3855.7|28,-8571.3|5,6700.8|3,11463|3,8685.999|12,80917993.0|11,-76389.0|10,1948 +34,,47,,,,,,,,,,,,,,,, +82,Se,,STABLE,,2?-,,,,-95.2|11,-8157|4,-7488|4,-7688.2|11,9276.2|10,12349.5|27,8693.196|6,81916699.5|5,-77593.9|5,1922 +34,,48,8.73 %|22,,2?-,,,,,,,,,,,,, +83,Se,,22.3 min|2,1.34E3|1.2E1,?-,100,,,3673|5,-8240|40,-5671|4,-5913|3,5818|3,12524|5,8658.55|4,82919119|3,-75341|3,1937 +34,,49,,,,,,,,,,,,,,,, +84,Se,,3.26 min|10,1.96E2|6E0,?-,100,,,1835|26,-8837.3|28,-10094|4,-5005|4,8679|4,13567|3,8658.793|23,83918466.8|21,-75947.7|20,1960 +34,,50,,,,,,,,,,,,,,,, +85,Se,,32.9 s|3,3.29E1|3E-1,?-,100,,,6162|4,-8547|3,-9224|4,-2702|26,4537|3,13849|4,8610.30|3,84922260.8|28,-72413.6|26,1960 +34,,51,,,,,,,,,,,,,,,, +86,Se,,14.3 s|3,1.43E1|3E-1,?-,100,,,5129|4,-7513|3,-11541|4,1|4,6161|4,14603|4,8581.822|29,85924311.7|27,-70503.2|25,1973 +34,,52,,,,,,,,,,,,,,,, +87,Se,,5.50 s|14,5.5E0|1.4E-1,?-,100,,,7466|4,-7875|3,-10808|4,1135|4,3994|3,14753|4,8529.091|26,86928688.6|24,-66426.1|22,1968 +34,,53,,,?- n,0.36|8,,,,,,,,,,,, +88,Se,,1.53 s|6,1.53E0|6E-2,?-,100,,,6832|5,-8161|5,-13160|200,1936|5,5529|4,15555|4,8495.00|4,87931417|4,-63884|3,1970 +34,,54,,,?- n,0.99|10,,,,,,,,,,,, +89,Se,,0.43 s|5,4.3E-1|5E-2,?-,100,,,9282|5,-8294|5,-12190|300,3652|5,3180|5,15560|200#,8435.28|4,88936669|4,-58992|4,1971 +34,,55,,,?- n,7.8|25,,,,,,,,,,,, +90,Se,,195 ms|+95-65,1.95E-1|8E-2,?-,100,,,8200|330,-8830|550,-14470|520,4400|330,4880|330,16290|440#,8396|4,89940100|350,-55800|330,1994 +34,,56,,,?- n,?,,,,,,,,,,,, +91,Se,,0.27 s|5,2.7E-1|5E-2,?-,100,,,10530|430,-8930|530#,-13680|590,5350|430,2850|540,16540|590#,8335|5,90945700|460,-50580|430,1975 +34,,57,,,?- n,21|10,,,,,,,,,,,, +92,Se,,,,?-,100,,,9510|400#,-9010|560#,-15740|640#,6310|400#,4210|590#,17120|560#,8290|4#,91949840|430#,-46720|400#,1997 +34,,58,,,,,,,,,,,,,,,, +93,Se,,,,?-,100,,,12170|590#,-9410|560#,#,7450|400#,2060|560#,17020|640#,8223|4#,92956290|430#,-40720|400#,1997 +34,,59,,,,,,,,,,,,,,,, +94,Se,,> 150 ns,1.5E-7|5E15,?-,100,,,10600|580#,-10010|710#,#,8020|660#,4160|640#,,8180|5#,93960490|540#,-36800|500#,1997 +34,,60,,,,,,,,,,,,,,,, +95,SE,,> 392 ns,3.92E-7|5E15,?- 2n,?,,,13310|580#,,#,8870|580#,1730|710#,,8112|5#,94967300|540#,-30460|500#,2010 +34,,61,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +69,Br,,< 24 ns,2.4E-8,p,100,,,-13820|400#,-1750|90,10180|40#,,15540|260#,-640|40,8344.9|6,68950340|50,-46260|40,1988 +35,,34,,,,,,,,,,,,,,,, +70,Br,,79.1 ms|8,7.91E-2|8E-4,ec ?+,100,,,-10320|200#,-1825|16,10504|15#,-27060|400#,13240|40,2280|15,8414.80|21,69944792|16,-51426|15,1978 +35,,35,,,,,,,,,,,,,,,, +71,Br,,21.4 s|6,2.14E1|6E-1,ec ?+,100,,,-10180|130,-2340|5,6644|6,-23470|200#,13148|16,1861|6,8481.46|8,70939342|6,-56502|5,1981 +35,,36,,,,,,,,,,,,,,,, +72,Br,,78.6 s|24,7.86E1|2.4E0,ec ?+,100,0.60 10,,-5121|8,-2592.1|21,8806.4|22,-20810|130,10631|5,3204|3,8511.312|14,71936594.6|11,-59061.7|10,1970 +35,,37,,,,,,,,,,,,,,,, +73,Br,,3.4 min|2,2.04E2|1.2E1,ec ?+,100,,,-7096|10,-2960|30,4580|10,-17778|11,12657|7,3068|8,8568.10|10,72931672|8,-63647|7,1970 +35,,38,,,,,,,,,,,,,,,, +74,Br,,25.4 min|3,1.52E3|1.8E1,ec ?+,100,,,-2956|6,-3370|50,6925|6,-16808|9,9712|9,4350|9,8583.56|8,73929910|6,-65288|6,1952 +35,,39,,,,,,,,,,,,,,,, +75,Br,,96.7 min|13,5.8E3|7.8E1,ec ?+,100,+0.76 18,,-4783|9,-3639|6,3062|4,-14846|5,11890|7,4183|4,8627.65|6,74925811|5,-69107|4,1948 +35,,40,,,,,,,,,,,,,,,, +76,Br,,16.2 h|2,5.83E4|7.2E2,ec ?+,100,0.54821 2,0.270 3,-1275|10,-4484|10,4963|9,-14037|12,9253|10,5409|9,8635.88|12,75924542|10,-70289|9,1952 +35,,41,,,,,,,,,,,,,,,, +77,Br,,57.04 h|12,2.05E5|4.32E2,ec ?+,100,0.9738 5,+0.530 22,-3065|3,-4707|5,1364.7|28,-12292|5,11017|10,5271.8|28,8666.81|4,76921379|3,-73234.8|28,1948 +35,,42,,,,,,,,,,,,,,,, +78,Br,,6.45 min|4,3.87E2|2.4E0,ec ?+,? 99.99,0.13 3,,726|4,-5017|4,3574|4,-11354|4,8289|5,6142|4,8661.96|5,77921146|4,-73452|4,1937 +35,,43,,,?-,? 0.01,,,,,,,,,,,, +79,Br,,STABLE,,,,+2.106400 4,+0.313 3,-1626|3,-5458.7|13,-150.6|10,-9961.1|11,10687|4,6331.1|10,8687.594|13,78918337.6|11,-76068.0|10,1920 +35,,44,50.69 %|7,,,,,,,,,,,,,,, +80,Br,,17.68 min|2,1.06E3|1.2E0,?-,91.7|2,0.5140 6,0.185 2,2004.4|12,-6022.5|13,1870.5|14,-9518|3,7892.28|13,7260.5|10,8677.653|13,79918529.8|11,-75889.0|10,1937 +35,,45,,,ec ?+,8.3|2,,,,,,,,,,,, +81,Br,,STABLE,,,,+2.270562 4,+0.2615 25,-280.9|5,-6485.6|19,-1588.0|14,-8155.0|12,10159.4|14,7506.5|14,8695.946|12,80916288.2|10,-77977.0|10,1920 +35,,46,49.31 %|7,,,,,,,,,,,,,,, +82,Br,,35.282 h|7,1.27E5|2.52E1,?-,100,+1.6270 5,+0.69 2,3093.1|10,-7107|10,95.2|11,-7873.8|5,7592.94|12,8398.6|14,8682.494|12,81916801.8|10,-77498.7|10,1937 +35,,47,,,,,,,,,,,,,,,, +83,Br,,2.374 h|4,8.55E3|1.44E1,?-,100,,,977|4,-7803|7,-3673|5,-6493|4,9586|4,8709|4,8693.38|5,82915175|4,-79014|4,1937 +35,,48,,,,,,,,,,,,,,,, +84,Br,,31.76 min|8,1.91E3|4.8E0,?-,100,1.9 7,,4656|26,-7994|26,-1835|26,-5864|26,6841|26,9732|26,8671.3|3,83916496|28,-77783|26,1943 +35,,49,,,,,,,,,,,,,,,, +85,Br,,2.90 min|6,1.74E2|3.6E0,?-,100,,,2905|4,-8467|4,-6162|4,-4207|3,8864|26,9917|4,8673.59|4,84915646|3,-78575|3,1943 +35,,50,,,,,,,,,,,,,,,, +86,Br,,55.1 s|4,5.51E1|4E-1,?-,100,,,7633|3,-7952|5,-5129|4,-2223|4,5128|4,10508|4,8632.36|4,85918805|3,-75632|3,1962 +35,,51,,,,,,,,,,,,,,,, +87,Br,,55.68 s|12,5.57E1|1.2E-1,?-,100,,,6818|3,-6647|4,-7466|4,1303|3,6331|4,10677|4,8605.91|4,86920674|3,-73892|3,1943 +35,,52,,,?- n,2.60|4,,,,,,,,,,,, +88,Br,,16.34 s|8,1.63E1|8E-2,?-,100,,,8975|4,-7287|4,-6832|5,1922|3,4896|4,11579|4,8563.75|4,87924083|3,-70716|3,1948 +35,,53,,,?- n,6.58|18,,,,,,,,,,,, +89,Br,,4.357 s|22,4.36E0|2.2E-2,?-,100,,,8262|4,-7510|4,-9282|5,3346|4,5630|5,11679|5,8530.78|4,88926705|4,-68274|3,1959 +35,,54,,,?- n,13.8|4,,,,,,,,,,,, +90,Br,,1.91 s|1,1.91E0|1E-2,?-,100,,,10959|4,-7463|5,-8200|330,4464|4,3797|5,12297|5,8478.19|4,89931293|4,-64000|3,1959 +35,,55,,,?- n,25.2|9,,,,,,,,,,,, +91,Br,,0.543 s|4,5.43E-1|4E-3,?-,100,,,9867|4,-7914|5,-10530|430,5781|4,5178|5,12600|330,8441.92|4,90934399|4,-61107|4,1974 +35,,56,,,?- n,19.5|26,,,,,,,,,,,, +92,Br,,0.314 s|16,3.14E-1|1.6E-2,?-,100,,,12537|7,-7940|200#,-9510|400,6670|7,3197|8,12940|430,8384.91|7,91939632|7,-56233|7,1974 +35,,57,,,?- n,33.1|25,,,,,,,,,,,, +93,Br,,102 ms|10,1.02E-1|1E-2,?-,100,,,11250|430,-8520|520#,-12170|590,7810|430,4730|430,13450|590#,8346|5,92943220|460,-52890|430,1981 +35,,58,,,?- n,68|7,,,,,,,,,,,, +94,Br,,70 ms|20,7E-2|2E-2,?-,100,,,13950|300#,-8490|500#,-10600|580#,8660|300#,2580|520#,13970|500#,8284|3#,93949110|320#,-47400|300#,1981 +35,,59,,,?- n,68|16,,,,,,,,,,,, +95,Br,,? 150 ns,1.5E-7|5E15,?-,100,,,12390|300#,-9300|500#,-13310|580#,9510|300#,4440|420#,14260|580#,8244|3#,94953010|320#,-43770|300#,1997 +35,,60,,,?- n,34.0,,,,,,,,,,,, +96,Br,,? 150 ns,1.5E-7|5E15,?-,100,,,14920|300#,-9610|580#,#,9920|300#,2460|420#,14990|580#,8184|3#,95959030|320#,-38160|300#,1997 +35,,61,,,?- n,27.6|SY,,,,,,,,,,,, +97,Br,,> 300 ns,3E-7|5E15,?-,?,,,13370|420#,,#,10950|400#,3960|500#,,8140|4#,96963440|430#,-34050|400#,1997 +35,,62,,,,,,,,,,,,,,,, +98,BR,,> 634 ns,6.34E-7|5E15,?- 2n,?,,,16060|500#,,#,11100|420#,2270|570#,,8080|4#,97969670|430#,-28250|400#,2010 +35,,63,,,?-,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +69,Kr,,28 ms|1,2.8E-2|1E-3,ec ?+,100,,,,-1840|500#,13820|400,,,930|480#,8133|6#,68965180|430#,-32430|400#,1995 +36,,33,,,?+ p,99|+1-11,,,,,,,,,,,, +70,Kr,,40 ms|6,4E-2|6E-3,ec ?+,100,,,,-1860|280#,10330|200,,16740|450#,2130|200#,8256|3#,69955880|210#,-41100|200#,1995 +36,,34,,,ec p,? 1.3,,,,,,,,,,,, +71,Kr,,100 ms|3,1E-1|3E-3,ec ?+,100,,,-14270|420#,-2170|150,10180|130#,,13300|240#,2190|130,8327.1|18,70950270|140,-46330|130,1981 +36,,35,,,ec p,2.1|7,,,,,,,,,,,, +72,Kr,,17.1 s|2,1.71E1|2E-1,ec ?+,100,,,-15610|500#,-2176|8,5121|8#,-29950|400#,15680|130,4727|10,8429.32|11,71942092|9,-53941|8,1973 +36,,36,,,ec p,< 1 x 10-6,,,,,,,,,,,, +73,Kr,,27.3 s|10,2.73E1|1E0,ec ?+,100,,,-10470|200#,-2542|7,7096|10#,-26290|500#,10682|10,4779|7,8460.18|9,72939289|7,-56552|7,1972 +36,,37,,,ec p,0.25|3,,,,,,,,,,,, +74,Kr,,11.50 min|11,6.9E2|6.6E0,ec ?+,100,,,-10416|3,-2826.9|26,2956|6,-24320|200#,13851|7,5973|8,8533.038|27,73933084.0|22,-62331.8|20,1960 +36,,38,,,,,,,,,,,,,,,, +75,Kr,,4.60 min|7,2.76E2|4.2E0,ec ?+,100,-0.531 4,+1.12 12,-7105|8,-3602|9,4783|9,-20479|9,10063|8,6324|10,8553.44|11,74930946|9,-64324|8,1960 +36,,39,,,,,,,,,,,,,,,, +76,Kr,,14.8 h|1,5.33E4|3.6E2,ec ?+,100,,,-8535|4,-3570|4,1275|10,-19866|4,12761|9,7196|6,8608.81|5,75925911|4,-69014|4,1954 +36,,40,,,,,,,,,,,,,,,, +77,Kr,,74.4 min|6,4.46E3|3.6E1,ec ?+,100,-0.583 3,+0.94 10,-5339.0|24,-4367|8,3065|3,-17761.7|22,9227|4,7169|10,8616.836|25,76924670.0|21,-70169.4|20,1948 +36,,41,,,,,,,,,,,,,,,, +78,Kr,,STABLE,,,,,,-7243|3,-4390.0|3,-726|4,-17419.1|13,12080.1|20,8232.4|28,8661.238|4,77920366.3|3,-74178.3|3,1920 +36,,42,0.355 %|3,,,,,,,,,,,,,,, +79,Kr,,35.04 h|10,1.26E5|3.6E2,ec ?+,100,+0.536 2,,-3639|4,-4698|3,1626|4,-15578|5,8335|3,8279|5,8657.11|4,78920083|4,-74442|3,1948 +36,,43,,,,,,,,,,,,,,,, +80,Kr,,STABLE,,,,,,-5717.9|20,-5066.3|7,-2004.4|12,-15161.7|22,11522|4,9114.3|12,8692.928|9,79916378.0|7,-77893.3|7,1920 +36,,44,2.286 %|10,,,,,,,,,,,,,,, +81,Kr,,2.29 x 105|y|11,7.23E12|3.47E11,ec,100,-0.908 2,+0.644 4,-2240|5,-5521.6|11,280.9|15,-13592.0|21,7874.1|12,9096.2|15,8682.820|13,80916589.7|12,-77696.2|11,1950 +36,,45,,,,,,,,,,,,,,,, +82,Kr,,STABLE,,,,,,-4404|3,-5990.76|18,-3093.1|10,-13206|5,10966.9|11,9903.7|10,8710.675|0,81913481.155|6,-80591.785|5,1920 +36,,46,11.593 %|31,,,,,,,,,,,,,,, +83,Kr,,STABLE,,,,-0.970669 3,+0.26 3,-920.0|23,-6498.09|22,-977|4,-11874|3,7470.17|1,9780.9|10,8695.729|0,82914126.518|9,-79990.633|9,1920 +36,,47,11.500 %|19,,,,,,,,,,,,,,, +84,Kr,,STABLE,,,,,,-2680.4|22,-7104.8|10,-4656|26,-11440.0|23,10520.02|1,10715|4,8717.446|0,83911497.729|4,-82439.335|4,1920 +36,,48,56.987 %|15,,,,,,,,,,,,,,, +85,Kr,,10.739 y|14,3.39E8|4.42E5,?-,100,-1.005 2,+0.443 3,687.0|20,-7516.3|22,-2905|4,-9793|3,7112.3|20,10986|26,8698.562|24,84912527.3|21,-81480.3|20,1940 +36,,49,,,,,,,,,,,,,,,, +86,Kr,,STABLE,,,,,,-518.67|20,-8096.7|5,-7633|3,-9169.65|0,9856.6|20,11979|3,8712.029|0,85910610.626|4,-83265.666|4,1920 +36,,50,17.279 %|41,,,,,,,,,,,,,,, +87,Kr,,76.3 min|5,4.58E3|3E1,?-,100,-1.023 2,-0.30 3,3888.27|25,-7794|3,-6818|3,-6033.8|3,5515.17|25,12366|3,8675.283|3,86913354.76|26,-80709.52|25,1940 +36,,51,,,,,,,,,,,,,,,, +88,Kr,,2.825 h|19,1.02E4|6.84E1,?-,100,,,2917.7|26,-6168|3,-8975|4,-3164.8|26,7053.1|26,13089|4,8656.85|3,87914447.9|28,-79691.3|26,1939 +36,,52,,,,,,,,,,,,,,,, +89,Kr,,3.15 min|4,1.89E2|2.4E0,?-,100,-0.330 3,+0.16 2,5177|6,-6547|3,-8262|4,-1998.1|21,4916|3,13109|4,8614.815|24,88917835.4|23,-76535.8|21,1940 +36,,53,,,,,,,,,,,,,,,, +90,Kr,,32.32 s|9,3.23E1|9E-2,?-,100,,,4405|7,-6881|3,-10959|4,-1318|6,6494.8|28,13974|4,8591.259|21,89919527.9|20,-74959.2|19,1951 +36,,54,,,,,,,,,,,,,,,, +91,Kr,,8.57 s|4,8.57E0|4E-2,?-,100,-0.583 2,+0.30 3,6771|8,-6973|3,-9867|4,319|7,4086.0|29,14263|4,8541.751|25,90923806.3|24,-70974.0|22,1951 +36,,55,,,,,,,,,,,,,,,, +92,Kr,,1.840 s|8,1.84E0|8E-3,?-,100,,,6003|7,-7310|4,-12537|7,904|8,5867|4,14951|4,8512.674|29,91926173.1|29,-68769.3|27,1951 +36,,56,,,?- n,0.0332|25,,,,,,,,,,,, +93,Kr,,1.286 s|10,1.29E0|1E-2,?-,100,-0.413 2,,8484|8,-7569|4,-11250|430,2565|7,3438|4,15192|7,8458.108|27,92931147.2|27,-64136.0|25,1951 +36,,57,,,?- n,1.95|11,,,,,,,,,,,, +94,Kr,,212 ms|5,2.12E-1|5E-3,?-,100,,,7215|12,-7970|330,-13950|300,3201|14,5283|12,15750|430,8424.33|13,93934140|13,-61348|12,1972 +36,,58,,,?- n,1.11|7,,,,,,,,,,,, +95,Kr,,0.114 s|3,1.14E-1|3E-3,?-,100,-0.410 3,,9733|28,-8000|430,-12390|300,4333|19,2882|22,16050|300#,8365.99|20,94939711|20,-56159|19,1994 +36,,59,,,?- n,2.87|18,,,,,,,,,,,, +96,Kr,,80 ms|8,8E-2|8E-3,?-,100,,,8275|21,-8780|400#,-14920|300,4740|29,4992|28,16600|300#,8330.85|21,95943017|22,-53080|20,1994 +36,,60,,,?- n,3.7|4,,,,,,,,,,,, +97,KR,,63 ms|4,6.3E-2|4E-3,?-,100,,,11100|130,-9130|420#,-13370|420,5860|130,2420|130,16550|320#,8269.9|13,96949090|140,-47420|130,1997 +36,,61,,,?- n,6.7|6,,,,,,,,,,,, +98,Kr,,46 ms|8,4.6E-2|8E-3,?- n,7.0|10,,,10060|300#,-9930|580#,-16060|500#,6140|300#,4960|320#,17540|500#,8236|3#,97952430|320#,-44310|300#,1997 +36,,62,,,?-,?,,,,,,,,,,,, +99,Kr,,13 ms|+34-6,1.3E-2|2E-2,?-,100,,,12360|400#,-10720|640#,#,7540|400#,2520|500#,17800|570#,8178|4#,98958390|430#,-38760|400#,1997 +36,,63,,,?- n,11|7,,,,,,,,,,,, +100,Kr,,7 ms|+11-3,7E-3|7E-3,?-,100,,,11190|400,,,8000|400,4360|570,,8140|4,99962370|430,-35050|400,1997 +36,,64,,,?- n,?,,,,,,,,,,,, +101,KR,,> 635 ns,6.35E-7|5E15,?- 2n,?,,,13720|540,,,9050|500,2150|640,,8081|5,100968730|540,-29130|500,2010 +36,,65,,,?-,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +73,Rb,,< 30 ns,3E-8,p,> 0,,,-14130|450#,-2250|200#,10470|200#,,15820|540#,-570|200#,8306|3#,72950530|210#,-46080|200#, +37,,36,,,ec ?+,?,,,,,,,,,,,, +74,Rb,,64.776 ms|30,6.48E-2|3E-5,ec ?+,100,,,-11090|100#,-2915|15,10416|4#,-28040|400#,13910|200#,2653|7,8381.71|4,73944266|3,-51916|3,1977 +37,,37,,,,,,,,,,,,,,,, +75,Rb,,19.0 s|12,1.9E1|1.2E0,ec ?+,100,,,-10600|220,-3141|6,7105|8,-24460|100#,13374|3,2175.8|23,8448.275|16,74938573.2|13,-57218.7|12,1975 +37,,38,,,,,,,,,,,,,,,, +76,Rb,,36.5 s|6,3.65E1|6E-1,ec ?+,100,-0.3726228 14,+0.38 15,-6230|30,-3842.2|14,8535|4,-21930|220,11331.7|15,3444|8,8486.215|12,75935073.0|10,-60479.1|9,1969 +37,,39,,,ec ?,3.8 x 10-7|10,,,,,,,,,,,, +77,Rb,,3.78 min|4,2.27E2|2.4E0,ec ?+,100,+0.6544680 16,+0.70 4,-7027|8,-3608|7,5339.0|24,-18650|30,12422.7|16,3106|4,8537.339|17,76930401.6|14,-64830.5|13,1972 +37,,40,,,,,,,,,,,,,,,, +78,Rb,,17.66 min|3,1.06E3|1.8E0,ec ?+,100,,,-3761|8,-4072|7,7243|3,-17203|9,10176|3,4055|4,8558.35|4,77928142|3,-66935|3,1968 +37,,41,,,,,,,,,,,,,,,, +79,Rb,,22.9 min|5,1.37E3|3E1,ec ?+,100,+3.3579 12,-0.12 4,-5326|9,-4121|5,3639|4,-15700|8,11939|4,3913.7|22,8601.142|27,78923989.9|23,-70803.0|21,1957 +37,,42,,,,,,,,,,,,,,,, +80,Rb,,33.4 s|7,3.34E1|7E-1,ec ?+,100,-0.0836 6,+0.348 20,-1864|4,-4311|10,5717.9|20,-14770|9,9443.8|28,5022|4,8611.675|23,79922516.4|20,-72175.5|19,1961 +37,,43,,,,,,,,,,,,,,,, +81,Rb,,4.572 h|4,1.65E4|1.44E1,ec ?+,100,+2.0595 14,+0.398 23,-3929|6,-4647|6,2240|5,-13217|6,11353|5,4852|5,8645.51|6,80918994|5,-75457|5,1949 +37,,44,,,,,,,,,,,,,,,, +82,Rb,,1.2575 min|2,7.55E1|1.2E-2,SF ec ?+,100,+0.5545083 11,+0.19 7,-178|7,-5161|5,4404|3,-12731|4,8802|6,5781|3,8647.43|4,81918209|3,-76188|3,1949 +37,,45,,,ec ?+,100,,,,,,,,,,,, +83,Rb,,86.2 d|1,7.45E6|8.64E3,ec,100,+1.4249 8,+0.196 22,-2273|6,-5427.5|25,920.0|23,-11132|6,10954|4,5767.8|23,8675.218|28,82915114.2|25,-79070.6|23,1950 +37,,46,,,,,,,,,,,,,,,, +84,Rb,,32.82 d|7,2.84E6|6.05E3,ec ?+,96.1|20,-1.324116 2,-0.015 35,890.6|23,-6294.9|24,2680.4|22,-11033|7,8760|3,7057.3|22,8676.224|26,83914375.2|24,-79759.0|22,1947 +37,,47,,,?-,3.9|20,,,,,,,,,,,, +85,Rb,,STABLE,,,,+1.35298 10,+0.277 1,-1064.1|28,-6615.2|10,-687.0|20,-9589.1|12,10479.7|22,7016.97|0,8697.441|0,84911789.738|5,-82167.330|5,1921 +37,,48,72.17 %|2,,,,,,,,,,,,,,, +86,Rb,,18.642 d|18,1.61E6|1.56E3,?-,99.9948|5,-1.6977 16,+0.23 6,1776.10|20,-7673.2|10,518.67|20,-9715.0|28,8650.98|20,8555.6|20,8696.901|2,85911167.44|21,-82746.99|20,1941 +37,,49,,,ec,0.0052|5,,,,,,,,,,,, +87,Rb,,4.97 x 1010|y|3,1.57E18|9.47E15,?-,100,+2.75131 12,+0.132 1,282.275|6,-8009|4,-3888.27|25,-8146.02|1,9922.11|20,8621.10|1,8710.983|0,86909180.531|6,-84597.791|6,1921 +37,,50,27.83 %|2,,,,,,,,,,,,,,, +88,Rb,,17.773 min|18,1.07E3|1.08E0,?-,100,+0.5117 26,-0.01 10,5312.62|16,-7251|26,-2917.7|26,-5800.25|16,6082.52|16,9188.44|28,8681.115|2,87911315.59|17,-82608.99|16,1939 +37,,51,,,,,,,,,,,,,,,, +89,Rb,,15.32 min|10,9.19E2|6E0,?-,100,+2.3836 7,+0.144 26,4497|5,-5562|6,-5177|6,-1862|5,7175|5,9310|6,8664.19|6,88912278|6,-81712|5,1940 +37,,52,,,,,,,,,,,,,,,, +90,Rb,,158 s|5,1.58E2|5E0,?-,100,,,6584|7,-6157|7,-4405|7,-1227|6,5723|8,10118|7,8631.51|7,89914799|7,-79364|6,1951 +37,,53,,,,,,,,,,,,,,,, +91,Rb,,58.2 s|3,5.82E1|3E-1,?-,100,+2.1815 15,+0.19 5,5907|9,-6278|8,-6771|8,132|8,6452|10,10075|8,8607.56|9,90916537|8,-77745|8,1951 +37,,54,,,,,,,,,,,,,,,, +92,Rb,,4.48 s|3,4.48E0|3E-2,?-,100,,,8095|6,-6481|7,-6003|7,808|8,5099|10,11087|7,8569.42|7,91919728|7,-74772|6,1960 +37,,55,,,?- n,0.0107|5,,,,,,,,,,,, +93,Rb,,5.84 s|2,5.84E0|2E-2,?-,100,+1.4095 16,+0.18 4,7466|9,-6771|8,-8484|8,2176|9,5919|10,11140|8,8540.92|8,92922039|8,-72620|8,1960 +37,,56,,,?- n,1.39|7,,,,,,,,,,,, +94,Rb,,2.702 s|5,2.7E0|5E-3,?-,100,+1.4984 18,+0.163 50,10282.9|26,-6987|4,-7215|12,3452|8,4014|8,11716|3,8492.764|22,93926394.8|22,-68562.8|20,1961 +37,,57,,,?- n,10.5|4,,,,,,,,,,,, +95,Rb,,377.7 ms|8,3.78E-1|8E-4,?-,100,+1.3336 65,+0.211 65,9228|20,-7209|21,-9733|28,4883|20,5400|20,11833|24,8460.21|21,94929263|22,-65891|20,1967 +37,,58,,,?- n,8.7|3,,,,,,,,,,,, +96,Rb,,203 ms|3,2.03E-1|3E-3,?-,100,+1.4658 17,+0.25 6,11570|9,-7546|7,-8275|21,5694|7,3534|20,12484|19,8408.90|3,95934133|4,-61354|3,1967 +37,,59,,,?- n,13.3|7,,,,,,,,,,,, +97,Rb,,169.1 ms|6,1.69E-1|6E-4,?-,100,+1.8410 21,+0.70 15,10062|4,-8050|430,-11100|130,6334|9,5236|4,12728|21,8376.186|20,96937177.1|21,-58519.1|19,1969 +37,,60,,,?- n,25.5|9,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +98,Rb,,114 ms|5,1.14E-1|5E-3,?-,100,,,12054|16,-9390|300#,-10060|300,6141|16,3921|16,14230|130,8330.73|16,97941632|17,-54369|16,1971 +37,,61,,,?- n,13.8|6,,,,,,,,,,,, +,,,,,?- 2n,0.051|7,,,,,,,,,,,, +99,Rb,,56.4 ms|12,5.64E-2|1.2E-3,?-,100,,,11400|6,-9770|300#,-12360|400,7231|5,4823|17,14100|300#,8295.30|4,98945119|4,-51121|4,1971 +37,,62,,,?- n,15.8|24,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +100,Rb,,51 ms|8,5.1E-2|8E-3,?-,100,,,13574|21#,-10510|300,-11200|400#,8203|20#,3197|20#,14780|400,8244.32|20#,99950352|21#,-46247|20#,1978 +37,,63,,,?- n,6|3,,,,,,,,,,,, +,,,,,?- 2n,0.16|8,,,,,,,,,,,, +101,Rb,,32 ms|5,3.2E-2|5E-3,?-,100,,,12480|200,-11210|450,-13720|540,8900|200,4670|200,15080|450,8209|2,100954000|210,-42840|200,1992 +37,,64,,,?- n,28|4,,,,,,,,,,,, +102,RB,,37 ms|5,3.7E-2|5E-3,?-,100,,,14450|310,-11880|500,,9550|300,2930|360,15870|580,8157|3,101959520|320,-37710|300,1995 +37,,65,,,?- n,18|8,,,,,,,,,,,, +103,RB,,23 ms|+13-9,2.3E-2|1.1E-2,?-,100,,,13810|450,,,10480|410,3970|500,,8117|4,102963920|430,-33610|400,2010 +37,,66,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +73,Sr,,> 25 ms,2.5E-2|5E21,ec ?+,100,,,,-1940|570#,14130|450,,,910|640#,8102|5#,72965700|430#,-31950|400#,1993 +38,,35,,,ec p,> 0,,,,,,,,,,,, +74,Sr,,27 ms|8,2.7E-2|8E-3,ec ?+,100,,,,-2150|220#,11090|100,,16950|410#,2030|220#,8221|1#,73956170|110#,-40830|100#,1995 +38,,36,,,ec p,?,,,,,,,,,,,, +75,Sr,,88 ms|3,8.8E-2|3E-3,ec ?+,100,,,-14800|370#,-2720|250,10600|220#,,13860|240#,1990|220,8296.5|29,74949950|240,-46620|220,1991 +38,,37,,,ec p,5.2|9,,,,,,,,,,,, +76,Sr,,7.89 s|7,7.89E0|7E-2,ec ?+,100,,,-15770|300#,-2730|40,6230|30#,-30500|300#,15700|220,4320|30,8393.9|5,75941760|40,-54250|30,1990 +38,,38,,,ec p,3.4 x 10-5|8,,,,,,,,,,,, +77,Sr,,9.0 s|2,9E0|2E-1,ec ?+,100,-0.348 4,+1.40 11,-11360|200#,-3677|10,7027|8#,-27390|300#,11630|40,4613|8,8435.92|10,76937945|8,-57803|8,1976 +38,,39,,,ec p,0.08|3,,,,,,,,,,,, +78,Sr,,160 s|8,1.6E2|8E0,ec ?+,100,,,-11000|300#,-3267|8,3761|8#,-24810|200#,13442|11,5632|8,8500.10|10,77932180|8,-63174|7,1982 +38,,40,,,,,,,,,,,,,,,, +79,Sr,,2.25 min|10,1.35E2|6E0,ec ?+,100,-0.474 4,+0.661 6,-7660|80,-3578|12,5326|9,-21370|300#,10374|11,5830|9,8523.82|11,78929708|9,-65477|8,1972 +38,,41,,,,,,,,,,,,,,,, +80,Sr,,106.3 min|15,6.38E3|9E1,ec ?+,100,,,-9163|7,-3723|5,1864|4,-20560|80,12906|9,6797|4,8578.60|4,79924518|4,-70311|3,1961 +38,,42,,,,,,,,,,,,,,,, +81,Sr,,22.3 min|4,1.34E3|2.4E1,ec ?+,100,+0.543 4,,-5815|6,-3784|4,3929|6,-18451|7,9288|5,6642|4,8587.35|4,80923211|3,-71528|3,1952 +38,,43,,,,,,,,,,,,,,,, +82,Sr,,25.35 d|3,2.19E6|2.59E3,ec,100,,,-7946|8,-4257|6,178|7,-18368|8,12553|7,7842|8,8635.72|7,81918400|6,-76010|6,1952 +38,,44,,,,,,,,,,,,,,,, +83,Sr,,32.41 h|3,1.17E5|1.08E2,ec ?+,100,-0.829 2,+0.781 67,-4592|20,-4780|8,2273|7,-16805|9,8859|9,7899|7,8638.41|8,82917554|7,-76798|7,1952 +38,,45,,,,,,,,,,,,,,,, +84,Sr,,STABLE,,,,,,-6755|4,-5181.1|14,-890.6|25,-16515|19,11923|7,8867.9|26,8677.512|15,83913419.1|13,-80649.6|12,1936 +38,,46,0.56 %|1,,,,,,,,,,,,,,, +85,Sr,,64.849 d|7,5.6E6|6.05E2,ec,100,-1.000 2,+0.282 15,-3261|19,-5832|3,1064.0|28,-15280|5,8525|3,8633|4,8675.72|3,84912932|3,-81103.3|28,1940 +38,,47,,,,,,,,,,,,,,,, +86,Sr,,STABLE,,,,,,-5240|14,-6356.22|1,-1776.10|20,-14752|19,11491.1|28,9644.73|1,8708.456|0,85909260.726|6,-84523.089|5,1931 +38,,48,9.86 %|1,,,,,,,,,,,,,,, +87,Sr,,STABLE,,,,-1.0928 7,+0.305 2,-1861.7|11,-7314.35|1,-282.275|8,-13668|14,8428.29|1,9422.04|20,8705.236|0,86908877.496|5,-84880.066|5,1931 +38,,49,7.00 %|1,,,,,,,,,,,,,,, +88,Sr,,STABLE,,,,,,-3622.6|15,-7907.20|0,-5312.62|16,-12974.6|11,11112.87|1,10612.80|1,8732.595|0,87905612.256|6,-87921.618|6,1923 +38,,50,82.58 %|1,,,,,,,,,,,,,,, +89,Sr,,50.563 d|25,4.37E6|2.16E3,?-,100,-1.1481 8,-0.271 9,1499.3|16,-7153.6|20,-4497|5,-9981.3|15,6358.72|9,10888.99|18,8705.922|1,88907450.81|10,-86209.02|9,1937 +38,,51,,,,,,,,,,,,,,,, +90,Sr,,28.79 y|6,9.09E8|1.89E6,?-,100,,,545.9|14,-5107.4|21,-6584|7,-6311.1|14,7810.4|21,11525|6,8695.972|24,89907730.9|23,-85948.1|21,1948 +38,,52,,,,,,,,,,,,,,,, +91,Sr,,9.65 h|6,3.47E4|2.16E2,?-,100,-0.885 2,+0.045 11,2699|5,-5367|5,-5907|10,-5229|6,5775|6,11576|8,8663.87|6,90910196|6,-83652|5,1943 +38,,53,,,,,,,,,,,,,,,, +92,Sr,,2.611 h|17,9.4E3|6.12E1,?-,100,,,1949|9,-5601|4,-8095|7,-4587|4,7287|6,12411|9,8648.91|4,91911038|4,-82867|3,1956 +38,,54,,,,,,,,,,,,,,,, +93,Sr,,7.43 min|3,4.46E2|1.8E0,?-,100,-0.7926 12,+0.258 11,4141|12,-5975|8,-7466|11,-3341|12,5290|8,12602|10,8612.79|8,92914024|8,-80086|8,1959 +38,,55,,,,,,,,,,,,,,,, +94,Sr,,75.3 s|2,7.53E1|2E-1,?-,100,,,3506|6,-6311.4|25,-10282.9|26,-2690|11,6831|8,13515|8,8593.834|18,93915355.6|18,-78845.7|17,1959 +38,,56,,,,,,,,,,,,,,,, +95,Sr,,23.90 s|14,2.39E1|1.4E-1,?-,100,-0.537 2,,6089|7,-6570|6,-9228|21,-839|9,4345|6,13846|6,8549.11|6,94919356|6,-75120|6,1961 +38,,57,,,,,,,,,,,,,,,, +96,Sr,,1.07 s|1,1.07E0|1E-2,?-,100,,,5412|10,-6580|9,-11570|9,213|11,5876|10,14322|22,8521.26|9,95921713|9,-72924|8,1971 +38,,58,,,,,,,,,,,,,,,, +97,Sr,,429 ms|5,4.29E-1|5E-3,?-,100,-0.4983 9,,7540|8,-6870|4,-10062|4,1683|7,3729|9,14516|5,8471.86|3,96926375|4,-68581|3,1978 +38,,59,,,?- n,? 0.05,,,,,,,,,,,, +98,Sr,,0.653 s|2,6.53E-1|2E-3,?-,100,,,5872|9,-7500|13,-12054|16,1627|7,5913|5,15193|4,8445.74|3,97928692|3,-66423|3,1971 +38,,60,,,?- n,0.25|5,,,,,,,,,,,, +99,Sr,,0.269 s|1,2.69E-1|1E-3,?-,100,-0.261 5,0.84 8,8128|8,-8787|19,-11400|6,1702|9,4170|6,15441|17,8402.55|5,98932881|5,-62521|5,1975 +38,,61,,,?- n,0.100|19,,,,,,,,,,,, +100,Sr,,202 ms|3,2.02E-1|3E-3,?-,100,,,7506|13#,-9166|22#,-13574|21#,2758|10#,5371|9#,15989|8#,8372.23|7#,99935780|8#,-59821|7#,1978 +38,,62,,,?- n,0.78|13,,,,,,,,,,,, +101,Sr,,118 ms|3,1.18E-1|3E-3,?-,100,,,9736|11#,-10330|130#,-12480|200#,3931|14#,3575|11#,16367|21#,8324.74|8#,100940606|9#,-55325|8#,1983 +38,,63,,,?- n,2.37|14,,,,,,,,,,,, +102,Sr,,69 ms|6,6.9E-2|6E-3,?-,100,,,9010|70#,-10270|310,-14450|310#,4830|70#,4910|70#,16600|210,8291.2|7#,101944000|70#,-52160|70#,1986 +38,,64,,,?- n,5.5|15,,,,,,,,,,,, +103,Sr,,53 ms|10,5.3E-2|1E-2,?-,100,,,11030|200,-11090|450,-13810|450,5680|200,3330|210,17000|360,8243|2,102949090|210,-47420|200,1997 +38,,65,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +104,Sr,,53 ms|5,5.3E-2|5E-3,?-,100,,,9960|500,-11480|500,,6280|300,4750|360,17790|500,8210|3,103952650|320,-44110|300,1997 +38,,66,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +105,Sr,,39 ms|5,3.9E-2|5E-3,?-,100,,,12660|1430,-11910|710,,7380|640,2580|580,,8156|5,104958550|540,-38610|500,1997 +38,,67,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +106,SR,,20 ms|+8-7,2E-2|8E-3,?-,100,,,11260|780,,,8410|1460,4250|780,,8119|6,105962650|640,-34790|600,2010 +38,,68,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +107,SR,,> 395 ns,3.95E-7|5E15,?- 2n,?,,,13460|860,,,9080|860,2180|920,,8064|7,106968970|750,-28900|700,2010 +38,,69,,,?-,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +76,Y,,> 200 ns,2E-7|5E15,p,?,,,,-2570|580#,15770|300,,14730|420#,-850|370#,8176|4#,75958690|320#,-38480|300#,2001 +39,,37,,,ec ?+,?,,,,,,,,,,,, +77,Y,,57 ms|+22-12,5.7E-2|1.7E-2,ec ?+,100,,,-14400|450#,-2780|280#,11360|200#,,16030|360#,-520|200#,8278|3#,76950150|220#,-46440|200#,1999 +39,,38,,,p,?,,,,,,,,,,,, +,,,,,ec p,?,,,,,,,,,,,, +78,Y,,53 ms|8,5.3E-2|8E-3,ec ?+,100,,,-11320|500#,-2680|300#,11000|300#,-28200|500#,13810|360#,1660|300#,8349|4#,77943990|320#,-52170|300#,1992 +39,,39,,,ec p,?,,,,,,,,,,,, +79,Y,,14.8 s|6,1.48E1|6E-1,ec ?+,100,,,-11050|310#,-3020|80,7660|80#,-25040|410#,13720|310#,1930|80,8417.0|10,78937930|80,-57820|80,1992 +39,,40,,,ec p,?,,,,,,,,,,,, +80,Y,,30.1 s|5,3.01E1|5E-1,ec ?+,100,,,-6790|300#,-3094|6,9163|7#,-22450|300#,11400|80,2960|10,8454.27|8,79934355|7,-61148|6,1981 +39,,41,,,ec p,?,,,,,,,,,,,, +81,Y,,70.4 s|10,7.04E1|1E0,ec ?+,100,,,-8250|90,-3307|6,5815|6,-19420|300#,12636|8,2690|6,8505.90|7,80929454|6,-65713|5,1981 +39,,42,,,,,,,,,,,,,,,, +82,Y,,8.30 s|20,8.3E0|2E-1,ec ?+,100,,,-4433|12,-3554|6,7946|8,-18680|90,10422|8,3825|6,8529.27|7,81926930|6,-68064|5,1980 +39,,43,,,,,,,,,,,,,,,, +83,Y,,7.08 min|8,4.25E2|4.8E0,ec ?+,100,,,-6294|20,-3828|19,4592|20,-16646|22,12213|19,3485|20,8573.66|22,82922484|20,-72206|19,1962 +39,,44,,,,,,,,,,,,,,,, +84,Y,,39.5 min|8,2.37E3|4.8E1,ec ?+,100,,,-2473|7,-4144|5,6755|4,-16054|8,9760|19,4386|8,8587.78|5,83920671|5,-73894|4,1962 +39,,45,,,,,,,,,,,,,,,, +85,Y,,2.68 h|5,9.65E3|1.8E2,ec ?+,100,,,-4667|20,-4810|20,3261|19,-14492|20,12019|19,4482|19,8628.15|22,84916433|20,-77842|19,1952 +39,,46,,,,,,,,,,,,,,,, +86,Y,,14.74 h|2,5.31E4|7.2E1,ec ?+,100,< 0.6,,-1314|15,-5520|14,5240|14,-14179|16,9512|24,5469|14,8638.43|16,85914886|15,-79283|14,1951 +39,,47,,,,,,,,,,,,,,,, +87,Y,,79.8 h|3,2.87E5|1.08E3,ec ?+,100,-0.19 2,,-3671|4,-6372.7|26,1861.7|11,-13121|4,11807|14,5784.3|11,8674.844|13,86910876.1|12,-83018.4|11,1940 +39,,48,,,,,,,,,,,,,,,, +88,Y,,106.626 d|21,9.21E6|1.81E3,ec ?+,100,-0.42 1,+0.16 3,-670|6,-6965.0|27,3622.6|15,-13023|4,9352.0|19,6707.9|15,8682.539|17,87909501.3|16,-84299.0|15,1948 +39,,49,,,,,,,,,,,,,,,, +89,Y,,STABLE,,,,-0.1374154 3,,-2832.8|28,-7965.9|16,-1499.3|16,-12151|6,11480.6|22,7075.7|16,8713.978|18,88905841.2|17,-87708.4|16,1923 +39,,50,100 %,,,,,,,,,,,,,,, +90,Y,,64.00 h|21,2.3E5|7.56E2,?-,100,-1.630 8,-0.155 3,2278.5|16,-6172.0|16,-545.9|27,-9689.8|28,6857.03|10,7574.0|16,8693.345|18,89907144.8|17,-86494.1|16,1937 +39,,51,,,,,,,,,,,,,,,, +91,Y,,58.51 d|6,5.06E6|5.18E3,?-,100,0.1641 8,,1544.3|18,-4178.4|18,-2699|6,-5650.1|18,7928.5|24,7692.1|28,8684.941|20,90907298.1|20,-86351.3|18,1943 +39,,52,,,,,,,,,,,,,,,, +92,Y,,3.54 h|1,1.27E4|3.6E1,?-,100,-0.67 2,0.00 2,3643|9,-4632|9,-1949|10,-4992|9,6537|9,8454|11,8661.59|10,91908946|10,-84816|9,1940 +39,,53,,,,,,,,,,,,,,,, +93,Y,,10.18 h|8,3.66E4|2.88E2,?-,100,-0.1390 9,,2895|10,-4940|12,-4141|13,-3839|10,7482|14,8649|11,8648.90|11,92909578|11,-84227|10,1948 +39,,54,,,,,,,,,,,,,,,, +94,Y,,18.7 min|1,1.12E3|6E0,?-,100,,,4918|6,-5412|9,-3506|7,-3301|6,6196|12,9555|10,8622.81|7,93911592|7,-82351|6,1948 +39,,55,,,,,,,,,,,,,,,, +95,Y,,10.3 min|1,6.18E2|6E0,?-,100,-0.16 3,,4451|7,-5889|10,-6089|9,-2011|7,6929|9,9652|7,8604.97|7,94912819|7,-81209|7,1959 +39,,56,,,,,,,,,,,,,,,, +96,Y,,5.34 s|5,5.34E0|5E-2,?-,100,,,7103|6,-5988|9,-5412|10,-747|6,5198|9,10505|8,8569.49|6,95915903|7,-78336|6,1975 +39,,57,,,,,,,,,,,,,,,, +97,Y,,3.75 s|3,3.75E0|3E-2,?-,100.0,-0.12 1,,6821|7,-5926|10,-7540|8,1246|7,5857|9,10486|11,8541.52|7,96918280|7,-76121|7,1970 +39,,58,,,?- n,0.055|4,,,,,,,,,,,, +98,Y,,0.548 s|2,5.48E-1|2E-3,?-,100,,,8992|12,-6157|8,-5872|9,2577|8,4245|10,11002|9,8497.68|8,97922388|9,-72295|8,1970 +39,,59,,,?- n,0.331|24,,,,,,,,,,,, +99,Y,,1.484 s|7,1.48E0|7E-3,?-,100,+3.18 2,+1.55 17,6971|12,-7183|21,-8128|8,2566|11,6426|10,11516|7,8476.75|7,98924154|7,-70650|7,1975 +39,,60,,,?- n,1.7|4,,,,,,,,,,,, +100,Y,,735 ms|7,7.35E-1|7E-3,?-,100,+2.55 1,+1.71 19,9050|14#,-8398|12#,-7506|13#,2222|15#,4749|13#,12095|12#,8439.48|11#,99927721|12#,-67327|11#,1977 +39,,61,,,?- n,0.92|8,,,,,,,,,,,, +101,Y,,0.45 s|2,4.5E-1|2E-2,?-,100,,,8105|11#,-8967|7#,-9736|11#,3245|11#,5805|13#,12529|10#,8413.39|7#,100930154|8#,-65061|7#,1983 +39,,62,,,?- n,1.94|18,,,,,,,,,,,, +102,Y,,0.36 s|4,3.6E-1|4E-2,?-,100,,,10415|10#,-9229|17#,-9010|70#,3921|9#,4183|8#,13137|9#,8371.92|4#,101934328|4#,-61173|4#,1983 +39,,63,,,?- n,4.9|12,,,,,,,,,,,, +103,Y,,0.23 s|2,2.3E-1|2E-2,?-,100,,,9358|15#,-9761|12#,-11040|200#,5059|14#,5356|12#,13590|70#,8342.64|11#,102937243|12#,-58458|11#,1994 +39,,64,,,?- n,8|3,,,,,,,,,,,, +104,Y,,197 ms|4,1.97E-1|4E-3,?-,100,,,11660|400,-10240|400,-9960|500,5680|400,3680|400,13930|450,8298|4,103941960|430,-54060|400,1994 +39,,65,,,?- n,34|10,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +105,Y,,95 ms|9,9.5E-2|9E-3,?-,100,,,10190|1340#,-10850|1350,-12660|1430#,6380|1340#,5280|1390,14450|1370,8269|13#,104944960|1430#,-51270|1340#,1994 +39,,66,,,?- n,< 82,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +106,Y,,79 ms|+10-5,7.9E-2|8E-3,?-,100,,,12500|660,-10770|580,-11260|780,7340|500,2850|1430,14730|710,8218|5,105950560|540,-46050|500,1997 +39,,67,,,?- n,?,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +107,Y,,33.5 ms|30,3.35E-2|3E-3,?-,100,,,12010|1230,-11180|640,-13460|860,8110|660,4380|710,14860|780,8182|5,106954520|540,-42360|500,1997 +39,,68,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +108,Y,,30 ms|5,3E-2|5E-3,?-,100,,,14060|720,,,9010|1270,3000|780,15690|920,8134|6,107959960|640,-37300|600,2010 +39,,69,,,?- n,?,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +109,Y,,25 ms|5,2.5E-2|5E-3,?-,100,,,12990|860,,,10080|810,3970|920,,8096|6,108964360|750,-33200|700,2010 +39,,70,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +78,ZR,,> 170 ns,1.7E-7|5E15,ec ?+,?,,,,-2450|410#,11320|500,,16880|560#,1700|450#,8194|5#,77956150|430#,-40850|400#,2001 +40,,38,,,,,,,,,,,,,,,, +79,Zr,,56 ms|30,5.6E-2|3E-2,ec ?+,100,,,-15120|580#,-2580|370#,11050|310#,,13990|500#,1890|420#,8267|4#,78949790|320#,-46770|300#,1999 +40,,39,,,ec p,?,,,,,,,,,,,, +80,Zr,,4.6 s|6,4.6E0|6E-1,ec ?+,100,,,-15940|500#,-2540|300#,6790|300#,-30780|580#,15660|420#,3830|310#,8360|4#,79941640|320#,-54360|300#,1987 +40,,40,,,ec p,?,,,,,,,,,,,, +81,Zr,,5.5 s|4,5.5E0|4E-1,ec ?+,100,,,-11100|410#,-2080|90,8250|90#,-27110|410#,11170|310#,3600|90,8394.4|12,80938310|100,-57460|90,1997 +40,,41,,,ec p,0.12|2,,,,,,,,,,,, +82,Zr,,32 s|5,3.2E1|5E0,ec ?+,100,,,-11540|300#,-2882|13,4433|12#,-25340|400#,14240|90,5207|12,8465.68|14,81931689|12,-63631|11,1982 +40,,42,,,,,,,,,,,,,,,, +83,Zr,,42 s|2,4.2E1|2E0,ec ?+,100,,,-8360|150,-2860|11,6294|20,-21890|300#,10352|13,5137|8,8488.40|8,82929241|7,-65912|6,1974 +40,,43,,,ec p,?,,,,,,,,,,,, +84,Zr,,25.8 min|5,1.55E3|3E1,ec ?+,100,,,-10203|14,-3535|6,2473|7,-21940|150,13581|8,6505|19,8549.03|6,83923326|6,-71422|5,1977 +40,,44,,,,,,,,,,,,,,,, +85,Zr,,7.86 min|4,4.72E2|2.4E0,ec ?+,100,,,-6896|8,-4072|7,4667|20,-20028|15,9825|8,6570|8,8564.04|8,84921443|7,-73175|6,1963 +40,,45,,,,,,,,,,,,,,,, +86,Zr,,16.5 h|1,5.94E4|3.6E2,ec ?+,100,,,-8835|7,-4384|7,1314|15,-19761|5,12865|7,7416|19,8614.05|4,85916297|4,-77969|4,1951 +40,,46,,,,,,,,,,,,,,,, +87,Zr,,1.68 h|1,6.05E3|3.6E1,ec ?+,100,-0.895 9,+0.423 48,-5473|8,-4974|8,3671|4,-18284|7,9449|5,7353|15,8623.65|5,86914817|4,-79347|4,1948 +40,,47,,,,,,,,,,,,,,,, +88,Zr,,83.4 d|3,7.21E6|2.59E4,ec,100,,,-7460|60,-5404|6,670|6,-17826|9,12353|7,7899|6,8666.03|6,87910221|6,-83629|5,1951 +40,,48,,,,,,,,,,,,,,,, +89,Zr,,78.41 h|12,2.82E5|4.32E2,ec ?+,100,-1.046 6,+0.275 97,-4250|24,-6197|4,2833|3,-16770|60,9318|6,7866|3,8673.36|3,88908882|3,-84876|3,1948 +40,,49,,,,,,,,,,,,,,,, +90,Zr,,STABLE,,,,,,-6111|3,-6674.36|12,-2278.5|16,-16219|24,11968|3,8353.1|16,8709.969|1,89904698.76|13,-88772.53|12,1924 +40,,50,51.45 %|40,,,,,,,,,,,,,,, +91,Zr,,STABLE,,,,-1.30362 2,-0.176 3,-1257.6|29,-5440.42|10,-1544.3|18,-13305|3,7194.35|15,8690.5|16,8693.314|1,90905640.22|11,-87895.57|10,1934 +40,,51,11.22 %|5,,,,,,,,,,,,,,, +92,Zr,,STABLE,,,,,,-2005.7|18,-2962.33|10,-3643|9,-9892.3|29,8634.78|9,9396.7|18,8692.678|1,91905035.32|11,-88459.03|10,1924 +40,,52,17.15 %|8,,,,,,,,,,,,,,, +93,Zr,,1.61 x 106|y|5,5.08E13|1.58E12,?-,100,,,90.8|15,-3337.9|5,-2895|10,-8740.1|18,6734.3|4,9595|9,8671.620|5,92906470.6|5,-87122.0|5,1950 +40,,53,,,,,,,,,,,,,,,, +94,Zr,,STABLE,,,,,,-900.3|15,-3746.1|21,-4918|6,-8127.8|15,8218.6|5,10331|10,8666.801|2,93906312.52|17,-87269.32|16,1924 +40,,54,17.38 %|28,,,,,,,,,,,,,,, +95,Zr,,64.032 d|6,5.53E6|5.18E2,?-,100,1.13 2,+0.22 2,1126.3|10,-4433|6,-4451|7,-7362.2|17,6461.9|9,10597|6,8643.592|9,94908040.3|9,-85659.9|9,1946 +40,,55,,,,,,,,,,,,,,,, +96,Zr,,2.0 x 1019|y|4,6.31E26|1.26E26,,,,,163.97|10,-4996|3,-7103|6,-6723.9|5,7850.2|9,11519|7,8635.327|1,95908277.62|12,-85438.85|11,1934 +40,,56,2.80 %|9,,,,,,,,,,,,,,, +97,Zr,,16.749 h|8,6.03E4|2.88E1,?-,100,-0.937 5,,2663|4,-5282|8,-6821|7,-5411.2|4,5575.1|4,11896|6,8603.779|4,96910957.4|4,-82942.7|4,1951 +40,,57,,,,,,,,,,,,,,,, +98,Zr,,30.7 s|4,3.07E1|4E-1,?-,100,,,2238|10,-4866|9,-8992|12,-3752|9,6415|8,12454|11,8581.45|9,97912735|9,-81287|8,1967 +40,,58,,,,,,,,,,,,,,,, +99,Zr,,2.1 s|1,2.1E0|1E-1,?-,100,-0.930 4,,4715|16,-4926|12,-6971|12,-2167|12,4405|13,12615|13,8539.26|11,98916671|11,-77621|11,1970 +40,,59,,,,,,,,,,,,,,,, +100,Zr,,7.1 s|4,7.1E0|4E-1,?-,100,,,3420|11#,-5878|12#,-9050|14#,-2113|15#,6828|13#,13017|10#,8522.15|8#,99918005|9#,-76377|8#,1970 +40,,60,,,,,,,,,,,,,,,, +101,Zr,,2.3 s|1,2.3E0|1E-1,?-,100,,,5726|9#,-7009|9#,-8105|11#,-1440|12#,4860|12#,13128|14#,8485.89|8#,100921453|9#,-73166|8#,1972 +40,,61,,,,,,,,,,,,,,,, +102,Zr,,2.9 s|2,2.9E0|2E-1,?-,100,,,4717|9#,-7590|9#,-10415|10#,-768|10#,6493|12#,13816|11#,8466.35|9#,101923147|9#,-71588|9#,1970 +40,,62,,,,,,,,,,,,,,,, +103,Zr,,1.3 s|1,1.3E0|1E-1,?-,100,,,7213|10#,-7719|10#,-9358|15#,418|10#,4299|13#,13931|10#,8425.89|9#,102927197|10#,-67815|9#,1987 +40,,63,,,,,,,,,,,,,,,, +104,Zr,,1.2 s|3,1.2E0|3E-1,?-,100,,,6095|10#,-8328|12#,-11660|400#,1233|10#,5980|13#,14555|15#,8402.38|9#,103929442|10#,-65724|9#,1990 +40,,64,,,,,,,,,,,,,,,, +105,Zr,,670 ms|28,6.7E-1|2.8E-2,?-,100,,,8451|13#,-8565|15#,-10190|1340#,2283|12#,3812|15#,14690|400,8358.66|11#,104934015|13#,-61465|12#,1992 +40,,65,,,?- n,? 2,,,,,,,,,,,, +106,Zr,,180 ms|9,1.8E-1|9E-3,?-,100,,,7650|430#,-8820|440#,-12500|660#,3290|430#,5160|430#,14570|1410#,8328|4#,105937140|460#,-58550|430#,1994 +40,,66,,,?- n,? 7,,,,,,,,,,,, +107,Zr,,146 ms|4,1.46E-1|4E-3,?-,100,,,9340|1120#,-9380|1140,-12020|1230#,3750|1120#,3900|1200#,15620|1230,8287|10#,106941620|1200#,-54380|1120#,1994 +40,,67,,,?- n,? 23,,,,,,,,,,,, +108,Zr,,77.4 ms|22,7.74E-2|2.2E-3,?-,100,,,8190|400,-9670|500,-14060|720,4300|400,5040|1190,16280|640,8257|4,107944870|430,-51350|400,1997 +40,,68,,,?- n,?,,,,,,,,,,,, +109,Zr,,56 ms|3,5.6E-2|3E-3,?-,100,,,10500|570,-10010|710,-12990|860,5280|500,2910|640,16180|780,8208|5,108950410|540,-46190|500,1997 +40,,69,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +110,Zr,,37.5 ms|20,3.75E-2|2E-3,?-,100,,,9420|1030,-10520|850,,5730|650,4760|780,16970|920,8177|5,109953960|640,-42890|600,1997 +40,,70,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +111,ZR,,24.0 ms|50,2.4E-2|5E-3,?-,100,,,11320|760,-11080|990,,6680|1090,2740|920,,8128|6,110959680|750,-37560|700,2010 +40,,71,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +112,ZR,,30 ms|+30-10,3E-2|2E-2,?-,100,,,10460|760,,,6990|760,4320|990,,8094|6,111963700|750,-33810|700,2010 +40,,72,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +81,Nb,,< 200 ns,2E-7,ec ?+,?,,,-14610|640#,-2350|450#,11100|410#,,16010|560#,-710|500#,8248|5#,80950230|430#,-46360|400#, +41,,40,,,,,,,,,,,,,,,, +82,Nb,,50 ms|5,5E-2|5E-3,ec ?+,100,,,-11720|500#,-2340|420#,11540|300#,-28410|580#,13800|500#,1920|310#,8315|4#,81944080|320#,-52090|300#,1992 +41,,41,,,ec p,?,,,,,,,,,,,, +83,Nb,,3.9 s|2,3.9E0|2E-1,ec ?+,100,,,-11220|430#,-2160|170,8360|150#,-25260|430#,13540|340#,1210|150,8378.3|18,82938210|160,-57560|150,1988 +41,,42,,,,,,,,,,,,,,,, +84,Nb,,9.8 s|9,9.8E0|9E-1,ec ?+,100,,,-7050|300#,-2495|14,10203|14#,-22950|400#,11730|150,2596|15,8418.25|15,83934279|14,-61219|13,1977 +41,,43,,,ec p,?,,,,,,,,,,,, +85,Nb,,20.5 s|12,2.05E1|1.2E0,ec ?+,100,,,-8770|16,-2992|7,6896|8,-20180|300#,13132|14,2147|7,8473.71|5,84928846|4,-66280|4,1988 +41,,44,,,,,,,,,,,,,,,, +86,Nb,,88 s|1,8.8E1|1E0,ec ?+,100,,,-5024|7,-3495|8,8835|7,-19696|17,10926|7,3248|8,8502.22|6,85925782|6,-69134|5,1974 +41,,45,,,,,,,,,,,,,,,, +87,Nb,,3.7 min|1,2.22E2|6E0,ec ?+,100,,,-6990|7,-4094|20,5473|8,-17836|8,12812|9,3194|8,8551.76|8,86920692|7,-73874|7,1971 +41,,46,,,,,,,,,,,,,,,, +88,Nb,,14.50 min|11,8.7E2|6.6E0,ec ?+,100,,,-3490|60,-4700|60,7460|60,-17360|60,10370|60,4120|60,8572.4|7,87918220|60,-76170|60,1964 +41,,47,,,,,,,,,,,,,,,, +89,Nb,,2.03 h|7,7.31E3|2.52E2,ec ?+,100,6.216 5,,-5610|24,-5210|30,4250|24,-16010|24,12520|60,4285|24,8616.81|27,88913445|25,-80625|24,1954 +41,,48,,,,,,,,,,,,,,,, +90,Nb,,14.60 h|5,5.26E4|1.8E2,ec ?+,100,4.961 4,,-2489|3,-5803|15,6111|3,-15718|5,10108|24,5075|5,8633.38|4,89911259|4,-82662|3,1951 +41,,49,,,,,,,,,,,,,,,, +91,Nb,,6.8 x 102|y|13,2.15E10|4.1E9,ec ?+,100,+6.521 2,-0.25 3,-4429|7,-6045|3,1257.6|29,-14537|5,12048|4,5154.4|29,8670.90|3,90906990|3,-86638.0|29,1951 +41,,50,,,,,,,,,,,,,,,, +92,Nb,,3.47 x 107|y|24,1.1E15|7.57E13,ec ?+,100,+5.136 4,-0.35 3,355.3|18,-4579.2|23,2005.7|18,-12316|6,7887|3,5846.7|18,8662.372|19,91907188.6|19,-86453.3|18,1938 +41,,51,,,,,,,,,,,,,,,, +93,Nb,,STABLE,,,,+6.1705 3,-0.32 2,-405.8|15,-1929.4|22,-90.8|16,-8475.6|15,8830.9|20,6042.8|15,8664.184|16,92906373.2|16,-87212.8|15,1932 +41,,52,100 %,,,,,,,,,,,,,,, +94,Nb,,2.03 x 104|y|16,6.41E11|5.05E10,?-,100,,,2045.0|15,-2299.9|22,900.3|15,-7633.3|15,7227.54|8,6536.0|15,8648.901|16,93907279.0|16,-86369.1|15,1938 +41,,53,,,,,,,,,,,,,,,, +95,Nb,,34.991 d|6,3.02E6|5.18E2,?-,100,6.141 5,< 0,925.6|5,-2859.9|19,-1126.3|10,-6443.5|5,8488.5|16,6805.9|5,8647.212|5,94906831.1|5,-86786.3|5,1951 +41,,54,,,,,,,,,,,,,,,, +96,Nb,,23.35 h|5,8.41E4|1.8E2,?-,100,4.976 4,,3192.06|11,-3211|9,-163.97|18,-5962.28|12,6887.9|5,7231.8|9,8628.886|2,95908101.59|16,-85602.82|15,1949 +41,,55,,,,,,,,,,,,,,,, +97,Nb,,72.1 min|7,4.33E3|4.2E1,?-,100,6.153 5,,1939|4,-3804|11,-2663|4,-4882|4,8074|4,7456|4,8623.17|4,96908098|5,-85606|4,1951 +41,,56,,,,,,,,,,,,,,,, +98,Nb,,2.86 s|6,2.86E0|6E-2,?-,100,,,4591|5,-3598|8,-2238|10,-4051|5,5990|7,7871|5,8596.30|5,97910333|5,-83525|5,1960 +41,,57,,,,,,,,,,,,,,,, +99,Nb,,15.0 s|2,1.5E1|2E-1,?-,100,+5.97 3,,3635|12,-3551|14,-4715|16,-2291|12,6882|13,8338|15,8578.98|12,98911609|13,-82335|12,1950 +41,,58,,,,,,,,,,,,,,,, +100,Nb,,1.5 s|2,1.5E0|2E-1,?-,100,,,6396|8#,-3886|10#,-3420|11#,-1899|8#,5533|14#,9466|13#,8548.53|8#,99914334|9#,-79797|8#,1967 +41,,59,,,,,,,,,,,,,,,, +101,Nb,,7.1 s|3,7.1E0|3E-1,?-,100,,,4628|4#,-5195|8#,-5726|9#,-770|4#,7165|9#,9803|9#,8534.83|4#,100915306|4#,-78891|4#,1970 +41,,60,,,,,,,,,,,,,,,, +102,Nb,,4.3 s|4,4.3E0|4E-1,?-,100,,,7262|9#,-6435|8#,-4717|9#,-855.9|26#,5484|5#,10428|9#,8504.928|25#,101918083.7|27#,-76304.5|25#,1972 +41,,61,,,,,,,,,,,,,,,, +103,Nb,,1.5 s|2,1.5E0|2E-1,?-,100,,,5932|10#,-6804|8#,-7213|10#,466|9#,6795|5#,10730|10#,8488.33|4#,102919453|4#,-75029|4#,1971 +41,,62,,,,,,,,,,,,,,,, +104,Nb,,4.9 s|3,4.9E0|3E-1,?-,100,,,8531|9#,-6917|11#,-6095|10#,1070|10#,4862|5#,11293|10#,8453.459|26#,103922899.1|29#,-71819.0|27#,1971 +41,,63,,,?- n,0.06|3,,,,,,,,,,,, +105,Nb,,2.95 s|6,2.95E0|6E-2,?-,100,,,7422|10#,-7279|8#,-8451|13#,2363|10#,6168|5#,11480|10#,8431.69|4#,104924943|4#,-69916|4#,1984 +41,,64,,,?- n,1.7|9,,,,,,,,,,,, +106,Nb,,1.02 s|5,1.02E0|5E-2,?-,100,,,9931|10#,-7455|6#,-7650|430#,3062|10#,4359|6#,12028|13#,8393.27|4#,105928928|4#,-66203|4#,1976 +41,,65,,,?- n,4.5|3,,,,,,,,,,,, +107,Nb,,300 ms|9,3E-1|9E-3,?-,100,,,8828|12#,-7691|14#,-9340|1120#,4339|12#,5592|9#,12460|430#,8367.09|7#,106931590|9#,-63724|8#,1992 +41,,66,,,,,,,,,,,,,,,, +108,Nb,,198 ms|6,1.98E-1|6E-3,?-,100,,,11210|12#,-7910|400,-8190|400#,4934|12#,3893|11#,12460|1120#,8325.66|8#,107936075|9#,-59546|8#,1994 +41,,67,,,?- n,6.3|5,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +109,Nb,,0.19 s|3,1.9E-1|3E-2,?-,100,,,9980|260#,-7840|1360#,-10500|570#,5990|260#,5220|260#,12620|480,8297.1|24#,108939140|280#,-56690|260#,1994 +41,,68,,,?- n,31|5,,,,,,,,,,,, +110,Nb,,82 ms|4,8.2E-2|4E-3,?-,100,,,12230|840#,-8680|980,-9420|1030#,6280|840#,3690|880#,13410|980,8255|8#,109943840|900#,-52310|840#,1994 +41,,69,,,?- n,40|8,,,,,,,,,,,, +111,Nb,,54 ms|2,5.4E-2|2E-3,?-,100,,,11060|300,-8940|580,-11310|760,7600|300,4640|890,13280|670,8223|3,110947530|320,-48870|300,1997 +41,,70,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +112,Nb,,33 ms|+9-6,3.3E-2|8E-3,?-,100,,,13190|360,-9400|670,-10460|760,7590|300,3470|420,14000|760,8180|3,111952470|320,-44270|300,1997 +41,,71,,,,,,,,,,,,,,,, +113,Nb,,32 ms|4,3.2E-2|4E-3,?-,100,,,11980|500,-9730|810,,8880|450,4310|500,13990|810,8146|4,112956510|430,-40510|400,1997 +41,,72,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +114,NB,,17 ms|5,1.7E-2|5E-3,?-,100,,,14420|580,,,9030|590,2950|640,,8100|4,113962010|540,-35390|500,2010 +41,,73,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +115,Nb,,23 ms|8,2.3E-2|8E-3,?-,100,,,13390|640,,,10380|580,4040|710,,8065|4,114966340|540,-31350|500,2010 +41,,74,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +81,Mo,,> 450 ns,4.5E-7|5E15,ec p,?,,,,-2130|640#,14610|640,,,620|640#,8058|6#,80965910|540#,-31750|500#, +42,,39,,,ec ?+,?,,,,,,,,,,,, +82,Mo,,> 437 ns,4.37E-7|5E15,ec p,?,,,,-1940|560#,11720|500,,16690|640#,1300|560#,8163|5#,81956660|430#,-40370|400#, +42,,40,,,ec ?+,?,,,,,,,,,,,, +83,Mo,,6 ms|+30-3,6E-3|1.7E-2,ec ?+,100,,,-15020|640#,-1990|500#,11220|430#,,14040|570#,1540|500#,8234|5#,82950250|430#,-46340|400#,1999 +42,,41,,,,,,,,,,,,,,,, +84,Mo,,2.3 s|3,2.3E0|3E-1,ec ?+,100,,,-16470|500#,-2230|420#,7050|300#,-30920|580#,15900|500#,3900|330#,8325|4#,83941850|320#,-54170|300#,1991 +42,,42,,,ec p,?,,,,,,,,,,,, +85,Mo,,3.2 s|2,3.2E0|2E-1,ec ?+,100,,,-11660|400#,-2470|100,8770|16#,-27880|400#,11410|300#,3580|21,8361.33|19,84938261|17,-57510|16,1992 +42,,43,,,ec p,? 0.14|2,,,,,,,,,,,, +86,Mo,,19.1 s|3,1.91E1|3E-1,ec ?+,100,,,-12540|300#,-2904|12,5024|7#,-26330|400#,14672|16,5120|6,8434.71|4,85931175|4,-64110|4,1991 +42,,44,,,,,,,,,,,,,,,, +87,Mo,,14.1 s|3,1.41E1|3E-1,ec ?+,100,,,-9195|5,-3398|7,6990|7,-23390|300#,10846|5,5040|6,8462.42|3,86928196|3,-66884.8|29,1977 +42,,45,,,?+ p,15|8,,,,,,,,,,,, +88,Mo,,8.0 min|2,4.8E2|1.2E1,ec ?+,100,,,-11010|150,-3690|7,3490|60,-23068|6,13873|5,6101|8,8523.91|4,87921968|4,-72687|4,1971 +42,,46,,,,,,,,,,,,,,,, +89,Mo,,2.11 min|10,1.27E2|6E0,ec ?+,100,,,-7620|5,-4265|8,5610|24,-21400|150,10400|5,6130|60,8544.98|4,88919468|4,-75015|4,1980 +42,,47,,,,,,,,,,,,,,,, +90,Mo,,5.56 h|9,2E4|3.24E2,ec ?+,100,,,-9448|4,-4628|5,2489|5,-20849|5,13229|5,6836|24,8597.03|4,89913931|4,-80173|3,1953 +42,,48,,,,,,,,,,,,,,,, +91,Mo,,15.49 min|1,9.29E2|6E-1,ec ?+,100,-0.932 3,,-6222|7,-5287|7,4429|7,-19555|6,10108|7,6836|7,8613.63|7,90911745|7,-82209|6,1948 +42,,49,,,,,,,,,,,,,,,, +92,Mo,,STABLE,,,,,,-7883|3,-5605|5,-355.3|18,-18893.2|24,12671|6,7459.5|29,8657.730|2,91906807.15|17,-86808.58|16,1930 +42,,50,14.53 %|30,,,,,,,,,,,,,,, +93,Mo,,4.0 x 103|y|8,1.26E11|2.52E10,ec,100,,,-3201.0|10,-4356|3,405.8|15,-15953|3,8069.81|9,7642.7|18,8651.409|2,92906808.77|19,-86807.07|18,1946 +42,,51,,,,,,,,,,,,,,,, +94,Mo,,STABLE,,,,,,-4256|4,-2066.45|18,-2045.0|15,-12879.3|10,9678.31|23,8490.2|15,8662.333|2,93905083.59|15,-88414.06|14,1930 +42,,52,9.15 %|9,,,,,,,,,,,,,,, +95,Mo,,STABLE,,,,-0.9142 1,-0.022 1,-1691|5,-2241.21|16,-925.6|5,-11625|4,7369.11|9,8631.8|15,8648.720|1,94905837.44|13,-87711.86|12,1930 +42,,53,15.84 %|11,,,,,,,,,,,,,,, +96,Mo,,STABLE,,,,,,-2973|5,-2760.76|16,-3192.06|19,-10845|5,9154.33|5,9297.6|5,8653.987|1,95904674.77|13,-88794.88|12,1930 +42,,54,16.67 %|15,,,,,,,,,,,,,,, +97,Mo,,STABLE,,,,-0.9335 1,+0.255 13,-320|4,-2847.6|5,-1939|4,-9794|5,6821.13|16,9230.85|19,8635.092|2,96906016.90|18,-87544.69|16,1930 +42,,55,9.60 %|14,,,,,,,,,,,,,,, +98,Mo,,STABLE,,,,,,-1684|3,-3271.57|24,-4591|5,-8963|4,8642.60|6,9799|4,8635.168|2,97905403.61|19,-88115.97|17,1930 +42,,56,24.39 %|37,,,,,,,,,,,,,,, +99,Mo,,65.976 h|24,2.38E5|8.64E1,?-,100,+0.375 3,,1357.8|9,-2735.1|9,-3635|12,-7609|3,5925.44|15,9734|5,8607.797|2,98907707.30|24,-85970.10|23,1948 +42,,57,,,,,,,,,,,,,,,, +100,Mo,,7.3 x 1018|y|4,2.3E26|1.26E25,2?-,100,,,-172.1|14#,-3179.1|3#,-6396|8#,-6936.5|9#,8294.2|4#,11147|12#,8604.662|3#,99907468.0|3#,-86193.0|3#,1930 +42,,58,9.82 %|31,,2?-,100,,,,,,,,,,,, +101,Mo,,14.61 min|3,8.77E2|1.8E0,?-,100,,,2825|24#,-3002.2|5#,-4628|4#,-5570.3|14#,5398.24|7#,11012|8#,8572.915|3#,100910337.6|3#,-83519.9|3#,1941 +42,,59,,,,,,,,,,,,,,,, +102,Mo,,11.3 min|2,6.78E2|1.2E1,?-,100,,,1007|12#,-4704|12#,-7262|9#,-5293|25#,8117|8#,11964|9#,8568.45|8#,101910288|9#,-83566|8#,1954 +42,,60,,,,,,,,,,,,,,,, +103,Mo,,67.5 s|15,6.75E1|1.5E0,?-,100,,,3643|13#,-5765|14#,-5932|10#,-4459|13#,5466|12#,11945|10#,8538.33|9#,102913085|10#,-80961|9#,1963 +42,,61,,,,,,,,,,,,,,,, +104,Mo,,60 s|2,6E1|2E0,?-,100,,,2153|24#,-6397|12#,-8531|9#,-3817|13#,7461|13#,12610|10#,8527.96|9#,103913741|10#,-80350|9#,1962 +42,,62,,,,,,,,,,,,,,,, +105,Mo,,35.6 s|16,3.56E1|1.6E0,?-,100,,,4950|40#,-6596|12#,-7422|10#,-2905|26#,5058|13#,12807|9#,8494.92|9#,104916975|10#,-77337|9#,1962 +42,,63,,,,,,,,,,,,,,,, +106,Mo,,8.73 s|12,8.73E0|1.2E-1,?-,100,,,3642|15#,-6972|13#,-9931|10#,-1920|40#,6869|13#,13508|10#,8479.58|9#,105918266|10#,-76135|9#,1969 +42,,64,,,,,,,,,,,,,,,, +107,Mo,,3.5 s|5,3.5E0|5E-1,?-,100,,,6198|13#,-7161|13#,-8828|12#,-847|15#,4488|13#,13637|10#,8442.28|9#,106922113|10#,-72552|9#,1972 +42,,65,,,,,,,,,,,,,,,, +108,Mo,,1.09 s|2,1.09E0|2E-2,?-,100,,,5167|13#,-7457|13#,-11210|12#,-77|13#,6276|13#,14321|12#,8422.22|8#,107924040|10#,-70756|9#,1972 +42,,66,,,,,,,,,,,,,,,, +109,Mo,,0.53 s|6,5.3E-1|6E-2,?-,100,,,7617|15#,-7626|16#,-9980|260#,1185|14#,3981|14#,14409|14#,8381.48|10#,108928431|12#,-66666|11#,1992 +42,,67,,,,,,,,,,,,,,,, +110,Mo,,0.296 s|17,2.96E-1|1.7E-2,?-,100,,,6492|26#,-8420|430#,-12230|840#,1669|26#,5948|27#,15140|260#,8359.35|22#,109930711|26#,-64543|24#,1992 +42,,68,,,?- n,2.0|7,,,,,,,,,,,, +111,Mo,,186 ms|9,1.86E-1|9E-3,?-,100,,,9085|7#,-7980|1120#,-11060|300#,3023|15#,3468|27#,14920|840#,8315.29|11#,110935652|14#,-59940|13#,1994 +42,,69,,,?- n,< 12,,,,,,,,,,,, +112,Mo,,120 ms|+13-11,1.2E-1|1.2E-2,?-,100,,,7790|200,-8540|450,-13190|360,3490|200,5590|200,15880|360,8291|2,111938310|210,-57460|200,1994 +42,,70,,,,,,,,,,,,,,,, +113,Mo,,80 ms|2,8E-2|2E-3,?-,100,,,10320|300,-8720|590,-11980|500,4700|300,3100|360,15500|420,8245|3,112943650|320,-52490|300,1994 +42,,71,,,?- n,?,,,,,,,,,,,, +114,Mo,,58 ms|2,5.8E-2|2E-3,?-,100,,,8790|530,-9350|670,-14420|580,4930|300,5390|420,16580|500,8220|3,113946530|320,-49810|300,1997 +42,,72,,,?- n,?,,,,,,,,,,,, +115,Mo,,45.5 ms|20,4.55E-2|2E-3,?-,100,,,11570|880,-9610|810,-13390|640,5780|590,3010|500,16650|640,8175|3,114951960|430,-44750|400,2010 +42,,73,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +116,MO,,32 ms|4,3.2E-2|4E-3,?- 2n,?,,,9960|580,-10110|860,,6750|930,4820|640,17430|710,8146|4,115955450|540,-41500|500,2010 +42,,74,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +117,MO,,22 ms|5,2.2E-2|5E-3,?- 2n,?,,,12210|640,,,7210|580,2740|710,,8100|4,116961170|540,-36170|500,2010 +42,,75,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +118,Mo,,19 ms|+7-4,1.9E-2|6E-3,?-,100,,,11160|640,,,7680|640,4530|710,,8069|4,117964970|540,-32630|500, +42,,76,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +85,Tc,,< 100 ns,1E-7,p,?,,,-14900|640#,-1910|560#,11660|400#,,16220|560#,-1030|500#,8215|5#,84950780|430#,-45850|400#, +43,,42,,,,,,,,,,,,,,,, +86,Tc,,55 ms|7,5.5E-2|7E-3,ec ?+,100,,,-11800|500#,-1900|420#,12540|300#,-28690|580#,13790|500#,1350|300#,8280|3#,85944640|320#,-51570|300#,1992 +43,,43,,,ec p,?,,,,,,,,,,,, +87,Tc,,2.2 s|2,2.2E0|2E-1,ec ?+,100,,,-12170|400#,-2560|150,9195|5#,-25990|400#,14190|300#,869|6,8347.74|5,86938067|4,-57690|4,1991 +43,,44,,,,,,,,,,,,,,,, +88m1,Tc,,6.4 s|8,6.4E0|8E-1,ec ?+,100,,,-7340|330#,-2890|150,11010|150#,-24230|430#,12060|150,2090|150,8390.0|17,87933780|160,-61680|150,1991 +43,,45,,,ec p,?,,,,,,,,,,,, +89,Tc,,12.8 s|9,1.28E1|9E-1,ec ?+,100,,,-9130|300#,-3540|6,7620|5#,-21130|300#,13780|150,1997|5,8450.57|4,88927649|4,-67395|4,1991 +43,,46,,,,,,,,,,,,,,,, +90,Tc,,,,,,,,-5841|4,-4016|6,9448|4,-20540|300#,11401|4,2999|4,8483.359|11,89924073.9|11,-70724.7|10,1974 +43,,47,,,,,,,,,,,,,,,, +91,Tc,,3.14 min|2,1.88E2|1.2E0,ec ?+,100,,,-7747|3,-4537|7,6222|7,-19174|4,13333.3|26,3103|4,8536.655|26,90918425.0|25,-75986.6|24,1974 +43,,48,,,,,,,,,,,,,,,, +92,Tc,,4.25 min|15,2.55E2|9E0,ec ?+,100,,,-4624|4,-5180|60,7883|3,-18757|4,11010|4,4006|7,8563.54|3,91915270|3,-78926|3,1964 +43,,49,,,,,,,,,,,,,,,, +93,Tc,,2.75 h|5,9.9E3|1.8E2,ec ?+,100,6.32 6,,-6389.4|23,-5406|24,3201.0|10,-17376.2|29,12752|3,4086.5|10,8608.577|11,92910245.1|11,-83606.1|10,1948 +43,,50,,,,,,,,,,,,,,,, +94,Tc,,293 min|1,1.76E4|6E1,ec ?+,100,5.08 8,,-1575|5,-3922|5,4256|4,-15013|5,8624|4,4640|4,8608.74|4,93909652|4,-84158|4,1948 +43,,51,,,,,,,,,,,,,,,, +95,Tc,,20.0 h|1,7.2E4|3.6E2,ec ?+,100,5.94 6,,-2564|11,-1808|6,1691|5,-11509|6,9934|7,4896|5,8622.69|5,94907652|5,-86021|5,1947 +43,,52,,,,,,,,,,,,,,,, +96,Tc,,4.28 d|7,3.7E5|6.05E3,ec ?+,100,+5.04 8,,259|5,-1793|5,2973|5,-10435|11,7872|7,5399|5,8614.87|5,95907867|6,-85822|5,1947 +43,,53,,,,,,,,,,,,,,,, +97,Tc,,4.21 x 106|y|16,1.33E14|5.05E12,ec,100,,,-1104|5,-2436|4,320|4,-9215|4,9474|7,5719|4,8623.72|4,96906361|4,-87224|4,1946 +43,,54,,,,,,,,,,,,,,,, +98,Tc,,4.2 x 106|y|3,1.33E14|9.47E12,?-,100,,,1793|7,-2488|4,1684|3,-8383|4,7279|5,6176|3,8610.00|3,97907211|4,-86432|3,1955 +43,,55,,,,,,,,,,,,,,,, +99,Tc,,2.111 x 105|y|12,6.66E12|3.79E10,?-,100,+5.6847 4,-0.129 6,297.5|9,-2966.5|10,-1357.8|9,-7174|7,8967|3,6500.9|9,8613.610|9,98906249.7|10,-87327.9|9,1938 +43,,56,,,,,,,,,,,,,,,, +100,Tc,,15.46 s|19,1.55E1|1.9E-1,?-,99.9982|9,,,3206.4|14#,-2843.0|13#,172.1|14#,-6466.9|14#,6764.4|10#,7339.8|13#,8595.118|14#,99907652.7|14#,-86020.9|14#,1952 +43,,57,,,ec,0.0018|9,,,,,,,,,,,, +101,Tc,,14.22 min|1,8.53E2|6E-1,?-,100,,,1614|24#,-3164|24#,-2825|24#,-5189|24#,8395|24#,7441|24#,8593.14|24#,100907305|26#,-86345|24#,1941 +43,,58,,,,,,,,,,,,,,,, +102,Tc,,5.28 s|15,5.28E0|1.5E-1,?-,100,,,4534|9#,-3473|10#,-1007|12#,-4686|9#,6300|26#,8342|9#,8570.65|9#,101909207|10#,-84573|9#,1954 +43,,59,,,,,,,,,,,,,,,, +103,Tc,,54.2 s|8,5.42E1|8E-1,?-,100,,,2663|10#,-4693|15#,-3643|13#,-3569|10#,8102|13#,8327|13#,8566.10|9#,102909174|11#,-84604|10#,1957 +43,,60,,,,,,,,,,,,,,,, +104,Tc,,18.3 min|3,1.1E3|1.8E1,?-,100,,,5592|25#,-5131|26#,-2153|26#,-3308|25#,5971|27#,8832|27#,8541.15|24#,103911429|27#,-82503|25#,1956 +43,,61,,,,,,,,,,,,,,,, +105,Tc,,7.6 min|1,4.56E2|6E0,?-,100,,,3640|40#,-5820|40#,-4950|40#,-2270|40#,7860|40#,9230|40#,8534.6|3#,104911660|40#,-82290|40#,1955 +43,,62,,,,,,,,,,,,,,,, +106,Tc,,35.6 s|6,3.56E1|6E-1,?-,100,,,6547|11#,-5897|13#,-3642|15#,-1913|12#,5560|40#,9728|15#,8506.56|12#,105914357|13#,-79776|12#,1965 +43,,63,,,,,,,,,,,,,,,, +107m,Tc,,21.2 s|2,2.12E1|2E-1,?-,100,,,5113|12#,-6146|10#,-6198|13#,-498|10#,7045|15#,9904|13#,8492.90|8#,106915458|9#,-78750|9#,1965 +43,,64,,,,,,,,,,,,,,,, +108,Tc,,5.17 s|7,5.17E0|7E-2,?-,100,,,7739|12#,-6529|9#,-5167|13#,-132|12#,5244|12#,10660|13#,8462.82|8#,107918494|9#,-75923|9#,1970 +43,,65,,,,,,,,,,,,,,,, +109,Tc,,0.86 s|4,8.6E-1|4E-2,?-,100,,,6456|13#,-6792|10#,-7617|15#,1307|12#,6431|13#,10816|13#,8444.18|9#,108920254|10#,-74283|10#,1976 +43,,66,,,?- n,0.08|2,,,,,,,,,,,, +110,Tc,,0.900 s|13,9E-1|1.3E-2,?-,100,,,9038|13#,-7256|10#,-6492|26#,1633|13#,4823|13#,11657|15#,8411.26|9#,109923741|10#,-71035|9#,1976 +43,,67,,,?- n,0.04|2,,,,,,,,,,,, +111,Tc,,290 ms|20,2.9E-1|2E-2,?-,100,,,7761|14#,-7726|13#,-9085|16#,2977|13#,6061|14#,11771|26#,8390.09|9#,110925899|11#,-69025|11#,1988 +43,,68,,,?- n,0.85|20,,,,,,,,,,,, +112,Tc,,271 ms|15,2.71E-1|1.5E-2,?-,100,,,10372|11#,-8138|10#,-7790|200#,3455|11#,4306|12#,12608|14#,8353.62|5#,111929942|6#,-65259|6#,1990 +43,,69,,,?- n,1.5|2,,,,,,,,,,,, +113,Tc,,152 ms|8,1.52E-1|8E-3,?-,100,,,9060|40#,-8550|260#,-10320|300#,4748|10#,5624|6#,12640|200,8329.46|3#,112932569|4#,-62812|3#,1992 +43,,70,,,?- n,2.1|3,,,,,,,,,,,, +114,Tc,,100 ms|20,1E-1|2E-2,?-,100,,,11620|430#,-8720|940#,-8790|530#,5200|430#,3860|430#,13400|530,8290|4#,113937090|460#,-58600|430#,1994 +43,,71,,,?- n,?,,,,,,,,,,,, +115,Tc,,78 ms|2,7.8E-2|2E-3,?-,100,,,9870|790#,-9870|840,-11570|890#,5830|790#,5790|900#,13800|840,8269|7#,114939540|850#,-56320|790#,1994 +43,,72,,,?- n,?,,,,,,,,,,,, +116,Tc,,57 ms|3,5.7E-2|3E-3,?-,100,,,12610|300,-9610|420,-9960|580,6660|310,3210|840,14000|500,8225|3,115944760|320,-51460|300,1997 +43,,73,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +117,Tc,,44.5 ms|30,4.45E-2|3E-3,?-,100,,,11110|590,-10300|570,-12210|640,7620|400,5000|500,14170|640,8197|3,116948060|430,-48380|400,1997 +43,,74,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +118,Tc,,30 ms|4,3E-2|4E-3,?-,100,,,13470|450,-10830|640,-11160|640,7630|590,3480|570,14910|640,8157|3,117952990|430,-43790|400,2010 +43,,75,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +119,TC,,22 ms|3,2.2E-2|3E-3,?-,100,,,12190|580,-11440|710,,8820|540,4650|640,15030|710,8128|4,118956660|540,-40370|500,2010 +43,,76,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +120,TC,,21 ms|5,2.1E-2|5E-3,?-,100,,,14490|640,,,8970|580,3220|710,,8087|4,119961870|540,-35520|500,2010 +43,,77,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +121,Tc,,22 ms|6,2.2E-2|6E-3,?-,100,,,13270|640,,,10160|640,4330|710,,8056|4,120965880|540,-31780|500, +43,,78,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +85,Ru,,> 450 ns,4.5E-7|5E15,p,?,,,,-1620|710#,14900|640,,,540|640#,8030|6#,84966770|540#,-30950|500#, +44,,41,,,ec p,?,,,,,,,,,,,, +,,,,,ec ?+,?,,,,,,,,,,,, +86,Ru,,> 438 ns,4.38E-7|5E15,ec p,?,,,,-1820|560#,11800|500,,16890|640#,1210|560#,8133|5#,85957300|430#,-39770|400#, +44,,42,,,ec ?+,?,,,,,,,,,,,, +88,Ru,,1.2 s|+3-2,1.2E0|3E-1,ec ?+,100,,,-17480|500#,-2590|420#,7340|330#,,16890|500#,3940|300#,8298|3#,87941660|320#,-54340|300#,1994 +44,,44,,,ec p,?,,,,,,,,,,,, +89,Ru,,1.5 s|2,1.5E0|2E-1,ec ?+,100,,,-12400|470#,-3170|300#,9130|300#,-29470|500#,11990|420#,3870|330#,8339|3#,88937450|320#,-58260|300#,1992 +44,,45,,,ec p,3.0|+19-17,,,,,,,,,,,, +90,Ru,,11 s|3,1.1E1|3E0,ec ?+,100,,,-13180|300#,-3198|5,5841|4#,-27090|360#,14690|300#,4778|5,8409.77|4,89930344|4,-64884|4,1991 +44,,46,,,,,,,,,,,,,,,, +91,Ru,,8.0 s|4,8E0|4E-1,ec ?+,100,,,-9670|300#,-3780|4,7747|3#,-24610|300#,11427|4,4804.1|24,8442.928|24,90926741.5|24,-68239.8|22,1983 +44,,47,,,,,,,,,,,,,,,, +92,Ru,,3.65 min|5,2.19E2|3E0,ec ?+,100,,,-11302|5,-4040|5,4624|4,-23800|300#,14133|4,5604|4,8504.77|3,91920234.4|29,-74301.2|27,1971 +44,,48,,,,,,,,,,,,,,,, +93,Ru,,59.7 s|6,5.97E1|6E-1,ec ?+,100,,,-8205|3,-4627|4,6389.4|23,-22289|5,10987|3,5580|4,8531.462|22,92917104.4|22,-77216.7|21,1972 +44,,49,,,,,,,,,,,,,,,, +94,Ru,,51.8 min|6,3.11E3|3.6E1,?+ ec,100,,,-9676|5,-4836|5,1575|5,-21643|4,13438|4,6266|3,8583.66|3,93911343|3,-82584|3,1952 +44,,50,,,ec,100,,,,,,,,,,,, +95,Ru,,1.643 h|13,5.91E3|4.68E1,ec ?+,100,-0.861,,-5117|10,-3674|11,2564|11,-18621|10,8945|10,6588|10,8587.47|10,94910404|10,-83458|10,1948 +44,,51,,,,,,,,,,,,,,,, +96,Ru,,STABLE,,,,,,-6393|10,-1696.71|23,-259|5,-15811|4,10694|9,7348|5,8609.412|2,95907588.91|18,-86080.37|17,1931 +44,,52,5.54 %|14,,,,,,,,,,,,,,, +97,Ru,,2.83 d|23,2.45E5|1.99E4,ec ?+,100,-0.787 8,,-3520|40,-1738.4|28,1104|5,-14504|10,8111.5|28,7588|6,8604.279|28,96907546|3,-86120.6|28,1946 +44,,53,,,,,,,,,,,,,,,, +98,Ru,,STABLE,,,,,,-5050|10,-2236|6,-1793|7,-13700|40,10176|7,8289|8,8620.31|7,97905287|7,-88225|6,1944 +44,,54,1.87 %|3,,,,,,,,,,,,,,, +99,Ru,,STABLE,,,,-0.641 5,+0.079 4,-2044|7,-2338.4|4,-297.5|10,-12521|12,7472|6,8482|3,8608.712|3,98905930.3|4,-87625.4|3,1931 +44,,55,12.76 %|14,,,,,,,,,,,,,,, +100,Ru,,STABLE,,,,,,-3636|18#,-2857.4|4#,-3206.4|14#,-11717|7#,9673.32|3#,9188.5|9#,8619.359|3#,99904210.5|4#,-89227.4|3#,1931 +44,,56,12.60 %|7,,,,,,,,,,,,,,, +101,Ru,,STABLE,,,,-0.719 6,+0.44 2,-546|6#,-2838.3|4#,-1614|24#,-10438|18#,6802.04|24#,9226.1|14#,8601.365|4#,100905573.1|4#,-87958.1|4#,1931 +44,,57,17.06 %|2,,,,,,,,,,,,,,, +102,Ru,,STABLE,,,,,,-2323|6#,-3415.4|4#,-4534|9#,-9765|6#,9219.64|5#,10051|24#,8607.427|4#,101904340.3|4#,-89106.4|4#,1931 +44,,58,31.55 %|14,,,,,,,,,,,,,,, +103,Ru,,39.247 d|13,3.39E6|1.12E3,?-,100,0.200 7,+0.62 2,764.5|23#,-3722.0|5#,-2663|10#,-8555|6#,6232.05|15#,9983|9#,8584.365|4#,102906314.8|5#,-87267.2|4#,1945 +44,,59,,,,,,,,,,,,,,,, +104,Ru,,STABLE,,,,,,-1136|3#,-4327.6|25#,-5592|25#,-8135|3#,8899.9|25#,10781|9#,8587.399|24#,103905425.4|27#,-88095.7|25#,1931 +44,,60,18.62 %|27,,,,,,,,,,,,,,, +105,Ru,,4.44 h|2,1.6E4|7.2E1,?-,100,-0.32 +8-20,,1916.8|29#,-4839.5|25#,-3640|40#,-7046|3#,5910.10|11#,10720|25#,8561.900|24#,104907745.5|27#,-85934.5|25#,1945 +44,,61,,,,,,,,,,,,,,,, +106,Ru,,371.8 d|18,3.21E7|1.56E5,?-,100,,,39.40|21#,-5182|10#,-6547|13#,-6543|6#,8460|5#,11320|40#,8560.94|5#,105907328|6#,-86323|5#,1948 +44,,62,,,,,,,,,,,,,,,, +107,Ru,,3.75 min|5,2.25E2|3E0,?-,100,,,3001|15#,-5327|13#,-5113|12#,-5571|10#,5611|10#,11375|15#,8533.37|8#,106909970|9#,-83863|9#,1951 +44,,63,,,,,,,,,,,,,,,, +108,Ru,,4.55 min|5,2.73E2|3E0,?-,100,,,1370|16#,-5736|12#,-7739|12#,-4869|15#,7870|12#,12200|12#,8527.22|8#,107910186|9#,-83661|9#,1955 +44,,64,,,,,,,,,,,,,,,, +109,Ru,,34.5 s|10,3.45E1|1E0,?-,100,,,4261|10#,-5826|13#,-6456|13#,-3778|17#,5148|12#,12105|12#,8496.23|8#,108913324|10#,-80738|9#,1967 +44,,65,,,,,,,,,,,,,,,, +110,Ru,,12.04 s|17,1.2E1|1.7E-1,?-,100,,,2756|19#,-6363|13#,-9038|13#,-3144|10#,7405|12#,13079|13#,8486.31|8#,109914039|10#,-80073|9#,1970 +44,,66,,,,,,,,,,,,,,,, +111,Ru,,2.12 s|7,2.12E0|7E-2,?-,100,,,5519|12#,-6659|13#,-7761|14#,-2028|20#,4784|13#,13040|13#,8452.96|9#,110917568|10#,-76785|10#,1971 +44,,67,,,,,,,,,,,,,,,, +112,Ru,,1.75 s|7,1.75E0|7E-2,?-,100,,,4100|50#,-7300|13#,-10372|11#,-1398|12#,6917|13#,13895|14#,8439.24|9#,111918807|10#,-75631|10#,1970 +44,,68,,,,,,,,,,,,,,,, +113,Ru,,0.80 s|5,8E-1|5E-2,?-,100,,,6900|40#,-7630|40#,-9060|40#,-210|60#,4310|40#,13900|40#,8402.7|3#,112922850|40#,-71870|40#,1988 +44,,69,,,,,,,,,,,,,,,, +114,Ru,,0.54 s|3,5.4E-1|3E-2,?-,100,,,5490|70#,-8104|24#,-11620|430#,474|8#,6430|40#,14699|5#,8385.34|3#,113924614|4#,-70222|4#,1991 +44,,70,,,,,,,,,,,,,,,, +115,Ru,,318 ms|19,3.18E-1|1.9E-2,?-,100,,,8040|90#,-8670|90#,-9870|790#,1450|110#,4040|90#,14880|440#,8347.5|8#,114928940|100#,-66190|90#,1992 +44,,71,,,?- n,?,,,,,,,,,,,, +116,Ru,,204 ms|6,2.04E-1|6E-3,?-,100,,,6670|70#,-9030|200,-12610|300#,2090|8#,5950|90#,15040|790#,8326.88|3#,115931219|4#,-64069|4#,1994 +44,,72,,,?- n,?,,,,,,,,,,,, +117,Ru,,151 ms|3,1.51E-1|3E-3,?-,100,,,9410|430#,-9420|530,-11110|590#,3170|440#,3490|430#,15320|530,8286|4#,116936130|460#,-59490|430#,1994 +44,,73,,,?- n,?,,,,,,,,,,,, +118,Ru,,99 ms|3,9.9E-2|3E-3,?-,100,,,7630|200,-9880|360,-13470|450,3570|200,5840|480,16170|450,8265|2,117938530|210,-57260|200,1994 +44,,74,,,?- n,?,,,,,,,,,,,, +119,Ru,,69.5 ms|20,6.95E-2|2E-3,?-,100,,,10260|300,-10240|500,-12190|580,4250|300,3380|360,16060|500,8224|3,118943570|320,-52560|300,1997 +44,,75,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +120,Ru,,45 ms|2,4.5E-2|2E-3,?-,100,,,8800|450,-10940|640,-14490|640,4740|400,5520|500,16930|640,8201|3,119946310|430,-50010|400,2010 +44,,76,,,?- n,?,,,,,,,,,,,, +121,RU,,29 ms|2,2.9E-2|2E-3,?-,100,,,11200|740,-11300|640,-13270|640,5700|450,3110|570,16820|640,8159|3,120951640|430,-45050|400,2010 +44,,77,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +122,RU,,25 ms|1,2.5E-2|1E-3,?-,100,,,9930|580,-11940|710,,6030|800,5170|640,17660|710,8135|4,121954750|540,-42150|500,2010 +44,,78,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +123,RU,,19 ms|2,1.9E-2|2E-3,?-,100,,,12280|640,,,6930|580,3000|710,,8093|4,122960190|540,-37080|500,2010 +44,,79,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +124,RU,,15 ms|3,1.5E-2|3E-3,?-,100,,,10930|720,,,7330|720,4950|780,,8068|5,123963540|640,-33960|600,2010 +44,,80,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +89,Rh,,,,p,?,,,,-2440|540#,12400|470,,17070|540#,-1190|200#,8191|4#,88950770|390#,-45860|360#,1995 +45,,44,,,ec p,?,,,,,,,,,,,, +,,,,,ec ?+,?,,,,,,,,,,,, +90,Rh,,> 150 ns,1.5E-7|5E15,,,,,-11990|500#,-2550|420#,13180|300#,,13910|470#,730|420#,8255|3#,89944500|320#,-51700|300#,1994 +45,,45,,,,,,,,,,,,,,,, +91,Rh,,1.47 s|22,1.47E0|2.2E-1,ec ?+,100,,,-12640|500#,-3300|300#,9670|300#,-26930|500#,14940|420#,970|300#,8328|3#,90937120|320#,-58570|300#,1994 +45,,46,,,?+ p,1.3|5,,,,,,,,,,,, +92,Rh,,4.66 s|25,4.66E0|2.5E-1,ec ?+,100,,,-8420|300#,-3740|150,11302|5#,-25140|400#,12500|300#,2048|5,8373.42|5,91932368|5,-62999|4,1994 +45,,47,,,?+ p,1.9|1,,,,,,,,,,,, +93,Rh,,12.2 s|7,1.22E1|7E-1,ec ?+,100,,,-10010|300#,-4042|5,8205|3#,-22500|300#,14084|5,2000|4,8434.825|28,92925912.8|28,-69011.8|26,1994 +45,,48,,,,,,,,,,,,,,,, +94,Rh,,70.6 s|6,7.06E1|6E-1,ec ?+,100,,,-6805|5,-4608|4,9676|5,-21980|300#,11967|4,2980|4,8472.40|4,93921730|4,-72908|3,1979 +45,,49,,,ec p,1.8|5,,,,,,,,,,,, +95,Rh,,5.02 min|10,3.01E2|6E0,ec ?+,100,,,-8375|5,-4779|5,5117|10,-20310|6,13504|5,3046|5,8525.37|4,94915898|4,-78341|4,1967 +45,,50,,,,,,,,,,,,,,,, +96,Rh,,9.90 min|10,5.94E2|6E0,ec ?+,100,,,-3504|11,-3187|10,6393|10,-17793|10,9418|11,3519|14,8534.67|10,95914452|11,-79688|10,1967 +45,,51,,,,,,,,,,,,,,,, +97,Rh,,30.7 min|6,1.84E3|3.6E1,ec ?+,100,,,-4790|40,-1420|40,3520|40,-14490|40,10980|40,3810|40,8559.9|4,96911330|40,-82600|40,1955 +45,,52,,,,,,,,,,,,,,,, +98,Rh,,8.72 min|12,5.23E2|7.2E0,ec ?+,100,,,-1854|13,-1442|13,5050|14,-13441|13,8650|40,4344|12,8560.80|12,97910708|13,-83175|12,1955 +45,,53,,,,,,,,,,,,,,,, +99,Rh,,16.1 d|2,1.39E6|1.73E4,ec ?+,100,,,-3399|8,-1985|8,2044|7,-12332|8,10477|14,4645|9,8580.16|7,98908125|7,-85581|7,1952 +45,,54,,,,,,,,,,,,,,,, +100,Rh,,20.8 h|1,7.49E4|3.6E2,ec ?+,100,,,-378|25#,-2194|19#,3636|18#,-11480|19#,8081|19#,5255|18#,8575.17|18#,99908114|19#,-85591|18#,1948 +45,,55,,,,,,,,,,,,,,,, +101,Rh,,3.3 y|3,1.04E8|9.47E6,ec,100,,,-1980|4#,-2613|7#,546|6#,-10271|19#,9893|19#,5474|6#,8588.22|6#,100906159|6#,-87412|6#,1948 +45,,56,,,,,,,,,,,,,,,, +102,Rh,,207.3 d|17,1.79E7|1.47E5,ec ?+,78|5,0.45 35,,1120|6#,-2776|7#,2323|6#,-9422|8#,7442|9#,6114|6#,8576.98|6#,101906834|7#,-86783|6#,1941 +45,,57,,,?-,22|5,,,,,,,,,,,, +103,Rh,,STABLE,,,,-0.08840 2,,-574.5|24#,-3128.8|25#,-764.5|23#,-8199.8|23#,9320|7#,6214.2|23#,8584.192|22#,102905494.1|25#,-88031.7|23#,1934 +45,,58,100 %,,,,,,,,,,,,,,, +104,Rh,,42.3 s|4,4.23E1|4E-1,?-,99.55|10,,,2435.8|27#,-3363.3|27#,1136|3#,-7573.5|24#,6998.96|8#,6981.1|23#,8568.949|22#,103906645.3|25#,-86959.3|23#,1939 +45,,59,,,ec ?+,0.45|10,,,,,,,,,,,, +105,Rh,,35.36 h|6,1.27E5|2.16E2,?-,100,4.452 10,,566.6|23#,-3932|24#,-1917|4#,-6527.4|24#,8963|3#,7044.5|28#,8572.704|24#,104905687.8|27#,-87851.2|25#,1945 +45,,60,,,,,,,,,,,,,,,, +106,Rh,,30.07 s|35,3.01E1|3.5E-1,?-,100,2.575 7,,3545|5#,-4215|10#,-39|8#,-6016|5#,6583|6#,7717|5#,8553.93|5#,105907286|6#,-86363|5#,1947 +45,,61,,,,,,,,,,,,,,,, +107,Rh,,21.7 min|4,1.3E3|2.4E1,?-,100,,,1509|12#,-4685|16#,-3001|15#,-5027|12#,8572|13#,7829|13#,8554.10|11#,106906748|13#,-86864|12#,1951 +45,,62,,,,,,,,,,,,,,,, +108,Rh,,16.8 s|5,1.68E1|5E-1,?-,100,,,4492|14#,-4953|29#,-1370|16#,-4730|14#,6239|18#,8458|16#,8532.67|13#,107908715|15#,-85032|14#,1955 +45,,63,,,,,,,,,,,,,,,, +109,Rh,,80 s|2,8E1|2E0,?-,100,,,2607|4#,-5130|40#,-4261|10#,-3547|4#,8039|15#,8627|10#,8528.14|4#,108908749|4#,-84999|4#,1972 +45,,64,,,,,,,,,,,,,,,, +110m1,Rh,,3.35 s|12,3.35E0|1.2E-1,?-,100,,,5502|18#,-5477|22#,-2756|20#,-3294|18#,5901|18#,9379|20#,8504.25|16#,109911080|19#,-82829|18#,1963 +45,,65,,,,,,,,,,,,,,,, +111,Rh,,11 s|1,1.1E1|1E0,?-,100,,,3681|7#,-5979|11#,-5519|12#,-2045|7#,7547|19#,9521|11#,8495.63|6#,110911643|7#,-82304|7#,1975 +45,,66,,,,,,,,,,,,,,,, +112,Rh,,3.6 s|3,3.6E0|3E-1,?-,100,,,6590|40#,-6230|40#,-4100|50#,-1820|40#,5500|40#,10240|50#,8468.9|4#,111914400|50#,-79730|40#,1972 +45,,67,,,,,,,,,,,,,,,, +113,Rh,,2.80 s|12,2.8E0|1.2E-1,?-,100,,,4824|10#,-6910|12#,-6900|40#,-517|10#,7110|40#,10426|12#,8456.82|6#,112915440|8#,-78768|7#,1971 +45,,68,,,,,,,,,,,,,,,, +114,Rh,,1.85 s|5,1.85E0|5E-2,?-,100,,,7780|70#,-7100|70#,-5490|70#,-190|70#,5010|70#,11130|80#,8426.6|6#,113918720|80#,-75710|70#,1988 +45,,69,,,,,,,,,,,,,,,, +115,Rh,,0.99 s|5,9.9E-1|5E-2,?-,100,,,6197|15#,-7630|13#,-8040|90#,1190|10#,6590|70#,11297|8#,8410.66|6#,114920311|8#,-74230|7#,1988 +45,,70,,,,,,,,,,,,,,,, +116,Rh,,0.68 s|6,6.8E-1|6E-2,?-,100,,,9100|70#,-7900|70#,-6670|70#,1620|80#,4580|70#,11840|120#,8377.6|6#,115924060|80#,-70740|70#,1970 +45,,71,,,,,,,,,,,,,,,, +117,Rh,,0.44 s|4,4.4E-1|4E-2,?-,100,,,7527|11#,-8511|9#,-9410|430#,2863|11#,6230|70#,12117|10#,8359.28|8#,116926036|10#,-68897|9#,1991 +45,,72,,,,,,,,,,,,,,,, +118,Rh,,266 ms|+22-21,2.66E-1|2.2E-2,?-,100,,,10501|24#,-8710|430#,-7630|200#,3466|25#,4061|26#,12690|430#,8322.86|20#,117930340|26#,-64887|24#,1994 +45,,73,,,?- n,3.1|14,,,,,,,,,,,, +119,Rh,,171 ms|18,1.71E-1|1.8E-2,?-,100,,,8585|12#,-8930|790#,-10260|300#,4495|10#,6007|26#,12850|200,8303.39|8#,118932557|10#,-62823|9#,1994 +45,,74,,,?- n,6.4|16,,,,,,,,,,,, +120,Rh,,136 ms|+14-13,1.36E-1|1.4E-2,?-,100,,,11470|200,-9780|360,-8800|450,4520|200,4060|200,13540|360,8268|2,119936860|210,-58810|200,1994 +45,,75,,,?- n,< 5.4,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +121,Rh,,151 ms|+67-58,1.51E-1|6.3E-2,?-,100,,,9930|620#,-10290|740,-11200|740#,5960|620#,5510|650,13530|740,8245|5#,120939610|660#,-56250|620#,1994 +45,,76,,,?- n,?,,,,,,,,,,,, +122,Rh,,> 300 ns,3E-7|5E15,?- 2n,?,,,12540|300,-10710|500,-9930|580,6030|300,3900|690,14320|500,8210|2,121944090|320,-52080|300,1997 +45,,77,,,?-,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +123,RH,,42 ms|4,4.2E-2|4E-3,?-,100,,,11070|880,-11410|640,-12280|640,7180|400,5350|500,14500|640,8186|3,122947010|430,-49360|400,2010 +45,,78,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +124,RH,,30 ms|2,3E-2|2E-3,?-,100,,,13500|500,-11800|640,-10930|720,7470|880,3600|560,15100|640,8149|3,123951810|430,-44890|400,2010 +45,,79,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +125,RH,,26.5 ms|20,2.65E-2|2E-3,?-,100,,,12120|640,-12640|710,,8320|580,5180|640,15330|780,8126|4,124954910|540,-42000|500,2010 +45,,80,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +126,RH,,19 ms|3,1.9E-2|3E-3,?-,100,,,14560|640,,,8750|640,3370|710,,8088|4,125959960|540,-37300|500,2010 +45,,81,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +127,Rh,,20 ms|+20-7,2E-2|1.4E-2,?-,100,,,13150|780,,,9760|720,4800|780,,8062|5,126963470|640,-34030|600, +45,,82,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +91,Pd,,,,ec ?+,100,,,,-2830|570#,12640|500,,14290|570#,1520|500#,8181|4#,90950690|430#,-45930|400#,1995 +46,,45,,,,,,,,,,,,,,,, +92,Pd,,1.0 s|+3-2,1E0|3E-1,ec ?+,100,,,-17450|580#,-2660|420#,8420|300#,,16720|500#,3300|420#,8273|3#,91941410|320#,-54580|300#,1994 +46,,46,,,,,,,,,,,,,,,, +93,Pd,,1.00 s|9,1E0|9E-2,ec ?+,100,,,-12730|500#,-3170|420#,10010|300#,-29940|580#,12490|420#,3290|300#,8319|3#,92936660|320#,-59000|300#,1994 +46,,47,,,ec p,?,,,,,,,,,,,, +94,Pd,,9.0 s|5,9E0|5E-1,ec ?+,100,,,-13690|400#,-3643|6,6805|5#,-27910|400#,15170|300#,4379|5,8391.68|5,93929036|5,-66102|4,1982 +46,,48,,,,,,,,,,,,,,,, +95,Pd,,5 s|3,5E0|3E0,ec ?+,100,,,-10370|300#,-4151|4,8375|5#,-25630|400#,11935|5,4347|5,8428.98|3,94924889|3,-69966|3,1980 +46,,49,,,,,,,,,,,,,,,, +96,Pd,,122 s|2,1.22E2|2E0,ec ?+,100,,,-11670|90,-4307|5,3504|11,-24660|300#,14289|5,5132|6,8490.02|4,95918214|5,-76183|4,1980 +46,,50,,,,,,,,,,,,,,,, +97,Pd,,3.10 min|9,1.86E2|5.4E0,ec ?+,100,,,-6980|110,-3014|5,4790|40,-21370|90,9694|6,5407|11,8502.43|5,96916472|5,-77806|5,1969 +46,,51,,,,,,,,,,,,,,,, +98,Pd,,17.7 min|3,1.06E3|1.8E1,ec ?+,100,,,-8250|30,-1162|6,1854|13,-18570|110,11586|7,6010|40,8533.90|5,97912698|5,-81321|5,1955 +46,,52,,,,,,,,,,,,,,,, +99,Pd,,21.4 min|2,1.28E3|1.2E1,ec ?+,100,,,-5470|8,-1150|11,3399|8,-17190|30,8933|7,6296|13,8537.93|5,98911773|5,-82183|5,1955 +46,,53,,,,,,,,,,,,,,,, +100,Pd,,3.63 d|9,3.14E5|7.78E3,ec,100,,,-7075|18#,-1557|18#,378|25#,-16572|19#,11101|18#,6920|19#,8563.57|18#,99908520|19#,-85213|18#,1948 +46,,54,,,,,,,,,,,,,,,, +101,Pd,,8.47 h|6,3.05E4|2.16E2,ec ?+,100,-0.66 2,,-4098|7#,-1736|5#,1980|7#,-15365|7#,8291|18#,7130|19#,8560.86|4#,100908285|5#,-85432|5#,1948 +46,,55,,,,,,,,,,,,,,,, +102,Pd,,STABLE,,,,,,-5656|8#,-2103|6#,-1120|6#,-14640|5#,10542|5#,7780|6#,8580.290|5#,101905632.1|6#,-87903.2|6#,1935 +46,,56,1.02 %|1,,,,,,,,,,,,,,, +103,Pd,,16.991 d|19,1.47E6|1.64E3,ec,100,,,-2654|4#,-2256.7|9#,574.5|25#,-13282|8#,7625.3|8#,7963|6#,8571.019|9#,102906110.8|10#,-87457.2|9#,1950 +46,,57,,,,,,,,,,,,,,,, +104,Pd,,STABLE,,,,,,-4279|4#,-2592.6|14#,-2435.8|27#,-12664|4#,10009.2|16#,8652.4|27#,8584.848|13#,103904030.4|14#,-89395.1|13#,1935 +46,,58,11.14 %|8,,,,,,,,,,,,,,, +105,Pd,,STABLE,,,,-0.642 3,+0.660 11,-1347|5#,-2884.7|12#,-566.6|27#,-11373|4#,7094.1|7#,8747.5|26#,8570.650|11#,104905079.5|12#,-88417.9|11#,1935 +46,,59,22.33 %|8,,,,,,,,,,,,,,, +106,Pd,,STABLE,,,,,,-2965.1|28#,-3226.0|12#,-3545|5#,-10908|5#,9560.96|28#,9345.3|24#,8579.992|10#,105903480.3|12#,-89907.5|11#,1935 +46,,60,27.33 %|3,,,,,,,,,,,,,,, +107,Pd,,6.5 x 106|y|3,2.05E14|9.47E12,?-,100,,,34.0|23#,-3530.4|13#,-1509|12#,-9501.6|29#,6536.4|5#,9299|5#,8560.894|11#,106905128.1|13#,-88372.6|12#,1958 +46,,61,,,,,,,,,,,,,,,, +108,Pd,,STABLE,,,,,,-1917.4|26#,-3853.4|27#,-4492|14#,-9188.8|26#,9222.9|16#,9949|12#,8567.023|10#,107903891.8|12#,-89524.2|11#,1935 +46,,62,26.46 %|9,,,,,,,,,,,,,,, +109,Pd,,13.7012 h|24,4.93E4|8.64E0,?-,100,,,1112.9|14#,-4096.9|27#,-2607|4#,-8071.0|26#,6153.59|15#,9864|14#,8544.882|10#,108905950.6|12#,-87606.5|11#,1937 +46,,63,,,,,,,,,,,,,,,, +110,Pd,,STABLE,,,,,,-873.6|14#,-4433|5#,-5502|18#,-7682.8|14#,8795.7|13#,10620|4#,8547.162|6#,109905172.9|7#,-88330.9|6#,1935 +46,,64,11.72 %|9,,,,,,,,,,,,,,, +111,Pd,,23.4 min|2,1.4E3|1.2E1,?-,100,,,2229.6|16#,-4548|9#,-3681|7#,-6599.9|14#,5726.3|4#,10446|18#,8521.749|7#,110907690.3|8#,-85985.9|7#,1937 +46,,65,,,,,,,,,,,,,,,, +112,Pd,,21.04 h|17,7.57E4|6.12E2,?-,100,,,262|7#,-5085|11#,-6590|40#,-6177|7#,8407|7#,11306|9#,8520.72|6#,111907330|7#,-86322|7#,1951 +46,,66,,,,,,,,,,,,,,,, +113,Pd,,93 s|5,9.3E1|5E0,?-,100,,,3436|18#,-5278|11#,-4824|10#,-5079|7#,5341|9#,11150|40#,8492.58|6#,112910261|7#,-83591|7#,1954 +46,,67,,,,,,,,,,,,,,,, +114,Pd,,2.42 min|6,1.45E2|3.6E0,?-,100,,,1440|8#,-5843|11#,-7780|70#,-4535|18#,7971|10#,12012|10#,8488.01|6#,113910369|7#,-83491|7#,1958 +46,,68,,,,,,,,,,,,,,,, +115,Pd,,25 s|2,2.5E1|2E0,?-,100,,,4556|22#,-6066|17#,-6197|15#,-3567|14#,5007|15#,12000|70#,8457.74|12#,114913659|15#,-80426|14#,1958 +46,,69,,,,,,,,,,,,,,,, +116,Pd,,11.8 s|4,1.18E1|4E-1,?-,100,,,2711|8#,-6626|12#,-9100|70#,-2920|20#,7477|15#,12891|10#,8449.28|6#,115914297|8#,-79832|7#,1970 +46,,70,,,,,,,,,,,,,,,, +117,Pd,,4.3 s|3,4.3E0|3E-1,?-,100,,,5758|15#,-6980|40#,-7527|11#,-1953|8#,4664|10#,12980|70#,8416.93|6#,116917955|8#,-76424|7#,1968 +46,,71,,,,,,,,,,,,,,,, +118,Pd,,1.9 s|1,1.9E0|1E-1,?-,100,,,4165|4#,-7592|4#,-10501|24#,-1278|14#,7036|8#,13780|9#,8405.222|21#,117919066.8|27#,-75388.7|25#,1969 +46,,72,,,,,,,,,,,,,,,, +119,Pd,,0.92 s|1,9.2E-1|1E-2,?-,100,,,7238|17#,-7640|90#,-8585|12#,75|9#,4090|9#,13809|26#,8368.96|7#,118923340|9#,-71408|8#,1991 +46,,73,,,,,,,,,,,,,,,, +120,Pd,,492 ms|33,4.92E-1|3.3E-2,?-,100,,,5371|5#,-8636|4#,-11470|200#,294|15#,6943|8#,14746|10#,8357.085|19#,119924551.3|25#,-70280.0|23#,1993 +46,,74,,,?- n,? 0.7,,,,,,,,,,,, +121,PD,,285 ms|24,2.85E-1|2.4E-2,?-,100,,,8220|13#,-9120|430#,-9930|620#,1398|6#,3974|4#,14660|200,8320.858|28#,120928950|4#,-66182|3#,1994 +46,,75,,,?- n,? 0.8,,,,,,,,,,,, +122,Pd,,175 ms|16,1.75E-1|1.6E-2,?-,100,,,6490|40#,-9780|200,-12540|300#,1715|23#,6505|20#,15650|620#,8305.97|16#,121930632|21#,-64616|20#,1994 +46,,76,,,?- n,? 2.5,,,,,,,,,,,, +123,Pd,,108 ms|2,1.08E-1|2E-3,?-,100,,,9120|790#,-10290|840,-11070|880#,2610|790#,3880|790#,15640|840,8270|6#,122935130|850#,-60430|790#,1994 +46,,77,,,?- n,?,,,,,,,,,,,, +124,PD,,38 ms|+38-19,3.8E-2|2.9E-2,?-,100,,,7810|390,-10800|500,-13500|500,3090|300,6030|840,16320|500,8252|2,123937320|320,-58390|300,1997 +46,,78,,,?- n,?,,,,,,,,,,,, +125,PD,,57 ms|10,5.7E-2|1E-2,?-,100,,,10400|590,-11500|570,-12120|640,4010|470,3800|500,16520|560,8216|3,124941900|430,-54120|400,2008 +46,,79,,,?- n,?,,,,,,,,,,,, +126,PD,,48.6 ms|12,4.86E-2|1.2E-3,?-,?,,,8820|450,-12130|640,-14560|640,4590|590,5810|560,17150|640,8197|3,125944330|430,-51860|400,2008 +46,,80,,,?- n,?,,,,,,,,,,,, +127,PD,,38 ms|2,3.8E-2|2E-3,?-,100,,,11260|540,-12520|710,-13150|780,5430|540,3390|640,17170|710,8159|4,126949350|540,-47180|500,2010 +46,,81,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +128,PD,,35 ms|3,3.5E-2|3E-3,?-,100,,,10130|580,-12950|780,,5880|540,5380|710,17750|780,8138|4,127952240|540,-44490|500,2010 +46,,82,,,?- n,?,,,,,,,,,,,, +129,Pd,,31 ms|7,3.1E-2|7E-3,?-,100,,,14370|720,,,8940|670,1190|780,,8084|5,128959620|640,-37610|600, +46,,83,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +93,Ag,,,,p,?,,,,-2830|540#,12730|500,,17210|640#,-1020|500#,8173|4#,92950330|430#,-46270|400#,1994 +47,,46,,,ec p,?,,,,,,,,,,,, +,,,,,ec ?+,?,,,,,,,,,,,, +94,Ag,,26 ms|+26-9,2.6E-2|1.8E-2,ec ?+,100,,,-12270|640#,-3130|500#,13690|400#,,14210|570#,700|500#,8238|4#,93943740|430#,-52410|400#,1994 +47,,47,,,ec p,?,,,,,,,,,,,, +95,Ag,,1.75 s|12,1.75E0|1.2E-1,ec ?+,100,,,-12970|500#,-3450|420#,10370|300#,-27530|580#,15260|500#,780|300#,8312|3#,94936020|320#,-59600|300#,1994 +47,,48,,,ec p,?,,,,,,,,,,,, +96,Ag,,4.40 s|6,4.4E0|6E-2,ec ?+,100,,,-8940|410#,-3940|90,11670|90#,-25950|410#,12990|310#,1830|90,8360.3|9,95930740|100,-64510|90,1982 +47,,49,,,ec p,8.5|15,,,,,,,,,,,, +97,Ag,,25.5 s|3,2.55E1|3E-1,ec,100,,,-10370|320#,-4240|110,6980|110#,-23320|410#,14390|140,1930|110,8422.4|11,96923970|120,-70830|110,1978 +47,,50,,,,,,,,,,,,,,,, +98,Ag,,47.5 s|3,4.75E1|3E-1,ec ?+,100,,,-5430|40,-2580|30,8250|30,-20680|300#,10310|110,2550|30,8441.7|3,97921560|40,-73070|30,1978 +47,,51,,,ec p,0.0011|5,,,,,,,,,,,, +99,Ag,,124 s|3,1.24E2|3E0,ec ?+,100,,,-6781|6,-797|7,5470|8,-17150|50,11720|30,2680|8,8474.77|6,98917646|7,-76712|6,1967 +47,,52,,,,,,,,,,,,,,,, +100,Ag,,2.01 min|9,1.21E2|5.4E0,ec ?+,100,,,-3943|5#,-875|11#,7075|18#,-16278|5#,9497|8#,3244|7#,8484.99|5#,99916115|5#,-78138|5#,1970 +47,,53,,,,,,,,,,,,,,,, +101,Ag,,11.1 min|3,6.66E2|1.8E1,ec ?+,100,5.627 11,,-5498|5#,-1160|40#,4098|7#,-15211|5#,11268|7#,3411|18#,8512.55|5#,100912684|5#,-81334|5#,1966 +47,,54,,,,,,,,,,,,,,,, +102,Ag,,12.9 min|3,7.74E2|1.8E1,ec ?+,100,+4.6 7,,-2587|8#,-1496|14#,5656|8#,-14482|8#,8984|9#,4104|9#,8517.16|8#,101911705|9#,-82247|8#,1960 +47,,55,,,,,,,,,,,,,,,, +103,Ag,,65.7 min|7,3.94E3|4.2E1,ec ?+,100,+4.47 5,,-4151|4#,-1646|8#,2654|4#,-13214|4#,10627|9#,4188|4#,8537.65|4#,102908961|4#,-84803|4#,1954 +47,,56,,,,,,,,,,,,,,,, +104,Ag,,69.2 min|10,4.15E3|6E1,ec ?+,100,+3.919 3,,-1148|5#,-1950|19#,4279|4#,-12536|5#,8385|6#,4948|4#,8536.18|4#,103908624|5#,-85116|4#,1955 +47,,57,,,,,,,,,,,,,,,, +105,Ag,,41.29 d|7,3.57E6|6.05E3,ec ?+,100,0.1014 10,,-2737|4#,-2083|7#,1347|5#,-11174|5#,10026|6#,4965|5#,8550.37|4#,104906526|5#,-87071|5#,1939 +47,,58,,,,,,,,,,,,,,,, +106,Ag,,23.96 min|4,1.44E3|2.4E0,ec ?+,99.5|5,+2.85 20,,189.8|28#,-2584|7#,2965|3#,-10680|3#,7943|5#,5813.5|28#,8544.639|28#,105906664|3#,-86942|3#,1937 +47,,59,,,?-,< 1,,,,,,,,,,,, +107,Ag,,STABLE,,,,-0.113570 20,,-1416.4|26#,-2800|3#,-34.0|27#,-9345.8|23#,9536|4#,5788.1|23#,8553.900|22#,106905091.5|26#,-88406.7|24#,1924 +47,,60,51.839 %|8,,,,,,,,,,,,,,, +108,Ag,,2.382 min|11,1.43E2|6.6E-1,?-,97.15|20,2.6884 7,,1645.7|26#,-3072|3#,1917.4|26#,-8687.8|26#,7271.41|17#,6523.1|23#,8542.025|22#,107905950.3|26#,-87606.8|24#,1937 +47,,61,,,ec ?+,2.85|20,,,,,,,,,,,, +109,Ag,,STABLE,,,,-0.130563 23,,-215.1|18#,-3293.1|28#,-1112.9|17#,-7538.3|15#,9184.0|27#,6484.2|14#,8547.915|12#,108904755.8|14#,-88719.4|13#,1924 +47,,62,48.161 %|8,,,,,,,,,,,,,,, +110,Ag,,24.56 s|11,2.46E1|1.1E-1,?-,99.70|6,,,2890.7|13#,-3520|6#,873.6|14#,-7024.3|18#,6809.19|10#,7139.8|14#,8532.108|12#,109906110.7|14#,-87457.3|13#,1937 +47,,63,,,ec,0.30|6,,,,,,,,,,,, +111,Ag,,7.45 d|1,6.44E5|8.64E2,?-,100,-0.146 2,,1036.8|14#,-3777|12#,-2229.6|16#,-5938.8|14#,8829.5|19#,7173.5|15#,8534.787|13#,110905296.8|16#,-88215.4|15#,1937 +47,,64,,,,,,,,,,,,,,,, +112,Ag,,3.130 h|8,1.13E4|2.88E1,?-,100,,,3991.1|24#,-3977|14#,-262|7#,-5402.8|24#,6439.6|28#,7886.8|25#,8516.080|22#,111907048.5|26#,-86583.7|24#,1938 +47,,65,,,,,,,,,,,,,,,, +113,Ag,,5.37 h|5,1.93E4|1.8E2,?-,100,0.159 2,,2016|17#,-4452|17#,-3436|18#,-4523|17#,8514|17#,7994|18#,8516.06|15#,112906573|18#,-87027|17#,1949 +47,,66,,,,,,,,,,,,,,,, +114,Ag,,4.6 s|1,4.6E0|1E-1,?-,100,,,5084|5#,-4527|18#,-1440|8#,-3959|5#,5975|17#,8629|8#,8493.78|4#,113908823|5#,-84931|5#,1958 +47,,67,,,,,,,,,,,,,,,, +115,Ag,,20.0 min|5,1.2E3|3E1,?-,100,,,3102|18#,-5103|20#,-4556|23#,-3039|18#,8123|19#,8781|20#,8490.55|16#,114908767|20#,-84983|18#,1949 +47,,68,,,,,,,,,,,,,,,, +116,Ag,,230 s|5,2.3E2|5E0,?-,100,,,6170|3#,-5240|40#,-2711|8#,-2529|3#,5631|19#,9405|14#,8465.907|28#,115911387|3#,-82543|3#,1958 +47,,69,,,,,,,,,,,,,,,, +117,Ag,,72.8 s|+20-7,7.28E1|1.4E0,?-,? 100,,,4236|14#,-5839|15#,-5758|15#,-1541|14#,7711|14#,9639|15#,8459.45|12#,116911774|15#,-82182|14#,1958 +47,,70,,,,,,,,,,,,,,,, +118,Ag,,3.76 s|15,3.76E0|1.5E-1,?-,100,,,7148|20#,-6270|70#,-4165|4#,-1206.7|27#,5443|14#,10418|8#,8433.889|21#,117914595.5|27#,-79553.8|25#,1967 +47,,71,,,,,,,,,,,,,,,, +119m1,Ag,,2.1 s|1,2.1E0|1E-1,?-,100,,,5330|40#,-6841|16#,-7238|17#,-15|25#,7163|15#,10546|15#,8423.21|12#,118915570|16#,-78646|15#,1975 +47,,72,,,,,,,,,,,,,,,, +120,Ag,,1.23 s|4,1.23E0|4E-2,?-,100,,,8306|6#,-7340|70#,-5371|5#,250|40#,5077|15#,11533|9#,8395.33|4#,119918785|5#,-75652|4#,1971 +47,,73,,,?- n,< 0.003,,,,,,,,,,,, +121,Ag,,0.78 s|2,7.8E-1|2E-2,?-,100,,,6671|12#,-7930|15#,-8220|13#,1483|13#,6823|13#,11412|12#,8382.33|10#,120920125|13#,-74403|12#,1982 +47,,74,,,?- n,0.080|13,,,,,,,,,,,, +122,Ag,,0.529 s|13,5.29E-1|1.3E-2,?-,99.8,,,9510|40#,-8640|50#,-6490|40#,1900|40#,4770|40#,12210|40#,8352.8|3#,121923660|40#,-71110|40#,1978 +47,,75,,,?- n,0.186|10,,,,,,,,,,,, +123,Ag,,0.300 s|5,3E-1|5E-3,?-,100,,,7870|30#,-9150|30#,-9120|790#,2990|30#,6510|50#,12220|40#,8337.80|25#,122925340|30#,-69550|30#,1976 +47,,76,,,?- n,0.55|7,,,,,,,,,,,, +124,Ag,,191 ms|28,1.91E-1|2.8E-2,?-,100,,,10500|250#,-9810|320,-7810|390#,3140|250#,4720|250#,13060|830#,8308.7|20#,123928930|270#,-66200|250#,1984 +47,,77,,,?- n,1.3|9,,,,,,,,,,,, +125,Ag,,159 ms|8,1.59E-1|8E-3,?-,100,,,8830|430#,-10690|760#,-10400|590#,4110|430#,6390|500#,13420|530,8293|3#,124930730|460#,-64520|430#,1994 +47,,78,,,?- n,?,,,,,,,,,,,, +126,Ag,,52 ms|10,5.2E-2|1E-2,?-,100,,,11580|200,-11020|360,-8820|450,4600|200,4230|480,13850|450,8261|2,125934860|210,-60680|200,1994 +47,,79,,,?- n,?,,,,,,,,,,,, +127,Ag,,109 ms|25,1.09E-1|2.5E-2,?-,100,,,10310|200,-11500|450,-11260|540,5740|200,5830|280,13870|450,8242|2,126937260|210,-58440|200,1995 +47,,80,,,,,,,,,,,,,,,, +128,Ag,,58 ms|5,5.8E-2|5E-3,?-,100,,,12620|300,-12150|500,-10130|580,6060|300,4250|360,14730|580,8211|2,127941360|320,-54620|300,2000 +47,,81,,,?- n,?,,,,,,,,,,,, +129,Ag,,46 ms|+5-9,4.6E-2|7E-3,?-,100,,,11080|400,-12400|640,-14370|720,7190|400,5430|500,14780|640,8189|3,128944200|430,-51980|400,2000 +47,,82,,,?- n,> 0,,,,,,,,,,,, +130,Ag,,42 ms|5,4.2E-2|5E-3,?-,100,,,15420|500,-10820|710,,9290|500,1790|640,15380|780,8140|4,129950940|540,-45700|500,2000 +47,,83,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +131,Ag,,35 ms|8,3.5E-2|8E-3,?-,100,,,14840|510,-8770|780,,12670|500,2750|710,,8099|4,130956650|540,-40380|500, +47,,84,,,?- n,?,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +132,Ag,,28 ms|+15-12,2.8E-2|1.4E-2,?-,100,,,16470|540,,,13360|510,1480|710,,8049|4,131963720|540,-33790|500, +47,,85,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +96,CD,,1.03 s|+24-21,1.03E0|2.3E-1,ec ?+,100,,,-17680|640#,-3420|500#,8940|410#,,17010|570#,3260|500#,8259|4#,95940340|430#,-55570|400#,2008 +48,,48,,,,,,,,,,,,,,,, +97,Cd,,2.8 s|6,2.8E0|6E-1,ec,100,,,-13260|500#,-3880|420#,10370|320#,-30630|580#,12950|500#,3230|310#,8307|3#,96935100|320#,-60450|300#,1978 +48,,49,,,ec p,?,,,,,,,,,,,, +98,Cd,,9.2 s|3,9.2E0|3E-1,ec ?+,100,,,-13740|300#,-3960|50,5430|60#,-28520|400#,15250|300#,4100|120,8378.3|5,97927390|60,-67640|50,1978 +48,,50,,,ec p,< 0.025,,,,,,,,,,,, +99,Cd,,16 s|3,1.6E1|3E0,ec ?+,100,,,-8550|300#,-2390|3,6781|6#,-24110|300#,10370|50,4150|30,8398.373|16,98924925.8|17,-69931.1|16,1978 +48,,51,,,?+ p,0.17|+11-5,,,,,,,,,,,, +,,,,,?+ ?,< 1 x 10-4,,,,,,,,,,,, +100,Cd,,49.1 s|5,4.91E1|5E-1,ec ?+,100,,,-9880|180#,-436|5#,3943|5#,-20890|300,12334.8|23#,4771|6#,8437.737|17#,99920348.8|18#,-74194.6|17#,1970 +48,,52,,,,,,,,,,,,,,,, +101,Cd,,1.36 min|5,8.16E1|3E0,ec ?+,100,,,-7220|200,-456|5#,5498|5,-19590|180#,9713.2|22#,4987|5#,8450.365|15#,100918586.2|16#,-75836.5|15#,1969 +48,,53,,,,,,,,,,,,,,,, +102,Cd,,5.5 min|5,3.3E2|3E1,ec ?+,100,,,-8965|5#,-764|5#,2587|8#,-19120|200,11894.5|22#,5614|5#,8484.131|16#,101914481.8|18#,-79659.7|17#,1969 +48,,54,,,,,,,,,,,,,,,, +103,Cd,,7.3 min|1,4.38E2|6E0,ec ?+,100,-0.81 3,-0.8 7,-6019|10#,-894|5#,4151|4#,-18028|5#,9063.2|25#,5694|8#,8489.754|18#,102913416.9|19#,-80651.6|18#,1960 +48,,55,,,,,,,,,,,,,,,, +104,Cd,,57.7 min|10,3.46E3|6E1,ec ?+,100,,,-7786|6#,-1181|18#,1148|5#,-17407|10#,11388.1|25#,6455|4#,8517.622|16#,103909856.2|18#,-83968.4|17#,1955 +48,,56,,,,,,,,,,,,,,,, +105,Cd,,55.5 min|4,3.33E3|2.4E1,ec ?+,100,-0.7393 2,+0.43 4,-4693|10#,-1327|5#,2737|5#,-16222|6#,8436.8|22#,6506|4#,8516.852|13#,104909463.9|15#,-84333.8|14#,1950 +48,,57,,,,,,,,,,,,,,,, +106,Cd,,STABLE,,2?+,,,,-6524|12#,-1653.9|12#,-190|3#,-15563|10#,10869.6|18#,7350|5#,8539.048|10#,105906459.8|12#,-87132.1|11#,1935 +48,,58,1.25 %|6,,2?+,,,,,,,,,,,,, +107,Cd,,6.50 h|2,2.34E4|7.2E1,ec ?+,100,-0.6150554 11,+0.68 7,-3426|11#,-1958.0|19#,1416.4|29#,-14453|12#,7929.4|19#,7337|3#,8533.351|16#,106906612.1|18#,-86990.3|17#,1946 +48,,59,,,,,,,,,,,,,,,, +108,Cd,,STABLE,,,,,,-5133|9#,-2282.2|17#,-1645.7|26#,-13759|11#,10333.5|20#,8134.7|26#,8550.019|10#,107904183.6|12#,-89252.4|11#,1935 +48,,60,0.89 %|3,,,,,,,,,,,,,,, +109,Cd,,461.4 d|12,3.99E7|1.04E5,ec,100,-0.8278461 15,+0.69 7,-2015|4#,-2511.3|19#,215.1|20#,-12456|9#,7323.2|18#,8186.5|28#,8538.764|14#,108904986.7|16#,-88504.3|15#,1950 +48,,61,,,,,,,,,,,,,,,, +110,Cd,,STABLE,,,,,,-3878|12#,-2865.4|12#,-2890.7|13#,-11930|4#,9915.0|16#,8917.5|13#,8551.275|3#,109903007.5|4#,-90348.0|4#,1925 +48,,62,12.49 %|18,,,,,,,,,,,,,,, +111,Cd,,STABLE,,,,-0.5948861 9,,-860|3#,-3304.5|12#,-1036.8|15#,-10854|12#,6975.60|17#,9083.9|13#,8537.079|3#,110904183.8|4#,-89252.2|4#,1925 +48,,63,12.80 %|12,,,,,,,,,,,,,,, +112,Cd,,STABLE,,,,,,-2585|4#,-3475.6|11#,-3991.1|24#,-10254|3#,9393.93|28#,9648.4|14#,8544.730|2#,111902763.88|27#,-90574.86|25#,1925 +48,,64,24.13 %|21,,,,,,,,,,,,,,, +113,Cd,,8.04 x 1015|y|5,2.54E23|1.58E21,?-,100,-0.6223009 9,,323.83|26#,-3861.7|11#,-2016|17#,-9124|4#,6539.74|22#,9748.5|24#,8526.987|2#,112904408.10|26#,-89043.28|24#,1925 +48,,65,12.22 %|12,,,,,,,,,,,,,,, +114,Cd,,STABLE,,2?-,100,,,-1445.1|4#,-4108.9|6#,-5084|5#,-8719.1|3#,9042.97|14#,10277|17#,8531.513|2#,113903365.0|3#,-90014.93|28#,1925 +48,,66,28.73 %|42,,2?-,100,,,,,,,,,,,, +115,Cd,,53.46 h|5,1.92E5|1.8E2,?-,100,-0.6484259 12,,1451.9|7#,-4523.5|9#,-3102|18#,-7586.0|7#,6140.9|6#,10443|5#,8510.724|6#,114905437.4|7#,-88084.5|7#,1939 +48,,67,,,,,,,,,,,,,,,, +116,Cd,,3.3 x 1019|y|4,1.04E27|1.26E26,2?-,?,,,-462.73|27#,-4816|7#,-6170|3#,-7247.45|16#,8699.3|7#,11019|18#,8512.350|1#,115904763.23|17#,-88712.48|16#,1925 +48,,68,7.49 %|18,,,,,,,,,,,,,,, +117,Cd,,2.49 h|4,8.96E3|1.44E2,?-,100,,,2525|5#,-5252|7#,-4236|14#,-6240.0|10#,5777.2|10#,11165|3#,8488.973|9#,116907226.0|11#,-86418.4|10#,1939 +48,,69,,,,,,,,,,,,,,,, +118,Cd,,50.3 min|2,3.02E3|1.2E1,?-,100,,,527|21#,-5636|21#,-7148|20#,-5830|21#,8355|20#,11809|24#,8487.83|17#,117906922|21#,-86702|20#,1961 +48,,70,,,,,,,,,,,,,,,, +119,Cd,,2.69 min|2,1.61E2|1.2E0,?-,100,,,3720|40#,-5980|40#,-5330|40#,-4820|40#,5350|40#,11710|40#,8461.4|3#,118909850|40#,-83980|40#,1961 +48,,71,,,,,,,,,,,,,,,, +120,Cd,,50.80 s|21,5.08E1|2.1E-1,?-,100,,,1770|40#,-6551|8#,-8306|6#,-4329|8#,8050|40#,12601|15#,8458.02|3#,119909868|4#,-83957|4#,1973 +48,,72,,,,,,,,,,,,,,,, +121,Cd,,13.5 s|3,1.35E1|3E-1,?-,100,,,4762|27#,-7074|8#,-6671|12#,-3420|40#,5188|4#,12711|5#,8430.996|16#,120912963.7|21#,-81073.8|19#,1965 +48,,73,,,,,,,,,,,,,,,, +122,Cd,,5.24 s|3,5.24E0|3E-2,?-,100,,,2960|50#,-7649|3#,-9510|40#,-2848|28#,7610|3#,13499|12#,8424.266|19#,121913459.1|25#,-80612.4|23#,1973 +48,,74,,,,,,,,,,,,,,,, +123,Cd,,2.10 s|2,2.1E0|2E-2,?-,100,,,6016|20#,-8431|9#,-7870|30#,-1910|50#,4873|4#,13600|40#,8395.395|22#,122916892.5|29#,-77414.2|27#,1983 +48,,75,,,,,,,,,,,,,,,, +124,Cd,,1.25 s|2,1.25E0|2E-2,?-,100,,,4170|30#,-8847|4#,-10500|250#,-1343|20#,7359|4#,14440|30#,8387.035|24#,123917657|3#,-76702|3#,1974 +48,,76,,,,,,,,,,,,,,,, +125,Cd,,0.68 s|4,6.8E-1|4E-2,?-,100,,,7129|27#,-9591|4#,-8830|430#,-550|30#,4718|4#,14440|250#,8357.681|23#,124921258|3#,-73348.1|29#,1986 +48,,77,,,,,,,,,,,,,,,, +126,Cd,,0.515 s|17,5.15E-1|1.7E-2,?-,100,,,5516|27#,-10066|20#,-11580|200#,149|27#,6980|4#,15030|430#,8346.747|20#,125922429.1|27#,-72256.8|25#,1978 +48,,78,,,,,,,,,,,,,,,, +127,Cd,,0.37 s|7,3.7E-1|7E-2,?-,100,,,8149|24#,-10740|790#,-10310|200#,950|30#,4562|12#,15360|200,8316.94|9#,126926197|13#,-68747|12#,1986 +48,,79,,,,,,,,,,,,,,,, +128,Cd,,0.28 s|4,2.8E-1|4E-2,?-,100,,,6900|150#,-11280|300,-12620|300#,1583|22#,6566|14#,16090|200,8303.26|6#,127927813|8#,-67242|7#,1986 +48,,80,,,,,,,,,,,,,,,, +129,Cd,,154 ms|2,1.54E-1|2E-3,?-,100,-0.7063 5,+0.570 26,9780|17#,-11360|400,-11080|400#,3020|150#,3887|18#,15730|300,8269.03|13#,128932304|18#,-63058|17#,1986 +48,,81,,,?- n,> 0,,,,,,,,,,,, +130,Cd,,162 ms|7,1.62E-1|7E-3,?-,100,,,8770|40#,-11680|400,-15420|500#,3649|23#,6131|28#,16430|400,8252.59|17#,129934388|24#,-61118|22#,1986 +48,,82,,,?- n,3.5|10,,,,,,,,,,,, +131,Cd,,68 ms|3,6.8E-2|3E-3,?-,100,,,12810|100#,-10460|510,-14840|510#,6590|110#,2170|100#,16810|510,8206.2|8#,130940720|110#,-55220|100#,2000 +48,,83,,,?- n,3.5|10,,,,,,,,,,,, +132,Cd,,97 ms|10,9.7E-2|1E-2,?-,100,,,12150|200,-8200|540,-16470|540,9690|200,3120|220,17170|540,8168|1,131946040|210,-50260|200,2000 +48,,84,,,?- n,60|15,,,,,,,,,,,, +133,CD,,57 ms|10,5.7E-2|1E-2,?-,100,,,13540|360,-8730|670,,10420|300,1730|360,17420|580,8119|2,132952850|320,-43920|300,2010 +48,,85,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +134,Cd,,65 ms|15,6.5E-2|1.5E-2,?-,100,,,12740|500,,,10470|440,3070|500,,8082|3,133958220|430,-38920|400, +48,,86,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +98,In,,32 ms|+32-11,3.2E-2|2.2E-2,ec ?+,?,,,,-3910|500#,13740|300,,14780|500#,730|420#,8230|3#,97942140|320#,-53900|300#,1994 +49,,49,,,,,,,,,,,,,,,, +99,In,,3.0 s|8,3E0|8E-1,ec ?+,?,,,-13430|580#,-4200|420#,8560|300#,,15550|420#,1030|300#,8304|3#,98934110|320#,-61380|300#,1994 +49,,50,,,,,,,,,,,,,,,, +100,In,,5.8 s|2,5.8E0|2E-1,ec ?+,100,,,-7030|240#,-2230|200#,9880|180#,-24440|530,11010|350,1670|180#,8331.1|18#,99930960|200#,-64310|180#,1982 +49,,51,,,ec p,1.7|4,,,,,,,,,,,, +101,In,,15.1 s|3,1.51E1|3E-1,ec ?+,? 100,,,-8310|360,-210|220,7220|200,-19400|360,12370|270,1710|200,8371|2,100926340|210,-68610|200,1988 +49,,52,,,?+ p,?,,,,,,,,,,,, +102,In,,23.3 s|1,2.33E1|1E-1,ec ?+,100,,,-5760|100#,-50|30#,8965|5#,-18460|300#,10150|200,2147|5#,8388.57|4#,101924106|5#,-70695|5#,1981 +49,,53,,,?+ p,9.3 x 10-03|13,,,,,,,,,,,, +103,In,,65 s|7,6.5E1|7E0,ec ?+,100,,,-7660|70#,-345|11#,6019|10#,-17770|100#,12009|11#,2262|10#,8423.72|9#,102919879|10#,-74633|10#,1978 +49,,54,,,,,,,,,,,,,,,, +104,In,,1.80 min|3,1.08E2|1.8E0,ec ?+,100,+4.44 2,+0.66 11,-4556|8#,-470|8#,7786|6#,-17280|70#,9621|11#,2820|6#,8435.24|6#,103918215|6#,-76183|6#,1977 +49,,55,,,,,,,,,,,,,,,, +105,In,,5.07 min|7,3.04E2|4.2E0,ec ?+,100,+5.675 5,+0.83 5,-6303|11#,-731|11#,4693|10#,-16085|12#,11529|12#,2961|10#,8464.70|10#,104914502|11#,-79641|10#,1975 +49,,56,,,,,,,,,,,,,,,, +106,In,,6.2 min|1,3.72E2|6E0,ec ?+,100,4.916 6,+0.97 6,-3254|13#,-786|15#,6524|12#,-15341|13#,9039|16#,3563|12#,8470.12|11#,105913464|13#,-80608|12#,1962 +49,,57,,,,,,,,,,,,,,,, +107,In,,32.4 min|3,1.94E3|1.8E1,ec ?+,100,+5.585 8,+0.807 52,-5052|12#,-1186|12#,3426|11#,-14282|12#,11027|17#,3721|11#,8494.02|10#,106910290|12#,-83564|11#,1949 +49,,58,,,,,,,,,,,,,,,, +108,In,,58.0 min|12,3.48E3|7.2E1,ec ?+,100,,,-2050|10#,-1428|10#,5133|9#,-13679|10#,8627|14#,4419|9#,8495.25|8#,107909694|9#,-84120|9#,1949 +49,,59,,,,,,,,,,,,,,,, +109,In,,4.167 h|18,1.5E4|6.48E1,ec ?+,100,+5.538 4,+0.841 27,-3859|9#,-1844|6#,2015|4#,-12491|7#,10441|9#,4526|4#,8513.10|4#,108907150|4#,-86490|4#,1948 +49,,60,,,,,,,,,,,,,,,, +110,In,,4.92 h|8,1.77E4|2.88E2,ec ?+,100,4.713 8,+1.000 22,-628|18#,-1952|12#,3878|11#,-11911|14#,8052|12#,5255|12#,8508.91|10#,109907171|12#,-86470|12#,1939 +49,,61,,,,,,,,,,,,,,,, +111,In,,2.8047 d|4,2.42E5|3.46E1,ec,100,+5.503 7,+0.804 22,-2453|6#,-2410|4#,860|3#,-10621|14#,9993|12#,5333|3#,8522.28|3#,110905107|4#,-88392|3#,1947 +49,,62,,,,,,,,,,,,,,,, +112,In,,14.88 min|15,8.93E2|9E0,ec ?+,57.4|48,+2.82 3,+0.087 5,665|4#,-2808|5#,2585|4#,-10123|7#,7669|5#,6027|4#,8514.67|4#,111905539|5#,-87990|4#,1947 +49,,63,,,?-,42.6|48,,,,,,,,,,,, +113,In,,STABLE,,,,,+0.799,-1039.0|16#,-3072.6|13#,-323.8|3#,-8783.38|28#,9448|4#,6081.23|24#,8522.929|2#,112904060.45|20#,-89367.12|19#,1934 +49,,64,4.29 %|5,,,,,,,,,,,,,,, +114,In,,71.9 s|1,7.19E1|1E-1,?-,99.50|15,+2.817 11,,1989.9|3#,-3537.4|13#,1445.1|4#,-8313.0|16#,7274.00|25#,6815.5|4#,8511.973|3#,113904916.4|3#,-88569.8|3#,1937 +49,,65,,,ec ?+,0.50|15,,,,,,,,,,,, +115,In,,4.41 x 1014|y|25,1.39E22|7.89E20,?-,100,+5.5408 2,+0.86 4,497.489|10#,-3745.8|15#,-1451.9|7#,-7047.94|3#,9037.9|3#,6810.38|28#,8516.546|0#,114903878.773|12#,-89536.346|12#,1924 +49,,66,95.71 %|5,,,,,,,,,,,,,,, +116,In,,14.10 s|3,1.41E1|3E-2,?-,99.977|6,2.7876 6,0.11 1,3276.22|24#,-4090.9|24#,462.73|27#,-6287.23|22#,6784.72|22#,7454.2|7#,8501.617|2#,115905259.99|24#,-88249.75|22#,1937 +49,,67,,,ec,0.023|6,,,,,,,,,,,, +117,In,,43.2 min|3,2.59E3|1.8E1,?-,100,+5.519 4,+0.829 10,1455|5#,-4341|17#,-2525|5#,-5488|5#,8765|5#,7520|5#,8503.86|4#,116904516|5#,-88943|5#,1937 +49,,68,,,,,,,,,,,,,,,, +118,In,,5.0 s|5,5E0|5E-1,?-,100,,,4425|8#,-4722|9#,-527|21#,-4902|8#,6356|6#,8099|8#,8485.67|7#,117906357|8#,-87228|8#,1949 +49,,69,,,,,,,,,,,,,,,, +119,In,,2.4 min|1,1.44E2|6E0,?-,100,+5.515 10,+0.854 7,2366|7#,-5142|20#,-3720|40#,-4118|7#,8542|8#,8287|21#,8486.14|6#,118905851|8#,-87699|7#,1949 +49,,70,,,,,,,,,,,,,,,, +120,In,,3.08 s|8,3.08E0|8E-2,?-,100,,,5370|40#,-5610|40#,-1770|40#,-3730|40#,6100|40#,9040|50#,8466.3|3#,119907970|40#,-85730|40#,1958 +49,,71,,,,,,,,,,,,,,,, +121,In,,23.1 s|6,2.31E1|6E-1,?-,100,+5.502 5,+0.814 11,3361|27#,-6080|30#,-4762|27#,-2809|27#,8180|50#,9168|28#,8463.89|23#,120907851|29#,-85836|27#,1960 +49,,72,,,,,,,,,,,,,,,, +122,In,,1.5 s|3,1.5E0|3E-1,?-,100,,,6370|50#,-6440|50#,-2960|50#,-2450|50#,5810|60#,9790|50#,8442.1|4#,121910280|50#,-83570|50#,1963 +49,,73,,,,,,,,,,,,,,,, +123,In,,6.17 s|5,6.17E0|5E-2,?-,100,+5.491 7,+0.757 9,4386|20#,-7209|25#,-6016|20#,-1560|20#,7930|50#,10107|20#,8437.95|16#,122910434|21#,-83430|20#,1960 +49,,74,,,,,,,,,,,,,,,, +124,In,,3.12 s|9,3.12E0|9E-2,?-,100,+4.043 11,+0.614 68,7360|30#,-7640|30#,-4170|30#,-1130|30#,5510|40#,10740|30#,8414.34|25#,123913180|30#,-80870|30#,1964 +49,,75,,,,,,,,,,,,,,,, +125,In,,2.36 s|4,2.36E0|4E-2,?-,100,+5.502 9,+0.71 4,5420|27#,-8500|30#,-7129|27#,-314|27#,7680|40#,11064|27#,8408.45|22#,124913605|29#,-80477|27#,1967 +49,,76,,,,,,,,,,,,,,,, +126,In,,1.53 s|1,1.53E0|1E-2,?-,100,+4.034 11,+0.49 5,8242|27#,-9090|50#,-5516|27#,52|27#,5370|40#,11714|27#,8384.32|21#,125916507|29#,-77773|27#,1974 +49,,77,,,,,,,,,,,,,,,, +127,In,,1.09 s|1,1.09E0|1E-2,?-,100,,,6575|19#,-9770|40#,-8149|24#,1048|24#,7190|30#,11928|21#,8374.95|17#,126917449|23#,-76896|21#,1975 +49,,78,,,?- n,? 0.03,,,,,,,,,,,, +128,In,,0.84 s|6,8.4E-1|6E-2,?-,100,,,9220|150#,-10370|290#,-6900|150#,1250|150#,5320|150#,12690|150#,8351.1|12#,127920400|160#,-74150|150#,1975 +49,,79,,,?- n,< 0.046,,,,,,,,,,,, +129,In,,611 ms|5,6.11E-1|5E-3,?-,100,,,7753|17#,-10740|430#,-9780|17#,2453|18#,6760|150#,12885|8#,8338.780|21#,128921805.5|29#,-72837.7|27#,1975 +49,,80,,,?- n,0.23|7,,,,,,,,,,,, +130,In,,0.29 s|2,2.9E-1|2E-2,?-,100,,,10250|40#,-11630|200,-8770|40#,2640|40#,5120|40#,14110|40#,8314.00|28#,129924980|40#,-69880|40#,1973 +49,,81,,,?- n,0.93|13,,,,,,,,,,,, +131,In,,0.28 s|3,2.8E-1|3E-2,?-,100,,,9240|5#,-12010|200,-12810|100#,4036|3#,6210|40#,14196|23#,8297.959|21#,130926972.1|29#,-68025.0|27#,1976 +49,,82,,,?- n,? 2.0|3,,,,,,,,,,,, +132,In,,0.207 s|6,2.07E-1|6E-3,?-,100,,,14130|60#,-10220|310,-12150|200#,6780|60#,2460|60#,14480|120#,8253.7|5#,131933000|60#,-62410|60#,1973 +49,,83,,,?- n,6.3|9,,,,,,,,,,,, +133,In,,165 ms|3,1.65E-1|3E-3,?-,100,,,13410|200,-7910|440,-13540|360,11010|200,3120|200,14490|280,8215|1,132938310|210,-57460|200,1996 +49,,84,,,?- n,85|10,,,,,,,,,,,, +134,In,,140 ms|4,1.4E-1|4E-3,?-,100,,,14770|300,-8390|580,-12740|500,11140|300,2270|360,15030|420,8171|2,133944540|320,-51660|300,1996 +49,,85,,,?- n,65,,,,,,,,,,,, +135,In,,92 ms|10,9.2E-2|1E-2,?-,100,,,14100|400,-8570|640,,11830|400,2940|500,14900|570,8132|3,134950050|430,-46530|400,2002 +49,,86,,,?- n,> 0,,,,,,,,,,,, +136,In,,85 ms|+10-8,8.5E-2|9E-3,?-,100,,,15390|500,-9140|640,,12050|400,2050|570,,8087|3,135956510|430,-40510|400, +49,,87,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +137,In,,65 ms|+40-30,6.5E-2|3.5E-2,?-,100,,,14750|640,,,12790|580,2600|640,,8047|4,136962380|540,-35040|500, +49,,88,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +100,Sn,,1.16 s|20,1.16E0|2E-1,ec ?+,100,,,,-4130|500,7030|350,,17410|590,3200|420,8253|3#,99938500|320#,-57280|300#,1994 +50,,50,,,ec p,< 17,,,,,,,,,,,, +101,Sn,,1.7 s|3,1.7E0|3E-1,ec ?+,100,,,,-2280|420,8310|360,,11090|430#,3280|350#,8281|3#,100935260|320#,-60310|300#,1994 +50,,51,,,ec p,26,,,,,,,,,,,, +102,Sn,,3.8 s|2,3.8E0|2E-1,ec ?+,100,,,,280|110#,5760|100,,12700|320#,3610|220,8324.4|10#,101930290|110#,-64930|100#,1994 +50,,52,,,,,,,,,,,,,,,, +103,Sn,,7.0 s|2,7E0|2E-1,ec ?+,100,,,-10790|310,530|70#,7660|70,,10110|120#,3570|70#,8341.8|7#,102928100|80#,-66970|70#,1981 +50,,53,,,ec p,1.2|1,,,,,,,,,,,, +104,Sn,,20.8 s|5,2.08E1|5E-1,ec ?+,100,,,-12450|120#,143|6#,4556|8#,-23520|300,12730|70#,4283|11#,8383.91|5#,103923105|6#,-71627|6#,1985 +50,,54,,,,,,,,,,,,,,,, +105,Sn,,34 s|1,3.4E1|1E0,ec ?+,100,,,-9323|22#,74|4#,6303|11#,-22240|120#,9782|7#,4444|7#,8397.23|4#,104921268|4#,-73338|4#,1981 +50,,55,,,?+ p,?,,,,,,,,,,,, +106,Sn,,115 s|5,1.15E2|5E0,ec ?+,100,,,-10880|9#,-119|5#,3254|13#,-21410|22#,12087|6#,5002|11#,8432.04|5#,105916957|5#,-77354|5#,1975 +50,,56,,,,,,,,,,,,,,,, +107,Sn,,2.90 min|5,1.74E2|3E0,ec ?+,100,,,-7859|7#,-286|6#,5052|12#,-20110|9#,9230|7#,5193|13#,8439.49|5#,106915714|6#,-78512|5#,1976 +50,,57,,,,,,,,,,,,,,,, +108,Sn,,10.30 min|8,6.18E2|4.8E0,ec ?+,100,,,-9625|8#,-526|6#,2050|10#,-19488|7#,11629|8#,5795|12#,8469.03|5#,107911894|6#,-82070|5#,1968 +50,,58,,,,,,,,,,,,,,,, +109,Sn,,18.0 min|2,1.08E3|1.2E1,ec ?+,100,-1.079 6,+0.31 10,-6379|9#,-721|8#,3859|9#,-18256|10#,8632|10#,5799|12#,8470.52|7#,108911293|9#,-82630|8#,1966 +50,,59,,,,,,,,,,,,,,,, +110,Sn,,4.154 h|4,1.5E4|1.44E1,ec,100,,,-8392|15#,-1135|14#,628|18#,-17662|15#,11283|16#,6641|14#,8496.09|12#,109907845|15#,-85842|14#,1965 +50,,60,,,,,,,,,,,,,,,, +111,Sn,,35.3 min|6,2.12E3|3.6E1,ec ?+,100,+0.608 4,0.18 9,-5102|10#,-1373|6#,2453|6#,-16560|8#,8168|15#,6758|13#,8493.13|5#,110907741|6#,-85939|5#,1949 +50,,61,,,,,,,,,,,,,,,, +112,Sn,,STABLE,,,,,,-7056|18#,-1827.6|11#,-665|4#,-15890|9#,10788|5#,7552|3#,8513.618|3#,111904824.9|3#,-88655.06|28#,1927 +50,,62,0.97 %|1,,,,,,,,,,,,,,, +113,Sn,,115.09 d|3,9.94E6|2.59E3,ec ?+,100,-0.8791 6,,-3911|17#,-2248.7|22#,1039.0|16#,-14800|18#,7744.4|16#,7627|5#,8506.811|14#,112905175.8|17#,-88328.1|16#,1939 +50,,63,,,,,,,,,,,,,,,, +114,Sn,,STABLE,,,,,,-6063|22#,-2636.7|4#,-1989.9|3#,-14214|17#,10302.9|16#,8481.58|19#,8522.566|0#,113902780.13|3#,-90559.723|29#,1927 +50,,64,0.66 %|1,,,,,,,,,,,,,,, +115,Sn,,STABLE,,,,-0.91883 7,,-3030|16#,-3206.5|4#,-497.489|19#,-13609|22#,7545.43|2#,8753.0|3#,8514.069|0#,114903344.697|16#,-90033.835|15#,1927 +50,,65,0.34 %|1,,,,,,,,,,,,,,, +116,Sn,,STABLE,,,,,,-4704|5#,-3376.03|27#,-3276.22|24#,-12594|16#,9563.45|9#,9278.59|10#,8523.116|1#,115901742.82|10#,-91525.97|10#,1922 +50,,66,14.54 %|9,,,,,,,,,,,,,,, +117,Sn,,STABLE,,,,-1.00104 7,,-1758|8#,-3779.4|5#,-1455|5#,-11647|5#,6943.1|5#,9437.0|5#,8509.611|4#,116902954.0|5#,-90397.8|5#,1923 +50,,67,7.68 %|7,,,,,,,,,,,,,,, +118,Sn,,STABLE,,,,,,-3657|3#,-4062.8|6#,-4425|8#,-11085|8#,9326.42|13#,9999|5#,8516.533|4#,117901606.6|5#,-91652.9|5#,1924 +50,,68,24.22 %|9,,,,,,,,,,,,,,, +119,Sn,,STABLE,,,,-1.04728 7,,-591|8#,-4405.5|10#,-2366|7#,-10140|3#,6483.5|5#,10126|8#,8499.449|6#,118903311.2|8#,-90065.0|7#,1925 +50,,69,8.59 %|4,,,,,,,,,,,,,,, +120,Sn,,STABLE,,,,,,-2681|7#,-4810.8|9#,-5370|40#,-9696|8#,9104.7|11#,10688|7#,8504.492|7#,119902201.9|10#,-91098.4|9#,1926 +50,,70,32.58 %|9,,,,,,,,,,,,,,, +121,Sn,,27.03 h|4,9.73E4|1.44E2,?-,100,+0.6978 10,-0.02 2,403.1|27#,-5203.8|14#,-3361|27#,-8851|7#,6170.2|3#,10760|40#,8485.201|8#,120904242.8|10#,-89197.3|10#,1948 +50,,71,,,,,,,,,,,,,,,, +122,Sn,,STABLE,,,,,,-1606|3#,-5665|20#,-6370|50#,-8412|3#,8815.4|23#,11394|27#,8487.907|20#,121903444.0|26#,-89941.3|24#,1928 +50,,72,4.63 %|3,,,,,,,,,,,,,,, +123,Sn,,129.2 d|4,1.12E7|3.46E4,?-,100,-1.3700 9,+0.03 4,1407.9|27#,-6260|40#,-4386|20#,-7552|3#,5946.2|11#,11530|50#,8467.243|20#,122905725.4|26#,-87816.2|24#,1948 +50,,73,,,,,,,,,,,,,,,, +124,Sn,,STABLE,,,,,,-613.9|15#,-6702|4#,-7360|30#,-7081.4|15#,8489.3|24#,12093|20#,8467.421|8#,123905276.7|11#,-88234.2|10#,1922 +50,,74,5.79 %|5,,,,,,,,,,,,,,, +125,Sn,,9.64 d|3,8.33E5|2.59E3,?-,100,-1.348 2,+0.14 21,2359.9|26#,-7247.5|22#,-5420|27#,-6347.4|15#,5733.50|20#,12320|30#,8445.550|8#,124907786.4|11#,-85896.4|10#,1939 +50,,75,,,,,,,,,,,,,,,, +126,Sn,,2.30 x 105|y|14,7.26E12|4.42E11,?-,100,,,380|30#,-7828|11#,-8242|29#,-5830|11#,8190|10#,12827|29#,8443.52|8#,125907659|11#,-86015|10#,1962 +50,,76,,,,,,,,,,,,,,,, +127,Sn,,2.10 h|4,7.56E3|1.44E2,?-,100,-1.329 7,,3229|11#,-8482|10#,-6575|23#,-5150|30#,5527|14#,12987|29#,8420.56|8#,126910390|11#,-83471|10#,1951 +50,,77,,,,,,,,,,,,,,,, +128,Sn,,59.07 min|14,3.54E3|8.4E0,?-,100,,-0.02 18,1268|14#,-9085|18#,-9220|150#,-4734|18#,7963|20#,13755|28#,8416.98|14#,127910507|19#,-83362|18#,1956 +50,,78,,,,,,,,,,,,,,,, +129,Sn,,2.23 min|4,1.34E2|2.4E0,?-,100,+0.754 3,+0.05 11,4038|27#,-9668|18#,-7753|17#,-4032|26#,5300|25#,13730|150#,8392.82|13#,128913482|19#,-80591|17#,1962 +50,,79,,,,,,,,,,,,,,,, +130,Sn,,3.72 min|7,2.23E2|4.2E0,?-,100,,,2153|14#,-10300|3#,-10250|40#,-3574|21#,7613|17#,14583|3#,8386.816|14#,129913974.5|20#,-80132.2|19#,1972 +50,,80,,,,,,,,,,,,,,,, +131,Sn,,56.0 s|5,5.6E1|5E-1,?-,100,+0.747 4,-0.04 8,4717|4#,-10942|13#,-9240|5#,-3050|15#,5204|4#,14670|40#,8362.517|28#,130917053|4#,-77265|4#,1963 +50,,81,,,,,,,,,,,,,,,, +132,Sn,,39.7 s|8,3.97E1|8E-1,?-,100,,,3089|3#,-11730|8#,-14130|60#,-2636.5|29#,7353|4#,15810|3#,8354.872|15#,131917823.9|21#,-76546.5|20#,1963 +50,,82,,,,,,,,,,,,,,,, +133,Sn,,1.46 s|3,1.46E0|3E-2,?-,100,,,8050|4#,-10241|17#,-13410|200#,690|3#,2398.6|27#,15750|60#,8310.088|14#,132923913.8|20#,-70873.9|19#,1973 +50,,83,,,?- n,0.0294|24,,,,,,,,,,,, +134,Sn,,1.050 s|11,1.05E0|1.1E-2,?-,100,,,7587|4#,-7741|23#,-14770|300#,4418|4#,3631|4#,16260|200,8275.171|24#,133928680|3#,-66434|3#,1974 +50,,84,,,?- n,17|13,,,,,,,,,,,, +135,Sn,,530 ms|20,5.3E-1|2E-2,?-,100,,,9058|4#,-7840|100#,-14100|400#,5317|4#,2270|4#,16260|300,8230.687|23#,134934909|3#,-60632|3#,1994 +50,,85,,,?- n,21|3,,,,,,,,,,,, +136,Sn,,0.290 s|20,2.9E-1|2E-2,?-,100,,,8610|300,-8060|360,-15390|500,5720|300,3340|300,16660|500,8195|2,135939990|320,-55900|300,1994 +50,,86,,,?- n,28|4,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +137,Sn,,190 ms|60,1.9E-1|6E-2,?-,100,,,10270|400,-8290|500,-14750|640,6650|400,1960|500,16570|570,8149|3,136946550|430,-49790|400,1994 +50,,87,,,?- n,58|15,,,,,,,,,,,, +138,SN,,140 ms|+30-20,1.4E-1|2.5E-2,?-,100,,,9360|1180,-8370|640,,7130|510,3140|640,17110|710,8113|4,137951840|540,-44860|500,2010 +50,,88,,,?- n,? 36,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +139,Sn,,130 ms|60,1.3E-1|6E-2,?-,100,,,11350|640,,,7710|1180,1650|710,,8066|4,138958730|540,-38440|500, +50,,89,,,?- 2n,?,,,,,,,,,,,, +,,,,,?- n,?,,,,,,,,,,,, +103,SB,,< 49 ns,4.9E-8,p,?,,,,2770|420,10790|310,,,-1470|310,8229|3,102939690|320,-56180|300, +51,,52,,,,,,,,,,,,,,,, +104,Sb,,0.44 s|+15-11,4.4E-1|1.3E-1,ec ?+,100,,,,2710|220#,12450|120,,11070|320,-510|100#,8256.6|12#,103936470|130#,-59170|120#,1995 +51,,53,,,ec p,< 7,,,,,,,,,,,, +,,,,,p,< 1,,,,,,,,,,,, +105,Sb,,1.22 s|11,1.22E0|1.1E-1,ec ?+,99,,,-11200|300#,2170|200,9323|22#,,12910|120#,-323|22#,8300.99|21#,104931277|23#,-64015|22#,1994 +51,,54,,,p,1,,,,,,,,,,,, +106,Sb,,0.6 s|2,6E-1|2E-1,ec ?+,?,,,-8250|100#,1797|9#,10880|9#,-21730|300#,10529|23#,424|8#,8322.01|7#,105928638|8#,-66473|7#,1981 +51,,55,,,,,,,,,,,,,,,, +107,Sb,,4.0 s|2,4E0|2E-1,ec ?+,100,,,-10110|70#,1554|10#,7859|7#,-20500|100#,12251|9#,589|7#,8358.73|4#,106924151|4#,-70653|4#,1994 +51,,56,,,,,,,,,,,,,,,, +108,Sb,,7.4 s|3,7.4E0|3E-1,ec ?+,100,,,-6664|8#,1312|8#,9625|8#,-19980|70#,9863|7#,1222|8#,8372.67|5#,107922227|6#,-72445|5#,1976 +51,,57,,,,,,,,,,,,,,,, +109,Sb,,17.0 s|7,1.7E1|7E-1,ec ?+,100,,,-8536|7#,965|12#,6379|10#,-18541|8#,11877|8#,1470|8#,8404.81|5#,108918141|6#,-76251|5#,1976 +51,,58,,,,,,,,,,,,,,,, +110,Sb,,23.6 s|3,2.36E1|3E-1,ec ?+,100,,,-5220|9#,733|14#,8392|15#,-17806|7#,9270|8#,2109|10#,8412.68|5#,109916854|6#,-77450|6#,1972 +51,,59,,,,,,,,,,,,,,,, +111,Sb,,75 s|1,7.5E1|1E0,ec ?+,100,,,-7249|11#,303|14#,5102|10#,-16678|11#,11458|11#,2284|16#,8440.12|8#,110913218|9#,-80837|9#,1972 +51,,60,,,,,,,,,,,,,,,, +112,Sb,,53.5 s|6,5.35E1|6E-1,ec ?+,100,,,-4031|20#,96|20#,7056|18#,-16083|19#,8834|20#,2949|19#,8443.63|16#,111912400|19#,-81599|18#,1959 +51,,61,,,,,,,,,,,,,,,, +113,Sb,,6.67 min|7,4E2|4.2E0,ec ?+,100,,,-6070|30#,-352|18#,3911|17#,-14921|19#,10889|25#,3051|17#,8465.27|15#,112909375|18#,-84417|17#,1958 +51,,62,,,,,,,,,,,,,,,, +114,Sb,,3.49 min|3,2.09E2|1.8E0,ec ?+,100,+1.72 8,,-2610|40#,-452|25#,6063|22#,-14220|40#,8151|28#,3457|22#,8462.52|19#,113909289|23#,-84497|22#,1959 +51,,63,,,,,,,,,,,,,,,, +115,Sb,,32.1 min|3,1.93E3|1.8E1,ec ?+,100,+3.46 1,-0.36 6,-4940|30#,-1036|16#,3030|16#,-13190|30#,10578|27#,3733|16#,8480.91|14#,114906598|17#,-87003|16#,1958 +51,,64,,,,,,,,,,,,,,,, +116,Sb,,15.8 min|8,9.48E2|4.8E1,ec ?+,100,2.715 9,,-1553|28#,-1257|7#,4704|5#,-12831|28#,7890|17#,4077|5#,8475.82|4#,115906793|6#,-86822|5#,1949 +51,,65,,,,,,,,,,,,,,,, +117,Sb,,2.80 h|1,1.01E4|3.6E1,ec ?+,100,+3.43 6,-0 2,-3544|13#,-1697|8#,1758|8#,-11442|29#,9889|10#,4403|8#,8487.90|7#,116904842|9#,-88640|8#,1947 +51,,66,,,?+,1.7|3,,,,,,,,,,,, +118,Sb,,3.6 min|1,2.16E2|6E0,ec ?+,100,2.47 7,,-300|19#,-1851|3#,3657|3#,-10972|14#,7428|9#,4887|3#,8478.915|26#,117905532|3#,-87996|3#,1947 +51,,67,,,,,,,,,,,,,,,, +119,Sb,,38.19 h|22,1.37E5|7.92E2,ec,100,+3.45 1,-0.37 6,-2293.0|20#,-2363|8#,591|8#,-9849|20#,9549|8#,5110|8#,8487.91|6#,118903946|8#,-89474|8#,1947 +51,,68,,,,,,,,,,,,,,,, +120,Sb,,15.89 min|4,9.53E2|2.4E0,ec ?+,100,2.34 22,,950|8#,-2593|7#,2681|7#,-9308|11#,7015|11#,5642|7#,8475.63|6#,119905080|8#,-88418|7#,1937 +51,,69,,,,,,,,,,,,,,,, +121,Sb,,STABLE,,,,+3.3634 {I3},-0.36 {I4},-1055|26#,-3082|6#,-403.1|28#,-8304|3#,9254|8#,5790.9|27#,8482.066|21#,120903810.1|28#,-89600.3|26#,1922 +51,,70,57.21 %|5,,,,,,,,,,,,,,, +122,Sb,,2.7238 d|2,2.35E5|1.73E1,?-,97.59|12,-1.90 2,+0.85 11,1979.1|21#,-3532|8#,1606|4#,-7861|26#,6806.37|13#,6427.1|27#,8468.331|21#,121905168.1|28#,-88335.4|26#,1939 +51,,71,,,ec ?+,2.41|12,,,,,,,,,,,, +123,Sb,,STABLE,,,,+2.5498 2,-0.49 5,-51.91|7#,-3950|7#,-1407.9|28#,-6980.93|10#,8960.0|21#,6571.7|27#,8472.328|12#,122904214.0|16#,-89224.1|15#,1922 +51,,72,42.79 %|5,,,,,,,,,,,,,,, +124,Sb,,60.20 d|3,5.2E6|2.59E3,?-,100,1.20 2,+1.87 38,2905.07|13#,-4320|40#,613.9|18#,-6519.41|9#,6467.50|6#,7093.0|27#,8456.160|12#,123905935.8|16#,-87620.2|15#,1939 +51,,73,,,,,,,,,,,,,,,, +125,Sb,,2.75856 y|25,8.71E7|7.89E3,?-,100,+2.63 4,,766.7|21#,-4845|28#,-2359.9|28#,-5802.3|21#,8707.3|21#,7311.0|26#,8458.170|21#,124905253.0|28#,-88256.3|26#,1951 +51,,74,,,,,,,,,,,,,,,, +126,Sb,,12.35 d|6,1.07E6|5.18E3,?-,100,1.28 7,,3670|30#,-5250|60#,-380|30#,-5440|30#,6210|30#,7790|30#,8440.31|25#,125907250|30#,-86390|30#,1956 +51,,75,,,,,,,,,,,,,,,, +127,Sb,,3.85 d|5,3.33E5|4.32E3,?-,100,,,1582|5#,-5694|20#,-3229|11#,-4705|5#,8380|30#,7973|12#,8439.82|4#,126906924|6#,-86699|5#,1939 +51,,76,,,,,,,,,,,,,,,, +128,Sb,,9.05 h|4,3.26E4|1.44E2,?-,100,1.31 19,,4363|19#,-6180|40#,-1268|26#,-4420|19#,6002|20#,8448|22#,8420.77|15#,127909146|21#,-84630|19#,1956 +51,,77,,,,,,,,,,,,,,,, +129,Sb,,4.366 h|26,1.57E4|9.36E1,?-,100,2.79 2,,2375|21#,-6580|30#,-4038|27#,-3707|21#,8070|29#,8556|28#,8418.06|16#,128909147|23#,-84629|21#,1939 +51,,78,,,,,,,,,,,,,,,, +130,Sb,,39.5 min|8,2.37E3|4.8E1,?-,100,,,5067|14#,-6940|30#,-2153|14#,-3352|14#,5728|26#,8984|22#,8397.36|11#,129911663|15#,-82286|14#,1962 +51,,79,,,,,,,,,,,,,,,, +131,Sb,,23.03 min|4,1.38E3|2.4E0,?-,100,,,3229.6|21#,-7510|21#,-4717|4#,-2699.8|21#,7767|14#,9138.2|28#,8392.552|16#,130911989.3|22#,-81981.4|21#,1956 +51,,80,,,,,,,,,,,,,,,, +132,Sb,,2.79 min|7,1.67E2|4.2E0,?-,100,,,5553|4#,-7910|150#,-3089|3#,-2495.6|25#,5725|3#,9660|4#,8372.344|19#,131914508.0|26#,-79635.3|25#,1956 +51,,81,,,,,,,,,,,,,,,, +133,Sb,,2.34 min|5,1.4E2|3E0,?-,100,3.00 1,,4014|4#,-8511|4#,-8050|4#,-1807|5#,7360|4#,9666|4#,8364.729|24#,132915272|3#,-78924|3#,1966 +51,,82,,,,,,,,,,,,,,,, +134,Sb,,0.78 s|6,7.8E-1|6E-2,?-,100,,,8513|3#,-6560|40#,-7587|4#,845.3|27#,3168|4#,10435.6|26#,8325.950|13#,133920535.7|18#,-74020.5|17#,1967 +51,,83,,,,,,,,,,,,,,,, +135,Sb,,1.679 s|15,1.68E0|1.5E-2,?-,100,,,8038|3#,-4090|4#,-9058|4#,4772|4#,3741|3#,10546|4#,8291.989|20#,134925184.4|28#,-69690.3|26#,1964 +51,,84,,,?- n,22|3,,,,,,,,,,,, +136,Sb,,0.923 s|14,9.23E-1|1.4E-2,?-,100,,,9918|6#,-4520|60#,-8610|300#,5151|6#,2888|6#,11164|7#,8252.25|4#,135930749|6#,-64507|6#,1976 +51,,85,,,?- n,16.3|32,,,,,,,,,,,, +137,Sb,,450 ms|50,4.5E-1|5E-2,?-,100,,,9240|50#,-5020|200,-10270|400#,6290|50#,3620|50#,11450|300,8218.5|4#,136935520|60#,-60060|50#,1994 +51,,86,,,?- n,49|10,,,,,,,,,,,, +138,Sb,,348 ms|15,3.48E-1|1.5E-2,?-,100,,,11480|1060#,-4980|1100,-9360|1180#,7010|1060#,2230|1070#,11720|1140,8175|8#,137941790|1140#,-54220|1060#,1994 +51,,87,,,?- n,72|8,,,,,,,,,,,, +,,,,,?- 2n,?,,,,,,,,,,,, +139,Sb,,> 150 ns,1.5E-7|5E15,,,,,10420|400,-5680|570,-11350|640,7840|400,3640|1140,12220|640,8142|3,138946550|430,-49790|400,1994 +51,,88,,,,,,,,,,,,,,,, +140,SB,,> 407 ns,4.07E-7|5E15,?- 2n,?,,,12640|600,-5850|720,,8190|600,2220|720,12790|780,8100|4,139952830|640,-43940|600,2010 +51,,89,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +105,Te,,0.62 ?s|7,6.2E-7|7E-8,?,? 100,,,,5069|3#,11200|300,,,930|320#,8186.8|29#,104943300|320#,-52810|300#,2006 +52,,53,,,,,,,,,,,,,,,, +106,Te,,70 ?s|17,7E-5|1.7E-5,?,100,,,,4290|9#,8250|100,,13480|320#,1490|100#,8236.8|9#,105937500|110#,-58220|100#,1981 +52,,54,,,,,,,,,,,,,,,, +107,Te,,3.1 ms|1,3.1E-3|1E-4,?,70|30,,,-11110|310,4008|5#,10110|70,,10390|120#,1350|70#,8256.9|7#,106935010|80#,-60540|70#,1979 +52,,55,,,ec ?+,30|30,,,,,,,,,,,, +108,Te,,2.1 s|1,2.1E0|1E-1,ec ?+,51|4,,,-13130|130#,3420|8#,6664|8#,-24420|300,13310|70#,2417|7#,8303.72|5#,107929380|6#,-65782|5#,1974 +52,,56,,,?,49|4,,,,,,,,,,,, +,,,,,?+ p,2.4|10,,,,,,,,,,,, +109,Te,,4.6 s|3,4.6E0|3E-1,ec ?+,96.1|13,,,-10043|8#,3198|6#,8536|7#,-23140|130#,10005|7#,2559|7#,8319.33|4#,108927305|5#,-67715|4#,1967 +52,,57,,,?+ p,9.4|31,,,,,,,,,,,, +,,,,,?,3.9|13,,,,,,,,,,,, +,,,,,?+ ?,< 0.005,,,,,,,,,,,, +110,Te,,18.6 s|8,1.86E1|8E-1,ec ?+,? 100,,,-11770|50#,2699|8#,5220|9#,-22629|9#,12586|8#,3268|8#,8358.11|6#,109922458|7#,-72230|7#,1977 +52,,58,,,?,0.00067|CA,,,,,,,,,,,, +111,Te,,19.3 s|4,1.93E1|4E-1,ec ?+,100,,,-8634|8#,2500|8#,7249|11#,-21190|50#,9429|9#,3427|9#,8367.76|6#,110921001|7#,-73587|6#,1967 +52,,59,,,?+ p,?,,,,,,,,,,,, +112,Te,,2.0 min|2,1.2E2|1.2E1,ec ?+,100,,,-10504|13#,2078|10#,4031|20#,-20685|10#,12051|11#,4020|12#,8400.65|7#,111916728|9#,-77568|8#,1976 +52,,60,,,,,,,,,,,,,,,, +113,Te,,1.7 min|2,1.02E2|1.2E1,ec ?+,100,,,-7228|29#,1858|29#,6070|30#,-19360|30#,8851|29#,4040|30#,8404.64|25#,112915890|30#,-78347|28#,1974 +52,,61,,,,,,,,,,,,,,,, +114,Te,,15.2 min|7,9.12E2|4.2E1,ec ?+,100,,,-9090|150,1530|30#,2610|40,-18840|29#,11610|40#,4760|30#,8432.78|24#,113912090|30#,-81889|28#,1968 +52,,62,,,,,,,,,,,,,,,, +115,Te,,5.8 min|2,3.48E2|1.2E1,ec ?+,100,,,-5720|40#,1451|28#,4940|30#,-17340|150,8250|40#,4860|40#,8431.15|24#,114911900|30#,-82063|28#,1961 +52,,63,,,,,,,,,,,,,,,, +116,Te,,2.49 h|4,8.96E3|1.44E2,ec ?+,100,,,-7780|100#,961|28#,1553|28#,-17000|40#,11280|40#,5550|30#,8455.69|24#,115908460|30#,-85269|28#,1958 +52,,64,,,,,,,,,,,,,,,, +117,Te,,62 min|2,3.72E3|1.2E2,ec ?+,100,,,-4659|29#,808|14#,3544|16#,-15670|100#,7900|30#,5562|14#,8450.92|11#,116908646|14#,-85095|13#,1958 +52,,65,,,?+,25|1,,,,,,,,,,,, +118,Te,,6.00 d|2,5.18E5|1.73E3,ec,100,,,-6726|27#,438|18#,300|19#,-15330|30#,10672|23#,6346|20#,8469.75|16#,117905854|20#,-87697|18#,1948 +52,,66,,,,,,,,,,,,,,,, +119,Te,,16.05 h|5,5.78E4|1.8E2,ec ?+,100,0.25 5,,-3416|29#,428|8#,2293|11#,-14281|21#,7556|20#,6474|8#,8462.07|7#,118906407|9#,-87181|8#,1948 +52,,67,,,?+,2.06|5,,,,,,,,,,,, +120,Te,,STABLE,,,,,,-5615|15#,-267|3#,-950|8#,-13674|28#,10258|9#,7183|8#,8477.034|26#,119904060|3#,-89368|3#,1936 +52,,68,0.09 %|1,,,,,,,,,,,,,,, +121,Te,,19.17 d|4,1.66E6|3.46E3,ec ?+,100,,,-2294|26#,-573|26#,1055|26#,-12860|30#,7249|26#,7417|27#,8466.88|21#,120904942|28#,-88546|26#,1939 +52,,69,,,,,,,,,,,,,,,, +122,Te,,STABLE,,,,,,-4234|5#,-1086.5|16#,-1979|3#,-12134|5#,9840|26#,8003.1|21#,8478.140|12#,121903043.4|16#,-90314.5|15#,1932 +52,,70,2.55 %|12,,,,,,,,,,,,,,, +123,Te,,> 9.2 x 1016|y,2.9E24|1.58E32,ec,100,-0.7369478 8,,-1228|3#,-1532.0|17#,51.9|21#,-11163|5#,6929.01|8#,8125.8|21#,8465.546|12#,122904269.7|16#,-89172.2|15#,1932 +52,,71,0.89 %|3,,,,,,,,,,,,,,, +124,Te,,STABLE,,,,,,-3159.6|19#,-1851.9|17#,-2905.1|21#,-10653|3#,9424.48|9#,8590.22|12#,8473.279|12#,123902817.1|16#,-90525.3|15#,1932 +52,,72,4.74 %|14,,,,,,,,,,,,,,, +125,Te,,STABLE,,,,-0.8885051 4,,-185.77|6#,-2250.6|17#,-767|3#,-9728.6|19#,6568.97|3#,8691.70|14#,8458.045|12#,124904429.9|16#,-89023.0|15#,1931 +52,,73,7.07 %|15,,,,,,,,,,,,,,, +126,Te,,STABLE,,,,,,-2154|4#,-2548.9|27#,-3670|30#,-9299.46|10#,9113.69|8#,9098.0|21#,8463.248|12#,125903310.9|16#,-90065.3|15#,1924 +52,,74,18.84 %|25,,,,,,,,,,,,,,, +127,Te,,9.35 h|7,3.37E4|2.52E2,?-,100,0.635 4,,702|4#,-2890.4|27#,-1582|5#,-8442|4#,6287.65|18#,9180|30#,8446.118|12#,126905225.7|16#,-88281.7|15#,1938 +52,,75,,,,,,,,,,,,,,,, +128,Te,,7.7 x 1024|y|4,2.43E32|1.26E31,2?-,100,,,-1255|4#,-3184.4|13#,-4363|19#,-8081|4#,8783.3|17#,9583|5#,8448.752|7#,127904461.3|9#,-88993.7|9#,1924 +52,,76,31.74 %|8,,,,,,,,,,,,,,, +129,Te,,69.6 min|3,4.18E3|1.8E1,?-,100,0.702 4,0.055 13,1502|3#,-3533.3|13#,-2375|21#,-7337|4#,6082.41|8#,9663|19#,8430.409|7#,128906596.5|9#,-87004.8|9#,1939 +52,,77,,,,,,,,,,,,,,,, +130,Te,,> 0.79 x 1021|y,2.49E28|1.58E32,2?-,100,,,-417|3#,-3763|10#,-5067|14#,-6917|3#,8419.5|9#,10013|21#,8430.324|0#,129906222.747|12#,-87352.949|11#,1924 +52,,78,34.08 %|62,,,,,,,,,,,,,,, +131,Te,,25.0 min|1,1.5E3|6E0,?-,100,0.696 9,,2231.7|6#,-4165|10#,-3229.6|21#,-6346|3#,5929.38|6#,10214|14#,8411.233|1#,130908522.21|6#,-85211.01|6#,1939 +52,,79,,,,,,,,,,,,,,,, +132,Te,,3.204 d|13,2.77E5|1.12E3,?-,100,,,515|3#,-4251|18#,-5553|4#,-5817|4#,8048|3#,10496|4#,8408.485|26#,131908547|4#,-85188|3#,1948 +52,,80,,,,,,,,,,,,,,,, +133,Te,,12.5 min|3,7.5E2|1.8E1,?-,100,0.85 2,0.23 9,2921|7#,-4771|17#,-4014|4#,-5305|5#,5820|4#,10591|3#,8389.025|16#,132910963.3|22#,-82937.1|21#,1940 +52,,81,,,,,,,,,,,,,,,, +134,Te,,41.8 min|8,2.51E3|4.8E1,?-,100,,,1510|5#,-4826|3#,-8513|3#,-4747|7#,7668|3#,10899|4#,8383.643|20#,133911396.4|29#,-82533.7|27#,1948 +52,,82,,,,,,,,,,,,,,,, +135,Te,,19.0 s|2,1.9E1|2E-1,?-,100,-0.69 5,0.29 9,6050.4|27#,-2889|4#,-8038|3#,-1757|5#,3266|3#,10997.2|24#,8345.738|13#,134916554.7|18#,-77728.8|17#,1969 +52,,83,,,,,,,,,,,,,,,, +136,Te,,17.63 s|8,1.76E1|8E-2,?-,100,,,5120|14#,-304|3#,-9918|6#,1283|3#,4767.8|29#,12024|3#,8319.429|17#,135920101.2|24#,-74425.3|23#,1974 +52,,84,,,?- n,1.31|5,,,,,,,,,,,, +137,Te,,2.49 s|5,2.49E0|5E-2,?-,100,,,7053|9#,-854.8|28#,-9240|50#,2170|14#,2950|3#,12086|6#,8280.235|15#,136925599.4|23#,-69303.8|21#,1975 +52,,85,,,?- n,2.99|16,,,,,,,,,,,, +138,Te,,1.4 s|4,1.4E0|4E-1,?-,100,,,6284|7#,-1687|5#,-11480|1060#,2589|9#,4464|4#,12920|50#,8252.578|27#,137929472|4#,-65696|4#,1975 +52,,86,,,?- n,6.3|21,,,,,,,,,,,, +139,Te,,> 150 ns,1.5E-7|5E15,?- n,?,,,8266|5#,-1998|5#,-10420|400#,3704|7#,2580|5#,13270|1060#,8211.771|25#,138935367|4#,-60205|4#,1994 +52,,87,,,?-,?,,,,,,,,,,,, +140,Te,,,,?- n,?,,,7030|60#,-3100|300,-12640|600#,3820|60#,4440|60#,14080|400,8184.8|4#,139939260|70#,-56580|60#,1994 +52,,88,,,?-,?,,,,,,,,,,,, +142,Te,,,,,,,,8400|630,-3930|710,,5490|500,3950|640,14550|710,8111|4,141950220|540,-46370|500,1994 +52,,90,,,,,,,,,,,,,,,, +143,TE,,> 408 ns,4.08E-7|5E15,?- 2n,?,,,10350|540,-4260|710,,6420|630,1980|710,,8068|4,142956760|540,-40280|500,2010 +52,,91,,,?- n,?,,,,,,,,,,,, +,,,,,?-,?,,,,,,,,,,,, +108,I,,36 ms|6,3.6E-2|6E-3,?,91|15,,,,4100|50#,13130|130,,11290|330,-600|110#,8174.9|12#,107943480|140#,-52650|130#,1991 +53,,55,,,ec ?+,9,,,,,,,,,,,, +,,,,,p,< 1,,,,,,,,,,,, +109,I,,103 ?s|5,1.03E-4|5E-6,p,100,,,-11500|300#,3918|21#,10043|8#,,13090|130#,-820|4#,8220.02|6#,108938086|7#,-57672|7#,1984 +53,,56,,,,,,,,,,,,,,,, +110,I,,0.664 s|24,6.64E-1|2.4E-2,ec ?+,83|4,,,-8540|110#,3580|50#,11770|50#,-22370|300#,10860|50#,40|50#,8244.0|5#,109935090|50#,-60460|50#,1977 +53,,57,,,?,17|4,,,,,,,,,,,, +,,,,,ec p,11|3,,,,,,,,,,,, +,,,,,ec ?,1.1|3,,,,,,,,,,,, +111,I,,2.5 s|2,2.5E0|2E-1,ec ?+,99.9,,,-10560|90#,3275|5#,8634|8#,-21100|100#,12560|50#,13|8#,8282.93|4#,110930269|5#,-64954|5#,1977 +53,,58,,,?,? 0.1,,,,,,,,,,,, +112,I,,3.34 s|8,3.34E0|8E-2,ec ?+,? 100,,,-7037|13#,2957|12#,10504|13#,-20740|90#,10181|11#,765|12#,8299.88|9#,111928005|11#,-67063|10#,1977 +53,,59,,,ec p,0.88|10,,,,,,,,,,,, +,,,,,ec ?,0.104|12,,,,,,,,,,,, +,,,,,?,? 0.0012,,,,,,,,,,,, +113,I,,6.6 s|2,6.6E0|2E-1,ec ?+,100,,,-8916|11#,2707|10#,7228|29#,-19164|12#,12127|13#,841|12#,8333.75|7#,112923650|9#,-71120|8#,1977 +53,,60,,,?,3.310 x 10-7,,,,,,,,,,,, +114,I,,2.1 s|2,2.1E0|2E-1,ec ?+,100,,,-5710|150,2230|150,9090|150,-18660|150,9750|150,1740|150,8346|1,113921850|160,-72800|150,1977 +53,,61,,,?+ p,?,,,,,,,,,,,, +115,I,,1.3 min|2,7.8E1|1.2E1,ec ?+,100,,,-7680|30#,2070|30#,5720|40#,-17320|30#,11610|150,1740|40#,8374.56|25#,114918050|30#,-76338|29#,1969 +53,,62,,,,,,,,,,,,,,,, +116,I,,2.91 s|15,2.91E0|1.5E-1,ec ?+,100,,,-4450|100#,1680|100#,7780|100#,-16910|100#,9230|100#,2720|100#,8381.9|8#,115916810|100#,-77490|100#,1976 +53,,63,,,,,,,,,,,,,,,, +117,I,,2.22 min|4,1.33E2|2.4E0,ec ?+,100,3.1 2,,-6251|28#,1560|30#,4659|29#,-15461|29#,11020|100#,2460|40#,8404.41|22#,116913648|28#,-80436|26#,1969 +53,,64,,,?+,? 77,,,,,,,,,,,, +118,I,,13.7 min|5,8.22E2|3E1,ec ?+,100,2.0 2,,-2892|22#,1101|29#,6726|27#,-14857|22#,8610|30#,3165|24#,8406.12|17#,117913074|21#,-80971|20#,1957 +53,,65,,,,,,,,,,,,,,,, +119,I,,19.1 min|4,1.15E3|2.4E1,ec ?+,100,+2.9 1,,-4970|30#,810|30#,3416|29#,-13760|30#,10870|30#,3360|30#,8426.79|23#,118910070|30#,-83766|28#,1954 +53,,66,,,?+,51|4,,,,,,,,,,,, +,,,,,ec,49|4,,,,,,,,,,,, +120,I,,81.6 min|2,4.9E3|1.2E1,ec ?+,100,,,-1581|19#,644|16#,5615|16#,-13030|18#,8060|30#,3861|17#,8423.72|13#,119910087|16#,-83753|15#,1957 +53,,67,,,,,,,,,,,,,,,, +121,I,,2.12 h|1,7.63E3|3.6E1,ec ?+,100,2.3 1,,-3770|12#,-37|10#,2294|26#,-12150|13#,10570|16#,4172|4#,8441.46|4#,120907405|6#,-86251|5#,1950 +53,,68,,,,,,,,,,,,,,,, +122,I,,3.63 min|6,2.18E2|3.6E0,ec ?+,100,+0.94 3,,-725|12#,-509|6#,4234|5#,-11671|11#,7900|7#,4824|26#,8437.02|4#,121907589|6#,-86080|5#,1950 +53,,69,,,,,,,,,,,,,,,, +123,I,,13.2235 h|19,4.76E4|6.84E0,ec ?+,100,2.818 7,,-2695|10#,-894|9#,1228|4#,-10660|12#,9935|6#,4918|3#,8449.20|3#,122905589|4#,-87944|4#,1949 +53,,70,,,,,,,,,,,,,,,, +124,I,,4.1760 d|3,3.61E5|2.59E1,ec ?+,100,1.444 4,,295.7|28#,-1373|8#,3159.6|28#,-10188|10#,7493|4#,5482.5|19#,8441.489|19#,123906209.0|26#,-87365.7|24#,1938 +53,,71,,,,,,,,,,,,,,,, +125,I,,59.407 d|10,5.13E6|8.64E2,ec,100,2.821 5,-0.776 17,-1643.8|22#,-1661.8|21#,185.8|21#,-9247.1|22#,9542.8|19#,5600.85|7#,8450.300|12#,124904629.3|16#,-88837.2|15#,1947 +53,,72,,,,,,,,,,,,,,,, +126,I,,12.93 d|5,1.12E6|4.32E3,ec ?+,52.7|5,1.438 4,,1236|5#,-2001|4#,2154|4#,-8789|4#,7145|4#,6177|4#,8439.94|3#,125905623|4#,-87911|4#,1938 +53,,73,,,?-,47.3|5,,,,,,,,,,,, +127,I,,STABLE,,,,+2.813273 84,-0.789,-662.3|20#,-2185|4#,-702|4#,-7908|5#,9143.9|27#,6208|4#,8445.487|29#,126904472|4#,-88984|4#,1920 +53,,74,100 %,,,,,,,,,,,,,,, +128,I,,24.99 min|2,1.5E3|1.2E0,?-,93.1|8,,,2122|4#,-2543|4#,1255|4#,-7488.5|20#,6826.13|5#,6746|4#,8432.836|28#,127905809|4#,-87739|4#,1934 +53,,75,,,ec ?+,6.9|8,,,,,,,,,,,, +129,I,,1.57 x 107|y|4,4.95E14|1.26E13,?-,100,+2.6210 3,-0.488 8,189|3#,-2676|4#,-1502|3#,-6718|3#,8840|5#,6802|3#,8435.990|25#,128904984|3#,-88507|3#,1951 +53,,76,,,,,,,,,,,,,,,, +130,I,,12.36 h|1,4.45E4|3.6E1,?-,100,3.349 7,,2944|3#,-2970|30#,417|3#,-6311|3#,6500.33|4#,7220|3#,8421.100|24#,129906670|3#,-86936|3#,1938 +53,,77,,,,,,,,,,,,,,,, +131,I,,8.0252 d|6,6.93E5|5.18E1,?-,100,+2.742 1,-0.35 2,970.8|6#,-3168|5#,-2231.7|6#,-5633.6|6#,8578|3#,7378.7|6#,8422.297|5#,130906126.4|6#,-87442.7|6#,1939 +53,,78,,,,,,,,,,,,,,,, +132,I,,2.295 h|13,8.26E3|4.68E1,?-,100,3.088 7,0.08 1,3575|4#,-3498|20#,-515|5#,-5361|4#,6332|4#,7781|4#,8406.46|3#,131907994|4#,-85703|4#,1948 +53,,79,,,,,,,,,,,,,,,, +133,I,,20.83 h|8,7.5E4|2.88E2,?-,100,+2.856 5,-0.24 1,1785|7#,-3654|22#,-2921|7#,-4651|6#,8226|8#,7959|7#,8405.11|5#,132907827|7#,-85858|6#,1940 +53,,80,,,,,,,,,,,,,,,, +134,I,,52.5 min|2,3.15E3|1.2E1,?-,100,,,4082|5#,-4183|15#,-1510|6#,-4471|5#,6256|8#,8395|5#,8389.07|4#,133909776|5#,-84043|5#,1948 +53,,81,,,,,,,,,,,,,,,, +135,I,,6.58 h|3,2.37E4|1.08E2,?-,100,+2.940 2,,2634|4#,-4222.7|29#,-6050.4|27#,-3724.6|21#,7807|5#,8534|3#,8384.760|15#,134910059.4|22#,-83779.1|21#,1940 +53,,82,,,,,,,,,,,,,,,, +136,I,,83.4 s|10,8.34E1|1E0,?-,100,,,6884|14#,-2335|14#,-5120|14#,-1203|15#,3837|14#,9105|14#,8351.32|10#,135914605|15#,-79545|14#,1949 +53,,83,,,,,,,,,,,,,,,, +137,I,,24.5 s|2,2.45E1|2E-1,?-,100,,,6027|8#,142|9#,-7053|9#,2002|8#,4882|16#,9220|9#,8326.00|6#,136918028|9#,-76356|8#,1943 +53,,84,,,?- n,7.14|23,,,,,,,,,,,, +138,I,,6.23 s|3,6.23E0|3E-2,?-,100,,,7992|7#,-384|6#,-6284|7#,2332|6#,3695|10#,9965|6#,8292.44|4#,137922726|6#,-71980|6#,1949 +53,,85,,,?- n,5.56|22,,,,,,,,,,,, +139,I,,2.280 s|11,2.28E0|1.1E-2,?-,100,,,7174|5#,-1206|5#,-8266|5#,3430|5#,4562|7#,10064|6#,8265.609|29#,138926493|4#,-68471|4#,1949 +53,,86,,,?- n,10.0|3,,,,,,,,,,,, +140,I,,0.86 s|4,8.6E-1|4E-2,?-,100,,,9380|12#,-1524|13#,-7030|60#,3967|12#,3207|13#,10690|13#,8229.47|9#,139931716|13#,-63606|12#,1972 +53,,87,,,?- n,9.3|10,,,,,,,,,,,, +141,I,,0.43 s|2,4.3E-1|2E-2,?-,100,,,8271|16#,-2290|50#,-9440|400#,4988|16#,4392|20#,10640|60#,8202.25|11#,140935666|17#,-59927|16#,1974 +53,,88,,,?- n,21.2|30,,,,,,,,,,,, +142,I,,222 ms|12,2.22E-1|1.2E-2,,,,,10460|370#,-2970|1130#,-8400|630#,5360|370#,2910|370#,11570|550,8165.0|26#,141941200|400#,-54770|370#,1975 +53,,89,,,,,,,,,,,,,,,, +143,I,,130 ms|45,1.3E-1|4.5E-2,?-,?,,,9570|200,-3270|450,-10350|540,6530|200,3930|420,11550|540,8135|1,142945650|210,-50630|200,1994 +53,,90,,,,,,,,,,,,,,,, +144,I,,? 300 ns,3E-7|5E15,,,,,11590|400,-3770|720,,6850|400,2720|450,12290|640,8098|3,143951390|430,-45280|400,1994 +53,,91,,,,,,,,,,,,,,,, +145,I,,> 407 ns,4.07E-7|5E15,?- n,?,,,10550|500,-4250|710,,7860|500,3730|640,,8068|3,144956050|540,-40940|500,2010 +53,,92,,,?-,?,,,,,,,,,,,, +109,XE,,13 ms|2,1.3E-2|2E-3,?,100,,,,4217|7#,11500|300,,,810|330#,8107.3|28#,108950430|320#,-46170|300#,2006 +54,,55,,,,,,,,,,,,,,,, +110,Xe,,93 ms|3,9.3E-2|3E-3,?,64|35,,,,3872|9#,8540|110,,13820|320#,1540|100#,8159.3|9#,109944260|110#,-51920|100#,1981 +54,,56,,,ec ?+,36|35,,,,,,,,,,,, +,,,,,ec p,?,,,,,,,,,,,, +111,Xe,,0.74 s|20,7.4E-1|2E-1,?,8|+8-5,,,-11570|210,3720|50#,10560|90,,10540|130#,1220|100#,8180.8|8#,110941600|90#,-54400|90#,1979 +54,,57,,,ec ?+,?,,,,,,,,,,,, +112,Xe,,2.7 s|8,2.7E0|8E-1,ec ?+,98.8|8,,,-13740|90#,3330|6#,7037|13#,-25280|200,13700|90#,2362|10#,8230.06|7#,111935559|9#,-60026|8#,1978 +54,,58,,,?,1.2|8,,,,,,,,,,,, +113,Xe,,2.74 s|8,2.74E0|8E-2,ec ?+,? 100,,,-10439|11#,3087|8#,8916|11#,-23980|90#,10249|11#,2429|12#,8247.93|6#,112933222|7#,-62204|7#,1973 +54,,59,,,ec p,7|4,,,,,,,,,,,, +,,,,,?,? 0.011,,,,,,,,,,,, +,,,,,?+ ?,? 0.007|4,,,,,,,,,,,, +114,Xe,,10.0 s|4,1E1|4E-1,ec ?+,100,,,-12400|70#,2719|13#,5710|150#,-23393|14#,12954|13#,3255|14#,8289.20|10#,113927980|12#,-67086|11#,1977 +54,,60,,,,,,,,,,,,,,,, +115,Xe,,18 s|4,1.8E1|4E0,ec ?+,100,,,-8960|100,2506|14#,7680|30,-22050|70#,9642|16#,3150|150,8300.97|10#,114926294|13#,-68657|12#,1969 +54,,61,,,?+ p,0.34|6,,,,,,,,,,,, +,,,,,?,0.0003|1,,,,,,,,,,,, +116,Xe,,59 s|2,5.9E1|2E0,ec ?+,100,,,-11000|100,2096|15#,4450|100,-21420|100,12461|18#,4000|30#,8336.83|11#,115921581|14#,-73047|13#,1969 +54,,62,,,,,,,,,,,,,,,, +117,Xe,,61 s|2,6.1E1|2E0,ec ?+,100,-0.5938 15,,-7690|60#,1740|30#,6251|28#,-20210|100,9210|17#,3980|100#,8344.30|9#,116920359|11#,-74185|10#,1969 +54,,63,,,?+ p,2.9 x 10-3|6,,,,,,,,,,,, +118,Xe,,3.8 min|9,2.28E2|5.4E1,ec ?+,100,,,-9670|16#,1380|30#,2892|22#,-19660|60#,11965|15#,4932|28#,8374.98|9#,117916179|11#,-78079|10#,1965 +54,,64,,,,,,,,,,,,,,,, +119,Xe,,5.8 min|3,3.48E2|1.8E1,ec ?+,100,-0.6542 15,,-6489|17#,840|30#,4970|30#,-18456|16#,8787|15#,5112|22#,8378.44|9#,118915411|11#,-78794|10#,1965 +54,,65,,,,,,,,,,,,,,,, +120,Xe,,40 min|1,2.4E3|6E1,ec ?+,100,,,-8284|15#,670|30#,1581|19#,-17939|18#,11449|16#,5700|30#,8404.03|10#,119911784|13#,-82172|12#,1965 +54,,66,,,,,,,,,,,,,,,, +121,Xe,,40.1 min|20,2.41E3|1.2E2,ec ?+,100,-0.701 3,+1.33 5,-5379|14#,190|17#,3770|12#,-16664|14#,8380|16#,6017|18#,8403.83|8#,120911453|11#,-82481|10#,1952 +54,,67,,,,,,,,,,,,,,,, +122,Xe,,20.1 h|1,7.24E4|3.6E2,ec,100,,,-7210|40#,-83|22#,725|12#,-16324|18#,10945|15#,6392|12#,8424.66|9#,121908368|12#,-85355|11#,1952 +54,,68,,,,,,,,,,,,,,,, +123,Xe,,2.08 h|2,7.49E3|7.2E1,ec ?+,100,-0.150 3,,-4205|15#,-492|12#,2695|10#,-15180|40#,7965|15#,6457|11#,8420.93|8#,122908482|10#,-85249|10#,1952 +54,,69,,,,,,,,,,,,,,,, +124,Xe,,? 1.6 x 1014|y,5.05E21|1.58E32,2?+,?,,,-5930|8#,-718|3#,-296|3#,-14689|12#,10484|10#,7007|4#,8437.565|14#,123905891.6|19#,-87661.4|18#,1922 +54,,70,0.0952 %|3,,,,,,,,,,,,,,, +125,Xe,,16.9 h|2,6.08E4|7.2E2,ec ?+,100,-0.269 3,,-3105|8#,-1073|26#,1643.8|24#,-13533|8#,7603.3|4#,7116.6|29#,8430.890|15#,124906394.0|20#,-87193.4|18#,1950 +54,,71,,,,,,,,,,,,,,,, +126,Xe,,STABLE,,,,,,-4796|11#,-1257|4#,-1236|5#,-13130|8#,10025|4#,7599|4#,8443.541|28#,125904297|4#,-89147|3#,1922 +54,,72,0.0890 %|2,,,,,,,,,,,,,,, +127,Xe,,36.346 d|3,3.14E6|2.59E2,ec,100,-0.5039 2,,-2081|6#,-1574|4#,662|5#,-12042|11#,7246|5#,7699|3#,8434.11|3#,126905183|4#,-88322|4#,1950 +54,,73,,,,,,,,,,,,,,,, +128,Xe,,STABLE,,,,,,-3929|5#,-1759.9|18#,-2122|4#,-11691|6#,9610|4#,8165|4#,8443.298|8#,127903531.0|11#,-89860.3|11#,1922 +54,,74,1.9102 %|8,,,,,,,,,,,,,,, +129,Xe,,STABLE,,,,-0.7779763 84,,-1197|5#,-2098.0|15#,-189|3#,-10836|5#,6907.1|11#,8246|4#,8431.390|0#,128904780.859|6#,-88696.059|5#,1920 +54,,75,26.4006 %|82,,,,,,,,,,,,,,, +130,Xe,,STABLE,,,,,,-2981|8#,-2240.0|15#,-2944|3#,-10453|5#,9255.72|1#,8662|3#,8437.731|0#,129903509.349|10#,-89880.463|9#,1922 +54,,76,4.0710 %|13,,,,,,,,,,,,,,, +131,Xe,,STABLE,,,,+0.691862 4,-0.114 1,-355|5#,-2556.8|15#,-970.8|6#,-9585|8#,6604.41|1#,8766|3#,8423.736|0#,130905084.136|9#,-88413.558|9#,1920 +54,,77,21.2324 %|30,,,,,,,,,,,,,,, +132,Xe,,STABLE,,,,,,-2126.3|10#,-2710.2|9#,-3575|4#,-9291|5#,8936.72|1#,9125.2|6#,8427.622|0#,131904155.087|6#,-89278.962|5#,1920 +54,,78,26.9086 %|33,,,,,,,,,,,,,,, +133,Xe,,5.2475 d|5,4.53E5|4.32E1,?-,100,,+0.142 5,427.4|24#,-3063.7|25#,-1785|7#,-8562.2|26#,6435.9|24#,9229|5#,8412.647|18#,132905910.7|26#,-87643.6|24#,1940 +54,,79,,,,,,,,,,,,,,,, +134,Xe,,> 5.8 x 1022|y,1.83E30|1.57E32,2?-,? 0,,,-1234.667|18#,-3197.79|1#,-4082|5#,-8126.21|1#,8553.6|24#,9557|6#,8413.699|0#,133905393.033|10#,-88125.822|9#,1920 +54,,80,10.4357 %|21,,,,,,,,,,,,,,, +135,Xe,,9.14 h|2,3.29E4|7.2E1,?-,100,+0.9032 7,+0.214 7,1168|4#,-3627|4#,-2634|4#,-7593|4#,6359|4#,9659|6#,8398.476|28#,134907232|4#,-86413|4#,1940 +54,,81,,,,,,,,,,,,,,,, +136,Xe,,> 3.6 x 1020|y,1.14E28|1.58E32,2?-,?,,,-90.5|19#,-3666|3#,-6884|14#,-6918.8|10#,8087|4#,9939.0|21#,8396.188|0#,135907214.476|7#,-86429.159|7#,1920 +54,,82,8.8573 %|44,,,,,,,,,,,,,,, +137,Xe,,3.818 min|13,2.29E2|7.8E-1,?-,100,-0.9704 10,-0.490 17,4162.2|4#,-1871.2|21#,-6027|8#,-4116.0|19#,4025.56|10#,10127|14#,8364.286|1#,136911557.77|11#,-82383.40|10#,1943 +54,,83,,,,,,,,,,,,,,,, +138,Xe,,14.08 min|8,8.45E2|4.8E0,?-,100,,,2915|10#,137|4#,-7992|7#,-1497.9|28#,5660.1|28#,10905|9#,8344.690|20#,137914146|3#,-79972.2|28#,1943 +54,,84,,,,,,,,,,,,,,,, +139,Xe,,39.68 s|14,3.97E1|1.4E-1,?-,100,-0.3040 16,+0.396 14,5056|4#,-340.7|27#,-7174|5#,-829|9#,3744|4#,10954|6#,8311.590|15#,138918792.2|23#,-75644.6|21#,1951 +54,,85,,,,,,,,,,,,,,,, +140,Xe,,13.60 s|10,1.36E1|1E-1,?-,100,,,4064|9#,-986|3#,-9380|12#,-357|4#,5413|3#,11804|5#,8290.887|17#,139921645.8|25#,-72986.5|23#,1951 +54,,86,,,,,,,,,,,,,,,, +141,Xe,,1.73 s|1,1.73E0|1E-2,?-,100,+0.010 4,-0.58 2,6280|10#,-1318|4#,-8271|16#,781|9#,3282|4#,11880|12#,8255.364|20#,140926787|3#,-68197.3|29#,1951 +54,,87,,,?- n,0.044|5,,,,,,,,,,,, +142,Xe,,1.23 s|2,1.23E0|2E-2,?-,100,,,5285|8#,-1959|5#,-10460|370#,1177|10#,5104|4#,12592|16#,8233.169|19#,141929973.1|29#,-65229.6|27#,1960 +54,,88,,,?- n,0.21|6,,,,,,,,,,,, +143,Xe,,0.511 s|6,5.11E-1|6E-3,?-,100,-0.4599 14,+0.93 3,7473|9#,-2423|6#,-9570|200#,2240|8#,3045|5#,12720|370#,8196.88|3#,142935370|5#,-60203|5#,1951 +54,,89,,,?- n,> 0,,,,,,,,,,,, +144,Xe,,1.15 s|20,1.15E0|2E-1,?-,100,,,6399|21#,-2720|60#,-11590|400#,2732|9#,4741|7#,13530|200,8172.88|4#,143938945|6#,-56872|5#,2003 +54,,90,,,,,,,,,,,,,,,, +145,Xe,,188 ms|4,1.88E-1|4E-3,?-,100,,,8561|14#,-3430|400,-10550|500#,3707|23#,2692|12#,13500|400,8135.09|8#,144944720|12#,-51493|11#,2003 +54,,91,,,?- n,5.0|6,,,,,,,,,,,, +146,Xe,,146 ms|6,1.46E-1|6E-3,?-,100,,,7355|24#,-4010|500,#,4028|26#,4533|27#,14300|500,8110.41|17#,145948518|26#,-47955|24#,1989 +54,,92,,,?- n,6.9|15,,,,,,,,,,,, +147,XE,,0.10 s|+10-5,1E-1|8E-2,?- n,< 8,,,9560|200,-4510|540,,4880|200,2480|200,,8072|1,146954520|210,-42360|200,1994 +54,,93,,,?-,?,,,,,,,,,,,, +148,XE,,> 0.4 ?s,4E-7|5E18,?- n,?,,,8310|300,,,5250|300,4310|360,,8047|2,147958560|320,-38600|300,2010 +54,,94,,,?-,?,,,,,,,,,,,, +112,Cs,,0.49 ms|3,4.9E-4|3E-5,p,100,,,,3930|120#,13740|90,,11540|210,-816|4#,8100.4|8#,111950310|90#,-46290|90#,1994 +55,,57,,,?,< 0.26,,,,,,,,,,,, +113,Cs,,17.7 ?s|4,1.77E-5|4E-7,p,100,,,-11980|300,3483|8#,10439|11,,13550|90#,-972.8|22#,8148.62|8#,112944428|9#,-51765|9#,1984 +55,,58,,,,,,,,,,,,,,,, +114,Cs,,0.57 s|2,5.7E-1|2E-2,ec ?+,99.982|6,,,-8780|120#,3360|50#,12400|70#,-22970|310,10990|70#,-230|70#,8173.5|6#,113941300|80#,-54680|70#,1978 +55,,59,,,ec p,8.7|13,,,,,,,,,,,, +,,,,,ec ?,0.19|3,,,,,,,,,,,, +,,,,,?,0.018|6,,,,,,,,,,,, +115,Cs,,1.4 s|8,1.4E0|8E-1,ec ?+,100,,,-10680|220,2830|100,8960|100,-21860|140,13090|120,-100|100,8216|1,114935910|110,-59700|100,1978 +55,,60,,,?+ p,? 0.07,,,,,,,,,,,, +116,Cs,,0.70 s|4,7E-1|4E-2,ec ?+,100,,,-7460|220,2600|100,11000|100,-21090|220,10410|140,670|100,8235|1,115933390|110,-62040|100,1975 +55,,61,,,ec p,2.8|7,,,,,,,,,,,, +,,,,,ec ?,0.049|25,,,,,,,,,,,, +117,Cs,,8.4 s|6,8.4E0|6E-1,ec ?+,100,,,-9040|260#,2200|60#,7690|60#,-19980|210,12520|120,740|60#,8271.9|5#,116928620|70#,-66490|60#,1972 +55,,62,,,,,,,,,,,,,,,, +118,Cs,,14 s|2,1.4E1|2E0,ec ?+,100,+3.876 5,+1.4 2,-6050|200,1960|150,9670|16,-19020|250#,9990|60#,1513|16#,8286.40|11#,117926560|14#,-68409|13#,1969 +55,,63,,,ec p,< 4.2 x 10-2|6,,,,,,,,,,,, +,,,,,ec ?,< 2.4 x 10-3|4,,,,,,,,,,,, +119,Cs,,43.0 s|2,4.3E1|2E-1,ec ?+,100,+5.46 3,+2.8 1,-7710|200#,1610|30#,6489|17#,-18020|200,11967|19#,1515|17#,8317.33|12#,118922377|15#,-72305|14#,1969 +55,,64,,,,,,,,,,,,,,,, +120,Cs,,61.3 s|11,6.13E1|1.1E0,ec ?+,100,+3.87 2,+1.45 2,-5000|300#,1180|100#,8284|15#,-17370|200#,9655|17#,2383|14#,8328.48|8#,119920677|11#,-73889|10#,1969 +55,,65,,,?+ ?,2.0 x 10-5|4,,,,,,,,,,,, +,,,,,?+ p,7 x 10-6|3,,,,,,,,,,,, +121,Cs,,155 s|4,1.55E2|4E0,ec ?+,100,+0.770 4,+0.838 9,-6360|140#,910|30#,5379|18#,-16290|300#,11285|17#,2219|19#,8352.91|12#,120917227|15#,-77102|14#,1969 +55,,66,,,,,,,,,,,,,,,, +122,Cs,,21.18 s|19,2.12E1|1.9E-1,ec ?+,100,-0.1333 9,-0.19 1,-3540|40#,400|40#,7210|40#,-15470|150#,9110|40#,2950|40#,8359.15|28#,121916110|40#,-78140|30#,1969 +55,,67,,,,,,,,,,,,,,,, +123,Cs,,5.88 min|3,3.53E2|1.8E0,ec ?+,100,+1.377 7,,-5389|17#,300|30#,4205|15#,-14510|30#,10970|40#,2978|16#,8380.38|10#,122912996|13#,-81044|12#,1954 +55,,68,,,,,,,,,,,,,,,, +124,Cs,,30.9 s|4,3.09E1|4E-1,ec ?+,100,+0.673 3,-0.74 3,-2642|15#,-403|17#,5930|8#,-14148|15#,8759|15#,3772|13#,8383.43|7#,123912258|9#,-81731|8#,1969 +55,,69,,,,,,,,,,,,,,,, +125,Cs,,46.7 min|1,2.8E3|6E0,ec ?+,100,+1.409 7,,-4419|13#,-261|9#,3105|8#,-13069|15#,10428|11#,3715|8#,8399.79|6#,124909728|8#,-84088|8#,1954 +55,,70,,,,,,,,,,,,,,,, +126,Cs,,1.64 min|2,9.84E1|1.2E0,ec ?+,100,+0.777 4,-0.68 2,-1681|16#,-695|12#,4796|11#,-12753|15#,8334|13#,4446|11#,8399.27|8#,125909446|11#,-84351|10#,1954 +55,,71,,,,,,,,,,,,,,,, +127,Cs,,6.25 h|10,2.25E4|3.6E2,ec ?+,100,+1.459 7,,-3422|13#,-721|7#,2081|7#,-11642|14#,9961|12#,4382|7#,8411.56|4#,126907417|6#,-86240|6#,1950 +55,,72,,,,,,,,,,,,,,,, +128,Cs,,3.640 min|14,2.18E2|8.4E-1,ec ?+,100,0.974 5,-0.570 8,-553|8#,-991|6#,3929|6#,-11185|13#,7763|8#,4899|7#,8406.49|4#,127907749|6#,-85932|5#,1951 +55,,73,,,,,,,,,,,,,,,, +129,Cs,,32.06 h|6,1.15E5|2.16E2,ec ?+,100,+1.491 8,,-2436|11#,-1087|5#,1197|5#,-10192|7#,9639|7#,4928|5#,8416.05|3#,128906066|5#,-87499|5#,1950 +55,,74,,,,,,,,,,,,,,,, +130,Cs,,29.21 min|4,1.75E3|2.4E0,ec ?+,98.4,+1.460 7,-0.059 6,362|9#,-1413|9#,2981|8#,-9908|13#,7472|10#,5493|8#,8408.78|6#,129906709|9#,-86900|8#,1952 +55,,75,,,?-,1.6,,,,,,,,,,,, +131,Cs,,9.689 d|16,8.37E5|1.38E3,ec,100,+3.543 2,-0.575 6,-1375|5#,-1500|6#,355|5#,-8869|5#,9230|10#,5467|5#,8415.06|4#,130905465|5#,-88059|5#,1947 +55,,76,,,,,,,,,,,,,,,, +132,Cs,,6.480 d|6,5.6E5|5.18E2,ec ?+,98.13|9,+2.222 7,+0.508 7,1282.3|15#,-1839|4#,2126.3|10#,-8540.3|28#,7165|5#,6028.1|10#,8405.587|8#,131906437.7|11#,-87152.7|10#,1953 +55,,77,,,?-,1.87|9,,,,,,,,,,,, +133,Cs,,STABLE,,,,+2.582025 3,-0.00371 14,-517.3|10#,-1989|3#,-427.4|24#,-7707.2|10#,8989.6|10#,6080.94|1#,8409.978|0#,132905451.961|8#,-88070.931|8#,1921 +55,,78,100 %,,,,,,,,,,,,,,, +134,Cs,,2.0652 y|4,6.52E7|1.26E4,?-,99.9997|1,+2.9937 9,+0.389 3,2058.7|3#,-2380|3#,1234.668|18#,-7408.9|10#,6891.54|1#,6536.5|24#,8398.646|0#,133906718.503|17#,-86891.154|16#,1940 +55,,79,,,ec,0.0003|1,,,,,,,,,,,, +135,Cs,,2.3 x 106|y|3,7.26E13|9.47E12,?-,100,+2.7324 2,+0.050 2,268.9|10#,-2563.8|12#,-1168|4#,-6703.1|10#,8761.8|10#,6744.8|10#,8401.336|7#,134905977.2|11#,-87581.6|10#,1949 +55,,80,,,,,,,,,,,,,,,, +136,Cs,,13.16 d|3,1.14E6|2.59E3,?-,100,+3.711 15,+0.225 10,2548.2|19#,-3060|4#,90.5|19#,-6559.5|19#,6828.4|21#,7215|4#,8389.770|14#,135907311.6|20#,-86338.7|19#,1951 +55,,81,,,,,,,,,,,,,,,, +137,Cs,,30.08 y|9,9.49E8|2.84E6,?-,100,+2.8413 1,+0.051 1,1175.63|17#,-3112|6#,-4162.2|4#,-5730.00|19#,8278.2|19#,7405.4|4#,8388.956|3#,136907089.5|4#,-86545.6|4#,1951 +55,,82,,,,,,,,,,,,,,,, +138,Cs,,33.41 min|18,2E3|1.08E1,?-,100,+0.700 4,+0.125 18,5375|9#,-1268|10#,-2915|10#,-3237|9#,4413|9#,7792|9#,8360.14|7#,137911017|10#,-82887|9#,1943 +55,,83,,,,,,,,,,,,,,,, +139,Cs,,9.27 min|5,5.56E2|3E0,?-,100,+2.696 4,-0.075 11,4213|3#,653|4#,-5056|4#,-511|3#,5885|10#,8018|4#,8342.338|23#,138913364|3#,-80701|3#,1939 +55,,84,,,,,,,,,,,,,,,, +140,Cs,,63.7 s|3,6.37E1|3E-1,?-,100,+0.1338953 5,-0.112 7,6219|10#,70|16#,-4064|9#,-208|8#,4420|9#,8694|8#,8314.32|6#,139917283|9#,-77050|8#,1950 +55,,85,,,,,,,,,,,,,,,, +141,Cs,,24.84 s|16,2.48E1|1.6E-1,?-,100,+2.438 10,-0.36 4,5255|10#,-546|12#,-6280|10#,721|12#,5499|12#,8780|9#,8294.36|6#,140920045|10#,-74478|9#,1962 +55,,86,,,?- n,0.035|3,,,,,,,,,,,, +142,Cs,,1.684 s|14,1.68E0|1.4E-2,?-,100,,,7328|8#,-960|9#,-5285|8#,1147|9#,4108|12#,9606|8#,8264.88|5#,141924300|8#,-70515|7#,1962 +55,,87,,,?- n,0.090|4,,,,,,,,,,,, +143,Cs,,1.791 s|7,1.79E0|7E-3,?-,100,,,6262|10#,-1629|9#,-7473|9#,2095|10#,5232|10#,9735|8#,8243.67|5#,142927347|8#,-67676|8#,1962 +55,,88,,,?- n,1.64|7,,,,,,,,,,,, +144,Cs,,0.994 s|6,9.94E-1|6E-3,?-,100,-0.546 3,+0.30 1,8496|20#,-2090|23#,-6399|21#,2595|21#,3667|22#,10357|21#,8211.89|14#,143932075|22#,-63271|20#,1967 +55,,89,,,?- n,3.03|13,,,,,,,,,,,, +145,Cs,,0.587 s|5,5.87E-1|5E-3,?-,100,+0.784 4,+0.62 6,7462|12#,-2553|18#,-8561|14#,3641|11#,4854|22#,10471|11#,8188.73|6#,144935529|10#,-60054|9#,1971 +55,,90,,,?- n,14.7|9,,,,,,,,,,,, +146,Cs,,0.3220 s|13,3.22E-1|1.3E-3,?-,100,,,9637|21#,-2970|370#,-7355|24#,4134|9#,3327|10#,11106|12#,8155.436|20#,145940622|3#,-55310.4|29#,1971 +55,,91,,,?- n,14.2|5,,,,,,,,,,,, +147,Cs,,0.230 s|1,2.3E-1|1E-3,?-,100,,,8344|21#,-3710|200,-9560|200#,4956|22#,4681|9#,11254|26#,8131.80|6#,146944262|9#,-51920|8#,1978 +55,,92,,,?- n,28.5|17,,,,,,,,,,,, +148,Cs,,146 ms|6,1.46E-1|6E-3,?-,100,,,10680|60#,-4060|400,-8310|300#,5282|24#,3062|15#,11840|200,8097.55|9#,147949639|14#,-46911|13#,1978 +55,,93,,,?- n,25.1|25,,,,,,,,,,,, +149,Cs,,> 50 ms,5E-2|5E21,?-,?,,,9870|590,-4740|640,,6270|400,4410|400,11940|500,8073|3,148953570|430,-43250|400,1979 +55,,94,,,?- n,?,,,,,,,,,,,, +150,Cs,,> 50 ms,5E-2|5E21,?-,100,,,11730|500,,,6880|590,2990|560,,8039|3,149959020|430,-38170|400,1979 +55,,95,,,?- n,?,,,,,,,,,,,, +151,Cs,,> 50 ms,5E-2|5E21,?- n,?,,,10710|640,,,7600|580,4130|640,,8013|3,150963250|540,-34230|500,1979 +55,,96,,,?-,?,,,,,,,,,,,, +114,Ba,,0.43 s|+30-15,4.3E-1|2.3E-1,ec ?+,99.1|3,,,,3592|19#,8780|120,,14190|310,1430|100#,8089.7|9#,113950720|110#,-45910|100#,1995 +56,,58,,,ec p,20|10,,,,,,,,,,,, +,,,,,?,0.9|3,,,,,,,,,,,, +,,,,,12C,< 0.0034,,,,,,,,,,,, +115,Ba,,0.45 s|5,4.5E-1|5E-2,ec ?+,100,,,,2950|220,10680|220,,11190|220,1630|210,8117|2,114947370|210,-49020|200,1997 +56,,59,,,?+ p,> 15,,,,,,,,,,,, +116,Ba,,1.3 s|2,1.3E0|2E-1,ec ?+,100,,,-13930|370,3020|200,7460|220,,13630|280,2170|220,8164|2,115941410|210,-54580|200,1997 +56,,60,,,?+ p,3|1,,,,,,,,,,,, +117,Ba,,1.75 s|7,1.75E0|7E-2,ec ?+,100,,,-10990|320,2320|250#,9040|260,-24880|400,10950|320,2700|270,8188.0|21#,116938320|270#,-57460|250#,1977 +56,,61,,,?+ ?,> 0,,,,,,,,,,,, +,,,,,?+ p,> 0,,,,,,,,,,,, +118,Ba,,5.5 s|2,5.5E0|2E-1,ec ?+,100,,,-12790|360,2310|200,6060|200,-23950|280,12970|320,3150|200,8228|2,117933060|210,-62350|200,1997 +56,,62,,,ec p,?,,,,,,,,,,,, +119,Ba,,5.4 s|3,5.4E0|3E-1,ec ?+,100,,,-9800|360,1640|200#,7710|200,-23100|360,10310|280,3470|200#,8245.9|17#,118930660|210#,-64590|200#,1974 +56,,63,,,ec p,< 25,,,,,,,,,,,, +120,Ba,,24 s|2,2.4E1|2E0,ec ?+,100,,,-11320|420,1730|300#,5000|300,-22170|420,12370|360#,3870|300#,8280.3|25#,119926040|320#,-68890|300#,1974 +56,,64,,,,,,,,,,,,,,,, +121,Ba,,29.7 s|15,2.97E1|1.5E0,ec ?+,100,+0.660 1,+1.79 12,-8550|330,1020|140#,6360|140,-21250|330,9930|330#,4150|140#,8293.9|12#,120924050|150#,-70740|140#,1975 +56,,65,,,,,,,,,,,,,,,, +122,Ba,,1.95 min|15,1.17E2|9E0,ec ?+,100,,,-10070|300,1050|30#,3540|40,-20490|300,11940|140#,4800|30#,8323.76|23#,121919900|30#,-74609|28#,1974 +56,,66,,,,,,,,,,,,,,,, +123,Ba,,2.7 min|4,1.62E2|2.4E1,ec ?+,100,-0.680 1,+1.49 12,-7000|200,715|16#,5389|17,-19180|300,9120|30#,4800|40#,8330.21|10#,122918781|13#,-75655|12#,1962 +56,,67,,,,,,,,,,,,,,,, +124,Ba,,11.0 min|5,6.6E2|3E1,ec ?+,100,,,-8830|60#,658|17#,2642|15#,-18510|200,11506|17#,5335|17#,8355.82|10#,123915094|13#,-79090|12#,1967 +56,,68,,,,,,,,,,,,,,,, +125,Ba,,3.3 min|3,1.98E2|1.8E1,ec ?+,100,+0.177 12,,-5909|28#,387|15#,4419|13#,-17480|60#,8651|17#,5227|14#,8358.18|9#,124914472|12#,-79669|11#,1968 +56,,69,,,,,,,,,,,,,,,, +126,Ba,,100 min|2,6E3|1.2E2,ec ?+,100,,,-7700|90#,260|17#,1681|16#,-16982|29#,11072|17#,5871|15#,8379.72|10#,125911250|13#,-82670|12#,1954 +56,,70,,,,,,,,,,,,,,,, +127,Ba,,12.7 min|4,7.62E2|2.4E1,ec ?+,100,+0.089 12,,-4922|28#,6|15#,3422|13#,-15920|90#,8219|17#,5756|15#,8378.45|9#,126911091|12#,-82818|11#,1952 +56,,71,,,,,,,,,,,,,,,, +128,Ba,,2.43 d|5,2.1E5|4.32E3,ec,100,,,-6750|50#,-142|5#,553|8#,-15554|27#,10632|12#,6427|8#,8396.06|4#,127908342|6#,-85378|5#,1950 +56,,72,,,,,,,,,,,,,,,, +129,Ba,,2.23 h|11,8.03E3|3.96E2,ec ?+,100,-0.398 16,,-3739|22#,-295|11#,2436|12#,-14510|60#,7756|11#,6421|12#,8391.10|8#,128908681|11#,-85063|11#,1950 +56,,73,,,,,,,,,,,,,,,, +130,Ba,,STABLE,,,,,,-5634|26#,-539|4#,-362|9#,-14008|21#,10270|11#,7051|5#,8405.549|20#,129906320.9|27#,-87261.5|26#,1936 +56,,74,0.106 %|1,,,,,,,,,,,,,,, +131,Ba,,11.50 d|6,9.94E5|5.18E3,ec ?+,100,0.708113 15,,-2914|28#,-787|5#,1375|6#,-13128|26#,7493.5|3#,7073|9#,8398.587|20#,130906941.2|28#,-86683.7|26#,1947 +56,,75,,,,,,,,,,,,,,,, +132,Ba,,> 3.0 x 1021|y,9.47E28|1.58E32,2?+,?,,,-4710|40#,-999.6|15#,-1282.3|15#,-12737|28#,9822.6|27#,7665|5#,8409.375|8#,131905061.1|11#,-88435.0|11#,1936 +56,,76,0.101 %|1,,,,,,,,,,,,,,, +133,Ba,,10.551 y|11,3.33E8|3.47E5,ec,100,0.771674 16,,-2059|28#,-1282.5|10#,517.3|10#,-11900|40#,7189.9|4#,7689.9|14#,8400.206|7#,132906007.3|11#,-87553.6|10#,1941 +56,,77,,,,,,,,,,,,,,,, +134,Ba,,STABLE,,,,,,-3731|20#,-1494.3|3#,-2058.7|3#,-11527|28#,9467.6|10#,8167.9|3#,8408.171|2#,133904508.4|3#,-88949.9|3#,1936 +56,,78,2.417 %|18,,,,,,,,,,,,,,, +135,Ba,,STABLE,,,,+0.837943 17,+0.160 3,-1207|9#,-1861.9|3#,-268.9|10#,-10703|20#,6971.96|10#,8248.3|3#,8397.533|2#,134905688.6|3#,-87850.5|3#,1932 +56,,79,6.592 %|12,,,,,,,,,,,,,,, +136,Ba,,STABLE,,,,,,-2850|50#,-2032.9|3#,-2548.2|19#,-10315|9#,9107.74|4#,8594.2|10#,8402.755|2#,135904576.0|3#,-88886.9|3#,1932 +56,,80,7.854 %|24,,,,,,,,,,,,,,, +137,Ba,,STABLE,,,,+0.935814 5,+0.245 4,-580.5|16#,-2502.6|24#,-1175.6|5#,-9760|50#,6905.63|7#,8671.5|19#,8391.827|2#,136905827.4|3#,-87721.2|3#,1932 +56,,81,11.232 %|24,,,,+0.937365 20,,,,,,,,,,, +138,Ba,,STABLE,,,,,,-1742|3#,-2560.7|3#,-5375|9#,-9192.3|16#,8611.72|4#,9005.00|18#,8393.420|2#,137905247.2|3#,-88261.6|3#,1925 +56,,82,71.698 %|42,,,,,,,,,,,,,,, +139,Ba,,83.06 min|28,4.98E3|1.68E1,?-,100,-0.973 5,-0.573 13,2312.5|20#,-926|4#,-4213|3#,-6466|3#,4723.43|4#,9316|9#,8367.017|2#,138908841.3|3#,-84913.8|3#,1937 +56,,83,,,,,,,,,,,,,,,, +140,Ba,,12.7527 d|23,1.1E6|1.99E2,?-,100,,,1047|8#,735|8#,-6219|11#,-4114|8#,6427|8#,9857|9#,8353.16|6#,139910607|9#,-83269|8#,1939 +56,,84,,,,,,,,,,,,,,,, +141,Ba,,18.27 min|7,1.1E3|4.2E0,?-,100,-0.337 5,+0.454 10,3199|7#,226|5#,-5255|11#,-3488|6#,4535|9#,9971|10#,8326.08|4#,140914403|6#,-79733|5#,1945 +56,,85,,,,,,,,,,,,,,,, +142,Ba,,10.6 min|2,6.36E2|1.2E1,?-,100,,,2182|8#,-295|7#,-7328|9#,-2982|7#,6181|8#,10654|11#,8310.97|4#,141916433|6#,-77842|6#,1959 +56,,86,,,,,,,,,,,,,,,, +143,Ba,,14.5 s|3,1.45E1|3E-1,?-,100,+0.443 11,-0.88 2,4234|10#,-718|7#,-6262|10#,-1984|9#,4166|9#,10712|10#,8281.99|5#,142920625|7#,-73937|7#,1962 +56,,87,,,,,,,,,,,,,,,, +144,Ba,,11.5 s|2,1.15E1|2E-1,?-,100,,,3083|15#,-1206|8#,-8496|21#,-1667|10#,5901|10#,11381|10#,8265.45|5#,143922955|8#,-71767|7#,1967 +56,,88,,,,,,,,,,,,,,,, +145,Ba,,4.31 s|16,4.31E0|1.6E-1,?-,100,-0.285 7,+1.224 21,5319|15#,-1744|9#,-7462|12#,-738|15#,3820|11#,11534|22#,8234.80|6#,144927518|9#,-67516|8#,1974 +56,,89,,,,,,,,,,,,,,,, +146,Ba,,2.21 s|6,2.21E0|6E-2,?-,100,,,4100|30#,-2142|21#,-9637|21#,-183|24#,5502|23#,12182|23#,8216.08|14#,145930276|22#,-64947|21#,1970 +56,,90,,,,,,,,,,,,,,,, +147,Ba,,0.894 s|10,8.94E-1|1E-2,?-,100,,,6414|22#,-2486|20#,-8344|21#,710|40#,3388|29#,12243|20#,8183.24|13#,146935304|21#,-60264|20#,1978 +56,,91,,,?- n,0.06|5,,,,,,,,,,,, +148,Ba,,0.612 s|17,6.12E-1|1.7E-2,?-,100,,,5110|60#,-3150|60#,-10680|60#,1010|60#,5400|70#,12960|60#,8164.4|4#,147938170|70#,-57590|60#,1979 +56,,92,,,?- n,0.4|3,,,,,,,,,,,, +149,Ba,,0.344 s|7,3.44E-1|7E-3,?-,100,,,7100|480#,-4050|440#,-9870|590#,1520|440#,3600|440#,13500|440#,8133.8|29#,148942970|470#,-53120|440#,1993 +56,,93,,,?- n,0.43|12,,,,,,,,,,,, +150,Ba,,0.3 s,3E-1,?-,100,,,6230|530,-4370|300,-11730|500,2250|360,4850|530,13940|500,8112|2,149946430|320,-49900|300,1994 +56,,94,,,?- n,?,,,,,,,,,,,, +151,Ba,,> 300 ns,3E-7|5E15,?- n,?,,,8370|590,-5000|450,-10710|640,3120|590,3110|500,14060|560,8079|3,150951750|430,-44940|400,1994 +56,,95,,,?-,?,,,,,,,,,,,, +152,BA,,> 406 ns,4.06E-7|5E15,?-,100,,,7580|500,-5530|500,-12780|640,3530|590,4840|560,14770|640,8057|3,151955220|430,-41710|400,2010 +56,,96,,,?- n,?,,,,,,,,,,,, +117,La,,23.5 ms|26,2.35E-2|2.6E-3,p,93.9|7,,,,2870|200,10990|320,,13900|370,-820|3#,8087|2,116950110|210,-46470|200,2001 +57,,60,,,ec ?+,6.1|7,,,,,,,,,,,, +120m,La,,2.8 s|2,2.8E0|2E-1,ec ?+,100,,,-7970|580,2050|320,11320|420,-21700|580,10850|420,270|360,8179|2,119938200|320,-57570|300,1984 +57,,63,,,ec p,> 0,,,,,,,,,,,, +121,La,,5.3 s|2,5.3E0|2E-1,ec ?+,100,,,-9500|500,1880|310,8550|330,-20660|580,12690|420,590|420,8217|2,120933240|320,-62190|300,1988 +57,,64,,,,,,,,,,,,,,,, +122,La,,8.6 s|5,8.6E0|5E-1,ec ?+,100,,,-6670|500,1440|300,10070|300,-19920|500,10420|420,1090|330,8235|2,121930710|320,-64540|300,1984 +57,,65,,,ec p,?,,,,,,,,,,,, +123,La,,17 s|3,1.7E1|3E0,ec ?+,100,,,-8360|360,1230|200,7000|200,-18850|450,12180|360,1330|200,8267|2,122926300|210,-68650|200,1978 +57,,66,,,,,,,,,,,,,,,, +124,La,,21 s|4,2.1E1|4E0,ec ?+,100,,,-5340|300,1210|60#,8830|60,-18040|300,9680|200,1890|60#,8278.3|5#,123924570|60#,-70260|60#,1978 +57,,67,,,,,,,,,,,,,,,, +125,La,,64.8 s|12,6.48E1|1.2E0,ec ?+,100,,,-7100|200,920|30#,5909|28,-16910|300,11570|60#,1959|29#,8304.64|21#,124920816|28#,-73759|26#,1973 +57,,68,,,,,,,,,,,,,,,, +126,La,,54 s|2,5.4E1|2E0,ec ?+,> 0,,,-4150|90#,750|100#,7700|90#,-16390|220,9290|90#,2590|90#,8312.4|7#,125919510|100#,-74970|90#,1961 +57,,69,,,,,,,,,,,,,,,, +127,La,,5.1 min|1,3.06E2|6E0,ec ?+,100,,,-5920|40#,723|29#,4922|28#,-15150|40#,10990|90#,2515|29#,8333.54|20#,126916375|28#,-77896|26#,1963 +57,,70,,,,,,,,,,,,,,,, +128,La,,5.18 min|14,3.11E2|8.4E0,ec,100,,,-3090|60#,680|60#,6750|50#,-14720|60#,8800|60#,3100|60#,8337.2|4#,127915590|60#,-78630|50#,1961 +57,,71,,,,,,,,,,,,,,,, +129,La,,11.6 min|2,6.96E2|1.2E1,ec ?+,100,,,-5040|40#,338|23#,3739|24#,-13860|40#,10770|60#,3235|22#,8356.05|17#,128912694|23#,-81325|21#,1963 +57,,72,,,,,,,,,,,,,,,, +130,La,,8.7 min|1,5.22E2|6E0,ec ?+,100,,,-2200|40#,299|28#,5634|26#,-13410|40#,8370|30#,3853|28#,8356.19|20#,129912369|28#,-81627|26#,1961 +57,,73,,,,,,,,,,,,,,,, +131,La,,59 min|2,3.54E3|1.2E2,ec ?+,100,,,-4060|40#,46|28#,2914|28#,-12420|40#,10210|40#,3797|28#,8370.37|21#,130910070|30#,-83769|28#,1951 +57,,74,,,,,,,,,,,,,,,, +132,La,,4.8 h|2,1.73E4|7.2E2,ec ?+,100,,,-1250|40#,-220|40#,4710|40#,-12090|50#,8030|50#,4330|40#,8367.76|27#,131910120|40#,-83720|40#,1951 +57,,75,,,,,,,,,,,,,,,, +133,La,,3.912 h|8,1.41E4|2.88E1,ec ?+,100,,,-3080|30#,-420|28#,2059|28#,-11090|30#,9840|50#,4348|28#,8378.84|21#,132908220|30#,-85494|28#,1950 +57,,76,,,,,,,,,,,,,,,, +134,La,,6.45 min|16,3.87E2|9.6E0,ec ?+,100,,,-386|29#,-744|22#,3731|20#,-10872|26#,7800|30#,4954|20#,8374.49|15#,133908514|21#,-85219|20#,1951 +57,,77,,,,,,,,,,,,,,,, +135,La,,19.5 h|2,7.02E4|7.2E2,ec ?+,100,+3.70 9,-0.4 4,-2027|5#,-1009|11#,1207|9#,-9882|22#,9496|22#,4982|9#,8382.79|7#,134906985|10#,-86643|9#,1948 +57,,78,,,,,,,,,,,,,,,, +136,La,,9.87 min|3,5.92E2|1.8E0,ec ?+,100,,,470|50#,-1310|50#,2850|50#,-9490|50#,7470|50#,5480|50#,8376.0|4#,135907630|60#,-86040|50#,1950 +57,,79,,,,,,,,,,,,,,,, +137,La,,6 x 104|y|2,1.89E12|6.31E11,ec,100,+2.700 15,+0.21 3,-1222.1|16#,-1494.7|17#,580.5|17#,-8703.6|16#,9170|50#,5542.7|16#,8381.879|12#,136906450.6|18#,-87140.7|17#,1948 +57,,80,,,,,,,,,,,,,,,, +138,La,,1.02 x 1011|y|1,3.22E18|3.16E16,ec ?+,65.6|5,+3.73646 7,+0.45 2,1052|4#,-2053|3#,1742|3#,-8672|3#,7450|4#,6087|3#,8375.125|23#,137907118|3#,-86519|3#,1947 +57,,81,0.08881 %|71,,?-,34.4|5,,,,,,,,,,,, +139,La,,STABLE,,,,+2.7830455 9,+0.20 1,-278|7#,-2069.5|22#,-2312.5|20#,-7727|5#,8778.3|25#,6253.5|20#,8378.025|14#,138906358.8|22#,-87226.2|20#,1924 +57,,82,99.91119 %|71,,,,,,,,,,,,,,, +140,La,,1.67855 d|12,1.45E5|1.04E1,?-,100,+0.730 15,+0.094 10,3760.2|17#,-402.1|27#,-1047|8#,-5439|7#,5160.98|4#,6691.1|20#,8355.047|14#,139909483.2|22#,-84315.9|20#,1935 +57,,83,,,,,,,,,,,,,,,, +141,La,,3.92 h|3,1.41E4|1.08E2,?-,100,,,2501|4#,1189|4#,-3199|7#,-2927|4#,6687|4#,6951|9#,8343.22|3#,140910969|5#,-82932|4#,1951 +57,,84,,,,,,,,,,,,,,,, +142,La,,91.1 min|5,5.47E3|3E1,?-,100,,,4509|6#,438|11#,-2182|9#,-2663|6#,5164|7#,7581|8#,8320.83|4#,141914090|7#,-80024|6#,1953 +57,,85,,,,,,,,,,,,,,,, +143,La,,14.2 min|1,8.52E2|6E0,?-,100,,,3435|8#,104|8#,-4234|10#,-1710|8#,6219|10#,7618|9#,8306.13|5#,142916079|8#,-78172|7#,1951 +57,,86,,,,,,,,,,,,,,,, +144,La,,40.8 s|4,4.08E1|4E-1,?-,100,,,5582|13#,-224|15#,-3083|15#,-1314|13#,4749|15#,8201|15#,8281.43|9#,143919646|14#,-74850|13#,1967 +57,,87,,,,,,,,,,,,,,,, +145,La,,24.8 s|20,2.48E1|2E0,?-,100,,,4230|40#,-783|15#,-5319|15#,-475|13#,6057|18#,8357|14#,8266.09|8#,144921808|13#,-72835|12#,1974 +57,,88,,,,,,,,,,,,,,,, +146,La,,6.1 s|3,6.1E0|3E-1,?-,100,,,6590|30#,-960|30#,-4100|40#,-50|50#,4290|40#,8820|30#,8238.83|23#,145925870|40#,-69050|30#,1970 +57,,89,,,?- n,? 0.007,,,,,,,,,,,, +147,La,,4.06 s|4,4.06E0|4E-2,?-,100,,,5336|14#,-1428|13#,-6414|22#,886|20#,5700|40#,9020|23#,8221.55|7#,146928418|11#,-66678|11#,1979 +57,,90,,,?- n,0.041|4,,,,,,,,,,,, +148,La,,1.26 s|8,1.26E0|8E-2,?-,100,,,7690|22#,-1862|28#,-5110|70#,1234|21#,4102|22#,9734|28#,8193.72|13#,147932679|21#,-62709|19#,1982 +57,,91,,,?- n,0.15|3,,,,,,,,,,,, +149,La,,1.05 s|3,1.05E0|3E-2,?-,100,,,6450|200#,-2590|200#,-7100|480#,2110|200#,5580|200#,9920|210#,8176.2|13#,148935350|210#,-60220|200#,1979 +57,,92,,,?- n,1.43|28,,,,,,,,,,,, +150,La,,0.59 s|11,5.9E-1|1.1E-1,?-,100,,,8720|440#,-3240|440#,-6230|530#,2470|440#,3980|480#,10300|620#,8148.2|29#,149939740|470#,-56130|440#,1993 +57,,93,,,?- n,2.7|3,,,,,,,,,,,, +151,La,,> 300 ns,3E-7|5E15,?- n,?,,,7910|440#,-3820|440#,-8370|590#,3470|440#,5250|620#,10700|530,8129.0|29#,150942770|470#,-53310|440#,1994 +57,,94,,,?-,?,,,,,,,,,,,, +152,La,,> 150 ns,1.5E-7|5E15,?-,100,,,9690|360,-4800|300,-7580|500,3860|300,4050|530,11640|500,8102|2,151947080|320,-49290|300,1994 +57,,95,,,,,,,,,,,,,,,, +153,La,,> 100 ns,1E-7|5E15,,,,,8850|360,-5230|500,-13240|580,4850|360,4840|420,11640|500,8081|2,152950550|320,-46060|300,1994 +57,,96,,,,,,,,,,,,,,,, +121,Ce,,1.1 s|1,1.1E0|1E-1,ec ?+,100,,,-11270|640,2340|470,9500|500,,11160|640,2410|500,8132|3,120943430|430,-52690|400,1997 +58,,63,,,ec p,? 1,,,,,,,,,,,, +122,Ce,,,,ec p,?,,,-13090|640,2060|450,6670|500,-24520|640,13250|570,2970|500,8174|3,121937870|430,-57870|400,2005 +58,,64,,,ec ?+,?,,,,,,,,,,,, +123,Ce,,3.8 s|2,3.8E0|2E-1,ec ?+,100,,,-10060|500,1880|360,8360|360,-23580|580,10480|500,3030|420,8193|2,122935280|320,-60290|300,1984 +58,,65,,,ec p,> 0.,,,,,,,,,,,, +124,Ce,,6 s|2,6E0|2E0,ec ?+,100,,,-11760|500,1550|420,5340|300,-22760|500,12700|420,3550|360,8229|2,123930310|320,-64920|300,1978 +58,,66,,,,,,,,,,,,,,,, +125,Ce,,9.7 s|3,9.7E0|3E-1,ec ?+,100,,,-8720|360,1660|240,7100|200,-21580|450,9810|360,3690|200,8242|2,124928440|210,-66660|200,1978 +58,,67,,,?+ p,?,,,,,,,,,,,, +126,Ce,,51.0 s|3,5.1E1|3E-1,ec ?+,100,,,-10500|200,1360|40#,4150|90,-20950|300,12230|200,4350|40#,8273.26|22#,125923970|30#,-70821|28#,1978 +58,,68,,,,,,,,,,,,,,,, +127,Ce,,34 s|2,3.4E1|2E0,ec ?+,100,,,-7440|200,1250|30#,5920|40,-19730|200,9230|40#,4290|90#,8280.79|23#,126922730|30#,-71979|29#,1978 +58,,69,,,,,,,,,,,,,,,, +128,Ce,,3.93 min|2,2.36E2|1.2E0,ec ?+,100,,,-9200|40#,1130|30#,3090|60#,-19060|200,11630|40#,4930|40#,8306.92|22#,127918910|30#,-75534|28#,1968 +58,,70,,,,,,,,,,,,,,,, +129,Ce,,3.5 min|3,2.1E2|1.8E1,ec ?+,100,,,-6510|40#,960|30#,5040|40#,-18030|40#,8820|40#,4950|60#,8310.94|22#,128918100|30#,-76287|28#,1977 +58,,71,,,,,,,,,,,,,,,, +130,Ce,,22.9 min|5,1.37E3|3E1,ec ?+,100,,,-8250|70#,820|30#,2200|40#,-17720|40#,11210|40#,5390|40#,8333.22|21#,129914740|30#,-79423|28#,1965 +58,,72,,,,,,,,,,,,,,,, +131,Ce,,10.3 min|3,6.18E2|1.8E1,ec ?+,100,,,-5410|60#,680|30#,4060|40#,-16600|70#,8360|40#,5370|40#,8333.40|25#,130914430|40#,-79710|30#,1966 +58,,73,,,?+,11|3,,,,,,,,,,,, +132,Ce,,3.51 h|11,1.26E4|3.96E2,ec ?+,100,,,-7240|40#,483|21#,1250|40#,-16240|50#,10830|40#,5990|30#,8352.34|15#,131911464|22#,-82471|20#,1960 +58,,74,,,,,,,,,,,,,,,, +133,Ce,,97 min|4,5.82E3|2.4E2,ec ?+,100,,,-4481|21#,220|19#,3080|30#,-15260|30#,8019|26#,5980|40#,8349.83|12#,132911520|18#,-82418|16#,1951 +58,,75,,,,,,,,,,,,,,,, +134,Ce,,3.16 d|4,2.73E5|3.46E3,ec,100,,,-6305|29#,4|21#,386|29#,-14967|24#,10486|26#,6630|30#,8365.77|15#,133908928|22#,-84833|20#,1951 +58,,76,,,,,,,,,,,,,,,, +135,Ce,,17.7 h|3,6.37E4|1.08E3,ec ?+,100,,,-3680|16#,-357|11#,2027|14#,-14159|23#,7855|23#,6686|22#,8361.98|8#,134909161|11#,-84616|10#,1948 +58,,77,,,,,,,,,,,,,,,, +136,Ce,,> 0.7 x 1014|y,2.21E21|1.58E32,2ec,?,,,-5168|11#,-498.3|11#,-470|50#,-13644|12#,9964|10#,7154|9#,8373.760|3#,135907129.4|4#,-86508.4|4#,1936 +58,,78,0.185 %|2,,,,,,,,,,,,,,, +137,Ce,,9.0 h|3,3.24E4|1.08E3,ec ?+,100,0.96 4,,-2717|8#,-789.9|11#,1222.1|17#,-12650|11#,7481.53|16#,7170|50#,8367.248|3#,136907762.6|5#,-85918.6|4#,1948 +58,,79,,,,,,,,,,,,,,,, +138,Ce,,? 0.9 x 1014|y,2.84E21|1.58E32,,,,,-4437|10#,-1046|5#,-1052|6#,-12441|10#,9724|5#,7719|5#,8377.08|4#,137905989|5#,-87571|5#,1936 +58,,80,0.251 %|2,,,,,,,,,,,,,,, +139,Ce,,137.641 d|20,1.19E7|1.73E3,ec ?+,100,1.06 4,,-2129|3#,-1522|7#,278|7#,-11885|13#,7448|8#,7718|7#,8370.39|5#,138906658|8#,-86948|7#,1948 +58,,81,,,,,,,,,,,,,,,, +140,Ce,,STABLE,,,,,,-3388|6#,-1614.1|16#,-3760.2|26#,-11329|8#,9200|7#,8138.8|17#,8376.317|11#,139905446.4|17#,-88076.1|16#,1925 +58,,82,88.450 %|51,,,,,,,,,,,,,,, +141,Ce,,32.511 d|13,2.81E6|1.12E3,?-,100,1.09 4,,582.7|12#,-136.6|16#,-2501|5#,-8816|6#,5428.14|10#,8406.0|17#,8355.408|11#,140908284.0|17#,-85432.9|16#,1948 +58,,83,,,,,,,,,,,,,,,, +142,Ce,,> 5 x 1016|y,1.58E24|1.58E32,,,,,-745.7|25#,1303.5|25#,-4509|7#,-6588.9|25#,7171.6|25#,8891|5#,8347.071|18#,141909249.9|27#,-84533.2|25#,1925 +58,,84,11.114 %|51,,,,,,,,,,,,,,, +143,Ce,,33.039 h|6,1.19E5|2.16E1,?-,100,0.43 1,,1461.6|19#,882.2|25#,-3435|8#,-5890.5|25#,5144.80|9#,8871|6#,8324.678|18#,142912391.6|27#,-81606.7|25#,1948 +58,,85,,,,,,,,,,,,,,,, +144,Ce,,284.91 d|5,2.46E7|4.32E3,?-,100,,,318.6|8#,413|8#,-5582|13#,-5434.9|29#,6897|3#,9549|8#,8314.760|20#,143913653|3#,-80431.9|29#,1945 +58,,86,,,,,,,,,,,,,,,, +145,Ce,,3.01 min|6,1.81E2|3.6E0,?-,100,,,2560|30#,240|30#,-4230|40#,-4390|30#,4710|30#,9510|40#,8289.87|23#,144917270|40#,-77070|30#,1954 +58,,87,,,,,,,,,,,,,,,, +146,Ce,,13.49 min|16,8.09E2|9.6E0,?-,100,,,1050|30#,-218|17#,-6590|40#,-4081|18#,6640|40#,10089|20#,8278.57|11#,145918802|18#,-75635|16#,1953 +58,,88,,,,,,,,,,,,,,,, +147,Ce,,56.4 s|10,5.64E1|1E0,?-,100,,,3430|16#,-502|11#,-5336|14#,-3400|40#,4450|18#,10250|30#,8252.53|6#,146922690|9#,-72014|9#,1964 +58,,89,,,,,,,,,,,,,,,, +148,Ce,,56.8 s|3,5.68E1|3E-1,?-,100,,,2137|13#,-1056|13#,-7690|22#,-3026|19#,6456|14#,11009|15#,8240.39|8#,147924424|12#,-70398|11#,1964 +58,,90,,,,,,,,,,,,,,,, +149,Ce,,5.3 s|2,5.3E0|2E-1,?-,100,,,4369|14#,-1579|13#,-6450|200#,-2206|18#,4343|15#,11250|22#,8214.23|7#,148928427|11#,-66670|10#,1974 +58,,91,,,,,,,,,,,,,,,, +150,Ce,,4.0 s|6,4E0|6E-1,?-,100,,,3454|14#,-2325|24#,-8720|440#,-1879|15#,6248|16#,11920|200#,8201.12|8#,149930384|13#,-64847|12#,1970 +58,,92,,,,,,,,,,,,,,,, +151,Ce,,1.76 s|6,1.76E0|6E-2,?-,100,,,5555|21#,-3386|27#,-7910|440#,-996|20#,4450|21#,12380|440#,8176.28|12#,150934272|19#,-61225|18#,1997 +58,,93,,,,,,,,,,,,,,,, +152,Ce,,1.4 s|2,1.4E0|2E-1,?-,100,,,4780|200,-3810|210,-9690|360,-270|200,5830|200,12960|480,8161|1,151936680|210,-58980|200,1990 +58,,94,,,,,,,,,,,,,,,, +153,Ce,,> 100 ns,1E-7|5E15,,,,,6660|200,-4210|480,-8850|360,780|200,4000|280,12910|360,8134|1,152941050|210,-54910|200,1994 +58,,95,,,,,,,,,,,,,,,, +154,Ce,,> 100 ns,1E-7|5E15,?-,100,,,5880|230,-4740|360,-10690|360,1280|200,5380|280,13450|360,8116|1,153943940|210,-52220|200,1994 +58,,96,,,,,,,,,,,,,,,, +155,Ce,,> 300 ns,3E-7|5E15,,,,,7630|300,-5260|500,-9850|500,2250|320,3630|360,13540|420,8087|2,154948710|320,-47780|300,1994 +58,,97,,,,,,,,,,,,,,,, +121,Pr,,10 ms|+6-3,1E-2|5E-3,p,? 100,,,,2620|540,11270|640,,,-890|10#,8032|4,120955530|540,-41420|500,2005 +59,,62,,,,,,,,,,,,,,,, +124,Pr,,1.2 s|2,1.2E0|2E-1,ec ?+,100,,,-8630|640,1990|500,11760|500,,10990|570,150|500,8128|3,123942940|430,-53150|400,1986 +59,,65,,,ec p,> 0,,,,,,,,,,,, +125,Pr,,3.3 s|7,3.3E0|7E-1,ec ?+,100,,,-10340|500,1820|420,8720|360,-21490|590,12860|500,310|420,8166|2,124937800|320,-57940|300,2002 +59,,66,,,?+ p,?,,,,,,,,,,,, +126,Pr,,3.14 s|22,3.14E0|2.2E-1,ec ?+,100,,,-7330|360,1790|360,10500|200,-20800|450,10450|360,950|280,8184|2,125935240|210,-60320|200,1983 +59,,67,,,ec p,?,,,,,,,,,,,, +127,Pr,,4.2 s|3,4.2E0|3E-1,ec ?+,100,,,-9010|360,1680|280,7440|200,-19620|360,12290|280,1010|200,8216|2,126930710|210,-64540|200,1995 +59,,68,,,,,,,,,,,,,,,, +128,Pr,,2.84 s|9,2.84E0|9E-2,ec ?+,100,,,-6020|200,1500|60#,9200|40,-18870|300,9860|200,1640|40#,8228.91|23#,127928790|30#,-66330|30#,1985 +59,,69,,,,,,,,,,,,,,,, +129,Pr,,30 s|4,3E1|4E0,ec ?+,100,,,-7460|200,1560|40#,6510|40,-17530|200,11510|40#,1530|40#,8254.38|23#,128925090|30#,-69770|30#,1977 +59,,70,,,,,,,,,,,,,,,, +130,Pr,,40.0 s|4,4E1|4E-1,ec ?+,100,,,-4580|70#,1370|110#,8250|70#,-16930|210,9470|70#,2180|70#,8263.8|5#,129923590|70#,-71180|60#,1977 +59,,71,,,,,,,,,,,,,,,, +131,Pr,,1.51 min|2,9.06E1|1.2E0,ec ?+,100,,,-6530|50#,1170|50#,5410|60#,-15780|50#,11200|80#,2170|50#,8286.1|4#,130920230|50#,-74300|50#,1977 +59,,72,,,,,,,,,,,,,,,, +132,Pr,,1.6 min|3,9.6E1|1.8E1,ec ?+,100,,,-3800|40#,970|60#,7240|40#,-15530|40#,9000|60#,2810|40#,8291.54|22#,131919240|30#,-75227|29#,1974 +59,,73,,,,,,,,,,,,,,,, +133,Pr,,6.5 min|3,3.9E2|1.8E1,ec ?+,100,,,-5610|50#,962|25#,4481|21#,-14583|27#,10780|30#,2756|24#,8310.26|9#,132916331|13#,-77938|12#,1970 +59,,74,,,,,,,,,,,,,,,, +134,Pr,,17 min|2,1.02E3|1.2E2,ec ?+,100,,,-2882|24#,670|30#,6305|29#,-14270|50#,8662|24#,3399|26#,8312.88|15#,133915697|22#,-78528|20#,1967 +59,,75,,,,,,,,,,,,,,,, +135,Pr,,24 min|1,1.44E3|6E1,ec ?+,100,,,-4722|22#,410|30#,3680|16#,-13361|17#,10479|23#,3392|24#,8328.93|9#,134913112|13#,-80936|12#,1954 +59,,76,,,,,,,,,,,,,,,, +136,Pr,,13.1 min|1,7.86E2|6E0,ec ?+,100,,,-2141|16#,-40|40#,5168|11#,-13198|22#,8476|16#,4013|15#,8330.01|8#,135912678|12#,-81340|11#,1968 +59,,77,,,,,,,,,,,,,,,, +137,Pr,,1.28 h|3,4.61E3|1.08E2,ec ?+,100,,,-3617|14#,-132|29#,2717|8#,-12074|14#,9933|14#,3982|8#,8341.71|6#,136910679|9#,-83202|8#,1958 +59,,78,,,,,,,,,,,,,,,, +138,Pr,,1.45 min|5,8.7E1|3E0,ec ?+,100,,,-1116|16#,-340|23#,4437|12#,-11621|16#,8004|14#,4504|11#,8339.25|8#,137910752|12#,-83134|11#,1951 +59,,79,,,,,,,,,,,,,,,, +139,Pr,,4.41 h|4,1.59E4|1.44E2,ec ?+,100,,,-2805|28#,-600|12#,2129|11#,-10872|14#,9756|13#,4537|9#,8349.45|6#,138908943|8#,-84819|8#,1951 +59,,80,,,,,,,,,,,,,,,, +140,Pr,,3.39 min|1,2.03E2|6E-1,ec ?+,100,,,-429|7#,-1080|50#,3388|6#,-10745|28#,7941|10#,5029|9#,8346.53|4#,139909084|7#,-84688|6#,1938 +59,,81,,,,,,,,,,,,,,,, +141,Pr,,STABLE,,,,+4.2754,-0.077 6,-1823.0|28#,-1299.9|23#,-582.7|23#,-9828|4#,9399|6#,5228.5|12#,8353.992|12#,140907658.4|18#,-86015.6|17#,1924 +59,,82,100 %,,,,,,,,,,,,,,, +142,Pr,,19.12 h|4,6.88E4|1.44E2,?-,99.9836|8,+0.234 1,+0.030 9,2162.5|14#,307|3#,746|3#,-7666.2|28#,5843.15|8#,5643.5|12#,8336.310|12#,141910050.4|18#,-83787.5|17#,1935 +59,,83,,,ec,0.0164|8,,,,,,,,,,,, +143,Pr,,13.57 d|2,1.17E6|1.73E3,?-,100,+2.701 4,+0.77 16,934.0|14#,1733.0|25#,-1462|3#,-5189.6|14#,7352.1|19#,5824.0|19#,8329.428|13#,142910822.6|20#,-83068.2|19#,1948 +59,,84,,,,,,,,,,,,,,,, +144,Pr,,17.28 min|5,1.04E3|3E0,?-,100,,,2997.4|24#,1140|3#,-319|4#,-4819.6|24#,5753.6|28#,6433|3#,8311.540|19#,143913311|3#,-80750.5|28#,1951 +59,,85,,,,,,,,,,,,,,,, +145,Pr,,5.984 h|10,2.15E4|3.6E1,?-,100,,,1806|7#,881|8#,-2560|30#,-3949|7#,6947|7#,6483|7#,8302.13|5#,144914518|8#,-79626|7#,1954 +59,,86,,,,,,,,,,,,,,,, +146,Pr,,24.09 min|10,1.45E3|6E0,?-,100,,,4240|30#,920|40#,-1050|40#,-3320|30#,5130|40#,6900|50#,8280.38|24#,145917680|40#,-76680|30#,1953 +59,,87,,,,,,,,,,,,,,,, +147,Pr,,13.4 min|3,8.04E2|1.8E1,?-,100,,,2703|16#,303|17#,-3430|18#,-2590|16#,6830|40#,7098|23#,8270.54|11#,146919007|17#,-75444|16#,1964 +59,,88,,,,,,,,,,,,,,,, +148m1,Pr,,2.29 min|2,1.37E2|1.2E0,?-,100,,,4873|15#,-111|20#,-2137|19#,-2460|15#,5163|22#,7810|17#,8249.54|10#,147922130|16#,-72535|15#,1964 +59,,89,,,,,,,,,,,,,,,, +149,Pr,,2.26 min|7,1.36E2|4.2E0,?-,100,,,3336|10#,-629|16#,-4369|14#,-1703|10#,6575|18#,7930|15#,8238.30|7#,148923736|11#,-71039|10#,1964 +59,,90,,,,,,,,,,,,,,,, +150,Pr,,6.19 s|16,6.19E0|1.6E-1,?-,100,,,5379|9#,-1680|30#,-3454|15#,-1996|9#,5332|13#,8920|14#,8218.93|6#,149926676|10#,-68300|9#,1970 +59,,91,,,,,,,,,,,,,,,, +151,Pr,,18.90 s|7,1.89E1|7E-2,?-,100,,,4163|12#,-2526|16#,-5555|21#,-1171|12#,6550|15#,9222|17#,8207.88|8#,150928309|13#,-66780|12#,1990 +59,,92,,,,,,,,,,,,,,,, +152,Pr,,3.57 s|18,3.57E0|1.8E-1,?-,100,,,6390|30#,-3474|27#,-4780|200#,-886|19#,5050|22#,9822|26#,8187.10|12#,151931553|20#,-63758|19#,1983 +59,,93,,,,,,,,,,,,,,,, +153,Pr,,4.28 s|11,4.28E0|1.1E-1,?-,100,,,5762|12#,-3770|200#,-6660|200#,510|27#,5882|22#,9880|200,8172.04|8#,152933904|13#,-61568|12#,1987 +59,,94,,,,,,,,,,,,,,,, +154,Pr,,2.3 s|1,2.3E0|1E-1,?-,100,,,7720|100#,-4400|450#,-5880|230#,1150|110#,4610|110#,10480|230,8148.9|7#,153937620|120#,-58100|110#,1988 +59,,95,,,,,,,,,,,,,,,, +155,Pr,,> 300 ns,3E-7|5E15,,,,,6868|19#,-4530|440#,-7640|300#,2340|60#,5380|110#,10480|200,8131.04|11#,154940509|18#,-55415|17#,1992 +59,,96,,,,,,,,,,,,,,,, +125,Nd,,0.65 s|15,6.5E-1|1.5E-1,ec ?+,100,,,,2670|570,10340|500,,11140|640,1740|570,8077|3,124948900|430,-47600|400,1999 +60,,65,,,ec p,> 0,,,,,,,,,,,, +126,Nd,,,,ec p,?,,,-13640|580,2460|500,7330|360,,13460|500,2340|420,8119|2,125943110|320,-52990|300,2000 +60,,66,,,ec ?+,?,,,,,,,,,,,, +127,Nd,,1.8 s|4,1.8E0|4E-1,ec ?+,100,,,-10750|500,2330|420,9010|360,-24260|580,10610|420,2500|360,8139|2,126940380|320,-55540|300,1983 +60,,67,,,ec p,?,,,,,,,,,,,, +128,Nd,,5 s,5E0,ec ?+,100,,,-12530|360,2180|360,6020|200,-23600|450,12850|360,3060|280,8176|2,127935250|210,-60310|200,1985 +60,,68,,,ec p,?,,,,,,,,,,,, +129,Nd,,6.7 s|4,6.7E0|4E-1,ec ?+,100,,,-9430|360,1920|280,7460|200,-22600|360,10070|280,3270|200,8190|2,128933100|220,-62310|200,1977 +60,,69,,,ec p,> 0,,,,,,,,,,,, +130,Nd,,13 s|3,1.3E1|3E0,ec ?+,100,,,-11200|200,1800|40#,4580|70,-21790|300,12350|200,4110|40#,8222.51|21#,129928510|30#,-66596|28#,1977 +60,,70,,,,,,,,,,,,,,,, +131,Nd,,25.4 s|9,2.54E1|9E-1,ec ?+,100,,,-8110|200,1790|40#,6530|50,-20440|200,9240|40#,3880|70#,8230.30|21#,130927250|30#,-67768|28#,1977 +60,,71,,,ec p,> 0,,,,,,,,,,,, +132,Nd,,94 s|8,9.4E1|8E0,ec ?+,100,,,-9800|150,1680|40#,3800|40,-19840|200,11730|40#,4410|50#,8256.81|18#,131923321|26#,-71426|24#,1977 +60,,72,,,,,,,,,,,,,,,, +133,Nd,,70 s|10,7E1|1E1,ec ?+,100,,,-6920|70#,1530|50#,5610|50#,-18780|160,8980|50#,4390|50#,8262.2|3#,132922350|50#,-72330|50#,1977 +60,,73,,,,,,,,,,,,,,,, +134,Nd,,8.5 min|15,5.1E2|9E1,ec ?+,100,,,-8910|60#,1350|30#,2882|24#,-18310|50#,11390|50#,4998|17#,8285.54|9#,133918790|13#,-75646|12#,1970 +60,,74,,,,,,,,,,,,,,,, +135,Nd,,12.4 min|6,7.44E2|3.6E1,ec ?+,100,-0.78 3,+1.9 5,-6160|80#,1070|40#,4722|22#,-17550|60#,8638|22#,4975|28#,8288.15|14#,134918181|21#,-76214|19#,1970 +60,,75,,,,,,,,,,,,,,,, +136,Nd,,50.65 min|33,3.04E3|1.98E1,ec ?+,100,,,-8030|70#,847|24#,2141|16#,-17220|80#,11057|22#,5552|17#,8308.51|9#,135914976|13#,-79199|12#,1968 +60,,76,,,,,,,,,,,,,,,, +137,Nd,,38.5 min|15,2.31E3|9E1,ec ?+,100,,,-5512|18#,409|20#,3617|14#,-16490|70#,8457|17#,5533|16#,8309.59|9#,136914562|13#,-79585|12#,1970 +60,,77,,,,,,,,,,,,,,,, +138,Nd,,5.04 h|9,1.81E4|3.24E2,ec ?+,100,,,-7078|29#,390|23#,1116|16#,-16017|17#,10505|16#,6106|14#,8325.50|8#,137911950|12#,-82018|12#,1965 +60,,78,,,,,,,,,,,,,,,, +139,Nd,,29.7 min|5,1.78E3|3E1,ec ?+,100,+0.907 7,+0.28 9,-4513|26#,177|29#,2805|29#,-15140|40#,8070|30#,6170|30#,8323.64|20#,138911950|30#,-82014|28#,1951 +60,,79,,,,,,,,,,,,,,,, +140,Nd,,3.37 d|2,2.91E5|1.73E3,ec,100,,,-6045|24#,-175|3#,429|7#,-14830|14#,10316|28#,6729|9#,8337.875|25#,139909544|4#,-84259|3#,1949 +60,,80,,,,,,,,,,,,,,,, +141,Nd,,2.49 h|3,8.96E3|1.08E2,ec ?+,100,+1.012 9,+0.32 13,-3670|14#,-699|3#,1823|4#,-14050|24#,8005|5#,6794|7#,8335.515|23#,140909615|4#,-84193|3#,1949 +60,,81,,,,,,,,,,,,,,,, +142,Nd,,STABLE,,,,,,-4808|24#,-804|5#,-2162.5|22#,-13498|14#,9829|3#,7223.3|14#,8346.030|10#,141907728.9|15#,-85950.0|14#,1924 +60,,82,27.152 %|40,,,,,,,,,,,,,,, +143,Nd,,STABLE,,,,-1.065 5,-0.61 2,-1041.6|27#,521|7#,-934.0|23#,-10932|24#,6123.57|7#,7503.7|14#,8330.488|10#,142909819.9|15#,-84002.2|14#,1933 +60,,83,12.174 %|26,,,,,,,,,,,,,,, +144,Nd,,2.29 x 1015|y|16,7.23E22|5.05E21,?,100,,,-2331.9|26#,1903.2|16#,-2997|3#,-8858.6|27#,7817.04|5#,7968.7|14#,8326.922|9#,143910092.9|15#,-83748.0|14#,1924 +60,,84,23.798 %|19,,,,,,,,,,,,,,, +145,Nd,,STABLE,,,,-0.656 4,-0.314 12,-164.5|25#,1576.0|16#,-1806|7#,-8087.2|27#,5755.31|23#,7970.4|24#,8309.187|10#,144912579.2|15#,-81432.0|14#,1933 +60,,85,8.293 %|12,,,,,,,,,,,,,,, +146,Nd,,STABLE,,,,,,-1472|4#,1182.4|22#,-4240|30#,-7729.7|25#,7565.23|9#,8589|7#,8304.092|9#,145913122.5|15#,-80925.9|14#,1924 +60,,86,17.189 %|32,,,,,,,,,,,,,,, +147,Nd,,10.98 d|1,9.49E5|8.64E2,?-,100,0.578 3,0.9 3,895.5|5#,1035.0|22#,-2703|16#,-6764|4#,5292.20|9#,8750|30#,8283.603|9#,146916106.0|15#,-78146.7|14#,1947 +60,,87,,,,,,,,,,,,,,,, +148,Nd,,STABLE,,2?-,,,,-542|6#,599|3#,-4873|15#,-6437.0|17#,7332.6|17#,9253|16#,8277.177|14#,147916899.1|23#,-77408.0|21#,1937 +60,,88,5.756 %|21,,2?-,,,,,,,,,,,,, +149,Nd,,1.728 h|1,6.22E3|3.6E0,?-,100,0.351 10,1.3 3,1688.8|25#,270|30#,-3336|10#,-5581|6#,5038.79|7#,9129|15#,8255.442|14#,148920154.6|23#,-74375.5|21#,1938 +60,,89,,,,,,,,,,,,,,,, +150,Nd,,0.91 x 1019|y|7,2.87E26|2.21E25,2?-,100,,,-83|20#,-469|16#,-5379|9#,-5686.8|19#,7375.6|19#,9929|10#,8249.577|9#,149920901.5|14#,-73679.8|13#,1937 +60,,90,5.638 %|28,,,,,,,,,,,,,,, +151,Nd,,12.44 min|7,7.46E2|4.2E0,?-,100,,,2443|4#,-1354|9#,-4163|12#,-5417|20#,5334.55|10#,9931|9#,8230.272|9#,150923839.6|14#,-70943.0|13#,1938 +60,,91,,,,,,,,,,,,,,,, +152,Nd,,11.4 min|2,6.84E2|1.2E1,?-,100,,,1105|19#,-2176|27#,-6390|30#,-4835|25#,7278|24#,10659|27#,8224.00|16#,151924692|26#,-70149|24#,1969 +60,,92,,,,,,,,,,,,,,,, +153,Nd,,31.6 s|10,3.16E1|1E0,?-,100,,,3318|9#,-3085|11#,-5762|12#,-4147|26#,5252|25#,10861|19#,8204.582|18#,152927717.9|29#,-67330.3|27#,1987 +60,,93,,,,,,,,,,,,,,,, +154,Nd,,25.9 s|2,2.59E1|2E-1,?-,100,,,2687|25#,-3400|50#,-7720|120#,-3250|50#,6570|50#,11550|50#,8193.9|3#,153929330|60#,-65820|50#,1970 +60,,94,,,,,,,,,,,,,,,, +155,Nd,,8.9 s|2,8.9E0|2E-1,?-,100,,,4656|10#,-3484|20#,-6868|19#,-1840|50#,4530|50#,11470|110#,8170.30|6#,154933136|10#,-62284|9#,1986 +60,,95,,,,,,,,,,,,,,,, +156,Nd,,5.26 s|20,5.26E0|2E-1,?-,100,,,3690|200#,-3920|280,-8910|280#,-1610|200#,6260|200#,12350|200#,8158.1|13#,155935080|210#,-60470|200#,1987 +60,,96,,,,,,,,,,,,,,,, +157,Nd,,> 100 ms,1E-1|5E21,?-,?,,,5835|26#,-3980|200,-7920|300#,-369|25#,4060|200#,12180|200,8131.96|16#,156939386|27#,-56462|25#,1992 +60,,97,,,,,,,,,,,,,,,, +158,Nd,,> 160 ns,1.6E-7|5E15,?-,?,,,5030|200,-4260|280,-9720|360,170|200,5660|200,12800|360,8116|1,157941970|210,-54050|200,1992 +60,,98,,,,,,,,,,,,,,,, +159,Nd,,> 160 ns,1.6E-7|5E15,?- n,?,,,6750|300,-4450|420,-8720|500,1210|300,3820|360,12770|420,8089|2,158946530|320,-49810|300,2012 +60,,99,,,?-,?,,,,,,,,,,,, +160,Nd,,> 160 ns,1.6E-7|5E15,?- n,?,,,5870|360,-4740|420,-10610|500,1350|300,5400|420,13330|500,8073|2,159949400|320,-47130|300,1985 +60,,100,,,?-,?,,,,,,,,,,,, +161,Nd,,> 160 ns,1.6E-7|5E15,?-,?,,,7650|500,-5080|560,,2340|450,3530|500,13360|560,8044|2,160954280|430,-42590|400, +60,,101,,,?- n,?,,,,,,,,,,,, +128,Pm,,1.0 s|3,1E0|3E-1,ec,100,,,-9120|580,2940|500,12530|360,,11070|500,-460|420,8072|2,127948700|320,-47790|300,1999 +61,,67,,,?,?,,,,,,,,,,,, +,,,,,ec p,?,,,,,,,,,,,, +129,PM,,2.4 s|9,2.4E0|9E-1,ec ?+,? 100,,,-10880|580,2630|420,9430|360,-22280|580,13170|420,-140|360,8111|2,128943230|320,-52880|300,2004 +61,,68,,,p,?,,,,,,,,,,,, +,,,,,ec p,?,,,,,,,,,,,, +130,Pm,,2.6 s|2,2.6E0|2E-1,ec ?+,100,,,-7890|450,2500|280,11200|200,-21470|540,10590|360,370|280,8130|2,129940530|210,-55400|200,1985 +61,,69,,,ec p,?,,,,,,,,,,,, +131,Pm,,6.3 s|8,6.3E0|8E-1,ec ?+,100,,,-9530|450,2460|280,8110|200,-20220|450,12340|280,350|200,8162|2,130935950|210,-59660|200,1998 +61,,70,,,,,,,,,,,,,,,, +132,Pm,,6.2 s|6,6.2E0|6E-1,ec ?+,100,,,-6550|330,2280|150,9800|150,-19570|430,10040|250,1150|150,8177|1,131933840|160,-61630|150,1977 +61,,71,,,ec p,? 5 x 10-5,,,,,,,,,,,, +133,Pm,,13.5 s|21,1.35E1|2.1E0,ec ?+,100,,,-8180|300,1940|60#,6920|70,-18400|300,11850|160,1270|60#,8204.3|4#,132929780|50#,-65410|50#,1977 +61,,72,,,,,,,,,,,,,,,, +134m2,Pm,,? 5 s,5E0,ec ?+,100,,,-5360|200,2010|90#,8910|60,-17580|300,9400|80#,1700|70#,8213.2|4#,133928350|60#,-66740|60#,1977 +61,,73,,,,,,,,,,,,,,,, +135m1,Pm,,49 s|3,4.9E1|3E0,ec ?+,100,,,-7190|170#,1820|90#,6160|80#,-16750|210,11380|100#,1690|80#,8236.7|6#,134924800|80#,-70050|80#,1975 +61,,74,,,,,,,,,,,,,,,, +136m1,Pm,,47 s|2,4.7E1|2E0,ec ?+,100,,,-4360|70#,1630|70#,8030|70#,-16380|170#,9190|100#,2250|70#,8243.7|5#,135923600|70#,-71170|70#,1982 +61,,75,,,,,,,,,,,,,,,, +137,Pm,,2.4 min|1,1.44E2|6E0,ec ?+,100,,,-6050|40#,1440|18#,5512|18#,-15333|18#,10970|70#,2163|18#,8263.65|9#,136920480|14#,-74073|13#,1975 +61,,76,,,,,,,,,,,,,,,, +138,Pm,,10 s|2,1E1|2E0,ec ?+,100,,,-3440|30#,1160|30#,7080|30#,-14990|50#,8940|30#,2640|30#,8268.54|20#,137919550|30#,-74940|28#,1981 +61,,77,,,,,,,,,,,,,,,, +139,Pm,,4.15 min|5,2.49E2|3E0,ec ?+,100,,,-5120|17#,1010|18#,4510|30#,-14074|18#,10630|30#,2771|18#,8285.54|10#,138916800|15#,-77500|14#,1967 +61,,78,,,,,,,,,,,,,,,, +140,Pm,,9.2 s|2,9.2E0|2E-1,ec ?+,100,,,-2758|27#,702|27#,6045|24#,-13905|27#,8785|28#,3490|40#,8289.11|17#,139916034|26#,-78214|24#,1966 +61,,79,,,,,,,,,,,,,,,, +141,Pm,,20.90 min|5,1.25E3|3E0,ec ?+,100,,,-4589|16#,254|16#,3670|14#,-13138|19#,10381|28#,3553|14#,8303.94|10#,140913555|15#,-80523|14#,1952 +61,,80,,,,,,,,,,,,,,,, +142,Pm,,40.5 s|5,4.05E1|5E-1,ec ?+,100,,,-2156|24#,-433|26#,4808|24#,-13279|25#,8690|27#,4238|24#,8306.66|17#,141912890|25#,-81142|24#,1959 +61,,81,,,,,,,,,,,,,,,, +143,Pm,,265 d|7,2.29E7|6.05E5,ec ?+,100,+3.8 5,,-3443|4#,-567|8#,1042|3#,-12045|4#,9890|24#,4299.6|27#,8317.733|21#,142910938|3#,-82961|3#,1952 +61,,82,,,?+,< 5.7 x 10-6,,,,,,,,,,,, +144,Pm,,363 d|14,3.14E7|1.21E6,ec ?+,100,,,549.4|27#,847|7#,2332|3#,-9970|4#,6526.8|15#,4702.8|26#,8305.296|21#,143912596|3#,-81416|3#,1952 +61,,83,,,,,,,,,,,,,,,, +145,Pm,,17.7 y|4,5.59E8|1.26E7,ec,100,,,-616.2|25#,2323.2|29#,164|3#,-7373.3|25#,7922.7|15#,4808.5|25#,8302.657|20#,144912756|3#,-81267.5|29#,1951 +61,,84,,,?,2.8 x 10-7,,,,,,,,,,,, +146,Pm,,5.53 y|5,1.75E8|1.58E6,ec,65.7|15,,,1542|3#,1908|4#,1472|5#,-6874|4#,6258|5#,5311|4#,8288.65|3#,145914702|5#,-79454|4#,1960 +61,,85,,,?-,34.3|15,,,,,,,,,,,, +147,Pm,,2.6234 y|2,8.28E7|6.31E3,?-,100,+2.58 7,+0.74 20,224.09|28#,1601.1|14#,-895.5|20#,-6117.3|28#,7659|4#,5405.4|5#,8284.372|10#,146915144.6|15#,-79042.3|14#,1947 +61,,86,,,,,,,,,,,,,,,, +148,Pm,,5.368 d|7,4.64E5|6.05E2,?-,100,1.84 19,+0.2 2,2471|6#,1460|6#,542|6#,-5671|6#,5895|6#,6008|6#,8268.23|4#,147917481|6#,-76866|6#,1947 +61,,87,,,,,,,,,,,,,,,, +149,Pm,,53.08 h|5,1.91E5|1.8E2,?-,100,3.3 5,,1071.5|19#,1137|7#,-1689|3#,-4799.3|20#,7270|6#,5945.2|24#,8261.526|15#,148918341.7|24#,-76064.3|23#,1947 +61,,88,,,,,,,,,,,,,,,, +150,Pm,,2.698 h|15,9.71E3|5.4E1,?-,100,,,3454|20#,660|40#,83|20#,-4533|20#,5604|20#,6511|20#,8243.81|13#,149920990|22#,-73597|20#,1952 +61,,89,,,,,,,,,,,,,,,, +151,Pm,,28.40 h|4,1.02E5|1.44E2,?-,100,1.8 2,1.9 3,1190|4#,-367|16#,-2443|5#,-4406|4#,7860|20#,6995|4#,8241.27|3#,150921217|5#,-73386|5#,1952 +61,,90,,,,,,,,,,,,,,,, +152,Pm,,4.12 min|8,2.47E2|4.8E0,?-,100,,,3508|26#,-1140|30#,-1100|40#,-4749|26#,5939|26#,7600|26#,8226.13|17#,151923505|28#,-71254|26#,1958 +61,,91,,,,,,,,,,,,,,,, +153,Pm,,5.25 min|2,3.15E2|1.2E0,?-,100,,,1912|9#,-2033|13#,-3318|9#,-3957|9#,7465|27#,7787|26#,8221.15|6#,152924156|10#,-70648|9#,1962 +61,,92,,,,,,,,,,,,,,,, +154m,Pm,,2.68 min|7,1.61E2|4.2E0,?-,100,,,3940|50#,-2640|50#,-2690|70#,-4020|50#,5940|50#,8470|50#,8206.3|3#,153926450|50#,-68510|50#,1958 +61,,93,,,,,,,,,,,,,,,, +155,Pm,,41.5 s|2,4.15E1|2E-1,?-,100,,,3251|5#,-2585|13#,-4656|10#,-2556|5#,6500|50#,8400|50#,8195.30|3#,154928137|5#,-66940|5#,1982 +61,,94,,,,,,,,,,,,,,,, +156,Pm,,26.70 s|10,2.67E1|1E-1,?-,100,,,5197|9#,-2830|19#,-3690|200#,-2044|4#,5295|6#,9169|10#,8176.705|23#,155931117|4#,-64164|4#,1986 +61,,95,,,,,,,,,,,,,,,, +157,Pm,,10.56 s|10,1.06E1|1E-1,?-,100,,,4381|8#,-3153|14#,-5835|26#,-1008|11#,6205|8#,9110|200#,8164.14|4#,156933121|8#,-62297|7#,1987 +61,,96,,,,,,,,,,,,,,,, +158,Pm,,4.8 s|5,4.8E0|5E-1,?-,100,,,6161|14#,-3410|110#,-5030|200#,-483|14#,4863|15#,9917|28#,8143.25|8#,157936565|14#,-59089|13#,1987 +61,,97,,,,,,,,,,,,,,,, +159,Pm,,1.5 s|2,1.5E0|2E-1,?-,100,,,5653|12#,-3564|20#,-6750|300#,625|11#,5536|17#,9790|200,8126.86|6#,158939286|11#,-56554|10#,1998 +61,,98,,,,,,,,,,,,,,,, +160,Pm,,> 160 ns,1.6E-7|5E15,?- n,?,,,7230|200,-3860|280,-5870|360,1130|200,4520|200,10480|360,8104|1,159943100|210,-53000|200,2012 +61,,99,,,?-,?,,,,,,,,,,,, +161,Pm,,> 160 ns,1.6E-7|5E15,?-,?,,,6440|300,-4120|420,-7650|500,1930|300,5300|360,10390|420,8087|2,160946070|320,-50230|300,2012 +61,,100,,,?- n,?,,,,,,,,,,,, +162,Pm,,> 160 ns,1.6E-7|5E15,?-,?,,,8160|360,-4460|420,-6820|500,2230|300,4210|420,11070|500,8063|2,161950220|320,-46370|300,2012 +61,,101,,,?- n,?,,,,,,,,,,,, +163,Pm,,> 160 ns,1.6E-7|5E15,?-,?,,,7470|500,-4590|560,,3210|440,4950|500,10990|560,8044|2,162953570|430,-43250|400,2012 +61,,102,,,?- n,?,,,,,,,,,,,, +129,SM,,0.55 s|10,5.5E-1|1E-1,ec ?+,100,,,,3170|640,10880|580,,11400|710,1500|580,8021|4,128954910|540,-42000|500,1999 +62,,67,,,ec p,> 0,,,,,,,,,,,, +130,Sm,,,,ec ?+,?,,,-13820|640,3060|500,7890|450,,13580|640,1910|500,8064|3,129949000|430,-47510|400,1999 +62,,68,,,,,,,,,,,,,,,, +131,Sm,,1.2 s|2,1.2E0|2E-1,ec ?+,100,,,-10860|570,2980|500,9530|450,-24520|640,10700|570,2030|450,8084|3,130946180|430,-50130|400,1986 +62,,69,,,ec p,> 0,,,,,,,,,,,, +132,Sm,,4.0 s|3,4E0|3E-1,ec ?+,100,,,-12880|500,2810|360,6550|330,-23880|500,13020|500,2710|360,8121|2,131940870|320,-55080|300,1989 +62,,70,,,ec p,?,,,,,,,,,,,, +133m,Sm,,2.89 s|16,2.89E0|1.6E-1,ec ?+,100,,,-9990|420,2660|360,8180|300,-23100|500,10220|420,2890|330,8137|2,132938560|320,-57230|300,1977 +62,,71,,,ec p,> 0,,,,,,,,,,,, +134,Sm,,9.5 s|8,9.5E0|8E-1,ec ?+,100,,,-11450|360,2790|200,5360|200,-22210|360,12220|360,3260|200,8167|1,133934110|210,-61380|200,1977 +62,,72,,,,,,,,,,,,,,,, +135,Sm,,10.3 s|5,1.03E1|5E-1,ec ?+,100,,,-8710|250,2490|160#,7190|170,-21000|340,9550|250,3410|170#,8177.6|11#,134932520|170#,-62860|150#,1977 +62,,73,,,ec p,0.02|1,,,,,,,,,,,, +136,Sm,,47 s|2,4.7E1|2E0,ec ?+,100,,,-10570|200,2190|27#,4360|70,-20730|200,12020|160#,4050|80#,8205.92|9#,135928276|13#,-66811|12#,1982 +62,,74,,,,,,,,,,,,,,,, +137,Sm,,45 s|1,4.5E1|1E0,ec ?+,100,,,-7880|40#,1880|60#,6050|40#,-19850|200,9290|40#,4150|80#,8213.8|3#,136926970|50#,-68030|40#,1986 +62,,75,,,,,,,,,,,,,,,, +138,Sm,,3.1 min|2,1.86E2|1.2E1,ec ?+,100,,,-9750|30#,1724|17#,3440|30#,-19423|13#,11540|40#,4714|18#,8237.93|9#,137923244|13#,-71498|12#,1982 +62,,76,,,,,,,,,,,,,,,, +139,Sm,,2.57 min|10,1.54E2|6E0,ec ?+,100,-0.534 18,,-6982|17#,1408|22#,5120|17#,-18700|30#,8954|16#,4730|30#,8243.08|8#,138922297|12#,-72380|11#,1971 +62,,77,,,,,,,,,,,,,,,, +140,Sm,,14.82 min|12,8.89E2|7.2E0,ec ?+,100,,,-8470|50#,1318|17#,2758|27#,-18129|18#,11147|17#,5244|18#,8263.82|9#,139918995|13#,-75456|12#,1967 +62,,78,,,,,,,,,,,,,,,, +141,Sm,,10.2 min|2,6.12E2|1.2E1,ec ?+,100,-0.74 2,,-6008|14#,1226|15#,4589|16#,-17020|50#,8549|15#,5009|26#,8265.84|6#,140918482|9#,-75934|9#,1967 +62,,79,,,,,,,,,,,,,,,, +142,Sm,,72.49 min|5,4.35E3|3E0,ec ?+,100,,,-7670|30#,607|12#,2156|24#,-17132|13#,11124|9#,5753|14#,8285.972|22#,141915205|3#,-78986|3#,1959 +62,,80,,,,,,,,,,,,,,,, +143,Sm,,8.75 min|6,5.25E2|3.6E0,ec ?+,100,+1.01 2,+0.41 21,-5276|11#,72|28#,3443|4#,-16270|30#,8602|4#,5664|24#,8288.182|20#,142914635|3#,-79517.2|28#,1956 +62,,81,,,,,,,,,,,,,,,, +144,Sm,,STABLE,,,,,,-6346|11#,-132|4#,-549|3#,-15796|11#,10519.7|23#,6293.9|27#,8303.679|11#,143912006.4|17#,-81965.5|16#,1933 +62,,82,3.07 %|7,,,,,,,,,,,,,,, +145,Sm,,340 d|3,2.94E7|2.59E5,ec,100,-1.11 6,-0.60 17,-2659.8|27#,1116|3#,616|3#,-13103|11#,6757.1|3#,6524.2|27#,8293.013|11#,144913417.2|17#,-80651.3|16#,1947 +62,,83,,,,,,,,,,,,,,,, +146,Sm,,6.8 x 107|y|7,2.15E15|2.21E14,?,100,,,-3879|6#,2528.8|28#,-1542|5#,-11076|4#,8416.3|28#,7018|4#,8293.857|21#,145913047|3#,-80996|3#,1953 +62,,84,,,,,,,,,,,,,,,, +147,Sm,,1.060 x 1011|y|11,3.35E18|3.47E16,?,100,-0.8148 7,-0.261 7,-1721.6|23#,2311.0|3#,-224.1|20#,-10220|6#,6341.4|28#,7101|4#,8280.575|9#,146914904.1|15#,-79266.4|14#,1933 +62,,85,14.99 %|18,,,,,,,,,,,,,,, +148,Sm,,7 x 1015|y|3,2.21E23|9.47E22,?,100,,,-3037|10#,1986.8|4#,-2471|6#,-9862.8|23#,8141.23|26#,7583.0|4#,8279.633|9#,147914829.0|15#,-79336.3|14#,1933 +62,,86,11.24 %|10,,,,,,,,,,,,,,, +149,Sm,,STABLE,,,,-0.6677 11,+0.078 8,-695|4#,1871.3|10#,-1071.5|26#,-8908|10#,5870.8|9#,7559|6#,8263.466|9#,148917191.4|14#,-77135.7|13#,1933 +62,,87,13.82 %|7,,,,,,,,,,,,,,, +150,Sm,,STABLE,,,,,,-2259|6#,1449.8|10#,-3454|20#,-8681|4#,7986.7|4#,8275.8|19#,8261.621|9#,149917282.2|14#,-77051.1|13#,1934 +62,,88,7.38 %|1,,,,,,,,,,,,,,, +151,Sm,,90 y|8,2.84E9|2.52E8,?-,100,-0.3611 13,+0.71 7,76.6|5#,1145.5|10#,-1190|5#,-7855|6#,5596.46|11#,8268|20#,8243.971|8#,150919939.1|14#,-74576.3|13#,1947 +62,,89,,,,,,,,,,,,,,,, +152,Sm,,STABLE,,,,,,-1874.3|7#,220.5|19#,-3508|26#,-8181.1|7#,8257.6|6#,8666|5#,8244.061|8#,151919739.0|13#,-74762.6|12#,1933 +62,,90,26.75 %|16,,,,,,,,,,,,,,, +153,Sm,,46.284 h|4,1.67E5|1.44E1,?-,100,-0.0216 1,+1.26 13,807.5|7#,-609.1|19#,-1912|9#,-7742.7|7#,5868.40|13#,8594|26#,8228.534|8#,152922104.0|13#,-72559.7|12#,1938 +62,,91,,,,,,,,,,,,,,,, +154,Sm,,STABLE,,,,,,-717.1|11#,-1200.3|10#,-3940|50#,-7159.3|11#,7966.8|8#,9096|9#,8226.835|9#,153922216.2|16#,-72455.2|15#,1933 +62,,92,22.75 %|29,,,,,,,,,,,,,,, +155,Sm,,22.3 min|2,1.34E3|1.2E1,?-,100,,1.13 13,1627.3|12#,-1672.7|11#,-3251|5#,-6524.0|11#,5806.96|27#,8970|50#,8211.223|10#,154924647.1|16#,-70190.8|15#,1951 +62,,93,,,,,,,,,,,,,,,, +156,Sm,,9.4 h|2,3.38E4|7.2E2,?-,100,,,722|8#,-1636|26#,-5197|9#,-5614|8#,7241|8#,9709|10#,8205.00|5#,155925539|9#,-69360|9#,1951 +62,,94,,,,,,,,,,,,,,,, +157,Sm,,8.03 min|7,4.82E2|4.2E0,?-,100,,,2781|6#,-1772|5#,-4381|8#,-4666|6#,5388|10#,9803|6#,8187.063|28#,156928419|5#,-66678|4#,1973 +62,,95,,,,,,,,,,,,,,,, +158,Sm,,5.30 min|3,3.18E2|1.8E0,?-,100,,,2005|10#,-1850|50#,-6161|14#,-3863|6#,6644|7#,10242|9#,8177.30|3#,157929951|5#,-65250|5#,1970 +62,,96,,,,,,,,,,,,,,,, +159,Sm,,11.37 s|15,1.14E1|1.5E-1,?-,100,,,3836|7#,-2349|11#,-5653|12#,-3024|12#,5029|8#,10408|15#,8157.49|4#,158933217|6#,-62208|6#,1986 +62,,97,,,,,,,,,,,,,,,, +160,Sm,,9.6 s|3,9.6E0|3E-1,?-,100,,,3246|11#,-2190|200#,-7230|200#,-2263|7#,6098|8#,10969|12#,8144.62|4#,159935335|6#,-60235|6#,1986 +62,,98,,,,,,,,,,,,,,,, +161,Sm,,4.8 s|4,4.8E0|4E-1,?-,100,,,5120|12#,-2635|26#,-6440|300#,-1263|12#,4508|9#,10960|200,8122.04|4#,160939160|7#,-56672|7#,1998 +62,,99,,,,,,,,,,,,,,,, +162,Sm,,2.4 s|5,2.4E0|5E-1,?-,100,,,4170|200,-2900|280,-8160|360,-810|200,5930|200,11580|360,8109|1,161941460|210,-54530|200,2005 +62,,100,,,,,,,,,,,,,,,, +163,Sm,,> 160 ns,1.6E-7|5E15,?-,?,,,5760|300,-3340|420,-7470|500,-90|300,4260|360,11640|420,8085|2,162945550|320,-50720|300,2012 +62,,101,,,,,,,,,,,,,,,, +164,Sm,,> 160 ns,1.6E-7|5E15,?-,?,,,5280|320,-3390|420,,310|300,5450|420,12140|500,8069|2,163948360|320,-48100|300,2012 +62,,102,,,,,,,,,,,,,,,, +165,Sm,,> 160 ns,1.6E-7|5E15,?- n,?,,,6920|420,-3640|570,,1500|420,3780|500,12230|570,8043|2,164952970|430,-43810|400,2012 +62,,103,,,?-,?,,,,,,,,,,,, +130,EU,,0.90 ms|+49-29,9E-4|3.9E-4,p,? 100,,,,3240|710,13820|640,,,-1028|15#,7951|4,129963840|540,-33680|500,2004 +63,,67,,,,,,,,,,,,,,,, +131,Eu,,17.8 ms|19,1.78E-2|1.9E-3,p,89|9,,,,3090|570,10860|570,,13660|640,-947|5#,7995|3,130957840|430,-39270|400,1998 +63,,68,,,ec ?+,11|9,,,,,,,,,,,, +132,Eu,,,,p,0,,,,3160|500,12880|500,,11000|570,-640|570,8018|3,131954700|430,-42200|400, +63,,69,,,ec ?+,?,,,,,,,,,,,, +134,Eu,,0.5 s|2,5E-1|2E-1,ec ?+,100,,,-8630|500,3040|360,11450|360,-22140|580,10760|420,-10|420,8076|2,133946400|320,-49930|300,1989 +63,,71,,,ec p,> 0,,,,,,,,,,,, +135,Eu,,1.5 s|2,1.5E0|2E-1,ec ?+,100,,,-9760|440,3090|280,8710|250,-20920|450,12290|360,60|280,8107|1,134941870|210,-54150|200,1989 +63,,72,,,ec p,?,,,,,,,,,,,, +136,Eu,,3.3 s|3,3.3E0|3E-1,ec ?+,100,,,-7150|360,2960|250,10570|200,-19920|440,10170|280,670|250,8122|1,135939620|210,-56240|200,1987 +63,,73,,,?+ p,0.09,,,,,,,,,,,, +137,Eu,,11 s|2,1.1E1|2E0,ec ?+,100,,,-8930|300,2840|50#,7880|40,-19130|300,11970|200,624|13#,8150.57|3#,136935431|5#,-60146|4#,1982 +63,,74,,,,,,,,,,,,,,,, +138,Eu,,12.1 s|6,1.21E1|6E-1,ec ?+,100,5.3 7,,-5950|200,2560|60#,9750|30,-18610|300,9675|28#,1010|50#,8161.62|20#,137933710|30#,-61750|28#,1982 +63,,75,,,,,,,,,,,,,,,, +139,Eu,,17.9 s|6,1.79E1|6E-1,ec ?+,100,6.1 8,,-7770|200,2230|80#,6982|17,-17670|200,11720|30#,1189|18#,8187.22|9#,138929792|14#,-65398|13#,1975 +63,,76,,,,,,,,,,,,,,,, +140,Eu,,1.51 s|2,1.51E0|2E-2,ec ?+,100,+1.365 13,+0.31 4,-5200|60#,1760|90#,8470|50#,-17430|200,9660|50#,1890|50#,8197.7|4#,139928090|60#,-66990|50#,1982 +63,,77,,,,,,,,,,,,,,,, +141,Eu,,40.7 s|7,4.07E1|7E-1,ec ?+,100,+3.494 8,+0.85 4,-6701|23#,1722|18#,6008|15#,-16210|30#,11010|50#,1759|18#,8217.68|9#,140924932|14#,-69926|13#,1977 +63,,78,,,,,,,,,,,,,,,, +142,Eu,,2.34 s|12,2.34E0|1.2E-1,ec ?+,100,+1.536 19,+0.12 5,-4350|40#,1200|40#,7670|30#,-16160|40#,9460|30#,2670|30#,8226.43|21#,141923440|30#,-71310|30#,1966 +63,,79,,,,,,,,,,,,,,,, +143,Eu,,2.59 min|2,1.55E2|1.2E0,ec ?+,100,,,-6010|200#,834|17#,5276|11#,-15350|30#,11000|30#,2544|11#,8245.82|8#,142920299|12#,-74241|11#,1965 +63,,80,,,,,,,,,,,,,,,, +144,Eu,,10.2 s|1,1.02E1|1E-1,ec ?+,100,+1.893 13,+0.10 3,-3860|30#,170|27#,6346|11#,-15460|200#,9449|15#,3391|11#,8254.17|7#,143918820|12#,-75619|11#,1965 +63,,81,,,,,,,,,,,,,,,, +145,Eu,,5.93 d|4,5.12E5|3.46E3,ec ?+,100,+3.993 7,+0.29 2,-5065|20#,106|14#,2660|3#,-14303|28#,10444|11#,3314.9|27#,8269.274|21#,144916273|3#,-77992|3#,1951 +63,,82,,,,,,,,,,,,,,,, +146,Eu,,4.61 d|3,3.98E5|2.59E3,ec ?+,100,+1.422 6,-0.179 5,-1032|7#,1600|24#,3879|7#,-12263|21#,7197|7#,3755|6#,8261.93|4#,145917211|6#,-77118|6#,1957 +63,,83,,,,,,,,,,,,,,,, +147,Eu,,24.1 d|6,2.08E6|5.18E4,ec,99.9978|6,+3.724 8,+0.55 3,-2187.8|25#,2991|3#,1722|3#,-9530|4#,8499|6#,3837|4#,8263.541|18#,146916752.3|28#,-77544.8|26#,1951 +63,,84,,,?,0.0022|6,,,,,,,,,,,, +148,Eu,,54.5 d|5,4.71E6|4.32E4,ec ?+,100,+2.340 10,+0.35 6,-30|10#,2692|10#,3037|10#,-9014|10#,6826|10#,4322|10#,8253.83|7#,147918089|11#,-76299|10#,1951 +63,,85,,,?,9.4 x 10-7|28,,,,,,,,,,,, +149,Eu,,93.1 d|4,8.04E6|3.46E4,ec,100,+3.565 6,+0.716 17,-1314|4#,2401|5#,695|4#,-8243|4#,8213|11#,4394|4#,8253.554|27#,148917937|4#,-76441|4#,1959 +63,,86,,,,,,,,,,,,,,,, +150,Eu,,36.9 y|9,1.16E9|2.84E7,ec ?+,100,+2.708 11,+1.13 5,972|4#,2237|7#,2259|6#,-7737|7#,6422|7#,4945|6#,8241.35|4#,149919707|7#,-74792|6#,1950 +63,,87,,,,,,,,,,,,,,,, +151,Eu,,? 1.7 x 1018|y,5.36E25|1.58E32,?,?,+3.4717 6,+0.903 10,-464.1|28#,1964.5|11#,-76.6|18#,-6960|6#,7932|6#,4890.7|5#,8239.297|9#,150919856.9|14#,-74652.9|13#,1933 +63,,88,47.81 %|6,,,,,,,,,,,,,,, +152,Eu,,13.517 y|9,4.27E8|2.84E5,ec ?+,72.08|13,-1.9401 8,+2.71 3,1818.7|7#,1553|6#,1874.3|18#,-6770.8|28#,6306.72|10#,5600.9|5#,8226.583|9#,151921751.2|14#,-72888.3|13#,1938 +63,,89,,,?-,27.92|13,,,,,,,,,,,, +153,Eu,,STABLE,,,,+1.5324 3,+2.412 21,-484.7|7#,272.1|20#,-807.5|18#,-6731.6|7#,8550.28|12#,5893.6|7#,8228.699|9#,152921237.0|14#,-73367.2|13#,1933 +63,,90,52.19 %|6,,,,,,,,,,,,,,, +154,Eu,,8.601 y|10,2.71E8|3.16E5,?-,99.982|12,-2.005 6,+2.84 10,1967.8|8#,-566|20#,717.1|20#,-6926.9|7#,6442.22|24#,6467.4|7#,8217.098|9#,153922986.0|14#,-71738.1|13#,1947 +63,,91,,,ec ?+,0.018|12,,,,,,,,,,,, +155,Eu,,4.753 y|14,1.5E8|4.42E5,?-,100,+1.520 2,+2.494 20,251.8|9#,-857|5#,-1627.3|20#,-6183.4|8#,8151.3|4#,6651.9|12#,8216.674|9#,154922900.1|15#,-71818.1|14#,1947 +63,,92,,,,,,,,,,,,,,,, +156,Eu,,15.19 d|8,1.31E6|6.91E3,?-,100,,,2452|3#,-1253|26#,-722|9#,-6084|3#,6336|3#,7181|4#,8204.617|23#,155924763|4#,-70083|4#,1947 +63,,93,,,,,,,,,,,,,,,, +157,Eu,,15.18 h|3,5.46E4|1.08E2,?-,100,+1.50 2,+2.6 3,1365|4#,-1236|10#,-2781|6#,-4995|4#,7448|5#,7387|9#,8199.795|27#,156925433|5#,-69459|4#,1951 +63,,94,,,,,,,,,,,,,,,, +158,Eu,,45.9 min|2,2.75E3|1.2E1,?-,100,1.44 2,0.66 14,3434|10#,-1170|50#,-2005|11#,-4503|10#,5868|11#,7867|11#,8185.03|6#,157927799|11#,-67255|10#,1951 +63,,95,,,,,,,,,,,,,,,, +159,Eu,,18.1 min|1,1.09E3|6E0,?-,100,1.38 2,,2518|4#,-1528|6#,-3836|7#,-3425|4#,6859|11#,8082|7#,8176.697|27#,158929100|5#,-66043|4#,1961 +63,,96,,,,,,,,,,,,,,,, +160,Eu,,38 s|4,3.8E1|4E0,?-,100,,,4461|10#,-1742|10#,-3246|11#,-2990|10#,5508|10#,8562|11#,8160.02|6#,159931851|10#,-63480|10#,1973 +63,,97,,,,,,,,,,,,,,,, +161,Eu,,26 s|3,2.6E1|3E0,?-,100,,,3714|11#,-1919|13#,-5120|12#,-1921|10#,6382|14#,8846|12#,8148.98|6#,160933664|11#,-61792|10#,1986 +63,,98,,,,,,,,,,,,,,,, +162,Eu,,10.6 s|10,1.06E1|1E0,?-,100,,,5580|30#,-2040|40#,-4170|200#,-1270|40#,4980|40#,9320|40#,8129.44|22#,161936980|40#,-58700|40#,1987 +63,,99,,,,,,,,,,,,,,,, +163,EU,,7.7 s|4,7.7E0|4E-1,?-,100,,,4830|60#,-2360|70#,-5760|310#,-280|70#,5850|70#,9240|210,8115.5|4#,162939360|70#,-56480|70#,2007 +63,,100,,,,,,,,,,,,,,,, +164,Eu,,4.2 s|2,4.2E0|2E-1,?-,100,,,6390|50#,-2800|230,-5280|320#,-140|110,4970|130,9950|320,8096|1,163942690|120,-53380|110,2007 +63,,101,,,,,,,,,,,,,,,, +165,Eu,,2.3 s|2,2.3E0|2E-1,?-,100,,,5730|60#,-2910|330,-6920|420#,980|170,5410|180,9910|330,8080|1,164945550|150,-50720|140,2007 +63,,102,,,,,,,,,,,,,,,, +166,Eu,,1.7 s|3,1.7E0|3E-1,?-,100,,,7320|300#,-3260|470,-6480|540#,1170|380,4550|380,10690|540,8059|2,165949320|380,-47210|360,2007 +63,,103,,,?- n,?,,,,,,,,,,,, +167,Eu,,> 160 ns,1.6E-7|5E15,?-,?,,,6800|500,-3190|560,,2450|440,4870|540,10570|560,8040|2,166952750|430,-44010|400,2012 +63,,104,,,?- n,?,,,,,,,,,,,, +168,Eu,,> 160 ns,1.6E-7|5E15,?- n,?,,,8620|640,-3290|640,,3000|580,3800|640,,8014|3,167957340|540,-39740|500,2012 +63,,105,,,?-,?,,,,,,,,,,,, +134,Gd,,,,,,,,,3780|570,8630|500,,13510|640,1350|500,8006|3,133955660|430,-41300|400, +64,,70,,,,,,,,,,,,,,,, +135,Gd,,1.1 s|2,1.1E0|2E-1,ec ?+,100,,,-11560|570,3320|570,9760|450,,11160|570,1750|500,8029|3,134952340|430,-44390|400,1996 +64,,71,,,ec p,18,,,,,,,,,,,, +136,Gd,,? 200 ns,2E-7|5E15,,,,,-12960|580,3560|420,7150|360,-24340|500,12770|500,2230|360,8064|2,135947300|320,-49090|300,2000 +64,,72,,,,,,,,,,,,,,,, +137,Gd,,2.2 s|2,2.2E0|2E-1,ec ?+,100,,,-10250|500,3590|420,8930|300,-23150|580,10190|420,2260|360,8080|2,136945020|320,-51210|300,1999 +64,,73,,,ec p,?,,,,,,,,,,,, +138,Gd,,4.7 s|9,4.7E0|9E-1,ec ?+,100,,,-12130|360,3150|280,5950|200,-22900|450,12660|360,2940|200,8113|1,137940100|210,-55800|200,1985 +64,,74,,,,,,,,,,,,,,,, +139,Gd,,5.8 s|9,5.8E0|9E-1,ec ?+,> 0,,,-9500|360,2800|250,7770|200,-22030|360,9900|280,3170|200,8126|1,138938130|210,-57630|200,1983 +64,,75,,,?+ p,> 0,,,,,,,,,,,, +140,Gd,,15.8 s|4,1.58E1|4E-1,ec ?+,100,,,-11300|800#,2600|30#,5200|60#,-21720|300,12220|200,3670|30#,8154.97|20#,139933670|30#,-61782|28#,1985 +64,,76,,,,,,,,,,,,,,,, +141,Gd,,14 s|4,1.4E1|4E0,ec ?+,100,,,-8680|110#,2380|50#,6701|23#,-20810|800#,9510|30#,3530|60#,8164.61|14#,140932126|21#,-63224|20#,1986 +64,,77,,,?+ p,0.03|1,,,,,,,,,,,, +142,Gd,,70.2 s|6,7.02E1|6E-1,ec ?+,100,,,-10400|700#,2110|30#,4350|40#,-20490|110#,11810|30#,4320|30#,8190.26|20#,141928120|30#,-66960|28#,1986 +64,,78,,,,,,,,,,,,,,,, +143,Gd,,39 s|2,3.9E1|2E0,ec ?+,100,,,-7810|210#,1720|200#,6010|200#,-19740|730#,9340|200#,4210|200#,8198.3|14#,142926750|220#,-68230|200#,1975 +64,,79,,,,,,,,,,,,,,,, +144,Gd,,4.47 min|6,2.68E2|3.6E0,ec ?+,100,,,-9390|40#,1270|30#,3860|30#,-19410|60#,11600|200#,4810|30#,8221.94|19#,143922960|30#,-71760|28#,1968 +64,,80,,,,,,,,,,,,,,,, +145,Gd,,23.0 min|4,1.38E3|2.4E1,ec ?+,100,-0.74 5,,-6540|110#,583|21#,5065|20#,-18630|30#,9240|30#,4596|22#,8228.95|14#,144921710|21#,-72926|20#,1959 +64,,81,,,,,,,,,,,,,,,, +146,Gd,,48.27 d|9,4.17E6|7.78E3,ec ?+,100,,,-8320|40#,476|5#,1032|7#,-17770|110#,11231|20#,5383|5#,8249.506|28#,145918319|4#,-76086|4#,1957 +64,,82,,,,,,,,,,,,,,,, +147,Gd,,38.06 h|12,1.37E5|4.32E2,ec ?+,100,1.02 9,,-4614|8#,1735.3|20#,2188|3#,-15660|40#,7342|4#,5528|6#,8243.336|13#,146919101.0|21#,-75356.9|20#,1957 +64,,83,,,,,,,,,,,,,,,, +148,Gd,,71.1 y|12,2.24E9|3.79E7,?,100,,,-5732|13#,3271.29|3#,30|10#,-13598|8#,8983.7|12#,6013.5|24#,8248.338|11#,147918121.5|17#,-76269.3|16#,1953 +64,,84,,,,,,,,,,,,,,,, +149,Gd,,9.28 d|10,8.02E5|8.64E3,ec ?+,100,0.88 4,,-3638|4#,3099|3#,1314|5#,-12661|13#,6929|3#,6117|10#,8239.484|23#,148919348|4#,-75127|3#,1951 +64,,85,,,?,4.3 x 10-4|10,,,,,,,,,,,, +150,Gd,,1.79 x 106|y|8,5.65E13|2.52E12,?,100,,,-4658|8#,2807|6#,-972|9#,-12347|7#,8708|7#,6612|7#,8242.61|4#,149918664|7#,-75764|6#,1953 +64,,86,,,,,,,,,,,,,,,, +151,Gd,,123.9 d|10,1.07E7|8.64E4,ec,100,0.77 6,,-2565|4#,2652.7|29#,464|3#,-11154|8#,6496|7#,6685|7#,8231.043|20#,150920355|3#,-74189|3#,1950 +64,,87,,,?,? 0.8 x 10-6,,,,,,,,,,,, +152,Gd,,1.08 x 1014|y|8,3.41E21|2.52E20,?,100,,,-3990|40#,2204.4|10#,-1818.7|18#,-11155|4#,8589.5|28#,7343.0|7#,8233.401|8#,151919798.8|13#,-74706.9|12#,1938 +64,,88,0.20 %|1,,,,,,,,,,,,,,, +153,Gd,,240.4 d|10,2.08E7|8.64E4,ec,100,0.38 8,,-1569|4#,1828.3|7#,484.7|18#,-10240|40#,6246.95|13#,7283.3|7#,8220.418|8#,152921757.4|13#,-72882.6|12#,1947 +64,,89,,,,,,,,,,,,,,,, +154,Gd,,STABLE,,,,,,-3550|50#,920.3|7#,-1967.8|18#,-10464|4#,8894.72|17#,7627.7|7#,8224.796|8#,153920873.4|13#,-73706.0|12#,1938 +64,,90,2.18 %|3,,,,,,,,,,,,,,, +155,Gd,,STABLE,,,,-0.25723 35,+1.27 5,-820|10#,81.5|7#,-251.8|18#,-9980|50#,6435.24|18#,7620.7|8#,8213.251|8#,154922629.8|13#,-72069.9|12#,1933 +64,,91,14.80 %|12,,,,,,,,,,,,,,, +156,Gd,,STABLE,,,,,,-2444|4#,-197.2|3#,-2452|4#,-9356|10#,8536.35|7#,8005.8|9#,8215.322|8#,155922130.6|13#,-72534.9|12#,1933 +64,,92,20.47 %|9,,,,,,,,,,,,,,, +157,Gd,,STABLE,,,,-0.3398 7,+1.36 2,-60.0|3#,-688.7|4#,-1365|4#,-8804|4#,6359.88|15#,8030|3#,8203.504|8#,156923967.9|13#,-70823.5|12#,1933 +64,,93,15.65 %|2,,,,,,,,,,,,,,, +158,Gd,,STABLE,,,,,,-1218.9|10#,-659.3|9#,-3434|10#,-7997.4|3#,7937.39|6#,8520|4#,8201.819|8#,157924111.6|13#,-70689.5|12#,1933 +64,,94,24.84 %|7,,,,,,,,,,,,,,, +159,Gd,,18.479 h|4,6.65E4|1.44E1,?-,100,-0.44 3,,970.9|8#,-795.5|9#,-2518|4#,-7162.1|10#,5943.21|8#,8595|10#,8187.614|7#,158926396.3|13#,-68561.4|12#,1949 +64,,95,,,,,,,,,,,,,,,, +160,Gd,,STABLE,,,,,,-105.5|10#,-1006|8#,-4461|10#,-6480.7|10#,7451.6|7#,9187|4#,8183.014|8#,159927061.5|14#,-67941.7|13#,1933 +64,,96,21.86 %|19,,,,,,,,,,,,,,, +161,Gd,,3.66 min|5,2.2E2|3E0,?-,100,,,1955.8|14#,-1253|5#,-3714|10#,-5740.9|14#,5635.4|10#,9314|10#,8167.191|10#,160929676.6|17#,-65505.8|16#,1949 +64,,97,,,,,,,,,,,,,,,, +162,Gd,,8.4 min|2,5.04E2|1.2E1,?-,100,,,1400|40#,-1455|6#,-5580|40#,-4890|4#,6846|4#,9778|11#,8159.035|25#,161930992|4#,-64280|4#,1967 +64,,98,,,,,,,,,,,,,,,, +163,Gd,,68 s|3,6.8E1|3E0,?-,100,,,3282|9#,-1531|10#,-4830|70#,-3710|40#,5105|9#,9900|40#,8140.30|5#,162934177|9#,-61314|8#,1982 +64,,99,,,,,,,,,,,,,,,, +164,Gd,,45 s|3,4.5E1|3E0,?-,100,,,2300|140,-1960|100,-6390|150,-3250|100,6530|100,10580|120,8130|1,163935830|110,-59770|100,1988 +64,,100,,,,,,,,,,,,,,,, +165,Gd,,10.3 s|16,1.03E1|1.6E0,?-,100,,,4110|60#,-2210|120,-5730|180#,-2450|160,4750|160,10360|170,8110|1,164939390|130,-56450|120,1998 +64,,101,,,,,,,,,,,,,,,, +166,GD,,4.8 s|10,4.8E0|1E0,?-,100,,,3350|210,-2420|280,-7320|410,-2030|220,6150|230,11090|240,8098|1,165941460|210,-54530|200,2005 +64,,102,,,,,,,,,,,,,,,, +167,Gd,,> 160 ns,1.6E-7|5E15,?-,?,,,5110|360,-2520|420,-6800|500,-1000|310,4350|360,10890|470,8076|2,166945450|320,-50810|300,2012 +64,,103,,,,,,,,,,,,,,,, +168,Gd,,> 160 ns,1.6E-7|5E15,?-,?,,,4360|500,-2690|500,-8620|640,-510|450,5620|500,11640|570,8061|2,167948080|430,-48360|400,1985 +64,,104,,,,,,,,,,,,,,,, +169,Gd,,> 160 ns,1.6E-7|5E15,?-,?,,,6180|580,-2770|640,,500|580,3860|640,11700|710,8036|3,168952600|540,-44150|500,2012 +64,,105,,,,,,,,,,,,,,,, +170,Gd,,> 160 ns,1.6E-7|5E15,?-,?,,,5340|720,-3070|720,,880|670,5300|780,,8020|4,169955580|640,-41380|600,2012 +64,,106,,,,,,,,,,,,,,,, +135,TB,,0.94 ms|+33-22,9.4E-4|2.8E-4,p,? 100,,,,4020|570,11560|570,,,-1188|7#,7938|3,134964760|430,-32820|400,2004 +65,,70,,,,,,,,,,,,,,,, +138,Tb,,? 200 ns,2E-7|5E15,ec ?+,100,,,-8740|580,3830|420,12130|360,,10770|500,-260|420,8019|2,137953120|320,-43670|300,1993 +65,,73,,,p,0,,,,,,,,,,,, +139,Tb,,1.6 s|2,1.6E0|2E-1,?+,,,,-10490|580,3590|360,9500|360,-21270|580,12530|420,-380|360,8052|2,138948330|320,-48130|300,1999 +65,,74,,,,,,,,,,,,,,,, +140,Tb,,2.4 s|2,2.4E0|2E-1,ec ?+,100,,,-7650|890,3340|820,11300|800,-20910|940,10420|850,140|820,8069|6#,139945810|860#,-50480|800#,1986 +65,,75,,,ec p,0.26|13,,,,,,,,,,,, +141,Tb,,3.5 s|2,3.5E0|2E-1,ec ?+,100,,,-9160|320,3180|110#,8680|110,-19780|410,12130|810#,50|110#,8097.5|7#,140941450|110#,-54540|110#,1986 +65,,76,,,,,,,,,,,,,,,, +142,Tb,,597 ms|17,5.97E-1|1.7E-2,ec ?+,100,,,-6440|200,2770|700#,10400|700,-19250|760,10090|710#,620|700#,8112|5#,141939280|750#,-56560|700#,1991 +65,,77,,,?+ p,2.2 x 10-3|11,,,,,,,,,,,, +143,Tb,,12 s|1,1.2E1|1E0,ec ?+,100,,,-8250|50#,2550|50#,7810|210#,-18370|730,11930|700#,750|60#,8138.2|4#,142935140|50#,-60420|50#,1985 +65,,78,,,,,,,,,,,,,,,, +144,Tb,,? 1 s,1E0,ec ?+,100,,,-5798|29#,2190|60#,9390|40#,-18270|30#,10020|60#,1430|200#,8151.29|19#,143933040|30#,-62368|28#,1982 +65,,79,,,,,,,,,,,,,,,, +145,Tb,,,,,,,,-8150|110#,1110|110#,6540|110#,-17890|110#,12090|110#,1920|110#,8178.5|8#,144928730|120#,-66390|110#,1981 +65,,80,,,,,,,,,,,,,,,, +146,Tb,,8 s|4,8E0|4E0,ec ?+,100,,,-5210|50#,1120|50#,8320|50#,-17590|50#,9450|120#,2130|50#,8187.1|3#,145927250|50#,-67760|40#,1974 +65,,81,,,,,,,,,,,,,,,, +147,Tb,,1.64 h|3,5.9E3|1.08E2,ec ?+,100,+1.70 5,,-6547|12#,1074|14#,4614|8#,-16259|11#,11050|50#,1946|9#,8206.62|5#,146924055|9#,-70743|8#,1969 +65,,82,,,,,,,,,,,,,,,, +148,Tb,,60 min|1,3.6E3|6E1,ec ?+,100,-1.75 2,-0.29 20,-2678|10#,2657|16#,5732|13#,-14412|15#,7866|15#,2469|13#,8204.32|8#,147924275|13#,-70537|12#,1960 +65,,83,,,,,,,,,,,,,,,, +149,Tb,,4.118 h|25,1.48E4|9E1,ec ?+,83.3|17,+1.35 2,,-3793|9#,4077.9|22#,3638|5#,-11700|9#,9023|13#,2508|3#,8209.815|25#,148923254|4#,-71489|4#,1950 +65,,84,,,?,16.7|17,,,,,,,,,,,, +150,Tb,,3.48 h|16,1.25E4|5.76E2,ec ?+,100,,,-1796|8#,3587|5#,4658|10#,-11481|12#,7688|8#,3268|8#,8206.34|5#,149923665|8#,-71106|7#,1959 +65,,85,,,?,< 0.05,,,,,,,,,,,, +151,Tb,,17.609 h|14,6.34E4|5.04E1,ec ?+,99.9905|15,0.919 6,,-2871|5#,3496|4#,2565|5#,-10385|6#,8589|8#,3149|7#,8208.873|27#,150923109|4#,-71624|4#,1953 +65,,86,,,?,0.0095|15,,,,,,,,,,,, +152,Tb,,17.5 h|1,6.3E4|3.6E2,ec ?+,100,-0.58 2,+0.34 13,-600|40#,3160|40#,3990|40#,-10040|40#,7160|40#,3820|40#,8202.00|26#,151924080|40#,-70720|40#,1959 +65,,87,,,?,< 7 x 10-7,,,,,,,,,,,, +153,Tb,,2.34 d|1,2.02E5|8.64E2,ec ?+,100,+3.44 2,+1.08 14,-2170.4|19#,2703|5#,1569|4#,-9267|6#,8670|40#,3895|4#,8205.048|26#,152923442|4#,-71313|4#,1957 +65,,88,,,,,,,,,,,,,,,, +154,Tb,,21.5 h|4,7.74E4|1.44E3,ec ?+,100,,,240|50#,2210|50#,3550|50#,-9080|50#,6910|50#,4560|50#,8196.67|28#,153924680|50#,-70160|50#,1950 +65,,89,,,?-,< 0.1,,,,,,,,,,,, +155,Tb,,5.32 d|6,4.6E5|5.18E3,ec,100,+2.01 2,+1.41 6,-2094.5|19#,978|10#,820|10#,-8927|12#,9170|50#,4833|10#,8202.91|6#,154923510|11#,-71250|10#,1957 +65,,90,,,,,,,,,,,,,,,, +156,Tb,,5.35 d|10,4.62E5|8.64E3,ec ?+,100,1.41 18,+2.3 8,438|4#,373|4#,2444|4#,-9007|10#,6912|10#,5310|4#,8194.639|24#,155924754|4#,-70091|4#,1950 +65,,91,,,,,,,,,,,,,,,, +157,Tb,,71 y|7,2.24E9|2.21E8,ec,100,+2.01 2,+1.40 8,-1339|5#,178.9|8#,60.0|17#,-8305.8|3#,8744|4#,5517.5|3#,8198.138|8#,156924032.3|13#,-70763.4|12#,1960 +65,,92,,,,,,,,,,,,,,,, +158,Tb,,180 y|11,5.68E9|3.47E8,ec ?+,83.4|7,+1.758 7,+2.7 5,936.7|25#,-157.5|12#,1218.9|18#,-8117|5#,6778.5|10#,5936.2|10#,8189.153|9#,157925420.2|15#,-69470.7|14#,1957 +65,,93,,,?-,16.6|7,,,,,,,,,,,, +159,Tb,,STABLE,,,,+2.014 4,+1.432 8,-365.2|12#,-139.2|11#,-970.9|17#,-7196.3|24#,8133.0|6#,6131.8|8#,8188.800|8#,158925353.9|13#,-69532.4|13#,1933 +65,,94,100 %,,,,,,,,,,,,,,, +160,Tb,,72.3 d|2,6.25E6|1.73E4,?-,100,+1.790 7,+3.85 5,1836.5|12#,-179|3#,105.5|18#,-6740.4|12#,6375.21|13#,6563.8|8#,8177.465|8#,159927174.8|14#,-67836.3|13#,1943 +65,,95,,,,,,,,,,,,,,,, +161,Tb,,6.89 d|2,5.95E5|1.73E3,?-,100,2.2 1,+1.2 6,594.2|13#,-428|4#,-1955.8|21#,-5860.2|13#,7696.6|5#,6808.8|10#,8174.479|8#,160927577.0|14#,-67461.6|13#,1949 +65,,96,,,,,,,,,,,,,,,, +162,Tb,,7.60 min|15,4.56E2|9E0,?-,100,,,2510|40#,-850|40#,-1400|40#,-5690|40#,6290|40#,7460|40#,8162.82|22#,161929490|40#,-65680|40#,1965 +65,,97,,,,,,,,,,,,,,,, +163,Tb,,19.5 min|3,1.17E3|1.8E1,?-,100,,,1785|4#,-978|6#,-3282|9#,-4486|4#,6990|40#,7605|6#,8155.633|25#,162930653|4#,-64596|4#,1966 +65,,98,,,,,,,,,,,,,,,, +164,Tb,,3.0 min|1,1.8E2|6E0,?-,100,,,3890|100#,-1020|100#,-2300|140#,-3770|100#,5550|100#,8050|100#,8139.8|6#,163933360|110#,-62080|100#,1968 +65,,99,,,,,,,,,,,,,,,, +165,Tb,,2.11 min|10,1.27E2|6E0,?-,100,,,3050|100,-1200|100,-4110|160,-2670|100,6560|140,8080|140,8130|1,164934980|110,-60570|100,1983 +65,,100,,,,,,,,,,,,,,,, +166,Tb,,25.1 s|21,2.51E1|2.1E0,?-,100,,,4700|70#,-1610|80#,-3350|210#,-2340|70#,5390|120,8720|140,8113.7|4#,165937860|80#,-57880|70#,1996 +65,,101,,,,,,,,,,,,,,,, +167,Tb,,19.4 s|27,1.94E1|2.7E0,?-,100,,,4000|200,-1870|210,-5110|360,-1410|200,6110|210,8690|280,8102|1,166939960|210,-55930|200,1999 +65,,102,,,,,,,,,,,,,,,, +168,Tb,,8.2 s|13,8.2E0|1.3E0,?-,100,,,5840|330,-1770|320,-4360|500,-860|300,4870|360,9200|420,8082|2,167943400|320,-52720|300,1999 +65,,103,,,,,,,,,,,,,,,, +169,Tb,,> 160 ns,1.6E-7|5E15,?-,?,,,5270|420,-2030|330,-6180|580,160|330,5680|420,9250|500,8068|2,168945970|320,-50330|300,2012 +65,,104,,,,,,,,,,,,,,,, +170,Tb,,> 160 ns,1.6E-7|5E15,?-,?,,,6940|450,-1940|540,-5340|720,800|500,4470|500,9860|640,8047|2,169949840|430,-46720|400,2012 +65,,105,,,?- n,?,,,,,,,,,,,, +171,Tb,,> 160 ns,1.6E-7|5E15,?- n,?,,,6160|580,-2450|640,,1560|540,5380|640,9940|780,8031|3,170952730|540,-44030|500,2012 +65,,106,,,?-,?,,,,,,,,,,,, +172,Tb,,> 160 ns,1.6E-7|5E15,?- n,?,,,8160|580,-2530|710,,2270|580,3890|710,,8007|3,171957220|540,-39850|500,2012 +65,,107,,,?-,?,,,,,,,,,,,, +139,Dy,,0.6 s|2,6E-1|2E-1,ec ?+,> 0,,,,4320|640,10490|580,,10780|710,1260|580,7971|4,138959590|540,-37640|500,1999 +66,,73,,,?+ p,> 0,,,,,,,,,,,, +140,DY,,,,ec ?+,?,,,-13570|640,3830|500,7650|900,,13260|640,1990|500,8008|3,139954020|430,-42830|400,2002 +66,,74,,,,,,,,,,,,,,,, +141,Dy,,0.9 s|2,9E-1|2E-1,ec ?+,100,,,-11020|500,3410|420,9160|320,-24190|580,10620|500,2190|850,8027|2,140951280|320,-45380|300,1984 +66,,75,,,?+ p,?,,,,,,,,,,,, +142,Dy,,2.3 s|3,2.3E0|3E-1,ec ?+,100,,,-12870|830,3260|750,6440|1010,-23830|830,12810|790,2870|740,8061|5,141946190|780,-50120|730,1986 +66,,76,,,ec p,0.06|3,,,,,,,,,,,, +143,Dy,,5.6 s|10,5.6E0|1E0,ec ?+,100,,,-10120|300,3040|200,8250|50,-22990|400,10120|730,2900|700#,8075.05|9#,142943994|14#,-52169|13#,1983 +66,,77,,,ec p,?,,,,,,,,,,,, +144,Dy,,9.1 s|4,9.1E0|4E-1,ec ?+,100,,,-11961|11#,2787|29#,5798|29#,-22590|300,12472|15#,3440|50#,8105.59|5#,143939270|8#,-56570|7#,1986 +66,,78,,,ec p,?,,,,,,,,,,,, +145,Dy,,6 s|2,6E0|2E0,ec ?+,100,,,-9122|10#,2557|21#,8150|110#,-21704|11#,9744|10#,3163|29#,8116.89|4#,144937474|7#,-58243|7#,1982 +66,,79,,,ec p,? 50,,,,,,,,,,,, +146,Dy,,33.2 s|7,3.32E1|7E-1,ec ?+,100,,,-11317|9#,1980|29#,5210|50#,-21506|10#,12384|9#,3460|110#,8146.11|5#,145932845|7#,-62555|7#,1981 +66,,80,,,,,,,,,,,,,,,, +147,Dy,,67 s|7,6.7E1|7E0,ec ?+,100,,,-8439|10#,1610|200#,6547|12#,-21029|11#,9712|11#,3720|50#,8156.77|6#,146931083|9#,-64196|9#,1975 +66,,81,,,?+ p,5 x 10-2,,,,,,,,,,,, +148,Dy,,3.3 min|2,1.98E2|1.2E1,ec ?+,100,,,-9870|80#,1475|29#,2678|15#,-20174|10#,11735|12#,4406|12#,8180.94|6#,147927150|9#,-67860|9#,1974 +66,,82,,,,,,,,,,,,,,,, +149,Dy,,4.20 min|14,2.52E2|8.4E0,ec ?+,100,-0.119 7,-0.62 5,-6049|13#,2805|22#,3793|10#,-17780|80#,7908|12#,4448|15#,8179.11|6#,148927325|10#,-67696|9#,1958 +66,,83,,,,,,,,,,,,,,,, +150,Dy,,7.17 min|5,4.3E2|3E0,ec ?+,64|5,,,-7364|14#,4351.3|15#,1796|9#,-15734|13#,9685|10#,5110|5#,8189.149|29#,149925593|5#,-69310|4#,1959 +66,,84,,,?,36|5,,,,,,,,,,,, +151,Dy,,17.9 min|3,1.07E3|1.8E1,ec ?+,94.4|4,-0.945 7,-0.30 5,-5130|9#,4179.6|26#,2871|5#,-14878|14#,7514|5#,4936|8#,8184.678|22#,150926191|4#,-68752|3#,1959 +66,,85,,,?,5.6|4,,,,,,,,,,,, +152,Dy,,2.38 h|2,8.57E3|7.2E1,ec ?+,99.900|7,,,-6513|13#,3727|4#,600|40#,-14566|9#,9437|5#,5783|6#,8192.92|3#,151924725|5#,-70118|5#,1958 +66,,86,,,?,0.100|7,,,,,,,,,,,, +153,Dy,,6.4 h|1,2.3E4|3.6E2,ec ?+,99.9906|14,-0.782 6,-0.02 5,-4131|6#,3559|4#,2170|6#,-13609|13#,7096|6#,5710|40#,8185.749|26#,152925772|4#,-69143|4#,1958 +66,,87,,,?,0.0094|14,,,,,,,,,,,, +154,Dy,,3.0 x 106|y|15,9.47E13|4.73E13,?,100,,,-5755|10#,2945|5#,-240|50#,-13453|9#,9322|8#,6370|8#,8193.13|5#,153924429|8#,-70394|7#,1961 +66,,88,,,,,,,,,,,,,,,, +155,Dy,,9.9 h|2,3.56E4|7.2E2,ec ?+,100,-0.339 2,+0.967 14,-3116|17#,2608|10#,2094|14#,-12588|13#,6833|12#,6290|50#,8184.35|6#,154925758|10#,-69156|10#,1958 +66,,89,,,,,,,,,,,,,,,, +156,Dy,,STABLE,,2ec,,,,-5050|60#,1753.0|3#,-438|4#,-12561|17#,9445|10#,6568|10#,8192.433|8#,155924284.0|13#,-70529.0|12#,1948 +66,,90,0.056 %|3,,2ec,,,,,,,,,,,,, +157,Dy,,8.14 h|4,2.93E4|1.44E2,ec ?+,100,-0.301 2,+1.30 2,-2592|24#,1033|5#,1339|5#,-12020|60#,6967|5#,6623|6#,8184.63|3#,156925470|6#,-69425|5#,1953 +66,,91,,,,,,,,,,,,,,,, +158,Dy,,STABLE,,,,,,-4220|27#,873.7|24#,-936.7|27#,-11646|24#,9054|5#,6932.9|24#,8190.130|15#,157924414.6|25#,-70407.3|24#,1938 +66,,92,0.095 %|3,,,,,,,,,,,,,,, +159,Dy,,144.4 d|2,1.25E7|1.73E4,ec,100,-0.354 3,+1.37 2,-1837.6|27#,477.8|13#,365.2|20#,-11051|27#,6831.1|26#,6985.4|13#,8181.583|10#,158925746.0|16#,-69167.1|15#,1951 +66,,93,,,,,,,,,,,,,,,, +160,Dy,,STABLE,,,,,,-3290|15#,437.3|11#,-1836.5|15#,-10415|3#,8576.9|14#,7429.3|12#,8184.054|5#,159925203.2|8#,-69672.7|8#,1938 +66,,94,2.329 %|18,,,,,,,,,,,,,,, +161,Dy,,STABLE,,?,,-0.4803 25,+2.468 29,-858.5|22#,342.8|11#,-594.2|16#,-9744|15#,6454.39|8#,7508.5|12#,8173.310|5#,160926939.1|8#,-68055.8|8#,1934 +66,,95,18.889 %|42,,,,,,,,,,,,,,, +162,Dy,,STABLE,,,,,,-2140|3#,83.1|11#,-2510|40#,-9055.5|22#,8196.99|6#,8008.9|13#,8173.457|5#,161926804.2|8#,-68181.5|8#,1934 +66,,96,25.475 %|36,,,,,,,,,,,,,,, +163,Dy,,STABLE,,?-,100,+0.6726 35,+2.648 21,-2.834|19#,-244.6|11#,-1785|4#,-8411|3#,6271.01|5#,7990|40#,8161.785|5#,162928736.9|8#,-66381.2|8#,1934 +66,,97,24.896 %|42,,,,,,,,,,,,,,, +164,Dy,,STABLE,,,,,,-986.5|14#,-451.1|12#,-3890|100#,-7660.95|7#,7658.11|7#,8661|4#,8158.714|5#,163929180.5|8#,-65968.0|8#,1934 +66,,98,28.260 %|54,,,,,,,,,,,,,,, +165,Dy,,2.334 h|1,8.4E3|3.6E0,?-,100,-0.520 5,-3.49 7,1286.4|8#,-531.7|15#,-3050|100#,-6702.4|14#,5715.96|5#,8820|100#,8143.909|5#,164931709.1|8#,-63612.6|8#,1935 +66,,99,,,,,,,,,,,,,,,, +166,Dy,,81.6 h|1,2.94E5|3.6E2,?-,100,,,486.5|9#,-729|4#,-4700|70#,-5757.1|9#,7043.5|4#,9310|100,8137.280|5#,165932812.5|9#,-62584.8|9#,1949 +66,,100,,,,,,,,,,,,,,,, +167,Dy,,6.20 min|8,3.72E2|4.8E0,?-,100,,,2350|60#,-1040|60#,-4000|210#,-4930|60#,5420|60#,9330|90#,8121.0|4#,166935660|60#,-59930|60#,1960 +66,,101,,,,,,,,,,,,,,,, +168,Dy,,8.7 min|3,5.22E2|1.8E1,?-,100,,,1500|140#,-1210|170,-5840|330#,-4350|140#,6700|150#,9920|240,8112.5|8#,167937130|150#,-58560|140#,1982 +66,,102,,,,,,,,,,,,,,,, +169,Dy,,39 s|8,3.9E1|8E0,?-,100,,,3200|300#,-1570|320,-5270|420#,-3610|300#,5110|330#,10160|420,8094.8|18#,168940310|320#,-55600|300#,1990 +66,,103,,,,,,,,,,,,,,,, +170,Dy,,,,?-,100,,,2570|200,-1560|280,-6940|450,-2940|200,6140|360,10620|360,8083|1,169942390|210,-53660|200,2010 +66,,104,,,,,,,,,,,,,,,, +171,Dy,,> 160 ns,1.6E-7|5E15,?-,?,,,4330|670,-1800|420,-6160|580,-2020|300,4600|360,10750|500,8063|2,170946120|320,-50190|300,2012 +66,,105,,,,,,,,,,,,,,,, +172,Dy,,> 160 ns,1.6E-7|5E15,?-,?,,,3470|360,-2070|500,-8160|580,-1560|670,5890|420,11270|580,8050|2,171948460|320,-48010|300,2012 +66,,106,,,,,,,,,,,,,,,, +173,Dy,,> 160 ns,1.6E-7|5E15,?-,?,,,5410|500,-2210|640,,-530|450,4000|500,11380|640,8027|2,172952830|430,-43940|400,2012 +66,,107,,,,,,,,,,,,,,,, +174,Dy,,> 160 ns,1.6E-7|5E15,?-,?,,,4320|580,-2420|780,,-90|580,5500|640,,8012|3,173955590|540,-41370|500,2012 +66,,108,,,,,,,,,,,,,,,, +140,Ho,,6 ms|3,6E-3|3E-3,p,100,,,,4450|710,13570|640,,,-1094|10#,7906|4,139968590|540,-29260|500,1999 +67,,73,,,,,,,,,,,,,,,, +141,Ho,,4.1 ms|1,4.1E-3|1E-4,p,100,,,,4180|570,11020|500,,13180|640,-1177|7#,7943|3,140963110|430,-34360|400,1998 +67,,74,,,,,,,,,,,,,,,, +142,Ho,,0.4 s|1,4E-1|1E-1,ec ?+,? 100,,,-9220|640,3990|500,12870|830,,10960|570,-840|500,7965|3,141960010|430,-37250|400,2001 +67,,75,,,ec p,> 0,,,,,,,,,,,, +,,,,,p,? 0,,,,,,,,,,,, +143,Ho,,,,ec p,?,,,-10790|500,3660|420,10120|300,-22090|580,12870|500,-780|790,7999|2,142954860|320,-42050|300,2000 +67,,76,,,ec ?+,?,,,,,,,,,,,, +144,Ho,,0.7 s|1,7E-1|1E-1,ec ?+,100,,,-8000|200,3450|800#,11961|11,-21420|400,10630|300,-270|16#,8017.10|6#,143952110|9#,-44610|8#,1986 +67,,77,,,ec p,?,,,,,,,,,,,, +145,Ho,,2.4 s|1,2.4E0|1E-1,ec ?+,100,,,-9880|200,3000|110#,9122|10,-20580|200,12582|11#,-161|10#,8048.58|5#,144947267|8#,-49120|7#,1987 +67,,78,,,,,,,,,,,,,,,, +146,Ho,,3.32 s|22,3.32E0|2.2E-1,ec ?+,< 100,,,-6916|9#,2900|700#,11317|9#,-20070|200,10189|10#,285|9#,8063.24|4#,145944994|7#,-51238|7#,1982 +67,,79,,,ec p,?,,,,,,,,,,,, +147,Ho,,5.8 s|4,5.8E0|4E-1,ec ?+,100,,,-9150|40#,2240|50#,8439|10#,-19506|8#,12590|8#,491|8#,8094.04|3#,146940142|5#,-55757|5#,1982 +67,,80,,,,,,,,,,,,,,,, +148,Ho,,2.2 s|11,2.2E0|1.1E0,ec ?+,100,,,-6510|80#,1950|90#,9870|80#,-19450|90#,10310|80#,1080|80#,8109.0|6#,147937740|90#,-57990|80#,1979 +67,,81,,,,,,,,,,,,,,,, +149,Ho,,21.1 s|2,2.11E1|2E-1,ec ?+,100,,,-7900|30#,2320|110#,6049|15#,-18239|16#,11730|80#,1076|12#,8133.26|8#,148933820|13#,-61647|12#,1979 +67,,82,,,,,,,,,,,,,,,, +150,Ho,,72 s|4,7.2E1|4E0,ec ?+,100,,,-4115|14#,3390|50#,7364|15#,-16280|30#,8371|19#,1539|17#,8134.84|9#,149933498|15#,-61946|14#,1963 +67,,83,,,,,,,,,,,,,,,, +151,Ho,,35.2 s|1,3.52E1|1E-1,ec ?+,78|3,,,-5356|18#,4695.0|18#,5130|9#,-13863|19#,9748|16#,1602|9#,8145.53|5#,150931698|9#,-63623|8#,1963 +67,,84,,,?,22|3,,,,,,,,,,,, +152,Ho,,161.8 s|3,1.62E2|3E-1,ec ?+,88|3,-1.02 2,+0.08 24,-3104|10#,4507.4|13#,6513|13#,-13410|21#,8053|15#,2141|13#,8144.92|8#,151931717|13#,-63605|13#,1963 +67,,85,,,?,12|3,,,,,,,,,,,, +153,Ho,,2.01 min|3,1.21E2|1.8E0,ec ?+,99.949|25,+6.81 5,-1.1 5,-4543|10#,4052|4#,4131|6#,-12583|10#,9479|13#,2183|7#,8153.64|3#,152930207|5#,-65012|5#,1963 +67,,86,,,?,0.051|25,,,,,,,,,,,, +154,Ho,,11.76 min|19,7.06E2|1.14E1,ec ?+,99.981|5,-0.643 6,+0.19 10,-2034|9#,4041|4#,5755|11#,-12242|12#,7699|10#,2785|9#,8150.68|5#,153930607|9#,-64639|8#,1966 +67,,87,,,?,0.019|5,,,,,,,,,,,, +155,Ho,,48 min|1,2.88E3|6E1,ec ?+,100,+3.51 3,+1.52 10,-3830|18#,3159|18#,3116|20#,-11506|18#,9472|19#,2935|19#,8159.20|11#,154929104|19#,-66040|17#,1959 +67,,88,,,,,,,,,,,,,,,, +156,Ho,,56 min|1,3.36E3|6E1,ec ?+,100,+2.98 3,+2.34 18,-1270|60#,2810|70#,5050|60#,-11340|60#,7510|60#,3610|60#,8155.0|4#,155929710|60#,-65480|60#,1957 +67,,89,,,,,,,,,,,,,,,, +157,Ho,,12.6 min|2,7.56E2|1.2E1,ec ?+,100,+4.35 3,+2.97 13,-3420|30#,2056|24#,2592|24#,-10690|30#,9430|60#,3593|23#,8163.14|15#,156928252|25#,-66833|23#,1966 +67,,90,,,,,,,,,,,,,,,, +158,Ho,,11.3 min|4,6.78E2|2.4E1,ec ?+,100,+3.77 3,+4.1 4,-880|40#,1540|50#,4220|27#,-10850|40#,7430|40#,4052|27#,8158.47|17#,157928945|29#,-66188|27#,1961 +67,,91,,,,,,,,,,,,,,,, +159,Ho,,33.05 min|11,1.98E3|6.6E0,ec ?+,100,+4.28 3,+3.19 13,-2768.5|20#,1496|10#,1838|3#,-10097|25#,9213|27#,4211|4#,8165.105|19#,158927719|3#,-67330|3#,1958 +67,,92,,,,,,,,,,,,,,,, +160,Ho,,25.6 min|3,1.54E3|1.8E1,ec ?+,100,+3.71 3,+3.95 23,-319|29#,1283|15#,3290|15#,-9893|15#,7125|15#,4505|15#,8158.60|9#,159928735|16#,-66383|15#,1950 +67,,93,,,,,,,,,,,,,,,, +161,Ho,,2.48 h|5,8.93E3|1.8E2,ec,100,+4.25 3,+3.22 11,-1996|9#,1141.2|24#,858.5|24#,-9204|24#,8886|15#,4813.5|22#,8163.119|14#,160927860.8|24#,-67197.3|22#,1954 +67,,94,,,,,,,,,,,,,,,, +162,Ho,,15.0 min|10,9E2|6E1,ec ?+,100,2.32 3,0.71 3,293|3#,1004|3#,2140|3#,-8911|9#,6916|4#,5275|3#,8155.418|20#,161929101|3#,-66042|3#,1957 +67,,95,,,,,,,,,,,,,,,, +163,Ho,,4570 y|25,1.44E11|7.89E8,ec,100,4.22 4,3.6 6,-1211|5#,729.1|12#,2.8|11#,-8115.1|3#,8408|3#,5485.83|5#,8156.968|5#,162928739.9|8#,-66378.3|8#,1957 +67,,96,,,,,,,,,,,,,,,, +164,Ho,,29 min|1,1.74E3|6E1,ec ?+,60|5,,,961.4|14#,429.8|18#,986.5|17#,-7885|5#,6674.5|14#,5889.3|14#,8147.929|9#,163930239.5|16#,-64981.5|15#,1938 +67,,97,,,?-,40|5,,,,,,,,,,,, +165,Ho,,STABLE,,,,+4.177 5,+3.58 2,-377.4|10#,137.7|14#,-1286.4|12#,-7027.4|8#,7988.8|11#,6220.0|8#,8146.964|6#,164930328.0|11#,-64899.0|10#,1934 +67,,98,100 %,,,,,,,,,,,,,,, +166,Ho,,26.824 h|12,9.66E4|4.32E1,?-,100,,,1854.7|9#,180|40#,-486.5|13#,-6621.0|10#,6243.64|2#,6747.7|8#,8135.499|6#,165932290.1|11#,-63071.3|10#,1936 +67,,99,,,,,,,,,,,,,,,, +167,Ho,,3.1 h|1,1.12E4|3.6E2,?-,100,,,1011|5#,-109|7#,-2350|60#,-5426|5#,7281|5#,6985|5#,8130.38|3#,166933139|6#,-62281|5#,1955 +67,,100,,,,,,,,,,,,,,,, +168,Ho,,2.99 min|7,1.79E2|4.2E0,?-,100,,,2930|30#,-410|100#,-1500|140#,-4840|30#,5850|30#,7420|70#,8116.82|18#,167935520|30#,-60060|30#,1960 +67,,101,,,,,,,,,,,,,,,, +169,Ho,,4.72 min|10,2.83E2|6E0,?-,100,,,2126|20#,-660|100,-3200|300#,-3877|20#,6810|40#,7530|140#,8109.07|12#,168936879|22#,-58797|20#,1963 +67,,102,,,,,,,,,,,,,,,, +170,Ho,,2.76 min|5,1.66E2|3E0,?-,100,,,3870|50#,-780|90#,-2580|200#,-3390|50#,5510|50#,7930|300#,8093.80|28#,169939630|50#,-56240|50#,1960 +67,,103,,,,,,,,,,,,,,,, +171,Ho,,53 s|2,5.3E1|2E0,?-,100,,,3200|600#,-1020|630,-4330|670#,-2480|600#,6350|600#,8140|630,8084|4#,170941470|640#,-54520|600#,1989 +67,,104,,,,,,,,,,,,,,,, +172,Ho,,25 s|3,2.5E1|3E0,?-,100,,,5000|200,-1190|360,-3470|360,-1840|200,5040|630,8580|360,8066|1,171944730|210,-51480|200,1991 +67,,105,,,,,,,,,,,,,,,, +173,Ho,,> 160 ns,1.6E-7|5E15,?-,?,,,4300|360,-1450|420,-5410|500,-940|300,5940|360,8630|420,8054|2,172947020|320,-49350|300,2012 +67,,106,,,,,,,,,,,,,,,, +174,Ho,,> 160 ns,1.6E-7|5E15,?-,?,,,6260|420,-1390|500,-4320|580,-110|360,4410|420,9040|500,8033|2,173950950|320,-45690|300,2012 +67,,107,,,,,,,,,,,,,,,, +175,Ho,,> 160 ns,1.6E-7|5E15,?-,?,,,5450|570,-1600|640,,670|500,5580|500,9120|640,8019|2,174953620|430,-43200|400,2012 +67,,108,,,?- n,?,,,,,,,,,,,, +176,Ho,,> 160 ns,1.6E-7|5E15,?- n,?,,,7340|640,-1860|710,,1290|640,4160|640,,7997|3,175957820|540,-39290|500,2012 +67,,109,,,?-,?,,,,,,,,,,,, +143,ER,,,,,,,,,3960|640,10790|500,,11300|640,1300|570,7918|3,142966440|430,-31260|400, +68,,75,,,,,,,,,,,,,,,, +144,Er,,? 200 ns,2E-7|5E15,ec ?+,100,,,-14350|440,3800|450,8000|200,,13420|440,1850|360,7956|1,143960700|210,-36610|200,2003 +68,,76,,,,,,,,,,,,,,,, +145,Er,,,,,,,,-11660|280,3720|360,9880|200,-25050|450,10700|280,1920|200,7975|1,144957870|210,-39240|200,1989 +68,,77,,,,,,,,,,,,,,,, +146,Er,,1.7 s|6,1.7E0|6E-1,ec ?+,100,,,-13270|200,3370|730,6916|9,-24810|200,13150|200,2491|10#,8010.51|5#,145952418|7#,-44322|7#,1993 +68,,78,,,,,,,,,,,,,,,, +147,Er,,? 2.5 s,2.5E0,ec ?+,100,,,-10630|40#,3140|40#,9150|40#,-23620|200,10360|40#,2660|40#,8026.47|26#,146949960|40#,-46610|40#,1992 +68,,79,,,?+ p,> 0,,,,,,,,,,,, +148,Er,,4.6 s|2,4.6E0|2E-1,ec ?+,100,,,-12714|14#,2666|13#,6510|80#,-23576|12#,12940|40#,3011|11#,8059.69|7#,147944735|11#,-51479|10#,1982 +68,,80,,,ec p,? 0.15,,,,,,,,,,,, +149,Er,,4 s|2,4E0|2E0,ec ?+,100,,,-9860|200,2076|29#,7900|30,-23050|30#,10330|30#,3040|90#,8074.95|19#,148942310|30#,-53742|28#,1984 +68,,81,,,ec p,7|2,,,,,,,,,,,, +150,Er,,18.5 s|7,1.85E1|7E-1,ec ?+,100,,,-11340|200,2299|18#,4115|22,-22020|200,12160|30#,3474|21#,8102.19|11#,149937916|18#,-57831|17#,1982 +68,,82,,,,,,,,,,,,,,,, +151,Er,,23.5 s|20,2.35E1|2E0,ec ?+,100,,,-7494|25#,3505|19#,5356|18#,-19850|200,8506|24#,3609|22#,8104.87|11#,150937449|18#,-58266|16#,1970 +68,,83,,,,,,,,,,,,,,,, +152,Er,,10.3 s|1,1.03E1|1E-1,?,90|4,,,-8780|50#,4934.3|16#,3104|15#,-17799|21#,10305|19#,4167|12#,8119.35|6#,151935050|9#,-60500|9#,1963 +68,,84,,,ec ?+,10|4,,,,,,,,,,,, +153,Er,,37.1 s|2,3.71E1|2E-1,?,53|3,-0.934 5,-0.42 2,-6495|13#,4802.4|14#,4543|11#,-16820|50#,8040|12#,4153|15#,8118.83|6#,152935084|10#,-60469|9#,1963 +68,,85,,,ec ?+,47|3,,,,,,,,,,,, +154,Er,,3.73 min|9,2.24E2|5.4E0,ec ?+,99.53|13,,,-8178|15#,4279.7|26#,2034|10#,-16703|13#,10208|10#,4882|7#,8132.39|3#,153932791|5#,-62605|5#,1963 +68,,86,,,?,0.47|13,,,,,,,,,,,, +155,Er,,5.3 min|3,3.18E2|1.8E1,ec ?+,99.978|7,-0.669 4,-0.27 2,-5583|12#,4118|5#,3830|18#,-15853|16#,7675|8#,4859|10#,8129.44|4#,154933216|7#,-62209|6#,1969 +68,,87,,,?,0.022|7,,,,,,,,,,,, +156,Er,,19.5 min|10,1.17E3|6E1,ec ?+,? 100,,,-7377|27#,3481|25#,1270|60#,-15657|27#,10074|25#,5460|30#,8141.91|16#,155931066|26#,-64212|25#,1967 +68,,88,,,?,17 x 10-6|4,,,,,,,,,,,, +157,Er,,18.65 min|10,1.12E3|6E0,ec ?+,? 100,-0.412 3,+0.92 2,-4700|40#,3304|27#,3420|40#,-14650|30#,7270|40#,5220|70#,8136.37|17#,156931923|28#,-63414|27#,1966 +68,,89,,,,,,,,,,,,,,,, +158,Er,,2.29 h|6,8.24E3|2.16E2,ec,100,,,-6600|30#,2665|26#,880|40#,-14670|40#,9960|40#,5760|30#,8147.93|16#,157929893|27#,-65304|25#,1961 +68,,90,,,,,,,,,,,,,,,, +159,Er,,36 min|1,2.16E3|6E1,ec ?+,100,-0.304 2,+1.17 1,-3991|28#,2170|10#,2768|5#,-13929|25#,7329|25#,5662|27#,8142.773|23#,158930691|4#,-64561|4#,1962 +68,,91,,,,,,,,,,,,,,,, +160,Er,,28.58 h|9,1.03E5|3.24E2,ec,100,,,-5760|40#,2040|24#,319|29#,-13570|40#,9575|25#,6024|24#,8151.72|15#,159929077|26#,-66064|24#,1954 +68,,92,,,,,,,,,,,,,,,, +161,Er,,3.21 h|3,1.16E4|1.08E2,ec ?+,100,-0.365 3,+1.361 14,-3303|29#,1798|10#,1996|9#,-12970|40#,7209|26#,6108|17#,8145.86|5#,160930003|9#,-65202|9#,1954 +68,,93,,,,,,,,,,,,,,,, +162,Er,,STABLE,,,,,,-4857|26#,1647.9|23#,-293|3#,-12507|28#,9204|9#,6426.2|22#,8152.397|5#,161928787.0|9#,-66334.5|8#,1938 +68,,94,0.139 %|5,,,,,,,,,,,,,,, +163,Er,,75.0 min|4,4.5E3|2.4E1,ec ?+,100,+0.557 4,+2.55 3,-2439|3#,1574|5#,1211|5#,-11761|26#,6905|5#,6415|6#,8144.741|28#,162930040|5#,-65168|5#,1953 +68,,95,,,,,,,,,,,,,,,, +164,Er,,STABLE,,,,,,-4039|24#,1304.92|17#,-961.4|17#,-11285|5#,8846|5#,6853.52|13#,8149.020|5#,163929207.4|8#,-65942.9|8#,1938 +68,,96,1.601 %|3,,,,,,,,,,,,,,, +165,Er,,10.36 h|4,3.73E4|1.44E2,ec,100,+0.643 3,+2.71 3,-1592.0|15#,1109.3|6#,377.4|14#,-10689|24#,6650.0|6#,6829.1|15#,8139.936|6#,164930733.2|10#,-64521.6|10#,1950 +68,,97,,,,,,,,,,,,,,,, +166,Er,,STABLE,,,,,,-3038|12#,830.5|11#,-1854.7|15#,-10067.7|21#,8475.7|13#,7316.0|9#,8141.959|7#,165930299.0|13#,-64926.0|12#,1934 +68,,98,33.503 %|36,,,,,,,,,,,,,,, +167,Er,,STABLE,,,,-0.56385 12,+3.565 29,-747.5|15#,665.1|11#,-1011|5#,-9474|12#,6436.46|18#,7508.8|9#,8131.746|7#,166932054.1|13#,-63291.2|12#,1934 +68,,99,22.869 %|9,,,,,,,,,,,,,,, +168,Er,,STABLE,,,,,,-1678.2|19#,551.9|11#,-2930|30#,-8518.8|15#,7771.31|12#,8000|5#,8129.601|7#,167932376.2|13#,-62991.2|12#,1934 +68,,100,26.978 %|18,,,,,,,,,,,,,,, +169,Er,,9.392 d|18,8.11E5|1.56E3,?-,100,+0.515 25,,352.1|11#,264.6|11#,-2126|20#,-7681.5|19#,6003.25|15#,8150|30#,8117.019|7#,168934596.4|13#,-60923.1|12#,1956 +68,,101,,,,,,,,,,,,,,,, +170,Er,,STABLE,,,,,,-312.8|18#,51.2|17#,-3870|50#,-6904.8|18#,7256.9|15#,8600|20#,8111.959|9#,169935470.7|17#,-60108.7|15#,1934 +68,,102,14.910 %|36,,,,,,,,,,,,,,, +171,Er,,7.516 h|2,2.71E4|7.2E0,?-,100,0.659 10,2.86 9,1491.3|13#,-210|60#,-3200|600#,-5994.4|18#,5681.6|3#,8770|50#,8097.746|9#,170938036.1|17#,-57719.0|16#,1938 +68,,103,,,,,,,,,,,,,,,, +172,Er,,49.3 h|5,1.77E5|1.8E3,?-,100,,,891|5#,-350|140#,-5000|200#,-5345|4#,6836|4#,9250|600#,8090.410|23#,171939362|4#,-56484|4#,1956 +68,,104,,,,,,,,,,,,,,,, +173,Er,,1.4 min|1,8.4E1|6E0,?-,100,,,2600|200,-480|360,-4300|360,-4350|200,5240|200,9460|280,8074|1,172942400|210,-53650|200,1972 +68,,105,,,,,,,,,,,,,,,, +174,Er,,3.2 min|2,1.92E2|1.2E1,?-,100,,,1910|300,-710|360,-6260|420,-3760|300,6370|360,9890|420,8064|2,173944230|320,-51950|300,1989 +68,,106,,,,,,,,,,,,,,,, +175,Er,,1.2 min|3,7.2E1|1.8E1,?-,100,,,3660|400,-890|500,-5450|570,-2860|400,4770|500,10250|500,8045|2,174947770|430,-48650|400,1996 +68,,107,,,,,,,,,,,,,,,, +176,Er,,> 160 ns,1.6E-7|5E15,?-,?,,,2740|410,-1050|500,-7340|640,-2390|400,6050|570,10720|570,8034|2,175949940|430,-46630|400,2012 +68,,108,,,,,,,,,,,,,,,, +177,Er,,> 160 ns,1.6E-7|5E15,?-,?,,,4610|580,-1340|640,,-1560|510,4300|640,10860|710,8013|3,176953990|540,-42860|500,2012 +68,,109,,,,,,,,,,,,,,,, +178,Er,,> 160 ns,1.6E-7|5E15,?-,?,,,3850|720,-1310|780,,-860|670,5470|780,,7999|3,177956780|640,-40260|600,2012 +68,,110,,,,,,,,,,,,,,,, +144,TM,,1.9 ?s|+12-5,1.9E-6|9E-7,p,> 0,,,,4570|640,14350|450,,,-1712|16#,7851|3,143976100|430,-22260|400,2005 +69,,75,,,,,,,,,,,,,,,, +145,Tm,,3.17 ?s|20,3.17E-6|2E-7,p,100,,,,4360|450,11660|280,,13390|440,-1736|7#,7889|1,144970390|210,-27580|200,1998 +69,,76,,,,,,,,,,,,,,,, +146,Tm,,68 ms|3,6.8E-2|3E-3,ec ?+,?,,,,3770|450,13270|200,,11540|280,-896|6#,7914|1,145966660|210,-31050|200,1993 +69,,77,,,p,?,,,,,,,,,,,, +147,Tm,,0.58 s|3,5.8E-1|3E-2,ec ?+,85|5,,,,3650|300,10630|40,,12990|200,-1059|3#,7948.82|5#,146961380|7#,-35974|7#,1982 +69,,78,,,p,15|5,,,,,,,,,,,, +148,Tm,,0.7 s|2,7E-1|2E-1,ec ?+,100,,,-8430|400,3420|13#,12714|14,,10862|12#,-550|40#,7968.50|7#,147958384|11#,-38765|10#,1982 +69,,79,,,,,,,,,,,,,,,, +149,Tm,,0.9 s|2,9E-1|2E-1,ec ?+,100,,,-10680|360,2810|200,9860|200,-21620|440,13190|200,-310|200,8004|1,148952890|210,-43880|200,1987 +69,,80,,,ec p,0.2|+2-1,,,,,,,,,,,, +150,Tm,,2.20 s|6,2.2E0|6E-2,ec ?+,100,,,-7850|360,2320|200,11340|200,-21360|360,10680|280,40|200,8021|1,149950090|210,-46490|200,1982 +69,,81,,,ec p,1.2|+2-4,,,,,,,,,,,, +151,Tm,,4.17 s|11,4.17E0|1.1E-1,ec ?+,100,,,-9230|300#,2559|20#,7494|25#,-20210|300,12350|200,230|9#,8050.06|13#,150945493|21#,-50773|19#,1982 +69,,82,,,,,,,,,,,,,,,, +152,Tm,,8.0 s|10,8E0|1E0,ec ?+,100,,,-5450|140#,3850|100#,8780|50#,-18250|310#,9020|60#,740|60#,8056.4|4#,151944480|60#,-51720|50#,1980 +69,,83,,,,,,,,,,,,,,,, +153,Tm,,1.48 s|1,1.48E0|1E-2,?,91|3,6.93 11,+0.5 10,-6760|200,5248.3|14#,6495|15,-15770|150#,10320|60#,762|12#,8071.26|8#,152942057|13#,-53973|12#,1964 +69,,84,,,ec ?+,9|3,,,,,,,,,,,, +154,Tm,,8.1 s|3,8.1E0|3E-1,?,54|5,-1.14 2,+0.4 9,-4495|14#,5093.8|26#,8178|15#,-15290|200,8525|19#,1247|17#,8074.21|9#,153941570|15#,-54427|14#,1964 +69,,85,,,ec ?+,46|5,,,,,,,,,,,, +155,Tm,,21.6 s|2,2.16E1|2E-1,ec ?+,99.11|24,,,-6123|19#,4572|5#,5583|12#,-14765|20#,10270|17#,1310|11#,8088.37|6#,154939210|11#,-56626|10#,1971 +69,,86,,,?,0.89|24,,,,,,,,,,,, +156,Tm,,83.8 s|18,8.38E1|1.8E0,ec ?+,99.936|10,,,-3569|13#,4345|7#,7377|28#,-14403|22#,8280|17#,1914|15#,8089.60|9#,155938986|15#,-56835|14#,1971 +69,,87,,,?,0.064|10,,,,,,,,,,,, +157,Tm,,3.63 min|9,2.18E2|5.4E0,ec ?+,100,+0.476 15,,-5290|30#,3878|28#,4700|40#,-13515|29#,9950|30#,1790|40#,8101.43|18#,156936970|30#,-58709|28#,1974 +69,,88,,,,,,,,,,,,,,,, +158,Tm,,3.98 min|6,2.39E2|3.6E0,ec ?+,100,+0.042 17,+0.74 11,-2693|26#,3511|27#,6600|40#,-13353|27#,8070|40#,2580|40#,8101.20|16#,157936980|27#,-58703|25#,1970 +69,,89,,,,,,,,,,,,,,,, +159,Tm,,9.13 min|16,5.48E2|9.6E0,ec ?+,100,+3.42 3,+1.93 7,-4730|30#,3040|30#,3991|28#,-12631|29#,9940|40#,2560|40#,8112.75|18#,158934970|30#,-60570|28#,1971 +69,,90,,,,,,,,,,,,,,,, +160,Tm,,9.4 min|3,5.64E2|1.8E1,ec ?+,100,+0.156 18,+0.582 44,-2140|40#,2750|70#,5760|40#,-12530|40#,7800|40#,3030|30#,8110.82|21#,159935260|40#,-60300|30#,1970 +69,,91,,,,,,,,,,,,,,,, +161,Tm,,30.2 min|8,1.81E3|4.8E1,ec ?+,100,+2.40 2,+2.90 7,-4060|30#,2510|40#,3303|29#,-11807|29#,9670|40#,3120|40#,8120.49|17#,160933550|30#,-61899|28#,1959 +69,,92,,,,,,,,,,,,,,,, +162,Tm,,21.70 min|19,1.3E3|1.14E1,ec ?+,100,+0.068 8,+0.69 3,-1650|30#,2280|40#,4857|26#,-11710|30#,7650|40#,3565|27#,8117.59|16#,161934001|28#,-61478|26#,1963 +69,,93,,,,,,,,,,,,,,,, +163,Tm,,1.810 h|5,6.52E3|1.8E1,ec ?+,100,-0.082 1,,-3430|16#,2176|6#,2439|7#,-10974|16#,9322|27#,3683|5#,8124.98|3#,162932658|6#,-62729|6#,1959 +69,,94,,,,,,,,,,,,,,,, +164,Tm,,2.0 min|1,1.2E2|6E0,ec ?+,100,+2.37 3,0.71 5,-887|29#,2054|29#,4039|24#,-10676|29#,7247|25#,4025|25#,8119.62|15#,163933543|26#,-61904|24#,1960 +69,,95,,,?+,39|1,,,,,,,,,,,, +165,Tm,,30.06 h|3,1.08E5|1.08E2,ec ?+,100,-0.139 2,,-2634|27#,1842.7|27#,1592.0|19#,-9984|15#,9097|24#,4275.7|15#,8125.546|10#,164932442.3|18#,-62929.6|17#,1953 +69,,96,,,,,,,,,,,,,,,, +166,Tm,,7.70 h|3,2.77E4|1.08E2,ec ?+,100,+0.0926 7,+2.14 3,-293|14#,1728|12#,3038|12#,-9664|29#,7030|12#,4656|12#,8118.95|7#,165933560|12#,-61888|12#,1948 +69,,97,,,,,,,,,,,,,,,, +167,Tm,,9.25 d|2,7.99E5|1.73E3,ec,100,-0.197 2,,-1953|4#,1409.8|14#,747.5|17#,-9019|7#,8727|12#,4906.6|15#,8122.585|8#,166932856.6|14#,-62543.6|13#,1948 +69,,98,,,,,,,,,,,,,,,, +168,Tm,,93.1 d|2,8.04E6|1.73E4,ec ?+,99.990|7,+0.227 11,+3.23 7,269.0|19#,1243.7|22#,1678.2|21#,-8794|4#,6840.6|18#,5310.7|19#,8114.954|10#,167934177.9|18#,-61312.9|17#,1949 +69,,99,,,?-,0.010|7,,,,,,,,,,,, +169,Tm,,STABLE,,,,-0.2316 15,,-897.6|11#,1198.9|11#,-352.1|14#,-7764.6|11#,8033.6|15#,5573.0|11#,8114.473|5#,168934218.3|9#,-61275.2|8#,1934 +69,,100,100 %,,,,,,,,,,,,,,, +170,Tm,,128.6 d|3,1.11E7|2.59E4,?-,99.869|10,+0.2468 12,+0.74 2,968.1|8#,850.6|11#,312.8|17#,-7489.6|11#,6591.96|17#,6161.7|11#,8105.517|5#,169935806.5|9#,-59795.9|8#,1936 +69,,101,,,ec,0.131|10,,,,,,,,,,,, +171,Tm,,1.92 y|1,6.06E7|3.16E5,?-,100,-0.2303 36,,96.5|10#,645|5#,-1491.3|18#,-6517.7|10#,7485.8|12#,6390.6|12#,8101.893|6#,170936435.1|10#,-59210.3|10#,1948 +69,,102,,,,,,,,,,,,,,,, +172,Tm,,63.6 h|3,2.29E5|1.08E3,?-,100,,,1881|6#,260|30#,-891|7#,-6139|5#,6235|5#,6944|5#,8091.04|3#,171938406|6#,-57374|6#,1956 +69,,103,,,,,,,,,,,,,,,, +173,Tm,,8.24 h|8,2.97E4|2.88E2,?-,100,,,1295|4#,116|21#,-2600|200#,-5072|4#,6953|7#,7061|6#,8084.463|25#,172939607|5#,-56256|4#,1961 +69,,104,,,,,,,,,,,,,,,, +174,Tm,,5.4 min|1,3.24E2|6E0,?-,100,,,3080|40#,-50|70#,-1920|300#,-4380|40#,5680|40#,7500|200,8070.64|26#,173942170|50#,-53860|40#,1960 +69,,105,,,,,,,,,,,,,,,, +175,Tm,,15.2 min|5,9.12E2|3E1,?-,100,,,2380|50#,-220|600#,-3660|400#,-3440|50#,6520|70#,7650|300,8061.77|28#,174943840|50#,-52310|50#,1961 +69,,106,,,,,,,,,,,,,,,, +176,Tm,,1.9 min|1,1.14E2|6E0,?-,100,,,4120|100#,-310|220,-2740|410#,-2750|100#,5130|110#,8010|410,8045.1|6#,175947000|110#,-49370|100#,1961 +69,,107,,,,,,,,,,,,,,,, +177m,Tm,,90 s|6,9E1|6E0,?-,? 100,,,3520|300,-540|420,-4610|580,-2050|300,6170|310,8130|500,8035|2,176949040|320,-47470|300,1989 +69,,108,,,,,,,,,,,,,,,, +178,TM,,> 300 ns,3E-7|5E15,?-,?,,,5580|400,-850|500,-3860|720,-1200|400,4720|500,8550|640,8016|2,177952640|430,-44120|400,2008 +69,,109,,,,,,,,,,,,,,,, +179,Tm,,> 160 ns,1.6E-7|5E15,?-,?,,,4940|540,-820|640,,20|500,5560|640,8630|780,8002|3,178955340|540,-41600|500,2012 +69,,110,,,,,,,,,,,,,,,, +180,Tm,,> 300 ns,3E-7|5E15,?-,100,,,6680|580,-1050|710,,550|540,4390|710,,7982|3,179959290|540,-37920|500,2012 +69,,111,,,,,,,,,,,,,,,, +181,Tm,,> 160 ns,1.6E-7|5E15,?- n,?,,,5920|670#,,#,1360|670#,5320|780#,,7967|3#,180962240|640#,-35170|600#,2012 +69,,112,,,?-,?,,,,,,,,,,,, +149,Yb,,0.7 s|2,7E-1|2E-1,ec p,? 100,,,,3620|360,10680|360,,10940|500,1720|300,7927|2,148964360|320,-33200|300,2001 +70,,79,,,ec ?+,100,,,,,,,,,,,, +150,Yb,,? 200 ns,2E-7|5E15,,,,,-14000|420,3260|300,7850|360,,13510|420,2040|360,7964|2,149958520|320,-38640|300,2000 +70,,80,,,,,,,,,,,,,,,, +151,Yb,,1.6 s|1,1.6E0|1E-1,ec ?+,100,,,-11430|420,2640|300#,9230|300,-24970|420,10970|420,2340|360,7983.8|20#,150955400|320#,-41540|300#,1985 +70,,81,,,ec p,> 0,,,,,,,,,,,, +152,Yb,,3.03 s|6,3.03E0|6E-2,ec ?+,100,,,-12850|250,2780|150#,5450|160,-24230|330,12800|340#,2790|150#,8015.4|10#,151950330|160#,-46270|150#,1982 +70,,82,,,?+ p,?,,,,,,,,,,,, +153,Yb,,4.2 s|2,4.2E0|2E-1,?,60|SY,-1.05 3,-1.5 6,-8830|250,4110|200,6770|200,-21860|280,9010|250,2780|200,8022|1,152949320|210,-47210|200,1977 +70,,83,,,ec ?+,40|SY,,,,,,,,,,,, +,,,,,?+ p,0.008|2,,,,,,,,,,,, +154,Yb,,0.409 s|2,4.09E-1|2E-3,?,92.6|12,,,-10220|200,5474.3|17#,4495|23,-19630|150#,10790|200,3248|21#,8039.94|11#,153946396|19#,-49932|17#,1964 +70,,84,,,ec ?+,7.4|12,,,,,,,,,,,, +155,Yb,,1.793 s|19,1.79E0|1.9E-2,?,89|4,-0.913 22,-0.5 3,-7958|25#,5338.8|21#,6123|19#,-18860|200,8642|24#,3364|22#,8043.82|11#,154945783|18#,-50503|17#,1964 +70,,85,,,ec ?+,11|4,,,,,,,,,,,, +156,Yb,,26.1 s|7,2.61E1|7E-1,ec ?+,90|2,,,-9570|50#,4810|4#,3569|17#,-18792|21#,10834|19#,3929|14#,8061.71|6#,155942817|10#,-53266|9#,1970 +70,,86,,,?,10|2,,,,,,,,,,,, +157,Yb,,38.6 s|10,3.86E1|1E0,ec ?+,99.5,-0.639 8,,-6981|14#,4622|6#,5290|30#,-17790|60#,8227|14#,3876|18#,8062.77|7#,156942649|12#,-53422|11#,1970 +70,,87,,,?,0.5,,,,,,,,,,,, +158,Yb,,1.49 min|13,8.94E1|7.8E0,ec ?+,100,,,-8798|17#,4170|7#,2693|26#,-17641|14#,10660|13#,4590|29#,8079.20|5#,157939871|9#,-56010|8#,1967 +70,,88,,,?,? 0.0021,,,,,,,,,,,, +159,Yb,,1.67 min|9,1E2|5.4E0,ec ?+,100,-0.366 8,-0.22 2,-6130|40#,3946|19#,4730|30#,-16698|23#,7900|19#,4420|30#,8078.07|11#,158940055|19#,-55839|18#,1975 +70,,89,,,,,,,,,,,,,,,, +160,Yb,,4.8 min|2,2.88E2|1.2E1,ec ?+,100,,,-7890|60#,3624|26#,2140|40#,-16530|40#,10395|19#,4881|29#,8092.56|4#,159937560|8#,-58163|7#,1967 +70,,90,,,,,,,,,,,,,,,, +161,Yb,,4.2 min|2,2.52E2|1.2E1,ec ?+,100,-0.327 8,+1.03 2,-5280|30#,3150|30#,4060|30#,-15640|60#,7748|17#,4830|40#,8090.42|9#,160937907|16#,-57839|15#,1974 +70,,91,,,,,,,,,,,,,,,, +162,Yb,,18.87 min|19,1.13E3|1.14E1,ec ?+,100,,,-6990|80#,3050|30#,1650|30#,-15340|30#,10058|21#,5220|30#,8102.56|9#,161935774|16#,-59826|15#,1963 +70,,92,,,,,,,,,,,,,,,, +163,Yb,,11.05 min|35,6.63E2|2.1E1,ec ?+,100,-0.374 8,+1.24 2,-4510|30#,2837|16#,3430|16#,-14540|80#,7544|21#,5110|30#,8099.14|9#,162936340|16#,-59299|15#,1967 +70,,93,,,,,,,,,,,,,,,, +164,Yb,,75.8 min|17,4.55E3|1.02E2,ec,100,,,-6380|30#,2622|29#,887|29#,-14300|30#,9790|21#,5578|16#,8109.45|9#,163934495|16#,-61017|15#,1960 +70,,94,,,,,,,,,,,,,,,, +165,Yb,,9.9 min|3,5.94E2|1.8E1,ec ?+,100,+0.478 8,+2.48 4,-3850|40#,2481|28#,2634|27#,-13720|40#,7350|30#,5680|40#,8104.84|16#,164935270|28#,-60295|27#,1964 +70,,95,,,,,,,,,,,,,,,, +166,Yb,,56.7 h|1,2.04E5|3.6E2,ec,100,,,-5570|30#,2314|7#,293|14#,-13225|27#,9372|27#,5955|7#,8112.47|4#,165933874|8#,-61596|7#,1954 +70,,96,,,,,,,,,,,,,,,, +167,Yb,,17.5 min|2,1.05E3|1.2E1,ec ?+,100,+0.623 8,+2.70 4,-3090|30#,2152|6#,1953|4#,-12640|30#,7066|8#,5991|12#,8106.205|24#,166934953|4#,-60591|4#,1954 +70,,97,,,,,,,,,,,,,,,, +168,Yb,,STABLE,,,,,,-4510|40#,1936.1|12#,-269.0|21#,-12150|30#,9063|4#,6327.2|15#,8111.898|7#,167933889.1|13#,-61581.9|12#,1938 +70,,98,0.123 %|3,,,,,,,,,,,,,,, +169,Yb,,32.018 d|5,2.77E6|4.32E2,ec,100,-0.635 8,+3.54 6,-2293|3#,1719.1|13#,897.6|15#,-11380|40#,6866.98|15#,6353.6|19#,8104.532|7#,168935182.0|13#,-60377.6|12#,1946 +70,,99,,,,,,,,,,,,,,,, +170,Yb,,STABLE,,,,,,-3458|17#,1737.2|12#,-968.1|8#,-10751|3#,8457.7|12#,6777.7|8#,8106.609|0#,169934767.245|11#,-60763.919|10#,1938 +70,,100,2.982 %|39,,,,,,,,,,,,,,, +171,Yb,,STABLE,,,,+0.49367 1,,-1478.4|19#,1559.4|12#,-96.5|10#,-10072|17#,6614.21|1#,6799.9|8#,8097.882|0#,170936331.517|14#,-59306.810|13#,1934 +70,,101,14.09 %|14,,,,,,,,,,,,,,, +172,Yb,,STABLE,,,,,,-2519.5|23#,1310.8|12#,-1881|6#,-9498.4|19#,8019.95|2#,7334.1|10#,8097.429|0#,171936386.658|14#,-59255.446|14#,1934 +70,,102,21.68 %|13,,,,,,,,,,,,,,, +173,Yb,,STABLE,,,,-0.67989 3,+2.80 4,-670.3|16#,947.0|12#,-1295|4#,-8886.6|23#,6367.10|2#,7466|5#,8087.427|0#,172938216.215|12#,-57551.225|11#,1934 +70,,103,16.103 %|63,,,,,,,,,,,,,,, +174,Yb,,STABLE,,,,,,-1374.3|16#,739.2|15#,-3080|40#,-8134.9|16#,7464.60|1#,7977|4#,8083.847|0#,173938867.548|11#,-56944.512|11#,1934 +70,,104,32.026 %|80,,,,,,,,,,,,,,, +175,Yb,,4.185 d|1,3.62E5|8.64E1,?-,100,0.58 8,,470.0|12#,598.5|16#,-2380|50#,-7196.7|16#,5822.35|7#,8120|40#,8070.925|0#,174941281.91|8#,-54695.55|7#,1945 +70,,105,,,,,,,,,,,,,,,, +176,Yb,,STABLE,,,,,,-109.1|12#,567|4#,-4120|100#,-6397.0|12#,6867.08|7#,8470|50#,8064.085|0#,175942574.708|15#,-53491.314|15#,1934 +70,,106,12.996 %|83,,,,,,,,,,,,,,, +177,Yb,,1.911 h|3,6.88E3|1.08E1,?-,100,,,1397.4|12#,240|200,-3520|300#,-5675.5|12#,5566.40|22#,8900|100#,8049.973|1#,176945263.85|24#,-50986.40|22#,1945 +70,,107,,,,,,,,,,,,,,,, +178,Yb,,74 min|3,4.44E3|1.8E2,?-,100,,,642|10#,-170|300,-5580|400#,-5383|10#,6780|10#,9520|300,8042.84|6#,177946650|11#,-49695|10#,1973 +70,,108,,,,,,,,,,,,,,,, +179,Yb,,8.0 min|4,4.8E2|2.4E1,?-,100,,,2520|200,-310|450,-4940|540,-4270|200,4910|200,9710|450,8025|1,178950040|210,-46540|200,1982 +70,,109,,,,,,,,,,,,,,,, +180,Yb,,2.4 min|5,1.44E2|3E1,?-,100,,,2080|310,-390|500,-6680|580,-3610|300,6130|360,10290|580,8015|2,179952120|320,-44600|300,1987 +70,,110,,,,,,,,,,,,,,,, +181,YB,,> 160 ns,1.6E-7|5E15,?-,?,,,3710|320#,-650|580#,-5920|670#,-2480|310#,4560|420#,10460|580#,7996|2#,180955890|320#,-41090|300#,2000 +70,,111,,,,,,,,,,,,,,,, +182,Yb,,> 160 ns,1.6E-7|5E15,?-,?,,,3060|450#,-980|720#,#,-2090|420#,5800|500#,10940|720#,7984|2#,181958320|430#,-38820|400#,2012 +70,,112,,,,,,,,,,,,,,,, +183,Yb,,? 222 ns,2.22E-7|5E15,?-,100,,,4620|410#,,#,-1290|450#,4350|570#,,7964|2#,182962320|430#,-35100|400#,2012 +70,,113,,,,,,,,,,,,,,,, +184,Yb,,> 160 ns,1.6E-7|5E15,?-,?,,,3870|580#,,#,-890|510#,5510|640#,,7951|3#,183965070|540#,-32540|500#,2012 +70,,114,,,,,,,,,,,,,,,, +185,Yb,,> 160 ns,1.6E-7|5E15,?-,?,,,5390|580#,,#,-160|580#,4030|710#,,7929|3#,184969400|540#,-28500|500#,2012 +70,,115,,,,,,,,,,,,,,,, +150,Lu,,45 ms|3,4.5E-2|3E-3,p,70.9|19,,,,3990|360,14000|420,,,-1269.6|23#,7865|2,149973550|320,-24640|300,1993 +71,,79,,,ec ?+,29.1|19,,,,,,,,,,,, +151,Lu,,80.6 ms|20,8.06E-2|2E-3,p,63.4|9,,,,3440|300,11430|420,,13540|420,-1241.0|18#,7903|2,150967680|320,-30110|300,1982 +71,,80,,,ec ?+,36.6|9,,,,,,,,,,,, +152,Lu,,0.7 s|1,7E-1|1E-1,ec ?+,100,,,,2920|200,12850|250,,11380|360,-830|360,7926|1,151964120|210,-33420|200,1987 +71,,81,,,?+ p,15|7,,,,,,,,,,,, +153,Lu,,0.9 s|2,9E-1|2E-1,?,? 70,,,-11070|330,3080|250,8840|250,,13020|250,-609|10#,7959.1|10#,152958810|160#,-38370|150#,1989 +71,,82,,,ec ?+,? 30,,,,,,,,,,,, +154,Lu,,,,,,,,-7040|360,4350|280,10220|200,-20490|360,9410|250,-204|14#,7969|1,153957360|210,-39710|200,1981 +71,,83,,,,,,,,,,,,,,,, +155,Lu,,68 ms|1,6.8E-2|1E-3,?,90|2,,,-8370|300,5802.8|26#,7958|25,-17950|300,10900|200,-98|8#,7987.44|12#,154954326|21#,-42545|19#,1965 +71,,84,,,ec ?+,10|2,,,,,,,,,,,, +156,Lu,,494 ms|12,4.94E-1|1.2E-2,?,? 95,,,-5880|140#,5596|3#,9570|50#,-17600|300,9230|60#,490|60#,7995.4|3#,155953090|60#,-43700|50#,1965 +71,,85,,,ec ?+,? 5,,,,,,,,,,,, +157,Lu,,6.8 s|18,6.8E0|1.8E0,?,> 0,,,-7540|200,5107.9|28#,6981|16,-16690|150#,10810|60#,464|12#,8013.32|8#,156950144|13#,-46441|12#,1977 +71,,86,,,,,,,,,,,,,,,, +158m,Lu,,10.6 s|3,1.06E1|3E-1,ec ?+,99.09|20,,,-5110|15#,4790|5#,8798|17#,-16380|200,8843|19#,1079|19#,8018.57|10#,157949316|16#,-47212|15#,1979 +71,,87,,,?,0.91|20,,,,,,,,,,,, +159,Lu,,12.1 s|10,1.21E1|1E0,ec ?+,100,,,-6860|40#,4490|40#,6130|40#,-15680|40#,10570|40#,990|40#,8034.60|24#,158946640|40#,-49710|40#,1980 +71,,88,,,?,0.1|SY,,,,,,,,,,,, +160,Lu,,36.1 s|3,3.61E1|3E-1,ec ?+,100,,,-4330|60#,4140|60#,7890|60#,-15490|60#,8630|70#,1720|60#,8038.3|4#,159946030|60#,-50270|60#,1979 +71,,89,,,?,? 1 x 10-4,,,,,,,,,,,, +161,Lu,,77 s|2,7.7E1|2E0,ec ?+,100,+0.223 3,,-6250|40#,3720|40#,5280|30#,-14690|30#,10360|60#,1689|29#,8052.78|17#,160943570|30#,-52562|28#,1973 +71,,90,,,,,,,,,,,,,,,, +162,Lu,,1.37 min|2,8.22E1|1.2E0,ec ?+,? 100,+0.0553 11,+0.519,-3660|80#,3450|80#,6990|80#,-14590|80#,8340|80#,2280|80#,8054.6|5#,161943280|80#,-52830|80#,1978 +71,,91,,,,,,,,,,,,,,,, +163,Lu,,3.97 min|13,2.38E2|7.8E0,ec ?+,100,+0.0769 10,,-5530|40#,3350|40#,4510|30#,-13694|29#,10030|80#,2250|30#,8066.68|17#,162941180|30#,-54791|28#,1979 +71,,92,,,,,,,,,,,,,,,, +164,Lu,,3.14 min|3,1.88E2|1.8E0,ec ?+,100,+0.0591 11,+0.608 7,-2820|30#,3230|40#,6380|30#,-13450|40#,7920|40#,2630|30#,8065.80|17#,163941340|30#,-54642|28#,1977 +71,,93,,,,,,,,,,,,,,,, +165,Lu,,10.74 min|10,6.44E2|6E0,ec ?+,100,-0.0245 3,,-4810|40#,3030|40#,3850|40#,-12700|30#,9870|40#,2710|30#,8076.74|16#,164939407|28#,-56442|27#,1973 +71,,94,,,,,,,,,,,,,,,, +166,Lu,,2.65 min|10,1.59E2|6E0,ec ?+,100,+2.912 12,+4.33 4,-2160|40#,3030|40#,5570|30#,-12460|40#,7650|40#,3010|40#,8074.17|18#,165939860|30#,-56020|30#,1969 +71,,95,,,,,,,,,,,,,,,, +167,Lu,,51.5 min|10,3.09E3|6E1,ec ?+,100,+2.325 4,3.275 24,-4030|40#,2800|30#,3090|30#,-11710|40#,9550|40#,3190|30#,8083.02|19#,166938270|30#,-57500|30#,1958 +71,,96,,,,,,,,,,,,,,,, +168,Lu,,5.5 min|1,3.3E2|6E0,ec ?+,100,3.016 25,+4.77 6,-1710|50#,2410|50#,4510|40#,-11670|50#,7640|50#,3770|40#,8080.37|23#,167938740|40#,-57070|40#,1960 +71,,97,,,,,,,,,,,,,,,, +169,Lu,,34.06 h|5,1.23E5|1.8E2,ec ?+,100,2.295 4,3.480 25,-3368|28#,2420|4#,2293|3#,-10795|28#,9090|40#,3792|3#,8086.335|19#,168937644|3#,-58085|3#,1955 +71,,98,,,,,,,,,,,,,,,, +170,Lu,,2.012 d|20,1.74E5|1.73E3,ec ?+,100,,,-1050|30#,2157|20#,3458|17#,-10660|30#,7293|17#,4218|17#,8081.67|10#,169938479|18#,-57306|17#,1951 +71,,99,,,,,,,,,,,,,,,, +171,Lu,,8.24 d|3,7.12E5|2.59E3,ec ?+,100,2.293 4,3.525 25,-2397|29#,2290.3|23#,1478.4|19#,-9646|28#,8593|17#,4353.4|19#,8084.661|11#,170937918.7|20#,-57828.4|19#,1951 +71,,100,,,,,,,,,,,,,,,, +172,Lu,,6.70 d|3,5.79E5|2.59E3,ec ?+,100,2.25 10,3.80 7,-334|25#,2152.0|29#,2519.5|23#,-9376|29#,6978.9|26#,4718.1|23#,8078.232|14#,171939091.4|25#,-56736.0|23#,1951 +71,,101,,,,,,,,,,,,,,,, +173,Lu,,1.37 y|1,4.32E7|3.16E5,ec,100,2.34 9,,-1469|28#,1969.4|18#,670.3|16#,-8550|24#,8216.2|22#,4914.4|16#,8079.030|9#,172938935.8|17#,-56880.9|16#,1951 +71,,102,,,,,,,,,,,,,,,, +174,Lu,,3.31 y|5,1.04E8|1.58E6,ec ?+,100,1.94 28,,274.3|22#,1800.7|18#,1374.3|16#,-8230|28#,6760.6|14#,5307.9|16#,8071.453|9#,173940342.9|17#,-55570.2|16#,1951 +71,,103,,,,,,,,,,,,,,,, +175,Lu,,STABLE,,,,+2.2327 11,+3.49 2,-683.9|20#,1619.8|15#,-470.0|12#,-7392.4|19#,7666.7|10#,5510.0|12#,8069.140|7#,174940777.3|13#,-55165.6|12#,1934 +71,,104,97.401 %|13,,,,,,,,,,,,,,, +176,Lu,,3.76 x 1010|y|7,1.19E18|2.21E16,?-,100,+3.1692 45,+4.92 3,1194.1|9#,1567|6#,109.1|12#,-6971.9|19#,6287.97|15#,5975.7|12#,8059.020|7#,175942691.8|13#,-53382.2|12#,1935 +71,,105,2.599 %|13,,,,,,,,,,,,,,, +177,Lu,,6.647 d|4,5.74E5|3.46E2,?-,100,+2.2384 14,+3.389 12,496.8|8#,1447|5#,-1397.4|12#,-5878.8|9#,7072.89|16#,6181.5|12#,8053.448|7#,176943763.7|13#,-52383.8|12#,1945 +71,,106,,,,,,,,,,,,,,,, +178,Lu,,28.4 min|2,1.7E3|1.2E1,?-,100,,,2097.5|21#,1100|40#,-642|10#,-5528.5|20#,6025.3|19#,6640.4|23#,8042.054|13#,177945960.2|24#,-50337.8|23#,1957 +71,,107,,,,,,,,,,,,,,,, +179,Lu,,4.59 h|6,1.65E4|2.16E2,?-,100,2.375 12,3.32 3,1404|5#,830|50#,-2520|200#,-4695|5#,6792|5#,6652|11#,8035.073|29#,178947333|6#,-49059|5#,1961 +71,,108,,,,,,,,,,,,,,,, +180,Lu,,5.7 min|1,3.42E2|6E0,?-,100,,,3100|70#,270|120#,-2080|310#,-4280|70#,5690|70#,7430|210,8022.0|4#,179949890|80#,-46680|70#,1971 +71,,109,,,,,,,,,,,,,,,, +181,Lu,,3.5 min|3,2.1E2|1.8E1,?-,100,,,2610|130,250|320#,-3710|320,-3090|130,6190|140,7490|320#,8011.9|7,180951910|130,-44800|130,1982 +71,,110,,,,,,,,,,,,,,,, +182,Lu,,2.0 min|2,1.2E2|1.2E1,?-,100,,,4170|200#,-190|450#,-3060|450#,-2550|200#,5150|230#,8080|360#,7996|1#,181955040|210#,-41880|200#,1982 +71,,111,,,,,,,,,,,,,,,, +183,Lu,,58 s|4,5.8E1|4E0,?-,100,,,3570|90,-540|510#,-4620|410,-1740|80,5910|210#,8180|410#,7984.8|4,182957360|90,-39720|80,1983 +71,,112,,,,,,,,,,,,,,,, +184,Lu,,19 s|2,1.9E1|2E0,?-,100,,,5090|300#,-920|580#,-3870|580#,-1200|300#,4770|310#,8600|500#,7967|2#,183960910|320#,-36410|300#,1989 +71,,113,,,,,,,,,,,,,,,, +185,Lu,,> 160 ns,1.6E-7|5E15,?-,?,,,4430|300#,-1140|670#,-5390|580#,-460|300#,5550|420#,8640|580#,7954|2#,184963620|320#,-33890|300#,2009 +71,,114,,,,,,,,,,,,,,,, +186,Lu,,> 160 ns,1.6E-7|5E15,?-,?,,,6210|400#,,#,40|410#,4390|500#,9000|640#,7935|2#,185967570|430#,-30210|400#,2012 +71,,115,,,,,,,,,,,,,,,, +187,Lu,,> 160 ns,1.6E-7|5E15,?-,?,,,5240|500#,,#,770|400#,5440|570#,,7922|2#,186970390|430#,-27580|400#,2012 +71,,116,,,?- n,?,,,,,,,,,,,, +188,Lu,,> 160 ns,1.6E-7|5E15,?-,?,,,7090|580#,,#,950|580#,4280|640#,,7902|3#,187974460|540#,-23790|500#,2012 +71,,117,,,?- n,?,,,,,,,,,,,, +151,HF,,,,,,,,,,,,,,,,, +72,,79,,,,,,,,,,,,,,,, +153,Hf,,> 60 ns,6E-8|5E15,,,,,,3470|420,11070|340,,,1170|360,7882|2,152970690|320,-27300|300,2000 +72,,81,,,,,,,,,,,,,,,, +154,Hf,,2 s|1,2E0|1E0,ec ?+,? 100,,,,3540|420,7040|360,,13440|420,1590|330,7918|2,153964930|320,-32670|300,1981 +72,,82,,,?,? 0,,,,,,,,,,,, +155,Hf,,0.89 s|12,8.9E-1|1.2E-1,ec ?+,100,,,-10240|420,4950|420,8380|300,,9570|420,1740|360,7928|2,154963320|320,-34170|300,1981 +72,,83,,,,,,,,,,,,,,,, +156,Hf,,23 ms|1,2.3E-2|1E-3,?,? 100,,,-11960|330,6029|4#,5880|160,-21960|340,11720|330,2560|150#,7952.6|10#,155959400|160#,-37820|150#,1979 +72,,84,,,,,,,,,,,,,,,, +157,Hf,,115 ms|1,1.15E-1|1E-3,?,94|4,,,-9310|250,5880|3#,7540|200,-21110|360,9160|250,2490|200,7960|1,156958240|210,-38900|200,1965 +72,,85,,,ec ?+,14|9,,,,,,,,,,,, +158,Hf,,2.85 s|7,2.85E0|7E-2,ec ?+,55.7|19,,,-10940|200,5404.8|27#,5110|23,-20580|150#,11270|200,2951|21#,7981.28|11#,157954801|19#,-42102|17#,1965 +72,,86,,,?,44.3|19,,,,,,,,,,,, +159,Hf,,5.6 s|4,5.6E0|4E-1,ec ?+,65|7,,,-8413|26#,5225.1|27#,6860|40#,-19760|200,8822|24#,2929|23#,7986.56|11#,158953996|18#,-42853|17#,1973 +72,,87,,,?,35|7,,,,,,,,,,,, +160,Hf,,13.6 s|2,1.36E1|2E-1,ec ?+,99.3|2,,,-10120|60#,4901.9|26#,4330|60#,-19571|22#,11158|19#,3520|40#,8006.38|6#,159950683|10#,-45939|10#,1973 +72,,88,,,?,0.7|2,,,,,,,,,,,, +161,Hf,,18.4 s|4,1.84E1|4E-1,ec ?+,> 99.87,,,-7540|30#,4682|24#,6250|40#,-18560|60#,8447|24#,3330|60#,8009.12|14#,160950279|24#,-46315|23#,1973 +72,,89,,,?,< 0.13,,,,,,,,,,,, +162,Hf,,39.4 s|9,3.94E1|9E-1,ec ?+,99.992|1,,,-9390|50#,4416|5#,3660|80#,-18461|26#,10926|24#,3896|29#,8027.12|5#,161947215|10#,-49169|9#,1982 +72,,90,,,?,0.008|1,,,,,,,,,,,, +163,Hf,,40.0 s|6,4E1|6E-1,ec ?+,100,,,-6730|50#,4150|30#,5530|40#,-17550|60#,8166|26#,3720|80#,8027.97|15#,162947113|27#,-49264|25#,1982 +72,,91,,,?,< 0.0001,,,,,,,,,,,, +164,Hf,,111 s|8,1.11E2|8E0,ec ?+,100,,,-8540|30#,3919|17#,2820|30#,-17360|40#,10626|29#,4320|30#,8043.81|10#,163944371|17#,-51819|16#,1981 +72,,92,,,,,,,,,,,,,,,, +165,Hf,,76 s|4,7.6E1|4E0,ec ?+,100,,,-5790|30#,3780|30#,4810|40#,-16420|40#,7890|30#,4280|40#,8042.87|17#,164944570|30#,-51636|28#,1981 +72,,93,,,,,,,,,,,,,,,, +166,Hf,,6.77 min|30,4.06E2|1.8E1,ec ?+,100,,,-7760|40#,3540|30#,2160|40#,-16080|30#,10290|40#,4710|40#,8056.44|17#,165942180|30#,-53859|28#,1965 +72,,94,,,,,,,,,,,,,,,, +167,Hf,,2.05 min|5,1.23E2|3E0,ec ?+,100,,,-5120|40#,3410|30#,4030|40#,-15440|40#,7680|40#,4740|40#,8054.18|17#,166942600|30#,-53468|28#,1969 +72,,95,,,,,,,,,,,,,,,, +168,Hf,,25.95 min|20,1.56E3|1.2E1,ec ?+,100,,,-6970|40#,3230|30#,1710|50#,-15080|40#,9960|40#,5150|40#,8065.55|17#,167940570|30#,-55361|28#,1961 +72,,96,,,,,,,,,,,,,,,, +169,Hf,,3.24 min|4,1.94E2|2.4E0,ec ?+,100,,,-4430|40#,3150|40#,3368|28#,-14390|40#,7430|40#,4940|50#,8061.78|16#,168941260|30#,-54717|28#,1969 +72,,97,,,,,,,,,,,,,,,, +170,Hf,,16.01 h|13,5.76E4|4.68E2,ec,100,,,-6120|40#,2917|29#,1050|30#,-14030|40#,9610|40#,5458|28#,8070.87|16#,169939610|30#,-56254|28#,1961 +72,,98,,,,,,,,,,,,,,,, +171,Hf,,12.1 h|4,4.36E4|1.44E3,ec ?+,100,-0.674 12,3.463 27,-3710|40#,2734|29#,2397|29#,-13360|40#,7250|40#,5410|30#,8066.07|17#,170940490|30#,-55431|29#,1951 +72,,99,,,,,,,,,,,,,,,, +172,Hf,,1.87 y|3,5.9E7|9.47E5,ec,100,,,-5070|40#,2755|24#,334|25#,-12750|40#,9040|40#,5863|24#,8071.74|14#,171939450|26#,-56402|24#,1951 +72,,100,,,,,,,,,,,,,,,, +173,Hf,,23.6 h|1,8.5E4|3.6E2,ec ?+,100,,,-3020|40#,2541|28#,1469|28#,-12150|40#,7080|40#,5965|28#,8066.02|16#,172940510|30#,-55412|28#,1951 +72,,101,,,,,,,,,,,,,,,, +174,Hf,,2.0 x 1015|y|4,6.31E22|1.26E22,?,100,,,-4104|28#,2494.5|23#,-274.3|27#,-11519|28#,8504|28#,6252.5|22#,8068.533|13#,173940048.5|24#,-55844.5|23#,1939 +72,,102,0.16 %|1,,,,,,,,,,,,,,, +175,Hf,,70 d|2,6.05E6|1.73E5,ec,100,-0.539 32,+2.8 4,-2073|28#,2400.2|23#,683.9|26#,-10812|28#,6708.5|4#,6200.4|22#,8060.761|13#,174941511.5|24#,-54481.7|23#,1949 +72,,103,,,,,,,,,,,,,,,, +176,Hf,,STABLE,,,,,,-3210|30#,2254.2|15#,-1194.1|19#,-10239|28#,8166.0|18#,6699.7|9#,8061.359|8#,175941409.9|16#,-54576.3|15#,1934 +72,,104,5.26 %|7,,,,,,,,,,,,,,, +177,Hf,,STABLE,,,,,,-1166|3#,2245.7|14#,-496.8|19#,-9590|30#,6375.6|10#,6787.3|8#,8051.835|8#,176943230.3|15#,-52880.6|14#,1934 +72,,105,18.60 %|9,,,,,,,,,,,,,,, +178,Hf,,STABLE,,,,,,-1840|50,2084.4|14#,-2097.5|27,-8792|3#,7625.94|18#,7340.4|8#,8049.442|8#,177943708.5|15#,-52435.2|14#,1934 +72,,106,27.28 %|7,,,,,,,,,,,,,,, +179,Hf,,STABLE,,,,-0.6409 13,+3.79 3,-105.6|4#,1807.7|14#,-1404|5#,-7940|50,6098.99|8#,7414.1|20#,8038.546|8#,178945825.8|15#,-50462.9|14#,1934 +72,,107,13.62 %|2,,,,,,,,,,,,,,, +180,Hf,,STABLE,,,,,,-846.5|23#,1287.0|14#,-3100|70#,-7493.3|4#,7387.76|15#,8009|5#,8034.930|8#,179946559.7|15#,-49779.3|14#,1934 +72,,108,35.08 %|16,,,,,,,,,,,,,,, +181,Hf,,42.39 d|6,3.66E6|5.18E3,?-,100,,,1035.5|18,1158.6|14,-2610|130,-6541.3|23,5694.80|7,8020|70,8022.002|8,180949111.0|15,-47402.8|14,1935 +72,,109,,,,,,,,,,,,,,,, +182,Hf,,8.90 x 106|y|9,2.81E14|2.84E12,?-,100,,,380|6,1221|12,-4170|200,-5683|6,6718|6,8540|130,8014.84|3,181950564|7,-46050|6,1961 +72,,110,,,,,,,,,,,,,,,, +183,Hf,,1.018 h|2,3.66E3|7.2E0,?-,100,,,2010|30,830|200#,-3570|90,-4920|30,5300|30,8690|200#,8000.03|16,182953530|30,-43280|30,1956 +72,,111,,,,,,,,,,,,,,,, +184,Hf,,4.12 h|5,1.48E4|1.8E2,?-,100,,,1340|30,680|300#,-5090|300,-4280|40,6290|50,9070|90,7990.72|22,183955450|40,-41500|40,1973 +72,,112,,,,,,,,,,,,,,,, +185,Hf,,3.5 min|6,2.1E2|3.6E1,?-,100,,,3070|70,340|300#,-4430|300,-3550|70,4890|80,9200|300#,7974.0|3,184958860|70,-38320|60,1993 +72,,113,,,,,,,,,,,,,,,, +186,Hf,,2.6 min|12,1.56E2|7.2E1,?-,100,,,2180|80,-30|400#,-6210|400,-3100|50,6180|80,9820|300#,7964.30|27,185960900|50,-36420|50,1998 +72,,114,,,,,,,,,,,,,,,, +187,HF,,,,?-,100,,,4080|300#,-140|500#,-5240|500#,-2280|300#,4460|300#,9890|500#,7946|2#,186964770|320#,-32820|300#,1999 +72,,115,,,,,,,,,,,,,,,, +188,Hf,,,,?-,?,,,2730|300#,-760|580#,-7090|580#,-2050|300#,6130|420#,10590|500#,7936|2#,187966850|320#,-30880|300#,1999 +72,,116,,,,,,,,,,,,,,,, +189,HF,,> 300 ns,3E-7|5E15,?-,?,,,4670|360#,-1090|580#,#,-1620|300#,4350|420#,10660|580#,7917|2#,188970840|320#,-27160|300#,2009 +72,,117,,,,,,,,,,,,,,,, +190,Hf,,> 160 ns,1.6E-7|5E15,?-,?,,,3480|450#,,#,-1270|450#,5940|500#,,7907|2#,189973130|430#,-25030|400#,2012 +72,,118,,,,,,,,,,,,,,,, +155,Ta,,2.9 ms|+15-11,2.9E-3|1.3E-3,p,100,,,,3750|420,10240|420,,,-1453|15#,7857|2,154974310|320,-23930|300,2007 +73,,82,,,,,,,,,,,,,,,, +156,Ta,,106 ms|4,1.06E-1|4E-3,p,71|3,,,,5140|360,11960|330,,10000|420,-1020|4#,7871|2,155972240|320,-25860|300,1992 +73,,83,,,ec ?+,29|3,,,,,,,,,,,, +157,Ta,,10.1 ms|4,1.01E-2|4E-4,?,96.6|12,,,-10120|430,6355|6#,9310|250,,11800|330,-935|10#,7896.0|10#,156968230|160#,-29590|150#,1979 +73,,84,,,p,3.4|12,,,,,,,,,,,, +158,Ta,,55 ms|15,5.5E-2|1.5E-2,?,? 91,,,-7530|360,6124|4#,10940|200,-19770|440,9640|250,-448|13#,7907|1,157966540|210,-31170|200,1979 +73,,85,,,ec ?+,? 9,,,,,,,,,,,, +159,Ta,,0.83 s|18,8.3E-1|1.8E-1,ec ?+,66|5,,,-9140|300,5681|6#,8413|26,-18880|300,11340|200,-374|9#,7928.72|12#,158963028|21#,-34439|20#,1979 +73,,86,,,?,34|5,,,,,,,,,,,, +160,Ta,,1.55 s|4,1.55E0|4E-2,ec ?+,66,,,-6500|140#,5451|5#,10120|60#,-18600|300,9460|60#,260|60#,7938.3|3#,159961540|60#,-35820|50#,1979 +73,,87,,,?,34,,,,,,,,,,,, +161,Ta,,,,?,?,,,-8220|200,5237|24#,7540|30,-17520|150#,11030|60#,129|23#,7957.45|15#,160958369|26#,-38779|24#,1979 +73,,88,,,ec ?+,?,,,,,,,,,,,, +162,Ta,,3.57 s|12,3.57E0|1.2E-1,ec ?+,99.926|10,,,-5780|50#,5010|50#,9390|50#,-17300|200,9070|60#,750|60#,7964.3|3#,161957290|60#,-39780|50#,1985 +73,,89,,,?,0.074|10,,,,,,,,,,,, +,,,,,ec p,?,,,,,,,,,,,, +163,Ta,,10.6 s|18,1.06E1|1.8E0,ec ?+,? 99.8,,,-7630|70#,4749|5#,6730|50#,-16610|40#,10830|60#,650|40#,7981.89|23#,162954340|40#,-42530|40#,1985 +73,,90,,,?,? 0.2,,,,,,,,,,,, +164,Ta,,14.2 s|3,1.42E1|3E-1,ec ?+,100,,,-5050|30#,4560|60#,8540|30#,-16450|60#,8820|50#,1310|40#,7987.00|17#,163953530|30#,-43283|28#,1982 +73,,91,,,?,,,,,,,,,,,,, +165,Ta,,31.0 s|15,3.1E1|1.5E0,ec ?+,100,,,-6987|29#,4290|30#,5790|30#,-15683|17#,10640|30#,1318|20#,8003.05|8#,164950780|15#,-45848|14#,1982 +73,,92,,,,,,,,,,,,,,,, +166,Ta,,34.4 s|5,3.44E1|5E-1,ec ?+,100,,,-4210|30#,4310|80#,7760|40#,-15310|40#,8320|30#,1750|40#,8004.97|17#,165950510|30#,-46098|28#,1977 +73,,93,,,,,,,,,,,,,,,, +167,Ta,,80 s|4,8E1|4E0,ec ?+,100,,,-6250|30#,4020|40#,5120|40#,-14530|30#,10320|40#,1780|40#,8018.86|17#,166948090|30#,-48351|28#,1982 +73,,94,,,,,,,,,,,,,,,, +168,Ta,,2.0 min|1,1.2E2|6E0,ec ?+,100,,,-3500|30#,3820|40#,6970|40#,-14370|30#,8110|40#,2220|40#,8019.43|17#,167948050|30#,-48394|28#,1969 +73,,95,,,,,,,,,,,,,,,, +169,Ta,,4.9 min|4,2.94E2|2.4E1,ec ?+,100,,,-5370|30#,3730|40#,4430|40#,-13470|30#,9970|40#,2220|40#,8030.96|16#,168946010|30#,-50290|28#,1969 +73,,96,,,,,,,,,,,,,,,, +170,Ta,,6.76 min|6,4.06E2|3.6E0,ec ?+,100,,,-2850|30#,3460|40#,6120|40#,-13290|30#,7920|40#,2710|40#,8030.30|16#,169946170|30#,-50138|28#,1969 +73,,97,,,,,,,,,,,,,,,, +171,Ta,,23.3 min|3,1.4E3|1.8E1,ec ?+,100,,,-4630|40#,3360|40#,3710|40#,-12500|30#,9650|40#,2760|40#,8039.79|16#,170944480|30#,-51720|28#,1969 +73,,98,,,,,,,,,,,,,,,, +172,Ta,,36.8 min|3,2.21E3|1.8E1,ec ?+,100,,,-2230|40#,3310|50#,5070|40#,-12320|40#,7680|40#,3190|40#,8037.70|16#,171944890|30#,-51330|28#,1964 +73,,99,,,,,,,,,,,,,,,, +173,Ta,,3.14 h|13,1.13E4|4.68E2,ec ?+,100,1.703 34,-1.9 2,-3670|40#,3263|28#,3020|40#,-11370|40#,9140|40#,3280|40#,8044.06|16#,172943750|30#,-52397|28#,1960 +73,,100,,,,,,,,,,,,,,,, +174,Ta,,1.14 h|8,4.1E3|2.88E2,ec ?+,100,,,-1510|40#,3140|30#,4104|28#,-11080|40#,7420|40#,3620|40#,8040.45|16#,173944450|30#,-51741|28#,1960 +73,,101,,,,,,,,,,,,,,,, +175,Ta,,10.5 h|2,3.78E4|7.2E2,ec ?+,100,2.270 45,+3.65 35,-2780|40#,2995|28#,2073|28#,-10250|40#,8740|40#,3853|28#,8044.44|16#,174943740|30#,-52409|28#,1960 +73,,102,,,,,,,,,,,,,,,, +176,Ta,,8.09 h|5,2.91E4|1.8E2,ec ?+,100,,,-720|40#,2950|30#,3210|30#,-9800|40#,7030|40#,4170|30#,8038.67|17#,175944860|30#,-51370|30#,1948 +73,,103,,,,,,,,,,,,,,,, +177,Ta,,56.56 h|6,2.04E5|2.16E2,ec ?+,100.,,,-2013|28#,2741|3#,1166|4#,-9144|28#,8420|30#,4427|3#,8040.827|19#,176944482|4#,-51715|3#,1948 +73,,104,,,,,,,,,,,,,,,, +178m,Ta,,2.36 h|8,8.5E3|2.88E2,ec ?+,100,,,-190|50,2550|50,1840|50,-8970|60,6950|50,5010|50,8035|0,177945680|60,-50600|50,1950 +73,,105,,,,,,,,,,,,,,,, +179,Ta,,1.82 y|3,5.74E7|9.47E5,ec,100,+2.289 9,+3.37 4,-1062|15#,2383.3|9#,105.6|20#,-8022|15#,7830|50,5211.1|4#,8033.585|8#,178945939.2|16#,-50357.3|15#,1950 +73,,106,,,,,,,,,,,,,,,, +180,Ta,,8.154 h|6,2.94E4|2.16E1,ec,85|3,,,703.2|23#,2024.4|22#,846.5|24#,-7709|15#,6646.9|23#,5758.9|23#,8025.881|11#,179947468.4|21#,-48932.9|19#,1938 +73,,107,,,?-,15|3,,,,,,,,,,,, +181,Ta,,STABLE,,,,+2.3705 7,+3.17 2,-204.5|19,1520.6|17,-1035.5|20,-6873.5|18,7576.7|13,5947.9|18,8023.400|8,180947999.3|15,-48438.3|14,1932 +73,,108,99.98799 %|32,,,,,,,,,,,,,,, +182,Ta,,114.74 d|12,9.91E6|1.04E4,?-,100,+3.02 3,+2.6 3,1816.1|14,1482.9|26,-380|6,-6267.4|19,6062.94|11,6316.1|18,8012.628|8,181950155.4|15,-46429.9|14,1938 +73,,109,,,,,,,,,,,,,,,, +183,Ta,,5.1 d|1,4.41E5|8.64E3,?-,100,+2.36 3,,1072.8|14,1341|5,-2010|30,-5118.0|14,6934.18|20,6532|6,8006.735|8,182951376.2|15,-45292.8|14,1950 +73,,110,,,,,,,,,,,,,,,, +184,Ta,,8.7 h|1,3.13E4|3.6E2,?-,100,,,2866|26,1410|80,-1340|50,-4545|26,5618|26,6850|40,7993.75|14,183954010|28,-42839|26,1955 +73,,111,,,,,,,,,,,,,,,, +185,Ta,,49.4 min|15,2.96E3|9E1,?-,100,,,1993|14,980|130,-3070|70,-3760|14,6630|30,7180|40,7986.36|8,184955561|15,-41394|14,1950 +73,,112,,,,,,,,,,,,,,,, +186,Ta,,10.5 min|3,6.3E2|1.8E1,?-,100,,,3900|60,850|200#,-2180|80,-3290|60,5280|60,7580|90,7971.8|3,185958550|60,-38610|60,1955 +73,,113,,,,,,,,,,,,,,,, +187,TA,,,,?-,100,,,3010|60,400|100,-4080|300,-2460|60,6360|80,7760|80,7963.2|3,186960390|60,-36900|60,1999 +73,,114,,,,,,,,,,,,,,,, +188,Ta,,,,?-,?,,,5060|60,370|300#,-2730|300,-1780|50,4790|80,8080|300#,7946.32|28,187963920|60,-33610|50,1999 +73,,115,,,,,,,,,,,,,,,, +189,Ta,,,,,,,,3790|200#,-370|360#,-4670|360#,-1230|200#,6290|200#,8240|360#,7938|1#,188965830|210#,-31830|200#,1999 +73,,116,,,,,,,,,,,,,,,, +190,TA,,5.3 s|7,5.3E0|7E-1,?-,100,,,5870|200#,-730|450#,-3480|450#,-970|200#,4750|280#,8640|360#,7921|1#,189969390|210#,-28510|200#,2009 +73,,117,,,,,,,,,,,,,,,, +191,TA,,> 300 ns,3E-7|5E15,?-,?,,,4680|300#,-1340|500#,#,-180|300#,6050|360#,8750|500#,7911|2#,190971560|320#,-26490|300#,2009 +73,,118,,,,,,,,,,,,,,,, +192,TA,,2.2 s|7,2.2E0|7E-1,?-,100,,,6590|450#,-1700|640#,#,40|400#,4640|500#,,7894|2#,191975240|430#,-23060|400#,2009 +73,,119,,,,,,,,,,,,,,,, +193,Ta,,> 160 ns,1.6E-7|5E15,?-,?,,,5420|450#,,#,710|450#,5880|570#,,7884|2#,192977590|430#,-20870|400#,2012 +73,,120,,,?- n,?,,,,,,,,,,,, +194,Ta,,> 160 ns,1.6E-7|5E15,?-,?,,,7230|580#,,#,920|540#,4500|640#,,7866|3#,193981430|540#,-17300|500#,2012 +73,,121,,,?- n,?,,,,,,,,,,,, +157,W,,275 ms|40,2.75E-1|4E-2,ec,?,,,,5400|500,10120|430,,,900|500,7827|3,156979100|430,-19470|400,2010 +74,,83,,,,,,,,,,,,,,,, +158,W,,1.25 ms|21,1.25E-3|2.1E-4,?,100,,,,6613|3#,7530|360,,12230|500,1330|330,7854|2,157974630|320,-23630|300,1981 +74,,84,,,,,,,,,,,,,,,, +159,W,,7.3 ms|27,7.3E-3|2.7E-3,?,? 99.9,,,-10550|430,6450|4#,9140|300,,9730|420,1420|360,7866|2,158972840|320,-25290|300,1981 +74,,85,,,ec ?+,? 0.1,,,,,,,,,,,, +160,W,,91 ms|5,9.1E-2|5E-3,?,87|8,,,-12590|330,6066|5#,6500|160,-22650|340,12100|330,2180|150#,7892.8|9#,159968520|160#,-29330|150#,1979 +74,,86,,,,,,,,,,,,,,,, +161,W,,409 ms|18,4.09E-1|1.8E-2,?,73|3,,,-9710|250,5923|4#,8220|200,-21890|360,9300|250,2020|200,7902|1,160967200|210,-30550|200,1973 +74,,87,,,ec ?+,27|3,,,,,,,,,,,, +162,W,,1.19 s|12,1.19E0|1.2E-1,ec ?+,54.8|16,,,-11500|200,5678.3|24#,5780|60,-21230|150#,11510|200,2510|30#,7923.82|11#,161963500|19#,-33999|18#,1973 +74,,88,,,?,45.2|16,,,,,,,,,,,, +163,W,,2.67 s|10,2.67E0|1E-1,ec ?+,86|2,,,-8910|60#,5520|50#,7630|70#,-20480|200,8980|60#,2420|70#,7930.3|3#,162962520|60#,-34910|50#,1973 +74,,89,,,?,14|2,,,,,,,,,,,, +164,W,,6.3 s|2,6.3E0|2E-1,ec ?+,96.2|12,,,-10760|60#,5278.3|20#,5050|30#,-20305|21#,11400|50#,2990|40#,7951.45|6#,163958952|10#,-38236|10#,1973 +74,,90,,,?,3.8|12,,,,,,,,,,,, +165,W,,5.1 s|5,5.1E0|5E-1,ec ?+,> 99.8,,,-8200|30#,5030|30#,6987|29#,-19460|60#,8697|27#,2870|40#,7955.97|15#,164958281|27#,-38861|25#,1975 +74,,91,,,?,< 0.2,,,,,,,,,,,, +166,W,,19.2 s|6,1.92E1|6E-1,ec ?+,99.965|12,,,-9990|70#,4856|4#,4210|30#,-19300|25#,11098|27#,3329|17#,7974.90|6#,165955031|10#,-41888|9#,1975 +74,,92,,,?,0.035|12,,,,,,,,,,,, +167,W,,19.9 s|5,1.99E1|5E-1,ec ?+,99.96|1,,,-7270|40,4741|28#,6250|30,-18280|70#,8281|21#,3290|30#,7976.73|11#,166954806|20#,-42098|18#,1985 +74,,93,,,?,0.04|1,,,,,,,,,,,, +168,W,,50.9 s|19,5.09E1|1.9E0,ec ?+,? 100,,,-9100|30#,4500|11#,3500|30#,-18130|40,10866|23#,3830|30#,7993.93|8#,167951805|14#,-44893|13#,1971 +74,,94,,,?,3.2 x 10-3|10,,,,,,,,,,,, +169,W,,74 s|6,7.4E1|6E0,ec ?+,100,,,-6509|19#,4290|30#,5370|30#,-17190|30#,8096|20#,3810|30#,7994.54|9#,168951779|17#,-44918|15#,1985 +74,,95,,,,,,,,,,,,,,,, +170,W,,2.42 min|4,1.45E2|2.4E0,ec ?+,100|SY,,,-8378|27#,4140|30#,2850|30#,-16953|17#,10444|20#,4290|30#,8008.95|8#,169949231|14#,-47291|13#,1971 +74,,96,,,,,,,,,,,,,,,, +171,W,,2.38 min|4,1.43E2|2.4E0,ec ?+,100,,,-5840|40#,3960|40#,4630|40#,-16240|40#,7870|30#,4240|40#,8008.11|16#,170949450|30#,-47086|28#,1983 +74,,97,,,,,,,,,,,,,,,, +172,W,,6.6 min|9,3.96E2|5.4E1,ec ?+,100,,,-7560|50#,3840|40#,2230|40#,-15920|40#,10080|40#,4670|40#,8020.17|16#,171947290|30#,-49097|28#,1964 +74,,98,,,,,,,,,,,,,,,, +173,W,,7.6 min|2,4.56E2|1.2E1,ec ?+,100,,,-5170|40#,3560|40#,3670|40#,-15260|50#,7700|40#,4690|40#,8018.33|16#,172947690|30#,-48727|28#,1963 +74,,99,,,,,,,,,,,,,,,, +174,W,,33.2 min|21,1.99E3|1.26E2,ec ?+,100,,,-6550|40#,3600|40#,1510|40#,-14740|40#,9570|40#,5120|40#,8027.26|16#,173946080|30#,-50227|28#,1964 +74,,100,,,,,,,,,,,,,,,, +175,W,,35.2 min|6,2.11E3|3.6E1,ec ?+,100,,,-4340|40#,3370|40#,2780|40#,-14030|40#,7480|40#,5180|40#,8024.11|16#,174946720|30#,-49633|28#,1963 +74,,101,,,,,,,,,,,,,,,, +176,W,,2.5 h|1,9E3|3.6E2,ec,100,,,-5580|40#,3340|40#,720|40#,-13420|40#,9080|40#,5520|40#,8030.11|16#,175945630|30#,-50642|28#,1950 +74,,102,,,,,,,,,,,,,,,, +177,W,,132 min|2,7.92E3|1.2E2,ec ?+,100,,,-3430|40#,3290|40#,2013|28#,-12710|40#,7130|40#,5630|40#,8025.03|16#,176946640|30#,-49702|28#,1950 +74,,103,,,,,,,,,,,,,,,, +178,W,,21.6 d|3,1.87E6|2.59E4,ec,100,,,-4750|30#,3013|15#,190|50#,-12210|30#,8780|30#,5981|15#,8029.26|8#,177945886|16#,-50407|15#,1950 +74,,104,,,,,,,,,,,,,,,, +179,W,,37.05 min|16,2.22E3|9.6E0,ec ?+,100,,,-2711|27#,2762|15#,1062|15#,-11710|30#,6960|21#,5990|50,8023.28|8#,178947080|16#,-49295|15#,1950 +74,,105,,,,,,,,,,,,,,,, +180,W,,1.8 x 1018|y|2,5.68E25|6.31E24,?,100,,,-3799|21#,2515.3|10#,-703.2|24#,-11123|25#,8412|15#,6567.8|5#,8025.442|8#,179946713.4|15#,-49636.1|14#,1937 +74,,106,0.12 %|1,,,,,,,,,,,,,,, +181,W,,121.2 d|2,1.05E7|1.73E4,ec,100,,,-1716|13,2221.9|4,204.5|20,-10468|21,6669.02|16,6589.9|23,8017.948|8,180948218.9|16,-48233.8|14,1947 +74,,107,,,,,,,,,,,,,,,, +182,W,,STABLE,,,,,,-2800|100,1764.3|16,-1816.1|16,-9800|13,8083.6|16,7096.7|14,8018.308|4,181948205.7|8,-48246.1|7,1930 +74,,108,26.50 %|16,,,,,,,,,,,,,,, +183,W,,? 6.7 x 1020|y,2.11E28|1.58E32,?,?,+0.11778476 9,,-556|8,1672.4|16,-1072.8|16,-8990|100,6190.84|4,7224.6|14,8008.322|4,182950224.5|8,-46365.6|7,1930 +74,,109,14.31 %|4,,,,,,,,,,,,,,, +184,W,,STABLE,,,,,,-1486|4,1649.1|16,-2866|26,-7967|8,7411.11|13,7701.5|14,8005.077|4,183950933.3|8,-45705.4|7,1930 +74,,110,30.64 %|2,,,,,,,,,,,,,,, +185,W,,75.1 d|3,6.49E6|2.59E4,?-,100,,,431.2|7,1590.1|16,-1993|14,-7239|4,5753.74|5,7837|26,7992.907|4,184953421.3|8,-43387.8|7,1940 +74,,111,,,,,,,,,,,,,,,, +186,W,,STABLE,,,,,,-581.4|12,1116|6,-3900|60,-6760.8|12,7192.0|12,8403|14,7988.601|7,185954365.2|13,-42508.5|12,1930 +74,,112,28.43 %|19,,,,,,,,,,,,,,, +187,W,,24.000 h|4,8.64E4|1.44E1,?-,100,0.621 15,,1312.5|11,950|30,-3010|60,-6048.2|12,5466.76|4,8590|60,7975.116|6,186957161.3|13,-39904.0|12,1940 +74,,113,,,,,,,,,,,,,,,, +188,W,,69.78 d|5,6.03E6|4.32E3,?-,100,,,349|3,410|40,-5060|60,-5523|3,6835|3,9060|60,7969.052|16,187958488|3,-38668|3,1951 +74,,114,,,,,,,,,,,,,,,, +189,W,,10.7 min|5,6.42E2|3E1,?-,100,,,2360|40,280|80,-3790|200,-4670|40,5020|40,9290|70,7953.45|21,188961760|40,-35620|40,1963 +74,,115,,,,,,,,,,,,,,,, +190,W,,30.0 min|15,1.8E3|9E1,?-,100,,,1250|60,-380|60,-5870|200,-4470|40,6840|60,9840|200#,7947.57|21,189963090|40,-34380|40,1976 +74,,116,,,,,,,,,,,,,,,, +192,W,,,,?-,100,,,1940|210#,-1190|360#,-6580|450#,-3370|200#,6540|200#,10450|360#,7924|1#,191968170|210#,-29650|200#,1999 +74,,118,,,,,,,,,,,,,,,, +193,W,,> 300 ns,3E-7|5E15,?-,?,,,3940|200#,-1550|360#,-5420|450#,-2770|210#,4710|280#,10510|450#,7908|1#,192971780|210#,-26290|200#,2009 +74,,119,,,,,,,,,,,,,,,, +194,W,,> 300 ns,3E-7|5E15,?-,?,,,2710|360#,-1920|500#,-7230|580#,-2370|300#,6310|360#,10940|500#,7899|2#,193973670|320#,-24530|300#,2008 +74,,120,,,,,,,,,,,,,,,, +196,W,,> 160 ns,1.6E-7|5E15,?-,?,,,3660|500#,,#,-1370|500#,5940|500#,,7872|2#,195979730|430#,-18880|400#,2012 +74,,122,,,,,,,,,,,,,,,, +197,W,,> 160 ns,1.6E-7|5E15,?-,?,,,5360|500#,,#,-670|500#,4330|570#,,7854|2#,196983750|430#,-15140|400#,2012 +74,,123,,,,,,,,,,,,,,,, +159,RE,,,,,,,,,6760|50,10550|430,,,-1600|50,7795|2,158984170|330,-14740|300,2006 +75,,84,,,,,,,,,,,,,,,, +160,Re,,0.82 ms|+15-9,8.2E-4|1.2E-4,p,91|5,,,,6698|4#,12590|330,,10060|430,-1267|7#,7809|2,159982030|320,-16740|300,1992 +75,,85,,,?,9|5,,,,,,,,,,,, +161,Re,,0.44 ms|1,4.4E-4|1E-5,p,100,,,-10860|430,6328|7#,9710|250,,12170|330,-1197|5#,7836.3|9#,160977630|160#,-20840|150#,1979 +75,,86,,,?,? 1.4,,,,,,,,,,,, +162,Re,,107 ms|13,1.07E-1|1.3E-2,?,94|6,,,-8060|360,6240|5#,11500|200,-20590|440,9730|250,-765|11#,7848|1,161975840|210,-22500|200,1979 +75,,87,,,ec ?+,6|6,,,,,,,,,,,, +163,Re,,390 ms|72,3.9E-1|7.2E-2,ec ?+,68|3,,,-9810|300,6012|8#,8910|60,-19630|300,11570|200,-708|6#,7870.86|11#,162972085|20#,-26002|19#,1979 +75,,88,,,?,32|3,,,,,,,,,,,, +164,Re,,0.53 s|23,5.3E-1|2.3E-1,?,? 58,,,-7050|140#,5926|5#,10760|60#,-19350|300,9540|60#,-150|80#,7881.1|3#,163970510|60#,-27470|50#,1979 +75,,89,,,ec ?+,? 42,,,,,,,,,,,, +165,Re,,1.6 s|6,1.6E0|6E-1,ec ?+,86|8,,,-8860|200,5694|6#,8200|30,-18310|150#,11260|60#,-287|23#,7901.52|14#,164967085|25#,-30660|24#,1981 +75,,90,,,?,14|8,,,,,,,,,,,, +166,Re,,2.25 s|21,2.25E0|2.1E-1,ec ?+,> 76,,,-6460|70#,5460|50#,9990|70#,-18170|210,9310|80#,320|80#,7910.0|4#,165965760|80#,-31890|70#,1978 +75,,91,,,?,< 24,,,,,,,,,,,, +167,Re,,5.9 s|3,5.9E0|3E-1,ec ?+,? 99,,,-8330|80,5279|14,7270|40,-17470|40,11010|80,230|40,7929|0,166962610|40,-34830|40,1992 +75,,92,,,?,? 1,,,,,,,,,,,, +168,Re,,4.4 s|1,4.4E0|1E-1,ec ?+,? 100,,,-5800|30#,5063|13#,9100|30#,-17360|80#,9030|50,990|40#,7935.12|18#,167961570|30#,-35790|30#,1992 +75,,93,,,?,? 5 x 10-3,,,,,,,,,,,, +169,Re,,8.1 s|5,8.1E0|5E-1,ec ?+,100.00|1,,,-7687|28#,5014|14#,6509|19#,-16485|15#,10690|30#,805|16#,7951.39|7#,168958766|12#,-38409|11#,1978 +75,,94,,,?,< 0.01,,,,,,,,,,,, +170,Re,,9.2 s|2,9.2E0|2E-1,ec ?+,100|SY,,,-4987|25#,4760|40#,8378|27#,-16260|30#,8575|26#,1284|28#,7955.06|14#,169958225|25#,-38913|23#,1974 +75,,95,,,,,,,,,,,,,,,, +171,Re,,15.2 s|4,1.52E1|4E-1,ec ?+,100,,,-6950|30#,4680|40#,5840|40#,-15400|30#,10410|40#,1250|30#,7969.41|16#,170955720|30#,-41250|28#,1987 +75,,96,,,,,,,,,,,,,,,, +172,Re,,15 s|3,1.5E1|3E0,ec ?+,100,,,-4290|40#,4430|50#,7560|50#,-15310|40#,8360|50#,1740|50#,7971.67|23#,171955410|40#,-41540|40#,1972 +75,,97,,,,,,,,,,,,,,,, +173,Re,,1.98 min|26,1.19E2|1.56E1,ec ?+,100,,,-6120|30#,4310|40#,5170|40#,-14380|30#,10090|50#,1750|40#,7983.91|16#,172953240|30#,-43554|28#,1986 +75,,98,,,,,,,,,,,,,,,, +174,Re,,2.40 min|4,1.44E2|2.4E0,ec ?+,100,,,-3680|30#,4040|40#,6550|40#,-14310|30#,8190|40#,2230|40#,7985.09|16#,173953110|30#,-43673|28#,1972 +75,,99,,,,,,,,,,,,,,,, +175,Re,,5.89 min|5,3.53E2|3E0,ec ?+,100,,,-5180|30#,4010|40#,4340|40#,-13360|30#,9690|40#,2350|40#,7994.82|16#,174951380|30#,-45288|28#,1967 +75,,100,,,,,,,,,,,,,,,, +176,Re,,5.3 min|3,3.18E2|1.8E1,ec ?+,100,,,-2960|40#,3840|40#,5580|40#,-13030|30#,7850|40#,2720|40#,7993.97|16#,175951620|30#,-45063|28#,1967 +75,,101,,,,,,,,,,,,,,,, +177,Re,,14 min|1,8.4E2|6E1,ec ?+,100.,,,-4310|30#,3700|40#,3430|40#,-12240|40#,9280|40#,2920|40#,8001.22|16#,176950330|30#,-46269|28#,1957 +75,,102,,,,,,,,,,,,,,,, +178,Re,,13.2 min|2,7.92E2|1.2E1,ec ?+,100,,,-2110|30#,3660|40#,4750|30#,-11770|30#,7460|40#,3240|40#,7998.16|16#,177950990|30#,-45653|28#,1957 +75,,103,,,,,,,,,,,,,,,, +179,Re,,19.5 min|1,1.17E3|6E0,ec ?+,100,2.8 4,,-3560|30#,3400|40#,2711|29#,-11111|28#,9000|40#,3466|29#,8003.77|14#,178949990|26#,-46584|25#,1960 +75,,104,,,,,,,,,,,,,,,, +180,Re,,2.46 min|3,1.48E2|1.8E0,ec ?+,100,1.56 17,,-1480|27#,3100|40#,3799|21#,-10889|27#,7320|30#,3831|26#,7999.99|12#,179950792|23#,-45837|21#,1955 +75,,105,,,,,,,,,,,,,,,, +181,Re,,19.9 h|7,7.16E4|2.52E3,ec ?+,100,3.19 7,,-2967|28,2772|13,1716|13,-10231|21,8751|25,4170|13,8004.14|7,180950062|13,-46517|13,1957 +75,,106,,,,,,,,,,,,,,,, +182,Re,,64.2 h|5,2.31E5|1.8E3,ec ?+,100,2.83 6,+4.1 3,-840|100,2730|110#,2800|100,-9970|110,7000|100,4500|100,7998.6|6,181951210|110,-45450|100,1950 +75,,107,,,,,,,,,,,,,,,, +183,Re,,70.0 d|14,6.05E6|1.21E5,ec,100,+3.160 13,+2.1 2,-2150|50,2123|8,556|8,-9272|23,8430|100,4852|8,8001.01|4,182950821|9,-45810|8,1950 +75,,108,,,,,,,,,,,,,,,, +184,Re,,35.4 d|7,3.06E6|6.05E4,ec ?+,100,+2.53 5,+2.8 2,33|4,2288|5,1486|4,-8630|50,6481|9,5143|4,7992.750|23,183952528|5,-44220|4,1940 +75,,109,,,,,,,,,,,,,,,, +185,Re,,STABLE,,,,+3.1871 3,+2.18 2,-1013.1|4,2194.4|15,-431.2|11,-7637.8|5,7671|4,5402.6|7,7991.009|4,184952958.3|9,-43819.0|8,1931 +75,,110,37.40 %|2,,,,,,,,,,,,,,, +186,Re,,3.7183 d|11,3.21E5|9.5E1,?-,92.53|10,+1.739 3,+0.618 6,1072.9|8,2077.9|15,581.4|15,-7192.5|4,6179.38|17,5828.3|7,7981.269|4,185954989.4|9,-41927.1|8,1939 +75,,111,,,ec,7.47|10,,,,,,,,,,,, +187,Re,,4.33 x 1010|y|7,1.37E18|2.21E16,?-,100,+3.2197 3,+2.07 2,2.467|2,1651.4|15,-1312.5|14,-6287.8|5,7360.7|9,5996.9|11,7977.951|4,186955752.3|8,-41216.5|7,1931 +75,,112,62.60 %|2,,?,< 0.0001,,,,,,,,,,,, +188,Re,,17.0040 h|22,6.12E4|7.92E0,?-,100,+1.788 5,+0.572 6,2120.42|15,1398|26,-349|3,-5869.18|4,5871.65|4,6401.8|11,7966.747|4,187958113.7|8,-39016.8|7,1939 +75,,113,,,,,,,,,,,,,,,, +189,Re,,24.3 h|4,8.75E4|1.44E3,?-,100,,,1008|8,990|16,-2360|40,-4913|8,7034|8,6600|9,7961.81|4,188959228|9,-37979|8,1963 +75,,114,,,,,,,,,,,,,,,, +190,Re,,3.1 min|3,1.86E2|1.8E1,?-,100,,,3070|70,550|90,-1250|80,-4720|70,5730|70,7310|80,7950.1|4,189961740|80,-35640|70,1955 +75,,115,,,,,,,,,,,,,,,, +191,Re,,9.8 min|5,5.88E2|3E1,?-,100,,,2045|10,120|60,-3170|40,-3714|10,6790|70,7260|40,7943.96|5,190963123|11,-34350|10,1963 +75,,116,,,,,,,,,,,,,,,, +192,Re,,16 s|1,1.6E1|1E0,?-,100,,,4290|70,-400|90,-1940|210,-3260|70,5310|70,7700|80,7930.2|4,191966090|80,-31590|70,1965 +75,,117,,,,,,,,,,,,,,,, +193,Re,,,,,,,,3160|40,-830|200#,-3940|200,-2420|40,6710|80,7870|200#,7923.94|20,192967540|40,-30230|40,1999 +75,,118,,,,,,,,,,,,,,,, +194,Re,,5 s|1,5E0|1E0,?-,100,,,5200|200#,-1150|280#,-2710|360#,-1910|200#,5080|200#,8240|280#,7909|1#,193970760|210#,-27240|200#,1999 +75,,119,,,,,,,,,,,,,,,, +195,RE,,6 s|1,6E0|1E0,?-,100?,,,3930|300#,-1510|420#,#,-1210|300#,6410|360#,8340|420#,7902|2#,194972540|320#,-25580|300#,2008 +75,,120,,,,,,,,,,,,,,,, +196,Re,,3 s|+1-2,3E0|2E0,?-,100,,,5730|300#,-1900|500#,-3660|500#,-1100|300#,5030|420#,8820|420#,7887|2#,195975800|320#,-22540|300#,2008 +75,,121,,,,,,,,,,,,,,,, +197,Re,,> 160 ns,1.6E-7|5E15,?-,?,,,4810|360#,-2060|500#,-5360|500#,-300|300#,6030|420#,8910|500#,7878|2#,196977990|320#,-20500|300#,2009 +75,,122,,,,,,,,,,,,,,,, +198,Re,,> 160 ns,1.6E-7|5E15,?-,?,,,6700|450#,-2260|640#,#,100|450#,4710|500#,9290|570#,7862|2#,197981600|430#,-17140|400#,2009 +75,,123,,,?- n,?,,,,,,,,,,,, +199,Re,,> 160 ns,1.6E-7|5E15,?-,?,,,5620|450#,,#,900|450#,5790|570#,,7851|2#,198984050|430#,-14860|400#,2012 +75,,124,,,?- n,?,,,,,,,,,,,, +161,OS,,0.64 ms|6,6.4E-4|6E-5,?,? 100,,,,7066|12#,10860|430,,,530|500,7764|2,160989290|430,-9980|400,2010 +76,,85,,,,,,,,,,,,,,,, +162,Os,,2.1 ms|1,2.1E-3|1E-4,?,? 99,,,,6767|3#,8060|360,,12530|500,890|330,7793|2,161984500|320,-14440|300,1989 +76,,86,,,,,,,,,,,,,,,, +163,Os,,5.5 ms|6,5.5E-3|6E-4,?,? 100,,,,6677|8#,9810|300,,9820|420,980|360,7806|2,162982620|320,-16190|300,1981 +76,,87,,,ec ?+,?,,,,,,,,,,,, +164,Os,,21 ms|1,2.1E-2|1E-3,?,98|2,,,-13080|350,6479|5#,7050|160,,12300|330,1710|150#,7833.3|9#,163978080|160#,-20420|150#,1981 +76,,88,,,ec ?+,2|2,,,,,,,,,,,, +165,Os,,71 ms|3,7.1E-2|3E-3,?,90|2,,,-10200|250,6335|6#,8860|200,-22520|370,9440|250,1610|200,7843|1,164976600|210,-21790|200,1978 +76,,89,,,ec ?+,10|2,,,,,,,,,,,, +166,Os,,213 ms|5,2.13E-1|5E-3,?,72|13,,,-12080|200,6143|3#,6460|70,-21910|160,11710|200,2060|30#,7866.34|11#,165972698|19#,-25432|18#,1977 +76,,90,,,ec ?+,28|13,,,,,,,,,,,, +167,Os,,0.81 s|6,8.1E-1|6E-2,?,57|8,,,-9430|70#,5980|50#,8330|80#,-21220|210,9140|70#,1900|100#,7874.0|4#,166971550|80#,-26500|70#,1977 +76,,91,,,ec ?+,43|8,,,,,,,,,,,, +168,Os,,2.1 s|1,2.1E0|1E-1,ec ?+,57|4,,,-11330|60#,5815.6|27#,5800|30#,-20994|21#,11560|70#,2450|40,7895.94|6#,167967799|11#,-29995|10#,1977 +76,,92,,,?,43|4,,,,,,,,,,,, +169,Os,,3.43 s|14,3.43E0|1.4E-1,ec ?+,86.3|8,,,-8630|30#,5713|3#,7687|28#,-20130|60#,8799|27#,2220|40#,7901.28|15#,168967018|27#,-30723|25#,1972 +76,,93,,,?,13.7|8,,,,,,,,,,,, +170,Os,,7.37 s|18,7.37E0|1.8E-1,ec ?+,90.5|10,,,-10570|90,5536.9|27#,4987|25,-19904|25#,11275|27#,2806|15#,7921.13|6#,169963579|10#,-33926|10#,1972 +76,,94,,,?,9.5|10,,,,,,,,,,,, +171,Os,,8.3 s|2,8.3E0|2E-1,ec ?+,98.20|21,,,-7890|40#,5371|4#,6950|30#,-19010|90,8447|20#,2678|29#,7924.20|10#,170963175|19#,-34302|18#,1972 +76,,95,,,?,1.80|21,,,,,,,,,,,, +172,Os,,19.2 s|9,1.92E1|9E-1,ec ?+,99.8,,,-9860|30#,5224|7#,4290|40#,-18900|40#,11013|22#,3280|30#,7942.16|7#,171960017|14#,-37244|13#,1971 +76,,96,,,?,0.2,,,,,,,,,,,, +173,Os,,22.4 s|9,2.24E1|9E-1,ec ?+,99.6|2,,,-7170|19#,5055|6#,6120|30#,-18130|40#,8266|20#,3190|40#,7944.03|9#,172959808|16#,-37438|15#,1971 +76,,97,,,?,0.4|2,,,,,,,,,,,, +174,Os,,44 s|4,4.4E1|4E0,ec,100,,,-9132|26#,4870|10#,3680|30#,-17798|15#,10628|18#,3730|30#,7959.46|6#,173957063|11#,-39995|10#,1971 +76,,98,,,?,0.020|10,,,,,,,,,,,, +175,Os,,1.4 min|1,8.4E1|6E0,ec ?+,100,,,-6711|17#,4560|30#,5180|30#,-17313|27#,8181|16#,3720|30#,7960.73|7#,174956945|13#,-40105|12#,1972 +76,,99,,,,,,,,,,,,,,,, +176,Os,,3.6 min|5,2.16E2|3E1,ec ?+,100,,,-8220|30#,4570|40#,2960|40#,-16770|30#,10060|30#,4100|40#,7972.68|16#,175954810|30#,-42098|28#,1970 +76,,100,,,,,,,,,,,,,,,, +177,Os,,3.0 min|2,1.8E2|1.2E1,ec ?+,100.,,,-5909|25#,4350|30#,4310|30#,-16149|22#,7930|30#,4180|30#,7972.44|8#,176954958|16#,-41956|15#,1970 +76,,101,,,,,,,,,,,,,,,, +178,Os,,5.0 min|4,3E2|2.4E1,ec ?+,100,,,-7292|24#,4260|30#,2110|30#,-15568|24#,9659|20#,4560|30#,7981.91|8#,177953253|15#,-43544|14#,1967 +76,,102,,,?,? 0,,,,,,,,,,,, +179,Os,,6.5 min|3,3.9E2|1.8E1,ec ?+,100,,,-4938|19#,4190|30#,3560|30#,-14839|26#,7547|21#,4660|30#,7979.48|9#,178953817|18#,-43019|17#,1968 +76,,103,,,,,,,,,,,,,,,, +180,Os,,21.5 min|4,1.29E3|2.4E1,ec ?+,100,,,-6380|27#,3860|30#,1480|27#,-14347|19#,9410|23#,5060|30#,7987.42|9#,179952380|18#,-44358|16#,1967 +76,,104,,,,,,,,,,,,,,,, +181,Os,,105 min|3,6.3E3|1.8E2,ec ?+,100,,,-4087|26,3730|40,2967|28,-13640|30,7260|30,5000|30,7983.43|14,180953247|27,-43550|25,1966 +76,,105,,,,,,,,,,,,,,,, +182,Os,,21.84 h|20,7.86E4|7.2E2,ec,100,,,-5560|30,3373|27,840|100,-13217|22,9130|30,5381|25,7989.73|12,181952110|23,-44609|22,1950 +76,,106,,,,,,,,,,,,,,,, +183,Os,,13.0 h|5,4.68E4|1.8E3,ec ?+,100,-0.794 14,+3.1 3,-3460|50,3210|50,2150|50,-12680|50,7130|50,5510|110,7985.01|27,182953120|50,-43660|50,1950 +76,,107,,,,,,,,,,,,,,,, +184,Os,,> 5.6 x 1013|y,1.77E21|1.58E32,?,?,,,-4642|28,2958.7|16,-33|4,-12121|24,8660|50,5732|8,7988.677|5,183952492.9|9,-44252.5|8,1937 +76,,108,0.02 %|1,,2?+,?,,,,,,,,,,,, +185,Os,,93.6 d|5,8.09E6|4.32E4,ec,100,,,-2470|28,3003.0|16,1013.1|12,-11266|28,6624.66|27,5875|4,7981.304|4,184954046.0|9,-42805.9|8,1947 +76,,109,,,,,,,,,,,,,,,, +186,Os,,2.0 x 1015|y|11,6.31E22|3.47E22,?,100,,,-3828|17,2821.2|9,-1072.9|11,-10736|28,8265.4|9,6469.9|8,7982.831|4,185953837.7|8,-42999.9|8,1931 +76,,110,1.59 %|3,,,,,,,,,,,,,,, +187,Os,,STABLE,,,,+0.06465189 6,,-1670|28,2721.7|9,-2.5|10,-10118|17,6290.3|5,6580.8|9,7973.780|4,186955749.6|8,-41218.9|7,1931 +76,,111,1.96 %|2,,,,,,,,,,,,,,, +188,Os,,STABLE,,,,,,-2792|9,2143.2|9,-2120.4|10,-9659|28,7989.61|15,7209.73|15,7973.864|4,187955837.4|8,-41137.2|7,1931 +76,,112,13.24 %|8,,,,,,,,,,,,,,, +189,Os,,STABLE,,,,+0.659933 4,+0.86 3,-537|13,1976.1|8,-1008|8,-8713|9,5920.8|4,7258.9|5,7963.002|4,188958146.0|7,-38986.7|7,1931 +76,,113,16.15 %|5,,,,,,,,,,,,,,, +190,Os,,STABLE,,,,,,-1954.2|12,1375.8|12,-3070|70,-8329|13,7792.34|19,8018|8,7962.104|3,189958445.5|7,-38707.8|6,1931 +76,,114,26.26 %|2,,,,,,,,,,,,,,, +191,Os,,15.4 d|1,1.33E6|8.64E3,?-,100,+0.96 3,+2.53 16,313.6|11,1083.9|12,-2045|10,-7713.0|12,5758.73|11,8050|70,7950.568|3,190960928.2|7,-36395.2|7,1940 +76,,115,,,,,,,,,,,,,,,, +192,Os,,STABLE,,,,,,-1046.6|24,361|4,-4290|70,-7244.7|24,7558.3|22,8821|10,7948.525|12,191961478.9|25,-35882.2|23,1931 +76,,116,40.78 %|19,,,,,,,,,,,,,,, +193,Os,,30.11 h|1,1.08E5|3.6E1,?-,100,+0.7297 16,+0.47 6,1141.9|24,-200|40,-3160|40,-6630.0|24,5583.42|20,9090|70,7936.270|12,192964149.8|25,-33394.3|23,1940 +76,,117,,,,,,,,,,,,,,,, +194,Os,,6.0 y|2,1.89E8|6.31E6,?-,100,,,96.6|20,-480|40,-5200|200,-5970.2|20,7112|3,9490|40,7932.022|12,193965179.5|26,-32435.1|24,1951 +76,,118,,,,,,,,,,,,,,,, +195,Os,,6.5 min|11,3.9E2|6.6E1,?-,?,,,2180|60,-760|70,-3930|300,-5050|60,5150|60,9560|200#,7917.74|28,194968320|60,-29510|60,2004 +76,,119,,,,,,,,,,,,,,,, +196,Os,,34.9 min|2,2.09E3|1.2E1,?-,100,,,1160|60,-1050|200#,-5740|300,-4660|40,6840|70,9990|300#,7912.23|20,195969640|40,-28280|40,1977 +76,,120,,,,,,,,,,,,,,,, +197,OS,,2.8 min|6,1.68E2|3.6E1,?-,100,,,2950|200#,-1450|280#,-4810|360#,-3940|200#,5100|200#,10060|360#,7898|1#,196972830|210#,-25310|200#,2003 +76,,121,,,,,,,,,,,,,,,, +198,OS,,,,?-,100,,,1980|280#,-1740|360#,-6700|450#,-3640|200#,6600|280#,10620|360#,7891|1#,197974410|210#,-23840|200#,2008 +76,,122,,,,,,,,,,,,,,,, +199,OS,,5 s|+4-2,5E0|3E0,?-,100,,,3910|200#,-1900|360#,-5620|450#,-2730|280#,4720|280#,10630|450#,7875|1#,198978010|210#,-20480|200#,2008 +76,,123,,,,,,,,,,,,,,,, +200,OS,,6 s|+4-3,6E0|4E0,?-,100,,,2830|360#,-2320|500#,#,-2450|300#,6370|360#,11210|500#,7868|1#,199979840|320#,-18780|300#,2005 +76,,124,,,,,,,,,,,,,,,, +201,Os,,> 160 ns,1.6E-7|5E15,?-,?,,,4660|360#,-2520|500#,#,-1700|360#,4530|420#,,7851|1#,200983640|320#,-15240|300#,2009 +76,,125,,,,,,,,,,,,,,,, +202,Os,,> 160 ns,1.6E-7|5E15,?-,?,,,3690|500#,,#,-1260|450#,5920|500#,,7842|2#,201985950|430#,-13090|400#,2009 +76,,126,,,,,,,,,,,,,,,, +203,Os,,> 160 ns,1.6E-7|5E15,?-,?,,,7050|570#,,#,1060|500#,2620|570#,,7816|2#,202991800|430#,-7640|400#,2012 +76,,127,,,?- n,?,,,,,,,,,,,, +164,Ir,,,,,,,,,6970|100,13080|350,,,-1560|100,7749|2,163992120|340,-7340|310, +77,,87,,,,,,,,,,,,,,,, +165,Ir,,< 1 ?s,1E-6,?,?,,,,6820|50,10200|250,,12320|350,-1540|50,7776|1,164987550|170,-11590|160, +77,,88,,,p,?,,,,,,,,,,,, +166,Ir,,10.5 ms|22,1.05E-2|2.2E-3,?,93|3,,,-8620|360,6722|6#,12080|200,,9830|250,-1152|8#,7789|1,165985660|210,-13350|200,1981 +77,,89,,,p,7|3,,,,,,,,,,,, +167,Ir,,35.2 ms|20,3.52E-2|2E-3,?,48|6,,,-10460|300,6504.9|26#,9430|70,-20410|300,11790|200,-1070|4#,7812.82|11#,166981672|20#,-17072|18#,1981 +77,,90,,,p,32|4,,,,,,,,,,,, +,,,,,ec ?+,20|10,,,,,,,,,,,, +168,Ir,,222 ms|+60-40,2.22E-1|5E-2,?,? 100,,,-7660|140#,6381|9#,11330|60#,-20120|310,9670|60#,-550|90#,7823.8|3#,167979960|60#,-18670|60#,1978 +77,,91,,,ec ?+,?,,,,,,,,,,,, +,,,,,p,?,,,,,,,,,,,, +169,Ir,,0.353 s|4,3.53E-1|4E-3,?,45|12,,,-9580|200,6141|4#,8630|30,-19160|150#,11500|60#,-612|22#,7845.60|14#,168976281|25#,-22094|23#,1978 +77,,92,,,ec ?+,?,,,,,,,,,,,, +,,,,,p,?,,,,,,,,,,,, +170,Ir,,0.87 s|+18-12,8.7E-1|1.5E-1,ec ?+,94.8|17,,,-7060|90,6110|50,10570|90,-18920|210,9340|90,-70|90,7854|1,169974920|90,-23360|90,1977 +77,,93,,,?,5.2|17,,,,,,,,,,,, +171,Ir,,3.2 s|+13-7,3.2E0|1E0,?,> 0,,,-8940|80#,5994|13,7890|40#,-18180|40#,11120|100,-230|40#,7873.49|22#,170971650|40#,-26410|40#,1967 +77,,94,,,p,?,,,,,,,,,,,, +,,,,,ec ?+,?,,,,,,,,,,,, +172,Ir,,4.4 s|3,4.4E0|3E-1,ec ?+,? 98,,,-6270|30#,5991|10#,9860|30#,-17980|80#,9040|50#,370|40#,7880.26|19#,171970610|30#,-27380|30#,1967 +77,,95,,,?,? 2,,,,,,,,,,,, +173m1,Ir,,9.0 s|8,9E0|8E-1,ec ?+,> 93,,,-8330|60#,5716|10#,7170|19#,-17233|15#,10960|30#,314|15#,7898.07|6#,172967505|12#,-30268|11#,1967 +77,,96,,,?,< 7,,,,,,,,,,,, +174,Ir,,7.9 s|6,7.9E0|6E-1,ec,99.5|3,,,-5545|26#,5625|10#,9132|26#,-16990|60#,8666|27#,714|29#,7902.48|14#,173966867|26#,-30863|24#,1967 +77,,97,,,?,0.5|3,,,,,,,,,,,, +175,Ir,,9 s|2,9E0|2E0,ec ?+,99.15|28,,,-7681|22#,5430|30#,6711|17#,-16148|16#,10602|27#,688|16#,7917.91|7#,174964150|13#,-33395|12#,1967 +77,,98,,,?,0.85|28,,,,,,,,,,,, +176,Ir,,8.7 s|5,8.7E0|5E-1,ec ?+,96.9|6,,,-4944|21#,5230|40#,8220|30#,-16236|25#,8555|21#,1062|20#,7921.53|9#,175963630|18#,-33878|17#,1967 +77,,99,,,?,3.1|6,,,,,,,,,,,, +177,Ir,,30 s|2,3E1|2E0,ec ?+,99.94|1,,,-6677|25#,5080|30#,5909|25#,-15185|23#,10240|26#,1240|30#,7934.63|11#,176961301|21#,-36047|20#,1967 +77,,100,,,?,0.06|1,,,,,,,,,,,, +178,Ir,,12 s|2,1.2E1|2E0,ec ?+,100,,,-4254|22#,5000|30#,7292|24#,-14953|25#,8276|28#,1584|25#,7936.55|11#,177961082|21#,-36252|20#,1972 +77,,101,,,,,,,,,,,,,,,, +179,Ir,,79 s|1,7.9E1|1E0,ec ?+,100,,,-5814|13#,4780|30#,4938|19#,-14156|14#,9901|22#,1826|17#,7947.52|5#,178959118|10#,-38082|10#,1992 +77,,102,,,,,,,,,,,,,,,, +180,Ir,,1.5 min|1,9E1|6E0,ec ?+,100,,,-3542|24#,4660|40#,6380|27#,-13781|23#,7967|24#,2247|27#,7947.63|12#,179959229|23#,-37978|22#,1972 +77,,103,,,,,,,,,,,,,,,, +181,Ir,,4.90 min|15,2.94E2|9E0,ec ?+,100,,,-5082|15,4381|28,4087|26,-13098|12,9557|22,2394|17,7956.523|29,180957635|6,-39463|5,1972 +77,,104,,,,,,,,,,,,,,,, +182,Ir,,15.0 min|10,9E2|6E1,ec ?+,100,+2.6 2,-1.7 6,-2883|25,4180|30,5560|30,-12741|25,7660|22,2790|30,7954.89|11,181958076|23,-39052|21,1961 +77,,105,,,,,,,,,,,,,,,, +183,Ir,,58 min|6,3.48E3|3.6E2,ec ?+,100,2.36 8,,-4431|29,3960|30,3460|60,-12106|28,9220|30,2880|30,7961.82|13,182956840|26,-40203|24,1961 +77,,106,,,,,,,,,,,,,,,, +184,Ir,,3.09 h|3,1.11E4|1.08E2,ec ?+,100,+0.696 5,+2.41 3,-2280|30,3800|40,4642|28,-11910|30,7480|40,3240|60,7959.20|15,183957480|30,-39611|28,1960 +77,,107,,,,,,,,,,,,,,,, +185,Ir,,14.4 h|1,5.18E4|3.6E2,ec ?+,100,2.605 13,-2.06 14,-3650|40,3760|30,2470|28,-11070|30,8800|40,3372|28,7963.72|15,184956700|30,-40336|28,1958 +77,,108,,,,,,,,,,,,,,,, +186,Ir,,16.64 h|3,5.99E4|1.08E2,ec ?+,100,+3.88 5,-2.55 3,-1308|27,3850|100,3828|17,-10560|30,6910|30,3655|17,7958.05|9,185957947|18,-39172|17,1958 +77,,109,,,,,,,,,,,,,,,, +187,Ir,,10.5 h|3,3.78E4|1.08E3,ec ?+,100,+0.171 1,+0.941 11,-2860|40,3835|29,1670|28,-9760|40,8450|30,3838|28,7960.67|15,186957540|30,-39549|28,1958 +77,,110,,,,,,,,,,,,,,,, +188,Ir,,41.5 h|5,1.49E5|1.8E3,ec ?+,100,+0.302 10,+0.484 6,-524|9,3450|10,2792|9,-9731|26,6867|29,4415|9,7954.85|5,187958835|10,-38345|9,1950 +77,,111,,,,,,,,,,,,,,,, +189,Ir,,13.2 d|1,1.14E6|8.64E3,ec,100,0.13 +8-4,+0.878 10,-1980|14,2945|13,537|13,-8700|14,8176|16,4601|13,7956.02|7,188958723|13,-38450|13,1955 +77,,112,,,,,,,,,,,,,,,, +190,Ir,,11.78 d|10,1.02E6|8.64E3,ec ?+,100,0.04 1,+2.85 14,552.9|13,2748.6|15,1954.2|15,-8356|10,6375|13,5055.8|12,7947.701|7,189960543.4|15,-36753.5|14,1947 +77,,113,,,?+,< 0.002,,,,,,,,,,,, +191,Ir,,STABLE,,,,+0.1507 6,+0.816 9,-1011|4,2082.8|12,-313.6|15,-7473.6|12,8026.5|4,5290.0|11,7948.113|7,190960591.5|14,-36708.8|13,1935 +77,,114,37.3 %|2,,,,,,,,,,,,,,, +192,Ir,,73.829 d|11,6.38E6|9.5E2,?-,95.24|4,+1.924 10,+2.22 7,1452.9|23,1756.3|12,1046.6|27,-7209|4,6198.12|11,5729.3|11,7938.999|7,191962602.5|14,-34835.6|13,1937 +77,,115,,,ec,4.76|4,,,,,,,,,,,, +193,Ir,,STABLE,,,,+0.1637 6,+0.751 9,-56.6|3,1018|8,-1141.9|27,-6319.1|23,7771.99|20,5943.0|24,7938.133|7,192962923.8|14,-34536.2|13,1935 +77,,116,62.7 %|2,,,,,,,,,,,,,,, +194,Ir,,19.28 h|13,6.94E4|4.68E2,?-,100,+0.39 1,+0.339 12,2228.4|13,680|70,-96.6|27,-6123.4|3,6066.79|11,6426.4|24,7928.487|7,193965075.8|14,-32531.7|13,1937 +77,,117,,,,,,,,,,,,,,,, +195,Ir,,2.29 h|17,8.24E3|6.12E2,?-,100,,,1101.6|13,233|10,-2180|60,-5003.5|13,7231.86|6,6546.1|20,7924.915|7,194965977.0|14,-31692.3|13,1952 +77,,118,,,,,,,,,,,,,,,, +196,Ir,,52 s|1,5.2E1|1E0,?-,100,,,3210|40,-270|80,-1160|60,-4710|40,5810|40,7210|70,7914.15|20,195968400|40,-29440|40,1966 +77,,119,,,,,,,,,,,,,,,, +197,Ir,,5.8 min|5,3.48E2|3E1,?-,100,,,2156|20,-460|40,-2960|200,-3691|20,6900|40,7280|40,7909.00|10,196969657|22,-28264|20,1952 +77,,120,,,,,,,,,,,,,,,, +198,Ir,,8 s|1,8E0|1E0,?-,100,,,4080|200#,-1010|280#,-1980|280#,-3470|200#,5630|200#,7800|280#,7897|1#,197972280|210#,-25820|200#,1973 +77,,121,,,,,,,,,,,,,,,, +199,Ir,,6 s|+5-4,6E0|5E0,?-,?,,,2990|40,-1240|300#,-3910|200,-2570|40,6650|200#,7850|200#,7891.21|21,198973810|40,-24400|40,1993 +77,,122,,,,,,,,,,,,,,,, +200,IR,,> 300 ns,3E-7|5E15,?-,?,,,4990|200#,-1490|360#,-2830|360#,-2290|200#,5280|200#,8420|280#,7878|1#,199976800|210#,-21610|200#,2008 +77,,123,,,,,,,,,,,,,,,, +201,IR,,> 300 ns,3E-7|5E15,?-,?,,,3840|200#,-1820|360#,-4660|360#,-1370|200#,6360|280#,8410|360#,7871|1#,200978640|210#,-19900|200#,2008 +77,,124,,,,,,,,,,,,,,,, +202,IR,,11 s|3,1.1E1|3E0,?-,100,,,5920|300#,-2060|500#,-3690|500#,-1110|300#,4950|360#,8830|420#,7856|1#,201981990|320#,-16780|300#,2008 +77,,125,,,,,,,,,,,,,,,, +203,Ir,,> 160 ns,1.6E-7|5E15,?-,?,,,4940|450#,-2250|570#,-7050|570#,-70|400#,5980|500#,8890|570#,7847|2#,202984230|430#,-14690|400#,2009 +77,,126,,,,,,,,,,,,,,,, +204,Ir,,> 160 ns,1.6E-7|5E15,?-,?,,,8230|450#,,#,1870|450#,3070|570#,9340|570#,7824|2#,203989600|430#,-9690|400#, +77,,127,,,?- n,?,,,,,,,,,,,, +205,Ir,,> 160 ns,1.6E-7|5E15,?-,?,,,7010|580#,,#,3890|540#,4340|640#,,7807|2#,204993600|540#,-5960|500#,2012 +77,,128,,,?- n,?,,,,,,,,,,,, +166,Pt,,300 ?s|100,3E-4|1E-4,?,100,,,,7286|15#,8620|360,,,430|340,7732|2,165994920|320,-4730|300,1996 +78,,88,,,,,,,,,,,,,,,, +167,Pt,,0.7 ms|2,7E-4|2E-4,?,100,,,,7160|50#,10460|300,,9950|430,550|360,7746|2,166992900|320,-6610|300,1996 +78,,89,,,,,,,,,,,,,,,, +168,Pt,,2.02 ms|10,2.02E-3|1E-4,?,? 100,,,,6990|3#,7660|160,,12470|340,1220|150#,7773.6|9#,167988180|160#,-11010|150#,1981 +78,,90,,,,,,,,,,,,,,,, +169,Pt,,7.0 ms|2,7E-3|2E-4,?,? 100,,,-10720|360,6858|5#,9580|200,,9580|250,1130|200,7784|1,168986570|210,-12510|200,1981 +78,,91,,,,,,,,,,,,,,,, +170,Pt,,13.8 ms|5,1.38E-2|5E-4,?,98|2,,,-12550|200,6707|3#,7060|90,-22580|300,11860|200,1490|30#,7808.24|11#,169982502|20#,-16299|18#,1981 +78,,92,,,ec ?+,?,,,,,,,,,,,, +171,Pt,,45.5 ms|25,4.55E-2|2.5E-3,?,90|7,,,-9910|80#,6607|3#,8940|80#,-21790|210,9240|70#,1400|110,7816.6|4#,170981250|80#,-17470|70#,1981 +78,,93,,,ec ?+,10|7,,,,,,,,,,,, +172,Pt,,97.6 ms|13,9.76E-2|1.3E-3,?,94|6,,,-11790|60#,6463|4#,6270|30#,-21616|23#,11710|70#,1980|40#,7839.25|6#,171977341|11#,-21107|10#,1981 +78,,94,,,ec ?+,6|6,,,,,,,,,,,, +173,Pt,,382 ms|2,3.82E-1|2E-3,?,86|4,,,-9110|60#,6350|50#,8330|60#,-20700|80#,8910|60#,1850|60#,7845.4|3#,172976440|60#,-21940|60#,1966 +78,,95,,,ec ?+,16|6,,,,,,,,,,,, +174,Pt,,0.889 s|17,8.89E-1|1.7E-2,?,76|8,,,-11080|90,6183|3#,5545|26,-20557|25#,11450|60#,2339|15#,7866.12|6#,173972820|11#,-25318|10#,1966 +78,,96,,,ec ?+,24|8,,,,,,,,,,,, +175,Pt,,2.53 s|6,2.53E0|6E-2,?,64|5,,,-8310|40#,6164|4#,7681|22#,-19550|90,8467|21#,2140|30#,7869.55|10#,174972395|20#,-25713|18#,1966 +78,,97,,,ec ?+,36|5,,,,,,,,,,,, +176,Pt,,6.33 s|15,6.33E0|1.5E-1,ec ?+,60|2,,,-10410|40#,5885.1|21#,4944|21#,-19600|40#,11292|22#,2828|18#,7888.99|7#,175968938|14#,-28934|13#,1966 +78,,98,,,?,40|2,,,,,,,,,,,, +177,Pt,,10.6 s|4,1.06E1|4E-1,ec ?+,94.3|5,,,-7825|18#,5642.9|27#,6677|25#,-18920|40#,8508|20#,2781|22#,7892.49|8#,176968470|16#,-29370|15#,1966 +78,,99,,,?,5.7|5,,,,,,,,,,,, +178,Pt,,20.7 s|7,2.07E1|7E-1,ec ?+,92.3|3,,,-9694|14#,5573.0|22#,4254|22#,-18524|15#,10698|18#,3239|22#,7908.25|6#,177965649|11#,-31998|10#,1966 +78,,100,,,?,7.7|3,,,,,,,,,,,, +179,Pt,,21.2 s|4,2.12E1|4E-1,ec ?+,99.76|3,+0.43 3,,-7280|14#,5412|9#,5814|13#,-18036|13#,8342|13#,3305|21#,7910.67|4#,178965359|9#,-32268|8#,1966 +78,,101,,,?,0.24|3,,,,,,,,,,,, +180,Pt,,56 s|3,5.6E1|3E0,ec ?+,? 99.7,,,-8810|12#,5240|30#,3542|24#,-17519|16#,10239|14#,3643|15#,7923.61|6#,179963032|12#,-34436|11#,1966 +78,,102,,,?,? 0.3,,,,,,,,,,,, +181,Pt,,52.0 s|22,5.2E1|2.2E0,ec ?+,? 100,+0.484 21,,-6510|24,5150|5,5082|15,-16827|14,8017|18,3693|26,7924.13|8,180963090|15,-34382|14,1966 +78,,103,,,?,? 0.08,,,,,,,,,,,, +182,Pt,,2.67 min|12,1.6E2|7.2E0,ec ?+,99.962|2,,,-7868|24,4951|5,2883|25,-16369|24,9858|19,3994|14,7934.75|7,181961172|14,-36168|13,1963 +78,,104,,,?,0.038|2,,,,,,,,,,,, +183,Pt,,6.5 min|10,3.9E2|6E1,ec ?+,100,+0.502 5,,-5581|18,4822|9,4431|29,-15543|26,7675|20,4010|26,7933.34|8,182961597|17,-35772|16,1963 +78,,105,,,?,0.0096|5,,,,,,,,,,,, +184,Pt,,17.3 min|2,1.04E3|1.2E1,ec ?+,100,,,-7016|27,4599|8,2280|30,-15214|18,9633|22,4420|29,7942.57|8,183959920|17,-37334|16,1963 +78,,106,,,?,? 0.001,,,,,,,,,,,, +185,Pt,,70.9 min|24,4.25E3|1.44E2,ec ?+,< 100,-0.774 14,+4.3 5,-4830|26,4437|10,3650|40,-14440|30,7430|30,4370|40,7939.78|14,184960614|28,-36688|26,1960 +78,,107,,,,,,,,,,,,,,,, +186,Pt,,2.08 h|5,7.49E3|1.8E2,ec ?+,100,,,-6150|30,4320|18,1308|27,-14078|22,9250|30,4820|40,7946.81|12,185959351|23,-37864|22,1961 +78,,108,,,?,? 0.00014,,,,,,,,,,,, +187,Pt,,2.35 h|3,8.46E3|1.08E2,ec ?+,100,-0.401 4,-0.99 4,-3657|27,4550|60,2860|40,-13040|30,6890|30,4802|29,7941.17|13,186960617|26,-36685|24,1961 +78,,109,,,,,,,,,,,,,,,, +188,Pt,,10.2 d|3,8.81E5|2.59E4,ec,99.999974|3,,,-5450|6,4007|5,524|11,-12864|23,9207|25,5561|28,7947.902|28,187959398|6,-37821|5,1954 +78,,110,,,?,2.6 x 10-5|3,,,,,,,,,,,, +189,Pt,,10.87 h|12,3.91E4|4.32E2,ec ?+,100,-0.421 5,-1.03 5,-2887|22,3912|10,1980|16,-12169|10,6720|11,5413|14,7941.40|5,188960849|11,-36469|10,1955 +78,,111,,,,,,,,,,,,,,,, +190,Pt,,6.5 x 1011|y|3,2.05E19|9.47E17,?,100,,,-4473|4,3268.6|6,-552.9|15,-11796|20,8908|10,6146|13,7946.493|3,189959949.9|7,-37306.4|7,1949 +78,,112,0.012 %|2,,,,,,,,,,,,,,, +191,Pt,,2.83 d|2,2.45E5|1.73E3,ec,100,-0.501 5,-0.89 5,-1900|6,3096|4,1011|4,-10936|5,6463|4,6234|4,7938.727|22,190961676|4,-35698|4,1948 +78,,113,,,,,,,,,,,,,,,, +192,Pt,,STABLE,,,,,,-3516|16,2423.9|25,-1452.9|29,-10562|6,8661.5|29,6868.7|23,7942.491|13,191961042.7|28,-36288.5|26,1935 +78,,114,0.782 %|24,,,,,,,,,,,,,,, +193,Pt,,50 y|6,1.58E9|1.89E8,ec,100,+0.603 8,,-1075|9,2082.2|12,56.6|19,-9779|16,6262.5|23,6933.0|4,7933.786|7,192962984.6|15,-34479.6|14,1948 +78,,115,,,,,,,,,,,,,,,, +194,Pt,,STABLE,,,,,,-2548.1|21,1522.8|5,-2228.4|14,-9427|9,8351.8|13,7512.8|12,7935.941|3,193962683.5|5,-34760.1|5,1935 +78,,116,32.86 %|40,,,,,,,,,,,,,,, +195,Pt,,STABLE,,,,+0.60952 6,,-226.8|10,1176.4|5,-1101.6|14,-8653.2|21,6105.10|12,7551.1|13,7926.552|3,194964794.4|5,-32793.8|5,1935 +78,,117,33.78 %|24,,,,,,,,,,,,,,, +196,Pt,,STABLE,,,,,,-1506|3,812.8|23,-3210|40,-8148.8|10,7921.98|13,8241.2|13,7926.529|3,195964954.7|5,-32644.5|5,1935 +78,,118,25.21 %|34,,,,,,,,,,,,,,, +197,Pt,,19.8915 h|19,7.16E4|6.84E0,?-,100,0.51 2,,720.0|5,549.6|23,-2156|20,-7352|3,5846.56|26,8270|40,7915.971|3,196967343.1|6,-30419.7|5,1936 +78,,119,,,,,,,,,,,,,,,, +198,Pt,,STABLE,,2?-,?,,,-323.2|21,106|3,-4080|200,-6835.6|21,7555.6|21,8929|20,7914.150|11,197967896.7|23,-29904.0|21,1935 +78,,120,7.36 %|13,,2?-,,,,,,,,,,,,, +199,Pt,,30.80 min|21,1.85E3|1.26E1,?-,100,,,1705.1|21,-300|60,-2990|40,-5879.2|21,5556.0|5,8860|200#,7902.300|11,198970597.0|23,-27388.7|22,1937 +78,,121,,,,,,,,,,,,,,,, +200,Pt,,12.6 h|3,4.54E4|1.08E3,?-,100,,,640|30,-750|40,-4990|200,-5577|20,7282|20,9490|50,7899.20|10,199971445|22,-26599|20,1957 +78,,122,,,,,,,,,,,,,,,, +201,Pt,,2.5 min|1,1.5E2|6E0,?-,100,,,2660|50,-860|200#,-3840|200,-4570|60,5210|50,9420|200#,7885.83|25,200974510|50,-23740|50,1962 +78,,123,,,,,,,,,,,,,,,, +202,Pt,,44 h|15,1.58E5|5.4E4,?-,100,,,1660|30,-1280|200#,-5920|300,-4363|25,7020|60,10080|200#,7881.56|12,201975639|27,-22692|25,1992 +78,,124,,,,,,,,,,,,,,,, +203,PT,,10 s|3,1E1|3E0,?-,100,,,3520|200#,-1570|280#,-4940|450#,-3340|200#,5010|200#,10140|360#,7867|1#,202978930|210#,-19630|200#,2008 +78,,125,,,,,,,,,,,,,,,, +204,PT,,10.3 s|14,1.03E1|1.4E0,?-,100,,,2730|280#,-1570|360#,-8230|450#,-2850|200#,6370|280#,10520|450#,7860|1#,203980760|210#,-17920|200#,2008 +78,,126,,,,,,,,,,,,,,,, +205,PT,,> 300 ns,3E-7|5E15,?-,?,,,5800|360#,-150|420#,-7010|580#,-390|360#,3120|360#,10570|500#,7837|1#,204986080|320#,-12970|300#,2009 +78,,127,,,,,,,,,,,,,,,, +206,Pt,,> 160 ns,1.6E-7|5E15,?-,?,,,4580|420#,1030|500#,#,1070|360#,4740|420#,10960|580#,7822|1#,205989660|320#,-9630|300#,2012 +78,,128,,,?- n,?,,,,,,,,,,,, +207,Pt,,> 160 ns,1.6E-7|5E15,?-,?,,,6270|500#,670|570#,#,1600|500#,2980|500#,,7798|2#,206995130|430#,-4540|400#,2012 +78,,129,,,?- n,?,,,,,,,,,,,, +208,Pt,,> 160 ns,1.6E-7|5E15,?-,?,,,5110|500#,,#,1750|500#,4520|570#,,7783|2#,207998940|430#,-990|400#,2012 +78,,130,,,?- n,?,,,,,,,,,,,, +170,Au,,0.30 ms|+6-4,3E-4|5E-5,p,85|10,,,,7177|15#,12550|200,,10030|360,-1472|12#,7730|1,169995970|210,-3750|200,2002 +79,,91,,,?,15|10,,,,,,,,,,,, +171,Au,,17 ?s|+9-5,1.7E-5|7E-6,p,? 100,,,-11040|300,7085|11#,9910|80,,11880|200,-1448|10#,7754.11|12#,170991882|22#,-7562|21#,1997 +79,,92,,,?,?,,,,,,,,,,,, +172,Au,,22 ms|+6-4,2.2E-2|5E-3,?,? 100,,,-8260|140#,6923|10#,11790|60#,-20870|310,9830|60#,-860|90#,7766.2|3#,171990000|60#,-9320|60#,1993 +79,,93,,,p,?,,,,,,,,,,,, +,,,,,ec ?+,?,,,,,,,,,,,, +173,Au,,26.3 ms|12,2.63E-2|1.2E-3,?,94|19,,,-10120|200,6836|5#,9110|60,-19850|150#,11590|60#,-986|21#,7788.24|13#,172986224|24#,-12832|23#,1983 +79,,94,,,ec ?+,?,,,,,,,,,,,, +,,,,,p,?,,,,,,,,,,,, +174,Au,,120 ms|20,1.2E-1|2E-2,?,> 0,,,-7590|90,6699|7#,11080|90,-19600|210,9470|90,-420|100,7798|1,173984720|90,-14230|90,1983 +79,,95,,,,,,,,,,,,,,,, +175,Au,,,,?,100|LE,,,-9430|80#,6583|4#,8310|40#,-18830|40#,11240|100,-630|40#,7817.59|22#,174981320|40#,-17400|40#,1975 +79,,96,,,,,,,,,,,,,,,, +176,Au,,,,,,,,-6740|30#,6433|7#,10410|40#,-18620|80#,9190|50#,100|40#,7825.38|19#,175980120|40#,-18520|30#,1975 +79,,97,,,,,,,,,,,,,,,, +177,Au,,1462 ms|32,1.46E0|3.2E-2,?,? 100,,,-8760|80#,6298|4#,7825|18#,-17831|15#,11100|30#,-100|15#,7843.86|6#,176976870|11#,-21545|10#,1968 +79,,98,,,ec ?+,?,,,,,,,,,,,, +178,Au,,2.6 s|5,2.6E0|5E-1,ec ?+,? 60,,,-5988|15#,6135|25#,9694|14#,-17590|80#,8830|15#,222|18#,7849.40|6#,177976056|11#,-22304|10#,1968 +79,,99,,,?,? 40,,,,,,,,,,,, +179,Au,,7.1 s|3,7.1E0|3E-1,ec ?+,78.0|9,,,-8060|30#,5981|5#,7280|14#,-16744|16#,10756|15#,280|15#,7865.64|6#,178973174|13#,-24989|12#,1968 +79,,100,,,?,22.0|9,,,,,,,,,,,, +180,Au,,8.4 s|6,8.4E0|6E-1,ec ?+,? 98.2,,,-5375|14#,5828|17#,8810|12#,-16769|28#,8708|13#,646|9#,7870.318|27#,179972490|5#,-25626|5#,1977 +79,,101,,,?,? 1.8,,,,,,,,,,,, +181,Au,,13.7 s|14,1.37E1|1.4E0,ec ?+,97.3|5,,,-7210|25#,5751.4|29#,6510|24#,-15692|24#,10317|21#,724|23#,7883.83|11#,180970079|21#,-27871|20#,1968 +79,,102,,,?,2.7|5,,,,,,,,,,,, +182,Au,,15.5 s|4,1.55E1|4E-1,ec ?+,99.87|5,1.30 10,,-4724|23,5526|4,7868|24,-15711|25,8501|28,1208|24,7887.23|11,181969618|22,-28301|20,1970 +79,,103,,,?,0.13|5,,,,,,,,,,,, +183,Au,,42.8 s|10,4.28E1|1E0,ec ?+,99.45|25,+1.972 23,,-6387|12,5465.3|29,5581|18,-14686|14,9962|22,1312|16,7898.56|5,182967588|10,-30191|9,1968 +79,,104,,,?,0.55|25,,,,,,,,,,,, +184,Au,,20.6 s|9,2.06E1|9E-1,ec ?+,100,+2.07 2,+4.65 26,-3970|24,5234|5,7016|27,-14585|23,8199|24,1835|27,7900.19|12,183967452|24,-30319|22,1969 +79,,105,,,?,? 0.016,,,,,,,,,,,, +185,Au,,4.25 min|6,2.55E2|3.6E0,ec ?+,99.74|6,+2.170 17,,-5674|14,5180|5,4830|26,-13580|10,9611|22,1813|16,7909.440|14,184965798.9|28,-31858.1|26,1960 +79,,106,,,?,0.26|6,,,,,,,,,,,, +186,Au,,10.7 min|5,6.42E2|3E1,ec ?+,100,-1.272 22,+3.10 6,-3176|24,4912|14,6150|30,-13602|25,7928|21,2320|30,7909.54|11,185965953|23,-31715|21,1960 +79,,107,,,?,8 x 10-4|2,,,,,,,,,,,, +187,Au,,8.3 min|2,4.98E2|1.2E1,ec ?+,100,+0.531 12,,-4910|26,4751|29,3660|30,-12560|25,9380|30,2450|30,7917.43|12,186964543|24,-33028|22,1955 +79,,108,,,?,0.003|SY,,,,,,,,,,,, +188,Au,,8.84 min|6,5.3E2|3.6E0,ec ?+,100,-0.067 28,,-2169|13,4815|28,5450|6,-12325|14,7415|22,2975|24,7914.753|14,187965248.0|29,-32371.3|27,1955 +79,,109,,,,,,,,,,,,,,,, +189,Au,,28.7 min|3,1.72E3|1.8E1,ec ?+,100,+0.494 14,,-3960|40,4330|30,2887|22,-11451|24,9282|20,3050|21,7921.99|11,188963948|22,-33582|20,1955 +79,,110,,,?,< 3 x 10-5,,,,,,,,,,,, +190,Au,,42.8 min|10,2.57E3|6E1,ec ?+,100,-0.065 7,,-1463|16,3914|17,4473|4,-11280|30,7323|20,3653|11,7918.834|18,189964752|4,-32834|3,1959 +79,,111,,,?,< 1 x 10-6,,,,,,,,,,,, +191,Au,,3.18 h|8,1.14E4|2.88E2,ec ?+,100,+0.1369 7,+0.730 17,-3206|23,3327|28,1900|6,-10499|17,9036|6,3780|5,7924.681|26,190963716|5,-33798|5,1954 +79,,112,,,,,,,,,,,,,,,, +192,Au,,4.94 h|9,1.78E4|3.24E2,ec ?+,100,-0.0107 15,-0.228 8,-761|22,3148|18,3516|16,-10252|27,7046|17,4363|16,7920.10|8,191964818|17,-32772|16,1948 +79,,113,,,,,,,,,,,,,,,, +193,Au,,17.65 h|15,6.35E4|5.4E2,ec ?+,100,+0.1396 5,+0.664 20,-2343|14,2620|15,1075|9,-9465|18,8704|18,4405|9,7924.16|4,192964138|9,-33405|9,1948 +79,,114,,,,,,,,,,,,,,,, +194,Au,,38.02 h|10,1.37E5|3.6E2,ec ?+,100,+0.0763 13,-0.240 9,-28|4,2116.7|25,2548.1|22,-9221|16,6878|9,5021.3|25,7918.774|11,193965419.1|23,-32211.9|21,1948 +79,,115,,,,,,,,,,,,,,,, +195,Au,,186.01 d|6,1.61E7|5.18E3,ec,100,,,-1554|23,1716.8|16,226.8|12,-8454|3,8426.4|23,5095.9|10,7921.377|6,194965037.9|12,-32567.0|11,1948 +79,,116,,,,,,,,,,,,,,,, +196,Au,,6.1669 d|6,5.33E5|5.18E1,ec ?+,93.0|3,,,687|3,1272|3,1506|3,-8197|23,6643|3,5634|3,7914.855|15,195966571|3,-31139|3,1937 +79,,117,,,?-,7.0|3,,,,,,,,,,,, +197,Au,,STABLE,,,,,,-600|3,971.6|13,-720.0|8,-7385.1|29,8072.3|29,5784.2|5,7915.654|3,196966570.1|6,-31139.7|5,1935 +79,,118,100 %,,,,,,,,,,,,,,, +198,Au,,2.6941 d|2,2.33E5|1.73E1,?-,100,+0.5934 4,+0.64 2,1373.5|5,526.0|14,323.2|22,-7112|3,6512.36|9,6450.0|5,7908.567|3,197968243.7|6,-29580.8|5,1937 +79,,119,,,,,,,,,,,,,,,, +199,Au,,3.139 d|7,2.71E5|6.05E2,?-,100,+0.2715 7,+0.510 16,452.3|6,173.6|14,-1705.1|22,-6210.7|5,7584.28|6,6478.7|21,7906.937|3,198968766.6|6,-29093.7|5,1937 +79,,120,,,,,,,,,,,,,,,, +200,Au,,48.4 min|3,2.9E3|1.8E1,?-,100,,,2263|27,-230|50,-640|30,-5765|27,6218|27,7140|27,7898.49|13,199970757|29,-27240|27,1951 +79,,121,,,,,,,,,,,,,,,, +201,Au,,26.0 min|8,1.56E3|4.8E1,?-,100,,,1262|3,-562|20,-2660|50,-4969|3,7232|27,7091|20,7895.175|16,200971658|3,-26401|3,1952 +79,,122,,,,,,,,,,,,,,,, +202,Au,,28.4 s|12,2.84E1|1.2E0,?-,100,,,2992|23,-960|200#,-1660|30,-4762|23,6024|24,7900|60,7885.91|11,201973856|25,-24353|23,1967 +79,,123,,,,,,,,,,,,,,,, +203,Au,,60 s|6,6E1|6E0,?-,100,,,2126|3,-1170|40,-3520|200,-3869|3,6862|23,7740|25,7880.864|15,202975154|3,-23143|3,1952 +79,,124,,,,,,,,,,,,,,,, +204,Au,,39.8 s|9,3.98E1|9E-1,?-,100,,,4040|200#,-1460|280#,-2730|280#,-3450|200#,5580|200#,8310|280#,7870|1#,203977830|210#,-20650|200#,1972 +79,,125,,,,,,,,,,,,,,,, +205,Au,,31 s|2,3.1E1|2E0,?-,100,,,3520|200#,-1300|280#,-5800|360#,-2150|200#,6190|280#,8140|280#,7861|1#,204979850|210#,-18770|200#,1994 +79,,126,,,,,,,,,,,,,,,, +206,AU,,40 s|15,4E1|1.5E1,?-,100,,,6730|300#,140|420#,-4580|420#,0|300#,3520|360#,8540|420#,7840|1#,205984740|320#,-14210|300#,2009 +79,,127,,,,,,,,,,,,,,,, +207,AU,,> 300 ns,3E-7|5E15,?-,?,,,5680|300#,1450|500#,-6270|500#,2060|300#,4670|420#,8470|420#,7825|1#,206988390|320#,-10810|300#,2010 +79,,128,,,?- n,?,,,,,,,,,,,, +208,AU,,> 300 ns,3E-7|5E15,?-,?,,,7160|300#,1160|500#,-5110|500#,2310|300#,3360|420#,8850|500#,7804|1#,207993450|320#,-6100|300#,2010 +79,,129,,,?- n,?,,,,,,,,,,,, +209,AU,,> 300 ns,3E-7|5E15,?-,100,,,6100|430#,990|640#,#,2650|400#,4510|500#,8840|560#,7788|2#,208997270|430#,-2540|400#,2010 +79,,130,,,,,,,,,,,,,,,, +210,AU,,> 300 ns,3E-7|5E15,?-,?,,,7690|450#,,#,2900|430#,3200|570#,,7766|2#,210002500|430#,2330|400#,2010 +79,,131,,,?- n,?,,,,,,,,,,,, +171,HG,,59 ?s|+36-16,5.9E-5|2.6E-5,?,? 100,,,,7668|15#,11040|300,,,60|360,7685|2,171003740|320,3480|300,2004 +80,,91,,,,,,,,,,,,,,,, +172,Hg,,231 ?s|9,2.31E-4|9E-6,?,? 100,,,,7524|6#,8260|160,,12610|340,790|150#,7713.6|9#,171998860|160#,-1060|150#,1999 +80,,92,,,,,,,,,,,,,,,, +173,Hg,,0.80 ms|8,8E-4|8E-5,?,100|4,,,,7378|4#,10120|200,,9720|250,680|200,7725|1,172997090|210,-2710|200,1999 +80,,93,,,,,,,,,,,,,,,, +174,Hg,,2.1 ms|+18-7,2.1E-3|1.3E-3,?,99.6|4,,,,7233|6#,7590|90,,12000|200,1100|30#,7749.78|11#,173992871|21#,-6641|19#,1997 +80,,94,,,,,,,,,,,,,,,, +175,Hg,,10.6 ms|4,1.06E-2|4E-4,?,100,,,,7072|5#,9430|80,,9400|80#,1030|110,7759.2|4#,174991440|80#,-7970|70#,1983 +80,,95,,,,,,,,,,,,,,,, +176,Hg,,20.3 ms|14,2.03E-2|1.4E-3,?,94|12,,,-12370|80#,6897|6#,6740|30#,,11880|70#,1670|40#,7782.66|6#,175987348|12#,-11785|11#,1983 +80,,96,,,,,,,,,,,,,,,, +177,Hg,,127.3 ms|18,1.27E-1|1.8E-3,?,85,,,-9440|80#,6740|50#,8760|80#,-21440|110#,9070|80#,1550|80#,7789.9|4#,176986280|80#,-12780|80#,1975 +80,,97,,,ec ?+,15,,,,,,,,,,,, +178,Hg,,266.5 ms|24,2.67E-1|2.4E-3,?,? 70,,,-11530|90,6577|3#,5988|15,-21047|24#,11600|80#,2060|15#,7811.36|6#,177982484|12#,-16316|11#,1971 +80,,98,,,ec ?+,? 30,,,,,,,,,,,, +179,Hg,,1.05 s|3,1.05E0|3E-2,?,55|25,,,-8660|50#,6360|30#,8060|30#,-20210|90,8684|29#,1913|29#,7816.24|15#,178981827|29#,-16928|27#,1970 +80,,99,,,ec ?+,45|25,,,,,,,,,,,, +,,,,,ec p,? 0.15,,,,,,,,,,,, +180,Hg,,2.59 s|1,2.59E0|1E-2,ec ?+,52|2,,,-10860|60#,6258.5|24#,5375|14#,-20050|40#,11390|30#,2551|17#,7836.11|7#,179978260|14#,-20250|13#,1970 +80,,100,,,?,48|2,,,,,,,,,,,, +181,Hg,,3.6 s|1,3.6E0|1E-1,ec ?+,73|2,+0.5071 7,,-7862|18,6284|4,7210|25,-19350|60,8482|20,2325|16,7839.68|8,180977819|17,-20661|15,1969 +80,,101,,,?,27|2,,,,,,,,,,,, +,,,,,ec p,0.013|3,,,,,,,,,,,, +,,,,,ec ?,9 x 10-6|6,,,,,,,,,,,, +182,Hg,,10.83 s|6,1.08E1|6E-2,ec ?+,86.2|9,,,-10249|15,5996|5,4724|23,-18849|13,10987|18,2995|22,7856.97|5,181974689|11,-23577|10,1968 +80,,102,,,?,13.8|9,,,,,,,,,,,, +183,Hg,,9.4 s|7,9.4E0|7E-1,ec ?+,88.3|20,+0.524 5,,-7217|12,6039|4,6387|12,-18548|14,8299|12,2793|21,7859.39|4,182974445|8,-23805|7,1969 +80,,103,,,?,11.7|20,,,,,,,,,,,, +,,,,,ec p,0.00026|6,,,,,,,,,,,, +184,Hg,,30.87 s|26,3.09E1|2.6E-1,ec ?+,98.89|6,,,-9466|14,5662|4,3970|24,-17833|14,10616|12,3446|14,7874.37|5,183971713|11,-26349|10,1969 +80,,104,,,?,1.11|6,,,,,,,,,,,, +185,Hg,,49.1 s|10,4.91E1|1E0,ec ?+,94|1,+0.508 3,,-6426|25,5773|4,5674|14,-17372|17,7906|17,3154|26,7874.54|7,184971891|15,-26184|14,1960 +80,,105,,,?,6|1,,,,,,,,,,,, +186,Hg,,1.38 min|6,8.28E1|3.6E0,ec ?+,99.984|5,,,-8652|25,5204|10,3176|24,-16853|24,10427|18,3970|12,7888.26|6,185969362|13,-28539|12,1960 +80,,106,,,?,0.016|5,,,,,,,,,,,, +187,Hg,,1.9 min|3,1.14E2|1.8E1,ec ?+,100,-0.594 4,-0.75 25,-5673|16,5230|14,4910|26,-16303|26,7650|18,3692|25,7886.99|7,186969814|15,-28118|14,1960 +80,,107,,,?,< 3.7 x 10-4,,,,,,,,,,,, +188,Hg,,3.25 min|15,1.95E2|9E0,ec ?+,99.999963|8,,,-7870|30,4707|16,2169|13,-15829|15,10155|19,4463|25,7899.05|6,187967577|13,-30202|12,1960 +80,,108,,,?,3.7 x 10-5|8,,,,,,,,,,,, +189,Hg,,7.6 min|1,4.56E2|6E0,ec ?+,100,-0.6086 8,-0.8 4,-5010|30,4640|40,3960|40,-15360|40,7500|30,4540|30,7896.92|17,188968190|30,-29630|30,1955 +80,,109,,,?,< 0.00003,,,,,,,,,,,, +190,Hg,,20.0 min|5,1.2E3|3E1,ec ?+,100,,,-6999|18,4069|27,1463|16,-14826|18,9820|40,5078|26,7907.02|8,189966322|17,-31371|16,1959 +80,,110,,,?,< 3.4 x 10-7,,,,,,,,,,,, +191,Hg,,49 min|10,2.94E3|6E2,ec ?+,100,,,-4309|23,3670|30,3206|23,-14291|24,7293|27,5047|23,7903.80|12,190967158|24,-30592|22,1954 +80,,111,,,,,,,,,,,,,,,, +192,Hg,,4.85 h|20,1.75E4|7.2E2,ec,100,,,-6140|40,3384|16,761|22,-13800|17,9491|27,5503|16,7912.07|8,191965634|17,-32012|16,1952 +80,,112,,,,,,,,,,,,,,,, +193,Hg,,3.80 h|15,1.37E4|5.4E2,ec ?+,100,-0.62757 18,,-3585|17,2982|18,2343|18,-13260|40,7122|22,5579|22,7907.97|8,192966653|17,-31062|16,1952 +80,,113,,,,,,,,,,,,,,,, +194,Hg,,444 y|77,1.4E10|2.43E9,ec,100,,,-5246|14,2698|3,28|4,-12778|7,9193|16,6068|9,7914.597|15,193965449|3,-32183.9|29,1962 +80,,114,,,,,,,,,,,,,,,, +195,Hg,,10.53 h|3,3.79E4|1.08E2,ec ?+,100,+0.5414749 14,,-2858|26,2260|23,1554|23,-12147|27,6901|23,6090|23,7909.40|12,194966706|25,-31013|23,1952 +80,,115,,,,,,,,,,,,,,,, +196,Hg,,STABLE,,,,,,-4329|12,2038|4,-687|4,-11742|11,8884|23,6548|3,7914.369|15,195965833|3,-31825.9|29,1930 +80,,116,0.15 %|1,,,,,,,,,,,,,,, +197,Hg,,64.14 h|5,2.31E5|1.8E2,ec,100,,,-2199|17,1514|3,600|3,-11115|13,6785.6|15,6690|3,7908.640|16,196967214|3,-30540|3,1941 +80,,117,,,,,,,,,,,,,,,, +198,Hg,,STABLE,,,,,,-3426|8,1380.8|6,-1373.5|7,-10684|16,8485|3,7103.5|5,7911.552|2,197966769.2|5,-30954.3|5,1925 +80,,118,9.97 %|20,,,,,,,,,,,,,,, +199,Hg,,STABLE,,,,+0.5058855 9,,-1487|28,822.9|7,-452.3|8,-10089|8,6663.1|6,7254.3|6,7905.279|3,198968281.0|6,-29546.1|5,1925 +80,,119,16.87 %|22,,,,,,,,,,,,,,, +200,Hg,,STABLE,,,,,,-2456|6,716.3|7,-2263|27,-9515|28,8028.52|11,7698.5|6,7905.895|3,199968326.9|6,-29503.3|5,1925 +80,,120,23.10 %|19,,,,,,,,,,,,,,, +201,Hg,,STABLE,,,,-0.5602257 14,+0.387 6,-482|14,332.3|8,-1262|3,-8687|6,6230.6|6,7711|27,7897.560|4,200970303.0|8,-27662.5|7,1925 +80,,121,13.18 %|9,,,,,,,,,,,,,,, +202,Hg,,STABLE,,,,,,-1365.1|16,133.8|22,-2992|23,-8236|14,7754.10|20,8234|3,7896.850|3,201970643.6|8,-27345.3|7,1920 +80,,122,29.86 %|26,,,,,,,,,,,,,,, +203,Hg,,46.594 d|12,4.03E6|1.04E3,?-,100,+0.84895 13,+0.343 36,492.1|12,-305.5|27,-2126|3,-7360.4|19,5995.3|16,8205|23,7887.482|8,202972872.3|17,-25269.3|16,1943 +80,,123,,,,,,,,,,,,,,,, +204,Hg,,STABLE,,,,,,-344.0|12,-516|20,-4040|200,-7000.1|12,7492.2|16,8836|3,7885.545|2,203973494.0|5,-24690.1|5,1920 +80,,124,6.87 %|15,,,,,,,,,,,,,,, +205,Hg,,5.14 min|9,3.08E2|5.4E0,?-,100,,,1533|4,-970|50,-3520|200,-6013|4,5669|4,8930|200#,7874.732|18,204976073|4,-22288|4,1940 +80,,125,,,,,,,,,,,,,,,, +206,Hg,,8.32 min|7,4.99E2|4.2E0,?-,100,,,1308|20,-680|30,-6730|300,-5196|20,6729|21,9460|200#,7869.17|10,205977514|22,-20946|20,1961 +80,,126,,,,,,,,,,,,,,,, +207,Hg,,2.9 min|2,1.74E2|1.2E1,?-,100,,,4550|30,710|200#,-5680|300,-2310|30,3610|40,9560|300#,7848.61|14,206982300|30,-16490|30,1982 +80,,127,,,,,,,,,,,,,,,, +208,Hg,,41 min|+5-4,2.46E3|2.7E2,?-,100,,,3480|30,2230|200#,-7160|300,-300|30,4850|40,9740|300#,7834.19|15,207985760|30,-13270|30,1994 +80,,128,,,,,,,,,,,,,,,, +209,Hg,,36 s|+7-4,3.6E1|6E0,?-,100,,,5000|150#,1900|330#,-6100|430#,30|150#,3450|150#,9830|330#,7813|1#,208990720|160#,-8640|150#,1998 +80,,129,,,,,,,,,,,,,,,, +210,HG,,,,,,,,3880|200#,1840|360#,-7690|450#,210|200#,4790|250#,10110|440#,7799|1#,209994240|210#,-5360|200#,1998 +80,,130,,,,,,,,,,,,,,,, +211,HG,,> 300 ns,3E-7|5E15,?-,?,,,5450|200#,1490|450#,#,550|200#,3330|280#,10240|450#,7778|1#,210999330|210#,-620|200#,2010 +80,,131,,,?- n,?,,,,,,,,,,,, +212,HG,,> 300 ns,3E-7|5E15,?-,?,,,4310|360#,1320|500#,#,760|300#,4690|360#,,7763|1#,212002960|320#,2760|300#,2010 +80,,132,,,?- n,?,,,,,,,,,,,, +213,HG,,> 300 ns,3E-7|5E15,?- n,?,,,5880|300#,,#,1150|360#,3160|420#,,7741|1#,213008230|320#,7670|300#,2010 +80,,133,,,?-,?,,,,,,,,,,,, +214,HG,,> 300 ns,3E-7|5E15,?- n,?,,,4710|450#,,#,1320|400#,4560|500#,,7727|2#,214012000|430#,11180|400#,2010 +80,,134,,,?-,?,,,,,,,,,,,, +215,HG,,> 300 ns,3E-7|5E15,?-,?,,,6300|500#,,#,1670|450#,3040|570#,,7705|2#,215017400|430#,16210|400#,2010 +80,,135,,,?- n,?,,,,,,,,,,,, +216,HG,,> 300 ns,3E-7|5E15,?-,?,,,5140|500#,,#,1880|500#,4420|570#,,7690|2#,216021320|430#,19860|400#,2010 +80,,136,,,?- n,?,,,,,,,,,,,, +176,TL,,5.2 ms|+30-14,5.2E-3|2.2E-3,p,? 100,,,,7470|90#,12370|80,,,-1265|18#,7708.0|4#,176000620|80#,580|80#,2004 +81,,95,,,,,,,,,,,,,,,, +177,Tl,,18 ms|5,1.8E-2|5E-3,?,73|13,,,,7067|7#,9440|80,,11990|80#,-1155|19#,7732.17|12#,176996414|23#,-3341|22#,1999 +81,,96,,,p,27|13,,,,,,,,,,,, +178,TL,,254 ms|+11-9,2.54E-1|1E-2,?,? 53,,,-8360|90,7020|10#,11530|90,,9520|90,-700|120,7742|1,177994860|100,-4790|90,1997 +81,,97,,,ec ?+,? 47,,,,,,,,,,,, +179,Tl,,0.23 s|4,2.3E-1|4E-2,?,< 100,,,-10320|80#,6711|3#,8660|50#,-19910|50#,11550|100,-760|40#,7763.49|22#,178991120|40#,-8270|40#,1983 +81,,98,,,p,?,,,,,,,,,,,, +,,,,,ec ?+,?,,,,,,,,,,,, +180,Tl,,1.09 s|1,1.09E0|1E-2,ec ?+,94|4,,,-7450|60#,6710|50#,10860|60#,-19510|100#,9190|70#,-250|70#,7771.4|3#,179989920|60#,-9390|60#,1987 +81,,99,,,?,6|4,,,,,,,,,,,, +,,,,,ec SF,3.2 x 10-3|2,,,,,,,,,,,, +181,Tl,,3.2 s|3,3.2E0|3E-1,?,? 10,,,-9680|80,6321|6,7862|18,-18929|15,11480|60,-163|14,7791.92|5,180986260|10,-12799|9,1996 +81,,100,,,,,,,,,,,,,,,, +182,Tl,,3.1 s|10,3.1E0|1E0,ec ?+,97.5|25,,,-6503|17,6551|6,10249|15,-18280|80,8601|15,-44|19,7796.36|6,181985692|13,-13328|12,1991 +81,,101,,,?,< 5,,,,,,,,,,,, +183,Tl,,6.9 s|7,6.9E0|7E-1,ec ?+,> 0,1.62 4,,-9010|30,5976|9,7217|12,-17833|15,11331|15,299|14,7815.67|5,182982193|10,-16587|9,1980 +81,,102,,,?,?,,,,,,,,,,,, +184,Tl,,10.1 s|5,1.01E1|5E-1,ec ?+,97.9|7,,,-5832|16,6317|9,9466|14,-17380|30,8367|14,368|12,7818.67|5,183981875|11,-16883|10,1976 +81,,103,,,?,2.1|7,,,,,,,,,,,, +185,Tl,,19.5 s|5,1.95E1|5E-1,ec ?+,?,,,-8217|26,5688|5,6426|25,-16778|24,10946|23,698|23,7835.57|11,184978789|22,-19758|21,1976 +81,,104,,,,,,,,,,,,,,,, +186m1,Tl,,27.5 s|10,2.75E1|1E0,ec ?+,100,0.497 9,0.06 10,-5205|25,5990|30,8652|25,-16417|28,8200|30,992|26,7837.53|12,185978651|24,-19887|22,1975 +81,,105,,,?,? 0.006,,,,,,,,,,,, +187,Tl,,? 51 s,5.1E1,ec ?+,100,1.55 6,,-7458|10,5322|7,5673|16,-15834|14,10629|24,1194|14,7852.46|4,186975905|9,-22445|8,1976 +81,,106,,,?,? 0.03,,,,,,,,,,,, +188,Tl,,71 s|2,7.1E1|2E0,ec ?+,100,,,-4520|30,5560|40,7870|30,-15420|30,7960|30,1510|30,7853.05|16,187976020|30,-22340|30,1970 +81,,107,,,,,,,,,,,,,,,, +189,Tl,,2.3 min|2,1.38E2|1.2E1,ec ?+,100,,,-6772|16,4817|9,5010|30,-14872|14,10350|30,1703|15,7866.27|4,188973574|9,-24616|8,1972 +81,,108,,,,,,,,,,,,,,,, +190m1,Tl,,2.6 min|3,1.56E2|1.8E1,ec ?+,100,+0.254 2,-0.329 9,-3955|15,4918|22,6999|18,-14599|16,7827|12,2030|30,7866.06|4,189973836|9,-24372|8,1970 +81,,109,,,,,,,,,,,,,,,, +191,Tl,,,,,,,,-6050|40,4320|23,4309|23,-13938|15,9982|11,2201|18,7877.14|4,190971784|8,-26283|7,1974 +81,,110,,,,,,,,,,,,,,,, +192,Tl,,9.6 min|4,5.76E2|2.4E1,ec ?+,100,+0.200 3,-0.335 11,-3320|30,4070|30,6140|40,-13710|50,7660|30,2570|40,7876.02|16,191972220|30,-25870|30,1961 +81,,111,,,,,,,,,,,,,,,, +193,Tl,,21.6 min|8,1.3E3|4.8E1,ec ?+,100,+1.5912 22,,-5280|50,3680|21,3585|17,-12993|15,9680|30,2755|17,7885.34|3,192970502|7,-27477|7,1960 +81,,112,,,,,,,,,,,,,,,, +194,Tl,,33.0 min|5,1.98E3|3E1,ec ?+,100,0.140 3,-0.282 7,-2730|22,3471|14,5246|14,-12810|50,7532|15,3164|21,7883.52|7,193971081|15,-26937|14,1960 +81,,113,,,?,< 1 x 10-7,,,,,,,,,,,, +195,Tl,,1.16 h|5,4.18E3|1.8E2,ec ?+,100,+1.58 4,,-4448|21,3218|12,2858|26,-12019|21,9289|18,3260|11,7890.73|6,194969774|12,-28155|11,1955 +81,,114,,,,,,,,,,,,,,,, +196,Tl,,1.84 h|3,6.62E3|1.08E2,ec ?+,100,,,-2148|14,2851|20,4329|12,-11860|22,7413|16,3772|26,7888.29|6,195970481|13,-27497|12,1955 +81,,115,,,,,,,,,,,,,,,, +197,Tl,,2.84 h|4,1.02E4|1.44E2,ec ?+,100,,,-3596|17,2638|18,2199|17,-11065|18,8916|20,3805|17,7893.51|8,196969574|18,-28342|16,1955 +81,,116,,,,,,,,,,,,,,,, +198,Tl,,5.3 h|5,1.91E4|1.8E3,ec ?+,100,0.00 1,,-1461|12,2258|8,3426|8,-10855|9,7258|18,4277|8,7890.30|4,197970447|8,-27529|8,1949 +81,,117,,,,,,,,,,,,,,,, +199,Tl,,7.42 h|8,2.67E4|2.88E2,ec ?+,100,+1.60 2,,-2830|30,2083|28,1487|28,-10063|29,8602|29,4394|28,7893.88|14,198969880|30,-28059|28,1949 +81,,118,,,,,,,,,,,,,,,, +200,Tl,,26.1 h|1,9.4E4|3.6E2,ec ?+,100,0.04 1,,-796|12,1667|6,2456|6,-9887|12,7059|29,4790|6,7889.703|29,199970964|6,-27047|6,1949 +81,,119,,,,,,,,,,,,,,,, +201,Tl,,3.0421 d|17,2.63E5|1.47E2,ec,100,+1.605 2,,-1910|19,1534|14,482|14,-9001|18,8205|15,4967|14,7891.27|7,200970820|15,-27181|14,1950 +81,,120,,,,,,,,,,,,,,,, +202,Tl,,12.31 d|8,1.06E6|6.91E3,ec ?+,100,,,-40|4,1175.6|17,1365.1|18,-8780|14,6871|14,5606.6|16,7886.219|8,201972109.1|17,-25980.2|16,1940 +81,,121,,,,,,,,,,,,,,,, +203,Tl,,STABLE,,,,+1.62225787 12,,-975|6,907.4|12,-492.1|20,-7892|4,7852.5|15,5705.0|11,7886.053|6,202972344.0|13,-25761.4|12,1931 +81,,122,29.52 %|1,,,,,,,,,,,,,,, +204,Tl,,3.783 y|12,1.19E8|3.79E5,?-,97.08|7,0.09 1,,763.75|18,469|27,344.0|12,-7631|6,6656.08|28,6365.8|12,7880.023|6,203973863.3|12,-24346.1|12,1953 +81,,123,,,ec ?+,2.92|7,,,,,,,,,,,, +205,Tl,,STABLE,,,,,,-50.6|5,155|3,-1533|4,-6782.3|5,7546.0|5,6419.7|13,7878.394|6,204974427.2|13,-23820.9|12,1931 +81,,124,70.48 %|1,,,,,,,,,,,,,,, +206,Tl,,4.202 min|11,2.52E2|6.6E-1,?-,100,,,1532.2|6,-325|23,-1308|20,-6554.4|6,6503.8|4,7255|4,7871.721|6,205976110.0|14,-22253.4|13,1935 +81,,125,,,,,,,,,,,,,,,, +207,Tl,,4.77 min|3,2.86E2|1.8E0,?-,100,+1.876 5,,1418|5,-316|6,-4550|30,-5320|5,6852|5,7378|21,7866.797|26,206977419|6,-21034|5,1908 +81,,126,,,,,,,,,,,,,,,, +208,Tl,,3.053 min|4,1.83E2|2.4E-1,?-,100,0.292 13,,4998.5|17,1470|200#,-3480|30,-2369.4|17,3787|6,7550|30,7847.183|9,207982018.0|20,-16750.1|19,1909 +81,,127,,,,,,,,,,,,,,,, +209,Tl,,2.162 min|7,1.3E2|4.2E-1,?-,100,,,3970|6,2700|200#,-5000|150,33|6,4966|6,7670|30,7833.397|29,208985352|7,-13645|6,1950 +81,,128,,,,,,,,,,,,,,,, +210,Tl,,1.30 min|3,7.8E1|1.8E0,?-,100,,,5482|12,2540|300#,-3880|200,296|12,3674|13,7890|150#,7813.59|5,209990073|12,-9247|12,1909 +81,,129,,,?- n,0.007|+7-4,,,,,,,,,,,, +211,TL,,88 s|+46-29,8.8E1|3.8E1,?-,100,,,4410|40,2310|300#,-5450|200,580|40,4900|40,8000|200#,7799.79|20,210993470|40,-6080|40,1998 +81,,130,,,?- n,?,,,,,,,,,,,, +212,TL,,96 s|+42-38,9.6E1|4E1,?-,100,,,6000|200#,2120|360#,-4310|360#,870|200#,3540|200#,8220|280#,7780|1#,211998330|210#,-1550|200#,1998 +81,,131,,,?- n,?,,,,,,,,,,,, +213,TL,,46 s|+55-26,4.6E1|4.1E1,?-,100,,,4987|28,1900|400#,-5880|300,1261|27,4740|200#,8260|300#,7765.43|13,213001915|29,1784|27,2010 +81,,132,,,?- n,?,,,,,,,,,,,, +214,TL,,> 300 ns,3E-7|5E15,?- n,?,,,6650|200#,1710|450#,-4710|450#,1600|200#,3390|200#,8490|360#,7745|1#,214006940|210#,6460|200#,2010 +81,,133,,,?-,?,,,,,,,,,,,, +215,TL,,> 300 ns,3E-7|5E15,?- n,?,,,5570|300#,,-6300|500#,2020|300#,4620|360#,8560|500#,7730|1#,215010640|320#,9910|300#,2010 +81,,134,,,?-,?,,,,,,,,,,,, +216,TL,,> 300 ns,3E-7|5E15,?- n,?,,,7240|360#,,-5140|500#,2300|300#,3260|420#,8780|500#,7710|1#,216015800|320#,14720|300#,2010 +81,,135,,,?-,?,,,,,,,,,,,, +217,TL,,> 300 ns,3E-7|5E15,?-,?,,,6070|500#,,#,2760|450#,4480|500#,8830|570#,7695|2#,217019660|430#,18310|400#,2010 +81,,136,,,?- n,?,,,,,,,,,,,, +178,PB,,0.12 ms|+22-5,1.2E-4|1.4E-4,?,? 100,,,,7790|14#,8360|90,,,370|30#,7690.83|13#,178003837|26#,3574|24#,2001 +82,,96,,,,,,,,,,,,,,,, +179,PB,,3.5 ms|+14-8,3.5E-3|1.1E-3,?,100,,,,7598|20#,10320|80,,9590|80#,450|120,7701.5|4#,179002200|80#,2050|80#,2010 +82,,97,,,,,,,,,,,,,,,, +180,Pb,,4.1 ms|3,4.1E-3|3E-4,?,? 100,,,,7419|5#,7450|60,,12060|80#,960|40#,7725.70|7#,179997916|13#,-1941|12#,1996 +82,,98,,,,,,,,,,,,,,,, +181,Pb,,45 ms|20,4.5E-2|2E-2,?,< 100,,,,7240|7,9680|80,,9250|80,1020|100,7734.1|4,180996650|80,-3120|80,1989 +82,,99,,,,,,,,,,,,,,,, +182,Pb,,55 ms|5,5.5E-2|5E-3,?,? 98,,,,7066|6,6503|17,,11780|80,1315|15,7756.33|7,181992673|13,-6825|12,1986 +82,,100,,,ec ?+,? 2,,,,,,,,,,,, +183,Pb,,535 ms|30,5.35E-1|3E-2,?,? 90,-1.158 5,+0.6 18,,6928|7,9010|30,,8820|30,1540|30,7762.15|15,182991870|30,-7575|28,1980 +82,,101,,,,,,,,,,,,,,,, +184,Pb,,490 ms|25,4.9E-1|2.5E-2,?,80|15,,,-12110|80,6774|3,5832|16,,11550|30,1753|16,7782.72|7,183988136|14,-11052|13,1980 +82,,102,,,ec ?+,20|15,,,,,,,,,,,, +185,Pb,,6.3 s|4,6.3E0|4E-1,?,34|25,-1.10 4,,-9300|80#,6695|5,8217|26#,-20680|80,8561|21,1947|19,7786.93|9,184987610|17,-11541|16,1975 +82,,103,,,ec ?+,?,,,,,,,,,,,, +186,Pb,,4.82 s|3,4.82E0|3E-2,ec ?+,60|8,,,-11536|20,6470|6,5205|25,-20520|80#,11212|20,2213|24,7805.35|6,185984238|12,-14682|11,1972 +82,,104,,,?,40|8,,,,,,,,,,,, +187,Pb,,15.2 s|3,1.52E1|3E-1,ec ?+,90.5|20,,,-8604|11,6393|6,7458|10,-19912|18,8376|12,2389|23,7808.400|27,186983911|5,-14987|5,1972 +82,,105,,,?,9.5|20,,,,,,,,,,,, +188,Pb,,25.1 s|1,2.51E1|1E-1,ec ?+,90.7|8,,,-10621|15,6109|3,4520|30,-19503|15,10900|12,2660|13,7824.84|6,187980875|11,-17815|11,1972 +82,,106,,,?,9.3|8,,,,,,,,,,,, +189,Pb,,39 s|8,3.9E1|8E0,ec ?+,? 100,-1.081 9,+0.5 18,-7779|25,5915|4,6772|16,-18721|18,8100|18,2800|30,7826.30|7,188980844|15,-17844|14,1972 +82,,107,,,?,? 0.4,,,,,,,,,,,, +190,Pb,,71 s|1,7.1E1|1E0,ec ?+,99.60|4,,,-9817|26,5698|5,3955|15,-18423|24,10644|19,3090|15,7841.13|7,189978082|13,-20417|13,1972 +82,,108,,,?,0.40|4,,,,,,,,,,,, +191,Pb,,1.33 min|8,7.98E1|4.8E0,ec ?+,99.987|5,,,-6990|40,5460|40,6050|40,-17700|40,7890|40,3150|40,7841.36|19,190978280|40,-20230|40,1974 +82,,109,,,?,0.013|5,,,,,,,,,,,, +192,Pb,,3.5 min|1,2.1E2|6E0,ec ?+,99.9941|7,,,-9020|30,5221|5,3320|30,-17388|15,10400|40,3562|15,7854.67|7,191975785|14,-22556|13,1974 +82,,110,,,?,0.0059|7,,,,,,,,,,,, +193,Pb,,,,ec ?+,?,,,-6310|50,5010|60,5280|50,-16730|60,7710|50,3610|60,7853.92|26,192976170|50,-22190|50,1974 +82,,111,,,,,,,,,,,,,,,, +194,Pb,,10.7 min|6,6.42E2|3.6E1,ec ?+,100,,,-8179|18,4738|17,2730|22,-16395|19,10080|50,4020|19,7865.42|9,193974012|19,-24208|17,1960 +82,,112,,,?,7.3 x 10-6|29,,,,,,,,,,,, +195,Pb,,? 15 min,9E2,ec ?+,100,,,-5682|19,4459|29,4448|21,-15750|19,7571|25,4059|23,7863.91|9,194974549|19,-23708|18,1957 +82,,113,,,,,,,,,,,,,,,, +196,Pb,,37 min|3,2.22E3|1.8E2,ec ?+,? 100,,,-7339|26,4238|17,2148|14,-15394|9,9712|20,4482|13,7873.34|4,195972787|8,-25348|8,1957 +82,,114,,,?,? 3 x 10-5,,,,,,,,,,,, +197,Pb,,8.1 min|17,4.86E2|1.02E2,ec ?+,100,-1.075 2,-0.08 17,-5058|10,3892|16,3596|17,-14808|25,7468|9,4538|13,7871.282|24,196973435|5,-24745|5,1955 +82,,115,,,,,,,,,,,,,,,, +198,Pb,,2.4 h|1,8.64E3|3.6E2,ec ?+,100,,,-6698|29,3692|9,1461|12,-14452|12,9393|10,5015|19,7878.97|4,197972015|9,-26067|9,1955 +82,,116,,,,,,,,,,,,,,,, +199,Pb,,90 min|10,5.4E3|6E2,ec ?+,100,-1.0742 12,+0.08 9,-4434|15,3357|25,2830|30,-13930|30,7236|13,4992|13,7875.74|5,198972913|11,-25232|10,1950 +82,,117,,,,,,,,,,,,,,,, +200,Pb,,21.5 h|4,7.74E4|1.44E3,ec,100,,,-5880|25,3150|11,796|12,-13525|15,9091|15,5480|30,7881.81|5,199971818|12,-26251|11,1950 +82,,118,,,,,,,,,,,,,,,, +201,Pb,,9.33 h|3,3.36E4|1.08E2,ec ?+,100,+0.6753 5,-0.01 4,-3855|20,2844|14,1910|20,-12972|26,7091|18,5513|15,7877.88|7,200972870|15,-25271|14,1950 +82,,119,,,,,,,,,,,,,,,, +202,Pb,,52.5 x 103|y|28,1.66E12|8.84E10,ec,100,,,-5199|16,2589|4,40|4,-12595|16,8741|14,6049|15,7882.150|19,201972152|4,-25941|4,1954 +82,,120,,,?,1|LT,,,,,,,,,,,, +203,Pb,,51.92 h|3,1.87E5|1.08E2,ec,100,+0.6864 5,+0.095 52,-3262|14,2335|7,975|7,-12116|17,6917|8,6095|7,7877.40|3,202973391|7,-24787|7,1942 +82,,121,,,,,,,,,,,,,,,, +204,Pb,,? 1.4 x 1017|y,4.42E24|1.58E32,?,?,,,-4464|9,1968.5|11,-763.7|16,-11656|13,8395|6,6637.5|3,7879.932|6,203973043.4|12,-25109.9|11,1932 +82,,122,1.4 %|1,,,,,,,,,,,,,,, +205,Pb,,1.73 x 107|y|7,5.46E14|2.21E13,ec,100,,,-2706|5,1467.4|11,50.6|17,-11196|9,6731.66|11,6713.06|21,7874.331|6,204974481.6|12,-23770.2|11,1954 +82,,123,,,,,,,,,,,,,,,, +206,Pb,,STABLE,,,,,,-3757|8,1134.8|10,-1532.2|17,-10792|5,8086.66|6,7253.7|5,7875.362|6,205974465.1|12,-23785.6|11,1927 +82,,124,24.1 %|1,,,,,,,,,,,,,,, +207,Pb,,STABLE,,,,,,-2397.4|21,392.3|13,-1418|6,-10495|8,6737.78|10,7487.6|6,7869.866|6,206975896.7|12,-22452.0|11,1927 +82,,125,22.1 %|1,,,,,,,,,,,,,,, +208,Pb,,STABLE,,,,,,-2878.4|20,516.6|12,-4998.5|22,-9765.3|21,7367.87|5,8003|5,7867.453|6,207976651.9|12,-21748.6|11,1927 +82,,126,52.4 %|1,,,,,,,,,,,,,,, +209,Pb,,3.234 h|7,1.16E4|2.52E1,?-,100,-1.4735 16,-0.27 17,644.0|11,2248|4,-3970|6,-6815.7|22,3937.4|13,8153.5|21,7848.648|8,208981089.9|19,-17614.6|17,1940 +82,,127,,,,,,,,,,,,,,,, +210,Pb,,22.20 y|22,7.01E8|6.94E6,?-,100,,,63.5|5,3792|20,-5482|12,-4541.2|5,5185.2|12,8373|6,7835.965|7,209984188.3|16,-14728.5|14,1900 +82,,128,,,?,1.9 x 10-6|4,,,,,,,,,,,, +211,Pb,,36.1 min|2,2.17E3|1.2E1,?-,100,-1.4037 8,+0.087 62,1366|5,3570|30,-4410|40,-3772.3|25,3835.8|26,8535|12,7817.007|11,210988735.4|24,-10492.9|23,1904 +82,,129,,,,,,,,,,,,,,,, +212,Pb,,10.64 h|1,3.83E4|3.6E1,?-,100,,,569.1|18,3290|30,-6000|200,-3761|6,5127.2|25,8760|40,7804.319|9,211991896.0|20,-7548.8|18,1905 +82,,130,,,,,,,,,,,,,,,, +213,Pb,,10.2 min|3,6.12E2|1.8E1,?-,100,,,2028|8,3020|150#,-4987|28,-3157|7,3726|7,8940|200#,7785.17|3,212996561|7,-3204|7,1964 +82,,131,,,,,,,,,,,,,,,, +214,Pb,,27.06 min|7,1.62E3|4.2E0,?-,100,,,1018|11,2760|200#,-6650|200,-3022|5,5051|7,9256|27,7772.394|9,213999803.8|21,-182.8|20,1904 +82,,132,,,,,,,,,,,,,,,, +215,PB,,147 s|12,1.47E2|1.2E1,?-,100,,,2710|50,2540|200#,-5570|300,-2530|50,3550|50,9410|200#,7752.74|24,215004660|60,4340|50,1998 +82,,133,,,,,,,,,,,,,,,, +216,PB,,> 300 ns,3E-7|5E15,?-,?,,,1610|200#,2300|360#,-7240|360#,-2220|200#,4930|200#,9720|360#,7740|1#,216008030|210#,7480|200#,2009 +82,,134,,,,,,,,,,,,,,,, +217,PB,,> 300 ns,3E-7|5E15,?-,?,,,3510|300#,2150|420#,-6070|500#,-1700|300#,3310|360#,9770|420#,7719|1#,217013140|320#,12240|300#,2009 +82,,135,,,,,,,,,,,,,,,, +218,PB,,> 300 ns,3E-7|5E15,?-,?,,,2240|300#,1850|500#,#,-1350|300#,4860|420#,10150|500#,7706|1#,218016590|320#,15450|300#,2009 +82,,136,,,,,,,,,,,,,,,, +219,PB,,> 300 ns,3E-7|5E15,?-,?,,,4000|450#,1650|570#,#,-1010|400#,3250|500#,10190|570#,7686|2#,219021770|430#,20280|400#,2009 +82,,137,,,,,,,,,,,,,,,, +220,PB,,> 300 ns,3E-7|5E15,?-,?,,,2850|500#,1380|570#,#,-680|450#,4680|570#,,7672|2#,220025410|430#,23670|400#,2010 +82,,138,,,,,,,,,,,,,,,, +184,Bi,,13 ms|2,1.3E-2|2E-3,?,? 100,,,,8020|50,12110|80,,,-1350|80,7712.6|4,184001140|80,1060|80,2003 +83,,101,,,,,,,,,,,,,,,, +185,Bi,,58 ?s|4,5.8E-5|4E-6,p,90|2,,,,8140|80#,9310|80,,11370|110#,-1530|80#,7732|0#,184997600|90#,-2240|80#,1996 +83,,102,,,?,10|2,,,,,,,,,,,, +186,Bi,,15.0 ms|17,1.5E-2|1.7E-3,?,? 100,,,-7247|25,7757|12,11536|20,,8980|80#,-1106|23,7739.12|9,185996622|18,-3146|17,1997 +83,,103,,,,,,,,,,,,,,,, +187,Bi,,37 ms|2,3.7E-2|2E-3,?,100,,,-9210|30,7779|4,8604|11,-18556|21,11308|20,-1010|15,7758.21|5,186993147|11,-6383|10,1999 +83,,104,,,,,,,,,,,,,,,, +188,Bi,,0.21 s|9,2.1E-1|9E-2,ec ?+,< 100,,,-6650|23,7264|5,10621|15,-18090|30,8883|15,-503|12,7764.19|6,187992276|12,-7195|11,1980 +83,,105,,,?,> 0,,,,,,,,,,,, +189,Bi,,658 ms|47,6.58E-1|4.7E-2,?,? 100,,,-8640|30,7268.2|27,7779|25,-17592|29,10941|24,-462|23,7781.00|11,188989195|22,-10065|21,1973 +83,,106,,,,,,,,,,,,,,,, +190m1,Bi,,6.3 s|1,6.3E0|1E-1,?,90|+10-30,,,-6036|26,6862|3,9817|26,-17250|30,8610|30,45|27,7785.34|12,189988621|24,-10600|23,1972 +83,,107,,,ec ?+,10|+30-10,,,,,,,,,,,, +191,Bi,,12.4 s|3,1.24E1|3E-1,?,51|10,,,-8171|10,6780|3,6990|40,-16747|15,10711|24,112|15,7800.66|4,190985787|8,-13239|7,1972 +83,,108,,,ec ?+,49|10,,,,,,,,,,,, +192,Bi,,34.6 s|9,3.46E1|9E-1,ec ?+,88|5,,,-5460|30,6377|4,9020|30,-16540|30,8370|30,590|50,7803.61|16,191985470|30,-13530|30,1971 +83,,109,,,?,12|5,,,,,,,,,,,, +193,Bi,,63.6 s|30,6.36E1|3E0,ec ?+,96.5|15,,,-7559|16,6307|5,6310|50,-15885|13,10420|30,618|15,7817.17|4,192982947|8,-15885|8,1971 +83,,110,,,?,3.5|15,,,,,,,,,,,, +194,Bi,,95 s|3,9.5E1|3E0,ec ?+,99.54|25,,,-5024|14,5918|5,8179|18,-15775|16,8216|10,1120|50,7819.22|3,193982792|7,-16029|6,1971 +83,,111,,,?,0.46|25,,,,,,,,,,,, +195,Bi,,183 s|4,1.83E2|4E0,ec ?+,99.97|2,,,-6970|40,5832|5,5682|19,-15092|14,10068|8,1107|18,7830.757|27,194980649|6,-18026|5,1971 +83,,112,,,?,0.03|2,,,,,,,,,,,, +196,Bi,,308 s|12,3.08E2|1.2E1,ec ?+,? 100,,,-4536|28,5440|40,7339|26,-15020|40,8055|25,1590|30,7831.90|12,195980667|26,-18009|24,1976 +83,,113,,,?,0.00115|34,,,,,,,,,,,, +197,Bi,,9.33 min|50,5.6E2|3E1,ec ?+,100,,,-6330|50,5365|11,5058|10,-14285|16,9749|26,1628|11,7841.63|4,196978865|9,-19687|8,1971 +83,,114,,,?,1 x 10-4|SY,,,,,,,,,,,, +198,Bi,,10.3 min|3,6.18E2|1.8E1,ec ?+,100,,,-3900|30,5140|30,6698|29,-14080|60,7754|29,1913|28,7841.19|14,197979210|30,-19369|28,1950 +83,,115,,,,,,,,,,,,,,,, +199,Bi,,27 min|1,1.62E3|6E1,ec ?+,100,4.6 4,,-5589|21,4933|7,4434|15,-13396|20,9500|30,2019|14,7849.52|5,198977673|11,-20798|11,1950 +83,,116,,,,,,,,,,,,,,,, +200,Bi,,36.4 min|5,2.18E3|3E1,ec ?+,100,,,-3429|24,4701|25,5880|25,-13234|29,7645|25,2428|24,7848.50|11,199978131|24,-20371|22,1950 +83,,117,,,,,,,,,,,,,,,, +201,Bi,,103 min|3,6.18E3|1.8E2,ec ?+,100,4.8 3,,-4895|16,4500|6,3855|20,-12546|17,9117|27,2454|19,7854.81|8,200977009|16,-21416|15,1950 +83,,118,,,,,,,,,,,,,,,, +202,Bi,,1.71 h|4,6.16E3|1.44E2,ec ?+,100,+4.259 14,-0.72 8,-2800|18,4362|17,5199|16,-12292|16,7396|22,2759|21,7852.54|8,201977733|17,-20741|15,1951 +83,,119,,,,,,,,,,,,,,,, +203,Bi,,11.76 h|5,4.23E4|1.8E2,ec ?+,100,-0.67 7,+4.017 13,-4214|15,4110|30,3262|14,-11655|15,8855|20,2873|13,7857.47|6,202976892|14,-21525|13,1950 +83,,120,,,,,,,,,,,,,,,, +204,Bi,,11.22 h|10,4.04E4|3.6E2,ec ?+,100,+4.322 15,-0.49 15,-2305|14,3976|11,4464|9,-11406|13,7192|16,3148|11,7854.21|4,203977836|10,-20646|9,1947 +83,,121,,,,,,,,,,,,,,,, +205,Bi,,15.31 d|4,1.32E6|3.46E3,ec ?+,100,,,-3543|11,3691|15,2706|5,-10795|12,8490|11,3244|5,7857.316|25,204977386|5,-21065|5,1951 +83,,122,,,,,,,,,,,,,,,, +206,Bi,,6.243 d|3,5.39E5|2.59E2,ec ?+,100,+4.361 8,-0.39 4,-1840|9,3527|8,3757|8,-10578|13,7035|9,3547|8,7853.32|4,205978499|8,-20028|8,1947 +83,,123,,,,,,,,,,,,,,,, +207,Bi,,31.55 y|4,9.96E8|1.26E6,ec ?+,100,,,-2909|7,3281.8|21,2397.4|26,-9937|5,8098|8,3558.0|21,7854.505|12,206978470.5|26,-20054.6|24,1950 +83,,124,,,,,,,,,,,,,,,, +208,Bi,,3.68 x 105|y|4,1.16E13|1.26E11,ec ?+,100,+4.578 13,-0.51 7,-1400.6|24,3051.0|20,2878.4|26,-9796|7,6886.9|27,3707.1|20,7849.853|11,207979742.0|25,-18870.2|23,1953 +83,,125,,,,,,,,,,,,,,,, +209,Bi,,2.01 x 1019|y|8,6.34E26|2.52E25,?,100,+4.1103 5,-0.55 1,-1892.6|16,3137.3|8,-644.0|22,-8860.4|15,7459.8|19,3799.0|8,7847.987|7,208980398.5|15,-18258.7|14,1924 +83,,126,100 %,,,,,,,,,,,,,,, +210,Bi,,5.012 d|5,4.33E5|4.32E2,?-,100,-0.04451 6,+0.136 1,1161.2|8,5036.5|8,-63.5|20,-6497.2|16,4604.63|8,4466.3|11,7832.542|6,209984120.2|15,-14792.0|14,1905 +83,,127,,,?,13.2 x 10-5|10,,,,,,,,,,,, +211,Bi,,2.14 min|2,1.28E2|1.2E0,?,99.724|4,+3.79 7,,573|5,6750.4|5,-1366|6,-3977|5,5138|5,4420|5,7819.774|26,210987269|6,-11859|5,1905 +83,,128,,,?-,0.276|4,,,,,,,,,,,, +212,Bi,,60.55 min|6,3.63E3|3.6E0,?-,64.06|6,0.41 5,+0.1 3,2251.5|17,6207.26|3,-569.1|26,-3756.7|17,4330|6,4914.0|27,7803.313|9,211991285.0|20,-8118.0|19,1905 +83,,129,,,?,35.94|6,,,,,,,,,,,, +213,Bi,,45.59 min|6,2.74E3|3.6E0,?-,97.80|10,+3.717 13,-0.60 5,1422|5,5988|3,-2028|9,-2933|5,5185|5,4972|5,7791.021|24,212994384|5,-5232|5,1947 +83,,130,,,?,2.20|10,,,,,,,,,,,, +214,Bi,,19.9 min|4,1.19E3|2.4E1,?-,99.979|1,,,3269|11,5621|3,-1018|11,-2618|12,4040|12,5286|13,7773.49|5,213998711|12,-1201|11,1904 +83,,131,,,?,0.021|1,,,,,,,,,,,, +,,,,,?- ?,0.003,,,,,,,,,,,, +215,Bi,,7.6 min|2,4.56E2|1.2E1,?-,100,,,2171|6,5280|40,-2710|50,-1972|6,5241|13,5477|6,7761.717|26,215001749|6,1629|6,1953 +83,,132,,,,,,,,,,,,,,,, +216,Bi,,2.25 min|5,1.35E2|3E0,?-,? 100,,,4092|11,5000|200#,-1610|200,-1656|11,3827|13,5760|50,7743.50|5,216006306|12,5874|11,1989 +83,,133,,,,,,,,,,,,,,,, +217,Bi,,98.5 s|13,9.85E1|1.3E0,?-,100,,,2846|19,4520|30,-3510|300,-1124|18,5215|21,6040|200#,7731.85|8,217009372|19,8730|18,1998 +83,,134,,,,,,,,,,,,,,,, +218,Bi,,33 s|1,3.3E1|1E0,?-,100,,,4859|27,4330|200#,-2240|300,-739|28,3590|30,6310|300#,7712.83|12,218014188|29,13216|27,1998 +83,,135,,,,,,,,,,,,,,,, +219,BI,,22 s|7,2.2E1|7E0,?-,?,,,3600|200#,3950|360#,-4000|450#,-150|200#,5000|200#,6460|360#,7700|1#,219017480|210#,16280|200#,2009 +83,,136,,,,,,,,,,,,,,,, +220,BI,,> 300 ns,3E-7|5E15,?-,?,,,5550|300#,3680|420#,-2850|500#,70|300#,3530|360#,6750|500#,7682|1#,220022350|320#,20820|300#,2009 +83,,137,,,,,,,,,,,,,,,, +221,BI,,> 300 ns,3E-7|5E15,?-,?,,,4320|300#,3360|500#,#,760|300#,4790|420#,6860|500#,7668|1#,221025870|320#,24100|300#,2009 +83,,138,,,?- n,?,,,,,,,,,,,, +223,BI,,> 300 ns,3E-7|5E15,?-,?,,,5060|450#,,#,1580|400#,4660|500#,,7636|2#,223034500|430#,32140|400#,2009 +83,,140,,,?- n,?,,,,,,,,,,,, +224,BI,,> 300 ns,3E-7|5E15,?-,?,,,6920|440#,,#,1680|440#,3380|570#,,7617|2#,224039540|430#,36830|400#,2010 +83,,141,,,?- n,?,,,,,,,,,,,, +186,Po,,28 ?s|+16-6,2.8E-5|1.1E-5,?,? 100,,,,8501|14,7247|25,,,950|80#,7695.95|10,186004403|20,4101|18,2005 +84,,102,,,,,,,,,,,,,,,, +187,PO,,1.40 ms|25,1.4E-3|2.5E-4,?,? 100,,,,7979|15,9210|30,,9340|40,1310|40,7704.76|17,187003040|30,2830|30,2005 +84,,103,,,,,,,,,,,,,,,, +188,Po,,0.40 ms|+20-15,4E-4|1.8E-4,ec ?+,< 100,,,,8082|15,6650|23,,11440|40,1450|22,7724.65|11,187999416|21,-544|20,1999 +84,,104,,,?,> 0,,,,,,,,,,,, +189,Po,,3.5 ms|5,3.5E-3|5E-4,?,? 100,,,,7694|15,8640|30,,8950|30,1516|25,7731.13|12,188998473|24,-1422|22,1999 +84,,105,,,,,,,,,,,,,,,, +190,Po,,2.46 ms|5,2.46E-3|5E-5,?,100,,,,7693|7,6036|26,,11213|26,1788|25,7749.46|7,189995101|14,-4564|13,1996 +84,,106,,,,,,,,,,,,,,,, +191,Po,,22 ms|1,2.2E-2|1E-3,?,99.0|10,,,-8933|18,7493|5,8171|10,,8576|15,1758|24,7753.79|4,190994558|8,-5069|7,1993 +84,,107,,,,,,,,,,,,,,,, +192,Po,,32.2 ms|3,3.22E-2|3E-4,?,? 99.5,,,-11000|30,7320|3,5460|30,-20006|20,11073|13,2120|13,7771.07|6,191991336|12,-8071|11,1977 +84,,108,,,ec ?+,? 0.5,,,,,,,,,,,, +193,Po,,388 ms|40,3.88E-1|4E-2,?,? 100,-0.389 37,-1.31 30,-8258|26,7094|4,7559|16,-19320|30,8326|18,2080|30,7773.95|7,192991062|16,-8325|15,1967 +84,,109,,,,,,,,,,,,,,,, +194,Po,,0.392 s|4,3.92E-1|4E-3,?,? 100,,,-10284|28,6987|3,5024|14,-19009|25,10751|19,2409|15,7789.29|7,193988186|14,-11005|13,1967 +84,,110,,,ec ?+,?,,,,,,,,,,,, +195,Po,,4.64 s|9,4.64E0|9E-2,?,94|4,-0.601 42,-0.87 25,-7590|40,6749.9|28,6970|40,-18410|40,8120|40,2320|40,7791.00|19,194988130|40,-11060|40,1967 +84,,111,,,ec ?+,6|4,,,,,,,,,,,, +196,Po,,5.8 s|2,5.8E0|2E-1,?,? 98,,,-9560|30,6658.1|24,4536|28,-18074|17,10490|40,2736|15,7804.77|7,195985536|15,-13473|14,1967 +84,,112,,,ec ?+,? 2,,,,,,,,,,,, +197,Po,,84 s|16,8.4E1|1.6E1,ec ?+,56|7,-0.882 65,-0.44 20,-7000|50,6412|3,6330|50,-17510|60,7960|50,2640|60,7805.53|25,196985660|50,-13360|50,1965 +84,,113,,,?,44|7,,,,,,,,,,,, +198,Po,,1.760 min|24,1.06E2|1.44E0,?,57|2,,,-8759|18,6309.7|14,3900|30,-17189|19,10190|50,3075|19,7817.56|9,197983389|19,-15473|17,1965 +84,,114,,,ec ?+,43|2,,,,,,,,,,,, +199,Po,,5.47 min|15,3.28E2|9E0,ec ?+,92.5|3,-0.912 65,-0.27 12,-6385|19,6074.3|19,5589|21,-16565|19,7806|25,3130|30,7817.50|9,198983673|19,-15208|18,1965 +84,,115,,,?,7.5|3,,,,,,,,,,,, +200,Po,,11.51 min|8,6.91E2|4.8E0,ec ?+,88.9|3,,,-7954|26,5981.6|18,3429|24,-16190|9,9805|20,3433|13,7827.44|4,199981812|8,-16942|8,1951 +84,,116,,,?,11.1|3,,,,,,,,,,,, +201,Po,,15.6 min|1,9.36E2|6E0,ec ?+,98.87|3,-0.984 70,+0.10 10,-5732|10,5799.3|17,4895|16,-15605|25,7651|9,3439|23,7826.561|25,200982264|5,-16521|5,1951 +84,,117,,,?,1.13|3,,,,,,,,,,,, +202,Po,,44.6 min|4,2.68E3|2.4E1,ec ?+,98.08|7,,,-7351|29,5701.0|17,2800|18,-15223|12,9492|10,3814|17,7834.80|4,201980739|9,-17942|9,1951 +84,,118,,,?,1.92|7,,,,,,,,,,,, +203,Po,,36.7 min|5,2.2E3|3E1,ec ?+,99.89|2,+0.7405 15,+0.17 10,-5148|14,5496|5,4214|15,-14791|29,7441|12,3858|18,7832.86|4,202981416|9,-17311|9,1951 +84,,119,,,?,0.11|2,,,,,,,,,,,, +204,Po,,3.519 h|12,1.27E4|4.32E1,ec ?+,99.33|3,,,-6466|25,5484.9|14,2305|14,-14250|15,9102|14,4105|17,7839.08|5,203980310|12,-18341|11,1951 +84,,120,,,?,0.67|3,,,,,,,,,,,, +205,Po,,1.74 h|8,6.26E3|2.88E2,ec ?+,99.96|1,+0.76 6,+0.17,-4549|18,5325|10,3543|11,-13717|24,7251|15,4164|14,7836.22|5,204981190|11,-17521|10,1951 +84,,121,,,?,0.04|1,,,,,,,,,,,, +206,Po,,8.8 d|1,7.6E5|8.64E3,ec ?+,94.55|5,,,-5759|16,5327.0|13,1840|9,-13288|16,8739|11,4413|6,7840.597|19,205980474|4,-18189|4,1947 +84,,122,,,?,5.45|5,,,,,,,,,,,, +207,Po,,5.80 h|2,2.09E4|7.2E1,ec ?+,99.979|2,+0.79 6,+0.28,-3918|14,5215.9|25,2909|7,-12787|16,7028|8,4406|10,7836.67|3,206981593|7,-17146|7,1947 +84,,123,,,?,0.021|2,,,,,,,,,,,, +208,Po,,2.898 y|2,9.15E7|6.31E4,?,99.9960|4,,,-5000|9,5215.4|13,1400.6|29,-12313|13,8395|7,4703.9|25,7839.358|8,207981245.6|19,-17469.6|17,1947 +84,,124,,,ec ?+,0.0040|4,,,,,,,,,,,, +209,Po,,124 y|3,3.91E9|9.47E7,?,99.546|7,0.68 8,,-3483|5,4979.2|14,1892.6|22,-11968|9,6967.8|19,4784.8|24,7835.188|9,208982430.3|19,-16366.1|18,1949 +84,,125,,,ec ?+,0.454|7,,,,,,,,,,,, +210,Po,,138.376 d|2,1.2E7|1.73E2,?,100,,,-3981|8,5407.53|7,-1161.2|18,-11142|5,7658.4|14,4983.4|8,7834.346|5,209982873.6|12,-15953.1|11,1898 +84,,126,,,,,,,,,,,,,,,, +211,Po,,0.516 s|3,5.16E-1|3E-3,?,100,-1.197 85,-0.77 8,-785.3|25,7594.6|5,-573|6,-8532|8,4550.7|5,4929.6|9,7818.784|6,210986653.1|13,-12432.6|13,1913 +84,,127,,,,,,,,,,,,,,,, +212,Po,,0.299 ?s|2,2.99E-7|2E-9,?,100,,,-1741.3|21,8954.20|11,-2251.5|22,-6793.5|25,6008.2|5,5799|5,7810.243|5,211988867.9|12,-10369.5|12,1906 +84,,128,,,,,,,,,,,,,,,, +213,Po,,3.72 ?s|2,3.72E-6|2E-8,?,100,,,-74|5,8536.1|26,-1422|6,-6097|3,4355.4|29,5825|3,7794.024|14,212992857|3,-6654|3,1947 +84,,129,,,,,,,,,,,,,,,, +214,Po,,164.3 ?s|20,1.64E-4|2E-6,?,100,,,-1090|4,7833.54|6,-3269|11,-5962|5,5887.8|28,6527|5,7785.116|7,213995201.2|16,-4470.0|14,1912 +84,,130,,,,,,,,,,,,,,,, +215,Po,,1.781 ms|5,1.78E-3|5E-6,?,99.99977|2,,,714|7,7526.3|8,-2171|6,-5233|5,4143.0|25,6630|11,7768.176|10,214999418.5|23,-541.7|21,1911 +84,,131,,,?-,2.3 x 10-4|2,,,,,,,,,,,, +216,Po,,0.145 s|2,1.45E-1|2E-3,?,100,,,-474|4,6906.3|5,-4092|11,-5033|7,5747.2|23,7136|6,7758.819|8,216001913.5|19,1782.4|18,1910 +84,,132,,,,,,,,,,,,,,,, +217,Po,,1.46 s|5,1.46E0|5E-2,?,> 95,,,1489|8,6662.1|23,-2846|19,-4444|7,3970|7,7279|13,7741.36|3,217006316|7,5884|7,1956 +84,,133,,,?-,< 5,,,,,,,,,,,, +218,Po,,3.098 min|12,1.86E2|7.2E-1,?,99.980|2,,,259|12,6114.75|9,-4859|27,-4109|5,5598|7,7662|18,7731.528|9,218008971.5|21,8356.9|20,1904 +84,,134,,,?-,0.020|2,,,,,,,,,,,, +219,Po,,620 s|59,6.2E2|5.9E1,?-,71.8|20,,,2285|16,5910|50,-3600|200,-3488|20,3747|16,7820|30,7713.33|7,219013614|17,12681|16,1998 +84,,135,,,?,28.2|20,,,,,,,,,,,, +220,Po,,> 300 ns,3E-7|5E15,?-,?,,,888|23,5360|200#,-5560|300,-3204|18,5489|24,8310|200#,7703.22|8,220016386|19,15263|18,1998 +84,,136,,,,,,,,,,,,,,,, +221,Po,,112 s|+58-28,1.12E2|4.3E1,?-,100,,,2991|24,5110|300#,-4320|300,-2673|24,3561|26,8330|300#,7684.48|9,221021228|21,19774|20,2010 +84,,137,,,,,,,,,,,,,,,, +222,PO,,550 s|430,5.5E2|4.3E2,,,,,1530|40,4610|300#,-6240|300,-2370|40,5360|40,8900|300#,7674.00|18,222024140|40,22490|40,2010 +84,,138,,,,,,,,,,,,,,,, +223,PO,,> 300 ns,3E-7|5E15,?-,?,,,3650|200#,4370|450#,-5060|450#,-1950|200#,3480|200#,8940|360#,7655|1#,223029070|210#,27080|200#,2010 +84,,139,,,,,,,,,,,,,,,, +224,PO,,> 300 ns,3E-7|5E15,?-,?,,,2200|200#,3820|450#,-6920|450#,-1590|200#,5240|280#,9510|450#,7644|1#,224032110|210#,29910|200#,2010 +84,,140,,,,,,,,,,,,,,,, +225,PO,,> 300 ns,3E-7|5E15,?-,?,,,4140|420#,,#,-1250|300#,3450|360#,9590|500#,7626|1#,225037070|320#,34530|300#,2010 +84,,141,,,,,,,,,,,,,,,, +226,PO,,> 300 ns,3E-7|5E15,?-,?,,,2930|500#,,#,-920|500#,5050|500#,,7614|2#,226040310|430#,37550|400#,2010 +84,,142,,,,,,,,,,,,,,,, +227,PO,,> 300 ns,3E-7|5E15,?-,?,,,4800|500#,,#,-400|500#,3340|570#,,7596|2#,227045390|430#,42280|400#,2010 +84,,143,,,,,,,,,,,,,,,, +191,At,,1.7 ms|+11-5,1.7E-3|8E-4,?,? 100,,,,7822|14,8933|18,,,-1139|21,7702.92|8,191004148|17,3864|16,2003 +85,,106,,,,,,,,,,,,,,,, +192m1,At,,88 ms|6,8.8E-2|6E-3,?,? 100,,,,7696|26,11000|30,,9010|30,-706|29,7709.73|14,192003140|30,2926|28,2006 +85,,107,,,,,,,,,,,,,,,, +193,At,,28 ms|+5-4,2.8E-2|5E-3,?,? 100,,,-9110|30,7572|7,8258|26,,11060|40,-714|24,7727.11|11,192999928|23,-67|22,2003 +85,,108,,,,,,,,,,,,,,,, +194m1,At,,? 40 ms,4E-2,ec ?+,?,,,-6440|30,7454|11,10284|28,-17830|40,8720|30,-316|29,7732.25|13,193999227|27,-720|25,2009 +85,,109,,,?,?,,,,,,,,,,,, +195,At,,290 ms|20,2.9E-1|2E-2,?,100,,,-8520|50,7344|6,7590|40,-17265|19,10821|27,-245|16,7748.09|5,194996274|10,-3470|10,1999 +85,,110,,,,,,,,,,,,,,,, +196,At,,0.388 s|7,3.88E-1|7E-3,?,? 95.1,,,-5890|30,7195|3,9560|30,-17040|60,8520|30,150|50,7752.01|15,195995800|30,-3910|30,1967 +85,,111,,,ec ?+,? 4.9,,,,,,,,,,,, +197,At,,0.388 s|6,3.88E-1|6E-3,?,96.1|12,,,-7866|18,7104|3,7000|50,-16398|16,10510|30,171|16,7766.02|4,196993177|9,-6355|8,1967 +85,,112,,,ec ?+,3.9|12,,,,,,,,,,,, +198,At,,4.2 s|2,4.2E0|2E-1,?,90|10,,,-5484|15,6889.4|19,8759|18,-16296|17,8431|10,650|50,7769.37|3,197992792|6,-6715|6,1967 +85,,113,,,ec ?+,10|10,,,,,,,,,,,, +199,At,,7.03 s|15,7.03E0|1.5E-1,?,90|5,,,-7320|40,6777.3|11,6385|19,-15664|14,10180|8,639|18,7781.488|27,198990528|6,-8823|5,1967 +85,,114,,,ec ?+,10|5,,,,,,,,,,,, +200,At,,43 s|1,4.3E1|1E0,?,52|3,,,-4983|28,6596.2|13,7954|26,-15560|40,8236|25,1070|30,7783.76|12,199990351|26,-8988|24,1963 +85,,115,,,ec ?+,48|3,,,,,,,,,,,, +201,At,,85.2 s|16,8.52E1|1.6E0,?,71|7,,,-6720|50,6472.8|16,5732|10,-14856|16,9873|26,1137|11,7794.15|4,200988417|9,-10789|8,1963 +85,,116,,,ec ?+,29|7,,,,,,,,,,,, +202,At,,184 s|1,1.84E2|1E0,ec ?+,63|7,,,-4320|30,6353.8|13,7351|29,-14590|60,7873|29,1359|28,7794.54|14,201988630|30,-10591|28,1961 +85,,117,,,?,37|7,,,,,,,,,,,, +203,At,,7.4 min|2,4.44E2|1.2E1,ec ?+,69|3,,,-6009|21,6210.1|8,5148|14,-13959|20,9640|30,1510|14,7803.65|5,202986943|11,-12163|11,1951 +85,,118,,,?,31|3,,,,,,,,,,,, +204,At,,9.12 min|11,5.47E2|6.6E0,ec ?+,96.09|16,,,-3905|23,6070.4|12,6466|25,-13793|29,7784|25,1854|24,7803.55|11,203987251|24,-11875|22,1961 +85,,119,,,?,3.91|16,,,,,,,,,,,, +205,At,,26.9 min|8,1.61E3|4.8E1,ec ?+,90|2,,,-5262|16,6019.6|17,4549|18,-13073|17,9168|27,1920|19,7810.21|7,204986074|16,-12972|15,1951 +85,,120,,,?,10|2,,,,,,,,,,,, +206,At,,30.6 min|8,1.84E3|4.8E1,ec ?+,99.10|8,,,-3297|17,5887|5,5759|16,-12791|16,7529|21,2197|18,7808.84|7,205986656|16,-12430|15,1961 +85,,121,,,?,0.90|8,,,,,,,,,,,, +207,At,,1.81 h|3,6.52E3|1.08E2,ec ?+,91.4|10,,,-4593|15,5872|3,3918|14,-12166|15,8869|19,2328|13,7813.96|6,206985800|13,-13227|12,1951 +85,,122,,,?,8.6|10,,,,,,,,,,,, +208,At,,1.63 h|3,5.87E3|1.08E2,ec ?+,99.45|6,,,-2814|14,5751.1|22,5000|9,-11906|12,7314|15,2613|11,7811.56|4,207986613|10,-12470|9,1950 +85,,123,,,?,0.55|6,,,,,,,,,,,, +209,At,,5.42 h|5,1.95E4|1.8E2,ec ?+,95.9|5,,,-3942|11,5757.0|20,3483|5,-11298|12,8484|10,2702|5,7814.777|24,208986170|5,-12883|5,1951 +85,,124,,,?,4.1|5,,,,,,,,,,,, +210,At,,8.1 h|4,2.92E4|1.44E3,ec ?+,99.825|20,,,-2367|9,5631.2|10,3981|8,-11102|13,7161|9,2895|8,7811.66|4,209987147|8,-11972|8,1949 +85,,125,,,?,0.175|20,,,,,,,,,,,, +211,At,,7.214 h|7,2.6E4|2.52E1,ec,58.20|8,,,-2892|7,5982.4|13,785|3,-10114|5,7746|8,2983.1|25,7811.354|13,210987496.1|29,-11647.3|27,1940 +85,,126,,,?,41.80|8,,,,,,,,,,,, +212,At,,0.314 s|2,3.14E-1|2E-3,?,100,,,31|4,7817.1|6,1741.3|26,-7944|7,5052|3,3484.6|22,7798.340|11,211990737.2|26,-8628.2|24,1954 +85,,127,,,ec ?+,< 3 x 10-2,,,,,,,,,,,, +,,,,,?-,< 2 x 10-6,,,,,,,,,,,, +213,At,,125 ns|6,1.25E-7|6E-9,?,100,,,-884|6,9254|5,74|6,-5991|6,6023|5,3499|5,7790.003|23,212992937|5,-6580|5,1968 +85,,128,,,,,,,,,,,,,,,, +214,At,,558 ns|10,5.58E-7|1E-8,?,100,,,940|10,8987|4,1090|5,-5755|5,4872|6,4015|5,7776.366|20,213996372|5,-3380|4,1949 +85,,129,,,,,,,,,,,,,,,, +215,At,,0.10 ms|2,1E-4|2E-5,?,100,,,-87|10,8178|4,-714|7,-5007|11,5947|8,4075|7,7767.86|3,214998652|7,-1256|7,1944 +85,,130,,,,,,,,,,,,,,,, +216,At,,0.30 ms|3,3E-4|3E-5,?,100,,,2004|7,7950|3,474|4,-4646|8,4559|8,4491|4,7753.002|17,216002423|4,2257|4,1948 +85,,131,,,?-,< 6 x 10-3,,,,,,,,,,,, +,,,,,ec,< 3 x 10-7,,,,,,,,,,,, +217,At,,32.3 ms|4,3.23E-2|4E-4,?,99.993|3,,,736|6,7201.3|12,-1489|8,-3930|8,5933|6,4677|5,7744.616|23,217004718|5,4395|5,1947 +85,,132,,,?-,0.007|3,,,,,,,,,,,, +218,At,,1.5 s|3,1.5E0|3E-1,?,99.9,,,2881|12,6874|3,-259|12,-3632|12,4368|13,5074|13,7729.13|5,218008694|12,8098|12,1943 +85,,133,,,?-,0.1,,,,,,,,,,,, +219,At,,56 s|3,5.6E1|3E0,?,93.6|10,,,1566.7|29,6342|5,-2285|16,-2893|4,5773|12,5250|4,7720.196|15,219011161|3,10396|3,1953 +85,,134,,,?-,6.4|10,,,,,,,,,,,, +220,At,,3.71 min|4,2.23E2|2.4E0,?-,92|2,,,3764|14,6077|18,-888|23,-2525|14,4092|14,5595|21,7703.70|6,220015433|15,14376|14,1989 +85,,135,,,?,8|2,,,,,,,,,,,, +221,At,,2.3 min|2,1.38E2|1.2E1,?-,100,,,2311|15,5628|23,-2991|24,-1901|14,5664|20,5770|23,7694.47|6,221018017|15,16783|14,1989 +85,,136,,,,,,,,,,,,,,,, +222,At,,54 s|10,5.4E1|1E1,?-,100,,,4581|16,5310|30,-1530|40,-1590|17,3901|21,6110|25,7677.39|7,222022494|17,20953|16,1989 +85,,137,,,,,,,,,,,,,,,, +223,At,,50 s|7,5E1|7E0,?-,100,,,3038|16,4720|200#,-3650|200,-1016|14,5596|21,6350|40,7668.05|6,223025151|15,23428|14,1989 +85,,138,,,,,,,,,,,,,,,, +224,AT,,1.3 min|+23-4,7.8E1|8.1E1,?-,?,,,5266|24,4470|300#,-2200|200,-750|24,3788|26,6660|200#,7650.73|10,224029749|24,27711|22,2010 +85,,139,,,,,,,,,,,,,,,, +225,AT,,> 300 ns,3E-7|5E15,?-,?,,,3860|300#,3870|420#,-4130|420#,-120|300#,5390|300#,6800|360#,7641|1#,225032630|320#,30390|300#,2010 +85,,140,,,,,,,,,,,,,,,, +226,AT,,> 300 ns,3E-7|5E15,?-,?,,,5870|300#,3460|420#,-2930|500#,10|300#,3850|420#,7200|420#,7624|1#,226037160|320#,34610|300#,2010 +85,,141,,,,,,,,,,,,,,,, +227,AT,,> 300 ns,3E-7|5E15,?-,?,,,4600|300#,2920|500#,-4800|500#,660|300#,5200|420#,7350|500#,7613|1#,227040240|320#,37480|300#,2010 +85,,142,,,?- n,?,,,,,,,,,,,, +228,AT,,> 300 ns,3E-7|5E15,?-,?,,,6440|400#,2430|570#,#,730|400#,3870|500#,7880|570#,7597|2#,228044750|430#,41680|400#,2010 +85,,143,,,,,,,,,,,,,,,, +229,AT,,> 300 ns,3E-7|5E15,?- n,?,,,5460|400#,,#,1510|400#,4930|570#,,7585|2#,229048120|430#,44820|400#,2010 +85,,144,,,?-,?,,,,,,,,,,,, +194,RN,,0.78 ms|16,7.8E-4|1.6E-4,?,? 100,,,,7862|10,6440|30,,11390|30,1498|27,7695.00|9,194006144|18,5723|17,2006 +86,,108,,,,,,,,,,,,,,,, +195,Rn,,6 ms|+3-2,6E-3|3E-3,?,? 100,,,,7690|50,8520|50,,8740|50,1520|60,7700.38|26,195005420|50,5050|50,2001 +86,,109,,,,,,,,,,,,,,,, +196,Rn,,4.4 ms|+13-9,4.4E-3|1.1E-3,?,99.9|2,,,,7617|9,5890|30,,11150|50,1848|17,7717.99|7,196002116|15,1971|14,1995 +86,,110,,,ec ?+,? 0.06|+14-4,,,,,,,,,,,, +197,Rn,,65 ms|+25-14,6.5E-2|2E-2,?,? 100,,,-8740|60,7411|7,7866|18,,8532|22,1860|30,7722.12|8,197001621|17,1510|16,1995 +86,,111,,,,,,,,,,,,,,,, +198,Rn,,65 ms|3,6.5E-2|3E-3,?,?,,,-10800|30,7349|4,5484|15,-19560|60,10812|21,2164|16,7737.72|7,197998679|14,-1230|13,1984 +86,,112,,,ec ?+,?,,,,,,,,,,,, +199,Rn,,0.59 s|3,5.9E-1|3E-2,?,94,,,-8270|40,7132|4,7320|40,-19140|50,8340|40,2070|40,7740.75|19,198998390|40,-1500|40,1980 +86,,113,,,ec ?+,6,,,,,,,,,,,, +200,Rn,,1.03 s|+20-11,1.03E0|1.6E-1,?,86|-4+14,,,-10140|30,7043.4|21,4983|28,-18847|19,10580|40,2470|15,7754.93|7,199995701|15,-4005|14,1971 +86,,114,,,ec ?+,14|+4-14,,,,,,,,,,,, +201,Rn,,7.0 s|4,7E0|4E-1,?,?,,,-7660|50,6860.7|23,6720|50,-18280|60,8140|50,2370|60,7756.84|25,200995630|50,-4070|50,1967 +86,,115,,,ec ?+,?,,,,,,,,,,,, +202,Rn,,9.7 s|1,9.7E0|1E-1,?,78|8,,,-9371|19,6773.8|18,4320|30,-17935|20,10270|50,2774|19,7769.30|9,201993264|19,-6275|18,1967 +86,,116,,,ec ?+,22|8,,,,,,,,,,,, +203,Rn,,44 s|2,4.4E1|2E0,?,66|9,,,-7030|19,6629.9|21,6009|21,-17321|19,7950|25,2850|30,7770.19|9,202993394|20,-6154|18,1967 +86,,117,,,ec ?+,34|9,,,,,,,,,,,, +204,Rn,,74.5 s|14,7.45E1|1.4E0,?,72.4|9,,,-8578|26,6546.6|18,3905|23,-16918|10,9888|20,3097|13,7780.57|4,203991444|8,-7970|7,1967 +86,,118,,,ec ?+,27.6|9,,,,,,,,,,,, +205,Rn,,170 s|4,1.7E2|4E0,ec ?+,75.4|9,+0.802 9,+0.062 6,-6400|9,6386.5|18,5262|16,-16388|25,7811|9,3123|23,7780.722|25,204991723|5,-7710|5,1967 +86,,119,,,?,24.6|9,,,,,,,,,,,, +206,Rn,,5.67 min|17,3.4E2|1.02E1,?,62|3,,,-7891|29,6383.7|16,3297|17,-15894|12,9494|10,3450|17,7789.04|4,205990195|9,-9133|9,1954 +86,,120,,,ec ?+,38|3,,,,,,,,,,,, +207,Rn,,9.25 min|17,5.55E2|1.02E1,ec ?+,79|3,+0.816 9,+0.220 22,-5790|19,6251.2|16,4593|15,-15464|29,7573|12,3494|17,7788.00|4,206990730|9,-8635|8,1954 +86,,121,,,?,21|3,,,,,,,,,,,, +208,Rn,,24.35 min|14,1.46E3|8.4E0,?,62|7,,,-6990|16,6260.7|17,2814|14,-14883|21,9092|14,3717|17,7794.27|5,207989634|12,-9656|11,1955 +86,,122,,,ec ?+,38|7,,,,,,,,,,,, +209,Rn,,28.8 min|10,1.73E3|6E1,ec ?+,83|2,0.8388 4,+0.31 3,-5171|18,6155.4|19,3942|11,-14346|15,7357|15,3760|13,7792.17|5,208990401|11,-8941|10,1952 +86,,123,,,?,17|2,,,,,,,,,,,, +210,Rn,,2.4 h|1,8.64E3|3.6E2,?,96|1,,,-6272|16,6159.0|22,2367|9,-13907|15,8735|11,4011|7,7796.665|22,209989689|5,-9605|5,1952 +86,,124,,,ec ?+,4|1,,,,,,,,,,,, +211,Rn,,14.6 h|2,5.26E4|7.2E2,ec,72.6|17,+0.601 7,,-4615|14,5965.4|14,2892|7,-13494|17,7222|8,4072|10,7793.94|3,210990601|7,-8755|7,1952 +86,,125,,,?,27.4|17,,,,,,,,,,,, +212,Rn,,23.9 min|12,1.43E3|7.2E1,?,100,,,-5144|9,6385.1|26,-31|4,-12591|12,7976|7,4301|4,7794.797|15,211990704|3,-8660|3,1950 +86,,126,,,,,,,,,,,,,,,, +213,Rn,,19.5 ms|1,1.95E-2|1E-4,?,100,,,-2143|6,8245.1|29,884|6,-10251|9,5108|4,4357|4,7782.182|16,212993885|4,-5696|3,1967 +86,,127,,,,,,,,,,,,,,,, +214,Rn,,0.27 ?s|2,2.7E-7|2E-8,?,100,,,-3361|13,9208|9,-940|10,-8838|10,6695|10,5029|10,7777.10|4,213995363|10,-4320|9,1970 +86,,128,,,,,,,,,,,,,,,, +215,Rn,,2.30 ?s|10,2.3E-6|1E-7,?,100,,,-1487|10,8839|8,87|10,-8281|11,4920|12,5078|9,7763.81|4,214998745|8,-1169|8,1952 +86,,129,,,,,,,,,,,,,,,, +216,Rn,,45 ?s|5,4.5E-5|5E-6,?,100,,,-2718|7,8197|6,-2004|7,-8137|9,6650|10,5780|9,7758.657|28,216000271|6,253|6,1949 +86,,130,,,,,,,,,,,,,,,, +217,Rn,,0.54 ms|5,5.4E-4|5E-5,?,100,,,-656|8,7887.2|29,-736|7,-7384|6,4666|7,5887|5,7744.403|19,217003928|5,3659|4,1949 +86,,131,,,,,,,,,,,,,,,, +218,Rn,,35 ms|5,3.5E-2|5E-3,?,100,,,-1842|5,7262.5|18,-2881|12,-7169|7,6512|4,6466|5,7738.752|11,218005601.1|25,5217.3|23,1948 +86,,132,,,,,,,,,,,,,,,, +219,Rn,,3.96 s|1,3.96E0|1E-2,?,100,-0.442 5,+1.15 12,212|7,6946.2|3,-1567|4,-6301|5,4459|3,6558|12,7723.777|10,219009478.8|23,8829.4|21,1903 +86,,133,,,,,,,,,,,,,,,, +220,Rn,,55.6 s|1,5.56E1|1E-1,?,100,,,-870|4,6404.74|10,-3764|14,-6077|7,6288.6|23,7073|3,7717.254|8,220011392.5|19,10612.1|18,1900 +86,,134,,,,,,,,,,,,,,,, +221,Rn,,25 min|2,1.5E3|1.2E2,?-,78|1,-0.020 1,-0.38 4,1194|7,6163|3,-2311|15,-5082|7,4212|6,7193|15,7701.393|26,221015536|6,14471|6,1956 +86,,135,,,?,22|1,,,,,,,,,,,, +222,Rn,,3.8235 d|3,3.3E5|2.59E1,?,100,,,-6|8,5590.4|3,-4581|16,-4976|5,6171|6,7699|14,7694.497|9,222017576.3|21,16372.2|19,1899 +86,,136,,,,,,,,,,,,,,,, +223,Rn,,24.3 min|4,1.46E3|2.4E1,?-,100,-0.776 8,+0.80,2007|8,5283|18,-3038|16,-4060|11,4054|8,7852|18,7678.17|3,223021889|8,20390|8,1964 +86,,137,,,,,,,,,,,,,,,, +224,Rn,,107 min|3,6.42E3|1.8E2,?-,100,,,696|15,4757|20,-5266|24,-4009|10,6016|13,8272|17,7670.75|4,224024096|11,22445|10,1964 +86,,138,,,,,,,,,,,,,,,, +225,Rn,,4.66 min|4,2.8E2|2.4E0,?-,100,-0.696 8,0.84,2714|16,4335|23,-3860|300,-3286|16,3982|15,8466|25,7654.36|5,225028486|12,26534|11,1969 +86,,139,,,,,,,,,,,,,,,, +226,Rn,,7.4 min|1,4.44E2|6E0,?-,100,,,1227|12,3840|40,-5870|300,-3145|16,5858|15,8940|300#,7646.41|5,226030861|11,28747|10,1969 +86,,140,,,,,,,,,,,,,,,, +227,Rn,,20.2 s|4,2.02E1|4E-1,?-,100,,,3203|15,3380|200#,-4600|300,-2706|15,3933|18,9020|300#,7630.05|6,227035304|15,32886|14,1986 +86,,141,,,,,,,,,,,,,,,, +228,Rn,,65 s|2,6.5E1|2E0,?-,100,,,1859|19,2910|200#,-6440|400,-2510|19,5714|23,9530|300#,7621.64|8,228037835|19,35243|18,1989 +86,,142,,,,,,,,,,,,,,,, +229,RN,,12.0 s|+12-13,1.2E1|1.3E0,?-,100,,,3694|14,2410|300#,-5460|400,-2093|15,3952|22,9610|400#,7605.62|6,229042257|14,39362|13,2009 +86,,143,,,,,,,,,,,,,,,, +197,Fr,,0.6 ms|+30-3,6E-4|1.7E-3,?,? 100,,,,7900|50,8740|60,,,-990|60,7673.76|28,197011010|60,10250|50, +87,,110,,,,,,,,,,,,,,,, +198,Fr,,15 ms|3,1.5E-2|3E-3,?,? 100,,,,7869|20,10800|30,,8750|60,-770|40,7679.20|16,198010280|30,9570|30, +87,,111,,,,,,,,,,,,,,,, +199,Fr,,12 ms|+10-4,1.2E-2|7E-3,?,> 0,,,,7817|10,8270|40,,10870|40,-713|19,7695.26|7,199007269|15,6771|14,1999 +87,,112,,,ec ?+,?,,,,,,,,,,,, +200,Fr,,49 ms|4,4.9E-2|4E-3,?,100,,,,7622|4,10140|30,,8710|30,-340|50,7700.33|15,200006580|30,6130|30,1995 +87,,113,,,,,,,,,,,,,,,, +201,Fr,,62 ms|5,6.2E-2|5E-3,?,100,,,-8348|22,7519|4,7660|50,,10620|30,-304|16,7714.84|4,201003852|10,3589|9,1980 +87,,114,,,,,,,,,,,,,,,, +202,Fr,,0.30 s|5,3E-1|5E-2,?,? 100,,,-5979|17,7386|4,9371|19,-16912|21,8564|11,120|50,7719.04|3,202003324|8,3096|7,1980 +87,,115,,,,,,,,,,,,,,,, +203,Fr,,0.55 s|1,5.5E-1|1E-2,?,? 100,,,-7790|40,7275|4,7030|19,-16270|16,10291|9,138|19,7731.71|3,203000941|7,876|6,1967 +87,,116,,,,,,,,,,,,,,,, +204,Fr,,1.8 s|3,1.8E0|3E-1,?,92|2,,,-5449|29,7170.3|24,8578|26,-16130|50,8340|25,530|30,7734.69|12,204000652|26,607|25,1964 +87,,117,,,ec ?+,8|2,,,,,,,,,,,, +205,Fr,,3.92 s|4,3.92E0|4E-2,?,? 100,,,-7150|70,7054.7|24,6400|9,-15438|17,9988|26,629|11,7745.69|4,204998594|8,-1310|8,1964 +87,,118,,,,,,,,,,,,,,,, +206,Fr,,? 16 s,1.6E1,?,? 84,,,-4810|30,6923|3,7891|29,-15150|80,8004|29,822|29,7746.94|14,205998670|30,-1242|28,1964 +87,,119,,,ec,? 16,,,,,,,,,,,, +207,Fr,,14.8 s|1,1.48E1|1E-1,?,95|2,+3.89 8,-0.16 5,-6390|60,6893|20,5790|19,-14481|25,9670|30,1000|19,7756.25|8,206996946|19,-2844|18,1964 +87,,120,,,ec ?+,5|2,,,,,,,,,,,, +208,Fr,,59.1 s|3,5.91E1|3E-1,?,89|3,4.75 10,0.00 4,-4394|15,6785|24,6990|16,-14280|50,7893|21,1320|15,7756.90|6,207997138|13,-2666|12,1964 +87,,121,,,ec ?+,11|3,,,,,,,,,,,, +209,Fr,,50.5 s|7,5.05E1|7E-1,?,89|3,+3.95 2,-0.24 2,-5628|16,6777|4,5171|18,-13569|17,9175|19,1403|18,7763.69|7,208995953|16,-3770|15,1964 +87,,122,,,ec ?+,11|3,,,,,,,,,,,, +210,Fr,,3.18 min|6,1.91E2|3.6E0,?,60|30,+4.40 9,+0.19 2,-3776|18,6672|5,6272|16,-13263|16,7635|21,1681|18,7763.07|7,209996422|16,-3333|15,1964 +87,,123,,,ec ?+,40|30,,,,,,,,,,,, +211,Fr,,3.10 min|2,1.86E2|1.2E0,?,> 80,+4.00 8,-0.19 3,-4972|14,6662|3,4615|14,-12654|15,8878|19,1824|13,7768.36|6,210995555|13,-4140|12,1964 +87,,124,,,ec,< 20,,,,,,,,,,,, +212,Fr,,20.0 min|6,1.2E3|3.6E1,ec ?+,57|2,4.62 9,-0.10 1,-3317|14,6529.0|16,5144|9,-12419|12,7447|15,2050|11,7766.84|4,211996225|9,-3516|9,1950 +87,,125,,,?,43|2,,,,,,,,,,,, +213,Fr,,34.82 s|14,3.48E1|1.4E-1,?,99.44|5,+4.02 8,-0.14 2,-3898|11,6904.8|12,2143|6,-11425|12,8108|10,2182|6,7768.447|24,212996186|5,-3553|5,1964 +87,,126,,,ec ?+,0.56|5,,,,,,,,,,,, +214,Fr,,5.0 ms|2,5E-3|2E-4,?,100,,,-1051|10,8589|4,3361|13,-9376|13,5477|10,2552|9,7757.74|4,213998971|9,-959|9,1967 +87,,127,,,,,,,,,,,,,,,, +215,Fr,,86 ns|5,8.6E-8|5E-9,?,100,,,-2216|10,9540|7,1487|10,-7846|9,6795|11,2651|11,7753.26|3,215000341|8,318|7,1970 +87,,128,,,,,,,,,,,,,,,, +216,Fr,,0.70 ?s|2,7E-7|2E-8,?,100,,,-320|10,9174|3,2718|7,-7634|8,5418|8,3149|9,7742.451|19,216003189|4,2971|4,1970 +87,,129,,,ec,< 2 x 10-7|SY,,,,,,,,,,,, +217,Fr,,19 ?s|3,1.9E-5|3E-6,?,100,,,-1575|10,8469|4,656|8,-7048|11,6728|8,3227|9,7737.77|3,217004632|7,4315|7,1968 +87,,130,,,,,,,,,,,,,,,, +218,Fr,,1.0 ms|6,1E-3|6E-4,?,100,,,408|12,8014.0|20,1842|5,-6902|8,5327|8,3888|6,7726.715|22,218007578|5,7059|5,1949 +87,,131,,,,,,,,,,,,,,,, +219,Fr,,20 ms|2,2E-2|2E-3,?,100,,,-777|11,7448.6|18,-212|7,-6105|13,6513|8,3889|7,7721.17|3,219009252|8,8618|7,1948 +87,,132,,,,,,,,,,,,,,,, +220,Fr,,27.4 s|3,2.74E1|3E-1,?,99.65|5,-0.67 1,+0.47 3,1212|9,6800.7|19,870|4,-5983|9,5207|8,4636|4,7709.742|18,220012327|4,11482|4,1948 +87,,133,,,?-,0.35|5,,,,,,,,,,,, +221,Fr,,4.9 min|2,2.94E2|1.2E1,?,100,+1.58 3,-0.98 6,313|6,6457.7|14,-1194|8,-5064|10,6276|6,4624|5,7703.256|22,221014254|5,13277|5,1947 +87,,134,,,?-,< 0.1,,,,,,,,,,,, +222,Fr,,14.2 min|3,8.52E2|1.8E1,?-,100,0.63 1,0.51 4,2058|9,5855|14,6|8,-4657|9,4970|9,5382|9,7690.95|3,222017583|8,16378|7,1975 +87,,135,,,,,,,,,,,,,,,, +223,Fr,,22.00 min|7,1.32E3|4.2E0,?-,99.994,+1.17 2,+1.17 1,1149.1|8,5561.4|28,-2007|8,-4009|5,6067|8,5278.8|23,7683.664|9,223019734.3|21,18382.4|19,1939 +87,,136,,,?,0.006,,,,,,,,,,,, +224,Fr,,3.33 min|10,2E2|6E0,?-,100,+0.40 1,+0.517 4,2923|11,4948|18,-696|15,-3556|11,4705|11,5930|14,7670.37|5,224023348|12,21749|11,1969 +87,,137,,,,,,,,,,,,,,,, +225,Fr,,3.95 min|14,2.37E2|8.4E0,?-,100,1.07 2,1.32 5,1828|12,4613|18,-2714|16,-3077|12,5999|16,5913|15,7662.94|5,225025572|13,23821|12,1969 +87,,138,,,,,,,,,,,,,,,, +226,Fr,,49 s|1,4.9E1|1E0,?-,100,+0.0712 14,-1.35 2,3853|7,4143|17,-1227|12,-2544|7,4371|13,6303|13,7648.376|28,226029545|7,27521|6,1969 +87,,139,,,,,,,,,,,,,,,, +227,Fr,,2.47 min|3,1.48E2|1.8E0,?-,100,+1.50 3,,2505|6,3830|15,-3203|15,-2057|6,5909|9,6354|12,7640.715|26,227031865|6,29682|6,1972 +87,,140,,,,,,,,,,,,,,,, +228,Fr,,38 s|1,3.8E1|1E0,?-,? 100,-0.76 2,+2.38 5,4444|7,3248|23,-1859|19,-1865|7,4370|9,6791|16,7626.37|3,228035839|7,33384|7,1972 +87,,141,,,,,,,,,,,,,,,, +229,Fr,,50.2 s|20,5.02E1|2E0,?-,100,,,3106|16,2850|300#,-3694|14,-1343|5,5787|8,6864|18,7618.337|22,229038291|5,35668|5,1975 +87,,142,,,,,,,,,,,,,,,, +230,Fr,,19.1 s|5,1.91E1|5E-1,?-,100,,,4970|12,2450|300#,-2560|200,-1147|17,4253|8,7165|15,7603.704|28,230042391|7,39487|7,1987 +87,,143,,,,,,,,,,,,,,,, +231,Fr,,17.6 s|6,1.76E1|6E-1,?-,100,,,3864|14,2170|300#,-4370|300,-507|13,5478|10,7260|200#,7594.50|3,231045175|8,42081|8,1985 +87,,144,,,,,,,,,,,,,,,, +232,Fr,,5.5 s|6,5.5E0|6E-1,?-,100,,,5576|17,1960|400#,,-215|18,4079|16,7670|300#,7579.35|6,232049461|15,46073|14,1990 +87,,145,,,,,,,,,,,,,,,, +233,FR,,0.9 s|1,9E-1|1E-1,?-,100,,,4586|21,1670|400#,,352|22,5224|24,,7569.24|8,233052518|21,48920|20,2010 +87,,146,,,?- n,?,,,,,,,,,,,, +201m,RA,,1.6 ms|+77-7,1.6E-3|4.2E-3,?,100,,,,8002|12,8348|22,,,1480|40,7669.41|10,201012815|22,11937|20,2005 +88,,113,,,ec ?+,?,,,,,,,,,,,, +202,Ra,,16 ms|+30-7,1.6E-2|1.9E-2,?,? 100,,,,7880|7,5979|17,,10933|25,1803|18,7685.57|7,202009742|16,9075|15,2005 +88,,114,,,,,,,,,,,,,,,, +203,Ra,,31 ms|+17-9,3.1E-2|1.3E-2,?,? 100,,,,7736|6,7790|40,,8480|40,1720|40,7689.50|19,203009300|40,8660|40,1996 +88,,115,,,,,,,,,,,,,,,, +204,Ra,,57 ms|+11-5,5.7E-2|8E-3,?,? 100,,,,7637|7,5449|29,,10680|40,2109|16,7704.14|7,204006502|16,6057|15,1995 +88,,116,,,,,,,,,,,,,,,, +205,Ra,,210 ms|+60-40,2.1E-1|5E-2,?,? 100,,,-8270|90,7490|50,7150|70,,8290|70,2060|70,7707.0|3,205006270|80,5840|70,1987 +88,,117,,,ec ?+,?,,,,,,,,,,,, +206,Ra,,0.24 s|2,2.4E-1|2E-2,?,? 100,,,-9910|50,7415|4,4810|30,-18610|50,10340|70,2414|20,7719.80|9,206003828|19,3566|18,1967 +88,,118,,,,,,,,,,,,,,,, +207,Ra,,1.35 s|-13+22,1.35E0|1.8E-1,?,? 86,,,-7600|70,7270|50,6390|60,-18010|70,8090|60,2500|60,7721.60|26,207003810|60,3540|50,1967 +88,,119,,,ec ?+,? 14,,,,,,,,,,,, +208,Ra,,1.3 s|2,1.3E0|2E-1,?,95|SY,,,-9030|60,7273|5,4394|15,-17490|50,9890|50,2717|20,7732.02|4,208001855|10,1728|9,1967 +88,,120,,,ec ?+,5|SY,,,,,,,,,,,, +209,Ra,,4.8 s|2,4.8E0|2E-1,?,? 100,+0.852 16,+0.39 4,-6990|50,7143.1|27,5628|16,-16970|60,7941|11,2765|13,7733.017|27,209001995|6,1858|6,1967 +88,,121,,,,,,,,,,,,,,,, +210,Ra,,3.7 s|2,3.7E0|2E-1,?,? 96,,,-8350|60,7151|3,3776|18,-16470|50,9487|11,3077|17,7741.37|4,210000475|10,443|9,1967 +88,,122,,,ec ?+,? 4,,,,,,,,,,,, +211,Ra,,13 s|2,1.3E1|2E0,?,> 93,+0.8780 38,+0.46 5,-6370|50,7042|3,4972|14,-16030|60,7682|12,3124|17,7741.09|4,211000893|8,832|8,1967 +88,,123,,,ec ?+,< 7,,,,,,,,,,,, +212,Ra,,13.0 s|2,1.3E1|2E-1,?,? 85,,,-7480|50,7031.7|17,3317|14,-15470|50,9102|14,3348|16,7747.51|5,211999786|12,-199|11,1967 +88,,124,,,ec ?+,? 15,,,,,,,,,,,, +213,Ra,,2.73 min|5,1.64E2|3E0,?,80|5,+0.6133 18,,-5809|18,6861.7|23,3898|11,-15000|50,7527|15,3427|13,7746.47|5,213000371|11,346|10,1955 +88,,125,,,ec ?+,20|5,,,,,,,,,,,, +214,Ra,,2.46 s|3,2.46E0|3E-2,?,99.941|4,,,-6351|16,7272.6|26,1051|10,-14133|16,8324|11,3643|7,7749.171|25,214000100|6,93|5,1967 +88,,126,,,ec,0.059|4,,,,,,,,,,,, +215,Ra,,1.66 ms|2,1.66E-3|2E-5,?,100,,,-3497|15,8864|3,2216|10,-11981|17,5630|9,3797|11,7739.32|3,215002720|8,2534|8,1967 +88,,127,,,,,,,,,,,,,,,, +216,Ra,,182 ns|10,1.82E-7|1E-8,?,100,,,-4853|14,9526|8,320|10,-10811|15,7314|11,4316|11,7737.35|4,216003533|9,3291|9,1972 +88,,128,,,ec,< 1 x 10-8,,,,,,,,,,,, +217,Ra,,1.6 ?s|2,1.6E-6|2E-7,?,? 100,,,-2814|13,9161|6,1575|10,-10326|13,5473|11,4370|8,7726.91|3,217006323|8,5890|7,1970 +88,,129,,,,,,,,,,,,,,,, +218,Ra,,25.2 ?s|3,2.52E-5|3E-7,?,100,,,-4190|50,8546|6,-408|12,-10124|16,7310|13,4952|13,7725.00|5,218007140|12,6651|11,1970 +88,,130,,,,,,,,,,,,,,,, +219,Ra,,10 ms|3,1E-2|3E-3,?,100,,,-2180|50,8138|3,777|11,-9520|50,5328|14,4954|9,7714.05|4,219010085|9,9394|8,1952 +88,,131,,,,,,,,,,,,,,,, +220,Ra,,18 ms|2,1.8E-2|2E-3,?,100,,,-3473|10,7592|6,-1212|9,-9370|50,7195|12,5636|11,7711.70|4,220011026|9,10270|8,1949 +88,,132,,,,,,,,,,,,,,,, +221,Ra,,28 s|2,2.8E1|2E0,?,100,-0.1799 17,1.98 11,-1560|50,6880.4|19,-313|7,-8851|7,5378|9,5807|6,7701.135|21,221013917|5,12964|5,1949 +88,,133,,,,,,,,,,,,,,,, +222,Ra,,38.0 s|5,3.8E1|5E-1,?,100,,,-2301|7,6678|4,-2058|9,-8270|50,6715|6,6246|6,7696.692|20,222015373|5,14320|4,1948 +88,,134,,,14C,3.0 x 10-8|10,,,,,,,,,,,, +223,Ra,,11.43 d|5,9.88E5|4.32E3,?,100,+0.2705 19,+1.254 3,-593|7,5978.99|21,-1149.1|28,-7459|6,5158|5,6434|8,7685.309|9,223018500.7|22,17233.3|21,1905 +88,,135,,,14C,8.9 x 10-8|4,,,,,,,,,,,, +,,,,,14C,7.7 x 10-8|13,,,,,,,,,,,, +224,Ra,,3.6319 d|23,3.14E5|1.99E2,?,100,,,-1408|4,5788.92|15,-2923|11,-7071|7,6478.7|23,6845.4|21,7679.922|8,224020210.5|19,18825.9|18,1902 +88,,136,,,14C,4.0 x 10-9|10,,,,,,,,,,,, +225,Ra,,14.9 d|2,1.29E6|1.73E4,?-,100,-0.7338 15,,356|5,5097|5,-1828|12,-6312|5,4904.1|28,7044|11,7667.586|12,225023610.6|28,21993.1|26,1947 +88,,137,,,?,0.026|6,,,,,,,,,,,, +226,Ra,,1600 y|7,5.05E10|2.21E8,?,100,,,-641|3,4870.70|25,-3853|7,-6041|5,6396.6|28,7442|12,7661.962|9,226025408.5|21,23667.8|19,1898 +88,,138,,,14C,3.2 x 10-9|16,,,,,,,,,,,, +227,Ra,,42.2 min|5,2.53E3|3E1,?-,100,-0.4038 24,+1.53 6,1328.1|23,4363|8,-2505|6,-5203|3,4561.43|27,7632|7,7648.303|9,227029176.5|21,27177.7|20,1953 +88,,139,,,,,,,,,,,,,,,, +228,Ra,,5.75 y|3,1.81E8|9.47E5,?-,100,,,45.5|6,4070|10,-4444|7,-4980.6|23,6308.8|23,8031|6,7642.428|9,228031068.7|21,28940.3|20,1907 +88,,140,,,,,,,,,,,,,,,, +229,Ra,,4.0 min|2,2.4E2|1.2E1,?-,100,0.5025 27,2.96 30,1872|20,3603|19,-3106|16,-4404|16,4450|16,8111|17,7628.48|7,229034957|17,32562|15,1975 +88,,141,,,?,100,,,,,,,,,,,, +230,Ra,,93 min|2,5.58E3|1.2E2,?-,100,,,678|19,3344|15,-4970|12,-4245|16,6117|19,8441|11,7621.91|4,230037055|11,34516|10,1978 +88,,142,,,,,,,,,,,,,,,, +231,Ra,,104 s|1,1.04E2|1E0,?-,100,,,2454|17,2906|18,-3864|14,-3693|19,4371|15,8559|13,7607.84|5,231041027|12,38216|11,1983 +88,,143,,,,,,,,,,,,,,,, +232,Ra,,4.2 min|8,2.52E2|4.8E1,?-,100,,,1343|16,2829|20,-5576|17,-3337|16,5791|15,8873|12,7600.01|4,232043475|10,40497|9,1983 +88,,144,,,,,,,,,,,,,,,, +233,Ra,,30 s|5,3E1|5E0,?-,100,,,3026|16,2547|16,-4586|21,-2892|16,4234|13,9028|16,7585.56|4,233047595|9,44334|9,1990 +88,,145,,,,,,,,,,,,,,,, +234,Ra,,30 s|10,3E1|1E1,?-,100,,,2089|16,2460|200#,,-2449|15,5475|12,9278|21,7576.54|4,234050382|9,46931|8,1990 +88,,146,,,,,,,,,,,,,,,, +205,Ac,,20 ms|+97-9,2E-2|5.3E-2,?,? 100,,,,8090|50,8270|90,,,-760|50,7662.85|25,205015140|50,14110|50, +89,,116,,,,,,,,,,,,,,,, +206,Ac,,22 ms|+9-5,2.2E-2|7E-3,?,? 100,,,,7960|50,9910|50,,8700|70,-350|90,7667.88|24,206014470|50,13480|50,1998 +89,,117,,,,,,,,,,,,,,,, +207,Ac,,27 ms|+11-6,2.7E-2|9E-3,?,? 100,,,,7840|50,7600|70,,10400|70,-290|50,7681.10|24,207011970|50,11150|50,1994 +89,,118,,,,,,,,,,,,,,,, +208,Ac,,95 ms|+24-16,9.5E-2|2E-2,?,? 99,,,-5930|70,7720|50,9030|60,,8460|80,80|80,7684.86|27,208011540|60,10750|60,1994 +89,,119,,,ec,? 1,,,,,,,,,,,, +209,Ac,,0.087 s|+12-9,8.7E-2|1.1E-2,?,? 100,,,-7520|150#,7730|50,6990|50#,-15910|60,9980|80,170|50,7695.85|24,209009490|50,8840|50,1968 +89,,120,,,,,,,,,,,,,,,, +210,Ac,,0.35 s|5,3.5E-1|5E-2,?,100|AP,,,-5270|60,7610|50,8350|60,-15650|150#,8130|80,360|60,7697.90|27,210009440|60,8790|60,1968 +89,,121,,,ec ?+,?,,,,,,,,,,,, +211,Ac,,0.21 s|3,2.1E-1|3E-2,?,? 100,,,-6710|90,7620|50,6370|50,-14930|60,9660|80,530|50,7707.19|25,211007730|60,7200|50,1968 +89,,122,,,ec ?+,< 0.2,,,,,,,,,,,, +212,Ac,,0.93 s|5,9.3E-1|5E-2,?,? 57,,,-4830|50,7520|50,7480|50,-14700|90,8000|70,840|50,7708.55|24,212007810|60,7280|50,1968 +89,,123,,,ec,? 43,,,,,,,,,,,, +213,Ac,,738 ms|16,7.38E-1|1.6E-2,?,? 100,,,-5965|18,7499|4,5809|18,-14027|18,9190|50,935|19,7715.53|7,213006607|16,6155|15,1968 +89,,124,,,,,,,,,,,,,,,, +214,Ac,,8.2 s|2,8.2E0|2E-1,?,? 89|3,,,-4251|19,7352.1|25,6351|16,-13748|18,7782|22,1191|18,7715.84|7,214006918|16,6444|15,1968 +89,,125,,,ec,? 11|3,,,,,,,,,,,, +215,Ac,,0.17 s|1,1.7E-1|1E-2,?,99.91|2,,,-4891|15,7746|3,3497|15,-12736|16,8485|20,1351|13,7719.41|6,215006474|13,6031|12,1968 +89,,126,,,ec ?+,0.09|2,,,,,,,,,,,, +216,Ac,,440 ?s|16,4.4E-4|1.6E-5,?,100,,,-2154|16,9235|6,4853|14,-10849|14,5958|16,1678|13,7711.26|5,216008743|12,8144|11,1967 +89,,127,,,,,,,,,,,,,,,, +217,Ac,,69 ns|4,6.9E-8|4E-9,?,? 100,3.82 5,,-3502|16,9832|10,2814|13,-9666|17,7512|16,1876|14,7710.34|5,217009344|12,8704|11,1972 +89,,128,,,ec ?+,? 2,,,,,,,,,,,, +218,Ac,,1.08 ?s|9,1.08E-6|9E-8,?,100,,,-1520|50,9380|50,4190|50,-9430|50,5930|50,2340|50,7702.18|23,218011640|50,10840|50,1970 +89,,129,,,,,,,,,,,,,,,, +219,Ac,,11.8 ?s|15,1.18E-5|1.5E-6,?,100,,,-2900|70,8830|50,2180|50,-8870|50,7350|70,2370|50,7700.55|23,219012420|50,11570|50,1970 +89,,130,,,,,,,,,,,,,,,, +220,Ac,,26.4 ms|2,2.64E-2|2E-4,?,100,,,-925|23,8348|4,3473|10,-8800|50,5900|50,2940|10,7692.351|28,220014754|7,13744|6,1970 +89,,131,,,ec,5 x 10-4,,,,,,,,,,,, +221,Ac,,52 ms|2,5.2E-2|2E-3,?,100,,,-2420|50,7780|50,1560|50,-8220|60,7290|50,3040|50,7690.54|23,221015590|50,14520|50,1968 +89,,132,,,,,,,,,,,,,,,, +222,Ac,,5.0 s|5,5E0|5E-1,?,99|1,,,-582|13,7137.4|20,2301|7,-8390|10,5970|50,3631|7,7682.802|23,222017844|6,16621|5,1949 +89,,133,,,ec ?+,1|1,,,,,,,,,,,, +223,Ac,,2.10 min|5,1.26E2|3E0,?,99,,,-1560|12,6783.2|10,593|7,-7449|14,6867|9,3783|8,7679.14|3,223019137|8,17826|7,1948 +89,,134,,,ec,1,,,,,,,,,,,, +224,Ac,,2.78 h|16,1E4|5.76E2,ec,90.9|+14-20,,,240|11,6326.9|7,1408|4,-7223|10,5663|8,4288|4,7670.143|18,224021722|4,20234|4,1948 +89,,135,,,?,9.1|+20-14,,,,,,,,,,,, +225,Ac,,9.9203 d|3,8.57E5|2.59E1,?,100,,,-673|7,5935.1|14,-356|5,-6428|11,6668|6,4478|5,7665.690|21,225023229|5,21637|5,1947 +89,,136,,,14C,4.5 x 10-12|14,,,,,,,,,,,, +226,Ac,,29.37 h|12,1.06E5|4.32E2,?-,83|3,,,1112|5,5506|8,641|4,-6072|6,5399|5,4973|4,7655.662|14,226026097|3,24309|3,1950 +89,,137,,,ec,17|3,,,,,,,,,,,, +,,,,,?,6 x 10-3|2,,,,,,,,,,,, +227,Ac,,21.772 y|3,6.87E8|9.47E4,?-,98.6200|36,+1.1 1,+1.7 2,44.8|8,5042.27|14,-1328.1|27,-5419|5,6531|3,5107.2|22,7650.707|8,227027750.7|21,25849.6|19,1902 +89,,138,,,?,1.3800|36,,,,,,,,,,,, +228,Ac,,6.15 h|2,2.21E4|7.2E1,?-,100,,,2123.7|26,4721|11,-45.5|29,-4981.4|26,5026.2|24,5571.9|24,7639.196|9,228031019.8|22,28894.7|21,1908 +89,,139,,,,,,,,,,,,,,,, +229,Ac,,62.7 min|5,3.76E3|3E1,?-,100,,,1104|12,4444|17,-1872|20,-4152|12,6276|12,5539|12,7633.24|5,229032947|13,30690|12,1952 +89,,140,,,,,,,,,,,,,,,, +230,Ac,,122 s|3,1.22E2|3E0,?-,100,,,2976|16,3893|17,-678|19,-3819|16,4923|20,6013|22,7621.46|7,230036327|17,33838|16,1973 +89,,141,,,?- F,1.2 x 10-06|4,,,,,,,,,,,, +231,Ac,,7.5 min|1,4.5E2|6E0,?-,100,,,1947|13,3655|14,-2454|17,-3171|13,6147|21,6042|17,7615.08|6,231038393|14,35763|13,1973 +89,,142,,,,,,,,,,,,,,,, +232,Ac,,119 s|5,1.19E2|5E0,?-,100,,,3708|13,3345|15,-1343|16,-2733|13,4680|18,6351|17,7602.42|6,232042034|14,39154|13,1986 +89,,143,,,,,,,,,,,,,,,, +233,Ac,,145 s|10,1.45E2|1E1,?-,100,,,2576|13,3215|14,-3026|16,-2210|13,5918|18,6478|16,7595.19|6,233044346|14,41308|13,1983 +89,,144,,,,,,,,,,,,,,,, +234,Ac,,44 s|7,4.4E1|7E0,?-,100,,,4228|14,2930|15,-2089|16,-1962|14,4538|19,6782|16,7582.13|6,234048139|15,44841|14,1986 +89,,145,,,,,,,,,,,,,,,, +235,AC,,62 s|4,6.2E1|4E0,,,,,3339|19,2852|16,,-1327|14,5555|20,6862|16,7573.50|6,235050840|15,47357|14,2006 +89,,146,,,,,,,,,,,,,,,, +236,Ac,,1.2 min|+58-5,7.2E1|1.89E2,?-,?,,,4970|40,2720|40,,-870|40,4210|40,7200|300#,7559.24|16,236054990|40,51220|40,2010 +89,,147,,,,,,,,,,,,,,,, +208,TH,,1.7 ms|+17-6,1.7E-3|1.2E-3,?,? 100,,,,8200|30,5930|70,,,1750|60,7652.59|16,208017910|40,16680|30,2010 +90,,118,,,,,,,,,,,,,,,, +209,Th,,2.5 ms|+17-7,2.5E-3|1.2E-3,?,? 100,,,,8100|140#,7520|150,,8390|140#,1670|150#,7656|1#,209017570|150#,16370|140#,1996 +90,,119,,,,,,,,,,,,,,,, +210,Th,,16 ms|4,1.6E-2|4E-3,?,100|AP,,,,8069|6,5270|60,,10380|140#,2070|50,7669.08|9,210015093|20,14059|19,1995 +90,,120,,,ec ?+,?,,,,,,,,,,,, +211,Th,,37 ms|+28-11,3.7E-2|2E-2,ec ?+,?,,,-8170|130#,7940|50,6710|90#,,8220|80,2170|90,7671.7|3,211014930|80,13910|70,1995 +90,,121,,,?,?,,,,,,,,,,,, +212,Th,,31.7 ms|13,3.17E-2|1.3E-3,?,100,,,-9480|80,7958|5,4830|50,-18040|100#,9870|70,2380|50,7682.06|5,212013001|11,12111|10,1980 +90,,122,,,ec ?+,? 0.3,,,,,,,,,,,, +213,Th,,144 ms|21,1.44E-1|2.1E-2,?,? 100,,,-7540|70,7837|7,5965|18,-17540|80,8062|14,2450|50,7683.85|4,213013011|10,12120|9,1968 +90,,123,,,,,,,,,,,,,,,, +214,Th,,87 ms|10,8.7E-2|1E-2,?,100,,,-8790|80,7827|5,4251|19,-17040|70,9497|14,2749|19,7692.32|5,214011481|11,10695|11,1968 +90,,124,,,,,,,,,,,,,,,, +215,Th,,1.2 s|2,1.2E0|2E-1,?,100,,,-6940|70,7665|4,4891|15,-16640|80,7845|14,2811|18,7693.02|4,215011725|9,10922|9,1968 +90,,125,,,,,,,,,,,,,,,, +216,Th,,26.0 ms|2,2.6E-2|2E-4,?,100,,,-7500|50,8072|4,2154|16,-15640|70,8695|15,3021|17,7697.66|6,216011056|13,10298|12,1968 +90,,126,,,ec ?+,? 0.01|SY,,,,,,,,,,,, +217,Th,,0.241 ms|5,2.41E-4|5E-6,?,100,,,-4863|19,9435|4,3502|16,-13660|50,6164|16,3228|15,7690.59|5,217013103|11,12206|11,1968 +90,,127,,,,,,,,,,,,,,,, +218,Th,,117 ns|9,1.17E-7|9E-9,?,100,,,-6317|21,9849|9,1520|50,-12773|19,7910|15,3626|15,7691.60|5,218013276|11,12367|11,1973 +90,,128,,,,,,,,,,,,,,,, +219,Th,,1.05 ?s|3,1.05E-6|3E-8,?,100,,,-4070|70,9510|50,2900|70,-12280|50,5970|50,3660|70,7683.72|23,219015540|50,14470|50,1973 +90,,129,,,,,,,,,,,,,,,, +220,Th,,9.7 ?s|6,9.7E-6|6E-7,?,100,,,-5550|60#,8953|20,925|23#,-11940|60,7870|60,4190|60,7684.59|10,220015748|24,14669|22,1973 +90,,130,,,ec,2 x 10-7|SY,,,,,,,,,,,, +221,Th,,1.74 ms|3,1.74E-3|3E-5,?,100,,,-3440|50,8626|4,2420|50,-11350|50#,5800|24,4092|10,7676.06|4,221018186|9,16940|8,1970 +90,,131,,,,,,,,,,,,,,,, +222,Th,,2.24 ms|3,2.24E-3|3E-5,?,100,,,-4950|70#,8127|5,582|13#,-11240|50,7809|15,4610|50,7676.66|5,222018468|13,17203|12,1970 +90,,132,,,,,,,,,,,,,,,, +223,Th,,0.60 s|2,6E-1|2E-2,?,100,,,-2930|70,7567|4,1560|12,-10840|70#,5889|15,4525|10,7668.64|4,223020812|10,19386|9,1952 +90,,133,,,,,,,,,,,,,,,, +224,Th,,1.04 s|2,1.04E0|2E-2,?,100,,,-3869|13,7299|6,-240|11,-10400|70,7463|14,5121|12,7667.72|4,224021464|11,19994|10,1949 +90,,134,,,,,,,,,,,,,,,, +225,Th,,8.75 min|4,5.25E2|2.4E0,?,? 90,,,-2030|70,6921.4|21,673|7,-9623|9,5755|11,5213|6,7659.222|23,225023951|5,22310|5,1949 +90,,135,,,ec,? 10,,,,,,,,,,,, +226,Th,,30.57 min|10,1.83E3|6E0,?,100,,,-2836|12,6452.5|10,-1112|5,-9210|70,7184|7,5729|6,7657.119|20,226024904|5,23198|4,1948 +90,,136,,,,,,,,,,,,,,,, +227,Th,,18.697 d|7,1.62E6|6.05E2,?,100,,,-1026|7,6146.60|10,-44.8|28,-8300|12,5464|5,5793|3,7647.458|9,227027702.6|22,25804.8|21,1906 +90,,137,,,,,,,,,,,,,,,, +228,Th,,1.9116 y|16,6.03E7|5.05E4,?,100,,,-2153|4,5520.15|22,-2123.7|28,-8132|8,7105.2|22,6367.6|21,7645.080|8,228028739.8|19,26771.0|18,1905 +90,,138,,,,,,,,,,,,,,,, +229,Th,,7880 y|120,2.49E11|3.79E9,?,100,+0.46 4,+4.3 9,-311|4,5167.6|10,-1104|12,-7409|5,5256.7|26,6598.1|28,7634.650|11,229031761.4|26,29585.6|24,1947 +90,,139,,,,,,,,,,,,,,,, +230,Th,,7.54 x 104|y|3,2.38E12|9.47E9,?,100,,,-1311.0|28,4769.8|15,-2976|16,-7106|3,6794.3|22,7116|12,7630.996|5,230033132.4|13,30862.6|12,1907 +90,,140,,,24Ne,5.8 x 10-11|13,,,,,,,,,,,, +,,,,,SF,? 4 x 10-12,,,,,,,,,,,, +231,Th,,25.52 h|1,9.19E4|3.6E1,?-,100,,,391.5|15,4213.3|15,-1947|13,-6429.0|28,5118.02|20,7311|16,7620.118|5,231036302.9|13,33815.9|12,1911 +90,,141,,,?,? 4 x 10-11,,,,,,,,,,,, +232,Th,,1.40 x 1010|y|1,4.42E17|3.16E15,?,100,,,-500|8,4081.6|14,-3708|13,-6048.9|17,6440.4|11,7605|13,7615.033|6,232038053.7|15,35446.8|14,1898 +90,,142,100 %,,SF,1.1 x 10-09|4,,,,,,,,,,,, +233,Th,,21.83 min|4,1.31E3|2.4E0,?-,100,,,1242.2|11,3745|16,-2576|13,-5286|8,4786.39|9,7712|13,7602.893|6,233041580.2|15,38731.7|14,1935 +90,,143,,,,,,,,,,,,,,,, +234,Th,,24.10 d|3,2.08E6|2.59E3,?-,100,,,274|3,3672|11,-4228|14,-4947.8|25,6190.0|26,7984|13,7596.855|11,234043599.9|28,40613.0|26,1900 +90,,144,,,,,,,,,,,,,,,, +235,Th,,7.2 min|1,4.32E2|6E0,?-,100,,,1729|19,3376|17,-3339|19,-4392|14,4667|13,8112|19,7584.38|5,235047255|14,44018|13,1969 +90,,145,,,,,,,,,,,,,,,, +236,Th,,37.3 min|15,2.24E3|9E1,?-,100,,,921|20,3333|17,-4970|40,-4105|20,5834|19,8391|20,7576.97|6,236049657|15,46255|14,1973 +90,,146,,,,,,,,,,,,,,,, +237,Th,,4.8 min|5,2.88E2|3E1,?-,100,,,2427|21,3196|18,,-3450|21,4371|21,8550|40,7563.44|7,237053629|17,49955|16,1993 +90,,147,,,,,,,,,,,,,,,, +238,Th,,9.4 min|20,5.64E2|1.2E2,?-,100,,,1630|280#,3170|280#,#,-3070|280#,5500|280#,8780|490#,7555|1#,238056390|300#,52520|280#,1999 +90,,148,,,,,,,,,,,,,,,, +211,Pa,,> 300 ns,3E-7|5E15,ec ?+,?,,,,8510|110#,8170|130,,,-730|100#,7629|0#,211023700|110#,22080|100#, +91,,120,,,p,?,,,,,,,,,,,, +,,,,,?,?,,,,,,,,,,,, +212,Pa,,5.1 ms|+61-19,5.1E-3|4E-3,?,? 100,,,,8420|50,9480|80,,8560|130#,-390|100,7633.6|4,212023180|80,21590|70,1997 +91,,121,,,,,,,,,,,,,,,, +213,Pa,,5.3 ms|+40-16,5.3E-3|2.8E-3,?,100,,,,8390|50,7540|70,,10000|100,-260|70,7644.8|3,213021110|80,19660|70,1995 +91,,122,,,,,,,,,,,,,,,, +214,Pa,,17 ms|3,1.7E-2|3E-3,?,? 100,,,,8270|50,8790|80,,8250|100,-80|80,7647.6|4,214020920|80,19490|80,1995 +91,,123,,,,,,,,,,,,,,,, +215,Pa,,14 ms|2,1.4E-2|2E-3,?,100,,,-7060|110,8240|50,6940|70,,9690|110,120|70,7657.1|3,215019180|80,17860|70,1979 +91,,124,,,,,,,,,,,,,,,, +216,Pa,,0.15 s|+6-4,1.5E-1|5E-2,?,? 98|SY,,,-5270|60,8097|15,7500|50,-15200|100,8140|90,410|50,7659.31|25,216019110|60,17800|50,1972 +91,,125,,,ec,? 2|SY,,,,,,,,,,,, +217,Pa,,3.6 ms|8,3.6E-3|8E-4,?,100,,,-5900|70#,8489|4,4863|19#,-14070|30,8800|60,519|20,7664.58|7,217018324|17,17068|16,1968 +91,,126,,,,,,,,,,,,,,,, +218,Pa,,113 ?s|10,1.13E-4|1E-5,?,100,,,-3211|23,9815|10,6317|21,-12360|70#,6456|24,811|21,7659.04|8,218020058|20,18684|18,1979 +91,,127,,,,,,,,,,,,,,,, +219,Pa,,53 ns|10,5.3E-8|1E-8,?,100,,,-4750|70,10080|50,4070|70,-11430|50,8210|50,1120|50,7661.57|23,219019900|60,18540|50,2005 +91,,128,,,,,,,,,,,,,,,, +220,Pa,,0.78 ?s|16,7.8E-7|1.6E-7,?,100,,,-2710|110#,9650|50#,5550|60#,-11140|70#,6390|70#,1540|70#,7656|0#,220021700|50#,20220|50#,2005 +91,,129,,,ec ?+,3 x 10-7,,,,,,,,,,,, +221,Pa,,5.9 ?s|17,5.9E-6|1.7E-6,?,100,,,-4140|70,9250|50,3440|50,-10630|110#,7910|70#,1580|60,7656.97|23,221021870|60,20380|50,1983 +91,,130,,,,,,,,,,,,,,,, +222,Pa,,2.9 ms|+6-4,2.9E-3|5E-4,?,100,,,-2120|90#,8890|50#,4950|70#,-10440|90#,6290|90#,2070|70#,7651|0#,222023780|80#,22150|70#,1970 +91,,131,,,,,,,,,,,,,,,, +223,Pa,,5.1 ms|6,5.1E-3|6E-4,?,100,,,-3520|100,8330|50,2930|70,-10020|90,7900|100#,2170|70,7652.0|3,223023960|80,22320|70,1970 +91,,132,,,,,,,,,,,,,,,, +224,Pa,,0.846 s|20,8.46E-1|2E-2,?,100,,,-1860|24,7694|4,3869|13,-10050|70,6530|70,2813|12,7646.96|3,224025617|8,23862|8,1958 +91,,133,,,,,,,,,,,,,,,, +225,Pa,,1.7 s|2,1.7E0|2E-1,?,100,,,-3040|70,7390|50,2030|70,-9450|70,7590|70,2940|70,7646.7|3,225026130|80,24340|70,1958 +91,,134,,,,,,,,,,,,,,,, +226,Pa,,1.8 min|2,1.08E2|1.2E1,?,74|5,,,-1296|17,6987|10,2836|12,-9418|16,6380|70,3566|12,7641.11|5,226027948|12,26033|11,1949 +91,,135,,,ec ?+,26|5,,,,,,,,,,,, +227,Pa,,38.3 min|3,2.3E3|1.8E1,?,85|2,,,-2214|12,6580.4|21,1026|8,-8569|15,7273|14,3655|9,7639.49|3,227028804|8,26831|7,1948 +91,,136,,,ec,15|2,,,,,,,,,,,, +228,Pa,,22 h|1,7.92E4|3.6E3,ec ?+,98.15|17,3.5 5,,-299|15,6264.5|15,2153|5,-8193|11,5979|8,4170|5,7632.207|19,228031051|5,28924|4,1948 +91,,137,,,?,1.85|17,,,,,,,,,,,, +229,Pa,,1.50 d|5,1.3E5|4.32E3,ec,99.52|5,,,-1314|7,5835|4,311|4,-7397|15,7098|5,4163|3,7629.874|14,229032096|4,29897|3,1949 +91,,138,,,?,0.48|5,,,,,,,,,,,, +230,Pa,,17.4 d|5,1.5E6|4.32E4,ec ?+,92.2|7,2.00 29,,559|5,5439.4|7,1311|3,-7108|7,5795|4,4701|4,7621.895|13,230034540|3,32174|3,1948 +91,,139,,,?-,7.8|7,,,,,,,,,,,, +,,,,,?,0.0032|1,,,,,,,,,,,, +231,Pa,,3.276 x 104|y|11,1.03E12|3.47E9,?,100,2.01 2,-1.72 5,-381.6|20,5149.9|8,-391.5|21,-6262|5,6821|3,4727.2|15,7618.426|8,231035882.6|19,33424.4|18,1918 +91,,140,,,SF,? 3 x 10-10,,,,,,,,,,,, +232,Pa,,1.32 d|2,1.14E5|1.73E3,?-,100,,,1337|7,4627|8,500|8,-5931|8,5549|8,5158|8,7609.51|3,232038590|8,35947|8,1949 +91,,141,,,ec,?,,,,,,,,,,,, +233,Pa,,26.975 d|13,2.33E6|1.12E3,?-,100,+3.4 8,-3.0,570.3|20,4375|12,-1242.2|20,-5191.4|18,6528|8,5246.3|11,7604.866|6,233040246.6|14,37489.5|13,1938 +91,,142,,,,,,,,,,,,,,,, +234,Pa,,6.70 h|5,2.41E4|1.8E2,?-,100,,,2194|4,4076|16,-274|5,-4652|4,5222|4,5682|4,7594.683|17,234043306|4,40339|4,1913 +91,,143,,,,,,,,,,,,,,,, +235,Pa,,24.4 min|2,1.46E3|1.2E1,?-,100,,,1370|14,4101|19,-1729|19,-3927|14,6121|15,5613|14,7588.41|6,235045399|15,42289|14,1950 +91,,144,,,,,,,,,,,,,,,, +236,Pa,,9.1 min|1,5.46E2|6E0,?-,100,,,2889|14,3755|19,-921|20,-3656|14,5026|20,5973|19,7577.56|6,236048668|15,45334|14,1963 +91,,145,,,,,,,,,,,,,,,, +237,Pa,,8.7 min|2,5.22E2|1.2E1,?-,100,,,2137|13,3795|18,-2427|21,-2988|13,5878|19,6017|19,7570.38|5,237051023|14,47528|13,1954 +91,,146,,,,,,,,,,,,,,,, +238,Pa,,2.28 min|10,1.37E2|6E0,?-,100,,,3586|16,3628|21,-1630|280,-2567|16,4705|21,6350|22,7558.34|7,238054637|17,50894|16,1968 +91,,147,,,,,,,,,,,,,,,, +239,Pa,,1.8 h|5,6.48E3|1.8E3,?-,100,,,2760|200#,3550|200#,#,-2040|200#,5630|200#,6480|340#,7550|1#,239057260|210#,53340|200#,1995 +91,,148,,,,,,,,,,,,,,,, +215,U,,0.7 ms|+13-3,7E-4|8E-4,?,> 0,,,,8590|50,7060|110,,,1850|120,7620.6|4,215026760|90,24920|90, +92,,123,,,ec ?+,?,,,,,,,,,,,, +216,U,,4.5 ms|+47-16,4.5E-3|3.2E-3,?,? 100,,,,8531|26,5270|60,,9930|90,2090|80,7631.31|13,216024760|30,23066|28, +92,,124,,,,,,,,,,,,,,,, +217,U,,16 ms|+21-6,1.6E-2|1.4E-2,?,? 100,,,,8430|70#,5900|70,,8160|80#,2110|90#,7634|0#,217024660|80#,22970|70#,2000 +92,,125,,,,,,,,,,,,,,,, +218,U,,0.51 ms|+17-10,5.1E-4|1.4E-4,?,100,,,,8775|9,3211|23,,9150|70#,2463|21,7640.72|6,218023505|15,21895|14,1992 +92,,126,,,,,,,,,,,,,,,, +219,U,,42 ?s|+34-13,4.2E-5|2.4E-5,?,100,,,-6170|100,9940|50,4750|70,,6680|50,2690|50,7636.33|23,219025000|50,23290|50,1993 +92,,127,,,,,,,,,,,,,,,, +221,U,,0.66 ?s|14,6.6E-7|1.4E-7,?,? 100,,,-5330|210#,9890|50,4140|70#,-13860|200#,6480|110#,2990|70#,7634.68|23,221026320|50,24520|50, +92,,129,,,,,,,,,,,,,,,, +222,U,,4.7 ?s|7,4.7E-6|7E-7,?,? 100,,,-6750|200#,9480|50,2120|90#,-13650|210#,8320|70,3390|70,7637.76|23,222026060|60,24270|50,1983 +92,,130,,,,,,,,,,,,,,,, +223,U,,18 ?s|+10-5,1.8E-5|8E-6,?,100,,,-4760|210#,8940|50,3520|100#,-13250|210#,6510|90,3610|100#,7632.7|3,223027740|80,25840|70,1991 +92,,131,,,ec ?+,0.2,,,,,,,,,,,, +224,U,,0.84 ms|+40-22,8.4E-4|3.1E-4,?,100,,,-6150|200#,8628|7,1860|24#,-12950|200#,8190|70,3890|70,7635.16|10,224027614|25,25722|23,1991 +92,,132,,,,,,,,,,,,,,,, +225,U,,69 ms|15,6.9E-2|1.5E-2,?,100,,,-4210|70,8015|7,3040|70,-12570|200#,6414|26,3771|13,7629.74|5,225029394|12,27380|11,1989 +92,,133,,,,,,,,,,,,,,,, +226,U,,268 ms|9,2.68E-1|9E-3,?,100,,,-5450|90#,7701|4,1296|17#,-12330|70,8122|17,4300|70,7631.92|6,226029339|14,27329|13,1973 +92,,134,,,,,,,,,,,,,,,, +227,U,,1.1 min|1,6.6E1|6E0,?,100,,,-3520|70,7235|3,2214|12,-11800|90#,6355|16,4277|15,7626.29|4,227031182|10,29045|10,1952 +92,,135,,,,,,,,,,,,,,,, +228,U,,9.1 min|2,5.46E2|1.2E1,?,> 95,,,-4370|50,6804|10,299|15,-11410|70,7895|17,4898|16,7627.47|6,228031371|15,29222|14,1949 +92,,136,,,ec,< 5,,,,,,,,,,,, +229,U,,58 min|3,3.48E3|1.8E2,ec,? 80,,,-2570|90,6476|3,1314|7,-10460|50,6083|15,5002|7,7620.721|26,229033506|6,31211|6,1949 +92,,137,,,?,? 20,,,,,,,,,,,, +230,U,,20.23 d|2,1.75E6|1.73E3,?,100,,,-3620|50,5992.4|5,-559|5,-10240|90,7667|7,5571|5,7620.922|20,230033940|5,31615|5,1948 +92,,138,,,,,,,,,,,,,,,, +231,U,,4.2 d|1,3.63E5|8.64E3,ec,100,,,-1820|50,5576.3|17,382|3,-9500|50,5880|5,5657|4,7613.387|12,231036292.3|29,33806.0|27,1949 +92,,139,,,?,? 4 x 10-3|1,,,,,,,,,,,, +232,U,,68.9 y|4,2.17E9|1.26E7,?,100,,,-2750|100#,5413.63|9,-1337|8#,-9090|50,7267.8|28,6103.8|19,7611.897|8,232037154.9|19,34609.5|18,1949 +92,,140,,,SF,2.7 x 10-12|6,,,,,,,,,,,, +233,U,,1.592 x 105|y|2,5.02E12|6.31E9,?,100,+0.59 5,+3.663 8,-1030|50,4908.7|12,-570.3|26,-8510|100#,5761.7|25,6316|8,7603.956|10,233039634.4|24,36919.2|23,1947 +92,,141,,,SF,< 6 x 10-11,,,,,,,,,,,, +234,U,,2.455 x 105|y|6,7.75E12|1.89E10,?,100,,,-1810|8,4857.5|7,-2194|4,-7870|50,6845.5|20,6633.4|8,7600.715|5,234040950.4|12,38145.0|11,1912 +92,,142,0.0054 %|5,,SF,1.64 x 10-9|22,,,,,,,,,,,, +235,U,,7.04 x 108|y|1,2.22E16|3.16E13,?,100,-0.38 3,+4.936 6,-124.3|9,4678.0|7,-1370|14,-7107|8,5297.50|23,6709|4,7590.914|5,235043928.2|12,40918.8|11,1935 +92,,143,0.7204 %|6,,SF,7 x 10-9|2,,,,,,,,,,,, +236,U,,2.342 x 107|y|4,7.39E14|1.26E12,?,100,,,-930|50,4572.9|9,-2889|14,-6669.8|9,6545.52|26,7133|14,7586.484|5,236045566.2|12,42444.6|11,1951 +92,,144,,,SF,9.4 x 10-8|4,,,,,,,,,,,, +237,U,,6.752 d|2,5.83E5|1.73E2,?-,100,,,518.5|5,4233.6|10,-2137|13,-6060|50,5125.8|5,7233|14,7576.102|5,237048728.4|13,45390.2|12,1940 +92,,145,,,,,,,,,,,,,,,, +238,U,,4.468 x 109|y|6,1.41E17|1.89E14,?,100,,,-146.9|12,4269.9|21,-3586|16,-5635.2|12,6153.7|13,7509|13,7570.125|6,238050787.0|16,47307.8|15,1896 +92,,146,99.2742 %|10,,SF,5.45 x 10-5|7,,,,,,,,,,,, +239,U,,23.45 min|2,1.41E3|1.2E0,?-,100,,,1261.7|15,4130|13,-2760|200,-4953.3|12,4806.38|17,7610|16,7558.561|6,239054292.0|16,50572.7|15,1937 +92,,147,,,,,,,,,,,,,,,, +240,U,,14.1 h|1,5.08E4|3.6E2,?-,100,,,399|17,4035|14,,-4666.9|28,5928.5|29,7910|200#,7551.770|11,240056592.4|27,52715.5|26,1953 +92,,148,,,,,,,,,,,,,,,, +241,U,,,,?-,?,,,1940|210#,3820|200#,#,-4190|200#,4590|200#,8000|280#,7539|1#,241060330|210#,56200|200#, +92,,149,,,,,,,,,,,,,,,, +242,U,,16.8 min|5,1.01E3|3E1,?-,100,,,1200|280#,3670|200#,#,-3710|210#,5650|280#,8310|360#,7532|1#,242062930|210#,58620|200#,1979 +92,,150,,,,,,,,,,,,,,,, +243,U,,,,?-,?,,,2480|300#,3480|500#,#,-3130|360#,4330|360#,,7518|1#,243066950|320#,62360|300#, +92,,151,,,,,,,,,,,,,,,, +244,U,,,,?-,?,,,,,,,,,,,, +92,,152,,,,,,,,,,,,,,,, +245,U,,,,?-,?,,,,,,,,,,,, +92,,153,,,,,,,,,,,,,,,, +246,U,,,,?-,?,,,,,,,,,,,, +92,,154,,,,,,,,,,,,,,,, +247,U,,,,?-,?,,,,,,,,,,,, +92,,155,,,,,,,,,,,,,,,, +248,U,,,,?-,?,,,,,,,,,,,, +92,,156,,,,,,,,,,,,,,,, +249,U,,,,?-,?,,,,,,,,,,,, +92,,157,,,,,,,,,,,,,,,, +250,U,,,,?-,?,,,,,,,,,,,, +92,,158,,,,,,,,,,,,,,,, +251,U,,,,?-,?,,,,,,,,,,,, +92,,159,,,,,,,,,,,,,,,, +252,U,,,,?-,?,,,,,,,,,,,, +92,,160,,,,,,,,,,,,,,,, +253,U,,,,?- n,?,,,,,,,,,,,, +92,,161,,,?-,?,,,,,,,,,,,, +254,U,,,,?- n,?,,,,,,,,,,,, +92,,162,,,?-,?,,,,,,,,,,,, +255,U,,,,?- n,?,,,,,,,,,,,, +92,,163,,,?-,?,,,,,,,,,,,, +219,Np,,< 5 ?s,5E-6,?,? 100,,,,9170|50,6170|100,,,-270|90,7604.6|4,219031620|90,29460|90, +93,,126,,,,,,,,,,,,,,,, +225,Np,,3.6 ms|+76-27,3.6E-3|5.2E-3,?,? 100,,,,8790|50,4210|70,,8360|210#,1420|80,7607.6|3,225033910|80,31590|70,1994 +93,,132,,,ec ?+,?,,,,,,,,,,,, +226,Np,,35 ms|10,3.5E-2|1E-2,?,100,,,,8200|50,5450|90,,6880|110#,1890|90#,7604|0#,226035190|90#,32780|90#,1990 +93,,133,,,,,,,,,,,,,,,, +227,Np,,0.51 s|6,5.1E-1|6E-2,?,100,,,-4210|120#,7816|14,3520|70#,,8290|110#,2060|70,7607.4|3,227034960|80,32560|70,1990 +93,,134,,,,,,,,,,,,,,,, +228,Np,,61.4 s|14,6.14E1|1.4E0,ec,60|7,,,-2490|60,7310|50,4370|50,-11240|110#,7040|90,2740|50,7604.85|22,228036070|50,33600|50,1994 +93,,135,,,?,40|7,,,,,,,,,,,, +229,Np,,4.0 min|2,2.4E2|1.2E1,?,68|11,,,-3620|100,7010|50,2570|90,-10380|90,7890|100,2730|90,7606.1|4,229036260|90,33780|90,1968 +93,,136,,,ec,32|11,,,,,,,,,,,, +230,Np,,4.6 min|3,2.76E2|1.8E1,ec ?+,? 97,,,-1700|50,6780|50,3620|50,-10230|70,6610|100,3260|50,7601.78|22,230037830|60,35240|50,1968 +93,,137,,,?,? 3,,,,,,,,,,,, +231,Np,,48.8 min|2,2.93E3|1.2E1,ec,98|1,,,-2680|60,6370|50,1820|50,-9380|50,7680|70,3280|50,7602.13|22,231038240|50,35620|50,1950 +93,,138,,,?,2|1,,,,,,,,,,,, +232,Np,,14.7 min|3,8.82E2|1.8E1,ec ?+,100,,,-1000|100#,6010|100#,2750|100#,-9020|100#,6340|110#,3730|100#,7597|0#,232040110|110#,37360|100#,1950 +93,,139,,,?,0.0002,,,,,,,,,,,, +233,Np,,36.2 min|1,2.17E3|6E0,ec,100,,,-2100|70,5630|50,1030|50,-8490|50,7480|110#,3950|50,7596.18|22,233040740|50,37950|50,1950 +93,,140,,,?,? 0.001,,,,,,,,,,,, +234,Np,,4.4 d|1,3.8E5|8.64E3,ec ?+,100,,,-395|11,5356|9,1810|8,-8170|50,6070|50,4253|9,7589.64|4,234042893|9,39955|8,1949 +93,,141,,,,,,,,,,,,,,,, +235,Np,,396.1 d|12,3.42E7|1.04E5,ec,99.99740|13,,,-1139|20,5193.8|15,124.3|18,-7378|7,6983|8,4390.9|9,7587.056|6,235044061.6|15,41043.1|14,1949 +93,,142,,,?,0.00260|13,,,,,,,,,,,, +236,Np,,153 x 103|y|5,4.83E12|1.58E11,ec,86.3|8,,,480|50,5010|50,930|50,-6880|50,5740|50,4830|50,7579.21|21,236046570|50,43380|50,1949 +93,,143,,,?-,13.5|8,,,,,,,,,,,, +,,,,,?,0.16|4,,,,,,,,,,,, +237,Np,,2.144 x 106|y|7,6.77E13|2.21E11,?,100,+3.14 4,+3.886 6,-220.1|13,4957.3|7,-518.5|16,-6101.2|16,6580|50,4861.95|25,7574.989|5,237048171.7|12,44871.7|11,1948 +93,,144,,,SF,? 2 x 10-10,,,,,,,,,,,, +238,Np,,2.099 d|2,1.81E5|1.73E2,?-,100,,,1291.4|5,4691|4,146.9|19,-5708.4|13,5488.32|20,5224.5|6,7566.221|5,238050944.7|12,47454.7|11,1949 +93,,145,,,,,,,,,,,,,,,, +239,Np,,2.356 d|3,2.04E5|2.59E2,?-,100,,,722.8|9,4597|14,-1261.7|20,-4923.5|10,6214.9|10,5285.7|15,7560.567|5,239052937.6|14,49311.1|13,1940 +93,,146,,,,,,,,,,,,,,,, +240,Np,,61.9 min|2,3.71E3|1.2E1,?-,100,,,2191|17,4557|22,-399|17,-4343|17,5066|17,5545|17,7550.17|7,240056164|18,52316|17,1953 +93,,147,,,,,,,,,,,,,,,, +241,Np,,13.9 min|2,8.34E2|1.2E1,?-,100,,,1300|70,4310|70,-1940|210,-3940|70,6130|70,5740|70,7544.27|28,241058250|80,54260|70,1959 +93,,148,,,,,,,,,,,,,,,, +242,Np,,2.2 min|2,1.32E2|1.2E1,?-,100,,,2700|200,4100|200,-1200|280,-3610|200,4910|210,6070|280#,7533.4|8,242061640|210,57420|200,1979 +93,,149,,,,,,,,,,,,,,,, +243,Np,,1.85 min|15,1.11E2|9E0,?-,100,,,2120|30#,4110|200#,-2480|300#,-2910|30#,5610|200#,6030|200#,7525|0#,243064280|30#,59880|30#,1979 +93,,150,,,,,,,,,,,,,,,, +244,Np,,2.29 min|16,1.37E2|9.6E0,?-,100,,,3400|300#,3870|360#,#,-2620|300#,4740|300#,6450|420#,7514|1#,244067850|320#,63200|300#,1987 +93,,151,,,,,,,,,,,,,,,, +228,Pu,,1.1 s|+20-5,1.1E0|1.3E0,?,100,,,,7940|18,2490|60,,8750|100#,3760|80,7590.49|13,228038740|30,36087|29,1994 +94,,134,,,,,,,,,,,,,,,, +229,Pu,,90 s|+71-27,9E1|4.9E1,?,100,,,-4750|100,7590|50,3620|100,,6760|60,3490|70,7586.88|22,229040150|50,37400|50,1994 +94,,135,,,,,,,,,,,,,,,, +230,Pu,,102 s|10,1.02E2|1E1,?,? 100,,,-6000|130#,7181|7,1700|50#,-13290|90,8530|50,4130|90,7590.99|6,230039651|16,36934|15,1990 +94,,136,,,,,,,,,,,,,,,, +231,Pu,,8.6 min|5,5.16E2|3E1,ec ?+,90|4,,,-4100|300#,6839|20,2680|60#,-12690|130#,6697|27,4220|60,7587.12|10,231041126|24,38309|23,1999 +94,,137,,,?,10|4,,,,,,,,,,,, +232,Pu,,33.8 min|7,2.03E3|4.2E1,ec,90|SY,,,-4980|300#,6716|10,1000|100#,-12120|300#,8017|29,4550|50,7588.97|8,232041185|19,38363|18,1973 +94,,138,,,?,10|SY,,,,,,,,,,,, +233,Pu,,20.9 min|4,1.25E3|2.4E1,ec ?+,99.88|5,,,-3210|110#,6420|50,2100|70#,-11360|300#,6380|50,4600|110#,7583.80|22,233043000|50,40050|50,1957 +94,,139,,,?,0.12|5,,,,,,,,,,,, +234,Pu,,8.8 h|1,3.17E4|3.6E2,ec,? 94,,,-4110|160#,6310|5,395|11#,-10980|100#,7770|50,4890|50,7584.605|29,234043317|7,40350|7,1949 +94,,140,,,?,? 6,,,,,,,,,,,, +235,Pu,,25.3 min|5,1.52E3|3E1,ec ?+,99.9972|7,,,-2440|60,5951|20,1139|21,-10350|160#,6239|22,5061|22,7578.88|9,235045285|22,42182|21,1957 +94,,141,,,?,0.0028|7,,,,,,,,,,,, +236,Pu,,2.858 y|8,9.02E7|2.52E5,?,100,,,-3140|110#,5867.15|8,-480|50#,-9800|50,7352|21,5430.5|18,7577.918|8,236046056.8|19,42901.6|18,1949 +94,,142,,,SF,1.9 x 10-7|4,,,,,,,,,,,, +237,Pu,,45.64 d|4,3.94E6|3.46E3,ec,99.9958|4,,,-1480|60#,5747.6|23,220.1|20#,-9020|110#,5881.2|21,5580|50,7570.759|7,237048408.0|18,45091.7|17,1949 +94,,143,,,?,0.0042|4,,,,,,,,,,,, +238,Pu,,87.7 y|1,2.77E9|3.16E6,?,100,,,-2260|50,5593.27|19,-1291.4|16,-8480|60#,6999.8|13,5997.4|4,7568.360|5,238049558.2|12,46163.2|11,1949 +94,,144,,,SF,1.9 x 10-7|1,,,,,,,,,,,, +239,Pu,,24110 y|30,7.61E11|9.47E8,?,100,+0.203 4,,-802.1|17,5244.52|21,-722.8|17,-7900|50,5646.2|3,6155.3|4,7560.318|5,239052161.7|12,48588.3|11,1946 +94,,145,,,SF,3.1 x 10-10|6,,,,,,,,,,,, +240,Pu,,6561 y|7,2.07E11|2.21E8,?,100,,,-1385|14,5255.82|14,-2191|17,-7336.4|17,6534.22|23,6474.6|9,7556.042|5,240053811.8|12,50125.4|11,1949 +94,,146,,,SF,5.7 x 10-6|2,,,,,,,,,,,, +241,Pu,,14.329 y|29,4.52E8|9.15E5,?-,99.998,-0.683 15,+6 2,20.78|17,5140.1|5,-1300|70,-6626|14,5241.52|3,6650|17,7546.439|5,241056849.7|12,52955.2|11,1949 +94,,147,,,?,2.47 x 10-3,,,,,,,,,,,, +,,,,,SF,< 2.4 x 10-14,,,,,,,,,,,, +242,Pu,,3.75 x 105|y|2,1.18E13|6.31E10,?,100,,,-751.1|7,4984.2|10,-2700|200,-6288.8|7,6309.6|7,6830|70,7541.327|5,242058741.0|13,54716.9|12,1950 +94,,148,,,SF,5.50 x 10-4|6,,,,,,,,,,,, +243,Pu,,4.956 h|3,1.78E4|1.08E1,?-,100,,,579.6|26,4757.0|26,-2120|30,-5784.8|24,5033.6|24,6950|200,7531.008|10,243062002.1|27,57754.6|25,1951 +94,,149,,,,,,,,,,,,,,,, +244,Pu,,8.00 x 107|y|9,2.52E15|2.84E13,?,99.879|4,,,-73.2|27,4665.6|10,-3400|300,-5440.3|26,6019.9|29,7360|30#,7524.815|10,244064204.4|25,59806.0|23,1954 +94,,150,,,SF,0.121|4,,,,,,,,,,,, +245,Pu,,10.5 h|1,3.78E4|3.6E2,?-,100,,,1278|14,4560|200#,,-4772|14,4699|13,7310|300#,7513.28|6,245067825|15,63178|14,1955 +94,,151,,,,,,,,,,,,,,,, +246,Pu,,10.84 d|2,9.37E5|1.73E3,?-,100,,,401|14#,4350|200#,#,-4577|15,5855|20,7780|300#,7506.54|6,246070204|16,65395|15,1955 +94,,152,,,,,,,,,,,,,,,, +247,Pu,,2.27 d|23,1.96E5|1.99E4,?-,100,,,1950|220#,4320|360#,#,-3960|200#,4360|200#,,7494|1#,247074190|210#,69110|200#,1983 +94,,153,,,,,,,,,,,,,,,, +223,Am,,5 ms|+12-4,5E-3|8E-3,?,? 100,,,,,,,,,,,, +95,,128,,,,,,,,,,,,,,,, +229,Am,,0.9 s|+21-7,9E-1|1.4E0,?,? 91,,,,8140|50,4750|100,,,1230|90,7562.7|4,229045250|90,42150|90, +95,,134,,,ec ?+,? 9,,,,,,,,,,,, +230,AM,,31 s,3.1E1,ec,100,,,,7730|100#,6000|130,,7290|160#,1750|140#,7562|1#,230046090|140#,42930|130#,2003 +95,,135,,,SF,?,,,,,,,,,,,, +232,Am,,79 s|2,7.9E1|2E0,ec,? 97,,,-2970|360#,7320|300#,4980|300#,-12000|420#,7140|420#,2260|300#,7564|1#,232046530|320#,43340|300#,1967 +95,,137,,,?,? 3,,,,,,,,,,,, +,,,,,ec F,0.069|10,,,,,,,,,,,, +233,Am,,3.2 min|8,1.92E2|4.8E1,?,> 3,,,-4030|120#,7060|50#,3210|110#,-11120|230#,8150|320#,2390|100#,7567|0#,233046440|110#,43260|100#,2000 +95,,138,,,ec ?+,?,,,,,,,,,,,, +234,Am,,2.32 min|8,1.39E2|4.8E0,ec,100,,,-2260|160#,6800|150#,4110|160#,-10900|170#,6870|190#,2880|170#,7564|1#,234047730|170#,44460|160#,1967 +95,,139,,,?,?,,,,,,,,,,,, +235,Am,,10.3 min|6,6.18E2|3.6E1,ec,99.60|5,,,-3410|210#,6576|13,2440|60#,-10170|50,7910|170#,3010|50,7565.15|22,235047910|60,44630|50,1996 +95,,140,,,?,0.40|5,,,,,,,,,,,, +236,Am,,3.6 min|2,2.16E2|1.2E1,?,?,,,-1810|110#,6260|50,3140|110#,-10060|230#,6660|120#,3430|110#,7561|0#,236049430|120#,46040|110#,1998 +95,,141,,,ec,?,,,,,,,,,,,, +237,Am,,73.6 min|8,4.42E3|4.8E1,ec ?+,99.975|3,,,-2680|90#,6200|30#,1480|60#,-9360|60#,7540|130#,3620|60#,7561|0#,237049990|60#,46570|60#,1970 +95,,142,,,?,0.025|3,,,,,,,,,,,, +238,Am,,98 min|2,5.88E3|1.2E2,ec ?+,100,,,-1020|50,6040|50,2260|50,-8900|90,6220|80#,3960|50,7555.58|21,238051980|50,48420|50,1950 +95,,143,,,?,1.0 x 10-4|4,,,,,,,,,,,, +239,Am,,11.9 h|1,4.28E4|3.6E2,ec,99.990|1,,,-1760|50,5922.4|14,802.1|23,-8126|12,7100|50,4061.8|17,7553.688|8,239053022.8|21,49390.4|20,1949 +95,,144,,,?,0.010|1,,,,,,,,,,,, +240,Am,,50.8 h|3,1.83E5|1.08E3,ec,100,,,-214|14,5710|50,1385|14,-7710|60,5952|14,4367|14,7547.01|6,240055298|15,51510|14,1949 +95,,145,,,?,1.9 x 10-4|7,,,,,,,,,,,, +241,Am,,432.6 y|6,1.37E10|1.89E7,?,100,+1.58 1,+4.34 5,-767.4|12,5637.82|12,-20.8|16,-6861.2|17,6647|14,4479.96|17,7543.278|5,241056827.4|12,52934.4|11,1949 +95,,146,,,SF,3.6 x 10-10|9,,,,,,,,,,,, +242,Am,,16.02 h|2,5.77E4|7.2E1,?-,82.7|3,+0.3879 15,-2.4 7,664.3|4,5588.50|25,751.1|17,-6305.1|12,5537.64|10,4776.07|19,7534.991|5,242059547.4|12,55468.1|11,1949 +95,,147,,,ec,17.3|3,,,,,,,,,,,, +243,Am,,7364 y|22,2.32E11|6.94E8,?,100,+1.503 14,+2.86 3,-7.0|16,5439.1|9,-579.6|29,-5700.0|12,6364.3|12,4830.9|14,7530.173|6,243061379.9|15,57175.0|14,1950 +95,,148,,,SF,3.7 x 10-9|9,,,,,,,,,,,, +244,Am,,10.1 h|1,3.64E4|3.6E2,?-,100,,,1427.3|10,5138|17,73.2|28,-5374.1|14,5367.2|16,5164.4|26,7521.308|6,244064283.0|16,59879.2|15,1950 +95,,149,,,,,,,,,,,,,,,, +245,Am,,2.05 h|1,7.38E3|3.6E1,?-,100,,,895.9|15,5220|70,-1278|14,-4622.7|16,6050.0|19,5194.5|29,7515.303|8,245066452.9|20,61900.5|19,1955 +95,,150,,,,,,,,,,,,,,,, +246,Am,,39 min|3,2.34E3|1.8E2,?-,100,,,2377|18#,5150|200#,-401|23#,-4082|18#,4978|18#,5473|22#,7505|0#,246069774|19#,64994|18#,1955 +95,,151,,,,,,,,,,,,,,,, +247,Am,,23.0 min|13,1.38E3|7.8E1,?-,100,,,1620|100#,4850|100#,-1950|220#,-3530|100#,5910|100#,5530|100#,7499|0#,247072090|110#,67150|100#,1967 +95,,152,,,,,,,,,,,,,,,, +248,Am,,,,,,,,3170|200#,4940|360#,#,-3040|200#,4660|220#,5830|280#,7487|1#,248075750|210#,70560|200#, +95,,153,,,,,,,,,,,,,,,, +233,Cm,,,,?,?,,,-5570|230#,7470|50,4030|120#,,7090|210#,3330|310#,7546.0|3,233050770|80,47290|70,2001 +96,,137,,,ec ?+,?,,,,,,,,,,,, +234,Cm,,51 s|12,5.1E1|1.2E1,SF,? 40,,,-6730|140#,7365|9,2260|160#,-14210|220#,8640|70,3830|100#,7550.68|7,234050161|19,46725|17,2001 +96,,138,,,?,? 40,,,,,,,,,,,, +,,,,,ec ?+,? 20,,,,,,,,,,,, +235,Cm,,,,,,,,-4670|450#,7300|200#,3410|210#,-13490|250#,6760|200#,3720|260#,7547|1#,235051570|220#,48030|200#, +96,,139,,,,,,,,,,,,,,,, +236,Cm,,,,?,?,,,-5690|400#,7067|5,1810|110#,-12920|400#,8250|200#,4060|60,7550.30|8,236051375|20,47855|18,2010 +96,,140,,,ec,?,,,,,,,,,,,, +237,Cm,,,,,,,,-3940|230#,6770|50,2680|90#,-12370|410#,6680|70,4080|130#,7546.6|3,237052870|80,49250|70,2002 +96,,141,,,,,,,,,,,,,,,, +238,Cm,,2.2 h|4,7.92E3|1.44E3,ec,96.16|18,,,-4770|250#,6670|10,1020|50#,-11810|220#,7870|70,4410|60#,7548.00|5,238053082|13,49445|12,1994 +96,,142,,,?,3.84|18,,,,,,,,,,,, +,,,,,SF,0.048|2,,,,,,,,,,,, +239,Cm,,2.7 h|8,9.72E3|2.88E3,ec,100,,,-3100|210#,6540|50,1760|50#,-11140|260#,6370|60,4560|70,7543.06|23,239054910|60,51150|50,1952 +96,,143,,,?,< 0.001,,,,,,,,,,,, +240,Cm,,27 d|1,2.33E6|8.64E4,?,> 99.5,,,-3940|150#,6397.8|6,214|14#,-10600|210#,7490|50,4955.1|23,7542.861|8,240055528.3|20,51724.3|19,1949 +96,,144,,,ec,< 0.5,,,,,,,,,,,, +,,,,,SF,3.9 x 10-6|8,,,,,,,,,,,, +241,Cm,,32.8 d|2,2.83E6|1.73E4,ec,99.0|1,,,-2330|200#,6185.2|6,767.4|20#,-10030|150#,6093.8|21,5097|14,7536.848|7,241057651.3|17,53701.8|16,1952 +96,,145,,,?,1.0|1,,,,,,,,,,,, +242,Cm,,162.8 d|2,1.41E7|1.73E4,?,100,,,-2930|200#,6215.63|8,-664.3|16#,-9300|200#,6969.4|12,5419.6|4,7534.503|5,242058834.3|12,54803.8|11,1949 +96,,146,,,SF,6.2 x 10-6|3,,,,,,,,,,,, +,,,,,34Si,1.0 x 10-14|+4-3,,,,,,,,,,,, +243,Cm,,29.1 y|1,9.18E8|3.16E6,?,99.71|3,,,-1508|5,6168.8|10,7.0|20,-8620|200#,5693.1|10,5575.0|10,7526.925|6,243061387.4|16,57182.0|15,1950 +96,,147,,,ec,0.29|3,,,,,,,,,,,, +,,,,,SF,5.3 x 10-9|9,,,,,,,,,,,, +244,Cm,,18.1 y|1,5.71E8|3.16E6,?,100,,,-2262|14,5901.60|3,-1427.3|18,-8309|4,6801.4|10,6012.1|12,7523.952|5,244062750.7|12,58451.9|11,1950 +96,,148,,,SF,1.37 x 10-4|3,,,,,,,,,,,, +245,Cm,,8423 y|74,2.66E11|2.34E9,?,100,0.40 8,,-809.3|15,5624.5|5,-895.9|22,-7781|14,5518.6|5,6163.6|11,7515.767|5,245065491.1|12,61004.6|11,1954 +96,,149,,,SF,6.1 x 10-7|9,,,,,,,,,,,, +246,Cm,,4706 y|40,1.49E11|1.26E9,?,99.97385|7,,,-1350|60,5475.1|9,-2377|18,-7268.2|18,6458.9|12,6572.5|20,7511.471|6,246067222.1|16,62617.0|15,1954 +96,,150,,,SF,0.02615|7,,,,,,,,,,,, +247,Cm,,1.56 x 107|y|5,4.92E14|1.58E13,?,100,0.36 7,,44|6,5354|3,-1620|100,-6510|60,5155|4,6750|18#,7501.931|15,247070353|4,65533|4,1954 +96,,151,,,,,,,,,,,,,,,, +248,Cm,,3.48 x 105|y|6,1.1E13|1.89E11,?,91.61|16,,,-690|70#,5161.81|25,-3170|200#,-6168|6,6212|4,7050|100#,7496.728|10,248072349.1|25,67392.8|24,1956 +96,,152,,,SF,8.39|16,,,,,,,,,,,, +249,Cm,,64.15 min|3,3.85E3|1.8E0,?-,100,,,904.3|26,5148|13,-2350|300,-5400|70#,4713.37|25,7100|200#,7485.550|10,249075954.0|25,70750.7|24,1956 +96,,153,,,,,,,,,,,,,,,, +250,Cm,,? 8.3 x 103|y,2.62E11,SF,? 74,,,40|11,5170|18,,-4928|10,5832|10,7400|300#,7478.94|4,250078358|11,72990|10,1966 +96,,154,,,?,? 18,,,,,,,,,,,, +,,,,,?-,? 8,,,,,,,,,,,, +251,Cm,,16.8 min|2,1.01E3|1.2E1,?-,100,,,1420|20,5120|200#,,-4373|23,4413|25,,7466.72|9,251082285|24,76648|23,1978 +96,,155,,,,,,,,,,,,,,,, +252,Cm,,< 2 d,1.73E5,,,,,520|360#,,#,-4240|300#,5660|300#,,7460|1#,252084870|320#,79060|300#, +96,,156,,,,,,,,,,,,,,,, +233,Bk,,21 s|+48-17,2.1E1|3.3E1,?,? 82,,,,8290|210#,5570|240,,,740|300#,7519|1#,233056750|240#,52860|220#, +97,,136,,,ec ?+,? 18,,,,,,,,,,,, +234,BK,,1.4 x 102|s|+14-5,1.4E2|9.5E1,?,? 80,,,,8100|50,6730|140,,7480|260#,1130|160#,7519|1#,234057390|150#,53450|140#,2003 +97,,137,,,ec,? 20,,,,,,,,,,,, +238,Bk,,144 s|5,1.44E2|5E0,ec ?+,100,,,-3060|390#,7330|200#,4770|260#,-11790|270#,7040|340#,2320|260#,7525|1#,238058200|270#,54220|250#,1994 +97,,141,,,ec F,0.048|20,,,,,,,,,,,, +239,BK,,,,ec,> 99,,,-4020|290#,7200|200#,3100|210#,-11100|360#,8040|330#,2480|210#,7527|1#,239058240|220#,54250|210#, +97,,142,,,SF,< 1,,,,,,,,,,,, +,,,,,?,< 1,,,,,,,,,,,, +240,Bk,,4.8 min|8,2.88E2|4.8E1,ec SF,0.0020|13,,,-2330|150#,7200|190#,3940|150#,-10680|260#,6660|250#,2770|160#,7523|1#,240059760|160#,55660|150#,1980 +97,,143,,,ec ?+,?,,,,,,,,,,,, +241,Bk,,4.6 min|4,2.76E2|2.4E1,ec ?+,?,,,-3290|260#,7040|210#,2330|200#,-10030|200#,7700|250#,2980|200#,7524|1#,241060150|210#,56030|200#,2003 +97,,144,,,?,?,,,,,,,,,,,, +242,Bk,,7.0 min|13,4.2E2|7.8E1,ec ?+,? 100,,,-1650|200#,6890|210#,2930|200#,-9660|260#,6370|280#,3260|200#,7519|1#,242061980|210#,57730|200#,1972 +97,,145,,,,,,,,,,,,,,,, +243,Bk,,4.6 h|2,1.66E4|7.2E2,ec ?+,? 99.85,,,-2300|110#,6874|4,1508|5#,-8769|14,7110|200#,3403|4,7517.501|19,243063006|5,58690|5,1950 +97,,146,,,?,? 0.15,,,,,,,,,,,, +244,Bk,,4.35 h|15,1.57E4|5.4E2,ec,99.994|3,,,-764|15,6779|4,2262|14,-8350|110#,6047|15,3757|14,7511.47|6,244065179|15,60714|14,1972 +97,,147,,,?,0.006|3,,,,,,,,,,,, +245,Bk,,4.95 d|3,4.28E5|2.59E3,ec,99.88|1,,,-1571.4|26,6454.5|14,809.3|21,-7735.7|29,6971|14,3927.0|14,7509.270|7,245066359.9|19,61813.8|18,1951 +97,,148,,,?,0.12|1,,,,,,,,,,,, +246m,Bk,,1.80 d|2,1.56E5|1.73E3,ec ?+,100,,,-120|60,6070|60,1350|60,-7490|60,5920|60,4330|60,7502.80|24,246068670|60,63970|60,1954 +97,,149,,,,,,,,,,,,,,,, +247,Bk,,1380 y|250,4.35E10|7.89E9,?,? 100,,,-614|16,5890|5,-44|6,-6672|5,6550|60,4416|5,7498.940|21,247070306|6,65490|5,1965 +97,,150,,,,,,,,,,,,,,,, +248,Bk,,> 9 y,2.84E8|1.58E32,,,,,840|70#,5780|70#,690|70#,-6090|70#,5480|70#,4740|70#,7491|0#,248073090|80#,68080|70#,1956 +97,,151,,,,,,,,,,,,,,,, +249,Bk,,330 d|4,2.85E7|3.46E5,?-,99.99855|8,2.0 4,5.79,123.6|4,5521.0|14,-904.3|27,-5463|5,6300|70#,4835.3|26,7486.040|5,249074983.2|13,69846.4|12,1954 +97,,152,,,?,0.00145|8,,,,,,,,,,,, +,,,,,SF,47 x 10-9|2,,,,,,,,,,,, +250,Bk,,3.212 h|5,1.16E4|1.8E1,?-,100,,,1780|3,5531|18#,-40|11,-4844|4,4968|4,5090|4,7475.967|15,250078315|4,72950|4,1954 +97,,153,,,,,,,,,,,,,,,, +251,Bk,,55.6 min|11,3.34E3|6.6E1,?-,100,,,1093|10,5650|100#,-1420|25,-4014|11,5793|11,5051|15,7469.26|4,251080761|12,75228|11,1967 +97,,154,,,,,,,,,,,,,,,, +252,Bk,,,,,,,,2500|200#,5550|280#,-520|360#,-3670|200#,4760|200#,5400|200#,7459|1#,252084310|210#,78530|200#,1992 +97,,155,,,,,,,,,,,,,,,, +253,Bk,,> 10 min,6E2|3E26,,,,,1630|360#,5400|200#,#,-3180|360#,5680|410#,5420|470#,7451|1#,253086880|380#,80930|360#,1991 +97,,156,,,,,,,,,,,,,,,, +237,Cf,,2.1 s|3,2.1E0|3E-1,SF,? 10|SY,,,,8220|50,,,,2890|410#,7503.3|4,237062200|90,57940|90,1995 +98,,139,,,,,,,,,,,,,,,, +238,Cf,,21.1 ms|13,2.11E-2|1.3E-3,SF,> 95,,,,8130|300#,3060|390,,8730|310#,3200|370#,7509|1#,238061490|320#,57280|300#,1995 +98,,140,,,?,< 5,,,,,,,,,,,, +239,Cf,,39 s|+37-12,3.9E1|2.5E1,?,?,,,-5290|360#,7810|60#,4020|290#,,7080|360#,3240|330#,7507|1#,239062550|220#,58270|210#,1981 +98,,141,,,ec,?,,,,,,,,,,,, +240,Cf,,0.96 min|15,5.76E1|9E0,?,? 98,,,-6210|400#,7711|4,2330|150#,-13640|300#,8350|210#,3550|210#,7510.23|8,240062256|20,57991|19,1970 +98,,142,,,SF,? 2,,,,,,,,,,,, +,,,,,ec ?+,?,,,,,,,,,,,, +241,Cf,,3.78 min|70,2.27E2|4.2E1,ec ?+,? 75,,,-4540|280#,7650|150#,3290|260#,-12940|430#,6740|170#,3630|220#,7507|1#,241063690|180#,59330|170#,1970 +98,,143,,,?,? 25,,,,,,,,,,,, +242,Cf,,3.7 min|5,2.22E2|3E1,?,80|20,,,-5410|260#,7517|4,1650|200#,-12550|230#,8010|170#,3930|200#,7509.10|5,242063755|14,59387|13,1967 +98,,144,,,ec ?+,20|20,,,,,,,,,,,, +,,,,,SF,? 0.014,,,,,,,,,,,, +243,Cf,,10.7 min|5,6.42E2|3E1,ec ?+,? 86,,,-3760|240#,7420|100#,2300|110#,-11880|280#,6470|110#,4030|230#,7505|0#,243065470|120#,60990|110#,1967 +98,,145,,,?,? 14,,,,,,,,,,,, +244,Cf,,19.4 min|6,1.16E3|3.6E1,?,? 100,,,-4550|180#,7329.0|18,764|15#,-11340|210#,7580|110#,4500|5,7505.136|11,244065999.5|28,61478.2|26,1956 +98,,146,,,,,,,,,,,,,,,, +245,Cf,,45.0 min|15,2.7E3|9E1,ec,64.7|25,,,-2980|200#,7258.5|18,1571|3#,-10710|180#,6164|3,4618|15,7499.663|10,245068046.8|26,63385.2|24,1956 +98,,147,,,?,35.3|25,,,,,,,,,,,, +246,Cf,,35.7 h|5,1.29E5|1.8E3,?,100.00,,,-3810|220#,6861.6|10,120|60#,-10350|200#,7366.2|24,5012.5|18,7499.121|6,246068803.8|16,64090.3|15,1951 +98,,148,,,ec,< 4 x 10-3,,,,,,,,,,,, +,,,,,SF,2.4 x 10-4|4,,,,,,,,,,,, +247,Cf,,3.11 h|3,1.12E4|1.08E2,ec,99.965|5,,,-2474|25,6497|15,614|16,-9870|220#,6058|15,5150|60,7493.28|6,247070965|16,66104|15,1954 +98,,149,,,?,0.035|5,,,,,,,,,,,, +248,Cf,,333.5 d|28,2.88E7|2.42E5,?,99.9971|3,,,-3060|50#,6361|5,-840|70#,-9412|20,6937|16,5541|7,7491.043|21,248072183|5,67238|5,1954 +98,,150,,,SF,0.0029|3,,,,,,,,,,,, +249,Cf,,351 y|2,1.11E10|6.31E7,?,100,-0.28,,-1450|30#,6293.3|5,-123.6|17#,-8650|50#,5587|5,5650|70#,7483.394|5,249074850.5|13,69722.8|12,1954 +98,,151,,,SF,5.0 x 10-7|4,,,,,,,,,,,, +250,Cf,,13.08 y|9,4.13E8|2.84E6,?,99.923|3,,,-2050|100#,6128.51|19,-1780|4#,-8080|30#,6623.7|13,5965.0|14,7479.956|6,250076404.6|17,71170.4|15,1954 +98,,152,,,SF,0.077|3,,,,,,,,,,,, +251,Cf,,898 y|44,2.83E10|1.39E9,?,? 100,,,-377|7,6177.0|9,-1093|11,-7160|100#,5107|4,6104|5,7470.500|16,251079587|4,74135|4,1954 +98,,153,,,SF,?,,,,,,,,,,,, +252,Cf,,2.645 y|8,8.35E7|2.52E5,?,96.908|8,,,-1260|50,6216.95|4,-2500|200,-6549|6,6172|4,6482|11,7465.347|9,252081626.5|25,76034.6|24,1954 +98,,154,,,SF,3.092|8,,,,,,,,,,,, +253,Cf,,17.81 d|8,1.54E6|6.91E3,?-,99.69|4,,,291|4,6126|4,-1630|360,-6060|50,4804|4,6520|200#,7454.829|17,253085134|5,79302|4,1954 +98,,155,,,?,0.31|4,,,,,,,,,,,, +254,Cf,,60.5 d|2,5.23E6|1.73E4,SF,99.69|2,,,-649|12,5927|5,-3050|300,-5740|12,6031|12,6880|360#,7449.22|4,254087324|12,81341|11,1955 +98,,156,,,?,0.31|2,,,,,,,,,,,, +255,Cf,,85 min|18,5.1E3|1.08E3,?-,100,,,720|200#,5740|200#,#,-5250|200#,4600|200#,6870|360#,7438|1#,255091050|210#,84810|200#,1981 +98,,157,,,,,,,,,,,,,,,, +256,Cf,,12.3 min|12,7.38E2|7.2E1,SF,100,,,-150|330#,5560|100#,#,-5120|310#,5840|370#,,7432|1#,256093440|340#,87040|310#,1980 +98,,158,,,,,,,,,,,,,,,, +241,Es,,8 s|+6-5,8E0|6E0,ec ?+,?,,,-5260|370#,8250|20,4540|280#,,8410|460#,1420|230#,7485|1#,241068560|240#,63860|220#,1996 +99,,142,,,?,?,,,,,,,,,,,, +242,Es,,13.5 s|25,1.35E1|2.5E0,?,> 0,,,-3600|470#,8160|20,5410|260#,-12400|390#,7130|340#,1810|300#,7483|1#,242069570|270#,64800|260#,1994 +99,,143,,,ec ?+,> 0,,,,,,,,,,,, +243,Es,,21 s|2,2.1E1|2E0,?,61|6,,,-4640|300#,8072|10,3760|240#,-11720|450#,8120|330#,1930|210#,7486|1#,243069510|220#,64750|210#,1973 +99,,144,,,ec ?+,39|6,,,,,,,,,,,, +,,,,,SF,< 1,,,,,,,,,,,, +244,Es,,37 s|4,3.7E1|4E0,ec,96|+2-3,,,-2940|270#,7940|100#,4550|180#,-11430|280#,6790|270#,2250|210#,7483|1#,244070880|190#,66030|180#,1973 +99,,145,,,?,4|+3-2,,,,,,,,,,,, +245,Es,,1.1 min|1,6.6E1|6E0,ec,60|10,,,-3820|280#,7909|3,2980|200#,-10670|280#,7730|270#,2400|200#,7484|1#,245071250|210#,66370|200#,1967 +99,,146,,,?,40|10,,,,,,,,,,,, +246m,Es,,7.5 min|5,4.5E2|3E1,ec ?+,90.1|18,,,-2290|220#,7740|100#,3810|220#,-10360|300#,6540|300#,2770|220#,7480|1#,246072890|240#,67900|220#,1954 +99,,147,,,?,9.9|18,,,,,,,,,,,, +247,Es,,,,,,,,-3090|120#,7464|20,2474|25#,-9682|25,7390|220#,2801|19,7480.10|8,247073622|21,68578|19,1967 +99,,148,,,,,,,,,,,,,,,, +248,Es,,24 min|3,1.44E3|1.8E2,ec,99.7|3,,,-1600|50#,7160|50#,3060|50#,-9440|130#,6350|60#,3090|50#,7476|0#,248075470|60#,70300|50#,1956 +99,,149,,,?,? 0.25,,,,,,,,,,,, +249,Es,,102.2 min|6,6.13E3|3.6E1,ec ?+,99.43|8,,,-2340|30#,6940|30#,1450|30#,-8790|30#,7200|60#,3350|30#,7474|0#,249076410|30#,71170|30#,1956 +99,,150,,,?,0.57|8,,,,,,,,,,,, +250,Es,,8.6 h|1,3.1E4|3.6E2,ec,> 97,,,-850|100#,6830|120#,2050|100#,-8360|100#,6020|100#,3790|100#,7469|0#,250078610|110#,73220|100#,1956 +99,,151,,,?,< 3,,,,,,,,,,,, +251,Es,,33 h|1,1.19E5|3.6E3,ec,99.5|2,,,-1442|16,6598|3,377|7,-7631|10,6780|100#,3947|6,7465.881|24,251079992|6,74512|6,1956 +99,,152,,,?,0.5|2,,,,,,,,,,,, +252,Es,,471.7 d|19,4.08E7|1.64E5,?,78|2,,,480|50,6790|50#,1260|50,-6730|50,5290|50,4130|50,7457.24|20,252082980|50,77290|50,1956 +99,,153,,,ec,22|2,,,,,,,,,,,, +253,Es,,20.47 d|3,1.77E6|2.59E3,?,100,4.10 7,6.7 8,-335.2|27,6739.24|5,-291|4,-5876|5,6360|50,4313.0|26,7452.887|5,253084821.3|13,79010.5|12,1954 +99,,154,,,SF,8.7 x 10-6|3,,,,,,,,,,,, +254,Es,,275.7 d|5,2.38E7|4.32E4,?,? 100,,,1088|3,6615.7|15,649|12,-5426|5,5091|4,4600|6,7443.589|16,254088021|4,81991|4,1954 +99,,155,,,?-,1.74 x 10-4|8,,,,,,,,,,,, +,,,,,SF,< 3 x 10-6,,,,,,,,,,,, +,,,,,ec,?,,,,,,,,,,,, +255,Es,,39.8 d|12,3.44E6|1.04E5,?-,92.0|4,,,290|10,6436.3|13,-720|200,-4885|11,5973|11,4541|16,7437.82|4,255090274|12,84089|11,1954 +99,,156,,,?,8.0|4,,,,,,,,,,,, +,,,,,SF,0.0041|2,,,,,,,,,,,, +256,Es,,25.4 min|24,1.52E3|1.44E2,?-,100,,,1700|100#,6230|220#,150|330#,-4680|100#,4970|100#,4910|220#,7428|0#,256093600|110#,87190|100#,1981 +99,,157,,,,,,,,,,,,,,,, +257,Es,,7.7 d|2,6.65E5|1.73E4,SF,?,,,810|410#,6050|200#,#,-4150|410#,5850|420#,4930|520#,7422|2#,257095980|440#,89400|410#,1987 +99,,158,,,?-,?,,,,,,,,,,,, +241,FM,,0.73 ms|6,7.3E-4|6E-5,SF,> 78,,,,8760|310#,5260|370,,,2360|500#,7460|1#,241074210|320#,69130|300#,2008 +100,,141,,,?,< 14,,,,,,,,,,,, +,,,,,ec,< 12,,,,,,,,,,,, +242,Fm,,0.8 ms|2,8E-4|2E-4,SF,? 100,,,,8700|500#,3600|480,,8800|500#,2750|460#,7465|2#,242073430|430#,68400|400#,1975 +100,,142,,,,,,,,,,,,,,,, +243,Fm,,231 ms|9,2.31E-1|9E-3,?,91|3,,,,8690|50,4640|300,,7080|450#,2700|330#,7464|1#,243074490|230#,69390|210#,1981 +100,,143,,,ec ?+,< 10,,,,,,,,,,,, +,,,,,SF,9|1,,,,,,,,,,,, +244,Fm,,3.3 ms|5,3.3E-3|5E-4,SF,? 100,,,,8550|200#,2940|270,,8490|290#,3070|290#,7468|1#,244074040|220#,68970|200#,1967 +100,,144,,,,,,,,,,,,,,,, +245,Fm,,4.2 s|13,4.2E0|1.3E0,?,? 100,,,-5080|360#,8440|100#,3820|280#,,6850|280#,3130|270#,7466|1#,245075350|210#,70190|190#,1967 +100,,145,,,,,,,,,,,,,,,, +246,Fm,,1.54 s|4,1.54E0|4E-2,?,93.2|6,,,-5930|260#,8377|8,2290|220#,-13150|310#,8070|190#,3470|200#,7467.97|6,246075351|16,70189|15,1966 +100,,146,,,SF,6.8|6,,,,,,,,,,,, +,,,,,ec,? 1.3,,,,,,,,,,,, +247,Fm,,31 s|1,3.1E1|1E0,?,64,,,-4260|240#,8258|10,3090|120#,-12510|280#,6590|120#,3520|250#,7464|0#,247076940|120#,71670|110#,1967 +100,,147,,,ec ?+,36,,,,,,,,,,,, +248,Fm,,34.5 s|12,3.45E1|1.2E0,?,95|5,,,-5250|240#,7995|8,1600|50#,-12110|210#,7850|110#,3969|21,7465.94|3,248077186|9,71898|8,1958 +100,,148,,,ec,5|5,,,,,,,,,,,, +,,,,,SF,0.10|5,,,,,,,,,,,, +249,Fm,,2.6 min|7,1.56E2|4.2E1,ec ?+,67|9,,,-3710|200#,7709|6,2340|30#,-11700|240#,6450|10,4070|50#,7461.864|25,249078926|7,73519|6,1960 +100,,149,,,?,33|9,,,,,,,,,,,, +250,Fm,,30 min|3,1.8E3|1.8E2,?,> 90,,,-4560|300#,7557|8,850|100#,-11230|200#,7518|10,4390|30#,7462.09|3,250079520|8,74072|8,1954 +100,,150,,,ec,< 10,,,,,,,,,,,, +,,,,,SF,0.0069|10,,,,,,,,,,,, +251,Fm,,5.30 h|8,1.91E4|2.88E2,ec ?+,98.20|13,,,-3013|24,7425.1|20,1442|16,-10750|300#,6190|17,4560|100#,7457.02|6,251081540|16,75954|15,1957 +100,,151,,,?,1.80|13,,,,,,,,,,,, +252,Fm,,25.39 h|4,9.14E4|1.44E2,?,99.9977|2,,,-3690|130#,7152.7|20,-480|50#,-10222|20,7210|16,4986|8,7456.038|22,252082465|6,76816|5,1956 +100,,152,,,SF,0.0023|2,,,,,,,,,,,, +253,Fm,,3.00 d|12,2.59E5|1.04E4,ec,88|1,,,-1830|30#,7198.0|27,335|3#,-9240|130#,5541|6,5240|50,7448.470|12,253085181|3,79345.7|29,1957 +100,,153,,,?,12|1,,,,,,,,,,,, +254,Fm,,3.240 h|2,1.17E4|7.2E0,?,99.9408|3,,,-2550|100#,7307.5|19,-1088|5#,-8340|30#,6514|4,5396.7|23,7444.792|10,254086852.7|26,80902.8|24,1954 +100,,154,,,SF,0.0592|3,,,,,,,,,,,, +255,Fm,,20.07 h|7,7.23E4|2.52E2,?,100,-3.46,10.6,-1043|8,7239.7|18,-290|12,-7720|100#,5174|5,5480|6,7435.888|17,255089963|5,83800|4,1954 +100,,155,,,SF,2.4 x 10-5|10,,,,,,,,,,,, +256,Fm,,157.6 min|13,9.46E3|7.8E1,SF,91.9|3,,,-1970|120#,7027|5,-1700|100#,-7428|9,6384|7,5891|12,7431.780|22,256091774|6,85487|6,1955 +100,,156,,,?,8.1|3,,,,,,,,,,,, +257,Fm,,100.5 d|2,8.68E6|1.73E4,?,99.790|4,,,-403|5,6863.5|14,-810|410,-6940|120#,4968|6,5890|100#,7422.194|17,257095105|5,88590|4,1964 +100,,157,,,SF,0.210|4,,,,,,,,,,,, +258,Fm,,370 ?s|43,3.7E-4|4.3E-5,SF,? 100,,,-1260|200#,6660|200#,#,-6640|200#,6230|200#,6270|460#,7418|1#,258097080|210#,90430|200#,1971 +100,,158,,,,,,,,,,,,,,,, +259,Fm,,1.5 s|2,1.5E0|2E-1,SF,100,,,80|350#,6470|200#,#,-6050|280#,4790|350#,6290|490#,7407|1#,259100600|300#,93700|280#,1980 +100,,159,,,,,,,,,,,,,,,, +245,Md,,0.90 ms|25,9E-4|2.5E-4,SF,?,,,,8980|210#,5080|360,,,980|370#,7442|1#,245080810|330#,75270|300#,1996 +101,,144,,,?,?,,,,,,,,,,,, +246m1,Md,,0.9 s|2,9E-1|2E-1,?,100,,,,8890|40,5930|260,,7230|400#,1360|320#,7441|1#,246081710|280#,76110|260#,1996 +101,,145,,,SF,?,,,,,,,,,,,, +,,,,,ec,?,,,,,,,,,,,, +247,Md,,1.2 s|1,1.2E0|1E-1,?,> 99.9,,,,8764|10,4260|240,,8250|330#,1540|210#,7444|1#,247081520|220#,75940|210#,1981 +101,,146,,,SF,< 0.1,,,,,,,,,,,, +248,Md,,7 s|3,7E0|3E0,ec,80|10,,,-3470|330#,8700|150#,5250|240#,,6860|310#,1810|260#,7442|1#,248082820|250#,77150|240#,1973 +101,,147,,,?,20|10,,,,,,,,,,,, +249,Md,,21.7 s|20,2.17E1|2E0,?,> 60,,,-4550|340#,8441|18,3710|200#,-11460|300#,7990|310#,1950|200#,7444|1#,249082910|220#,77230|200#,1973 +101,,148,,,ec ?+,? 40,,,,,,,,,,,, +250,Md,,52 s|6,5.2E1|6E0,ec,93|3,,,-2930|360#,8300|200#,4560|300#,-11220|410#,6670|360#,2180|300#,7441|1#,250084410|320#,78630|300#,1973 +101,,149,,,?,7|3,,,,,,,,,,,, +251,Md,,4.0 min|5,2.4E2|3E1,ec ?+,? 90,,,-3880|120#,7963|4,3013|24#,-10670|200#,7730|300#,2394|20,7441.90|7,251084774|20,78967|19,1973 +101,,150,,,?,? 10,,,,,,,,,,,, +252,Md,,2.3 min|8,1.38E2|4.8E1,ec,? 100,,,-2360|130#,7790|140#,3690|130#,-10410|170#,6530|130#,2730|130#,7438|1#,252086430|140#,80510|130#,1973 +101,,151,,,,,,,,,,,,,,,, +253,Md,,6 min|+12-3,3.6E2|4.5E2,ec ?+,? 99.3,,,-3190|30#,7573|8,1830|30#,-9770|30#,7410|130#,2930|30#,7438|0#,253087140|30#,81170|30#,1992 +101,,152,,,?,? 0.7,,,,,,,,,,,, +254m1,Md,,10 min|3,6E2|1.8E2,ec,? 100,,,-1270|100#,7800|140#,2550|100#,-8980|100#,5790|100#,3180|100#,7432|0#,254089590|110#,83450|100#,1970 +101,,153,,,,,,,,,,,,,,,, +255,Md,,27 min|2,1.62E3|1.2E2,ec,93|1,,,-1964|16,7905.9|26,1043|8,-7952|12,6680|100#,3349|7,7428.729|26,255091083|7,84843|7,1958 +101,,154,,,?,7|1,,,,,,,,,,,, +256,Md,,77 min|2,4.62E3|1.2E2,ec,90.8|7,,,-370|120#,7740|110#,1970|120#,-7420|120#,5460|120#,3630|120#,7421|0#,256093890|130#,87460|120#, +101,,155,,,?,9.2|7,,,,,,,,,,,, +,,,,,SF,< 3,,,,,,,,,,,, +257,Md,,5.52 h|5,1.99E4|1.8E2,ec,85|3,,,-1254|7,7557.6|10,403|5,-6900|8,6530|120#,3783|6,7417.582|6,257095538.0|17,88993.1|16,1965 +101,,156,,,?,15|3,,,,,,,,,,,, +,,,,,SF,< 1,,,,,,,,,,,, +258,Md,,51.5 d|3,4.45E6|2.59E4,?,100,,,210|100#,7271.3|19,1260|200#,-6632|8,5378|4,4192|6,7409.675|17,258098430|5,91687|4,1970 +101,,157,,,SF ec ?-,? 3 x 10-3,,,,,,,,,,,, +259,Md,,1.60 h|6,5.76E3|2.16E2,SF,? 100,,,-450|200#,7110|200#,-80|350#,-5920|220#,6130|200#,4090|280#,7405|1#,259100510|210#,93620|200#,1982 +101,,158,,,?,< 1.3,,,,,,,,,,,, +260,Md,,31.8 d|5,2.75E6|4.32E4,SF,? 42,,,940|370#,6940|300#,#,-5600|320#,5140|370#,4440|420#,7396|1#,260103650|340#,96550|320#,1989 +101,,159,,,?,? 25,,,,,,,,,,,, +,,,,,ec,? 23,,,,,,,,,,,, +,,,,,?-,? 10,,,,,,,,,,,, +248,No,,< 2 ?s,2E-6,,,,,,9230|100#,3470|330,,,2600|300#,7424|1#,248086550|240#,80620|220#, +102,,146,,,,,,,,,,,,,,,, +250,No,,4.2 ?s|+12-9,4.2E-6|1.1E-6,SF,? 100,,,,8950|200#,2930|360,,8290|340#,2960|280#,7426|1#,250087560|210#,81560|200#,2003 +102,,148,,,?,< 2,,,,,,,,,,,, +251,No,,0.80 s|1,8E-1|1E-2,?,91|+9-22,,,-4880|320#,8752|4,3880|120#,,6790|230#,3070|320#,7423|0#,251088940|120#,82850|110#,1967 +102,,149,,,SF,< 0.3,,,,,,,,,,,, +,,,,,ec ?+,?,,,,,,,,,,,, +252,No,,2.44 s|4,2.44E0|4E-2,?,> 66.7|6,,,-5870|240#,8549|5,2360|130#,-12930|300#,8050|110#,3384|21,7425.80|4,252088966|10,82871|9,1967 +102,,150,,,SF,32.2|5,,,,,,,,,,,, +,,,,,ec ?+,< 1.1|4,,,,,,,,,,,, +253,No,,1.62 min|15,9.72E1|9E0,?,55|3,,,-4220|200#,8415|4,3190|30#,-12450|240#,6584|12,3440|130#,7422.471|27,253090563|7,84359|7,1967 +102,,151,,,ec ?+,45|3,,,,,,,,,,,, +254,No,,51 s|10,5.1E1|1E1,?,90|4,,,-5150|300#,8226|8,1270|100#,-11920|200#,7707|12,3740|30#,7423.59|4,254090954|10,84723|10,1966 +102,,152,,,ec,10|4,,,,,,,,,,,, +,,,,,SF,0.17|5,,,,,,,,,,,, +255,No,,3.52 min|21,2.11E2|1.26E1,ec ?+,70|5,,,-3140|23,8428|3,1964|16,-11140|300#,5987|18,3930|100#,7417.96|6,255093191|16,86807|15,1967 +102,,153,,,?,30|5,,,,,,,,,,,, +256,No,,2.91 s|5,2.91E0|5E-2,?,99.47|6,,,-3920|80,8582|5,370|120,-10197|19,7056|17,4310|10,7416.55|3,256094281|8,87822|8,1963 +102,,154,,,SF,0.53|6,,,,,,,,,,,, +257,No,,24.5 s|5,2.45E1|5E-1,?,85|15,,,-2420|40#,8477|6,1254|7#,-9570|80,5646|10,4500|120#,7409.657|26,257096884|7,90247|7,1967 +102,,155,,,ec,? 30,,,,,,,,,,,, +,,,,,SF,< 1.5,,,,,,,,,,,, +258,No,,1.2 ms|2,1.2E-3|2E-4,SF,? 100,,,-3300|140#,8150|100#,-210|100#,-9260|110#,6840|100#,4800|100#,7407|0#,258098200|110#,91480|100#,1989 +102,,156,,,,,,,,,,,,,,,, +259,No,,58 min|5,3.48E3|3E2,?,75|4,,,-1770|70#,7854|5,450|200#,-8770|100#,5470|100#,4897|8,7399.974|25,259100998|7,94079|7,1973 +102,,157,,,ec ?+,25|4,,,,,,,,,,,, +,,,,,SF,< 10,,,,,,,,,,,, +260,No,,106 ms|8,1.06E-1|8E-3,SF,100,,,-2660|230#,7700|200#,-940|370#,-8310|210#,6540|200#,5300|280#,7397|1#,260102640|210#,95610|200#,1985 +102,,158,,,,,,,,,,,,,,,, +262,No,,? 5 ms,5E-3,SF,100,,,-2000|410#,7250|300#,#,-7530|410#,6420|410#,5770|620#,7385|1#,262107460|390#,100100|360#,1989 +102,,160,,,,,,,,,,,,,,,, +252,Lr,,0.36 s|+11-7,3.6E-1|9E-2,SF,?,,,,9164|17,5870|240,,7060|380#,1400|260#,7399|1#,252095260|250#,88740|240#,2001 +103,,149,,,?,?,,,,,,,,,,,, +,,,,,ec ?+,?,,,,,,,,,,,, +253m,Lr,,0.57 s|+7-6,5.7E-1|7E-2,?,? 98.7,,,-4980|460#,8918|20,4220|200#,,8230|310#,1580|200#,7403|1#,253095090|220#,88570|200#,1985 +103,,150,,,SF,? 1.3,,,,,,,,,,,, +254,Lr,,13 s|3,1.3E1|3E0,?,76|11,,,-3330|410#,8816|12,5150|300#,-11760|510#,6770|360#,1780|300#,7400|1#,254096480|320#,89870|300#,1981 +103,,151,,,ec,24|11,,,,,,,,,,,, +,,,,,SF,< 0.1,,,,,,,,,,,, +255,Lr,,31.1 s|11,3.11E1|1.1E0,?,99.7|1,,,-4380|120#,8556|7,3140|23#,-11320|280#,8000|300#,2065|20,7402.58|7,255096562|19,89947|18,1971 +103,,152,,,ec,0.3|1,,,,,,,,,,,, +,,,,,SF,< 0.1,,,,,,,,,,,, +256,Lr,,27 s|3,2.7E1|3E0,?,85|10,,,-2480|80,8810|100#,3920|80,-10650|140#,6270|80,2350|80,7398.2|3,256098490|90,91750|80,1965 +103,,153,,,ec,15|10,,,,,,,,,,,, +,,,,,SF,< 0.03,,,,,,,,,,,, +257,Lr,,? 4 s,4E0,?,? 100,,,-3200|40#,9070|30,2420|40#,-9630|50#,7150|90#,2450|40#,7397|0#,257099480|50#,92660|40#,1971 +103,,154,,,ec,< 15,,,,,,,,,,,, +,,,,,SF,< 0.033,,,,,,,,,,,, +258,Lr,,4.1 s|3,4.1E0|3E-1,?,> 95,,,-1560|110#,8904|19,3300|140#,-9160|100#,5950|110#,2750|100#,7392|0#,258101750|110#,94780|100#,1971 +103,,155,,,ec (SF),< 5,,,,,,,,,,,, +259,Lr,,6.2 s|3,6.2E0|3E-1,?,78|2,,,-2510|100#,8580|70#,1770|70#,-8560|80#,7000|120#,2910|120#,7390|0#,259102900|80#,95850|70#,1971 +103,,156,,,SF,22|2,,,,,,,,,,,, +260,Lr,,180 s|30,1.8E2|3E1,?,80|20,,,-870|240#,8400|140#,2660|240#,-8160|140#,5650|140#,3090|120#,7383|0#,260105500|130#,98280|120#,1971 +103,,157,,,ec,< 40,,,,,,,,,,,, +261,Lr,,39 min|12,2.34E3|7.2E2,SF,?,,,-1760|210#,8140|200#,#,-7660|280#,6790|230#,3340|280#,7381|1#,261106880|210#,99560|200#,1987 +103,,158,,,,,,,,,,,,,,,, +262,Lr,,? 4 h,1.44E4,SF,< 10,,,-290|300#,7990|200#,2000|410#,-7290|210#,5530|280#,3640|280#,7374|1#,262109610|210#,102100|200#,1987 +103,,159,,,?,?,,,,,,,,,,,, +,,,,,ec ?+,?,,,,,,,,,,,, +266,Lr,,11 h|+21-5,3.96E4|4.68E4,SF,100,,,1550|750#,7570|300#,#,-5140|690#,4680|800#,,7349|2#,266119830|630#,111620|580#, +103,,163,,,,,,,,,,,,,,,, +253,Rf,,11 ms|+6-3,1.1E-2|5E-3,SF,> 0,,,,9350|300#,4980|460,,,2470|470#,7380|2#,253100440|440#,93560|410#,1997 +104,,149,,,?,?,,,,,,,,,,,, +254,Rf,,23 ?s|3,2.3E-5|3E-6,SF,? 100,,,,9210|200#,3330|410,,8430|500#,2670|350#,7384|1#,254100050|300#,93200|280#,1997 +104,,150,,,,,,,,,,,,,,,, +255,Rf,,1.68 s|9,1.68E0|9E-2,SF,58|9,,,-5260|380#,9055|4,4380|120#,,6940|310#,2830|320#,7382|0#,255101270|120#,94330|110#,1975 +104,,151,,,?,42|9,,,,,,,,,,,, +,,,,,ec ?+,< 1,,,,,,,,,,,, +256,Rf,,6.67 ms|10,6.67E-3|1E-4,SF,99.68|17,,,-6280|240#,8926|15,2480|80#,-13440|360#,8180|120#,3014|25,7385.43|7,256101152|19,94222|18,1975 +104,,152,,,?,0.32|17,,,,,,,,,,,, +257,Rf,,4.4 s|+6-5,4.4E0|6E-1,?,79.3|14,,,-4340|200#,9083|8,3200|50#,-12700|240#,6427|21,3170|80,7381.70|4,257102917|12,95866|11,1969 +104,,153,,,ec,19.4|14,,,,,,,,,,,, +,,,,,SF,1.3|3,,,,,,,,,,,, +258,Rf,,12 ms|2,1.2E-2|2E-3,SF,87|2,,,-5460|310#,9190|30,1560|110#,-11940|200#,7600|30,3610|50#,7382.54|12,258103430|30,96340|30,1969 +104,,154,,,?,13|2,,,,,,,,,,,, +259,Rf,,2.4 s|4,2.4E0|4E-1,?,92|2,,,-3630|90#,9130|70#,2510|100#,-11510|310#,6050|80#,3710|120#,7377|0#,259105600|80#,98360|70#,1969 +104,,155,,,ec,15|4,,,,,,,,,,,, +,,,,,SF,8|2,,,,,,,,,,,, +260,Rf,,21 ms|1,2.1E-2|1E-3,SF,? 100,,,-4530|220#,8900|200#,870|240#,-10910|210#,7290|210#,3990|210#,7377|1#,260106440|210#,99150|200#,1985 +104,,156,,,,,,,,,,,,,,,, +261,Rf,,68 s|+3-3,6.8E1|3E0,?,100,,,-2990|120#,8650|50,1760|210#,-10430|110#,5900|210#,4250|130#,7371.38|19,261108770|50,101320|50,1970 +104,,157,,,,,,,,,,,,,,,, +262,Rf,,2.3 s|4,2.3E0|4E-1,SF,? 100,,,-3860|260#,8490|200#,290|300#,-9990|250#,7000|230#,4450|300#,7370|1#,262109920|240#,102390|220#,1985 +104,,158,,,,,,,,,,,,,,,, +263,Rf,,10 min|2,6E2|1.2E2,?,30,,,-2350|230#,8250|150#,#,-9570|210#,5710|270#,4630|250#,7364|1#,263112460|160#,104760|150#,2003 +104,,159,,,SF,?,,,,,,,,,,,, +265,Rf,,1.0 min|+12-3,6E1|4.5E1,SF,? 100,,,-1790|420#,7810|300#,#,-8740|430#,5460|510#,4980|570#,7354|1#,265116680|390#,108690|360#,2010 +104,,161,,,,,,,,,,,,,,,, +267,Rf,,,8.28E3,SF,? 100,,,-630|710#,7890|300#,#,-7360|640#,4700|740#,5470|820#,7342|2#,267121790|620#,113440|570#,2004 +104,,163,,,,,,,,,,,,,,,, +255,Db,,1.6 s|+6-4,1.6E0|5E-1,?,? 80,,,,9440|200#,5260|380,,,890|460#,7359|1#,255106920|380#,99590|360#,1977 +105,,150,,,SF,? 20,,,,,,,,,,,, +256,Db,,1.6 s|+5-3,1.6E0|4E-1,?,70|11,,,,9340|30,6280|240,,7170|430#,1120|270#,7358|1#,256107890|260#,100500|240#,2001 +105,,151,,,ec,30|11,,,,,,,,,,,, +,,,,,SF,?,,,,,,,,,,,, +257,Db,,2.3 s|2,2.3E0|2E-1,?,? 94,,,,9207|20,4340|200,,8360|310#,1300|200#,7362|1#,257107580|220#,100210|200#,1985 +105,,152,,,SF,? 6,,,,,,,,,,,, +258,Db,,4.0 s|10,4E0|1E0,?,67|+5-9,,,-3450|510#,9500|50,5460|310#,,6480|370#,1360|310#,7358|1#,258109280|330#,101800|300#,1981 +105,,153,,,ec,33|+9-5,,,,,,,,,,,, +,,,,,SF,< 1,,,,,,,,,,,, +259,Db,,0.51 s|16,5.1E-1|1.6E-1,?,,,,-4530|130#,9620|50,3630|90#,-11320|420#,7880|310#,1640|60,7360.36|20,259109490|60,101990|50,2001 +105,,154,,,,,,,,,,,,,,,, +260,Db,,1.52 s|13,1.52E0|1.3E-1,?,? 90.4|6,,,-2870|90#,9500|40#,4530|220#,-10920|150#,6390|110#,1980|120#,7357|0#,260111300|100#,103670|90#,1970 +105,,155,,,SF,? 9.6|6,,,,,,,,,,,, +,,,,,ec,< 2.5,,,,,,,,,,,, +261,Db,,1.8 s|4,1.8E0|4E-1,?,? 82,,,-3700|110#,9220|100#,2990|120#,-10310|110#,7440|140#,2130|230#,7357|0#,261111980|120#,104310|110#,1970 +105,,156,,,SF,? 18,,,,,,,,,,,, +262,Db,,35 s|5,3.5E1|5E0,?,? 67,,,-2110|150#,9050|100#,3860|270#,-9820|140#,6130|180#,2350|150#,7352|1#,262114070|150#,106250|140#,1971 +105,,157,,,SF (ec ?+),? 33,,,,,,,,,,,, +263,Db,,27 s|+10-7,2.7E1|9E0,SF,57|14,,,-3080|190#,8830|150#,2350|230#,-9330|170#,7210|220#,2570|280#,7352|1#,263114990|180#,107110|170#,1992 +105,,158,,,?,43|14,,,,,,,,,,,, +266,Db,,,1.32E3,SF,?,,,-880|370#,8210|200#,#,-8130|310#,5820|360#,3240|460#,7339|1#,266121030|300#,112740|280#,2007 +105,,161,,,ec,?,,,,,,,,,,,, +,,,,,?,?,,,,,,,,,,,, +267,Db,,,4.38E3,SF,? 100,,,-1730|490#,7920|300#,630|710#,-7610|480#,6730|500#,3290|620#,7336|2#,267122460|440#,114070|410#,2004 +105,,162,,,,,,,,,,,,,,,, +268,Db,,32 h|+11-7,1.15E5|3.24E4,SF,? 100,,,260|710#,8260|300#,#,-6810|590#,5080|670#,3670|780#,7328|2#,268125670|570#,117060|530#,2004 +105,,163,,,,,,,,,,,,,,,, +270,DB,,23 h,8.28E4,SF,? 100,,,820|830#,8260|200#,#,-5530|720#,4910|880#,,7314|2#,270131300|660#,122310|620#,2010 +105,,165,,,?,?,,,,,,,,,,,, +258,Sg,,2.9 ms|+13-7,2.9E-3|1E-3,SF,? 100,,,,9620|300#,3450|510,,,2250|460#,7342|2#,258112980|440#,105240|410#,1997 +106,,152,,,,,,,,,,,,,,,, +259,Sg,,0.29 s|5,2.9E-1|5E-2,?,90|10,,,,9765|8,4530|130,,6790|430#,2570|330#,7340|0#,259114350|120#,106520|110#,1985 +106,,153,,,SF,< 20,,,,,,,,,,,, +,,,,,ec,? 13,,,,,,,,,,,, +260,Sg,,3.6 ms|9,3.6E-3|9E-4,?,50|+20-30,,,-6780|250#,9901|10,2870|100#,,8040|120#,2730|60,7342.56|8,260114384|22,106548|21,1984 +106,,154,,,SF,50|+30-20,,,,,,,,,,,, +261,Sg,,0.23 s|6,2.3E-1|6E-2,?,? 100,,,-5130|210#,9714|15,3700|110#,-13390|250#,6614|28,2960|90#,7339.77|7,261115948|20,108005|18,1984 +106,,155,,,SF,< 1,,,,,,,,,,,, +262,Sg,,6.9 ms|+38-18,6.9E-3|2.8E-3,SF,? 78,,,-6180|310#,9600|15,2110|150#,-12840|210#,7710|40,3230|120#,7341.18|13,262116340|40,108370|40,2001 +106,,156,,,?,? 22,,,,,,,,,,,, +263,Sg,,1.0 s|2,1E0|2E-1,?,> 70,,,-4310|320#,9400|60,3080|190#,-12420|320#,6250|100#,3350|170#,7337|0#,263118290|100#,110190|90#,1974 +106,,157,,,SF,< 30,,,,,,,,,,,, +264,Sg,,37 ms|+27-11,3.7E-2|1.9E-2,SF,? 100,,,-5280|330#,9210|200#,#,-11780|420#,7480|300#,3620|330#,7338|1#,264118930|300#,110780|280#,2006 +106,,158,,,?,< 36,,,,,,,,,,,, +265,Sg,,14.4 s|+37-25,1.44E1|3.1E0,?,? 50,,,-3620|260#,9050|110#,#,-11330|220#,6060|310#,3860|260#,7333|0#,265121090|130#,112790|120#,1994 +106,,159,,,SF,? 50,,,,,,,,,,,, +266,Sg,,21 s|+20-12,2.1E1|1.6E1,SF,> 50|LE 82,,,-4490|290#,8800|100#,880|370#,-10870|340#,7250|270#,4150|330#,7332|1#,266121970|260#,113620|240#,2006 +106,,160,,,?,> 18|LE 50,,,,,,,,,,,, +269,SG,,3.1 min|+37-11,1.86E2|1.44E2,?,? 100,,,-1710|520#,8650|50,#,-9110|530#,5110|590#,4590|640#,7318|1#,269128570|390#,119760|360#,2010 +106,,163,,,,,,,,,,,,,,,, +271,Sg,,2.4 min|+43-10,1.44E2|1.59E2,SF,? 50,,,-1160|720#,8890|110#,#,-7540|650#,4800|810#,4840|850#,7305|2#,271133930|630#,124760|580#,2004 +106,,165,,,?,? 50,,,,,,,,,,,, +260,Bh,,35 ms|+19-9,3.5E-2|1.4E-2,?,? 100,,,,10400|50,6780|250,,,480|270#,7313|1#,260121660|260#,113320|240#,2008 +107,,153,,,SF,< 18,,,,,,,,,,,, +,,,,,ec,< 18,,,,,,,,,,,, +261,Bh,,12 ms|+5-3,1.2E-2|4E-3,?,95|5,,,,10500|50,5130|210,,8260|320#,700|210#,7317|1#,261121450|220#,113130|210#,1989 +107,,154,,,SF,< 10,,,,,,,,,,,, +262,Bh,,102 ms|26,1.02E-1|2.6E-2,?,? 100,,,,10319|15,6180|310,,6660|370#,750|310#,7315|1#,262122960|330#,114540|310#,1981 +107,,155,,,,,,,,,,,,,,,, +263,Bh,,,,,,,,-5180|330#,10080|300#,4310|320#,,8120|430#,1160|310#,7318|1#,263122920|330#,114500|300#, +107,,156,,,,,,,,,,,,,,,, +264,Bh,,0.44 s|+60-16,4.4E-1|3.8E-1,?,? 100,,,-3510|180#,9960|150#,5280|330#,-11690|220#,6510|350#,1420|200#,7315|1#,264124590|190#,116060|180#,1995 +107,,157,,,,,,,,,,,,,,,, +265,Bh,,,,,,,,-4480|230#,9680|210#,3620|260#,-11220|240#,7710|290#,1660|370#,7316|1#,265124980|250#,116410|230#,2004 +107,,158,,,,,,,,,,,,,,,, +266,Bh,,1.7 s|+82-8,1.7E0|4.5E0,?,? 100,,,-3030|170#,9430|80#,4490|290#,-10870|160#,6380|280#,1980|200#,7313|1#,266126790|170#,118100|160#,2000 +107,,159,,,,,,,,,,,,,,,, +267,Bh,,17 s|+14-6,1.7E1|1E1,?,? 100,,,-3890|280#,9230|200#,#,-10440|260#,7410|310#,2140|360#,7313|1#,267127500|280#,118770|260#,2000 +107,,160,,,,,,,,,,,,,,,, +270,BH,,,6.1E1,?,? 100,,,-890|380#,9060|50,#,-8410|310#,5320|470#,2820|460#,7301|1#,270133360|310#,124230|290#,2007 +107,,163,,,SF,?,,,,,,,,,,,, +271,Bh,,,,?,?,,,-1820|500#,9420|50,1160|720#,-7260|480#,6380|500#,2860|690#,7298|2#,271135180|450#,125920|410#, +107,,164,,,,,,,,,,,,,,,, +272,Bh,,10 s|+12-4,1E1|8E0,?,? 100,,,-220|740#,9300|50,#,-7020|600#,5200|670#,3260|790#,7290|2#,272138260|570#,128790|530#,2004 +107,,165,,,,,,,,,,,,,,,, +274,BH,,54 s,5.4E1,?,? 100,,,200|860#,8950|50,#,-6280|720#,5020|930#,3620|800#,7278|2#,274143510|660#,133680|620#,2010 +107,,167,,,SF,?,,,,,,,,,,,, +263,Hs,,,,?,? 100,,,,10730|50,5180|330,,,2150|330#,7295|0#,263128480|130#,119680|120#,2009 +108,,155,,,,,,,,,,,,,,,, +264,Hs,,? 0.8 ms,8E-4,SF,? 50,,,,10591|20,3510|180,,8190|130#,2220|310#,7298.37|11,264128360|30,119563|29,1986 +108,,156,,,?,? 50,,,,,,,,,,,, +265,Hs,,2.0 ms|+3-2,2E-3|3E-4,?,? 100,,,-5780|450#,10470|15,4490|240#,,6730|40,2450|180#,7296.25|9,265129792|26,120900|24,1984 +108,,157,,,SF,? 1,,,,,,,,,,,, +266,Hs,,2.3 ms|+13-6,2.3E-3|1E-3,?,? 100,,,-6830|310#,10346|16,3030|170#,-13610|450#,7840|50,2570|240#,7298.27|14,266130050|40,121140|40,2001 +108,,158,,,SF,< 1.4,,,,,,,,,,,, +267,Hs,,52 ms|+13-8,5.2E-2|1.1E-2,?,? 80,,,-5140|510#,10038|13,3890|280#,-13380|320#,6550|100#,2740|190#,7295|0#,267131670|100#,122650|100#,1995 +108,,159,,,SF,< 20,,,,,,,,,,,, +269,Hs,,9.7 s|+97-33,9.7E0|6.5E0,?,? 100,,,-4810|480#,9340|160#,#,-12660|260#,6340|310#,3530|400#,7294|0#,269133720|130#,124560|120#,1996 +108,,161,,,,,,,,,,,,,,,, +270,Hs,,3.6 s|+8-14,3.6E0|1.1E0,?,? 100,,,-5600|300#,9070|40,890|380#,-12330|520#,7520|280#,3650|450#,7295|1#,270134310|270#,125110|250#,2006 +108,,162,,,,,,,,,,,,,,,, +273,HS,,0.76 s|+71-24,7.6E-1|4.8E-1,?,? 100,,,-2820|560#,9700|50,#,-9760|610#,5190|630#,4190|650#,7279|1#,273141590|390#,131890|370#,2010 +108,,165,,,,,,,,,,,,,,,, +275,Hs,,0.15 s|+27-6,1.5E-1|1.7E-1,?,? 100,,,-2210|720#,9440|50,#,-8700|690#,4940|830#,4350|850#,7267|2#,275146670|630#,136620|590#,2004 +108,,167,,,,,,,,,,,,,,,, +277,HS,,3 ms|+15-1,3E-3|8E-3,SF,? 100,,,-1470|880#,9050|200#,#,-7890|760#,4860|930#,,7255|2#,277151900|580#,141490|540#,2010 +108,,169,,,,,,,,,,,,,,,, +266,Mt,,1.7 ms|+18-16,1.7E-3|1.7E-3,?,? 100,,,,10996|25,6830|310,,6790|550#,230|310#,7270|1#,266137370|330#,127960|310#,1982 +109,,157,,,,,,,,,,,,,,,, +268,Mt,,21 ms|+8-5,2.1E-2|7E-3,?,? 100,,,-4500|380#,10670|150#,#,-12800|270#,6710|550#,790|250#,7271|1#,268138650|250#,129150|230#,1995 +109,,159,,,,,,,,,,,,,,,, +270,Mt,,5.0 ms|+24-3,5E-3|1.4E-3,?,? 100,,,-3970|180#,10180|50,5600|300#,-12200|170#,6730|490#,1140|210#,7271|1#,270140320|180#,130710|170#,2004 +109,,161,,,,,,,,,,,,,,,, +274,Mt,,0.45 s|+81-18,4.5E-1|5E-1,?,? 100,,,-1950|530#,10590|210#,#,-9180|380#,5540|550#,1930|510#,7259|1#,274147340|380#,137250|350#,2007 +109,,165,,,SF,?,,,,,,,,,,,, +275,Mt,,,9.7E-3,?,? 100,,,-2740|590#,10480|50,2210|720#,-8440|570#,6490|550#,1950|720#,7256|2#,275149040|450#,138830|420#,2004 +109,,166,,,,,,,,,,,,,,,, +276,Mt,,0.72 s|+87-25,7.2E-1|5.6E-1,?,? 100,,,-1230|760#,10100|9,#,-8320|670#,5580|680#,2590|790#,7250|2#,276151710|570#,141310|530#,2004 +109,,167,,,,,,,,,,,,,,,, +277,Mt,,5 s|+9-2,5E0|6E0,SF,? 100,,,-2170|800#,9910|100#,1470|880#,-7640|890#,6420|880#,2610|1030#,7247|3#,277153480|750#,142970|700#, +109,,168,,,?,?,,,,,,,,,,,, +278,MT,,7.6 s,7.6E0,?,? 100,,,-640|880#,9630|50,#,-7480|730#,5300|930#,3050|820#,7240|2#,278156450|670#,145740|620#,2010 +109,,169,,,SF,?,,,,,,,,,,,, +267,Ds,,,2.8E-6,?,? 100,,,,11780|50,,,,1370|330#,7248|1#,267143730|140#,133880|130#,1995 +110,,157,,,,,,,,,,,,,,,, +269,Ds,,,1.79E-4,?,? 100,,,,11510|30,,,6880|300#,1600|230#,7250.15|12,269144750|30,134830|30,1995 +110,,159,,,,,,,,,,,,,,,, +270,Ds,,0.10 ms|+14-4,1E-4|9E-5,?,? 100,,,,11117|28,3970|180,,8230|60,1980|470#,7253.77|18,270144580|50,134680|50,2001 +110,,160,,,SF,< 0.2,,,,,,,,,,,, +271,Ds,,1.63 ms|+44-29,1.63E-3|3.7E-4,?,? 100,,,,10870|18,,,6800|110#,2050|200#,7252|0#,271145950|100#,135950|100#,1998 +110,,161,,,,,,,,,,,,,,,, +273,Ds,,0.17 ms|+17-6,1.7E-4|1.2E-4,?,? 100,,,-4340|540#,11370|50,#,-12490|270#,5730|430#,2510|500#,7249|0#,273148530|140#,138360|130#,1996 +110,,163,,,,,,,,,,,,,,,, +277,DS,,4.1 ms|+37-13,4.1E-3|2.5E-3,?,? 100,,,-3200|650#,10820|110#,2170|800#,-10420|740#,5470|670#,3460|660#,7237|1#,277155810|410#,145140|380#,2010 +110,,167,,,,,,,,,,,,,,,, +279,Ds,,0.18 s|+5-3,1.8E-1|4E-2,SF,? 90,,,-2650|730#,10080|110#,#,-9460|700#,5330|860#,3900|860#,7228|2#,279160090|640#,149130|600#,2004 +110,,169,,,?,? 10,,,,,,,,,,,, +281,Ds,,9.6 s|+50-25,9.6E0|3.8E0,SF,? 100,,,-1870|990#,9510|210#,#,-8530|790#,5160|970#,,7219|2#,281164710|620#,153430|580#,2004 +110,,171,,,?,13|11,,,,,,,,,,,, +272,Rg,,3.8 ms|+14-8,3.8E-3|1.1E-3,?,? 100,,,,11197|13,,,,460|250#,7227|1#,272153270|250#,142770|230#,1995 +111,,161,,,,,,,,,,,,,,,, +274,Rg,,,6.4E-3,?,? 100,,,,11480|50,,,6150|550#,1030|220#,7227|1#,274155250|190#,144610|180#,2004 +111,,163,,,,,,,,,,,,,,,, +278,Rg,,4.2 ms|+76-17,4.2E-3|4.7E-3,?,? 100,,,-2410|560#,10850|50,#,-9960|380#,5890|630#,1910|520#,7218|1#,278161590|380#,150520|360#,2007 +111,,167,,,SF,?,,,,,,,,,,,, +279,Rg,,0.17 s|+81-8,1.7E-1|4.5E-1,?,? 100,,,-3250|620#,10520|50,2650|730#,-9230|610#,6810|550#,1890|750#,7216|2#,279162940|450#,151770|420#,2004 +111,,168,,,,,,,,,,,,,,,, +280,Rg,,3.6 s|+43-13,3.6E0|2.8E0,?,? 100,,,-1810|790#,10146|7,3370|940#,-9210|700#,5960|680#,2530|800#,7212|2#,280165200|570#,153890|530#,2004 +111,,169,,,,,,,,,,,,,,,, +281,RG,,26 s|+25-8,2.6E1|1.7E1,SF,? 100,,,-2720|890#,9900|400#,1870|990#,-8470|990#,6660|960#,2510|1120#,7210|3#,281166720|860#,155300|810#,2010 +111,,170,,,?,?,,,,,,,,,,,, +282,RG,,0.5 s|+25-2,5E-1|1.4E0,?,? 100,,,-1180|930#,9640|210#,#,-8290|760#,5570|1040#,2920|870#,7204|2#,282169400|700#,157800|650#,2010 +111,,171,,,SF,?,,,,,,,,,,,, +277,CN,,0.69 ms|+69-24,6.9E-4|4.7E-4,?,? 100,,,,11620|50,,,6020|610#,2370|640#,7205|1#,277163610|150#,152400|140#,1996 +112,,165,,,,,,,,,,,,,,,, +281,CN,,0.13 s|+12-4,1.3E-1|8E-2,?,? 100,,,-3790|490#,10450|50,2720|890#,-11190|560#,5750|700#,3150|660#,7197|1#,281169640|420#,158020|390#,2010 +112,,169,,,,,,,,,,,,,,,, +282,CN,,0.50 ms|+33-14,5E-4|2.4E-4,SF,? 100,,,-4750|750#,10170|200#,1180|930#,-10900|720#,7110|760#,3610|1040#,7197|2#,282170670|700#,158980|660#,2004 +112,,170,,,,,,,,,,,,,,,, +283,CN,,4.0 s|+13-7,4E0|1E0,?,? 90,,,-3220|750#,9930|110#,#,-10310|710#,5560|890#,3600|890#,7191|2#,283173360|650#,161490|610#,2004 +112,,171,,,SF,? 10,,,,,,,,,,,, +284,CN,,101 ms|+41-22,1.01E-1|3.2E-2,SF,? 100,,,-4050|970#,9600|200#,#,-10230|920#,7010|1010#,4020|1060#,7190|3#,284174500|860#,162540|810#,2004 +112,,172,,,,,,,,,,,,,,,, +285,CN,,34 s|+17-9,3.4E1|1.3E1,?,? 100,,,-2560|990#,9320|50,#,-9490|790#,5440|990#,,7184|2#,285177320|620#,165170|580#,2004 +112,,173,,,,,,,,,,,,,,,, +278,Nh,,,2.4E-4,?,? 100,,,,,,,,,,,,2004 +113,,165,,,,,,,,,,,,,,,, +282,Nh,,,7.3E-2,?,? 100,,,,,,,,,,,,2007 +113,,169,,,SF,?,,,,,,,,,,,, +283,Nh,,,1E-1,?,? 100,,,,,,,,,,,,2004 +113,,170,,,,,,,,,,,,,,,, +284,Nh,,0.48 s|+58-17,4.8E-1|3.8E-1,?,? 100,,,,,,,,,,,,2004 +113,,171,,,,,,,,,,,,,,,, +285,Nh,,5.5 s|+50-18,5.5E0|3.4E0,?,? 100,,,,,,,,,,,,2010 +113,,172,,,SF,?,,,,,,,,,,,, +286,Nh,,20 s|+94-9,2E1|5.2E1,?,? 100,,,,,,,,,,,,2010 +113,,173,,,SF,?,,,,,,,,,,,, +284,Fl,,2.5 ms|+18-8,2.5E-3|1.3E-3,SF,? 100,,,,10800|300#,,,,3070|790#,7162|2#,284181340|700#,168920|660#, +114,,170,,,,,,,,,,,,,,,, +285,FL,,0.15 s|+14-5,1.5E-1|1E-1,?,? 100,,,,10560|50,,,5990|760#,2880|660#,7158|1#,285183580|420#,171000|390#,2010 +114,,171,,,,,,,,,,,,,,,, +286,FL,,0.16 s|+7-3,1.6E-1|5E-2,SF,? 60,,,,10370|30,,,7300|760#,3250|1040#,7159|2#,286184410|700#,171770|660#,2004 +114,,172,,,?,? 40,,,,,,,,,,,, +287,FL,,0.51 s|+18-10,5.1E-1|1.4E-1,?,? 100,,,-3820|750#,10160|50,#,,5770|900#,3230|900#,7154|2#,287186870|650#,174070|610#,2004 +114,,173,,,,,,,,,,,,,,,, +288,FL,,0.80 s|+32-18,8E-1|2.5E-1,?,? 100,,,-4730|970#,10072|13,#,-10920|920#,7100|1010#,3490|1080#,7154|3#,288187920|860#,175040|810#,2004 +114,,174,,,,,,,,,,,,,,,, +289,FL,,2.7 s|+14-7,2.7E0|1.1E0,?,? 100,,,-3100|1000#,9970|50,#,-10280|790#,5550|990#,,7148|2#,289190620|630#,177560|580#,2004 +114,,175,,,,,,,,,,,,,,,, +287,Mc,,,3.2E-2,?,? 100,,,,,,,,,,,,2004 +115,,172,,,,,,,,,,,,,,,, +288,Mc,,,8.7E-2,?,? 100,,,,,,,,,,,,2004 +115,,173,,,,,,,,,,,,,,,, +289,Mc,,0.22 s|+26-8,2.2E-1|1.7E-1,?,? 100,,,,,,,,,,,,2010 +115,,174,,,SF,?,,,,,,,,,,,, +290,Mc,,16 ms|+76-7,1.6E-2|4.2E-2,?,? 100,,,,,,,,,,,,2010 +115,,175,,,SF,?,,,,,,,,,,,, +290,LV,,15 ms|+26-6,1.5E-2|1.6E-2,?,? 100,,,,11000|70,,,7400|820#,2760|1040#,7120|2#,290198820|710#,185200|660#,2004 +116,,174,,,,,,,,,,,,,,,, +291,LV,,,6.3E-3,?,? 100,,,-4410|850#,10890|50,#,,5880|900#,2790|900#,7116|2#,291201170|660#,187390|610#,2004 +116,,175,,,,,,,,,,,,,,,, +292,LV,,18 ms|+16-6,1.8E-2|1.1E-2,?,? 100,,,-5330|1050#,10774|15,#,-11630|1000#,7220|1010#,3040|1120#,7116|3#,292202090|860#,188240|810#,2004 +116,,176,,,,,,,,,,,,,,,, +293,LV,,53 ms|+62-19,5.3E-2|4.1E-2,?,? 100,,,-3720|1000#,10680|50,#,-10980|890#,5640|1000#,,7111|2#,293204690|630#,190670|590#,2004 +116,,177,,,,,,,,,,,,,,,, +293,Ts,,14 ms|+11-4,1.4E-2|8E-3,?,? 100,,,,,,,,,,,,2010 +117,,176,,,SF,?,,,,,,,,,,,, +294,Ts,,,,?,? 100,,,,,,,,,,,,2010 +117,,177,,,SF,?,,,,,,,,,,,, +294,Og,,1.8 ms|+84-8,1.8E-3|4.6E-3,?,? 100,,,,,,,,,,,,2006 +118,,176,,,,,,,,,,,,,,,, \ No newline at end of file diff --git a/src/main/resources/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/nuclidesTable.csv b/src/main/resources/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/nuclidesTable.csv new file mode 100644 index 0000000000..783276227a --- /dev/null +++ b/src/main/resources/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/nuclidesTable.csv @@ -0,0 +1,3255 @@ +0,1,n,-0.1149,27,0,0,1/2+,,613.9,6,S,613.9,0.6,B-,100,0,,,,,,,,-1.9130427,,,,782.347,0,,,,,,,0.0,0,,,0,0,1008664.91582,49,8071.31713,46, +1,0,H,0.8783,86,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,2.792847351,,,,,,,,,,-782.347,0,,,0.0,0,0,0,1007825.03224,9,7288.97061,9, +1,1,H,2.1421,88,0,0,1+,,STABLE,,,,,,,,,,,,,,,0.85743823,,0.00286,,,,,,,,,,2224.57,0,2224.57,0,1112.283,0,2014101.77811,12,13135.72176,11, +1,2,H,1.7591,363,0,0,1/2+,,12.32,2,Y,388789632,631152,B-,100,0,,,,,,,,2.978962467,,,,18.592,0,,,,,,,6257.23,0,,,2827.265,0,3016049.28199,23,14949.80993,22, +1,3,H,,,0,0,2-,,,,,,,N,100,0,,,,,,,= 1,,,,,22196.211,100000,1618.59,100,,,,,-1600.00,100,,,1720.449,25000,4026431.868,107354,24621.127,100000, +1,4,H,,,0,0,,,,,,,,N,100,0,,,,,,,,,,,,21661.211,91652,22396.21,89,,,,,-200.00,134,,,1336.359,17889,5035311.493,96020,32892.444,89443, +1,5,H,,,0,0,(2-),,1.6,4,MEV,2.848e-22,7.12e-23,N,100,0,,,,,,,= 2,,,,,24283.626,254127,22573.17,255,,,,,-911.96,269,,,961.639,42354,6044955.437,272816,41875.721,254127, +2,1,He,1.9661,30,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-2.127625306,,,,-13736,2000,,,,,-18.592,0,,,5493.47,0,2572.68,0,3016029.32265,22,14931.21793,21, +2,2,He,1.6755,28,0,0,0+,,STABLE,,,,,,,,,,,,,,= 0,,,,,-22898.273,212132,-34313,2000,0,0,-22196.211,100,20577.62,0,19813.86,0,7073.915,0,4002603.25413,6,2424.91561,6, +2,3,He,,,0,0,3/2-,,0.648,,MEV,7.032e-22,0,N,,0,,,,,,,= 1/2,,,,,-447.654,53852,-22163.27,213,735,20,-21661.211,92,-735.00,20,20678.86,102,5512.132,4000,5012057.224,21470,11231.233,20000, +2,4,He,2.0660,111,0,0,0+,,806.7,15,MS,0.8067,0.0015,B-,100,0,,,,,,,= 1,,,,,3505.216,53,-2158.11,50,,,-24283.626,254,1710.45,20,22589.32,89,4878.519,9,6018885.891,57,17592.095,53, +2,5,He,,,0,0,(3/2)-,,150,20,KEV,3e-21,4e-22,N,,0,,,,,,,= 3/2,,,,,11166.021,7559,3914.93,8,,,-23061.874,1004,-409.71,8,23091.56,254,4123.057,1080,7027990.654,8115,26073.126,7559, +2,6,He,1.9239,306,0,0,0+,,119.1,12,MS,0.1191,0.0012,B-,100,0,B-N,16,1,,,,= 2,,,,,10663.878,100,8631.26,9,,,,,2534.76,8,24814,1004,3924.52,11,8033934.39,95,31609.681,89, +2,7,He,,,0,0,1/2+,,,,,,,N,100,0,,,,,,,= 5/2,,,,,15980.924,46817,11918.70,47,,,,,-1254.83,47,,,3349.037,5202,9043946.419,50259,40935.826,46816, +2,8,He,,,0,0,(0+),,300,200,KEV,1.5e-21,1e-21,N,100,0,,,,,,,= 3,,,,,16144.519,93715,16170.92,93,,,,,-190.00,104,,,2995.134,9285,10052815.308,99676,49197.143,92848, +3,1,Li,,,0,0,2-,,,,,,,P,100,0,,,,,,,= 1,,,,,,,,,,,22898.273,212,11415,2011,-3103.00,212,1153.76,53033,4027185.562,227733,25323.189,212132, +3,2,Li,,,0,0,3/2-,,1.23,,MEV,3.705e-22,0,P,,0,,,,,,,= 1/2,,,,,-25460,2003,,,1965,50,447.653,54,21715.62,218,-1965.00,50,5266.132,10000,5012537.8,53677,11678.886,50000, +3,3,Li,2.5890,390,0,0,1+,,STABLE,,,,,,,,,,,,,,= 0,0.82205667,,-0.000818,,-4288.154,5448,-31123,2003,-1473.76,0,-3505.216,53,5663.32,50,4433.32,20,5332.331,0,6015122.88742,155,14086.87895,144, +3,4,Li,2.4440,420,0,0,3/2-,,STABLE,,,,,,,,,,,,,,= 1/2,3.2564268,,-0.0406,,-861.893,71,-11539.24,5,-2467.62,0,-11166.021,8,7251.09,0,9973.96,5,5606.439,1,7016003.43666,454,14907.10529,423, +3,5,Li,2.3390,440,0,0,2+,,839.9,9,MS,0.8399,0.0009,B-A,100,0,B-,100,0,,,,= 1,1.65356,,0.0327,,16004.133,59,-2894.51,9,-6100.24,100,-10663.877,101,2032.62,5,12416.29,8,5159.712,6,8022486.246,50,20945.804,47, +3,6,Li,2.2450,460,0,0,3/2-,,178.3,4,MS,0.1783,0.0004,B-,100,0,B-N,50.8,0.2,,,,= 3/2,3.4391,,-0.0274,,13606.449,201,11941.91,19,-10362.46,89,-15980.924,47,4062.22,19,13943.75,21,5037.768,21,9026790.191,200,24954.902,186, +3,7,Li,,,0,25,(1- 2-),,,,,,,N,100,0,,,,,,,= 2,,,,,20445.136,12722,13632.85,13,-11248.01,254,-16144.519,94,-26.40,13,15172.17,49,4531.351,1272,10035483.453,13656,33052.624,12721, +3,8,Li,2.4820,429,0,0,3/2-,,8.75,14,MS,0.00875,0.00014,B-,100,0,B-N,,,,,,= 5/2,3.6673,,,,20551.087,659,20049.45,62,-10832,1004,,,395.69,13,15757.86,93,4155.381,56,11043723.581,660,40728.254,615, +4,1,Be,,,0,0,,,,,,,,P,100,0,,,,,,,,,,,,,,,,,,25460.114,2004,,,-4527,2014,18,401,5039870,2150,37139,2003, +4,2,Be,,,0,0,0+,,92,6,KEV,5e-21,3e-22,2P,100,0,A,100,0,,,,= 1,,,,,-28945,2003,,,,,4288.154,5,26835,2003,592.82,50,4487.247,908,6019726.409,5848,18375.033,5448, +4,3,Be,2.6460,160,0,0,3/2-,,53.22,6,D,4598208,5184,EC,100,0,,,,,,,= 1/2,,,,,-11907.551,25150,-39622,2003,-1587.13,7,861.894,71,10677.35,5,5606.85,7,5371.548,10,7016928.717,76,15768.999,71, +4,4,Be,,,0,0,0+,,5.57,25,EV,8.18e-17,3.672e-18,A,100,0,,,,,,,= 0,,,,,-17979.896,1000,-30806.20,25,91.84,4,-16004.133,59,18898.64,8,17254.40,4,7062.435,4,8005305.102,37,4941.671,35, +4,5,Be,2.5190,120,0,0,3/2-,,STABLE,,,,,,,,,,,,,,= 1/2,-1.1778,,0.05288,,-1068.035,899,-19644.43,100,-2307.7,20,-13606.449,201,1664.54,8,16886.32,9,6462.668,9,9012183.066,82,11348.453,77, +4,6,Be,2.3550,170,0,0,0+,,1.51E+6,4,Y,47651976000000,1262304000000,B-,100,0,,,,,,,= 1,,,,,556.878,82,-7880.32,90,-7409.52,10,-20445.136,13,6812.28,5,19636.39,20,6497.63,8,10013534.695,86,12607.488,81, +4,7,Be,2.4630,150,0,0,1/2+,,13.76,7,S,13.76,0.07,B-,100,0,B-A,3.1,,B-P,0.00083,,= 3/2,-1.6814,,,,11509.46,238,55.24,24,-8320.87,8,-20551.087,659,501.64,25,20164.43,13,5952.54,22,11021661.081,255,20177.167,238, +4,8,Be,,0,0,0,0+,,21.3,1,MS,0.0213,0.0001,B-,100,0,B-N,1,0,,,,= 2,,,,,11708.363,2321,8338.74,191,-8956.84,191,-23931.811,30,3170.72,192,22939.47,200,5720.722,159,12026922.083,2048,25077.760,1909, +4,9,Be,,,0,0,(1/2-),,2.7E-21,18,S,2.7e-21,1.8e-21,N,,0,,,,,,,,,,,,17097.13,10230,12218.36,10,-9701.66,48,-23321.811,71,-510.00,10,22639.47,32,5241.435,783,13036134.507,10929,33659.077,10180, +4,10,Be,,,0,0,,,4.35,17,MS,0.00435,0.00017,B-,100,0,B-N,81,4,B-2N,5,2,,,,,,16290.813,133936,15321.23,132,-11667.56,162,,,1775.90,133,24315.36,150,4993.897,9446,14042892.92,141970,39954.498,132245, +4,11,Be,,,0,0,(5/2+),,0.58,20,MEV,7.857e-22,2.70927e-22,N,100,0,,,,,,,,,,,,20867.573,167126,18090.81,167,,,,,-1800.00,100,,,4540.97,11053,15053490.215,177990,49825.815,165797, +4,12,Be,,,0,0,0+,,0.8,2,MEV,5.696e-22,1.4241e-22,N,100,0,,,,,,,,,,,,20334.623,167608,20417.57,167,,,,,450.00,141,,,4285.285,10362,16061672.036,177990,57447.132,165797, +5,2,B,,,0,0,(3/2-),,801,20,KEV,6e-22,0,P,100,0,,,,,,,= 3/2,,,,,,,,,-3415,2000,11907.551,25,27715,2003,-2012.55,26,3558.705,3593,7029712,27000,27676.550,25150, +5,3,B,,,0,0,2+,,770,3,MS,0.77,0.003,EC+B+,100,0,B+A,100,0,,,,= 1,1.0355,,0.0683,,-12142.701,18270,,,-4826.54,212,17979.896,1000,12826.30,25,136.40,100,4717.155,125,8024607.316,1073,22921.567,1000, +5,4,B,,,0,0,3/2-,,0.54,21,KEV,8.439e-19,3.28179e-19,P,100,0,,,,,,,= 1/2,,,,,-16494.484,2319,-30719.10,18,-1687.31,50,1068.035,906,18576.40,135,-185.85,90,6257.07,100,9013329.649,969,12416.488,903, +5,5,B,2.4277,499,0,0,3+,,STABLE,,,,,,,,,,,,,,= 0,1.80064478,,0.08472,,-3648.062,69,-24931.68,214,-4461.19,1,-556.879,82,8437.20,90,6586.81,8,6475.083,2,10012936.862,16,12050.609,15, +5,6,B,2.4060,294,0,0,3/2-,,STABLE,,,,,,,,,,,,,,= 1/2,2.6886489,,0.04065,,-1981.689,61,-15102.28,7,-8664.31,1,-11509.46,23,11454.22,2,11228.75,8,6927.732,1,11009305.166,13,8667.707,12, +5,7,B,,,0,0,1+,,20.20,2,MS,0.0202,0.00002,B-,100,0,,,,,,,= 1,1.00306,,0.0134,,13369.397,1321,-5351.32,132,-10001.32,132,-11708.363,2321,3369.63,132,14096.74,134,6631.223,110,12014352.638,1418,13369.397,1321, +5,8,B,,,0,0,3/2-,,17.33,17,MS,0.01733,0.00017,B-,100,0,B-N,0.286,,,,,= 3/2,3.1778,,0.037,,13436.938,1000,8490.63,100,-10817.87,102,-17097.13,10,4878.77,166,15804.78,215,6496.419,77,13017779.981,1073,16561.947,1000, +5,9,B,,,0,0,2-,,12.5,5,MS,0.0125,0.0005,B-,100,0,B-N,6.1,,,,,= 2,,,,,20643.792,21213,12467.36,21,-11813.85,25,-16290.813,134,969.58,21,17284.36,24,6101.644,1515,14025404.012,22773,23663.685,21213, +5,10,B,,,0,0,,,9.93,7,MS,0.00993,0.00007,B-,100,0,B-N,99.68,,,,,,,,,,19085.098,21047,17867.03,21,-14194.93,21,-20867.573,167,2776.76,30,18285.23,134,5879.985,1402,15031087.953,22578,28958.242,21032, +5,11,B,,,0,0,,LT,100,,KEV,4.6e-21,,N,100,0,,,,,,,,,,,,23418.378,24828,19168.05,25,-14321.98,39,-20334.622,168,-82.95,15,20002.28,168,5507.302,1536,16039841.92,26375,37112.510,24569, +5,12,B,,,0,0,(3/2-),,5.08,5,MS,0.00508,0.00005,B-,100,0,B-N,63,1,B-2N,11,7,,,,,,22684.419,204841,21950.87,204,-15689.49,216,,,1467.51,206,21019.79,263,5269.667,12006,17046931.399,219114,43716.317,204104, +5,13,B,,,0,0,(2-),,,,,,,N,100,0,,,,,,,,,,,,26873.37,206357,22689.42,205,,,,,-5.00,5,,,4976.63,11342,18055601.682,219180,51792.634,204165, +6,2,C,,,0,0,0+,,230,50,KEV,2e-21,4e-22,P,100,0,A,,0,,,,= 2,,,,,,,,,,,12142.701,18,,,-98.75,31,3101.524,2280,8037643.042,19584,35064.268,18243, +6,3,C,,,0,0,(3/2-),,126.5,9,MS,0.1265,0.0009,EC+B+,100,0,B+P,61.6,0,B+A,38.4,0,= 3/2,-1.3914,,,,,,,,-10653,2003,16494.484,231,14224.61,18,1299.57,236,4337.423,237,9031037.207,2293,28910.972,2137, +6,4,C,,,0,0,0+,,19.290,12,S,19.29,0.012,EC+B+,100,0,,,,,,,= 1,,,,,-23101.355,400000,,,-5101.28,5,3648.063,72,21283.62,214,4006.79,91,6032.042,7,10016853.218,75,15698.672,70, +6,5,C,,,0,0,3/2-,,20.364,14,M,1221.84,0.84,EC+B+,100,0,,,,,,,= 1/2,-0.964,,0.03426,,-13654.163,46154,-36221.95,400,-7544.52,9,1981.689,61,13120.59,9,8690.18,6,6676.456,5,11011432.597,64,10649.396,60, +6,6,C,2.4702,22,0,0,0+,,STABLE,,,,,,,,,,,,,,= 0,,,,,-17338.068,1000,-32374.88,46,-7366.59,4,-13369.397,1321,18720.71,6,15956.68,1,7680.144,0,12000000,0,0.0,0, +6,7,C,2.4614,34,0,0,1/2-,,STABLE,,,,,,,,,,,,,,= 1/2,0.7024118,,,,-2220.472,270,-22284.38,100,-10648.36,8,-13436.938,10,4946.31,0,17533.36,132,7469.849,0,13003354.83521,23,3125.00888,21, +6,8,C,2.5025,87,0,0,0+,,5700,30,Y,179878320000,946728000,B-,100,0,,,,,,,= 1,,,,,156.476,4,-10396.91,27,-12012.51,8,-20643.792,21,8176.43,0,20831.02,100,7520.319,0,14003241.98843,403,3019.89278,376, +6,9,C,,,0,0,1/2+,,2.449,5,S,2.449,0.005,B-,100,0,,,,,,,= 3/2,1.32,,,,9771.705,800,-1061.59,80,-12728.94,83,-19085.098,21,1218.07,80,21079.51,21,7100.169,53,15010599.256,858,9873.144,800, +6,10,C,,,0,0,0+,,0.747,8,S,0.747,0.008,B-,100,0,B-N,99,0.3,,,,= 2,,,,,8010.225,4254,5521.38,4,-13808.54,4,-23418.378,25,4250.33,4,22553.08,21,6922.054,224,16014701.256,3840,13694.132,3578, +6,11,C,,,0,0,,,193,13,MS,0.193,0.013,B-,100,0,B-N,32,3,,,,,,,,,13161.82,22946,7276.67,18,-15052.09,20,-22684.419,205,733.55,18,23369.58,30,6558.024,1020,17022578.672,18641,21031.898,17365, +6,12,C,,,0,0,(0+),,92,2,MS,0.092,0.002,B-,100,0,B-N,31.5,1.5,,,,= 3,,,,,11806.096,35282,8977.87,34,-17460.15,136,-26873.37,206,4183.95,35,26086.02,206,6426.131,1667,18026751.932,32206,24919.264,30000, +6,14,C,,,0,0,,,14,+6-5,MS,0.014,0.006,B-,100,0,B-N,72,14,,,,,,,,,15737.067,243746,13575.96,231,-22368.49,284,,,2981.51,251,29555.65,574,5961.435,11531,20040261.732,247585,37503.563,230625, +6,16,C,,,0,0,0+,,6.1,+14-12,MS,0.0061,0.0013,B-,100,0,B-N,61,0,B-2N,37,0,,,,,,21846.396,311063,20307.97,268,,,,,103,640,31008,929,5421.077,10522,22057553.99,248515,53611.197,231490, +7,3,N,,,0,0,,,,,,,,P,100,0,,,,,,,,,,,,,,,,-10945,2042,23101.354,400,,,-2600.08,400,3643.672,40000,10041653.543,429417,38800.026,400000, +7,4,N,,,0,0,1/2+,,830,30,KEV,5e-22,0,P,100,0,,,,,,,= 3/2,,,,,,,,,-5797.91,53,13654.163,46,22567.78,403,-1315.92,46,5364.046,4196,11026090.945,49548,24303.559,46154, +7,5,N,,,0,0,1+,,11.000,16,MS,0.011,0.000016,EC+B+,100,0,,,,,,,= 1,0.4573,,0.026,,-14576.544,24021,,,-8008.41,141,17338.068,10,15036.81,46,600.30,100,6170.109,83,12018613.182,1073,17338.068,1000, +7,6,N,,,0,0,1/2-,,9.965,4,M,597.9,0.24,EC+B+,100,0,,,,,,,= 1/2,0.3222,,,,-17769.951,9530,-34640.45,24,-9495.92,94,2220.472,27,20063.90,104,1943.49,27,7238.863,21,13005738.609,289,5345.481,270, +7,7,N,2.5582,70,0,0,1+,,STABLE,,,,,,,,,,,,,,= 0,0.403761,,0.0193,,-5144.364,25,-28323.33,10,-11612.11,1,-156.476,4,10553.38,27,7550.56,0,7475.614,0,14003074.00446,21,2863.41672,19, +7,8,N,2.6058,80,0,0,1/2-,,STABLE,,,,,,,,,,,,,,= 1/2,-0.28318884,,,,-2754.166,491,-15977.66,3,-10991.18,1,-9771.705,8,10833.30,0,10207.42,0,7699.46,0,15000108.89894,65,101.43871,59, +7,9,N,,,0,0,2-,,7.13,2,S,7.13,0.02,B-,100,0,B-A,0.0012,0.0005,,,,= 1,,,,,10420.908,2301,-5243.02,235,-10110.41,265,-8010.225,4,2488.85,229,11478.21,244,7373.796,144,16006101.925,2470,5683.907,2301, +7,10,N,,,0,0,1/2-,,4.173,4,S,4.173,0.004,B-,100,0,B-N,95.1,0.7,B-A,0.0025,,= 3/2,,,,,8678.842,15000,4535.76,15,-11116.78,15,-13161.819,23,5885.15,15,13113.02,15,7286.229,882,17008448.877,16103,7870.079,15000, +7,11,N,,,0,0,1-,,624,12,MS,0.624,0.012,B-,100,0,B-N,14.3,2,B-A,12.2,0.6,= 2,,,,,13895.984,18570,5850.61,19,-12975.43,28,-11806.096,35,2828.23,24,15207.70,25,7038.562,1032,18014077.565,19935,13113.168,18570, +7,12,N,,,0,0,,,271,8,MS,0.271,0.008,B-,100,0,B-N,54.6,1.4,,,,,,,,,12523.424,16614,8567.78,16,-15526.88,27,-16557.47,100,5328.20,25,16351.95,34,6948.543,863,19017022.419,17610,15856.282,16404, +7,13,N,,,0,0,,,130,7,MS,0.13,0.007,B-,100,0,B-N,57,3,,,,,,,,,17970.324,78899,10362.32,79,-17770.93,83,-15737.067,244,2161.10,81,17936.23,126,6709.171,3945,20023367.295,84696,21766.496,78894, +7,14,N,,,0,0,(1/2-),,84,7,MS,0.084,0.007,B-,100,0,B-N,86,4,,,,,,,,,17169.878,134584,13364.42,134,-20909.32,244,-20411.087,611,4605.90,156,19560.62,267,6609.015,6383,21027087.573,143906,25231.913,134048, +7,15,N,,,0,0,(0-),,23,3,MS,0.023,0.003,B-,100,0,B-N,34,3,B-2N,12,3,,,,,,22481.768,215435,15631.45,208,-22452.75,291,-21846.396,311,1538.43,247,21167,631,6378.534,9445,22034100.918,223060,31764.801,207779, +7,16,N,,,0,0,,,14.1,15,MS,0.0141,0.0015,B-,100,0,B-N,42,6,B-2N,8,4,,,,,,22099.056,437827,19366.07,424,-25474.73,673,,,3115.69,469,24179.74,480,6236.671,18286,23039421,451500,36720.425,420570, +7,17,N,,,0,0,,LT,52,,NS,0.000000052,0,N,,0,,,,,,,,,,,,28438,433,24245,419,-23937,895,,,-2146,581,24522,1074,5887,17,24050390,430,46938,401, +8,4,O,,,0,0,0+,,0.40,25,MEV,1.1393e-21,7.12031e-22,P,,0,,,,,,,= 2,,,,,,,,,-5574.57,30,14576.545,24,,,-322.08,52,4890.202,2000,12034261.747,25765,31914.613,24000, +8,5,O,,,0,0,(3/2-),,8.58,5,MS,0.00858,0.00005,B+P,100,0,EC+B+,100,0,,,,= 3/2,,,,,,,,,-8220.46,10,17769.951,10,16870.50,26,1511.61,10,5811.763,733,13024815.437,10226,23115.432,9526, +8,6,O,,,0,0,0+,,70.606,18,S,70.606,0.018,EC+B+,100,0,,,,,,,= 1,,,,,-23956.622,41119,,,-10115.81,7,5144.364,25,23178.97,10,4626.67,27,7052.278,2,14008596.706,27,8007.781,25, +8,7,O,,,0,0,1/2-,,122.24,16,S,122.24,0.16,EC+B+,100,0,,,,,,,= 1/2,0.7189,,,,-13711.146,14009,-37180.11,41,-10218.71,49,2754.166,491,13223.49,49,7296.78,49,7463.692,33,15003065.618,526,2855.605,491, +8,8,O,2.6991,52,0,0,0+,,STABLE,,,,,,,,,,,,,,= 0,,,,,-15417.254,8321,-29375.07,14,-7161.92,0,-10420.908,2301,15663.92,49,12127.41,0,7976.206,0,15994914.6196,17,-4737.00135,16, +8,9,O,2.6932,75,0,0,5/2+,,STABLE,,,,,,,,,,,,,,= 1/2,-1.89379,,,,-2760.465,248,-19560.33,8,-6358.69,0,-8678.842,15,4143.08,0,13781.64,229,7750.728,0,16999131.75664,70,-808.76348,66, +8,10,O,2.7726,56,0,0,0+,,STABLE,,,,,,,,,,,,,,= 1,,,,,-1655.929,463,-10805.83,25,-6227.62,0,-13895.984,19,8045.37,0,15941.86,15,7767.097,0,17999159.61284,76,-782.81560,71, +8,11,O,,,0,0,5/2+,,26.88,5,S,26.88,0.05,B-,100,0,,,,,,,= 3/2,,,,,4820.302,2637,-5611.57,268,-8965.2,276,-12523.424,17,3955.64,264,17069.28,19,7566.495,139,19003577.97,2830,3332.858,2637, +8,12,O,,,0,0,0+,,13.51,5,S,13.51,0.05,B-,100,0,,,,,,,= 2,,,,,3813.635,885,-2787.70,88,-12322.88,4,-17970.324,79,7608.00,278,19349.08,16,7568.57,44,20004075.358,950,3796.172,885, +8,13,O,,,0,0,(5/2+),,3.42,10,S,3.42,0.1,B-,100,0,,,,,,,,,,,,8109.64,12134,8.18,12,-15394.78,21,-17169.878,135,3805.45,12,20993.43,80,7389.374,571,21008654.95,12882,8062.035,12000, +8,14,O,,,0,0,0+,,2.25,9,S,2.25,0.09,B-,100,0,B-N,22,0,,,,,,,,,6489.66,58256,1259.32,57,-18061.15,64,-22481.768,215,6850.32,58,23237.85,146,7364.871,2587,22009965.746,61107,9283.033,56921, +8,15,O,,,0,0,1/2+,,82,+45-28,MS,0.082,0.037,B-,100,0,B-N,31,7,,,,,,,,,11336.106,126190,3756.68,122,-20217.3,157,-22099.056,438,2732.98,134,24432.40,241,7163.485,5292,23015696.686,130663,14621.369,121712, +8,16,O,,,0,0,0+,,65,5,MS,0.065,0.005,B-,100,0,B-N,58,12,,,,,,,,,10955.887,191633,7143.82,168,-21428.08,284,-28437.598,434,4192.28,205,25508.99,452,7039.685,6870,24019861,177000,18500.402,164874, +8,18,O,,,0,0,0+,,4.5,+32-34,PS,0.0000000000045,0.0000000000033,2N,100,,,,,,,,,,,,,16012.161,198932,15255.55,191,-21375.08,284,,,739.31,10,28611,529,6497.478,6344,26037210.155,177081,34661.037,164950, +9,5,F,,,0,0,2-,,910,100,KEV,5e-22,1e-22,,,,,,,,,,,,,,,,,,,-9260.54,402,23956.621,41,,,-1560.00,40,5285.208,2937,14034315.199,44142,31964.402,41119, +9,6,F,,,0,0,(1/2+),,1.0,2,MEV,4.557e-22,9.114e-23,P,100,0,,,,,,,= 3/2,,,,,-23648.622,68138,,,-10161.72,48,13711.146,14,23468.97,43,-1270.00,14,6497.459,933,15017785.139,15029,16566.751,14000, +9,7,F,,,0,0,0-,,40,20,KEV,1.14e-20,5.7e-21,P,100,0,,,,,,,= 1,,,,,-13306.523,22106,-37606.44,67,-9082.73,8,15417.254,8,13957.82,16,-535.68,8,6963.731,520,16011465.723,8932,10680.253,8321, +9,8,F,,,0,0,5/2+,,64.49,16,S,64.49,0.16,EC+B+,100,0,,,,,,,= 1/2,4.7223,,,,-14548.746,432,-30106.39,20,-5818.69,37,2760.465,248,16799.87,8,600.27,25,7542.328,15,17002095.238,266,1951.702,248, +9,9,F,,,0,0,1+,,109.77,5,M,6586.2,3,EC+B+,100,0,,,,,,,= 0,,,,,-4444.501,589,-23698.65,57,-4415.22,46,1655.929,463,9149.91,53,5607.09,46,7631.638,26,18000937.325,497,873.113,463, +9,10,F,2.8976,25,0,0,1/2+,,STABLE,,,,,,,,,,,,,,= 1/2,,,,,-3239.494,160,-14876.38,36,-4013.8,0,-4820.302,2637,10431.87,46,7993.60,0,7779.018,0,18998403.16288,93,-1487.44420,86, +9,11,F,,,0,0,2+,,11.07,6,S,11.07,0.06,B-,100,0,,,,,,,= 1,2.0935,,-0.042,,7024.467,30,-9840.83,16,-8126.29,229,-3813.635,886,6601.34,3,10639.29,264,7720.134,2,19999981.252,31,-17.463,30, +9,12,F,,,0,0,5/2+,,4.158,20,S,4.158,0.02,B-,100,0,,,,,,,,3.93,,0.11,,5684.171,1800,-1076.99,180,-10342.6,15,-8109.64,12,8101.46,180,11132.75,200,7738.293,86,20999948.894,1932,-47.605,1800, +9,13,F,,,0,0,(4+),,4.23,4,S,4.23,0.04,B-,100,0,B-N,11,0,,,,,2.6944,,0.003,,10818.092,12399,453.83,12,-12744.71,22,-6489.66,58,5230.34,13,12557.63,17,7624.295,564,22002998.809,13310,2793.373,12399, +9,14,F,,,0,0,5/2+,,2.23,14,S,2.23,0.14,B-,100,0,,,,,,,,,,,,8439.312,33321,3238.66,33,-14995.93,37,-11336.106,126,7579.43,36,13286.74,66,7622.344,1449,23003526.874,35770,3285.263,33320, +9,15,F,,,0,0,(3+),,390,70,MS,0.39,0.07,B-,100,0,B-N,5.9,0,,,,,,,,,13496.161,97672,4627.25,98,-16646.9,126,-10955.887,192,3812.06,103,14365.82,156,7463.582,4070,24008099.37,104853,7544.515,97670, +9,16,F,,,0,0,5/2+,,80,9,MS,0.08,0.009,B-,100,0,B-N,23.1,4.5,,,,,,,,,13369.667,100721,9214.49,96,-16322.66,165,-15994.861,191,4281.67,137,14455.21,191,7336.306,3858,25012167.727,103535,11334.166,96442, +9,17,F,,,0,0,1+,,8.2,9,MS,0.0082,0.0009,B-,100,0,B-N,13.5,4,,,,,,,,,18167.762,112716,12613.06,115,-15540.84,236,-16012.162,199,756.61,147,15969.12,199,7083.24,4277,26020020.392,119377,18648.875,111199, +9,18,F,,,0,0,(5/2+),,5.0,2,MS,0.005,0.0002,B-,100,0,B-N,77,21,,,,,,,,,18399.37,400258,16897.85,390,-13695.06,573,,,1269.91,405,16499.73,423,6867.932,14438,27027322,418500,25450.279,389830, +9,19,F,,,0,0,,AP,0.046,,AS,,,,,,,,,,,,,,,,,22441.859,412748,18619.37,403,-15621,561,-18338.404,802,-220.00,50,18217,636,6614.792,14037,28036223.095,421928,33741.596,393024, +9,20,F,,,0,0,,,2.5,3,MS,0.0025,0.0003,B-N,100,80,B-,100,0,,,,,,,,,21750.385,546221,20779.13,540,-18258,727,,,1662.73,656,19219,874,6444.031,18116,29043103,564000,40150.186,525363, +9,21,F,,,0,0,,,,,,,,N,,0,,,,,,,,,,,,24832,648,21641,615,,,,,110,795,,,6233,20,30051650,640,48112,596, +9,22,F,,,0,0,,GT,260,,NS,0.00000026,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,24961,608,24791,602,,,,,40,809,,,6033,18,31060272,587,56143,546, +10,5,Ne,,,0,0,(3/2-),,0.59,,MEV,7.724e-22,0,2P,100,0,,,,,,,,,,,,,,,,,,23648.622,68,,,-962.00,77,4868.728,4446,15043172.98,71588,40215.373,66684, +10,6,Ne,,,0,0,0+,,122,37,KEV,3.7e-21,1.1e-21,P,100,0,,,,,,,= 2,,,,,,,,,-10352.75,32,13306.523,22,24299.91,70,-131.05,25,6083.177,1280,16025750.864,21986,23986.776,20480, +10,7,Ne,3.0413,88,0,0,1/2-,,109.2,6,MS,0.1092,0.0006,ECP,100,0,EC+B+,100,0,ECA,,0,= 3/2,,,,,-18672.766,1001356,,,-9039.9,10,14548.745,432,15557.65,20,1468.78,8,6640.499,21,17017713.959,380,16500.447,354, +10,8,Ne,2.9714,76,0,0,0+,,1672,8,MS,1.672,0.008,EC+B+,100,0,,,,,,,= 1,,,,,-19720.374,93882,-37926.92,1001,-5115.08,36,4444.501,588,19254.15,51,3923.06,44,7341.257,20,18005708.693,390,5317.614,363, +10,9,Ne,3.0082,40,0,0,1/2+,,17.22,2,S,17.22,0.02,EC+B+,100,0,,,,,,,= 1/2,,,,,-11177.34,10536,-31357.25,94,-3528.47,52,3239.494,16,11636.88,40,6410.03,49,7567.343,8,19001880.903,171,1752.050,160, +10,10,Ne,3.0055,21,0,0,0+,,STABLE,,,,,,,,,,,,,,= 0,,,,,-13892.535,1114,-28042.64,11,-4729.84,0,-7024.468,3,16865.30,16,12843.46,0,8032.24,0,19992440.17619,168,-7041.93055,157, +10,11,Ne,2.9695,33,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,-0.661797,,0.103,,-3547.145,90,-20653.70,111,-7347.93,4,-5684.171,18,6761.16,4,13003.28,5,7971.713,2,20993846.685,41,-5731.776,38, +10,12,Ne,2.9525,40,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2843.207,171,-13911.40,10,-9666.82,2,-10818.092,12,10364.26,4,15266.08,180,8080.465,1,21991385.109,18,-8024.719,18, +10,13,Ne,2.9104,71,0,0,5/2+,,37.24,12,S,37.24,0.12,B-,100,0,,,,,,,,-1.077,,,,4375.804,104,-8043.85,20,-10911.82,264,-8439.312,33,5200.65,10,15236.39,12,7955.256,5,22994466.9,112,-5154.049,104, +10,14,Ne,2.9007,78,0,0,0+,,3.38,2,M,202.8,1.2,B-,100,0,,,,,,,,,,,,2466.255,513,-4493.11,51,-12172.73,102,-13496.161,98,8868.91,52,16525.88,33,7993.325,21,23993610.645,550,-5951.646,513, +10,15,Ne,2.9316,88,0,0,1/2+,,602,8,MS,0.602,0.008,B-,100,0,,,,,,,,-1.0062,,,,7322.312,29070,-1688.92,29,-12522.45,31,-13369.668,101,4155.17,29,16868.99,102,7839.799,1162,24997814.799,31181,-2035.502,29045, +10,16,Ne,2.9251,100,0,0,0+,,197,2,MS,0.197,0.002,B-,100,0,B-N,0.13,0.03,,,,,,,,,7341.893,18758,1767.61,18,-11226.84,60,-18167.761,113,5554.70,34,18142.02,98,7751.91,709,26000516.496,19784,481.114,18429, +10,17,Ne,,,0,0,(3/2+),,31.5,13,MS,0.0315,0.0013,B-,100,0,B-N,2,0.5,,,,,,,,,12568.699,90847,5840.37,91,-9995.38,152,-18399.37,400,1501.52,93,18886.94,144,7520.414,3362,27007569.462,97445,7050.909,90770, +10,18,Ne,2.9642,134,0,0,0+,,20,1,MS,0.02,0.001,B-,100,0,B-N,12,1,B-2N,3.7,0.5,,,,,,12288.052,126483,8746.21,126,-9625.58,208,-22441.859,413,3822.49,155,21439.51,410,7388.346,4502,28012130.767,135339,11299.737,126068, +10,19,Ne,,,0,0,(3/2+),,15,3,MS,0.015,0.003,B-,100,0,B-N,28,5,B-2N,4,1,,,,,,15719.807,149685,11316.80,150,-11354.14,223,-21750.385,546,971.25,196,22630.77,421,7167.067,5155,29019753,160500,18399.801,149505, +10,20,Ne,,,0,0,0+,,7.3,3,MS,0.0073,0.0003,B-,100,0,B-N,13,4,B-2N,8.9,2.3,,,,,,14805.448,253295,12528.81,253,-13805.83,302,-24831.883,648,3191.00,294,24159.04,583,7034.531,8442,30024992.235,271875,23280.117,253250, +10,21,Ne,,,0,0,(3/2-),,3.4,8,MS,0.0034,0.0008,B-,100,0,B-2N,,0,B-N,,0,,,,,,18935.559,266562,14635.60,266,-15913,567,-24961.409,607,169.84,127,24219,653,6813.09,8587,31033474.816,285772,31181.591,266195, +10,22,Ne,,,0,0,0+,,3.5,9,MS,0.0035,0.0009,B-,100,0,B-N,,0,,,,,,,,,18359,504,16682,503,-17506,861,,,2254,569,26433,743,6671,16,32039720,540,36999,503, +10,23,Ne,,,0,0,,LT,180,,NS,0.00000018,0,N,,0,,,,,,,,,,,,22217,747,19286,597,,,,,-927,780,,,6440,18,33049380,640,45997,596, +10,24,Ne,,,0,0,0+,GT,60,,NS,0.00000006,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,21161,789,20990,682,,,,,1227,786,,,6287,15,34056728,551,52842,513, +11,7,NA,,,0,0,(1)-,LT,0.2,,MEV,2.2785e-21,,P,100,0,,,,,,,,,,,,,,,,-9351.33,102,19720.374,94,18206.54,1006,-1248.57,94,6202.217,5216,18026879.386,100785,25037.988,93881, +11,8,NA,,,0,0,(5/2+),LT,40,,KEV,1.14e-20,,P,100,0,,,,,,,,,,,,-18898.998,51099,,,-6062.28,18,11177.34,11,20179.91,94,-322.81,11,6937.885,554,19013880.272,11309,12929.390,10535, +11,9,Na,2.9718,420,0,0,2+,,447.9,23,MS,0.4479,0.0023,EC,100,0,ECA,20.05,0.2,,,,= 1,0.3694,,,,-10627.088,2171,-33049.10,50,-6254.56,8,13892.535,1114,14150.10,11,2190.42,112,7298.496,56,20007354.426,1195,6850.604,1114, +11,10,Na,3.0136,284,0,0,3/2+,,22.49,4,S,22.49,0.04,EC+B+,100,0,,,,,,,,2.3863,,0.124,,-13088.48,761,-27733.64,187,-6561.25,27,3547.145,105,17106.55,112,2431.67,10,7765.547,5,20997654.702,105,-2184.631,98, +11,11,Na,2.9852,168,0,0,3+,,2.6018,22,Y,82106563.68,69426.72,EC+B+,100,0,,,,,,,,1.746,,0.18,,-4781.578,321,-24156.68,77,-8479.54,49,2843.208,172,11068.20,20,6738.71,18,7915.667,8,21994437.418,183,-5181.511,171, +11,12,Na,2.9936,21,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,2.21752,,0.1006,,-4056.34,158,-17201.24,31,-10467.32,0,-4375.803,104,12419.66,17,8794.10,2,8111.493,0,22989769.28199,194,-9529.85248,181, +11,13,Na,2.9735,168,0,0,4+,,14.997,12,H,53989.2,43.2,B-,100,0,,,,,,,,1.6903,,,,5515.669,21,-11015.71,16,-10825.35,3,-2466.255,513,6959.37,2,10552.82,11,8063.488,1,23990963.011,17,-8417.901,17, +11,14,Na,2.9769,252,0,0,5/2+,,59.1,6,S,59.1,0.6,B-,100,0,,,,,,,,3.683,,-0.1,,3834.969,1201,-3495.56,120,-11735.12,216,-7322.311,29,9011.23,120,10695.14,130,8101.397,48,24989953.973,1288,-9357.813,1200, +11,15,Na,2.9928,331,0,0,3+,,1.07128,25,S,1.07128,0.00025,B-,100,0,,,,,,,,2.851,,-0.0053,,9353.763,3502,-1739.31,4,-12079.07,13,-7341.894,19,5574.28,4,12114.25,29,8004.201,135,25992634.649,3759,-6860.780,3502, +11,16,Na,3.0136,467,0,0,5/2+,,301,6,MS,0.301,0.006,B-,100,0,B-N,0.13,0.04,,,,,3.895,,-0.007,,9068.821,3727,2625.44,4,-11227.97,34,-12568.699,91,6728.33,5,13287.87,19,7956.946,138,26994076.408,4000,-5517.790,3726, +11,17,Na,3.0400,581,0,0,1+,,30.5,4,MS,0.0305,0.0004,B-,100,0,B-N,0.58,0.12,,,,,2.42,,0.0395,,14030.529,10440,5526.98,10,-10957.75,98,-12288.052,126,3541.84,11,15328.19,91,7799.264,366,27998939,11000,-988.315,10246, +11,18,Na,3.0922,723,0,0,3/2+,,44.1,9,MS,0.0441,0.0009,B-,100,0,B-N,21.5,3,,,,,2.449,,0.086,,13282.824,13557,9627.52,8,-11079.09,97,-15719.807,150,4403.01,13,15908.71,126,7682.151,253,29002877.092,7876,2679.994,7337, +11,19,Na,3.1180,884,0,0,2+,,48,2,MS,0.048,0.002,B-,100,0,B-N,30,4,B-2N,1.15,0.25,,2.069,,0.15,,17358.49,5850,11006.18,12,-12599.12,111,-14805.447,253,2276.64,9,17214.10,150,7501.968,158,30009097.932,5074,8474.670,4727, +11,20,Na,3.1704,893,0,0,3/2(+),,17.35,40,MS,0.01735,0.0004,B-,100,0,B-N,37.3,5.4,B-2N,0.87,0.24,,2.298,,,,15368.182,14307,13058.53,14,-15629.16,390,-18935.56,267,4299.96,15,18323.06,254,7398.677,451,31013146.656,15000,12246.031,13972, +11,21,Na,,,0,0,(3- 4-),,13.2,4,MS,0.0132,0.0004,B-,100,0,B-N,24,7,B-2N,8.3,2.1,,,,,,19469.051,37402,13690.98,37,-17526.36,395,-18358.849,504,1677.20,40,19830.41,269,7219.881,1164,32020011.026,40000,18640.151,37260, +11,22,Na,,,0,0,(3/2+),,8.0,4,MS,0.008,0.0004,B-,100,0,B-N,47,6,B-2N,13,3,,,,,,18817.813,449921,16537.69,450,-18794.99,692,-22216.89,747,2931.36,451,20508,675,7089.926,13634,33025529,483000,23780.110,449912, +11,23,Na,,,0,0,,,5.5,10,MS,0.0055,0.001,B-,100,0,B-2N,50,0,B-N,15,0,,,,,,23356.764,600112,18646.50,599,-18856,845,-21161.889,789,171.32,749,21606,845,6886.437,17630,34034010,643500,31680.111,599416, +11,24,Na,,,0,0,,,1.5,5,MS,0.0015,0.0005,B-,100,0,B-N,,0,,,,,,,,,22592,723,21837,671,-20336,865,,,1520,300,21899,844,6733,19,35041043,720,38231,670, +11,25,Na,,,0,0,,LT,180,,NS,0.00000018,0,N,,0,,,,,,,,,,,,25923,967,22592,729,,,,,0,100,,,6546,19,36049708,728,46303,678, +11,26,Na,,,0,0,,GT,60,,NS,0.00000006,5e15,B-N,,0,B-,,0,,,,,,,,,25323,980,25083,974,,,,,840,180,,,6392,19,37057471,737,53534,687, +12,7,MG,,,0,0,1/2-,,1.14E-4,,EV,0.0000000000039973684,0,2P,100,0,,,,,,,,,,,,,,,,-10811.9,83,18898.999,51,,,498.57,106,5902.025,2632,19034169.182,53678,31828.389,50001, +12,8,Mg,,,0,0,0+,,93,5,MS,0.093,0.005,B+,100,,B+P,30.3,1.2,,,,,,,,,,,,,-8934,21,10627.088,2171,22422.01,50,2740.67,11,6728.025,93,20018763.075,2000,17477.692,1863, +12,9,Mg,,0,0,0,5/2+,,122,3,MS,0.122,0.003,EC+B+,100,0,B+P,32.6,1,B+A,0.5,0,,-0.983,,,,-16086,596,,,-8021.51,83,13088.481,761,14645.16,200,3235.73,135,7105.031,36,21011705.764,810,10903.850,755, +12,10,Mg,,0,0,0,0+,,3.8755,12,S,3.8755,0.0012,EC+B+,100,0,,,,,,,,,,,,-18601,401,-35461,596,-8142.46,48,4781.578,357,19375.10,82,5504.27,33,7662.761,14,21999570.654,335,-399.933,313, +12,11,Mg,,0,0,0,3/2+,,11.317,11,S,11.317,0.011,EC+B+,100,0,,,,,,,,,,,,-12221.583,379,-31746,401,-9650.48,23,4056.339,158,13144.90,35,7580.97,23,7901.115,7,22994123.941,170,-5473.513,158, +12,12,Mg,3.0570,16,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-13884.704,233,-28752.96,34,-9316.55,1,-5515.668,21,16531.37,16,11692.69,1,8260.709,1,23985041.697,14,-13933.569,13, +12,13,Mg,3.0284,22,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-0.85545,,0.201,,-4276.808,45,-21215.23,24,-9885.92,6,-3834.97,120,7330.53,5,12063.85,5,8223.502,2,24985836.964,50,-13192.783,47, +12,14,Mg,3.0337,18,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4004.391,63,-15369.88,6,-10614.74,3,-9353.762,4,11093.08,4,14145.70,120,8333.87,1,25982592.971,32,-16214.542,30, +12,15,Mg,,0,0,0,1/2+,,9.458,12,M,567.48,0.72,B-,100,0,,,,,,,,-0.04107,,,,2610.251,69,-10447.78,8,-11857.48,12,-9068.821,4,6443.39,4,15014.80,4,8263.852,2,26984340.628,53,-14586.611,50, +12,16,Mg,,0,0,0,0+,,20.915,9,H,75294,32.4,B-,100,0,,,,,,,,,,,,1831.8,2000,-5893.30,200,-11492.11,206,-14030.53,10,8503.55,200,16790.03,4,8272.413,71,27983876.606,2148,-15018.845,2001, +12,17,Mg,,0,0,0,3/2+,,1.30,12,S,1.3,0.12,B-,100,0,,,,,,,,0.978,,,,7604.931,11405,-1823.50,11,-10992.24,31,-13282.823,14,3655.30,12,16903.48,15,8113.202,393,28988617.393,12238,-10602.829,11400, +12,18,Mg,,0,0,0,0+,,335,17,MS,0.335,0.017,B-,100,0,,,,,,,,,,,,6981.024,4496,1252.62,3,-11789.85,19,-17358.49,6,6352.31,12,18852.79,8,8054.506,115,29990462.826,3700,-8883.820,3447, +12,19,Mg,,0,0,0,1/2(+),,236,20,MS,0.236,0.02,B-,100,0,B-N,6.2,1.9,,,,,-0.88355,,,,11828.555,3801,4671.38,4,-12597.98,91,-15368.182,14,2309.65,5,18885.79,6,7869.188,99,30996648.232,3300,-3122.151,3074, +12,20,Mg,,0,0,0,0+,,86,5,MS,0.086,0.005,B-,100,0,B-N,5.5,0.5,,,,,,,,,10270.467,7879,6050.49,4,-14553.55,126,-19469.051,37,5778.07,4,20363.90,14,7803.84,102,31999110.139,3500,-828.900,3260, +12,21,Mg,,,0,0,3/2-,,90.5,16,MS,0.0905,0.0016,B-,100,0,B-N,14,2,,,,,-0.7456,,,,13459.677,7559,7990.35,8,-15862.42,150,-18817.813,450,2280.12,4,20966.82,37,7636.455,88,33005327.245,3100,4962.297,2888, +12,22,Mg,,,0,0,0+,,20,10,MS,0.02,0.01,B-,100,0,B-N,,0,,,,,,,,,11323.637,29039,8749.41,30,-17381.69,255,-23356.763,600,4710.27,29,22745.73,451,7550.39,849,34008935.481,31000,8323.348,28876, +12,23,Mg,,,0,0,(5/2-),,70,40,MS,0.07,0.04,B-,100,0,B-N,52,46,,,,,,,,,15863.512,269768,10568.76,270,-17966.72,379,-22591.216,722,754.88,271,23329.30,657,7356.233,7705,35016790,289500,15639.784,269668, +12,24,Mg,,,0,0,0+,,3.9,13,MS,0.0039,0.0013,B-,100,0,B-N,,0,,,,,,,,,14429.774,706243,12532.57,690,-19044,854,-25922.843,968,3330.94,741,25140,962,7244.419,19173,36021879,741000,20380.157,690237, +12,25,Mg,,,0,0,,,8,4,MS,0.008,0.004,N,,0,B-N,,0,B-,,0,,,,,,18401.911,721814,14189.77,715,-20211,919,-25322.526,980,240.00,110,25380,974,7055.111,18890,37030286.265,750350,28211.474,698947, +12,26,Mg,,,0,0,0+,GT,260,,NS,0.00000026,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,17864,627,16193,534,-21192,718,,,2209,861,26749,851,6928,13,38036580,540,34074,503, +12,27,Mg,,,0,0,,LT,180,,NS,0.00000018,0,N,,0,,,,,,,,,,,,21625,650,17994,635,,,,,-130,100,,,6747,13,39045384,551,42275,513, +12,28,Mg,,,0,0,0+,GT,170,,NS,0.00000017,5e15,B-N,,0,B-,,0,,,,,,,,,20760,640,19629,640,,,,,1997,716,,,6628,13,40051906,537,48350,500, +13,8,Al,,,0,0,(5/2+),LT,35,,NS,0.000000035,0,P,,0,,,,,,,,,,,,,,,,-10608,1165,16086.15,596,,,-2223,596,6302,28,21028975,640,26990,596, +13,9,Al,,,0,0,(4)+,,91.1,5,MS,0.0911,0.0005,EC+B+,100,0,B+P,55,3,B+2P,1.1,0.1,,,,,,-15137,643,,,-9262,411,18600.933,401,16860,718,-9,401,6782,18,22019540,430,18201,401, +13,10,Al,,,0,0,5/2+,,470,30,MS,0.47,0.03,EC+B+,100,0,B+P,0.46,0.23,,,,,,,,,-16949,503,-34661,503,-8606.24,11,12221.583,379,19525,401,140.97,47,7335.727,15,23007244.351,370,6748.070,345, +13,11,Al,,,0,0,4+,,2.053,4,S,2.053,0.004,EC+B+,100,0,B+A,0.035,0.006,B+P,0.0016,0.0003,,,,,,-10794.06,19473,-31817,503,-9324.38,113,13884.704,233,14868.25,42,1864.32,28,7649.582,10,23999947.541,250,-48.865,233, +13,12,Al,,,0,0,5/2+,,7.183,12,S,7.183,0.012,EC+B+,100,0,,,,,,,,3.6455,,,,-12743.299,10000,-27732.49,19,-9156.26,12,4276.808,8,16938.43,24,2271.38,7,8021.136,3,24990428.306,69,-8915.975,65, +13,13,Al,,,0,0,5+,,7.17E+5,24,Y,22626799200000,757382400000,EC+B+,100,0,,,,,,,= 0,2.804,,0.27,,-5069.136,85,-24108.79,10,-9453.56,18,4004.391,73,11365.49,7,6306.34,6,8149.765,3,25986891.863,71,-12210.151,67, +13,14,Al,3.0610,31,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,3.6415069,,0.1466,,-4812.359,96,-18127.16,12,-10091.92,5,-2610.25,6,13058.03,8,8271.29,6,8331.553,2,26981538.408,50,-17196.861,47, +13,15,Al,,,0,0,3+,,2.245,2,M,134.7,0.12,B-,100,0,,,,,,,,3.242,,0.175,,4642.15,77,-12537.46,11,-10857.66,8,-1831.8,20,7725.10,6,9553.00,9,8309.894,3,27981910.087,83,-16850.645,77, +13,16,Al,,,0,0,5/2+,,6.56,6,M,393.6,3.6,B-,100,0,,,,,,,,,,,,3687.318,345,-4786.28,34,-11274.86,125,-7604.931,11,9428.43,35,10477.89,202,8348.464,12,28980453.164,370,-18207.760,345, +13,17,Al,,,0,0,3+,,3.62,6,S,3.62,0.06,B-,100,0,,,,,,,,3.01,,,,8568.116,2888,-2041.08,289,-11428.98,5,-6981.024,4,5728.40,291,12550.99,12,8261.128,96,29982968.388,3100,-15864.844,2888, +13,18,Al,,,0,0,5/2(+),,644,25,MS,0.644,0.025,B-,100,0,B-N,1.6,0,,,,,3.828,,0.134,,7998.33,2236,1410.94,224,-11857.83,4,-11828.555,4,7157.18,4,13355.86,4,8225.517,72,30983949.756,2400,-14950.706,2236, +13,19,Al,,,0,0,1+,,33.0,2,MS,0.033,0.0002,B-,100,0,B-N,0.7,0.5,,,,,1.959,,0.024,,12978.319,7179,3778.35,7,-12535.97,13,-10270.467,8,4219.98,8,15266.19,8,8100.344,224,31988084.339,7700,-11099.367,7173, +13,20,Al,,,0,0,(5/2)+,,41.7,2,MS,0.0417,0.0002,B-,100,0,B-N,8.5,0.7,,,,,4.088,,0.13,,12016.945,7021,7508.99,7,-13602.29,10,-13459.677,8,5469.33,10,14957.45,8,8020.616,212,32990877.687,7500,-8497.380,6986, +13,21,Al,,,0,0,(4-),,56.3,5,MS,0.0563,0.0005,B-,100,0,B-N,26,4,,,,,2.156,,,,16956.563,14448,9442.72,3,-13899.87,6,-11323.637,29,2574.23,8,15251.56,4,7860.428,90,33996779.057,3300,-3000.289,3074, +13,22,Al,,,0,0,(5/2+),,37.2,8,MS,0.0372,0.0008,B-,100,0,B-N,38,2,,,,,,,,,14167.729,36605,11661.81,16,-14894.68,16,-15863.512,270,5294.76,8,15836.05,30,7787.124,210,34999759.817,7900,-223.728,7359, +13,23,Al,,,0,0,,,90,40,MS,0.09,0.04,B-,100,0,B-N,31,0,,,,,,,,,18386.508,165851,12270.52,154,-15114.68,154,-14429.773,706,1897.21,150,16978.37,308,7623.515,4153,36006388,160500,5950.384,149505, +13,24,Al,,,0,0,,,10.7,13,MS,0.0107,0.0013,B-,100,0,B-N,,0,,,,,,,,,16381.075,213168,14174.37,194,-16395.46,485,-18401.911,722,4212.14,234,17859.56,713,7531.315,4871,37010531,193500,9809.563,180244, +13,25,Al,,,0,0,,,7.6,6,MS,0.0076,0.0006,B-N,,0,B-,,0,,,,,,,,,20380.157,388847,14710.05,391,-17895.17,707,-17864.141,627,1671.02,416,19290.59,793,7377.097,9854,38017402,402000,16209.859,374461, +13,26,Al,,,0,0,,,7.6,16,MS,0.0076,0.0016,B-N,,0,B-,,0,,,,,,,,,18330,422,16749,413,-20006,780,-21625.0,651,3631,548,20713,642,7281,10,39022169,429,20650,400, +13,27,Al,,,0,0,,GT,260,,NS,0.00000026,5e15,B-N,,0,B-,,0,,,,,,,,,22160,528,17198,422,-21138,787,-20760.0,640,1132,565,21974,650,7127,10,40029619,429,27590,400, +13,28,Al,,,0,0,,,,,,,,B-,100,0,B-N,,0,,,,,,,,,21300,747,19919,608,-22539,850,,,2241,640,22219,707,7008,12,41035878,537,33420,500, +13,29,Al,,,0,0,,GT,170,,NS,0.00000017,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,23630,781,19909,817,,,,,1392,781,,,6874,14,42043049,644,40100,600, +13,30,AL,,,0,0,,GT,170,,NS,0.00000017,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,23919,998,22479,944,,,,,1151,1000,,,6741,19,43050478,859,47020,800, +14,8,Si,,,0,0,0+,,29,2,MS,0.029,0.002,EC+B+,100,0,B+P,32,4,,,,,,,,,,,,,,,15137.0,643,,,941,780,6058,23,22035790,540,33338,503, +14,9,Si,,,0,0,(5/2)+,,42.3,4,MS,0.0423,0.0004,EC+B+,100,0,ECP,71,3,EC2P,3.6,0.4,,,,,,,,,,-10556,505,16948.93,503,17712,711,1793,643,6565,22,23025440,540,23697,503, +14,10,Si,,,0,0,0+,,140,8,MS,0.14,0.008,EC+B+,100,0,B+P,38,4,,,,,,,,,-22574,503,,,-9157.41,20,10794.06,19,21023,503,3291.85,19,7167.232,811,24011535.441,20904,10745.195,19472, +14,11,Si,,,0,0,5/2+,,220,3,MS,0.22,0.003,EC+B+,100,0,B+P,35,2,,,,,,,,,-15911,401,-37564,503,-9501.44,10,12743.299,10,14989.19,22,3412.78,10,7480.11,400,25004108.801,10735,3827.324,10000, +14,12,Si,,,0,0,0+,,2.2453,7,S,2.2453,0.0007,EC+B+,100,0,,,,,,,= 1,,,,,-18114,196,-34951,401,-9166,33,5069.136,127,19039.66,10,5514.01,11,7924.708,4,25992333.804,115,-7141.015,108, +14,13,Si,,,0,0,5/2+,,4.15,4,S,4.15,0.04,EC+B+,100,0,,,,,,,,0.8654,,0.063,,-11662.044,26340,-31429,196,-9335.91,19,4812.358,117,13314.80,15,7463.32,13,8124.341,4,26986704.688,115,-12384.503,107, +14,14,Si,3.1224,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-14345.055,1152,-28841.65,26,-9984.14,1,-4642.149,77,17179.61,11,11584.90,5,8447.744,0,27976926.53499,51,-21492.79430,49, +14,15,Si,3.1176,52,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-0.55529,,,,-4942.23,359,-22818.66,114,-11127.21,5,-3687.318,345,8473.60,0,12333.40,8,8448.635,0,28976494.66525,59,-21895.07838,55, +14,16,Si,3.1336,40,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4232.106,61,-15551.43,36,-10643.33,4,-8568.116,2888,10609.20,2,13514.17,35,8520.654,1,29973770.136,23,-24432.960,22, +14,17,Si,,,0,0,3/2+,,157.36,26,M,9441.6,15.6,B-,100,0,,,,,,,,,,,,1491.505,43,-10819.50,7,-10787.34,7,-7998.33,223,6587.39,4,14373.16,289,8458.291,1,30975363.194,46,-22949.036,43, +14,18,Si,,,0,0,0+,,153,19,Y,4828312800,599594400,B-,100,0,,,,,,,,,,,,227.188,301,-7708.46,30,-11483.76,202,-12978.319,7,9199.97,30,16415.95,225,8481.468,9,31974151.539,320,-24077.686,298, +14,19,Si,,,0,0,3/2+,,6.11,21,S,6.11,0.21,B-,100,0,,,,,,,,1.21,,,,5823.021,1295,-4280.77,70,-12336.41,11,-12016.945,7,4507.96,76,16703.93,7,8361.059,21,32977976.964,750,-20514.325,699, +14,20,Si,,,0,0,0+,,2.77,20,S,2.77,0.2,B-,100,0,,,,,,,,,,,,4591.847,14141,-1690.82,14,-13497.95,15,-16956.563,14,7513.84,14,18748.44,16,8336.141,415,33978575.437,15155,-19956.852,14118, +14,21,Si,,,0,0,(7/2)-,,0.78,12,S,0.78,0.12,B-,100,0,B-N,5,0,,,,,-1.638,,,,10466.342,35905,2085.92,36,-13694.22,36,-14167.729,37,2505.92,39,18680.14,36,8169.563,1024,34984550.134,38494,-14391.457,35857, +14,22,Si,,,0,0,0+,,0.45,6,S,0.45,0.06,B-,100,0,B-N,10,0,,,,,,,,,7814.911,72985,4350.36,72,-14032.14,72,-18386.508,166,6115.98,80,19501.37,72,8112.519,1994,35986649.271,77077,-12436.124,71797, +14,23,Si,,,0,0,(5/2-),,90,60,MS,0.09,0.06,B-,100,0,B-N,17,13,B-2N,,0,,,,,,12424.486,119969,5608.21,115,-13958.72,114,-16381.074,213,2206.70,135,19810.87,188,7952.903,3076,36992945.191,122179,-6571.511,113809, +14,24,Si,,,0,0,0+,GT,1,,US,0.000001,5e18,B-N,,0,B-,,0,,,,,,,,,10451.265,127474,6754.38,111,-14918.56,109,-20380.158,389,5670.10,155,21268.83,208,7892.829,2758,37995523,112500,-4170.299,104793, +14,25,Si,,,0,0,(5/2-),,47.5,20,MS,0.0475,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,15094.986,176232,8870.60,154,-15744.35,302,-18329.648,422,1580.67,171,21178.48,398,7730.979,3475,39002491,145500,2320.352,135532, +14,26,Si,,,0,0,0+,,33.0,10,MS,0.033,0.001,B-N,,0,B-,,0,,,,,,,,,13544.049,377749,10133.00,363,-17375.39,772,-22160.321,528,4961.99,371,22510,528,7661.754,8628,40005829,370500,5429.679,345119, +14,27,Si,,,0,0,,,20.0,25,MS,0.02,0.0025,B-,100,0,B-N,0,0,,,,,,,,,17099.435,567571,12162.72,576,-18516.72,892,-21300.332,747,1381.33,653,22759,684,7508.573,13529,41013011,595500,12119.668,554705, +14,28,Si,,,0,0,0+,,12.5,35,MS,0.0125,0.0035,B-,100,0,B-2N,,0,B-N,,0,,,,,,15460,591,13378,514,-20029,709,-23630.0,781,3721,747,24239,707,7418,12,42017681,537,16470,500, +14,29,Si,,,0,0,,GT,60,,NS,0.00000006,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,18421,814,14020,674,-21599,786,-23919.0,998,1440,778,24288,846,7279,14,43024800,640,23101,596, +14,30,Si,,,0,0,0+,GT,360,,NS,0.00000036,5e15,B-,100,0,B-N,,0,,,,,,,,,18063,778,15762,814,-22262,778,,,2659,843,25796,998,7174,14,44030610,640,28513,596, +15,10,P,,,0,0,(1/2+),LT,30,,NS,0.00000003,0,P,100,0,,,,,,,,,,,,,,,,-9677,718,15910.676,401,21652,643,-1704,401,6812,16,25021190,430,19738,401, +15,11,P,,,0,0,(3)+,,43.7,6,MS,0.0437,0.0006,EC+B+,100,0,ECP,36.8,2,EC2P,2.16,0.24,= 2,,,,,-16106,627,,,-9653,446,18114.015,196,16837,446,143,196,7198,8,26011780,210,10973,196, +15,12,P,,,0,0,1/2+,,260,80,MS,0.26,0.08,EC+B+,100,0,B+P,0.07,0,,,,,,,,,-17750,400,-35872,597,-9895.44,26,11662.045,26,19767,197,870.41,26,7663.438,976,26999224.409,28277,-722.458,26340, +15,13,P,,,0,0,3+,,270.3,5,MS,0.2703,0.0005,EC+B+,100,0,ECP,0.0013,0.0004,ECA,0.00086,0.00025,,0.3115,,,,-11220.945,160004,-32247,401,-9523.79,118,14345.054,1152,14496.60,26,2052.21,115,7907.479,41,27992326.585,1236,-7147.740,1152, +15,14,P,,,0,0,1/2+,,4.142,15,S,4.142,0.015,EC+B+,100,0,,,,,,,,1.2346,,,,-13796.432,50001,-29097.37,160,-10461.79,36,4942.23,35,17876.43,121,2749.02,36,8251.236,12,28981800.368,385,-16952.848,359, +15,15,P,,,0,0,1+,,2.498,4,M,149.88,0.24,EC+B+,100,0,,,,,,,,,,,,-6141.601,196,-25115.76,50,-10415.62,9,4232.106,69,11319.32,36,5594.75,7,8353.506,2,29978313.489,69,-20200.854,65, +15,16,P,3.1889,19,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,1.130903,,,,-5398.016,229,-18452.60,21,-9668.6,5,-1491.505,43,12311.00,7,7296.55,2,8481.167,0,30973761.99863,72,-24440.54095,67, +15,17,P,,,0,0,1+,,14.268,5,D,1232755.2,432,B-,100,0,,,,,,,,-0.2524,,,,1710.66,40,-13333.67,23,-9879.14,9,-227.188,301,7935.65,4,8644.81,6,8464.12,1,31973907.643,42,-24304.874,40, +15,18,P,,,0,0,1/2+,,25.35,11,D,2190240,9504,B-,100,0,,,,,,,,,,,,248.508,1090,-8393.13,109,-10554.5,113,-5823.021,1295,10103.79,109,9548.63,112,8513.806,33,32971725.694,1170,-26337.346,1090, +15,19,P,,,0,0,1+,,12.43,10,S,12.43,0.1,B-,100,0,,,,,,,,,,,,5382.987,812,-6034.16,81,-11108.77,3,-4591.846,14,6282.67,136,11323.34,107,8448.185,24,33973645.887,870,-24548.698,810, +15,20,P,,,0,0,1/2+,,47.3,8,S,47.3,0.8,B-,100,0,,,,,,,,,,,,3988.407,1867,-2997.43,187,-12332.01,291,-10466.342,36,8380.42,202,12189.92,14,8446.249,53,34973314.053,2003,-24857.799,1866, +15,21,P,,,0,0,4-,,5.6,3,S,5.6,0.3,B-,100,0,,,,,,,,,,,,10413.096,13112,523.85,13,-11576.58,15,-7814.91,73,3464.55,13,13148.55,38,8307.868,364,35978259.619,14078,-20251.034,13114, +15,22,P,,,0,0,(1/2+),,2.31,13,S,2.31,0.13,B-,100,0,,,,,,,,,,,,7900.419,37947,3596.82,38,-12923.53,39,-12424.487,120,6816.28,40,13848.84,81,8267.555,1026,36979606.956,40738,-18995.998,37948, +15,23,P,,,0,0,(0-:4-),,0.64,14,S,0.64,0.14,B-,100,0,B-N,12,5,,,,,,,,,12239.64,72934,4203.54,73,-14046.19,73,-10451.264,127,3696.88,82,15339.02,135,8147.274,1910,37984303.105,77918,-14621.563,72581, +15,24,P,,,0,0,(1/2+),,0.28,4,S,0.28,0.04,B-,100,0,B-N,26,8,,,,,,,,,10388.033,123243,6015.25,113,-14975.82,113,-15094.986,176,6224.39,134,15893.31,154,8097.969,2888,38986285.865,120929,-12774.634,112645, +15,25,P,,,0,0,(2- 3-),,150,8,MS,0.15,0.008,B-,100,0,B-N,15.8,2.1,,,,,,,,,14723.476,153633,6976.98,162,-16489.67,214,-13544.049,378,3411.05,190,17723.69,205,7980.796,3840,39991288.865,164876,-8114.370,153582, +15,26,P,,,0,0,,,101,5,MS,0.101,0.005,B-,100,0,B-N,30,10,,,,,,,,,14028.81,120233,9786.76,120,-17214.25,217,-17099.435,568,4936.71,195,17698.42,365,7906.551,2931,40994654,129000,-4979.767,120163, +15,27,P,,,0,0,,,48.5,15,MS,0.0485,0.0015,B-,100,0,B-N,50,20,B-2N,,0,,,,,,18647.485,314392,11947.00,314,-17625.03,489,-15460.26,591,2081.81,337,18398.90,638,7767.866,7485,42001084,337500,1009.740,314379, +15,28,P,,,0,0,1/2+,,36.5,15,MS,0.0365,0.0015,B-N,100,0,B-,100,0,B-2N,,0,,,,,,16875.285,554727,14246.25,555,-18395,684,-18421.174,814,4401.23,638,19079,747,7689.572,12900,43005024,595500,4679.826,554705, +15,29,P,,,0,0,,,18.5,25,MS,0.0185,0.0025,B-,,0,B-N,,0,,,,,,,,,19655,500,14575,500,-19564,640,-18063.0,778,2301,747,19940,778,7567,11,44011219,537,10450,500, +15,30,P,,,0,0,,GT,200,,NS,0.0000002,5e15,B-,,0,,,,,,,,,,,,19589,1150,16733,500,-20245,707,,,2922,707,20202,778,7464,11,45016747,537,15600,500, +15,31,P,,,0,0,,,,,,,,B-,100,0,,,,,,,,,,,,22630,860,18888,1250,-19555,922,,,701,860,21809,989,7317,15,46024659,751,22970,700, +16,10,S,,,0,0,0+,LT,79,,NS,0.000000079,0,P,,0,,,,,,,,,,,,,,,,-8685,780,16106.0,627,,,-51,718,6548,23,26029070,640,27079,596, +16,11,S,,,0,0,(5/2+),,15.5,15,MS,0.0155,0.0015,EC+B+,100,0,B+P,2.3,0.9,B+2P,1.1,0.5,,,,,,,,,,-9095,643,17750.458,402,18122,718,1234,446,6977,15,27018280,430,17028,401, +16,12,S,,,0,0,0+,,125,10,MS,0.125,0.01,EC+B+,100,0,ECP,20.7,2,,,,,,,,,-23443,617,,,-9096.9,161,11220.946,160,21026,432,2493.31,162,7478.79,5714,28004372.766,171767,4073.206,160000, +16,13,S,,,0,0,(5/2+),,188,4,MS,0.188,0.004,EC+B+,100,0,ECP,47,5,,,,,,,,,-16318.592,195192,-38744,598,-9408.65,51,13796.432,50,15300.94,168,3297.65,50,7748.52,1724,28996611.448,53677,-3156.416,50000, +16,14,S,,,0,0,0+,,1.178,5,S,1.178,0.005,EC+B+,100,0,,,,,,,,,,,,-18502,196,-35292.75,189,-9343.15,23,6141.601,216,18974.15,50,4395.38,41,8122.707,7,29984906.769,221,-14059.253,206, +16,15,S,,,0,0,1/2+,,2.5534,18,S,2.5534,0.0018,EC+B+,100,0,,,,,,,,0.48793,,,,-12007.974,3454,-31557,196,-9082.94,25,5398.016,229,13054.59,31,6130.64,24,8281.8,7,30979557.007,246,-19042.525,229, +16,16,S,3.2611,18,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-12680.86,562,-27052.30,3,-6947.65,0,-1710.66,4,15044.33,23,8863.96,0,8493.129,0,31972071.17443,141,-26015.53355,132, +16,17,S,,,0,0,3/2+,,STABLE,,,,,,,,,,,,,,= 1/2,0.6438212,,-0.084,,-5582.517,391,-21322.50,56,-7115.69,0,-248.508,109,8641.64,0,9569.95,4,8497.63,0,32971458.90985,145,-26585.85434,135, +16,18,S,3.2847,21,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5491.603,38,-16999.67,39,-7923.64,5,-5382.987,811,11417.15,4,10883.31,109,8583.498,1,33967867.012,47,-29931.685,45, +16,19,S,,,0,0,3/2+,,87.37,4,D,7548768,3456,B-,100,0,,,,,,,,1,,0.0471,,167.322,26,-12477.44,5,-8322.09,6,-3988.407,1866,6985.84,4,11586.48,81,8537.85,1,34969032.322,43,-28846.206,40, +16,20,S,3.2985,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1142.126,189,-9721.92,19,-9011.36,35,-10413.097,13,9889.24,19,13095.30,186,8575.389,5,35967080.699,201,-30664.131,188, +16,21,S,,,0,0,7/2-,,5.05,2,M,303,1.2,B-,100,0,,,,,,,,,,,,4865.121,196,-5445.73,20,-8807.01,73,-7900.419,38,4303.60,6,13934.35,13,8459.935,5,36971125.507,212,-26896.417,198, +16,22,S,,,0,0,0+,,170.3,7,M,10218,42,B-,100,0,,,,,,,,,,,,2936.9,7171,-3170.98,7,-9329.27,16,-12239.64,73,8036.10,7,15154.18,39,8448.782,189,37971163.31,7699,-26861.203,7172, +16,23,S,,,0,0,(7/2)-,,11.5,5,S,11.5,0.5,B-,100,0,,,,,,,,,,,,6637.538,50030,-1435.88,50,-11196.13,62,-10388.033,123,4372.78,51,15830.07,88,8344.269,1282,38975133.852,53677,-23162.667,50000, +16,24,S,,,0,0,0+,,8.8,22,S,8.8,2.2,B-,100,0,,,,,,,,,,,,4719.967,32311,-1108.96,4,-12826.64,72,-14723.476,154,7746.50,50,17352.18,113,8329.325,100,39975482.562,4274,-22837.846,3982, +16,25,S,,,0,0,,,1.99,5,S,1.99,0.05,B-,100,0,B-N,,0,,,,,,,,,8298.611,68846,477.92,32,-14861.98,114,-14028.81,120,4242.05,6,18183.18,154,8229.635,100,40979593.451,4400,-19008.577,4099, +16,26,S,,,0,0,0+,,1.016,15,S,1.016,0.015,B-,100,0,B-N,4,0,,,,,,,,,7194.021,59681,1598.13,69,-15892.36,105,-18647.486,314,6700.49,5,19946.95,120,8193.227,67,41981065.1,3000,-17637.746,2794, +16,27,S,,,0,0,(3/2-),,265,15,MS,0.265,0.015,B-,100,0,B-N,40,10,,,,,,,,,11964.049,62058,4564.99,60,-16940.73,136,-16875.285,555,2629.03,6,20494.17,314,8063.827,116,42986907.635,5335,-12195.459,4970, +16,28,S,,,0,0,0+,,100,1,MS,0.1,0.001,B-,100,0,B-N,18,3,,,,,,,,,11180.29,136421,6883.96,62,-17058.83,345,-19654.233,500,5080.09,7,21173.03,555,7996.015,119,43990118.848,5600,-9204.233,5216, +16,29,S,,,0,0,,,68,2,MS,0.068,0.002,B-,100,0,B-N,54,0,,,,,,,,,14272.954,1044271,8323.62,1044,-18534.17,1175,-19589.589,1150,2856.67,1035,21729,1150,7881.807,23008,44995717,1111500,-3989.589,1035356, +16,30,S,,,0,0,0+,,50,8,MS,0.05,0.008,B-,100,0,,,,,,,,,,,,14199,542,10531,518,-18555,707,-22630.0,860,3742,1150,22549,707,7792,11,46000365,537,340,500, +16,32,S,,,0,0,,GT,200,,NS,0.0000002,5e15,B-,,0,,,,,,,,,,,,17042,778,14470,718,-18176,843,,,2680,778,24238,998,7545,12,48013700,640,12761,596, +17,12,Cl,,,0,0,(1/2+),LT,20,,NS,0.00000002,0,P,100,0,,,,,,,,,,,,,,,,-9001,443,16318.592,195,22425,625,-1800.00,100,7158.832,6506,29014130.178,202555,13162.176,188680, +17,13,Cl,,,0,0,(3+),LT,30,,NS,0.00000003,0,P,,0,,,,,,,,,,,,-16488,284,,,-8955,277,18502.253,196,16790,272,-311,202,7480,7,30004770,210,4443,196, +17,14,Cl,,,0,0,3/2+,,190,1,MS,0.19,0.001,EC+B+,100,0,ECP,2.4,0.2,,,,,,,,,-18360,200,-36037.01,206,-8737.01,27,12007.974,3,19549,196,264.27,3,7869.209,111,30992448.098,3700,-7034.551,3447, +17,15,Cl,,,0,0,1+,,298,1,MS,0.298,0.001,EC+B+,100,0,ECA,0.054,0.008,ECP,0.026,0.005,,1.114,,,,-11134.323,1857,-32731,200,-8611.85,126,12680.86,56,14371.44,3,1581.12,53,8072.404,18,31985684.637,603,-13334.674,562, +17,16,Cl,,,0,0,3/2+,,2.511,4,S,2.511,0.004,EC+B+,100,0,,,,,,,,0.7549,,,,-11619.044,560,-26874.30,181,-6475.4,53,5582.517,391,15739.98,68,2276.77,39,8304.755,12,32977451.989,419,-21003.337,391, +17,17,Cl,,,0,0,0+,,1.5266,4,S,1.5266,0.0004,EC+B+,100,0,,,,,,,,,,,,-6061.792,63,-23127.11,40,-6664.14,8,5491.603,67,11508.06,39,5143.20,5,8398.97,1,33973762.491,52,-24440.082,49, +17,18,Cl,3.3654,191,0,0,3/2+,,,,,,,,,,,,,,,,,0.8218743,,-0.08249,,-5966.243,679,-18706.56,8,-6997.9,4,-167.322,53,12644.76,5,6370.81,4,8520.278,1,34968852.694,38,-29013.528,35, +17,19,Cl,,,0,0,2+,,3.013E+5,15,Y,9508304880000,47336400000,B-,98.1,0.1,EC+B+,1.9,0.1,,,,,1.28547,,-0.018,,709.535,45,-14546.04,68,-7642.05,5,1142.126,191,8579.79,0,7964.77,3,8521.931,1,35968306.822,38,-29522.005,36, +17,20,Cl,3.3840,170,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.6841236,,-0.06493,,-813.873,200,-9601.32,6,-7849.11,109,-4865.121,205,10310.85,6,8386.38,19,8570.281,1,36965902.584,55,-31761.538,52, +17,21,Cl,,,0,0,2-,,37.24,5,M,2234.4,3,B-,100,0,,,,,,,,2.05,,,,4916.718,218,-6921.76,22,-7674.32,82,-2936.9,7,6107.88,8,10190.66,21,8505.481,3,37968010.418,105,-29798.103,98, +17,22,Cl,,,0,0,3/2+,,56.2,6,M,3372,36,B-,100,0,,,,,,,,,,,,3441.985,5292,-3156.70,174,-7367.32,254,-6637.538,50,8073.42,173,10227.97,7,8494.402,44,38968008.162,1859,-29800.205,1732, +17,23,Cl,,,0,0,2-,,1.35,2,M,81,1.2,B-,100,0,,,,,,,,,,,,7482.082,32066,-2386.94,32,-9731.69,35,-4719.967,32,5828.93,32,11684.12,59,8427.765,802,39970415.469,34423,-27557.813,32066, +17,24,Cl,,,0,0,(1/2+),,38.4,8,S,38.4,0.8,B-,100,0,,,,,,,,,,,,5760.317,68724,-338.61,69,-10736.11,79,-8298.612,69,7820.69,76,11758.31,69,8412.959,1676,40970684.525,73777,-27307.189,68723, +17,25,Cl,,,0,0,(2-),,6.8,3,S,6.8,0.3,B-,100,0,,,,,,,,,,,,9590.908,59895,164.42,60,-12635.12,94,-7194.021,60,5595.90,91,13112.16,60,8345.886,1419,41973342,64000,-24831.767,59616, +17,26,Cl,,,0,0,(1/2+),,3.13,9,S,3.13,0.09,B-,100,0,,,,,,,,,,,,7850.3,62086,2191.85,62,-13809.79,129,-11964.049,62,7399.06,86,13810.73,62,8323.866,1439,42974063.7,66407,-24159.508,61858, +17,27,Cl,,,0,0,(2-),,0.56,11,S,0.56,0.11,B-,100,0,B-N,8,0,,,,,-0.5498,,,,12288.731,136330,3553.97,136,-14695.07,205,-11180.29,136,4296.33,150,15478.03,136,8232.332,3098,43978116.312,146346,-20384.523,136321, +17,28,Cl,,,0,0,(1/2+),,413,25,MS,0.413,0.025,B-,100,0,B-N,24,4,,,,,,,,,11508.254,136164,6339.40,136,-15707.69,182,-14272.954,1044,5949.34,193,16347.28,136,8181.598,3026,44980394.353,146177,-18262.543,136163, +17,29,Cl,,,0,0,(2-),,232,2,MS,0.232,0.002,B-,100,0,B-N,60,9,,,,,,,,,15913.528,208664,7840.08,209,-17294.05,377,-14199.398,542,3668.17,249,17158.78,1056,8083.48,4536,45985121.323,224006,-13859.398,208661, +17,30,Cl,,,0,0,,,101,6,MS,0.101,0.006,B-,100,0,B-N,0,0,,,,,,,,,15587,400,11922,400,-16884,684,-17150.0,640,3992,451,17409,640,7996,9,46989501,429,-9780,400, +17,31,Cl,,,0,0,,GE,200,,NS,0.0000002,5e15,B-,,0,,,,,,,,,,,,18001,587,13015,500,-17156,707,-17041.0,778,2572,640,18939,707,7883,10,47995405,537,-4280,500, +17,32,Cl,,,0,0,,GE,170,,NS,0.00000017,5e15,B-,,0,,,,,,,,,,,,18130,721,15150,674,-17085,781,-20153.0,897,2851,781,19111,846,7781,12,49001009,644,940,600, +17,33,CL,,,0,0,,GT,620,,NS,0.00000062,5e15,B-,,0,B-N,,0,,,,,,,,,21069,781,16858,721,-17655,922,,,1271,848,20642,897,7651,12,50008309,644,7740,600, +17,34,Cl,,,0,0,(3/2+),GT,200,,NS,0.0000002,5e15,B-,,0,,,,,,,,,,,,20980,922,19548,860,-17845,1063,,,1521,922,,,7530,14,51015341,751,14290,700, +18,12,Ar,,,0,0,0+,LT,10,,PS,0.00000000001,0,2P,100,0,,,,,,,,,,,,,,,,-8572,631,16488.147,284,,,-480.00,164,6904.204,6872,30022470.511,221316,20931.147,206155, +18,13,Ar,,,0,0,5/2+,,14.4,6,MS,0.0144,0.0006,EC,100,,B+P,63,,B+2P,7.2,,,,,,,,,,,-8127,448,18359.551,200,17677,287,407,280,7252,6,31012158,215,11325,200, +18,14,Ar,3.3468,62,0,0,0+,,98,2,MS,0.098,0.002,EC+B+,100,0,ECP,35.58,0.22,,,,,,,,,-23299,401,,,-8698.47,160,11134.323,1857,21597,200,2454.77,4,7700.008,55,31997637.826,1900,-2200.351,1770, +18,15,Ar,3.3438,57,0,0,1/2+,,173.0,20,MS,0.173,0.002,EC+B+,100,0,ECP,38.7,1,,,,,-0.723,,,,-16426,196,-38554,401,-8652.79,50,11619.045,56,15255.26,181,3338.59,69,7928.955,12,32989925.547,430,-9384.292,401, +18,16,Ar,3.3654,40,0,0,0+,,843.8,4,MS,0.8438,0.0004,EC+B+,100,0,,,,,,,,,,,,-17158,196,-33492,196,-6743.95,22,6061.792,92,17065.31,41,4663.92,40,8197.672,2,33980270.093,83,-18378.290,78, +18,17,Ar,3.3636,42,0,0,3/2+,,1.7756,10,S,1.7756,0.001,EC+B+,100,0,,,,,,,,0.6322,,-0.084,,-11874.394,852,-29898,196,-6429.68,72,5966.244,681,12740.31,68,5896.17,68,8327.461,19,34975257.721,730,-23047.284,680, +18,18,Ar,3.3905,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-12814.475,342,-27129.97,51,-6640.92,3,-709.535,45,15255.57,68,8506.98,4,8519.909,1,35967545.105,28,-30231.540,27, +18,19,Ar,3.3908,22,0,0,3/2+,,35.011,19,D,3024950.4,1641.6,EC,100,0,,,,,,,,1.145,,0.076,,-6147.465,227,-21601.92,40,-6786.73,21,813.874,213,8787.44,21,8714.63,21,8527.139,6,36966776.314,221,-30947.664,207, +18,20,Ar,3.4028,19,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5914.066,45,-17985.94,22,-7208.05,20,-4916.718,218,11838.47,28,10242.25,20,8614.28,5,37962732.104,209,-34714.821,195, +18,21,Ar,3.4093,31,0,0,7/2-,,269,3,Y,8488994400,94672800,B-,100,0,,,,,,,,-1.588,,-0.12,,565,5000,-12512.75,5,-6820.9,5,-3441.985,5,6598.69,5,10733.06,5,8562.598,128,38964313.039,5367,-33242.190,5000, +18,22,Ar,3.4274,26,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1504.403,56,-9304.02,0,-6800.68,19,-7482.082,32,9869.02,5,12528.66,173,8595.259,0,39962383.12378,239,-35039.89464,223, +18,23,Ar,3.4251,30,0,0,7/2-,,109.61,4,M,6576.6,2.4,B-,100,0,,,,,,,,-1.309,,-0.042,,2492.038,347,-7603.33,35,-8596,40,-5760.316,69,6098.93,35,12798.66,32,8534.372,8,40964500.571,372,-33067.505,347, +18,24,Ar,3.4414,41,0,0,0+,,32.9,11,Y,1038245040,34713360,B-,100,0,,,,,,,,,,,,599.351,5776,-6934.45,6,-9986.39,9,-9590.908,60,9426.49,6,14404.46,69,8555.613,138,41963045.736,6200,-34422.675,5775, +18,25,Ar,3.4354,39,0,0,5/2(-),,5.37,6,M,322.2,3.6,B-,100,0,,,,,,,,-1.021,,0.142,,4565.581,5325,-5059.10,5,-11272.06,50,-7850.3,62,5658.45,8,14467.01,60,8488.237,123,42965636.055,5700,-32009.808,5310, +18,26,Ar,3.4454,46,0,0,0+,,11.87,5,M,712.2,3,B-,100,0,,,,,,,,,,,,3108.237,1638,-4169.18,164,-12260.32,4,-12288.732,136,8734.76,6,15802.72,62,8493.84,36,43964923.816,1700,-32673.255,1584, +18,27,Ar,,,0,0,5/2- 7/2-,,21.48,15,S,21.48,0.15,B-,100,0,,,,,,,,,,,,6844.841,731,-2060.62,66,-13187.13,4,-11508.253,136,5168.86,166,16675.24,136,8419.952,11,44968039.733,550,-29770.796,512, +18,28,Ar,3.4377,44,0,0,0+,,8.4,6,S,8.4,0.6,B-,100,0,,,,,,,,,,,,5640.997,1333,-1228.61,123,-14560.1,3,-15913.528,209,8073.45,123,18799.35,136,8412.419,24,45968037.446,1200,-29772.926,1118, +18,29,Ar,,,0,0,(3/2)-,,1.23,3,S,1.23,0.03,B-,100,0,B-N,0.2,0,,,,,,,,,10345.638,1789,1976.27,133,-15595.79,5,-15586.338,400,3664.73,158,18795.91,209,8311.404,24,46972768.114,1200,-25366.338,1118, +18,30,Ar,,,0,0,0+,,475,40,MS,0.475,0.04,B-,100,0,,,,,,,,,,,,10003.14,307394,5359.32,307,-15502.02,307,-18001.337,587,4986.32,307,19791,504,8242.132,6404,47976080,330000,-22281.337,307393, +18,31,Ar,,,0,0,,,170,50,MS,0.17,0.05,B-,100,0,B-N,65,20,,,,,,,,,12422,400,7023,400,-15625,1110,-18130.0,721,2980,504,20199,640,8135,8,48981546,429,-17190,400, +18,32,Ar,,,0,0,0+,,106,6,MS,0.106,0.006,B-,100,0,B-N,37,7,,,,,,,,,12398,500,8210,500,-16095,707,-21070.0,781,4211,640,21559,781,8056,10,49985690,537,-13330,500, +18,33,Ar,,,0,0,,GT,80,,MS,0.08,5e21,B-,,0,,,,,,,,,,,,15826,600,10967,600,-16485,781,-20980.0,922,1432,781,21719,848,7926,12,50992818,644,-6690,600, +18,34,Ar,,,0,0,0+,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,15858,601,13165,600,-16466,846,,,2661,848,22859,922,7825,12,51998626,644,-1280,600, +18,35,Ar,,,0,0,,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,19086,708,15857,699,-16727,966,,,1,921,,,7677,13,53007290,750,6791,699, +19,14,K,,,0,0,,LT,25,,NS,0.000000025,0,P,,0,,,,,,,,,,,,,,,,-8545,272,16426.292,196,22128,446,-1953,196,7407,6,33007560,210,7042,196, +19,15,K,,,0,0,,LT,25,,NS,0.000000025,0,P,,0,,,,,,,,,,,,-15072,357,,,-8088,277,17158.29,196,16334,277,-875,196,7670,6,33998690,210,-1220,196, +19,16,K,,,0,0,(3/2)+,,178,8,MS,0.178,0.008,EC+B+,100,0,ECP,0.37,0.15,,,,,0.392,,,,-15961,196,-33096,298,-6563.26,3,11874.393,851,18024,196,83.57,52,7965.84,15,34988005.407,550,-11172.891,512, +19,17,K,,,0,0,2+,,341,3,MS,0.341,0.003,EC+B+,100,0,ECP,0.048,0.014,ECA,0.0034,0.0013,,0.548,,,,-10965.916,40001,-30276,196,-6507.31,61,12814.475,342,14315.49,62,1658.75,76,8142.219,9,35981302.01,366,-17417.065,341, +19,18,K,,0,0,0,3/2+,,1.225,7,S,1.225,0.007,EC+B+,100,0,,,,,,,,0.20321,,0.106,,-11664.133,641,-26420.37,40,-6221.78,40,6147.465,227,15454.45,35,1857.63,9,8339.847,3,36973375.889,100,-24800.199,94, +19,19,K,3.4264,51,0,0,3+,,7.636,18,M,458.16,1.08,EC+B+,100,0,,,,,,,,1.371,,,,-6742.256,63,-23736.01,66,-6785.59,20,5914.066,276,12071.87,22,5142.06,28,8438.058,5,37969081.116,209,-28800.755,195, +19,20,K,3.4349,19,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.39146616,,0.0585,,-6524.488,596,-19820.01,19,-7218.58,4,-565.0,5,13077.75,20,6381.34,19,8557.025,0,38963706.48661,492,-33807.19010,458, +19,21,K,3.4381,28,0,0,4-,,1.248E+9,3,Y,3.93838848e16,94672800000000,B-,89.28,0.13,EC+B+,10.72,0.13,,,,,-1.2981,,-0.061,,1310.893,60,-14324.11,60,-6438.4,7,1504.403,56,7799.62,6,7582.27,5,8538.09,1,39963998.166,60,-33535.492,56, +19,22,K,3.4518,55,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.21487009,,0.0711,,-421.653,138,-8784.48,2,-6222.92,5,-2492.038,347,10095.37,6,7808.62,0,8576.072,0,40961825.25796,408,-35559.54331,380, +19,23,K,3.4517,70,0,0,2-,,12.355,7,H,44478,25.2,B-,100,0,,,,,,,,-1.1388,,,,3525.219,183,-7955.45,17,-7648.84,14,-599.351,6,7533.80,11,9243.49,36,8551.256,3,41962402.306,113,-35022.026,106, +19,24,K,3.4556,86,0,0,3/2+,,22.3,1,H,80280,360,B-,100,0,,,,,,,,0.1633,,,,1833.434,469,-6099.46,44,-9200.1,178,-4565.581,5,9624.68,42,9441.68,6,8576.22,10,42960734.703,440,-36575.389,410, +19,25,K,3.4563,101,0,0,2-,,22.13,19,M,1327.8,11.4,B-,100,0,,,,,,,,-0.856,,,,5687.183,530,-5443.99,48,-10648.59,32,-3108.237,1638,7277.42,59,11060.65,5,8546.701,10,43961586.986,450,-35781.492,419, +19,26,K,3.4605,118,0,0,3/2+,,17.81,61,M,1068.6,36.6,B-,100,0,,,,,,,,0.1734,,,,4196.536,637,-3218.28,61,-11733.36,69,-6844.842,731,8905.46,67,11231.35,167,8554.674,12,44960691.493,560,-36615.638,522, +19,27,K,3.4558,126,0,0,(2-),,105,10,S,105,10,B-,100,0,,,,,,,,,,,,7725.438,2350,-2673.07,81,-13007.07,60,-5640.998,1334,6869.60,89,12932.10,89,8518.042,16,45961981.586,780,-35413.924,727, +19,28,K,3.4534,138,0,0,1/2+,,17.50,24,S,17.5,0.24,B-,100,0,,,,,,,= 9/2,1.933,,,,6632.442,2625,-643.93,264,-13977.38,62,-10345.638,1789,8369.37,157,13228.02,179,8514.879,30,46961661.614,1500,-35711.976,1397, +19,29,K,,0,0,0,(2-),,6.8,2,S,6.8,0.2,B-,100,0,B-N,1.14,0.15,,,,,,,,,11940.153,779,1988.62,235,-14324.87,136,-10003.14,307,4643.82,160,14207.11,136,8434.232,16,47965341.186,830,-32284.477,773, +19,30,K,,0,0,0,(1/2+ 3/2+),,1.26,5,S,1.26,0.05,B-,100,0,B-N,86,9,,,,,,,,,11688.275,826,6541.82,81,-13773.86,136,-12421.49,400,5398.33,111,14619.12,307,8372.274,16,48968210.755,860,-29611.490,801, +19,31,K,,0,0,0,(0- 1- 2-),,472,4,MS,0.472,0.004,B-,100,0,B-N,29,3,,,,,,,,,13861.376,7892,7500.60,8,-14293.37,209,-12397.848,500,4187.67,8,15827,400,8288.582,155,49972380.017,8300,-25727.848,7731, +19,32,K,,0,0,0,(1/2+ 3/2+),,365,5,MS,0.365,0.005,B-,100,0,B-N,47,5,,,,,,,,,13816.107,13057,9001.71,13,-15161,400,-15826.196,600,4859.67,15,16475,500,8221.349,256,50975827.867,14006,-22516.196,13047, +19,33,K,,,0,0,(2-),,110,6,MS,0.11,0.006,B-,100,0,B-N,74,9,B-2N,2.3,0.3,,,,,,17128.639,33540,11123.36,34,-15282,501,-15857.627,601,2692.75,36,17737,601,8115.029,645,51981602,36000,-17137.627,33534, +19,34,K,,,0,0,(3/2+),,30,5,MS,0.03,0.005,B-,100,0,B-N,67,0,B-2N,17,0,,,,,,17091.983,120047,13899.23,112,-15661,610,-19086.721,708,3229.41,117,18305,610,8022.848,2109,52986800,120000,-12295.721,111779, +19,35,K,,,0,0,2-,,10,5,MS,0.01,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,20158,598,16314,598,-15167,846,,,778,607,19082,918,7889,11,53994630,640,-5002,596, +19,36,K,,,0,0,,GT,360,,NS,0.00000036,5e15,B-N,,0,B-,,0,,,,,,,,,19058,760,17797,700,-16007,989,,,2361,918,,,7788,13,55000760,750,708,699, +19,37,K,,,0,0,,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,21825,895,18206,855,,,,,852,1063,,,7664,14,56008510,860,7927,801, +20,14,Ca,,,0,0,0+,LT,35,,NS,0.000000035,0,2P,,0,P,,0,,,,,,,,,,,,,-9505,362,15071.0,357,,,480,357,7204,9,34014870,320,13851,298, +20,15,Ca,,,0,0,(1/2+),,25.7,2,MS,0.0257,0.0002,EC+B+,100,0,ECP,95.9,1.4,EC2P,4.1,0.6,,,,,,,,,,-8962,280,15960.891,196,17135,357,1281,277,7487,6,35005140,210,4788,196, +20,16,Ca,,,0,0,0+,,101.2,20,MS,0.1012,0.002,EC+B+,100,0,ECP,51.2,1,,,,,,,,,-21802,301,,,-6675.71,40,10965.916,40,19310,200,2567.23,40,7815.879,1111,35993074.406,42941,-6451.149,40000, +20,17,Ca,,,0,0,(3/2+),,181.1,10,MS,0.1811,0.001,EC+B+,100,0,ECP,82.1,0.7,,,,,,,,,-16656,300,-36558,298,-6176.69,75,11664.133,641,14756.23,40,3007.97,72,8003.456,17,36985897.852,680,-13136.066,634, +20,18,Ca,,,0,0,0+,,440,12,MS,0.44,0.012,EC+B+,100,0,,,,,,,,,,,,-17809,200,-33650,300,-6105.12,21,6742.256,275,16993.75,66,4547.27,22,8240.043,5,37976319.226,208,-22058.499,194, +20,19,Ca,3.4595,25,0,0,3/2+,,859.6,14,MS,0.8596,0.0014,EC+B+,100,0,,,,,,,,1.02168,,0.04,,-13109.993,24007,-31105,200,-6660.33,90,6524.488,596,13295.52,63,5770.92,63,8369.67,15,38970710.813,640,-27282.702,596, +20,20,Ca,3.4776,19,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-14323.05,2828,-28744.99,24,-7039.76,3,-1310.892,6,15635.00,60,8328.16,2,8551.303,1,39962590.865,22,-34846.384,21, +20,21,Ca,3.4780,19,0,0,7/2-,,9.94E+4,15,Y,3136825440000,47336400000,EC,100,0,,,,,,,,-1.594781,,-0.0665,,-6495.478,158,-22685.87,283,-6615.14,25,421.653,138,8362.82,14,8891.37,15,8546.706,3,40962277.921,147,-35137.890,138, +20,22,Ca,3.5081,21,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6426.092,97,-17976.15,16,-6257.34,25,-3525.219,183,11480.67,6,10276.67,15,8616.563,4,41958617.828,159,-38547.245,149, +20,23,Ca,3.4954,19,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,-1.31726,,-0.0408,,-2220.72,1865,-14358.99,20,-7591.55,5,-1833.433,469,7932.89,17,10675.77,25,8600.663,5,42958766.43,244,-38408.822,228, +20,24,Ca,3.5179,21,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3652.69,1757,-13351.89,188,-8853.7,32,-5687.183,53,11131.17,23,12182.26,52,8658.175,7,43955481.543,348,-41468.675,325, +20,25,Ca,3.4944,21,0,0,7/2-,,162.61,9,D,14049504,7776,B-,100,0,,,,,,,,-1.3274,,0.046,,259.722,747,-11067.51,176,-10169.58,50,-4196.536,638,7414.82,17,12319.65,56,8630.545,8,44956186.326,392,-40812.174,366, +20,26,Ca,3.4953,20,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1378.143,2333,-10138.78,233,-11141.6,6,-7725.437,235,10398.50,225,13812.69,229,8668.979,49,45953687.988,2399,-43139.361,2235, +20,27,Ca,3.4783,23,0,0,7/2-,,4.536,3,D,391910.4,259.2,B-,100,0,,,,,,,= 7/2,-1.38,,0.021,,1992.177,1185,-8654.52,231,-12759.53,6,-6632.442,2625,7276.37,27,14219.46,234,8639.349,47,46954541.394,2385,-42344.418,2222, +20,28,Ca,3.4771,20,0,0,0+,,1.9E19,+45-8,Y,5.995944e26,8.362764e26,2B-,75,0,2B-,69,,B-,25,0,,,,,,279.213,4950,-7959.35,193,-13976.29,159,-11940.152,779,9951.53,222,15801.62,140,8666.686,2,47952522.904,103,-44224.629,96, +20,29,Ca,,,0,0,3/2-,,8.718,6,M,523.08,0.36,B-,100,0,,,,,,,,-1.38,,,,5261.5,2702,-4867.24,5,-13953.88,55,-11688.275,826,5146.45,18,16304.26,80,8594.844,4,48955662.875,216,-41299.765,201, +20,30,Ca,3.5168,64,0,0,0+,,13.9,6,S,13.9,0.6,B-,100,0,,,,,,,,,,,,4958.158,15084,-1099.28,3,-12241.21,194,-13861.376,8,6360.78,160,17266.70,177,8550.163,32,49957499.217,1700,-39589.224,1584, +20,31,Ca,,,0,0,(3/2-),,10.0,8,S,10,0.8,B-,100,0,B-N,,0,,,,,,,,,6896.381,20007,143.76,15,-13390.88,123,-13816.108,13,4814.40,167,17893.43,8,8476.913,10,50960995.665,560,-36332.304,522, +20,32,Ca,,,0,0,0+,,4.6,3,S,4.6,0.3,B-,100,0,B-N,,0,,,,,,,,,6177.013,81855,891.10,20,-14409.84,307,-17128.639,34,6005.28,85,19039.04,13,8429.381,13,51963213.648,720,-34266.266,671, +20,33,Ca,,,0,0,(1/2-),,461,90,MS,0.461,0.09,B-,100,0,B-N,40,10,,,,,,,,,9519.104,103774,2984.26,93,-14623,402,-17091.983,120,3192.76,44,19539.05,55,8330.577,826,52968451,47000,-29387.704,43780, +20,34,Ca,,,0,0,0+,,107,14,MS,0.107,0.014,B-,100,0,B-2N,,0,B-N,,0,,,,,,8730.315,277066,5674.91,106,-14256,503,-20158.585,598,3844.20,65,20153.83,122,8247.496,897,53972989,52000,-25160.585,48438, +20,35,Ca,,,0,0,(5/2-),,22,2,MS,0.022,0.002,B-,100,0,B-N,,0,,,,,,,,,11809,544,7469,405,-14085,671,-19058.0,761,1261,304,20637,667,8120,5,54980300,322,-18350,300, +20,36,Ca,,,0,0,0+,,11,2,MS,0.011,0.002,B-,100,0,B-N,,0,,,,,,,,,10954,710,8190,605,-15043,721,-21825.0,895,3619,500,21895,805,8040,7,55985080,429,-13898,400, +20,37,CA,,,0,0,,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-,,0,B-N,,0,,,,,,14121,1364,9907,710,-16090,805,,,1048,565,22090,895,7917,7,56992620,429,-6874,400, +20,38,CA,,,0,0,0+,GT,620,,NS,0.00000062,5e15,B-N,,0,B-,,0,,,,,,,,,12957,640,11006,1397,,,,,3116,640,,,7835,9,57997940,537,-1919,500, +21,17,Sc,,,0,0,,,,,,,,P,,0,,,,,,,,,,,,-15119,361,,,-5454,280,17809.499,200,15841,361,-1598,200,7751,5,37995438,215,-4249,200, +21,18,Sc,,,0,0,(7/2-),LT,300,,NS,0.0000003,0,P,100,0,,,,,,,,,,,,-16373,202,-33114,301,-5424.73,24,13109.993,24,17995,202,-596.82,24,8013.456,615,38984784.97,25765,-14172.709,24000, +21,19,Sc,,,0,0,4-,,182.3,7,MS,0.1823,0.0007,EC+B+,100,0,ECP,0.44,0.07,ECA,0.017,0.005,,,,,,-11672.95,160025,-30795,200,-5531.19,285,14323.049,2828,14421.94,24,529.60,289,8173.669,71,39977967.292,3036,-20523.335,2828, +21,20,Sc,,,0,0,7/2-,,596.3,17,MS,0.5963,0.0017,EC+B+,100,0,,,,,,,,5.4305,,-0.156,,-12944.875,27945,-27863.34,160,-6267.13,13,6495.478,161,16190.39,283,1085.00,8,8369.198,2,40969251.104,88,-28642.412,83, +21,21,Sc,3.5702,238,0,0,0+,,680.79,28,MS,0.68079,0.00028,EC+B+,100,0,,,,,,,= 1,,,,,-7016.479,224,-24494.93,28,-5745.31,26,6426.092,225,11550.06,16,4272.23,10,8444.933,4,41965516.522,181,-32121.153,169, +21,22,Sc,3.5575,147,0,0,7/2-,,3.891,12,H,14007.6,43.2,EC+B+,100,0,,,,,,,,4.528,,-0.27,,-6867.02,7481,-19154.75,187,-4805.83,186,2220.72,187,12138.27,186,4929.83,186,8530.825,43,42961150.472,1999,-36188.102,1863, +21,23,Sc,3.5432,16,0,0,2+,,3.97,4,H,14292,144,EC+B+,100,0,,,,,,,,2.499,,0.16,,-267.416,1890,-16566.22,7,-6705.41,176,3652.69,178,9699.20,254,6696.13,174,8557.379,40,43959402.867,1884,-37815.985,1756, +21,24,Sc,3.5459,25,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,4.756487,,-0.22,,-2062.056,509,-11594.64,97,-7937.27,67,-259.722,768,11327.23,188,6892.19,73,8618.931,15,44955907.503,724,-41071.896,675, +21,25,Sc,3.5243,89,0,0,4+,,83.79,4,D,7239456,3456,B-,100,0,,,,,,,,3.03,,0.119,,2366.581,667,-10822.70,52,-9164.11,69,1378.142,2337,8760.64,10,8238.02,75,8622.012,15,45955167.485,732,-41761.219,683, +21,26,Sc,,,0,0,7/2-,,3.3492,6,D,289370.88,51.84,B-,100,0,,,,,,,= 5/2,5.34,,-0.22,,600.769,1929,-8280.11,193,-10186.12,198,-1992.177,2945,10646.69,204,8486.20,121,8665.09,41,46952402.704,2074,-44336.595,1933, +21,27,Sc,,,0,0,6+,,43.67,9,H,157212,324,B-,100,0,,,,,,,,,,,,3988.866,4950,-7637.80,5,-11147.27,5,-279.213,5,8238.56,5,9448.39,5,8656.204,103,47952223.157,5314,-44503.842,4951, +21,28,Sc,,,0,0,7/2-,,57.18,13,M,3430.8,7.8,B-,100,0,,,,,,,,,,,,2002.522,2697,-6139.87,270,-12370.54,275,-5261.5,27,10128.74,6,9625.61,270,8686.256,55,48950014.423,2896,-46561.265,2698, +21,29,Sc,,,0,0,5+,,102.5,5,S,102.5,0.5,B-,100,0,,,,,,,,,,,,6884.278,15000,-4054.91,15,-11558.37,15,-4958.158,15,6057.43,15,10536.59,15,8633.679,300,49952176.415,16103,-44547.382,15000, +21,30,Sc,,,0,0,(7/2)-,,12.4,1,S,12.4,0.1,B-,100,0,,,,,,,,,,,,6504.153,20006,131.66,20,-9941.62,20,-6896.38,20,6752.62,25,10928.43,20,8596.796,392,50953592.095,21471,-43228.684,20000, +21,31,Sc,,,0,0,3(+),,8.2,2,S,8.2,0.2,B-,100,0,,,,,,,,,,,,9026.541,82157,1218.24,82,-10583.72,82,-6177.013,82,5285.91,84,11399.95,82,8533.125,1574,51956582.351,87871,-40443.279,81852, +21,32,Sc,,,0,0,(7/2-),,2.6,4,S,2.6,0.4,B-,100,0,B-N,,0,,,,,,,,,7924.253,137339,2491.70,94,-11720.23,94,-9519.104,104,6534.85,125,11929.51,94,8495.421,1775,52958231.821,101006,-38906.808,94087, +21,33,Sc,,,0,0,(3)+,,526,15,MS,0.526,0.015,B-,100,0,B-N,16,9,,,,,,,,,11731.081,284990,4868.84,291,-10587.97,273,-8730.315,277,3055.41,289,11792.17,276,8394.681,5052,53963616.62,292862,-33890.900,272800, +21,34,Sc,,,0,0,(7/2-),,105,6,MS,0.105,0.006,B-,100,0,B-N,,0,,,,,,,,,11508.735,482226,7391.31,462,-10068.07,455,-11809.352,544,4339.77,530,12287.74,457,8320.955,8261,54967622.601,487756,-30159.352,454342, +21,35,Sc,,,0,0,(1+),,26,6,MS,0.026,0.006,B-,100,0,B-N,,0,,,,,,,,,14467.788,599236,8744.51,609,-10139.55,588,-10954.26,710,2764.22,742,13791,659,8221.728,10479,55973320,630000,-24852.260,586841, +21,36,Sc,,,0,0,,,13,4,MS,0.013,0.004,B-,100,0,B-N,,0,B-2N,,0,,,,,,12919.758,1329062,10252.86,1310,-11125.07,1309,-14121.875,1364,4214.93,1430,14387,1364,8151.433,22879,56977460,1400000,-20995.875,1304092, +21,37,SC,,,0,0,,,12,5,MS,0.012,0.005,B-,100,0,B-N,,0,,,,,,,,,16234,447,10968,475,-12299,718,-12957.0,640,1951,1364,15291,565,8045,7,57984030,429,-14876,400, +21,38,SC,,,0,0,,GT,360,,NS,0.00000036,5e15,B-N,,0,B-,,0,,,,,,,,,15208,447,12736,447,-13435,805,,,3498,565,15672,640,7967,7,58988940,429,-10302,400, +21,40,SC,,,0,0,,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,17281,721,15190,671,,,,,3088,781,,,7787,10,61001000,644,931,600, +22,16,Ti,,,0,0,,,,,,,,2P,,0,,,,,,,,,,,,,,,,-5407,423,15119.0,361,,,-61,424,7332,8,38011669,322,10870,300, +22,17,Ti,,,0,0,(3/2+),,31,+6-4,MS,0.031,0.005,ECP+EC2P,100,0,EC+B+,100,0,ECP,93.7,,= 5/2,,,,,,,,,-5013,280,16372.709,201,16741,361,839,283,7574,5,39002362,215,2200,200, +22,18,Ti,,,0,0,0+,,53.3,15,MS,0.0533,0.0015,EC+B+,100,0,ECP,100,0,,,,,,,,,-21020,340,,,-4824.15,165,11672.951,160,19122,256,1966.65,162,7862.286,4000,39990498.721,171767,-8850.384,160000, +22,19,Ti,,,0,0,3/2+,,81.9,5,MS,0.0819,0.0005,ECP,100,0,EC+B+,100,0,,,,,,,,,-16018,202,-35939,301,-4986.39,28,12944.875,28,14918.47,162,2463.17,28,8034.388,682,40983148,30000,-15697.537,27945, +22,20,Ti,,,0,0,0+,,208.65,80,MS,0.20865,0.0008,EC+B+,100,0,,,,,,,,,,,,-17485,196,-33496,200,-5471.09,34,7016.479,324,17478.45,28,3751.23,27,8259.247,7,41973049.022,297,-25104.674,277, +22,21,Ti,,,0,0,7/2-,,509,5,MS,0.509,0.005,EC+B+,100,0,ECP,,0,,,,,0.85,,,,-11404.726,43457,-29773,196,-4463.3,7,6867.02,7,12287.73,7,4488.90,7,8352.932,168,42968522.521,7777,-29321.082,7245, +22,22,Ti,3.6115,51,0,0,0+,,59.1,3,Y,1865054160,9467280,EC,100,0,,,,,,,,,,,,-13432.189,181643,-27703.53,43,-5127.1,70,267.416,189,16298.80,7,8649.44,199,8533.52,16,43959689.951,751,-37548.569,700, +22,23,Ti,3.5939,32,0,0,7/2-,,184.8,5,M,11088,30,EC+B+,100,0,,,,,,,= 1/2,0.095,,0.015,,-7123.824,214,-22964.78,182,-6296.87,85,2062.056,1082,9532.59,110,8482.83,195,8555.722,19,44958121.211,907,-39009.840,845, +22,24,Ti,3.6070,22,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-7052.449,93,-20313.10,86,-8005.47,22,-2366.58,70,13189.28,83,10344.87,66,8656.451,4,45952626.856,176,-44127.799,165, +22,25,Ti,3.5962,19,0,0,5/2-,,STABLE,,,,,,,,,,,,,,= 3/2,-0.78848,,0.3,,-2930.746,138,-15933.33,18,-8953.46,25,-600.769,1936,8880.88,13,10465.12,68,8661.227,2,46951757.752,123,-44937.364,115, +22,26,Ti,3.5921,17,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4015.015,969,-14557.41,14,-9448.95,34,-3988.867,5,11626.66,4,11445.08,193,8723.006,2,47947940.932,117,-48492.709,109, +22,27,Ti,3.5733,21,0,0,7/2-,,STABLE,,,,,,,,,,,,,,= 5/2,-1.10417,,0.247,,-601.856,820,-12157.41,97,-10176.53,38,-2002.522,27,8142.40,3,11348.92,5,8711.157,2,48947864.627,122,-48563.787,114, +22,28,Ti,3.5704,22,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2207.647,426,-11541.05,82,-10717.21,223,-6884.278,15,10939.19,4,12159.37,270,8755.718,2,49944785.839,129,-51431.660,121, +22,29,Ti,,,0,0,3/2-,,5.76,1,M,345.6,0.6,B-,100,0,,,,,,,,,,,,2471.005,644,-8580.14,65,-9813.33,227,-6504.153,20,6372.49,49,12474.43,15,8708.988,10,50946609.6,541,-49732.837,505, +22,30,Ti,,,0,0,0+,,1.7,1,M,102,6,B-,100,0,,,,,,,,,,,,1973.948,7085,-5337.30,7,-7670.11,7,-9026.541,82,7808.30,7,13530.11,21,8691.667,136,51946891.96,7592,-49469.820,7072, +22,31,Ti,,,0,0,(3/2)-,,32.7,9,S,32.7,0.9,B-,100,0,,,,,,,,,,,,5020,100000,-3458.61,100,-7956.21,100,-7924.253,137,5432.56,100,13676.75,129,8630.174,1888,52949724.785,107406,-46831.061,100049, +22,32,Ti,,,0,0,0+,,2.1,10,S,2.1,1,B-,100,0,,,,,,,,,,,,4271.192,83815,-1842.24,83,-8457.67,82,-11731.081,285,6862.24,130,14004.14,125,8597.435,1527,53951022.786,88526,-45621.981,82461, +22,33,Ti,,,0,0,(1/2)-,,1.3,1,S,1.3,0.1,B-,100,0,,,,,,,,,,,,7476.498,157206,153.77,162,-7760.7,162,-11508.736,482,4117.42,181,15066.16,317,8515.98,2938,54955267.465,173486,-41668.088,161602, +22,34,Ti,,,0,0,0+,,0.200,5,S,0.2,0.005,B-,100,0,B-N,,0,,,,,,,,,6834.833,194550,1753.22,154,-7478.7,121,-14467.788,599,5723.28,202,16449.67,470,8466.11,2165,55957788.19,130163,-39320.048,121247, +22,35,Ti,,,0,0,(5/2-),,98,5,MS,0.098,0.005,B-,100,0,B-N,,0,,,,,,,,,10497.818,268750,4167.93,312,-6952.84,260,-12919.758,1329,2666.90,284,16352.34,640,8364.37,4499,56963590.068,275274,-33915.633,256416, +22,36,Ti,,,0,0,0+,,58,9,MS,0.058,0.009,B-,100,0,B-N,,0,,,,,,,,,9292,219,5232,216,-8374,206,-16234.0,447,5266,325,17403,1319,8311,3,57966602,215,-31110,200, +22,37,Ti,,,0,0,,,58,17,MS,0.058,0.017,B-,,0,,,,,,,,,,,,12322,258,6821,219,-9584,361,-15208.0,447,2471,283,17923,447,8212,3,58972614,215,-25510,200, +22,38,Ti,,,0,0,0+,,22,2,MS,0.022,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,10912,372,7431,341,-10857,500,-18278.0,583,4891,361,19316,500,8157,5,59976028,322,-22330,300, +22,39,TI,,,0,0,(1/2-),,15,4,MS,0.015,0.004,B-,100,0,B-2N,,0,B-N,,0,,,,,,14157,979,8821,456,-11900,565,-17281.0,721,2091,500,19587,640,8057,7,60982448,429,-16350,400, +22,40,TI,,,0,0,0+,GT,620,,NS,0.00000062,5e15,B-,,0,B-N,,0,,,,,,,,,12977,499,9935,979,-13006,640,,,4221,565,20720,721,7995,6,61986581,429,-12500,400, +22,41,TI,,,0,0,,GT,360,,NS,0.00000036,5e15,B-N,,0,B-,,0,,,,,,,,,16140,640,11655,582,,,,,1322,640,,,7889,8,62993827,537,-5750,500, +22,42,Ti,,,0,0,0+,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,15295,721,12794,721,,,,,3346,781,,,7818,9,63998900,644,-1025,600, +23,19,V,,,0,0,,LT,55,,NS,0.000000055,0,P,,0,,,,,,,,,,,,-14350,445,,,-5795,280,17484.674,196,16011,280,-789,198,7824,5,41991820,210,-7620,196, +23,20,V,,,0,0,,,79.3,24,MS,0.0793,0.0024,EC+B+,100,0,ECP,,0,,,,,,,,,-15946,402,-32718,402,-6168.56,49,11404.726,43,18368,200,100.65,43,8069.512,996,42980766,46000,-17916.356,42849, +23,21,V,,,0,0,(2)+,,111,7,MS,0.111,0.007,EC+B+,100,0,ECA,,0,,,,,,,,,-10756,351,-30218,439,-6017.96,182,13432.189,182,14271.34,187,2084.27,182,8210.463,4128,43974110,195000,-24116.380,181641, +23,22,V,,,0,0,7/2-,,547,6,MS,0.547,0.006,EC+B+,100,0,,,,,,,,,,,,-12371.217,35408,-26597,300,-5668.52,88,7123.824,1214,15840.95,182,1626.42,112,8380.029,19,44965768.951,935,-31886.016,872, +23,23,V,,,0,0,0+,,422.50,11,MS,0.4225,0.00011,EC+B+,100,0,,,,,,,,,,,,-7603.784,11455,-25631.87,35,-7379.11,26,7052.448,261,13260.65,86,5354.48,84,8486.13,4,45960197.971,216,-37075.351,202, +23,24,V,,,0,0,3/2-,,32.6,3,M,1956,18,EC+B+,100,0,,,,,,,,,,,,-7444.04,6032,-20606.37,11,-8243.43,187,2930.746,204,13002.58,11,5167.79,7,8582.225,4,46954904.038,181,-42006.618,169, +23,25,V,,,0,0,4+,,15.9735,25,D,1380110.4,216,EC+B+,100,0,,,,,,,,2.012,,,,-1655.673,7388,-17986.43,6,-9086.62,200,4015.015,981,10542.39,98,6829.30,97,8623.061,20,47952251.229,1046,-44477.694,975, +23,26,V,,,0,0,7/2-,,330,15,D,28512000,1296000,EC,100,0,,,,,,,= 3/2,4.47,,,,-2628.871,2391,-13211.23,7,-9314.95,106,601.856,836,11555.55,127,6758.19,82,8682.908,17,48948510.746,889,-47961.931,828, +23,27,V,,,0,0,6+,,1.4E+17,+4-3,Y,4.418064e24,1.104516e24,EC+B+,83,11,B-,17,11,,,,,3.3456889,,0.21,,1038.059,299,-11962.27,222,-9887.71,80,2207.647,427,9333.40,92,7949.20,42,8695.918,8,49947155.845,438,-49224.013,409, +23,28,V,3.6002,22,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,,,-0.043,,-752.447,213,-10013.09,28,-10292.16,197,-2471.005,645,11051.15,8,8061.15,42,8742.099,8,50943956.867,430,-52203.842,401, +23,29,V,,,0,0,3+,,3.743,5,M,224.58,0.3,B-,100,0,,,,,,,,,,,,3975.473,531,-8063.69,25,-9364.84,5,-1973.949,7,7311.24,13,8999.90,66,8714.582,8,51944772.839,450,-51443.769,420, +23,30,V,,,0,0,7/2-,,1.543,14,M,92.58,0.84,B-,100,0,,,,,,,,,,,,3435.938,3102,-4503.14,3,-7714.71,4,-5020.0,100,8478.61,3,9670.21,8,8710.13,59,52944335.593,3349,-51851.061,3120, +23,31,V,,,0,0,3+,,49.8,5,S,49.8,0.5,B-,100,0,,,,,,,,,,,,7041.592,15000,-2677.49,15,-7770.71,21,-4271.192,84,6113.43,15,10351.08,101,8662.043,278,53946437.472,16107,-49893.173,15004, +23,32,V,,,0,0,(7/2-),,6.54,15,S,6.54,0.15,B-,100,0,,,,,,,,,,,,5965.125,95103,-281.14,95,-8340.82,97,-7476.498,188,7322.73,96,10811.58,126,8637.692,1729,54947241.114,102098,-49144.586,95104, +23,33,V,,,0,0,1+,,0.216,4,S,0.216,0.004,B-,100,0,B-N,,0,,,,,,,,,9130.12,176899,883.51,177,-8136.52,195,-6834.833,214,5081.61,201,11775.76,240,8574.191,3159,55950450.694,189907,-46154.881,176898, +23,34,V,,,0,0,(7/2-),,0.32,3,S,0.32,0.03,B-,100,0,B-N,,0,,,,,,,,,8111.252,80486,2800.23,80,-7931.56,124,-10497.817,269,6329.89,194,12382.37,146,8534.817,1412,56952320.197,86397,-44413.450,80479, +23,35,V,,,0,0,(1+),,191,10,MS,0.191,0.01,B-,100,0,B-N,,0,,,,,,,,,11590.049,89386,4051.63,89,-8935.77,287,-9291.753,219,4059.62,120,13775.09,272,8457.658,1541,57956626.932,95947,-40401.753,89374, +23,36,V,,,0,0,(5/2- 3/2-),,75,7,MS,0.075,0.007,B-,100,0,,,,,,,,,,,,10253.745,270218,6088.47,162,-10097.58,482,-12322.015,257,5501.58,185,14011,258,8407.555,2744,58959385.659,173778,-37832.015,161874, +23,37,V,,,0,0,,,122,18,MS,0.122,0.018,B-,100,0,B-2N,,0,B-N,,0,,,,,,13427.621,293169,6772.49,309,-10814.61,627,-10911.956,372,3481.26,273,15021,298,8325.45,3669,59964313.29,236350,-33241.956,220159, +23,38,V,,,0,0,(3/2- 5/2-),,48.3,10,MS,0.0483,0.001,B-,100,0,B-N,10,0,B-2N,,0,,,,,,11968.8,899958,8091.83,915,-11935.47,1581,-14156.429,980,5335.79,921,15466,943,8276.439,14660,60967250,960000,-30506.429,894234, +23,39,V,,,0,0,,,33.6,23,MS,0.0336,0.0023,B-,100,0,B-N,,0,,,,,,,,,15419,333,8928,315,-13025,499,-12976.0,499,3041,943,16416,499,8192,5,61972650,320,-25476,298, +23,40,V,,,0,0,7/2-,,17,3,MS,0.017,0.003,B-,100,0,B-N,,0,,,,,,,,,14117,537,10934,426,-14013,565,-16140.0,640,4485,499,16679,565,8133,6,62976500,429,-21890,400, +23,41,V,,,0,0,(LE2),,15,2,MS,0.015,0.002,B-,100,0,B-N,,0,,,,,,,,,17160,594,11616,537,-14693,640,-15295.0,721,2501,565,17859,640,8045,6,63982480,429,-16320,400, +23,42,V,,,0,0,,GT,360,,NS,0.00000036,5e15,B-,100,0,B-N,,0,,,,,,,,,16440,583,13629,666,-15136,781,,,3531,640,18044,781,7976,8,64987354,537,-11780,500, +23,43,V,,,0,0,,GT,360,,NS,0.00000036,5e15,B-,,0,B-N,,0,,,,,,,,,19110,640,14538,583,,,,,1902,707,,,7884,8,65993977,537,-5610,500, +23,44,,,,0,0,,GT,620,,NS,0.00000062,5e15,B-,,0,B-N,,0,B-2N,,0,,,,,,18030,721,15998,721,,,,,3111,781,,,7812,9,66999302,644,-650,600, +24,18,Cr,,,0,0,0+,,13.3,10,MS,0.0133,0.001,EC+B+,100,0,ECP,94.4,5,,,,,,,,,,,,,-6564,500,14350.0,445,,,879,447,7464,10,42007225,429,6730,400, +24,19,Cr,,,0,0,(3/2+),,21.2,7,MS,0.0212,0.0007,EC+B+,100,0,ECP,79.3,3,EC2P,11.6,1,,,,,,,,,,-6595,447,15946.356,402,16771,565,1639,445,7680,9,42997885,429,-1970,400, +24,20,Cr,,,0,0,0+,,42.8,6,MS,0.0428,0.0006,EC+B+,100,0,ECP,7,3,,,,,,,,,-20390,583,,,-6935,340,10756.38,351,19462,500,2733,303,7948,7,43985657,322,-13360,300, +24,21,Cr,,,0,0,(7/2-),,60.9,4,MS,0.0609,0.0004,B+,100,0,B+P,34.4,0.8,,,,= 3/2,,,,,-14265,401,-34616,501,-6242.18,45,12371.217,35,14226,302,2687.39,185,8087.728,787,44979050,38000,-19514.799,35397, +24,22,Cr,,,0,0,0+,,0.26,6,S,0.26,0.06,EC+B+,100,0,,,,,,,,,,,,-16902,400,-32293,400,-6791.81,11,7603.784,11,18028.08,37,4874.52,11,8303.823,249,45968360.97,12295,-29471.567,11453, +24,23,Cr,,,0,0,3/2-,,500,15,MS,0.5,0.015,EC+B+,100,0,,,,,,,,,,,,-11996.204,32240,-30064,400,-7666.41,9,7444.04,6,13162.33,13,4776.20,6,8407.195,128,46962895.544,6473,-34562.578,6030, +24,24,Cr,,,0,0,0+,,21.56,3,H,77616,108,EC+B+,100,0,,,,,,,,,,,,-13525.682,10087,-28326.96,33,-7698.37,7,1655.674,7,16330.76,9,8104.37,7,8572.269,153,47954028.667,7862,-42822.020,7324, +24,25,Cr,,,0,0,5/2-,,42.3,1,M,2538,6,EC+B+,100,0,,,,,,,= 1/2,0.476,,,,-7712.426,233,-24108.04,7,-8748.14,240,2628.871,2391,10582.36,8,8144.34,245,8613.291,46,48951332.955,2407,-45333.060,2243, +24,26,Cr,3.6588,65,0,0,0+,GT,1.3E+18,,Y,4.102488e25,1.5778797948756e32,,,,,,,,,,= 1,,,,,-7634.477,67,-20712.75,221,-8559.19,47,-1038.059,599,13000.33,220,9589.11,94,8701.032,9,49946041.443,468,-50262.072,437, +24,27,Cr,,,0,0,7/2-,,27.7010,11,D,2393366.4,95.04,EC,100,0,,,,,,,,,,,,-3207.518,346,-16895.12,21,-8938.95,42,752.447,566,9260.64,20,9516.35,23,8712.005,8,50944764.652,429,-51451.395,400, +24,28,Cr,3.6452,42,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4711.958,1851,-15246.68,59,-9351.45,36,-3975.473,54,12039.16,51,10504.37,52,8775.989,7,51940504.992,364,-55419.242,340, +24,29,Cr,3.6511,75,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,-0.47454,,-0.15,,-596.884,356,-12651.03,185,-9148.13,36,-3435.938,3,7939.07,14,11132.20,54,8760.198,7,52940646.961,373,-55286.999,348, +24,30,Cr,3.6885,74,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1377.136,1008,-10315.97,37,-7928.02,37,-7041.592,15,9719.08,12,12372.67,3,8777.955,7,53938878.012,378,-56934.765,353, +24,31,Cr,,,0,0,3/2-,,3.497,3,M,209.82,0.18,B-,100,0,,,,,,,,,,,,2602.703,368,-7623.40,102,-7801.79,64,-5965.124,95,6246.26,19,12505.51,15,8731.924,7,54940837.289,428,-55109.710,399, +24,32,Cr,,,0,0,0+,,5.94,10,M,356.4,6,B-,100,0,,,,,,,,,,,,1626.538,561,-5643.90,54,-8240.1,7,-9130.12,177,8246.61,65,13429.39,95,8723.258,11,55940649.107,647,-55285.001,603, +24,33,Cr,,,0,0,(3/2)-,,21.1,10,S,21.1,1,B-,100,0,,,,,,,,,,,,4961.548,1846,-3684.48,112,-8118.56,100,-8111.252,80,5311.02,123,13658.79,177,8663.394,19,56943612.409,1146,-52524.702,1068, +24,34,Cr,,,0,0,0+,,7.0,3,S,7,0.3,B-,100,0,,,,,,,,,,,,3835.759,3085,-2576.87,212,-8794.74,82,-11590.048,89,7538.42,183,14867.32,80,8643.998,26,57944184.502,1600,-51991.801,1490, +24,35,Cr,,,0,0,(1/2-),,0.46,5,S,0.46,0.05,B-,100,0,,,,,,,,,,,,7439.56,216380,-329.52,216,-8842.59,270,-10253.745,270,4165.28,216,14972.98,234,8568.087,3667,58948377.81,232279,-48085.760,216367, +24,36,Cr,,,0,0,0+,,0.49,1,S,0.49,0.01,B-,100,0,B-N,,0,,,,,,,,,6298.361,193607,784.43,194,-9774.44,228,-13427.62,293,6655.13,290,16126.53,252,8536.205,3227,59949898.146,207830,-46669.576,193593, +24,37,Cr,,,0,0,(5/2-),,237,11,MS,0.237,0.011,B-,100,0,B-N,,0,,,,,,,,,9266.893,101367,2421.39,101,-10984.51,276,-11968.8,900,3876.97,219,16522.24,242,8459.824,1661,60954400.963,108793,-42475.229,101341, +24,38,Cr,,,0,0,0+,,206,12,MS,0.206,0.012,B-,100,0,B-N,,0,,,,,,,,,7628.996,148244,2775.84,148,-12210,249,-15418.961,333,6491.05,179,17677.50,906,8428.069,2389,61956097.451,158991,-40894.961,148099, +24,39,Cr,,,0,0,1/2-,,129,2,MS,0.129,0.002,B-,100,0,B-N,,0,,,,,,,,,10879.579,358092,4445.17,358,-12922,410,-14117.474,537,3183.83,387,17820,466,8344.828,5684,62961344.384,384407,-36007.474,358073, +24,40,Cr,,,0,0,0+,,43,1,MS,0.043,0.001,B-,100,0,B-N,,0,,,,,,,,,9509.277,439679,5335.98,440,-13575,532,-17159.757,594,5543.60,567,18879,594,8301.058,6870,63964058,472000,-33479.757,439665, +24,41,Cr,,,0,0,(1/2-),,27,3,MS,0.027,0.003,B-,100,0,,,,,,,,,,,,12748,300,6698,300,-14295,500,-16440.0,583,2811,532,19189,500,8217,5,64969705,322,-28220,300, +24,42,Cr,,,0,0,0+,,24,2,MS,0.024,0.002,B-,100,0,,,,,,,,,,,,12030,400,8176,400,-14645,565,-19110.0,640,4572,500,20229,640,8161,6,65973462,429,-24720,400, +24,44,CR,,,0,0,0+,GT,360,,NS,0.00000036,5e15,B-,100,0,B-N,0,0,,,,,,,,,13580,640,10589,583,-16200,781,,,4191,640,21438,781,8013,7,67984112,537,-14800,500, +24,45,,,,0,0,,GT,620,,NS,0.00000062,5e15,B-,,0,B-N,,0,B-2N,,0,,,,,,16190,640,11729,640,,,,,1852,707,,,7924,7,68990789,537,-8580,500, +24,46,CR,,,0,0,0+,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,15020,781,12219,721,,,,,3971,781,,,7867,9,69995191,644,-4480,600, +25,19,Mn,,,0,0,,LT,105,,NS,0.000000105,0,P,,0,EC,,0,,,,,,,,,,,,,-7565,583,20390.0,583,,,-1711,640,7467,11,44007547,537,7030,500, +25,20,Mn,,,0,0,,,,,,,,,,,,,,,,,,,,,,-19012,565,,,-7995,447,14264.799,402,20351,640,-822,500,7753,9,44994364,429,-5250,400, +25,21,Mn,,,0,0,(4+),,36.2,4,MS,0.0362,0.0004,EC+B+,100,0,ECP,57,0.8,,,,= 2,,,,,-13480,640,-34403,565,-7375,445,16901.567,400,15391,565,344,401,7919,9,45986506,429,-12570,400, +25,22,Mn,,,0,0,(5/2-),,100,50,MS,0.1,0.05,EC+B+,100,0,ECP,3.4,0.9,,,,,,,,,-15697,501,-31548,501,-7074.93,53,11996.204,32,18068,401,383.78,34,8135.311,674,46975774,34000,-22566.374,31671, +25,23,Mn,,,0,0,4+,,158.1,22,MS,0.1581,0.0022,EC+B+,100,0,B+P,0.28,0.04,B+A,0.0006,0,= 1,,,,,-11296,400,-30498,500,-7604.87,182,13525.682,10,14801.28,32,2022.73,6,8274.185,145,47968549.085,7449,-29296.338,6939, +25,24,Mn,,,0,0,5/2-,,382,7,MS,0.382,0.007,EC+B+,100,0,,,,,,,= 1/2,,,,,-12869.907,24324,-27692,400,-8159.53,242,7712.426,3,16395.61,7,2087.58,8,8439.929,46,48959612.585,2420,-37620.634,2255, +25,25,Mn,3.7120,196,0,0,0+,,283.19,10,MS,0.28319,0.0001,EC+B+,100,0,,,,,,,= 1,,,,,-8151.139,8395,-25948.19,24,-7977.16,49,7634.477,622,13078.28,221,4583.51,220,8532.696,9,49954237.391,474,-42627.595,442, +25,26,Mn,3.7026,212,0,0,5/2-,,46.2,1,M,2772,6,EC+B+,100,0,,,,,,,,,,,,-8041.321,8977,-21838.74,8,-8662.17,53,3207.518,642,13687.60,30,5270.78,28,8633.772,10,50948208.065,539,-48243.877,502, +25,27,Mn,3.6706,128,0,0,6+,,5.591,3,D,483062.4,259.2,EC+B+,100,0,,,,,,,,,,0.5,,-2376.92,5017,-18576.05,9,-8654.51,209,4711.958,1876,10534.72,190,6544.86,188,8670.329,35,51945563.488,1980,-50707.284,1845, +25,28,Mn,3.6662,76,0,0,7/2-,,3.74E+6,4,Y,118025424000000,1262304000000,EC,100,0,,,,,,,,,,,,-3742.586,1686,-14431.07,5,-9153.1,94,596.883,569,12054.15,187,6559.84,33,8734.175,9,52941287.742,483,-54690.116,450, +25,29,Mn,3.6834,49,0,0,3+,,312.20,20,D,26974080,17280,EC+B+,100,0,B-,0.000093,0,,,,,3.2819,,0.37,,696.872,1076,-12681.42,194,-8758.53,112,1377.136,1116,8938.83,106,7559.60,100,8737.965,20,53940356.429,1136,-55557.629,1059, +25,30,Mn,3.7057,22,0,0,5/2-,,STABLE,,,,,,,,,,,,,,,3.4532,,0.33,,-231.114,179,-9529.23,25,-7933.49,48,-2602.703,501,10226.10,105,8066.62,32,8765.022,6,54938043.172,325,-57712.413,303, +25,31,Mn,3.7146,52,0,0,3+,,2.5789,1,H,9284.04,0.36,B-,100,0,,,,,,,,3.2266,,,,3695.544,207,-7501.56,22,-7892.68,52,-1626.537,688,7270.44,13,9090.80,39,8738.333,6,55938902.947,355,-56911.538,331, +25,32,Mn,,,0,0,5/2-,,85.4,18,S,85.4,1.8,B-,100,0,,,,,,,,,,,,2695.589,1526,-4950.49,153,-8060.11,3,-4961.549,1845,8646.03,153,9490.22,161,8736.713,26,56938285.968,1615,-57486.251,1505, +25,33,Mn,,,0,0,1+,,3.0,1,S,3,0.1,B-,100,0,,,,,,,,,,,,6327.553,2723,-3717.04,272,-8359.3,15,-3835.759,3,6412.63,3,10591.83,290,8696.643,47,57940066.646,2900,-55827.560,2701, +25,34,Mn,,,0,0,(5/2)-,,4.59,5,S,4.59,0.05,B-,100,0,,,,,,,,,,,,5139.485,2356,-1441.52,235,-8805.65,95,-7439.56,216,7769.08,4,10822.49,276,8680.921,39,58940391.113,2500,-55525.320,2329, +25,35,Mn,,,0,0,1+,,0.28,2,S,0.28,0.02,B-,100,0,IT,100,,,,,,,,,,8445.079,4128,-374.45,236,-9237.97,177,-6298.362,194,5513.93,3,12171.15,216,8628.138,39,59943136.576,2500,-52967.938,2329, +25,36,Mn,,,0,0,(5/2-),,0.709,8,S,0.709,0.008,B-,100,0,,,,,,,,,,,,7178.372,3497,1599.58,4,-9753.59,81,-9266.893,101,6845.50,3,12361.52,194,8598.915,38,60944452.544,2500,-51742.122,2329, +25,37,Mn,,,0,0,(1+),,92,13,MS,0.092,0.013,B-,100,0,B-N,,0,,,,,,,,,10354.091,7114,2325.22,7,-10547.12,90,-7628.996,148,4853.15,7,13337.70,102,8538.499,106,61947907.386,7023,-48523.957,6542, +25,38,Mn,,,0,0,5/2-,,0.275,4,S,0.275,0.004,B-,100,0,B-N,,0,,,,,,,,,8748.568,5692,3919.68,5,-11479.95,162,-10879.579,358,6434.41,8,13281.06,148,8505.101,59,62949664.675,4000,-46887.053,3726, +25,39,Mn,,,0,0,(1+),,90,4,MS,0.09,0.004,B-,100,0,B-N,33,2,,,,,,,,,11980.51,6140,4575.27,6,-12171.99,220,-9509.278,440,4173.30,5,14270.53,358,8437.417,55,63953849.37,3800,-42989.035,3540, +25,40,Mn,,,0,0,(5/2-),,92,1,MS,0.092,0.001,B-,100,0,B-N,21,,,,,,,,,,10250.557,6326,5930.89,6,-12885.83,894,-12747.339,300,6049.62,5,14776.55,440,8400.681,57,64956019.75,4000,-40967.339,3726, +25,41,Mn,,,0,0,,,65,2,MS,0.065,0.002,B-,100,0,,,,,,,,,,,,13317.452,11906,6396.19,12,-13699,298,-12030.387,400,3854.37,12,15820,300,8331.798,169,65960546.834,12000,-36750.387,11178, +25,42,Mn,,,0,0,(5/2-),,47,2,MS,0.047,0.002,B-,100,0,B-N,,0,,,,,,,,,12150,404,8536,300,-13995,500,-14780.0,500,4781,300,16029,500,8279,4,66964079,322,-33460,300, +25,43,MN,,,0,0,>3,,28,3,MS,0.028,0.003,B-,100,0,B-N,0,0,,,,,,,,,15107,541,9159,482,-14485,565,-13580.0,640,2991,500,16989,565,8201,6,67969533,429,-28380,400, +25,44,Mn,,,0,0,(5/2-),,16,3,MS,0.016,0.003,B-,100,0,,,,,,,,,,,,14259,565,10645,541,-15416,640,-16190.0,640,4462,565,17260,640,8147,6,68973408,429,-24770,400, +25,45,MN,,,0,0,,,19.9,17,MS,0.0199,0.0017,B-,100,0,B-N,50,20,,,,,,,,,17010,640,11458,640,-16314,707,-15020.0,781,2801,640,18209,707,8070,7,69979066,537,-19500,500, +25,46,MN,,,0,0,,GT,637,,NS,0.000000637,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,15860,640,12869,640,-17345,781,,,4141,707,18379,781,8015,7,70983285,537,-15570,500, +25,47,MN,,,0,0,,GT,620,,NS,0.00000062,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,18530,781,13458,721,,,,,2401,781,,,7937,8,71989372,644,-9900,600, +26,19,Fe,,,0,0,(3/2+),,1.89,+49-21,MS,0.00189,0.00035,2P,57,10,B+P,43,10,EC+B+,43,10,,,,,,,,,,,,19012.0,566,,,557,640,7313,9,45014774,429,13762,400, +26,20,Fe,,,0,0,0+,,13.0,20,MS,0.013,0.002,EC+B+,100,0,ECP,78.7,3.8,,,,,,,,,,,,,-8245,640,13480.0,640,20923,640,1129,640,7609,11,46000977,537,910,500, +26,21,Fe,,,0,0,(7/2-),,21.8,7,MS,0.0218,0.0007,EC+B+,100,0,ECP,0,0,EC2P,,0,,,,,,-17240,781,,,-7325,640,15696.374,501,15851,707,1589,640,7785,11,46992625,537,-6870,500, +26,22,Fe,,,0,0,0+,,44,7,MS,0.044,0.007,EC+B+,100,0,ECP,3.6,1.1,,,,,,,,,-19500,640,-36442,721,-7065,500,11296.338,400,19202,640,2723,401,8023,8,47980676,429,-18000,400, +26,23,Fe,,,0,0,(7/2-),,64.7,3,MS,0.0647,0.0003,EC+B+,100,0,B+P,56.7,0.4,,,,= 3/2,,,,,-14870,501,-34322,501,-7660.84,43,12869.907,24,14822,400,2743.36,25,8161.311,494,48973429,26000,-24750.727,24219, +26,24,Fe,,,0,0,0+,,155,11,MS,0.155,0.011,EC+B+,100,0,ECP,0,0,,,,,,,,,-16846,400,-32667,500,-7429.81,14,8151.139,8,17797.05,26,4144.79,9,8354.026,168,49962988,9000,-34476.456,8383, +26,25,Fe,,,0,0,5/2-,,305,5,MS,0.305,0.005,EC+B+,100,0,,,,,,,,,,,,-12860.412,49260,-30643,400,-8064.89,11,8041.322,9,13797.42,12,4863.93,9,8460.759,176,50956840.779,9623,-40202.555,8964, +26,26,Fe,,,0,0,0+,,8.275,8,H,29790,28.8,EC+B+,100,0,,,,,,,,,,,,-13969.413,9822,-29059.54,49,-7933.26,9,2376.921,5,16199.13,10,7375.46,5,8609.574,98,51948115.217,5493,-48330.363,5117, +26,27,Fe,,,0,0,7/2-,,8.51,2,M,510.6,1.2,EC+B+,100,0,,,,,,,,,,,,-8288.101,443,-24657.90,9,-8039.39,278,3742.586,1716,10688.48,5,7529.22,239,8648.799,31,52945305.574,1777,-50947.530,1656, +26,28,Fe,3.6933,19,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-8244.547,89,-21666.39,167,-8417.34,54,-696.871,1122,13378.29,161,8853.36,49,8736.382,7,53939608.306,399,-56254.500,372, +26,29,Fe,,,0,0,3/2-,,2.744,9,Y,86594054.4,284018.4,EC,100,0,,,,,,,,,,,,-3451.417,324,-17542.66,21,-8454.82,50,231.113,457,9298.12,19,9212.64,106,8746.595,6,54938291.283,367,-57481.300,342, +26,30,Fe,3.7377,16,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4566.68,411,-14648.52,34,-7612.76,34,-3695.544,448,11197.10,23,10183.64,16,8790.354,5,55934935.617,324,-60607.082,302, +26,31,Fe,3.7532,17,0,0,1/2-,,STABLE,,,,,,,,,,,,,,= 5/2,0.09044,,,,-836.276,451,-12212.75,41,-7319.76,34,-2695.588,1535,7646.07,4,10559.27,21,8770.279,5,56935392.134,326,-60181.839,304, +26,32,Fe,3.7745,14,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2307.955,1139,-10880.87,50,-7645.26,38,-6327.553,2723,10044.59,18,11957.83,154,8792.25,6,57933273.738,368,-62155.113,343, +26,33,Fe,,,0,0,3/2-,,44.495,9,D,3844368,777.6,B-,100,0,,,,,,,,-0.3358,,,,1564.903,369,-8888.96,113,-7980.01,43,-5139.485,2356,6581.01,11,12126.22,272,8754.771,6,58934873.649,380,-60664.805,355, +26,34,Fe,,,0,0,0+,,2.62E+6,4,Y,82680912000000,1262304000000,B-,100,0,,,,,,,,,,,,237.293,3411,-7254.63,3,-8552.93,3,-8445.079,4,8819.53,3,13176.67,4,8755.851,57,59934070.411,3659,-61413.017,3409, +26,35,Fe,,,0,0,(3/2-),,5.98,6,M,358.8,3.6,B-,100,0,,,,,,,,,,,,3977.572,2742,-5341.50,264,-8820.71,282,-7178.372,3,5578.79,4,13241.53,4,8703.768,43,60936746.244,2800,-58920.494,2608, +26,36,Fe,,,0,0,0+,,68,2,S,68,2,B-,100,0,,,,,,,,,,,,2546.235,18784,-4051.30,292,-9311.16,3,-10354.091,7,8028.87,4,14424.90,4,8692.882,45,61936791.812,3000,-58878.048,2794, +26,37,Fe,,,0,0,(5/2-),,6.1,6,S,6.1,0.6,B-,100,0,,,,,,,,,,,,6215.819,19067,-2282.66,19,-9974.78,216,-8748.568,6,4828.89,5,14400.63,8,8631.549,68,62940272.7,4618,-55635.621,4302, +26,38,Fe,,,0,0,0+,,2.0,2,S,2,0.2,B-,100,0,,,,,,,,,,,,4822.785,20625,-1189.42,19,-10724.88,194,-11980.509,6,7405.24,7,15371.46,6,8612.388,78,63940987.763,5386,-54969.544,5017, +26,39,Fe,,,0,0,(1/2-),,0.81,5,S,0.81,0.05,B-,100,0,,,,,,,,,,,,7967.303,5520,503.12,21,-11167.58,101,-10250.556,6,4319.67,7,15517.83,6,8546.346,79,64945015.324,5487,-51217.895,5112, +26,40,Fe,,,0,0,0+,,440,60,MS,0.44,0.06,B-,100,0,,,,,,,,,,,,6340.694,14561,1046.04,5,-11597.79,148,-13317.452,12,6921.26,7,16389.47,6,8521.724,62,65946249.96,4400,-50067.839,4099, +26,41,Fe,,,0,0,(5/2+),,0.6,+2-1,S,0.6,0.2,B-,100,0,,,,,,,,,,,,9711.62,270362,2727.06,271,-12027.6,449,-12150.155,404,3613.63,270,16148.74,271,8448.469,4034,66951035.482,290163,-45610.155,270285, +26,42,Fe,,,0,0,0+,,188,4,MS,0.188,0.004,B-,100,0,B-N,0,0,,,,,,,,,8443.751,411489,3763.54,365,-12432.07,572,-15106.914,542,5948.08,454,17316,473,8411.698,5371,67953314.875,392121,-43486.914,365259, +26,43,Fe,,,0,0,,,110,5,MS,0.11,0.005,B-,100,0,,,,,,,,,,,,11250,424,4830,442,-13235,500,-14260.0,566,3614,541,17939,565,8342,6,68958100,429,-39030,400, +26,44,Fe,,,0,0,0+,,65,6,MS,0.065,0.006,B-,100,0,B-N,,0,,,,,,,,,10120,500,5698,424,-14215,565,-17010.0,640,5552,565,19029,565,8302,6,69960805,429,-36510,400, +26,45,Fe,,,0,0,,,28,5,MS,0.028,0.005,B-,100,0,B-N,,0,,,,,,,,,12940,613,7129,500,-15174,565,-15860.0,640,2991,565,19219,640,8227,6,70966259,429,-31430,400, +26,46,Fe,,,0,0,0+,GE,150,,NS,0.00000015,5e15,B-,100,0,B-N,27.6,,,,,,,,,,11769,640,7868,683,-16055,707,-18530.0,781,5072,640,20149,707,8184,7,71969479,537,-28430,500, +26,47,FE,,,0,0,,,12.9,16,MS,0.0129,0.0016,B-,100,0,B-2N,,0,B-N,,0,,,,,,14518,640,9228,640,-16745,707,,,2541,707,20289,781,8106,7,72975416,537,-22900,500, +26,48,FE,,,0,0,0+,GT,638,,NS,0.000000638,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,13230,781,9757,721,-17536,848,,,4762,781,,,8061,8,73978969,644,-19590,600, +26,49,FE,,,0,0,,GT,620,,NS,0.00000062,5e15,B-N,,0,B-2N,,0,B-,,0,,,,,,16010,781,11109,781,,,,,2121,848,,,7982,8,74985357,644,-13640,600, +27,23,Co,,,0,0,(6+),,38.8,2,MS,0.0388,0.0002,EC+B+,100,0,ECP,70.5,0.7,EC2P,,0,= 2,,,,,-13510,640,-33902,721,-7486,565,16846.456,400,15821,640,169,400,8001,8,49981073,429,-17630,400, +27,24,Co,,,0,0,(7/2-),GT,200,,NS,0.0000002,5e15,EC+B+,,0,,,,,,,,,,,,-15442,503,-31293,503,-7200.69,58,12860.412,49,17783,403,154.66,49,8193.254,950,50970647,52000,-27342.143,48438, +27,25,Co,,,0,0,(6+),,104,7,MS,0.104,0.007,EC+B+,100,0,B+P,,0,,,,,,,,,-12031,400,-30532,500,-7489.53,11,13969.412,10,15090.12,49,1447.37,12,8325.886,161,51963112,9000,-34360.951,8383, +27,26,Co,,,0,0,(7/2-),,240,9,MS,0.24,0.009,EC+B+,100,0,,,,,,,,,,,,-13028.604,25209,-28401,400,-7463.71,282,8288.102,2383,16369.79,9,1618.04,5,8477.658,32,52954203.217,1839,-42659.428,1713, +27,27,Co,,,0,0,0+,,193.28,7,MS,0.19328,0.00007,EC+B+,100,0,,,,,,,= 1,,,,,-8731.646,4673,-26450.45,25,-7807.27,55,8244.547,534,13421.84,167,4351.39,162,8569.217,7,53948459.192,411,-48009.953,383, +27,28,Co,,,0,0,7/2-,,17.53,3,H,63108,108,EC+B+,100,0,,,,,,,,4.822,,,,-8694.034,578,-22822.89,5,-8210.92,62,3451.417,548,14091.25,31,5064.35,30,8669.618,8,54941996.531,459,-54029.883,428, +27,29,Co,,,0,0,4+,,77.236,26,D,6673190.4,2246.4,EC+B+,100,0,,,,,,,,3.85,,0.25,,-2132.863,374,-18775.87,74,-7758.03,187,4566.68,56,10081.84,46,5848.07,45,8694.836,9,55939838.15,529,-56040.402,493, +27,30,Co,,,0,0,7/2-,,271.74,6,D,23478336,5184,EC,100,0,,,,,,,= 3/2,4.72,,0.52,,-3261.731,642,-13509.34,52,-7080.36,62,836.275,614,11376.48,56,6027.45,45,8741.882,9,56936289.913,572,-59345.564,533, +27,31,Co,,,0,0,2+,,70.86,6,D,6122304,5184,EC+B+,100,0,,,,,,,,4.044,,0.23,,381.586,1107,-11834.64,121,-6714.45,154,2307.955,121,8572.91,118,6954.29,112,8738.969,20,57935751.429,1245,-59847.158,1160, +27,32,Co,3.7875,21,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,4.627,,0.41,,-1073.002,194,-10072.28,20,-6942.21,34,-1564.904,548,10453.87,110,7363.57,35,8768.035,7,58933193.656,448,-62229.709,418, +27,33,Co,,,0,0,5+,,1925.28,14,D,166344192,12096,B-,100,0,,,,,,,,3.799,,0.44,,2822.809,212,-8564.92,21,-7163.69,38,-237.292,3,7491.92,7,8274.47,38,8746.766,7,59933815.667,455,-61650.309,424, +27,34,Co,,,0,0,7/2-,,1.649,5,H,5936.4,18,B-,100,0,,,,,,,,,,,,1323.839,790,-6496.26,79,-7836.73,172,-3977.572,2742,9319.07,82,8774.02,3,8756.148,14,60932476.145,908,-62898.066,846, +27,35,Co,,,0,0,(2)+,,1.54,10,M,92.4,6,B-,100,0,,,,,,,,,,,,5322.04,18570,-5273.69,19,-8021.64,19,-2546.234,19,6597.53,19,9792.76,19,8721.332,300,61934058.317,19940,-61424.282,18575, +27,36,Co,,,0,0,7/2-,,27.4,5,S,27.4,0.5,B-,100,0,,,,,,,,,,,,3661.335,18570,-3176.43,19,-8751.04,19,-6215.819,19,8498.48,26,10262.36,19,8717.795,295,62933599.744,19941,-61851.440,18575, +27,37,Co,,,0,0,1+,,0.30,3,S,0.3,0.03,B-,100,0,,,,,,,,,,,,7306.592,20000,-2350.87,20,-9249.31,20,-4822.785,21,6012.21,27,11445.68,20,8675.52,313,63935810.291,21476,-59792.329,20006, +27,38,Co,,,0,0,(7/2)-,,1.16,3,S,1.16,0.03,B-,100,0,,,,,,,,,,,,5940.487,2141,-157.59,214,-9867.99,3,-7967.303,6,7464.19,20,11504.62,5,8656.884,32,64936462.073,2235,-59185.198,2083, +27,39,Co,,,0,0,(3+),,0.20,2,S,0.2,0.02,B-,100,0,,,,,,,,,,,,9597.752,14042,645.83,14,-10309.49,15,-6340.694,15,5294.65,14,12479.61,15,8605.941,212,65939442.945,15000,-56408.533,13972, +27,40,Co,,,0,0,(7/2-),,0.425,20,S,0.425,0.02,B-,100,0,,,,,,,,,,,,8420.905,7061,2613.19,7,-10859.64,7,-9711.62,270,6984.56,15,12542.91,8,8581.741,96,66940609.628,6917,-55321.775,6443, +27,41,Co,,,0,0,(7-),,0.20,2,S,0.2,0.02,B-,100,0,,,,,,,,,,,,11533.15,189520,3740.70,190,-11366.55,190,-8443.751,411,4680.21,190,13609.48,330,8524.366,2787,67944250.135,203433,-51930.665,189497, +27,42,Co,,,0,0,(7/2-),,227,11,MS,0.227,0.011,B-,100,0,,,,,,,,,,,,9699.492,140556,5113.34,141,-11736.73,141,-11249.157,424,6419.81,236,14081.21,391,8493.865,2036,68946023.102,150839,-50279.157,140506, +27,43,Co,,,0,0,(6- 7-),,112,7,MS,0.112,0.007,B-,100,0,B-N,,0,,,,,,,,,12584,300,5278,300,-12304,300,-10120.0,500,4422,331,14889,500,8436,4,69949941,322,-46630,300, +27,44,Co,,,0,0,(7/2-),,80,3,MS,0.08,0.003,B-,100,0,B-N,6,2,,,,,,,,,11036.302,465035,6772.62,465,-13335,553,-12939.926,613,5812,553,15149,613,8398.734,6550,70952366.923,499230,-44369.926,465030, +27,45,CO,,,0,0,[6- 7-],,59.9,17,MS,0.0599,0.0017,B-,100,0,B-N,6,0,,,,,,,,,14027,400,7135,400,-14245,565,-11770.0,640,3901,613,16059,565,8336,6,71956844,429,-40200,400, +27,46,Co,,,0,0,(7/2-),,40.7,13,MS,0.0407,0.0013,B-,100,0,B-N,30,0,B-2N,,0,,,,,,12690,400,8737,400,-15073,565,-14518.0,640,5290,565,16277,640,8295,5,72959830,429,-37418,400, +27,47,Co,,,0,0,,,30,3,MS,0.03,0.003,B-,100,0,B-N,0,0,,,,,,,,,15636,537,9217,500,-15745,707,-13230.0,781,3473,640,17209,707,8229,7,73964766,537,-32820,500, +27,48,Co,,,0,0,,,30,11,MS,0.03,0.011,B-,100,0,B-N,16,0,B-2N,,0,,,,,,14380,583,10736,537,-16504,707,-16009.0,781,4901,707,17348,781,8185,7,74968170,537,-29649,500, +27,49,CO,,,0,0,,,21.7,+65-49,MS,0.0217,0.0057,B-,100,0,B-2N,,0,B-N,,0,,,,,,17120,721,11448,671,-17035,848,,,2932,781,18160,848,8116,8,75973687,644,-24510,600, +27,50,Co,,,0,0,,,13.0,+72-43,MS,0.013,0.0058,B-,100,0,B-2N,,0,B-N,,0,,,,,,15785,781,12545,721,,,,,4575,848,,,8070,8,76977440,644,-21015,600, +28,20,Ni,,,0,0,0+,,2.1,+21-7,MS,0.0021,0.0014,2P,,0,EC+B+,,0,,,,,,,,,,,,,,,15293.0,709,,,866,782,7265,10,48018028,538,16793,502, +28,21,Ni,,,0,0,,,7.5,10,MS,0.0075,0.001,EC+B+,100,0,B+P,83,13,,,,,,,,,,,,,-7987,721,18080.0,781,16665,782,589,781,7457,12,49008803,644,8200,600, +28,22,Ni,,,0,0,0+,,18.5,12,MS,0.0185,0.0012,EC+B+,100,0,ECP,86.7,3.9,EC2P,,0,,,,,,,,,,-7455,707,13510.0,640,20391,781,1529,707,7716,10,49995577,537,-4120,500, +28,23,Ni,,,0,0,(7/2-),GT,200,,NS,0.0000002,5e15,ECP,87.2,,EC+B+,,0,,,,,,,,,,,,,-7455,707,15442.143,502,15851,707,1558,640,7875,10,50987225,537,-11900,500, +28,24,Ni,,,0,0,0+,,40.8,2,MS,0.0408,0.0002,EC+B+,100,0,B+P,31.4,1.5,,,,,,,,,-20049,721,,,-6754,565,12030.951,400,18501,640,2277,403,8079,8,51976028,429,-22330,400, +28,25,Ni,,,0,0,(7/2-),,55.2,7,MS,0.0552,0.0007,EC+B+,100,0,ECP,23.4,1,,,,= 3/2,,,,,-16361,501,-35422,600,-7305.01,35,13028.604,25,15372,400,2558.84,27,8217.074,475,52968190,27000,-29630.824,25150, +28,26,Ni,,,0,0,0+,,114.2,3,MS,0.1142,0.0003,EC+B+,100,0,,,,,,,,,,,,-17868,400,-34080,500,-7226.77,10,8731.645,5,17718.80,26,3907.85,5,8393.032,86,53957833,5000,-39278.308,4657, +28,27,Ni,,,0,0,7/2-,,204.7,37,MS,0.2047,0.0037,EC+B+,100,0,,,,,,,,,,,,-13700.449,155561,-31997,400,-7558.21,9,8694.034,837,14128.86,5,4614.87,66,8497.32,13,54951329.961,771,-45335.849,719, +28,28,Ni,,,0,0,0+,,6.075,10,D,524880,864,EC+B+,100,0,,,,,,,,,,,,-15264.511,14910,-30343.46,156,-8002.09,5,2132.863,649,16643.01,67,7166.63,34,8642.779,8,55942127.872,452,-53907.539,422, +28,29,Ni,,,0,0,3/2-,,35.60,6,H,128160,216,EC+B+,100,0,,,,,,,,-0.7975,,,,-8774.947,439,-25512.12,15,-7561.22,171,3261.731,789,10247.61,52,7332.40,59,8670.933,10,56939791.525,624,-56083.833,582, +28,30,Ni,3.7757,20,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-8561.019,443,-20991.18,45,-6399.16,35,-381.586,1218,12216.23,50,8172.15,43,8732.059,6,57935341.78,400,-60228.744,373, +28,31,Ni,,,0,0,3/2-,,7.6E+4,5,Y,2398377600000,157788000000,EC+B+,100,0,,,,,,,,,,,,-4798.38,397,-17560.30,45,-6100.32,33,1073.002,561,8999.28,5,8598.52,111,8736.588,6,58934345.571,402,-61156.707,374, +28,32,Ni,3.8118,16,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6127.982,1573,-16186.11,40,-6290.95,26,-2822.809,567,11387.73,5,9532.38,20,8780.774,6,59930785.256,403,-64473.118,376, +28,33,Ni,3.8225,19,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,-0.75002,,0.162,,-2237.845,966,-13948.09,157,-6464.98,26,-1323.839,927,7820.10,5,9860.57,22,8765.025,6,60931054.945,405,-64221.905,378, +28,34,Ni,3.8399,21,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3958.896,475,-12833.58,95,-7016.13,42,-5322.041,19,10595.73,31,11137.23,73,8794.553,7,61928344.871,470,-66746.323,439, +28,35,Ni,,,0,0,1/2-,,101.2,15,Y,3193629120,47336400,B-,100,0,,,,,,,,,,,,66.977,15,-10796.67,48,-7272.89,43,-3661.335,19,6837.77,6,11377.46,19,8763.493,7,62929669.139,472,-65512.775,440, +28,36,Ni,3.8572,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1674.376,225,-9590.49,20,-8110.82,3,-7306.592,20,9657.46,20,12536.45,19,8777.461,7,63927966.341,510,-67098.921,475, +28,37,Ni,,,0,0,5/2-,,2.5175,5,H,9063,1.8,B-,100,0,,,,,,,,0.69,,,,2137.975,706,-7772.46,26,-8630.11,265,-5940.487,2141,6098.08,14,12622.33,20,8736.24,8,64930084.697,531,-65125.685,495, +28,38,Ni,,,0,0,0+,,54.6,3,H,196560,1080,B-,100,0,,,,,,,,,,,,251.987,1543,-6813.94,154,-9553.15,3,-9597.752,14,8951.92,148,14110.06,250,8739.508,21,65929139.334,1500,-66006.285,1397, +28,39,Ni,,,0,0,(1/2)-,,21,1,S,21,1,B-,100,0,,,,,,,,0.601,,,,3576.832,3023,-5555.72,3,-10531.97,5,-8420.905,7,5807.71,3,14623.12,14,8695.75,43,66931569.414,3100,-63742.680,2888, +28,40,Ni,,,0,0,0+,,29,2,S,29,2,B-,100,0,,,,,,,,,,,,2103.22,3375,-4215.62,3,-10919.19,6,-11533.149,190,7792.45,4,15431.01,7,8682.466,44,67931868.789,3200,-63463.814,2981, +28,41,Ni,,,0,0,(9/2+),,11.4,3,S,11.4,0.3,B-,100,0,B-N,,0,,,,,,,,,5757.564,3979,-2482.93,4,-11185.67,6,-9699.491,141,4586.15,5,15336.95,190,8623.099,54,68935610.268,4000,-59978.648,3726, +28,42,Ni,,,0,0,0+,,6.0,3,S,6,0.3,B-,100,0,,,,,,,,,,,,3762.513,2401,-1548.96,256,-11570.94,5,-12583.86,300,7306.53,4,16223.67,141,8604.291,31,69936431.303,2301,-59213.860,2144, +28,43,Ni,,,0,0,(9/2+),,2.56,3,S,2.56,0.03,B-,100,0,,,,,,,,,,,,7304.899,2688,-501.17,248,-12220.99,270,-11036.302,465,4263.68,3,16066,300,8543.156,32,70940518.964,2401,-55406.228,2237, +28,44,Ni,,,0,0,0+,,1.57,5,S,1.57,0.05,B-,100,0,,,,,,,,,,,,5556.938,2637,413.75,269,-13164.06,365,-14026.06,400,6891.15,3,17145.11,465,8520.211,31,71941785.926,2401,-54226.060,2237, +28,45,Ni,,,0,0,(9/2+),,0.84,3,S,0.84,0.03,B-,100,0,B-N,,0,,,,,,,,,8879.285,3104,1603.53,280,-13503,400,-12690.152,400,3953.41,3,17198,400,8457.652,33,72946206.683,2601,-50108.152,2423, +28,46,Ni,,,0,0,0+,,0.68,18,S,0.68,0.18,B-,100,0,B-N,,0,,,,,,,,,7550,196,2460,196,-14371,445,-15636.0,537,6419,196,18327,445,8430,3,73947980,210,-48456,196, +28,47,Ni,,,0,0,,,344,25,MS,0.344,0.025,B-,100,0,B-N,10,2.8,,,,,,,,,10441,300,3905,300,-15025,500,-14381.0,583,3645,358,18499,583,8366,4,74952732,322,-44030,300, +28,48,Ni,,,0,0,0+,,0.238,+15-18,S,0.238,0.017,B-,100,0,B-N,,0,,,,,,,,,9346,400,4770,400,-15625,640,-17120.0,721,5672,500,19270,640,8331,5,75955308,429,-41630,400, +28,49,Ni,,,0,0,,,128,+27-33,MS,0.128,0.03,B-,100,0,B-N,,0,,,,,,,,,11824,522,6105,500,-16325,707,-15785.0,781,3241,640,19578,781,8265,6,76960494,537,-36800,500, +28,50,Ni,,,0,0,0+,,0.11,+10-6,S,0.11,0.08,B-,100,0,B-N,,0,,,,,,,,,10608,783,6663,618,-16724,848,,,5161,781,20164,848,8225,8,77963618,644,-33890,600, +28,51,NI,,,0,0,,,43.0,+86-75,MS,0.043,0.0081,B-,100,0,B-2N,,0,B-N,,0,,,,,,14170,671,8856,783,-16355,848,,,1752,848,,,8143,8,78970402,644,-27570,600, +28,52,Ni,,,0,0,0+,,24,+26-17,MS,0.024,0.022,B-,100,0,B-2N,,0,B-N,,0,,,,,,13570,806,11039,761,,,,,3131,922,,,8080,9,79975706,751,-22630,700, +29,24,Cu,,,0,0,,LT,130,,NS,0.00000013,0,P,,0,,,,,,,,,,,,,,,,-5815,707,16360.824,501,19061,781,-1771,640,7894,9,52985754,537,-13270,500, +29,25,Cu,,,0,0,3+,LT,75,,NS,0.000000075,0,P,,0,,,,,,,,,,,,-15139,565,,,-6205,565,17868.308,400,16212,640,-931,400,8048,7,53977015,429,-21410,400, +29,26,Cu,,,0,0,3/2-,,40,,MS,0.04,0,ECP,15,,P,,0,B+,,0,,,,,,-17065,429,-33435,429,-6718.17,163,13700.45,156,18296,429,-353.94,156,8233.996,2828,54966038,167000,-31635.399,155559, +29,27,Cu,,,0,0,(4+),,93,3,MS,0.093,0.003,B+,100,0,B+P,0.4,0.12,,,,,,,,,-13253,400,-32144,400,-6706.99,17,15264.51,15,15078.95,156,596.15,15,8356.227,266,55958515,16000,-38643.029,14904, +29,28,Cu,,,0,0,3/2-,,196.3,7,MS,0.1963,0.0007,EC+B+,100,0,,,,,,,,,,,,-14759,200,-29990,400,-7074.37,174,8774.947,78,16737.17,15,690.32,41,8503.262,9,56949211.819,557,-47308.886,519, +29,29,Cu,,,0,0,1+,,3.204,7,S,3.204,0.007,EC+B+,100,0,,,,,,,= 0,0.479,,,,-9368.981,50002,-27189,200,-6082.69,56,8561.019,688,12430.16,63,2872.86,67,8570.967,10,57944532.413,621,-51667.725,578, +29,30,Cu,,,0,0,3/2-,,81.5,5,S,81.5,0.5,EC+B+,100,0,,,,,,,,,,,,-9142.775,602,-22130.90,50,-4753.36,55,4798.38,66,12761.92,56,3418.55,39,8642,9,58939496.844,584,-56358.327,544, +29,31,Cu,,,0,0,2+,,23.7,4,M,1422,24,EC+B+,100,0,,,,,,,,1.2186,,0.116,,-4170.797,1629,-19200.90,171,-4729.65,162,6127.981,1661,10058.13,162,4477.40,157,8665.602,27,59937363.916,1736,-58345.137,1618, +29,32,Cu,,,0,0,3/2-,,3.339,8,H,12020.4,28.8,EC+B+,100,0,,,,,,,,2.1083,,-0.221,,-5635.156,15903,-15881.04,105,-5063.41,104,2237.846,1025,11710.24,185,4799.91,97,8715.514,16,60933457.371,1022,-61984.059,953, +29,33,Cu,,,0,0,1+,,9.67,3,M,580.2,1.8,EC+B+,100,0,,,,,,,,-0.3796,,-0.022,,-1619.455,651,-14509.84,16,-5365.18,124,3958.897,782,8874.68,107,5854.49,56,8718.081,10,61932594.921,694,-62787.426,647, +29,34,Cu,3.8823,15,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,2.22329,,-0.211,,-3366.355,1546,-12483.10,45,-5774.96,37,-66.977,622,10863.64,48,6122.40,6,8752.138,7,62929597.236,472,-65579.752,440, +29,35,Cu,,,0,0,1+,,12.701,2,H,45723.6,7.2,EC+B+,61.5,0.3,B-,38.5,0.3,,,,,-0.217,,,,579.469,650,-11282.47,155,-6199.15,39,1674.376,653,7916.11,10,7200.74,10,8739.075,7,63929763.857,481,-65424.545,448, +29,36,Cu,3.9022,14,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,2.3816,,-0.195,,-1351.64,360,-9330.96,39,-6790.51,98,-2137.975,817,9910.43,67,7453.71,69,8757.096,10,64927789.487,697,-67263.660,650, +29,37,Cu,,,0,0,1+,,5.120,14,M,307.2,0.84,B-,100,0,,,,,,,,-0.282,,,,2640.888,931,-8417.57,37,-7258.91,19,-251.987,1543,7065.93,9,8421.56,71,8731.472,10,65928868.814,703,-66258.272,655, +29,38,Cu,,,0,0,3/2-,,61.83,12,H,222588,432,B-,100,0,,,,,,,,,,,,560.8,830,-6491.67,85,-7892.99,19,-3576.833,3,9132.56,108,8602.20,166,8737.458,13,66927729.526,959,-67319.513,894, +29,39,Cu,,,0,0,1+,,30.9,6,S,30.9,0.6,B-,100,,,,,,,,,2.3933,,-0.082,,4440.057,1767,-5758.04,176,-8199.62,20,-2103.221,3,6318.84,182,9113.33,3,8701.89,23,67929610.889,1700,-65567.035,1584, +29,40,Cu,,,0,0,3/2-,,2.85,15,M,171,9,B-,100,0,,,,,,,,2.8383,,-0.147,,2681.632,1610,-3800.44,160,-8975.93,250,-5757.565,4,8240.50,211,9561.37,3,8695.204,20,68929429.268,1500,-65736.213,1397, +29,41,Cu,,,0,0,6-,,44.5,2,S,44.5,0.2,B-,100,0,,,,,,,,1.3666,,-0.285,,6588.362,2202,-2629.84,135,-8992.76,14,-3762.513,2402,5311.48,177,10286.69,4,8646.865,15,69932392.079,1161,-62976.373,1082, +29,42,Cu,,,0,0,3/2(-),,19.4,16,S,19.4,1.6,B-,100,0,,,,,,,,2.2747,,-0.19,,4617.651,3044,-1217.71,243,-9814.27,7,-7304.899,2688,7806.07,184,10786.24,261,8635.022,21,70932676.832,1600,-62711.127,1490, +29,43,Cu,,,0,0,(2),,6.63,3,S,6.63,0.03,B-,100,0,,,,,,,,,,,,8362.487,2558,-525.54,3,-10277.25,190,-5556.939,2637,5143.19,204,11665.74,264,8586.525,19,71935820.307,1500,-59782.999,1397, +29,44,Cu,,,0,0,(3/2-),,4.2,3,S,4.2,0.3,B-,100,0,,,,,,,,,,,,6605.966,2691,1086.73,289,-11133.2,141,-8879.285,3,7275.75,239,12050.35,3,8568.569,27,72936674.378,2084,-58987.437,1942, +29,45,Cu,,,0,0,(1+ 3+),,1.63,5,S,1.63,0.05,B-,100,0,B-N,0,0,,,,,,,,,9750.507,6642,1515.88,6,-11801,300,-7550.205,196,5090.09,6,13187.02,7,8521.562,83,73939874.862,6600,-56006.205,6148, +29,46,Cu,,,0,0,5/2(-),,1.224,3,S,1.224,0.003,B-,100,0,B-N,3.5,0.6,,,,,1.0062,,-0.269,,8087.567,3042,3214.05,3,-12526.33,465,-10441.341,300,6536.45,7,13304,196,8495.094,31,74941522.606,2501,-54471.341,2330, +29,47,Cu,,,0,0,,,0.641,6,S,0.641,0.006,B-,100,0,B-N,3,2,,,,,,,,,11327.031,6863,3511.61,7,-13201,400,-9345.985,400,4575.96,7,14235,300,8443.527,88,75945275.025,7200,-50975.985,6707, +29,48,Cu,,,0,0,5/2-,,467.9,21,MS,0.4679,0.0021,B-,100,0,B-N,30.3,2,,,,,1.61,,,,10165,149,5608,149,-13631,426,-11824.0,522,5719,149,14283,426,8408,2,76947800,160,-48624,149, +29,49,Cu,,,0,0,(4- 5- 6-),,335,11,MS,0.335,0.011,B-,100,0,B-N,65,8,,,,,,,,,12985.766,503011,6220.41,503,-14102,709,-10607.469,783,3945,525,14987,709,8350.925,6449,77952230,540000,-44497.469,503007, +29,50,Cu,,,0,0,,,241.0,32,MS,0.241,0.0032,B-,100,0,B-N,66,12,B-2N,,0,,,,,,11692,300,7672,300,-14516,583,-14170.0,671,5314,586,15140,671,8312,4,78955190,322,-41740,300, +29,51,Cu,,,0,0,,,113.6,+82-38,MS,0.1136,0.006,B-,100,0,B-2N,,0,B-N,,0,,,,,,15449,400,9161,400,-14114,721,-13570.0,806,2531,500,15918,721,8240,5,79961138,429,-36200,400, +29,52,CU,,,0,0,,,73.2,68,MS,0.0732,0.0068,B-,100,0,B-2N,,0,B-N,,0,,,,,,14779,500,12157,500,-12831,781,,,3292,640,16079,860,8179,6,80966269,537,-31420,500, +29,53,CU,,,0,0,,GT,636,,NS,0.000000636,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,16994,600,12808,600,,,,,1971,781,,,8103,7,81972818,644,-25320,600, +30,24,Zn,,,0,0,0+,,1.59,+60-35,MS,0.00159,0.00048,2P,92,0,,,,,,,,,,,,,,,,-4577,641,15138.0,566,,,291,641,7753,7,53993267,430,-6272,400, +30,25,Zn,,,0,0,5/2-,,20,,MS,0.02,0,ECP,91,,B+,,0,,,,,,,,,,,,,-5096,640,17065.399,429,16370,565,449,565,7909,7,54984358,429,-14570,400, +30,26,Zn,,,0,0,0+,,30.0,17,MS,0.03,0.0017,ECP,86,4.9,B+P,,0,B+,,0,,,,,,-22000,640,,,-5485,565,13253.029,400,18891,565,1043,429,8106,7,55972743,429,-25390,400, +30,27,Zn,,,0,0,(7/2-),,40,10,MS,0.04,0.01,EC+B+,100,0,B+P,65,0,,,,= 3/2,,,,,-17540,447,-37232,539,-5344,202,14758.886,200,15232,447,1196,201,8231,4,56965056,215,-32550,200, +30,28,Zn,,,0,0,0+,,86.7,24,MS,0.0867,0.0024,EC+B+,100,0,ECP,3,0,,,,,,,,,-18759,304,-35360,403,-5445.35,50,9368.981,50,17820,206,2278.83,50,8395.944,862,57954590.428,53678,-42298.744,50001, +30,29,Zn,,,0,0,3/2-,,182.0,18,MS,0.182,0.0018,EC+B+,100,0,ECP,0.1,0.03,,,,,,,,,-13455,170,-31747,300,-4304.62,96,9142.776,944,12988.12,50,2836.80,73,8473.777,13,58949312.017,827,-47215.551,771, +30,30,Zn,,,0,0,0+,,2.38,5,M,142.8,3,EC+B+,100,0,,,,,,,,,,,,-14584,200,-28486,170,-2691.72,54,4170.797,1713,15030.11,71,5104.98,41,8583.05,9,59941841.45,605,-54174.340,564, +30,31,Zn,,,0,0,3/2-,,89.1,2,S,89.1,0.2,EC+B+,100,0,,,,,,,,,,,,-9214.245,37679,-24830,201,-2689.99,16,5635.156,16,10245.88,16,5292.74,16,8610.309,261,60939506.96,17068,-56348.903,15899, +30,32,Zn,,,0,0,0+,,9.193,15,H,33094.8,54,EC+B+,100,0,,,,,,,,,,,,-9181.066,376,-22104.63,38,-3364.14,55,1619.454,9,12890.39,16,6472.88,105,8679.343,10,61934333.477,670,-61167.972,625, +30,33,Zn,,,0,0,3/2-,,38.47,5,M,2308.2,3,EC+B+,100,0,,,,,,,,-0.28164,,0.29,,-5666.304,2033,-18297.81,162,-3481.61,156,3366.355,1622,9116.74,161,6714.94,162,8686.285,25,62933211.167,1676,-62213.397,1561, +30,34,Zn,3.9283,15,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-7171.194,1483,-17528.24,146,-3955.81,67,-579.469,787,11861.93,148,7713.23,65,8735.905,10,63929141.772,694,-66004.014,647, +30,35,Zn,,,0,0,5/2-,,243.93,9,D,21075552,7776,EC+B+,100,0,,,,,,,,0.769,,-0.023,,-3254.513,662,-15150.52,149,-4115.03,67,1351.641,919,7979.32,17,7776.44,66,8724.265,10,64929240.532,697,-65912.019,650, +30,36,Zn,3.9491,14,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5175.5,800,-14312.97,106,-4577.75,69,-2640.888,995,11058.46,92,8924.47,93,8759.632,11,65926033.704,804,-68899.160,749, +30,37,Zn,3.9530,27,0,0,5/2-,,STABLE,,,,,,,,,,,,,,,0.875479,,0.15,,-1001.265,1122,-12227.97,83,-4792.45,71,-560.8,11,7052.47,23,8911.01,94,8734.152,11,66927127.482,815,-67880.313,760, +30,38,Zn,3.9658,14,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2921.1,1200,-11199.36,113,-5333.09,76,-4440.057,1767,10198.10,19,9976.55,85,8755.68,12,67924844.291,841,-70007.092,784, +30,39,Zn,,,0,0,1/2-,,56.4,9,M,3384,54,B-,100,0,,,,,,,,,,,,909.964,1426,-9403.17,121,-5717.08,79,-2681.632,161,6482.07,16,10139.78,177,8722.729,12,68926550.418,858,-68417.845,800, +30,40,Zn,3.9845,19,0,0,0+,GE,3.8E18,,Y,1.1991888e26,1.5778794004056e32,2B-,100,,2B-,,0,,,,,,,,,-654.595,1574,-8308.24,158,-5983.37,237,-6588.362,2202,9218.21,204,11117.49,237,8729.808,27,69925319.181,2058,-69564.735,1918, +30,41,Zn,,,0,0,1/2-,,2.45,10,M,147,6,B-,100,0,,,,,,,,,,,,2810.358,2775,-6489.95,288,-6011.01,4,-4617.65,3,5835.36,3,11641.38,287,8689.041,37,70927719.58,2849,-67328.777,2654, +30,42,Zn,,,0,0,0+,,46.5,1,H,167400,360,B-,100,0,,,,,,,,,,,,442.807,2294,-6077.67,229,-7106.59,4,-8362.487,2557,8888.03,3,12723.33,261,8691.805,30,71926842.807,2300,-68145.486,2142, +30,43,Zn,,,0,0,(1/2)-,,23.5,10,S,23.5,1,B-,100,0,,,,,,,,,,,,4105.932,2506,-5076.43,202,-8039.67,4,-6605.965,2691,5519.23,284,13099.37,233,8648.345,26,72929582.582,2000,-65593.402,1863, +30,44,Zn,,,0,0,0+,,95.6,12,S,95.6,1.2,B-,100,0,,,,,,,,,,,,2292.905,3910,-4128.69,3,-8967.77,3,-9750.507,7,8234.63,3,14058.25,3,8642.754,34,73929407.262,2700,-65756.712,2515, +30,45,Zn,,,0,0,(7/2+),,10.2,2,S,10.2,0.2,B-,100,0,,,,,,,,,,,,5905.672,3113,-2580.61,4,-9577.6,3,-8087.567,3,4873.51,3,13841.67,6,8592.497,26,74932840.246,2100,-62558.908,1956, +30,46,Zn,,,0,0,0+,,5.7,3,S,5.7,0.3,B-,100,0,,,,,,,,,,,,3993.624,2438,-1909.75,283,-10501.87,267,-11327.031,7,7815.43,244,15120.65,275,8582.273,19,75933114.957,1562,-62303.016,1456, +30,47,Zn,,,0,0,(7/2+),,2.08,5,S,2.08,0.05,B-,100,0,,,,,,,,,,,,7203.149,3124,-563.87,278,-11105.96,3,-10165.195,149,4557.50,245,15102.18,7,8530.003,26,76936887.199,2117,-58789.195,1973, +30,48,Zn,,,0,0,0+,,1.47,15,S,1.47,0.15,B-,100,0,,,,,,,,,,,,6222.716,2719,437.79,3,-11452,196,-12985.766,503,6765.36,277,16148,149,8507.379,25,77938289.205,2086,-57483.235,1944, +30,49,Zn,,,0,0,9/2+,,0.746,42,S,0.746,0.042,B-,100,0,B-N,1.7,0.5,,,,,-1.1866,,0.487,,9115.384,2901,2202.34,293,-11827,300,-11692.295,300,4020.38,295,16223.80,503,8450.582,28,78942638.068,2388,-53432.295,2225, +30,50,Zn,,,0,0,0+,,561.9,30,MS,0.5619,0.003,B-,100,0,B-N,1,0.5,,,,,,,,,7575.055,3877,2827.75,3,-12443,400,-15448.612,400,6287.63,3,17197,300,8423.545,32,79944552.93,2774,-51648.612,2585, +30,51,Zn,,,0,0,(5/2+),,0.32,5,S,0.32,0.05,B-,100,0,B-N,7.5,3,,,,,,,,,11428.292,5996,4952.69,6,-11825,500,-14779.663,500,2622.37,6,17289,400,8351.925,62,80950402.619,5400,-46199.663,5030, +30,52,Zn,,,0,0,0+,,228,10,MS,0.228,0.01,B-,100,0,B-N,0,0,,,,,,,,,10616.764,3916,7242.68,4,-10849,600,-16993.954,600,4185.61,6,18183,500,8301.117,37,81954574.099,3300,-42313.954,3074, +30,53,Zn,,,0,0,,,117,20,MS,0.117,0.02,B-,100,0,B-N,,0,,,,,,,,,12967,300,8569,300,-11145,671,,,2047,300,18259,671,8226,4,82961041,322,-36290,300, +30,54,ZN,,,0,0,0+,GT,633,,NS,0.000000633,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,12158,447,9256,400,-11725,806,,,3711,500,,,8172,5,83965722,429,-31930,400, +30,55,Zn,,,0,0,,GT,637,,NS,0.000000637,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,14619,582,10786,539,,,,,1372,640,,,8092,6,84972914,537,-25230,500, +31,28,Ga,,,0,0,,LT,43,,NS,0.000000043,0,P,,0,,,,,,,,,,,,-17890,434,-34751,528,-4550,231,13455.551,170,18292,345,-1250,178,8232,3,58963757,183,-33760,170, +31,29,Ga,,,0,0,(2+),,70,13,MS,0.07,0.013,EC+B+,100,0,B+P,1.6,0.7,B+A,0.023,0.02,,,,,,-12501,361,-31792,447,-3372,201,14584.34,200,13902,263,-336,200,8327,3,59957498,215,-39590,200, +31,30,Ga,,,0,0,3/2-,,167,3,MS,0.167,0.003,EC+B+,100,0,ECP,0.25,0,,,,,,,,,-13775,302,-28116,302,-2250.69,38,9214.244,41,15616,204,249.29,38,8446.431,623,60949398.859,40787,-47134.659,37994, +31,31,Ga,,,0,0,0+,,116.121,21,MS,0.116121,0.000021,EC+B+,100,0,ECP,,0,,,,,,,,,-10247,140,-26699,300,-2744.1,72,9181.066,9,12923.56,38,2926.97,16,8518.642,10,61944189.757,694,-51986.906,647, +31,32,Ga,,0,0,0,3/2-,,32.4,5,S,32.4,0.5,EC+B+,100,0,,,,,,,,,,,,-9625.877,37283,-22878,140,-2613.68,141,5666.304,2033,12631.50,146,2668.09,145,8583.926,21,62939294.195,1400,-56547.093,1304, +31,33,Ga,,0,0,0,0+,,2.627,12,M,157.62,0.72,EC+B+,100,0,,,,,,,,,,,,-4517.325,3991,-19982.92,37,-2912.6,215,7171.193,1569,10357.05,193,3908.39,206,8611.631,22,63936840.365,1533,-58832.821,1429, +31,34,Ga,,,0,0,3/2-,,15.2,2,M,912,12,EC+B+,100,0,,,,,,,,,,,,-6179.291,2313,-16413.33,4,-3098.36,95,3254.512,1042,11896.00,158,3942.46,64,8662.16,13,64932734.395,874,-62657.507,815, +31,35,Ga,,0,0,0,0+,,9.49,3,H,34164,108,EC+B+,100,0,,,,,,,,,,,,-2116.628,2639,-15316.76,243,-3361.15,115,5175.5,13,9137.47,132,5100.61,122,8669.361,17,65931589.832,1176,-63723.660,1096, +31,36,Ga,,,0,0,3/2-,,3.2617,5,D,281810.88,43.2,EC,100,0,,,,,,,,1.8507,,0.195,,-4220.819,4799,-13343.33,268,-3724.21,119,1001.265,1404,11226.70,139,5268.86,112,8707.531,18,66928202.384,1268,-66879.048,1181, +31,37,Ga,,0,0,0,1+,,67.71,8,M,4062.6,4.8,EC+B+,100,0,,,,,,,,0.01175,,0.0277,,-107.203,2361,-12499.08,5,-4086.36,141,2921.1,16,8278.26,165,6494.65,122,8701.218,21,67927980.221,1538,-67085.992,1433, +31,38,Ga,3.9973,17,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,2.01659,,0.171,,-2227.146,550,-10420.34,223,-4489.06,136,-909.964,144,10313.13,186,6609.69,142,8724.579,17,68925573.531,1285,-69327.809,1197, +31,39,Ga,,0,0,0,1+,,21.14,5,M,1268.4,3,B-,99.59,0.05,EC,0.41,0.05,,,,,0.571,,0.105,,1651.736,1462,-9880.79,57,-5076.78,137,654.595,2263,7653.65,17,7781.27,143,8709.28,17,69926021.917,1289,-68910.140,1201, +31,40,Ga,4.0118,18,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,2.562266,,0.107,,-232.638,223,-7648.58,25,-5244.54,115,-2810.358,2775,9300.31,145,7863.37,208,8717.604,11,70924702.536,871,-70139.135,812, +31,41,Ga,,0,0,0,3-,,14.10,2,H,50760,72,B-,100,0,,,,,,,,-0.13224,,0.52,,3997.607,822,-6753.11,28,-5446.17,178,-442.807,2293,6520.47,19,8548.49,278,8687.089,11,71926367.434,878,-68588.293,819, +31,42,Ga,,0,0,0,3/2-,,4.86,3,H,17496,108,B-,100,0,,,,,,,,,,,,1598.188,1678,-5184.75,168,-6388.04,218,-4105.933,2507,9182.36,187,8842.82,272,8693.873,23,72925174.682,1800,-69699.335,1677, +31,43,Ga,,0,0,0,(3-),,8.12,12,M,487.2,7.2,B-,100,0,,,,,,,,,,,,5372.824,2994,-4823.41,3,-7498.16,3,-2292.905,4,6421.60,3,9745.19,4,8663.167,40,73926945.726,3214,-68049.617,2994, +31,44,Ga,,0,0,0,3/2-,,126,2,S,126,2,B-,100,0,,,,,,,,1.836,,-0.285,,3392.384,2422,-3113.46,242,-8178.37,284,-5905.672,3,8486.28,4,9996.84,3,8660.808,32,74926500.246,2600,-68464.580,2422, +31,45,Ga,,0,0,0,(2+ 3+),,32.6,6,S,32.6,0.6,B-,100,0,,,,,,,,,,,,6916.249,1956,-2510.99,196,-8938.56,240,-3993.624,2438,5903.38,3,11026.70,277,8624.526,26,75928827.625,2100,-66296.640,1956, +31,46,Ga,,0,0,0,3/2(-),,13.2,2,S,13.2,0.2,B-,100,0,,,,,,,,2.02,,-0.208,,5220.518,2422,-850.77,242,-9429.82,3,-7203.149,3,7767.02,3,10978.30,283,8613.39,31,76929154.3,2600,-65992.344,2422, +31,47,Ga,,0,0,0,(3+),,5.09,5,S,5.09,0.05,B-,100,0,,,,,,,,,,,,8156.099,4014,-564.41,190,-10124.66,6,-6222.715,272,5784.92,3,12205.73,274,8577.127,24,77931608.845,2043,-63705.950,1903, +31,48,Ga,,0,0,0,3/2(-),,2.848,3,S,2.848,0.003,B-,100,0,B-N,0.089,0.019,,,,,1.047,,0.158,,6978.913,37147,1243.05,4,-10501.25,3,-9115.384,2905,6913.05,266,12353.41,269,8556.063,24,78932852.301,2005,-62547.679,1868, +31,49,Ga,,0,0,0,6(-),,1.9,1,S,1.9,0.1,B-,100,0,B-N,0.86,0.07,,,,,0.036,,0.478,,10311.639,3541,2231.61,37,-10672.6,7,-7575.055,4,4747.31,3,13080.34,4,8508.454,36,79936420.774,3103,-59223.667,2891, +31,50,Ga,,0,0,0,(5/2-),,1.217,5,S,1.217,0.005,B-,100,0,B-N,11.9,0.7,,,,,,,,,8663.733,3851,3836.03,4,-11429,149,-11428.291,6,6475.60,4,13268.31,4,8483.357,40,80938133.842,3503,-57627.954,3264, +31,51,Ga,,0,0,0,(1 2 3),,0.599,2,S,0.599,0.002,B-,100,0,B-N,19.8,1,,,,,,,,,12484.348,3296,5289.65,3,-10858.17,503,-10616.765,4,3374.08,4,14020.03,6,8421.049,30,81943176.533,2604,-52930.719,2426, +31,52,Ga,,,0,0,,,308.1,10,MS,0.3081,0.001,B-,100,0,B-N,62.8,2.5,,,,,,,,,11719.312,3559,8086.63,3,-9942,300,-12967.122,300,4397.72,4,14232.14,4,8372.575,31,82947120.301,2804,-49257.122,2613, +31,53,Ga,,,0,0,(0-),,0.085,10,S,0.085,0.01,B-,100,0,B-N,70,15,,,,,,,,,14061,200,8818,200,-10313,447,-12158.0,447,2902,200,15087,361,8307,2,83952670,215,-44088,200, +31,54,Ga,,,0,0,(5/2-),,92,4,MS,0.092,0.004,B-,100,0,B-N,35,0,,,,,,,,,13274,298,10228,298,-10854,582,-14619.0,582,3833,359,15209,499,8255,4,84957220,320,-39849,298, +31,55,Ga,,,0,0,,,43,+21-15,MS,0.043,0.018,B-,100,0,B-N,60,10,B-2N,20,10,,,,,,15320,593,10972,400,-11185,721,,,2302,499,16138,640,8186,5,85963414,429,-34080,400, +31,56,GA,,,0,0,,GT,634,,NS,0.000000634,5e15,B-,100,0,B-2N,,0,B-N,,0,,,,,,14828,583,12079,665,,,,,3242,640,,,8129,6,86968599,537,-29250,500, +32,27,Ge,,,0,0,,GT,360,,NS,0.00000036,5e15,2P,,0,EC+B+,,0,,,,,,,,,,,,,-3724,565,17890.0,435,16861,640,-381,500,7916,7,58982963,429,-15870,400, +32,28,GE,,,0,0,0+,GT,110,,NS,0.00000011,5e15,ECP,,0,EC+B+,,0,,,,,,,,,-21620,500,,,-4125,500,12500.0,361,19291,500,619,345,8106,5,59970918,322,-27090,300, +32,29,Ge,,,0,0,(3/2-),,44,6,MS,0.044,0.006,EC+B+,100,0,ECP,62,0,,,,,,,,,-16459,424,-35961,500,-3234,361,13774.659,302,14341,424,1058,361,8208,5,60964187,322,-33360,300, +32,30,Ge,,,0,0,0+,,129,35,MS,0.129,0.035,EC+B+,100,0,ECP,,0,,,,,,,,,-17420,331,-32911,331,-1866,148,10246.906,140,16452,331,1895,145,8341,2,61955190,150,-41740,140, +32,31,Ge,,,0,0,3/2-,,150,9,MS,0.15,0.009,EC+B+,100,0,,,,,,,,,,,,-13421,204,-30672,302,-2130.58,37,9625.877,37,13252,145,2223.28,37,8418.716,591,62949628,40000,-46921.216,37260, +32,32,Ge,,,0,0,0+,,63.7,25,S,63.7,2.5,EC+B+,100,0,,,,,,,,,,,,-14783,203,-28887,200,-2566.07,4,4517.325,4,15465.60,37,5057.37,4,8528.823,58,63941689.913,4000,-54315.496,3726, +32,33,GE,,,0,0,3/2-,,30.9,5,S,30.9,0.5,EC+B+,100,0,ECP,0.011,0.003,,,,,,,,,-9541.165,84794,-25017,203,-2554.23,16,6179.291,2313,10234.04,4,4934.37,259,8555.058,33,64939368.137,2323,-56478.216,2165, +32,34,Ge,,,0,0,0+,,2.26,5,H,8136,180,EC+B+,100,0,,,,,,,,,,,,-9581.955,6168,-22741.30,85,-2863.98,248,2116.628,2639,13200.13,3,6238.50,254,8625.437,36,65933862.126,2577,-61607.032,2401, +32,35,Ge,,,0,0,1/2-,,18.9,3,M,1134,18,EC+B+,100,0,,,,,,,,,,,,-6071.005,4682,-18704.47,7,-2869.75,5,4220.818,5,9122.51,5,6223.54,5,8632.857,70,66932733.62,5003,-62658.230,4661, +32,36,Ge,,,0,0,0+,,270.93,13,D,23408352,11232,EC,100,0,,,,,,,,,,,,-8084.27,2632,-18462.88,193,-3399.69,198,107.203,2361,12391.88,5,7388.71,222,8688.136,28,67928095.308,2013,-66978.789,1876, +32,37,Ge,,,0,0,5/2-,,39.05,10,H,140580,360,EC+B+,100,0,,,,,,,,0.735,,0.024,,-3988.492,31982,-16277.46,227,-3613.56,147,2227.146,178,8193.19,229,7303.64,194,8680.963,19,68927964.471,1414,-67100.663,1318, +32,38,Ge,4.0414,11,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6220,50000,-15521.02,32,-4087.63,104,-1651.736,1464,11532.53,156,8523.04,146,8721.7,12,69924248.706,900,-70561.876,838, +32,39,Ge,,,0,0,1/2-,,11.43,3,D,987552,2592,EC,100,0,,,,,,,,0.547,,,,-2013.4,4082,-13635.94,50,-4451.1,104,232.638,1164,7415.94,11,8285.33,146,8703.309,12,70924952.284,894,-69906.497,834, +32,40,Ge,4.0576,13,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4356.102,4082,-12764.12,4,-5003.72,79,-3997.607,823,10750.72,84,9735.74,82,8731.745,1,71922075.826,81,-72585.900,76, +32,41,Ge,4.0632,14,0,0,9/2+,,STABLE,,,,,,,,,,,,,,,-0.8794677,,-0.173,,-344.776,3853,-11139.04,4,-5304.59,80,-1598.188,1678,6782.94,5,9998.20,82,8705.049,1,72923458.956,61,-71297.523,57, +32,42,Ge,4.0742,11,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2562.387,1693,-10541.01,4,-6282.62,192,-5372.825,3,10196.24,6,11012.08,168,8725.2,0,73921177.762,13,-73422.442,13, +32,43,Ge,,,0,0,1/2-,,82.78,4,M,4966.8,2.4,B-,100,0,,,,,,,,0.51,,,,1177.231,885,-9068.23,169,-6953.1,265,-3392.385,2423,6505.84,5,11096.32,3,8695.609,1,74922858.371,55,-71856.965,52, +32,44,Ge,4.0811,11,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-921.512,886,-8250.01,88,-7492.32,214,-6916.249,1956,9427.24,5,12037.28,242,8705.236,0,75921402.726,19,-73212.889,18, +32,45,Ge,,,0,0,7/2+,,11.211,3,H,40359.6,10.8,B-,100,0,,,,,,,,,,,,2703.456,1694,-6992.80,89,-8044.37,186,-5220.518,2423,6071.29,5,12205.19,196,8671.028,1,76923549.844,56,-71212.862,53, +32,46,Ge,,,0,0,0+,,88.0,10,M,5280,60,B-,100,0,,,,,,,,,,,,954.89,10400,-6017.05,4,-8530.25,4,-8156.1,4,8720.50,4,13158.68,4,8671.663,45,77922852.912,3795,-71862.050,3536, +32,47,Ge,,,0,0,(1/2)-,,18.98,3,S,18.98,0.03,B-,100,0,,,,,,,,,,,,4109.457,37456,-4780.97,38,-9392.6,37,-6978.913,37,5735.86,37,13109.61,37,8634.501,471,78925360.129,39915,-69526.592,37181, +32,48,Ge,,,0,0,0+,,29.5,4,S,29.5,0.4,B-,100,0,,,,,,,,,,,,2679.187,3915,-3970.57,6,-9657.21,250,-10311.639,4,8080.03,37,14276.60,277,8627.57,26,79925350.774,2205,-69535.306,2054, +32,49,Ge,,,0,0,(9/2+),,7.6,6,S,7.6,0.6,B-,100,0,,,,,,,,,,,,6241.617,3344,-2148.51,4,-9927.41,285,-8663.733,4,4827.70,290,14356.99,4,8580.658,25,80928832.942,2205,-66291.687,2055, +32,50,Ge,,,0,0,0+,,4.56,26,S,4.56,0.26,B-,100,0,,,,,,,,,,,,4690.352,4345,-953.08,3,-10356.75,3,-12484.348,3,7194.70,3,15076.08,4,8563.756,27,81929774.033,2405,-65415.067,2241, +32,51,Ge,,,0,0,(5/2)+,,1.85,6,S,1.85,0.06,B-,100,0,B-N,,0,,,,,,,,,8692.888,3698,1057.67,4,-9969.06,3,-11719.313,4,3632.68,3,15334.69,3,8504.345,29,82934539.101,2605,-60976.435,2427, +32,52,Ge,,,0,0,0+,,0.954,14,S,0.954,0.014,B-,100,0,B-N,10.2,0.9,,,,,,,,,7705.132,4479,3449.58,4,-8924.73,4,-14060.428,200,5243.31,4,16180.28,4,8465.524,38,83937575.091,3403,-58148.428,3171, +32,53,Ge,,,0,0,(3/2+ 5/2+),,503,18,MS,0.503,0.018,B-,100,0,B-N,16.5,2.3,B-2N,,0,,,,,,10065.724,4830,4658.82,5,-9348.67,6,-13274.42,298,3046.31,5,16325,200,8401.768,44,84942969.659,4003,-53123.420,3729, +32,54,Ge,,,0,0,0+,,226,21,MS,0.226,0.021,B-,100,0,B-N,45,15,,,,,,,,,9562.221,437816,5717.91,438,-9510.88,438,-15319.922,593,4347.82,438,16840,530,8354.629,5091,85946967,470000,-49399.922,437802, +32,55,Ge,,,0,0,(5/2+),AP,0.14,,S,0.14,0,B-,100,0,B-N,,0,,,,,,,,,11540,300,6813,300,-10213,424,-14828.0,583,2750,531,17288,500,8290,3,86952680,322,-44078,300, +32,56,Ge,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,10582,445,7409,400,-10633,565,,,4131,500,18177,640,8243,5,87956910,429,-40138,400, +32,57,Ge,,,0,0,,GT,300,,NS,0.0000003,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,13069,499,8919,445,-10924,640,,,1663,565,,,8169,4,88963790,429,-33729,400, +32,58,GE,,,0,0,0+,GT,635,,NS,0.000000635,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,12109,640,9506,582,,,,,3563,640,,,8118,6,89968630,537,-29221,500, +33,30,As,,,0,0,3/2-,LT,43,,NS,0.000000043,0,P,,0,,,,,,,,,,,,,,,,-2165,263,13421.216,203,17251,361,-951,244,8193,3,62964036,215,-33500,200, +33,31,As,,,0,0,,,18,+43-7,MS,0.018,0.025,EC+B+,100,0,,,,,,,,,,,,-12832,543,,,-2367,285,14783.496,203,14103,285,-100,200,8286,3,63957560,218,-39532,203, +33,32,As,,,0,0,,,128,16,MS,0.128,0.016,EC+B+,100,0,,,,,,,,,,,,-13917,312,-28308,510,-2227.31,93,9541.165,85,15476,220,-89.47,85,8396.234,1304,64949611,91000,-46937.051,84766, +33,33,As,,,0,0,[0+],,95.77,23,MS,0.09577,0.00023,EC+B+,100,0,,,,,,,,,,,,-10365,200,-27077,300,-2463.09,6,9581.955,6,13159.34,85,2835.83,6,8468.403,86,65944148.779,6100,-52025.077,5682, +33,34,As,,,0,0,(5/2-),,42.5,12,S,42.5,1.2,EC+B+,100,0,,,,,,,,,,,,-10006.936,67069,-22998,200,-2465.05,138,6071.005,5,12633.47,6,2269.16,244,8530.568,7,66939251.111,475,-56587.225,443, +33,35,As,,,0,0,3+,,151.6,8,S,151.6,0.8,EC+B+,100,0,,,,,,,,,,,,-4705.078,1911,-20385.55,67,-2486.61,233,8084.27,263,10378.61,190,3525.26,5,8557.745,27,67936774.13,1981,-58894.519,1846, +33,36,As,,,0,0,5/2-,,15.2,2,M,912,12,EC+B+,100,0,,,,,,,,1.623,,,,-6677.465,32021,-16994.05,32,-2879.58,32,3988.492,32,12288.97,32,3422.35,32,8611.821,464,68932246.294,34352,-63112.171,31999, +33,37,As,,,0,0,4+,,52.6,3,M,3156,18,EC+B+,100,0,,,,,,,,2.1061,,0.09,,-2411.985,50032,-15978.49,50,-3043.13,50,6220.0,50,9301.02,59,4530.18,50,8621.666,714,69930926.151,53684,-64341.876,50007, +33,38,As,,,0,0,5/2-,,65.30,7,H,235080,252,EC+B+,100,0,,,,,,,,1.6735,,-0.021,,-4746.59,5017,-14034.52,4,-3438.96,4,2013.4,4,11622.54,50,4620.19,4,8663.932,59,70927113.758,4473,-67893.097,4167, +33,39,As,,,0,0,2-,,26.0,1,H,93600,360,EC+B+,100,0,,,,,,,,-2.1566,,-0.082,,-361.618,4528,-13154.61,5,-3568.72,4,4356.102,4,8408.02,6,5612.27,4,8660.378,57,71926752.295,4383,-68229.798,4083, +33,40,As,,,0,0,3/2-,,80.30,6,D,6937920,5184,EC,100,0,,,,,,,,,,,,-2725.36,7399,-11155.88,4,-4049.85,4,344.776,4,10794.27,6,5655.82,4,8689.609,53,72923829.089,4136,-70952.747,3853, +33,41,As,,,0,0,2-,,17.77,2,D,1535328,1728,EC+B+,66,2,B-,34,2,,,,,-1.597,,,,1353.147,1693,-10703.98,8,-4374.83,208,2562.388,1693,7978.62,4,6851.50,169,8680.001,23,73923928.598,1817,-70860.054,1693, +33,42,As,4.0968,20,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,1.439475,,0.314,,-864.714,882,-8892.31,88,-5319.98,120,-1177.23,88,10245.46,191,6900.72,88,8700.874,12,74921594.562,948,-73034.195,884, +33,43,As,,,0,0,2-,,26.24,9,H,94464,324,B-,100,0,,,,,,,,-0.906,,7,,2960.573,886,-8193.21,88,-6128,121,921.512,886,7328.50,7,7723.38,89,8682.816,12,75922392.01,951,-72291.377,886, +33,44,As,,,0,0,3/2-,,38.79,5,H,139644,180,B-,100,0,,,,,,,,1.2946,,,,683.17,1693,-6735.69,169,-6641.9,238,-2703.456,1694,9696.26,191,7992.40,169,8695.978,22,76920647.564,1817,-73916.318,1693, +33,45,As,,,0,0,2-,,90.7,2,M,5442,12,B-,100,0,,,,,,,,,,,,4209.004,9782,-6288.77,10,-7192.24,10,-954.89,10,6971.94,10,8893.05,10,8673.875,125,77921827.795,10500,-72816.940,9781, +33,46,As,,,0,0,3/2-,,9.01,15,M,540.6,9,B-,100,0,,,,,,,,,,,,2281.41,5331,-4681.42,5,-7596.38,6,-4109.457,38,8890.43,11,9062.97,6,8676.616,67,78920948.445,5719,-73636.049,5328, +33,47,As,,,0,0,1+,,15.2,2,S,15.2,0.2,B-,100,0,,,,,,,,,,,,5544.964,3445,-4368.35,3,-8342.77,4,-2679.187,4,6649.76,6,9976.87,37,8651.28,42,79922474.548,3577,-72214.493,3333, +33,48,As,,,0,0,3/2-,,33.3,8,S,33.3,0.8,B-,100,0,,,,,,,,,,,,3855.684,2812,-2845.16,280,-8965.88,4,-6241.617,3,8390.13,4,10286.97,3,8648.056,33,80922132.29,2838,-72533.304,2644, +33,49,As,,,0,0,(1+),,19.1,5,S,19.1,0.5,B-,100,0,,,,,,,,,,,,7488.463,3758,-1787.75,4,-8824.38,4,-4690.352,4,5643.43,5,11102.70,4,8611.414,45,81924738.733,4003,-70105.419,3729, +33,50,As,,,0,0,(5/2-),,13.4,4,S,13.4,0.4,B-,100,0,,,,,,,,,,,,5671.207,4129,-146.76,284,-9546.56,3,-8692.888,4,7635.22,5,11543.23,4,8599.653,34,82925206.901,3004,-69669.323,2799, +33,51,As,,,0,0,(3-),,4.2,5,S,4.2,0.5,B-,100,0,B-N,0.18,0.1,,,,,,,,,10094.161,3722,1415.65,4,-9054.81,4,-7705.132,4,4255.55,4,12166.10,4,8547.938,38,83929303.291,3403,-65853.560,3171, +33,52,As,,,0,0,(3/2-),,2.021,12,S,2.021,0.012,B-,100,0,B-N,62.9,2,,,,,,,,,9224.492,4030,4687.26,4,-7986.11,4,-10065.724,5,5406.90,4,12329.69,4,8510.984,36,84932163.659,3304,-63189.144,3078, +33,53,As,,,0,0,,,0.945,8,S,0.945,0.008,B-,100,0,B-N,35.5,0.6,B-2N,,0,,,,,,11541.024,4267,5380.18,4,-8456.34,4,-9562.22,438,3844.32,5,13127.69,5,8456.721,40,85936701.533,3703,-58962.142,3450, +33,54,As,,,0,0,(3/2-),,484,40,MS,0.484,0.04,B-,100,0,B-N,15.4,2.2,,,,,,,,,10808.218,3726,6813.94,4,-8785.7,4,-11539.907,300,4727.08,5,13506.96,438,8413.851,34,86940291.718,3204,-55617.907,2985, +33,55,As,,,0,0,,,0.20,+20-9,S,0.2,0.15,B-,100,0,B-N,,0,,,,,,,,,13164,196,7635,196,-9057,280,-10582.0,445,3173,196,13931,358,8354,2,87945550,210,-50720,196, +33,56,As,,,0,0,,GT,300,,NS,0.0000003,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,12194,298,9015,298,-9374,422,-13069.0,499,4150,357,13949,499,8307,3,88949760,320,-46798,298, +33,57,AS,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,14470,518,9591,400,-9676,565,-12109.0,640,2603,499,14890,565,8244,4,89955630,429,-41330,400, +33,58,As,,,0,0,,,,,,,,B-,100,0,B-N,,0,,,,,,,,,13684,589,10832,518,-10072,640,,,3637,565,14964,640,8193,4,90960390,429,-36896,400, +33,59,As,,,0,0,,,,,,,,B-,100,0,,,,,,,,,,,,15742,640,11527,662,,,,,2156,640,,,8127,5,91966740,537,-30981,500, +34,30,SE,,,0,0,0+,GT,180,,NS,0.00000018,5e15,EC+B+,100,0,,,,,,,,,,,,,,,,-2036,586,12832.0,542,,,489,541,8073,8,63971336,540,-26700,503, +34,31,Se,,,0,0,(3/2-),,33,4,MS,0.033,0.004,EC+B+,100,0,ECP,100,0,,,,,,,,,,,,,-2085,424,13917.051,312,14391,586,776,362,8170,5,64964552,322,-33020,300, +34,32,Se,,,0,0,0+,,42,12,MS,0.042,0.012,EC,,0,,,,,,,,,,,,,,,,-2345,244,10365.077,200,16712,361,2012,217,8300,3,65955276,215,-41660,200, +34,33,Se,,,0,0,,,136,12,MS,0.136,0.012,EC+B+,100,0,B+P,0.5,0.1,,,,,,,,,-13790,405,,,-2083.99,77,10006.936,67,12991,211,1844.18,67,8369.534,1000,66949994,72000,-46580.289,67068, +34,34,Se,,,0,0,0+,,35.5,7,S,35.5,0.7,EC+B+,100,0,,,,,,,,,,,,-15398,259,-29470,400,-2298.86,4,4705.078,1911,15680.47,67,4891.19,66,8477.047,7,67941825.239,532,-54189.441,496, +34,35,Se,,,0,0,1/2-,,27.4,2,S,27.4,0.2,EC+B+,100,0,ECP,0.052,0.008,,,,,,,,,-10175.236,42029,-25715,259,-2381.41,263,6677.465,32,10316.58,157,4829.16,237,8503.707,22,68939414.847,1599,-56434.706,1490, +34,36,Se,,,0,0,0+,,41.1,3,M,2466,18,EC+B+,100,0,,,,,,,,,,,,-10504.272,14988,-23741.74,42,-2747.77,288,2411.985,50,13566.50,217,6106.69,32,8576.033,23,69933515.523,1700,-61929.891,1584, +34,37,Se,,,0,0,(5/2-),,4.74,5,M,284.4,3,EC+B+,100,0,,,,,,,,,,,,-6644.089,6082,-19792.20,15,-2913.19,5,4746.59,5,9287.93,3,6093.60,50,8586.06,39,70932209.432,3000,-63146.507,2794, +34,38,Se,,,0,0,0+,,8.40,8,D,725760,6912,EC,100,0,,,,,,,,,,,,-8806.437,2208,-19437.08,6,-3314.31,271,361.618,5,12792.99,3,7264.05,5,8644.489,27,71927140.507,2100,-67868.180,1956, +34,39,Se,,,0,0,9/2+,,7.15,8,H,25740,288,EC+B+,100,0,,,,,,,,0.87,,,,-4579.912,10388,-17236.96,7,-3551.64,8,2725.36,8,8430.52,8,7286.56,8,8641.558,102,72926754.883,7969,-68227.387,7424, +34,40,Se,4.0700,200,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6925.049,5835,-16637.04,7,-4076.24,84,-1353.147,1693,12057.13,7,8549.43,4,8687.715,0,73922475.935,15,-72213.201,15, +34,41,Se,,,0,0,5/2+,,119.78,5,D,10348992,4320,EC,100,0,,,,,,,,0.683,,1.1,,-3062.472,4285,-14952.65,6,-4687.9,84,864.714,887,8027.60,7,8598.40,169,8678.913,1,74922522.871,78,-72169.481,73, +34,42,Se,4.1395,16,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4962.881,9322,-14216.26,4,-5090.97,8,-2960.573,886,11153.79,7,9506.73,88,8711.477,0,75919213.704,17,-75251.950,16, +34,43,Se,4.1395,18,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,0.5350422,,,,-1364.68,2810,-12381.74,9,-5726.88,8,-683.17,169,7418.86,6,9597.08,89,8694.69,1,76919914.15,67,-74599.488,62, +34,44,Se,4.1406,17,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3573.784,3575,-11862.45,281,-6028.42,18,-4209.004,10,10497.77,17,10398.60,170,8717.806,2,77917309.243,191,-77025.944,179, +34,45,Se,,,0,0,7/2+,,3.27E+5,28,Y,10319335200000,883612800000,B-,100,0,,,,,,,,-1.018,,0.8,,150.576,1038,-10536.62,4,-6485.41,23,-2281.41,5,6962.83,13,10389.49,10,8695.592,3,78918499.251,238,-75917.459,223, +34,46,Se,4.1400,18,0,0,0+,,STABLE,,,,,2B-,,0,,,,,,,,,,,,-1870.464,310,-9762.74,34,-6971.48,96,-5544.964,3,9913.31,98,11412.38,5,8710.813,12,79916521.785,1034,-77759.457,963, +34,47,Se,,,0,0,1/2-,,18.45,12,M,1107,7.2,B-,100,0,,,,,,,,,,,,1588.046,1389,-8571.31,47,-7601.04,99,-3855.684,2824,6700.85,35,11463.47,3,8685.999,12,80917993.044,1065,-76388.988,992, +34,48,Se,4.1400,19,0,0,0+,,STABLE,,,,,2B-,,,2B-,,,,,,,,,,,-95.221,1077,-7688.16,108,-8156.75,4,-7488.463,4,9276.21,97,12349.55,266,8693.196,6,81916699.537,500,-77593.882,467, +34,49,Se,,,0,0,9/2+,,22.3,2,M,1338,12,B-,100,0,,,,,,,,,,,,3673.179,4839,-5913.19,3,-8238.85,37,-5671.207,4,5817.97,3,12524.08,5,8658.555,37,82919118.609,3259,-75340.530,3036, +34,50,Se,,,0,0,0+,,3.26,10,M,195.6,6,B-,100,0,,,,,,,,,,,,1835.363,25765,-5005.33,4,-8837.33,283,-10094.161,4,8678.51,4,13567.37,3,8658.793,23,83918466.762,2105,-75947.721,1961, +34,51,Se,,,0,0,(5/2)+,,32.9,3,S,32.9,0.3,B-,100,0,,,,,,,,,,,,6161.833,4030,-2701.87,26,-8546.86,3,-9224.492,4,4537.23,3,13849.05,4,8610.304,31,84922260.759,2804,-72413.636,2613, +34,52,Se,,,0,0,0+,,14.3,3,S,14.3,0.3,B-,100,0,,,,,,,,,,,,5129.085,3972,0.99,4,-7513.02,3,-11541.025,4,6160.85,4,14602.99,4,8581.822,29,85924311.733,2705,-70503.167,2520, +34,53,Se,,,0,0,(3/2+),,5.50,14,S,5.5,0.14,B-,100,0,B-N,0.36,0.08,,,,,,,,,7465.552,3877,1134.81,4,-7874.61,3,-10808.218,4,3994.28,3,14752.95,4,8529.091,26,86928688.618,2405,-66426.125,2241, +34,54,Se,,,0,0,0+,,1.53,6,S,1.53,0.06,B-,100,0,B-N,0.99,0.1,,,,,,,,,6831.763,4613,1936.16,5,-8160.68,5,-13164.195,196,5529.39,4,15555.26,4,8495.004,38,87931417.491,3604,-63884.195,3357, +34,55,Se,,,0,0,(5/2+),,0.43,5,S,0.43,0.05,B-,100,0,B-N,7.8,2.5,,,,,,,,,9281.872,4951,3652.25,5,-8293.89,5,-12194.391,298,3179.51,5,15562,196,8435.279,42,88936669.059,4003,-58992.391,3729, +34,56,Se,,,0,0,0+,,195,+95-65,MS,0.195,0.08,B-,100,0,B-N,,0,,,,,,,,,8200.081,329766,4402.73,330,-8825.21,548,-14470.217,518,4879.14,330,16291,445,8395.766,3664,89940096,354000,-55800.217,329749, +34,57,Se,,,0,0,,,0.27,5,S,0.27,0.05,B-,100,0,B-N,21,10,,,,,,,,,10527.169,433159,5348.86,433,-8927,527,-13684.124,590,2851.22,544,16539,589,8334.837,4760,90945700,465000,-50580.124,433145, +34,58,Se,,,0,0,0+,,,,,,,B-,100,0,,,,,,,,,,,,9509,400,6312,400,-9011,565,-15743.0,640,4215,589,17116,565,8290,4,91949840,429,-46724,400, +34,59,Se,,,0,0,(1/2+),,,,,,,B-,100,0,,,,,,,,,,,,12175,588,7446,400,-9411,565,,,2063,565,17023,640,8223,4,92956290,429,-40716,400, +34,60,Se,,,0,0,0+,GT,150,,NS,0.00000015,5e15,B-,100,0,,,,,,,,,,,,10597,583,8016,660,-10007,707,,,4159,640,,,8180,5,93960490,537,-36803,500, +34,61,SE,,,0,0,,GT,392,,NS,0.000000392,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,13311,582,8869,583,,,,,1728,707,,,8112,5,94967300,537,-30460,500, +35,34,Br,,,0,0,(5/2-),LT,24,,NS,0.000000024,0,P,100,0,,,,,,,,,,,,-13825,403,,,-1747.33,95,10175.236,42,15539,262,-641.00,42,8344.902,609,68950338.413,45092,-46259.470,42003, +35,35,Br,,,0,0,0+,,79.1,8,MS,0.0791,0.0008,EC+B+,100,0,,,,,,,,,,,,-10325,201,-27062,401,-1825.46,16,10504.272,15,13237.47,45,2279.88,15,8414.796,213,69944792.323,16000,-51425.619,14904, +35,36,Br,,,0,0,(5/2)-,,21.4,6,S,21.4,0.6,EC+B+,100,0,,,,,,,,,,,,-10175.212,128845,-23473,200,-2340.11,5,6644.089,6,13148.12,16,1861.50,6,8481.462,76,70939342.156,5799,-56502.418,5402, +35,37,Br,,,0,0,1+,,78.6,24,S,78.6,2.4,EC+B+,100,0,,,,,,,,0.6,,,,-5121.168,8076,-20805.85,129,-2592.14,211,8806.437,2208,10630.64,6,3204.21,3,8511.312,14,71936594.607,1100,-59061.743,1025, +35,38,Br,,,0,0,1/2-,,3.4,2,M,204,12,EC+B+,100,0,,,,,,,,,,,,-7095.725,9801,-17778.22,11,-2960.22,33,4579.912,10,12657.05,7,3068.27,8,8568.103,100,72931671.621,7800,-63647.475,7266, +35,39,Br,,,0,0,(0-),,25.4,3,M,1524,18,EC+B+,100,0,,,,,,,,,,,,-2956.317,6173,-16807.72,9,-3371.19,50,6925.048,6,9711.99,9,4349.74,9,8583.561,79,73929910.281,6264,-65288.153,5835, +35,40,Br,,,0,0,3/2-,,96.7,13,M,5802,78,EC+B+,100,0,,,,,,,,0.76,,,,-4783.385,9167,-14846.49,5,-3638.83,6,3062.472,4,11890.17,7,4182.78,4,8627.649,57,74925810.57,4600,-69107.009,4285, +35,41,Br,,,0,0,1-,,16.2,2,H,58320,720,EC+B+,100,0,,,,,,,,0.54821,,0.27,,-1275.355,10149,-14036.76,12,-4484.19,10,4962.882,9,9253.38,10,5408.56,9,8635.882,123,75924541.577,10007,-70289.068,9322, +35,42,Br,,,0,0,3/2-,,57.04,12,H,205344,432,EC+B+,100,0,,,,,,,,0.9738,,0.53,,-3065.366,3424,-12292.41,5,-4706.98,5,1364.679,2812,11017.06,10,5271.83,281,8666.806,37,76921379.194,3017,-73234.809,2811, +35,43,Br,,,0,0,1+,,6.45,4,M,387,2.4,EC+B+,99.99,0,B-,0.01,0,,,,,0.13,,,,726.116,3584,-11354.03,4,-5017.02,4,3573.784,4,8288.67,5,6141.64,4,8661.959,46,77921145.859,3842,-73452.160,3580, +35,44,Br,4.1629,21,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,2.1064,,0.313,,-1625.778,3333,-9961.08,106,-5458.75,135,-150.576,1045,10687.19,4,6331.06,103,8687.594,13,78918337.601,1095,-76068.035,1020, +35,45,Br,,,0,0,1+,,17.68,2,M,1060.8,1.2,B-,91.7,0.2,EC+B+,8.3,0.2,,,,,0.514,,0.185,,2004.353,1154,-9518.05,3,-6022.53,134,1870.464,1397,7892.28,13,7260.50,103,8677.653,13,79918529.81,1086,-75888.993,1012, +35,46,Br,4.1599,21,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,2.270562,,0.2615,,-280.853,471,-8155.00,117,-6485.63,195,-1588.046,1393,10159.36,140,7506.55,137,8695.946,12,80916288.206,1049,-77977.034,978, +35,47,Br,,,0,0,5-,,35.282,7,H,127015.2,25.2,B-,100,0,,,,,,,,1.627,,0.69,,3093.124,971,-7873.80,49,-7106.64,10,95.221,1077,7592.94,12,8398.64,138,8682.494,12,81916801.76,1042,-77498.661,971, +35,48,Br,,,0,0,3/2-,,2.374,4,H,8546.4,14.4,B-,100,0,,,,,,,,,,,,976.924,3795,-6493.24,4,-7802.58,7,-3673.179,5,9586.37,4,8708.80,4,8693.384,46,82915175.289,4073,-79013.709,3795, +35,49,Br,,,0,0,2-,,31.76,8,M,1905.6,4.8,B-,100,0,,,,,,,,1.9,,,,4656.251,25730,-5863.77,26,-7993.51,26,-1835.363,26,6840.69,26,9731.52,26,8671.329,306,83916496.419,27622,-77783.084,25730, +35,50,Br,,,0,0,3/2-,,2.90,6,M,174,3.6,B-,100,0,,,,,,,,,,,,2904.861,3671,-4207.45,3,-8467.08,4,-6161.833,4,8863.70,26,9916.72,4,8673.592,36,84915645.759,3304,-78575.469,3078, +35,51,Br,,,0,0,(1-),,55.1,4,S,55.1,0.4,B-,100,0,,,,,,,,,,,,7633.414,3078,-2223.24,4,-7951.75,5,-5129.085,4,5128.10,4,10507.59,4,8632.365,36,85918805.433,3304,-75632.252,3078, +35,52,Br,,,0,0,(5/2-),,55.68,12,S,55.68,0.12,B-,100,0,B-N,2.6,0.04,,,,,,,,,6817.845,3181,1302.67,3,-6647.27,4,-7465.551,4,6330.74,4,10677.48,4,8605.91,36,86920674.018,3404,-73891.676,3171, +35,53,Br,,,0,0,(2-),,16.34,8,S,16.34,0.08,B-,100,0,B-N,6.58,0.18,,,,,,,,,8975.327,4106,1922.25,3,-7287.31,4,-6831.764,5,4895.60,4,11578.80,4,8563.747,36,87924083.291,3404,-70715.959,3171, +35,54,Br,,,0,0,(3/2- 5/2-),,4.357,22,S,4.357,0.022,B-,100,0,B-N,13.8,0.4,,,,,,,,,8261.522,3904,3345.71,4,-7510.03,4,-9281.872,5,5629.62,5,11679.04,5,8530.779,37,88926704.559,3504,-68274.263,3264, +35,55,Br,,,0,0,,,1.91,1,S,1.91,0.01,B-,100,0,B-N,25.2,0.9,,,,,,,,,10958.952,3840,4464.17,4,-7463.07,5,-8200.081,330,3797.35,5,12296.88,5,8478.186,37,89931292.85,3604,-64000.298,3357, +35,56,Br,,,0,0,,,0.543,4,S,0.543,0.004,B-,100,0,B-N,19.5,2.6,,,,,,,,,9866.671,4190,5780.64,4,-7914.3,5,-10527.17,433,5178.31,5,12596.05,330,8441.923,39,90934398.618,3804,-61107.294,3544, +35,57,Br,,,0,0,,,0.314,16,S,0.314,0.016,B-,100,0,B-N,33.1,2.5,,,,,,,,,12536.514,7232,6669.84,7,-7938,196,-9508.805,400,3196.83,8,12941.65,433,8384.911,73,91939631.597,7202,-56232.805,6709, +35,58,Br,,,0,0,(5/2-),,102,10,MS,0.102,0.01,B-,100,0,B-N,68,7,,,,,,,,,11245.765,430823,7807.77,431,-8517,524,-12174.23,588,4728.74,431,13455,588,8345.598,4632,92943220,462500,-52890.230,430816, +35,59,Br,,,0,0,,,70,20,MS,0.07,0.02,B-,100,0,B-N,68,16,,,,,,,,,13948,300,8665,300,-8495,500,-10597.0,583,2581,525,13973,500,8284,3,93949114,322,-47400,300, +35,60,Br,,,0,0,,GE,150,,NS,0.00000015,5e15,B-,100,0,B-N,34,0,,,,,,,,,12388,299,9506,298,-9299,499,-13311.0,582,4442,423,14257,582,8244,3,94953010,320,-43771,298, +35,61,Br,,,0,0,,GE,150,,NS,0.00000015,5e15,B-,100,0,B-N,27.6,,,,,,,,,,14916,299,9924,299,-9607,582,,,2464,422,14992,582,8184,3,95959030,320,-38163,298, +35,62,Br,,,0,0,(3/2-),GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,13368,421,10953,401,,,,,3963,499,,,8140,4,96963440,430,-34055,401, +35,63,BR,,,0,0,,GT,634,,NS,0.000000634,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,16061,499,11102,420,,,,,2266,566,,,8080,4,97969672,429,-28250,400, +36,33,Kr,,,0,0,(5/2-),,28,1,MS,0.028,0.001,EC+B+,100,0,B+P,99,0,,,,,,,,,,,,,-1840,500,13824.47,403,,,932,477,8133,6,68965180,430,-32435,401, +36,34,Kr,,,0,0,0+,,40,6,MS,0.04,0.006,EC+B+,100,0,ECP,1.3,0,,,,,,,,,,,,,-1865,283,10325.619,201,16737,448,2130,205,8256,3,69955877,215,-41100,200, +36,35,Kr,,,0,0,(5/2-),,100,3,MS,0.1,0.003,EC+B+,100,0,ECP,2.1,0.7,,,,,,,,,-14267,420,,,-2171.83,145,10175.213,129,13298,238,2190.56,130,8327.13,1814,70950265.696,138238,-46327.205,128769, +36,36,Kr,4.1635,60,0,0,0+,,17.1,2,S,17.1,0.2,EC+B+,100,0,ECP,0.000001,0,,,,,,,,,-15611,500,-29952,400,-2176.05,8,5121.168,8,15684.69,129,4727.13,10,8429.319,111,71942092.407,8600,-53940.575,8010, +36,37,Kr,,,0,0,3/2-,,27.3,10,S,27.3,1,EC+B+,100,0,ECP,0.25,0.03,,,,,,,,,-10470,200,-26293,500,-2541.96,7,7095.724,10,10682.49,10,4778.98,7,8460.184,90,72939289.195,7061,-56551.751,6578, +36,38,Kr,4.1870,41,0,0,0+,,11.50,11,M,690,6.6,EC+B+,100,0,,,,,,,,,,,,-10415.827,3424,-24322,200,-2826.86,256,2956.317,6,13851.40,7,5973.33,8,8533.038,27,73933084.017,2161,-62331.836,2013, +36,39,Kr,4.2097,41,0,0,5/2+,,4.60,7,M,276,4.2,EC+B+,100,0,,,,,,,,-0.531,,1.12,,-7104.929,8189,-20478.93,9,-3602.03,9,4783.385,9,10063.10,8,6324.44,10,8553.439,108,74930945.746,8700,-64323.624,8103, +36,40,Kr,4.2020,36,0,0,0+,,14.8,1,H,53280,360,EC+B+,100,0,,,,,,,,,,,,-8534.633,4121,-19866.34,4,-3570.45,4,1275.354,10,12761.41,9,7195.68,6,8608.807,53,75925910.726,4308,-69013.714,4013, +36,41,Kr,4.2082,37,0,0,5/2+,,74.4,6,M,4464,36,EC+B+,100,0,,,,,,,,-0.583,,0.94,,-5338.951,2351,-17761.68,217,-4366.97,8,3065.366,3,9227.05,4,7169.34,10,8616.836,25,76924670,2100,-70169.443,1956, +36,42,Kr,4.2038,33,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-7242.857,3252,-17419.10,134,-4389.99,31,-726.115,4,12080.15,198,8232.44,283,8661.238,4,77920366.341,329,-74178.275,307, +36,43,Kr,4.2034,32,0,0,1/2-,,35.04,10,H,126144,360,EC+B+,100,0,,,,,,,,0.536,,,,-3639.271,4091,-15578.16,5,-4697.69,3,1625.778,4,8335.30,4,8279.07,5,8657.112,44,78920082.945,3742,-74442.257,3486, +36,44,Kr,4.1970,28,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5717.879,1987,-15161.68,225,-5066.31,69,-2004.353,1225,11522.41,4,9114.28,115,8692.928,9,79916378.048,742,-77893.346,691, +36,45,Kr,4.1952,26,0,0,7/2+,,2.29E+5,11,Y,7226690400000,347133600000,EC,100,0,,,,,,,,-0.908,,0.644,,-2239.511,5019,-13592.03,215,-5521.61,108,280.853,1453,7874.15,125,9096.16,147,8682.82,13,80916589.714,1152,-77696.181,1074, +36,46,Kr,4.1919,25,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4403.982,3009,-13206.43,5,-5990.76,18,-3093.124,971,10966.92,107,9903.72,98,8710.675,0,81913481.1552,589,-80591.78515,549, +36,47,Kr,4.1871,23,0,0,9/2+,,STABLE,,,,,,,,,,,,,,,-0.970669,,0.26,,-920.004,2329,-11874.15,3,-6498.09,22,-976.924,4,7470.17,1,9780.94,97,8695.729,0,82914126.518,9,-79990.633,9, +36,48,Kr,4.1884,22,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2680.371,2194,-11440.02,233,-7104.79,96,-4656.251,26,10520.02,1,10714.60,4,8717.446,0,83911497.72863,407,-82439.33510,379, +36,49,Kr,4.1846,22,0,0,9/2+,,10.739,14,Y,338897066.4,441806.4,B-,100,0,,,,,,,,-1.005,,0.443,,687,2000,-9792.68,3,-7516.26,223,-2904.862,4,7112.31,200,10986.22,26,8698.562,24,84912527.262,2147,-81480.331,2000, +36,50,Kr,4.1835,21,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-518.672,200,-9169.65,0,-8096.7,47,-7633.414,3,9856.65,200,11979.17,3,8712.029,0,85910610.62627,396,-83265.66564,369, +36,51,Kr,4.1984,27,0,0,5/2+,,76.3,5,M,4578,30,B-,100,0,,,,,,,,-1.023,,-0.3,,3888.269,246,-6033.85,32,-7793.91,3,-6817.846,3,5515.17,25,12366.24,3,8675.283,3,86913354.759,264,-80709.522,246, +36,52,Kr,4.2171,43,0,0,0+,,2.825,19,H,10170,68.4,B-,100,0,,,,,,,,,,,,2917.709,2613,-3164.81,261,-6168.48,3,-8975.327,4,7053.08,262,13088.58,4,8656.849,30,87914447.881,2800,-79691.286,2608, +36,53,Kr,4.2286,54,0,0,3/2(+),,3.15,4,M,189,2.4,B-,100,0,,,,,,,,-0.33,,0.16,,5176.604,5834,-1998.11,215,-6547.06,3,-8261.522,4,4915.82,3,13108.80,4,8614.815,24,88917835.45,2300,-76535.785,2142, +36,54,Kr,4.2423,69,0,0,0+,,32.32,9,S,32.32,0.09,B-,100,0,,,,,,,,,,,,4405.154,6746,-1318.18,6,-6881,3,-10958.952,4,6494.78,284,13973.96,4,8591.259,21,89919527.93,2000,-74959.250,1863, +36,55,Kr,4.2543,81,0,0,5/2(+),,8.57,4,S,8.57,0.04,B-,100,0,,,,,,,,-0.583,,0.3,,6771.072,8115,319.12,7,-6972.76,3,-9866.671,4,4086.03,291,14262.64,4,8541.751,25,90923806.31,2400,-70973.965,2236, +36,56,Kr,4.2724,99,0,0,0+,,1.840,8,S,1.84,0.008,B-,100,0,B-N,0.0332,0.0025,,,,,,,,,6003.118,6692,904.40,8,-7310.04,4,-12536.515,7,5866.67,4,14951.00,4,8512.674,29,91926173.094,2900,-68769.320,2701, +36,57,Kr,4.2794,107,0,0,1/2+,,1.286,10,S,1.286,0.01,B-,100,0,B-N,1.95,0.11,,,,,-0.413,,,,8483.907,8224,2565.13,7,-7568.52,5,-11245.764,431,3437.99,4,15192.16,7,8458.108,27,92931147.174,2700,-64135.994,2515, +36,58,Kr,4.3002,129,0,0,0+,,212,5,MS,0.212,0.005,B-,100,0,B-N,1.11,0.07,,,,,,,,,7215.013,12278,3200.81,14,-7972.47,330,-13947.772,300,5283.09,12,15746.51,431,8424.331,129,93934140.454,13000,-61347.772,12109, +36,59,Kr,4.3067,136,0,0,1/2(+),,0.114,3,S,0.114,0.003,B-,100,0,B-N,2.87,0.18,,,,,-0.41,,,,9732.58,27513,4332.55,19,-8003.7,434,-12387.913,299,2882.46,22,16048,301,8365.995,196,94939710.923,20000,-56158.913,18630, +36,60,Kr,4.3267,158,0,0,0+,,80,8,MS,0.08,0.008,B-,100,0,B-N,3.7,0.4,,,,,,,,,8274.671,20765,4740.50,29,-8781,400,-14916.678,299,4992.08,28,16598,299,8330.851,213,95943016.618,22000,-53079.678,20493, +36,61,KR,,,0,0,(3/2+),,63,4,MS,0.063,0.004,B-,100,0,B-N,6.7,0.6,,,,,,,,,11095.645,130423,5859.54,130,-9133,420,-13368.492,422,2415.13,132,16549,325,8269.864,1344,96949088.784,140000,-47423.492,130408, +36,62,Kr,,,0,0,0+,,46,8,MS,0.046,0.008,B-N,7,1,B-,,0,,,,,,,,,10058,299,6137,298,-9933,582,-16061.0,499,4959,325,17545,499,8236,3,97952430,320,-44311,298, +36,63,Kr,,,0,0,,,13,+34-6,MS,0.013,0.02,B-,100,0,B-N,11,7,,,,,,,,,12362,401,7538,401,-10725,641,,,2520,499,17798,566,8178,4,98958390,430,-38759,401, +36,64,Kr,,,0,0,0+,,7,+11-3,MS,0.007,0.007,B-,100,0,B-N,,0,,,,,,,,,11195,401,7998,401,,,,,4364,566,,,8140,4,99962370,430,-35052,401, +36,65,KR,,,0,0,,GT,635,,NS,0.000000635,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,13717,541,9048,503,,,,,2147,643,,,8081,5,100968730,540,-29128,503, +37,36,Rb,,,0,0,,LT,30,,NS,0.00000003,0,P,0,0,EC+B+,,0,,,,,,,,,-14131,448,,,-2247,205,10469.751,200,15823,539,-570,200,8306,3,72950529,215,-46082,200, +37,37,Rb,,,0,0,0+,,64.776,30,MS,0.064776,0.00003,EC+B+,100,0,,,,,,,,,,,,-11089,100,-28037,401,-2915.31,15,10415.827,4,13906,200,2653.23,7,8381.712,41,73944265.868,3249,-51916.009,3027, +37,38,Rb,,,0,0,3/2(-),,19.0,12,S,19,1.2,EC+B+,100,0,,,,,,,,,,,,-10600,220000,-24463,100,-3141.19,6,7104.93,8,13374.00,3,2175.83,233,8448.275,16,74938573.201,1266,-57218.694,1180, +37,39,Rb,4.2273,70,0,0,1(-),,36.5,6,S,36.5,0.6,EC+B+,100,0,ECA,0.00000038,0.0000001,,,,,-0.3726228,,0.38,,-6231.442,34478,-21931.70,220,-3842.25,139,8534.633,4,11331.70,151,3444.43,8,8486.215,12,75935073.032,1006,-60479.081,938, +37,40,Rb,4.2356,80,0,0,3/2-,,3.78,4,M,226.8,2.4,EC+B+,100,0,,,,,,,,0.654468,,0.7,,-7027.055,8023,-18654.17,34,-3607.93,7,5338.951,2351,12422.73,161,3105.75,4,8537.339,17,76930401.6,1400,-64830.492,1304, +37,41,Rb,4.2385,83,0,0,0(+),,17.66,3,M,1059.6,1.8,EC+B+,100,0,,,,,,,,,,,,-3761.477,8125,-17203.30,9,-4072.18,7,7242.856,3,10176.24,3,4054.95,4,8558.35,42,77928141.868,3475,-66935.419,3237, +37,42,Rb,4.2284,65,0,0,5/2+,,22.9,5,M,1374,30,EC+B+,100,0,,,,,,,,3.3579,,-0.12,,-5326.096,8653,-15700.36,8,-4120.89,5,3639.272,4,11938.88,4,3913.68,216,8601.142,27,78923989.864,2300,-70802.985,2142, +37,43,Rb,4.2271,61,0,0,1+,,33.4,7,S,33.4,0.7,EC+B+,100,0,,,,,,,,-0.0836,,0.348,,-1864.009,3933,-14769.90,9,-4311.31,10,5717.879,1987,9443.80,284,5022.18,4,8611.675,23,79922516.444,2000,-72175.467,1863, +37,44,Rb,4.2213,51,0,0,3/2-,,4.572,4,H,16459.2,14.4,EC+B+,100,0,,,,,,,,2.0595,,0.398,,-3928.545,5817,-13216.53,6,-4646.78,6,2239.511,5,11352.52,5,4852.29,5,8645.513,61,80918993.927,5264,-75456.670,4904, +37,45,Rb,4.2160,42,0,0,1+,,1.2575,2,M,75.45,0.012,SF+EC+B+,100,,EC+B+,100,0,,,,,0.5545083,,0.19,,-177.751,6705,-12731.00,4,-5160.56,5,4403.982,3,8802.45,6,5780.59,3,8647.427,37,81918209.024,3230,-76187.803,3009, +37,46,Rb,4.2058,28,0,0,5/2-,,86.2,1,D,7447680,8640,EC,100,0,,,,,,,,1.4249,,0.196,,-2273.024,6424,-11131.89,6,-5427.51,254,920.003,2329,10954.14,4,5767.82,233,8675.218,28,82915114.182,2500,-79070.630,2329, +37,47,Rb,4.1999,23,0,0,2-,,32.82,7,D,2835648,6048,EC+B+,96.1,2,B-,3.9,2,,,,,-1.324116,,-0.015,,890.606,2336,-11032.68,7,-6294.89,242,2680.371,2194,8759.65,3,7057.30,219,8676.224,26,83914375.225,2355,-79758.964,2194, +37,48,Rb,4.2036,23,0,0,5/2-,,STABLE,,,,,,,,,,,,,,,1.35298,,0.277,,-1064.051,2813,-9589.08,124,-6615.21,98,-686.999,20,10479.68,219,7016.97,0,8697.441,0,84911789.7376,534,-82167.33050,498, +37,49,Rb,4.2025,23,0,0,2-,,18.642,18,D,1610668.8,1555.2,B-,99.9948,0.0005,EC,0.0052,0.0005,,,,,-1.6977,,0.23,,1776.096,200,-9715.03,282,-7673.25,99,518.673,20,8650.98,20,8555.63,200,8696.901,2,85911167.443,214,-82746.993,200, +37,50,Rb,4.1989,21,0,0,3/2-,,4.97E+10,3,Y,1.56841272e18,9.46728e15,B-,100,0,,,,,,,,2.75131,,0.132,,282.275,6,-8146.02,1,-8009,4,-3888.269,246,9922.11,20,8621.10,1,8710.983,0,86909180.531,6,-84597.791,6, +37,51,Rb,4.2170,38,0,0,2-,,17.773,18,M,1066.38,1.08,B-,100,0,,,,,,,,0.5117,,-0.01,,5312.623,159,-5800.25,16,-7250.83,26,-2917.709,2613,6082.52,16,9188.44,28,8681.115,2,87911315.591,171,-82608.995,159, +37,52,Rb,4.2391,74,0,0,3/2-,,15.32,10,M,919.2,6,B-,100,0,,,,,,,,2.3836,,0.144,,4496.628,5427,-1862.09,5,-5561.84,6,-5176.603,6,7174.71,5,9310.07,6,8664.189,61,88912278.137,5825,-81712.388,5427, +37,53,Rb,4.2554,102,0,0,0-,,158,5,S,158,5,B-,100,0,,,,,,,,,,,,6583.723,6544,-1226.70,6,-6157.07,7,-4405.154,7,5723.33,8,10117.59,7,8631.512,72,89914798.803,6960,-79364.404,6484, +37,54,Rb,4.2723,131,0,0,3/2(-),,58.2,3,S,58.2,0.3,B-,100,0,,,,,,,,2.1815,,0.19,,5906.89,8873,131.77,8,-6278.28,8,-6771.072,8,6451.95,10,10074.76,8,8607.561,86,90916537.265,8375,-77745.037,7801, +37,55,Rb,4.2903,162,0,0,0-,,4.48,3,S,4.48,0.03,B-,100,0,B-N,0.0107,0.0005,,,,,,,,,8094.923,6419,808.17,8,-6481.39,7,-6003.118,7,5098.72,10,11087.44,7,8569.422,67,91919728.481,6573,-74772.438,6123, +37,56,Rb,4.3048,187,0,0,5/2-,,5.84,2,S,5.84,0.02,B-,100,0,B-N,1.39,0.07,,,,,1.4095,,0.18,,7465.938,8876,2176.14,9,-6770.55,8,-8483.907,8,5918.78,10,11139.55,8,8540.92,84,92922039.325,8406,-72619.901,7830, +37,57,Rb,4.3184,211,0,0,3(-),,2.702,5,S,2.702,0.005,B-,100,0,B-N,10.5,0.4,,,,,1.4984,,0.163,,10282.926,2623,3451.74,8,-6987.4,4,-7215.013,12,4014.20,8,11715.76,3,8492.764,22,93926394.818,2177,-68562.785,2029, +37,58,Rb,4.3391,248,0,0,5/2-,,377.7,8,MS,0.3777,0.0008,B-,100,0,B-N,8.7,0.3,,,,,1.3336,,0.211,,9228.058,20204,4882.90,20,-7209.11,21,-9732.58,28,5400.03,20,11832.69,24,8460.208,213,94929262.568,21734,-65891.493,20245, +37,59,Rb,4.3501,267,0,0,2(-),,203,3,MS,0.203,0.003,B-,100,0,B-N,13.3,0.7,,,,,1.4658,,0.25,,11569.808,9115,5693.88,7,-7546.46,8,-8274.671,21,3534.17,20,12484.41,19,8408.896,35,95934133.393,3599,-61354.349,3353, +37,60,Rb,4.4231,395,0,0,3/2+,,169.1,6,MS,0.1691,0.0006,B-,100,0,B-N,25.5,0.9,B-2N,,0,,1.841,,0.7,,10062.317,3888,6333.70,9,-8053.82,431,-11095.645,130,5236.11,4,12728.43,21,8376.186,20,96937177.118,2052,-58519.137,1912, +37,61,Rb,4.4336,414,0,0,(0 1),,114,5,MS,0.114,0.005,B-,100,0,B-N,13.8,0.6,B-2N,0.051,0.007,,,,,,12053.958,16403,6140.99,16,-9394,300,-10058.146,298,3921.33,16,14234.62,131,8330.729,164,97941632.317,17265,-54369.146,16082, +37,62,Rb,,,0,0,(3/2+),,56.4,12,MS,0.0564,0.0012,B-,100,0,B-N,15.8,2.4,B-2N,,0,,,,,,11400.258,6223,7230.64,5,-9775,298,-12362.143,401,4823.31,17,14099,298,8295.3,41,98945119.192,4327,-51121.143,4030, +37,63,Rb,,,0,0,(3+ 4-),,51,8,MS,0.051,0.008,B-,100,0,B-N,6,3,B-2N,0.16,0.08,,,,,,13573.838,20831,8203.02,20,-10509,299,-11195.064,401,3197.24,20,14777,401,8244.32,196,99950351.731,21000,-46247.064,19561, +37,64,Rb,,,0,0,(3/2+),,32,5,MS,0.032,0.005,B-,100,0,B-N,28,4,,,,,,,,,12480,200,8905,200,-11214,448,-13717.0,541,4669,201,15082,448,8209,2,100954004,215,-42845,200, +37,65,RB,,,0,0,,,37,5,MS,0.037,0.005,B-,100,0,B-N,18,8,,,,,,,,,14452,306,9547,298,-11881,499,,,2933,359,15868,585,8157,3,101959520,320,-37707,298, +37,66,RB,,,0,0,,,23,+13-9,MS,0.023,0.011,B-,100,0,B-2N,,0,B-N,,0,,,,,,13814,446,10480,406,,,,,3973,499,,,8117,4,102963920,430,-33608,401, +38,35,Sr,,,0,0,,GT,25,,MS,0.025,5e21,EC+B+,100,0,ECP,0,0,,,,,,,,,,,,,-1941,566,14132.0,448,,,909,641,8102,5,72965700,430,-31950,401, +38,36,Sr,,,0,0,0+,,27,8,MS,0.027,0.008,EC+B+,100,0,ECP,,0,,,,,,,,,,,,,-2152,224,11089.009,100,16948,413,2035,224,8221,1,73956170,107,-40827,100, +38,37,Sr,,,0,0,(3/2-),,88,3,MS,0.088,0.003,EC+B+,100,0,ECP,5.2,0.9,,,,,,,,,-14799,372,,,-2716.4,255,10600.0,220,13863,242,1991.66,220,8296.511,2933,74949952.77,236183,-46618.694,220003, +38,38,Sr,,,0,0,0+,,7.89,7,S,7.89,0.07,EC+B+,100,0,ECP,0.000034,0.000008,,,,,,,,,-15768,302,-30499,302,-2731.98,35,6231.442,34,15700.26,223,4317.92,34,8393.929,453,75941762.761,37000,-54247.639,34465, +38,39,Sr,4.2569,44,0,0,5/2(+),,9.0,2,S,9,0.2,EC+B+,100,0,ECP,0.08,0.03,,,,,-0.348,,1.4,,-11365,203,-27395,300,-3676.6,10,7027.056,8,11627.11,35,4613.33,8,8435.918,103,76937945.455,8500,-57803.436,7918, +38,40,Sr,4.2561,40,0,0,0+,,160,8,S,160,8,EC+B+,100,0,,,,,,,,,,,,-11001,298,-24807,203,-3267.02,8,3761.478,8,13441.82,11,5632.42,8,8500.096,96,77932179.98,8000,-63173.941,7452, +38,41,Sr,4.2586,39,0,0,3/2(-),,2.25,10,M,135,6,EC+B+,100,0,,,,,,,,-0.474,,0.661,,-7659.056,79620,-21375,298,-3578.18,12,5326.096,9,10374.26,11,5830.44,9,8523.82,106,78929707.664,9000,-65476.889,8383, +38,42,Sr,4.2562,37,0,0,0+,,106.3,15,M,6378,90,EC+B+,100,0,,,,,,,,,,,,-9163.307,7139,-20564.94,79,-3722.66,5,1864.008,4,12905.89,9,6797.44,4,8578.596,43,79924517.54,3718,-70311.459,3464, +38,43,Sr,4.2547,34,0,0,1/2-,,22.3,4,M,1338,24,EC+B+,100,0,,,,,,,,0.543,,,,-5815.214,6245,-18451.29,7,-3783.6,4,3928.545,6,9287.98,5,6641.63,4,8587.354,39,80923211.394,3358,-71528.125,3128, +38,44,Sr,4.2478,30,0,0,0+,,25.35,3,D,2190240,2592,EC,100,0,,,,,,,,,,,,-7945.961,8132,-18368.46,8,-4256.69,6,177.75,7,12553.24,7,7842.35,8,8635.718,73,81918399.847,6432,-76010.053,5992, +38,45,Sr,4.2455,27,0,0,7/2+,,32.41,3,H,116676,108,EC+B+,100,0,,,,,,,,-0.829,,0.781,,-4591.941,19844,-16804.83,9,-4780.26,8,2273.024,7,8858.87,9,7898.77,7,8638.407,82,82917554.374,7336,-76797.606,6834, +38,46,Sr,4.2394,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6755.139,4411,-16515.22,19,-5181.14,142,-890.606,2522,11923.28,7,8867.91,264,8677.512,15,83913419.12,1334,-80649.570,1243, +38,47,Sr,4.2304,21,0,0,9/2+,,64.849,7,D,5602953.6,604.8,EC,100,0,,,,,,,,-1,,0.282,,-3261.157,19173,-15280.17,5,-5832.01,3,1064.05,281,8525.03,3,8633.29,4,8675.718,33,84912932.043,3020,-81103.280,2813, +38,48,Sr,4.2307,20,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5240,14142,-14752.28,19,-6356.22,1,-1776.096,20,11491.13,281,9644.73,1,8708.456,0,85909260.72631,561,-84523.08935,522, +38,49,Sr,4.2249,19,0,0,9/2+,,STABLE,,,,,,,,,,,,,,,-1.0928,,0.305,,-1861.69,1128,-13668.29,14,-7314.35,1,-282.275,8,8428.29,1,9422.04,20,8705.236,0,86908877.49615,548,-84880.06595,510, +38,50,Sr,4.2240,18,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3622.6,1500,-12974.56,112,-7907.2,0,-5312.623,159,11112.87,1,10612.80,1,8732.595,0,87905612.25561,599,-87921.61793,558, +38,51,Sr,4.2407,23,0,0,5/2+,,50.563,25,D,4368643.2,2160,B-,100,0,,,,,,,,-1.1481,,-0.271,,1499.336,1615,-9981.32,150,-7153.6,200,-4496.629,5,6358.72,9,10888.99,18,8705.922,1,88907450.808,98,-86209.017,92, +38,52,Sr,4.2611,37,0,0,0+,,28.79,6,Y,908543304,1893456,B-,100,0,,,,,,,,,,,,545.934,1406,-6311.09,141,-5107.38,212,-6583.723,7,7810.43,213,11524.71,6,8695.972,24,89907730.885,2280,-85948.127,2124, +38,53,Sr,4.2740,46,0,0,5/2+,,9.65,6,H,34740,216,B-,100,0,,,,,,,,-0.885,,0.045,,2699.369,5247,-5229.18,6,-5367.32,5,-5906.89,10,5775.12,6,11576.49,8,8663.875,60,90910195.958,5853,-83651.927,5453, +38,54,Sr,4.2924,64,0,0,0+,,2.611,17,H,9399.6,61.2,B-,100,0,,,,,,,,,,,,1949.132,9384,-4587.38,4,-5600.99,4,-8094.923,7,7286.75,6,12411.29,9,8648.906,37,91911038.224,3675,-82867.361,3423, +38,55,Sr,4.3026,75,0,0,5/2+,,7.43,3,M,445.8,1.8,B-,100,0,,,,,,,,-0.7926,,0.258,,4141.319,11697,-3340.66,12,-5974.97,8,-7465.937,11,5289.79,8,12602.37,10,8612.787,81,92914024.311,8109,-80085.838,7554, +38,56,Sr,4.3191,91,0,0,0+,,75.3,2,S,75.3,0.2,B-,100,0,,,,,,,,,,,,3505.752,6422,-2689.87,11,-6311.38,250,-10282.926,2623,6831.19,8,13514.78,8,8593.834,18,93915355.643,1785,-78845.711,1663, +38,57,Sr,4.3305,102,0,0,1/2+,,23.90,14,S,23.9,0.14,B-,100,0,,,,,,,,-0.537,,,,6089.296,7240,-839.41,9,-6570.5,6,-9228.058,21,4345.16,6,13845.74,6,8549.111,61,94919355.84,6239,-75119.551,5812, +38,58,Sr,4.3522,125,0,0,0+,,1.07,1,S,1.07,0.01,B-,100,0,,,,,,,,,,,,5411.738,9726,213.37,11,-6579.75,9,-11569.808,9,5875.92,10,14321.63,22,8521.265,88,95921712.692,9098,-72924.157,8475, +38,59,Sr,4.3625,135,0,0,1/2+,,429,5,MS,0.429,0.005,B-,100,0,B-N,0.05,0,,,,,-0.4983,,,,7539.969,7521,1683.12,7,-6870.38,4,-10062.317,4,3728.61,9,14516.08,5,8471.856,35,96926374.776,3633,-68581.454,3385, +38,60,Sr,4.4377,214,0,0,0+,,0.653,2,S,0.653,0.002,B-,100,0,B-N,0.25,0.05,,,,,,,,,5871.673,8558,1627.00,7,-7500.25,13,-12053.958,16,5912.97,5,15192.94,4,8445.745,33,97928691.86,3463,-66423.104,3226, +38,61,Sr,4.4495,225,0,0,3/2+,,0.269,1,S,0.269,0.001,B-,100,0,B-N,0.1,0.019,,,,,-0.261,,0.84,,8128.424,8138,1702.06,9,-8787.4,19,-11400.258,6,4169.61,6,15441.23,17,8402.552,48,98932880.511,5089,-62521.401,4741, +38,62,Sr,4.4640,240,0,0,0+,,202,3,MS,0.202,0.003,B-,100,0,B-N,0.78,0.13,,,,,,,,,7506.493,13273,2757.61,10,-9166.14,22,-13573.839,21,5370.82,9,15988.73,8,8372.234,72,99935779.615,7686,-59820.903,7160, +38,63,Sr,,,0,0,(5/2-),,118,3,MS,0.118,0.003,B-,100,0,B-N,2.37,0.14,,,,,,,,,9736.095,11055,3931.17,14,-10326.33,131,-12479.907,200,3575.32,11,16366.81,21,8324.74,84,100940606.266,9103,-55324.907,8480, +38,64,Sr,,,0,0,0+,,69,6,MS,0.069,0.006,B-,100,0,B-N,5.5,1.5,,,,,,,,,9013.873,67191,4830.38,67,-10273,306,-14452.304,305,4905.71,68,16603,211,8291.22,658,101944004.68,72000,-52159.304,67068, +38,65,Sr,,,0,0,,,53,10,MS,0.053,0.01,B-,100,0,B-2N,,0,B-N,,0,,,,,,11035,196,5680,196,-11088,446,-13814.0,446,3334,207,17004,357,8243,2,102949090,210,-47422,196, +38,66,Sr,,,0,0,0+,,53,5,MS,0.053,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,9958,499,6280,298,-11479,499,,,4755,357,17787,499,8210,3,103952650,320,-44106,298, +38,67,Sr,,,0,0,,,39,5,MS,0.039,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,12660,1428,7382,643,-11908,711,,,2576,585,,,8156,5,104958550,540,-38610,503, +38,68,SR,,,0,0,0+,,20,+8-7,MS,0.02,0.008,B-,100,0,B-2N,,0,B-N,,0,,,,,,11263,783,8409,1465,,,,,4251,783,,,8119,6,105962651,644,-34790,600, +38,69,SR,,,0,0,,GT,395,,NS,0.000000395,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,13465,862,9082,862,,,,,2181,922,,,8064,7,106968975,751,-28900,700, +39,37,Y,,,0,0,,GT,200,,NS,0.0000002,5e15,EC+B+,,0,P,,0,,,,,,,,,,,,,-2575,583,15767.639,302,14731,424,-850,372,8176,4,75958690,322,-38480,300, +39,38,Y,,,0,0,(5/2+),,57,+22-12,MS,0.057,0.017,EC+B+,100,0,P,,0,ECP,,0,,,,,,-14399,448,,,-2782,285,11364.436,203,16030,362,-520,200,8278,3,76950146,218,-46439,203, +39,39,Y,,,0,0,(0+),,53,8,MS,0.053,0.008,EC+B+,100,0,ECP,,0,,,,= 1,,,,,-11323,499,-28205,499,-2682,298,11000.941,298,13806,361,1659,298,8349,4,77943990,320,-52173,298, +39,40,Y,,,0,0,(5/2+),,14.8,6,S,14.8,0.6,EC+B+,100,0,ECP,,0,,,,,,,,,-11048,310,-25039,407,-3024.05,79,7659.056,80,13716,308,1932.86,80,8416.967,1002,78937930,85000,-57817.833,79177, +39,41,Y,,,0,0,(4-),,30.1,5,S,30.1,0.5,EC+B+,100,0,ECP,,0,,,,,,,,,-6788,300,-22449,300,-3093.99,6,9163.307,7,11401.64,79,2960.23,10,8454.275,78,79934354.755,6701,-61148.152,6242, +39,42,Y,,,0,0,(5/2+),,70.4,10,S,70.4,1,EC+B+,100,0,,,,,,,,,,,,-8252.773,94236,-19424,300,-3307.34,6,5815.213,6,12636.08,8,2690.42,6,8505.902,67,80929454.283,5802,-65712.912,5405, +39,43,Y,,,0,0,1+,,8.30,20,S,8.3,0.2,EC+B+,100,0,,,,,,,,,,,,-4432.804,12457,-18675.27,94,-3553.59,6,7945.962,8,10422.50,8,3824.94,6,8529.275,67,81926930.188,5902,-68064.091,5499, +39,44,Y,,,0,0,9/2+,,7.08,8,M,424.8,4.8,EC+B+,100,0,,,,,,,,,,,,-6294.012,19707,-16645.70,22,-3827.6,19,4591.941,20,12212.89,19,3484.58,20,8573.656,224,82922484.025,20000,-72205.665,18631, +39,45,Y,,,0,0,(6+),,39.5,8,M,2370,48,EC+B+,100,0,,,,,,,,,,,,-2472.745,6977,-16054.09,8,-4143.88,5,6755.139,4,9760.08,19,4385.80,8,8587.78,51,83920671.061,4615,-73894.431,4299, +39,46,Y,,,0,0,(1/2)-,,2.68,5,H,9648,180,EC+B+,100,0,,,,,,,,,,,,-4666.934,20026,-14491.75,20,-4810.37,20,3261.157,19,12019.01,19,4481.52,19,8628.148,223,84916433.039,20360,-77842.123,18965, +39,47,Y,4.2513,23,0,0,4-,,14.74,2,H,53064,72,EC+B+,100,0,,,,,,,,0.6,,,,-1314.075,14585,-14179.22,16,-5520.2,14,5240.0,14,9512.28,24,5468.78,14,8638.428,164,85914886.098,15182,-79283.089,14142, +39,48,Y,4.2498,22,0,0,1/2-,,79.8,3,H,287280,1080,EC+B+,100,0,,,,,,,,-0.19,,,,-3671.239,4296,-13120.68,4,-6372.66,259,1861.69,112,11806.60,14,5784.26,112,8674.844,13,86910876.102,1210,-83018.376,1128, +39,49,Y,4.2441,21,0,0,4-,,106.626,21,D,9212486.4,1814.4,EC+B+,100,0,,,,,,,,-0.42,,0.16,,-670.147,5608,-13023.20,4,-6964.97,266,3622.6,15,9351.96,188,6707.92,150,8682.539,17,87909501.276,1610,-84299.018,1500, +39,50,Y,4.2430,21,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,-0.1374154,,,,-2832.792,2776,-12150.80,6,-7965.94,161,-1499.335,1615,11480.65,220,7075.71,161,8713.978,18,88905841.205,1730,-87708.352,1612, +39,51,Y,4.2573,26,0,0,2-,,64.00,21,H,230400,756,B-,100,0,,,,,,,,-1.63,,-0.155,,2278.474,1609,-9689.82,278,-6171.98,162,-545.935,2666,6857.03,10,7574.02,161,8693.345,18,89907144.8,1729,-86494.062,1611, +39,52,Y,,,0,0,1/2-,,58.51,6,D,5055264,5184,B-,100,0,,,,,,,,0.1641,,,,1544.271,1840,-5650.08,185,-4178.42,184,-2699.368,6,7928.55,245,7692.14,281,8684.941,20,90907298.066,1978,-86351.295,1843, +39,53,Y,4.2887,50,0,0,2-,,3.54,1,H,12744,36,B-,100,0,,,,,,,,-0.67,,0,,3642.535,9127,-4992.24,9,-4632.41,9,-1949.131,10,6536.51,9,8453.54,11,8661.589,99,91908945.745,9798,-84816.492,9127, +39,54,Y,4.3052,65,0,0,1/2-,,10.18,8,H,36648,288,B-,100,0,,,,,,,,-0.139,,,,2894.875,10483,-3839.45,10,-4939.68,12,-4141.319,13,7481.98,14,8648.77,11,8648.905,113,92909578.422,11259,-84227.157,10488, +39,55,Y,4.3142,74,0,0,2-,,18.7,1,M,1122,6,B-,100,0,,,,,,,,,,,,4917.859,6380,-3300.75,6,-5411.97,9,-3505.752,7,6195.62,12,9554.59,10,8622.806,68,93911592.063,6849,-82351.463,6380, +39,56,Y,4.3284,87,0,0,1/2-,,10.3,1,M,618,6,B-,100,0,,,,,,,,-0.16,,,,4451.092,6772,-2010.84,7,-5888.73,10,-6089.297,9,6928.70,9,9652.11,7,8604.973,71,94912818.711,7277,-81208.848,6779, +39,57,Y,4.3402,99,0,0,0-,,5.34,5,S,5.34,0.05,B-,100,0,,,,,,,,,,,,7102.951,6087,-747.27,6,-5988.37,9,-5411.738,10,5198.36,9,10505.31,8,8569.488,63,95915902.953,6535,-78335.895,6088, +39,58,Y,4.3580,115,0,0,(1/2-),,3.75,3,S,3.75,0.03,B-,100,0,B-N,0.055,0.004,,,,,-0.12,,,,6821.237,6707,1246.11,7,-5926.44,10,-7539.97,8,5856.85,9,10486.24,11,8541.522,69,96918280.286,7213,-76121.424,6719, +39,59,Y,4.3711,129,0,0,(0)-,,0.548,2,S,0.548,0.002,B-,100,0,B-N,0.331,0.024,,,,,,,,,8991.932,11576,2576.57,8,-6156.91,8,-5871.673,9,4244.67,10,11002.29,9,8497.677,81,97922388.36,8511,-72294.777,7929, +39,60,Y,4.4658,223,0,0,(5/2+),,1.484,7,S,1.484,0.007,B-,100,0,B-N,1.7,0.4,,,,,3.18,,1.55,,6970.792,12409,2565.57,11,-7183.25,21,-8128.424,8,6426.37,10,11515.69,7,8476.755,67,98924154.288,7114,-70649.825,6627, +39,61,Y,4.4705,228,0,0,1- 2-,,735,7,MS,0.735,0.007,B-,100,0,B-N,0.92,0.08,,,,,2.55,,1.71,,9050.041,13830,2221.90,15,-8397.96,12,-7506.493,13,4748.89,13,12094.97,12,8439.476,112,99927721.063,12008,-67327.396,11186, +39,62,Y,4.4863,244,0,0,(5/2+),,0.45,2,S,0.45,0.02,B-,100,0,B-N,1.94,0.18,,,,,,,,,8104.955,10933,3245.12,11,-8966.78,7,-9736.095,11,5804.92,13,12529.07,10,8413.391,70,100930154.138,7614,-65061.002,7092, +39,63,Y,4.4911,248,0,0,HIGH J,,0.36,4,S,0.36,0.04,B-,100,0,B-N,4.9,1.2,,,,,,,,,10414.53,9669,3921.46,9,-9228.95,17,-9013.873,67,4183.49,8,13137.24,9,8371.922,40,101934327.889,4377,-61173.177,4077, +39,64,Y,,,0,0,(5/2+),,0.23,2,S,0.23,0.02,B-,100,0,B-N,8,3,,,,,,,,,9357.759,14518,5058.82,14,-9761.35,12,-11035.575,196,5355.71,12,13587.24,68,8342.638,109,102937243.208,12028,-58457.575,11204, +39,65,Y,,,0,0,,,197,4,MS,0.197,0.004,B-,100,0,B-N,34,10,B-2N,,0,,,,,,11660,401,5680,401,-10242,401,-9958.0,500,3678,401,13931,446,8298,4,103941960,430,-54064,401, +39,66,Y,,,0,0,,,95,9,MS,0.095,0.009,B-,100,0,B-N,82,0,B-2N,,0,,,,,,10194.373,1336749,6382.38,1337,-10850,1352,-12660.361,1428,5278,1395,14453,1370,8269.02,12730,104944959,1435000,-51270.361,1336694, +39,67,Y,,,0,0,,,79,+10-5,MS,0.079,0.008,B-,100,0,B-N,,0,B-2N,,0,,,,,,12497,664,7340,503,-10771,585,-11263.0,783,2854,1428,14732,711,8218,5,105950560,540,-46053,503, +39,68,Y,,,0,0,,,33.5,30,MS,0.0335,0.003,B-,100,0,B-N,,0,B-2N,,0,,,,,,12015,1230,8114,664,-11181,643,-13464.0,862,4383,711,14863,783,8182,5,106954520,540,-42364,503, +39,69,Y,,,0,0,,,30,5,MS,0.03,0.005,B-,100,0,B-N,,0,B-2N,,0,,,,,,14056,718,9011,1271,,,,,3004,780,15686,919,8134,6,107959960,640,-37297,596, +39,70,Y,,,0,0,,,25,5,MS,0.025,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,12992,862,10082,806,,,,,3975,919,,,8096,6,108964358,751,-33200,700, +40,38,ZR,,,0,0,0+,GT,170,,NS,0.00000017,5e15,EC+B+,,0,,,,,,,,,,,,,,,,-2447,412,11323.0,499,16881,565,1700,448,8194,5,77956146,429,-40850,400, +40,39,Zr,,,0,0,,,56,30,MS,0.056,0.03,EC+B+,100,0,ECP,,0,,,,,,,,,-15120,583,,,-2577,372,11047.833,310,13992,500,1886,423,8267,4,78949790,322,-46770,300, +40,40,Zr,,,0,0,0+,,4.6,6,S,4.6,0.6,EC+B+,100,0,ECP,,0,,,,,,,,,-15940,500,-30781,583,-2537,302,6788.152,300,15661,424,3831,310,8360,4,79941642,322,-54360,300, +40,41,Zr,,,0,0,(3/2-),,5.5,4,S,5.5,0.4,EC+B+,100,0,ECP,0.12,0.02,,,,,,,,,-11100,411,-27111,411,-2081.62,94,8252.773,94,11171,314,3600.96,94,8394.358,1161,80938314,101000,-57460.139,94081, +40,42,Zr,,,0,0,0+,,32,5,S,32,5,EC+B+,100,0,,,,,,,,,,,,-11541,300,-25342,400,-2882.26,13,4432.804,12,14242.46,95,5207.35,12,8465.676,136,81931689,12000,-63631.287,11178, +40,43,Zr,,,0,0,(1/2-),,42,2,S,42,2,EC+B+,100,0,ECP,,0,,,,,,,,,-8355.571,151039,-21893,300,-2859.68,11,6294.011,20,10351.68,13,5136.53,8,8488.399,77,82929240.925,6902,-65911.654,6430, +40,44,Zr,,,0,0,0+,,25.8,5,M,1548,30,EC+B+,100,0,,,,,,,,,,,,-10202.968,14153,-21936.92,151,-3535.14,7,2472.745,7,13581.35,8,6504.99,19,8549.029,65,83923325.662,5903,-71421.686,5499, +40,45,Zr,,,0,0,(7/2+),,7.86,4,M,471.6,2.4,EC+B+,100,0,,,,,,,,,,,,-6895.514,7625,-20027.79,15,-4071.98,7,4666.934,20,9824.82,8,6569.73,8,8564.039,76,84921443.198,6902,-73175.189,6430, +40,46,Zr,,,0,0,0+,,16.5,1,H,59400,360,EC+B+,100,0,,,,,,,,,,,,-8834.96,6552,-19760.66,5,-4383.88,7,1314.075,15,12865.14,7,7415.86,19,8614.051,41,85916296.815,3827,-77969.014,3566, +40,47,Zr,4.2789,30,0,0,9/2+,,1.68,1,H,6048,36,EC+B+,100,0,,,,,,,,-0.895,,0.423,,-5472.651,7963,-18284.40,7,-4974.45,8,3671.239,4,9449.44,5,7353.02,15,8623.654,48,86914817.339,4450,-79347.137,4146, +40,48,Zr,4.2787,25,0,0,0+,,83.4,3,D,7205760,25920,EC,100,0,,,,,,,,,,,,-7455.284,58886,-17825.70,9,-5404.22,6,670.147,6,12353.05,7,7899.47,6,8666.033,61,87910220.709,5800,-83628.871,5403, +40,49,Zr,4.2706,10,0,0,9/2+,,78.41,12,H,282276,432,EC+B+,100,0,,,,,,,,-1.046,,0.275,,-4250.351,23743,-16773.29,59,-6197.2,4,2832.791,3,9318.01,6,7865.51,3,8673.359,35,88908882.332,3310,-84875.561,3083, +40,50,Zr,4.2694,10,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6111.016,3316,-16218.64,24,-6674.36,12,-2278.473,1615,11968.29,3,8353.15,161,8709.969,1,89904698.758,126,-88772.535,118, +40,51,Zr,4.2845,13,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-1.30362,,-0.176,,-1257.565,2924,-13305.36,3,-5440.42,10,-1544.271,1846,7194.35,15,8690.47,161,8693.314,1,90905640.223,112,-87895.566,105, +40,52,Zr,4.3057,13,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2005.736,1782,-9892.34,293,-2962.33,10,-3642.536,9,8634.78,9,9396.70,184,8692.678,1,91905035.322,109,-88459.028,102, +40,53,Zr,,,0,0,5/2+,,1.61E+6,5,Y,50807736000000,1577880000000,B-,100,0,,,,,,,,,,,,90.806,1484,-8740.06,182,-3337.93,47,-2894.875,10,6734.32,45,9594.51,9,8671.62,5,92906470.646,490,-87122.032,457, +40,54,Zr,4.3320,13,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-900.26,1500,-8127.80,150,-3746.11,213,-4917.859,6,8218.61,49,10331.14,10,8666.801,2,93906312.524,175,-87269.322,164, +40,55,Zr,,,0,0,5/2+,,64.032,6,D,5532364.8,518.4,B-,100,0,,,,,,,,1.13,,0.22,,1126.318,985,-7362.19,173,-4432.93,6,-4451.092,7,6461.93,86,10597.45,6,8643.592,9,94908040.267,933,-85659.940,869, +40,56,Zr,4.3512,15,0,0,0+,,2.0E+19,4,Y,6.31152e26,1.262304e26,,,,,,,,,,,,,,,163.971,100,-6723.91,50,-4996.4,3,-7102.951,6,7850.22,88,11518.97,7,8635.327,1,95908277.621,122,-85438.846,114, +40,57,Zr,4.3792,136,0,0,1/2+,,16.749,8,H,60296.4,28.8,B-,100,0,,,,,,,,-0.937,,,,2663.115,4248,-5411.16,41,-5281.74,8,-6821.237,7,5575.13,40,11895.74,6,8603.779,4,96910957.386,444,-82942.661,414, +40,58,Zr,4.4012,164,0,0,0+,,30.7,4,S,30.7,0.4,B-,100,0,,,,,,,,,,,,2237.89,9819,-3752.25,9,-4865.91,9,-8991.932,12,6415.36,8,12454.26,11,8581.448,86,97912735.124,9072,-81286.709,8451, +40,59,Zr,4.4156,181,0,0,(1/2+),,2.1,1,S,2.1,0.1,B-,100,0,,,,,,,,-0.93,,,,4714.724,15950,-2167.34,12,-4925.98,12,-6970.792,12,4405.23,13,12614.81,13,8539.264,106,98916670.835,11274,-77620.617,10502, +40,60,Zr,4.4891,289,0,0,0+,,7.1,4,S,7.1,0.4,B-,100,0,,,,,,,,,,,,3419.963,11398,-2113.41,15,-5878.2,12,-9050.041,14,6828.14,13,13016.58,10,8522.153,81,99918005.444,8748,-76377.437,8148, +40,61,Zr,4.5119,318,0,0,(3/2+),,2.3,1,S,2.3,0.1,B-,100,0,,,,,,,,,,,,5725.534,9143,-1439.87,12,-7009.42,9,-8104.955,11,4859.84,12,13127.53,14,8485.892,83,100921453.11,8951,-73165.957,8339, +40,62,Zr,4.5292,340,0,0,0+,,2.9,2,S,2.9,0.2,B-,100,0,,,,,,,,,,,,4716.837,9053,-767.53,10,-7589.52,9,-10414.53,10,6493.07,12,13815.68,11,8466.355,86,101923147.431,9412,-71587.707,8767, +40,63,Zr,,,0,0,(5/2-),,1.3,1,S,1.3,0.1,B-,100,0,,,,,,,,,,,,7213.337,10036,417.89,10,-7718.85,10,-9357.759,15,4298.94,13,13931.13,10,8425.895,90,102927197.24,9911,-67815.334,9232, +40,64,Zr,,,0,0,0+,,1.2,3,S,1.2,0.3,B-,100,0,,,,,,,,,,,,6094.952,9699,1233.29,10,-8328.07,12,-11660.06,401,5980.04,13,14555.46,15,8402.377,90,103929442.315,10011,-65724.060,9325, +40,65,Zr,,,0,0,(5/2+),,670,28,MS,0.67,0.028,B-,100,0,B-N,2,0,,,,,,,,,8450.817,12770,2282.96,12,-8564.74,15,-10194.373,1337,3811.99,15,14690,401,8358.659,115,104934014.89,13008,-61464.734,12118, +40,66,Zr,,,0,0,0+,,180,9,MS,0.18,0.009,B-,100,0,B-N,7,0,,,,,,,,,7653.37,433164,3294.25,433,-8815.6,438,-12496.987,664,5156.57,433,14568.60,1405,8328.45,4086,105937144,465000,-58549.987,433145, +40,67,Zr,,,0,0,,,146,4,MS,0.146,0.004,B-,100,0,B-N,23,0,,,,,,,,,9344.122,1122479,3752.35,1122,-9382,1139,-12015.688,1230,3901.02,1203,15616,1230,8287.073,10490,106941621,1205000,-54379.688,1122450, +40,68,Zr,,,0,0,0+,,77.4,22,MS,0.0774,0.0022,B-,100,0,B-N,,0,,,,,,,,,8193,401,4299,401,-9672,499,-14056.0,718,5045,1192,16278,643,8257,4,107944870,430,-51353,401, +40,69,Zr,,,0,0,,,56,3,MS,0.056,0.003,B-,100,0,B-2N,,0,B-N,,0,,,,,,10497,566,5282,503,-10007,711,-12993.0,862,2911,643,16185,780,8208,5,108950410,540,-46193,503, +40,70,Zr,,,0,0,0+,,37.5,20,MS,0.0375,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,9424,1029,5732,650,-10521,846,,,4765,780,16975,919,8177,5,109953960,640,-42886,596, +40,71,ZR,,,0,0,,,24.0,50,MS,0.024,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,11316,760,6679,1092,-11085,989,,,2745,919,,,8128,6,110959678,751,-37560,700, +40,72,ZR,,,0,0,0+,,30,+30-10,MS,0.03,0.02,B-,100,0,B-2N,,0,B-N,,0,,,,,,10463,760,6994,760,,,,,4322,989,,,8094,6,111963703,751,-33810,700, +41,40,Nb,,,0,0,,LT,200,,NS,0.0000002,0,EC+B+,,0,,,,,,,,,,,,-14610,640,,,-2347,448,11100.139,411,16011,565,-711,500,8248,5,80950230,429,-46360,400, +41,41,Nb,,,0,0,(0+),,50,5,MS,0.05,0.005,EC+B+,100,0,ECP,,0,,,,= 1,,,,,-11720,500,-28411,583,-2342,423,11541.287,300,13801,500,1919,314,8315,4,81944079,322,-52090,300, +41,42,Nb,,,0,0,(5/2+),,3.9,2,S,3.9,0.2,EC+B+,100,0,,,,,,,,,,,,-11216,428,-25257,427,-2163.17,170,8355.571,151,13537,336,1213.77,151,8378.304,1818,82938211,162000,-57556.083,150902, +41,43,Nb,,,0,0,(1+ 2+ 3+),,9.8,9,S,9.8,0.9,EC+B+,100,0,ECP,,0,,,,,,,,,-7049,298,-22950,401,-2495.48,14,10202.969,14,11733.95,151,2596.03,15,8418.252,155,83934279,14000,-61218.717,13041, +41,44,Nb,,,0,0,(9/2+),,20.5,12,S,20.5,1.2,EC+B+,100,0,,,,,,,,,,,,-8769.923,16357,-20181,298,-2991.68,7,6895.513,8,13132.28,14,2146.96,7,8473.711,48,84928845.837,4400,-66279.676,4099, +41,45,Nb,,,0,0,(6+),,88,1,S,88,1,EC+B+,100,0,,,,,,,,,,,,-5023.81,6642,-19695.62,17,-3494.88,8,8834.96,7,10925.70,7,3247.84,8,8502.222,64,85925781.535,5903,-69134.054,5499, +41,46,Nb,,,0,0,(1/2)-,,3.7,1,M,222,6,EC+B+,100,0,,,,,,,,,,,,-6989.678,7378,-17835.56,8,-4093.74,20,5472.651,8,12811.75,9,3194.44,8,8551.757,78,86920692.472,7302,-73874.486,6802, +41,47,Nb,,,0,0,(8+),,14.50,11,M,870,6.6,EC+B+,100,0,,,,,,,,,,,,-3487.042,58933,-17360.10,59,-4704.07,59,7455.285,59,10370.42,59,4115.42,59,8572.424,668,87918224.287,63134,-76173.586,58810, +41,48,Nb,,,0,0,(9/2+),,2.03,7,H,7308,252,EC+B+,100,0,,,,,,,,6.216,,,,-5610.275,23953,-16009.98,24,-5208,30,4250.352,24,12522.94,63,4285.31,24,8616.812,266,88913445.272,25369,-80625.209,23631, +41,49,Nb,4.2891,40,0,0,8+,,14.60,5,H,52560,180,EC+B+,100,0,,,,,,,,4.961,,,,-2489.016,3316,-15717.90,5,-5803.35,15,6111.016,3,10107.63,24,5074.93,5,8633.376,37,89911259.204,3561,-82661.519,3317, +41,50,Nb,4.2878,40,0,0,9/2+,,6.8E+2,13,Y,21459168000,4102488000,EC+B+,100,0,,,,,,,,6.521,,-0.25,,-4429.18,6744,-14536.82,5,-6044.54,3,1257.565,2928,12047.80,4,5154.44,293,8670.897,32,90906990.274,3141,-86638.001,2926, +41,51,Nb,4.3026,43,0,0,7+,,3.47E+7,24,Y,1.09504872e15,75738240000000,EC+B+,100,0,,,,,,,,5.136,,-0.35,,355.284,1791,-12315.79,6,-4579.19,233,2005.736,1788,7886.61,3,5846.70,178,8662.372,19,91907188.568,1915,-86453.292,1785, +41,52,Nb,4.3240,17,0,0,9/2+,,STABLE,,,,,,,,,,,,,,,6.1705,,-0.32,,-405.769,1501,-8475.58,150,-1929.4,220,-90.806,1559,8830.86,199,6042.78,149,8664.184,16,92906373.161,1600,-87212.838,1491, +41,53,Nb,,,0,0,6+,,2.03E+4,16,Y,640619280000,50492160000,B-,100,0,,,,,,,,,,,,2045.002,1494,-7633.31,150,-2299.92,220,900.26,15,7227.54,8,6536.00,148,8648.901,16,93907278.992,1601,-86369.062,1491, +41,54,Nb,,,0,0,9/2+,,34.991,6,D,3023222.4,518.4,B-,100,0,,,,,,,,6.141,,0,,925.601,494,-6443.51,50,-2859.88,191,-1126.318,1006,8488.51,157,6805.91,53,8647.212,5,94906831.115,545,-86786.258,508, +41,55,Nb,,,0,0,6+,,23.35,5,H,84060,180,B-,100,0,,,,,,,,4.976,,,,3192.059,107,-5962.28,12,-3211.24,9,-163.97,18,6887.88,51,7231.85,88,8628.886,2,95908101.591,157,-85602.816,147, +41,56,Nb,,,0,0,9/2+,,72.1,7,M,4326,42,B-,100,0,,,,,,,,6.153,,,,1938.915,4248,-4882.22,4,-3803.53,11,-2663.115,4,8074.28,4,7455.90,4,8623.168,44,96908098.414,4561,-85605.776,4249, +41,57,Nb,,,0,0,1+,,2.86,6,S,2.86,0.06,B-,100,0,,,,,,,,,,,,4591.373,5003,-4051.22,5,-3598.05,8,-2237.889,10,5990.14,7,7870.91,5,8596.301,51,97910332.65,5369,-83524.598,5001, +41,58,Nb,4.4062,125,0,0,9/2+,,15.0,2,S,15,0.2,B-,100,0,,,,,,,,5.97,,,,3634.758,12006,-2290.69,12,-3551.41,14,-4714.724,16,6882.06,13,8337.60,15,8578.985,121,98911609.371,12886,-82335.341,12004, +41,59,Nb,,,0,0,1+,,1.5,2,S,1.5,0.2,B-,100,0,,,,,,,,,,,,6395.626,7992,-1898.62,8,-3886.42,10,-3419.962,11,5533.38,14,9465.75,13,8548.529,80,99914333.963,8573,-79797.399,7986, +41,60,Nb,4.4861,203,0,0,(5/2+),,7.1,3,S,7.1,0.3,B-,100,0,,,,,,,,,,,,4628.458,3738,-769.78,4,-5194.98,8,-5725.534,9,7165.41,9,9803.02,9,8534.835,37,100915306.496,4024,-78891.491,3749, +41,61,Nb,,,0,0,(4+),,4.3,4,S,4.3,0.4,B-,100,0,,,,,,,,,,,,7261.517,8675,-855.91,256,-6434.68,8,-4716.837,9,5484.37,5,10427.56,9,8504.928,25,101918083.697,2732,-76304.544,2545, +41,62,Nb,4.5097,227,0,0,(5/2+),,1.5,2,S,1.5,0.2,B-,100,0,,,,,,,,,,,,5931.999,10036,466.07,9,-6803.76,8,-7213.337,10,6795.44,5,10729.93,10,8488.331,38,102919453.403,4224,-75028.671,3935, +41,63,Nb,,,0,0,(1+),,4.9,3,S,4.9,0.3,B-,100,0,B-N,0.06,0.03,,,,,,,,,8530.957,9311,1070.34,10,-6916.53,12,-6094.952,10,4861.66,5,11292.65,10,8453.459,26,103922899.115,2938,-71819.012,2737, +41,64,Nb,,,0,0,(5/2+),,2.95,6,S,2.95,0.06,B-,100,0,B-N,1.7,0.9,,,,,,,,,7421.59,9920,2363.10,10,-7279.47,8,-8450.817,13,6167.86,5,11480.46,10,8431.692,38,104924942.564,4324,-69915.551,4027, +41,65,Nb,,,0,0,(1-),,1.02,5,S,1.02,0.05,B-,100,0,B-N,4.5,0.3,,,,,,,,,9931.17,10026,3062.47,10,-7455.1,6,-7653.37,433,4359.12,6,12027.59,13,8393.271,39,105928927.768,4424,-66203.357,4122, +41,66,Nb,,,0,0,,,300,9,MS,0.3,0.009,B-,100,0,,,,,,,,,,,,8827.75,12232,4339.40,12,-7691.15,14,-9344.122,1122,5591.77,9,12462.79,433,8367.089,75,106931589.672,8612,-63723.810,8023, +41,67,Nb,,,0,0,(2+),,198,6,MS,0.198,0.006,B-,100,0,B-N,6.3,0.5,B-2N,,0,,,,,,11210.177,12373,4934.48,12,-7907,401,-8192.765,401,3893.27,12,12455.05,1122,8325.665,76,107936074.988,8842,-59545.765,8237, +41,68,Nb,,,0,0,(5/2),,0.19,3,S,0.19,0.03,B-,100,0,B-N,31,5,,,,,,,,,9976.202,258732,5994.83,259,-7844.35,1361,-10496.794,566,5215.35,259,12625,477,8297.13,2371,108939141,277500,-56689.794,258490, +41,69,Nb,,,0,0,(5),,82,4,MS,0.082,0.004,B-,100,0,B-N,40,8,,,,,,,,,12232.677,838694,6284.77,838,-8682,978,-9423.909,1029,3691.43,877,13406,978,8255.26,7621,109943843,900000,-52309.909,838345, +41,70,Nb,,,0,0,,,54,2,MS,0.054,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,11064,298,7596,299,-8936,585,-11315.0,761,4637,890,13278,667,8223,3,110947530,320,-48875,298, +41,71,Nb,,,0,0,,,33,+9-6,MS,0.033,0.008,B-,100,0,,,,,,,,,,,,13190,357,7595,298,-9402,667,-10464.0,761,3470,422,14003,760,8180,3,111952470,320,-44274,298, +41,72,Nb,,,0,0,,,32,4,MS,0.032,0.004,B-,100,0,B-2N,,0,B-N,,0,,,,,,11979,500,8882,446,-9735,806,,,4308,499,13989,806,8146,4,112956510,430,-40511,401, +41,73,NB,,,0,0,,,17,5,MS,0.017,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,14420,585,9031,586,,,,,2948,643,,,8100,4,113962010,540,-35387,503, +41,74,Nb,,,0,0,,,23,8,MS,0.023,0.008,B-,100,0,B-2N,,0,B-N,,0,,,,,,13395,643,10382,585,,,,,4038,711,,,8065,4,114966340,540,-31354,503, +42,39,Mo,,,0,0,,GT,450,,NS,0.00000045,5e15,ECP,,0,EC+B+,,0,,,,,,,,,,,,,-2135,640,14610.0,640,,,619,640,8058,6,80965915,537,-31750,500, +42,40,Mo,,,0,0,0+,GT,437,,NS,0.000000437,5e15,ECP,,0,EC+B+,,0,,,,,,,,,,,,,-1945,565,11720.0,500,16691,640,1299,565,8163,5,81956661,429,-40370,400, +42,41,Mo,,,0,0,,,6,+30-3,MS,0.006,0.017,EC+B+,100,0,,,,,,,,,,,,-15020,641,,,-1995,500,11216.083,428,14041,566,1539,500,8234,5,82950252,430,-46340,401, +42,42,Mo,,,0,0,0+,,2.3,3,S,2.3,0.3,EC+B+,100,0,ECP,,0,,,,= 0,,,,,-16470,499,-30922,582,-2235,423,7048.717,298,15901,499,3903,334,8325,4,83941846,320,-54170,298, +42,43,Mo,,,0,0,(1/2-),,3.2,2,S,3.2,0.2,EC+B+,100,0,ECP,0.14,0.02,,,,,,,,,-11660,400,-27881,400,-2474.53,95,8769.923,16,11411,298,3580.01,21,8361.331,186,84938260.737,17000,-57509.753,15835, +42,44,Mo,,,0,0,0+,,19.1,3,S,19.1,0.3,EC+B+,100,0,,,,,,,,,,,,-12540,300,-26332,400,-2903.87,12,5023.809,7,14671.81,16,5119.54,6,8434.709,43,85931174.817,4000,-64110.245,3726, +42,45,Mo,,,0,0,(7/2+),,14.1,3,S,14.1,0.3,EC+B+,100,0,B+P,15,8,,,,,,,,,-9194.764,5073,-23386,300,-3398.07,7,6989.678,7,10845.88,5,5039.72,6,8462.424,33,86928196.201,3067,-66884.808,2857, +42,46,Mo,,,0,0,0+,,8.0,2,M,480,12,EC+B+,100,0,,,,,,,,,,,,-11005.229,149088,-23067.82,6,-3689.77,7,3487.042,59,13873.05,5,6101.03,8,8523.908,43,87921967.781,4100,-72686.544,3819, +42,47,Mo,,,0,0,(9/2+),,2.11,10,M,126.6,6,EC+B+,100,0,,,,,,,,,,,,-7620.087,5467,-21404.94,149,-4264.66,8,5610.274,24,10399.71,5,6130.32,59,8544.984,44,88919468.15,4200,-75014.935,3912, +42,48,Mo,4.3265,16,0,0,0+,,5.56,9,H,20016,324,EC+B+,100,0,,,,,,,,,,,,-9447.816,3611,-20848.97,5,-4628.4,5,2489.016,5,13228.89,5,6836.26,24,8597.028,38,89913931.272,3717,-80172.503,3463, +42,49,Mo,4.3182,11,0,0,9/2+,,15.49,1,M,929.4,0.6,EC+B+,100,0,,,,,,,,-0.932,,,,-6222.175,6671,-19555.45,6,-5286.6,7,4429.18,7,10107.64,7,6836.27,7,8613.628,69,90911745.195,6696,-82208.821,6238, +42,50,Mo,4.3151,11,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-7882.884,3106,-18893.25,237,-5604.62,5,-355.284,1792,12671.07,6,7459.55,293,8657.73,2,91906807.155,168,-86808.576,157, +42,51,Mo,,,0,0,5/2+,,4.0E+3,8,Y,126230400000,25246080000,EC,100,0,,,,,,,,,,,,-3200.963,1004,-15952.69,3,-4356.42,3,405.769,1502,8069.81,9,7642.75,179,8651.409,2,92906808.773,193,-86807.069,181, +42,52,Mo,4.3529,13,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4255.748,4069,-12879.28,102,-2066.45,18,-2045.003,1498,9678.31,23,8490.20,149,8662.333,2,93905083.592,151,-88414.065,141, +42,53,Mo,4.3628,18,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-0.9142,,-0.022,,-1690.518,5078,-11624.86,4,-2241.21,16,-925.6,5,7369.11,9,8631.77,149,8648.72,1,94905837.442,132,-87711.858,123, +42,54,Mo,4.3847,15,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2973.242,5145,-10844.85,5,-2760.76,16,-3192.06,19,9154.33,5,9297.59,50,8653.987,1,95904674.774,128,-88794.876,120, +42,55,Mo,4.3880,15,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-0.9335,,0.255,,-320.266,4117,-9794.37,5,-2847.57,49,-1938.915,4,6821.13,16,9230.85,19,8635.092,2,96906016.903,176,-87544.691,165, +42,56,Mo,4.4091,18,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1683.766,3377,-8962.86,4,-3271.57,24,-4591.374,5,8642.60,6,9799.17,4,8635.168,2,97905403.608,186,-88115.972,174, +42,57,Mo,,,0,0,1/2+,,65.976,24,H,237513.6,86.4,B-,100,0,,,,,,,,0.375,,,,1357.764,890,-7609.21,3,-2735.07,90,-3634.757,12,5925.44,15,9734.47,5,8607.797,2,98907707.298,245,-85970.098,229, +42,58,Mo,4.4468,25,0,0,0+,,7.3E+18,4,Y,2.3037048e26,1.262304e25,2B-,100,,2B-,100,0,,,,,,,,,-172.08,1371,-6936.48,94,-3179.09,32,-6395.626,8,8294.24,38,11146.65,12,8604.662,3,99907467.976,323,-86193.025,302, +42,59,Mo,,,0,0,1/2+,,14.61,3,M,876.6,1.8,B-,100,0,,,,,,,,,,,,2824.645,24002,-5570.32,137,-3002.2,52,-4628.458,4,5398.24,7,11011.52,8,8572.915,3,100910337.641,331,-83519.949,309, +42,60,Mo,4.4914,38,0,0,0+,,11.3,2,M,678,12,B-,100,0,,,,,,,,,,,,1006.817,12373,-5292.78,25,-4704.27,12,-7261.517,9,8117.43,8,11963.54,9,8568.45,81,101910288.138,8923,-83566.061,8312, +42,61,Mo,4.5145,46,0,0,(3/2+),,67.5,15,S,67.5,1.5,B-,100,0,,,,,,,,,,,,3643.197,13471,-4459.11,13,-5764.97,14,-5931.999,10,5465.93,12,11945.10,10,8538.328,90,102913085.14,9911,-80960.670,9232, +42,62,Mo,4.5249,51,0,0,0+,,60,2,S,60,2,B-,100,0,,,,,,,,,,,,2153.476,24167,-3817.42,13,-6397.45,12,-8530.956,9,7460.62,13,12610.27,10,8527.965,86,103913740.756,9576,-80349.968,8921, +42,63,Mo,4.5389,57,0,0,(5/2-),,35.6,16,S,35.6,1.6,B-,100,0,,,,,,,,,,,,4952.947,35031,-2905.01,26,-6596.1,12,-7421.59,10,5058.49,13,12807.10,9,8494.923,86,104916975.159,9731,-77337.141,9065, +42,64,Mo,4.5490,57,0,0,0+,,8.73,12,S,8.73,0.12,B-,100,0,,,,,,,,,,,,3641.695,15284,-1915.76,36,-6971.74,13,-9931.171,10,6868.70,13,13507.95,10,8479.581,86,105918266.218,9812,-76134.528,9140, +42,65,Mo,,,0,0,(5/2+),,3.5,5,S,3.5,0.5,B-,100,0,,,,,,,,,,,,6198.355,12667,-846.65,15,-7161.14,13,-8827.75,12,4488.35,13,13637.17,10,8442.28,86,106922112.692,9912,-72551.560,9233, +42,66,Mo,4.5602,67,0,0,0+,,1.09,2,S,1.09,0.02,B-,100,0,,,,,,,,,,,,5166.835,12734,-77.35,13,-7456.8,13,-11210.177,12,6275.70,13,14321.10,12,8422.219,85,107924040.367,9912,-70755.942,9233, +42,67,Mo,,,0,0,(7/2-),,0.53,6,S,0.53,0.06,B-,100,0,,,,,,,,,,,,7616.78,14787,1185.46,14,-7626.18,16,-9976.202,259,3981.37,14,14409.20,14,8381.477,103,108928431.106,12010,-66665.996,11188, +42,68,Mo,,,0,0,0+,,0.296,17,S,0.296,0.017,B-,100,0,B-N,2,0.7,,,,,,,,,6491.925,26018,1668.87,26,-8417.51,434,-12232.676,839,5947.91,27,15141.76,260,8359.354,220,109930710.68,26004,-64542.585,24223, +42,69,Mo,,,0,0,(1/2+ 3/2+),,186,9,MS,0.186,0.009,B-,100,0,B-N,12,0,,,,,,,,,9084.861,6800,3023.43,15,-7984.99,1123,-11064.761,298,3468.49,27,14918.82,838,8315.292,113,110935652.016,13502,-59939.761,12578, +42,70,Mo,,,0,0,0+,,120,+13-11,MS,0.12,0.012,B-,100,0,,,,,,,,,,,,7795,196,3489,196,-8536,446,-13190.0,357,5595,196,15877,357,8291,2,111938310,210,-57464,196, +42,71,Mo,,,0,0,,,80,2,MS,0.08,0.002,B-,100,0,B-N,,0,,,,,,,,,10322,300,4698,300,-8722,586,-11979.0,501,3097,358,15505,423,8245,3,112943650,322,-52490,300, +42,72,Mo,,,0,0,0+,,58,2,MS,0.058,0.002,B-,100,0,B-N,,0,,,,,,,,,8793,526,4933,298,-9346,667,-14420.0,585,5389,423,16585,499,8220,3,113946530,320,-49807,298, +42,73,Mo,,,0,0,,,45.5,20,MS,0.0455,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,11571,885,5780,590,-9614,806,-13395.0,643,3013,499,16650,643,8175,3,114951960,430,-44749,401, +42,74,MO,,,0,0,0+,,32,4,MS,0.032,0.004,B-2N,,0,B-N,,0,B-,,0,,,,,,9956,582,6749,935,-10114,860,,,4822,641,17435,709,8146,4,115955448,537,-41500,500, +42,75,MO,,,0,0,,,22,5,MS,0.022,0.005,B-2N,,0,B-N,,0,B-,,0,,,,,,12212,641,7214,582,,,,,2741,707,,,8100,4,116961170,537,-36170,500, +42,76,Mo,,,0,0,0+,,19,+7-4,MS,0.019,0.006,B-,100,0,B-2N,,0,B-N,,0,,,,,,11159,641,7680,641,,,,,4532,707,,,8069,4,117964970,537,-32630,500, +43,42,Tc,,,0,0,,LT,100,,NS,0.0000001,0,P,,0,,,,,,,,,,,,-14900,640,,,-1914,565,11659.753,400,16221,565,-1031,499,8215,5,84950778,429,-45850,400, +43,43,Tc,,,0,0,(0+),,55,7,MS,0.055,0.007,EC+B+,100,0,ECP,,0,,,,= 1,,,,,-11800,500,-28692,583,-1905,424,12540.245,300,13792,500,1350,300,8280,3,85944637,322,-51570,300, +43,44,Tc,,,0,0,(9/2+),,2.2,2,S,2.2,0.2,EC+B+,100,0,,,,,,,,,,,,-12170,400,-25991,400,-2558.88,151,9194.764,5,14191,300,868.77,6,8347.744,48,86938067.187,4500,-57690.044,4192, +43,45,Tc,,,,0,(5+ 6+ 7+),,6.4,8,S,6.4,0.8,EC+B+,100,0,ECP,,0,,,,,,,,,-7342,335,-24232,426,-2887.51,150,11005.229,149,12062.59,149,2085.48,149,8389.958,1694,87933782.381,160000,-61681.315,149039, +43,46,Tc,,,0,0,(9/2+),,12.8,9,S,12.8,0.9,EC+B+,100,0,,,,,,,,,,,,-9135,298,-21127,300,-3540.09,6,7620.087,5,13784.85,149,1997.27,5,8450.575,43,88927648.65,4100,-67394.848,3819, +43,47,Tc,,,,0,(8+),,,,,,,,,,,,,,,,,,,,,-5840.895,3869,-20536,298,-4015.55,6,9447.816,4,11401.16,4,2998.72,4,8483.359,11,89924073.921,1100,-70724.687,1025, +43,48,Tc,,,0,0,(9/2)+,,3.14,2,M,188.4,1.2,EC+B+,100,0,,,,,,,,,,,,-7746.824,3242,-19174.17,4,-4537.08,7,6222.175,7,13333.28,258,3103.11,4,8536.655,26,90918424.975,2536,-75986.646,2363, +43,49,Tc,,,0,0,(8)+,,4.25,15,M,255,9,EC+B+,100,0,,,,,,,,,,,,-4624.492,4125,-18757.19,4,-5177.02,59,7882.883,3,11010.36,4,4005.84,7,8563.543,34,91915269.779,3330,-78925.693,3102, +43,50,Tc,,,0,0,9/2+,,2.75,5,H,9900,180,EC+B+,100,0,,,,,,,,6.32,,,,-6389.393,2299,-17376.22,290,-5405.81,24,3200.963,1028,12751.73,3,4086.50,100,8608.577,11,92910245.149,1086,-83606.106,1012, +43,51,Tc,,,0,0,7+,,293,1,M,17580,60,EC+B+,100,0,,,,,,,,5.08,,,,-1574.726,5143,-15012.92,5,-3921.71,5,4255.748,4,8623.53,4,4640.22,4,8608.736,43,93909652.325,4370,-84158.317,4070, +43,52,Tc,,,0,0,9/2+,,20.0,1,H,72000,360,EC+B+,100,0,,,,,,,,5.94,,,,-2563.596,10531,-11509.07,6,-1808.25,6,1690.517,5,9934.34,7,4896.25,5,8622.69,53,94907652.287,5453,-86021.341,5080, +43,53,Tc,,,0,0,7+,,4.28,7,D,369792,6048,EC+B+,100,0,,,,,,,,5.04,,,,258.738,5146,-10435.21,11,-1793.26,5,2973.242,5,7871.61,7,5398.75,5,8614.866,54,95907866.681,5524,-85821.634,5146, +43,54,Tc,,,0,0,9/2+,,4.21E+6,16,Y,132857496000000,5049216000000,EC,100,0,,,,,,,,,,,,-1103.873,4956,-9215.37,4,-2436.5,4,320.267,4,9474.11,7,5718.52,4,8623.725,42,96906360.723,4420,-87224.424,4118, +43,55,Tc,,,0,0,(6)+,,4.2E+6,3,Y,132541920000000,9467280000000,B-,100,0,,,,,,,,,,,,1792.653,7157,-8382.97,4,-2488.06,4,1683.767,3,7279.10,5,6176.49,3,8610.004,34,97907211.205,3628,-86432.205,3380, +43,56,Tc,,,0,0,9/2+,,2.111E+5,12,Y,6661809360000,37869120000,B-,100,0,,,,,,,,5.6847,,-0.129,,297.519,946,-7174.32,7,-2966.52,104,-1357.764,936,8966.97,3,6500.86,90,8613.61,9,98906249.678,974,-87327.862,908, +43,57,Tc,,,0,0,1+,,15.46,19,S,15.46,0.19,B-,99.9982,0.0009,EC,0.0018,0.0009,,,,,,,,,3206.444,1376,-6466.88,138,-2843.04,135,172.08,138,6764.40,100,7339.82,134,8595.118,14,99907652.711,1450,-86020.945,1351, +43,58,Tc,,,0,0,9/2+,,14.22,1,M,853.2,0.6,B-,100,0,,,,,,,,,,,,1613.52,24000,-5188.52,24,-3163.73,24,-2824.645,24,8394.97,24,7440.54,24,8593.136,238,100907305.26,25768,-86344.594,24004, +43,59,Tc,,,0,0,1+,,5.28,15,S,5.28,0.15,B-,100,0,,,,,,,,,,,,4533.558,9165,-4686.08,9,-3473.2,10,-1006.817,12,6299.60,26,8341.90,9,8570.65,90,101909207.275,9840,-84572.878,9166, +43,60,Tc,,,0,0,5/2+,,54.2,8,S,54.2,0.8,B-,100,0,,,,,,,,,,,,2663.304,9808,-3568.75,10,-4693.44,16,-3643.197,13,8102.31,13,8326.78,13,8566.103,95,102909174.008,10531,-84603.867,9810, +43,61,Tc,,,0,0,(3+),,18.3,3,M,1098,18,B-,100,0,,,,,,,,,,,,5592.266,24939,-3307.59,25,-5130.96,26,-2153.476,26,5970.89,27,8831.74,27,8541.149,239,103911428.905,26718,-82503.444,24888, +43,62,Tc,,,0,0,(3/2-),,7.6,1,M,456,6,B-,100,0,,,,,,,,,,,,3644.402,35280,-2265.70,35,-5823.51,35,-4952.947,36,7857.96,43,9229.09,36,8534.643,336,104911657.952,37857,-82290.088,35264, +43,63,Tc,,,0,0,(1 2),,35.6,6,S,35.6,0.6,B-,100,0,,,,,,,,,,,,6547,11000,-1913.05,12,-5896.59,13,-3641.695,15,5557.45,37,9728.05,15,8506.556,116,105914356.697,13150,-79776.223,12250, +43,64,Tc,,,0,0,(3/2-),,21.2,2,S,21.2,0.2,B-,100,0,,,,,,,,,,,,5112.598,11724,-498.01,10,-6146.16,10,-6198.354,13,7045.01,15,9904.36,13,8492.897,81,106915458.485,9310,-78749.914,8673, +43,65,Tc,,,0,0,(2)+,,5.17,7,S,5.17,0.07,B-,100,0,,,,,,,,,,,,7738.573,11790,-131.58,12,-6528.68,9,-5166.836,13,5244.18,12,10660.19,13,8462.816,81,107918493.541,9413,-75922.778,8769, +43,66,Tc,,,0,0,(5/2+),,0.86,4,S,0.86,0.04,B-,100,0,B-N,0.08,0.02,,,,,,,,,6455.626,12657,1307.26,12,-6792.14,10,-7616.779,15,6431.31,13,10815.80,13,8444.178,89,108920254.156,10380,-74282.775,9669, +43,67,Tc,,,0,0,(2 3+),,0.900,13,S,0.9,0.013,B-,100,0,B-N,0.04,0.02,,,,,,,,,9038.066,12509,1632.57,13,-7256.07,10,-6491.925,26,4823.05,13,11657.49,15,8411.259,86,109923741.312,10195,-71034.510,9497, +43,68,Tc,,,0,0,(5/2+),,290,20,MS,0.29,0.02,B-,100,0,B-N,0.85,0.2,,,,,,,,,7760.649,13848,2976.64,13,-7725.73,13,-9084.861,16,6061.43,14,11771.01,26,8390.089,95,110925899.016,11359,-69024.622,10581, +43,69,Tc,,,0,0,(2+),,271,15,MS,0.271,0.015,B-,100,0,B-N,1.5,0.2,,,,,,,,,10371.881,11060,3455.02,11,-8138.09,10,-7794.938,196,4305.63,12,12608.15,14,8353.621,49,111929941.644,5920,-65258.938,5515, +43,70,Tc,,,0,0,(5/2+),,152,8,MS,0.152,0.008,B-,100,0,B-N,2.1,0.3,,,,,,,,,9056.578,37028,4747.96,10,-8546.66,259,-10321.541,300,5623.92,6,12637,196,8329.464,30,112932569.033,3600,-62811.541,3353, +43,71,Tc,,,0,0,(GE 4),,100,20,MS,0.1,0.02,B-,100,0,B-N,,0,,,,,,,,,11621.524,433159,5196.51,435,-8715.29,944,-8793.288,526,3860.06,433,13400,527,8290.259,3800,113937090,465000,-58600.288,433145, +43,72,Tc,,,0,0,,,78,2,MS,0.078,0.002,B-,100,0,B-N,,0,,,,,,,,,9869.744,794386,5830.50,789,-9869,844,-11570.99,885,5791.02,900,13802,844,8268.527,6865,114939538,847500,-56319.990,789441, +43,73,Tc,,,0,0,,,57,3,MS,0.057,0.003,B-,100,0,B-2N,,0,B-N,,0,,,,,,12613,298,6663,311,-9607,422,-9956.0,582,3207,844,13996,499,8225,3,115944760,320,-51456,298, +43,74,Tc,,,0,0,,,44.5,30,MS,0.0445,0.003,B-,100,0,B-2N,,0,B-N,,0,,,,,,11108,590,7616,401,-10296,566,-12212.0,641,4997,499,14171,641,8197,3,116948060,430,-48382,401, +43,75,Tc,,,0,0,,,30,4,MS,0.03,0.004,B-,100,0,B-2N,,0,B-N,,0,,,,,,13470,448,7629,590,-10827,643,-11160.0,641,3479,566,14909,641,8157,3,117952990,430,-43790,401, +43,76,TC,,,0,0,,,22,3,MS,0.022,0.003,B-,100,0,B-2N,,0,B-N,,0,,,,,,12193,585,8818,541,-11442,711,,,4653,643,15030,709,8128,4,118956660,540,-40371,503, +43,77,TC,,,0,0,,,21,5,MS,0.021,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,14494,643,8975,585,,,,,3218,711,,,8087,4,119961870,540,-35518,503, +43,78,Tc,,,0,0,,,22,6,MS,0.022,0.006,B-,100,0,B-2N,,0,B-N,,0,,,,,,13267,641,10161,641,,,,,4333,709,,,8056,4,120965883,537,-31780,500, +44,41,Ru,,,0,0,,GT,450,,NS,0.00000045,5e15,P,,0,ECP,,0,EC+B+,,0,,,,,,,,,,-1625,707,14900.0,640,,,538,640,8030,6,84966774,537,-30950,500, +44,42,Ru,,,0,0,0+,GT,438,,NS,0.000000438,5e15,ECP,,0,EC+B+,,0,,,,,,,,,,,,,-1825,565,11800.0,500,16892,640,1209,565,8133,5,85957305,429,-39770,400, +44,44,Ru,,,0,0,0+,,1.2,+3-2,S,1.2,0.3,EC+B+,100,0,ECP,,0,,,,,,,,,-17479,500,,,-2594,423,7341.315,335,16891,500,3939,300,8298,3,87941664,322,-54340,300, +44,45,Ru,,,0,0,(9/2+),,1.5,2,S,1.5,0.2,EC+B+,100,0,ECP,3,0,,,,,,,,,-12400,468,-29471,499,-3175,298,9134.848,298,11992,423,3868,333,8339,3,88937455,320,-58260,298, +44,46,Ru,,,0,0,0+,,11,3,S,11,3,EC+B+,100,0,,,,,,,,,,,,-13184,300,-27094,361,-3198.46,5,5840.895,4,14695,298,4777.92,5,8409.768,41,89930344.379,4003,-64883.792,3730, +44,47,Ru,,,0,0,(9/2+),,8.0,4,S,8,0.4,EC+B+,100,0,,,,,,,,,,,,-9670,298,-24611,300,-3779.93,4,7746.823,3,11427.35,4,4804.11,245,8442.928,24,90926741.532,2384,-68239.823,2221, +44,48,Ru,,,0,0,0+,,3.65,5,M,219,3,EC+B+,100,0,,,,,,,,,,,,-11302.114,5153,-23803,298,-4039.57,5,4624.492,4,14132.70,4,5603.53,4,8504.773,30,91920234.375,2917,-74301.201,2718, +44,49,Ru,,,0,0,(9/2)+,,59.7,6,S,59.7,0.6,EC+B+,100,0,,,,,,,,,,,,-8204.913,3343,-22288.94,5,-4626.69,4,6389.393,23,10986.83,3,5579.99,4,8531.462,22,92917104.444,2216,-77216.713,2065, +44,50,Ru,,,0,0,0+,,51.8,6,M,3108,36,EC,100,,B++EC,100,0,,,,,,,,,-9675.978,4615,-21643.11,4,-4836,5,1574.726,5,13438.20,4,6266.46,3,8583.661,33,93911342.863,3374,-82583.591,3143, +44,51,Ru,,,0,0,5/2+,,1.643,13,H,5914.8,46.8,EC+B+,100,0,,,,,,,,-0.861,,,,-5117.138,10266,-18621.45,10,-3673.84,11,2563.596,11,8945.47,10,6588.40,10,8587.47,100,94910404.42,10200,-83457.745,9502, +44,52,Ru,4.3908,47,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6392.654,10000,-15811.08,4,-1696.71,23,-258.738,5,10693.94,10,7348.00,5,8609.412,2,95907588.914,182,-86080.372,170, +44,53,Ru,,,0,0,5/2+,,2.83,23,D,244512,19872,EC+B+,100,0,,,,,,,,-0.787,,,,-3523,35355,-14504.15,10,-1738.4,277,1103.872,5,8111.50,276,7587.89,6,8604.279,28,96907545.779,2965,-86120.552,2763, +44,54,Ru,4.4229,55,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5049.653,10000,-13698.62,36,-2235.71,6,-1792.653,7,10175.62,7,8289.40,8,8620.313,66,97905286.713,6937,-88224.858,6463, +44,55,Ru,4.4338,42,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-0.641,,0.079,,-2044.081,6690,-12521.49,12,-2338.44,36,-297.519,971,7471.84,6,8482.15,3,8608.712,3,98905930.278,369,-87625.381,344, +44,56,Ru,4.4531,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3636.262,18123,-11717.41,7,-2857.43,36,-3206.444,1394,9673.32,3,9188.50,95,8619.359,3,99904210.452,368,-89227.389,343, +44,57,Ru,4.4606,20,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-0.719,,0.44,,-545.697,5852,-10438.30,18,-2838.34,45,-1613.52,24,6802.04,24,9226.14,140,8601.365,4,100905573.075,445,-87958.114,415, +44,58,Ru,4.4809,18,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2323.119,6396,-9765.34,6,-3415.38,45,-4533.559,9,9219.64,5,10050.81,24,8607.427,4,101904340.3,448,-89106.437,418, +44,59,Ru,,,0,0,3/2+,,39.247,13,D,3390940.8,1123.2,B-,100,0,,,,,,,,0.2,,0.62,,764.538,2260,-8555.17,6,-3721.99,50,-2663.304,10,6232.05,15,9983.26,9,8584.365,4,102906314.833,475,-87267.171,443, +44,60,Ru,4.5098,20,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1136.362,3364,-8135.32,3,-4327.6,249,-5592.266,25,8899.86,249,10780.81,9,8587.399,24,103905425.36,2681,-88095.710,2498, +44,61,Ru,,,0,0,3/2+,,4.44,2,H,15984,72,B-,100,0,,,,,,,,-0.32,,,,1916.752,2851,-7046.46,3,-4839.46,250,-3644.402,35,5910.10,11,10720.02,25,8561.9,24,104907745.525,2682,-85934.490,2499, +44,62,Ru,,,0,0,0+,,371.8,18,D,32123520,155520,B-,100,0,,,,,,,,,,,,39.404,212,-6543.30,6,-5182.08,10,-6547.0,13,8460.05,5,11322.11,36,8560.94,51,105907328.203,5787,-86323.223,5391, +44,63,Ru,,,0,0,(5/2)+,,3.75,5,M,225,3,B-,100,0,,,,,,,,,,,,3001.191,14847,-5571.20,10,-5326.76,13,-5112.598,12,5610.61,10,11375.26,15,8533.366,81,106909969.885,9310,-83862.512,8673, +44,64,Ru,,,0,0,0+,,4.55,5,M,273,3,B-,100,0,,,,,,,,,,,,1370.37,16469,-4868.96,15,-5736.3,12,-7738.572,12,7870.16,12,12200.41,12,8527.225,80,107910185.841,9318,-83661.350,8680, +44,65,Ru,,,0,0,(5/2+),,34.5,10,S,34.5,1,B-,100,0,,,,,,,,,,,,4261.054,9822,-3778.00,17,-5826.18,13,-6455.626,13,5148.37,12,12104.59,12,8496.227,82,108913323.756,9612,-80738.401,8954, +44,66,Ru,,,0,0,0+,,12.04,17,S,12.04,0.17,B-,100,0,,,,,,,,,,,,2756.11,19404,-3144.44,10,-6362.96,13,-9038.066,13,7405.49,12,13078.77,13,8486.311,81,109914038.548,9580,-80072.576,8924, +44,67,Ru,,,0,0,5/2+,,2.12,7,S,2.12,0.07,B-,100,0,,,,,,,,,,,,5519.181,11860,-2027.90,20,-6658.63,13,-7760.649,14,4784.01,13,13039.73,13,8452.957,87,110917567.616,10394,-76785.271,9682, +44,68,Ru,,,0,0,0+,,1.75,7,S,1.75,0.07,B-,100,0,,,,,,,,,,,,4100.685,45118,-1397.68,12,-7299.79,13,-10371.88,11,6916.86,13,13895.17,14,8439.242,86,111918806.972,10305,-75630.818,9599, +44,69,Ru,,,0,0,(1/2+),,0.80,5,S,0.8,0.05,B-,100,0,,,,,,,,,,,,6899.417,37558,-207.93,57,-7627.04,39,-9056.578,37,4308.62,38,13898.15,37,8402.688,326,112922846.396,39587,-71868.119,36875, +44,70,Ru,,,0,0,0+,,0.54,3,S,0.54,0.03,B-,100,0,,,,,,,,,,,,5488.813,71643,474.41,8,-8104.14,24,-11621.523,433,6425.01,37,14699.24,5,8385.34,31,113924613.78,3811,-70221.811,3550, +44,71,Ru,,,0,0,(3/2+),,318,19,MS,0.318,0.019,B-,100,0,B-N,,0,,,,,,,,,8040.097,88790,1449.57,114,-8674.89,89,-9869.744,794,4039.24,89,14878.42,442,8347.547,770,114928942.393,95004,-66189.734,88496, +44,72,Ru,,,0,0,0+,,204,6,MS,0.204,0.006,B-,100,0,B-N,,0,,,,,,,,,6667.213,73926,2089.61,8,-9030,196,-12612.909,298,5950.49,89,15037.89,789,8326.883,32,115931219.193,4000,-64068.909,3726, +44,73,Ru,,,0,0,,,151,3,MS,0.151,0.003,B-,100,0,B-N,,0,,,,,,,,,9407.508,433236,3174.94,439,-9425,527,-11107.865,590,3492.27,433,15323,526,8285.562,3702,116936135,465000,-59489.865,433145, +44,74,Ru,,,0,0,0+,,99,3,MS,0.099,0.003,B-,100,0,B-N,,0,,,,,,,,,7628,202,3566,200,-9878,359,-13470.0,448,5841,477,16167,448,8265,2,117938529,215,-57260,200, +44,75,Ru,,,0,0,,,69.5,20,MS,0.0695,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,10259,298,4252,299,-10240,499,-12193.0,585,3376,359,16064,499,8224,3,118943570,320,-52564,298, +44,76,Ru,,,0,0,0+,,45,2,MS,0.045,0.002,B-,100,0,B-N,,0,,,,,,,,,8803,446,4740,401,-10937,641,-14494.0,643,5519,499,16930,643,8201,3,119946310,430,-50012,401, +44,77,RU,,,0,0,,,29,2,MS,0.029,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,11203,738,5696,446,-11302,641,-13267.0,641,3106,566,16818,643,8159,3,120951640,430,-45047,401, +44,78,RU,,,0,0,0+,,25,1,MS,0.025,0.001,B-,100,0,B-2N,,0,B-N,,0,,,,,,9930,583,6029,796,-11945,707,,,5174,641,17659,707,8135,4,121954750,537,-42150,500, +44,79,RU,,,0,0,,,19,2,MS,0.019,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,12280,640,6929,583,,,,,3001,707,,,8093,4,122960193,537,-37080,500, +44,80,RU,,,0,0,0+,,15,3,MS,0.015,0.003,B-,100,0,B-2N,,0,B-N,,0,,,,,,10929,721,7328,721,,,,,4952,781,,,8068,5,123963542,644,-33960,600, +45,44,Rh,,,0,0,,,,,,,,P,,0,ECP,,0,EC+B+,,0,,,,,,,,,,-2436,538,12399.0,468,17072,538,-1190,200,8191,4,88950767,387,-45861,361, +45,45,Rh,,,0,0,,GT,150,,NS,0.00000015,5e15,,,,,,,,,,,,,,,-11990,500,,,-2554,424,13183.792,300,13910,469,728,423,8255,3,89944498,322,-51700,300, +45,46,Rh,,,0,0,(9/2+),,1.47,22,S,1.47,0.22,EC+B+,100,0,B+P,1.3,0.5,,,,,,,,,-12639,499,-26931,499,-3304,298,9669.823,298,14941,423,975,298,8328,3,90937123,320,-58570,298, +45,47,Rh,,,0,0,(GE6+),,4.66,25,S,4.66,0.25,EC+B+,100,0,B+P,1.9,,,,,,,,,,-8419,300,-25140,401,-3742.69,149,11302.114,5,12501,298,2048.23,5,8373.42,48,91932367.694,4700,-62999.087,4378, +45,48,Rh,,,0,0,(9/2+),,12.2,7,S,12.2,0.7,EC+B+,100,0,,,,,,,,,,,,-10011,301,-22503,300,-4041.87,5,8204.913,3,14084.03,5,1999.57,4,8434.825,28,92925912.781,2821,-69011.800,2629, +45,49,Rh,,,0,0,(4+),,70.6,6,S,70.6,0.6,EC+B+,100,0,ECP,1.8,0.5,,,,,,,,,-6805.345,5459,-21978,301,-4607.84,4,9675.978,5,11967.13,4,2979.87,4,8472.402,36,93921730.453,3627,-72907.613,3379, +45,50,Rh,,,0,0,9/2+,,5.02,10,M,301.2,6,EC+B+,100,0,,,,,,,,,,,,-8374.706,4928,-20309.66,6,-4778.88,5,5117.139,10,13504.31,5,3045.99,5,8525.37,41,94915897.895,4171,-78340.606,3886, +45,51,Rh,,,0,0,6+,,9.90,10,M,594,6,EC+B+,100,0,,,,,,,,,,,,-3504.312,10844,-17793.14,10,-3186.94,10,6392.654,10,9418.43,11,3518.94,14,8534.673,104,95914451.71,10737,-79687.718,10001, +45,52,Rh,,,0,0,9/2+,,30.7,6,M,1842,36,EC+B+,100,0,,,,,,,,,,,,-4791.709,35792,-14485.46,36,-1416.36,35,3523.0,36,10981.15,37,3806.15,35,8559.894,366,96911327.876,38071,-82597.552,35463, +45,53,Rh,,,0,0,(2)+,,8.72,12,M,523.2,7.2,EC+B+,100,0,,,,,,,,,,,,-1854.229,12816,-13440.68,13,-1441.8,13,5049.653,14,8648.97,37,4343.62,12,8560.803,121,97910707.74,12782,-83175.205,11906, +45,54,Rh,,,0,0,1/2-,,16.1,2,D,1391040,17280,EC+B+,100,0,,,,,,,,,,,,-3398.649,8007,-12331.64,8,-1984.88,8,2044.081,7,10477.41,14,4645.41,9,8580.163,68,98908124.69,7189,-85581.300,6697, +45,55,Rh,,,0,0,1-,,20.8,1,H,74880,360,EC+B+,100,0,,,,,,,,,,,,-378.348,25289,-11479.79,19,-2194.41,19,3636.263,18,8081.14,19,5254.72,18,8575.172,181,99908114.141,19458,-85591.126,18125, +45,56,Rh,,,0,0,1/2-,,3.3,3,Y,104140080,9467280,EC,100,0,,,,,,,,,,,,-1980.284,3903,-10270.96,19,-2612.91,7,545.698,6,9892.61,19,5474.00,6,8588.216,58,100906158.905,6270,-87412.416,5841, +45,57,Rh,,,0,0,(1- 2-),,207.3,17,D,17910720,146880,EC+B+,78,5,B-,22,5,,,,,0.45,,,,1119.853,6406,-9422.50,8,-2776.03,7,2323.119,6,7442.22,9,6114.17,6,8576.981,63,101906834.27,6881,-86783.318,6410, +45,58,Rh,4.4945,23,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,-0.0884,,,,-574.519,2420,-8199.85,229,-3128.76,246,-764.537,2343,9319.71,7,6214.24,225,8584.192,22,102905494.068,2470,-88031.708,2301, +45,59,Rh,,,0,0,1+,,42.3,4,S,42.3,0.4,B-,99.55,0.1,EC+B+,0.45,0.1,,,,,,,,,2435.758,2660,-7573.48,242,-3363.32,266,1136.362,3,6998.96,8,6981.15,225,8568.949,22,103906645.295,2472,-86959.348,2303, +45,60,Rh,,,0,0,7/2+,,35.36,6,H,127296,216,B-,100,0,,,,,,,,4.452,,,,566.646,2346,-6527.45,245,-3931.56,24,-1916.753,4,8963.21,3,7044.50,285,8572.704,24,104905687.806,2685,-87851.243,2502, +45,61,Rh,,,0,0,1+,,30.07,35,S,30.07,0.35,B-,100,0,,,,,,,,2.575,,,,3544.901,5335,-6016.06,5,-4214.66,10,-39.404,8,6582.70,6,7717.11,5,8553.931,51,105907285.901,5785,-86362.627,5390, +45,62,Rh,,,0,0,7/2+,,21.7,4,M,1302,24,B-,100,0,,,,,,,,,,,,1508.936,12111,-5027.49,12,-4684.75,16,-3001.191,15,8572.39,13,7829.45,13,8554.103,113,106906747.974,12937,-86863.703,12051, +45,63,Rh,,,0,0,1+,,16.8,5,S,16.8,0.5,B-,100,0,,,,,,,,,,,,4492.486,14039,-4730.40,14,-4953.19,29,-1370.371,16,6239.34,18,8458.18,16,8532.67,130,107908714.688,15024,-85031.721,13996, +45,64,Rh,,,0,0,7/2+,,80,2,S,80,2,B-,100,0,,,,,,,,,,,,2607.021,4187,-3546.57,4,-5134.28,35,-4261.054,10,8039.05,15,8627.08,10,8528.142,37,108908749.326,4336,-84999.455,4038, +45,65,Rh,,,0,0,(1+),,3.35,12,S,3.35,0.12,B-,100,0,,,,,,,,,,,,5502.218,17797,-3293.53,18,-5477.38,22,-2756.11,20,5900.55,18,9379.26,20,8504.254,162,109911079.742,19114,-82828.686,17805, +45,66,Rh,,,0,0,(7/2+),,11,1,S,11,1,B-,100,0,,,,,,,,,,,,3681.435,6887,-2044.86,7,-5979.45,11,-5519.181,12,7547.08,19,9520.85,11,8495.631,62,110911642.531,7354,-82304.452,6850, +45,67,Rh,,,0,0,(1+),,3.6,3,S,3.6,0.3,B-,100,0,,,,,,,,,,,,6590.059,43927,-1816.93,44,-6233.64,45,-4100.685,45,5498.37,45,10235.20,45,8468.87,394,111914404.705,47327,-79731.503,44085, +45,68,Rh,,,0,0,(7/2+),,2.80,12,S,2.8,0.12,B-,100,0,,,,,,,,,,,,4823.555,9881,-517.29,10,-6909.68,12,-6899.417,38,7107.35,45,10425.69,12,8456.821,63,112915439.567,7653,-78767.536,7130, +45,69,Rh,,,0,0,1+,,1.85,5,S,1.85,0.05,B-,100,0,,,,,,,,,,,,7780.319,71891,-190.85,72,-7101.03,72,-5488.814,72,5014.41,72,11131.48,81,8426.624,628,113918721.296,76824,-75710.625,71561, +45,70,Rh,,,0,0,(7/2+),,0.99,5,S,0.99,0.05,B-,100,0,,,,,,,,,,,,6196.554,15350,1189.80,10,-7630.12,13,-8040.097,89,6590.52,72,11296.99,8,8410.658,64,114920310.993,7854,-74229.831,7316, +45,71,Rh,,,0,0,1+,,0.68,6,S,0.68,0.06,B-,100,0,,,,,,,,,,,,9095.512,74169,1618.95,75,-7902.1,74,-6667.213,74,4577.61,74,11835.36,115,8377.615,636,115924061.645,79261,-70736.122,73832, +45,72,Rh,,,0,0,(7/2+),,0.44,4,S,0.44,0.04,B-,100,0,,,,,,,,,,,,7527.104,11411,2862.94,11,-8510.75,10,-9407.508,433,6232.57,74,12117.43,10,8359.281,76,116926035.623,9546,-68897.373,8892, +45,73,Rh,,,0,0,,,266,+22-21,MS,0.266,0.022,B-,100,0,B-N,3.1,1.4,,,,,,,,,10501.286,24342,3465.70,25,-8712.09,434,-7627.46,201,4061.40,26,12686.57,434,8322.858,205,117930340.443,26017,-64887.460,24235, +45,74,Rh,,,0,0,(7/2+),,171,18,MS,0.171,0.018,B-,100,0,B-N,6.4,1.6,,,,,,,,,8585.108,12440,4494.63,10,-8927.72,790,-10258.794,298,6006.65,26,12852,200,8303.394,78,118932556.952,10000,-62822.794,9315, +45,75,Rh,,,0,0,,,136,+14-13,MS,0.136,0.014,B-,100,0,B-N,5.4,0,B-2N,,0,,,,,,11466,196,4522,196,-9784,357,-8803.0,446,4063,196,13539,357,8268,2,119936860,210,-58815,196, +45,76,Rh,,,0,0,,,151,+67-58,MS,0.151,0.063,B-,100,0,B-N,,0,,,,,,,,,9932.201,619453,5958.60,619,-10293,738,-11203.128,738,5507,650,13527,738,8245.239,5119,120939613,665000,-56250.128,619444, +45,77,Rh,,,0,0,,GT,300,,NS,0.0000003,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,12536,301,6031,300,-10715,500,-9930.0,583,3901,688,14322,500,8210,2,121944090,322,-52080,300, +45,78,RH,,,0,0,,,42,4,MS,0.042,0.004,B-,100,0,B-2N,,0,B-N,,0,,,,,,11070,885,7185,400,-11414,642,-12280.0,640,5351,500,14499,640,8186,3,122947010,429,-49360,400, +45,79,RH,,,0,0,,,30,2,MS,0.03,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,13500,499,7469,885,-11797,642,-10930.0,721,3601,565,15099,640,8149,3,123951809,429,-44890,400, +45,80,RH,,,0,0,,,26.5,20,MS,0.0265,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,12120,640,8318,582,-12645,707,,,5182,640,15329,781,8126,4,124954911,537,-42000,500, +45,81,RH,,,0,0,,,19,3,MS,0.019,0.003,B-,100,0,B-2N,,0,B-N,,0,,,,,,14560,640,8749,640,,,,,3371,707,,,8088,4,125959957,537,-37300,500, +45,82,Rh,,,0,0,,,20,+20-7,MS,0.02,0.014,B-,100,0,B-2N,,0,B-N,,0,,,,,,13150,781,9758,721,,,,,4802,781,,,8062,5,126963467,644,-34030,600, +46,45,Pd,,,0,0,,,,,,,,EC+B+,100,0,,,,,,,,,,,,,,,,-2835,566,12640.0,500,14292,566,1519,500,8181,4,90950692,430,-45930,401, +46,46,Pd,,,0,0,0+,,1.0,+3-2,S,1,0.3,EC+B+,100,0,,,,,,,,,,,,-17450,583,,,-2665,424,8419.087,300,16721,500,3299,423,8273,3,91941406,322,-54580,300, +46,47,Pd,,,0,0,(9/2+),,1.00,9,S,1,0.09,EC+B+,100,0,ECP,,0,,,,,,,,,-12734,501,-29942,584,-3166,423,10010.8,300,12492,425,3291,301,8319,3,92936660,323,-59001,300, +46,48,Pd,,,0,0,0+,,9.0,5,S,9,0.5,EC+B+,100,0,,,,,,,,,,,,-13693,400,-27906,401,-3643.39,6,6805.345,5,15173,300,4379.44,5,8391.682,46,93929036.292,4602,-66102.268,4287, +46,49,Pd,,,0,0,(9/2+),,5,3,S,5,3,EC+B+,100,0,,,,,,,,,,,,-10369,298,-25628,400,-4150.99,4,8374.706,5,11934.95,5,4347.26,5,8428.98,32,94924888.512,3253,-69965.900,3031, +46,50,Pd,,,0,0,0+,,122,2,S,122,2,EC+B+,100,0,,,,,,,,,,,,-11671.771,90181,-24658,298,-4307.12,5,3504.312,11,14288.82,5,5131.77,6,8490.02,44,95918213.744,4502,-76183.406,4194, +46,51,Pd,,,0,0,(5/2+),,3.10,9,M,186,5.4,EC+B+,100,0,,,,,,,,,,,,-6980,110000,-21365.52,90,-3014.05,5,4791.709,36,9693.75,6,5407.09,11,8502.43,50,96916471.987,5200,-77805.843,4844, +46,52,Pd,,,0,0,0+,,17.7,3,M,1062,18,EC+B+,100,0,,,,,,,,,,,,-8254.56,33098,-18566.45,110,-1162.3,6,1854.23,13,11586.45,7,6012.39,36,8533.899,48,97912698.337,5090,-81320.975,4742, +46,53,Pd,,,0,0,(5/2)+,,21.4,2,M,1284,12,EC+B+,100,0,,,,,,,,,,,,-5470.178,8004,-17187.55,33,-1149.82,11,3398.649,8,8932.99,7,6296.42,13,8537.93,50,98911773.29,5347,-82182.651,4981, +46,54,Pd,,,0,0,0+,,3.63,9,D,313632,7776,EC,100,0,,,,,,,,,,,,-7074.819,18333,-16571.62,19,-1557.32,18,378.348,25,11101.44,18,6920.45,19,8563.566,176,99908520.315,18935,-85212.778,17638, +46,55,Pd,,,0,0,5/2+,,8.47,6,H,30492,216,EC+B+,100,0,,,,,,,,-0.66,,,,-4097.759,6668,-15365.49,7,-1736.5,5,1980.284,7,8290.67,18,7129.98,19,8560.864,45,100908284.828,4925,-85432.132,4588, +46,56,Pd,4.4827,44,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5656.48,8189,-14640.11,5,-2103.23,6,-1119.853,6,10542.36,5,7779.73,6,8580.29,5,101905632.058,594,-87903.171,554, +46,57,Pd,,,0,0,5/2+,,16.991,19,D,1468022.4,1641.6,EC,100,0,,,,,,,,,,,,-2654.498,4207,-13281.82,8,-2256.72,89,574.519,2489,7625.34,77,7962.84,6,8571.019,9,102906110.84,1018,-87457.189,950, +46,58,Pd,4.5078,27,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4278.654,4000,-12663.73,4,-2592.63,138,-2435.757,2662,10009.23,164,8652.37,266,8584.848,13,103904030.401,1434,-89395.105,1336, +46,59,Pd,4.5150,30,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,-0.642,,0.66,,-1347.052,4670,-11372.75,4,-2884.69,121,-566.645,2749,7094.10,70,8747.51,257,8570.65,11,104905079.487,1222,-88417.888,1138, +46,60,Pd,4.5318,28,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2965.145,2817,-10908.01,5,-3226.01,118,-3544.9,6,9560.96,28,9345.26,236,8579.992,10,105903480.293,1186,-89907.527,1106, +46,61,Pd,,,0,0,5/2+,,6.5E+6,3,Y,205124400000000,9467280000000,B-,100,0,,,,,,,,,,,,34.031,2318,-9501.57,286,-3530.38,127,-1508.936,12,6536.43,50,9298.98,5,8560.894,11,106905128.064,1289,-88372.639,1201, +46,62,Pd,4.5563,27,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1917.444,2633,-9188.85,263,-3853.41,273,-4492.485,14,9222.88,163,9949.47,12,8567.023,10,107903891.805,1189,-89524.206,1108, +46,63,Pd,,,0,0,5/2+,,13.7012,24,H,49324.32,8.64,B-,100,0,,,,,,,,,,,,1112.95,1402,-8071.03,264,-4096.9,274,-2607.021,4,6153.59,15,9863.73,14,8544.882,10,108905950.574,1195,-87606.476,1114, +46,64,Pd,4.5782,30,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-873.603,1378,-7682.80,138,-4432.6,5,-5502.219,18,8795.75,126,10620.42,4,8547.162,6,109905172.868,657,-88330.905,612, +46,65,Pd,,,0,0,5/2+,,23.4,2,M,1404,12,B-,100,0,,,,,,,,,,,,2229.56,1572,-6599.90,143,-4548.29,9,-3681.436,7,5726.30,40,10446.17,18,8521.749,7,110907690.347,785,-85985.888,731, +46,66,Pd,,,0,0,0+,,21.04,17,H,75744,612,B-,100,0,,,,,,,,,,,,262.156,6978,-6177.43,7,-5085.13,11,-6590.059,45,8406.99,7,11306.08,9,8520.724,58,111907329.986,7025,-86321.562,6544, +46,67,Pd,,,0,0,(5/2+),,93,5,S,93,5,B-,100,0,,,,,,,,,,,,3435.731,18033,-5078.69,7,-5277.61,11,-4823.556,10,5340.85,9,11148.56,45,8492.584,61,112910261.267,7455,-83591.092,6945, +46,68,Pd,,,0,0,0+,,2.42,6,M,145.2,3.6,B-,100,0,,,,,,,,,,,,1439.856,8311,-4535.44,18,-5843.28,11,-7780.318,72,7971.17,10,12012.38,10,8488.01,61,113910368.78,7456,-83490.943,6945, +46,69,Pd,,,0,0,(1/2)+,,25,2,S,25,2,B-,100,0,,,,,,,,,,,,4556.268,21649,-3566.90,14,-6066.03,17,-6196.555,15,5006.76,15,12004.73,73,8457.738,118,114913658.718,14541,-80426.386,13546, +46,70,Pd,,,0,0,0+,,11.8,4,S,11.8,0.4,B-,100,0,,,,,,,,,,,,2711.019,7842,-2920.30,20,-6625.73,12,-9095.513,74,7476.57,15,12890.77,10,8449.28,61,115914297.21,7656,-79831.635,7132, +46,71,Pd,,,0,0,(5/2+),,4.3,3,S,4.3,0.3,B-,100,0,,,,,,,,,,,,5757.537,14766,-1953.14,8,-6981.27,38,-7527.104,11,4664.16,10,12977.33,74,8416.929,62,116917954.944,7785,-76424.477,7252, +46,72,Pd,,,0,0,0+,,1.9,1,S,1.9,0.1,B-,100,0,,,,,,,,,,,,4165.046,3539,-1278.05,14,-7591.85,4,-10501.286,24,7035.59,8,13780.34,9,8405.222,21,117919066.847,2673,-75388.746,2491, +46,73,Pd,,,0,0,,,0.92,1,S,0.92,0.01,B-,100,0,,,,,,,,,,,,7237.863,16855,74.57,9,-7643.08,89,-8585.108,12,4090.47,9,13809.41,26,8368.964,69,118923340.459,8851,-71407.902,8245, +46,74,Pd,,,0,0,0+,,492,33,MS,0.492,0.033,B-,100,0,B-N,0.7,0,,,,,,,,,5371.451,5024,294.40,15,-8636.06,4,-11465.05,196,6943.47,8,14746.23,10,8357.085,19,119924551.258,2459,-70280.050,2291, +46,75,PD,,,0,0,,,285,24,MS,0.285,0.024,B-,100,0,B-N,0.8,0,,,,,,,,,8220.492,12565,1397.86,6,-9117.38,433,-9932.201,619,3973.60,4,14657,196,8320.858,28,120928950.343,3600,-66182.329,3353, +46,76,Pd,,,0,0,0+,,175,16,MS,0.175,0.016,B-,100,0,B-N,2.5,0,,,,,,,,,6489.948,42909,1715.34,23,-9781,201,-12536.161,301,6505.15,20,15655.00,620,8305.975,160,121930631.694,21000,-64616.161,19561, +46,77,Pd,,,0,0,,,108,2,MS,0.108,0.002,B-,100,0,B-N,,0,,,,,,,,,9118.336,790039,2605.05,790,-10290,844,-11069.742,885,3884.90,790,15639,845,8270.031,6418,122935126,847500,-60429.742,789441, +46,78,PD,,,0,0,0+,,38,+38-19,MS,0.038,0.029,B-,100,0,B-N,,0,,,,,,,,,7810,390,3087,300,-10803,499,-13500.0,499,6031,844,16319,499,8252,2,123937316,320,-58390,298, +46,79,PD,,,0,0,,,57,10,MS,0.057,0.01,B-,100,0,B-N,,0,,,,,,,,,10400,589,4009,472,-11498,566,-12120.0,640,3801,499,16519,565,8216,3,124941900,429,-54120,400, +46,80,PD,,,0,0,0+,,48.6,12,MS,0.0486,0.0012,B-N,,0,B-,,0,,,,,,,,,8820,447,4589,589,-12135,640,-14560.0,640,5812,565,17149,640,8197,3,125944326,429,-51860,400, +46,81,PD,,,0,0,,,38,2,MS,0.038,0.002,B-,100,0,B-2N,,0,B-N,,0,,,,,,11260,539,5429,539,-12525,707,-13150.0,781,3391,640,17169,707,8159,4,126949350,537,-47180,500, +46,82,PD,,,0,0,0+,,35,3,MS,0.035,0.003,B-,100,0,B-N,,0,,,,,,,,,10130,583,5879,539,-12955,781,,,5381,707,17749,781,8138,4,127952238,537,-44490,500, +46,83,Pd,,,0,0,,,31,7,MS,0.031,0.007,B-,100,0,B-2N,,0,B-N,,0,,,,,,14370,721,8939,671,,,,,1191,781,,,8084,5,128959624,644,-37610,600, +47,46,Ag,,,0,0,,,,,,,,P,,0,ECP,,0,EC+B+,,0,,,,,,,,,,-2832,539,12734.0,501,17208,641,-1024,500,8173,4,92950330,430,-46267,401, +47,47,Ag,,,0,0,(0+),,26,+26-9,MS,0.026,0.018,EC+B+,100,0,ECP,,0,,,,,,,,,-12270,640,,,-3135,500,13692.268,400,14214,566,698,500,8238,4,93943736,429,-52410,400, +47,48,Ag,,,0,0,(9/2+),,1.75,12,S,1.75,0.12,EC+B+,100,0,ECP,,0,,,,,,,,,-12966,499,-27528,582,-3452,422,10368.9,298,15259,499,784,298,8312,3,94936020,320,-59597,298, +47,49,Ag,,,0,0,(8)+,,4.40,6,S,4.4,0.06,EC+B+,100,0,ECP,8.5,1.5,,,,,,,,,-8939,411,-25952,411,-3937.46,90,11671.77,90,12986,311,1834.71,90,8360.29,938,95930743.906,96708,-64511.636,90084, +47,50,Ag,,0,0,0,(9/2+),,25.5,3,S,25.5,0.3,EC,100,0,,,,,,,,,,,,-10372,318,-23324,415,-4238.96,110,6980.0,110,14385.52,142,1931.41,110,8422.405,1135,96923965.326,118204,-70825.843,110107, +47,51,Ag,,0,0,0,(6+),,47.5,3,S,47.5,0.3,EC+B+,100,0,ECP,0.0011,0.0005,,,,,,,,,-5430,40000,-20684,300,-2583.72,33,8254.56,33,10311.89,115,2549.54,33,8441.686,336,97921559.972,35327,-73066.415,32907, +47,52,Ag,,0,0,0,(9/2)+,,124,3,S,124,3,EC+B+,100,0,,,,,,,,,,,,-6781.35,6462,-17147.38,52,-796.78,7,5470.178,8,11717.38,34,2680.47,8,8474.774,63,98917645.768,6725,-76712.473,6265, +47,53,Ag,,0,0,0,(5)+,,2.01,9,M,120.6,5.4,EC+B+,100,0,,,,,,,,,,,,-3943.363,5273,-16278.15,5,-875.16,11,7074.819,18,9496.80,8,3244.28,7,8484.994,50,99916115.445,5367,-78137.959,5000, +47,54,Ag,4.4799,88,0,0,9/2+,,11.1,3,M,666,18,EC+B+,100,0,,,,,,,,5.627,,,,-5497.918,5063,-15211.09,5,-1161.74,36,4097.758,7,11267.73,7,3410.57,18,8512.546,48,100912683.953,5193,-81334.374,4838, +47,55,Ag,,,0,0,5(+),,12.9,3,M,774,18,EC+B+,100,0,,,,,,,,4.6,,,,-2587,8000,-14481.55,8,-1496.4,14,5656.48,8,8983.63,10,4103.53,9,8517.164,80,101911704.54,8771,-82246.691,8170, +47,56,Ag,4.5036,65,0,0,7/2+,,65.7,7,M,3942,42,EC+B+,100,0,,,,,,,,4.47,,,,-4151.075,4481,-13214.32,4,-1646.31,8,2654.497,4,10627.32,9,4188.49,4,8537.651,40,102908960.56,4400,-84802.692,4099, +47,57,Ag,4.5119,57,0,0,5+,,69.2,10,M,4152,60,EC+B+,100,0,,,,,,,,3.919,,,,-1148.072,4537,-12536.15,5,-1950.24,19,4278.653,4,8385.08,6,4948.23,4,8536.184,41,103908623.725,4527,-85116.452,4217, +47,58,Ag,4.5269,45,0,0,1/2-,,41.29,7,D,3567456,6048,EC+B+,100,0,,,,,,,,0.1014,,,,-2736.997,4362,-11173.77,5,-2083.34,7,1347.052,5,10025.70,6,4964.70,5,8550.37,43,104906525.607,4877,-87070.836,4544, +47,59,Ag,,,0,0,1+,,23.96,4,M,1437.6,2.4,EC+B+,99.5,0.5,B-,1,0,,,,,2.85,,,,189.755,2819,-10679.86,3,-2583.98,7,2965.144,3,7942.86,5,5813.46,283,8544.639,28,105906663.507,3237,-86942.383,3016, +47,60,Ag,4.5454,31,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,-0.11357,,,,-1416.409,2567,-9345.85,233,-2799.88,3,-34.031,2668,9535.60,4,5788.11,233,8553.9,22,106905091.531,2557,-88406.670,2382, +47,61,Ag,,,0,0,1+,,2.382,11,M,142.92,0.66,B-,97.15,0.2,EC+B+,2.85,0.2,,,,,2.6884,,,,1645.651,2639,-8687.82,257,-3072.33,3,1917.443,2633,7271.41,17,6523.09,231,8542.025,22,107905950.266,2563,-87606.763,2388, +47,62,Ag,4.5638,25,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,-0.130563,,,,-215.105,1780,-7538.33,148,-3293.1,281,-1112.95,170,9183.98,271,6484.19,140,8547.915,12,108904755.773,1381,-88719.426,1287, +47,63,Ag,,,0,0,1+,,24.56,11,S,24.56,0.11,B-,99.7,0.06,EC,0.3,0.06,,,,,,,,,2890.667,1277,-7024.30,178,-3519.59,6,873.603,1424,6809.19,10,7139.80,140,8532.108,12,109906110.719,1380,-87457.302,1286, +47,64,Ag,,,0,0,1/2-,,7.45,1,D,643680,864,B-,100,0,,,,,,,,-0.146,,,,1036.8,1414,-5938.80,142,-3776.66,12,-2229.559,1632,8829.46,191,7173.51,152,8534.787,13,110905296.816,1565,-88215.447,1459, +47,65,Ag,,,0,0,2(-),,3.130,8,H,11268,28.8,B-,100,0,,,,,,,,,,,,3991.141,2435,-5402.79,245,-3976.91,14,-262.156,7,6439.59,283,7886.80,252,8516.08,22,111907048.55,2600,-86583.718,2422, +47,66,Ag,,,0,0,1/2-,,5.37,5,H,19332,180,B-,100,0,,,,,,,,0.159,,,,2016.462,16641,-4523.28,17,-4452.28,17,-3435.73,18,8514.42,17,7994.23,18,8516.065,147,112906572.858,17866,-87026.822,16643, +47,67,Ag,,,0,0,1+,,4.6,1,S,4.6,0.1,B-,100,0,,,,,,,,,,,,5084.133,4573,-3958.83,5,-4527.03,18,-1439.857,8,5975.29,17,8628.68,8,8493.778,40,113908823.031,4900,-84930.800,4564, +47,68,Ag,,,0,0,1/2-,,20.0,5,M,1200,30,B-,100,0,,,,,,,,,,,,3101.825,18274,-3039.04,18,-5103.12,20,-4556.268,23,8123.17,19,8780.68,20,8490.555,159,114908767.363,19611,-84982.654,18268, +47,69,Ag,,,0,0,(0-),,230,5,S,230,5,B-,100,0,,,,,,,,,,,,6169.827,3264,-2529.49,3,-5236.07,44,-2711.018,8,5631.32,19,9405.24,14,8465.907,28,115911386.812,3500,-82542.653,3260, +47,70,Ag,,,0,0,(1/2-),,72.8,+20-7,S,72.8,1.4,B-,100,0,,,,,,,,,,,,4236.375,13610,-1540.85,14,-5839.39,15,-5757.537,15,7710.68,14,9639.35,15,8459.452,116,116911773.974,14570,-82182.014,13572, +47,71,Ag,,,0,0,1(-),,3.76,15,S,3.76,0.15,B-,100,0,,,,,,,,,,,,7147.849,20158,-1206.72,271,-6268.08,72,-4165.046,4,5443.09,14,10418.28,8,8433.889,21,117914595.487,2700,-79553.792,2515, +47,72,Ag,,,0,0,(7/2+),,2.1,1,S,2.1,0.1,B-,100,0,,,,,,,,,,,,5331.303,35926,-15.44,25,-6840.85,16,-7237.863,17,7163.29,15,10545.99,15,8423.212,124,118915570.293,15783,-78645.765,14703, +47,73,Ag,,,0,0,3(+),,1.23,4,S,1.23,0.04,B-,100,0,B-N,0.003,0,,,,,,,,,8305.853,5820,254.25,38,-7340.3,74,-5371.452,5,5077.05,15,11532.57,9,8395.327,37,119918784.767,4800,-75651.502,4471, +47,74,Ag,,,0,0,(7/2+),,0.78,2,S,0.78,0.02,B-,100,0,B-N,0.08,0.013,,,,,,,,,6671.005,12264,1483.22,13,-7930.36,15,-8220.492,13,6822.64,13,11411.74,12,8382.33,100,120920125.282,13000,-74402.821,12109, +47,75,Ag,,,0,0,(3+),,0.529,13,S,0.529,0.013,B-,99.8,0,B-N,0.186,0.01,,,,,,,,,9506.265,38260,1896.40,38,-8643.56,45,-6489.947,43,4774.60,40,12212.75,38,8352.758,313,121923664.448,41000,-71106.108,38191, +47,76,Ag,,,0,0,(7/2+),,0.300,5,S,0.3,0.005,B-,100,0,B-N,0.55,0.07,,,,,,,,,7866.103,30857,2992.98,31,-9150.2,32,-9118.336,790,6513.29,49,12220.89,36,8337.803,250,122925337.062,33000,-69548.078,30739, +47,77,Ag,,,0,0,(3+),,191,28,MS,0.191,0.028,B-,100,0,B-N,1.3,0.9,,,,,,,,,10501.538,251521,3142.73,252,-9811,319,-7810.134,390,4723.37,253,13059.36,829,8308.655,2028,123928931.229,270000,-66200.134,251503, +47,78,Ag,,,0,0,(9/2+),,159,8,MS,0.159,0.008,B-,100,0,B-N,,0,,,,,,,,,8828.163,433154,4110.42,433,-10694.72,756,-10399.932,590,6391.12,501,13419,526,8293.314,3465,124930735,465000,-64519.932,433145, +47,79,Ag,,,0,0,(3+),,52,10,MS,0.052,0.01,B-,100,0,B-N,,0,,,,,,,,,11576,200,4596,200,-11025,361,-8820.0,447,4232,477,13849,447,8261,2,125934857,215,-60680,200, +47,80,Ag,,,0,0,,,109,25,MS,0.109,0.025,B-,100,0,,,,,,,,,,,,10307,201,5745,200,-11505,447,-11260.0,539,5831,283,13869,447,8242,2,126937262,215,-58440,200, +47,81,Ag,,,0,0,,,58,5,MS,0.058,0.005,B-,100,0,B-N,,0,,,,,,,,,12622,300,6056,300,-12155,500,-10130.0,583,4251,361,14729,583,8211,2,127941363,322,-54620,300, +47,82,Ag,,,0,0,(9/2+),,46,+5-9,MS,0.046,0.007,B-,100,0,B-N,0,0,,,,,,,,,11078,400,7190,400,-12405,640,-14370.0,721,5431,500,14779,640,8189,3,128944197,429,-51980,400, +47,83,Ag,,,0,0,,,42,5,MS,0.042,0.005,B-,100,0,B-2N,,0,B-N,,0,,,,,,15420,500,9289,500,-10822,707,,,1789,640,15376,781,8140,4,129950942,537,-45697,500, +47,84,Ag,,,0,0,,,35,8,MS,0.035,0.008,B-,100,0,B-N,,0,B-2N,,0,,,,,,14839,511,12666,501,-8775,781,,,2754,707,,,8099,4,130956650,537,-40380,500, +47,85,Ag,,,0,0,,,28,+15-12,MS,0.028,0.014,B-,100,0,B-2N,,0,B-N,,0,,,,,,16473,537,13358,511,,,,,1481,707,,,8049,4,131963725,537,-33790,500, +48,48,CD,,,0,0,0+,,1.03,+24-21,S,1.03,0.23,EC+B+,100,0,,,,,,,,,,,,-17683,641,,,-3418,500,8938.636,411,17014,566,3265,499,8259,4,95940340,430,-55573,401, +48,49,Cd,,,0,0,(9/2+),,2.8,6,S,2.8,0.6,EC,100,0,ECP,,0,,,,,,,,,-13264,499,-30635,582,-3878,423,10371.843,318,12952,499,3231,311,8307,3,96935100,320,-60454,298, +48,50,Cd,,,0,0,0+,,9.2,3,S,9.2,0.3,EC+B+,100,0,ECP,0.025,0,,,,,,,,,-13740,303,-28518,404,-3959.06,52,5430.0,61,15254,303,4099.54,122,8378.295,529,97927389.317,55605,-67636.415,51797, +48,51,Cd,,,0,0,(5/2+),,16,3,S,16,3,EC+B+,100,0,B+P,0.17,0,B+A,0.0001,0,,,,,,-8555,298,-24106,298,-2390.14,3,6781.35,6,10366.02,52,4153.68,33,8398.373,16,98924925.847,1700,-69931.123,1584, +48,52,Cd,,,0,0,0+,,49.1,5,S,49.1,0.5,EC+B+,100,0,,,,,,,,,,,,-9881.624,182517,-20890,298,-436.11,5,3943.363,5,12334.79,231,4771.09,6,8437.737,17,99920348.82,1799,-74194.596,1677, +48,53,Cd,,,0,0,(5/2+),,1.36,5,M,81.6,3,EC+B+,100,0,,,,,,,,,,,,-7223,196,-19594.80,183,-455.53,5,5497.918,5,9713.18,224,4987.47,5,8450.365,15,100918586.211,1600,-75836.456,1490, +48,54,Cd,4.4810,122,0,0,0+,,5.5,5,M,330,30,EC+B+,100,0,,,,,,,,,,,,-8964.807,4865,-19117,196,-763.63,5,2587.0,8,11894.55,223,5614.29,5,8484.131,16,101914481.799,1784,-79659.691,1662, +48,55,Cd,4.4951,105,0,0,(5/2)+,,7.3,1,M,438,6,EC+B+,100,0,,,,,,,,-0.81,,-0.8,,-6019.026,9754,-18028.05,5,-893.88,5,4151.076,4,9063.24,246,5693.90,8,8489.754,18,102913416.923,1943,-80651.616,1811, +48,56,Cd,4.5122,83,0,0,0+,,57.7,10,M,3462,60,EC+B+,100,0,,,,,,,,,,,,-7785.716,6013,-17407.11,10,-1180.52,18,1148.072,5,11388.08,246,6454.66,4,8517.622,16,103909856.23,1795,-83968.380,1673, +48,57,Cd,4.5216,70,0,0,5/2+,,55.5,4,M,3330,24,EC+B+,100,0,,,,,,,,-0.7393,,0.43,,-4693.267,10341,-16222.49,6,-1326.62,5,2736.997,5,8436.78,218,6506.36,4,8516.852,13,104909463.895,1494,-84333.839,1392, +48,58,Cd,4.5383,36,0,0,0+,,STABLE,,,,,2B+,,,2B+,,,,,,,,,,,-6524.004,12176,-15562.88,10,-1653.88,123,-189.755,3,10869.62,177,7350.27,5,8539.048,10,105906459.797,1184,-87132.138,1104, +48,59,Cd,4.5466,39,0,0,5/2+,,6.50,2,H,23400,72,EC+B+,100,0,,,,,,,,-0.6150554,,0.68,,-3426,11000,-14453.44,12,-1957.99,192,1416.409,2906,7929.44,194,7336.85,3,8533.351,16,106906612.108,1787,-86990.261,1665, +48,60,Cd,4.5577,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5132.595,8584,-13759.47,11,-2282.22,175,-1645.651,2639,10333.47,200,8134.71,263,8550.019,10,107904183.587,1205,-89252.414,1123, +48,61,Cd,4.5601,35,0,0,5/2+,,461.4,12,D,39864960,103680,EC,100,0,,,,,,,,-0.8278461,,0.69,,-2014.809,4066,-12455.82,9,-2511.35,191,215.105,2004,7323.22,183,8186.53,284,8538.764,14,108904986.698,1649,-88504.321,1536, +48,62,Cd,4.5765,26,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3878,11547,-11929.77,4,-2865.36,117,-2890.667,1341,9914.97,157,8917.51,128,8551.275,3,109903007.46,407,-90347.969,380, +48,63,Cd,4.5845,57,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-0.5948861,,,,-860.204,3417,-10853.60,12,-3304.52,125,-1036.8,15,6975.60,17,9083.92,128,8537.079,3,110904183.766,383,-89252.247,357, +48,64,Cd,4.5944,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2584.728,4243,-10254.13,3,-3475.57,112,-3991.141,2435,9393.93,28,9648.38,144,8544.73,2,111902763.883,268,-90574.859,250, +48,65,Cd,4.6012,28,0,0,1/2+,,8.04E15,5,Y,2.53723104e23,1.57788e21,B-,100,0,,,,,,,,-0.6223009,,,,323.833,265,-9124.47,4,-3861.72,113,-2016.462,17,6539.74,22,9748.54,243,8526.987,2,112904408.097,262,-89043.284,244, +48,66,Cd,4.6087,23,0,0,0+,,STABLE,,,,,2B-,100,,2B-,100,,,,,,,,,,-1445.132,382,-8719.13,30,-4108.94,63,-5084.132,5,9042.97,14,10277.08,17,8531.513,2,113903364.99,296,-90014.932,276, +48,67,Cd,4.6114,46,0,0,1/2+,,53.46,5,H,192456,180,B-,100,0,,,,,,,,-0.6484259,,,,1451.867,651,-7586.00,70,-4523.51,95,-3101.825,18,6140.86,59,10442.65,5,8510.724,6,114905437.417,699,-88084.479,651, +48,68,Cd,4.6203,59,0,0,0+,,3.3E+19,4,Y,1.0414008e27,1.262304e26,2B-,,0,,,,,,,,,,,,-462.731,272,-7247.45,16,-4815.83,7,-6169.827,3,8699.32,67,11018.80,18,8512.35,1,115904763.23,172,-88712.480,160, +48,69,Cd,4.6136,25,0,0,1/2+,,2.49,4,H,8964,144,B-,100,0,,,,,,,,,,,,2524.653,4983,-6239.96,104,-5252.21,7,-4236.375,14,5777.23,100,11164.71,3,8488.973,9,116907226.038,1087,-86418.389,1012, +48,70,Cd,4.6246,60,0,0,0+,,50.3,2,M,3018,12,B-,100,0,,,,,,,,,,,,526.57,21450,-5829.92,21,-5635.61,21,-7147.849,20,8354.57,20,11808.60,24,8487.834,169,117906921.955,21471,-86701.641,20001, +48,71,Cd,,,0,0,1/2+,,2.69,2,M,161.4,1.2,B-,100,0,,,,,,,,,,,,3722.212,38088,-4820.18,38,-5975.6,40,-5331.303,40,5346.74,43,11712.25,38,8461.438,317,118909846.903,40467,-83977.068,37695, +48,72,Cd,4.6300,69,0,0,0+,,50.80,21,S,50.8,0.21,B-,100,0,,,,,,,,,,,,1771.015,40183,-4329.39,8,-6550.64,8,-8305.852,6,8051.60,38,12600.56,15,8458.023,31,119909868.067,4000,-83957.354,3726, +48,73,Cd,,,0,0,(3/2+),,13.5,3,S,13.5,0.3,B-,100,0,,,,,,,,,,,,4762.148,27483,-3416.77,40,-7074.26,8,-6671.005,12,5187.79,4,12711.29,5,8430.996,16,120912963.663,2085,-81073.826,1942, +48,74,Cd,,,0,0,0+,,5.24,3,S,5.24,0.03,B-,100,0,,,,,,,,,,,,2960.368,50110,-2847.72,28,-7648.54,3,-9506.266,38,7609.86,3,13498.52,12,8424.266,19,121913459.052,2468,-80612.374,2299, +48,75,Cd,,,0,0,(3/2+),,2.10,2,S,2.1,0.02,B-,100,0,,,,,,,,,,,,6016.172,19893,-1912.76,50,-8431.19,9,-7866.103,31,4873.12,4,13597.04,38,8395.395,22,122916892.453,2894,-77414.181,2696, +48,76,Cd,,,0,0,0+,,1.25,2,S,1.25,0.02,B-,100,0,,,,,,,,,,,,4168.529,30539,-1342.64,20,-8846.54,4,-10501.538,252,7358.81,4,14442.56,31,8387.035,24,123917657.363,3215,-76701.672,2995, +48,77,Cd,,,0,0,(3/2+),,0.68,4,S,0.68,0.04,B-,100,0,,,,,,,,,,,,7128.71,27119,-549.21,31,-9590.68,4,-8828.163,433,4717.74,4,14436.93,252,8357.681,23,124921257.577,3097,-73348.095,2885, +48,78,Cd,,,0,0,0+,,0.515,17,S,0.515,0.017,B-,100,0,,,,,,,,,,,,5516.106,26908,148.69,27,-10065.56,20,-11576.802,200,6980.02,4,15025.84,433,8346.747,20,125922429.127,2658,-72256.802,2476, +48,79,Cd,,,0,0,(3/2+),,0.37,7,S,0.37,0.07,B-,100,0,,,,,,,,,,,,8148.782,24378,954.19,30,-10742.58,790,-10307.402,200,4561.92,12,15356,201,8316.945,95,126926196.624,13000,-68747.402,12109, +48,80,Cd,,,0,0,0+,,0.28,4,S,0.28,0.04,B-,100,0,,,,,,,,,,,,6904.051,153554,1582.98,22,-11277,298,-12621.89,300,6565.81,14,16091,200,8303.264,57,127927812.857,7776,-67241.890,7244, +48,81,Cd,,,0,0,11/2-,,154,2,MS,0.154,0.002,B-,100,0,B-N,0,0,,,,,-0.7063,,0.57,,9779.674,16982,3016.58,154,-11363,400,-11078.046,400,3887.47,18,15727,300,8269.034,130,128932304.399,18000,-63058.046,16767, +48,82,Cd,,,0,0,0+,,162,7,MS,0.162,0.007,B-,100,0,B-N,3.5,1,,,,,,,,,8765.617,44128,3648.81,23,-11683,400,-15420.589,501,6130.86,28,16426,400,8252.586,172,129934387.566,24000,-61117.589,22356, +48,83,Cd,,,0,0,(7/2-),,68,3,MS,0.068,0.003,B-,100,0,B-N,3.5,1,,,,,,,,,12806.066,102500,6592.92,109,-10464,511,-14838.965,510,2172.69,105,16811,510,8206.175,782,130940720,110000,-55218.965,102464, +48,84,Cd,,,0,0,0+,,97,10,MS,0.097,0.01,B-,100,0,B-N,60,15,,,,,,,,,12148,205,9690,196,-8198,537,-16473.0,537,3116,221,17172,537,8168,1,131946040,210,-50263,196, +48,85,CD,,,0,0,(7/2-),,57,10,MS,0.057,0.01,B-,100,0,B-2N,,0,B-N,,0,,,,,,13544,357,10420,304,-8735,670,,,1728,357,17419,582,8119,2,132952850,320,-43920,298, +48,86,Cd,,,0,0,0+,,65,15,MS,0.065,0.015,B-,100,0,B-2N,,0,B-N,,0,,,,,,12741,499,10473,445,,,,,3071,499,,,8082,3,133958218,429,-38920,400, +49,49,In,,,0,0,,,32,+32-11,MS,0.032,0.022,EC+B+,,0,,,,,,,,,,,,,,,,-3912,499,13740.415,302,14778,499,731,422,8230,3,97942140,320,-53896,298, +49,50,In,,,0,0,,,3.0,8,S,3,0.8,EC+B+,,0,,,,,,,,,,,,-13432,585,,,-4204,422,8555.123,298,15551,422,1029,303,8304,3,98934110,320,-61376,298, +49,51,In,,,0,0,(6+),,5.8,2,S,5.8,0.2,EC+B+,100,0,ECP,1.7,0.4,,,,,,,,,-7030,240000,-24440,535,-2226.25,204,9881.624,183,11008,350,1670.82,183,8331.097,1825,99930957.18,195942,-64312.972,182519, +49,52,In,,,0,0,(9/2+),,15.1,3,S,15.1,0.3,EC+B+,100,0,B+P,,0,,,,,,,,,-8308,358,-19402,359,-213,224,7222.456,196,12372,268,1708,196,8371,2,100926340,210,-68614,196, +49,53,In,,,0,0,(6+),,23.3,1,S,23.3,0.1,EC+B+,100,0,B+P,0.0093,0.0013,,,,,,,,,-5760,100000,-18460.58,300,-53.38,33,8964.807,5,10152,196,2147.40,5,8388.571,45,101924105.916,4909,-70694.884,4573, +49,54,In,,,0,0,(9/2)+,,65,7,S,65,7,EC+B+,100,0,,,,,,,,,,,,-7660,70000,-17769.02,101,-345.03,11,6019.025,10,12009.02,11,2261.87,10,8423.721,93,102919878.613,10332,-74632.591,9625, +49,55,In,4.5184,117,0,0,(6+),,1.80,3,M,108,1.8,EC+B+,100,0,,,,,,,,4.44,,0.66,,-4555.617,8146,-17281.39,71,-469.62,8,7785.715,6,9621.39,11,2820.02,6,8435.237,56,103918214.54,6200,-76182.665,5775, +49,56,In,4.5311,103,0,0,9/2+,,5.07,7,M,304.2,4.2,EC+B+,100,0,,,,,,,,5.675,,0.83,,-6302.58,10989,-16084.84,12,-731.11,11,4693.267,10,11529.22,12,2961.16,10,8464.704,98,104914502.324,11000,-79640.572,10246, +49,57,In,4.5375,95,0,0,7+,,6.2,1,M,372,6,EC+B+,100,0,,,,,,,,4.916,,0.97,,-3254.447,13244,-15341.46,13,-786.36,15,6524.004,12,9038.88,16,3563.27,12,8470.12,115,105913463.603,13125,-80608.134,12226, +49,58,In,4.5494,82,0,0,9/2+,,32.4,3,M,1944,18,EC+B+,100,0,,,,,,,,5.585,,0.807,,-5052.033,12327,-14281.89,12,-1186.48,12,3426.0,11,11027.44,17,3721.09,11,8494.021,104,106910290.071,11943,-83564.261,11125, +49,59,In,4.5571,71,0,0,7+,,58.0,12,M,3480,72,EC+B+,100,0,,,,,,,,,,,,-2049.881,9836,-13678.91,10,-1428.28,10,5132.595,9,8626.88,14,4418.53,9,8495.251,80,107909693.655,9276,-84119.819,8641, +49,60,In,4.5685,61,0,0,9/2+,,4.167,18,H,15001.2,64.8,EC+B+,100,0,,,,,,,,5.538,,0.841,,-3859.327,8887,-12490.89,7,-1843.59,6,2014.81,4,10441.01,9,4526.07,4,8513.102,36,108907149.685,4261,-86489.511,3969, +49,61,In,4.5742,56,0,0,7+,,4.92,8,H,17712,288,EC+B+,100,0,,,,,,,,4.713,,1,,-627.985,17980,-11911.10,14,-1952.5,12,3878.0,12,8051.77,12,5254.62,12,8508.908,105,109907170.665,12402,-86469.969,11553, +49,62,In,4.5856,44,0,0,9/2+,,2.8047,4,D,242326.08,34.56,EC,100,0,,,,,,,,5.503,,0.804,,-2453.456,6337,-10621.38,14,-2410.29,4,860.204,3,9993.39,12,5333.04,3,8522.282,31,110905107.233,3675,-88392.043,3424, +49,63,In,4.5907,41,0,0,1+,,14.88,15,M,892.8,9,EC+B+,57.4,4.8,B-,42.6,4.8,,,,,2.82,,0.087,,664.925,4243,-10122.86,7,-2808.28,5,2584.728,4,7669.40,5,6026.85,4,8514.667,38,111905538.704,4563,-87990.131,4251, +49,64,In,4.6010,31,0,0,9/2+,,STABLE,,,,,,,,,,,,,,,,,0.799,,-1038.985,1573,-8783.38,28,-3072.61,129,-323.833,308,9448.30,4,6081.23,24,8522.929,2,112904060.448,202,-89367.117,188, +49,65,In,4.6056,28,0,0,1+,,71.9,1,S,71.9,0.1,B-,99.5,0.15,EC+B+,0.5,0.15,,,,,2.817,,,,1989.923,302,-8312.99,159,-3537.41,131,1445.131,408,7274.00,25,6815.49,36,8511.973,3,113904916.402,323,-88569.801,301, +49,66,In,4.6156,26,0,0,9/2+,,4.41E+14,25,Y,1.39169016e22,7.8894e20,B-,100,0,,,,,,,,5.5408,,0.86,,497.489,10,-7047.94,3,-3745.81,146,-1451.867,651,9037.86,30,6810.38,28,8516.546,0,114903878.773,12,-89536.346,12, +49,67,In,4.6211,27,0,0,1+,,14.10,3,S,14.1,0.03,B-,99.977,0.006,EC,0.023,0.006,,,,,2.7876,,0.11,,3276.221,240,-6287.23,22,-4090.95,243,462.731,272,6784.72,22,7454.24,69,8501.617,2,115905259.992,236,-88249.749,220, +49,68,In,4.6292,32,0,0,9/2+,,43.2,3,M,2592,18,B-,100,0,,,,,,,,5.519,,0.829,,1454.709,4857,-5488.39,5,-4341.14,17,-2524.653,5,8764.61,5,7519.53,5,8503.865,42,116904515.712,5239,-88943.042,4881, +49,69,In,4.6335,33,0,0,1+,,5.0,5,S,5,0.5,B-,100,0,,,,,,,,,,,,4424.643,7740,-4901.78,8,-4722.33,9,-526.57,21,6356.49,6,8098.79,8,8485.667,66,117906356.659,8322,-87228.211,7752, +49,70,In,4.6407,40,0,0,9/2+,,2.4,1,M,144,6,B-,100,0,,,,,,,,5.515,,0.854,,2365.742,7336,-4117.74,7,-5141.54,20,-3722.213,38,8542.39,8,8286.61,21,8486.143,61,118905850.944,7844,-87699.281,7307, +49,71,In,4.6443,42,0,0,1+,,3.08,8,S,3.08,0.08,B-,100,0,,,,,,,,,,,,5370,40000,-3734.66,40,-5610.63,40,-1771.015,40,6100.41,41,9040.27,55,8466.262,333,119907966.805,42952,-85728.369,40010, +49,72,In,4.6505,47,0,0,9/2+,,23.1,6,S,23.1,0.6,B-,100,0,,,,,,,,5.502,,0.814,,3361.291,27408,-2808.92,27,-6078.88,31,-4762.148,27,8178.92,48,9167.59,28,8463.887,227,120907851.286,29430,-85835.974,27414, +49,73,In,4.6534,51,0,0,1+,,1.5,3,S,1.5,0.3,B-,100,0,,,,,,,,,,,,6368.592,50000,-2446.79,50,-6443.87,50,-2960.367,50,5808.08,57,9787.89,50,8442.118,410,121910280.966,53738,-83572.741,50057, +49,74,In,4.6594,56,0,0,(9/2)+,,6.17,5,S,6.17,0.05,B-,100,0,,,,,,,,5.491,,0.757,,4385.828,19839,-1560.34,20,-7209.5,25,-6016.172,20,7928.93,54,10106.95,20,8437.946,161,122910433.826,21285,-83430.353,19827, +49,75,In,4.6625,60,0,0,(1)+,,3.12,9,S,3.12,0.09,B-,100,0,,,,,,,,4.043,,0.614,,7363.992,30576,-1125.34,31,-7643.61,31,-4168.529,31,5511.16,36,10744.99,31,8414.343,247,123913182.263,32820,-80870.201,30572, +49,76,In,4.6670,64,0,0,9/2+,,2.36,4,S,2.36,0.04,B-,100,0,,,,,,,,5.502,,0.71,,5419.571,27011,-313.93,27,-8498.9,30,-7128.71,27,7677.92,41,11064.10,27,8408.452,216,124913604.591,29010,-80476.805,27023, +49,77,In,4.6702,68,0,0,3(+),,1.53,1,S,1.53,0.01,B-,100,0,,,,,,,,4.034,,0.49,,8242.332,27078,52.15,27,-9091.72,47,-5516.106,27,5367.42,38,11713.78,27,8384.317,214,125916507.344,28901,-77772.908,26921, +49,78,In,4.6733,71,0,0,(9/2+),,1.09,1,S,1.09,0.01,B-,100,0,B-N,0.03,0,,,,,,,,,6574.619,19098,1047.74,24,-9773.02,37,-8148.782,24,7194.59,34,11928.35,21,8374.949,167,126917448.546,22713,-76896.184,21157, +49,79,In,,,0,0,(3)+,,0.84,6,S,0.84,0.06,B-,100,0,B-N,0.046,0,,,,,,,,,9216.067,153027,1253.54,154,-10370.72,295,-6904.051,154,5321.07,155,12687.51,154,8351.09,1199,127920401.053,164766,-74145.941,153479, +49,80,In,,,0,0,(9/2+),,611,5,MS,0.611,0.005,B-,100,0,B-N,0.23,0.07,,,,,,,,,7753.183,17302,2452.97,18,-10742.7,433,-9779.674,17,6763.10,154,12884.80,8,8338.78,21,128921805.486,2891,-72837.720,2693, +49,81,In,,,0,0,1(-),,0.29,2,S,0.29,0.02,B-,100,0,B-N,0.93,0.13,,,,,,,,,10249,38000,2636.38,42,-11628,204,-8765.617,44,5116.80,38,14114.13,42,8313.996,293,129924977.288,40844,-69883.206,38046, +49,82,In,,,0,0,(9/2+),,0.28,3,S,0.28,0.03,B-,100,0,B-N,2,0.3,,,,,,,,,9239.541,4518,4035.86,3,-12010,200,-12806.065,103,6213.14,38,14196.41,23,8297.959,21,130926972.122,2900,-68025.030,2701, +49,83,In,,,0,0,(7-),,0.207,6,S,0.207,0.006,B-,100,0,B-N,6.3,0.9,,,,,,,,,14135,60000,6781.71,60,-10216,306,-12148.542,205,2457.83,60,14481.55,119,8253.715,455,131932998.449,64447,-62411.542,60033, +49,84,In,,,0,0,(9/2+),,165,3,MS,0.165,0.003,B-,100,0,B-N,85,10,,,,,,,,,13410,196,11011,196,-7909,445,-13544.0,357,3124,205,14489,277,8215,1,132938310,210,-57464,196, +49,85,In,,,0,0,(4- TO 7-),,140,4,MS,0.14,0.004,B-,100,0,B-N,65,0,,,,,,,,,14773,298,11142,298,-8388,582,-12741.0,499,2268,357,15030,422,8171,2,133944540,320,-51661,298, +49,86,In,,,0,0,,,92,10,MS,0.092,0.01,B-,100,0,B-N,0,0,,,,,,,,,14104,401,11834,401,-8573,641,,,2939,499,14897,566,8132,3,134950050,430,-46528,401, +49,87,In,,,0,0,,,85,+10-8,MS,0.085,0.009,B-,100,0,B-2N,,0,B-N,,0,,,,,,15389,499,12051,400,-9145,640,,,2053,566,,,8087,3,135956511,429,-40510,400, +49,88,In,,,0,0,,,65,+40-30,MS,0.065,0.035,B-,100,0,B-2N,,0,B-N,,0,,,,,,14748,641,12788,582,,,,,2602,640,,,8047,4,136962383,537,-35040,500, +50,50,Sn,,,0,0,0+,,1.16,20,S,1.16,0.2,EC+B+,100,0,ECP,17,0,,,,,,,,,,,,,-4135,501,7030.0,352,17410,586,3196,424,8252.974,3015,99938504.196,323693,-57282.972,301518, +50,51,Sn,,,0,0,(5/2+),,1.7,3,S,1.7,0.3,EC+B+,100,0,ECP,26,0,,,,,,,,,,,,,-2277,423,8308.374,358,11093.97,425,3281.62,351,8281.102,2970,100935259.244,322068,-60305.626,300005, +50,52,Sn,,,0,0,0+,,3.8,2,S,3.8,0.2,EC+B+,100,0,,,,,,,,,,,,,,,,276.62,113,5760.0,100,12700.58,316,3610,220,8324.43,981,101930289.53,107466,-64934.884,100105, +50,53,Sn,,,0,0,(5/2+),,7.0,2,S,7,0.2,EC+B+,100,0,ECP,1.2,0.1,,,,,,,,,-10794,306,,,533.62,71,7660.0,71,10109.02,123,3566.68,71,8341.757,686,102928101.962,75855,-66972.591,70659, +50,54,Sn,,,0,0,0+,,20.8,5,S,20.8,0.5,EC+B+,100,0,,,,,,,,,,,,-12453.427,122579,-23520,298,142.63,6,4555.618,8,12725.77,71,4283.43,11,8383.911,55,103923105.197,6167,-71627.047,5745, +50,55,Sn,,,0,0,(5/2+),,34,1,S,34,1,EC+B+,100,0,B+P,,0,,,,,,,,,-9322.51,22185,-22235.69,123,73.55,4,6302.58,11,9782.26,7,4444.30,7,8397.228,38,104921268.423,4263,-73337.992,3971, +50,56,Sn,,,0,0,0+,,115,5,S,115,5,EC+B+,100,0,,,,,,,,,,,,-10880.396,9025,-21409.52,22,-118.91,5,3254.447,13,12087.01,6,5002.09,11,8432.038,48,105916957.396,5465,-77353.687,5091, +50,57,Sn,,,0,0,(5/2+),,2.90,5,M,174,3,EC+B+,100,0,,,,,,,,,,,,-7858.989,6738,-20110.25,9,-285.53,6,5052.033,12,9229.86,7,5193.06,13,8439.494,50,106915713.651,5700,-78512.228,5310, +50,58,Sn,4.5605,28,0,0,0+,,10.30,8,M,618,4.8,EC+B+,100,0,,,,,,,,,,,,-9624.607,7692,-19488.02,7,-526.47,6,2049.881,10,11629.03,8,5794.65,12,8469.027,50,107911894.292,5778,-82069.938,5382, +50,59,Sn,4.5679,27,0,0,5/2+,,18.0,2,M,1080,12,EC+B+,100,0,,,,,,,,-1.079,,0.31,,-6379.206,8807,-18256.17,10,-721.26,8,3859.327,9,8631.56,10,5799.34,12,8470.518,73,108911292.843,8533,-82630.184,7949, +50,60,Sn,4.5785,25,0,0,0+,,4.154,4,H,14954.4,14.4,EC,100,0,,,,,,,,,,,,-8392.25,15012,-17662.32,15,-1134.76,14,627.986,18,11283.12,16,6641.44,14,8496.087,125,109907844.835,14790,-85841.983,13777, +50,61,Sn,4.5836,23,0,0,7/2+,,35.3,6,M,2118,36,EC+B+,100,0,,,,,,,,0.608,,0.18,,-5101.851,10334,-16560.17,8,-1373.24,6,2453.456,6,8167.92,15,6757.59,13,8493.13,48,110907741.126,5728,-85938.587,5336, +50,62,Sn,4.5948,22,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-7056.091,17832,-15889.64,9,-1827.56,114,-664.925,4,10787.79,5,7551.98,3,8513.618,3,111904824.877,315,-88655.056,294, +50,63,Sn,4.6015,21,0,0,1/2+,,115.09,3,D,9943776,2592,EC+B+,100,0,,,,,,,,-0.8791,,,,-3911.164,17121,-14800.48,18,-2248.73,220,1038.985,1586,7744.39,156,7626.97,5,8506.811,14,112905175.845,1690,-88328.132,1575, +50,64,Sn,4.6099,20,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6063.149,21838,-14214.07,17,-2636.67,38,-1989.922,302,10302.91,157,8481.58,19,8522.566,0,113902780.132,31,-90559.723,29, +50,65,Sn,4.6148,19,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-0.91883,,,,-3030.432,16024,-13608.58,22,-3206.5,36,-497.489,19,7545.43,2,8753.00,30,8514.069,0,114903344.697,16,-90033.835,15, +50,66,Sn,4.6250,19,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4703.82,5160,-12593.88,16,-3376.03,27,-3276.221,24,9563.45,9,9278.59,10,8523.116,1,115901742.824,103,-91525.970,96, +50,67,Sn,4.6302,19,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-1.00104,,,,-1758.212,8445,-11646.92,5,-3779.38,54,-1454.709,5,6943.10,47,9436.97,53,8509.611,4,116902954.017,518,-90397.751,483, +50,68,Sn,4.6393,19,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3656.64,2975,-11084.63,8,-4062.84,56,-4424.642,8,9326.42,13,9998.78,5,8516.533,4,117901606.609,536,-91652.853,499, +50,69,Sn,4.6438,20,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-1.04728,,,,-590.843,7689,-10140.13,3,-4405.46,97,-2365.741,7,6483.49,55,10125.78,8,8499.449,6,118903311.216,778,-90065.022,725, +50,70,Sn,4.6519,21,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2680.608,7140,-9695.51,8,-4810.8,91,-5370.0,40,9104.66,109,10688.06,7,8504.492,7,119902201.873,962,-91098.369,896, +50,71,Sn,4.6566,21,0,0,3/2+,,27.03,4,H,97308,144,B-,100,0,,,,,,,,0.6978,,-0.02,,403.057,2690,-8850.82,7,-5203.79,139,-3361.291,27,6170.21,34,10757.87,40,8485.201,8,120904242.792,1025,-89197.265,955, +50,72,Sn,4.6634,22,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1605.963,3384,-8412.33,3,-5664.61,20,-6368.592,50,8815.39,233,11394.33,27,8487.907,20,121903444.001,2570,-89941.333,2395, +50,73,Sn,4.6665,23,0,0,11/2-,,129.2,4,D,11162880,34560,B-,100,0,,,,,,,,-1.37,,0.03,,1407.888,2662,-7552.13,3,-6264.03,38,-4385.828,20,5946.16,114,11532.41,50,8467.243,20,122905725.446,2594,-87816.181,2416, +50,74,Sn,4.6735,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-613.944,1513,-7081.44,151,-6701.75,4,-7363.992,31,8489.33,239,12092.81,20,8467.421,8,123905276.692,1088,-88234.193,1014, +50,75,Sn,4.6765,26,0,0,11/2-,,9.64,3,D,832896,2592,B-,100,0,,,,,,,,-1.348,,0.14,,2359.899,2610,-6347.44,153,-7247.47,220,-5419.571,27,5733.50,20,12315.15,31,8445.55,8,124907786.442,1109,-85896.376,1033, +50,76,Sn,4.6833,43,0,0,0+,,2.30E+5,14,Y,7258248000000,441806400000,B-,100,0,,,,,,,,,,,,378,30000,-5830.28,11,-7827.78,11,-8242.332,29,8190.18,10,12827.41,29,8443.523,83,125907658.836,11215,-86015.240,10447, +50,77,Sn,4.6867,47,0,0,11/2-,,2.10,4,H,7560,144,B-,100,0,,,,,,,,-1.329,,,,3228.674,10875,-5148.88,33,-8481.54,10,-6574.619,23,5526.88,15,12986.87,29,8420.557,79,126910390.401,10796,-83470.803,10057, +50,78,Sn,4.6921,54,0,0,0+,,59.07,14,M,3544.2,8.4,B-,100,0,,,,,,,,,,-0.02,,1268.278,13796,-4733.85,18,-9085.25,18,-9216.067,154,7962.52,20,13754.79,28,8416.979,138,127910507.197,18958,-83362.008,17660, +50,79,Sn,4.6934,57,0,0,3/2+,,2.23,4,M,133.8,2.4,B-,100,0,,,,,,,,0.754,,0.05,,4038.404,27372,-4031.93,26,-9667.72,18,-7753.183,17,5300.21,25,13733.93,154,8392.818,134,128913482.102,18547,-80590.903,17277, +50,80,Sn,4.7019,66,0,0,0+,,3.72,7,M,223.2,4.2,B-,100,0,,,,,,,,,,,,2153.47,14113,-3574.22,21,-10300.32,3,-10249.0,38,7612.62,17,14583.46,3,8386.816,14,129913974.533,2009,-80132.206,1873, +50,81,Sn,4.7078,73,0,0,(3/2+),,56.0,5,S,56,0.5,B-,100,0,,,,,,,,0.747,,-0.04,,4716.83,3962,-3050.21,15,-10942.09,13,-9239.541,5,5203.68,4,14670.34,38,8362.517,28,130917053.066,3887,-77264.571,3621, +50,82,Sn,4.7093,76,0,0,0+,,39.7,8,S,39.7,0.8,B-,100,0,,,,,,,,,,,,3088.729,3161,-2636.46,287,-11729.57,8,-14135.0,60,7353.29,4,15810.48,3,8354.872,15,131917823.902,2121,-76546.542,1976, +50,83,Sn,,,0,0,7/2-,,1.46,3,S,1.46,0.03,B-,100,0,B-N,0.0294,0.0024,,,,,,,,,8049.623,3662,690.07,3,-10240.75,17,-13409.88,196,2398.65,274,15751.31,60,8310.088,14,132923913.756,2044,-70873.880,1904, +50,84,Sn,,,0,0,0+,,1.050,11,S,1.05,0.011,B-,100,0,B-N,17,13,,,,,,,,,7586.794,3597,4418.44,4,-7741.07,23,-14772.748,298,3631.19,4,16259,196,8275.171,24,133928680.433,3400,-66433.748,3167, +50,85,Sn,,,0,0,(7/2-),,530,20,MS,0.53,0.02,B-,100,0,B-N,21,3,,,,,,,,,9058.079,4051,5316.98,4,-7838.19,103,-14104.244,401,2269.81,4,16261,298,8230.687,23,134934908.605,3300,-60632.244,3074, +50,86,Sn,,,0,0,0+,,0.290,20,S,0.29,0.02,B-,100,0,B-N,28,4,B-2N,,0,,,,,,8608,298,5720,298,-8060,357,-15389.0,499,3338,298,16660,499,8195,2,135939990,320,-55899,298, +50,87,Sn,,,0,0,,,190,60,MS,0.19,0.06,B-,100,0,B-N,58,15,,,,,,,,,10272,404,6647,401,-8293,499,-14748.0,641,1961,499,16568,566,8149,3,136946550,430,-49788,401, +50,88,SN,,,0,0,0+,,140,+30-20,MS,0.14,0.025,B-,100,0,B-N,36,0,B-2N,,0,,,,,,9360,1177,7128,506,-8366,642,,,3144,643,17110,709,8113,4,137951840,540,-44861,503, +50,89,Sn,,,0,0,,,130,60,MS,0.13,0.06,B-,100,0,B-2N,,0,B-N,,0,,,,,,11348,641,7709,1176,,,,,1651,709,,,8066,4,138958733,537,-38440,500, +51,52,SB,,,0,0,,LT,49,,NS,0.000000049,0,P,,0,,,,,,,,,,,,,,,,2773,422,10794.591,306,,,-1468,314,8229,3,102939690,320,-56178,298, +51,53,Sb,,,0,0,,,0.44,+15-11,S,0.44,0.13,EC+B+,100,0,ECP,7,0,P,1,0,,,,,,,,,,2714.44,220,12453.427,123,11067,322,-510.00,100,8256.644,1177,103936474.502,131449,-59173.620,122444, +51,54,Sb,,,0,0,(5/2+),,1.22,11,S,1.22,0.11,EC+B+,99,0,P,1,0,,,,,,,,,-11203.972,300813,,,2173,197,9322.51,22,12913.18,124,-322.59,22,8300.992,208,104931276.549,23431,-64015.482,21827, +51,55,Sb,,,0,0,(2+),,0.6,2,S,0.6,0.2,EC+B+,,0,,,,,,,,,,,,-8253.544,100816,-21733.10,300,1796.68,9,10880.395,9,10529.13,23,424.27,8,8322.012,70,105928637.982,8000,-66473.292,7452, +51,56,Sb,,,0,0,(5/2+),,4.0,2,S,4,0.2,EC+B+,100,0,,,,,,,,,,,,-10113.913,70952,-20504.81,101,1554.44,10,7858.989,7,12251.26,9,588.52,7,8358.734,39,106924150.624,4452,-70653.239,4148, +51,57,Sb,,,0,0,(4+),,7.4,3,S,7.4,0.3,EC+B+,100,0,,,,,,,,,,,,-6663.664,7712,-19977.32,71,1312.42,8,9624.607,8,9863.41,7,1222.07,8,8372.666,51,107922226.734,5900,-72445.331,5496, +51,58,Sb,,,0,0,(5/2+),,17.0,7,S,17,0.7,EC+B+,100,0,,,,,,,,,,,,-8535.587,6850,-18540.63,8,964.68,12,6379.207,10,11876.96,8,1470.01,8,8404.815,48,108918141.204,5652,-76250.977,5265, +51,59,Sb,,,0,0,(3+),,23.6,3,S,23.6,0.3,EC+B+,100,0,,,,,,,,,,,,-5219.923,8875,-17805.66,7,733.48,14,8392.249,15,9270.07,8,2108.52,10,8412.681,54,109916854.286,6400,-77449.734,5962, +51,60,Sb,,,0,0,(5/2+),,75,1,S,75,1,EC+B+,100,0,,,,,,,,,,,,-7249.259,10937,-16678.24,11,302.61,14,5101.851,10,11458.32,11,2283.72,16,8440.12,80,110913218.189,9500,-80836.736,8849, +51,61,Sb,,,0,0,(3+),,53.5,6,S,53.5,0.6,EC+B+,100,0,,,,,,,,,,,,-4031.457,19702,-16082.80,19,95.94,20,7056.091,18,8833.55,20,2949.35,19,8443.632,159,111912399.903,19140,-81598.965,17829, +51,62,Sb,,,0,0,5/2+,,6.67,7,M,400.2,4.2,EC+B+,100,0,,,,,,,,,,,,-6069.939,32810,-14920.78,19,-352.37,18,3911.164,17,10889.32,25,3050.88,17,8465.275,152,112909374.652,18457,-84416.968,17193, +51,63,Sb,,,0,0,3+,,3.49,3,M,209.4,1.8,EC+B+,100,0,,,,,,,,1.72,,,,-2608.005,35466,-14220.86,35,-451.52,25,6063.149,22,8150.92,28,3457.41,22,8462.518,192,113909289.191,23444,-84496.574,21838, +51,64,Sb,,,0,0,5/2+,,32.1,3,M,1926,18,EC+B+,100,0,,,,,,,,3.46,,-0.36,,-4940.644,32214,-13186.15,32,-1036.28,16,3030.432,16,10578.15,27,3732.65,16,8480.915,139,114906598,17203,-87003.403,16024, +51,65,Sb,,,0,0,3+,,15.8,8,M,948,48,EC+B+,100,0,,,,,,,,2.715,,,,-1553.189,28417,-12830.71,28,-1256.93,7,4703.82,5,7890.06,17,4077.29,5,8475.821,44,115906792.583,5539,-86822.150,5160, +51,66,Sb,,,0,0,5/2+,,2.80,1,H,10080,36,EC+B+,100,0,B+,1.7,0.3,,,,,3.43,,0,,-3544.128,13079,-11441.89,29,-1697.34,8,1758.212,8,9888.71,10,4402.54,8,8487.897,72,116904841.535,9057,-88639.539,8437, +51,67,Sb,,,0,0,1+,,3.6,1,M,216,6,EC+B+,100,0,,,,,,,,2.47,,,,-299.63,18726,-10972.12,14,-1851.33,3,3656.64,3,7427.99,9,4887.43,3,8478.915,26,117905532.174,3238,-87996.213,3016, +51,68,Sb,,,0,0,5/2+,,38.19,22,H,137484,792,EC,100,0,,,,,,,,3.45,,-0.37,,-2293,2000,-9848.91,20,-2362.75,8,590.842,8,9549.28,8,5110.30,8,8487.91,65,118903945.512,8267,-89474.180,7701, +51,69,Sb,,,0,0,1+,,15.89,4,M,953.4,2.4,EC+B+,100,0,,,,,,,,2.34,,,,950.226,7811,-9307.90,11,-2592.93,7,2680.608,7,7014.90,11,5641.71,7,8475.635,60,119905079.624,7725,-88417.761,7196, +51,70,Sb,4.6802,26,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,3.3634,,-0.36,,-1054.819,25767,-8303.65,3,-3082.2,6,-403.056,2753,9253.88,8,5790.92,267,8482.066,21,120903810.093,2771,-89600.321,2582, +51,71,Sb,,,0,0,2-,,2.7238,2,D,235336.32,17.28,B-,97.59,0.12,EC+B+,2.41,0.12,,,,,-1.9,,0.85,,1979.089,2127,-7861.19,26,-3532.08,8,1605.963,4,6806.37,13,6427.08,269,8468.331,21,121905168.074,2768,-88335.370,2578, +51,72,Sb,4.6879,25,0,0,7/2+,,STABLE,,,,,,,,,,,,,,,2.5498,,-0.49,,-51.913,66,-6980.93,10,-3949.7,7,-1407.888,2847,8960.02,213,6571.71,266,8472.328,12,122904214.016,1616,-89224.069,1506, +51,73,Sb,,,0,0,3-,,60.20,3,D,5201280,2592,B-,100,0,,,,,,,,1.2,,1.87,,2905.073,132,-6519.41,9,-4316.8,40,613.945,1816,6467.50,6,7093.04,266,8456.16,12,123905935.789,1618,-87620.248,1507, +51,74,Sb,,,0,0,7/2+,,2.75856,25,Y,87053533.056,7889.4,B-,100,0,,,,,,,,2.63,,,,766.7,2121,-5802.27,212,-4845.22,28,-2359.898,2797,8707.34,213,7311.05,260,8458.17,21,124905252.987,2790,-88256.274,2599, +51,75,Sb,,,0,0,(8-),,12.35,6,D,1067040,5184,B-,100,0,,,,,,,,1.28,,,,3672.108,31787,-5441.58,32,-5245.41,59,-378.0,33,6208.28,32,7785.84,32,8440.314,252,125907253.036,34103,-86393.240,31767, +51,76,Sb,,,0,0,7/2+,,3.85,5,D,332640,4320,B-,100,0,,,,,,,,,,,,1582.201,4913,-4705.45,5,-5694.04,20,-3228.674,11,8377.55,32,7973.21,12,8439.82,40,126906924.277,5502,-86699.477,5126, +51,77,Sb,,,0,0,8-,,9.05,4,H,32580,144,B-,100,0,,,,,,,,1.31,,,,4363.429,19117,-4419.93,19,-6185,36,-1268.278,26,6002.13,20,8448.45,22,8420.775,149,127909145.645,20525,-84630.286,19119, +51,78,Sb,,,0,0,7/2+,,4.366,26,H,15717.6,93.6,B-,100,0,,,,,,,,2.79,,,,2375.5,21213,-3706.91,21,-6577.42,34,-4038.404,27,8070.34,29,8556.27,28,8418.058,165,128909146.696,22792,-84629.307,21231, +51,79,Sb,,,0,0,(8-),,39.5,8,M,2370,48,B-,100,0,,,,,,,,,,,,5067.273,14212,-3352.19,14,-6937.68,30,-2153.47,14,5727.69,26,8983.74,22,8397.363,109,129911662.688,15257,-82285.676,14212, +51,80,Sb,,,0,0,(7/2+),,23.03,4,M,1381.8,2.4,B-,100,0,,,,,,,,,,,,3229.611,2085,-2699.77,208,-7510.13,21,-4716.83,4,7767.04,14,9138.17,280,8392.552,16,130911989.341,2236,-81981.401,2084, +51,81,Sb,,,0,0,(4)+,,2.79,7,M,167.4,4.2,B-,100,0,,,,,,,,,,,,5552.915,4271,-2495.58,247,-7914.25,154,-3088.729,3,5725.19,3,9659.67,4,8372.344,19,131914508.015,2648,-79635.271,2467, +51,82,Sb,,,0,0,(7/2+),,2.34,5,M,140.4,3,B-,100,0,,,,,,,,3,,,,4013.619,3518,-1806.63,5,-8510.7,4,-8049.623,4,7359.55,4,9665.93,4,8364.729,24,132915272.13,3357,-78923.503,3128, +51,83,Sb,,,0,0,(0-),,0.78,6,S,0.78,0.06,B-,100,0,,,,,,,,,,,,8513.2,3233,845.26,268,-6562.25,38,-7586.794,4,3168.36,4,10435.63,256,8325.95,13,133920535.675,1830,-74020.542,1705, +51,84,Sb,,,0,0,(7/2+),,1.679,15,S,1.679,0.015,B-,100,0,B-N,22,3,,,,,,,,,8038.457,3152,4772.10,4,-4090.21,4,-9058.079,4,3741.10,3,10545.55,4,8291.989,20,134925184.357,2834,-69690.323,2640, +51,85,Sb,,,0,0,1-,,0.923,14,S,0.923,0.014,B-,100,0,B-N,16.3,3.2,,,,,,,,,9918.389,6260,5150.58,6,-4520.25,60,-8607.88,298,2887.87,6,11163.61,7,8252.252,43,135930749.011,6258,-64506.880,5830, +51,86,Sb,,,0,0,(7/2+),,450,50,MS,0.45,0.05,B-,100,0,B-N,49,10,,,,,,,,,9243.369,52206,6293.57,52,-5021,202,-10272.384,404,3624.82,52,11450,303,8218.476,381,136935522.522,56000,-60060.384,52164, +51,87,Sb,,,0,0,(3-),,348,15,MS,0.348,0.015,B-,100,0,B-N,72,8,B-2N,,0,,,,,,11475.582,1064239,7012.03,1064,-4985,1105,-9359.403,1177,2231.34,1066,11721,1137,8175.091,7712,137941792,1142500,-54220.403,1064232, +51,88,Sb,,,0,0,,GT,150,,NS,0.00000015,5e15,,,,,,,,,,,,,,,10417,401,7836,401,-5685,566,-11348.0,641,3639,1137,12217,643,8142,3,138946550,430,-49788,401, +51,89,SB,,,0,0,(4- 3-),GT,407,,NS,0.000000407,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,12638,599,8195,596,-5854,718,,,2222,718,12788,778,8100,4,139952830,640,-43939,596, +52,53,Te,,,0,0,(5/2+),,0.62,7,US,0.00000062,0.00000007,A,100,0,,,,,,,,,,,,,,,,5069.2,3,11203.972,301,,,926.86,324,8186.836,2857,104943304.508,322084,-52811.510,300020, +52,54,Te,,,0,-1,0+,,70,17,US,0.00007,0.000017,A,100,0,,,,,,,,,,,,,,,,4290.22,9,8253.544,101,13479.55,316,1493.24,103,8236.767,948,105937498.526,107934,-58219.748,100541, +52,55,Te,,,0,0,,,3.1,1,MS,0.0031,0.0001,A,70,30,EC+B+,30,30,,,,,,,,,-11110,308,,,4008.35,5,10113.913,71,10390.90,123,1355.00,71,8256.899,662,106935008.356,76039,-60539.326,70830, +52,56,Te,,,0,0,0+,,2.1,1,S,2.1,0.1,EC+B+,51,4,A,49,4,B+P,2.4,1,,,,,,-13132.062,132370,-24423,300,3420.46,8,6663.664,8,13313.66,71,2417.40,7,8303.721,50,107929380.471,5808,-65781.667,5411, +52,57,Te,,,0,0,(5/2+),,4.6,3,S,4.6,0.3,EC+B+,96.1,1.3,B+P,9.4,3.1,A,3.9,1.3,,,,,,-10042.894,8029,-23137.10,132,3197.69,6,8535.587,7,10005.04,7,2559.03,7,8319.33,40,108927304.534,4704,-67715.390,4382, +52,58,Te,,,0,0,0+,,18.6,8,S,18.6,0.8,EC+B+,100,0,A,0.00067,,,,,,,,,,-11765.635,50978,-22628.63,9,2698.96,8,5219.923,9,12585.74,8,3267.80,8,8358.115,60,109922458.104,7058,-72229.811,6575, +52,59,Te,,,0,0,(5/2)+,,19.3,4,S,19.3,0.4,EC+B+,100,0,B+P,,0,,,,,,,,,-8633.692,7994,-21194.62,51,2499.84,8,7249.259,11,9428.98,9,3426.71,9,8367.763,58,110921000.589,6900,-73587.477,6427, +52,60,Te,,,0,0,0+,,2.0,2,M,120,12,EC+B+,100,0,,,,,,,,,,,,-10504.178,13239,-20685.04,10,2077.51,10,4031.457,20,12051.35,11,4019.74,12,8400.652,75,111916727.85,9000,-77567.508,8383, +52,61,Te,,,0,0,(7/2+),,1.7,2,M,102,12,EC+B+,100,0,,,,,,,,,,,,-7227.522,29070,-19355.02,30,1858.24,29,6069.939,33,8850.84,29,4037.04,33,8404.636,247,112915891,30000,-78347.029,27945, +52,62,Te,,,0,0,0+,,15.2,7,M,912,42,EC+B+,100,0,,,,,,,,,,,,-9092,152,-18840.38,29,1528.5,31,2608.005,35,11612.86,40,4760.57,33,8432.778,245,113912089,30000,-81888.569,27945, +52,63,Te,,,0,0,7/2+,,5.8,2,M,348,12,EC+B+,100,0,,,,,,,,,,,,-5724.962,40184,-17338,152,1450.91,28,4940.644,32,8245.51,40,4855.16,35,8431.15,243,114911902,30000,-82062.759,27945, +52,64,Te,4.6847,128,0,0,0+,,2.49,4,H,8964,144,EC+B+,100,0,,,,,,,,,,,,-7776.725,100553,-17002.48,40,961.18,28,1553.189,28,11277.52,40,5554.53,32,8455.687,241,115908460,30000,-85268.961,27945, +52,65,Te,,,0,0,1/2+,,62,2,M,3720,120,EC+B+,100,0,B+,25,1,,,,,,,,,-4659.334,28673,-15674.49,98,807.81,14,3544.128,16,7897.77,31,5562.23,14,8450.919,115,116908646.313,14446,-85095.411,13456, +52,66,Te,4.6956,105,0,0,0+,,6.00,2,D,518400,1728,EC,100,0,,,,,,,,,,,,-6725.536,27056,-15331.82,32,438.22,18,299.629,19,10672.49,23,6346.02,20,8469.746,157,117905853.839,19840,-87696.584,18481, +52,67,Te,,,0,0,1/2+,,16.05,5,H,57780,180,EC+B+,100,0,B+,2.06,0.05,,,,,0.25,,,,-3415.65,29055,-14281.45,21,427.74,8,2293.0,11,7555.91,20,6473.94,8,8462.066,67,118906407.148,8541,-87181.180,7957, +52,68,Te,4.7038,88,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5615,15000,-13673.77,28,-266.93,3,-950.226,8,10258.12,9,7182.78,8,8477.034,26,119904059.514,3311,-89367.987,3085, +52,69,Te,,,0,0,1/2+,,19.17,4,D,1656288,3456,EC+B+,100,0,,,,,,,,,,,,-2294.053,26047,-12863.83,30,-572.67,26,1054.819,26,7248.83,26,7416.71,27,8466.883,214,120904942.488,27751,-88545.502,25850, +52,70,Te,4.7095,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4234,5000,-12134.33,5,-1086.52,158,-1979.09,3,9840.27,26,8003.11,213,8478.14,12,121903043.434,1617,-90314.460,1507, +52,71,Te,4.7117,35,0,0,1/2+,GT,9.2E+16,,Y,2.9032992e24,1.577879985483504e32,EC,100,0,,,,,,,,-0.7369478,,,,-1228.429,3445,-11163.01,5,-1532.05,166,51.913,2129,6929.01,8,8125.76,213,8465.546,12,122904269.747,1615,-89172.156,1505, +52,72,Te,4.7183,28,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3159.587,1859,-10652.91,3,-1851.87,166,-2905.073,2128,9424.48,9,8590.22,12,8473.279,12,123902817.064,1612,-90525.321,1502, +52,73,Te,4.7204,30,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-0.8885051,,,,-185.77,60,-9728.56,186,-2250.63,169,-766.7,3,6568.97,3,8691.70,14,8458.045,12,124904429.9,1612,-89022.974,1502, +52,74,Te,4.7266,32,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2154.031,3677,-9299.46,10,-2548.93,266,-3672.108,32,9113.69,8,9098.04,212,8463.248,12,125903310.866,1614,-90065.348,1504, +52,75,Te,,,0,0,3/2+,,9.35,7,H,33660,252,B-,100,,,,,,,,,0.635,,,,702.231,3575,-8441.68,4,-2890.41,267,-1582.201,5,6287.65,18,9177.41,32,8446.118,12,126905225.714,1625,-88281.678,1514, +52,76,Te,4.7346,28,0,0,0+,,7.7E+24,4,Y,2.4299352e32,1.262304e31,2B-,100,0,,,,,,,,,,,,-1254.992,3714,-8081.12,4,-3184.44,132,-4363.43,19,8783.35,169,9583.21,5,8448.752,7,127904461.311,929,-88993.716,866, +52,77,Te,,,0,0,3/2+,,69.6,3,M,4176,18,B-,100,0,,,,,,,,0.702,,0.055,,1502.318,3142,-7337.40,4,-3533.35,133,-2375.5,21,6082.41,8,9663.49,19,8430.409,7,128906596.492,933,-87004.807,869, +52,78,Te,4.7423,25,0,0,0+,GT,0.79E+21,,Y,2.4930504e28,1.57775534748e32,2B-,100,0,,,,,,,,,,,,-416.811,3168,-6917.14,3,-3762.62,10,-5067.273,14,8419.46,87,10012.61,21,8430.324,0,129906222.747,12,-87352.949,11, +52,79,Te,,,0,0,3/2+,,25.0,1,M,1500,6,B-,100,0,,,,,,,,0.696,,,,2231.699,608,-6346.19,3,-4165.12,10,-3229.611,2085,5929.38,6,10214.31,14,8411.233,1,130908522.211,65,-85211.012,61, +52,80,Te,4.7500,31,0,0,0+,,3.204,13,D,276825.6,1123.2,B-,100,0,,,,,,,,,,,,515.304,3483,-5816.79,4,-4251.09,18,-5552.915,4,8048.49,3,10495.76,4,8408.485,26,131908546.716,3742,-85188.186,3486, +52,81,Te,,,0,0,(3/2+),,12.5,3,M,750,18,B-,100,0,,,,,,,,0.85,,0.23,,2921.139,6751,-5304.95,5,-4771.13,17,-4013.619,4,5820.25,4,10590.82,3,8389.025,16,132910963.332,2218,-82937.122,2066, +52,82,Te,4.7569,41,0,0,0+,,41.8,8,M,2508,48,B-,100,0,,,,,,,,,,,,1509.687,4933,-4746.80,7,-4826.45,3,-8513.199,3,7667.94,3,10899.21,4,8383.643,20,133911396.379,2948,-82533.741,2746, +52,83,Te,,,0,0,(7/2-),,19.0,2,S,19,0.2,B-,100,0,,,,,,,,-0.69,,0.29,,6050.366,2686,-1756.67,5,-2889.12,4,-8038.457,3,3266.36,3,10997.21,242,8345.738,13,134916554.718,1848,-77728.780,1722, +52,84,Te,4.7815,89,0,0,0+,,17.63,8,S,17.63,0.08,B-,100,0,B-N,1.31,0.05,,,,,,,,,5119.945,14188,1282.56,3,-303.64,3,-9918.389,6,4767.81,286,12023.92,3,8319.429,17,135920101.182,2448,-74425.269,2281, +52,85,Te,,,0,0,(7/2-),,2.49,5,S,2.49,0.05,B-,100,0,B-N,2.99,0.16,,,,,,,,,7052.506,8643,2170.14,14,-854.79,283,-9243.369,52,2949.80,3,12085.84,6,8280.235,15,136925599.357,2254,-69303.753,2100, +52,86,Te,,,0,0,0+,,1.4,4,S,1.4,0.4,B-,100,0,B-N,6.3,2.1,,,,,,,,,6283.914,7063,2588.96,9,-1687.15,5,-11475.582,1064,4463.55,4,12924.57,52,8252.578,27,137929472.454,4065,-65695.985,3787, +52,87,Te,,,0,0,(7/2-),GT,150,,NS,0.00000015,5e15,B-N,,0,B-,,0,,,,,,,,,8265.882,5345,3703.51,7,-1997.74,5,-10417.072,401,2580.40,5,13273.64,1064,8211.771,25,138935367.193,3800,-60205.072,3540, +52,88,Te,,,0,0,0+,,,,,,,B-N,,0,B-,,0,,,,,,,,,7029.985,63574,3823.41,63,-3102,305,-12637.228,599,4442.47,63,14077,405,8184.847,446,139939262.917,67000,-56576.228,62410, +52,90,Te,,,0,0,0+,,,,,,,,,,,,,,,,,,,,,8400,627,5486,503,-3934,711,,,3954,643,14549,709,8111,4,141950220,540,-46370,503, +52,91,TE,,,0,0,,GT,408,,NS,0.000000408,5e15,B-2N,,0,B-N,,0,B-,,0,,,,,,10353,541,6421,627,-4263,709,,,1979,711,,,8068,4,142956760,540,-40278,503, +53,55,I,,,0,0,(1),,36,6,MS,0.036,0.006,A,91,15,EC+B+,9,0,P,1,0,,,,,,,,,,4099.1,50,13132.062,132,11291,328,-600.75,112,8174.884,1225,107943478.321,141986,-52649.605,132260, +53,56,I,,,0,0,1/2+,,103,5,US,0.000103,0.000005,P,100,0,,,,,,,,,,,,-11502.948,300183,,,3918.07,21,10042.894,8,13094.21,132,-820.20,4,8220.016,62,108938086.025,7223,-57672.496,6729, +53,57,I,,,0,0,(1+),,0.664,24,S,0.664,0.024,EC+B+,83,4,A,17,4,ECP,11,3,,,,,,-8541.551,112934,-22365.95,304,3584.2,50,11765.635,51,10863.00,51,37.76,51,8244.043,460,109935089.033,54270,-60464.176,50552, +53,58,I,,,0,0,(5/2+),,2.5,2,S,2.5,0.2,EC+B+,99.9,0,A,0.1,0,,,,,,,,,-10558.252,86830,-21102.48,101,3274.54,5,8633.692,8,12560.93,51,12.95,8,8282.934,43,110930269.239,5103,-64953.785,4754, +53,59,I,,,0,0,(1+),,3.34,8,S,3.34,0.08,EC+B+,100,0,ECP,0.88,0.1,ECA,0.104,0.012,,,,,,-7036.991,13175,-20739.11,87,2957.09,12,10504.178,13,10180.86,11,764.82,12,8299.879,91,111928004.55,11000,-67063.330,10246, +53,60,I,,,0,0,5/2+,,6.6,2,S,6.6,0.2,EC+B+,100,0,A,0.000000331,0,,,,,,,,,-8915.889,10533,-19164.49,12,2706.55,10,7227.522,29,12127.49,13,840.97,12,8333.752,71,112923650.064,8600,-71119.507,8010, +53,61,I,,,0,0,1+,,2.1,2,S,2.1,0.2,EC+B+,100,0,B+P,,0,,,,,,,,,-5710,149,-18664,149,2229,149,9092.569,152,9748,149,1738,152,8346,1,113921850,160,-72796,149, +53,62,I,,,0,0,(5/2+),,1.3,2,M,78,12,EC+B+,100,0,,,,,,,,,,,,-7681.049,31313,-17323.22,31,2074.02,30,5724.962,40,11613,152,1738.20,40,8374.564,251,114918048,31000,-76337.797,28876, +53,63,I,,,0,0,1+,,2.91,15,S,2.91,0.15,EC+B+,100,0,,,,,,,,,,,,-4445.512,95707,-16906.81,97,1681.81,98,7776.725,101,9225.76,101,2718.45,101,8381.902,833,115916808.658,103695,-77492.236,96592, +53,64,I,,,0,0,(5/2)+,,2.22,4,M,133.2,2.4,EC+B+,100,0,B+,77,0,,,,,3.1,,,,-6250.74,28177,-15460.67,29,1555.98,31,4659.334,29,11015.16,100,2456.09,38,8404.409,224,116913648.314,28123,-80436.077,26196, +53,65,I,,,0,0,2-,,13.7,5,M,822,30,EC+B+,100,0,,,,,,,,2,,,,-2891.991,22320,-14857.03,22,1100.61,29,6725.536,27,8606.29,33,3164.61,24,8406.12,167,117913074,21213,-80971.048,19760, +53,66,I,,,0,0,5/2+,,19.1,4,M,1146,24,EC+B+,100,0,B+,51,4,EC,49,4,,2.9,,,,-4971.117,29810,-13757.79,30,812.96,32,3415.65,29,10865.80,34,3357.92,34,8426.789,235,118910074,30000,-83765.530,27945, +53,67,I,,,0,0,2-,,81.6,2,M,4896,12,EC+B+,100,0,,,,,,,,,,,,-1580.563,19343,-13029.89,19,644.25,16,5615.0,16,8058.77,32,3860.78,17,8423.722,128,119910087.465,16440,-83752.987,15314, +53,68,I,,,0,0,5/2+,,2.12,1,H,7632,36,EC+B+,100,0,,,,,,,,2.3,,,,-3770.463,11558,-12150.34,13,-36.83,10,2294.053,26,10569.78,16,4172.43,4,8441.458,44,120907405.255,5749,-86251.449,5356, +53,69,I,,,0,0,1+,,3.63,6,M,217.8,3.6,EC+B+,100,0,,,,,,,,0.94,,,,-725.483,12277,-11670.79,12,-509.16,6,4234.0,5,7900.33,7,4823.93,26,8437.023,43,121907588.82,5606,-86080.460,5222, +53,70,I,,,0,0,5/2+,,13.2235,19,H,47604.6,6.84,EC+B+,100,0,,,,,,,,2.818,,,,-2695.027,9690,-10660.07,12,-894.46,9,1228.429,4,9934.59,6,4918.24,3,8449.198,30,122905588.52,4014,-87943.727,3740, +53,71,I,,,0,0,2-,,4.1760,3,D,360806.4,25.92,EC+B+,100,0,,,,,,,,1.444,,,,295.686,2846,-10188.35,10,-1372.89,8,3159.587,2823,7493.32,4,5482.55,186,8441.489,19,123906209.021,2566,-87365.734,2390, +53,72,I,,,0,0,5/2+,,59.407,10,D,5132764.8,864,EC,100,0,,,,,,,,2.821,,-0.776,,-1643.824,2192,-9247.10,216,-1661.8,213,185.77,212,9542.79,186,5600.85,7,8450.3,12,124904629.333,1614,-88837.204,1504, +53,73,I,,,0,0,2-,,12.93,5,D,1117152,4320,EC+B+,52.7,0.5,B-,47.3,0.5,,,,,1.438,,,,1235.644,5173,-8789.25,4,-2000.86,4,2154.03,4,7145.43,4,6177.31,4,8439.944,30,125905623.313,4089,-87911.318,3809, +53,74,I,4.7500,81,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,2.813273,,-0.789,,-662.349,2044,-7908.26,5,-2184.76,4,-702.231,4,9143.91,274,6207.53,4,8445.487,29,126904471.838,3915,-88983.909,3647, +53,75,I,,,0,0,1+,,24.99,2,M,1499.4,1.2,B-,93.1,0.8,EC+B+,6.9,0.8,,,,,,,,,2121.575,3748,-7488.48,204,-2543.39,4,1254.992,4,6826.13,5,6746.02,4,8432.836,28,127905808.6,3915,-87738.724,3647, +53,76,I,,,0,0,7/2+,,1.57E+7,4,Y,495454320000000,12623040000000,B-,100,0,,,,,,,,2.621,,-0.488,,188.934,3168,-6718.14,3,-2675.77,4,-1502.318,3,8839.72,5,6802.38,3,8435.99,25,128904983.687,3401,-88507.125,3168, +53,77,I,,,0,0,5+,,12.36,1,H,44496,36,B-,100,0,,,,,,,,3.349,,,,2944.325,3168,-6311.40,3,-2967.81,32,416.811,3,6500.33,4,7220.30,3,8421.1,24,129906670.211,3401,-86936.138,3168, +53,78,I,,,0,0,7/2+,,8.0252,6,D,693377.28,51.84,B-,100,0,,,,,,,,2.742,,-0.35,,970.848,605,-5633.56,60,-3168.15,5,-2231.698,608,8577.89,3,7378.73,60,8422.297,5,130906126.384,649,-87442.710,605, +53,79,I,,,0,0,4+,,2.295,13,H,8262,46.8,B-,100,0,,,,,,,,3.088,,0.08,,3575.472,4065,-5361.25,4,-3498.12,20,-515.304,5,6332.10,4,7781.45,4,8406.462,31,131907993.514,4364,-85703.490,4065, +53,80,I,,,0,0,7/2+,,20.83,8,H,74988,288,B-,100,0,,,,,,,,2.856,,-0.24,,1785.311,6861,-4650.62,6,-3653.87,22,-2921.138,7,8226.09,8,7959.05,7,8405.106,48,132907827.361,6900,-85858.260,6427, +53,81,I,,,0,0,(4)+,,52.5,2,M,3150,12,B-,100,0,,,,,,,,,,,,4082.393,4857,-4471.17,5,-4182.67,15,-1509.688,6,6256.49,8,8395.28,5,8389.071,36,133909775.663,5213,-84043.429,4857, +53,82,I,,,0,0,7/2+,,6.58,3,H,23688,108,B-,100,0,,,,,,,,2.94,,,,2634.005,3868,-3724.64,206,-4222.66,293,-6050.365,2686,7807.03,5,8534.37,3,8384.76,15,134910059.382,2212,-83779.145,2061, +53,83,I,,,0,0,(1-),,83.4,10,S,83.4,1,B-,100,0,,,,,,,,,,,,6883.945,14188,-1203.38,15,-2334.86,14,-5119.945,14,3837.39,14,9105.40,14,8351.323,104,135914604.695,15231,-79545.214,14188, +53,84,I,,,0,0,(7/2+),,24.5,2,S,24.5,0.2,B-,100,0,B-N,7.14,0.23,,,,,,,,,6027.145,8384,2001.58,8,142.33,9,-7052.505,9,4882.36,16,9219.96,9,8326.002,61,136918028.18,9000,-76356.258,8383, +53,85,I,,,0,0,(1-),,6.23,3,S,6.23,0.03,B-,100,0,B-N,5.56,0.22,,,,,,,,,7992.334,6588,2332.19,6,-384.27,6,-6283.915,7,3694.96,10,9965.12,6,8292.444,43,137922726.394,6400,-71979.900,5962, +53,86,I,,,0,0,(7/2+),,2.280,11,S,2.28,0.011,B-,100,0,B-N,10,0.3,,,,,,,,,7173.622,4542,3429.96,5,-1205.55,5,-8265.882,5,4562.37,7,10063.94,6,8265.609,29,138926493.403,4300,-68470.954,4005, +53,87,I,,,0,0,(4-),,0.86,4,S,0.86,0.04,B-,100,0,B-N,9.3,1,,,,,,,,,9380.238,12331,3967.05,12,-1524.25,13,-7029.985,64,3206.58,13,10690.11,13,8229.473,86,139931715.917,13000,-63606.213,12109, +53,88,I,,,0,0,,,0.43,2,S,0.43,0.02,B-,100,0,B-N,21.2,3,,,,,,,,,8270.642,16097,4988.48,16,-2291.19,55,-9439.657,401,4391.76,20,10639.40,64,8202.255,112,140935666.084,17000,-59926.657,15835, +53,89,I,,,0,0,,,222,12,MS,0.222,0.012,,,,,,,,,,,,,,,10459.655,374470,5356.00,374,-2974.5,1128,-8399.984,627,2914.64,375,11572,548,8165.019,2637,141941202,402000,-54769.984,374461, +53,90,I,,,0,0,,,130,45,MS,0.13,0.045,B-,,0,,,,,,,,,,,,9572,200,6528,200,-3267,448,-10352.0,541,3932,425,11550,541,8135,1,142945646,215,-50630,200, +53,91,I,,,,0,,GE,300,,NS,0.0000003,5e15,,,,,,,,,,,,,,,11592,401,6852,401,-3766,718,,,2721,448,12291,643,8098,3,143951390,430,-45280,401, +53,92,I,,,0,0,,GT,407,,NS,0.000000407,5e15,B-N,,0,B-,,0,,,,,,,,,10554,503,7862,503,-4254,709,,,3731,643,,,8068,3,144956050,540,-40939,503, +54,55,XE,,,0,0,(7/2+),,13,2,MS,0.013,0.002,A,100,0,,,,,,,,,,,,,,,,4217.05,7,11502.948,300,,,808.91,328,8107.306,2753,108950434.948,322178,-46169.548,300108, +54,56,Xe,,,0,0,0+,,93,3,MS,0.093,0.003,A,64,35,EC+B+,36,35,ECP,,0,,,,,,,,,,3872.21,10,8541.551,113,13824.39,317,1539.10,101,8159.28,918,109944258.765,108415,-51922.625,100988, +54,57,Xe,,,0,0,,,0.74,20,S,0.74,0.2,A,8,0,EC+B+,,0,,,,,,,,,-11575,214,,,3718.88,50,10558.251,87,10544.23,133,1220.33,100,8180.766,781,110941603.989,93076,-54395.534,86700, +54,58,Xe,,,0,0,0+,,2.7,8,S,2.7,0.8,EC+B+,98.8,0.8,A,1.2,0.8,,,,,,,,,-13736.062,87190,-25277,196,3330.41,6,7036.992,13,13702.12,87,2361.52,10,8230.064,74,111935559.071,8891,-60026.338,8283, +54,59,Xe,,,0,0,(5/2+),,2.74,8,S,2.74,0.08,EC+B+,100,0,ECP,7,4,A,0.011,0,,,,,,-10439.088,10970,-23984.66,87,3086.86,8,8915.889,11,10248.60,11,2429.26,12,8247.927,61,112933221.666,7342,-62203.618,6840, +54,60,Xe,,,0,0,0+,,10.0,4,S,10,0.4,EC+B+,100,0,,,,,,,,,,,,-12403.629,71976,-23392.68,14,2719.01,13,5710.11,149,12953.59,13,3255.35,14,8289.205,98,113927980.331,12000,-67085.890,11178, +54,61,Xe,,,0,0,(5/2+),,18,4,S,18,4,EC+B+,100,0,B+P,0.34,0.06,A,0.0003,0.0001,,,,,,-8957,103,-22045.80,72,2505.81,14,7681.049,31,9642.18,16,3149,150,8300.97,105,114926293.945,13000,-68656.748,12109, +54,62,Xe,4.7211,95,0,0,0+,,59,2,S,59,2,EC+B+,100,0,,,,,,,,,,,,-11004,101,-21419,103,2095.87,16,4445.512,97,12461.29,18,3997.90,32,8336.834,112,115921581.112,14000,-73046.724,13041, +54,63,Xe,,,0,0,5/2(+),,61,2,S,61,2,EC+B+,100,0,B+P,0.0029,0.0006,,,,,-0.5938,,,,-7692.245,63267,-20214,101,1736.78,30,6250.74,28,9209.93,17,3982.07,97,8344.297,89,116920358.76,11141,-74185.337,10378, +54,64,Xe,4.7387,70,0,0,0+,,3.8,9,M,228,54,EC+B+,100,0,,,,,,,,,,,,-9669.689,16442,-19657.28,63,1384.6,30,2891.991,22,11965.04,15,4931.95,28,8374.981,88,117916178.68,11141,-78079.057,10378, +54,65,Xe,,,0,0,(5/2+),,5.8,3,M,348,18,EC+B+,100,0,,,,,,,,-0.6542,,,,-6489.361,17379,-18456.36,16,843.43,30,4971.117,30,8786.67,15,5112.34,22,8378.441,87,118915410.713,11141,-78794.413,10378, +54,66,Xe,4.7509,63,0,0,0+,,40,1,M,2400,60,EC+B+,100,0,,,,,,,,,,,,-8283.785,15461,-17938.69,18,671.62,30,1580.564,19,11449.33,16,5695.86,30,8404.031,98,119911784.27,12686,-82172.423,11817, +54,67,Xe,,,0,0,5/2(+),,40.1,20,M,2406,120,EC+B+,100,0,,,,,,,,-0.701,,1.33,,-5378.654,13979,-16663.66,14,189.51,17,3770.463,12,8379.88,16,6016.97,18,8403.832,85,120911453.014,10995,-82480.986,10243, +54,68,Xe,4.7590,59,0,0,0+,,20.1,1,H,72360,360,EC,100,0,,,,,,,,,,,,-7210.218,35472,-16323.96,18,-83.31,22,725.483,12,10945.31,15,6392.50,12,8424.664,91,121908367.658,11928,-85354.977,11111, +54,69,Xe,,,0,0,(1/2)+,,2.08,2,H,7488,72,EC+B+,100,0,,,,,,,,-0.15,,,,-4205.055,15414,-15175.26,35,-492.44,12,2695.026,10,7965.04,15,6457.21,11,8420.927,78,122908481.75,10238,-85248.701,9537, +54,70,Xe,4.7661,55,0,0,0+,GE,1.6E+14,,Y,5.049216e21,1.5778799999747539e32,2B+,,0,,,,,,,,,,,,-5930.086,8495,-14689.09,12,-718.35,3,-295.687,3,10484.04,10,7006.66,4,8437.565,14,123905891.588,1924,-87661.421,1793, +54,71,Xe,,,0,0,1/2(+),,16.9,2,H,60840,720,EC+B+,100,0,,,,,,,,-0.269,,,,-3105.43,7831,-13533.36,9,-1072.79,26,1643.823,2373,7603.28,40,7116.62,287,8430.89,15,124906394.05,1971,-87193.381,1836, +54,72,Xe,4.7722,52,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4796.133,10671,-13130.33,9,-1257.42,4,-1235.644,5,10024.90,4,7598.73,4,8443.541,28,125904296.794,3757,-89146.962,3500, +54,73,Xe,4.7747,38,0,0,1/2+,,36.346,3,D,3140294.4,259.2,EC,100,0,,,,,,,,-0.5039,,,,-2081.406,6421,-12042.05,11,-1574.32,4,662.349,5,7245.92,5,7699.21,3,8434.111,32,126905182.899,4412,-88321.560,4110, +54,74,Xe,4.7774,50,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3928.717,5380,-11691.46,6,-1759.89,179,-2121.574,4,9610.06,4,8165.36,4,8443.298,8,127903530.996,1138,-89860.298,1061, +54,75,Xe,4.7775,50,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-0.7779763,,,,-1196.813,4555,-10835.80,5,-2098,150,-188.934,3,6907.08,106,8246.31,4,8431.39,0,128904780.85892,576,-88696.05896,537, +54,76,Xe,4.7818,49,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2980.72,8357,-10452.53,5,-2240.03,150,-2944.325,3,9255.72,1,8662.31,3,8437.731,0,129903509.349,10,-89880.463,9, +54,77,Xe,4.7808,49,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.691862,,-0.114,,-354.772,4974,-9585.13,8,-2556.8,151,-970.848,605,6604.41,1,8766.39,3,8423.736,0,130905084.136,9,-88413.558,9, +54,78,Xe,4.7859,47,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2126.28,1036,-9291.49,5,-2710.16,87,-3575.472,4,8936.72,1,9125.22,60,8427.622,0,131904155.08697,553,-89278.96179,515, +54,79,Xe,4.7831,47,0,0,3/2+,,5.2475,5,D,453384,43.2,B-,100,0,,,,,,,,,,0.142,,427.36,2400,-8562.21,261,-3063.68,254,-1785.311,7,6435.93,240,9229.05,5,8412.647,18,132905910.75,2576,-87643.571,2400, +54,80,Xe,4.7899,47,0,0,0+,GT,5.8E+22,,Y,1.8303408e30,1.568728296e32,2B-,0,0,,,,,,,,,,,,-1234.667,18,-8126.21,1,-3197.79,1,-4082.393,5,8553.57,240,9556.53,6,8413.699,0,133905393.033,10,-88125.822,9, +54,81,Xe,,,0,0,3/2+,,9.14,2,H,32904,72,B-,100,0,,,,,,,,0.9032,,0.214,,1168.492,3675,-7593.31,4,-3627.05,4,-2634.006,4,6358.65,4,9658.69,6,8398.476,28,134907231.661,3993,-86413.151,3720, +54,82,Xe,4.7964,47,0,0,0+,GT,3.6E+20,,Y,1.1360736e28,1.57782319632e32,2B-,,0,,,,,,,,,,,,-90.462,1882,-6918.83,99,-3665.89,3,-6883.945,14,8087.33,4,9938.98,206,8396.188,0,135907214.476,7,-86429.159,7, +54,83,Xe,4.8094,49,0,0,7/2-,,3.818,13,M,229.08,0.78,B-,100,0,,,,,,,,-0.9704,,-0.49,,4162.203,373,-4116.02,188,-1871.2,206,-6027.146,8,4025.56,10,10127.16,14,8364.286,1,136911557.773,111,-82383.404,103, +54,84,Xe,4.8279,79,0,0,0+,,14.08,8,M,844.8,4.8,B-,100,0,,,,,,,,,,,,2914.704,9579,-1497.94,283,136.59,4,-7992.333,7,5660.15,281,10904.95,9,8344.69,20,137914146.271,3010,-79972.233,2804, +54,85,Xe,4.8409,100,0,0,3/2-,,39.68,14,S,39.68,0.14,B-,100,0,,,,,,,,-0.304,,0.396,,5056.346,3801,-828.96,9,-340.71,275,-7173.622,5,3743.66,4,10953.65,6,8311.59,15,138918792.203,2300,-75644.576,2142, +54,86,Xe,4.8566,125,0,0,0+,,13.60,10,S,13.6,0.1,B-,100,0,,,,,,,,,,,,4063.654,8525,-356.85,4,-986.1,3,-9380.238,12,5413.19,3,11804.47,5,8290.887,17,139921645.817,2500,-72986.451,2329, +54,87,Xe,4.8694,147,0,0,5/2(-),,1.73,1,S,1.73,0.01,B-,100,0,B-N,0.044,0.005,,,,,0.01,,-0.58,,6280.224,9638,781.49,9,-1318.46,4,-8270.642,16,3282.16,4,11880.06,12,8255.364,20,140926787.184,3100,-68197.299,2888, +54,88,Xe,4.8841,168,0,0,0+,,1.23,2,S,1.23,0.02,B-,100,0,B-N,0.21,0.06,,,,,,,,,5284.911,7565,1176.57,10,-1958.57,5,-10459.655,374,5103.66,4,12591.95,16,8233.169,19,141929973.098,2900,-65229.639,2701, +54,89,Xe,4.8942,187,0,0,5/2-,,0.511,6,S,0.511,0.006,B-,100,0,B-N,0,0,,,,,-0.4599,,0.93,,7472.636,8891,2240.36,8,-2422.72,6,-9572.873,200,3044.55,5,12721.86,374,8196.885,33,142935369.553,5000,-60202.873,4657, +54,90,Xe,4.9082,208,0,0,0+,,1.15,20,S,1.15,0.2,B-,100,0,,,,,,,,,,,,6399.06,20820,2731.90,9,-2720.98,63,-11592.293,401,4740.74,7,13531,200,8172.884,37,143938945.079,5700,-56872.293,5310, +54,91,Xe,,,0,0,,,188,4,MS,0.188,0.004,B-,100,0,B-N,5,0.6,,,,,,,,,8561.086,14393,3706.71,23,-3431,401,-10554.329,503,2692.35,12,13502,401,8135.087,77,144944719.634,12000,-51493.329,11178, +54,92,Xe,4.9315,245,0,0,0+,,146,6,MS,0.146,0.006,B-,100,0,B-N,6.9,1.5,,,,,,,,,7355.429,24391,4028.15,26,-4010,504,,,4532.93,27,14305,504,8110.415,166,145948518.248,26000,-47954.943,24219, +54,93,XE,,,0,0,(3/2-),,0.10,+10-5,S,0.1,0.08,B-N,8,0,B-,,0,,,,,,,,,9560,200,4879,200,-4507,541,,,2476,202,,,8072,1,146954525,215,-42360,200, +54,94,XE,,,0,0,0+,GT,0.4,,US,0.0000004,5e18,B-N,,0,B-,,0,,,,,,,,,8311,300,5249,300,,,,,4312,361,,,8047,2,147958561,322,-38600,300, +55,57,Cs,,,0,0,(1+),,0.49,3,MS,0.00049,0.00003,P,100,0,A,0.26,0,,,,,,,,,,,,,3934.41,123,13736.061,87,11541,214,-816.29,4,8100.435,775,111950305.341,93178,-46290.277,86796, +55,58,Cs,,,0,0,(3/2+),,17.7,4,US,0.0000177,0.0000004,P,100,0,,,,,,,,,,,,-11980,298,,,3483.05,8,10439.088,11,13545.57,87,-972.84,223,8148.622,76,112944428.488,9207,-51764.530,8577, +55,59,Cs,,,0,0,(1+),,0.57,2,S,0.57,0.02,EC+B+,99.982,0.006,ECP,8.7,1.3,ECA,0.19,0.03,,,,,,-8776.835,124892,-22969,306,3357,50,12403.629,72,10989.05,72,-232.39,71,8173.538,624,113941296.175,76331,-54682.261,71102, +55,60,Cs,,,0,0,,,1.4,8,S,1.4,0.8,EC+B+,100,0,B+P,0.07,0,,,,,,,,,-10680,225,-21865,145,2829,103,8957.748,103,13089,125,-97,103,8216,1,114935910,110,-59699,102, +55,61,Cs,,,0,0,(1+),,0.70,4,S,0.7,0.04,EC+B+,100,0,ECP,2.8,0.7,ECA,0.049,0.025,,,,,,-7463,224,-21094,224,2596,101,11003.724,101,10414,143,675,101,8235,1,115933395,108,-62043,100, +55,62,Cs,,,0,0,(9/2+),,8.4,6,S,8.4,0.6,EC+B+,100,0,,,,,,,,,,,,-9035.338,258002,-19984,210,2201.5,63,7692.245,63,12522,118,735.34,64,8271.864,533,116928616.726,67000,-66493.092,62410, +55,63,Cs,4.7832,92,0,0,2,,14,2,S,14,2,EC+B+,100,0,ECP,0.042,0.006,ECA,0.0024,0.0004,,3.876,,1.4,,-6055,196,-19022.93,251,1962,150,9669.69,16,9987.59,64,1513.00,16,8286.404,108,117926559.519,13690,-68409.367,12753, +55,64,Cs,4.7896,89,0,0,9/2+,,43.0,2,S,43,0.2,EC+B+,100,0,,,,,,,,5.46,,2.8,,-7714.965,200754,-18022,196,1607.83,32,6489.362,17,11967.00,19,1514.97,17,8317.334,117,118922377.33,14965,-72305.051,13940, +55,65,Cs,4.7915,75,0,0,2(+),,61.3,11,S,61.3,1.1,EC+B+,100,0,B+A,0.00002,0.000004,B+P,0.000007,0.000003,,3.87,,1.45,,-5000,300000,-17369.87,201,1178.68,97,8283.784,15,9654.90,17,2383.20,14,8328.48,83,119920677.279,10702,-73888.639,9970, +55,66,Cs,4.7769,78,0,0,3/2(+),,155,4,S,155,4,EC+B+,100,0,,,,,,,,0.77,,0.838,,-6357.495,141176,-16285.01,301,908.83,30,5378.655,18,11285.01,17,2218.88,19,8352.914,118,120917227.238,15340,-77102.331,14290, +55,67,Cs,4.7773,70,0,0,1+,,21.18,19,S,21.18,0.19,EC+B+,100,0,,,,,,,,-0.1333,,-0.19,,-3535.815,43769,-15471.24,146,401.37,39,7210.218,35,9113.74,37,2952.74,35,8359.151,276,121916108.145,36164,-78144.759,33687, +55,68,Cs,4.7820,70,0,0,1/2+,,5.88,3,M,352.8,1.8,EC+B+,100,0,,,,,,,,1.377,,,,-5388.693,17125,-14506.02,30,296.97,30,4205.055,15,10970.20,36,2977.64,16,8380.379,98,122912996.062,13000,-81043.646,12109, +55,69,Cs,4.7828,62,0,0,1+,,30.9,4,S,30.9,0.4,EC+B+,100,0,,,,,,,,0.673,,-0.74,,-2641.559,15004,-14147.70,15,-403.26,17,5930.087,8,8759.01,15,3771.60,13,8383.432,67,123912257.798,8914,-81731.334,8304, +55,70,Cs,4.7880,62,0,0,1/2(+),,46.7,1,M,2802,6,EC+B+,100,0,,,,,,,,1.409,,,,-4418.985,13446,-13069.49,15,-261.42,9,3105.431,8,10427.93,11,3715.50,8,8399.788,62,124909727.867,8313,-84087.950,7744, +55,71,Cs,4.7872,56,0,0,1+,,1.64,2,M,98.4,1.2,EC+B+,100,0,,,,,,,,0.777,,-0.68,,-1680.927,16259,-12753.18,15,-695.29,12,4796.133,11,8334.20,13,4446.42,11,8399.268,83,125909445.655,11166,-84350.829,10401, +55,72,Cs,4.7936,55,0,0,1/2+,,6.25,10,H,22500,360,EC+B+,100,0,,,,,,,,1.459,,,,-3422.21,12653,-11641.57,14,-721.34,7,2081.406,7,9960.64,12,4382.16,7,8411.562,44,126907417.381,5988,-86240.154,5578, +55,73,Cs,4.7921,52,0,0,1+,,3.640,14,M,218.4,0.84,EC+B+,100,0,,,,,,,,0.974,,-0.57,,-553.084,7525,-11184.95,13,-990.76,6,3928.717,6,7762.74,8,4898.99,7,8406.493,43,127907748.648,5843,-85931.581,5443, +55,74,Cs,4.7981,50,0,0,1/2+,,32.06,6,H,115416,216,EC+B+,100,0,,,,,,,,1.491,,,,-2436.048,10623,-10192.07,7,-1086.96,5,1196.813,5,9638.98,7,4927.92,5,8416.047,35,128906065.69,4889,-87499.246,4555, +55,75,Cs,4.7992,49,0,0,1+,,29.21,4,M,1752.6,2.4,EC+B+,98.4,0,B-,1.6,0,,,,,1.46,,-0.059,,361.801,8738,-9907.86,13,-1413.34,9,2980.72,8,7471.81,10,5492.65,8,8408.784,64,129906709.283,8971,-86899.743,8357, +55,76,Cs,4.8026,47,0,0,5/2+,,9.689,16,D,837129.6,1382.4,EC,100,0,,,,,,,,3.543,,-0.575,,-1375.055,5279,-8868.56,5,-1499.79,6,354.772,5,9230.36,10,5467.29,5,8415.056,38,130905464.999,5340,-88058.786,4974, +55,77,Cs,4.8002,46,0,0,2+,,6.480,6,D,559872,518.4,EC+B+,98.13,0.09,B-,1.87,0.09,,,,,2.222,,0.508,,1282.336,1478,-8540.27,277,-1838.87,4,2126.281,1036,7165.21,5,6028.09,104,8405.587,8,131906437.743,1112,-87152.681,1036, +55,78,Cs,4.8041,46,0,0,7/2+,,STABLE,,,,,,,,,,,,,,,2.582025,,-0.00371,,-517.319,992,-7707.23,105,-1988.72,3,-427.36,24,8989.57,104,6080.94,1,8409.978,0,132905451.961,8,-88070.931,8, +55,79,Cs,4.8031,46,0,0,4+,,2.0652,4,Y,65172755.52,12623.04,B-,99.9997,0.0001,EC,0.0003,0.0001,,,,,2.9937,,0.389,,2058.699,304,-7408.86,99,-2379.93,3,1234.668,18,6891.54,1,6536.55,240,8398.646,0,133906718.503,17,-86891.154,16, +55,80,Cs,4.8067,47,0,0,7/2+,,2.3E+6,3,Y,72582480000000,9467280000000,B-,100,0,,,,,,,,2.7324,,0.05,,268.855,1038,-6703.11,104,-2563.85,115,-1168.492,4,8761.81,99,6744.79,99,8401.336,7,134905977.234,1064,-87581.643,992, +55,81,Cs,4.8059,52,0,0,5+,,13.16,3,D,1137024,2592,B-,100,0,,,,,,,,3.711,,0.225,,2548.224,1857,-6559.52,186,-3060.12,4,90.462,1882,6828.37,213,7214.52,4,8389.77,14,135907311.59,2020,-86338.697,1882, +55,82,Cs,4.8128,50,0,0,7/2+,,30.08,9,Y,949252608,2840184,B-,100,0,,,,,,,,2.8413,,0.051,,1175.629,172,-5730.00,19,-3112.26,6,-4162.202,373,8278.23,187,7405.42,36,8388.956,3,136907089.464,384,-86545.606,358, +55,83,Cs,4.8255,50,0,0,3-,,33.41,18,M,2004.6,10.8,B-,100,0,,,,,,,,0.7,,0.125,,5374.7,9159,-3237.02,9,-1268.42,10,-2914.704,10,4412.65,9,7792.50,9,8360.142,66,137911017.207,9832,-82886.937,9159, +55,84,Cs,4.8422,69,0,0,7/2+,,9.27,5,M,556.2,3,B-,100,0,,,,,,,,2.696,,-0.075,,4212.829,3123,-510.60,3,653.31,4,-5056.345,4,5885.30,10,8017.66,4,8342.338,23,138913363.992,3370,-80700.921,3140, +55,85,Cs,4.8554,88,0,0,1-,,63.7,3,S,63.7,0.3,B-,100,0,,,,,,,,0.1338953,,-0.112,,6219.249,9882,-207.67,8,70.19,16,-4063.654,9,4420.50,9,8694.50,8,8314.325,59,139917283.305,8804,-77050.105,8201, +55,86,Cs,4.8689,108,0,0,7/2+,,24.84,16,S,24.84,0.16,B-,100,0,B-N,0.035,0.003,,,,,2.438,,-0.36,,5255.103,9617,720.51,12,-546.18,12,-6280.224,10,5498.74,12,8780.04,9,8294.356,65,140920045.086,9871,-74477.523,9195, +55,87,Cs,4.8825,132,0,0,0-,,1.684,14,S,1.684,0.014,B-,100,0,B-N,0.09,0.004,,,,,,,,,7327.714,8363,1146.76,9,-959.57,9,-5284.911,8,4108.34,12,9606.22,8,8264.877,50,141924299.512,7586,-70514.550,7067, +55,88,Cs,4.8965,151,0,0,3/2+,,1.791,7,S,1.791,0.007,B-,100,0,B-N,1.64,0.07,,,,,,,,,6261.688,9730,2095.44,10,-1629.47,9,-7472.636,9,5232.28,10,9734.84,8,8243.67,53,142927347.348,8130,-67675.509,7573, +55,89,Cs,4.9055,161,0,0,1(-),,0.994,6,S,0.994,0.006,B-,100,0,B-N,3.03,0.13,,,,,-0.546,,0.3,,8495.768,20416,2594.53,21,-2090.06,23,-6399.06,21,3667.16,22,10357.45,21,8211.889,140,143932075.404,21612,-63271.353,20132, +55,90,Cs,4.9188,191,0,0,3/2+,,0.587,5,S,0.587,0.005,B-,100,0,B-N,14.7,0.9,,,,,0.784,,0.62,,7461.761,12412,3641.39,11,-2552.67,18,-8561.086,14,4854.38,22,10471.09,11,8188.733,63,144935528.93,9733,-60054.415,9067, +55,91,Cs,4.9281,193,0,0,1-,,0.3220,13,S,0.322,0.0013,B-,100,0,B-N,14.2,0.5,,,,,,,,,9636.714,21063,4134.49,9,-2965.3,374,-7355.429,24,3327.27,10,11106.01,12,8155.436,20,145940621.87,3106,-55310.372,2893, +55,92,Cs,,,0,0,(3/2+),,0.230,1,S,0.23,0.001,B-,100,0,B-N,28.5,1.7,,,,,,,,,8343.965,21454,4955.70,22,-3715,200,-9560.064,200,4681.01,9,11254.09,26,8131.8,57,146944261.515,9000,-51920.064,8383, +55,93,Cs,,,0,0,,,146,6,MS,0.146,0.006,B-,100,0,B-N,25.1,2.5,,,,,,,,,10682.793,64413,5281.77,24,-4056,401,-8310.942,300,3062.19,16,11840,201,8097.546,88,147949639.029,14000,-46910.942,13041, +55,94,Cs,,,0,0,,GT,50,,MS,0.05,5e21,B-N,,0,B-,,0,,,,,,,,,9870,593,6272,405,-4736,642,,,4411,400,11939,500,8073,3,148953569,429,-43250,400, +55,95,Cs,,,0,0,,GT,50,,MS,0.05,5e21,B-,100,0,B-N,,0,,,,,,,,,11730,500,6879,593,,,,,2991,565,,,8039,3,149959023,429,-38170,400, +55,96,Cs,,,0,0,,GT,50,,MS,0.05,5e21,B-N,,0,B-,,0,,,,,,,,,10710,640,7599,583,,,,,4131,640,,,8013,3,150963253,537,-34230,500, +56,58,Ba,,,0,0,0+,,0.43,+30-15,S,0.43,0.23,EC+B+,99.1,0.3,ECP,20,10,A,0.9,0.3,,,,,,,,,,3592.28,19,8776.835,125,14193,315,1429.87,103,8089.686,901,113950718.495,110227,-45905.426,102676, +56,59,Ba,,,0,0,(5/2+),,0.45,5,S,0.45,0.05,EC+B+,100,0,B+P,15,0,,,,,,,,,,,,,2951,218,10679.0,225,11186,225,1627,213,8117,2,114947375,215,-49020,200, +56,60,Ba,,,0,0,0+,,1.3,2,S,1.3,0.2,EC+B+,100,0,B+P,3,1,,,,,,,,,-13935,371,,,3021,200,7463.0,224,13631,283,2169,225,8164,2,115941406,215,-54580,200, +56,61,Ba,,,0,0,(3/2),,1.75,7,S,1.75,0.07,EC+B+,100,0,B+A,0,0,B+P,0,0,,,,,,-10987,321,-24884,400,2320.95,250,9035.339,258,10949,321,2704,270,8187.953,2140,116938316.561,268750,-57457.753,250340, +56,62,Ba,,,0,0,0+,,5.5,2,S,5.5,0.2,EC+B+,100,0,ECP,,0,,,,,,,,,-12794,358,-23955,280,2307,196,6055.367,196,12968,318,3150,205,8228,2,117933060,210,-62354,196, +56,63,Ba,,,0,0,(5/2+),,5.4,3,S,5.4,0.3,EC+B+,100,0,ECP,25,0,,,,,,,,,-9801,361,-23101,361,1641.75,201,7714.965,201,10307,280,3469.69,201,8245.928,1683,118930659.686,214997,-64590.086,200269, +56,64,Ba,4.8092,57,0,0,0+,,24,2,S,24,2,EC+B+,100,0,,,,,,,,,,,,-11319,424,-22170,424,1733.17,300,5000.0,300,12369.87,361,3872.56,300,8280.294,2501,119926045,322241,-68888.639,300166, +56,65,Ba,4.8176,52,0,0,5/2(+),,29.7,15,S,29.7,1.5,EC+B+,100,0,,,,,,,,0.66,,1.79,,-8555,332,-21246,332,1015.58,142,6357.494,143,9927.52,332,4145.17,142,8293.907,1173,120924052.289,152333,-70744.837,141898, +56,66,Ba,4.8153,54,0,0,0+,,1.95,15,M,117,9,EC+B+,100,0,,,,,,,,,,,,-10066,299,-20490,301,1045.2,30,3535.815,44,11935.42,145,4795.58,31,8323.756,229,121919904,30000,-74608.944,27945, +56,67,Ba,4.8135,55,0,0,5/2(+),,2.7,4,M,162,24,EC+B+,100,0,,,,,,,,-0.68,,1.49,,-7004,196,-19183,298,714.54,16,5388.693,17,9117.33,30,4799.16,36,8330.208,98,122918781.062,13000,-75654.953,12109, +56,68,Ba,4.8185,52,0,0,0+,,11.0,5,M,660,30,EC+B+,100,0,,,,,,,,,,,,-8831.165,58030,-18510,196,657.73,17,2641.559,15,11506.14,17,5335.10,17,8355.82,101,123915093.629,13416,-79089.775,12497, +56,69,Ba,4.8177,52,0,0,1/2(+),,3.3,3,M,198,18,EC+B+,100,0,,,,,,,,0.177,,,,-5909.481,27631,-17481.67,58,387.1,15,4418.985,13,8650.51,17,5226.60,14,8358.178,88,124914471.843,11800,-79668.965,10992, +56,70,Ba,4.8221,50,0,0,0+,,100,2,M,6000,120,EC+B+,100,0,,,,,,,,,,,,-7696.435,91366,-16981.74,29,260.16,17,1680.927,16,11072.25,17,5870.92,15,8379.718,99,125911250.204,13416,-82669.902,12497, +56,71,Ba,4.8204,51,0,0,1/2+,,12.7,4,M,762,24,EC+B+,100,0,,,,,,,,0.089,,,,-4921.836,27740,-15915.79,91,5.84,15,3422.21,13,8219.36,17,5756.09,15,8378.455,89,126911091.275,12192,-82817.944,11357, +56,72,Ba,4.8255,47,0,0,0+,,2.43,5,D,209952,4320,EC,100,0,,,,,,,,,,,,-6753.066,54695,-15553.71,27,-141.99,6,553.084,8,10631.87,12,6427.31,8,8396.06,41,127908342.408,5577,-85378.497,5195, +56,73,Ba,4.8248,49,0,0,1/2+,,2.23,11,H,8028,396,EC+B+,100,0,,,,,,,,-0.398,,,,-3738.625,21639,-14509.08,55,-294.73,11,2436.048,12,7756.02,11,6420.59,12,8391.098,82,128908680.896,11354,-85063.198,10577, +56,74,Ba,4.8283,47,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-5634.178,26071,-14008.29,21,-539.5,4,-361.801,9,10269.66,11,7051.27,5,8405.549,20,129906320.874,2741,-87261.544,2553, +56,75,Ba,4.8276,47,0,0,1/2+,,11.50,6,D,993600,5184,EC+B+,100,0,,,,,,,,0.708113,,,,-2914.475,28063,-13127.68,26,-787.09,5,1375.055,6,7493.50,30,7072.96,9,8398.587,20,130906941.181,2757,-86683.731,2569, +56,76,Ba,4.8303,47,0,0,0+,GT,3.0E+21,,Y,9.46728e28,1.577406636e32,2B+,,0,,,,,,,,,,,,-4711.367,36354,-12737.08,28,-999.63,150,-1282.336,1478,9822.60,270,7665.20,5,8409.375,8,131905061.098,1131,-88435.017,1054, +56,77,Ba,4.8286,47,0,0,1/2+,,10.551,11,Y,332964237.6,347133.6,EC,100,0,,,,,,,,0.771674,,,,-2059.23,27962,-11901.28,36,-1282.47,99,517.318,992,7189.91,36,7689.90,143,8400.206,7,132906007.325,1065,-87553.613,992, +56,78,Ba,4.8322,47,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3731.204,19932,-11526.79,28,-1494.31,30,-2058.699,304,9467.56,104,8167.89,30,8408.171,2,133904508.399,326,-88949.853,304, +56,79,Ba,4.8294,47,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.837943,,0.16,,-1207.181,9430,-10703.17,20,-1861.86,31,-268.855,1038,6971.96,10,8248.31,31,8397.533,2,134905688.606,328,-87850.498,306, +56,80,Ba,4.8334,46,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2849.443,53172,-10314.92,9,-2032.88,31,-2548.224,1907,9107.74,4,8594.25,104,8402.755,2,135904575.959,328,-88886.921,306, +56,81,Ba,4.8314,47,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.935814,,0.245,,-580.547,1632,-9755.07,53,-2502.58,242,-1175.629,476,6905.63,7,8671.51,186,8391.827,2,136905827.375,337,-87721.235,314, +56,82,Ba,4.8378,46,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1742.458,3191,-9192.27,163,-2560.73,32,-5374.701,9,8611.72,4,9005.00,18,8393.42,2,137905247.229,339,-88261.638,317, +56,83,Ba,4.8513,49,0,0,7/2-,,83.06,28,M,4983.6,16.8,B-,100,0,,,,,,,,-0.973,,-0.573,,2312.461,2013,-6465.89,3,-925.52,4,-4212.83,3,4723.43,4,9315.78,9,8367.017,2,138908841.334,342,-84913.751,319, +56,84,Ba,4.8684,59,0,0,0+,,12.7527,23,D,1101833.28,198.72,B-,100,0,,,,,,,,,,,,1046.517,7993,-4114.46,8,734.89,8,-6219.249,11,6426.92,8,9857.40,9,8353.16,57,139910606.666,8516,-83269.354,7933, +56,85,Ba,4.8807,69,0,0,3/2-,,18.27,7,M,1096.2,4.2,B-,100,0,,,,,,,,-0.337,,0.454,,3199.01,6600,-3488.07,6,225.86,5,-5255.103,11,4534.59,9,9971.49,10,8326.078,38,140914403.5,5710,-79732.626,5319, +56,86,Ba,4.8953,83,0,0,0+,,10.6,2,M,636,12,B-,100,0,,,,,,,,,,,,2181.963,8391,-2981.95,7,-294.95,7,-7327.714,9,6180.95,8,10653.71,11,8310.971,42,141916432.888,6355,-77842.264,5920, +56,87,Ba,4.9087,95,0,0,5/2-,,14.5,3,S,14.5,0.3,B-,100,0,,,,,,,,0.443,,-0.88,,4234.318,9969,-1984.29,9,-717.54,7,-6261.688,10,4166.25,9,10711.62,10,8281.987,47,142920625.15,7253,-73937.197,6756, +56,88,Ba,4.9236,112,0,0,0+,,11.5,2,S,11.5,0.2,B-,100,0,,,,,,,,,,,,3082.53,14774,-1666.92,10,-1205.59,8,-8495.768,21,5901.24,10,11380.58,10,8265.454,50,143922954.821,7661,-71767.121,7136, +56,89,Ba,4.9345,123,0,0,5/2-,,4.31,16,S,4.31,0.16,B-,100,0,,,,,,,,-0.285,,1.224,,5319.141,14912,-737.84,15,-1743.79,9,-7461.761,12,3820.37,11,11533.79,22,8234.798,58,144927518.4,9100,-67516.176,8477, +56,90,Ba,4.9479,138,0,0,0+,,2.21,6,S,2.21,0.06,B-,100,0,,,,,,,,,,,,4103.197,33503,-183.09,24,-2142.36,21,-9636.714,21,5502.23,23,12181.64,23,8216.082,143,145930276.431,22397,-64947.086,20863, +56,91,Ba,,,0,0,(3/2-),,0.894,10,S,0.894,0.01,B-,100,0,B-N,0.06,0.05,,,,,,,,,6414.361,22466,714.94,39,-2486.07,20,-8343.965,21,3388.26,29,12242.63,20,8183.24,134,146935303.9,21200,-60264.029,19748, +56,92,Ba,4.9731,167,0,0,0+,,0.612,17,S,0.612,0.017,B-,100,0,B-N,0.4,0.3,,,,,,,,,5115,60000,1013.34,64,-3146.36,63,-10682.793,64,5401.02,66,12962.64,64,8164.441,426,147938170.578,67718,-57593.735,63079, +56,93,Ba,,,0,0,,,0.344,7,S,0.344,0.007,B-,100,0,B-N,0.43,0.12,,,,,,,,,7099.605,481431,1517.11,438,-4051.9,438,-9870.309,593,3597.89,442,13498.34,438,8133.793,2938,148942973,470000,-53120.309,437802, +56,94,Ba,,,0,0,0+,,0.3,,S,0.3,0,B-,100,0,B-N,,0,,,,,,,,,6230,529,2248,361,-4370,301,-11730.0,500,4851,531,13939,500,8112,2,149946430,322,-49900,300, +56,95,Ba,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,8370,591,3119,591,-5005,447,-10710.0,640,3111,500,14059,565,8079,3,150951755,429,-44940,400, +56,96,BA,,,0,0,0+,GT,406,,NS,0.000000406,5e15,B-,100,0,B-N,,0,,,,,,,,,7580,500,3529,591,-5535,500,-12780.0,640,4842,565,14770,640,8057,3,151955222,429,-41710,400, +57,60,La,,,0,0,(3/2+ 3/2-),,23.5,26,MS,0.0235,0.0026,P,93.9,0.7,EC+B+,6.1,0.7,,,,,,,,,,,,,2869,200,10986.753,320,13897,371,-820.10,3,8087,2,116950111,215,-46471,200, +57,63,La,,,0,0,,,2.8,2,S,2.8,0.2,EC+B+,100,0,ECP,0,0,,,,,,,,,-7970,583,-21701,583,2048,316,11318.639,424,10852,424,269,361,8179,2,119938196,322,-57570,300, +57,64,La,,,0,0,,,5.3,2,S,5.3,0.2,EC+B+,100,0,,,,,,,,,,,,-9500,500,-20661,583,1878,306,8554.837,332,12692,424,591,424,8217,2,120933236,322,-62190,300, +57,65,La,,,0,0,,,8.6,5,S,8.6,0.5,EC+B+,100,0,ECP,,0,,,,,,,,,-6669,499,-19925,499,1441,298,10065.944,299,10424,423,1087,330,8235,2,121930710,320,-64543,298, +57,66,La,,,0,0,,,17,3,S,17,3,EC+B+,100,0,,,,,,,,,,,,-8365,357,-18849,446,1229,196,7003.953,196,12179,357,1331,198,8267,2,122926300,210,-68651,196, +57,67,La,,,0,0,,,21,4,S,21,4,EC+B+,100,0,,,,,,,,,,,,-5343,303,-18044,303,1205.11,58,8831.165,58,9679,204,1892.63,58,8278.292,457,123924574.275,60836,-70258.610,56669, +57,68,La,,,0,0,(3/2+),,64.8,12,S,64.8,1.2,EC+B+,100,0,,,,,,,,,,,,-7102,197,-16915,299,917.93,30,5909.481,28,11572.19,62,1958.68,29,8304.643,208,124920815.932,27909,-73759.484,25997, +57,69,La,,,0,0,(5+),,54,2,S,54,2,EC+B+,0,0,,,,,,,,,,,,-4152.91,94723,-16387,216,746.38,97,7696.434,91,9285.30,94,2593.47,91,8312.426,718,125919512.667,97163,-74973.468,90508, +57,70,La,,,0,0,(11/2-),,5.1,1,M,306,6,EC+B+,100,0,,,,,,,,,,,,-5916.772,38857,-15146.87,38,722.62,29,4921.836,28,10993.96,94,2515.18,29,8333.54,205,126916375.084,27912,-77896.108,26000, +57,71,La,,,0,0,(5+),,5.18,14,M,310.8,8.4,EC,100,,,,,,,,,,,,,-3091.513,61200,-14717.41,62,680.99,55,6753.066,55,8800.64,60,3096.46,56,8337.19,425,127915592.123,58452,-78625.431,54448, +57,72,La,,,0,0,(3/2+),,11.6,2,M,696,12,EC+B+,100,0,,,,,,,,,,,,-5037.077,35168,-13861.97,35,338.46,23,3738.625,24,10770.46,58,3235.05,22,8356.052,166,128912694.475,22920,-81324.573,21351, +57,73,La,,,0,0,3(+),,8.7,1,M,522,6,EC+B+,100,0,,,,,,,,,,,,-2204.461,38133,-13411.19,38,298.55,28,5634.178,26,8374.11,34,3853.14,28,8356.191,200,129912369.413,27854,-81627.366,25946, +57,74,La,,,0,0,3/2+,,59,2,M,3540,120,EC+B+,100,0,,,,,,,,,,,,-4060.816,43092,-12417.67,40,45.98,29,2914.475,28,10213.21,38,3796.68,28,8370.367,213,130910070,30000,-83769.256,27945, +57,75,La,,,0,0,2-,,4.8,2,H,17280,720,EC+B+,100,0,,,,,,,,,,,,-1252.754,41718,-12086.53,49,-216.98,37,4711.367,36,8025.71,46,4328.89,36,8367.756,275,131910118.959,39032,-83723.650,36359, +57,76,La,,,0,0,5/2+,,3.912,8,H,14083.2,28.8,EC+B+,100,0,,,,,,,,,,,,-3076.168,32378,-11094.80,35,-420.05,28,2059.23,28,9842.05,46,4348.34,28,8378.841,210,132908218,30000,-85494.383,27945, +57,77,La,,,0,0,1+,,6.45,16,M,387,9.6,EC+B+,100,0,,,,,,,,,,,,-385.76,28510,-10871.75,26,-743.82,22,3731.203,20,7795.58,34,4954.01,20,8374.488,149,133908514.011,21395,-85218.650,19930, +57,78,La,4.8488,60,0,0,5/2+,,19.5,2,H,70200,720,EC+B+,100,0,,,,,,,,3.7,,-0.4,,-2027.146,4610,-9881.74,22,-1009.45,11,1207.181,9,9495.98,22,4982.43,9,8382.795,70,134906984.568,10127,-86643.317,9434, +57,79,La,,,0,0,1+,,9.87,3,M,592.2,1.8,EC+B+,100,0,,,,,,,,,,,,470.893,53173,-9492.63,54,-1309.71,53,2849.442,53,7465.48,54,5475.95,53,8376.05,391,135907634.962,57081,-86037.479,53171, +57,80,La,4.8496,53,0,0,7/2+,,6E+4,2,Y,1893456000000,631152000000,EC,100,0,,,,,,,,2.7,,0.21,,-1222.1,1600,-8703.63,161,-1494.67,166,580.547,1688,9174.53,53,5542.74,163,8381.879,12,136906450.618,1780,-87140.688,1659, +57,81,La,4.8473,51,0,0,5+,,1.02E+11,1,Y,3.2188752e18,3.15576e16,EC+B+,65.6,0.5,B-,34.4,0.5,,,,,3.73646,,0.45,,1051.742,4038,-8671.91,3,-2052.94,3,1742.458,3,7449.81,4,6086.92,3,8375.125,23,137907117.834,3422,-86519.180,3188, +57,82,La,4.8550,49,0,0,7/2+,,STABLE,,,,,,,,,,,,,,,2.7830455,,0.2,,-278.35,6953,-7726.61,5,-2069.49,224,-2312.461,2033,8778.35,252,6253.54,200,8378.025,14,138906358.804,2156,-87226.212,2009, +57,83,La,,,0,0,3-,,1.67855,12,D,145026.72,10.368,B-,100,0,,,,,,,,0.73,,0.094,,3760.218,1727,-5439.33,7,-402.09,274,-1046.517,8,5160.98,4,6691.09,200,8355.047,14,139909483.184,2156,-84315.871,2009, +57,84,La,,,0,0,(7/2+),,3.92,3,H,14112,108,B-,100,0,,,,,,,,,,,,2501.28,3928,-2926.86,4,1189.06,4,-3199.01,7,6687.08,4,6951.25,9,8343.217,30,140910969.222,4528,-82931.636,4219, +57,85,La,,,0,0,2-,,91.1,5,M,5466,30,B-,100,0,,,,,,,,,,,,4508.961,5845,-2662.63,6,437.79,11,-2181.963,9,5163.91,7,7580.57,8,8320.828,44,141914090.454,6773,-80024.227,6309, +57,86,La,,,0,0,(7/2)+,,14.2,1,M,852,6,B-,100,0,,,,,,,,,,,,3435.156,7595,-1709.64,8,104.49,8,-4234.318,10,6218.61,10,7618.22,9,8306.127,51,142916079.422,7869,-78171.515,7330, +57,87,La,,,0,0,(3-),,40.8,4,S,40.8,0.4,B-,100,0,,,,,,,,,,,,5582.219,13254,-1314.30,13,-224.46,15,-3082.531,15,4749.45,15,8201.43,15,8281.428,90,143919645.589,13888,-74849.652,12937, +57,88,La,,,0,0,(5/2+),,24.8,20,S,24.8,2,B-,100,0,,,,,,,,,,,,4231.705,35300,-474.76,13,-782.71,15,-5319.141,15,6056.98,18,8357.17,14,8266.087,85,144921808.066,13170,-72835.317,12269, +57,89,La,,,0,0,(2-),,6.1,3,S,6.1,0.3,B-,100,0,B-N,0.007,0,,,,,,,,,6585.107,34456,-54.58,48,-960.65,34,-4103.197,40,4286.28,36,8823.08,35,8238.828,230,145925871.468,36088,-69050.283,33616, +57,90,La,,,0,0,(3/2+),,4.06,4,S,4.06,0.04,B-,100,0,B-N,0.041,0.004,,,,,,,,,5335.501,13725,885.68,20,-1427.8,13,-6414.361,22,5699.42,35,9020.27,23,8221.553,73,146928417.8,11500,-66678.390,10712, +57,91,La,,,0,0,(2-),,1.26,8,S,1.26,0.08,B-,100,0,B-N,0.15,0.03,,,,,,,,,7689.672,22457,1233.84,21,-1862.3,28,-5115.0,66,4101.66,22,9733.68,28,8193.716,132,147932679.4,20900,-62708.735,19468, +57,92,La,,,0,0,(3/2-),,1.05,3,S,1.05,0.03,B-,100,0,B-N,1.43,0.28,,,,,,,,,6450,200000,2107.18,201,-2590.41,200,-7099.604,481,5582.50,201,9915.15,210,8176.191,1344,148935351.26,214990,-60219.913,200262, +57,93,La,,,0,0,(3+),,0.59,11,S,0.59,0.11,B-,100,0,B-N,2.7,0.3,,,,,,,,,8716.888,435631,2468.63,436,-3244.51,435,-6229.966,529,3981.37,479,10298.63,618,8148.225,2903,149939742,467500,-56129.966,435473, +57,94,La,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,7914.718,435833,3465.20,436,-3815.18,436,-8370.333,591,5251.68,616,10699,529,8129.043,2884,150942769,467500,-53310.333,435473, +57,95,La,,,0,0,,GT,150,,NS,0.00000015,5e15,B-,100,0,,,,,,,,,,,,9690,361,3864,300,-4804,300,-7580.0,500,4051,529,11639,500,8102,2,151947085,322,-49290,300, +57,96,La,,,0,0,,GT,100,,NS,0.0000001,5e15,,,,,,,,,,,,,,,8850,361,4849,361,-5234,500,-13240.0,583,4841,424,11638,500,8081,2,152950553,322,-46060,300, +58,63,Ce,,,0,0,(5/2),,1.1,1,S,1.1,0.1,EC+B+,100,0,ECP,1,0,,,,,,,,,-11268,641,,,2343,472,9500.0,501,11161,641,2409,500,8132,3,120943435,430,-52690,401, +58,64,Ce,,,0,0,0+,,,,,,,ECP,,0,EC+B+,,0,,,,,,,,,-13094,641,-24523,641,2056,446,6669.0,500,13255,566,2972,500,8174,3,121937870,430,-57874,401, +58,65,Ce,,,0,0,(5/2),,3.8,2,S,3.8,0.2,EC+B+,100,0,ECP,0,0,,,,,,,,,-10056,499,-23578,582,1879,359,8365.0,357,10484,499,3032,422,8193,2,122935280,320,-60286,298, +58,66,Ce,,,0,0,0+,,6,2,S,6,2,EC+B+,100,0,,,,,,,,,,,,-11765,499,-22757,499,1548,423,5342.61,303,12701,422,3554,357,8229,2,123930310,320,-64916,298, +58,67,Ce,,,0,0,(7/2-),,9.7,3,S,9.7,0.3,EC+B+,100,0,B+P,,0,,,,,,,,,-8718,358,-21578,446,1662,242,7101.484,198,9813,357,3688,204,8242,2,124928440,210,-66658,196, +58,68,Ce,,,0,0,0+,,51.0,3,S,51,0.3,EC+B+,100,0,,,,,,,,,,,,-10497,198,-20952,301,1363.47,40,4152.91,95,12234,198,4350.04,38,8273.257,222,125923971,30000,-70820.558,27945, +58,69,Ce,,,0,0,(1/2+),,34,2,S,34,2,EC+B+,100,0,,,,,,,,,,,,-7436,198,-19727,198,1250.7,31,5916.772,39,9230.10,40,4294.84,95,8280.791,227,126922727,31000,-71979.336,28876, +58,70,Ce,,,0,0,0+,,3.93,2,M,235.8,1.2,EC+B+,100,0,,,,,,,,,,,,-9203.161,40859,-19062,198,1130.94,31,3091.514,61,11625.90,40,4926.78,38,8306.925,218,127918911,30000,-75533.917,27945, +58,71,Ce,,,0,0,(5/2+),,3.5,3,M,210,18,EC+B+,100,0,,,,,,,,,,,,-6513.938,40859,-18028.06,41,956.55,30,5037.077,35,8824.90,40,4951.04,61,8310.94,217,128918102,30000,-76287.496,27945, +58,72,Ce,,,0,0,0+,,22.9,5,M,1374,30,EC+B+,100,0,,,,,,,,,,,,-8247.448,70085,-17720.66,41,822.08,31,2204.461,38,11206.73,40,5387.30,35,8333.216,215,129914736,30000,-79422.905,27945, +58,73,Ce,,,0,0,7/2+,,10.3,3,M,618,18,EC+B+,100,0,B+,11,3,,,,,,,,,-5407.784,55446,-16604.30,72,684.59,35,4060.816,43,8356.85,43,5370.04,42,8333.396,250,130914429.465,35214,-79708.440,32802, +58,74,Ce,,,0,0,0+,,3.51,11,H,12636,396,EC+B+,100,0,,,,,,,,,,,,-7243.44,35380,-16241.56,51,482.69,21,1252.754,42,10833.77,39,5990.61,35,8352.338,155,131911463.846,21945,-82470.896,20442, +58,75,Ce,,,0,0,1/2+,,97,4,M,5820,240,EC+B+,100,0,,,,,,,,,,,,-4480.634,20583,-15262.08,33,220.07,19,3076.169,32,8018.64,26,5983.54,40,8349.829,123,132911520.402,17557,-82418.214,16354, +58,76,Ce,,,0,0,0+,,3.16,4,D,273024,3456,EC,100,0,,,,,,,,,,,,-6304.898,28781,-14966.63,24,3.74,21,385.761,29,10485.99,26,6627.48,35,8365.771,152,133908928.142,21886,-84832.889,20387, +58,77,Ce,,,0,0,1/2(+),,17.7,3,H,63720,1080,EC+B+,100,0,,,,,,,,,,,,-3680.31,15655,-14159.50,23,-357.36,11,2027.146,14,7854.60,23,6686.49,22,8361.984,76,134909160.799,11022,-84616.171,10267, +58,78,Ce,4.8739,18,0,0,0+,GT,0.7E+14,,Y,2.209032e21,1.5778799999889548e32,2EC,,0,,,,,,,,,,,,-5168.017,11457,-13643.83,12,-498.27,112,-470.893,53,9963.52,10,7154.03,9,8373.76,3,135907129.438,438,-86508.372,408, +58,79,Ce,,,0,0,3/2+,,9.0,3,H,32400,1080,EC+B+,100,0,,,,,,,,0.96,,,,-2716.895,8132,-12649.55,11,-789.89,108,1222.1,17,7481.53,16,7170.08,53,8367.248,3,136907762.596,469,-85918.588,437, +58,80,Ce,4.8737,18,0,0,0+,GE,0.9E+14,,Y,2.840184e21,1.577879999985799e32,,,,,,,,,,,,,,,-4437,10000,-12440.55,10,-1045.98,5,-1051.742,6,9723.65,5,7719.20,5,8377.077,36,137905988.743,5293,-87570.922,4931, +58,81,Ce,,,0,0,3/2+,,137.641,20,D,11892182.4,1728,EC+B+,100,0,,,,,,,,1.06,,,,-2129.064,2996,-11885.26,13,-1522.28,7,278.35,8,7448.26,8,7717.65,7,8370.395,52,138906657.625,7761,-86947.862,7230, +58,82,Ce,4.8771,18,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3388,6000,-11328.61,8,-1614.08,161,-3760.218,2566,9199.54,7,8138.85,173,8376.317,11,139905446.424,1713,-88076.089,1596, +58,83,Ce,,,0,0,7/2-,,32.511,13,D,2808950.4,1123.2,B-,100,0,,,,,,,,1.09,,,,582.728,1202,-8816.14,6,-136.6,162,-2501.28,5,5428.14,10,8406.02,173,8355.408,11,140908283.987,1714,-85432.916,1597, +58,84,Ce,4.9063,20,0,0,0+,GT,5E+16,,Y,1.57788e24,1.5778799921106e32,,,,,,,,,,,,,,,-745.712,2500,-6588.86,250,1303.53,252,-4508.961,7,7171.59,252,8890.52,5,8347.071,18,141909249.884,2693,-84533.188,2509, +58,85,Ce,,,0,0,3/2-,,33.039,6,H,118940.4,21.6,B-,100,0,,,,,,,,0.43,,,,1461.575,1866,-5890.51,250,882.16,252,-3435.156,8,5144.80,9,8871.41,6,8324.678,18,142912391.63,2692,-81606.671,2508, +58,86,Ce,4.9303,23,0,0,0+,,284.91,5,D,24616224,4320,B-,100,0,,,,,,,,,,,,318.646,832,-5434.94,289,412.57,8,-5582.218,13,6896.52,3,9549.33,8,8314.76,20,143913652.83,3096,-80431.870,2885, +58,87,Ce,,,0,0,(5/2-),,3.01,6,M,180.6,3.6,B-,100,0,,,,,,,,,,,,2558.918,33635,-4387.82,34,240.69,34,-4231.705,36,4706.47,34,9506.34,36,8289.875,234,144917265.144,36395,-77067.022,33902, +58,88,Ce,4.9590,28,0,0,0+,,13.49,16,M,809.4,9.6,B-,100,0,,,,,,,,,,,,1045.616,32519,-4080.77,18,-218.04,17,-6585.106,37,6639.68,38,10089.04,20,8278.573,112,145918802.065,17504,-75635.389,16306, +58,89,Ce,,,0,0,(5/2-),,56.4,10,S,56.4,1,B-,100,0,,,,,,,,,,,,3430.176,15533,-3404.20,36,-501.61,11,-5335.501,14,4449.82,18,10252.58,35,8252.527,58,146922689.903,9211,-72013.891,8580, +58,90,Ce,4.9893,35,0,0,0+,,56.8,3,S,56.8,0.3,B-,100,0,,,,,,,,,,,,2137.016,12567,-3025.66,19,-1056.2,13,-7689.673,22,6455.83,14,11008.99,15,8240.387,76,147924424.196,12018,-70398.408,11195, +58,91,Ce,,,0,0,(3/2-),,5.3,2,S,5.3,0.2,B-,100,0,,,,,,,,,,,,4369.452,14230,-2205.81,18,-1578.65,13,-6450.0,201,4342.82,15,11250.15,22,8214.229,69,148928426.9,11000,-66669.913,10246, +58,92,Ce,,,0,0,0+,,4.0,6,S,4,0.6,B-,100,0,,,,,,,,,,,,3453.625,14291,-1878.81,15,-2324.68,24,-8716.888,436,6248.26,16,11915.91,201,8201.122,78,149930384.035,12556,-64846.854,11697, +58,93,Ce,,,0,0,(5/2+),,1.76,6,S,1.76,0.06,B-,100,0,,,,,,,,,,,,5554.578,21189,-995.89,20,-3385.94,27,-7914.719,436,4449.51,21,12384.06,436,8176.277,117,150934272.2,19000,-61225.052,17698, +58,94,Ce,,,0,0,0+,,1.4,2,S,1.4,0.2,B-,100,0,,,,,,,,,,,,4778,201,-272,201,-3812,210,-9690.0,361,5827,201,12959,479,8161,1,151936682,215,-58980,200, +58,95,Ce,,,0,0,,GT,100,,NS,0.0000001,5e15,,,,,,,,,,,,,,,6659,201,777,201,-4214,481,-8850.0,361,4001,283,12909,361,8134,1,152941052,215,-54910,200, +58,96,Ce,,,0,0,,GT,100,,NS,0.0000001,5e15,B-,100,0,,,,,,,,,,,,5885,230,1278,201,-4744,361,-10690.0,361,5381,283,13449,361,8116,1,153943940,215,-52220,200, +58,97,Ce,,,0,0,,GT,300,,NS,0.0000003,5e15,,,,,,,,,,,,,,,7635,300,2254,321,-5265,500,-9850.0,500,3632,361,13539,424,8087,2,154948706,322,-47780,300, +59,62,Pr,,,0,0,(3/2),,10,+6-3,MS,0.01,0.005,P,100,0,,,,,,,,,,,,,,,,2624,539,11268.0,641,,,-889.60,10,8032,4,120955532,537,-41422,500, +59,65,Pr,,,0,0,,,1.2,2,S,1.2,0.2,EC+B+,100,0,ECP,0,0,,,,,,,,,-8626,643,,,1994,500,11765.0,500,10992,566,154,499,8128,3,123942940,430,-53151,401, +59,66,Pr,,,0,0,,,3.3,7,S,3.3,0.7,EC+B+,100,0,B+P,,0,,,,,,,,,-10341,500,-21486,586,1825,424,8718.0,358,12860,500,313,423,8166,2,124937799,322,-57940,300, +59,67,Pr,,,0,0,GE 4,,3.14,22,S,3.14,0.22,EC+B+,100,0,ECP,,0,,,,,,,,,-7331,357,-20796,446,1795,357,10496.558,198,10455,358,955,277,8184,2,125935240,210,-60324,196, +59,68,Pr,,,0,0,,,4.2,3,S,4.2,0.3,EC+B+,100,0,,,,,,,,,,,,-9008,357,-19622,357,1683,277,7436.336,198,12291,277,1012,198,8216,2,126930710,210,-64543,196, +59,69,Pr,,,0,0,4 5 6,,2.84,9,S,2.84,0.09,EC+B+,100,0,,,,,,,,,,,,-6017,198,-18866,300,1502.94,64,9203.16,41,9859,198,1640.39,42,8228.913,233,127928791,32000,-66330.757,29808, +59,70,Pr,,,0,0,(3/2+),,30,4,S,30,4,EC+B+,100,0,,,,,,,,,,,,-7459,204,-17531,198,1561.01,40,6513.938,41,11514.12,42,1528.61,41,8254.38,231,128925095,32000,-69773.558,29808, +59,71,Pr,,,0,0,(5+),,40.0,4,S,40,0.4,EC+B+,100,0,,,,,,,,,,,,-4579.225,70085,-16932,212,1373.1,111,8247.448,70,9473.22,71,2176.93,70,8263.756,494,129923590,69000,-71175.457,64272, +59,72,Pr,,,0,0,(3/2+),,1.51,2,M,90.6,1.2,EC+B+,100,0,,,,,,,,,,,,-6532.623,53081,-15775.74,55,1170.54,54,5407.784,57,11196.52,80,2166.72,55,8286.143,359,130920234.96,50451,-74300.656,46995, +59,73,Pr,,,0,0,(2)+,,1.6,3,M,96,18,EC+B+,100,0,,,,,,,,,,,,-3801.648,37679,-15530.74,40,973.06,62,7243.44,35,8998.12,55,2807.99,44,8291.537,219,131919240,31000,-75227.456,28876, +59,74,Pr,,,0,0,(3/2+),,6.5,3,M,390,18,EC+B+,100,0,,,,,,,,,,,,-5605.208,48222,-14583.09,27,962.08,25,4480.633,21,10781.44,31,2755.66,24,8310.258,94,132916330.561,13416,-77937.581,12497, +59,75,Pr,,,0,0,2-,,17,2,M,1020,120,EC+B+,100,0,,,,,,,,,,,,-2881.559,23503,-14266.94,51,674.46,33,6304.898,29,8661.73,24,3398.75,26,8312.881,152,133915696.729,21810,-78527.991,20316, +59,76,Pr,,,0,0,3/2(+),,24,1,M,1440,60,EC+B+,100,0,,,,,,,,,,,,-4722.252,22484,-13360.75,17,408.48,30,3680.31,16,10479.19,24,3391.94,24,8328.928,88,134913111.774,12686,-80935.861,11817, +59,77,Pr,,,0,0,2+,,13.1,1,M,786,6,EC+B+,100,0,,,,,,,,,,,,-2141.068,16458,-13198.06,22,-41.62,38,5168.017,11,8475.81,16,4013.15,15,8330.008,84,135912677.532,12297,-81340.355,11455, +59,78,Pr,,,0,0,5/2+,,1.28,3,H,4608,108,EC+B+,100,0,,,,,,,,,,,,-3617.126,14282,-12073.72,14,-132.23,29,2716.895,8,9932.65,14,3982.29,8,8341.706,59,136910679.304,8735,-83201.693,8137, +59,79,Pr,,,0,0,1+,,1.45,5,M,87,3,EC+B+,100,0,,,,,,,,,,,,-1115.612,16090,-11620.67,16,-340.19,23,4437.0,12,8003.55,14,4504.30,11,8339.255,81,137910752.059,11969,-83133.922,11150, +59,80,Pr,,,0,0,5/2+,,4.41,4,H,15876,144,EC+B+,100,0,,,,,,,,,,,,-2804.856,28033,-10871.81,14,-600.4,12,2129.064,11,9756.19,13,4536.85,9,8349.449,56,138908943.27,8383,-84818.798,7809, +59,81,Pr,,,0,0,1+,,3.39,1,M,203.4,0.6,EC+B+,100,0,,,,,,,,,,,,-429.177,7101,-10745.46,28,-1075.53,54,3388.0,6,7940.61,10,5029.20,9,8346.529,44,139909083.592,6665,-84688.089,6209, +59,82,Pr,4.8919,50,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,4.2754,,-0.077,,-1823.014,2809,-9828.05,4,-1299.87,234,-582.728,2307,9398.87,6,5228.53,120,8353.992,12,140907658.403,1787,-86015.644,1665, +59,83,Pr,,,0,0,2-,,19.12,4,H,68832,144,B-,99.9836,0.0008,EC,0.0164,0.0008,,,,,0.234,,0.03,,2162.505,1416,-7666.16,281,306.79,3,745.712,3,5843.15,8,5643.53,120,8336.31,12,141910050.44,1786,-83787.476,1665, +59,84,Pr,,,0,0,7/2+,,13.57,2,D,1172448,1728,B-,100,0,,,,,,,,2.701,,0.77,,933.988,1368,-5189.58,137,1733.05,248,-1461.575,3,7352.09,192,5824.03,187,8329.428,13,142910822.564,2037,-83068.246,1897, +59,85,Pr,,,0,0,0-,,17.28,5,M,1036.8,3,B-,100,0,,,,,,,,,,,,2997.44,2400,-4819.60,240,1140.44,3,-318.647,4,5753.59,276,6432.82,3,8311.54,19,143913310.75,2965,-80750.517,2762, +59,86,Pr,,,0,0,7/2+,,5.984,10,H,21542.4,36,B-,100,0,,,,,,,,,,,,1806.012,7037,-3949.30,7,880.78,8,-2558.918,35,6946.74,7,6483.04,7,8302.127,49,144914518.033,7696,-79625.940,7169, +59,87,Pr,,,0,0,(2-),,24.09,10,M,1445.4,6,B-,100,0,,,,,,,,,,,,4244.861,34830,-3320.37,35,918.31,35,-1045.617,38,5126.38,36,6902.95,49,8280.376,238,145917679.549,37376,-76681.006,34816, +59,88,Pr,,,0,0,(5/2+),,13.4,3,M,804,18,B-,100,0,,,,,,,,,,,,2702.681,15860,-2589.52,16,302.53,17,-3430.176,18,6834.38,38,7097.65,23,8270.539,108,146919007.458,17023,-75444.067,15857, +59,89,Pr,,,0,0,1-,,2.29,2,M,137.4,1.2,B-,100,0,,,,,,,,,,,,4872.572,15090,-2459.99,15,-110.69,20,-2137.016,19,5162.67,22,7810.50,17,8249.54,102,147922130.015,16148,-72535.424,15043, +59,90,Pr,,,0,0,(5/2+),,2.26,7,M,135.6,4.2,B-,100,0,,,,,,,,,,,,3336.1,10101,-1702.69,10,-628.96,16,-4369.453,14,6575.26,18,7929.93,15,8238.303,66,148923736.1,10600,-71039.366,9874, +59,91,Pr,,,0,0,(1-),,6.19,16,S,6.19,0.16,B-,100,0,,,,,,,,,,,,5379.276,9085,-1996.33,9,-1675.11,35,-3453.625,15,5332.43,13,8919.54,14,8218.931,60,149926676.415,9678,-68300.479,9015, +59,92,Pr,,,0,0,(3/2-),,18.90,7,S,18.9,0.07,B-,100,0,,,,,,,,,,,,4163.358,11689,-1171.19,12,-2526.16,16,-5554.578,21,6550.47,15,9221.75,17,8207.881,77,150928309.114,12507,-66779.630,11651, +59,93,Pr,,,0,0,(4+),,3.57,18,S,3.57,0.18,B-,100,0,,,,,,,,,,,,6391.344,30710,-886.39,19,-3474.24,27,-4778.063,201,5049.75,22,9821.98,26,8187.104,122,151931552.9,19900,-63758.063,18537, +59,94,Pr,,,0,0,,,4.28,11,S,4.28,0.11,B-,100,0,,,,,,,,,,,,5761.834,12190,509.63,27,-3773.47,201,-6658.463,200,5881.72,22,9877,201,8172.036,78,152933903.532,12755,-61568.463,11882, +59,95,Pr,,,0,0,(3+),,2.3,1,S,2.3,0.1,B-,100,0,,,,,,,,,,,,7720,100000,1154.00,113,-4399.93,450,-5884.976,230,4607.83,114,10484,230,8148.892,734,153937621.738,121320,-58104.976,113009, +59,96,Pr,,,0,0,,GT,300,,NS,0.0000003,5e15,,,,,,,,,,,,,,,6868.456,19472,2338.39,55,-4529.85,436,-7635.268,300,5381.61,114,10485,201,8131.039,111,154940509.259,18462,-55415.268,17198, +60,65,Nd,,,0,0,(5/2),,0.65,15,S,0.65,0.15,EC+B+,100,0,ECP,0,0,,,,,,,,,,,,,2666,566,10341.0,501,11145,643,1737,566,8077,3,124948900,430,-47599,401, +60,66,Nd,,,0,0,0+,,,,,,,EC+B+,,0,ECP,,0,,,,,,,,,-13643,582,,,2456,499,7331.0,357,13465,499,2342,423,8119,2,125943110,320,-52993,298, +60,67,Nd,,,0,-1,,,1.8,4,S,1.8,0.4,EC+B+,100,0,ECP,,0,,,,,,,,,-10749,499,-24257,582,2326,422,9007.0,357,10614,422,2501,357,8139,2,126940380,320,-55536,298, +60,68,Nd,,,0,0,0+,,5,,S,5,0,EC+B+,100,0,ECP,,0,,,,,,,,,-12529,357,-23599,446,2177,357,6016.757,198,12850,357,3060,277,8176,2,127935250,210,-60314,196, +60,69,Nd,,,0,0,(5/2+),,6.7,4,S,6.7,0.4,EC+B+,100,0,ECP,0,0,,,,,,,,,-9434,360,-22601,360,1918,281,7458.558,204,10072,281,3273,204,8190,2,128933102,217,-62315,202, +60,70,Nd,,,0,0,0+,,13,3,S,13,3,EC+B+,100,0,,,,,,,,,,,,-11200,198,-21787,299,1799.41,40,4579.225,70,12353,204,4111.64,41,8222.513,215,129928506,30000,-66596.232,27945, +60,71,Nd,,,0,0,(5/2+),,25.4,9,S,25.4,0.9,EC+B+,100,0,ECP,0,0,,,,,,,,,-8108,202,-20443,198,1786.39,40,6532.623,54,9243.12,39,3881.55,70,8230.304,210,130927248.02,29541,-67768.033,27517, +60,72,Nd,4.9174,26,0,0,0+,,94,8,S,94,8,EC+B+,100,0,,,,,,,,,,,,-9798,151,-19837,202,1683.19,37,3801.649,38,11729.09,37,4414.12,53,8256.81,183,131923321.237,25985,-71425.807,24205, +60,73,Nd,,,0,0,(7/2+),,70,10,S,70,10,EC+B+,100,0,,,,,,,,,,,,-6924.726,68552,-18776,156,1530.21,54,5605.209,48,8977.88,52,4393.89,55,8262.231,350,132922348,50000,-72332.372,46575, +60,74,Nd,4.9128,26,0,0,0+,,8.5,15,M,510,90,EC+B+,100,0,,,,,,,,,,,,-8907.681,58949,-18310.10,52,1351.56,30,2881.559,24,11385.38,48,4997.82,17,8285.538,88,133918790.21,12686,-75646.432,11817, +60,75,Nd,4.9086,26,0,0,9/2(-),,12.4,6,M,744,36,EC+B+,100,0,,,,,,,,-0.78,,1.9,,-6161.534,77838,-17546.18,61,1069.91,38,4722.252,22,8638.49,22,4974.59,28,8288.153,142,134918181.32,20534,-76213.609,19128, +60,76,Nd,4.9111,26,0,0,0+,,50.65,33,M,3039,19.8,EC+B+,100,0,,,,,,,,,,,,-8029.371,70076,-17218.53,76,846.69,24,2141.068,16,11056.99,22,5552.40,17,8308.512,87,135914976.064,12686,-79199.287,11817, +60,77,Nd,4.9080,26,0,0,1/2+,,38.5,15,M,2310,90,EC+B+,100,0,,,,,,,,,,,,-5511.719,17545,-16485.97,70,408.73,20,3617.126,14,8456.60,17,5533.18,16,8309.593,86,136914562.448,12600,-79584.567,11737, +60,78,Nd,4.9123,26,0,0,0+,,5.04,9,H,18144,324,EC+B+,100,0,,,,,,,,,,,,-7077.827,28756,-16016.78,17,389.66,23,1115.612,16,10505.06,17,6105.59,14,8325.502,84,137911949.717,12454,-82018.310,11601, +60,79,Nd,4.9076,25,0,0,3/2+,,29.7,5,M,1782,30,EC+B+,100,0,,,,,,,,0.907,,0.28,,-4513.46,25927,-15144.78,39,177.31,29,2804.856,29,8066.95,30,6168.99,30,8323.642,199,138911954.407,29630,-82013.942,27600, +60,80,Nd,4.9101,26,0,0,0+,,3.37,2,D,291168,1728,EC,100,0,,,,,,,,,,,,-6045.2,24000,-14829.75,14,-175.46,3,429.177,7,10316.29,28,6729.08,9,8337.875,25,139909544.332,3700,-84258.912,3447, +60,81,Nd,4.9057,26,0,0,3/2+,,2.49,3,H,8964,108,EC+B+,100,0,,,,,,,,1.012,,0.32,,-3669.709,14349,-14050.24,24,-698.96,3,1823.014,4,8005.04,5,6793.51,7,8335.515,23,140909615.488,3505,-84192.630,3265, +60,82,Nd,4.9123,25,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4807.936,23629,-13498.38,14,-803.97,5,-2162.504,2155,9828.67,3,7223.31,142,8346.03,10,141907728.895,1468,-85949.980,1368, +60,83,Nd,4.9254,26,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,-1.065,,-0.61,,-1041.583,2682,-10931.51,24,520.71,7,-933.988,2338,6123.57,7,7503.73,142,8330.488,10,142909819.887,1467,-84002.234,1367, +60,84,Nd,4.9421,27,0,0,0+,,2.29E+15,16,Y,7.2266904e22,5.049216e21,A,100,0,,,,,,,,,,,,-2331.863,2646,-8858.62,268,1903.22,158,-2997.44,3,7817.04,5,7968.68,137,8326.922,9,143910092.865,1467,-83747.957,1367, +60,85,Nd,4.9535,28,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,-0.656,,-0.314,,-164.478,2536,-8087.18,266,1576.05,159,-1806.011,7,5755.31,23,7970.41,241,8309.187,10,144912579.199,1485,-81431.951,1384, +60,86,Nd,4.9696,30,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1471.558,4119,-7729.71,254,1182.41,221,-4244.861,35,7565.23,9,8588.90,7,8304.092,9,145913122.503,1488,-80925.867,1386, +60,87,Nd,,,0,0,5/2-,,10.98,1,D,948672,864,B-,100,0,,,,,,,,0.578,,0.9,,895.512,482,-6763.76,4,1035.01,222,-2702.681,16,5292.20,9,8754.71,35,8283.603,9,146916106.01,1490,-78146.748,1388, +60,88,Nd,4.9999,36,0,0,0+,,STABLE,,,,,2B-,,,2B-,,,,,,,,,,,-542.28,5874,-6437.05,171,598.96,3,-4872.572,15,7332.56,166,9252.90,16,8277.177,14,147916899.093,2283,-77407.996,2127, +60,89,Nd,,,0,0,5/2-,,1.728,1,H,6220.8,3.6,B-,100,0,,,,,,,,0.351,,1.3,,1688.79,2455,-5581.07,6,266.64,34,-3336.1,10,5038.79,7,9129.01,15,8255.442,14,148920154.648,2284,-74375.466,2128, +60,90,Nd,5.0400,44,0,0,0+,,0.91E19,7,Y,2.8717416e26,2.209032e25,2B-,100,0,,,,,,,,,,,,-82.616,20001,-5686.82,192,-469.28,16,-5379.276,9,7375.61,187,9929.36,10,8249.577,9,149920901.525,1384,-73679.755,1289, +60,91,Nd,,,0,0,3/2+,,12.44,7,M,746.4,4.2,B-,100,0,,,,,,,,,,,,2443.075,4473,-5417.17,20,-1354.01,9,-4163.358,12,5334.55,10,9931.48,9,8230.272,9,150923839.565,1387,-70942.988,1293, +60,92,Nd,,,0,0,0+,,11.4,2,M,684,12,B-,100,0,,,,,,,,,,,,1104.778,18501,-4834.66,25,-2175.92,27,-6391.344,31,7277.74,24,10658.75,27,8224.005,161,151924691.509,26285,-70149.407,24485, +60,93,Nd,,,0,0,(3/2)-,,31.6,10,S,31.6,1,B-,100,0,,,,,,,,,,,,3317.527,9355,-4147.43,26,-3085.3,11,-5761.834,12,5252.21,25,10861.20,19,8204.582,18,152927717.949,2948,-67330.297,2747, +60,94,Nd,,,0,0,0+,,25.9,2,S,25.9,0.2,B-,100,0,,,,,,,,,,,,2687,25000,-3248.47,53,-3403.04,54,-7720.0,125,6566.00,53,11545.48,54,8193.942,342,153929333.977,56513,-65824.976,52642, +60,95,Nd,,,0,0,,,8.9,2,S,8.9,0.2,B-,100,0,,,,,,,,,,,,4656.207,10278,-1843.06,47,-3483.59,20,-6868.456,19,4530.06,53,11467.72,113,8170.304,59,154933135.668,9826,-62283.724,9153, +60,96,Nd,,,0,0,0+,,5.26,20,S,5.26,0.2,B-,100,0,,,,,,,,,,,,3690,200000,-1605.03,200,-3918,283,-8905.644,283,6261.24,200,12347.35,201,8158.066,1282,155935078.868,214744,-60473.644,200033, +60,97,Nd,,,0,0,,GT,100,,MS,0.1,5e21,B-,,0,,,,,,,,,,,,5835.5,25877,-369.22,25,-3977,202,-7921.543,301,4059.22,202,12183,202,8131.959,159,156939386.037,26750,-56461.543,24918, +60,98,Nd,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5035,201,171,200,-4260,283,-9725.0,361,5664,202,12803,361,8116,1,157941970,215,-54055,200, +60,99,Nd,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,6747,300,1211,300,-4452,424,-8719.0,500,3824,361,12766,424,8089,2,158946530,322,-49807,300, +60,100,Nd,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,5868,361,1349,300,-4739,424,-10614.0,500,5398,424,13334,500,8073,2,159949400,322,-47134,300, +60,101,Nd,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,7648,499,2343,447,-5082,565,,,3526,500,13357,565,8044,2,160954280,429,-42588,400, +61,67,Pm,,,0,0,5 6 7,,1.0,3,S,1,0.3,EC,100,0,A,,0,ECP,,0,,,,,,-9116,582,,,2940,499,12528.0,357,11071,499,-461,422,8072,2,127948700,320,-47786,298, +61,68,PM,,,0,0,(5/2-),,2.4,9,S,2.4,0.9,EC+B+,100,0,P,,0,ECP,,0,,,,,,-10881,582,-22282,582,2634,423,9434.0,360,13167,422,-144,357,8111,2,128943230,320,-52881,298, +61,69,Pm,,,0,0,(4 5 6),,2.6,2,S,2.6,0.2,EC+B+,100,0,ECP,,0,,,,,,,,,-7890,446,-21467,537,2503,277,11200.232,198,10586,357,370,281,8130,2,129940530,210,-55396,196, +61,70,Pm,,,0,0,(11/2-),,6.3,8,S,6.3,0.8,EC+B+,100,0,,,,,,,,,,,,-9527,448,-20225,448,2458,280,8108.033,202,12336,280,353,202,8162,2,130935952,215,-59660,200, +61,71,Pm,,,0,0,(3+),,6.2,6,S,6.2,0.6,EC+B+,100,0,ECP,0.00005,0,,,,,,,,,-6548,333,-19566,427,2278,152,9797.807,151,10039,250,1149,152,8177,1,131933840,160,-61628,149, +61,72,Pm,,,0,0,(3/2+),,13.5,21,S,13.5,2.1,EC+B+,100,0,,,,,,,,,,,,-8177,302,-18400,302,1941,58,6924.726,69,11851,157,1270.81,56,8204.283,378,132929782,54000,-65407.646,50301, +61,73,Pm,,,0,0,(2+),AP,5,,S,5,0,EC+B+,100,0,,,,,,,,,,,,-5363,204,-17579,304,2011.79,86,8907.681,59,9402.42,77,1695.35,74,8213.225,431,133928353,62000,-66738.751,57753, +61,74,Pm,,,0,0,(3/2+ 5/2+),,49,3,S,49,3,EC+B+,100,0,,,,,,,,,,,,-7194.86,172054,-16747,210,1823.67,89,6161.534,78,11384.64,95,1694.61,76,8236.717,559,134924796,81000,-70052.075,75451, +61,75,Pm,,,,0,(2+),,47,2,S,47,2,EC+B+,100,0,,,,,,,,,,,,-4359.026,70194,-16384.02,169,1632.62,75,8029.372,70,9189.16,102,2245.28,72,8243.72,508,135923595.949,74152,-71169.915,69073, +61,76,Pm,,,0,0,11/2-,,2.4,1,M,144,6,EC+B+,100,0,,,,,,,,,,,,-6046.323,44355,-15333.28,18,1439.82,18,5511.719,18,10974.25,70,2162.53,18,8263.651,95,136920479.522,14000,-74072.848,13041, +61,77,Pm,,,0,0,,,10,2,S,10,2,EC+B+,100,0,,,,,,,,,,,,-3442.721,30151,-14985.28,51,1162.59,34,7077.827,30,8938.95,31,2644.89,30,8268.544,201,137919548.077,29778,-74940.483,27739, +61,78,Pm,,,0,0,(5/2)+,,4.15,5,M,249,3,EC+B+,100,0,,,,,,,,,,,,-5120.263,17414,-14074.04,18,1010.46,18,4513.461,31,10631.32,31,2771.14,18,8285.543,98,138916799.806,14592,-77500.481,13593, +61,79,Pm,,,0,0,1+,,9.2,2,S,9.2,0.2,EC+B+,100,0,,,,,,,,,,,,-2757.777,27277,-13904.81,27,701.73,27,6045.2,24,8784.55,28,3488.74,37,8289.107,173,139916034.122,26029,-78213.712,24246, +61,80,Pm,,,0,0,5/2+,,20.90,5,M,1254,3,EC+B+,100,0,,,,,,,,,,,,-4589.012,16375,-13138.30,19,253.86,16,3669.709,14,10380.53,28,3552.98,14,8303.94,99,140913555.084,15000,-80522.921,13972, +61,81,Pm,,,0,0,1+,,40.5,5,S,40.5,0.5,EC+B+,100,0,,,,,,,,,,,,-2155.574,23752,-13279.45,25,-433.04,26,4807.936,24,8690.44,27,4238.38,24,8306.662,166,141912890.428,25332,-81142.044,23597, +61,82,Pm,,,0,0,5/2+,,265,7,D,22896000,604800,EC+B+,100,0,B+,0.0000057,0,,,,,3.8,,,,-3443.499,3560,-12045.50,4,-566.77,8,1041.583,3,9889.92,24,4299.64,268,8317.733,21,142910938.073,3216,-82960.651,2996, +61,83,Pm,,,0,0,5-,,363,14,D,31363200,1209600,EC+B+,100,0,,,,,,,,,,,,549.442,2668,-9970.26,4,847.08,7,2331.864,3,6526.76,153,4702.83,265,8305.296,21,143912596.224,3181,-81416.093,2964, +61,84,Pm,,,0,0,5/2+,,17.7,4,Y,558569520,12623040,EC,100,0,A,0.00000028,0,,,,,,,,,-616.156,2539,-7373.26,254,2323.25,289,164.477,3,7922.70,153,4808.49,252,8302.657,20,144912755.773,3068,-81267.474,2859, +61,85,Pm,,,0,0,3-,,5.53,5,Y,174513528,1577880,EC,65.7,1.5,B-,34.3,1.5,,,,,,,,,1542,3000,-6874.31,4,1908.25,4,1471.558,5,6258.15,5,5311.33,4,8288.654,30,145914702.286,4624,-79454.309,4308, +61,86,Pm,,,0,0,7/2+,,2.6234,2,Y,82788207.84,6311.52,B-,100,0,,,,,,,,2.58,,0.74,,224.094,293,-6117.27,284,1601.07,143,-895.512,1971,7659.27,4,5405.36,48,8284.372,10,146915144.638,1501,-79042.260,1399, +61,87,Pm,,,0,0,1-,,5.368,7,D,463795.2,604.8,B-,100,0,,,,,,,,1.84,,0.2,,2470.548,5642,-5670.68,6,1459.89,6,542.28,6,5894.77,6,6007.94,6,8268.226,39,147917481.255,6143,-76865.716,5723, +61,88,Pm,,,0,0,7/2+,,53.08,5,H,191088,180,B-,100,0,,,,,,,,3.3,,,,1071.481,1875,-4799.31,202,1136.77,7,-1688.79,3,7269.86,6,5945.23,245,8261.526,15,148918341.658,2434,-76064.256,2267, +61,89,Pm,,,0,0,(1-),,2.698,15,H,9712.8,54,B-,100,0,,,,,,,,,,,,3454,20000,-4532.72,20,658.95,40,82.616,20,5604.20,20,6510.64,20,8243.81,134,149920990.217,21514,-73597.139,20041, +61,90,Pm,,,0,0,5/2+,,28.40,4,H,102240,144,B-,100,0,,,,,,,,1.8,,1.9,,1190.217,4476,-4406.24,4,-366.91,16,-2443.075,5,7860.24,20,6995.28,4,8241.27,31,150921216.817,4994,-73386.063,4653, +61,91,Pm,,,0,0,1+,,4.12,8,M,247.2,4.8,B-,100,0,,,,,,,,,,,,3508.417,25886,-4749.22,26,-1143.68,30,-1104.779,36,5939.44,26,7600.17,26,8226.127,170,151923505.481,27817,-71254.186,25912, +61,92,Pm,,,0,0,5/2-,,5.25,2,M,315,1.2,B-,100,0,,,,,,,,,,,,1911.862,9093,-3956.54,9,-2033.37,13,-3317.527,9,7464.96,27,7787.39,26,8221.152,59,152924156.436,9732,-70647.824,9066, +61,93,Pm,,,0,0,(3 4),,2.68,7,M,160.8,4.2,B-,100,0,,,,,,,,,,,,3943.2,46303,-4023.61,46,-2636.41,47,-2687.0,70,5935.47,47,8470.65,46,8206.31,301,153926449.364,49733,-68511.976,46326, +61,94,Pm,,,0,0,5/2-,,41.5,2,S,41.5,0.2,B-,100,0,,,,,,,,,,,,3250.888,4946,-2556.07,5,-2585.22,13,-4656.207,10,6499.27,47,8403.93,53,8195.296,30,154928137.024,5065,-66939.931,4718, +61,95,Pm,,,0,0,4(+),,26.70,10,S,26.7,0.1,B-,100,0,,,,,,,,,,,,5196.786,9285,-2044.14,4,-2830.5,19,-3690.0,200,5295.03,6,9168.89,10,8176.705,23,155931117.49,3897,-64163.644,3631, +61,96,Pm,,,0,0,(5/2-),,10.56,10,S,10.56,0.1,B-,100,0,,,,,,,,,,,,4380.534,8265,-1007.93,11,-3153.5,14,-5835.5,26,6204.72,8,9112.37,200,8164.145,45,156933121.37,7521,-62297.043,7006, +61,97,Pm,,,0,0,,,4.8,5,S,4.8,0.5,B-,100,0,,,,,,,,,,,,6161.034,14299,-482.95,14,-3409.15,114,-5034.209,200,4863.48,15,9916.64,28,8143.254,85,157936565.121,14442,-59089.209,13453, +61,98,Pm,,,0,0,,,1.5,2,S,1.5,0.2,B-,100,0,,,,,,,,,,,,5653.495,11644,624.65,11,-3563.93,20,-6747.28,300,5536.39,17,9789,201,8126.859,63,158939286.479,10777,-56554.280,10039, +61,99,Pm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7233,200,1134,200,-3859,283,-5868.0,361,4519,201,10484,361,8104,1,159943100,215,-53002,200, +61,100,Pm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,6436,298,1928,298,-4120,423,-7647.0,499,5305,359,10391,423,8087,2,160946070,320,-50235,298, +61,101,Pm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,8160,358,2231,300,-4465,424,-6820.0,500,4206,423,11071,500,8063,2,161950220,322,-46370,300, +61,102,Pm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7471,499,3209,445,-4586,565,,,4951,500,10988,565,8044,2,162953570,429,-43249,400, +62,67,SM,,,0,0,(1/2+ 3/2+),,0.55,10,S,0.55,0.1,EC+B+,100,0,ECP,0,0,,,,,,,,,,,,,3174,641,10881.0,582,11401,707,1503,582,8021,4,128954911,537,-42000,500, +62,68,Sm,,,0,0,0+,,,,,,,EC+B+,,0,,,,,,,,,,,,-13823,641,,,3062,499,7890.0,446,13577,641,1914,499,8064,3,129949000,430,-47506,401, +62,69,Sm,,,0,0,,,1.2,2,S,1.2,0.2,EC+B+,100,0,ECP,0,0,,,,,,,,,-10863,566,-24521,641,2978,499,9527.0,448,10698,566,2026,446,8084,3,130946180,430,-50133,401, +62,70,Sm,,,0,0,0+,,4.0,3,S,4,0.3,EC+B+,100,0,ECP,,0,,,,,,,,,-12879,499,-23880,499,2810,357,6549.0,333,13018,499,2708,359,8121,2,131940870,320,-55079,298, +62,71,Sm,,,0,0,(5/2+),,2.89,16,S,2.89,0.16,EC+B+,100,0,ECP,0,0,,,,,,,,,-9995,422,-23102,499,2659,360,8176.646,302,10223,422,2892,333,8137,2,132938560,320,-57231,298, +62,72,Sm,,,0,0,0+,,9.5,8,S,9.5,0.8,EC+B+,100,0,,,,,,,,,,,,-11448,357,-22211,357,2795,198,5362.751,204,12216,357,3257,202,8167,1,133934110,210,-61376,196, +62,73,Sm,,,0,0,(3/2+ 5/2+),,10.3,5,S,10.3,0.5,EC+B+,100,0,ECP,0.02,0.01,,,,,,,,,-8709,249,-21000,336,2485.9,157,7194.86,172,9552,249,3407.44,165,8177.626,1145,134932520,166000,-62857.215,154628, +62,74,Sm,,,0,0,0+,,47,2,S,47,2,EC+B+,100,0,,,,,,,,,,,,-10567,196,-20734,196,2190,27,4359.025,70,12024.99,155,4047.79,76,8205.916,92,135928275.555,13416,-66810.890,12497, +62,75,Sm,,,0,0,(9/2-),,45,1,S,45,1,EC+B+,100,0,,,,,,,,,,,,-7880.63,42620,-19854,200,1880.93,63,6046.323,44,9286.95,44,4145.58,81,8213.806,309,136926970.517,45512,-68026.525,42395, +62,76,Sm,4.9599,34,0,0,0+,,3.1,2,M,186,12,EC+B+,100,0,,,,,,,,,,,,-9748.093,30341,-19423.18,13,1723.75,17,3442.721,30,11542.55,44,4713.89,18,8237.928,86,137923243.99,12686,-71497.762,11817, +62,77,Sm,4.9556,34,0,0,1/2+,,2.57,10,M,154.2,6,EC+B+,100,0,,,,,,,,-0.534,,,,-6982.177,17071,-18701.87,30,1408.47,22,5120.262,17,8953.77,16,4728.71,30,8243.078,78,138922296.634,11684,-72380.219,10884, +62,78,Sm,4.9565,34,0,0,0+,,14.82,12,M,889.2,7.2,EC+B+,100,0,,,,,,,,,,,,-8470,50000,-18129.21,18,1318.44,17,2757.777,27,11147.03,17,5244.42,18,8263.82,89,139918994.717,13416,-75455.935,12497, +62,79,Sm,4.9517,34,0,0,1/2+,,10.2,2,M,612,12,EC+B+,100,0,,,,,,,,-0.74,,,,-6008.28,14285,-17019.29,52,1225.74,15,4589.012,16,8549.29,15,5009.17,26,8265.845,61,140918481.591,9167,-75933.909,8539, +62,80,Sm,4.9518,34,0,0,0+,,72.49,5,M,4349.4,3,EC+B+,100,0,,,,,,,,,,,,-7673,30000,-17132.16,13,606.92,12,2155.574,24,11123.88,9,5752.52,14,8285.972,22,141915204.532,3305,-78986.470,3079, +62,81,Sm,4.9479,34,0,0,3/2+,,8.75,6,M,525,3.6,EC+B+,100,0,,,,,,,,1.01,,0.41,,-5275.851,11338,-16275.00,30,71.87,28,3443.499,4,8602.00,4,5664.08,24,8288.182,20,142914634.821,3010,-79517.152,2804, +62,82,Sm,4.9524,34,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-6346.402,10814,-15795.55,11,-131.54,4,-549.442,3,10519.70,235,6293.86,271,8303.679,11,143912006.373,1668,-81965.535,1554, +62,83,Sm,4.9651,34,0,0,7/2-,,340,3,D,29376000,259200,EC,100,0,,,,,,,,-1.11,,-0.6,,-2659.81,2723,-13103.50,11,1116.4,3,616.156,3,6757.10,30,6524.20,267,8293.013,11,144913417.244,1694,-80651.318,1578, +62,84,Sm,4.9808,35,0,0,0+,,6.8E+7,7,Y,2.1459168e15,220903200000000,A,100,0,,,,,,,,,,,,-3878.768,5869,-11076.12,4,2528.76,281,-1542.0,5,8416.31,285,7017.81,4,8293.857,21,145913046.881,3319,-80996.309,3092, +62,85,Sm,4.9892,35,0,0,7/2-,,1.060E11,11,Y,3.3451056e18,3.471336e16,A,100,0,,,,,,,,-0.8148,,-0.261,,-1721.598,2281,-10220.13,6,2310.96,35,-224.094,1959,6341.36,283,7101.02,4,8280.575,9,146914904.064,1473,-79266.354,1372, +62,86,Sm,5.0042,34,0,0,0+,,7E+15,3,Y,2.209032e23,9.46728e22,A,100,0,,,,,,,,,,,,-3036.933,10019,-9862.83,229,1986.78,36,-2470.548,6,8141.23,26,7582.97,38,8279.633,9,147914829.012,1467,-79336.264,1367, +62,87,Sm,5.0134,35,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,-0.6677,,0.078,,-694.625,3788,-8907.72,10,1871.3,96,-1071.481,2619,5870.79,89,7558.99,6,8263.466,9,148917191.375,1407,-77135.737,1311, +62,88,Sm,5.0387,47,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2258.905,6181,-8681.34,4,1449.81,96,-3454.0,20,7986.72,38,8275.85,191,8261.621,9,149917282.195,1368,-77051.139,1274, +62,89,Sm,5.0550,57,0,0,5/2-,,90,8,Y,2840184000,252460800,B-,100,0,,,,,,,,-0.3611,,0.71,,76.574,538,-7855.36,6,1145.55,96,-1190.216,5,5596.46,11,8268.11,20,8243.971,8,150919939.066,1367,-74576.279,1273, +62,90,Sm,5.0819,60,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1874.348,687,-8181.07,69,220.48,194,-3508.417,26,8257.64,61,8665.51,5,8244.061,8,151919739.04,1301,-74762.603,1212, +62,91,Sm,5.0925,68,0,0,3/2+,,46.284,4,H,166622.4,14.4,B-,100,0,,,,,,,,-0.0216,,1.26,,807.536,708,-7742.75,70,-609.14,194,-1911.862,9,5868.40,13,8594.47,26,8228.534,8,152922103.969,1309,-72559.686,1219, +62,92,Sm,5.1053,67,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-717.056,1103,-7159.27,108,-1200.34,105,-3943.2,46,7966.81,85,9096.32,9,8226.835,9,153922216.164,1569,-72455.176,1462, +62,93,Sm,,,0,0,3/2-,,22.3,2,M,1338,12,B-,100,0,,,,,,,,,,1.13,,1627.273,1202,-6524.02,112,-1672.75,109,-3250.888,5,5806.96,27,8967.81,46,8211.223,10,154924647.051,1595,-70190.819,1487, +62,94,Sm,,,0,0,0+,,9.4,2,H,33840,720,B-,100,0,,,,,,,,,,,,722.118,7902,-5613.66,8,-1635.94,26,-5196.786,9,7240.93,9,9709.47,10,8205.003,55,155925538.511,9174,-69360.430,8546, +62,95,Sm,,,0,0,(3/2-),,8.03,7,M,481.8,4.2,B-,100,0,,,,,,,,,,,,2781.331,6136,-4666.35,6,-1772.2,5,-4380.534,8,5388.46,10,9802.90,6,8187.063,28,156928418.673,4759,-66677.577,4433, +62,96,Sm,,,0,0,0+,,5.30,3,M,318,1.8,B-,100,0,,,,,,,,,,,,2004.945,10369,-3862.65,6,-1850.18,53,-6161.034,14,6643.98,7,10242.17,9,8177.297,31,157929950.979,5251,-65250.243,4892, +62,97,Sm,,,0,0,5/2-,,11.37,15,S,11.37,0.15,B-,100,0,,,,,,,,,,,,3835.51,7324,-3023.90,12,-2348.97,11,-5653.495,12,5028.85,8,10407.54,15,8157.495,37,158933217.202,6369,-62207.775,5934, +62,98,Sm,,,0,0,0+,,9.6,3,S,9.6,0.3,B-,100,0,,,,,,,,,,,,3245.67,11183,-2262.82,7,-2186.06,200,-7232.793,200,6098.33,8,10969.48,12,8144.625,37,159935335.286,6370,-60234.793,5934, +62,99,Sm,,,0,0,,,4.8,4,S,4.8,0.4,B-,100,0,,,,,,,,,,,,5119.562,12415,-1262.82,12,-2635.33,26,-6436.962,298,4508.49,9,10959,200,8122.041,42,160939160.143,7318,-56671.962,6817, +62,100,Sm,,,0,0,0+,,2.4,5,S,2.4,0.5,B-,100,0,,,,,,,,,,,,4174,199,-809,196,-2900,280,-8160.0,358,5929,196,11583,357,8109,1,161941460,210,-54530,196, +62,101,Sm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5765,305,-88,300,-3338,423,-7471.0,499,4262,357,11639,423,8085,2,162945550,320,-50720,298, +62,102,Sm,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5279,319,311,305,-3394,423,,,5454,422,12142,499,8069,2,163948360,320,-48102,298, +62,103,Sm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,6916,424,1501,416,-3645,566,,,3777,499,12227,566,8043,2,164952970,430,-43808,401, +63,67,EU,,,0,0,(1+),,0.90,+49-29,MS,0.0009,0.00039,P,100,0,,,,,,,,,,,,,,,,3242,708,13823.0,641,,,-1028.00,15,7951,4,129963840,537,-33683,500, +63,68,Eu,,,0,0,3/2+,,17.8,19,MS,0.0178,0.0019,P,89,9,EC+B+,11,9,,,,,,,,,,,,,3091,566,10863.0,567,13658,641,-947.09,5,7995,3,130957842,430,-39270,401, +63,69,Eu,,,0,0,,,,,,,,P,0,0,EC+B+,,0,,,,,,,,,,,,,3160,499,12879.0,499,11002,566,-644,566,8018,3,131954696,429,-42200,400, +63,71,Eu,,,0,0,,,0.5,2,S,0.5,0.2,EC+B+,100,0,ECP,0,0,,,,,,,,,-8626,499,-22140,582,3043,357,11448.0,357,10763,422,-14,422,8076,2,133946400,320,-49928,298, +63,72,Eu,,,0,0,,,1.5,2,S,1.5,0.2,EC+B+,100,0,ECP,,0,,,,,,,,,-9757,445,-20917,446,3088,280,8709.215,250,12291,357,61,277,8107,1,134941870,210,-54148,196, +63,73,Eu,,,,0,(7+),,3.3,3,S,3.3,0.3,EC+B+,100,0,B+P,0.09,0,,,,,,,,,-7154,357,-19925,445,2959,246,10566.89,196,10167,277,675,249,8122,1,135939620,210,-56244,196, +63,74,Eu,4.9762,95,0,0,(11/2-),,11,2,S,11,2,EC+B+,100,0,,,,,,,,,,,,-8932,298,-19127,298,2836.84,50,7880.63,43,11974,196,623.98,13,8150.573,32,136935430.722,4700,-60145.895,4378, +63,75,Eu,4.9779,94,0,0,(6-),,12.1,6,S,12.1,0.6,EC+B+,100,0,,,,,,,,5.3,,,,-5949,198,-18607,299,2564.17,64,9748.093,30,9675.09,28,1012.11,51,8161.62,202,137933709,30000,-61749.669,27945, +63,76,Eu,4.9760,92,0,0,(11/2)-,,17.9,6,S,17.9,0.6,EC+B+,100,0,,,,,,,,6.1,,,,-7767,196,-17669,196,2229.12,77,6982.177,17,11719.69,31,1189.25,18,8187.218,95,138929792.31,14117,-65398.042,13151, +63,77,Eu,4.9695,91,0,0,1+,,1.51,2,S,1.51,0.02,EC+B+,100,0,,,,,,,,1.365,,0.31,,-5203.664,58627,-17426,202,1759.06,86,8470.0,53,9659.21,53,1894.69,53,8197.732,368,139928087.637,55328,-66985.935,51538, +63,78,Eu,4.9697,91,0,0,5/2+,,40.7,7,S,40.7,0.7,EC+B+,100,0,,,,,,,,3.494,,0.85,,-6701.405,23456,-16214.67,31,1722.3,18,6008.28,15,11011.01,53,1758.66,18,8217.684,90,140924931.745,13568,-69925.629,12639, +63,79,Eu,4.9607,91,0,0,1+,,2.34,12,S,2.34,0.12,EC+B+,100,0,,,,,,,,1.536,,0.12,,-4353.955,41114,-16160.56,36,1202.1,41,7673.0,30,9459.16,33,2668.53,31,8226.427,212,141923441.836,32375,-71313.470,30158, +63,80,Eu,4.9636,91,0,0,5/2+,,2.59,2,M,155.4,1.2,EC+B+,100,0,,,,,,,,,,,,-6010,200000,-15353.10,30,834.27,17,5275.852,11,10999.15,32,2543.80,11,8245.817,77,142920298.681,11793,-74241.300,10986, +63,81,Eu,4.9612,91,0,0,1+,,10.2,1,S,10.2,0.1,EC+B+,100,0,,,,,,,,1.893,,0.1,,-3859.63,29955,-15459.15,201,169.66,27,6346.402,11,9449.15,15,3390.95,11,8254.173,75,143918819.517,11582,-75619.133,10789, +63,82,Eu,4.9663,91,0,0,5/2+,,5.93,4,D,512352,3456,EC+B+,100,0,,,,,,,,3.993,,0.29,,-5065.187,19953,-14303.32,28,106.5,14,2659.811,3,10443.69,11,3314.94,271,8269.274,21,144916272.668,3334,-77991.507,3106, +63,83,Eu,4.9789,92,0,0,4-,,4.61,3,D,398304,2592,EC+B+,100,0,,,,,,,,1.422,,-0.179,,-1031.758,7076,-12262.54,21,1599.59,24,3878.768,7,7197.35,7,3755.19,6,8261.932,41,145917210.909,6468,-77117.541,6026, +63,84,Eu,4.9938,94,0,0,5/2+,,24.1,6,D,2082240,51840,EC,99.9978,0.0006,A,0.0022,0.0006,,,,,3.724,,0.55,,-2187.811,2524,-9530.29,5,2990.98,3,1721.598,3,8498.53,6,3837.42,4,8263.541,18,146916752.276,2823,-77544.756,2630, +63,85,Eu,5.0045,97,0,0,5-,,54.5,5,D,4708800,43200,EC+B+,100,0,A,0.00000094,0.00000028,,,,,2.34,,0.35,,-30.003,10019,-9013.70,10,2691.85,10,3036.933,10,6825.89,10,4321.95,10,8253.827,68,147918089.294,10748,-76299.331,10013, +63,86,Eu,5.0202,103,0,0,5/2+,,93.1,4,D,8043840,34560,EC,100,0,,,,,,,,3.565,,0.716,,-1314.101,4136,-8243.10,4,2401.45,5,694.625,4,8213.10,11,4393.82,4,8253.554,27,148917937.086,4241,-76441.112,3951, +63,87,Eu,5.0296,108,0,0,5-,,36.9,9,Y,1164475440,28401840,EC+B+,100,0,,,,,,,,2.708,,1.13,,971.7,3543,-7736.54,7,2237.16,7,2258.905,6,6422.44,7,4945.47,6,8241.346,42,149919707.229,6712,-74792.234,6253, +63,88,Eu,5.0522,46,0,0,5/2+,GE,1.7E+18,,Y,5.364792e25,1.5778797317604e32,A,,0,,,,,,,,3.4717,,0.903,,-464.116,2779,-6960.24,6,1964.49,107,-76.575,1837,7931.94,6,4890.69,55,8239.297,9,150919856.86,1422,-74652.854,1325, +63,89,Eu,5.1064,66,0,0,3-,,13.517,9,Y,426564079.2,284018.4,EC+B+,72.08,0.13,B-,27.92,0.13,,,,,-1.9401,,2.71,,1818.661,702,-6770.83,278,1552.55,6,1874.348,1796,6306.72,10,5600.95,54,8226.583,9,151921751.235,1423,-72888.255,1326, +63,90,Eu,5.1115,62,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,1.5324,,2.412,,-484.671,717,-6731.62,71,272.12,199,-807.536,1804,8550.28,12,5893.59,69,8228.699,9,152921237.043,1428,-73367.222,1330, +63,91,Eu,5.1239,79,0,0,3-,,8.601,10,Y,271426917.6,315576,B-,99.982,0.012,EC+B+,0.018,0.012,,,,,-2.005,,2.84,,1967.834,755,-6926.89,74,-565.9,20,717.055,1987,6442.22,24,6467.41,74,8217.098,9,153922985.955,1444,-71738.121,1346, +63,92,Eu,5.1221,69,0,0,5/2+,,4.753,14,Y,149993272.8,441806.4,B-,100,0,,,,,,,,1.52,,2.494,,251.788,870,-6183.45,85,-856.94,5,-1627.273,2043,8151.29,40,6651.89,117,8216.674,9,154922900.102,1504,-71818.092,1401, +63,93,Eu,5.1264,71,0,0,0+,,15.19,8,D,1312416,6912,B-,100,0,,,,,,,,,,,,2452.366,3409,-6083.99,3,-1253.28,26,-722.118,9,6335.77,3,7180.70,4,8204.617,23,155924763.285,3853,-70082.548,3590, +63,94,Eu,5.1351,75,0,0,5/2+,,15.18,3,H,54648,108,B-,100,0,,,,,,,,1.5,,2.6,,1364.565,4203,-4995.31,4,-1236,10,-2781.331,6,7447.68,5,7387.45,9,8199.795,27,156925432.791,4572,-69458.908,4259, +63,95,Eu,5.1413,78,0,0,(1-),,45.9,2,M,2754,12,B-,100,0,,,,,,,,1.44,,0.66,,3434.358,10323,-4503.03,10,-1168.13,47,-2004.945,11,5867.60,11,7866.58,11,8185.035,65,157927798.581,11008,-67255.188,10255, +63,96,Eu,5.1498,84,0,0,5/2+,,18.1,1,M,1086,6,B-,100,0,,,,,,,,1.38,,,,2518.15,4391,-3425.06,4,-1528.27,6,-3835.51,7,6859.41,11,8082.01,7,8176.697,27,158929099.612,4643,-66043.285,4325, +63,97,Eu,,,0,0,1,,38,4,S,38,4,B-,100,0,,,,,,,,,,,,4461.278,9586,-2990.34,10,-1741.73,10,-3245.67,11,5508.49,10,8561.66,11,8160.021,59,159931850.916,10199,-63480.463,9501, +63,98,Eu,,,0,0,,,26,3,S,26,3,B-,100,0,,,,,,,,,,,,3714.299,10525,-1921.10,10,-1919.4,13,-5119.562,12,6382.38,14,8845.70,12,8148.98,65,160933664.066,11164,-61791.524,10399, +63,99,Eu,,,0,0,,,10.6,10,S,10.6,1,B-,100,0,,,,,,,,,,,,5577,35000,-1268.89,35,-2039.11,38,-4173.401,199,4983.19,37,9320.41,36,8129.438,217,161936979.303,37819,-58703.401,35229, +63,100,EU,,,0,0,,,7.7,4,S,7.7,0.4,B-,100,0,,,,,,,,,,,,4829,65000,-275.80,66,-2355.52,66,-5764.886,305,5852.80,74,9244,206,8115.471,402,162939360.977,70364,-56484.886,65544, +63,101,Eu,,,0,0,,,4.2,2,S,4.2,0.2,B-,100,0,,,,,,,,,,,,6393,50000,-138,114,-2804,230,-5279.0,319,4967,132,9950,319,8096,1,163942693,122,-53381,114, +63,102,Eu,,,0,0,,,2.3,2,S,2.3,0.2,B-,100,0,,,,,,,,,,,,5729,65000,979,172,-2913,328,-6916.0,424,5414,179,9910,328,8080,1,164945546,148,-50724,138, +63,103,Eu,,,0,0,,,1.7,3,S,1.7,0.3,B-,100,0,B-N,,0,,,,,,,,,7322,300000,1174,378,-3263,467,-6478.0,537,4555,384,10688,537,8059,2,165949320,384,-47208,358, +63,104,Eu,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,6803,499,2448,445,-3186,565,,,4874,537,10570,565,8040,2,166952753,429,-44010,400, +63,105,Eu,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,8623,641,3001,582,-3295,640,,,3801,640,,,8014,3,167957337,537,-39740,500, +64,70,Gd,,,0,0,0+,,,,,,,,,,,,,,,,,,,,,,,,,3779,566,8626.0,500,13514,641,1355,499,8006,3,133955660,430,-41302,401, +64,71,Gd,,,0,0,(5/2+),,1.1,2,S,1.1,0.2,EC+B+,100,0,ECP,18,0,,,,,,,,,-11565,566,,,3318,566,9758.0,445,11159,566,1751,499,8029,3,134952345,429,-44390,400, +64,72,Gd,,,0,0,(0+),GE,200,,NS,0.0000002,5e15,,,,,,,,,,,,,,,-12960,582,-24336,499,3565,422,7154.0,357,12771,499,2231,357,8064,2,135947300,320,-49090,298, +64,73,Gd,,,0,0,(7/2),,2.2,2,S,2.2,0.2,EC+B+,100,0,ECP,,0,,,,,,,,,-10246,499,-23155,582,3593,422,8931.895,298,10195,422,2259,357,8080,2,136945020,320,-51214,298, +64,74,Gd,,,0,0,0+,,4.7,9,S,4.7,0.9,EC+B+,100,0,,,,,,,,,,,,-12132,357,-22904,446,3151,277,5949.669,198,12658,357,2943,196,8113,1,137940096,210,-55800,196, +64,75,Gd,,,0,0,(9/2-),,5.8,9,S,5.8,0.9,B+P,0,0,EC+B+,0,0,,,,,,,,,-9501,357,-22034,357,2801,249,7766.042,196,9903,277,3171,198,8126,1,138938130,210,-57632,196, +64,76,Gd,,,0,0,0+,,15.8,4,S,15.8,0.4,EC+B+,100,0,,,,,,,,,,,,-11300,800000,-21723,299,2603.7,31,5203.664,59,12222,198,3673.20,31,8154.975,200,139933674,30000,-61782.271,27945, +64,77,Gd,,,0,0,1/2+,,14,4,S,14,4,EC+B+,100,0,B+P,0.03,0.01,,,,,,,,,-8683.387,107098,-20813.27,801,2377.39,47,6701.405,23,9513.27,34,3527.26,55,8164.608,140,140932126,21213,-63224.224,19760, +64,78,Gd,,,0,0,0+,,70.2,6,S,70.2,0.6,EC+B+,100,0,,,,,,,,,,,,-10400,700000,-20490.00,109,2113.33,30,4353.955,41,11806.61,34,4322.86,31,8190.256,197,141928116,30000,-66959.515,27945, +64,79,Gd,,,0,0,(1/2)+,,39,2,S,39,2,EC+B+,100,0,,,,,,,,,,,,-7812.117,206750,-19743.10,729,1724,201,6010.0,201,9343.10,202,4206.80,203,8198.318,1401,142926750.682,215032,-68231.300,200301, +64,80,Gd,,,0,0,0+,,4.47,6,M,268.2,3.6,EC+B+,100,0,,,,,,,,,,,,-9391.323,39520,-19411.64,58,1271.52,31,3859.629,30,11599.52,202,4807.17,30,8221.937,194,143922963,30000,-71759.504,27945, +64,81,Gd,4.9786,77,0,0,1/2+,,23.0,4,M,1380,24,EC+B+,100,0,,,,,,,,-0.74,,,,-6537.909,108066,-18629.46,34,582.67,21,5065.187,20,9238.13,34,4596.16,22,8228.946,136,144921710.37,21158,-72926.320,19709, +64,82,Gd,4.9801,140,0,0,0+,,48.27,9,D,4170528,7776,EC+B+,100,0,,,,,,,,,,,,-8322.173,44749,-17768.69,109,475.77,5,1031.758,7,11230.78,20,5383.25,5,8249.506,28,145918318.548,4409,-76085.783,4108, +64,83,Gd,,,0,0,7/2-,,38.06,12,H,137016,432,EC+B+,100,0,,,,,,,,1.02,,,,-4614.28,8147,-15664.65,45,1735.29,200,2187.811,3,7342.48,4,5528.37,6,8243.336,13,146919100.987,2109,-75356.945,1965, +64,84,Gd,5.0080,171,0,0,0+,,71.1,12,Y,2243745360,37869120,A,100,0,,,,,,,,,,,,-5732.246,12529,-13597.98,8,3271.29,3,30.002,10,8983.70,123,6013.54,236,8248.338,11,147918121.503,1668,-76269.329,1554, +64,85,Gd,,,0,0,7/2-,,9.28,10,D,801792,8640,EC+B+,100,0,A,0.00043,0.0001,,,,,0.88,,,,-3638.343,4339,-12661.25,13,3099.39,3,1314.101,5,6929.00,3,6116.65,10,8239.484,23,148919347.831,3607,-75127.011,3360, +64,86,Gd,5.0342,159,0,0,0+,,1.79E+6,8,Y,56488104000000,2524608000000,A,100,0,,,,,,,,,,,,-4658.213,8379,-12346.58,7,2807.46,6,-971.7,9,8708.24,7,6611.79,7,8242.609,41,149918664.066,6523,-75763.934,6076, +64,87,Gd,,,0,0,7/2-,,123.9,10,D,10704960,86400,EC,100,0,A,0.0000008,0,,,,,0.77,,,,-2565.233,3762,-11154.33,8,2652.7,291,464.117,3,6496.12,7,6685.47,7,8231.043,20,150920355.109,3280,-74188.737,3056, +64,88,Gd,5.0774,47,0,0,0+,,1.08E14,8,Y,3.4082208e21,2.524608e20,A,100,0,,,,,,,,,,,,-3990,40000,-11154.73,4,2204.43,104,-1818.661,1792,8589.50,285,7343.03,70,8233.401,8,151919798.822,1294,-74706.916,1206, +64,89,Gd,,,0,0,3/2-,,240.4,10,D,20770560,86400,EC,100,0,,,,,,,,0.38,,,,-1569.213,3845,-10236.95,40,1828.27,74,484.671,1793,6246.95,13,7283.27,71,8220.418,8,152921757.359,1291,-72882.551,1203, +64,90,Gd,5.1223,40,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3549.651,45298,-10463.93,4,920.27,66,-1967.833,1801,8894.72,17,7627.70,73,8224.796,8,153920873.398,1285,-73705.954,1197, +64,91,Gd,5.1319,41,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,-0.25723,,1.27,,-819.83,9789,-9984.89,45,81.48,67,-251.788,1839,6435.24,18,7620.73,77,8213.251,8,154922629.796,1278,-72069.880,1191, +64,92,Gd,5.1420,42,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2444.117,3679,-9356.18,10,-197.23,33,-2452.366,4,8536.35,7,8005.79,87,8215.322,8,155922130.562,1277,-72534.914,1190, +64,93,Gd,5.1449,42,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,-0.3398,,1.36,,-60.043,297,-8803.99,4,-688.7,39,-1364.565,4,6359.88,15,8029.90,3,8203.504,8,156923967.87,1276,-70823.473,1189, +64,94,Gd,5.1569,43,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1218.878,987,-7997.43,30,-659.29,90,-3434.358,10,7937.39,6,8519.61,4,8201.819,8,157924111.646,1276,-70689.546,1189, +64,95,Gd,,,0,0,3/2-,,18.479,4,H,66524.4,14.4,B-,100,0,,,,,,,,-0.44,,,,970.927,759,-7162.09,99,-795.53,94,-2518.151,4,5943.21,8,8595.22,10,8187.614,7,158926396.267,1279,-68561.436,1192, +64,96,Gd,5.1734,44,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-105.483,1022,-6480.69,102,-1006.23,9,-4461.278,10,7451.62,74,9187.43,4,8183.014,8,159927061.537,1371,-67941.741,1278, +64,97,Gd,,,0,0,5/2-,,3.66,5,M,219.6,3,B-,100,0,,,,,,,,,,,,1955.765,1442,-5740.88,143,-1253.16,5,-3714.3,11,5635.40,100,9314.33,10,8167.191,10,160929676.602,1741,-65505.824,1622, +64,98,Gd,,,0,0,0+,,8.4,2,M,504,12,B-,100,0,,,,,,,,,,,,1395.556,36581,-4890.13,4,-1455.07,6,-5577.0,35,6845.89,4,9777.85,11,8159.035,25,161930992.146,4303,-64280.401,4009, +64,99,Gd,,,0,0,(5/2- 7/2+),,68,3,S,68,3,B-,100,0,,,,,,,,,,,,3282.185,9358,-3709.25,37,-1531.03,10,-4829.0,66,5104.80,9,9899.46,36,8140.297,52,162934176.832,9045,-61313.886,8426, +64,100,Gd,,,0,0,0+,,45,3,S,45,3,B-,100,0,,,,,,,,,,,,2304,143,-3249,103,-1964,103,-6393.0,153,6531,103,10578,122,8130,1,163935830,110,-59774,102, +64,101,Gd,,,0,0,,,10.3,16,S,10.3,1.6,B-,100,0,,,,,,,,,,,,4113,65000,-2446,157,-2206,122,-5729.0,184,4750,159,10361,167,8110,1,164939395,130,-56453,121, +64,102,GD,,,0,0,0+,,4.8,10,S,4.8,1,B-,100,0,,,,,,,,,,,,3355,208,-2035,221,-2425,277,-7322.0,408,6148,230,11095,239,8098,1,165941460,210,-54530,196, +64,103,Gd,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5114,357,-1000,306,-2518,422,-6803.0,499,4355,357,10894,466,8076,2,166945450,320,-50813,298, +64,104,Gd,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4359,499,-508,446,-2686,499,-8623.0,641,5621,499,11642,566,8061,2,167948080,430,-48363,401, +64,105,Gd,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,6176,585,498,585,-2770,643,,,3861,643,11701,709,8036,3,168952600,540,-44153,503, +64,106,Gd,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5344,718,878,667,-3075,718,,,5298,780,,,8020,4,169955577,640,-41380,596, +65,70,TB,,,0,0,(7/2-),,0.94,+33-22,MS,0.00094,0.00028,P,100,0,,,,,,,,,,,,,,,,4020,567,11565.0,566,,,-1188.00,7,7938,3,134964760,430,-32825,401, +65,73,Tb,,,,0,,GE,200,,NS,0.0000002,5e15,EC+B+,100,0,P,0,0,,,,,,,,,-8737,585,,,3835,422,12132.0,357,10773,499,-256,422,8019,2,137953120,320,-43668,298, +65,74,Tb,,,0,0,,,1.6,2,S,1.6,0.2,B+,,,,,,,,,,,,,,-10489,585,-21271,585,3593,357,9502.0,357,12533,422,-381,357,8052,2,138948330,320,-48130,298, +65,75,Tb,,,0,0,(7+),,2.4,2,S,2.4,0.2,EC+B+,100,0,ECP,0.26,0.13,,,,,,,,,-7652,895,-20912,945,3336,824,11300.0,801,10423,854,140,824,8068.672,5718,139945805.049,859359,-50482.271,800488, +65,76,Tb,,,0,0,(5/2-),,3.5,2,S,3.5,0.2,EC+B+,100,0,,,,,,,,,,,,-9158,316,-19782,414,3180.14,105,8683.387,107,12129.88,807,47.54,109,8097.475,747,140941448,113000,-54540.837,105259, +65,77,Tb,,,0,0,1+,,597,17,MS,0.597,0.017,EC+B+,100,0,B+P,0.0022,0.0011,,,,,,,,,-6440,200,-19248,761,2765.24,701,10400.0,701,10090.00,708,624.26,701,8111.507,4934,141939280.859,752079,-56559.515,700558, +65,78,Tb,,,0,0,(11/2-),,12,1,S,12,1,EC+B+,100,0,,,,,,,,,,,,-8250.242,52866,-18371,730,2553.94,53,7812.117,207,11930.99,702,748.64,58,8138.217,358,142935137.335,55000,-60419.183,51232, +65,79,Tb,,,0,0,1+,AP,1,,S,1,0,EC+B+,100,0,,,,,,,,,,,,-5798.098,28851,-18270.56,31,2192.84,59,9391.323,40,10020.31,58,1425.85,202,8151.287,194,143933045,30000,-62368.181,27945, +65,80,Tb,,,,0,(3/2+),,,,,,,,,,,,,,,,,,,,,-8145.812,109369,-17889.65,109,1112.3,110,6537.909,111,12091.55,113,1917.88,113,8178.461,753,144928729.105,117203,-66388.411,109174, +65,81,Tb,,,0,0,1+,,8,4,S,8,4,EC+B+,100,0,,,,,,,,,,,,-5208.691,45160,-17592.33,45,1124.94,54,8322.173,45,9446.52,118,2126.26,49,8187.146,307,145927252.768,48161,-67763.610,44862, +65,82,Tb,4.9201,1508,0,0,(1/2+),,1.64,3,H,5904,108,EC+B+,100,0,,,,,,,,1.7,,,,-6546.628,11997,-16259.06,11,1073.72,14,4614.28,8,11050.37,46,1945.85,9,8206.624,55,146924054.62,8695,-70742.665,8100, +65,83,Tb,4.9291,1507,0,0,2-,,60,1,M,3600,60,EC+B+,100,0,,,,,,,,-1.75,,-0.29,,-2677.532,9596,-14412.36,15,2657.14,16,5732.247,13,7865.73,15,2469.11,13,8204.321,84,147924275.323,13380,-70537.082,12464, +65,84,Tb,4.9427,1506,0,0,1/2+,,4.118,25,H,14824.8,90,EC+B+,83.3,1.7,A,16.7,1.7,,,,,1.35,,,,-3792.76,9162,-11700.44,9,4077.92,217,3638.342,5,9022.90,13,2508.31,3,8209.815,25,148923253.753,3936,-71488.669,3667, +65,85,Tb,4.9499,1505,0,0,(2)-,,3.48,16,H,12528,576,EC+B+,100,0,A,0.05,0,,,,,,,,,-1796.122,8389,-11481.13,12,3586.9,5,4658.213,10,7688.37,8,3267.68,8,8206.338,49,149923664.864,7927,-71105.721,7384, +65,86,Tb,4.9630,1504,0,0,1/2(+),,17.609,14,H,63392.4,50.4,EC+B+,99.9905,0.0015,A,0.0095,0.0015,,,,,0.919,,,,-2871.099,4944,-10385.22,6,3496.34,4,2565.233,5,8589.10,8,3148.54,7,8208.873,27,150923109.001,4441,-71623.504,4137, +65,87,Tb,4.9689,1504,0,0,2-,,17.5,1,H,63000,360,EC+B+,100,0,A,0.0000007,0,,,,,-0.58,,0.34,,-599.044,40258,-10035.83,40,3157.5,41,3990.0,40,7164.73,40,3817.15,40,8202.004,263,151924082.263,42961,-70716.916,40018, +65,88,Tb,4.9950,1502,0,0,5/2+,,2.34,1,D,202176,864,EC+B+,100,0,,,,,,,,3.44,,1.08,,-2170.394,1933,-9266.78,6,2702.86,5,1569.213,4,8667.74,40,3895.39,4,8205.048,26,152923441.978,4289,-71313.338,3995, +65,89,Tb,5.0333,1501,0,0,0,,21.5,4,H,77400,1440,EC+B+,100,0,B-,0.1,0,,,,,,,,,237.604,45901,-9084.68,45,2211.02,46,3549.651,45,6914.28,45,4562.72,45,8196.666,294,153924684.106,48646,-70156.303,45314, +65,90,Tb,5.0391,1500,0,0,3/2+,,5.32,6,D,459648,5184,EC,100,0,,,,,,,,2.01,,1.41,,-2094.5,1897,-8927.46,12,977.89,10,819.83,10,9165.06,46,4833.07,10,8202.914,64,154923509.921,10573,-71250.050,9849, +65,91,Tb,,,0,0,3-,,5.35,10,D,462240,8640,EC+B+,100,0,,,,,,,,1.41,,2.3,,438.167,3681,-9006.56,10,372.54,4,2444.117,4,6912.06,10,5309.89,4,8194.639,24,155924754.43,4094,-70090.797,3814, +65,92,Tb,5.0489,1500,0,0,3/2+,,71,7,Y,2240589600,220903200,EC,100,0,,,,,,,,2.01,,1.4,,-1338.872,5134,-8305.78,35,178.88,82,60.043,1705,8743.95,4,5517.49,33,8198.138,8,156924032.328,1311,-70763.430,1222, +65,93,Tb,,,0,0,3-,,180,11,Y,5680368000,347133600,EC+B+,83.4,0.7,B-,16.6,0.7,,,,,1.758,,2.7,,936.681,2495,-8117.43,5,-157.46,125,1218.878,1838,6778.55,102,5936.17,99,8189.153,9,157925420.166,1503,-69470.668,1401, +65,94,Tb,5.0600,1500,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,2.014,,1.432,,-365.229,1162,-7196.33,244,-139.19,114,-970.927,1732,8133.01,64,6131.79,76,8188.8,8,158925353.933,1348,-69532.363,1256, +65,95,Tb,,,0,0,3-,,72.3,2,D,6246720,17280,B-,100,0,,,,,,,,1.79,,3.85,,1836.472,1172,-6740.44,117,-178.62,3,105.484,1796,6375.21,13,6563.79,77,8177.465,8,159927174.778,1354,-67836.257,1262, +65,96,Tb,,,0,0,3/2+,,6.89,2,D,595296,1728,B-,100,0,,,,,,,,2.2,,1.2,,594.212,1260,-5860.18,126,-427.6,4,-1955.765,211,7696.65,55,6808.82,104,8174.479,8,160927577.001,1449,-67461.589,1350, +65,97,Tb,,,0,0,1-,,7.60,15,M,456,9,B-,100,0,,,,,,,,,,,,2505.521,36364,-5691.47,36,-845.69,38,-1395.557,37,6285.69,36,7459.10,36,8162.82,225,161929493.955,39046,-65675.958,36372, +65,98,Tb,,,0,0,3/2+,,19.5,3,M,1170,18,B-,100,0,,,,,,,,,,,,1785.099,4001,-4485.91,4,-977.7,6,-3282.185,9,6991.43,37,7604.64,6,8155.633,25,162930653.261,4372,-64596.071,4073, +65,99,Tb,,,0,0,(5+),,3.0,1,M,180,6,B-,100,0,,,,,,,,,,,,3890,100000,-3768.11,100,-1022.42,100,-2303.965,143,5553.21,100,8053.05,100,8139.765,610,163933356.559,107357,-62077.965,100003, +65,100,Tb,,,0,0,(3/2+),,2.11,10,M,126.6,6,B-,100,0,,,,,,,,,,,,3047,102,-2669,102,-1199,103,-4113.0,158,6559,143,8081,145,8130,1,164934980,110,-60566,102, +65,101,Tb,,,0,0,(2-),,25.1,21,S,25.1,2.1,B-,100,0,,,,,,,,,,,,4700,70000,-2343.50,70,-1606.3,78,-3354.789,208,5390,124,8721,140,8113.68,422,165937858.119,75153,-57884.789,70005, +65,102,Tb,,,0,0,(3/2+),,19.4,27,S,19.4,2.7,B-,100,0,,,,,,,,,,,,4004,205,-1413,196,-1867,206,-5114.0,357,6113,208,8686,277,8102,1,166939960,210,-55927,196, +65,103,Tb,,,0,0,(4-),,8.2,13,S,8.2,1.3,B-,100,0,,,,,,,,,,,,5837,329,-863,304,-1767,319,-4360.0,500,4867,357,9199,422,8082,2,167943400,320,-52723,298, +65,104,Tb,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5269,423,160,329,-2030,328,-6176.0,585,5677,422,9254,499,8068,2,168945970,320,-50329,298, +65,105,Tb,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,6940,446,802,501,-1941,537,-5344.0,718,4466,499,9860,643,8047,2,169949840,430,-46724,401, +65,106,Tb,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,6157,585,1560,540,-2446,642,,,5379,643,9941,780,8031,3,170952730,540,-44032,503, +65,107,Tb,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,8159,585,2267,585,-2535,709,,,3890,711,,,8007,3,171957219,540,-39850,503, +66,73,Dy,,,0,0,(7/2+),,0.6,2,S,0.6,0.2,B+P,0,0,EC+B+,0,0,,,,,,,,,,,,,4324,642,10488.0,585,10782,711,1262,585,7971,4,138959590,540,-37642,503, +66,74,DY,,,0,0,0+,,,,,,,EC+B+,,0,,,,,,,,,,,,-13571,643,,,3835,499,7652.271,895,13260,643,1989,499,8008,3,139954020,430,-42830,401, +66,75,Dy,,,0,0,(9/2-),,0.9,2,S,0.9,0.2,EC+B+,100,0,B+P,,0,,,,,,,,,-11018,499,-24195,585,3406,422,9158.837,316,10624,499,2189,854,8027,2,140951280,320,-45382,298, +66,76,Dy,,,0,0,0+,,2.3,3,S,2.3,0.3,EC+B+,100,0,ECP,0.06,0.03,,,,,,,,,-12869,831,-23826,831,3256,754,6439.515,1011,12808,787,2868,736,8061,5,141946194,782,-50120,729, +66,77,Dy,,,0,0,(1/2+),,5.6,10,S,5.6,1,EC+B+,100,0,ECP,,0,,,,,,,,,-10121,298,-22990,401,3038,196,8250.242,53,10121,729,2898.40,701,8075.052,91,142943994.335,14000,-52168.941,13041, +66,78,Dy,,,0,0,0+,,9.1,4,S,9.1,0.4,EC+B+,100,0,ECP,,0,,,,,,,,,-11960.569,11104,-22594,298,2787.27,29,5798.098,29,12472.46,15,3439.87,52,8105.589,50,143939269.514,7700,-56570.083,7173, +66,79,Dy,,,0,0,(1/2+),,6,2,S,6,2,EC+B+,100,0,ECP,50,0,,,,,,,,,-9122.493,9902,-21704.40,11,2556.71,21,8145.812,109,9743.83,10,3163.39,29,8116.888,45,144937473.994,7000,-58242.599,6520, +66,80,Dy,5.0438,2389,0,0,0+,,33.2,7,S,33.2,0.7,EC+B+,100,0,,,,,,,,,,,,-11316.699,9392,-21506.13,10,1979.68,29,5208.692,45,12383.64,9,3455.48,109,8146.112,46,145932844.529,7187,-62554.918,6695, +66,81,Dy,,,0,0,(1/2+),,67,7,S,67,7,EC+B+,100,0,B+P,0.05,0,,,,,,,,,-8438.945,10164,-21029.14,11,1610.35,201,6546.627,12,9712.44,11,3721.40,46,8156.767,60,146931082.715,9500,-64196.038,8849, +66,82,Dy,5.0455,2389,0,0,0+,,3.3,2,M,198,12,EC+B+,100,0,,,,,,,,,,,,-9868.393,84287,-20173.78,10,1475.04,29,2677.532,15,11734.83,12,4405.86,12,8180.943,59,147927149.772,9366,-67859.550,8724, +66,83,Dy,5.0567,2394,0,0,(7/2-),,4.20,14,M,252,8.4,EC+B+,100,0,,,,,,,,-0.119,,-0.62,,-6049.33,12803,-17776.07,84,2805.5,22,3792.76,10,7907.68,12,4447.80,15,8179.109,62,148927325.448,9898,-67695.909,9221, +66,84,Dy,5.0706,2413,0,0,0+,,7.17,5,M,430.2,3,EC+B+,64,5,A,36,5,,,,,,,,,-7363.719,14468,-15734.34,13,4351.27,154,1796.121,9,9685.01,10,5109.90,5,8189.149,29,149925593.08,4667,-69309.600,4348, +66,85,Dy,5.0801,2435,0,0,7/2(-),,17.9,3,M,1074,18,EC+B+,94.4,0.4,A,5.6,0.4,,,,,-0.945,,-0.3,,-5129.667,8756,-14877.84,15,4179.62,264,2871.099,5,7514.12,5,4935.65,8,8184.678,22,150926191.253,3535,-68752.405,3293, +66,86,Dy,5.0950,2482,0,0,0+,,2.38,2,H,8568,72,EC+B+,99.9,0.007,A,0.1,0.007,,,,,,,,,-6513.102,13325,-14566.45,9,3726.54,4,599.043,40,9436.78,5,5783.34,6,8192.916,30,151924725.363,4963,-70117.873,4624, +66,87,Dy,5.1035,2516,0,0,7/2(-),,6.4,1,H,23040,360,EC+B+,99.9906,0.0014,A,0.0094,0.0014,,,,,-0.782,,-0.02,,-4130.84,6157,-13609.49,13,3559.15,4,2170.395,6,7096.39,6,5715.00,40,8185.749,26,152925771.992,4346,-69142.943,4048, +66,88,Dy,5.1241,2617,0,0,0+,,3.0E+6,15,Y,94672800000000,47336400000000,A,100,0,,,,,,,,,,,,-5754.596,10178,-13453.12,9,2945.11,5,-237.604,46,9322.28,8,6369.54,8,8193.129,48,153924429.028,7992,-70393.907,7445, +66,89,Dy,5.1457,2751,0,0,3/2-,,9.9,2,H,35640,720,EC+B+,100,0,,,,,,,,-0.339,,0.967,,-3116.011,16590,-12587.56,13,2608.27,10,2094.5,14,6832.96,12,6288.22,46,8184.354,62,154925758.459,10375,-69155.550,9665, +66,90,Dy,5.1622,2869,0,0,0+,,STABLE,,,,,2EC,,,2EC,,,,,,,,,,,-5050,60000,-12560.74,17,1753.04,30,-438.167,4,9444.73,10,6567.89,10,8192.433,8,155924284.038,1281,-70528.964,1194, +66,91,Dy,5.1709,2936,0,0,3/2-,,8.14,4,H,29304,144,EC+B+,100,0,,,,,,,,-0.301,,1.3,,-2591.725,23787,-12016.91,60,1033.08,5,1338.872,5,6966.91,5,6622.73,6,8184.627,33,156925469.667,5557,-69424.558,5177, +66,92,Dy,5.1815,3023,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4219.755,27005,-11645.83,24,873.69,244,-936.681,2749,9054.11,5,6932.89,245,8190.13,15,157924414.597,2538,-70407.349,2365, +66,93,Dy,5.1825,3031,0,0,3/2-,,144.4,2,D,12476160,17280,EC,100,0,,,,,,,,-0.354,,1.37,,-1837.6,2683,-11050.86,27,477.83,133,365.229,1978,6831.10,260,6985.44,132,8181.583,10,158925746.023,1640,-69167.134,1528, +66,94,Dy,5.1951,3139,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3290,15000,-10414.51,3,437.27,112,-1836.473,1479,8576.91,142,7429.34,117,8184.054,5,159925203.244,828,-69672.730,772, +66,95,Dy,5.1962,459,0,0,5/2+,,STABLE,,,,,A,,,,,,,,,,-0.4803,,2.468,,-858.53,2166,-9744.39,15,342.76,112,-594.212,1553,6454.39,8,7508.51,117,8173.31,5,160926939.088,824,-68055.801,768, +66,96,Dy,5.2074,172,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2139.937,3113,-9055.52,217,83.15,112,-2505.52,36,8196.99,6,8008.86,126,8173.457,5,161926804.168,822,-68181.478,767, +66,97,Dy,5.2099,120,0,0,5/2-,,STABLE,,,,,B-,100,,,,,,,,,0.6726,,2.648,,-2.834,19,-8410.95,3,-244.65,112,-1785.099,4,6271.01,5,7994.18,36,8161.785,5,162928736.879,821,-66381.170,765, +66,98,Dy,5.2218,106,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-986.463,1415,-7660.95,7,-451.14,119,-3890.0,100,7658.11,7,8660.86,4,8158.714,5,163929180.472,823,-65967.965,767, +66,99,Dy,,,0,0,7/2+,,2.334,1,H,8402.4,3.6,B-,100,0,,,,,,,,-0.52,,-3.49,,1286.4,829,-6702.42,142,-531.7,155,-3046.606,102,5715.96,5,8823.61,100,8143.909,5,164931709.054,825,-63612.606,769, +66,100,Dy,,,0,0,0+,,81.6,1,H,293760,360,B-,100,0,,,,,,,,,,,,486.54,921,-5757.10,92,-729.3,4,-4700.0,70,7043.50,40,9308,102,8137.28,5,165932812.461,930,-62584.789,867, +66,101,Dy,,,0,0,(1/2-),,6.20,8,M,372,4.8,B-,100,0,,,,,,,,,,,,2350,60000,-4930.61,60,-1041.66,61,-4003.626,205,5417.15,60,9334.81,92,8120.992,361,166935661.823,64657,-59930.626,60228, +66,102,Dy,,,0,0,0+,,8.7,3,M,522,18,B-,100,0,,,,,,,,,,,,1501.605,143186,-4350.26,140,-1211,173,-5836.566,329,6700.26,152,9922,241,8112.536,833,167937133.716,150305,-58559.566,140009, +66,103,Dy,,,0,0,(5/2)-,,39,8,S,39,8,B-,100,0,,,,,,,,,,,,3200,300000,-3607.32,302,-1569,324,-5268.177,423,5108.93,332,10164,423,8094.763,1779,168940313.971,322782,-55597.177,300670, +66,104,Dy,,,0,0,0+,,,,,,,B-,100,0,,,,,,,,,,,,2575,202,-2938,197,-1559,277,-6939.0,446,6138,359,10624,357,8083,1,169942390,210,-53663,196, +66,105,Dy,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4330,670,-2022,302,-1801,422,-6157.0,585,4597,357,10754,499,8063,2,170946120,320,-50189,298, +66,106,Dy,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3474,357,-1562,670,-2071,499,-8159.0,585,5892,422,11266,585,8050,2,171948460,320,-48009,298, +66,107,Dy,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5412,499,-526,446,-2211,643,,,4001,499,11377,643,8027,2,172952830,430,-43939,401, +66,108,Dy,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4319,585,-91,585,-2416,780,,,5503,643,,,8012,3,173955587,540,-41370,503, +67,73,Ho,,,0,0,(6- 0- 8+),,6,3,MS,0.006,0.003,P,100,0,,,,,,,,,,,,,,,,4446,709,13571.0,643,,,-1093.90,10,7906,4,139968589,540,-29259,503, +67,74,Ho,,,0,0,(7/2-),,4.1,1,MS,0.0041,0.0001,P,100,0,,,,,,,,,,,,,,,,4178,567,11018.0,500,13177,643,-1176.78,7,7943,3,140963108,430,-34364,401, +67,75,Ho,,,0,0,(7- 8+),,0.4,1,S,0.4,0.1,EC+B+,100,0,ECP,0,0,P,0,0,,,,,,-9221,641,,,3993,499,12870.0,832,10957,567,-843,499,7965,3,141960010,430,-37250,401, +67,76,Ho,,,0,0,(11/2-),,,,,,,ECP,,0,EC+B+,,0,,,,,,,,,-10788,499,-22089,582,3658,422,10120.941,298,12869,499,-783,787,7999,2,142954860,320,-42048,298, +67,77,Ho,,,0,0,(5-),,0.7,1,S,0.7,0.1,EC+B+,100,0,ECP,,0,,,,,,,,,-8002,196,-21421,400,3447.84,801,11960.57,11,10633,298,-270.46,16,8017.097,59,143952109.714,9100,-44609.513,8477, +67,78,Ho,,,0,0,(11/2-),,2.4,1,S,2.4,0.1,EC+B+,100,0,,,,,,,,,,,,-9880,200,-20584,196,2995.82,106,9122.494,10,12581.91,11,-161.01,10,8048.578,51,144947267.394,8000,-49120.105,7452, +67,79,Ho,,,0,0,(6-),,3.32,22,S,3.32,0.22,EC+B+,100,0,ECP,,0,,,,,,,,,-6916.206,9399,-20069,200,2896.38,701,11316.699,9,10189.43,10,284.59,9,8063.242,45,145944993.506,7071,-51238.219,6587, +67,80,Ho,,,0,0,(11/2-),,5.8,4,S,5.8,0.4,EC+B+,100,0,,,,,,,,,,,,-9149.286,38517,-19506.40,8,2237.18,51,8438.946,10,12590.19,8,491.14,8,8094.037,34,146940142.295,5368,-55757.092,5001, +67,81,Ho,,,0,0,(1+),,2.2,11,S,2.2,1.1,EC+B+,100,0,,,,,,,,,,,,-6512.169,84458,-19454.67,92,1952.11,88,9868.392,84,10305.38,84,1084.09,84,8108.979,566,147937743.928,90000,-57991.158,83834, +67,82,Ho,,,0,0,(11/2-),,21.1,2,S,21.1,0.2,EC+B+,100,0,,,,,,,,,,,,-7904.963,30408,-18238.91,16,2316.92,110,6049.331,15,11726.74,85,1076.00,12,8133.259,80,148933819.672,12871,-61646.578,11990, +67,83,Ho,,,0,0,(2)-,,72,4,S,72,4,EC+B+,100,0,,,,,,,,,,,,-4114.568,13591,-16275.58,31,3392.81,47,7363.719,15,8370.62,19,1538.94,17,8134.842,94,149933498.358,15210,-61945.881,14168, +67,84,Ho,5.0398,354,0,0,(11/2-),,35.2,1,S,35.2,0.1,EC+B+,78,3,A,22,3,,,,,,,,,-5356.454,18444,-13862.74,19,4695.01,182,5129.667,9,9748.17,16,1602.11,9,8145.526,55,150931698.177,8912,-63622.738,8302, +67,85,Ho,5.0614,343,0,0,2-,,161.8,3,S,161.8,0.3,EC+B+,88,3,A,12,3,,,,,-1.02,,0.08,,-3104.394,9815,-13409.80,21,4507.4,134,6513.102,13,8053.35,15,2141.34,13,8144.919,82,151931717.465,13450,-63604.771,12529, +67,86,Ho,5.0760,339,0,0,11/2-,,2.01,3,M,120.6,1.8,EC+B+,99.949,0.025,A,0.051,0.025,,,,,6.81,,-1.1,,-4543.499,9916,-12583.04,10,4051.65,4,4130.84,7,9478.65,13,2183.20,7,8153.637,33,152930206.632,5468,-65012.103,5094, +67,87,Ho,5.0856,333,0,0,2-,,11.76,19,M,705.6,11.4,EC+B+,99.981,0.005,A,0.019,0.005,,,,,-0.643,,0.19,,-2034.291,9463,-12242.02,12,4041.49,4,5754.596,11,7698.53,10,2785.34,9,8150.681,53,153930606.841,8833,-64639.311,8228, +67,88,Ho,5.1076,325,0,0,5/2+,,48,1,M,2880,60,EC+B+,100,0,,,,,,,,3.51,,1.52,,-3830.35,18474,-11505.84,18,3159.05,18,3116.011,20,9471.54,19,2934.60,19,8159.203,113,154929103.634,18759,-66039.539,17474, +67,89,Ho,5.1156,325,0,0,4-,,56,1,M,3360,60,EC+B+,100,0,,,,,,,,2.98,,2.34,,-1267.255,64869,-11341.09,60,2813.04,72,5050.0,60,7510.74,62,3612.39,61,8155.046,385,155929705.436,64425,-65478.964,60012, +67,90,Ho,5.1535,316,0,0,7/2-,,12.6,2,M,756,12,EC+B+,100,0,,,,,,,,4.35,,2.97,,-3419.194,33668,-10692.44,34,2055.59,24,2591.726,24,9425.19,64,3592.84,23,8163.136,149,156928251.999,25195,-66832.832,23469, +67,91,Ho,5.1571,316,0,0,5+,,11.3,4,M,678,24,EC+B+,100,0,,,,,,,,3.77,,4.1,,-883.785,37025,-10845.27,38,1543.79,53,4219.756,27,7426.08,36,4052.01,27,8158.471,172,157928944.692,29101,-66187.593,27108, +67,92,Ho,5.1675,314,0,0,7/2-,,33.05,11,M,1983,6.6,EC+B+,100,0,,,,,,,,4.28,,3.19,,-2768.5,2000,-10097.04,25,1495.6,10,1837.6,3,9213.26,27,4211.16,4,8165.105,19,158927718.768,3314,-67329.534,3088, +67,93,Ho,5.1662,315,0,0,5+,,25.6,3,M,1536,18,EC+B+,100,0,,,,,,,,3.71,,3.95,,-318.502,28528,-9893.01,15,1283.15,15,3290.0,15,7124.51,15,4504.57,15,8158.602,94,159928735.204,16123,-66382.730,15020, +67,94,Ho,5.1785,313,0,0,7/2-,,2.48,5,H,8928,180,EC,100,0,,,,,,,,4.25,,3.22,,-1995.663,9011,-9204.36,24,1141.24,244,858.531,237,8885.86,15,4813.51,216,8163.119,14,160927860.759,2406,-67197.270,2242, +67,95,Ho,5.1817,313,0,0,1+,,15.0,10,M,900,60,EC+B+,100,0,,,,,,,,2.32,,0.71,,292.978,3127,-8911.25,9,1004.21,3,2139.937,3,6915.59,4,5274.71,3,8155.418,20,161929101.485,3398,-66041.541,3166, +67,96,Ho,5.1907,313,0,0,7/2-,,4570,25,Y,144218232000,788940000,EC,100,0,,,,,,,,4.22,,3.6,,-1210.612,4575,-8115.13,30,729.11,117,2.835,1082,8408.11,3,5485.83,5,8156.968,5,162928739.921,821,-66378.335,765, +67,97,Ho,,,0,0,1+,,29,1,M,1740,60,EC+B+,60,5,B-,40,5,,,,,,,,,961.387,1420,-7885.10,5,429.84,179,986.462,171,6674.48,141,5889.30,141,8147.929,9,163930239.483,1639,-64981.503,1528, +67,98,Ho,5.2022,312,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,4.177,,3.58,,-377.396,1033,-7027.43,83,137.67,145,-1286.4,12,7988.82,114,6220.01,83,8146.964,6,164930328.047,1084,-64899.006,1010, +67,99,Ho,,,0,0,0-,,26.824,12,H,96566.4,43.2,B-,100,0,,,,,,,,,,,,1854.713,922,-6621.04,103,179.71,36,-486.54,133,6243.64,2,6747.69,83,8135.499,6,165932290.139,1084,-63071.329,1010, +67,100,Ho,,,0,0,7/2-,,3.1,1,H,11160,360,B-,100,0,,,,,,,,,,,,1010.554,5208,-5425.90,5,-109.47,7,-2350.0,60,7280.61,5,6984.81,5,8130.379,31,166933138.994,5618,-62280.626,5234, +67,101,Ho,,,0,0,3+,,2.99,7,M,179.4,4.2,B-,100,0,,,,,,,,,,,,2930,30000,-4841.31,30,-408.12,104,-1501.605,143,5851.86,30,7419.52,67,8116.817,179,167935521.676,32229,-60061.171,30023, +67,102,Ho,,,0,0,7/2-,,4.72,10,M,283.2,6,B-,100,0,,,,,,,,,,,,2125.927,20053,-3877.32,20,-656,104,-3200.0,301,6807.32,36,7526.58,141,8109.068,119,168936878.63,21534,-58797.177,20060, +67,103,Ho,,,0,0,(6+),,2.76,5,M,165.6,3,B-,100,0,,,,,,,,,,,,3870,50000,-3386.89,50,-778.81,86,-2575.681,202,5512.82,54,7930.47,305,8093.796,294,169939625.289,53702,-56238.681,50024, +67,104,Ho,,,0,0,(7/2-),,53,2,S,53,2,B-,100,0,,,,,,,,,,,,3200,600000,-2481.59,600,-1017,631,-4329.956,670,6351.59,602,8145,631,8083.608,3509,170941471.49,644128,-54518.956,600002, +67,105,Ho,,,0,0,,,25,3,S,25,3,B-,100,0,,,,,,,,,,,,5000,196,-1836,196,-1186,357,-3475.0,357,5036,631,8584,357,8066,1,171944730,210,-51484,196, +67,106,Ho,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4304,357,-938,298,-1447,422,-5412.0,500,5938,357,8630,422,8054,2,172947020,320,-49351,298, +67,107,Ho,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,6260,422,-107,357,-1391,499,-4320.0,585,4411,422,9040,499,8033,2,173950950,320,-45690,298, +67,108,Ho,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,5449,566,675,499,-1596,643,,,5584,499,9121,643,8019,2,174953620,430,-43203,401, +67,109,Ho,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7340,643,1290,643,-1865,711,,,4159,643,,,7997,3,175957820,540,-39290,503, +68,75,ER,,,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,3957,642,10788.0,499,11302,640,1299,566,7918,3,142966441,429,-31260,400, +68,76,Er,,,0,0,0+,GE,200,,NS,0.0000002,5e15,EC+B+,100,0,,,,,,,,,,,,-14349,445,,,3797,446,8001.513,196,13419,445,1849,357,7956,1,143960700,210,-36608,196, +68,77,Er,,,0,0,(1/2+),,,,,,,,,,,,,,,,,,,,,-11657,280,-25052,447,3717,359,9880.105,200,10704,280,1920,200,7975,1,144957874,215,-39240,200, +68,78,Er,,,0,0,0+,,1.7,6,S,1.7,0.6,EC+B+,100,0,,,,,,,,,,,,-13267,200,-24811,196,3373,729,6916.207,9,13153,200,2490.88,10,8010.512,46,145952418.359,7197,-44322.012,6705, +68,79,Er,,,0,0,(1/2+),AP,2.5,,S,2.5,0,EC+B+,100,0,B+P,0,0,,,,,,,,,-10633.406,38799,-23624,204,3136.22,40,9149.285,39,10357.11,39,2658.56,39,8026.475,260,146949964.458,41000,-46607.807,38191, +68,80,Er,,,0,0,0+,,4.6,2,S,4.6,0.2,EC+B+,100,0,ECP,0.15,0,,,,,,,,,-12713.962,14491,-23575.91,12,2666.18,13,6512.169,84,12942.50,40,3010.87,11,8059.692,69,147944735.029,11000,-51478.989,10246, +68,81,Er,,,0,0,(1/2+),,4,2,S,4,2,EC+B+,100,0,ECP,7,2,,,,,,,,,-9859,198,-23047.91,30,2076.07,29,7904.963,30,10333.94,30,3039.43,88,8074.955,188,148942306,30000,-53741.615,27945, +68,82,Er,5.0548,254,0,0,0+,,18.5,7,S,18.5,0.7,EC+B+,100,0,,,,,,,,,,,,-11340,196,-22020,196,2298.69,18,4114.568,22,12161.01,33,3473.70,21,8102.195,115,149937915.528,18459,-57831.313,17195, +68,83,Er,,,0,0,(7/2-),,23.5,20,S,23.5,2,EC+B+,100,0,,,,,,,,,,,,-7493.528,25460,-19847,196,3504.84,19,5356.454,18,8506.29,24,3609.37,22,8104.872,109,150937448.567,17681,-58266.284,16470, +68,84,Er,5.0843,257,0,0,0+,,10.3,1,S,10.3,0.1,A,90,4,EC+B+,10,4,,,,,,,,,-8780.104,54743,-17798.94,21,4934.26,162,3104.394,15,10305.41,19,4166.61,12,8119.349,58,151935050.169,9479,-60500.377,8830, +68,85,Er,,,0,0,(7/2-),,37.1,2,S,37.1,0.2,A,53,3,EC+B+,47,3,,,,,-0.934,,-0.42,,-6495.276,12891,-16819.65,55,4802.39,140,4543.499,11,8039.54,12,4152.80,15,8118.827,61,152935084.279,10006,-60468.604,9321, +68,86,Er,5.1129,268,0,0,0+,,3.73,9,M,223.8,5.4,EC+B+,99.53,0.13,A,0.47,0.13,,,,,,,,,-8177.888,14916,-16703.01,13,4279.66,261,2034.291,10,10207.73,10,4881.89,7,8132.392,32,153932790.743,5353,-62605.020,4986, +68,87,Er,,,0,0,7/2-,,5.3,3,M,318,18,EC+B+,99.978,0.007,A,0.022,0.007,,,,,-0.669,,-0.27,,-5583.276,11515,-15853.38,16,4118.3,5,3830.35,19,7675.49,8,4858.85,10,8129.444,39,154933215.684,6546,-62209.189,6098, +68,88,Er,5.1429,285,0,0,0+,,19.5,10,M,1170,60,EC+B+,100,0,A,0.000017,0.000004,,,,,,,,,-7377.159,26710,-15657.11,27,3481.25,25,1267.255,65,10073.84,25,5461.14,30,8141.908,158,155931065.89,26440,-64211.709,24629, +68,89,Er,,,0,0,3/2-,,18.65,10,M,1119,6,EC+B+,100,0,,,,,,,,-0.412,,0.92,,-4704.366,38515,-14650.41,30,3304.39,27,3419.193,35,7273.25,36,5223.64,66,8136.375,169,156931922.655,28454,-63413.639,26505, +68,90,Er,5.1761,312,0,0,0+,,2.29,6,H,8244,216,EC,100,0,,,,,,,,,,,,-6600.615,31341,-14665.85,38,2665.18,26,883.785,37,9961.49,37,5759.95,34,8147.926,160,157929893.474,27074,-65303.808,25219, +68,91,Er,,,0,0,3/2-,,36,1,M,2160,60,EC+B+,100,0,,,,,,,,-0.304,,1.17,,-3990.637,28186,-13929.16,25,2169.6,10,2768.5,5,7328.54,25,5662.41,27,8142.773,23,158930690.875,3949,-64561.034,3679, +68,92,Er,5.2045,336,0,0,0+,,28.58,9,H,102888,324,EC,100,0,,,,,,,,,,,,-5762.2,40311,-13565.15,37,2039.82,24,318.502,29,9574.51,25,6023.66,24,8151.721,152,159929077.13,26037,-66064.228,24254, +68,93,Er,,,0,0,3/2-,,3.21,3,H,11556,108,EC+B+,100,0,,,,,,,,-0.365,,1.361,,-3302.9,29292,-12970.90,35,1798.03,10,1995.662,9,7208.70,26,6107.85,17,8145.864,55,160930003.191,9425,-65201.608,8780, +68,94,Er,5.2246,40,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4856.728,26047,-12507.13,28,1647.91,227,-292.978,3,9204.23,9,6426.22,219,8152.397,5,161928786.96,882,-66334.519,822, +68,95,Er,,,0,0,5/2-,,75.0,4,M,4500,24,EC+B+,100,0,,,,,,,,0.557,,2.55,,-2439,3000,-11761.25,26,1574.5,5,1210.612,5,6904.52,5,6415.15,6,8144.741,28,162930039.567,4980,-65167.723,4639, +68,96,Er,5.2389,35,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4038.855,24401,-11285.48,5,1304.92,17,-961.387,1713,8846.48,5,6853.52,13,8149.02,5,163929207.392,832,-65942.890,775, +68,97,Er,,,0,0,5/2-,,10.36,4,H,37296,144,EC,100,0,,,,,,,,0.643,,2.71,,-1591.99,1538,-10688.89,24,1109.27,61,377.396,1396,6650.04,59,6829.08,154,8139.936,6,164930733.198,1034,-64521.610,964, +68,98,Er,5.2516,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3037.667,11547,-10067.74,211,830.52,112,-1854.713,1542,8475.75,129,7316.01,92,8141.959,7,165930299.023,1251,-64926.042,1165, +68,99,Er,5.2560,31,0,0,7/2+,,STABLE,,,,,,,,,,,,,,,-0.56385,,3.565,,-747.539,1501,-9474.12,12,665.07,112,-1010.554,5,6436.46,18,7508.82,93,8131.746,7,166932054.119,1252,-63291.180,1166, +68,100,Er,5.2644,35,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1678.25,1870,-8518.85,151,551.88,112,-2930.0,30,7771.31,12,7999.52,5,8129.601,7,167932376.192,1254,-62991.171,1168, +68,101,Er,,,0,0,1/2-,,9.392,18,D,811468.8,1555.2,B-,100,0,,,,,,,,0.515,,,,352.108,1114,-7681.50,188,264.59,113,-2125.927,20,6003.25,15,8150.90,30,8117.019,7,168934596.353,1265,-60923.104,1179, +68,102,Er,5.2789,41,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-312.828,1821,-6904.79,183,51.19,166,-3870.0,50,7256.89,146,8600.47,20,8111.959,9,169935470.673,1659,-60108.681,1546, +68,103,Er,,,0,0,5/2-,,7.516,2,H,27057.6,7.2,B-,100,0,,,,,,,,0.659,,2.86,,1491.342,1256,-5994.42,183,-213.25,60,-3200.0,600,5681.59,35,8769.25,50,8097.746,9,170938036.148,1670,-57718.956,1557, +68,104,Er,,,0,0,0+,,49.3,5,H,177480,1800,B-,100,0,,,,,,,,,,,,890.767,4543,-5344.63,4,-348.96,140,-4999.612,196,6835.97,4,9253.63,600,8090.41,23,171939362.344,4302,-56483.612,4008, +68,105,Er,,,0,0,(7/2-),,1.4,1,M,84,6,B-,100,0,,,,,,,,,,,,2602,196,-4351,196,-482,359,-4303.0,357,5242,196,9459,277,8074,1,172942400,210,-53654,196, +68,106,Er,,,0,0,0+,,3.2,2,M,192,12,B-,100,0,,,,,,,,,,,,1915,301,-3765,298,-711,357,-6259.0,421,6367,357,9888,422,8064,2,173944230,320,-51949,298, +68,107,Er,,,0,0,(9/2+),,1.2,3,M,72,18,B-,100,0,,,,,,,,,,,,3659,404,-2859,403,-888,499,-5449.0,567,4774,499,10251,499,8045,2,174947770,430,-48652,401, +68,108,Er,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,2741,413,-2391,404,-1046,499,-7341.0,643,6050,566,10717,566,8034,2,175949940,430,-46631,401, +68,109,Er,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4611,585,-1558,513,-1344,643,,,4299,643,10857,711,8013,3,176953990,540,-42858,503, +68,110,Er,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3855,718,-862,667,-1315,780,,,5473,780,,,7999,3,177956779,640,-40260,596, +69,75,TM,,,0,0,(10+),,1.9,+12-5,US,0.0000019,0.0000009,P,0,0,,,,,,,,,,,,,,,,4575,643,14349.0,445,,,-1712.00,16,7851,3,143976104,429,-22259,400, +69,76,Tm,,,0,0,(11/2-),,3.17,20,US,0.00000317,0.0000002,P,100,0,,,,,,,,,,,,,,,,4357,446,11657.0,280,13395,445,-1736.10,7,7889,1,144970389,210,-27583,196, +69,77,Tm,,,0,0,(5-),,68,3,MS,0.068,0.003,EC+B+,,0,P,,0,,,,,,,,,,,,,3770,448,13267.012,200,11544,280,-895.70,6,7914,1,145966661,215,-31055,200, +69,78,Tm,,,0,0,11/2-,,0.58,3,S,0.58,0.03,EC+B+,85,5,P,15,5,,,,,,,,,,,,,3648,298,10633.407,39,12990,200,-1058.64,3,7948.817,47,146961379.89,7341,-35974.400,6839, +69,79,Tm,,,0,0,(10+),,0.7,2,S,0.7,0.2,EC+B+,100,0,,,,,,,,,,,,-8435,400,,,3419.57,13,12713.962,14,10861.94,12,-553.81,40,7968.5,69,147958384.029,11000,-38765.027,10246, +69,80,Tm,,,0,0,(11/2-),,0.9,2,S,0.9,0.2,EC+B+,100,0,ECP,0.2,0,,,,,,,,,-10684,358,-21624,445,2813,196,9858.615,198,13189,196,-307,196,8004,1,148952890,210,-43883,196, +69,81,Tm,,,0,0,(6-),,2.20,6,S,2.2,0.06,EC+B+,100,0,ECP,1.2,0,,,,,,,,,-7852,358,-21364,358,2322,196,11340.313,197,10680,277,38,198,8021,1,149950090,210,-46491,196, +69,82,Tm,,,0,0,(11/2-),,4.17,11,S,4.17,0.11,EC+B+,100,0,,,,,,,,,,,,-9230.414,300136,-20206,301,2559.42,20,7493.528,25,12353,197,230.41,9,8050.064,129,150945493.201,20843,-50772.756,19416, +69,83,Tm,,,0,0,(2)-,,8.0,10,S,8,1,EC+B+,100,0,,,,,,,,,,,,-5449.892,139620,-18249.25,305,3845.97,100,8780.104,55,9018.83,57,742.96,56,8056.438,355,151944476,58000,-51720.273,54027, +69,84,Tm,5.0643,190,0,0,(11/2-),,1.48,1,S,1.48,0.01,A,91,3,EC+B+,9,3,,,,,6.93,,0.5,,-6765,196,-15774.27,150,5248.33,145,6495.275,15,10324.37,55,761.92,12,8071.261,78,152942057.244,12864,-53973.329,11983, +69,85,Tm,5.0755,166,0,0,(2-),,8.1,3,S,8.1,0.3,A,54,5,EC+B+,46,5,,,,,-1.14,,0.4,,-4495.048,13953,-15290,196,5093.83,264,8177.889,15,8525.12,19,1247.50,17,8074.208,94,153941570.067,15472,-54427.131,14412, +69,86,Tm,,,0,0,11/2-,,21.6,2,S,21.6,0.2,EC+B+,99.11,0.24,A,0.89,0.24,,,,,,,,,-6123.305,19341,-14765.15,20,4571.91,5,5583.276,12,10270.10,17,1309.86,11,8088.375,64,154939209.578,10654,-56625.913,9925, +69,87,Tm,5.0976,135,0,0,2-,,83.8,18,S,83.8,1.8,EC+B+,99.936,0.01,A,0.064,0.01,,,,,,,,,-3568.83,12548,-14403.26,22,4345.31,7,7377.159,28,8279.95,17,1914.33,16,8089.603,92,155938985.597,15328,-56834.550,14279, +69,88,Tm,5.1140,74,0,0,1/2+,,3.63,9,M,217.8,5.4,EC+B+,100,0,,,,,,,,0.476,,,,-5287.374,30003,-13514.87,29,3877.91,28,4704.366,39,9946.04,31,1786.53,37,8101.428,178,156936973,30000,-58709.273,27945, +69,89,Tm,5.1235,69,0,0,2-,,3.98,6,M,238.8,3.6,EC+B+,100,0,,,,,,,,0.042,,0.74,,-2692.957,26456,-13352.61,27,3511.2,27,6600.614,36,8065.24,38,2578.53,37,8101.199,160,157936979.525,27074,-58703.194,25219, +69,90,Tm,5.1392,60,0,0,5/2+,,9.13,16,M,547.8,9.6,EC+B+,100,0,,,,,,,,3.42,,1.93,,-4731.792,33129,-12631.48,29,3044.23,33,3990.636,28,9938.52,38,2555.56,38,8112.754,176,158934975,30000,-60570.398,27945, +69,91,Tm,5.1504,55,0,0,1-,,9.4,3,M,564,18,EC+B+,100,0,,,,,,,,0.156,,0.582,,-2139.322,35017,-12534.74,39,2752.02,69,5762.2,42,7802.95,44,3029.96,34,8110.818,214,159935263.106,36781,-60302.028,34262, +69,92,Tm,5.1616,50,0,0,7/2+,,30.2,8,M,1812,48,EC+B+,100,0,,,,,,,,2.4,,2.9,,-4059.308,31885,-11807.32,29,2509.21,36,3302.9,29,9668.00,44,3123.45,37,8120.49,174,160933549,30000,-61898.708,27945, +69,93,Tm,5.1713,47,0,0,1-,,21.70,19,M,1302,11.4,EC+B+,100,0,,,,,,,,0.068,,0.69,,-1651.444,30240,-11709.71,30,2284.89,38,4856.728,26,7650.40,38,3565.15,27,8117.588,161,161934000.872,27977,-61477.791,26060, +69,94,Tm,5.1849,42,0,0,1/2+,,1.810,5,H,6516,18,EC+B+,100,0,,,,,,,,-0.082,,,,-3429.629,16309,-10973.69,16,2175.9,6,2439.0,7,9322.25,27,3683.17,5,8124.979,34,162932657.941,5930,-62728.723,5524, +69,95,Tm,5.1906,42,0,0,1+,,2.0,1,M,120,6,EC+B+,100,0,B+,39,1,,,,,2.37,,0.71,,-886.617,28829,-10676.26,29,2053.78,29,4038.855,24,7246.63,25,4025.28,25,8119.623,149,163933543.281,26188,-61904.035,24394, +69,96,Tm,5.2004,38,0,0,1/2+,,30.06,3,H,108216,108,EC+B+,100,0,,,,,,,,-0.139,,,,-2634.239,26592,-9983.52,15,1842.73,272,1591.989,1929,9096.90,24,4275.70,155,8125.546,10,164932442.269,1793,-62929.621,1671, +69,97,Tm,5.2046,38,0,0,2+,,7.70,3,H,27720,108,EC+B+,100,0,,,,,,,,0.0926,,2.14,,-292.635,13507,-9664.31,29,1728.25,12,3037.667,12,7030.07,12,4655.74,12,8118.946,70,165933560.092,12459,-61888.375,11606, +69,98,Tm,5.2129,36,0,0,1/2+,,9.25,2,D,799200,1728,EC,100,0,,,,,,,,-0.197,,,,-1953.065,3798,-9019.22,7,1409.78,142,747.539,1745,8726.58,12,4906.57,148,8122.585,8,166932856.635,1393,-62543.641,1298, +69,99,Tm,5.2170,36,0,0,3+,,93.1,2,D,8043840,17280,EC+B+,99.99,0.007,B-,0.01,0.007,,,,,0.227,,3.23,,268.98,1887,-8793.66,4,1243.67,217,1678.25,206,6840.60,181,5310.71,186,8114.954,10,167934177.868,1834,-61312.921,1709, +69,100,Tm,5.2256,35,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,-0.2316,,,,-897.65,1141,-7764.63,112,1198.88,106,-352.108,1432,8033.61,150,5573.01,110,8114.473,5,168934218.35,871,-61275.212,812, +69,101,Tm,5.2303,36,0,0,1-,,128.6,3,D,11111040,25920,B-,99.869,0.01,EC,0.131,0.01,,,,,0.2468,,0.74,,968.066,801,-7489.61,114,850.56,107,312.828,1741,6591.96,17,6161.72,112,8105.517,5,169935806.507,859,-59795.853,801, +69,102,Tm,5.2388,37,0,0,1/2+,,1.92,1,Y,60590592,315576,B-,100,0,,,,,,,,-0.2303,,,,96.512,972,-6517.70,97,645.41,5,-1491.342,1835,7485.76,123,6390.59,124,8101.893,6,170936435.126,1043,-59210.298,972, +69,103,Tm,5.2411,52,0,0,2-,,63.6,3,H,228960,1080,B-,100,0,,,,,,,,,,,,1881.067,5503,-6138.89,6,261.88,31,-890.767,7,6235.40,5,6944.39,5,8091.041,32,171938406.067,5907,-57374.379,5503, +69,104,Tm,,,0,0,(1/2+),,8.24,8,H,29664,288,B-,100,0,,,,,,,,,,,,1295.166,4400,-5071.93,4,116.2,21,-2602.059,196,6953.00,7,7061.42,6,8084.463,25,172939606.632,4723,-56256.059,4400, +69,105,Tm,,,0,0,(4)-,,5.4,1,M,324,6,B-,100,0,,,,,,,,,,,,3080,44721,-4384.60,45,-50.75,67,-1915.512,301,5679.77,45,7499,201,8070.642,257,173942174.064,48010,-53864.512,44721, +69,106,Tm,,,0,0,(1/2+),,15.2,5,M,912,30,B-,100,0,,,,,,,,,,,,2385,50000,-3437.35,50,-216.51,602,-3658.549,404,6517.35,67,7650,302,8061.766,286,174943842.313,53677,-52310.549,50000, +69,107,Tm,,,0,0,(4+),,1.9,1,M,114,6,B-,100,0,,,,,,,,,,,,4120,100000,-2747.08,100,-313,220,-2740.314,413,5132.08,112,8008,413,8045.121,568,175946997.711,107354,-49371.314,100000, +69,108,Tm,,,0,0,(7/2-),,90,6,S,90,6,B-,100,0,,,,,,,,,,,,3517,298,-2049,298,-543,422,-4611.0,585,6169,314,8127,499,8035,2,176949040,320,-47469,298, +69,109,TM,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,5580,401,-1200,401,-851,499,-3856.0,718,4718,499,8546,643,8016,2,177952640,430,-44116,401, +69,110,Tm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4937,540,24,503,-823,643,,,5556,643,8629,780,8002,3,178955340,540,-41601,503, +69,111,Tm,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,100,0,,,,,,,,,,,,6680,585,546,540,-1055,711,,,4391,711,,,7982,3,179959291,540,-37920,503, +69,112,Tm,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,5918,667,1358,667,,,,,5322,780,,,7967,3,180962243,640,-35170,596, +70,79,Yb,,,0,0,(1/2+ 3/2+),,0.7,2,S,0.7,0.2,ECP,100,0,EC+B+,100,0,,,,,,,,,,,,,3617,361,10685.0,358,10939,500,1722,300,7927,2,148964360,322,-33198,300, +70,80,Yb,,,0,0,0+,GE,200,,NS,0.0000002,5e15,,,,,,,,,,,,,,,-13998,424,,,3259,300,7853.0,358,13511,424,2045,358,7964,2,149958520,322,-38638,300, +70,81,Yb,,,0,0,(1/2+),,1.6,1,S,1.6,0.1,EC+B+,100,0,ECP,0,0,,,,,,,,,-11434,425,-24974,425,2640.55,303,9230.414,301,10975,425,2340,359,7983.755,1990,150955402.458,322591,-41542.342,300492, +70,82,Yb,5.0423,146,0,0,0+,,3.03,6,S,3.03,0.06,EC+B+,100,0,B+P,,0,,,,,,,,,-12848,246,-24233,335,2783.69,150,5449.892,159,12799.36,336,2786.60,151,8015.436,985,151950326.7,160718,-46270.381,149708, +70,83,Yb,,,0,0,7/2-,,4.2,2,S,4.2,0.2,A,60,,EC+B+,40,,B+P,0.008,,,-1.05,,-1.5,,-8835,247,-21857,277,4109,198,6765.329,196,9009,246,2777,203,8022,1,152949320,210,-47208,196, +70,84,Yb,5.0875,105,0,0,0+,,0.409,2,S,0.409,0.002,A,92.6,1.2,EC+B+,7.4,1.2,,,,,,,,,-10217,197,-19630.56,151,5474.31,173,4495.048,23,10795,196,3247.72,21,8039.939,112,153946395.701,18552,-49932.083,17281, +70,85,Yb,5.1040,110,0,0,(7/2-),,1.793,19,S,1.793,0.019,A,89,4,EC+B+,11,4,,,,,-0.913,,-0.5,,-7957.561,25416,-18859,197,5338.76,206,6123.305,19,8641.84,24,3364.45,22,8043.823,107,154945783.217,17820,-50502.608,16600, +70,86,Yb,5.1219,103,0,0,0+,,26.1,7,S,26.1,0.7,EC+B+,90,2,A,10,2,,,,,,,,,-9566.176,54916,-18791.99,21,4809.74,4,3568.829,17,10834.43,19,3928.78,14,8061.711,60,155942816.893,9992,-53265.721,9308, +70,87,Yb,5.1324,100,0,0,7/2-,,38.6,10,S,38.6,1,EC+B+,99.5,0,A,0.5,0,,,,,-0.639,,,,-6981.376,14241,-17793.67,55,4621.79,6,5287.375,30,8227.49,14,3876.32,18,8062.767,70,156942649.23,11723,-53421.898,10920, +70,88,Yb,5.1498,88,0,0,0+,,1.49,13,M,89.4,7.8,EC+B+,100,0,A,0.0021,0,,,,,,,,,-8798.047,16872,-17641.03,14,4169.87,7,2692.957,26,10659.66,13,4589.94,29,8079.203,51,157939870.534,8582,-56010.237,7994, +70,89,Yb,5.1629,84,0,0,5/2(-),,1.67,9,M,100.2,5.4,EC+B+,100,0,,,,,,,,-0.366,,-0.22,,-6130.002,41655,-16697.73,23,3945.67,19,4731.792,33,7899.69,19,4424.38,31,8078.074,112,158940054.787,19102,-55838.606,17794, +70,90,Yb,5.1781,76,0,0,0+,,4.8,2,M,288,12,EC+B+,100,0,,,,,,,,,,,,-7892.769,57280,-16525.42,38,3624.09,26,2139.322,35,10395.42,19,4881.28,29,8092.557,45,159937559.763,7764,-58162.706,7233, +70,91,Yb,5.1889,72,0,0,3/2-,,4.2,2,M,252,12,EC+B+,100,0,,,,,,,,-0.327,,1.03,,-5277.056,31885,-15640.78,59,3149.32,31,4059.308,32,7748.01,17,4826.34,38,8090.417,95,160937906.846,16483,-57839.400,15354, +70,92,Yb,5.2054,67,0,0,0+,,18.87,19,M,1132.2,11.4,EC+B+,100,0,,,,,,,,,,,,-6994.593,76592,-15335.32,32,3052.55,30,1651.444,30,10058.26,21,5216.61,32,8102.565,95,161935773.771,16488,-59826.347,15359, +70,93,Yb,5.2157,64,0,0,3/2-,,11.05,35,M,663,21,EC+B+,100,0,,,,,,,,-0.374,,1.24,,-4507.685,31890,-14538.66,77,2837.02,16,3429.629,16,7544.06,21,5110.27,30,8099.138,94,162936339.8,16493,-59299.094,15364, +70,94,Yb,5.2307,60,0,0,0+,,75.8,17,M,4548,102,EC,100,0,,,,,,,,,,,,-6375.048,31892,-14297.33,32,2621.89,29,886.617,29,9789.64,21,5577.67,16,8109.446,94,163934495.103,16499,-61017.418,15369, +70,95,Yb,5.2399,57,0,0,5/2-,,9.9,3,M,594,18,EC+B+,100,0,,,,,,,,0.478,,2.48,,-3853.14,35432,-13724.33,39,2481.31,28,2634.239,27,7349.28,31,5680.32,36,8104.839,161,164935270.241,28490,-60295.382,26539, +70,96,Yb,5.2525,57,0,0,0+,,56.7,1,H,204120,360,EC,100,0,,,,,,,,,,,,-5574.759,30642,-13224.82,27,2313.86,7,292.635,14,9371.68,27,5955.09,7,8112.471,43,165933874.249,7623,-61595.740,7101, +70,97,Yb,5.2621,56,0,0,5/2-,,17.5,2,M,1050,12,EC+B+,100,0,,,,,,,,0.623,,2.7,,-3089.451,31920,-12640.91,30,2152.23,6,1953.065,4,7066.15,8,5991.17,12,8106.205,24,166934953.337,4273,-60590.576,3981, +70,98,Yb,5.2702,56,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4514.051,39248,-12152.09,32,1936.07,115,-268.98,208,9062.64,4,6327.23,153,8111.898,7,167933889.106,1282,-61581.901,1195, +70,99,Yb,5.2771,56,0,0,7/2+,,32.018,5,D,2766355.2,432,EC,100,0,,,,,,,,-0.635,,3.54,,-2293,3000,-11381.03,39,1719.13,133,897.649,1453,6866.98,15,6353.61,189,8104.532,7,168935182.016,1293,-60377.563,1205, +70,100,Yb,5.2853,56,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3457.695,16843,-10750.67,3,1737.21,117,-968.066,801,8457.67,120,6777.68,81,8106.609,0,169934767.245,11,-60763.919,10, +70,101,Yb,5.2906,57,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,0.49367,,,,-1478.414,1862,-10071.90,17,1559.45,117,-96.512,972,6614.21,1,6799.93,80,8097.882,0,170936331.517,14,-59306.810,13, +70,102,Yb,5.2995,57,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2519.466,2336,-9498.37,186,1310.81,117,-1881.067,6,8019.95,2,7334.12,97,8097.429,0,171936386.658,14,-59255.446,14, +70,103,Yb,5.3046,59,0,0,5/2-,,STABLE,,,,,,,,,,,,,,,-0.67989,,2.8,,-670.31,1567,-8886.56,234,946.96,118,-1295.166,4,6367.10,2,7465.82,6,8087.427,0,172938216.215,12,-57551.225,11, +70,104,Yb,5.3108,60,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1374.317,1567,-8134.91,157,739.25,155,-3080.0,45,7464.60,1,7977.42,4,8083.847,0,173938867.548,11,-56944.512,11, +70,105,Yb,5.3135,61,0,0,(7/2-),,4.185,1,D,361584,86.4,B-,100,0,,,,,,,,0.58,,,,470.033,1206,-7196.67,157,598.49,156,-2385.0,50,5822.35,7,8120.01,45,8070.925,0,174941281.91,76,-54695.549,71, +70,106,Yb,5.3215,62,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-109.078,1212,-6397.05,121,567.38,4,-4120.0,100,6867.08,7,8469.74,50,8064.085,0,175942574.708,15,-53491.314,15, +70,107,Yb,,0,0,0,(9/2+),,1.911,3,H,6879.6,10.8,B-,100,0,,,,,,,,,,,,1397.409,1240,-5675.48,123,243,196,-3517.397,298,5566.40,22,8904.05,100,8049.973,1,176945263.848,236,-50986.397,220, +70,108,Yb,,,0,0,0+,,74,3,M,4440,180,B-,100,0,,,,,,,,,,,,642.309,10250,-5382.99,10,-171,298,-5579.475,401,6780.39,10,9516,298,8042.841,56,177946649.71,10735,-49695.475,10000, +70,109,Yb,,,0,0,(1/2-),,8.0,4,M,480,24,B-,100,0,,,,,,,,,,,,2521,196,-4271,196,-310,446,-4936.0,540,4913,196,9711,446,8025,1,178950040,210,-46537,196, +70,110,Yb,,,0,0,0+,,2.4,5,M,144,30,B-,100,0,,,,,,,,,,,,2076,306,-3612,298,-394,499,-6680.0,585,6134,357,10288,585,8015,2,179952120,320,-44600,298, +70,111,YB,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3709,324,-2483,306,-655,585,-5918.0,666,4560,422,10457,585,7996,2,180955890,320,-41088,298, +70,112,Yb,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3060,446,-2094,420,-985,718,,,5803,499,10939,718,7984,2,181958325,430,-38820,401, +70,113,Yb,,,0,0,,GE,222,,NS,0.000000222,5e15,B-,100,0,,,,,,,,,,,,4616,408,-1291,446,,,,,4351,566,,,7964,2,182962319,430,-35100,401, +70,114,Yb,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3872,585,-895,509,,,,,5512,643,,,7951,3,183965067,540,-32540,503, +70,115,Yb,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5388,585,-159,585,,,,,4031,711,,,7929,3,184969404,540,-28500,503, +71,79,Lu,,,0,0,(2+),,45,3,MS,0.045,0.003,P,70.9,1.9,EC+B+,29.1,1.9,,,,,,,,,,,,,3991,361,13998.0,424,,,-1269.60,231,7865,2,149973548,322,-24640,300, +71,80,Lu,,,0,0,11/2-,,80.6,20,MS,0.0806,0.002,P,63.4,0.9,EC+B+,36.6,0.9,,,,,,,,,,,,,3441,300,11434.342,425,13540,424,-1240.97,182,7903,2,150967677,322,-30108,300, +71,81,Lu,,,0,0,(4- 5- 6-),,0.7,1,S,0.7,0.1,EC+B+,100,0,B+P,15,7,,,,,,,,,,,,,2918,196,12848.381,247,11385,358,-831,359,7926,1,151964120,210,-33422,196, +71,82,Lu,,,0,0,11/2-,,0.9,2,S,0.9,0.2,A,70,0,EC+B+,30,0,,,,,,,,,-11073,335,,,3085,247,8835.156,247,13022,247,-608.57,10,7959.07,981,152958805.054,161068,-38372.844,150034, +71,83,Lu,,,0,0,(2-),,,,,,,,,,,,,,,,,,,,,-7045,358,-20486,358,4351,277,10217.083,197,9414,247,-204.06,14,7969,1,153957364,211,-39715,196, +71,84,Lu,,,0,0,11/2-,,68,1,MS,0.068,0.001,A,90,2,EC+B+,10,2,,,,,,,,,-8375,299,-17946,301,5802.79,257,7957.561,25,10901,197,-98.07,8,7987.436,124,154954326.011,20661,-42545.047,19246, +71,85,Lu,,,0,0,(2)-,,494,12,MS,0.494,0.012,A,95,0,EC+B+,5,0,,,,,,,,,-5882.648,139709,-17601,303,5595.81,3,9566.177,55,9225.81,57,485.91,57,7995.374,347,155953086.606,58102,-43699.544,54122, +71,86,Lu,,,0,0,(1/2+ 3/2+),,6.8,18,S,6.8,1.8,A,0,0,,,,,,,,,,,,-7537,196,-16694.94,150,5107.89,285,6981.375,16,10812.30,55,463.77,12,8013.317,77,156950144.045,12965,-46440.523,12078, +71,87,Lu,,,0,-1,,,10.6,3,S,10.6,0.3,EC+B+,99.09,0.2,A,0.91,0.2,,,,,,,,,-5109.8,14937,-16380,196,4790.03,5,8798.047,17,8842.98,19,1079.26,19,8018.568,96,157949315.626,16236,-47212.190,15125, +71,88,Lu,,,0,0,,,12.1,10,S,12.1,1,EC+B+,100,0,A,0.1,,,,,,,,,,-6856.004,41246,-15677.53,42,4492.39,39,6130.002,42,10567.73,41,987.34,39,8034.6,237,158946635.615,40433,-49708.604,37663, +71,89,Lu,,,0,-1,,,36.1,3,S,36.1,0.3,EC+B+,100,0,A,0.0001,0,,,,,,,,,-4330.994,57617,-15488.65,59,4139.7,59,7892.769,57,8632.65,68,1720.30,60,8038.338,355,159946033,61000,-50269.937,56821, +71,90,Lu,5.2293,320,0,0,1/2+,,77,2,S,77,2,EC+B+,100,0,,,,,,,,0.223,,,,-6247.672,35909,-14694.72,30,3722.01,40,5277.056,32,10363.72,63,1688.61,29,8052.781,174,160943572,30000,-52562.344,27945, +71,91,Lu,5.2398,317,0,0,1-,,1.37,2,M,82.2,1.2,EC+B+,100,0,,,,,,,,0.0553,,0.519,,-3662.746,75570,-14588.40,78,3446.52,79,6994.594,77,8340.73,80,2281.32,77,8054.559,463,161943282.776,80554,-52831.753,75036, +71,92,Lu,5.2567,312,0,0,1/2(+),,3.97,13,M,238.2,7.8,EC+B+,100,0,,,,,,,,0.0769,,,,-5527.726,37348,-13693.72,29,3354.07,40,4507.685,32,10030.97,80,2254.03,32,8066.684,171,162941179,30000,-54791.409,27945, +71,93,Lu,5.2677,310,0,0,1(-),,3.14,3,M,188.4,1.8,EC+B+,100,0,,,,,,,,0.0591,,0.608,,-2823.865,32112,-13450.00,37,3234.74,44,6375.048,32,7922.28,40,2632.25,32,8065.804,170,163941339,30000,-54642.370,27945, +71,94,Lu,5.2830,307,0,0,1/2+,,10.74,10,M,644.4,6,EC+B+,100,0,,,,,,,,-0.0245,,,,-4806.734,38539,-12695.05,31,3031.55,39,3853.14,38,9871.19,39,2713.79,31,8076.745,161,164939406.758,28490,-56442.242,26539, +71,95,Lu,5.2972,305,0,0,6-,,2.65,10,M,159,6,EC+B+,100,0,,,,,,,,2.912,,4.33,,-2161.998,40859,-12456.79,41,3031.89,40,5574.759,31,7650.06,40,3014.57,40,8074.175,180,165939859,32000,-56020.981,29808, +71,96,Lu,5.3108,303,0,0,7/2+,,51.5,10,M,3090,60,EC+B+,100,0,,,,,,,,2.325,,3.275,,-4033.369,42237,-11713.46,42,2802.68,32,3089.451,32,9551.46,43,3194.36,32,8083.021,190,166938270,34000,-57501.125,31671, +71,97,Lu,5.3227,302,0,0,6(-),,5.5,1,M,330,6,EC+B+,100,0,,,,,,,,3.016,,4.77,,-1707.299,48195,-11671.41,48,2411.27,46,4514.051,39,7638.04,50,3766.25,39,8080.372,234,167938735.139,42153,-57067.850,39266, +71,98,Lu,5.3290,302,0,0,7/2+,,34.06,5,H,122616,180,EC+B+,100,0,,,,,,,,2.295,,3.48,,-3367.673,28131,-10795.33,28,2420.14,4,2293.0,3,9088.03,39,3791.63,3,8086.335,19,168937643.653,3470,-58084.563,3233, +71,99,Lu,5.3364,302,0,0,0+,,2.012,20,D,173836.8,1728,EC+B+,100,0,,,,,,,,,,,,-1052.37,32628,-10660.65,33,2157.24,20,3457.695,17,7292.98,17,4217.63,17,8081.668,99,169938479.234,18081,-57306.224,16843, +71,100,Lu,5.3436,302,0,0,7/2+,,8.24,3,D,711936,2592,EC+B+,100,0,,,,,,,,2.293,,3.525,,-2397.05,28936,-9645.86,28,2290.33,227,1478.415,1862,8593.49,17,4353.45,186,8084.661,11,170937918.66,1998,-57828.395,1862, +71,101,Lu,5.3486,302,0,0,4-,,6.70,3,D,578880,2592,EC+B+,100,0,,,,,,,,2.25,,3.8,,-333.754,24540,-9375.95,29,2152.03,289,2519.466,2336,6978.90,263,4718.14,234,8078.232,14,171939091.417,2507,-56735.980,2336, +71,102,Lu,5.3577,303,0,0,7/2+,,1.37,1,Y,43233912,315576,EC,100,0,,,,,,,,2.34,,,,-1469.132,27989,-8550.01,24,1969.38,176,670.309,1567,8216.25,224,4914.44,157,8079.03,9,172938935.822,1682,-56880.916,1567, +71,103,Lu,5.3634,303,0,0,(1)-,,3.31,5,Y,104455656,1577880,EC+B+,100,0,,,,,,,,1.94,,,,274.286,2169,-8229.73,28,1800.74,176,1374.317,1567,6760.60,141,5307.94,157,8071.453,9,173940342.938,1682,-55570.195,1567, +71,104,Lu,5.3700,304,0,0,7/2+,,STABLE,,,,,,,,,,,,,,,2.2327,,3.49,,-683.92,1952,-7392.42,192,1619.8,155,-470.033,1209,7666.70,100,5510.04,121,8069.14,7,174940777.308,1295,-55165.582,1207, +71,105,Lu,5.3739,304,0,0,7-,,3.76E+10,7,Y,1.18656576e18,2.209032e16,B-,100,0,,,,,,,,3.1692,,4.92,,1194.085,874,-6971.89,195,1567.23,6,109.078,1212,6287.97,15,5975.66,121,8059.02,7,175942691.809,1301,-53382.236,1212, +71,106,Lu,5.3815,305,0,0,7/2+,,6.647,4,D,574300.8,345.6,B-,100,0,,,,,,,,2.2384,,3.389,,496.81,791,-5878.80,88,1447.34,5,-1397.409,124,7072.89,16,6181.46,122,8053.448,7,176943763.668,1310,-52383.806,1220, +71,107,Lu,5.3857,306,0,0,1(+),,28.4,2,M,1704,12,B-,100,0,,,,,,,,,,,,2097.451,2057,-5528.49,204,1101.81,45,-642.309,10,6025.30,189,6640.36,225,8042.054,13,177945960.162,2416,-50337.784,2251, +71,108,Lu,5.3917,307,0,0,7/2+,,4.59,6,H,16524,216,B-,100,0,,,,,,,,2.375,,3.32,,1403.989,5067,-4695.00,5,826.72,50,-2521.918,196,6792.45,5,6652.41,11,8035.073,29,178947333.082,5528,-49058.918,5150, +71,109,Lu,,,0,0,5+,,5.7,1,M,342,6,B-,100,0,,,,,,,,,,,,3103,70711,-4284.76,71,270.05,122,-2076.348,306,5688.75,71,7428,208,8022.038,393,179949890.876,75926,-46676.348,70725, +71,110,Lu,,,0,0,(7/2+),,3.5,3,M,210,18,B-,100,0,,,,,,,,,,,,2605.421,125760,-3089.38,126,247,324,-3709.41,323,6192.38,144,7486,324,8011.929,695,180951908,135000,-44797.410,125752, +71,111,Lu,,,0,0,,,2.0,2,M,120,12,B-,100,0,,,,,,,,,,,,4170,196,-2548,196,-189,446,-3060.0,446,5154,233,8081,357,7996,1,181955040,210,-41880,196, +71,112,Lu,,,0,0,(7/2+),,58,4,S,58,4,B-,100,0,,,,,,,,,,,,3566.687,85553,-1737.92,80,-541,509,-4616.11,409,5907,211,8185,408,7984.812,438,182957363,86000,-39716.110,80108, +71,113,Lu,,,0,0,(3+),,19,2,S,19,2,B-,100,0,,,,,,,,,,,,5087,301,-1201,300,-917,585,-3872.0,585,4767,309,8601,499,7967,2,183960910,320,-36412,298, +71,114,Lu,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4432,305,-460,301,-1142,667,-5388.0,585,5547,422,8637,585,7954,2,184963620,320,-33888,298, +71,115,Lu,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,6214,404,38,406,,,,,4394,499,8999,643,7935,2,185967568,430,-30210,401, +71,116,Lu,,,0,0,,GT,160,,NS,0.00000016,5e15,B-N,,0,B-,,0,,,,,,,,,5237,499,773,404,,,,,5441,566,,,7922,2,186970392,430,-27580,401, +71,117,Lu,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7089,585,955,585,,,,,4282,643,,,7902,3,187974460,540,-23790,503, +72,79,HF,,,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +72,81,Hf,,,0,0,,GT,60,,NS,0.00000006,5e15,,,,,,,,,,,,,,,,,,,3473,424,11072.844,335,,,1167,358,7882,2,152970692,322,-27300,300, +72,82,Hf,,,0,0,0+,,2,1,S,2,1,EC+B+,100,0,A,0,0,,,,,,,,,,,,,3543,424,7045.0,358,13441,424,1586,335,7918,2,153964927,322,-32670,300, +72,83,Hf,,,0,0,,,0.89,12,S,0.89,0.12,EC+B+,100,0,,,,,,,,,,,,-10242,423,,,4947,423,8375.047,299,9571,423,1744,357,7928,2,154963317,320,-34170,298, +72,84,Hf,,,0,0,0+,,23,1,MS,0.023,0.001,A,100,0,,,,,,,,,,,,-11956,334,-21960,336,6028.57,4,5882.648,159,11718,334,2560.82,151,7952.65,960,155959401.889,160770,-37816.896,149757, +72,85,Hf,,,0,0,(7/2-),,115,1,MS,0.115,0.001,A,94,4,EC+B+,14,9,,,,,,,,,-9310,247,-21113,357,5880.01,3,7537.523,196,9158,246,2493,203,7960,1,156958236,210,-38903,196, +72,86,Hf,,,0,0,0+,,2.85,7,S,2.85,0.07,EC+B+,55.7,1.9,A,44.3,1.9,,,,,,,,,-10936,197,-20580.38,151,5404.78,272,5109.8,23,11271,196,2950.84,21,7981.276,111,157954801.222,18780,-42102.390,17494, +72,87,Hf,,,0,0,7/2-,,5.6,4,S,5.6,0.4,EC+B+,65,7,A,35,7,,,,,,,,,-8413.452,25891,-19757,197,5225.09,267,6856.004,41,8821.53,24,2929.38,23,7986.56,106,158953995.838,18049,-42852.600,16813, +72,88,Hf,,,0,0,0+,,13.6,2,S,13.6,0.2,EC+B+,99.3,0.2,A,0.7,0.2,,,,,,,,,-10115.249,55147,-19571.11,22,4901.86,259,4330.994,58,11157.66,19,3519.31,39,8006.38,60,159950682.513,10242,-45938.943,9541, +72,89,Hf,,,0,0,(7/2-),,18.4,4,S,18.4,0.4,EC+B+,99.87,0,A,0.13,0,,,,,,,,,-7535.674,33097,-18562.29,59,4682.31,24,6247.672,36,8447.05,24,3333.71,61,8009.117,140,160950279.151,24209,-46314.672,22551, +72,90,Hf,,,0,0,0+,,39.4,9,S,39.4,0.9,EC+B+,99.992,0.001,A,0.008,0.001,,,,,,,,,-9388.814,52931,-18461.33,26,4416.31,5,3662.745,76,10925.65,24,3895.63,29,8027.12,55,161947214.896,9627,-49169.008,8968, +72,91,Hf,,,0,0,(5/2-),,40.0,6,S,40,0.6,EC+B+,100,0,A,0.0001,0,,,,,,,,,-6729.054,45416,-17554.81,58,4150.01,31,5527.727,37,8165.99,26,3720.90,79,8027.972,152,162947113.258,26599,-49263.682,24778, +72,92,Hf,,,0,0,0+,,111,8,S,111,8,EC+B+,100,0,,,,,,,,,,,,-8535.704,32112,-17355.19,41,3919.29,17,2823.865,32,10626.14,29,4316.07,32,8043.814,96,163944370.544,16983,-51818.505,15820, +72,93,Hf,,,0,0,(5/2-),,76,4,S,76,4,EC+B+,100,0,,,,,,,,,,,,-5787.655,31195,-16424.02,40,3778.98,32,4806.735,39,7888.32,32,4282.11,40,8042.872,169,164944567,30000,-51635.507,27945, +72,94,Hf,,,0,0,0+,,6.77,30,M,406.2,18,EC+B+,100,0,,,,,,,,,,,,-7761.208,39520,-16082.45,31,3542.45,32,2161.998,41,10294.79,40,4705.71,39,8056.438,168,165942180,30000,-53858.983,27945, +72,95,Hf,,,0,0,(5/2)-,,2.05,5,M,123,3,EC+B+,100,0,,,,,,,,,,,,-5116.697,39520,-15441.30,40,3406.42,32,4033.369,42,7680.09,40,4735.75,41,8054.184,167,166942600,30000,-53467.756,27945, +72,96,Hf,,,0,0,0+,,25.95,20,M,1557,12,EC+B+,100,0,,,,,,,,,,,,-6966.644,39520,-15080.81,40,3231.95,32,1707.298,48,9964.11,40,5148.40,42,8065.553,166,167940568,30000,-55360.552,27945, +72,97,Hf,,,0,0,5/2-,,3.24,4,M,194.4,2.4,EC+B+,100,0,,,,,,,,,,,,-4426.46,39520,-14394.30,40,3153.58,39,3367.674,28,7427.65,40,4938.01,48,8061.778,165,168941259,30000,-54716.889,27945, +72,98,Hf,5.2898,55,0,0,0+,,16.01,13,H,57636,468,EC,100,0,,,,,,,,,,,,-6116.19,39520,-14034.74,40,2916.97,29,1052.37,33,9608.28,40,5458.26,28,8070.875,164,169939609,30000,-56253.854,27945, +72,99,Hf,5.3041,49,0,0,7/2(+),,12.1,4,H,43560,1440,EC+B+,100,0,,,,,,,,-0.674,,3.463,,-3711.072,40184,-13365.00,40,2734.32,29,2397.05,29,7248.81,40,5414.09,33,8066.068,169,170940492,31000,-55431.345,28876, +72,100,Hf,5.3065,43,0,0,0+,,1.87,3,Y,59012712,946728,EC,100,0,,,,,,,,,,,,-5072.248,37117,-12753.27,37,2754.76,24,333.754,25,9042.20,38,5862.80,25,8071.743,142,171939449.716,26224,-56402.226,24428, +72,101,Hf,5.3140,38,0,0,1/2-,,23.6,1,H,84960,360,EC+B+,100,0,,,,,,,,,,,,-3015.246,39520,-12153.12,40,2540.86,28,1469.132,28,7080.88,37,5964.77,28,8066.016,162,172940513,30000,-55411.784,27945, +72,102,Hf,5.3201,35,0,0,0+,,2.0E+15,4,Y,6.31152e22,1.262304e22,A,100,0,,,,,,,,,,,,-4103.715,28036,-11519.26,28,2494.52,225,-274.286,2749,8504.01,28,6252.54,217,8068.533,13,173940048.48,2424,-55844.481,2259, +72,103,Hf,5.3191,36,0,0,5/2(-),,70,2,D,6048000,172800,EC,100,0,,,,,,,,-0.539,,2.8,,-2073.015,28038,-10812.21,28,2400.23,227,683.92,258,6708.50,38,6200.44,219,8060.761,13,174941511.527,2449,-54481.662,2282, +72,104,Hf,5.3286,32,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3210.948,30775,-10238.99,28,2254.21,148,-1194.085,1914,8165.98,178,6699.71,89,8061.359,8,175941409.905,1590,-54576.321,1481, +72,105,Hf,5.3309,31,0,0,7/2-,,STABLE,,,,,,,,,,,,,,,,,,,-1166,3000,-9586.56,31,2245.69,141,-496.81,186,6375.61,102,6787.35,80,8051.835,8,176943230.32,1511,-52880.616,1408, +72,106,Hf,5.3371,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1837,52,-8791.94,3,2084.36,141,-2097.452,2657,7625.94,18,7340.40,80,8049.442,8,177943708.456,1516,-52435.236,1412, +72,107,Hf,5.3408,31,0,0,9/2+,,STABLE,,,,,,,,,,,,,,,-0.6409,,3.79,,-105.584,409,-7936,52,1807.73,141,-1403.989,5,6098.99,8,7414.09,204,8038.546,8,178945825.838,1517,-50462.907,1413, +72,108,Hf,5.3470,32,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-846.471,2269,-7493.34,44,1287.05,142,-3103.0,71,7387.76,15,8009.40,5,8034.93,8,179946559.669,1522,-49779.348,1419, +72,109,Hf,,,0,0,1/2-,,42.39,6,D,3662496,5184,B-,100,0,,,,,,,,,,,,1035.48,1834,-6541.27,227,1158.65,144,-2605.421,126,5694.80,7,8015.45,71,8022.002,8,180949110.965,1524,-47402.831,1420, +72,110,Hf,5.3516,36,0,0,0+,,8.90E+6,9,Y,280862640000000,2840184000000,B-,100,0,,,,,,,,,,,,380.425,6274,-5682.51,6,1221.05,12,-4169.508,196,6717.99,6,8541.07,126,8014.837,34,181950563.816,6618,-46049.508,6165, +72,111,Hf,,,0,0,(3/2-),,1.018,2,H,3664.8,7.2,B-,100,0,,,,,,,,,,,,2010,30000,-4924.18,30,830,198,-3566.686,86,5304.61,31,8692,198,8000.027,164,182953534.004,32241,-43282.796,30034, +72,112,Hf,,,0,0,0+,,4.12,5,H,14832,180,B-,100,0,,,,,,,,,,,,1340,30000,-4277.89,40,676,301,-5087.373,301,6287.89,50,9072.23,89,7990.722,216,183955448.587,42625,-41499.373,39706, +72,113,Hf,,,0,0,,,3.5,6,M,210,36,B-,100,0,,,,,,,,,,,,3074.492,65815,-3551.74,69,343,305,-4431.8,305,4891.74,76,9197,305,7973.97,347,184958862,69000,-38319.800,64272, +72,114,Hf,,,0,0,0+,,2.6,12,M,156,72,B-,100,0,,,,,,,,,,,,2183.318,78906,-3101.23,53,-29,404,-6214.21,404,6175.73,82,9825,302,7964.302,275,185960897,55000,-36424.210,51232, +72,115,HF,,,0,0,,,,,,,,B-,100,0,,,,,,,,,,,,4079,303,-2280,304,-142,499,-5237.0,500,4464,302,9895,499,7946,2,186964770,320,-32817,298, +72,116,Hf,,,0,0,0+,,,,,,,B-,,0,,,,,,,,,,,,2733,303,-2055,303,-764,585,-7089.0,585,6134,422,10588,499,7936,2,187966850,320,-30879,298, +72,117,HF,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,4667,357,-1622,303,-1087,585,,,4355,422,10661,585,7917,2,188970840,320,-27162,298, +72,118,Hf,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3483,446,-1272,446,,,,,5939,499,,,7907,2,189973129,430,-25030,401, +73,82,Ta,,,0,0,11/2-,,2.9,+15-11,MS,0.0029,0.0013,P,100,0,,,,,,,,,,,,,,,,3755,424,10242.0,423,,,-1453.00,15,7857,2,154974312,322,-23928,300, +73,83,Ta,,,0,0,(2-),,106,4,MS,0.106,0.004,P,71,3,EC+B+,29,3,,,,,,,,,,,,,5136,357,11955.896,334,10004,423,-1019.80,4,7871,2,155972237,320,-25861,298, +73,84,Ta,,,0,0,1/2+,,10.1,4,MS,0.0101,0.0004,A,96.6,1.2,P,3.4,1.2,,,,,,,,,-10123,427,,,6354.6,6,9309.67,247,11803,334,-934.60,10,7896.043,956,156968230.251,161105,-29593.330,150069, +73,85,Ta,,,0,0,(2-),,55,15,MS,0.055,0.015,A,91,0,EC+B+,9,0,,,,,,,,,-7534,358,-19768,445,6123.6,4,10935.39,197,9645,247,-447.65,13,7907,1,157966541,210,-31167,196, +73,86,Ta,,,0,0,1/2+,,0.83,18,S,0.83,0.18,EC+B+,66,5,A,34,5,,,,,,,,,-9145,299,-18878,301,5680.98,6,8413.452,26,11344,197,-374.27,9,7928.725,124,158963028.052,21137,-34439.148,19689, +73,87,Ta,,,0,0,,,1.55,4,S,1.55,0.04,EC+B+,66,0,A,34,0,,,,,,,,,-6497.24,139859,-18600,303,5450.93,5,10115.248,55,9455.86,58,260.06,57,7938.27,339,159961541.679,58310,-35823.695,54316, +73,88,Ta,,,0,0,(1/2+),,,,,,,A,,0,EC+B+,,0,,,,,,,,,-8224,197,-17523.86,152,5236.61,24,7535.675,33,11026.62,60,129.02,23,7957.452,151,160958369.031,26175,-38778.997,24382, +73,89,Ta,,,0,0,,,3.57,12,S,3.57,0.12,EC+B+,99.926,0.01,A,0.074,0.01,ECP,,0,,,,,,-5780.987,52239,-17296,203,5007.08,50,9388.814,53,9072.51,58,754.49,57,7964.335,322,161957294.202,56079,-39780.194,52238, +73,90,Ta,,,0,0,,,10.6,18,S,10.6,1.8,EC+B+,99.8,0,A,0.2,0,,,,,,,,,-7626.436,65049,-16606.74,42,4749.06,5,6729.053,45,10825.75,65,654.59,39,7981.89,234,162954337.195,40860,-42534.629,38061, +73,91,Ta,,,0,0,(3+),,14.2,3,S,14.2,0.3,EC+B+,100,0,A,,,,,,,,,,,-5047.041,29572,-16445.92,60,4562.22,63,8535.705,32,8819.49,47,1308.09,37,7986.997,170,163953534,30000,-43282.800,27945, +73,92,Ta,,,0,0,(9/2-),,31.0,15,S,31,1.5,EC+B+,100,0,,,,,,,,,,,,-6986.83,28566,-15683.41,17,4289.58,31,5787.654,31,10636.37,31,1318.32,20,8003.054,84,164950780.303,14882,-45847.853,13863, +73,93,Ta,,,0,0,(2)+,,34.4,5,S,34.4,0.5,EC+B+,100,0,,,,,,,,,,,,-4209.744,29508,-15308.07,37,4309.06,80,7761.208,40,8321.24,31,1751.24,40,8004.971,168,165950512,30000,-46097.775,27945, +73,94,Ta,,,0,0,(3/2+),,80,4,S,80,4,EC+B+,100,0,,,,,,,,,,,,-6253.001,33382,-14534.35,30,4015.43,40,5116.697,40,10324.60,40,1781.05,40,8018.861,167,166948093,30000,-48351.059,27945, +73,95,Ta,,,0,0,(2- 3+),,2.0,1,M,120,6,EC+B+,100,0,,,,,,,,,,,,-3500.799,30936,-14367.17,33,3823.55,40,6966.644,40,8114.17,40,2215.12,40,8019.428,166,167948047,30000,-48393.908,27945, +73,96,Ta,,,0,0,(5/2+),,4.9,4,M,294,24,EC+B+,100,0,,,,,,,,,,,,-5372.557,31925,-13468.64,31,3726.9,39,4426.459,40,9967.84,40,2218.85,40,8030.957,165,168946011,30000,-50290.430,27945, +73,97,Ta,,,0,0,(3+),,6.76,6,M,405.6,3.6,EC+B+,100,0,,,,,,,,,,,,-2846.832,30904,-13291.11,32,3458.4,41,6116.189,40,7918.55,40,2709.75,40,8030.296,164,169946175,30000,-50137.665,27945, +73,98,Ta,,,0,0,(5/2-),,23.3,3,M,1398,18,EC+B+,100,0,,,,,,,,,,,,-4634.183,39520,-12500.76,31,3355.94,42,3711.072,40,9653.93,40,2755.39,40,8039.791,163,170944476,30000,-51720.273,27945, +73,99,Ta,,,0,0,(3+),,36.8,3,M,2208,18,EC+B+,100,0,,,,,,,,,,,,-2232.791,39520,-12315.20,40,3312.96,48,5072.249,37,7681.02,40,3187.60,40,8037.705,162,171944895,30000,-51329.977,27945, +73,100,Ta,,,0,0,5/2-,,3.14,13,H,11304,468,EC+B+,100,0,,,,,,,,1.703,,-1.9,,-3669.155,39520,-11370.67,40,3263.11,28,3015.246,40,9137.88,40,3283.28,37,8044.064,162,172943750,30000,-52396.538,27945, +73,101,Ta,,,0,0,3+,,1.14,8,H,4104,288,EC+B+,100,0,,,,,,,,,,,,-1513.678,39520,-11084.70,40,3140.54,33,4103.715,28,7415.55,40,3617.95,40,8040.452,161,173944454,30000,-51740.766,27945, +73,102,Ta,,,0,0,7/2+,,10.5,2,H,37800,720,EC+B+,100,0,,,,,,,,2.27,,3.65,,-2775.852,39520,-10252.88,40,2994.83,28,2073.015,28,8739.20,40,3853.14,28,8044.445,160,174943737,30000,-52408.647,27945, +73,103,Ta,,,0,0,(1)-,,8.09,5,H,29124,180,EC+B+,100,0,,,,,,,,,,,,-723.771,41543,-9803.90,42,2945.69,31,3210.947,31,7028.04,42,4172.68,31,8038.67,175,175944857,33000,-51365.374,30739, +73,104,Ta,,,0,0,7/2+,,56.56,6,H,203616,216,EC+B+,100,0,,,,,,,,,,,,-2012.89,28141,-9144.33,28,2741.38,3,1166.0,4,8420.56,31,4427.26,3,8040.827,19,176944482.073,3557,-51714.616,3314, +73,105,Ta,,,0,0,7-,,2.36,8,H,8496,288,EC+B+,100,0,,,,,,,,,,,,-191,50,-8968,59,2547,52,1837.236,52,6955,52,5007,52,8035,0,177945681,56,-50598,52, +73,106,Ta,,,0,0,7/2+,,1.82,3,Y,57434832,946728,EC,100,0,,,,,,,,2.289,,3.37,,-1062.195,14520,-8021.70,15,2383.34,92,105.584,2033,7830,52,5211.06,42,8033.585,8,178945939.187,1571,-50357.323,1463, +73,107,Ta,,,0,0,1+,,8.154,6,H,29354.4,21.6,EC,85,3,B-,15,3,,,,,,,,,703.238,2281,-7709.07,15,2024.44,219,846.471,2403,6646.87,229,5758.94,227,8025.881,11,179947468.392,2081,-48932.877,1939, +73,108,Ta,5.3507,34,0,0,7/2+,,STABLE,,,,,,,,,,,,,,,2.3705,,3.17,,-204.493,1854,-6873.51,185,1520.58,174,-1035.48,199,7576.75,134,5947.93,183,8023.4,8,180947999.331,1506,-48438.311,1403, +73,109,Ta,,,0,0,3-,,114.74,12,D,9913536,10368,B-,100,0,,,,,,,,3.02,,2.6,,1816.126,1399,-6267.43,186,1482.94,257,-380.426,6,6062.94,11,6316.07,184,8012.628,8,181950155.413,1508,-46429.934,1405, +73,110,Ta,,,0,0,7/2+,,5.1,1,D,440640,8640,B-,100,0,,,,,,,,2.36,,,,1072.783,1413,-5118.05,141,1341.21,5,-2010.0,30,6934.18,20,6532.26,6,8006.735,8,182951376.18,1523,-45292.796,1419, +73,111,Ta,,,0,0,(5-),,8.7,1,H,31320,360,B-,100,0,,,,,,,,,,,,2866,26000,-4545.11,26,1412.06,75,-1340.0,47,5617.89,26,6845.55,40,7993.752,141,183954010.038,27923,-42839.373,26010, +73,112,Ta,,,0,0,(7/2+),,49.4,15,M,2964,90,B-,100,0,,,,,,,,,,,,1993.5,14142,-3760.24,14,978.2,127,-3074.493,66,6626.24,30,7183.89,42,7986.36,77,184955561.396,15202,-41394.293,14161, +73,113,Ta,,,0,0,(2- 3-),,10.5,3,M,630,18,B-,100,0,,,,,,,,,,,,3901,60000,-3291.05,60,848,205,-2183.318,79,5284.55,62,7576.70,88,7971.835,323,185958553.111,64425,-38607.528,60012, +73,114,TA,,,0,0,,,,,,,,B-,100,0,,,,,,,,,,,,3008.424,55903,-2458.34,56,395.65,98,-4078.546,303,6359.34,82,7760.31,76,7963.212,299,186960391,60000,-36895.546,55890, +73,115,Ta,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,5055.781,55045,-1779.38,55,375,303,-2733.03,303,4787.80,78,8084,303,7946.321,292,187963916,59000,-33612.030,54958, +73,116,Ta,,,0,0,(7/2+),,,,,,,,,,,,,,,,,,,,,3788,200,-1233,196,-366,357,-4667.0,357,6288,203,8239,357,7938,1,188965830,210,-31829,196, +73,117,TA,,,0,0,,,5.3,7,S,5.3,0.7,B-,100,0,,,,,,,,,,,,5869,200,-967,200,-728,446,-3483.0,446,4755,277,8640,357,7921,1,189969390,210,-28513,196, +73,118,TA,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,4684,301,-181,301,-1337,499,,,6050,357,8750,499,7911,2,190971560,320,-26492,298, +73,119,TA,,,0,0,(1 2),,2.2,7,S,2.2,0.7,B-,100,0,,,,,,,,,,,,6586,446,41,403,-1698,643,,,4643,499,,,7894,2,191975240,430,-23064,401, +73,120,Ta,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,5417,446,708,446,,,,,5878,566,,,7884,2,192977595,430,-20870,401, +73,121,Ta,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7227,585,916,540,,,,,4501,643,,,7866,3,193981428,540,-17300,503, +74,83,W,,,0,0,(7/2-),,275,40,MS,0.275,0.04,EC,,0,,,,,,,,,,,,,,,,5405,500,10123.33,427,,,898,499,7827,3,156979098,429,-19470,400, +74,84,W,,,0,0,0+,,1.25,21,MS,0.00125,0.00021,A,100,0,,,,,,,,,,,,,,,,6612.73,3,7534.0,358,12234,500,1328,335,7854,2,157974629,322,-23633,300, +74,85,W,,,0,0,,,7.3,27,MS,0.0073,0.0027,A,99.9,0,EC+B+,0.1,0,,,,,,,,,-10550,426,,,6450.48,4,9144.148,299,9733,423,1417,357,7866,2,158972845,320,-25295,298, +74,86,W,,,0,0,0+,,91,5,MS,0.091,0.005,A,87,8,,,,,,,,,,,,-12588,334,-22653,339,6065.53,5,6497.24,159,12103,334,2176.28,151,7892.772,936,159968516.753,160846,-29326.455,149827, +74,87,W,,,0,0,,,409,18,MS,0.409,0.018,A,73,3,EC+B+,27,3,,,,,,,,,-9715,247,-21888,357,5922.88,4,8223.997,198,9300,246,2021,203,7902,1,160967197,210,-30555,196, +74,88,W,,,0,0,0+,,1.19,12,S,1.19,0.12,EC+B+,54.8,1.6,A,45.2,1.6,,,,,,,,,-11498,197,-21230.32,151,5678.27,240,5780.987,55,11515,196,2509.18,30,7923.821,109,161963500.347,18956,-33999.207,17658, +74,89,W,,,0,0,7/2-,,2.67,10,S,2.67,0.1,EC+B+,86,2,A,14,2,,,,,,,,,-8905.949,55912,-20478,203,5519.49,50,7626.436,65,8980.30,56,2416.97,74,7930.302,324,162962524.511,56630,-34908.193,52751, +74,90,W,,,0,0,0+,,6.3,2,S,6.3,0.2,EC+B+,96.2,1.2,A,3.8,1.2,,,,,,,,,-10763.323,55406,-20304.83,21,5278.27,200,5047.041,30,11398.88,54,2990.10,39,7951.452,59,163958952.222,10385,-38235.759,9674, +74,91,W,,,0,0,(5/2-),,5.1,5,S,5.1,0.5,EC+B+,99.8,0,A,0.2,0,,,,,,,,,-8201.246,34332,-19459.90,60,5028.73,30,6986.831,29,8696.58,27,2867.19,37,7955.968,151,164958280.974,26813,-38861.022,24977, +74,92,W,,,0,0,0+,,19.2,6,S,19.2,0.6,EC+B+,99.965,0.012,A,0.035,0.012,,,,,,,,,-9994.553,72879,-19299.57,25,4856.06,4,4209.744,30,11098.33,27,3329.15,17,7974.898,57,165955031.346,10174,-41888.031,9478, +74,93,W,,,0,0,(+),,19.9,5,S,19.9,0.5,EC+B+,99.96,0.01,A,0.04,0.01,,,,,,,,,-7267,44,-18275.90,75,4740.71,28,6253.001,33,8281.34,21,3289.25,33,7976.733,109,166954805.873,19603,-42098.058,18261, +74,94,W,,,0,0,0+,,50.9,19,S,50.9,1.9,EC+B+,100,0,A,0.0032,0.001,,,,,,,,,-9098.224,33556,-18133,43,4500.48,11,3500.799,31,10866.37,23,3831.02,31,7993.933,79,167951805.262,14247,-44893.109,13271, +74,95,W,,,0,0,(5/2-),,74,6,S,74,6,EC+B+,100,0,,,,,,,,,,,,-6508.641,19173,-17194.31,34,4292.72,32,5372.557,32,8096.08,20,3812.94,32,7994.537,91,168951778.677,16571,-44917.873,15436, +74,96,W,,,0,0,0+,,2.42,4,M,145.2,2.4,EC+B+,100,,,,,,,,,,,,,-8377.639,26611,-16952.92,17,4143.24,31,2846.833,31,10444.28,20,4289.37,31,8008.948,78,169949231.2,14165,-47290.832,13195, +74,97,W,,,0,0,(5/2-),,2.38,4,M,142.8,2.4,EC+B+,100,0,,,,,,,,,,,,-5835.81,39520,-16244.21,36,3956.75,40,4634.183,40,7866.58,31,4237.40,40,8008.115,163,170949451,30000,-47086.090,27945, +74,98,W,,,0,0,0+,,6.6,9,M,396,54,EC+B+,100,0,,,,,,,,,,,,-7560.08,47974,-15918.22,40,3838.45,40,2232.791,40,10082.41,40,4665.88,40,8020.175,162,171947292,30000,-49097.186,27945, +74,99,W,,,0,0,5/2-,,7.6,2,M,456,12,EC+B+,100,0,,,,,,,,,,,,-5173.518,39520,-15261.59,48,3564.59,40,3669.155,40,7701.51,40,4686.38,40,8018.333,162,172947689,30000,-48727.383,27945, +74,100,W,,,0,0,0+,,33.2,21,M,1992,126,EC+B+,100,0,,,,,,,,,,,,-6553.992,39520,-14744.54,40,3601.85,40,1513.678,40,9571.02,40,5119.52,40,8027.256,161,173946079,30000,-50227.088,27945, +74,101,W,,,0,0,(1/2-),,35.2,6,M,2112,36,EC+B+,100,0,,,,,,,,,,,,-4344.488,39520,-14031.02,40,3373.63,40,2775.852,40,7477.02,40,5181.00,40,8024.112,160,174946717,30000,-49632.795,27945, +74,102,W,,,0,0,0+,,2.5,1,H,9000,360,EC,100,0,,,,,,,,,,,,-5578.718,39520,-13424.61,40,3335.71,37,723.771,42,9080.13,40,5521.93,40,8030.112,159,175945634,30000,-50641.603,27945, +74,103,W,,,0,0,1/2-,,132,2,M,7920,120,EC+B+,100,0,,,,,,,,,,,,-3432.555,39520,-12710.16,40,3285.14,40,2012.89,28,7131.44,40,5625.32,42,8025.035,158,176946643,30000,-49701.726,27945, +74,104,W,,,0,0,0+,,21.6,3,D,1866240,25920,EC,100,0,,,,,,,,,,,,-4753.483,31810,-12209.08,32,3012.63,15,191.064,54,8776.53,32,5981.29,15,8029.257,85,177945885.925,16315,-50406.936,15199, +74,105,W,,,0,0,7/2-,,37.05,16,M,2223,9.6,EC+B+,100,0,,,,,,,,,,,,-2710.847,26802,-11712.99,32,2761.62,15,1062.196,15,6959.51,21,5986,54,8023.281,81,178947079.501,15644,-49295.127,14573, +74,106,W,5.3491,22,0,0,0+,,1.8E18,2,Y,5.680368e25,6.31152e24,A,100,0,,,,,,,,,,,,-3798.757,21440,-11123.15,25,2515.29,103,-703.238,2413,8412.31,15,6567.76,52,8025.442,8,179946713.435,1542,-49636.115,1436, +74,107,W,,,0,0,9/2+,,121.2,2,D,10471680,17280,EC,100,0,,,,,,,,,,,,-1716.427,12629,-10467.78,21,2221.88,40,204.493,2013,6669.02,16,6589.91,229,8017.948,8,180948218.863,1551,-48233.818,1445, +74,108,W,5.3559,17,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2800,101980,-9799.99,13,1764.26,156,-1816.126,1587,8083.56,160,7096.72,140,8018.308,4,181948205.721,791,-48246.060,738, +74,109,W,5.3611,20,0,0,1/2-,GE,6.7E+20,,Y,2.1143592e28,1.57777428204e32,A,,0,,,,,,,,0.11778476,,,,-556,8000,-8990.84,102,1672.41,157,-1072.784,1599,6190.84,4,7224.62,140,8008.322,4,182950224.5,790,-46365.580,737, +74,110,W,5.3658,23,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1485.739,4198,-7967.11,8,1649.06,157,-2866.0,26,7411.11,13,7701.55,141,8005.077,4,183950933.26,785,-45705.373,731, +74,111,W,,,0,0,3/2-,,75.1,3,D,6488640,25920,B-,100,0,,,,,,,,,,,,431.234,661,-7239.48,4,1590.12,157,-1993.5,14,5753.74,5,7837.39,26,7992.907,4,184953421.286,786,-43387.793,733, +74,112,W,5.3743,26,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-581.442,1244,-6760.82,124,1116.07,6,-3901.0,60,7192.05,115,8403.21,14,7988.601,7,185954365.215,1300,-42508.528,1212, +74,113,W,,,0,0,3/2-,,24.000,4,H,86400,14.4,B-,100,0,,,,,,,,0.621,,,,1312.508,1122,-6048.20,124,953.91,30,-3008.424,56,5466.76,4,8585.41,60,7975.116,6,186957161.323,1300,-39903.970,1212, +74,114,W,,,0,0,0+,,69.78,5,D,6028992,4320,B-,100,0,,,,,,,,,,,,349,3000,-5522.65,3,406.65,40,-5055.781,55,6835.16,3,9061.24,56,7969.052,16,187958488.395,3316,-38667.811,3089, +74,115,W,,,0,0,(3/2-),,10.7,5,M,642,30,B-,100,0,,,,,,,,,,,,2361.507,40883,-4672.04,40,277.35,76,-3788.536,200,5021.04,40,9294.48,68,7953.454,212,188961763,43000,-35617.536,40054, +74,116,W,,,0,0,0+,,30.0,15,M,1800,90,B-,100,0,,,,,,,,,,,,1253.517,63522,-4474.59,41,-383.02,65,-5869.313,200,6836.09,56,9842,200,7947.573,209,189963089.066,42647,-34382.313,39726, +74,118,W,,,0,0,0+,,,,,,,B-,100,0,,,,,,,,,,,,1939,208,-3370,196,-1195,357,-6585.0,446,6545,200,10447,357,7924,1,191968170,210,-29649,196, +74,119,W,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,3945,199,-2769,208,-1549,357,-5417.0,446,4709,277,10512,446,7908,1,192971780,210,-26287,196, +74,120,W,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,2711,357,-2366,301,-1921,499,-7226.0,585,6311,357,10945,499,7899,2,193973670,320,-24526,298, +74,122,W,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3662,499,-1373,499,,,,,5942,499,,,7872,2,195979731,430,-18880,401, +74,123,W,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,5363,499,-669,499,,,,,4330,566,,,7854,2,196983747,430,-15140,401, +75,84,RE,,,0,0,(1/2+),,,,,,,,,,,,,,,,,,,,,,,,,6759,55,10550.0,426,,,-1599,53,7795,2,158984171,327,-14745,305, +75,85,Re,,,0,0,(2-),,0.82,+15-9,MS,0.00082,0.00012,P,91,5,A,9,5,,,,,,,,,,,,,6697.75,4,12587.455,334,10065,426,-1267.07,7,7809,2,159982030,320,-16739,298, +75,86,Re,,,0,0,1/2+,,0.44,1,MS,0.00044,0.00001,P,100,0,A,1.4,0,,,,,,,,,-10861,427,,,6328.21,7,9714.797,247,12173,334,-1197.28,5,7836.312,931,160977627.121,160948,-20840.203,149922, +75,87,Re,,,0,0,(2-),,107,13,MS,0.107,0.013,A,94,6,EC+B+,6,6,,,,,,,,,-8061,358,-20593,445,6240.37,5,11498.207,197,9732,247,-765.14,11,7848,1,161975844,210,-22501,196, +75,88,Re,,,0,0,1/2+,,390,72,MS,0.39,0.072,EC+B+,68,3,A,32,3,,,,,,,,,-9810,299,-19633,301,6011.99,8,8905.949,56,11572,197,-707.99,6,7870.865,114,162972085.441,19897,-26002.244,18534, +75,89,Re,,,0,0,,,0.53,23,S,0.53,0.23,A,58,0,EC+B+,42,0,,,,,,,,,-7050.331,140051,-19351,303,5926.34,5,10763.323,55,9541.51,58,-146.79,76,7881.052,333,163970507.124,58566,-27472.436,54555, +75,90,Re,,,0,0,(1/2+),,1.6,6,S,1.6,0.6,EC+B+,86,8,A,14,8,,,,,,,,,-8865,197,-18308.99,152,5694.31,6,8201.246,34,11258.66,59,-287.01,23,7901.522,143,164967085.375,25329,-30659.776,23594, +75,91,Re,,,0,0,,,2.25,21,S,2.25,0.21,EC+B+,76,0,A,24,0,,,,,,,,,-6461.961,72387,-18170,209,5461.8,50,9994.553,73,9305.02,76,321.43,77,7909.977,436,165965760.94,77628,-31893.478,72310, +75,92,Re,,,0,0,(9/2-),,5.9,3,S,5.9,0.3,EC+B+,99,0,A,1,0,,,,,,,,,-8329,83,-17471,44,5279,14,7267.058,44,11009,83,232,42,7929,0,166962607,43,-34831,40, +75,93,Re,,,0,0,(7+),,4.4,1,S,4.4,0.1,EC+B+,100,0,A,0.005,0,,,,,,,,,-5799.672,32372,-17364.21,79,5063,13,9098.224,34,9035,51,985.80,36,7935.12,183,167961572.608,33087,-35794.885,30821, +75,94,Re,,,0,0,(9/2-),,8.1,5,S,8.1,0.5,EC+B+,100,0.01,A,0.01,0,,,,,,,,,-7686.541,27618,-16485.34,15,5013.7,14,6508.641,19,10685.66,33,805.09,16,7951.395,67,168958765.991,12210,-38409.232,11374, +75,95,Re,,,0,0,(5+),,9.2,2,S,9.2,0.2,EC+B+,100,,,,,,,,,,,,,-4986.946,25091,-16261.82,34,4759.67,36,8377.639,27,8575.28,26,1284.29,28,7955.065,136,169958224.966,24808,-38913.193,23109, +75,96,Re,,,0,0,(9/2-),,15.2,4,S,15.2,0.4,EC+B+,100,0,,,,,,,,,,,,-6948.339,33145,-15395.35,30,4675.86,40,5835.81,40,10408.40,36,1248.42,31,7969.412,163,170955716,30000,-41250.280,27945, +75,97,Re,,,0,0,(5+),,15,3,S,15,3,EC+B+,100,0,,,,,,,,,,,,-4293.264,41036,-15306.48,43,4431.89,48,7560.08,48,8358.14,48,1739.99,48,7971.672,227,171955408.079,41862,-41537.106,38995, +75,98,Re,,,0,0,(5/2-),,1.98,26,M,118.8,15.6,EC+B+,100,0,,,,,,,,,,,,-6115.608,31697,-14381.34,31,4311.65,40,5173.518,40,10088.08,48,1745.65,40,7983.906,162,172953243,30000,-43553.865,27945, +75,99,Re,,,0,0,,,2.40,4,M,144,2.4,EC+B+,100,0,,,,,,,,,,,,-3677.681,29767,-14306.16,32,4039.65,40,6553.992,40,8190.55,40,2234.68,40,7985.094,161,173953115,30000,-43673.096,27945, +75,100,Re,,,0,0,(5/2-),,5.89,5,M,353.4,3,EC+B+,100,0,,,,,,,,,,,,-5182.931,30324,-13364.21,30,4007.05,40,4344.488,40,9686.53,40,2350.19,40,7994.816,160,174951381,30000,-45288.307,27945, +75,101,Re,,,0,0,(3+),,5.3,3,M,318,18,EC+B+,100,0,,,,,,,,,,,,-2964.945,39520,-13028.83,30,3842.18,40,5578.718,40,7845.90,40,2719.06,40,7993.97,159,175951623,30000,-45062.885,27945, +75,102,Re,,,0,0,5/2-,,14,1,M,840,60,EC+B+,100,0,,,,,,,,,,,,-4312.708,31535,-12242.55,40,3702.45,40,3432.556,40,9277.60,40,2916.54,40,8001.222,158,176950328,30000,-46269.170,27945, +75,103,Re,,,0,0,(3+),,13.2,2,M,792,12,EC+B+,100,0,,,,,,,,,,,,-2109.183,31093,-11768.31,32,3662.4,40,4753.483,32,7455.60,40,3240.70,40,7998.157,157,177950989,30000,-45653.453,27945, +75,104,Re,,,0,0,5/2+,,19.5,1,M,1170,6,EC+B+,100,0,,,,,,,,2.8,,,,-3564.785,29656,-11111.33,28,3399.45,37,2710.847,29,9002.14,37,3466.31,29,8003.766,138,178949989.715,26450,-46584.280,24639, +75,105,Re,,,0,0,(1)-,,2.46,3,M,147.6,1.8,EC+B+,100,0,,,,,,,,1.56,,,,-1479.549,26950,-10889.18,27,3103.1,37,3798.756,21,7324.40,33,3831.20,26,7999.991,119,179950791.568,22965,-45837.359,21392, +75,106,Re,,,0,0,5/2+,,19.9,7,H,71640,2520,EC+B+,100,0,,,,,,,,3.19,,,,-2967.428,28275,-10230.90,21,2772.31,13,1716.427,13,8751.35,25,4170.25,13,8004.143,69,180950061.523,13471,-46517.391,12549, +75,107,Re,,,0,0,7+,,64.2,5,H,231120,1800,EC+B+,100,0,,,,,,,,2.83,,4.1,,-836.955,104276,-9967.41,105,2727,115,2800.0,102,6999.99,103,4501.21,102,7998.625,560,181951211.645,109483,-45446.060,101983, +75,108,Re,,,0,0,5/2+,,70.0,14,D,6048000,120960,EC,100,0,,,,,,,,3.16,,2.1,,-2145.537,50405,-9271.79,23,2122.83,8,556.0,8,8434.84,102,4852.49,8,8001.009,44,182950821.39,8624,-45809.580,8034, +75,109,Re,,,0,0,3(-),,35.4,7,D,3058560,60480,EC+B+,100,0,,,,,,,,2.53,,2.8,,32.898,4140,-8626.91,50,2288.33,5,1485.739,4,6481.37,9,5143.03,4,7992.75,23,183952528.267,4589,-44219.634,4275, +75,110,Re,5.3596,172,0,0,5/2+,,STABLE,,,,,,,,,,,,,,,3.1871,,2.18,,-1013.147,419,-7637.81,48,2194.37,150,-431.234,1098,7670.71,4,5402.62,66,7991.009,4,184952958.337,877,-43819.027,818, +75,111,Re,,,0,0,1-,,3.7183,11,D,321261.12,95.04,B-,92.53,0.1,EC,7.47,0.1,,,,,1.739,,0.618,,1072.857,837,-7192.52,45,2077.93,151,581.442,1467,6179.38,17,5828.26,68,7981.269,4,185954989.419,886,-41927.086,826, +75,112,Re,5.3698,173,0,0,5/2+,,4.33E+10,7,Y,1.36644408e18,2.209032e16,B-,100,0,A,0.0001,0,,,,,3.2197,,2.07,,2.467,2,-6287.85,52,1651.4,154,-1312.508,1418,7360.71,87,5996.92,112,7977.951,4,186955752.288,790,-41216.478,736, +75,113,Re,,,0,0,1-,,17.0040,22,H,61214.4,7.92,B-,100,0,,,,,,,,1.788,,0.572,,2120.422,152,-5869.18,4,1397.65,26,-349.0,3,5871.65,4,6401.81,112,7966.747,4,187958113.728,791,-39016.811,738, +75,114,Re,,,0,0,5/2+,,24.3,4,H,87480,1440,B-,100,0,,,,,,,,,,,,1007.702,8167,-4913.13,8,990.33,16,-2361.507,41,7033.55,8,6600.20,9,7961.809,43,188959227.817,8793,-37979.043,8191, +75,115,Re,,,0,0,(2)-,,3.1,3,M,186,18,B-,100,0,,,,,,,,,,,,3071.941,70854,-4720.40,71,546.78,93,-1253.517,81,5728.10,71,7307.26,81,7950.053,373,189961743.36,76063,-35635.830,70852, +75,116,Re,,,0,0,(3/2+ 1/2+),,9.8,5,M,588,30,B-,100,0,,,,,,,,,,,,2044.889,10244,-3713.84,10,120.33,57,-3174.123,43,6785.78,72,7256.95,41,7943.957,54,190963123.437,11019,-34350.296,10265, +75,117,Re,,,0,0,,,16,1,S,16,1,B-,100,0,,,,,,,,,,,,4293.366,70831,-3264.96,71,-401.71,90,-1939.825,208,5309.85,72,7701.62,82,7930.238,369,191966088,76000,-31588.825,70794, +75,118,Re,,,0,0,,,,,,,,,,,,,,,,,,,,,,3162.652,39192,-2420.76,39,-827,199,-3944.638,200,6714.13,81,7871,199,7923.937,203,192967545,42000,-30231.638,39123, +75,119,Re,,,0,0,(0+ 1),,5,1,S,5,1,B-,100,0,,,,,,,,,,,,5198,196,-1914,196,-1149,277,-2711.0,357,5077,199,8239,277,7909,1,193970760,210,-27237,196, +75,120,RE,,,0,0,[3/2-],,6,1,S,6,1,B-,,0,,,,,,,,,,,,3933,303,-1215,298,-1512,422,,,6413,357,8342,422,7902,2,194972540,320,-25579,298, +75,121,Re,,,0,0,,,3,+1-2,S,3,2,B-,100,0,,,,,,,,,,,,5735,301,-1102,303,-1903,499,-3662.0,500,5035,422,8821,422,7887,2,195975800,320,-22542,298, +75,122,Re,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4807,357,-296,301,-2057,499,-5362.0,500,6031,422,8911,499,7878,2,196977990,320,-20502,298, +75,123,Re,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,6697,446,98,446,-2265,643,,,4709,499,9289,566,7862,2,197981600,430,-17139,401, +75,124,Re,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,5623,446,905,446,,,,,5792,566,,,7851,2,198984047,430,-14860,401, +76,85,OS,,,0,0,(7/2-),,0.64,6,MS,0.00064,0.00006,A,100,0,,,,,,,,,,,,,,,,7065.87,12,10861.203,427,,,530,499,7764,2,160989287,429,-9979,400, +76,86,Os,,,0,0,0+,,2.1,1,MS,0.0021,0.0001,A,99,0,,,,,,,,,,,,,,,,6767.4,3,8061.0,358,12532,500,889,335,7793,2,161984498,322,-14440,300, +76,87,Os,,,0,0,(7/2-),,5.5,6,MS,0.0055,0.0006,A,100,0,EC+B+,,0,,,,,,,,,,,,,6677.2,8,9810.244,299,9823,423,980,357,7806,2,162982617,320,-16192,298, +76,88,Os,,,0,0,0+,,21,1,MS,0.021,0.001,A,98,2,EC+B+,2,2,,,,,,,,,-13078,348,,,6479.43,5,7050.33,160,12301,334,1708.83,151,7833.291,914,163978075.966,160945,-20422.106,149919, +76,89,Os,,,0,0,(7/2-),,71,3,MS,0.071,0.003,A,90,2,EC+B+,10,2,,,,,,,,,-10202,252,-22523,370,6335.49,6,8864.776,197,9444,247,1612,203,7843,1,164976602,210,-21795,196, +76,90,Os,,,0,0,0+,,213,5,MS,0.213,0.005,A,72,13,EC+B+,28,13,,,,,,,,,-12078,197,-21910,159,6142.77,3,6461.961,75,11708,197,2060.71,30,7866.336,108,165972698.141,19287,-25431.517,17966, +76,91,Os,,,0,0,(7/2-),,0.81,6,S,0.81,0.06,A,57,8,EC+B+,43,8,,,,,,,,,-9429.554,74962,-21219,209,5981.28,50,8329.007,83,9141.79,75,1897.49,103,7873.974,435,166971548.938,78027,-26501.993,72682, +76,92,Os,,,0,0,0+,,2.1,1,S,2.1,0.1,EC+B+,57,4,A,43,4,,,,,,,,,-11328.987,56098,-20994.09,21,5815.63,270,5799.672,32,11564.54,73,2453,42,7895.941,59,167967798.812,10632,-29995.213,9904, +76,93,Os,,,0,0,(5/2-),,3.43,14,S,3.43,0.14,EC+B+,86.3,0.8,A,13.7,0.8,,,,,,,,,-8628.852,34276,-20127.78,61,5713.42,3,7686.541,28,8798.79,27,2216.78,40,7901.284,149,168967017.833,27017,-30722.691,25167, +76,94,Os,,,0,0,0+,,7.37,18,S,7.37,0.18,EC+B+,90.5,1,A,9.5,1,,,,,,,,,-10567,89,-19903.73,25,5536.87,269,4986.946,25,11274.87,27,2805.99,15,7921.128,57,169963578.673,10491,-33926.247,9773, +76,95,Os,,,0,0,(5/2-),,8.3,2,S,8.3,0.2,EC+B+,98.2,0.21,A,1.8,0.21,,,,,,,,,-7889.916,42395,-19014,90,5371.2,4,6948.338,33,8447.01,20,2677.72,29,7924.204,104,170963175.348,19133,-34301.942,17823, +76,96,Os,,,0,0,0+,,19.2,9,S,19.2,0.9,EC+B+,99.8,0,A,0.2,0,,,,,,,,,-9864.473,34832,-18903.13,41,5224.35,7,4293.264,41,11013.22,22,3282.53,31,7942.163,74,171960017.088,13721,-37243.842,12782, +76,97,Os,,,0,0,5/2-,,22.4,9,S,22.4,0.9,EC+B+,99.6,0.2,A,0.4,0.2,,,,,,,,,-7169.822,18583,-18130.21,36,5054.7,6,6115.608,32,8265.73,20,3190.12,42,7944.033,86,172959808.375,16059,-37438.257,14959, +76,98,Os,,,0,0,0+,,44,4,S,44,4,EC,100,,A,0.02,,,,,,,,,,-9131.924,26395,-17798.30,15,4870.5,10,3677.68,30,10628.48,18,3730.52,30,7959.461,59,173957063.152,11008,-39995.416,10254, +76,99,Os,,,0,0,(5/2-),,1.4,1,M,84,6,EC+B+,100,0,,,,,,,,,,,,-6710.87,17089,-17313.20,27,4555.8,30,5182.931,30,8181.28,16,3721.25,30,7960.729,67,174956945.105,12640,-40105.376,11775, +76,100,Os,,,0,0,0+,,3.6,5,M,216,30,EC+B+,100,0,,,,,,,,,,,,-8219.614,32580,-16774.75,31,4574.33,40,2964.945,40,10063.88,30,4098.60,40,7972.679,159,175954806,30000,-42097.940,27945, +76,101,Os,,,0,0,1/2-,,3.0,2,M,180,12,EC+B+,100,0,,,,,,,,,,,,-5909.041,24576,-16149.45,22,4346.01,32,4312.708,32,7929.84,32,4182.55,32,7972.436,83,176954957.882,15687,-41956.462,14613, +76,102,Os,,,0,0,0+,,5.0,4,M,300,24,EC+B+,100,0,A,0,0,,,,,,,,,-7292.386,24006,-15568.17,24,4257.9,31,2109.183,31,9659.13,20,4564.07,31,7981.912,77,177953253.3,14634,-43544.270,13632, +76,103,Os,,,0,0,1/2-,,6.5,3,M,390,18,EC+B+,100,0,,,,,,,,,,,,-4937.781,19180,-14838.93,26,4188.38,32,3564.785,30,7546.54,21,4655.01,32,7979.48,92,178953816.669,17718,-43019.495,16504, +76,104,Os,,,0,0,0+,,21.5,4,M,1290,24,EC+B+,100,0,,,,,,,,,,,,-6380.284,27200,-14347.41,19,3858.88,32,1479.549,27,9409.63,23,5062.50,30,7987.425,91,179952379.93,17596,-44357.810,16391, +76,105,Os,,,0,0,1/2-,,105,3,M,6300,180,EC+B+,100,0,,,,,,,,,,,,-4086.935,25876,-13643.75,33,3726.85,38,2967.428,28,7263.47,30,5001.58,33,7983.426,140,180953247.188,27201,-43549.963,25338, +76,106,Os,,,0,0,0+,,21.84,20,H,78624,720,EC,100,0,,,,,,,,,,,,-5557.426,30207,-13217.39,22,3372.92,27,836.956,104,9130.46,33,5380.68,25,7989.728,119,181952110.153,23344,-44609.104,21745, +76,107,Os,,,0,0,9/2+,,13.0,5,H,46800,1800,EC+B+,100,0,,,,,,,,-0.794,,3.1,,-3460.732,52733,-12683.68,54,3206.17,52,2145.537,50,7126.26,54,5506.95,113,7985.01,272,182953124.719,53420,-43664.043,49760, +76,108,Os,5.3823,22,0,0,0+,GT,5.6E13,,Y,1.7672256e21,1.577879999991164e32,A,,0,2B+,,0,,,,,,,,,-4641.682,27957,-12120.54,24,2958.67,164,-32.899,4,8659.81,50,5731.92,8,7988.677,5,183952492.949,887,-44252.533,827, +76,109,Os,,,0,0,1/2-,,93.6,5,D,8087040,43200,EC,100,0,,,,,,,,,,,,-2470.326,27957,-11266.35,28,3003.02,165,1013.147,1165,6624.66,27,5875.22,4,7981.304,4,184954045.995,891,-42805.880,830, +76,110,Os,5.3909,17,0,0,0+,,2.0E+15,11,Y,6.31152e22,3.471336e22,A,100,0,,,,,,,,,,,,-3827.596,16543,-10735.71,28,2821.2,87,-1072.857,1123,8265.38,88,6469.89,84,7982.831,4,185953837.66,816,-42999.943,761, +76,111,Os,5.3933,18,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,0.06465189,,,,-1669.572,27955,-10117.92,17,2721.72,87,-2.467,1041,6290.32,52,6580.83,87,7973.78,4,186955749.64,790,-41218.945,736, +76,112,Os,5.3993,11,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2792.326,9416,-9659.18,28,2143.22,86,-2120.422,1041,7989.61,15,7209.73,15,7973.864,4,187955837.361,787,-41137.233,734, +76,113,Os,5.4016,11,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,0.659933,,0.86,,-537.159,12563,-8713.15,9,1976.13,85,-1007.702,8,5920.83,45,7258.90,46,7963.002,4,188958146.005,715,-38986.745,666, +76,114,Os,5.4062,13,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1954.227,1213,-8329.50,13,1375.84,117,-3071.941,71,7792.34,19,8017.70,8,7962.104,3,189958445.496,697,-38707.771,650, +76,115,Os,,,0,0,9/2-,,15.4,1,D,1330560,8640,B-,100,0,,,,,,,,0.96,,2.53,,313.57,1141,-7712.96,121,1083.87,118,-2044.889,10,5758.73,11,8048.33,71,7950.568,3,190960928.159,707,-36395.185,659, +76,116,Os,5.4126,15,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1046.63,2397,-7244.75,240,360.7,4,-4293.366,71,7558.32,222,8820.86,10,7948.525,12,191961478.881,2485,-35882.191,2315, +76,117,Os,,,0,0,3/2-,,30.11,1,H,108396,36,B-,100,0,,,,,,,,0.7297,,0.47,,1141.946,2400,-6630.05,240,-201.67,40,-3162.651,39,5583.42,20,9094.44,71,7936.27,12,192964149.753,2491,-33394.289,2321, +76,118,Os,,,0,0,0+,,6.0,2,Y,189345600,6311520,B-,100,0,,,,,,,,,,,,96.6,2000,-5970.19,200,-477.71,40,-5198.108,196,7112.14,3,9492.44,39,7932.022,12,193965179.477,2579,-32435.108,2403, +76,119,Os,,,0,0,(3/2-),,6.5,11,M,390,66,B-,,0,,,,,,,,,,,,2180.658,55906,-5051.20,56,-760.34,70,-3932.593,303,5147.80,56,9564,203,7917.744,287,194968318,60000,-29511.593,55890, +76,120,Os,,,0,0,0+,,34.9,2,M,2094,12,B-,100,0,,,,,,,,,,,,1158.388,55495,-4656.17,40,-1053,200,-5735.105,301,6836.83,69,9987,301,7912.229,204,195969643.277,43000,-28277.105,40055, +76,121,OS,,,0,0,,,2.8,6,M,168,36,B-,100,0,,,,,,,,,,,,2955,197,-3945,199,-1447,277,-4807.0,357,5103,200,10056,357,7898,1,196972830,210,-25309,196, +76,122,OS,,,0,0,0+,,,,,,,B-,100,0,,,,,,,,,,,,1984,277,-3644,197,-1736,357,-6698.0,446,6600,277,10624,357,7891,1,197974410,210,-23837,196, +76,123,OS,,,0,0,,,5,+4-2,S,5,3,B-,100,0,,,,,,,,,,,,3915,200,-2734,277,-1899,357,-5624.0,446,4718,277,10633,446,7875,1,198978010,210,-20484,196, +76,124,OS,,,0,0,0+,,6,+4-3,S,6,4,B-,100,0,,,,,,,,,,,,2832,357,-2452,301,-2323,499,,,6367,357,11208,499,7868,1,199979840,320,-18779,298, +76,125,Os,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4657,357,-1700,357,-2525,499,,,4532,422,,,7851,1,200983640,320,-15239,298, +76,126,Os,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,3689,499,-1262,446,,,,,5920,499,,,7842,2,201985950,430,-13087,401, +76,127,Os,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7050,566,1065,499,,,,,2624,566,,,7816,2,202991798,430,-7640,401, +77,87,Ir,,,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,6970,100,13078.106,348,,,-1560,101,7749,2,163992116,338,-7344,314, +77,88,Ir,,,0,0,(1/2+),LT,1,,US,0.000001,0,A,,0,P,,0,,,,,,,,,,,,,6823,50,10202.0,252,12320,352,-1541,50,7776,1,164987555,170,-11593,158, +77,89,Ir,,,0,0,(2-),,10.5,22,MS,0.0105,0.0022,A,93,3,P,7,3,,,,,,,,,-8624,359,,,6722.35,6,12077.517,197,9833,252,-1152.00,8,7789,1,165985664,210,-13354,196, +77,90,Ir,,,0,0,1/2+,,35.2,20,MS,0.0352,0.002,A,48,6,P,32,4,EC+B+,20,10,,,,,,-10460,303,-20414,301,6504.89,264,9429.553,75,11790,197,-1070.11,4,7812.825,110,166981671.981,19695,-17072.440,18346, +77,91,Ir,,,0,0,,,222,+60-40,MS,0.222,0.05,A,100,0,P,,0,EC+B+,,0,,,,,,-7658.765,140344,-20125,307,6381.3,9,11328.987,56,9665.10,58,-546.80,91,7823.85,329,167979960.981,59277,-18666.226,55216, +77,92,Ir,,,0,0,(1/2+),,0.353,4,S,0.353,0.004,A,45,12,EC+B+,,0,P,,0,,,,,,-9581,197,-19157.70,152,6141.02,4,8628.852,34,11498.93,60,-612.40,22,7845.596,138,168976281.287,25021,-22093.839,23308, +77,93,Ir,,,0,0,(3-),,0.87,+18-12,S,0.87,0.15,EC+B+,94.8,1.7,A,5.2,1.7,,,,,,,,,-7060,89,-18918,215,6109,51,10566.247,90,9337,92,-74,92,7854,1,169974922,95,-23360,89, +77,94,Ir,,,0,0,(1/2+),,3.2,+13-7,S,3.2,1,A,0,0,P,,0,EC+B+,,0,,,,,,-8942.323,82291,-18184.15,43,5994,13,7889.917,42,11124,97,-225.25,40,7873.489,225,170971645.522,41295,-26412.025,38466, +77,95,Ir,,,0,0,(3- 4-),,4.4,3,S,4.4,0.3,EC+B+,98,0,A,2,0,,,,,,,,,-6272.449,34023,-17980.98,80,5990.6,10,9864.473,35,9038.66,50,366.40,37,7880.263,188,171970607.036,34785,-27379.369,32402, +77,96,Ir,,,0,0,(3/2+ 5/2+),,9.0,8,S,9,0.8,EC+B+,93,0,A,7,0,,,,,,,,,-8325.524,57052,-17232.83,15,5715.88,10,7169.822,19,10960.38,34,313.56,15,7898.067,64,172967505.496,11837,-30268.435,11026, +77,97,Ir,,,0,0,(3+),,7.9,6,S,7.9,0.6,EC,99.5,0.3,A,0.5,0.3,,,,,,,,,-5545.329,26433,-16991.90,61,5624.79,10,9131.924,26,8666.37,27,714.21,29,7902.483,140,173966866.676,26111,-30863.492,24322, +77,98,Ir,,,0,0,(5/2-),,9,2,S,9,2,EC+B+,99.15,0.28,A,0.85,0.28,,,,,,,,,-7681.04,22001,-16147.66,16,5430.86,31,6710.87,17,10602.33,27,688.06,16,7917.91,71,174964149.521,13295,-33394.506,12384, +77,99,Ir,,,0,0,,,8.7,5,S,8.7,0.5,EC+B+,96.9,0.6,A,3.1,0.6,,,,,,,,,-4944.459,21035,-16236.18,25,5233.86,38,8219.614,33,8555.14,21,1061.92,20,7921.531,95,175963630.119,17981,-33878.326,16750, +77,100,Ir,,,0,0,5/2-,,30,2,S,30,2,EC+B+,99.94,0.01,A,0.06,0.01,,,,,,,,,-6676.976,24801,-15184.87,24,5081.53,34,5909.041,25,10240.41,26,1238.45,34,7934.632,112,176961301.5,21213,-36047.421,19760, +77,101,Ir,,,0,0,,,12,2,S,12,2,EC+B+,100,0,,,,,,,,,,,,-4254.365,22207,-14952.76,25,4996.3,34,7292.386,24,8275.78,28,1584.39,25,7936.549,111,177961082,21213,-36251.884,19760, +77,102,Ir,,,0,0,(5/2)-,,79,1,S,79,1,EC+B+,100,0,,,,,,,,,,,,-5813.569,12613,-14155.51,14,4781.68,30,4937.781,19,9901.15,22,1826.41,17,7947.524,55,178959117.596,10489,-38081.714,9771, +77,103,Ir,,,0,0,(5+),,1.5,1,M,90,6,EC+B+,100,0,,,,,,,,,,,,-3541.649,24323,-13780.70,23,4660.44,35,6380.284,27,7967.13,24,2247.00,27,7947.633,121,179959229.446,23302,-37977.526,21706, +77,104,Ir,,,0,0,5/2-,,4.90,15,M,294,9,EC+B+,100,0,,,,,,,,,,,,-5081.517,14660,-13098.47,12,4381.23,28,4086.935,26,9556.82,22,2394.19,17,7956.523,29,180957634.694,5631,-39463.028,5245, +77,105,Ir,5.3705,1061,0,0,3+,,15.0,10,M,900,60,EC+B+,100,0,,,,,,,,2.6,,-1.7,,-2883.23,24720,-12741.48,25,4176.86,35,5557.425,30,7659.97,22,2790.69,33,7954.894,115,181958076.296,22509,-39051.679,20967, +77,106,Ir,5.3780,1061,0,0,5/2-,,58,6,M,3480,360,EC+B+,100,0,,,,,,,,2.36,,,,-4430.824,28923,-12106.18,28,3956.05,35,3460.732,55,9222.95,32,2883.18,33,7961.823,133,182956839.968,26191,-40203.311,24398, +77,107,Ir,5.3805,1061,0,0,5-,,3.09,3,H,11124,108,EC+B+,100,0,,,,,,,,0.696,,2.41,,-2276.608,31997,-11909.68,32,3801.59,35,4641.682,28,7478.86,37,3235.78,57,7959.198,152,183957476,30000,-39610.851,27945, +77,108,Ir,5.3854,1061,0,0,5/2-,,14.4,1,H,51840,360,EC+B+,100,0,,,,,,,,2.605,,-2.06,,-3647.414,38055,-11072.63,32,3756.92,31,2470.327,28,8796.02,40,3371.99,28,7963.722,151,184956698,30000,-40335.553,27945, +77,109,Ir,5.3900,1061,0,0,5+,,16.64,3,H,59904,108,EC+B+,100,0,,,,,,,,3.88,,-2.55,,-1307.903,27312,-10555.52,31,3848.8,103,3827.597,17,6908.11,32,3655.44,17,7958.047,89,185957946.754,17740,-39172.346,16526, +77,110,Ir,5.3812,1061,0,0,3/2+,,10.5,3,H,37800,1080,EC+B+,100,0,,,,,,,,0.171,,0.941,,-2864.323,36868,-9756.25,35,3835.29,29,1669.573,28,8448.34,32,3838.40,28,7960.668,149,186957542,30000,-39549.372,27945, +77,111,Ir,5.3838,1061,0,0,1-,,41.5,5,H,149400,1800,EC+B+,100,0,,,,,,,,0.302,,0.484,,-523.979,8686,-9731.17,26,3449.81,10,2792.326,9,6866.85,29,4414.93,9,7954.85,50,187958835.046,10116,-38344.907,9423, +77,112,Ir,5.3898,1061,0,0,3/2+,,13.2,1,D,1140480,8640,EC,100,0,,,,,,,,0.13,,0.878,,-1980.238,13636,-8699.97,14,2944.53,13,537.159,13,8176.00,16,4601.32,13,7956.02,67,188958722.669,13500,-38449.586,12576, +77,113,Ir,,,0,0,4-,,11.78,10,D,1017792,8640,EC+B+,100,0,B+,0.002,0,,,,,0.04,,2.85,,552.906,1282,-8355.51,10,2748.63,149,1954.227,1516,6375.27,13,5055.77,123,7947.701,7,189960543.445,1470,-36753.544,1370, +77,114,Ir,5.3968,1061,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.1507,,0.816,,-1010.518,3636,-7473.62,122,2082.81,124,-313.571,1467,8026.53,40,5289.96,114,7948.113,7,190960591.527,1406,-36708.756,1311, +77,115,Ir,,,0,0,4+,,73.829,11,D,6378825.6,950.4,B-,95.24,0.04,EC,4.76,0.04,,,,,1.924,,2.22,,1452.896,2274,-7208.64,4,1756.33,125,1046.63,266,6198.12,11,5729.35,114,7938.999,7,191962602.485,1410,-34835.561,1314, +77,116,Ir,5.4032,1061,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,0.1637,,0.751,,-56.628,300,-6319.10,227,1017.89,8,-1141.946,2674,7771.99,20,5943.02,240,7938.133,7,192962923.824,1425,-34536.235,1328, +77,117,Ir,,,0,0,1-,,19.28,13,H,69408,468,B-,100,0,,,,,,,,0.39,,0.339,,2228.362,1257,-6123.42,32,679.21,71,-96.6,27,6066.79,11,6426.39,240,7928.487,7,193965075.773,1430,-32531.708,1332, +77,118,Ir,,,0,0,3/2+,,2.29,17,H,8244,612,B-,100,0,,,,,,,,,,,,1101.598,1264,-5003.50,126,233.13,10,-2180.658,56,7231.86,6,6546.11,200,7924.915,7,194965976.967,1431,-31692.251,1333, +77,119,Ir,,,0,0,(0-),,52,1,S,52,1,B-,100,0,,,,,,,,,,,,3209.016,38411,-4712.96,38,-271.58,81,-1158.388,55,5814.56,38,7212.87,68,7914.148,196,195968399.696,41239,-29435.493,38414, +77,120,Ir,,,0,0,3/2+,,5.8,5,M,348,30,B-,100,0,,,,,,,,,,,,2155.645,20106,-3690.91,20,-457.38,44,-2955.105,197,6899.93,43,7275.97,45,7908.999,102,196969657.233,21588,-28264.105,20110, +77,121,Ir,,,0,0,,,8,1,S,8,1,B-,100,0,,,,,,,,,,,,4083,196,-3473,196,-1009,277,-1984.0,277,5628,197,7801,277,7897,1,197972280,210,-25821,196, +77,122,Ir,,,0,0,,,6,+5-4,S,6,5,B-,,0,,,,,,,,,,,,2990.167,41003,-2565.83,41,-1245,301,-3914.515,200,6649,200,7851,200,7891.206,206,198973807.115,44073,-24398.515,41054, +77,123,IR,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,4988,197,-2293,196,-1493,357,-2832.0,357,5283,200,8416,277,7878,1,199976800,210,-21611,196, +77,124,IR,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,3844,202,-1369,197,-1819,357,-4658.0,357,6357,277,8407,357,7871,1,200978640,210,-19897,196, +77,125,IR,,,0,0,(1- 2-),,11,3,S,11,3,B-,100,0,,,,,,,,,,,,5916,299,-1107,302,-2062,499,-3689.0,500,4951,357,8826,422,7856,1,201981990,320,-16776,298, +77,126,Ir,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,,,,,,,,,,,,4937,446,-69,401,-2254,566,-7050.0,567,5985,499,8891,566,7847,2,202984230,430,-14690,401, +77,127,Ir,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,8234,446,1868,446,,,,,3069,566,9336,566,7824,2,203989600,430,-9688,401, +77,128,Ir,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,7007,585,3891,540,,,,,4343,643,,,7807,2,204993602,540,-5960,503, +78,88,Pt,,,0,0,0+,,300,100,US,0.0003,0.0001,A,100,0,,,,,,,,,,,,,,,,7285.88,15,8624.0,358,,,426,339,7732,2,165994923,322,-4730,300, +78,89,Pt,,,0,0,,,0.7,2,MS,0.0007,0.0002,A,100,0,,,,,,,,,,,,,,,,7155.2,50,10460.44,303,9954,426,547,360,7746,2,166992901,325,-6612,302, +78,90,Pt,,,0,0,0+,,2.02,10,MS,0.00202,0.0001,A,100,0,,,,,,,,,,,,,,,,6989.73,3,7658.766,160,12466,338,1223.99,151,7773.605,893,167988183.004,160978,-11007.460,149951, +78,91,Pt,,,0,0,(7/2-),,7.0,2,MS,0.007,0.0002,A,100,0,,,,,,,,,,,,-10724,357,,,6857.61,5,9581.839,197,9576,247,1135,203,7784,1,168986567,210,-12512,196, +78,92,Pt,,,0,0,0+,,13.8,5,MS,0.0138,0.0005,A,98,2,EC+B+,,0,,,,,,,,,-12547,197,-22582,299,6707.41,3,7060.807,91,11858,197,1494.33,30,7808.236,107,169982502.095,19588,-16299.193,18247, +78,93,Pt,,,0,0,(7/2-),,45.5,25,MS,0.0455,0.0025,A,90,7,EC+B+,10,7,,,,,,,,,-9907.407,75639,-21789,209,6607.38,3,8942.323,82,9241.83,75,1399,115,7816.619,425,170981245.502,78097,-17469.702,72747, +78,94,Pt,,,0,0,0+,,97.6,13,MS,0.0976,0.0013,A,94,6,EC+B+,6,6,,,,,,,,,-11788.914,57108,-21615.94,23,6463.38,4,6272.449,34,11708.53,73,1983.87,40,7839.247,60,171977340.788,11139,-21106.920,10377, +78,95,Pt,,,0,0,(5/2-),,382,2,MS,0.382,0.002,A,86,4,EC+B+,16,6,,,,,,,,,-9110.471,60421,-20696.22,79,6354.86,50,8325.524,57,8907.31,57,1852.51,65,7845.42,324,172976443.315,60093,-21942.911,55977, +78,96,Pt,,,0,0,0+,,0.889,17,S,0.889,0.017,A,76,8,EC+B+,24,8,,,,,,,,,-11083,89,-20557.04,25,6183.17,3,5545.329,26,11446.57,57,2338.70,15,7866.117,59,173972819.832,11112,-25318.163,10351, +78,97,Pt,,,0,0,7/2-,,2.53,6,S,2.53,0.06,A,64,5,EC+B+,36,5,,,,,,,,,-8309.511,42705,-19549,91,6163.56,4,7681.04,22,8466.62,21,2138.94,30,7869.548,104,174972395.457,19522,-25713.466,18185, +78,98,Pt,,,0,0,0+,,6.33,15,S,6.33,0.15,EC+B+,60,2,A,40,2,,,,,,,,,-10412.904,35541,-19601.23,41,5885.06,213,4944.459,21,11291.72,22,2828.33,18,7888.992,72,175968938.214,13660,-28933.867,12724, +78,99,Pt,,,0,0,5/2-,,10.6,4,S,10.6,0.4,EC+B+,94.3,0.5,A,5.7,0.5,,,,,,,,,-7825.341,18297,-18920.80,36,5642.9,273,6676.977,25,8507.89,20,2781.09,22,7892.489,85,176968469.529,16090,-29370.444,14988, +78,100,Pt,5.3728,66,0,0,0+,,20.7,7,S,20.7,0.7,EC+B+,92.3,0.3,A,7.7,0.3,,,,,,,,,-9693.776,14297,-18523.73,15,5572.98,220,4254.365,22,10698.39,18,3239.07,22,7908.252,57,177965649.248,10878,-31997.519,10133, +78,101,Pt,5.3915,50,0,0,1/2-,,21.2,4,S,21.2,0.4,EC+B+,99.76,0.03,A,0.24,0.03,,,,,0.43,,,,-7279.578,14157,-18035.72,13,5412.31,9,5813.569,13,8341.94,13,3305.23,21,7910.675,45,178965358.719,8563,-32268.145,7977, +78,102,Pt,5.3891,49,0,0,0+,,56,3,S,56,3,EC+B+,99.7,0,A,0.3,0,,,,,,,,,-8810.368,11973,-17518.63,16,5237.15,30,3541.649,24,10239.05,14,3643.13,15,7923.611,61,179963031.563,11781,-34435.877,10974, +78,103,Pt,5.3996,41,0,0,1/2-,,52.0,22,S,52,2.2,EC+B+,100,0,A,0.08,0,,,,,0.484,,,,-6510.375,24216,-16827.32,15,5150.03,5,5081.517,15,8016.95,18,3692.96,26,7924.126,76,180963089.927,14695,-34381.511,13689, +78,104,Pt,5.3969,41,0,0,0+,,2.67,12,M,160.2,7.2,EC+B+,99.962,0.002,A,0.038,0.002,,,,,,,,,-7867.68,24123,-16368.63,24,4950.91,5,2883.23,25,9858.25,19,3994.39,14,7934.754,72,181961171.571,14057,-36168.449,13095, +78,105,Pt,5.4038,36,0,0,1/2-,,6.5,10,M,390,60,EC+B+,100,0,A,0.0096,0.0005,,,,,0.502,,,,-5581.004,18168,-15543.04,26,4822.09,9,4430.824,29,7675.36,20,4009.78,26,7933.336,85,182961596.653,16675,-35772.487,15533, +78,106,Pt,5.4015,36,0,0,0+,,17.3,2,M,1038,12,EC+B+,100,0,A,0.001,0,,,,,,,,,-7015.533,27185,-15214.08,18,4598.65,8,2276.608,32,9633.07,22,4419.90,29,7942.574,85,183959920.039,16730,-37334.243,15584, +78,107,Pt,5.4148,28,0,0,9/2+,,70.9,24,M,4254,144,EC+B+,100,0,,,,,,,,-0.774,,4.3,,-4829.997,25963,-14440.75,34,4436.91,10,3647.413,38,7425.21,30,4366.26,38,7939.777,140,184960613.659,27731,-36688.140,25832, +78,108,Pt,5.4037,36,0,0,0+,,2.08,5,H,7488,180,EC+B+,100,0,A,0.00014,0,,,,,,,,,-6149.591,30207,-14077.62,22,4319.75,18,1307.903,27,9247.62,34,4817.86,35,7946.809,117,185959350.846,23344,-37864.443,21745, +78,109,Pt,5.4063,37,0,0,3/2-,,2.35,3,H,8460,108,EC+B+,100,0,,,,,,,,-0.401,,-0.99,,-3657.212,27377,-13041.51,32,4554.08,55,2864.322,37,6891.92,32,4801.67,29,7941.168,129,186960616.976,25816,-36685.050,24048, +78,110,Pt,5.4053,34,0,0,0+,,10.2,3,D,881280,25920,EC,99.999974,0.000003,A,0.000026,0.000003,,,,,,,,,-5449.621,5953,-12864.41,23,4006.69,5,523.978,11,9207.20,25,5560.53,28,7947.902,28,187959397.56,5694,-37820.929,5304, +78,111,Pt,5.4060,35,0,0,3/2-,,10.87,12,H,39132,432,EC+B+,100,0,,,,,,,,-0.421,,-1.03,,-2887.394,22474,-12169.36,10,3911.62,10,1980.238,16,6719.74,11,5413.41,14,7941.403,53,188960848.542,10832,-36469.348,10090, +78,112,Pt,5.4108,30,0,0,0+,,6.5E+11,3,Y,2.051244e19,9.46728e17,A,100,0,,,,,,,,,,,,-4472.917,3509,-11795.81,20,3268.58,59,-552.906,1519,8908.42,10,6145.83,13,7946.493,3,189959949.876,704,-37306.450,657, +78,113,Pt,5.4102,31,0,0,3/2-,,2.83,2,D,244512,1728,EC,100,0,,,,,,,,-0.501,,-0.89,,-1900.333,6426,-10936.02,5,3095.79,4,1010.519,4,6463.10,4,6233.66,4,7938.727,22,190961676.363,4430,-35698.237,4127, +78,114,Pt,5.4169,28,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3516.341,15617,-10561.87,6,2423.86,252,-1452.896,2886,8661.54,287,6868.67,227,7942.491,13,191961042.736,2758,-36288.457,2570, +78,115,Pt,5.4191,27,0,0,1/2-,,50,6,Y,1577880000,189345600,EC,100,0,,,,,,,,0.603,,,,-1074.787,8768,-9778.81,16,2082.22,122,56.627,19,6262.47,229,6933.02,36,7933.786,7,192962984.616,1458,-34479.608,1359, +78,116,Pt,5.4236,25,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2548.134,2117,-9426.57,9,1522.78,48,-2228.362,1421,8351.78,129,7512.81,125,7935.941,3,193962683.527,532,-34760.070,496, +78,117,Pt,5.4270,26,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,0.60952,,,,-226.817,1000,-8653.23,212,1176.42,50,-1101.598,1425,6105.10,12,7551.11,126,7926.552,3,194964794.353,539,-32793.849,503, +78,118,Pt,5.4307,27,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1505.803,2960,-8148.80,101,812.77,227,-3209.017,38,7921.98,13,8241.23,127,7926.529,3,195964954.675,547,-32644.510,510, +78,119,Pt,,,0,0,1/2-,,19.8915,19,H,71609.4,6.84,B-,100,0,,,,,,,,0.51,,,,719.988,502,-7352.36,3,549.62,229,-2155.645,20,5846.56,26,8273.23,38,7915.971,3,196967343.053,575,-30419.750,536, +78,120,Pt,5.4383,32,0,0,0+,,STABLE,,,,,2B-,,0,2B-,,,,,,,,,,,-323.219,2059,-6835.58,206,106.19,3,-4082.999,196,7555.57,206,8928.86,20,7914.15,11,197967896.734,2254,-29903.999,2100, +78,121,Pt,,,0,0,5/2-,,30.80,21,M,1848,12.6,B-,100,0,,,,,,,,,,,,1705.059,2120,-5879.22,212,-302,56,-2990.167,41,5556.00,50,8857,196,7902.3,11,198970597.038,2317,-27388.682,2159, +78,122,Pt,,,0,0,0+,,12.6,3,H,45360,1080,B-,100,0,,,,,,,,,,,,640.932,33439,-5576.74,20,-746.97,45,-4988.16,197,7281.79,20,9489.62,46,7899.198,101,199971444.625,21588,-26599.160,20110, +78,123,Pt,,,0,0,(5/2-),,2.5,1,M,150,6,B-,100,0,,,,,,,,,,,,2660,50000,-4571.94,57,-857,202,-3843.714,202,5212.87,54,9419,202,7885.833,249,200974513.293,53788,-23740.714,50103, +78,124,Pt,,,0,0,0+,,44,15,H,158400,54000,B-,100,0,,,,,,,,,,,,1660.854,34276,-4362.73,25,-1280,197,-5916.125,299,7022.73,56,10084,197,7881.56,125,201975639,27000,-22692.125,25150, +78,125,PT,,,0,0,(1/2-),,10,3,S,10,3,B-,100,0,,,,,,,,,,,,3517,196,-3345,197,-1568,277,-4937.0,446,5006,197,10139,357,7867,1,202978930,210,-19627,196, +78,126,PT,,,0,0,0+,,10.3,14,S,10.3,1.4,B-,100,0,,,,,,,,,,,,2728,280,-2850,196,-1568,357,-8234.0,446,6367,277,10521,446,7860,1,203980760,210,-17922,196, +78,127,PT,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,5803,357,-388,359,-152,422,-7006.0,585,3116,357,10568,499,7837,1,204986080,320,-12966,298, +78,128,Pt,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,4583,422,1067,357,1031,499,,,4737,422,10961,585,7822,1,205989660,320,-9632,298, +78,129,Pt,,,0,0,,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,6270,500,1603,499,675,566,,,2980,499,,,7798,2,206995126,430,-4540,401, +78,130,Pt,,,0,0,0+,GT,160,,NS,0.00000016,5e15,B-,,0,B-N,,0,,,,,,,,,5111,499,1748,500,,,,,4521,566,,,7783,2,207998937,429,-990,400, +79,91,Au,,,0,0,(2-),,0.30,+6-4,MS,0.0003,0.00005,P,85,10,A,15,10,,,,,,,,,,,,,7177.31,15,12547.193,197,10035,357,-1471.70,12,7730,1,169995972,211,-3752,196, +79,92,Au,,,0,0,(1/2+),,17,+9-5,US,0.000017,0.000007,P,100,0,A,,0,,,,,,,,,-11043,303,,,7085.23,11,9907.407,76,11882,197,-1447.93,10,7754.106,121,170991881.542,22236,-7562.295,20713, +79,93,Au,,,0,0,,,22,+6-4,MS,0.022,0.005,A,100,0,P,,0,EC+B+,,0,,,,,,-8259.262,140853,-20870,308,6923.3,10,11788.914,57,9827.03,60,-862.73,92,7766.158,326,171989996.708,60287,-9318.006,56158, +79,94,Au,,,0,0,(1/2+),,26.3,12,MS,0.0263,0.0012,A,94,19,P,,0,EC+B+,,0,,,,,,-10123,197,-19845.01,152,6836.48,5,9110.471,60,11585.75,61,-985.51,21,7788.237,132,172986223.808,24459,-12832.440,22784, +79,95,Au,,,0,0,,,120,20,MS,0.12,0.02,A,0,0,,,,,,,,,,,,-7594,89,-19597,215,6699.29,7,11083.163,90,9474,92,-419,105,7798,1,173984718,95,-14235,89, +79,96,Au,,,0,0,(1/2+),,,,,,,A,100,,,,,,,,,,,,,-9431.379,82504,-18834.26,43,6583.15,4,8309.511,43,11240,97,-625.24,40,7817.595,221,174981316.085,41481,-17403.955,38640, +79,97,Au,,,0,0,,,,,,,,,,,,,,,,,,,,,,-6736.013,34998,-18619.70,80,6433.49,7,10412.904,36,9188.33,51,96.47,38,7825.383,189,175980116.927,35625,-18520.963,33185, +79,98,Au,,,0,0,(1/2+ 3/2+),,1462,32,MS,1.462,0.032,A,100,0,EC+B+,,0,,,,,,,,,-8762.561,75786,-17831.47,15,6298.42,4,7825.341,18,11095.46,35,-99.79,15,7843.858,59,176976870.379,11268,-21545.103,10496, +79,99,Au,,,0,0,,,2.6,5,S,2.6,0.5,EC+B+,60,0,A,40,0,,,,,,,,,-5987.841,14755,-17592.52,76,6134.83,25,9693.776,14,8829.96,15,222.27,18,7849.398,57,177976055.945,10827,-22303.743,10086, +79,100,Au,,,0,0,(1/2+ 3/2+),,7.1,3,S,7.1,0.3,EC+B+,78,0.9,A,22,0.9,,,,,,,,,-8060.433,29669,-16743.98,16,5981.02,5,7279.578,14,10756.14,15,280.02,15,7865.637,65,178973173.668,12555,-24988.567,11696, +79,101,Au,,,0,0,,,8.4,6,S,8.4,0.6,EC+B+,98.2,0,A,1.8,0,,,,,,,,,-5375.062,13524,-16768.69,28,5827.9,17,8810.368,12,8708.26,13,646.33,9,7870.318,27,179972489.883,5137,-25625.509,4786, +79,102,Au,,,0,0,(3/2-),,13.7,14,S,13.7,1.4,EC+B+,97.3,0.5,A,2.7,0.5,,,,,,,,,-7210,25212,-15692.01,24,5751.37,293,6510.375,24,10316.94,21,724.23,23,7883.835,110,180970079.103,21445,-27871.136,19976, +79,103,Au,,,0,0,(2+),,15.5,4,S,15.5,0.4,EC+B+,99.87,0.05,A,0.13,0.05,,,,,1.3,,,,-4723.846,22501,-15710.95,25,5526.2,4,7867.681,24,8500.95,28,1208.23,24,7887.226,111,181969617.874,21749,-28300.768,20260, +79,104,Au,5.4247,43,0,0,(5/2)-,,42.8,10,S,42.8,1,EC+B+,99.45,0.25,A,0.55,0.25,,,,,1.972,,,,-6386.809,11789,-14685.88,14,5465.32,294,5581.004,18,9962.03,22,1312.00,16,7898.564,51,182967588.108,10116,-30191.483,9423, +79,105,Au,5.4306,41,0,0,5+,,20.6,9,S,20.6,0.9,EC+B+,100,0,A,0.016,0,,,,,2.07,,4.65,,-3969.745,24442,-14585.35,23,5233.9,5,7015.533,27,8198.54,24,1835.19,27,7900.194,121,183967451.524,23912,-30318.710,22275, +79,106,Au,5.4296,41,0,0,5/2-,,4.25,6,M,255,3.6,EC+B+,99.74,0.06,A,0.26,0.06,,,,,2.17,,,,-5674.477,13886,-13580.50,10,5179.97,5,4829.997,26,9610.75,22,1812.87,16,7909.44,14,184965798.874,2800,-31858.143,2608, +79,107,Au,5.4354,39,0,0,3-,,10.7,5,M,642,30,EC+B+,100,0,A,0.0008,0.0002,,,,,-1.272,,3.1,,-3175.756,23987,-13602.50,25,4911.91,14,6149.591,30,7928.03,21,2315.68,33,7909.54,113,185965952.703,22509,-31714.852,20967, +79,108,Au,5.4018,57,0,0,1/2(+),,8.3,2,M,498,12,EC+B+,100,0,A,0.003,,,,,,0.531,,,,-4909.908,26287,-12560.06,25,4750.56,29,3657.212,33,9384.30,31,2452.37,31,7917.427,119,186964543.155,23948,-33027.838,22308, +79,109,Au,5.4049,55,0,0,1(-),,8.84,6,M,530.4,3.6,EC+B+,100,0,,,,,,,,-0.067,,,,-2169.394,12569,-12324.69,14,4814.63,28,5449.621,6,7414.79,22,2975.23,24,7914.753,14,187965247.969,2900,-32371.308,2701, +79,110,Au,5.4084,52,0,0,1/2+,,28.7,3,M,1722,18,EC+B+,100,0,A,0.00003,0,,,,,0.494,,,,-3955.554,37401,-11451.36,24,4328.68,34,2887.393,22,9281.96,20,3050.00,21,7921.987,106,188963948.286,21558,-33581.955,20081, +79,111,Au,5.4109,49,0,0,1-,,42.8,10,M,2568,60,EC+B+,100,0,A,0.000001,0,,,,,-0.065,,,,-1462.836,16276,-11278.45,32,3913.9,17,4472.917,4,7322.90,20,3653.16,11,7918.834,18,189964751.75,3700,-32833.533,3447, +79,112,Au,5.4147,46,0,0,3/2+,,3.18,8,H,11448,288,EC+B+,100,0,,,,,,,,0.1369,,0.73,,-3206.008,22710,-10498.52,17,3326.55,28,1900.333,6,9035.69,6,3780.42,5,7924.681,26,190963716.455,5288,-33797.904,4926, +79,113,Au,5.4179,44,0,0,1-,,4.94,9,H,17784,324,EC+B+,100,0,,,,,,,,-0.0107,,-0.228,,-760.563,22178,-10251.54,27,3147.88,18,3516.341,16,7045.53,17,4362.85,16,7920.102,82,191964817.684,16991,-32772.116,15827, +79,114,Au,5.4221,42,0,0,3/2+,,17.65,15,H,63540,540,EC+B+,100,0,,,,,,,,0.1396,,0.664,,-2342.642,14370,-9464.59,18,2619.85,15,1074.787,9,8704.02,18,4405.33,9,7924.164,45,192964138.447,9311,-33404.821,8674, +79,115,Au,5.4252,40,0,0,1-,,38.02,10,H,136872,360,EC+B+,100,0,,,,,,,,0.0763,,-0.24,,-27.991,3581,-9221.07,16,2116.69,248,2548.134,2175,6878.43,9,5021.30,247,7918.774,11,193965419.062,2273,-32211.936,2118, +79,116,Au,5.4298,40,0,0,3/2+,,186.01,6,D,16071264,5184,EC,100,0,,,,,,,,,,,,-1553.638,23156,-8454.40,3,1716.81,159,226.818,1227,8426.41,234,5095.93,101,7921.377,6,194965037.851,1201,-32567.031,1119, +79,117,Au,5.4332,39,0,0,2-,,6.1669,6,D,532820.16,51.84,EC+B+,93,0.3,B-,7,0.3,,,,,,,,,687.235,3118,-8196.63,23,1271.94,3,1505.804,3,6642.99,3,5633.83,3,7914.855,15,195966571.221,3179,-31138.706,2962, +79,118,Au,5.4371,38,0,0,3/2+,,STABLE,,,,,,,,,,,,,,,,,,,-599.509,3202,-7385.11,294,971.58,135,-719.988,762,8072.35,294,5784.20,53,7915.654,3,196966570.114,581,-31139.738,542, +79,119,Au,5.4400,38,0,0,2-,,2.6941,2,D,232770.24,17.28,B-,100,0,,,,,,,,0.5934,,0.64,,1373.53,490,-7111.87,3,526.01,136,323.218,2168,6512.36,9,6450.00,51,7908.567,3,197968243.724,579,-29580.781,540, +79,120,Au,5.4454,39,0,0,3/2+,,3.139,7,D,271209.6,604.8,B-,100,0,,,,,,,,0.2715,,0.51,,452.327,613,-6210.75,49,173.59,136,-1705.059,2226,7584.28,6,6478.71,206,7906.937,3,198968766.582,581,-29093.741,542, +79,121,Au,,,0,0,(1-),,48.4,3,M,2904,18,B-,100,0,,,,,,,,,,,,2263.178,26719,-5765.34,27,-229.51,47,-640.932,33,6217.67,27,7140.38,27,7898.491,134,199970756.556,28681,-27240.092,26717, +79,122,Au,,,0,0,3/2+,,26.0,8,M,1560,48,B-,100,0,,,,,,,,,,,,1261.827,3147,-4968.76,3,-561.52,20,-2660.0,50,7231.94,27,7090.52,20,7895.175,16,200971657.665,3454,-26400.714,3218, +79,123,Au,,,0,0,(1-),,28.4,12,S,28.4,1.2,B-,100,0,,,,,,,,,,,,2992.345,23298,-4761.75,23,-957,197,-1660.854,34,6023.58,24,7901.24,55,7885.909,115,201973856,25000,-24352.979,23287, +79,124,Au,,,0,0,3/2+,,60,6,S,60,6,B-,100,0,,,,,,,,,,,,2125.829,3451,-3869.43,3,-1169.84,41,-3516.436,196,6861.77,23,7740.28,25,7880.864,15,202975154.498,3309,-23143.436,3083, +79,125,Au,,,0,0,(2-),,39.8,9,S,39.8,0.9,B-,100,0,,,,,,,,,,,,4040,200,-3452,200,-1464,280,-2728.0,280,5578,200,8313,280,7870,1,203977831,215,-20650,200, +79,126,Au,,,0,0,(3/2+),,31,2,S,31,2,B-,100,0,,,,,,,,,,,,3518,196,-2151,196,-1298,277,-5804.0,357,6191,280,8137,277,7861,1,204979850,210,-18770,196, +79,127,AU,,,0,0,5+ 6+,,40,15,S,40,15,B-,100,0,,,,,,,,,,,,6731,299,2,298,137,422,-4583.0,421,3516,357,8537,422,7840,1,205984740,320,-14215,298, +79,128,AU,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,5677,301,2064,301,1455,500,-6270.0,501,4667,423,8467,423,7825,1,206988395,322,-10810,300, +79,129,AU,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,7164,300,2315,300,1161,499,-5111.0,499,3363,423,8850,499,7804,1,207993450,320,-6101,298, +79,130,AU,,,0,0,(3/2+),GT,300,,NS,0.0000003,5e15,B-,100,0,,,,,,,,,,,,6104,426,2654,401,995,642,,,4510,499,8839,565,7788,2,208997273,429,-2540,400, +79,131,AU,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,7694,446,2902,427,,,,,3202,566,,,7766,2,210002500,430,2329,401, +80,91,HG,,,0,0,,,59,+36-16,US,0.000059,0.000026,A,100,0,,,,,,,,,,,,,,,,7667.69,15,11042.295,304,,,57,361,7685,2,171003736,325,3480,303, +80,92,Hg,,,0,0,0+,,231,9,US,0.000231,0.000009,A,100,0,,,,,,,,,,,,,,,,7523.8,6,8259.262,160,12610,338,785.42,152,7713.591,873,171998863.391,161116,-1058.744,150079, +80,93,Hg,,,0,0,(7/2-),,0.80,8,MS,0.0008,0.00008,A,100,4,,,,,,,,,,,,,,,,7378.02,4,10122.44,197,9722,247,680,204,7725,1,172997091,210,-2710,196, +80,94,Hg,,,0,0,,,2.1,+18-7,MS,0.0021,0.0013,A,99.6,0.4,,,,,,,,,,,,,,,,7233.27,6,7593.991,91,12003,197,1097.54,30,7749.784,110,173992870.583,20624,-6641.009,19211, +80,95,Hg,,,0,0,(7/2-),,10.6,4,MS,0.0106,0.0004,A,100,0,,,,,,,,,,,,,,,,7072.21,5,9431.379,83,9402.88,75,1026,115,7759.231,417,174991441.086,78257,-7972.576,72896, +80,96,Hg,,,0,0,0+,,20.3,14,MS,0.0203,0.0014,A,94,12,,,,,,,,,,,,-12366.544,75904,,,6897.05,6,6736.013,35,11883.69,74,1669.97,40,7782.665,63,175987348.335,11937,-11784.950,11119, +80,97,Hg,,,0,0,(13/2+),,127.3,18,MS,0.1273,0.0018,A,85,0,EC+B+,15,0,,,,,,,,,-9442.016,78098,-21435.45,106,6735.45,50,8762.561,76,9068.91,76,1550.55,82,7789.932,424,176986277.376,80575,-12782.542,75056, +80,98,Hg,,,0,0,0+,,266.5,24,MS,0.2665,0.0024,A,70,0,EC+B+,30,0,,,,,,,,,-11526,90,-21046.69,24,6577.35,3,5987.842,15,11604.68,76,2059.77,15,7811.363,61,177982484.158,11562,-16315.901,10770, +80,99,Hg,,,0,0,(7/2-),,1.05,3,S,1.05,0.03,A,55,25,EC+B+,45,25,ECP,0.15,0,,,,,,-8659.639,47417,-20209,94,6360.42,30,8060.433,30,8683.55,29,1913.36,29,7816.236,152,178981826.899,29272,-16928.134,27267, +80,100,Hg,,,0,0,0+,,2.59,1,S,2.59,0.01,EC+B+,52,2,A,48,2,,,,,,,,,-10863.8,61329,-20053.27,41,6258.5,237,5375.062,14,11393.63,30,2550.85,17,7836.11,70,179978260.249,13579,-20250.447,12649, +80,101,Hg,5.4364,32,0,0,1/2-,,3.6,1,S,3.6,0.1,EC+B+,73,2,A,27,2,ECP,0.013,0.003,,0.5071,,,,-7862.401,17876,-19345.81,62,6284.39,4,7210.0,25,8482.01,20,2324.60,16,7839.679,85,180977819.357,16513,-20661.136,15382, +80,102,Hg,5.3833,52,0,0,0+,,10.83,6,S,10.83,0.06,EC+B+,86.2,0.9,A,13.8,0.9,,,,,,,,,-10248.994,15363,-18849.50,13,5995.68,5,4723.846,23,10987.10,18,2994.76,22,7856.972,54,181974689.132,10510,-23576.922,9790, +80,103,Hg,5.4405,31,0,0,1/2-,,9.4,7,S,9.4,0.7,EC+B+,88.3,2,A,11.7,2,ECP,0.00026,0.00006,,0.524,,,,-7217.417,11716,-18548.06,14,6038.56,4,6386.809,12,8299.07,12,2792.88,21,7859.388,39,182974444.629,7604,-23804.674,7084, +80,104,Hg,5.3949,47,0,0,0+,,30.87,26,S,30.87,0.26,EC+B+,98.89,0.06,A,1.11,0.06,,,,,,,,,-9465.723,14200,-17833.03,14,5662,4,3969.745,24,10615.61,12,3446.45,14,7874.367,55,183971713.221,10802,-26348.965,10062, +80,105,Hg,5.4397,31,0,0,1/2-,,49.1,10,S,49.1,1,EC+B+,94,1,A,6,1,,,,,0.508,,,,-6425.925,24767,-17371.74,17,5772.93,4,5674.477,14,7906.02,17,3153.93,26,7874.538,74,184971890.676,14641,-26183.666,13639, +80,106,Hg,5.4017,43,0,0,0+,,1.38,6,M,82.8,3.6,EC+B+,99.984,0.005,A,0.016,0.005,,,,,,,,,-8652.484,25209,-16852.67,24,5204.44,10,3175.755,24,10426.75,18,3969.92,12,7888.26,63,185969362.017,12507,-28539.097,11650, +80,107,Hg,5.4046,42,0,0,3/2(-),,1.9,3,M,114,18,EC+B+,100,0,A,0.00037,0,,,,,-0.594,,-0.75,,-5673.343,16067,-16302.63,26,5229.64,14,4909.908,26,7650.15,18,3692.05,25,7886.987,74,186969814.158,14928,-28117.930,13905, +80,108,Hg,5.4085,40,0,0,0+,,3.25,15,M,195,9,EC+B+,99.999963,0.000008,A,0.000037,0.000008,,,,,,,,,-7865.513,32325,-15828.64,15,4707.41,16,2169.394,13,10155.30,19,4463.05,25,7899.052,65,187967576.91,13178,-30201.914,12275, +80,109,Hg,5.4100,40,0,0,3/2-,,7.6,1,M,456,6,EC+B+,100,0,A,0.00003,0,,,,,-0.6086,,-0.8,,-5010.3,32643,-15361.32,43,4636.82,41,3955.554,37,7495.80,34,4544.06,32,7896.919,167,188968194.748,33873,-29626.401,31553, +80,110,Hg,5.4158,37,0,0,0+,,20.0,5,M,1200,30,EC+B+,100,0,A,0.00000034,0,,,,,,,,,-6998.67,17782,-14825.91,18,4068.83,27,1462.836,16,9815.61,35,5077.71,26,7907.017,84,189966322.169,17076,-31370.697,15907, +80,111,Hg,5.4171,37,0,0,3/2(-),,49,10,M,2940,600,EC+B+,100,0,,,,,,,,,,,,-4308.951,23461,-14291.19,24,3668.24,33,3206.008,23,7292.52,27,5047.33,23,7903.8,117,190967158.247,23918,-30591.896,22280, +80,112,Hg,5.4232,35,0,0,0+,,4.85,20,H,17460,720,EC,100,0,,,,,,,,,,,,-6139.307,35277,-13799.92,17,3384.46,16,760.563,22,9490.97,27,5502.62,16,7912.066,81,191965634.182,16679,-32011.553,15537, +80,113,Hg,5.4238,35,0,0,3/2(-),,3.80,15,H,13680,540,EC+B+,100,0,,,,,,,,-0.62757,,,,-3584.967,16894,-13261.25,35,2982.25,18,2342.642,18,7121.94,22,5579.03,22,7907.972,80,192966653.377,16645,-31062.179,15505, +80,114,Hg,5.4309,33,0,0,0+,,444,77,Y,14011574400,2429935200,EC,100,0,,,,,,,,,,,,-5246.454,14268,-12778.05,7,2697.59,3,27.991,4,9193.08,16,6068.09,9,7914.597,15,193965449.111,3100,-32183.945,2888, +80,115,Hg,5.4345,32,0,0,1/2-,,10.53,3,H,37908,108,EC+B+,100,0,,,,,,,,0.5414749,,,,-2858.145,25657,-12147.22,27,2259.93,24,1553.638,23,6900.76,23,6090.43,23,7909.397,119,194966705.751,24843,-31013.393,23142, +80,116,Hg,5.4385,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-4329.349,12463,-11742.01,11,2037.6,4,-687.235,4,8883.87,23,6547.88,3,7914.369,15,195965833.444,3163,-31825.941,2946, +80,117,Hg,5.4412,31,0,0,1/2-,,64.14,5,H,230904,180,EC,100,0,,,,,,,,,,,,-2198.58,16637,-11114.95,13,1514.46,3,599.509,3,6785.61,148,6690.49,3,7908.64,16,196967213.713,3442,-30540.229,3207, +80,118,Hg,5.4463,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3425.564,7559,-10683.98,16,1380.84,59,-1373.529,708,8485.40,3,7103.54,50,7911.552,2,197966769.179,491,-30954.310,458, +80,119,Hg,5.4474,31,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,0.5058855,,,,-1486.674,27950,-10088.64,8,822.87,66,-452.327,755,6663.07,57,7254.26,61,7905.279,3,198968280.989,564,-29546.068,526, +80,120,Hg,5.4551,31,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2456.04,5735,-9515.19,28,716.32,67,-2263.178,27,8028.52,11,7698.50,62,7905.895,3,199968326.934,568,-29503.270,529, +80,121,Hg,5.4581,32,0,0,3/2-,,STABLE,,,,,,,,,,,,,,,-0.5602257,,0.387,,-481.704,14181,-8686.63,6,332.29,84,-1261.828,3,6230.59,59,7711.42,27,7897.56,4,200970303.038,763,-27662.542,711, +80,122,Hg,5.4648,33,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-1365.108,1636,-8235.80,14,133.76,219,-2992.345,23,7754.10,20,8233.58,3,7896.85,3,201970643.585,756,-27345.324,705, +80,123,Hg,5.4679,35,0,0,5/2-,,46.594,12,D,4025721.6,1036.8,B-,100,0,,,,,,,,0.84895,,0.343,,492.112,1225,-7360.37,195,-305.5,269,-2125.829,3,5995.26,157,8205.26,23,7887.482,8,202972872.326,1746,-25269.265,1627, +80,124,Hg,5.4744,36,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-344,1186,-7000.09,120,-515.9,20,-4040.145,200,7492.20,165,8835.68,3,7885.545,2,203973494.037,534,-24690.145,498, +80,125,Hg,5.4776,38,0,0,1/2-,,5.14,9,M,308.4,5.4,B-,100,0,,,,,,,,,,,,1533.135,3724,-6012.91,4,-971.94,50,-3517.74,196,5668.91,4,8927,200,7874.732,18,204976073.125,3923,-22287.740,3654, +80,126,Hg,5.4837,40,0,0,0+,,8.32,7,M,499.2,4.2,B-,100,0,,,,,,,,,,,,1307.566,20410,-5196.24,20,-678.59,32,-6730.801,299,6729.38,21,9465,197,7869.172,99,205977513.756,21943,-20945.801,20440, +80,127,Hg,,,0,0,(9/2+),,2.9,2,M,174,12,B-,100,0,,,,,,,,,,,,4547.008,30300,-2305.39,30,714,198,-5677.444,301,3612.96,36,9562,300,7848.61,144,206982300,32000,-16487.444,29808, +80,128,Hg,,,0,0,0+,,41,+5-4,M,2460,270,B-,100,0,,,,,,,,,,,,3484.726,30795,-302.27,31,2232,198,-7164.406,300,4849.28,43,9744,302,7834.191,148,207985759,33000,-13265.406,30739, +80,129,Hg,,,0,0,(9/2+),,36,+7-4,S,36,6,B-,100,0,,,,,,,,,,,,5000,149,35,149,1897,333,-6104.0,427,3450,152,9832,333,7813,1,208990720,160,-8644,149, +80,130,HG,,,0,0,0+,,,,,,,,,,,,,,,,,,,,,3882,196,208,196,1841,357,-7694.0,446,4792,246,10114,445,7799,1,209994240,210,-5365,196, +80,131,HG,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,5454,200,552,196,1491,446,,,3330,277,10242,446,7778,1,210999330,210,-624,196, +80,132,HG,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,4308,359,764,301,1322,499,,,4690,357,,,7763,1,212002960,320,2757,298, +80,133,HG,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,5882,299,1146,359,,,,,3162,422,,,7741,1,213008230,320,7666,298, +80,134,HG,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,4713,446,1323,401,,,,,4560,499,,,7727,2,214012000,430,11178,401, +80,135,HG,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,6297,499,1672,446,,,,,3041,566,,,7705,2,215017400,430,16208,401, +80,136,HG,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,5142,499,1877,499,,,,,4420,566,,,7690,2,216021320,430,19859,401, +81,95,TL,,,0,0,(3- 4- 5-),,5.2,+30-14,MS,0.0052,0.0022,P,100,0,,,,,,,,,,,,,,,,7474.68,94,12366.544,76,,,-1265.20,18,7707.955,427,176000624.367,80607,581.594,75086, +81,96,Tl,,,0,0,(1/2+),,18,5,MS,0.018,0.005,A,73,13,P,27,13,,,,,,,,,,,,,7067,7,9442.016,78,11993.44,78,-1155.45,19,7732.167,122,176996413.797,23219,-3340.526,21629, +81,97,TL,,,0,0,,,254,+11-9,MS,0.254,0.01,A,53,0,EC+B+,47,0,,,,,,,,,-8365,91,,,7020.04,10,11525.901,90,9521,92,-703,117,7742,1,177994857,96,-4790,89, +81,98,Tl,,,0,0,(1/2+),,0.23,4,S,0.23,0.04,A,100,0,P,,0,EC+B+,,0,,,,,,-10319.134,84963,-19914.11,46,6710.54,3,8659.639,47,11549,98,-758.44,40,7763.487,217,178991123.405,41646,-8268.495,38793, +81,99,Tl,,,0,0,(5-),,1.09,1,S,1.09,0.01,EC+B+,94,4,A,6,4,ECSF,0.0032,0.0002,,,,,,-7445.267,61277,-19508.60,97,6709.4,50,10863.8,61,9189.47,71,-252.52,66,7771.409,333,179989923.019,64423,-9386.647,60010, +81,100,Tl,,,0,0,(1/2+),,3.2,3,S,3.2,0.3,A,10,0,,,,,,,,,,,,-9681.385,75959,-18928.67,15,6321.45,6,7862.401,18,11483.40,61,-162.74,14,7791.918,50,180986259.992,9778,-12798.735,9108, +81,101,Tl,,,0,0,(7+),,3.1,10,S,3.1,1,EC+B+,97.5,2.5,A,5,0,,,,,,,,,-6502.815,16927,-18281.89,76,6550.9,6,10248.995,15,8600.51,15,-44.24,19,7796.36,65,181985691.88,12709,-13327.927,11839, +81,102,Tl,,0,0,0,(1/2+),,6.9,7,S,6.9,0.7,EC+B+,0,0,A,,0,,,,,1.62,,,,-9012.038,29657,-17833.46,15,5976.39,9,7217.417,12,11330.65,15,299.31,14,7815.673,51,182982192.846,10017,-16587.257,9331, +81,103,Tl,,,0,0,,,10.1,5,S,10.1,0.5,EC+B+,97.9,0.7,A,2.1,0.7,,,,,,,,,-5831.72,16260,-17379.34,30,6317.35,9,9465.723,14,8367.30,14,367.54,12,7818.671,54,183981875.093,10757,-16883.242,10020, +81,104,Tl,,0,0,0,(1/2+),,19.5,5,S,19.5,0.5,EC+B+,,0,,,,,,,,,,,,-8216.521,26249,-16777.54,24,5688.48,5,6425.925,25,10945.82,23,697.75,23,7835.575,112,184978789.191,22194,-19757.741,20674, +81,105,Tl,,,0,0,(7+),,27.5,10,S,27.5,1,EC+B+,100,0,A,0.006,0,,,,,0.497,,0.06,,-5204.588,25078,-16416.71,28,5989.24,30,8652.484,25,8200.19,30,991.92,26,7837.535,120,185978650.841,24000,-19886.613,22356, +81,106,Tl,,,0,0,(1/2+),AP,51,,S,51,0,EC+B+,100,0,A,0.03,0,,,,,1.55,,,,-7457.628,9525,-15833.88,14,5321.98,7,5673.343,16,10629.29,24,1194.46,14,7852.464,43,186975904.743,8640,-22444.587,8048, +81,107,Tl,5.4017,72,0,0,(2-),,71,2,S,71,2,EC+B+,100,0,,,,,,,,,,,,-4521.198,31734,-15420.76,30,5557.39,37,7865.514,32,7963.13,31,1507.44,33,7853.053,159,187976020.886,32103,-22336.400,29904, +81,108,Tl,,,0,0,(1/2+),,2.3,2,M,138,12,EC+B+,100,0,,,,,,,,,,,,-6772.066,16364,-14872.22,14,4817.13,9,5010.301,33,10351.02,31,1703.16,15,7866.27,44,188973573.527,8983,-24616.100,8368, +81,109,Tl,5.4121,56,0,0,2(-),,2.6,3,M,156,18,EC+B+,100,0,,,,,,,,0.254,,-0.329,,-3955.382,14825,-14599.31,16,4917.91,22,6998.67,18,7827.24,12,2034.60,33,7866.064,42,189973835.551,8532,-24372.027,7948, +81,110,Tl,5.4169,47,0,0,(1/2+),,,,,,,,,,,,,,,,,,,,,-6051.827,37978,-13937.62,15,4319.98,23,4308.951,23,9982.24,11,2201.22,18,7877.144,38,190971784.096,7889,-26282.945,7349, +81,111,Tl,5.4191,51,0,0,(2-),,9.6,4,M,576,24,EC+B+,100,0,,,,,,,,0.2,,-0.335,,-3316.226,34348,-13712.44,49,4074.15,32,6139.307,35,7660.62,33,2569.32,39,7876.016,165,191972225,34000,-25872.246,31671, +81,112,Tl,5.4243,42,0,0,1/2(+),,21.6,8,M,1296,48,EC+B+,100,0,,,,,,,,1.5912,,,,-5282.723,50028,-12992.51,15,3679.83,21,3584.967,17,9676.28,32,2754.63,17,7885.344,35,192970501.997,7200,-27477.212,6707, +81,113,Tl,5.4259,46,0,0,2-,,33.0,5,M,1980,30,EC+B+,100,0,A,0.0000001,0,,,,,0.14,,-0.282,,-2729.552,22343,-12814.32,52,3471.13,14,5246.454,14,7531.60,16,3164.28,21,7883.52,72,193971081.411,15000,-26937.491,13972, +81,114,Tl,5.4325,39,0,0,1/2+,,1.16,5,H,4176,180,EC+B+,100,0,,,,,,,,1.58,,,,-4447.555,21106,-12018.63,21,3217.74,12,2858.145,26,9289.07,18,3260.27,11,7890.728,57,194969774.096,11909,-28155.248,11093, +81,115,Tl,5.4327,42,0,0,2-,,1.84,3,H,6624,108,EC+B+,100,0,,,,,,,,,,,,-2148.28,14356,-11860.22,22,2850.61,20,4329.349,12,7412.66,16,3772.17,26,7888.289,62,195970481.192,13000,-27496.592,12109, +81,116,Tl,5.4388,36,0,0,1/2+,,2.84,4,H,10224,144,EC+B+,100,0,,,,,,,,,,,,-3596.247,17014,-11064.65,18,2638.26,18,2198.58,17,8916.37,20,3804.68,17,7893.508,83,196969573.986,17526,-28341.649,16325, +81,117,Tl,5.4396,36,0,0,2-,,5.3,5,H,19080,1800,EC+B+,100,0,,,,,,,,0,,,,-1461.257,11554,-10854.66,9,2258.27,8,3425.564,8,7258.41,18,4277.49,8,7890.3,38,197970446.673,8100,-27528.746,7545, +81,118,Tl,5.4479,31,0,0,1/2+,,7.42,8,H,26712,288,EC+B+,100,0,,,,,,,,1.6,,,,-2827.589,29679,-10063.22,29,2082.72,28,1486.674,28,8601.96,29,4394.05,28,7893.877,140,198969877,30000,-28059.394,27945, +81,119,Tl,5.4491,31,0,0,2-,,26.1,1,H,93960,360,EC+B+,100,0,,,,,,,,0.04,,,,-796.176,12340,-9886.74,12,1666.56,6,2456.04,6,7059.15,29,4790.13,6,7889.703,29,199970963.602,6182,-27047.230,5759, +81,120,Tl,5.4573,28,0,0,1/2+,,3.0421,17,D,262837.44,146.88,EC,100,0,,,,,,,,1.605,,,,-1909.802,18530,-9001.10,18,1533.98,14,481.704,14,8204.93,15,4966.54,14,7891.271,71,200970820.168,15228,-27180.838,14185, +81,121,Tl,5.4595,27,0,0,2-,,12.31,8,D,1063584,6912,EC+B+,100,0,,,,,,,,,,,,-39.602,4096,-8780.50,14,1175.65,167,1365.108,1754,6870.70,14,5606.64,164,7886.219,8,201972109.089,1723,-25980.216,1606, +81,122,Tl,5.4666,27,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,1.62225787,,,,-974.82,6461,-7892.08,4,907.45,124,-492.112,2001,7852.48,155,5705.02,108,7886.053,6,202972344.022,1252,-25761.377,1166, +81,123,Tl,5.4704,28,0,0,2-,,3.783,12,Y,119382400.8,378691.2,B-,97.08,0.07,EC+B+,2.92,0.07,,,,,0.09,,,,763.748,177,-7630.90,6,469.03,27,344.0,12,6656.08,28,6365.85,125,7880.023,6,203973863.337,1236,-24346.145,1152, +81,124,Tl,5.4759,26,0,0,1/2+,,STABLE,,,,,,,,,,,,,,,,,,,-50.636,503,-6782.30,50,154.92,3,-1533.134,4,7546.05,48,6419.70,127,7878.394,6,204974427.237,1328,-23820.874,1237, +81,125,Tl,,,0,0,0-,,4.202,11,M,252.12,0.66,B-,100,0,,,,,,,,,,,,1532.217,612,-6554.45,61,-325.3,23,-1307.566,20,6503.81,39,7254.60,4,7871.721,6,205976110.026,1378,-22253.367,1284, +81,126,Tl,5.4853,27,0,0,1/2+,,4.77,3,M,286.2,1.8,B-,100,0,,,,,,,,1.876,,,,1417.595,5402,-5320.18,5,-315.93,6,-4547.007,30,6852.40,5,7377.62,21,7866.797,26,206977418.586,5839,-21034.451,5439, +81,127,Tl,5.4946,28,0,0,5+,,3.053,4,M,183.18,0.24,B-,100,0,,,,,,,,0.292,,,,4998.466,1669,-2369.40,167,1475,200,-3484.726,31,3787.00,6,7551.66,30,7847.183,9,207982017.992,1990,-16750.132,1854, +81,128,Tl,,,0,0,1/2+,,2.162,7,M,129.72,0.42,B-,100,0,,,,,,,,,,,,3969.889,6211,32.52,6,2700,196,-5000.757,149,4965.94,6,7668.32,31,7833.397,29,208985351.75,6559,-13644.757,6110, +81,129,Tl,,,0,0,(5+),,1.30,3,M,78,1.8,B-,100,0,B-N,0.007,0,,,,,,,,,5481.534,11561,296.36,12,2543,298,-3881.969,196,3673.53,13,7892,149,7813.588,55,209990072.97,12456,-9246.969,11604, +81,130,TL,,,0,0,,,88,+46-29,S,88,38,B-,100,0,B-N,,0,,,,,,,,,4414.95,41978,579.19,42,2307,303,-5453.998,200,4902.35,43,8002,200,7799.791,199,210993475,45000,-6077.998,41917, +81,131,TL,,,0,0,,,96,+42-38,S,96,40,B-,100,0,B-N,,0,,,,,,,,,5998,200,871,200,2125,359,-4308.0,359,3544,205,8216,280,7780,1,211998335,215,-1551,200, +81,132,TL,,,0,0,,,46,+55-26,S,46,41,B-,100,0,B-N,,0,,,,,,,,,4987.343,27894,1261.34,27,1899,401,-5882.189,299,4737,202,8262,299,7765.43,127,213001915,29000,1783.811,27013, +81,133,TL,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,6647,196,1597,196,1711,446,-4713.0,446,3391,197,8491,357,7745,1,214006940,210,6465,196, +81,134,TL,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,B-N,,0,,,,,,,,,5569,303,2023,298,,,-6297.0,500,4625,357,8556,499,7730,1,215010640,320,9911,298, +81,135,TL,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,7238,357,2304,303,,,-5141.0,500,3265,422,8779,499,7710,1,216015800,320,14718,298, +81,136,TL,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,6073,499,2762,446,,,,,4476,499,8835,566,7695,2,217019660,430,18313,401, +82,96,PB,,,0,0,0+,,0.12,+22-5,MS,0.00012,0.00014,A,100,0,,,,,,,,,,,,,,,,7790.39,14,8364.294,92,,,374.15,32,7690.83,135,178003837.163,25724,3574.294,23963, +82,97,PB,,,0,0,(9/2-),,3.5,+14-8,MS,0.0035,0.0011,A,100,0,,,,,,,,,,,,,,,,7598.3,20,10319.134,85,9594.97,79,448,117,7701.468,422,179002201.452,81149,2050.639,75590, +82,98,Pb,,,0,0,0+,,4.1,3,MS,0.0041,0.0003,A,100,0,,,,,,,,,,,,,,,,7418.65,5,7445.267,61,12063.34,77,961.86,41,7725.7,69,179997915.842,13307,-1941.380,12396, +82,99,Pb,,,0,0,(13/2+),,45,20,MS,0.045,0.02,A,100,0,,,,,,,,,,,,,,,,7240.28,7,9681.385,76,9247.29,76,1019.67,96,7734.107,417,180996653.386,80957,-3117.350,75411, +82,100,Pb,5.3788,35,0,0,0+,,55,5,MS,0.055,0.005,A,98,0,EC+B+,2,0,,,,,,,,,,,,,7065.87,6,6502.815,17,11779.08,76,1315.35,15,7756.332,66,181992672.94,12987,-6825.112,12098, +82,101,Pb,5.3869,30,0,0,(3/2-),,535,30,MS,0.535,0.03,A,90,0,,,,,,,,-1.158,,0.6,,,,,,6928,7,9012.039,30,8821.42,31,1536.26,31,7762.152,154,182991867.668,30221,-7575.218,28151, +82,102,Pb,5.3930,28,0,0,0+,,490,25,MS,0.49,0.025,A,80,15,EC+B+,20,15,,,,,,,,,-12114.59,79153,,,6774.01,3,5831.72,16,11547.62,31,1753.24,16,7782.725,70,183988135.702,13748,-11051.522,12806, +82,103,Pb,5.3984,28,0,0,3/2-,,6.3,4,S,6.3,0.4,A,34,25,EC+B+,,0,,,,,-1.1,,,,-9305,83,-20675.61,80,6695,5,8216.521,26,8561.02,21,1946.95,19,7786.932,87,184987609.989,17364,-11541.220,16175, +82,104,Pb,5.4027,27,0,0,0+,,4.82,3,S,4.82,0.03,EC+B+,60,8,A,40,8,,,,,,,,,-11535.814,20329,-20518,82,6469.98,6,5204.587,25,11212.12,20,2213.26,24,7805.347,61,185984238.196,12199,-14682.026,11363, +82,105,Pb,5.4079,26,0,0,(3/2-),,15.2,3,S,15.2,0.3,EC+B+,90.5,2,A,9.5,2,,,,,,,,,-8603.688,11227,-19912.06,18,6392.8,6,7457.628,10,8376.25,12,2389.32,23,7808.4,27,186983910.836,5468,-14986.959,5094, +82,106,Pb,5.4139,25,0,0,0+,,25.1,1,S,25.1,0.1,EC+B+,90.7,0.8,A,9.3,0.8,,,,,,,,,-10620.515,15427,-19503.25,15,6108.85,3,4521.198,32,10899.56,12,2659.59,13,7824.843,57,187980874.592,11403,-17815.202,10622, +82,107,Pb,5.4177,23,0,0,(3/2-),,39,8,S,39,8,EC+B+,100,0,A,0.4,0,,,,,-1.081,,0.5,,-7779.374,25150,-18720.66,18,5914.72,4,6772.065,16,8100.15,18,2796.60,33,7826.299,74,188980843.639,15096,-17844.035,14062, +82,108,Pb,5.4222,23,0,0,0+,,71,1,S,71,1,EC+B+,99.6,0.04,A,0.4,0.04,,,,,,,,,-9817.066,25800,-18423.30,24,5697.54,5,3955.382,15,10643.93,19,3089.52,15,7841.129,66,189978081.828,13434,-20416.645,12514, +82,109,Pb,5.4229,26,0,0,(3/2-),,1.33,8,M,79.8,4.8,EC+B+,99.987,0.005,A,0.013,0.005,,,,,,,,,-6991.772,38005,-17702.86,44,5461.9,40,6051.827,38,7885.79,39,3148.06,38,7841.363,195,190978281,40000,-20231.118,37260, +82,110,Pb,5.4300,25,0,0,0+,,3.5,1,M,210,6,EC+B+,99.9941,0.0007,A,0.0059,0.0007,,,,,,,,,-9021.485,32917,-17387.99,15,5220.98,5,3316.226,34,10396.22,40,3562.04,15,7854.669,69,191975785.115,14273,-22556.020,13295, +82,111,Pb,5.4310,23,0,0,(3/2-),,,,,,,EC+B+,,0,,,,,,,,,,,,-6309.931,50152,-16731.27,58,5007,59,5282.722,50,7709.79,51,3611.21,59,7853.919,257,192976173.234,53222,-22194.490,49577, +82,112,Pb,5.4372,23,0,0,0+,,10.7,6,M,642,36,EC+B+,100,0,A,0.0000073,0.0000029,,,,,,,,,-8179.128,18498,-16394.70,19,4737.84,17,2729.551,22,10084.77,53,4019.70,19,7865.418,90,193974011.706,18717,-24207.940,17435, +82,113,Pb,5.4389,45,0,0,3/2-,AP,15,,M,900,0,EC+B+,100,0,,,,,,,,,,,,-5682.132,18722,-15750.20,19,4459.29,29,4447.555,21,7571.07,25,4059.17,23,7863.908,92,194974548.743,19280,-23707.693,17960, +82,114,Pb,5.4444,23,0,0,0+,,37,3,M,2220,180,EC+B+,100,0,A,0.00003,0,,,,,,,,,-7339.281,25616,-15394.07,9,4238.33,17,2148.28,14,9711.94,20,4482.03,13,7873.337,39,195972787.466,8277,-25348.312,7710, +82,115,Pb,5.4446,23,0,0,3/2-,,8.1,17,M,486,102,EC+B+,100,0,,,,,,,,-1.075,,-0.08,,-5058.21,9619,-14807.69,25,3891.86,16,3596.248,17,7468.41,9,4537.78,13,7871.282,24,196973434.717,5157,-24745.401,4804, +82,116,Pb,5.4524,22,0,0,0+,,2.4,1,H,8640,360,EC+B+,100,0,,,,,,,,,,,,-6698.003,29283,-14451.62,12,3691.54,9,1461.257,12,9393.41,10,5014.81,19,7878.969,44,197972015.397,9393,-26067.489,8750, +82,117,Pb,5.4529,22,0,0,3/2-,,90,10,M,5400,600,EC+B+,100,0,,,,,,,,-1.0742,,0.08,,-4434.239,14547,-13933.64,30,3356.67,25,2827.59,30,7235.63,13,4992.03,13,7875.736,50,198972912.542,10730,-25231.804,9996, +82,118,Pb,5.4611,20,0,0,0+,,21.5,4,H,77400,1440,EC,100,0,,,,,,,,,,,,-5880.299,24852,-13524.81,15,3149.97,11,796.176,12,9090.57,15,5480.63,30,7881.81,55,199971818.332,11730,-26251.054,10927, +82,119,Pb,5.4629,19,0,0,5/2-,,9.33,3,H,33588,108,EC+B+,100,0,,,,,,,,0.6753,,-0.01,,-3854.603,20481,-12971.60,26,2844.28,14,1909.802,20,7091.30,18,5512.78,15,7877.877,68,200972870.425,14758,-25271.036,13747, +82,120,Pb,5.4705,17,0,0,0+,,52.5E+3,28,Y,1656774000000,88361280000,EC,100,0,A,1,,,,,,,,,,-5199.13,15856,-12595.50,16,2588.78,4,39.602,4,8740.89,14,6048.75,15,7882.15,19,201972151.604,4075,-25940.614,3796, +82,121,Pb,5.4727,17,0,0,5/2-,,51.92,3,H,186912,108,EC,100,0,,,,,,,,0.6864,,0.095,,-3261.729,14356,-12116.39,17,2334.6,7,974.82,7,6917.26,8,6095.31,7,7877.397,32,202973390.535,7036,-24786.557,6554, +82,122,Pb,5.4803,14,0,0,0+,GE,1.4E+17,,Y,4.418064e24,1.57787997790968e32,A,,0,,,,,,,,,,,,-4463.996,9248,-11656.38,13,1968.46,113,-763.747,1625,8394.65,6,6637.49,34,7879.932,6,203973043.42,1230,-25109.892,1146, +82,123,Pb,5.4828,15,0,0,5/2-,,1.73E+7,7,Y,545946480000000,22090320000000,EC,100,0,,,,,,,,,,,,-2705.734,5107,-11195.66,9,1467.39,106,50.635,1685,6731.66,11,6713.06,21,7874.331,6,204974481.597,1228,-23770.239,1144, +82,124,Pb,5.4902,14,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-3757.306,7546,-10792.40,5,1134.82,105,-1532.217,172,8086.66,6,7253.68,50,7875.362,6,205974465.124,1227,-23785.584,1144, +82,125,Pb,5.4943,14,0,0,1/2-,,STABLE,,,,,,,,,,,,,,,,,,,-2397.42,2118,-10495.09,8,392.3,127,-1417.596,6,6737.78,10,7487.65,62,7869.866,6,206975896.735,1230,-22452.047,1147, +82,126,Pb,5.5012,13,0,0,0+,,STABLE,,,,,,,,,,,,,,,,,,,-2878.375,2013,-9765.29,212,516.63,118,-4998.466,2181,7367.87,5,8003.12,5,7867.453,6,207976651.918,1231,-21748.598,1148, +82,127,Pb,5.5100,14,0,0,9/2+,,3.234,7,H,11642.4,25.2,B-,100,0,,,,,,,,-1.4735,,-0.27,,644.016,1146,-6815.74,218,2248.18,4,-3969.889,6,3937.37,134,8153.48,213,7848.648,8,208981089.898,1875,-17614.646,1747, +82,128,Pb,5.5208,16,0,0,0+,,22.20,22,Y,700578720,6942672,B-,100,0,A,0.0000019,0.0000004,,,,,,,,,63.476,499,-4541.16,51,3792.38,20,-5481.533,12,5185.17,125,8372.72,6,7835.965,7,209984188.301,1553,-14728.502,1447, +82,129,Pb,5.5290,17,0,0,9/2+,,36.1,2,M,2166,12,B-,100,0,,,,,,,,-1.4037,,0.087,,1366.183,5471,-3772.29,252,3569.58,30,-4414.95,42,3835.76,257,8534.95,12,7817.007,11,210988735.356,2426,-10492.948,2261, +82,130,Pb,5.5396,19,0,0,0+,,10.64,1,H,38304,36,B-,100,0,,,,,,,,,,,,569.104,1825,-3761.04,6,3291.64,31,-5997.85,200,5127.22,246,8759.82,42,7804.319,9,211991895.975,1977,-7548.850,1842, +82,131,Pb,,,0,0,(9/2+),,10.2,3,M,612,18,B-,100,0,,,,,,,,,,,,2028.103,8371,-3156.89,7,3016,149,-4987.343,28,3726.00,7,8942,200,7785.172,33,212996560.867,7465,-3203.532,6954, +82,132,Pb,5.5577,23,0,0,0+,,27.06,7,M,1623.6,4.2,B-,100,0,,,,,,,,,,,,1017.984,11256,-3022.45,5,2758,196,-6647.769,196,5050.55,7,9255.55,27,7772.394,9,213999803.788,2120,-182.769,1975, +82,133,PB,,,0,0,(9/2+),,147,12,S,147,12,B-,100,0,,,,,,,,,,,,2712.922,52748,-2528.32,54,2541,203,-5568.756,303,3546.30,52,9411,203,7752.737,244,215004661.59,56304,4342.244,52448, +82,134,PB,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,1606,196,-2221,196,2298,357,-7238.0,357,4934,203,9720,357,7740,1,216008030,210,7480,196, +82,135,PB,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,3510,299,-1705,298,2149,422,-6073.0,500,3311,357,9767,422,7719,1,217013140,320,12240,298, +82,136,PB,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,2237,299,-1348,299,1851,499,,,4858,422,10149,499,7706,1,218016590,320,15453,298, +82,137,PB,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,3996,446,-1009,401,1646,566,,,3246,499,10191,566,7686,2,219021770,430,20279,401, +82,138,PB,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,2850,499,-685,446,1385,566,,,4681,566,,,7672,2,220025410,430,23669,401, +83,101,Bi,,,0,0,,,13,2,MS,0.013,0.002,A,100,0,,,,,,,,,,,,,,,,8024.8,50,12114.59,79,,,-1349.32,83,7712.633,425,184001141.25,83854,1063.068,78110, +83,102,Bi,,,0,0,1/2+,,58,4,US,0.000058,0.000004,P,90,2,A,10,2,,,,,,,,,,,,,8138,81,9305.22,83,11370,113,-1527,81,7732,0,184997600,87,-2236,81, +83,103,Bi,,,0,0,(3+),,15.0,17,MS,0.015,0.0017,A,100,0,,,,,,,,,,,,-7247.186,24870,,,7756.8,12,11535.814,20,8982,83,-1106.04,23,7739.121,91,185996622.402,18096,-3146.212,16857, +83,104,Bi,,,0,0,(9/2-),,37,2,MS,0.037,0.002,A,100,0,,,,,,,,,,,,-9211.868,33430,-18555.56,21,7779.07,4,8603.688,11,11308.38,20,-1009.78,15,7758.208,54,186993147.276,10740,-6383.271,10005, +83,105,Bi,,,0,0,,,0.21,9,S,0.21,0.09,EC+B+,100,0,A,0,0,,,,,,,,,-6650.374,22892,-18094.60,34,7263.64,5,10620.515,15,8882.73,15,-503.30,12,7764.189,60,187992276.184,12009,-7194.687,11187, +83,106,Bi,,,0,0,(9/2-),,658,47,MS,0.658,0.047,A,100,0,,,,,,,,,,,,-8642.656,30354,-17591.66,29,7268.17,271,7779.375,25,10941.29,24,-461.57,23,7780.999,110,188989195.141,22384,-10064.660,20851, +83,107,Bi,,,0,0,(3+),,6.3,1,S,6.3,0.1,A,90,0,EC+B+,10,0,,,,,,,,,-6035.742,26275,-17248.89,32,6862.12,3,9817.066,26,8606.24,31,44.52,27,7785.342,119,189988620.883,24221,-10599.579,22562, +83,108,Bi,,,0,0,(9/2-),,12.4,3,S,12.4,0.3,A,51,10,EC+B+,49,10,,,,,,,,,-8170.612,10320,-16746.83,15,6780.32,3,6991.771,38,10711.08,24,111.67,15,7800.661,39,190985786.975,8037,-13239.347,7487, +83,109,Bi,,,0,0,(3+),,34.6,9,S,34.6,0.9,EC+B+,88,5,A,12,5,,,,,,,,,-5463.873,32095,-16537.12,31,6376.95,4,9021.485,33,8366.51,31,592.39,48,7803.608,157,191985470.078,32326,-13534.535,30112, +83,110,Bi,,,0,0,(9/2-),,63.6,30,S,63.6,3,EC+B+,96.5,1.5,A,3.5,1.5,,,,,,,,,-7559.241,16387,-15885.21,13,6306.63,5,6309.931,50,10421.34,31,617.51,15,7817.171,39,192982947.223,8132,-15884.559,7576, +83,111,Bi,,,0,0,(3+),,95,3,S,95,3,EC+B+,99.54,0.25,A,0.46,0.25,,,,,,,,,-5024.156,14313,-15774.81,16,5918.3,5,8179.129,18,8215.57,10,1123.29,50,7819.225,32,193982792.362,6632,-16028.811,6178, +83,112,Bi,,,0,0,[9/2-],,183,4,S,183,4,EC+B+,99.97,0.02,A,0.03,0.02,,,,,,,,,-6969.303,37737,-15092.22,14,5832.47,5,5682.132,19,10068.07,8,1106.59,18,7830.757,27,194980648.762,5675,-18025.561,5287, +83,113,Bi,,,0,0,(3+),,308,12,S,308,12,EC+B+,100,0,A,0.00115,0.00034,,,,,,,,,-4535.989,27916,-15024.09,45,5438.3,40,7339.281,26,8054.79,25,1590.31,30,7831.9,125,195980666.509,26224,-18009.031,24428, +83,114,Bi,,,0,0,(9/2-),,9.33,50,M,559.8,30,EC+B+,100,0,A,0.0001,,,,,,,,,,-6329.202,50373,-14285.47,16,5365.11,11,5058.21,10,9749.48,26,1627.85,11,7841.634,42,196978864.929,8946,-19687.191,8333, +83,115,Bi,,,0,0,(2+ 3+),,10.3,3,M,618,18,EC+B+,100,0,,,,,,,,,,,,-3896.134,32932,-14082.81,57,5143.09,31,6698.003,29,7753.61,29,1913.06,28,7841.189,141,197979206,30000,-19369.486,27945, +83,116,Bi,,,0,0,9/2-,,27,1,M,1620,60,EC+B+,100,0,,,,,,,,4.6,,,,-5589.083,20919,-13395.53,20,4932.77,7,4434.238,15,9499.40,30,2019.05,14,7849.522,53,198977672.893,11345,-20797.566,10568, +83,117,Bi,,,0,0,7+,,36.4,5,M,2184,30,EC+B+,100,0,,,,,,,,,,,,-3428.994,23573,-13233.59,29,4700.92,25,5880.299,25,7644.51,25,2427.92,24,7848.497,112,199978131.093,23962,-20370.755,22321, +83,118,Bi,,,0,0,9/2-,,103,3,M,6180,180,EC+B+,100,0,,,,,,,,4.8,,,,-4895.248,15962,-12545.99,17,4500.3,6,3854.603,20,9117.00,27,2454.35,19,7854.808,76,200977008.512,16299,-21416.433,15183, +83,119,Bi,5.4840,912,0,0,5+,,1.71,4,H,6156,144,EC+B+,100,0,,,,,,,,4.259,,-0.72,,-2799.868,17666,-12291.62,16,4362.35,17,5199.13,16,7396.37,22,2759.42,21,7852.539,76,201977733.1,16528,-20741.484,15396, +83,120,Bi,5.4911,911,0,0,9/2-,,11.76,5,H,42336,180,EC+B+,100,0,,,,,,,,-0.67,,4.017,,-4213.939,15433,-11654.53,15,4109.65,31,3261.73,14,8854.66,20,2873.18,13,7857.475,63,202976892.145,13717,-21524.827,12778, +83,121,Bi,5.4934,910,0,0,6+,,11.22,10,H,40392,360,EC+B+,100,0,,,,,,,,4.322,,-0.49,,-2304.652,14335,-11406.32,13,3976.42,11,4463.996,9,7192.39,16,3148.31,11,7854.215,45,203977835.717,9854,-20645.896,9180, +83,122,Bi,5.5008,909,0,0,9/2-,,15.31,4,D,1322784,3456,EC+B+,100,0,,,,,,,,,,,,-3543.106,11280,-10794.58,12,3691.42,15,2705.735,5,8489.93,11,3243.58,5,7857.316,25,204977386.323,5487,-21064.504,5111, +83,123,Bi,5.5034,909,0,0,6+,,6.243,3,D,539395.2,259.2,EC+B+,100,0,,,,,,,,4.361,,-0.39,,-1839.604,8600,-10578.20,13,3527.02,8,3757.306,8,7035.09,9,3547.01,8,7853.324,37,205978498.757,8193,-20028.278,7632, +83,124,Bi,5.5103,907,0,0,9/2-,,31.55,4,Y,995642280,1262304,EC+B+,100,0,,,,,,,,,,,,-2908.852,6614,-9937.27,5,3281.83,213,2397.42,265,8097.67,8,3558.01,212,7854.505,12,206978470.471,2573,-20054.627,2397, +83,125,Bi,5.5147,907,0,0,5+,,3.68E+5,4,Y,11613196800000,126230400000,EC+B+,100,0,,,,,,,,4.578,,-0.51,,-1400.628,2397,-9795.77,7,3051.01,200,2878.375,2574,6886.91,271,3707.15,200,7849.853,11,207979741.981,2473,-18870.223,2304, +83,126,Bi,5.5211,906,0,0,9/2-,,2.01E19,8,Y,6.3430776e26,2.524608e25,A,100,0,,,,,,,,4.1103,,-0.55,,-1892.57,1564,-8860.38,152,3137.3,77,-644.016,2216,7459.76,186,3799.03,78,7847.987,7,208980398.519,1464,-18258.662,1364, +83,127,Bi,5.5300,903,0,0,1-,,5.012,5,D,433036.8,432,B-,100,0,A,0.000132,0.00001,,,,,-0.04451,,0.136,,1161.159,766,-6497.20,156,5036.47,78,-63.477,1988,4604.63,8,4466.30,114,7832.542,6,209984120.156,1462,-14791.979,1363, +83,128,Bi,,,0,0,9/2-,,2.14,2,M,128.4,1.2,A,99.724,0.004,B-,0.276,0.004,,,,,3.79,,,,573.439,5430,-3977.31,5,6750.4,46,-1366.183,6,5138.47,5,4419.60,5,7819.774,26,210987268.698,5842,-11859.131,5442, +83,129,Bi,5.5489,901,0,0,1(-),,60.55,6,M,3633,3.6,B-,64.06,0.06,A,35.94,0.06,,,,,0.41,,0.1,,2251.533,1667,-3756.70,175,6207.26,3,-569.104,2613,4330.14,6,4913.98,268,7803.313,9,211991285.016,1989,-8117.954,1854, +83,130,Bi,5.5586,900,0,0,9/2-,,45.59,6,M,2735.4,3.6,B-,97.8,0.1,A,2.2,0.1,,,,,3.717,,-0.6,,1421.949,5490,-2933.46,5,5988.21,3,-2028.103,9,5185.00,5,4971.76,5,7791.021,24,212994383.608,5456,-5231.635,5082, +83,131,Bi,,,0,0,1-,,19.9,4,M,1194,24,B-,99.979,0.001,A,0.021,0.001,B-A,0.003,,,,,,,3269.293,11165,-2618.49,12,5621.3,3,-1017.984,11,4040.44,12,5286.19,13,7773.495,52,213998710.938,12033,-1200.753,11209, +83,132,Bi,,,0,0,(9/2-),,7.6,2,M,456,12,B-,100,0,,,,,,,,,,,,2171.028,5530,-1971.95,6,5282.4,42,-2712.922,53,5241.24,13,5476.88,6,7761.717,26,215001749.149,6037,1629.322,5624, +83,133,Bi,,,0,0,(6- 7-),,2.25,5,M,135,3,B-,100,0,,,,,,,,,,,,4091.571,11324,-1655.62,11,5000,200,-1606.009,196,3826.65,13,5757.22,54,7743.499,52,216006305.989,12000,5873.991,11178, +83,134,Bi,,,0,0,(9/2-),,98.5,13,S,98.5,1.3,B-,100,0,,,,,,,,,,,,2846.444,18870,-1123.78,18,4521.24,32,-3510.038,299,5215.35,21,6039,196,7731.848,82,217009372,19000,8729.962,17698, +83,135,Bi,,,0,0,,,33,1,S,33,1,B-,100,0,,,,,,,,,,,,4859.136,27085,-738.80,28,4327,197,-2236.963,299,3585.24,32,6313,299,7712.827,124,218014188,29000,13216.037,27013, +83,136,BI,,,0,0,,,22,7,S,22,7,B-,,0,,,,,,,,,,,,3601,196,-146,196,3947,357,-3996.0,446,5005,197,6460,357,7700,1,219017480,210,16283,196, +83,137,BI,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,5555,299,66,298,3676,422,-2850.0,500,3535,357,6749,499,7682,1,220022350,320,20819,298, +83,138,BI,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,4324,299,763,299,3360,499,,,4792,422,6860,499,7668,1,221025870,320,24098,298, +83,140,BI,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,5058,446,1579,403,,,,,4664,500,,,7636,2,223034500,430,32137,401, +83,141,BI,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,6920,445,1680,445,,,,,3378,566,,,7617,2,224039539,429,36830,400, +84,102,Po,,,0,0,0+,,28,+16-6,US,0.000028,0.000011,A,100,0,,,,,,,,,,,,,,,,8501.17,14,7247.186,25,,,952,83,7695.951,98,186004402.577,19630,4100.974,18286, +84,103,PO,,,0,0,(1/2- 5/2-),,1.40,25,MS,0.0014,0.00025,A,100,0,,,,,,,,,,,,,,,,7978.9,15,9211.868,33,9343.69,37,1314.16,36,7704.763,171,187003036.624,34243,2828.597,31898, +84,104,Po,,,0,0,0+,,0.40,+20-15,MS,0.0004,0.00018,EC+B+,100,0,A,0,0,,,,,,,,,,,,,8082.29,15,6650.374,23,11444.23,38,1450.01,22,7724.653,106,187999415.655,21441,-544.313,19973, +84,105,Po,,,0,0,(7/2-),,3.5,5,MS,0.0035,0.0005,A,100,0,,,,,,,,,,,,,,,,7694.3,15,8642.655,30,8949.01,30,1516.29,25,7731.131,117,188998473.415,23681,-1422.005,22059, +84,106,Po,,,0,0,0+,,2.46,5,MS,0.00246,0.00005,A,100,0,,,,,,,,,,,,,,,,7693.27,7,6035.742,26,11213.15,26,1788.15,25,7749.458,71,189995100.519,14455,-4563.837,13465, +84,107,Po,,,0,0,(3/2-),,22,1,MS,0.022,0.001,A,99,1,,,,,,,,,,,,-8932.653,17600,,,7493.31,5,8170.612,10,8576.22,15,1758.13,24,7753.786,37,190994558.488,7624,-5068.735,7103, +84,108,Po,5.5220,178,0,0,0+,,32.2,3,MS,0.0322,0.0003,A,99.5,0,EC+B+,0.5,0,,,,,,,,,-10996.516,30008,-20005.90,20,7319.63,3,5463.874,32,11073.24,13,2120.29,13,7771.075,58,191991335.788,11926,-8070.661,11110, +84,109,Po,,0,0,0,(3/2-),,388,40,MS,0.388,0.04,A,100,0,,,,,,,,-0.389,,-1.31,,-8257.998,26059,-19322.49,31,7093.8,4,7559.241,16,8325.97,18,2079.75,33,7773.95,75,192991062.403,15599,-8325.318,14531, +84,110,Po,5.5167,178,0,0,0+,,0.392,4,S,0.392,0.004,A,100,0,EC+B+,,0,,,,,,,,,-10284.492,28076,-19008.65,25,6987.07,3,5024.156,14,10750.65,19,2409.07,15,7789.294,67,193988186.015,13860,-11004.655,12911, +84,111,Po,,0,0,0,(3/2-),,4.64,9,S,4.64,0.09,A,94,4,EC+B+,6,4,,,,,-0.601,,-0.87,,-7585.964,38571,-18407.41,45,6749.94,280,6969.302,38,8122.92,40,2316.42,38,7791.005,192,194988130.617,40112,-11056.259,37364, +84,112,Po,5.5136,178,0,0,0+,,5.8,2,S,5.8,0.2,A,98,0,EC+B+,2,0,,,,,,,,,-9558.365,33162,-18074.06,17,6658.06,241,4535.989,28,10488.10,40,2736.45,15,7804.766,69,195985536.094,14506,-13473.042,13512, +84,113,Po,,0,0,0,(3/2-),,84,16,S,84,16,EC+B+,56,7,A,44,7,,,,,-0.882,,-0.44,,-7002.739,50317,-17514.63,58,6411.58,3,6329.201,50,7956.27,51,2637.93,55,7805.535,252,196985659.607,53332,-13357.990,49679, +84,114,Po,5.5146,178,0,0,0+,,1.760,24,M,105.6,1.44,A,57,2,EC+B+,43,2,,,,,,,,,-8758.839,18386,-17189.42,19,6309.67,137,3896.134,33,10186.68,53,3075.13,19,7817.561,88,197983388.672,18705,-15473.352,17424, +84,115,Po,,0,0,0,(3/2-),,5.47,15,M,328.2,9,EC+B+,92.5,0.3,A,7.5,0.3,,,,,-0.912,,-0.27,,-6385.111,18845,-16565.29,19,6074.29,190,5589.083,21,7806.45,25,3127.97,33,7817.505,91,198983673.021,19387,-15208.483,18060, +84,116,Po,5.5199,178,0,0,0+,,11.51,8,M,690.6,4.8,EC+B+,88.9,0.3,A,11.1,0.3,,,,,,,,,-7953.869,25612,-16189.71,9,5981.64,185,3428.994,24,9804.60,20,3433.17,13,7827.44,38,199981812.27,8135,-16941.761,7579, +84,117,Po,,0,0,0,3/2-,,15.6,1,M,936,6,EC+B+,98.87,0.03,A,1.13,0.03,,,,,-0.984,,0.1,,-5731.747,9561,-15604.61,25,5799.3,170,4895.248,16,7650.74,9,3439.40,23,7826.561,25,200982263.777,5305,-16521.185,4942, +84,118,Po,5.5281,177,0,0,0+,,44.6,4,M,2676,24,EC+B+,98.08,0.07,A,1.92,0.07,,,,,,,,,-7350.884,29289,-15223.50,12,5700.96,169,2799.868,18,9491.75,10,3814.15,17,7834.805,43,201980738.881,9307,-17941.616,8670, +84,119,Po,,0,0,0,5/2-,,36.7,5,M,2202,30,EC+B+,99.89,0.02,A,0.11,0.02,,,,,0.7405,,0.17,,-5148.332,13666,-14791.47,29,5496,5,4213.938,15,7440.59,12,3858.38,18,7832.863,43,202981415.995,9291,-17310.889,8655, +84,120,Po,5.5378,177,0,0,0+,,3.519,12,H,12668.4,43.2,EC+B+,99.33,0.03,A,0.67,0.03,,,,,,,,,-6465.811,24860,-14250.00,15,5484.89,137,2304.652,14,9101.67,14,4105.39,17,7839.083,54,203980309.863,11822,-18341.244,11013, +84,121,Po,5.5389,177,0,0,5/2-,,1.74,8,H,6264,288,EC+B+,99.96,0.01,A,0.04,0.01,,,,,0.76,,0.17,,-4549.452,18130,-13717.28,24,5324.72,10,3543.106,11,7251.47,15,4164.47,14,7836.216,49,204981190.004,10798,-17521.398,10059, +84,122,Po,5.5480,177,0,0,0+,,8.8,1,D,760320,8640,EC+B+,94.55,0.05,A,5.45,0.05,,,,,,,,,-5758.956,15580,-13288.04,16,5327.02,130,1839.604,9,8738.59,11,4413.14,6,7840.597,19,205980473.654,4306,-18188.674,4011, +84,123,Po,5.5501,177,0,0,5/2-,,5.80,2,H,20880,72,EC+B+,99.979,0.002,A,0.021,0.002,,,,,0.79,,0.28,,-3918.358,14075,-12787.37,16,5215.87,250,2908.852,7,7028.42,8,4406.47,10,7836.673,32,206981593.252,7148,-17145.775,6659, +84,124,Po,5.5584,176,0,0,0+,,2.898,2,Y,91453924.8,63115.2,A,99.996,0.0004,EC+B+,0.004,0.0004,,,,,,,,,-4999.725,9086,-12313.50,13,5215.38,130,1400.627,2885,8395.14,7,4703.94,249,7839.358,8,207981245.616,1864,-17469.596,1737, +84,125,Po,5.5628,176,0,0,1/2-,,124,3,Y,3913142400,94672800,A,99.546,0.007,EC+B+,0.454,0.007,,,,,0.68,,,,-3483.478,5287,-11967.54,9,4979.23,136,1892.57,224,6967.81,189,4784.84,243,7835.188,9,208982430.276,1908,-16366.092,1778, +84,126,Po,5.5704,176,0,0,0+,,138.376,2,D,11955686.4,172.8,A,100,0,,,,,,,,,,,,-3980.96,7610,-11141.84,5,5407.53,7,-1161.158,1781,7658.36,136,4983.45,77,7834.346,5,209982873.601,1230,-15953.137,1146, +84,127,Po,,0,0,0,9/2+,,0.516,3,S,0.516,0.003,A,100,0,,,,,,,,-1.197,,-0.77,,-785.307,2539,-8531.71,8,7594.56,51,-573.44,6,4550.75,52,4929.56,92,7818.784,6,210986653.085,1347,-12432.571,1255, +84,128,Po,,,0,0,0+,,0.299,2,US,0.000000299,0.000000002,A,100,0,,,,,,,,,,,,-1741.266,2107,-6793.54,249,8954.2,11,-2251.533,2183,6008.23,52,5799.33,5,7810.243,5,211988867.896,1236,-10369.487,1152, +84,129,Po,,,0,0,9/2+,,3.72,2,US,0.00000372,0.00000002,A,100,0,,,,,,,,,,,,-73.989,5465,-6096.68,3,8536.15,256,-1421.949,6,4355.41,286,5824.60,3,7794.024,14,212992857.083,3277,-6653.584,3053, +84,130,Po,,,0,0,0+,,164.3,20,US,0.0001643,0.000002,A,100,0,,,,,,,,,,,,-1090.215,4107,-5961.77,5,7833.54,6,-3269.293,11,5887.78,283,6527.38,5,7785.116,7,213995201.208,1555,-4470.046,1449, +84,131,Po,,,0,0,9/2+,,1.781,5,MS,0.001781,0.000005,A,99.99977,0.00002,B-,0.00023,0.00002,,,,,,,,,714.049,6819,-5233.19,5,7526.33,81,-2171.028,6,4142.98,246,6629.92,11,7768.176,10,214999418.454,2276,-541.706,2121, +84,132,Po,5.6359,174,0,0,0+,,0.145,2,S,0.145,0.002,A,100,0,,,,,,,,,,,,-474.246,3571,-5033.14,7,6906.35,51,-4091.571,11,5747.19,229,7135.87,6,7758.819,8,216001913.506,1949,1782.420,1816, +84,133,Po,,,0,0,(11/2+),,1.46,5,S,1.46,0.05,A,95,0,B-,5,0,,,,,,,,,1488.883,7979,-4444.47,7,6662.13,235,-2846.444,19,3970.22,7,7279.44,13,7741.36,30,217006316.216,7025,5883.518,6544, +84,134,Po,5.6558,173,0,0,0+,,3.098,12,M,185.88,0.72,A,99.98,0.002,B-,0.02,0.002,,,,,,,,,258.738,11649,-4109.05,5,6114.75,9,-4859.136,27,5597.93,7,7662.03,18,7731.528,9,218008971.502,2118,8356.901,1973, +84,135,Po,,,0,0,(9/2+),,620,59,S,620,59,B-,71.8,2,A,28.2,2,,,,,,,,,2285.283,16163,-3488.12,20,5914.2,50,-3601.641,197,3746.86,16,7823.65,31,7713.333,72,219013614,17000,12681.359,15835, +84,136,Po,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,887.714,22549,-3203.93,18,5359,196,-5555.539,299,5489.22,24,8308,196,7703.224,80,220016386,19000,15263.461,17698, +84,137,Po,,,0,0,,,112,+58-28,S,112,43,B-,100,0,,,,,,,,,,,,2991.027,24039,-2673.31,24,5109,299,-4324.245,299,3561.02,26,8334,299,7684.481,89,221021228,21000,19773.755,19561, +84,138,PO,,,0,0,0+,,550,430,S,550,430,,,,,,,,,,,,,,,1533.239,43071,-2367.78,42,4608,301,-6242.735,303,5358.81,45,8900,301,7674.005,180,222024140,43000,22486.265,40054, +84,139,PO,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,3651,196,-1946,196,4375,446,-5058.0,446,3479,200,8940,358,7655,1,223029070,210,27079,196, +84,140,PO,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,2199,197,-1589,196,3816,446,-6920.0,445,5240,277,9515,446,7644,1,224032110,210,29910,196, +84,141,PO,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,4136,422,-1252,299,,,,,3451,357,9589,499,7626,1,225037070,320,34530,298, +84,142,PO,,,0,0,0+,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,2934,499,-917,499,,,,,5053,499,,,7614,2,226040310,430,37549,401, +84,143,PO,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,4797,499,-405,499,,,,,3339,566,,,7596,2,227045390,430,42281,401, +85,106,At,,,0,0,(1/2+),,1.7,+11-5,MS,0.0017,0.0008,A,100,0,,,,,,,,,,,,,,,,7822.27,14,8932.652,18,,,-1138.78,21,7702.923,84,191004148.086,17287,3863.917,16103, +85,107,At,,,0,0,(9- 10-),,88,6,MS,0.088,0.006,A,100,0,,,,,,,,,,,,,,,,7695.63,26,10996.515,30,9009.38,32,-705.62,29,7709.727,145,192003141.034,29926,2925.854,27876, +85,108,At,,,0,0,(1/2+),,28,+5-4,MS,0.028,0.005,A,100,0,,,,,,,,,,,,-9110.231,33144,,,7572.42,7,8257.998,26,11064.49,35,-714.37,24,7727.109,112,192999927.728,23222,-67.320,21632, +85,109,At,,,0,0,,AP,40,,MS,0.04,0,A,,0,EC+B+,,0,,,,,,,,,-6443.658,30119,-17834.39,35,7454.5,11,10284.492,28,8724.16,33,-316.18,29,7732.249,129,193999226.872,26764,-720.163,24931, +85,110,At,,,0,0,(1/2+),,290,20,MS,0.29,0.02,A,100,0,,,,,,,,,,,,-8520.575,51401,-17265.11,19,7344.14,6,7585.964,39,10821.45,27,-245.39,16,7748.091,49,194996274.485,10276,-3470.295,9573, +85,111,At,,,0,0,(3+),,0.388,7,S,0.388,0.007,A,95.1,0,EC+B+,4.9,0,,,,,,,,,-5885.668,33540,-17036.27,59,7194.94,3,9558.365,33,8515.70,32,147.39,48,7752.007,155,195995797.421,32511,-3914.677,30284, +85,112,At,,,0,0,(9/2-),,0.388,6,S,0.388,0.006,A,96.1,1.2,EC+B+,3.9,1.2,,,,,,,,,-7865.603,18054,-16397.56,16,7104.39,3,7002.74,50,10511.89,31,171.18,16,7766.017,41,196993177.357,8570,-6355.250,7983, +85,113,At,,,0,0,(3+),,4.2,2,S,4.2,0.2,A,90,10,EC+B+,10,10,,,,,,,,,-5484.155,14647,-16296.18,17,6889.38,193,8758.839,18,8430.58,10,645.49,50,7769.373,30,197992791.673,6300,-6714.513,5868, +85,114,At,,,0,0,(9/2-),,7.03,15,S,7.03,0.15,A,90,5,EC+B+,10,5,,,,,,,,,-7323.921,37972,-15664.33,14,6777.27,114,6385.111,19,10180.18,8,638.99,18,7781.488,27,198990527.719,5780,-8823.372,5384, +85,115,At,,,0,0,(3+),,43,1,S,43,1,A,52,3,EC+B+,48,3,,,,,,,,,-4983.127,28030,-15559.76,45,6596.22,134,7953.869,26,8235.84,25,1068.38,30,7783.759,122,199990351.1,26264,-8987.892,24465, +85,116,At,,,0,0,(9/2-),,85.2,16,S,85.2,1.6,A,71,7,EC+B+,29,7,,,,,,,,,-6717.113,50401,-14855.99,16,6472.84,157,5731.747,10,9872.86,26,1136.65,11,7794.153,41,200988417.061,8786,-10789.438,8183, +85,117,At,,,0,0,(2+ 3+),,184,1,S,184,1,EC+B+,63,7,A,37,7,,,,,,,,,-4316.097,33010,-14589.72,57,6353.84,134,7350.884,29,7872.61,29,1358.52,28,7794.541,138,201988630.38,30034,-10590.732,27977, +85,118,At,,,0,0,9/2-,,7.4,2,M,444,12,EC+B+,69,3,A,31,3,,,,,,,,,-6008.858,21027,-13959.24,20,6210.09,84,5148.332,14,9643.14,30,1509.91,14,7803.648,52,202986942.957,11353,-12162.557,10576, +85,119,At,,,0,0,7+,,9.12,11,M,547.2,6.6,EC+B+,96.09,0.16,A,3.91,0.16,,,,,,,,,-3905.24,23498,-13793.05,29,6070.41,122,6465.811,25,7784.19,25,1853.51,24,7803.552,109,203987251.197,23926,-11875.433,22288, +85,120,At,,,0,0,9/2-,,26.9,8,M,1614,48,EC+B+,90,2,A,10,2,,,,,,,,,-5262.161,15913,-13073.07,17,6019.57,172,4549.452,18,9167.83,27,1919.67,19,7810.207,74,204986074.041,16193,-12971.946,15085, +85,121,At,,,0,0,(5)+,,30.6,8,M,1836,48,EC+B+,99.1,0.08,A,0.9,0.08,,,,,,,,,-3296.753,17330,-12791.25,16,5886.85,5,5758.956,16,7529.09,21,2197.29,18,7808.843,73,205986656.148,16161,-12429.718,15056, +85,122,At,,,0,0,9/2-,,1.81,3,H,6516,108,EC+B+,91.4,1,A,8.6,1,,,,,,,,,-4592.654,15037,-12165.77,15,5872.5,3,3918.359,14,8869.02,19,2327.71,13,7813.964,60,206985799.783,13318,-13227.416,12406, +85,123,At,,,0,0,6+,,1.63,3,H,5868,108,EC+B+,99.45,0.06,A,0.55,0.06,,,,,,,,,-2814.279,14269,-11906.43,12,5751.11,216,4999.725,9,7313.77,15,2613.07,11,7811.56,43,207986613.042,9577,-12469.871,8921, +85,124,At,,,0,0,9/2-,,5.42,5,H,19512,180,EC+B+,95.9,0.5,A,4.1,0.5,,,,,,,,,-3941.564,11188,-11298.34,12,5756.98,200,3483.479,5,8484.06,10,2701.99,5,7814.777,24,208986169.944,5477,-12882.613,5102, +85,125,At,,,0,0,(5)+,,8.1,4,H,29160,1440,EC+B+,99.825,0.02,A,0.175,0.02,,,,,,,,,-2367.407,8922,-11102.44,13,5631.19,98,3980.96,8,7160.88,9,2895.06,8,7811.663,37,209987147.338,8261,-11972.177,7695, +85,126,At,,,0,0,9/2-,,7.214,7,H,25970.4,25.2,EC,58.2,0.08,A,41.8,0.08,,,,,,,,,-2891.86,6894,-10113.81,5,5982.45,130,785.307,3,7746.40,8,2983.10,249,7811.354,13,210987496.147,2929,-11647.264,2729, +85,127,At,,,0,0,(1-),,0.314,2,S,0.314,0.002,A,100,0,EC+B+,0.03,0,B-,0.000002,0,,,,,,31.387,3605,-7944.13,7,7817.09,61,1741.266,2648,5052.27,3,3484.62,216,7798.34,11,211990737.223,2559,-8628.221,2384, +85,128,At,,,0,0,9/2-,,125,6,NS,0.000000125,0.000000006,A,100,0,,,,,,,,,,,,-883.569,5724,-5991.30,6,9254.15,5,73.989,6,6022.69,5,3499.08,5,7790.003,23,212992936.514,5257,-6579.595,4898, +85,129,At,,,0,0,1-,,558,10,NS,0.000000558,0.00000001,A,100,0,,,,,,,,,,,,939.911,10014,-5755.12,5,8987.23,4,1090.215,5,4871.55,6,4015.22,5,7776.366,20,213996371.601,4614,-3379.831,4298, +85,130,At,,,0,0,9/2-,,0.10,2,MS,0.0001,0.00002,A,100,0,,,,,,,,,,,,-87.195,10168,-5007.33,11,8178.46,4,-714.05,7,5947.24,8,4074.68,7,7767.858,32,214998651.89,7299,-1255.756,6799, +85,131,At,,,0,0,1-,,0.30,3,MS,0.0003,0.00003,A,100,0,B-,0.006,0,EC,0.0000003,0,,,,,,2003.799,6836,-4646.09,8,7949.71,3,474.246,4,4558.90,8,4490.60,4,7753.002,17,216002422.631,3837,2256.666,3575, +85,132,At,,,0,0,9/2-,,32.3,4,MS,0.0323,0.0004,A,99.993,0.003,B-,0.007,0.003,,,,,,,,,736.135,6151,-3929.55,8,7201.35,122,-1488.883,8,5933.35,6,4676.76,5,7744.616,23,217004717.835,5369,4394.635,5001, +85,133,At,,,0,0,,,1.5,3,S,1.5,0.3,A,99.9,0,B-,0.1,0,,,,,,,,,2880.816,11705,-3631.66,12,6874,3,-258.739,12,4367.79,13,5074.33,13,7729.126,53,218008693.735,12456,8098.162,11604, +85,134,At,,,0,0,(9/2-),,56,3,S,56,3,A,93.6,1,B-,6.4,1,,,,,,,,,1566.675,2947,-2892.59,4,6341.84,5,-2285.283,16,5773.40,12,5249.79,4,7720.196,15,219011160.647,3474,10396.076,3237, +85,135,At,,,0,0,3,,3.71,4,M,222.6,2.4,B-,92,2,A,8,2,,,,,,,,,3763.67,14090,-2524.97,14,6076.84,18,-887.714,23,4091.65,14,5594.58,21,7703.703,64,220015433,15000,14375.747,13972, +85,136,At,,,0,0,,,2.3,2,M,138,12,B-,100,0,,,,,,,,,,,,2311.308,15096,-1900.67,14,5627.85,23,-2991.028,24,5664.34,20,5769.70,23,7694.475,63,221018017,15000,16782.727,13972, +85,137,At,,,0,0,,,54,10,S,54,10,B-,100,0,,,,,,,,,,,,4580.82,15955,-1589.71,17,5312.07,31,-1533.239,43,3901.02,21,6109.70,25,7677.387,71,222022494,17000,20953.026,15835, +85,138,At,,,0,0,,,50,7,S,50,7,B-,100,0,,,,,,,,,,,,3038.267,16013,-1015.52,14,4721,196,-3650.994,196,5596.34,21,6347.23,42,7668.055,63,223025151,15000,23428.006,13972, +85,139,AT,,,0,0,,,1.3,+23-4,M,78,81,B-,,0,,,,,,,,,,,,5265.917,24415,-750.04,24,4467,299,-2198.985,197,3788.31,26,6656,197,7650.735,100,224029749,24000,27711.015,22356, +85,140,AT,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,3861,298,-122,298,3872,422,-4135.0,421,5388,299,6805,357,7641,1,225032630,320,30395,298, +85,141,AT,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,5867,298,9,298,3460,423,-2935.0,500,3852,422,7205,422,7624,1,226037160,320,34614,298, +85,142,AT,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,4597,298,665,298,2922,499,-4798.0,500,5202,422,7354,499,7613,1,227040240,320,37483,298, +85,143,AT,,,0,0,,GT,300,,NS,0.0000003,5e15,B-,,0,,,,,,,,,,,,6441,401,727,401,2429,566,,,3870,499,7885,566,7597,2,228044750,430,41684,401, +85,144,AT,,,0,0,,GT,300,,NS,0.0000003,5e15,B-N,,0,B-,,0,,,,,,,,,5461,401,1509,401,,,,,4932,566,,,7585,2,229048120,430,44823,401, +86,108,RN,,,0,0,(0+),,0.78,16,MS,0.00078,0.00016,A,100,0,,,,,,,,,,,,,,,,7862.42,10,6443.658,30,11390.73,30,1498.16,27,7695.001,87,194006144.424,18141,5723.495,16899, +86,109,Rn,,,0,0,3/2-,,6,+3-2,MS,0.006,0.003,A,100,0,,,,,,,,,,,,,,,,7694.1,50,8520.576,51,8744.53,53,1518.53,56,7700.383,259,195005421.699,54216,5050.281,50502, +86,110,Rn,,,0,0,0+,,4.4,+13-9,MS,0.0044,0.0011,A,99.9,0.2,EC+B+,0.06,0,,,,,,,,,,,,,7616.74,9,5885.668,34,11150.61,53,1847.69,17,7717.987,74,196002115.945,15476,1970.991,14417, +86,111,Rn,,,0,0,(3/2-),,65,+25-14,MS,0.065,0.02,A,100,0,,,,,,,,,,,,-8743.618,56762,,,7410.75,7,7865.603,18,8531.96,22,1863.94,34,7722.118,82,197001621.43,17383,1510.353,16193, +86,112,Rn,,,0,0,0+,,65,3,MS,0.065,0.003,A,,0,EC+B+,,0,,,,,,,,,-10804.382,34905,-19555.65,56,7349.38,4,5484.155,15,10812.03,21,2164.08,16,7737.724,68,197998679.156,14406,-1230.358,13420, +86,113,Rn,,,0,0,(3/2-),,0.59,3,S,0.59,0.03,A,94,0,EC+B+,6,0,,,,,,,,,-8270.844,40015,-19144.79,50,7131.89,4,7323.921,38,8340.41,40,2073.91,38,7740.753,189,198998390.273,40352,-1499.451,37588, +86,114,Rn,,,0,0,0+,,1.03,+20-11,S,1.03,0.16,A,86,0,EC+B+,14,0,,,,,,,,,-10137.263,33529,-18847.47,19,7043.36,214,4983.127,28,10576.63,40,2470.36,15,7754.932,68,199995700.707,14686,-4004.765,13681, +86,115,Rn,,,0,0,(3/2-),,7.0,4,S,7,0.4,EC+B+,,0,A,,0,,,,,,,,,-7660.902,50554,-18276.14,58,6860.75,227,6717.114,50,8138.88,52,2373.40,55,7756.842,247,200995628.179,53389,-4072.324,49732, +86,116,Rn,5.5521,181,0,0,0+,,9.7,1,S,9.7,0.1,A,78,8,EC+B+,22,8,,,,,,,,,-9370.871,18881,-17934.53,20,6773.8,183,4316.097,33,10273.63,53,2774.17,19,7769.301,87,201993263.902,18808,-6274.635,17520, +86,117,Rn,,,0,0,(3/2-),,44,2,S,44,2,A,66,9,EC+B+,34,9,,,,,,,,,-7030.116,19218,-17321.25,19,6629.87,208,6008.858,21,7950.38,25,2851.94,33,7770.193,90,202993393.732,19516,-6153.699,18179, +86,118,Rn,5.5568,180,0,0,0+,,74.5,14,S,74.5,1.4,A,72.4,0.9,EC+B+,27.6,0.9,,,,,,,,,-8577.503,25684,-16917.93,10,6546.65,182,3905.24,23,9887.81,20,3096.61,13,7780.574,36,203991443.644,7991,-7970.193,7444, +86,119,Rn,5.5569,180,0,0,5/2-,,170,4,S,170,4,EC+B+,75.4,0.9,A,24.6,0.9,,,,,0.802,,0.062,,-6399.973,9329,-16388.41,25,6386.48,184,5262.16,16,7810.91,9,3123.32,23,7780.722,25,204991723.204,5453,-7709.786,5080, +86,120,Rn,5.5640,178,0,0,0+,,5.67,17,M,340.2,10.2,A,62,3,EC+B+,38,3,,,,,,,,,-7890.549,29475,-15894.47,12,6383.74,164,3296.753,17,9494.50,10,3449.99,17,7789.041,42,205990195.358,9223,-9132.965,8591, +86,121,Rn,5.5652,178,0,0,5/2-,,9.25,17,M,555,10.2,EC+B+,79,3,A,21,3,,,,,0.816,,0.22,,-5790.421,19458,-15463.66,29,6251.21,165,4592.654,15,7573.11,12,3494.01,17,7787.998,41,206990730.2,9121,-8634.762,8497, +86,122,Rn,5.5725,177,0,0,0+,,24.35,14,M,1461,8.4,A,62,7,EC+B+,38,7,,,,,,,,,-6989.672,16251,-14882.57,21,6260.74,167,2814.28,14,9092.15,14,3717.15,17,7794.268,54,207989634.295,11957,-9655.591,11138, +86,123,Rn,5.5743,177,0,0,5/2-,,28.8,10,M,1728,60,EC+B+,83,2,A,17,2,,,,,0.8388,,0.31,,-5171.477,17713,-14346.45,15,6155.43,195,3941.564,11,7356.78,15,3760.15,13,7792.175,48,208990401.388,10692,-8941.049,9960, +86,124,Rn,5.5813,177,0,0,0+,,2.4,1,H,8640,360,A,96,1,EC+B+,4,1,,,,,,,,,-6271.565,15824,-13906.52,15,6158.99,216,2367.407,9,8735.04,11,4011.13,7,7796.665,22,209989688.854,4892,-9604.770,4557, +86,125,Rn,5.5850,176,0,0,1/2-,,14.6,2,H,52560,720,EC,72.6,1.7,A,27.4,1.7,,,,,0.601,,,,-4615.155,13786,-13493.52,17,5965.45,144,2891.86,7,7221.95,8,4072.20,10,7793.941,32,210990600.686,7314,-8755.404,6813, +86,126,Rn,5.5915,176,0,0,0+,,23.9,12,M,1434,72,A,100,0,,,,,,,,,,,,-5143.64,9318,-12590.68,12,6385.07,262,-31.387,4,7975.52,7,4301.31,4,7794.797,15,211990703.528,3376,-8659.608,3145, +86,127,Rn,,,0,0,(9/2+),,19.5,1,MS,0.0195,0.0001,A,100,0,,,,,,,,,,,,-2143.179,6006,-10251.38,9,8245.15,286,883.569,6,5107.74,4,4356.78,4,7782.182,16,212993885.064,3617,-5696.026,3370, +86,128,Rn,,,0,0,0+,,0.27,2,US,0.00000027,0.00000002,A,100,0,,,,,,,,,,,,-3361.035,12503,-8838.21,10,9208.48,9,-939.911,10,6695.03,10,5029.12,10,7777.102,43,213995362.566,9862,-4319.742,9187, +86,129,Rn,,,0,0,9/2+,,2.30,10,US,0.0000023,0.0000001,A,100,0,,,,,,,,,,,,-1486.625,10306,-8281.17,11,8839.09,8,87.195,10,4920.14,12,5077.70,9,7763.814,36,214998745.498,8236,-1168.561,7672, +86,130,Rn,,,0,0,0+,,45,5,US,0.000045,0.000005,A,100,0,,,,,,,,,,,,-2718.082,7126,-8136.51,9,8197.44,6,-2003.798,7,6649.89,10,5780.35,9,7758.657,28,216000271.464,6435,252.868,5994, +86,131,Rn,,,0,0,9/2+,,0.54,5,MS,0.00054,0.00005,A,100,0,,,,,,,,,,,,-656.089,7538,-7383.77,6,7887.17,288,-736.134,7,4665.68,7,5887.14,5,7744.403,19,217003927.562,4506,3658.501,4198, +86,132,Rn,5.6540,187,0,0,0+,,35,5,MS,0.035,0.005,A,100,0,,,,,,,,,,,,-1841.77,4942,-7168.56,7,7262.48,185,-2880.815,12,6512.47,4,6466.26,5,7738.752,11,218005601.052,2486,5217.347,2316, +86,133,Rn,5.6648,191,0,0,5/2+,,3.96,1,S,3.96,0.01,A,100,0,,,,,,,,-0.442,,1.15,,211.635,7058,-6301.03,5,6946.19,31,-1566.674,4,4459.26,3,6557.73,12,7723.777,10,219009478.753,2254,8829.402,2100, +86,134,Rn,5.6731,194,0,0,0+,,55.6,1,S,55.6,0.1,A,100,0,,,,,,,,,,,,-870.242,4026,-6077.01,7,6404.74,10,-3763.67,14,6288.64,227,7072.97,3,7717.254,8,220011392.534,1948,10612.077,1815, +86,135,Rn,5.6834,199,0,0,7/2+,,25,2,M,1500,120,B-,78,1,A,22,1,,,,,-0.02,,-0.38,,1194.13,7231,-5082.22,7,6162.99,3,-2311.307,15,4211.97,6,7193.30,15,7701.393,26,221015535.709,6134,14471.420,5714, +86,136,Rn,5.6915,203,0,0,0+,,3.8235,3,D,330350.4,25.92,A,100,0,,,,,,,,,,,,-5.9,7703,-4976.40,5,5590.39,31,-4580.82,16,6170.53,6,7699.49,14,7694.497,9,222017576.286,2093,16372.206,1950, +86,137,Rn,,,0,0,7/2,,24.3,4,M,1458,24,B-,100,0,,,,,,,,-0.776,,0.8,,2007.344,8057,-4059.68,11,5283.46,18,-3038.267,16,4053.78,8,7852.26,18,7678.171,35,223021889.285,8397,20389.739,7822, +86,138,Rn,,,0,0,0+,,107,3,M,6420,180,B-,100,0,,,,,,,,,,,,696.482,14875,-4008.61,10,4756.72,20,-5265.917,24,6015.96,13,8271.88,17,7670.751,44,224024095.804,10536,22445.098,9814, +86,139,Rn,,,0,0,7/2-,,4.66,4,M,279.6,2.4,B-,100,0,,,,,,,,-0.696,,0.84,,2713.531,16349,-3285.79,16,4335.47,23,-3860.859,298,3982.27,15,8465.84,25,7654.357,50,225028485.574,11958,26534.141,11140, +86,140,Rn,,,0,0,0+,,7.4,1,M,444,6,B-,100,0,,,,,,,,,,,,1226.653,12190,-3144.73,16,3836.01,41,-5866.808,298,5858.27,15,8936,298,7646.41,46,226030861.382,11247,28747.192,10477, +86,141,Rn,,,0,0,(5/2),,20.2,4,S,20.2,0.4,B-,100,0,,,,,,,,,,,,3203.388,15276,-2706.02,15,3382,196,-4597.166,298,3932.68,18,9017,298,7630.05,62,227035304.396,15127,32885.834,14091, +86,142,Rn,,,0,0,0+,,65,2,S,65,2,B-,100,0,,,,,,,,,,,,1859.244,18916,-2510.30,19,2908,196,-6440.535,401,5713.69,23,9529,299,7621.645,78,228037835.418,18977,35243.465,17677, +86,143,RN,,,0,0,,,12.0,+12-13,S,12,1.3,B-,100,0,,,,,,,,,,,,3694.138,13967,-2093.14,15,2407,298,-5460.6,401,3952.38,22,9611,401,7605.622,57,229042257.276,14000,39362.400,13041, +87,110,Fr,,,0,0,(7/2-),,0.6,+30-3,MS,0.0006,0.0017,A,100,0,,,,,,,,,,,,,,,,7896.38,51,8743.618,57,,,-994.01,56,7673.763,276,197011008.09,58404,10253.971,54404, +87,111,Fr,,,0,0,,,15,3,MS,0.015,0.003,A,100,0,,,,,,,,,,,,,,,,7869.27,20,10804.382,35,8751.26,63,-774.70,36,7679.205,163,198010278.138,34591,9574.024,32222, +87,112,Fr,,,0,0,,,12,+10-4,MS,0.012,0.007,A,0,0,EC+B+,,0,,,,,,,,,,,,,7816.77,10,8270.844,40,10873.95,35,-712.78,19,7695.259,69,199007269.389,14734,6771.393,13726, +87,113,Fr,,,0,0,(3+),,49,4,MS,0.049,0.004,A,100,0,,,,,,,,,,,,,,,,7622.26,4,10137.263,34,8710.21,34,-342.98,48,7700.334,153,200006583.507,32861,6132.498,30611, +87,114,Fr,,,0,0,(9/2-),,62,5,MS,0.062,0.005,A,100,0,,,,,,,,,,,,-8348.224,22239,,,7518.91,4,7660.901,51,10615.24,32,-304.37,16,7714.836,45,201003852.496,9747,3588.577,9080, +87,115,Fr,,0,0,0,(3+),,0.30,5,S,0.3,0.05,A,100,0,,,,,,,,,,,,-5978.625,16586,-16911.88,21,7385.83,4,9370.872,19,8563.66,11,120.41,50,7719.038,35,202003323.946,7557,3096.237,7040, +87,116,Fr,,0,0,0,(9/2-),,0.55,1,S,0.55,0.01,A,100,0,,,,,,,,,,,,-7785.309,38630,-16269.76,16,7274.87,4,7030.116,19,10291.14,9,137.92,19,7731.708,31,203000940.872,6689,876.417,6232, +87,117,Fr,,,0,0,(3+),,1.8,3,S,1.8,0.3,A,92,2,EC+B+,8,2,,,,,,,,,-5449.477,28940,-16125.73,45,7170.29,239,8577.503,26,8340.42,25,527.96,31,7734.692,120,204000651.974,26389,607.310,24581, +87,118,Fr,,0,0,0,(9/2-),,3.92,4,S,3.92,0.04,A,100,0,,,,,,,,,,,,-7148.804,70954,-15437.92,17,7054.71,240,6399.973,9,9988.44,26,628.59,11,7745.686,38,204998593.858,8399,-1309.813,7824, +87,119,Fr,,,0,0,(2+ 3+),AP,16,,S,16,0,A,84,0,EC,16,0,,,,,,,,,-4807.955,33455,-15152.72,76,6923.4,4,7890.549,29,8003.92,29,821.60,29,7746.94,137,205998666.211,30268,-1242.416,28195, +87,120,Fr,5.5720,176,0,0,9/2-,,14.8,1,S,14.8,0.1,A,95,2,EC+B+,5,2,,,,,3.89,,-0.16,,-6388.826,56008,-14481.20,25,6893.3,20,5790.421,19,9673.24,33,1000.35,20,7756.246,85,206996946.474,18792,-2844.341,17505, +87,121,Fr,5.5729,176,0,0,7+,,59.1,3,S,59.1,0.3,A,89,3,EC+B+,11,3,,,,,4.75,,0,,-4393.774,14881,-14281.72,55,6784.6,24,6989.672,16,7892.89,21,1320.13,15,7756.903,57,207997138.018,12704,-2665.919,11834, +87,122,Fr,5.5799,176,0,0,9/2-,,50.5,7,S,50.5,0.7,A,89,3,EC+B+,11,3,,,,,3.95,,-0.24,,-5627.791,15730,-13568.74,17,6777.46,4,5171.477,18,9174.97,19,1402.95,18,7763.688,70,208995953.197,15725,-3769.572,14648, +87,123,Fr,5.5818,176,0,0,6+,,3.18,6,M,190.8,3.6,A,60,30,EC+B+,40,30,,,,,4.4,,0.19,,-3775.997,17720,-13262.74,16,6671.6,5,6271.565,16,7634.95,21,1681.13,18,7763.075,72,209996421.657,16268,-3333.205,15154, +87,124,Fr,5.5882,176,0,0,9/2-,,3.10,2,M,186,1.2,A,80,0,EC,20,0,,,,,4,,-0.19,,-4972.272,14369,-12654.36,15,6662.25,3,4615.155,14,8878.36,19,1824.45,13,7768.36,57,210995555.259,12872,-4140.249,11991, +87,125,Fr,5.5915,176,0,0,5+,,20.0,6,M,1200,36,EC+B+,57,2,A,43,2,,,,,4.62,,-0.1,,-3317,14276,-12419.31,12,6528.99,161,5143.64,9,7447.04,15,2049.53,11,7766.845,41,211996225.453,9420,-3515.968,8775, +87,126,Fr,5.5977,176,0,0,9/2-,,34.82,14,S,34.82,0.14,A,99.44,0.05,EC+B+,0.56,0.05,,,,,4.02,,-0.14,,-3898.405,11057,-11425.20,12,6904.85,123,2143.178,6,8108.20,10,2182.21,6,7768.447,24,212996185.861,5465,-3552.848,5091, +87,127,Fr,,,0,0,(1-),,5.0,2,MS,0.005,0.0002,A,100,0,,,,,,,,,,,,-1051.441,10086,-9375.58,13,8588.55,4,3361.035,13,5477.18,10,2551.65,9,7757.74,40,213998970.785,9268,-958.707,8634, +87,128,Fr,,,0,0,9/2-,,86,5,NS,0.000000086,0.000000005,A,100,0,,,,,,,,,,,,-2215.674,10077,-7845.99,9,9540.41,7,1486.626,10,6794.55,11,2651.16,11,7753.26,33,215000341.456,7585,318.065,7066, +87,129,Fr,,,0,0,(1-),,0.70,2,US,0.0000007,0.00000002,A,100,0,EC,0.0000002,,,,,,,,,,-320.128,9548,-7634.11,9,9174.26,3,2718.082,7,5418.43,8,3149.46,9,7742.451,19,216003189.445,4480,2970.950,4173, +87,130,Fr,,,0,0,9/2-,,19,3,US,0.000019,0.000003,A,100,0,,,,,,,,,,,,-1575.067,9588,-7047.80,11,8469.27,4,656.089,8,6727.68,8,3227.25,9,7737.775,30,217004631.902,7010,4314.590,6531, +87,131,Fr,,,0,0,1-,,1.0,6,MS,0.001,0.0006,A,100,0,,,,,,,,,,,,407.947,12039,-6901.86,8,8014.03,204,1841.77,5,5326.79,8,3888.35,6,7726.715,22,218007578.274,5106,7059.117,4757, +87,132,Fr,,,0,0,9/2-,,20,2,MS,0.02,0.002,A,100,0,,,,,,,,,,,,-776.515,10772,-6104.72,13,7448.61,182,-211.635,7,6512.67,8,3888.55,7,7721.171,32,219009251.553,7556,8617.767,7039, +87,133,Fr,5.6688,177,0,0,1+,,27.4,3,S,27.4,0.3,A,99.65,0.05,B-,0.35,0.05,,,,,-0.67,,0.47,,1212.075,9061,-5983.28,9,6800.74,186,870.243,4,5206.76,8,4636.05,4,7709.742,18,220012326.778,4324,11482.320,4027, +87,134,Fr,5.6790,177,0,0,5/2-,,4.9,2,M,294,12,A,100,0,B-,0.1,0,,,,,1.58,,-0.98,,313.479,6386,-5064.27,10,6457.74,140,-1194.13,8,6276.35,6,4623.76,5,7703.256,22,221014253.757,5245,13277.290,4886, +87,135,Fr,5.6890,177,0,0,2-,,14.2,3,M,852,18,B-,100,0,,,,,,,,0.63,,0.51,,2057.917,8682,-4657.02,9,5855.03,14,5.899,8,4970.50,9,5382.29,9,7690.947,34,222017582.62,8000,16378.105,7452, +87,136,Fr,5.6951,178,0,0,3/2(-),,22.00,7,M,1320,4.2,B-,99.994,0,A,0.006,0,,,,,1.17,,1.17,,1149.085,848,-4009.11,5,5561.4,282,-2007.345,8,6067.03,8,5278.78,227,7683.664,9,223019734.313,2073,18382.394,1932, +87,137,Fr,5.7061,178,0,0,1(-),,3.33,10,M,199.8,6,B-,100,0,,,,,,,,0.4,,0.517,,2922.699,11324,-3556.01,11,4947.95,18,-696.482,15,4705.10,11,5930.09,14,7670.367,50,224023348.1,12000,21748.616,11178, +87,138,Fr,5.7112,178,0,0,3/2-,,3.95,14,M,237,8.4,B-,100,0,,,,,,,,1.07,,1.32,,1827.501,12158,-3076.62,12,4612.97,18,-2713.531,16,5999.32,16,5913.46,15,7662.94,53,225025572.478,12847,23820.610,11967, +87,139,Fr,5.7190,178,0,0,1-,,49,1,S,49,1,B-,100,0,,,,,,,,0.0712,,-1.35,,3852.715,6523,-2543.89,7,4142.6,17,-1226.653,12,4371.39,13,6302.57,13,7648.376,28,226029544.515,6688,27520.539,6230, +87,140,Fr,5.7335,179,0,0,1/2+,,2.47,3,M,148.2,1.8,B-,100,0,,,,,,,,1.5,,,,2504.734,6213,-2056.70,6,3829.52,15,-3203.389,15,5909.41,9,6353.72,12,7640.715,26,227031865.417,6332,29682.445,5898, +87,141,Fr,5.7399,179,0,0,2-,,38,1,S,38,1,B-,100,0,,,,,,,,-0.76,,2.38,,4443.953,7021,-1864.81,7,3248.29,23,-1859.244,19,4369.54,9,6790.58,16,7626.368,30,228035839.437,7226,33384.221,6732, +87,142,Fr,,,0,0,,,50.2,20,S,50.2,2,B-,100,0,,,,,,,,,,,,3106.298,16231,-1343.32,5,2849,298,-3694.138,14,5787.28,8,6864.17,18,7618.337,22,229038291.455,5368,35668.262,5001, +87,143,Fr,,,0,0,,,19.1,5,S,19.1,0.5,B-,100,0,,,,,,,,,,,,4970.462,12198,-1146.51,17,2448,298,-2561.232,196,4252.81,8,7164.60,15,7603.704,28,230042390.791,7022,39486.768,6541, +87,144,Fr,,,0,0,(1/2+),,17.6,6,S,17.6,0.6,B-,100,0,,,,,,,,,,,,3864.089,13749,-507.05,13,2172,298,-4373.425,298,5477.51,10,7256,196,7594.5,33,231045175.357,8300,42080.575,7731, +87,145,Fr,,,0,0,(5),,5.5,6,S,5.5,0.6,B-,100,0,,,,,,,,,,,,5575.88,16702,-214.97,18,1964,401,,,4079.06,16,7670,298,7579.347,60,232049461.224,15000,46072.834,13972, +87,146,FR,,,0,0,,,0.9,1,S,0.9,0.1,B-,100,0,B-N,,0,,,,,,,,,4585.991,21369,351.78,22,1672,401,,,5224.10,24,,,7569.239,84,233052517.838,21000,48920.051,19561, +88,113,RA,,,0,0,(13/2+),,1.6,+77-7,MS,0.0016,0.0042,A,100,0,EC+B+,,0,,,,,,,,,,,,,8001.53,12,8348.224,22,,,1484.67,37,7669.41,101,201012814.683,21794,11936.801,20301, +88,114,Ra,,,0,0,0+,,16,+30-7,MS,0.016,0.019,A,100,0,,,,,,,,,,,,,,,,7880.3,7,5978.624,17,10933.26,25,1802.69,18,7685.568,74,202009742.264,16122,9074.861,15018, +88,115,Ra,,,0,0,(3/2-),,31,+17-9,MS,0.031,0.013,A,100,0,,,,,,,,,,,,,,,,7736.26,6,7785.309,39,8484.45,41,1723.48,39,7689.503,188,203009298.745,40928,8661.726,38124, +88,116,Ra,,,0,0,0+,,57,+11-5,MS,0.057,0.008,A,100,0,,,,,,,,,,,,,,,,7636.64,7,5449.477,29,10676.26,41,2108.60,17,7704.144,75,204006502.228,16396,6056.787,15273, +88,117,Ra,,,0,0,(3/2-),,210,+60-40,MS,0.21,0.05,A,100,0,EC+B+,,0,,,,,,,,,-8267.702,86923,,,7486.4,50,7148.804,71,8289.11,72,2057.29,75,7706.998,344,205006268.415,75707,5838.991,70521, +88,118,Ra,,,0,0,0+,,0.24,2,S,0.24,0.02,A,100,0,,,,,,,,,,,,-9913.913,53608,-18612.47,54,7415.26,4,4807.955,33,10344.77,73,2413.62,20,7719.802,87,206003827.763,19332,3565.539,18008, +88,119,Ra,,,0,0,(3/2- 5/2-),,1.35,-13+22,S,1.35,0.18,A,86,0,EC+B+,14,0,,,,,,,,,-7601.748,73276,-18006.28,73,7273.27,50,6388.826,56,8092.37,56,2502.07,60,7721.602,257,207003805.161,57115,3544.485,53202, +88,120,Ra,5.5850,183,0,0,0+,,1.3,2,S,1.3,0.2,A,95,,EC+B+,5,,,,,,,,,,-9025.38,56442,-17489.69,51,7273.13,5,4393.775,15,9887.95,54,2716.77,20,7732.017,43,208001854.929,9686,1727.856,9023, +88,121,Ra,5.5853,182,0,0,5/2-,,4.8,2,S,4.8,0.2,A,100,0,,,,,,,,0.852,,0.39,,-6985.59,50934,-16966.33,56,7143.09,269,5627.791,16,7940.95,11,2764.83,13,7733.017,27,209001994.879,6169,1858.219,5747, +88,122,Ra,5.5917,180,0,0,0+,,3.7,2,S,3.7,0.2,A,96,0,EC+B+,4,0,,,,,,,,,-8346.908,58133,-16472.33,51,7150.84,3,3775.997,18,9486.74,11,3076.61,17,7741.368,44,210000475.356,9868,442.792,9193, +88,123,Ra,5.5929,179,0,0,5/2(-),,13,2,S,13,2,A,93,0,EC+B+,7,0,,,,,0.878,,0.46,,-6370.191,53564,-16028.99,58,7041.87,3,4972.272,14,7682.09,12,3123.74,17,7741.087,38,211000893.213,8500,832.023,7918, +88,124,Ra,5.5991,177,0,0,0+,,13.0,2,S,13,0.2,A,85,0,EC+B+,15,0,,,,,,,,,-7476.266,52601,-15472.50,54,7031.71,167,3317.0,14,9102.31,14,3347.69,16,7747.508,53,211999786.399,12091,-198.968,11263, +88,125,Ra,5.6020,177,0,0,1/2-,,2.73,5,M,163.8,3,A,80,5,EC+B+,20,5,,,,,0.6133,,,,-5809.134,18156,-15003.06,52,6861.69,227,3898.405,11,7526.79,15,3427.45,13,7746.472,46,213000370.97,10540,345.557,9818, +88,126,Ra,5.6079,177,0,0,0+,,2.46,3,S,2.46,0.03,A,99.941,0.004,EC,0.059,0.004,,,,,,,,,-6351.12,16232,-14133.27,16,7272.59,261,1051.441,10,8324.14,11,3643.39,7,7749.171,25,214000099.554,5636,92.734,5250, +88,127,Ra,,,0,0,(9/2+),,1.66,2,MS,0.00166,0.00002,A,100,0,,,,,,,,,,,,-3496.877,14551,-11981.43,17,8864.23,3,2215.674,10,5630.31,9,3796.53,11,7739.316,35,215002720.08,8172,2533.739,7613, +88,128,Ra,,,0,0,0+,,182,10,NS,0.000000182,0.00000001,A,100,0,EC,0.00000001,0,,,,,,,,,-4853.317,13921,-10810.86,15,9525.77,8,320.127,10,7313.98,11,4315.96,11,7737.347,40,216003533.117,9379,3291.077,8737, +88,129,Ra,,,0,0,(9/2+),,1.6,2,US,0.0000016,0.0000002,A,100,0,,,,,,,,,,,,-2814.017,13430,-10326.06,13,9160.77,6,1575.066,10,5472.74,11,4370.26,8,7726.911,33,217006322.806,7731,5889.656,7202, +88,130,Ra,,,0,0,0+,,25.2,3,US,0.0000252,0.0000003,A,100,0,,,,,,,,,,,,-4192.439,51931,-10123.82,16,8546,6,-407.947,12,7309.80,13,4952.39,13,7724.998,51,218007140.325,11997,6651.170,11176, +88,131,Ra,,,0,0,(7/2)+,,10,3,MS,0.01,0.003,A,100,0,,,,,,,,,,,,-2175.199,51142,-9520.64,51,8137.93,3,776.515,11,5328.21,14,4953.81,9,7714.053,38,219010085.176,8865,9394.282,8258, +88,132,Ra,5.6683,214,0,0,0+,,18,2,MS,0.018,0.002,A,100,0,,,,,,,,,,,,-3473.437,10141,-9370.55,51,7592.46,6,-1212.075,9,7195.35,12,5636.49,11,7711.696,37,220011025.562,8843,10270.245,8237, +88,133,Ra,5.6795,228,0,0,5/2+,,28,2,S,28,2,A,100,0,,,,,,,,-0.1799,,1.98,,-1559.298,50603,-8851.19,7,6880.39,195,-313.479,7,5377.75,9,5807.48,6,7701.135,21,221013917.224,4970,12963.811,4630, +88,134,Ra,5.6874,239,0,0,0+,,38.0,5,S,38,0.5,A,100,0,14C,0.00000003,0.00000001,,,,,,,,,-2301.285,6637,-8274.24,51,6677.93,4,-2057.917,9,6714.94,6,6246.07,7,7696.692,20,222015373.355,4781,14320.188,4454, +88,135,Ra,5.6973,253,0,0,3/2+,,11.43,5,D,987552,4320,A,100,0,14C,0.000000089,0.000000004,14C,0.000000077,,,0.2705,,1.254,,-592.573,7128,-7459.48,6,5978.99,21,-1149.085,2846,5158.20,5,6433.77,8,7685.309,9,223018500.719,2244,17233.309,2090, +88,136,Ra,5.7046,263,0,0,0+,,3.6319,23,D,313796.16,198.72,A,100,0,14C,0.000000004,0.000000001,,,,,,,,,-1408.219,4086,-7071.28,7,5788.92,15,-2922.699,11,6478.71,225,6845.45,211,7679.922,8,224020210.453,1945,18825.917,1813, +88,137,Ra,5.7150,279,0,0,1/2+,,14.9,2,D,1287360,17280,B-,100,0,A,0.026,,,,,,-0.7338,,,,355.763,5007,-6312.34,5,5096.77,5,-1827.501,12,4904.12,279,7044.48,11,7667.586,12,225023610.574,2787,21993.109,2596, +88,138,Ra,5.7211,288,0,0,0+,,1600,7,Y,50492160000,220903200,A,100,0,14C,0.0000000032,0.0000000016,,,,,,,,,-641.44,3274,-6040.84,5,4870.7,25,-3852.715,7,6396.60,285,7441.76,12,7661.962,9,226025408.455,2075,23667.824,1933, +88,139,Ra,5.7283,300,0,0,3/2+,,42.2,5,M,2532,30,B-,100,0,,,,,,,,-0.4038,,1.53,,1328.132,2265,-5202.87,3,4363.06,8,-2504.734,6,4561.43,27,7631.80,7,7648.303,9,227029176.474,2095,27177.711,1952, +88,140,Ra,5.7370,315,0,0,0+,,5.75,3,Y,181456200,946728,B-,100,0,,,,,,,,,,,,45.54,634,-4980.63,234,4070.25,10,-4443.953,7,6308.76,234,8031.15,6,7642.428,9,228031068.657,2142,28940.268,1996, +88,141,Ra,5.7455,329,0,0,5/2+,,4.0,2,M,240,12,B-,100,,A,100,0,,,,,0.5025,,2.96,,1872.03,19623,-4404.08,16,3602.91,19,-3106.299,16,4449.62,16,8111.23,17,7628.485,67,229034956.707,16576,32561.963,15441, +88,142,Ra,5.7551,346,0,0,0+,,93,2,M,5580,120,B-,100,0,,,,,,,,,,,,677.924,18888,-4244.94,16,3344.2,15,-4970.462,12,6116.97,19,8440.93,11,7621.914,45,230037054.78,11053,34516.306,10296, +88,143,Ra,,,0,0,(5/2+),,104,1,S,104,1,B-,100,0,,,,,,,,,,,,2453.636,17301,-3693.21,19,2905.74,18,-3864.089,14,4371.14,15,8559.25,13,7607.841,49,231041027.086,12206,38216.486,11370, +88,144,Ra,5.7714,375,0,0,0+,,4.2,8,M,252,48,B-,100,0,,,,,,,,,,,,1342.534,15931,-3337.21,16,2828.57,20,-5575.881,17,5790.85,15,8872.59,12,7600.009,39,232043475.27,9823,40496.953,9151, +88,145,Ra,,,0,0,,,30,5,S,30,5,B-,100,0,,,,,,,,,,,,3026.027,15623,-2891.68,16,2546.74,16,-4585.991,21,4234.21,13,9027.74,16,7585.564,37,233047594.573,9235,44334.060,8603, +88,146,Ra,,,0,0,0+,,30,10,S,30,10,B-,100,0,,,,,,,,,,,,2089.439,16294,-2448.72,16,2458,196,,,5474.75,12,9278.39,21,7576.543,36,234050382.104,9000,46930.629,8383, +89,116,Ac,,,0,0,,,20,+97-9,MS,0.02,0.053,A,100,0,,,,,,,,,,,,,,,,8093.2,50,8267.702,87,,,-760.94,53,7662.851,248,205015144.158,54555,14106.693,50818, +89,117,Ac,,,0,0,(3+),,22,+9-5,MS,0.022,0.007,A,100,0,,,,,,,,,,,,,,,,7958.3,50,9913.913,54,8698.56,72,-351.49,87,7667.879,245,206014470.787,54206,13479.452,50493, +89,118,Ac,,,0,0,(9/2-),,27,+11-6,MS,0.027,0.009,A,100,0,,,,,,,,,,,,,,,,7844.9,50,7601.748,73,10404.54,71,-291.72,54,7681.099,243,207011965.973,54092,11146.233,50387, +89,119,Ac,,,0,0,(3+),,95,+24-16,MS,0.095,0.02,A,99,0,EC,1,0,,,,,,,,,-5930.495,65370,,,7721.01,50,9025.379,56,8464.31,75,80.22,77,7684.865,268,208011544.073,59813,10753.235,55716, +89,120,Ac,,,0,0,(9/2-),,0.087,+12-9,S,0.087,0.011,A,100,0,,,,,,,,,,,,-7523,148,-15911.24,61,7728.71,50,6985.59,51,9980.74,75,173.02,51,7695.85,242,209009494.22,54330,8843.809,50608, +89,121,Ac,,,0,0,,,0.35,5,S,0.35,0.05,A,100,,EC+B+,,0,,,,,,,,,-5269.747,60436,-15649,151,7607.2,50,8346.907,58,8125.43,77,357.49,58,7697.896,273,210009436.13,61623,8789.699,57402, +89,122,Ac,,,0,0,9/2-,,0.21,3,S,0.21,0.03,A,100,0,EC+B+,0.2,0,,,,,,,,,-6707.958,90205,-14928.55,56,7621.64,50,6370.191,54,9658.80,78,529.55,54,7707.189,251,211007731.894,56871,7202.214,52976, +89,123,Ac,,,0,0,,,0.93,5,S,0.93,0.05,A,57,0,EC,43,0,,,,,,,,,-4833.51,52366,-14704.19,89,7518.3,50,7476.266,53,7996.23,74,843.70,52,7708.552,242,212007812.501,55160,7277.298,51381, +89,124,Ac,,,0,0,,,738,16,MS,0.738,0.016,A,100,0,,,,,,,,,,,,-5965.394,17834,-14027.43,18,7499.35,4,5809.135,18,9193.92,54,935.31,19,7715.526,72,213006607.333,16395,6154.692,15272, +89,125,Ac,,,0,0,,,8.2,2,S,8.2,0.2,A,89,3,EC,11,3,,,,,,,,,-4251.03,18693,-13747.55,18,7352.14,250,6351.12,16,7782.15,22,1190.67,18,7715.837,72,214006917.762,16489,6443.854,15360, +89,126,Ac,,,0,0,9/2-,,0.17,1,S,0.17,0.01,A,99.91,0.02,EC+B+,0.09,0.02,,,,,,,,,-4890.971,15234,-12735.59,16,7745.95,3,3496.876,15,8484.56,20,1351.09,13,7719.413,58,215006474.132,13318,6030.615,12406, +89,127,Ac,,,0,0,(1-),,440,16,US,0.00044,0.000016,A,100,0,,,,,,,,,,,,-2153.937,16201,-10848.51,14,9235.45,6,4853.318,14,5957.54,16,1678.31,13,7711.256,50,216008743.367,11637,8144.395,10840, +89,128,Ac,,,0,0,9/2-,,69,4,NS,0.000000069,0.000000004,A,100,0,EC+B+,2,0,,,,,3.82,,,,-3502.107,15566,-9665.98,17,9831.6,10,2814.017,13,7512.04,16,1876.38,14,7710.338,52,217009343.777,12226,8703.673,11389, +89,129,Ac,,,0,0,(1-),,1.08,9,US,0.00000108,0.00000009,A,100,0,,,,,,,,,,,,-1523.132,51815,-9433.49,52,9377.4,50,4192.439,52,5931.38,52,2335.02,51,7702.177,233,218011641.093,54471,10843.609,50740, +89,130,Ac,,,0,0,9/2-,,11.8,15,US,0.0000118,0.0000015,A,100,0,,,,,,,,,,,,-2901.91,71425,-8868.58,52,8826.5,50,2175.198,51,7345.45,72,2370.66,52,7700.549,231,219012420.348,54210,11569.480,50497, +89,131,Ac,,,0,0,(3-),,26.4,2,MS,0.0264,0.0002,A,100,0,EC,0.0005,0,,,,,,,,,-925.417,22941,-8799.02,51,8347.82,4,3473.437,10,5897.11,51,2939.57,10,7692.351,28,220014754.45,6579,13743.682,6129, +89,132,Ac,,,0,0,(3/2-),,52,2,MS,0.052,0.002,A,100,0,,,,,,,,,,,,-2417.261,51056,-8217.31,55,7783.6,50,1559.298,51,7291.89,51,3036.11,51,7690.539,228,221015591.199,54133,14523.109,50425, +89,133,Ac,,,0,0,1-,,5.0,5,S,5,0.5,A,99,1,EC+B+,1,1,,,,,,,,,-581.637,13228,-8390.21,10,7137.44,204,2301.286,7,5972.95,51,3631.31,7,7682.802,23,222017843.887,5554,16621.474,5174, +89,134,Ac,,,0,0,(5/2-),,2.10,5,M,126,3,A,99,0,EC,1,0,,,,,,,,,-1559.948,11563,-7448.55,14,6783.2,100,592.573,7,6866.91,9,3783.28,8,7679.143,32,223019136.872,7632,17825.882,7110, +89,135,Ac,,,0,0,(0-),,2.78,16,H,10008,576,EC,90.9,0,A,9.1,0,,,,,,,,,240.401,10823,-7223.01,10,6326.9,70,1408.218,4,5663.06,8,4288.14,4,7670.143,18,224021722.239,4389,20234.135,4089, +89,136,Ac,,,0,0,(3/2-),,9.9203,3,D,857113.92,25.92,A,100,0,14C,0.0000000000045,0.0000000000014,,,,,,,,,-672.781,6658,-6427.71,11,5935.14,143,-355.763,5,6668.11,6,4477.54,5,7665.69,21,225023228.647,5107,21637.346,4758, +89,137,Ac,,,0,0,(1),,29.37,12,H,105732,432,B-,83,3,EC,17,3,A,0.006,0.002,,,,,,1111.63,4563,-6072.18,6,5506.24,8,641.44,4,5399.40,6,4972.82,4,7655.662,14,226026097.069,3328,24309.264,3100, +89,138,Ac,,,0,0,3/2-,,21.772,3,Y,687072067.2,94672.8,B-,98.62,0.0036,A,1.38,0.0036,,,,,1.1,,1.7,,44.757,830,-5419.37,5,5042.27,14,-1328.131,2743,6531.00,3,5107.22,225,7650.707,8,227027750.666,2068,25849.580,1927, +89,139,Ac,,,0,0,3+,,6.15,2,H,22140,72,B-,100,0,,,,,,,,,,,,2123.743,2645,-4981.41,256,4721.2,11,-45.54,289,5026.17,242,5571.95,242,7639.196,9,228031019.767,2247,28894.728,2094, +89,140,Ac,,,0,0,(3/2+),,62.7,5,M,3762,30,B-,100,0,,,,,,,,,,,,1104.35,12346,-4152.37,12,4444.41,17,-1872.03,20,6276.11,12,5539.31,12,7633.244,53,229032947,13000,30689.933,12109, +89,141,Ac,,,0,0,(1+),,122,3,S,122,3,B-,100,0,B-F,0.0000012,0.0000004,,,,,,,,,2975.789,15882,-3818.52,16,3892.93,17,-677.923,19,4922.87,20,6012.55,22,7621.46,69,230036327,17000,33838.383,15835, +89,142,Ac,,,0,0,1/2+,,7.5,1,M,450,6,B-,100,0,,,,,,,,,,,,1946.959,13098,-3171.06,13,3655.49,14,-2453.637,17,6146.85,21,6042.43,17,7615.076,56,231038393,14000,35762.849,13041, +89,143,Ac,,,0,0,(1+),,119,5,S,119,5,B-,100,0,,,,,,,,,,,,3707.635,13118,-2732.79,13,3345.28,15,-1342.534,16,4679.75,18,6351.04,17,7602.424,56,232042034,14000,39154.419,13041, +89,144,Ac,,,0,0,(1/2+),,145,10,S,145,10,B-,100,0,,,,,,,,,,,,2576.318,13118,-2210.07,13,3214.86,14,-3026.027,16,5917.70,18,6477.89,16,7595.193,56,233044346,14000,41308.033,13041, +89,145,Ac,,,0,0,,,44,7,S,44,7,B-,100,0,,,,,,,,,,,,4228.181,14210,-1961.84,14,2929.51,15,-2089.439,16,4538.16,19,6781.84,16,7582.129,60,234048139,15000,44841.190,13972, +89,146,AC,,,0,0,,,62,4,S,62,4,,,,,,,,,,,,,,,3339.406,19113,-1327.17,14,2851.66,16,,,5555.35,20,6862.44,16,7573.504,59,235050840,15000,47357.155,13972, +89,147,Ac,,,0,0,,,1.2,+58-5,M,72,189,B-,,0,,,,,,,,,,,,4965.795,40667,-868.07,40,2723.24,41,,,4207.48,41,7198,302,7559.242,162,236054988,41000,51220.992,38191, +90,118,TH,,,0,0,0+,,1.7,+17-6,MS,0.0017,0.0012,A,100,0,,,,,,,,,,,,,,,,8202.03,31,5930.495,65,,,1751.47,61,7652.592,164,208017910.722,36704,16683.730,34190, +90,119,Th,,,0,0,(13/2+),,2.5,+17-7,MS,0.0025,0.0012,A,100,0,,,,,,,,,,,,,,,,8103,140,7523.191,149,8388,144,1675,150,7656,1,209017571,150,16367,140, +90,120,Th,,,0,0,0+,,16,4,MS,0.016,0.004,A,100,,EC+B+,,0,,,,,,,,,,,,,8068.99,6,5269.747,60,10379,141,2073.33,54,7669.076,90,210015093.437,20299,14059.446,18909, +90,121,Th,,,0,0,,,37,+28-11,MS,0.037,0.02,A,,0,EC+B+,,0,,,,,,,,,-8170,126,,,7940.77,50,6707.957,90,8220.59,75,2168.50,93,7671.69,346,211014933.183,78379,13910.171,73010, +90,122,Th,,,0,0,0+,,31.7,13,MS,0.0317,0.0013,A,100,0,EC+B+,0.3,0,,,,,,,,,-9482.551,75541,-18041,103,7958.04,5,4833.51,52,9870.68,74,2380.38,54,7682.062,48,212013001.487,10852,12110.808,10109, +90,123,Th,,,0,0,,,144,21,MS,0.144,0.021,A,100,0,,,,,,,,,,,,-7542.539,71737,-17544.59,75,7836.95,7,5965.394,18,8062.04,14,2446.18,52,7683.846,43,213013011.447,9895,12120.086,9217, +90,124,Th,,,0,0,0+,,87,10,MS,0.087,0.01,A,100,0,,,,,,,,,,,,-8790.63,76867,-17039.06,72,7827.18,5,4251.031,19,9496.52,14,2748.78,19,7692.317,50,214011481.431,11445,10694.885,10661, +90,125,Th,,,0,0,(1/2-),,1.2,2,S,1.2,0.2,A,100,0,,,,,,,,,,,,-6942.353,73380,-16635.25,77,7664.65,4,4890.971,15,7844.62,14,2811.24,18,7693.025,41,215011724.805,9490,10921.586,8840, +90,126,Th,,,0,0,0+,,26.0,2,MS,0.026,0.0002,A,100,0,EC+B+,0.01,,,,,,,,,,-7500.882,54864,-15636.92,74,8072.38,4,2153.937,16,8694.57,15,3021.25,17,7697.662,56,216011055.714,12928,10298.332,12042, +90,127,Th,,,0,0,(9/2+),,0.241,5,MS,0.000241,0.000005,A,100,0,,,,,,,,,,,,-4862.63,19132,-13664.75,55,9435.31,4,3502.107,16,6163.87,16,3227.59,15,7690.594,49,217013103.444,11394,12205.780,10614, +90,128,Th,,,0,0,0+,,117,9,NS,0.000000117,0.000000009,A,100,0,,,,,,,,,,,,-6317.029,21130,-12772.99,19,9849.09,9,1523.132,52,7910.36,15,3625.90,16,7691.602,48,218013276.242,11289,12366.741,10516, +90,129,Th,,,0,0,(9/2+),,1.05,3,US,0.00000105,0.00000003,A,100,0,,,,,,,,,,,,-4068.741,72192,-12283.70,54,9512.74,50,2901.91,71,5966.67,52,3661.19,72,7683.725,231,219015535.677,54295,14471.390,50576, +90,130,Th,,,0,0,0+,,9.7,6,US,0.0000097,0.0000006,A,100,0,EC,0.0000002,,,,,,,,,,-5549,56,-11942.35,56,8953.11,20,925.418,23,7873.61,55,4189.35,55,7684.589,101,220015747.926,23795,14669.100,22166, +90,131,Th,,,0,0,(7/2+),,1.74,3,MS,0.00174,0.00003,A,100,0,,,,,,,,,,,,-3435.918,51915,-11349,52,8625.8,4,2417.262,51,5800.05,24,4092.28,10,7676.061,37,221018186.236,8766,16940.371,8166, +90,132,Th,,,0,0,0+,,2.24,3,MS,0.00224,0.00003,A,100,0,,,,,,,,,,,,-4951,74,-11244.49,53,8127.03,5,581.637,13,7808.58,15,4608.97,52,7676.658,55,222018468.3,13182,17203.111,12279, +90,133,Th,,,0,0,(5/2)+,,0.60,2,S,0.6,0.02,A,100,0,,,,,,,,,,,,-2934.845,71639,-10840,73,7566.63,4,1559.949,12,5888.60,15,4524.61,10,7668.64,41,223020811.546,9889,19385.831,9212, +90,134,Th,,,0,0,0+,,1.04,2,S,1.04,0.02,A,100,0,,,,,,,,,,,,-3868.544,12546,-10398.26,72,7298.57,6,-240.401,11,7463.41,14,5121.12,12,7667.724,45,224021464.157,10864,19993.734,10120, +90,135,Th,,,0,0,(3/2+),,8.75,4,M,525,2.4,A,90,0,EC,10,0,,,,,,,,,-2030.598,71170,-9623.47,9,6921.4,212,672.781,7,5754.92,11,5212.98,6,7659.222,23,225023950.907,5467,22310.127,5093, +90,136,Th,,,0,0,0+,,30.57,10,M,1834.2,6,A,100,0,,,,,,,,,,,,-2835.642,12165,-9214.41,71,6452.53,101,-1111.63,5,7183.81,7,5728.68,6,7657.119,20,226024903.686,4810,23197.634,4481, +90,137,Th,5.7404,165,0,0,(1/2+),,18.697,7,D,1615420.8,604.8,A,100,0,,,,,,,,,,,,-1026.375,7437,-8299.77,12,6146.6,10,-44.757,2841,5464.13,5,5793.41,3,7647.458,9,227027702.618,2241,25804.823,2088, +90,138,Th,5.7488,152,0,0,0+,,1.9116,16,Y,60325508.16,50492.16,A,100,0,,,,,,,,,,,,-2152.602,4340,-8131.53,8,5520.15,22,-2123.744,2766,7105.16,225,6367.57,210,7645.08,8,228028739.835,1940,26770.984,1807, +90,139,Th,5.7557,143,0,0,5/2+,,7880,120,Y,248673888000,3786912000,A,100,0,,,,,,,,0.46,,4.3,,-311.325,3715,-7409.32,5,5167.56,102,-1104.35,12,5256.72,261,6598.12,278,7634.65,11,229031761.431,2581,29585.583,2405, +90,140,Th,5.7670,131,0,0,0+,,7.54E+4,3,Y,2379443040000,9467280000,A,100,0,24NE,0.000000000058,0.000000000013,SF,0.000000000004,0,,,,,,-1311.014,2833,-7105.63,3,4769.85,152,-2975.79,16,6794.31,221,7116.31,12,7630.996,5,230033132.358,1299,30862.593,1210, +90,141,Th,,,0,0,5/2+,,25.52,1,H,91872,36,B-,100,0,A,0.00000000004,0,,,,,,,,,391.487,1460,-6429.03,284,4213.26,155,-1946.958,13,5118.02,20,7311.46,16,7620.118,5,231036302.853,1308,33815.891,1218, +90,142,Th,5.7848,124,0,0,0+,,1.40E10,1,Y,4.418064e17,3.15576e15,A,100,0,SF,0.0000000011,0.0000000004,,,,,,,,,-499.85,7734,-6048.94,170,4081.6,140,-3707.635,13,6440.42,107,7605.04,13,7615.033,6,232038053.689,1526,35446.784,1422, +90,143,Th,,,0,0,1/2+,,21.83,4,M,1309.8,2.4,B-,100,0,,,,,,,,,,,,1242.243,1122,-5286.24,8,3744.84,16,-2576.318,13,4786.39,9,7711.67,13,7602.893,6,233041580.208,1529,38731.715,1425, +90,144,Th,,,0,0,0+,,24.10,3,D,2082240,2592,B-,100,0,,,,,,,,,,,,274.088,3172,-4947.78,252,3671.79,11,-4228.181,14,6190.02,257,7983.99,13,7596.855,11,234043599.86,2779,40613.009,2589, +90,145,Th,,,0,0,(1/2+),,7.2,1,M,432,6,B-,100,0,,,,,,,,,,,,1728.853,19113,-4392.49,14,3376.35,17,-3339.406,19,4666.58,13,8112.41,19,7584.385,55,235047255,14000,44017.749,13041, +90,146,Th,,,0,0,0+,,37.3,15,M,2238,90,B-,100,0,,,,,,,,,,,,921.248,19760,-4105.02,20,3333.33,17,-4965.794,41,5833.87,19,8390.93,20,7576.968,59,236049657,15000,46255.198,13972, +90,147,Th,,,0,0,(5/2+),,4.8,5,M,288,30,B-,100,0,,,,,,,,,,,,2427.473,20514,-3450.18,21,3196.12,18,,,4371.42,21,8554.87,41,7563.443,67,237053629,17000,49955.092,15835, +90,148,Th,,,0,0,0+,,9.4,20,M,564,120,B-,100,0,,,,,,,,,,,,1631,284,-3074,284,3169,283,,,5501,284,8784,490,7555,1,238056388,304,52525,283, +91,120,Pa,,,0,0,,GT,300,,NS,0.0000003,5e15,EC+B+,,0,P,,0,A,,0,,,,,,,,,,8509,114,8169.829,125,,,-732,104,7629,0,211023704,110,22080,102, +91,121,Pa,,,0,0,,,5.1,+61-19,MS,0.0051,0.004,A,100,0,,,,,,,,,,,,,,,,8415.21,50,9482.55,76,8558,127,-394.22,105,7633.643,353,212023181.425,80367,21593.358,74862, +91,122,Pa,,,0,0,,,5.3,+40-16,MS,0.0053,0.0028,A,100,0,,,,,,,,,,,,,,,,8393.9,50,7542.539,72,10002.05,103,-262.85,72,7644.762,334,213021108.697,76374,19662.625,71142, +91,123,Pa,,,0,0,,,17,3,MS,0.017,0.003,A,100,0,,,,,,,,,,,,,,,,8270.9,50,8790.63,77,8248.43,104,-76.46,77,7647.583,356,214020918.561,81723,19485.515,76125, +91,124,Pa,,,0,0,,,14,2,MS,0.014,0.002,A,100,0,,,,,,,,,,,,-7059.147,114616,,,8236.81,50,6942.353,73,9692.89,105,119.92,74,7657.096,339,215019177.728,78202,17863.939,72845, +91,125,Pa,,,0,0,,,0.15,+6-4,S,0.15,0.05,A,98,,EC,2,,,,,,,,,,-5267.137,60450,-15195.19,103,8097,15,7500.882,55,8136.04,90,411.34,54,7659.314,248,216019108.242,57462,17799.214,53526, +91,126,Pa,,,0,0,,,3.6,8,MS,0.0036,0.0008,A,100,0,,,,,,,,,,,,-5905,73,-14069.26,32,8488.8,4,4862.63,19,8802.12,56,518.89,20,7664.58,73,217018323.692,17089,17068.410,15918, +91,127,Pa,,,0,0,,,113,10,US,0.000113,0.00001,A,100,0,,,,,,,,,,,,-3210.838,22888,-12361,74,9815,10,6317.029,21,6455.96,24,810.98,21,7659.036,84,218020057.853,19676,18683.770,18329, +91,128,Pa,,,0,0,9/2-,,53,10,NS,0.000000053,0.00000001,A,100,0,,,,,,,,,,,,-4746.439,72333,-11425.79,53,10084.6,50,4068.741,72,8214.96,55,1115.58,53,7661.574,235,219019903.65,55304,18540.131,51516, +91,129,Pa,,,0,0,,,0.78,16,US,0.00000078,0.00000016,A,100,0,EC+B+,0.0000003,0,,,,,,,,,-2715,113,-11140,72,9649,50,5548.9,56,6393,73,1542,72,7656,0,220021705,55,20218,51, +91,130,Pa,,,0,0,9/2-,,5.9,17,US,0.0000059,0.0000017,A,100,0,,,,,,,,,,,,-4143.707,72404,-10628,113,9247.7,50,3435.917,52,7913,72,1581.78,56,7656.974,232,221021874.846,55052,20376.288,51281, +91,131,Pa,,,0,0,,,2.9,+6-4,MS,0.0029,0.0005,A,100,0,,,,,,,,,,,,-2118,89,-10437,89,8886,52,4951.889,73,6293,89,2075,73,7651,0,222023784,78,22155,72, +91,132,Pa,,,0,0,,,5.1,6,MS,0.0051,0.0006,A,100,0,,,,,,,,,,,,-3516.33,100506,-10023.47,88,8326.28,50,2934.845,72,7905,102,2171.41,72,7651.971,319,223023962.232,76289,22320.676,71063, +91,133,Pa,,,0,0,(5-),,0.846,20,S,0.846,0.02,A,100,0,,,,,,,,,,,,-1859.974,24329,-10046.04,72,7693.68,4,3868.544,13,6529.71,71,2812.52,12,7646.961,34,224025617.21,8145,23862.278,7587, +91,134,Pa,,,0,0,,,1.7,2,S,1.7,0.2,A,100,0,,,,,,,,,,,,-3039.196,71827,-9452.84,75,7392.7,50,2030.598,71,7592.87,71,2941.98,72,7646.72,316,225026130.844,76234,24340.725,71012, +91,135,Pa,,,0,0,,,1.8,2,M,108,12,A,74,5,EC+B+,26,5,,,,,,,,,-1295.593,17228,-9417.96,16,6986.89,10,2835.642,12,6378.77,72,3565.82,12,7641.11,51,226027947.872,12259,26033.276,11420, +91,136,Pa,,,0,0,(5/2-),,38.3,3,M,2298,18,A,85,2,EC,15,2,,,,,,,,,-2214.264,12146,-8568.99,15,6580.4,212,1026.375,8,7273.40,14,3655.41,9,7639.49,33,227028804.477,7965,26831.198,7420, +91,137,Pa,,,0,0,3+,,22,1,H,79200,3600,EC+B+,98.15,0.17,A,1.85,0.17,,,,,3.5,,,,-298.64,14929,-8193.19,11,6264.54,146,2152.602,5,5978.93,9,4170.21,5,7632.207,19,228031050.748,4659,28923.586,4340, +91,138,Pa,,,0,0,(5/2+),,1.50,5,D,129600,4320,EC,99.52,0.05,A,0.48,0.05,,,,,,,,,-1313.646,6655,-7396.64,15,5834.65,4,311.325,4,7098.00,5,4163.05,3,7629.874,14,229032095.652,3521,29896.908,3280, +91,139,Pa,,,0,0,2-,,17.4,5,D,1503360,43200,EC+B+,92.2,0.7,B-,7.8,0.7,A,0.0032,0.0001,,2,,,,558.605,4592,-7108.26,7,5439.43,71,1311.014,3,5794.62,4,4700.95,4,7621.895,13,230034539.789,3261,32173.607,3038, +91,140,Pa,,,0,0,3/2-,,3.276E4,11,Y,1033826976000,3471336000,A,100,0,SF,0.0000000003,0,,,,,2.01,,-1.72,,-381.611,2033,-6261.91,5,5149.91,83,-391.487,215,6820.52,3,4727.16,146,7618.426,8,231035882.575,1902,33424.404,1772, +91,141,Pa,,,0,0,(2-),,1.32,2,D,114048,1728,B-,100,0,EC,,0,,,,,,,,,1337.103,7428,-5930.70,8,4626.99,8,499.849,8,5549.09,8,5158.23,8,7609.506,33,232038590.3,8207,35946.633,7645, +91,142,Pa,,,0,0,3/2-,,26.975,13,D,2330640,1123.2,B-,100,0,,,,,,,,3.4,,-3,,570.296,1975,-5191.38,181,4374.62,12,-1242.243,1953,6528.48,8,5246.28,112,7604.866,6,233040246.605,1434,37489.472,1336, +91,143,Pa,,,0,0,4+,,6.70,5,H,24120,180,B-,100,0,,,,,,,,,,,,2193.896,4000,-4651.57,4,4075.62,16,-274.088,5,5221.87,4,5681.76,4,7594.683,17,234043305.615,4395,40338.921,4094, +91,144,Pa,,,0,0,(3/2-),,24.4,2,M,1464,12,B-,100,0,,,,,,,,,,,,1370.05,14017,-3927.45,14,4101.13,19,-1728.853,19,6121.34,15,5613.08,14,7588.413,59,235045399,15000,42288.896,13972, +91,145,Pa,,,0,0,1(-),,9.1,1,M,546,6,B-,100,0,,,,,,,,,,,,2889.306,14017,-3656.21,14,3754.62,19,-921.248,20,5026.26,20,5972.77,19,7577.557,59,236048668,15000,45333.950,13972, +91,146,Pa,,,0,0,(1/2+),,8.7,2,M,522,12,B-,100,0,,,,,,,,,,,,2137.425,13096,-2988.34,13,3794.67,18,-2427.473,21,5877.65,19,6016.55,19,7570.384,55,237051023,14000,47527.619,13041, +91,147,Pa,,,0,0,(3-),,2.28,10,M,136.8,6,B-,100,0,,,,,,,,,,,,3586.255,15906,-2567.47,16,3627.93,21,-1630.962,283,4704.90,21,6350.02,22,7558.344,67,238054637,17000,50894.038,15835, +91,148,Pa,,,0,0,(3/2),,1.8,5,H,6480,1800,B-,100,0,,,,,,,,,,,,2765,196,-2042,196,3555,196,,,5628,196,6477,344,7550,1,239057260,210,53337,196, +92,123,U,,,0,0,,,0.7,+13-3,MS,0.0007,0.0008,A,0,0,EC+B+,,0,,,,,,,,,,,,,8588,50,7059.148,115,,,1851.40,117,7620.624,412,215026756.035,94997,24923.087,88490, +92,124,U,,,0,0,0+,,4.5,+47-16,MS,0.0045,0.0032,A,100,0,,,,,,,,,,,,,,,,8530.63,26,5267.137,60,9928.05,93,2086.56,78,7631.307,130,216024762.747,30158,23066.351,28093, +92,125,U,,,0,0,,,16,+21-6,MS,0.016,0.014,A,100,0,,,,,,,,,,,,,,,,8428,71,5904.59,73,8164,77,2115,89,7634,0,217024663,77,22973,71, +92,126,U,,,0,0,0+,,0.51,+17-10,MS,0.00051,0.00014,A,100,0,,,,,,,,,,,,,,,,8774.81,9,3210.838,23,9150,73,2462.77,21,7640.719,63,218023504.829,14722,21894.608,13714, +92,127,U,,,0,0,,,42,+34-13,US,0.000042,0.000024,A,100,0,,,,,,,,,,,,-6170.086,101905,,,9940.07,50,4746.438,72,6679.36,53,2686.17,54,7636.329,232,219024999.161,54509,23286.569,50775, +92,129,U,,,0,0,(9/2+),,0.66,14,US,0.00000066,0.00000014,A,100,0,,,,,,,,,,,,-5330,207,-13862,202,9889.3,50,4143.707,72,6485,113,2987,72,7634.684,231,221026323.299,54873,24519.995,51114, +92,130,U,,,0,0,0+,,4.7,7,US,0.0000047,0.0000007,A,100,0,,,,,,,,,,,,-6746,202,-13648,207,9481.17,51,2117.827,89,8318.49,73,3392.43,73,7637.764,234,222026057.953,55817,24272.827,51994, +92,131,U,,,0,0,,,18,+10-5,US,0.000018,0.000008,A,100,0,EC+B+,0.2,0,,,,,,,,,-4763,208,-13253,208,8940.7,50,3516.33,101,6507.14,88,3607,102,7632.694,319,223027737.168,76349,25837.006,71119, +92,132,U,,,0,0,0+,,0.84,+40-22,MS,0.00084,0.00031,A,100,0,,,,,,,,,,,,-6153,197,-12949,197,8628.24,7,1859.974,24,8186.07,75,3887.39,75,7635.165,103,224027613.974,24875,25722.252,23171, +92,133,U,,,0,0,,,69,15,MS,0.069,0.015,A,100,0,,,,,,,,,,,,-4207.783,72440,-12567,196,8014.63,7,3039.196,72,6413.65,26,3771.33,13,7629.736,48,225029393.555,11711,27379.921,10909, +92,134,U,,,0,0,0+,,268,9,MS,0.268,0.009,A,100,0,,,,,,,,,,,,-5448,89,-12330.15,73,7700.84,4,1295.593,17,8122.37,17,4300.83,72,7631.916,58,226029338.749,13955,27328.869,12999, +92,135,U,,,0,0,(3/2+),,1.1,1,M,66,6,A,100,0,,,,,,,,,,,,-3516.618,73135,-11803,89,7234.72,3,2214.264,12,6354.72,16,4276.78,15,7626.289,43,227031181.587,10419,29045.462,9705, +92,136,U,,,0,0,0+,,9.1,2,M,546,12,A,95,0,EC,5,0,,,,,,,,,-4373.468,52545,-11411.17,74,6803.58,10,298.64,15,7894.55,17,4897.94,16,7627.466,63,228031371.351,15409,29222.226,14354, +92,137,U,,,0,0,(3/2+),,58,3,M,3480,180,EC,80,0,A,20,0,,,,,,,,,-2569.122,87031,-10456.46,51,6475.51,3,1313.646,7,6082.99,15,5002.00,7,7620.721,26,229033505.909,6374,31210.554,5938, +92,138,U,,,0,0,0+,,20.23,2,D,1747872,1728,A,100,0,,,,,,,,,,,,-3621.29,51461,-10235.99,87,5992.45,50,-558.605,5,7666.87,7,5570.88,5,7620.922,20,230033940.102,4841,31615.002,4509, +92,139,U,,,0,0,(5/2-),,4.2,1,D,362880,8640,EC,100,0,A,0.004,0.001,,,,,,,,,-1818.498,50577,-9501.59,51,5576.28,166,381.611,3,5880.30,5,5656.56,4,7613.387,12,231036292.252,2866,33806.015,2670, +92,140,U,,,0,0,0+,,68.9,4,Y,2174318640,12623040,A,100,0,SF,0.0000000000027,0.0000000000006,,,,,,,,,-2750,100,-9086.30,51,5413.63,9,-1337.103,8,7267.80,280,6103.84,195,7611.897,8,232037154.86,1942,34609.530,1809, +92,141,U,5.8203,49,0,0,5/2+,,1.592E+5,2,Y,5023969920000,6311520000,A,100,0,SF,0.00000000006,0,,,,,0.59,,3.663,,-1029.415,51005,-8512,100,4908.68,118,-570.296,2621,5761.67,249,6316.43,8,7603.956,10,233039634.367,2420,36919.176,2255, +92,142,U,5.8291,52,0,0,0+,,2.455E+5,6,Y,7747390800000,18934560000,A,100,0,SF,0.00000000164,0.00000000022,,,,,,,,,-1809.846,8321,-7874.88,51,4857.52,68,-2193.896,4,6845.47,200,6633.42,82,7600.715,5,234040950.37,1213,38145.025,1130, +92,143,U,5.8337,41,0,0,7/2-,,7.04E+8,1,Y,2.22165504e16,31557600000000,A,100,0,SF,0.000000007,0.000000002,,,,,-0.38,,4.936,,-124.262,852,-7107.34,8,4678.04,69,-1370.05,14,5297.50,23,6709.05,4,7590.914,5,235043928.19,1199,40918.846,1117, +92,144,U,5.8431,38,0,0,0+,,2.342E7,4,Y,739078992000000,1262304000000,A,100,0,SF,0.000000094,0.000000004,,,,,,,,,-933.534,50415,-6669.78,89,4572.94,87,-2889.306,14,6545.52,26,7133.22,14,7586.484,5,236045566.201,1194,42444.644,1113, +92,145,U,,,0,0,1/2+,,6.752,2,D,583372.8,172.8,B-,100,0,,,,,,,,,,,,518.534,520,-6059.30,50,4233.56,99,-2137.425,13,5125.77,46,7232.73,14,7576.102,5,237048728.38,1291,45390.194,1203, +92,146,U,5.8571,33,0,0,0+,,4.468E9,6,Y,1.409993568e17,189345600000000,A,100,0,SF,0.0000545,0.0000007,,,,,,,,,-146.874,1201,-5635.19,118,4269.86,212,-3586.255,16,6153.73,126,7508.81,13,7570.125,6,238050786.996,1602,47307.783,1493, +92,147,U,,,0,0,5/2+,,23.45,2,M,1407,1.2,B-,100,0,,,,,,,,,,,,1261.661,1493,-4953.26,121,4130.05,13,-2764.282,196,4806.38,17,7610.29,16,7558.561,6,239054292.048,1613,50572.718,1503, +92,148,U,,,0,0,0+,,14.1,1,H,50760,360,B-,100,0,,,,,,,,,,,,399.233,17083,-4666.87,279,4035.39,14,,,5928.53,286,7911,196,7551.77,11,240056592.425,2740,52715.505,2553, +92,149,U,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,1937,208,-4191,196,3817,196,,,4590,196,8002,280,7539,1,241060330,210,56197,196, +92,150,U,,,0,0,0+,,16.8,5,M,1008,30,B-,100,0,,,,,,,,,,,,1203,283,-3712,213,3670,200,,,5648,280,8309,361,7532,1,242062931,215,58620,201, +92,151,U,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,2484,302,-3128,361,3484,500,,,4331,361,,,7518,1,243066946,322,62360,300, +92,152,U,,,0,0,0+,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92,153,U,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92,154,U,,,0,0,0+,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92,155,U,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92,156,U,,,0,0,0+,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92,157,U,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92,158,U,,,0,0,0+,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92,159,U,,,0,0,,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92,160,U,,,0,0,0+,,,,,,,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +92,161,U,,,0,0,,,,,,,,B-N,,0,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, +92,162,U,,,0,0,0+,,,,,,,B-N,,0,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, +92,163,U,,,0,0,,,,,,,,B-N,,0,B-,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, +93,126,Np,,,0,0,,LT,5,,US,0.000005,0,A,100,0,,,,,,,,,,,,,,,,9167.8,50,6170.086,102,,,-273.08,89,7604.583,403,219031623.021,94851,29456.655,88354, +93,132,Np,,,0,0,,,3.6,+76-27,MS,0.0036,0.0052,A,100,0,EC+B+,,0,,,,,,,,,,,,,8786.5,50,4207.783,72,8359,208,1423.52,75,7607.557,318,225033910.797,76889,31587.704,71622, +93,133,Np,,,0,0,,,35,10,MS,0.035,0.01,A,100,0,,,,,,,,,,,,,,,,8197.51,50,5448.131,89,6882,114,1892,89,7604,0,226035188,95,32777,88, +93,134,Np,,,0,0,,,0.51,6,S,0.51,0.06,A,100,0,,,,,,,,,,,,-4208,123,,,7816.49,14,3516.618,73,8286,114,2055.76,74,7607.351,319,227034956.832,77838,32562.080,72506, +93,135,Np,,,0,0,,,61.4,14,S,61.4,1.4,EC,60,7,A,40,7,,,,,,,,,-2491.677,58346,-11245,112,7308.5,50,4373.468,53,7037.70,88,2738.74,51,7604.853,222,228036066.462,54291,33595.694,50572, +93,136,Np,,,0,0,,,4.0,2,M,240,12,A,68,11,EC,32,11,,,,,,,,,-3615.915,100792,-10379.01,92,7014.03,50,2569.121,87,7887.34,100,2731.52,88,7606.086,379,229036263.974,93235,33779.675,86848, +93,137,Np,,,0,0,,,4.6,3,M,276,18,EC+B+,97,0,A,3,0,,,,,,,,,-1698.101,53363,-10230.62,72,6778.1,50,3621.289,51,6614.70,101,3263.23,52,7601.776,223,230037827.716,55059,35236.291,51288, +93,138,Np,,,0,0,(5/2-),,48.8,2,M,2928,12,EC,98,1,A,2,1,,,,,,,,,-2684.492,55333,-9381.20,53,6368.4,50,1818.498,51,7683.10,72,3279.46,51,7602.128,219,231038244.49,54264,35624.513,50547, +93,139,Np,,,0,0,(4+),,14.7,3,M,882,18,EC+B+,100,0,A,0.0002,0,,,,,,,,,-1004,102,-9021,103,6011,100,2750.47,100,6336,112,3735,100,7597,0,232040107,107,37360,100, +93,140,Np,,,0,0,(5/2+),,36.2,1,M,2172,6,EC,100,0,A,0.001,0,,,,,,,,,-2103.179,71642,-8485.87,54,5626.77,51,1029.414,51,7482,112,3949.91,51,7596.181,219,233040739.489,54729,37948.590,50981, +93,141,Np,,,0,0,(0+),,4.4,1,D,380160,8640,EC+B+,100,0,,,,,,,,,,,,-395.1,10752,-8168.22,51,5356.35,9,1809.846,8,6065.04,52,4253.27,9,7589.637,36,234042893.32,9014,39954.871,8397, +93,142,Np,,,0,0,5/2+,,396.1,12,D,34223040,103680,EC,99.9974,0.00013,A,0.0026,0.00013,,,,,,,,,-1139.302,20499,-7378.18,7,5193.79,147,124.262,1782,6983.08,8,4390.89,88,7587.056,6,235044061.591,1491,41043.108,1389, +93,143,Np,,,0,0,(6-),,153E+3,5,Y,4828312800000,157788000000,EC,86.3,0.8,B-,13.5,0.8,A,0.16,0.04,,,,,,476.585,50389,-6875.55,54,5006.63,51,933.534,50,5736.25,50,4829.64,50,7579.214,214,236046568.392,54129,43378.178,50421, +93,144,Np,,,0,0,5/2+,,2.144E+6,7,Y,67659494400000,220903200000,A,100,0,SF,0.0000000002,0,,,,,3.14,,3.886,,-220.063,1294,-6101.25,164,4957.27,74,-518.535,1644,6577.84,50,4861.95,25,7574.989,5,237048171.71,1202,44871.659,1120, +93,145,Np,,,0,0,2+,,2.099,2,D,181353.6,172.8,B-,100,0,,,,,,,,,,,,1291.443,457,-5708.38,131,4690.82,4,146.873,1877,5488.32,20,5224.51,56,7566.221,5,238050944.671,1221,47454.656,1138, +93,146,Np,,,0,0,5/2+,,2.356,3,D,203558.4,259.2,B-,100,0,,,,,,,,,,,,722.774,930,-4923.47,98,4597.24,14,-1261.661,1994,6214.92,99,5285.70,148,7560.567,5,239052937.599,1407,49311.057,1311, +93,147,Np,,,0,0,(5+),,61.9,2,M,3714,12,B-,100,0,,,,,,,,,,,,2190.891,17015,-4343.33,17,4557.41,22,-399.233,17,5066.10,17,5545.42,17,7550.173,71,240056163.83,18284,52316.272,17032, +93,148,Np,,,0,0,5/2+,,13.9,2,M,834,12,B-,100,0,,,,,,,,,,,,1305,70711,-3936.52,71,4307.64,72,-1936.825,208,6127.41,73,5744.30,71,7544.27,293,241058250.697,75920,54260.175,70719, +93,149,Np,,,0,0,(1+),,2.2,2,M,132,12,B-,100,0,,,,,,,,,,,,2700,200000,-3609.56,200,4097.98,201,-1203.068,284,4914.56,212,6069,280,7533.403,826,242061639.615,214713,57416.932,200004, +93,150,Np,,,0,0,(5/2),,1.85,15,M,111,9,B-,100,0,,,,,,,,,,,,2121,32,-2912,32,4114,198,-2484.0,302,5612,203,6033,203,7525,0,243064279,34,59876,32, +93,151,Np,,,0,0,(7-),,2.29,16,M,137.4,9.6,B-,100,0,,,,,,,,,,,,3396,298,-2624,298,3867,359,,,4745,300,6447,423,7514,1,244067850,320,63202,298, +94,134,Pu,,,0,0,0+,,1.1,+20-5,S,1.1,1.3,A,100,0,,,,,,,,,,,,,,,,7940.2,18,2491.676,58,8754,104,3763.68,78,7590.493,128,228038741.387,31286,36087.370,29143, +94,135,Pu,,,0,0,(3/2+),,90,+71-27,S,90,49,A,100,0,,,,,,,,,,,,-4754.43,101230,,,7590.75,50,3615.915,101,6763.10,59,3489.07,72,7586.88,223,229040145.819,54939,37395.590,51176, +94,136,Pu,,,0,0,,,102,10,S,102,10,A,100,0,,,,,,,,,,,,-5998,134,-13286.94,89,7180.61,7,1698.101,53,8532.52,53,4134.25,88,7590.991,64,230039650.703,15913,36934.392,14824, +94,137,Pu,,,0,0,(3/2+),,8.6,5,M,516,30,EC+B+,90,4,A,10,4,,,,,,,,,-4101,301,-12694,135,6838.63,20,2684.492,55,6696.70,27,4216.26,56,7587.12,98,231041126.41,24206,38309.005,22549, +94,138,Pu,,,0,0,0+,,33.8,7,M,2028,42,EC,90,,A,10,,,,,,,,,,-4976,300,-12118,300,6716,10,1003.14,102,8017.18,29,4550.34,54,7588.974,76,232041184.526,18888,38363.140,17595, +94,139,Pu,,,0,0,,,20.9,4,M,1254,24,EC+B+,99.88,0.05,A,0.12,0.05,,,,,,,,,-3211,113,-11359,304,6416.3,50,2103.179,72,6382.69,53,4597,112,7583.796,216,233042997.345,54054,40051.769,50351, +94,140,Pu,,,0,0,0+,,8.8,1,H,31680,360,EC,94,0,A,6,0,,,,,,,,,-4111,159,-10985,102,6310.05,5,395.1,11,7773.12,51,4887.59,51,7584.605,29,234043317.478,7298,40349.971,6798, +94,141,Pu,,,0,0,(5/2+),,25.3,5,M,1518,30,EC+B+,99.9972,0.0007,A,0.0028,0.0007,,,,,,,,,-2443.019,56045,-10350,160,5951.48,20,1139.302,21,6238.88,22,5061.43,22,7578.879,87,235045284.682,22030,42182.410,20521, +94,142,Pu,,,0,0,0+,,2.858,8,Y,90191620.8,252460.8,A,100,0,SF,0.00000019,0.00000004,,,,,,,,,-3139,112,-9795.15,52,5867.15,8,-476.585,50,7352.13,21,5430.49,176,7577.918,8,236046056.756,1944,42901.593,1811, +94,143,Pu,,,0,0,7/2-,,45.64,4,D,3943296,3456,EC,99.9958,0.0004,A,0.0042,0.0004,,,,,,,,,-1478,59,-9020,112,5747.63,225,220.063,2033,5881.19,208,5575.43,50,7570.759,7,237048407.957,1822,45091.722,1697, +94,144,Pu,5.8535,378,0,0,0+,,87.7,1,Y,2767601520,3155760,A,100,0,SF,0.00000019,0.00000001,,,,,,,,,-2258.273,50688,-8478,59,5593.27,19,-1291.443,161,6999.83,135,5997.42,41,7568.36,5,238049558.25,1222,46163.213,1139, +94,145,Pu,5.8601,378,0,0,1/2+,,24110,30,Y,760853736000,946728000,A,100,0,SF,0.00000000031,0.00000000006,,,,,0.203,,,,-802.142,1664,-7904.52,51,5244.52,21,-722.775,172,5646.25,31,6155.34,37,7560.318,5,239052161.669,1195,48588.282,1113, +94,146,Pu,5.8701,379,0,0,0+,,6561,7,Y,207049413600,220903200,A,100,0,SF,0.0000057,0.0000002,,,,,,,,,-1384.789,13788,-7336.36,167,5255.82,14,-2190.892,17,6534.22,23,6474.65,95,7556.042,5,240053811.812,1187,50125.380,1106, +94,147,Pu,5.8748,379,0,0,5/2+,,14.329,29,Y,452188850.4,915170.4,B-,99.998,0,A,0.00247,0,SF,0.000000000000024,0,,-0.683,,6,,20.78,166,-6626.31,14,5140.07,48,-1305.0,71,5241.52,3,6650.07,17,7546.439,5,241056849.722,1187,52955.175,1106, +94,148,Pu,5.8823,380,0,0,0+,,3.75E+5,2,Y,11834100000000,63115200000,A,100,0,SF,0.00055,0.000006,,,,,,,,,-751.14,708,-6288.78,70,4984.23,99,-2700.0,200,6309.56,68,6832.21,71,7541.327,5,242058741.045,1336,54716.932,1245, +94,149,Pu,,,0,0,7/2+,,4.956,3,H,17841.6,10.8,B-,100,0,,,,,,,,,,,,579.556,2622,-5784.79,244,4756.97,258,-2121.398,32,5033.65,239,6951.30,200,7531.008,10,243062002.119,2728,57754.602,2542, +94,150,Pu,5.8948,382,0,0,0+,,8.00E+7,9,Y,2.524608e15,28401840000000,A,99.879,0.004,SF,0.121,0.004,,,,,,,,,-73.168,2686,-5440.34,265,4665.61,102,-3395.972,298,6019.89,293,7359,32,7524.815,10,244064204.415,2518,59806.028,2346, +94,151,Pu,,,0,0,(9/2-),,10.5,1,H,37800,360,B-,100,0,,,,,,,,,,,,1277.71,13733,-4772.33,14,4556,196,,,4699.17,13,7313,298,7513.281,56,245067824.568,14621,63178.179,13620, +94,152,Pu,,,0,0,0+,,10.84,2,D,936576,1728,B-,100,0,,,,,,,,,,,,401,14,-4576.99,15,4350,200,,,5854.70,20,7784,300,7506.539,61,246070204.209,16087,65394.801,14985, +94,153,Pu,,,0,0,(1/2+),,2.27,23,D,196128,19872,B-,100,0,,,,,,,,,,,,1954,220,-3958,196,4323,358,,,4359,196,,,7494,1,247074190,210,69108,196, +95,128,Am,,,0,0,,,5,+12-4,MS,0.005,0.008,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +95,134,Am,,,0,0,,,0.9,+21-7,S,0.9,1.4,A,91,0,EC+B+,9,0,,,,,,,,,,,,,8137.4,50,4754.43,101,,,1226.32,92,7562.702,381,229045249.909,93772,42150.020,87348, +95,135,AM,,,0,0,,,31,,S,31,0,EC,100,0,SF,,0,,,,,,,,,,,,,7730,100,5997.608,134,7289,159,1753,143,7562,1,230046089,143,42932,133, +95,137,Am,,,0,0,,,79,2,S,79,2,EC,97,0,A,3,0,ECF,0.069,0.01,,,,,,-2973,362,-12001,424,7319,304,4976.86,301,7142,424,2258,301,7564,1,232046527,322,43340,300, +95,138,Am,,,0,0,,,3.2,8,M,192,48,A,3,0,EC+B+,,0,,,,,,,,,-4031,124,-11120,226,7059,53,3211.231,114,8148,317,2389,103,7567,0,233046445,109,43263,102, +95,139,Am,,,0,0,,,2.32,8,M,139.2,4.8,EC,100,0,A,,0,,,,,,,,,-2263,159,-10904,174,6800,150,4111.029,159,6873,188,2880,166,7564,1,234047731,170,44461,159, +95,140,Am,,,0,0,5/2-,,10.3,6,M,618,36,EC,99.6,0.05,A,0.4,0.05,,,,,,,,,-3408,208,-10170.52,55,6576,13,2443.019,56,7907,167,3013.51,53,7565.154,222,235047907.371,56030,44625.429,52192, +95,141,Am,,,0,0,5-,,3.6,2,M,216,12,A,,0,EC,,0,,,,,,,,,-1814,113,-10065,230,6256.2,50,3139.407,112,6656,123,3431,114,7561,0,236049427,120,46041,112, +95,142,Am,,,0,0,5/2(-),,73.6,8,M,4416,48,EC+B+,99.975,0.003,A,0.025,0.003,,,,,,,,,-2677,93,-9357,62,6196,30,1478.278,59,7542,127,3621,59,7561,0,237049995,64,46570,59, +95,143,Am,,,0,0,1+,,98,2,M,5880,120,EC+B+,100,0,A,0.0001,0.00004,,,,,,,,,-1023.701,52145,-8896.92,87,6041.7,50,2258.274,51,6220,78,3959.21,51,7555.584,213,238051982.607,54428,48421.487,50700, +95,144,Am,,,0,0,(5/2)-,,11.9,1,H,42840,360,EC,99.99,0.001,A,0.01,0.001,,,,,,,,,-1756.602,54058,-8126.08,12,5922.4,141,802.142,2273,7102.38,51,4061.76,167,7553.688,8,239053022.803,2128,49390.424,1982, +95,145,Am,,,0,0,(3-),,50.8,3,H,182880,1080,EC,100,0,A,0.00019,0.00007,,,,,,,,,-214.137,13897,-7708.17,56,5707.08,52,1384.789,14,5951.57,14,4367.08,14,7547.013,58,240055298.444,14849,51510.169,13832, +95,146,Am,5.8928,42,0,0,5/2-,,432.6,6,Y,13651817760,18934560,A,100,0,SF,0.00000000036,0.00000000009,,,,,1.58,,4.34,,-767.434,1168,-6861.23,174,5637.82,12,-20.78,157,6647.09,14,4479.96,17,7543.278,5,241056827.413,1195,52934.395,1114, +95,147,Am,,,0,0,1-,,16.02,2,H,57672,72,B-,82.7,0.3,EC,17.3,0.3,,,,,0.3879,,-2.4,,664.309,414,-6305.07,117,5588.5,25,751.14,167,5537.64,10,4776.07,19,7534.991,5,242059547.428,1200,55468.072,1119, +95,148,Am,5.9048,35,0,0,5/2-,,7364,22,Y,232390166400,694267200,A,100,0,SF,0.0000000037,0.0000000009,,,,,1.503,,2.86,,-6.952,1569,-5700.03,125,5439.07,93,-579.556,2896,6364.34,124,4830.86,138,7530.173,6,243061379.94,1490,57175.046,1388, +95,149,Am,,,0,0,(6-),,10.1,1,H,36360,360,B-,100,0,,,,,,,,,,,,1427.3,1000,-5374.12,143,5138.01,17,73.168,278,5367.17,158,5164.38,263,7521.308,6,244064282.964,1601,59879.196,1492, +95,150,Am,,,0,0,(5/2)+,,2.05,1,H,7380,36,B-,100,0,,,,,,,,,,,,895.889,1549,-4622.74,162,5215.38,71,-1277.71,14,6050.04,190,5194.53,293,7515.303,8,245066452.89,2025,61900.469,1887, +95,151,Am,,,0,0,(7-),,39,3,M,2340,180,B-,100,0,,,,,,,,,,,,2377,18,-4082,18,5152,201,-400.801,23,4978,18,5473,22,7505,0,246069774,19,64994,18, +95,152,Am,,,0,0,(5/2),,23.0,13,M,1380,78,B-,100,0,,,,,,,,,,,,1620,100,-3535,100,4852,105,-1955.0,220,5912,102,5531,101,7499,0,247072092,107,67153,100, +95,153,Am,,,0,0,,,,,,,,,,,,,,,,,,,,,,3170,200,-3042,200,4936,359,,,4662,224,5834,280,7487,1,248075752,215,70563,200, +96,137,Cm,,,0,0,,,,,,,,A,,0,EC+B+,,0,,,,,,,,,-5567,235,,,7473.5,50,4031.006,125,7090,214,3335,308,7545.998,307,233050772.206,76809,47294.006,71547, +96,138,Cm,,,0,0,0+,,51,12,S,51,12,SF,40,0,A,40,0,EC+B+,20,0,,,,,,-6731,143,-14208,225,7365.33,9,2263.633,160,8640.69,74,3828,103,7550.677,74,234050160.959,18673,46724.633,17394, +96,139,Cm,,,0,0,,,,,,,,,,,,,,,,,,,,,,-4670,448,-13493,246,7300,200,3408.571,208,6762,202,3716,256,7547,1,235051567,216,48034,201, +96,140,Cm,,,0,0,0+,,,,,,,A,,0,EC,,0,,,,,,,,,-5687,401,-12920,401,7066.99,5,1814.045,113,8250,202,4059.35,55,7550.299,78,236051374.506,19662,47855.045,18315, +96,141,Cm,,,0,0,,,,,,,,,,,,,,,,,,,,,,-3941,235,-12367,407,6770.4,50,2677.085,92,6679.28,73,4083,132,7546.624,299,237052868.923,76178,49247.085,70960, +96,142,Cm,,,0,0,0+,,2.2,4,H,7920,1440,EC,96.16,0.18,A,3.84,0.18,SF,0.048,0.002,,,,,,-4771,255,-11814,225,6670.3,10,1023.701,52,7873.21,72,4414,61,7547.996,51,238053081.595,13133,49445.188,12234, +96,143,Cm,,,0,0,(7/2-),,2.7,8,H,9720,2880,EC,100,0,A,0.001,0,,,,,,,,,-3103,214,-11140,261,6539.7,50,1756.601,54,6369.48,55,4563.43,74,7543.065,226,239054908.593,58022,51147.025,54047, +96,144,Cm,,,0,0,0+,,27,1,D,2332800,86400,A,99.5,0,EC,0.5,0,SF,0.0000039,0.0000008,,,,,,-3940,150,-10597,207,6397.8,60,214.137,14,7494.04,54,4955.09,234,7542.861,8,240055528.329,2045,51724.306,1906, +96,145,Cm,,,0,0,1/2+,,32.8,2,D,2833920,17280,EC,99,0.1,A,1,0.1,,,,,,,,,-2330,200,-10034,150,6185.19,56,767.435,1956,6093.79,209,5097.31,14,7536.848,7,241057651.288,1726,53701.830,1608, +96,146,Cm,5.8285,191,0,0,0+,,162.8,2,D,14065920,17280,A,100,0,SF,0.0000062,0.0000003,34SI,0.00000000000001,0,,,,,,-2930,200,-9299,200,6215.63,8,-664.308,1599,6969.38,123,5419.60,40,7534.503,5,242058834.263,1225,54803.764,1142, +96,147,Cm,,,0,0,5/2+,,29.1,1,Y,918326160,3155760,A,99.71,0.03,EC,0.29,0.03,SF,0.0000000053,0.0000000009,,,,,,-1507.695,4506,-8623,200,6168.8,100,6.952,2041,5693.08,105,5575.04,104,7526.925,6,243061387.403,1606,57181.998,1496, +96,148,Cm,5.8429,181,0,0,0+,,18.1,1,Y,571192560,3155760,A,100,0,SF,0.000137,0.000003,,,,,,,,,-2261.989,14357,-8309.11,4,5901.6,3,-1427.3,18,6801.42,103,6012.12,122,7523.952,5,244062750.694,1188,58451.896,1107, +96,149,Cm,5.8475,182,0,0,7/2+,,8423,74,Y,265809664800,2335262400,A,100,0,SF,0.00000061,0.00000009,,,,,0.4,,,,-809.256,1496,-7780.62,14,5624.49,49,-895.889,221,5518.63,49,6163.59,111,7515.767,5,245065491.113,1234,61004.580,1150, +96,150,Cm,5.8562,184,0,0,0+,,4706,40,Y,148510065600,1262304000,A,99.97385,0.00007,SF,0.02615,0.00007,,,,,,,,,-1350,60000,-7268.19,180,5475.12,89,-2377.033,18,6458.93,122,6572.47,196,7511.471,6,246067222.082,1638,62616.967,1526, +96,151,Cm,,,0,0,9/2-,,1.56E+7,5,Y,492298560000000,15778800000000,A,100,0,,,,,,,,0.36,,,,43.581,6324,-6505.14,60,5353.62,3,-1619.857,100,5155.14,4,6750,18,7501.931,15,247070352.726,4075,65533.143,3797, +96,152,Cm,5.8687,193,0,0,0+,,3.48E+5,6,Y,10982044800000,189345600000,A,91.61,0.16,SF,8.39,,SF,8.39,,,,,,,-687,71,-6168.12,6,5161.81,25,-3170.245,200,6211.71,4,7049,100,7496.728,10,248072349.101,2531,67392.755,2358, +96,153,Cm,,,0,0,1/2+,,64.15,3,M,3849,1.8,B-,100,0,,,,,,,,,,,,904.317,2594,-5401,71,5147.61,13,-2353.298,298,4713.37,25,7101,200,7485.55,10,249075954.006,2545,70750.702,2371, +96,154,Cm,,,0,0,0+,AP,8.3E+3,,Y,261928080000,0,SF,74,0,A,18,0,B-,8,0,,,,,,39.616,10894,-4928.11,10,5169.88,18,,,5832.42,10,7403,298,7478.938,41,250078357.556,11029,72989.594,10274, +96,155,Cm,,,0,0,(1/2+),,16.8,2,M,1008,12,B-,100,0,,,,,,,,,,,,1420,20000,-4373.28,23,5116,197,,,4412.89,25,,,7466.722,90,251082285.036,24367,76648.018,22698, +96,156,Cm,,,0,0,0+,LT,2,,D,172800,0,,,,,,,,,,,,,,,521,359,-4243,298,,,,,5663,299,,,7460,1,252084870,320,79056,298, +97,136,Bk,,,0,0,,,21,+48-17,S,21,33,A,82,0,EC+B+,18,0,,,,,,,,,,,,,8286,206,5566.994,235,,,740,302,7519,1,233056748,240,52861,224, +97,137,BK,,,0,0,,,1.4E2,+14-5,S,140,95,A,80,0,EC,20,0,,,,,,,,,,,,,8098.6,50,6730.367,143,7477,265,1128,159,7519,1,234057387,153,53455,142, +97,141,Bk,,,0,0,,,144,5,S,144,5,EC+B+,100,0,ECF,0.048,0.02,,,,,,,,,-3061,392,-11794,270,7330,200,4770.812,255,7043,340,2320,265,7525,1,238058203,274,54216,255, +97,142,BK,,,0,0,(3/2- 7/2+),,,,,,,EC,99,0,SF,1,0,A,1,0,,,,,,-4019,294,-11099,363,7200,200,3102.975,214,8037,328,2484,207,7527,1,239058240,222,54250,207, +97,143,Bk,,,0,0,,,4.8,8,M,288,48,ECSF,0.002,0.0013,EC+B+,,0,,,,,,,,,-2327,151,-10676,257,7199,187,3939.694,150,6657,255,2772,159,7523,1,240059758,161,55664,150, +97,144,Bk,,,0,0,(7/2+),,4.6,4,M,276,24,EC+B+,,0,A,,0,,,,,,,,,-3295,260,-10030,201,7037,209,2330.17,200,7704,250,2981,200,7524,1,241060153,215,56032,200, +97,145,Bk,,,0,0,,,7.0,13,M,420,78,EC+B+,100,0,,,,,,,,,,,,-1653,200,-9664,260,6887,206,2930.236,200,6369,283,3257,200,7519,1,242061980,215,57734,200, +97,146,Bk,,,0,0,(3/2-),,4.6,2,H,16560,720,EC+B+,99.85,0,A,0.15,0,,,,,,,,,-2300,114,-8768.59,14,6874.35,4,1507.695,5,7115,200,3403.04,4,7517.501,19,243063005.98,4857,58689.693,4524, +97,147,Bk,,,0,0,(4-),,4.35,15,H,15660,540,EC,99.994,0.003,A,0.006,0.003,,,,,,,,,-764.294,14572,-8347,115,6778.8,4,2261.989,14,6047.13,15,3757.08,14,7511.475,59,244065179.039,15457,60713.885,14399, +97,148,Bk,,,0,0,3/2-,,4.95,3,D,427680,2592,EC,99.88,0.01,A,0.12,0.01,,,,,,,,,-1571.374,2586,-7735.66,287,6454.52,140,809.256,213,6971.37,14,3927.03,141,7509.27,7,245066359.885,1924,61813.836,1793, +97,149,Bk,,,0,0,2(-),,1.80,2,D,155520,1728,EC+B+,100,0,,,,,,,,,,,,-123.325,60020,-7489.56,60,6073.98,60,1350.0,60,5918.19,60,4326.58,60,7502.803,244,246068671.367,64433,63966.967,60019, +97,150,Bk,,,0,0,3/2-,,1380,250,Y,43549488000,7889400000,A,100,0,,,,,,,,,,,,-614.341,16187,-6672.05,5,5889.6,5,-43.581,6,6548.72,60,4416.38,5,7498.94,21,247070305.94,5570,65489.562,5189, +97,151,Bk,,,0,0,(6+ 8-),GT,9,,Y,284018400,1.57788e32,,,,,,,,,,,,,,,842,71,-6095,72,5776,71,687.245,71,5481,71,4742,71,7491,0,248073087,76,68080,71, +97,152,Bk,,,0,0,7/2+,,330,4,D,28512000,345600,B-,99.99855,0.00008,A,0.00145,0.00008,SF,0.000000047,0.000000002,,2,,5.79,,123.6,400,-5462.94,5,5521,141,-904.318,268,6305,71,4835.34,258,7486.04,5,249074983.182,1340,69846.384,1249, +97,153,Bk,,,0,0,2-,,3.212,5,H,11563.2,18,B-,100,0,,,,,,,,,,,,1779.587,3386,-4844.12,4,5531,18,-39.616,11,4967.72,4,5089.69,4,7475.967,15,250078315.027,3992,72949.978,3719, +97,154,Bk,,,0,0,(3/2-),,55.6,11,M,3336,66,B-,100,0,,,,,,,,,,,,1093,10000,-4013.69,11,5650,101,-1420.0,25,5793.28,11,5050.55,15,7469.263,43,251080760.603,11523,75228.018,10734, +97,155,Bk,,,0,0,,,,,,,,,,,,,,,,,,,,,,2500,200,-3672,200,5547,283,-521.0,359,4765,200,5402,201,7459,1,252084310,215,78535,200, +97,156,Bk,,,,0,,GT,10,,M,600,3e26,,,,,,,,,,,,,,,1627,359,-3177,359,5400,200,,,5677,411,5416,467,7451,1,253086880,385,80929,359, +98,139,Cf,,,0,0,,,2.1,3,S,2.1,0.3,SF,10,,,,,,,,,,,,,,,,,8220,50,,,,,2892,410,7503.347,368,237062199.993,93706,57938.921,87287, +98,140,Cf,,,0,0,0+,,21.1,13,MS,0.0211,0.0013,SF,95,0,A,5,0,,,,,,,,,,,,,8128,299,3062.0,392,8733,311,3200,373,7509,1,238061490,320,57278,298, +98,141,Cf,,,0,0,,,39,+37-12,S,39,25,A,,0,EC,,0,,,,,,,,,-5287,364,,,7810,56,4019.0,294,7080,364,3236,330,7507,1,239062554,224,58269,209, +98,142,Cf,,,0,0,0+,,0.96,15,M,57.6,9,A,98,0,SF,2,0,EC+B+,,0,,,,,,-6208,401,-13636,299,7710.98,4,2326.944,151,8349,210,3548,208,7510.23,78,240062255.842,20075,57990.944,18700, +98,143,Cf,,,0,0,(7/2-),,3.78,70,M,226.8,42,EC+B+,75,0,A,25,0,,,,,,,,,-4537,280,-12943,434,7655,150,3295.0,260,6736,167,3627,224,7507,1,241063690,178,59327,166, +98,144,Cf,,,0,0,0+,,3.7,5,M,222,30,A,80,20,EC+B+,20,20,SF,0.014,0,,,,,,-5414,256,-12548,226,7516.86,4,1652.966,200,8011,166,3934,200,7509.098,53,242063754.533,13840,59386.966,12892, +98,145,Cf,,,0,0,(1/2+),,10.7,5,M,642,30,EC+B+,86,0,A,14,0,,,,,,,,,-3757,236,-11883,280,7418,100,2300.307,114,6468,115,4033,230,7505,0,243065475,123,60990,114, +98,146,Cf,,,0,0,0+,,19.4,6,M,1164,36,A,100,0,,,,,,,,,,,,-4547,181,-11341,207,7328.96,181,764.294,15,7583,114,4500.48,5,7505.136,11,244065999.543,2810,61478.179,2618, +98,147,Cf,,,0,0,1/2+,,45.0,15,M,2700,90,EC,64.7,2.5,A,35.3,2.5,,,,,,,,,-2981,200,-10712,181,7258.46,184,1571.374,3,6164.29,3,4617.65,15,7499.663,10,245068046.825,2606,63385.210,2428, +98,148,Cf,,,0,0,0+,,35.7,5,H,128520,1800,A,100,0,EC,0.004,0,SF,0.00024,0.00004,,,,,,-3810,224,-10347,200,6861.61,100,123.325,60,7366.23,242,5012.51,177,7499.121,6,246068803.762,1626,64090.292,1515, +98,149,Cf,,,0,0,(7/2+),,3.11,3,H,11196,108,EC,99.965,0.005,A,0.035,0.005,,,,,,,,,-2474.485,24760,-9868,224,6496.99,15,614.341,16,6057.71,15,5152.03,62,7493.285,62,247070965.462,16461,66103.903,15334, +98,150,Cf,,,0,0,0+,,333.5,28,D,28814400,241920,A,99.9971,0.0003,SF,0.0029,0.0003,,,,,,,,,-3061,53,-9411.69,20,6361.2,5,-841.988,71,6937.21,16,5540.52,7,7491.043,21,248072182.978,5497,67238.012,5121, +98,151,Cf,,,0,0,9/2-,,351,2,Y,11076717600,63115200,A,100,0,SF,0.0000005,0.00000004,,,,,-0.28,,,,-1452,30,-8648,52,6293.29,49,-123.6,17,5586.54,5,5646,71,7483.394,5,249074850.491,1270,69722.784,1183, +98,152,Cf,,,0,0,0+,,13.08,9,Y,412773408,2840184,A,99.923,0.003,SF,0.077,0.003,,,,,,,,,-2055,100,-8076,30,6128.51,19,-1779.587,4,6623.71,132,5964.96,137,7479.956,6,250076404.561,1651,71170.391,1538, +98,153,Cf,,,0,0,1/2+,,898,44,Y,28338724800,1388534400,A,100,0,SF,,0,,,,,,,,,-377.259,7057,-7162,100,6176.96,89,-1093.0,11,5106.69,4,6103.93,5,7470.5,16,251079587.219,4187,74135.018,3901, +98,154,Cf,,,0,0,0+,,2.645,8,Y,83469852,252460.8,A,96.908,0.008,SF,3.092,,SF,3.092,,,,,,,-1260,50000,-6548.98,6,6216.95,4,-2500.383,200,6171.72,4,6482.37,11,7465.347,9,252081626.523,2531,76034.617,2358, +98,155,Cf,,,0,0,(7/2+),,17.81,8,D,1538784,6912,B-,99.69,0.04,A,0.31,0.04,,,,,,,,,291.03,4385,-6064.37,50,6125.95,4,-1627.433,359,4804.37,4,6522,200,7454.829,17,253085133.738,4570,79301.567,4257, +98,156,Cf,,,0,0,0+,,60.5,2,D,5227200,17280,SF,99.69,,SF,99.69,0.02,A,0.31,0.02,,,,,,-649.193,12113,-5740.45,12,5926.89,5,-3051.599,298,6031.48,12,6876,359,7449.225,45,254087323.59,12304,81341.401,11462, +98,157,Cf,,,0,0,(7/2+),,85,18,M,5100,1080,B-,100,0,,,,,,,,,,,,720,200,-5253,200,5736,201,,,4603,201,6873,359,7438,1,255091047,215,84809,200, +98,158,Cf,,,0,0,0+,,12.3,12,M,738,72,SF,100,0,,,,,,,,,,,,-146,330,-5120,315,5560,100,,,5840,373,,,7432,1,256093442,338,87041,314, +99,142,Es,,,0,0,,,8,+6-5,S,8,6,EC+B+,,0,A,,0,,,,,,,,,-5263,374,,,8250.17,20,4536.0,280,8407,460,1417,226,7485,1,241068560,242,63863,225, +99,143,Es,,,0,0,,,13.5,25,S,13.5,2.5,A,0,0,EC+B+,0,0,,,,,,,,,-3598,475,-12396,393,8160.12,20,5414.034,256,7133,341,1814,305,7483,1,242069567,275,64801,256, +99,144,Es,,,0,0,(7/2+),,21,2,S,21,2,A,61,6,EC+B+,39,6,SF,1,0,,,,,,-4640,298,-11724,451,8072.11,10,3757.0,236,8125,329,1929,207,7486,1,243069509,222,64747,207, +99,145,Es,,,0,0,,,37,4,S,37,4,EC,96,0,A,4,0,,,,,,,,,-2940,271,-11433,281,7936,102,4547.821,181,6793,275,2253,214,7483,1,244070881,195,66026,181, +99,146,Es,,,0,0,(3/2-),,1.1,1,M,66,6,EC,60,10,A,40,10,,,,,,,,,-3821,279,-10671,283,7909.36,3,2980.79,200,7731,270,2401,200,7484,1,245071247,215,66366,200, +99,147,Es,,,0,0,,,7.5,5,M,450,30,EC+B+,90.1,1.8,A,9.9,1.8,,,,,,,,,-2288,224,-10358,297,7742,100,3810.708,224,6537,300,2773,224,7480,1,246072894,240,67901,224, +99,148,Es,,,0,0,(3/2-),,,,,,,,,,,,,,,,,,,,,-3094,116,-9681.76,25,7463.78,20,2474.485,25,7394,224,2800.87,20,7480.1,79,247073621.932,20870,68578.388,19441, +99,149,Es,,,0,0,(2- 0+),,24,3,M,1440,180,EC,99.7,0.3,A,0.25,0,,,,,,,,,-1599,53,-9445,126,7160,50,3060.988,52,6350,56,3094,54,7476,0,248075469,56,70299,52, +99,150,Es,,,0,0,7/2+,,102.2,6,M,6132,36,EC+B+,99.43,0.08,A,0.57,0.08,,,,,,,,,-2344,31,-8794,31,6936,30,1452.216,30,7196,60,3352,31,7474,0,249076409,32,71175,30, +99,151,Es,,,0,0,(6+),,8.6,1,H,30960,360,EC,97,0,A,3,0,,,,,,,,,-847,100,-8365,100,6834,117,2054.609,100,6021,104,3786,100,7469,0,250078611,107,73225,100, +99,152,Es,,,0,0,3/2-,,33,1,H,118800,3600,EC,99.5,0.2,A,0.5,0.2,,,,,,,,,-1441.641,16341,-7631.28,10,6597.8,3,377.259,7,6784,100,3947.08,6,7465.881,24,251079992.224,6434,74512.277,5994, +99,153,Es,,,0,0,(5-),,471.7,19,D,40754880,164160,A,78,2,EC,22,2,,,,,,,,,478.99,50351,-6730.62,52,6789,50,1260.0,50,5288.98,50,4129.37,50,7457.242,199,252082979.189,53736,77294.617,50056, +99,154,Es,,,0,0,7/2+,,20.47,3,D,1768608,2592,A,100,0,SF,0.0000087,0.0000003,,,,,4.1,,6.7,,-335.202,2713,-5876.41,5,6739.24,5,-291.029,4,6355.40,50,4313.05,258,7452.887,5,253084821.305,1341,79010.538,1250, +99,155,Es,,,0,0,(7+),,275.7,5,D,23820480,43200,A,100,0,B-,0.000174,0.000008,SF,0.000003,0,,,,,,1087.8,3202,-5426.46,5,6615.7,150,649.193,12,5091.26,4,4599.94,6,7443.589,16,254088020.527,4304,81990.594,4010, +99,156,Es,,,0,0,(7/2+),,39.8,12,D,3438720,103680,B-,92,0.4,A,8,0.4,SF,0.0041,0.0002,,,,,,289.62,10247,-4884.84,11,6436.34,134,-719.726,200,5972.64,11,4541.10,16,7437.821,42,255090273.553,11612,84089.274,10817, +99,157,Es,,,0,0,(1+ 0-),,25.4,24,M,1524,144,B-,100,0,,,,,,,,,,,,1700,100,-4684,100,6227,224,146.0,330,4974,101,4911,224,7428,0,256093599,108,87187,100, +99,158,Es,,,0,0,,,7.7,2,D,665280,17280,SF,,0,B-,,0,,,,,,,,,813,411,-4155,411,6050,200,,,5855,423,4926,517,7422,2,257095979,441,89403,411, +100,141,FM,,,0,0,,,0.73,6,MS,0.00073,0.00006,SF,78,0,A,14,0,EC,12,0,,,,,,,,,,8762,311,5263.0,373,,,2361,499,7460,1,241074210,320,69126,298, +100,142,Fm,,,0,0,0+,,0.8,2,MS,0.0008,0.0002,SF,100,0,,,,,,,,,,,,,,,,8697,499,3599.0,476,8798,499,2753,460,7465,2,242073430,430,68400,401, +100,143,Fm,,,0,0,(7/2-),,231,9,MS,0.231,0.009,A,91,3,EC+B+,10,0,SF,9,1,,,,,,,,,,8693.4,50,4640.0,298,7084,455,2703,334,7464,1,243074490,231,69387,215, +100,144,Fm,,,0,0,0+,,3.3,5,MS,0.0033,0.0005,SF,100,0,,,,,,,,,,,,,,,,8550,200,2940.0,270,8493,294,3070,288,7468,1,244074038,216,68966,201, +100,145,Fm,,,0,0,,,4.2,13,S,4.2,1.3,A,100,0,,,,,,,,,,,,-5085,362,,,8436,102,3821.0,279,6850,280,3127,266,7466,1,245075349,209,70187,195, +100,146,Fm,,,0,0,0+,,1.54,4,S,1.54,0.04,A,93.2,0.6,SF,6.8,0.6,EC,1.3,0,,,,,,-5926,260,-13155,306,8376.95,8,2287.833,225,8070,195,3466,201,7467.97,62,246075350.815,16460,70188.833,15333, +100,147,Fm,,,0,0,(7/2+),,31,1,S,31,1,A,64,0,EC+B+,36,0,,,,,,,,,-4264,237,-12514,283,8257.67,10,3094.612,117,6588,116,3517,251,7464,0,247076944,123,71673,115, +100,148,Fm,,,0,0,0+,,34.5,12,S,34.5,1.2,A,95,5,EC,5,5,SF,0.1,0.05,,,,,,-5250,238,-12110,207,7994.76,8,1598.857,53,7846,115,3969.50,21,7465.944,34,248077185.528,9122,71897.857,8497, +100,149,Fm,,,0,0,(7/2+),,2.6,7,M,156,42,EC+B+,67,9,A,33,9,,,,,,,,,-3713,201,-11700,237,7709.06,6,2344.188,31,6449.99,10,4069,53,7461.864,25,249078926.098,6668,73519.188,6212, +100,150,Fm,,,0,0,0+,,30,3,M,1800,180,A,90,0,EC,10,0,SF,0.0069,0.001,,,,,,-4558,301,-11231,201,7557.04,8,847.243,100,7518.26,10,4392,31,7462.09,32,250079519.828,8468,74072.243,7888, +100,151,Fm,,,0,0,(9/2-),,5.30,8,H,19080,288,EC+B+,98.2,0.13,A,1.8,0.13,,,,,,,,,-3012.825,24271,-10748,301,7425.1,200,1441.642,16,6189.64,17,4560,101,7457.02,61,251081539.889,16320,75953.919,15203, +100,152,Fm,,,0,0,0+,,25.39,4,H,91404,144,A,99.9977,0.0002,SF,0.0023,0.0002,,,,,,,,,-3695,130,-10222.43,20,7152.7,200,-478.99,50,7209.61,16,4985.62,8,7456.038,22,252082464.972,5902,76815.627,5498, +100,153,Fm,,,0,0,1/2+,,3.00,12,D,259200,10368,EC,88,1,A,12,1,,,,,,,,,-1827,31,-9236,130,7198.04,268,335.202,3,5541.20,6,5237.85,50,7448.47,12,253085181.16,3148,79345.740,2932, +100,154,Fm,,,0,0,0+,,3.240,2,H,11664,7.2,A,99.9408,0.0003,SF,0.0592,0.0003,,,,,,,,,-2550,100,-8341,31,7307.49,186,-1087.8,5,6514.26,4,5396.71,231,7444.792,10,254086852.726,2591,80902.794,2414, +100,155,Fm,,,0,0,7/2+,,20.07,7,H,72252,252,A,100,0,SF,0.000024,0.00001,,,,,-3.46,,10.6,,-1043.416,7747,-7724,100,7239.72,179,-289.62,12,5174.46,5,5479.91,6,7435.888,17,255089962.633,4607,83799.654,4291, +100,156,Fm,,,0,0,0+,,157.6,13,M,9456,78,SF,91.9,0.3,A,8.1,0.3,,,,,,,,,-1969,123,-7427.57,9,7027.28,5,-1700.183,100,6384.15,7,5891.43,12,7431.78,22,256091773.878,6012,85486.817,5600, +100,157,Fm,,,0,0,(9/2+),,100.5,2,D,8683200,17280,A,99.79,0.004,SF,0.21,0.004,,,,,,,,,-403.02,4715,-6937,123,6863.55,141,-812.967,411,4968.10,6,5886,100,7422.194,17,257095105.317,4815,88590.033,4486, +100,158,Fm,,,0,0,0+,,370,43,US,0.00037,0.000043,SF,100,0,,,,,,,,,,,,-1260,200,-6638,200,6660,200,,,6235,200,6266,457,7418,1,258097077,215,90426,200, +100,159,Fm,,,0,0,,,1.5,2,S,1.5,0.2,SF,100,0,,,,,,,,,,,,80,346,-6054,283,6470,200,,,4793,347,6287,490,7407,1,259100596,304,93704,283, +101,144,Md,,,0,0,(1/2-),,0.90,25,MS,0.0009,0.00025,SF,,0,A,,0,,,,,,,,,,,,,8984,206,5085.0,362,,,982,366,7442,1,245080808,328,75272,305, +101,145,Md,,,0,0,,,0.9,2,S,0.9,0.2,A,100,0,SF,,0,EC,,0,,,,,,,,,,8888.79,41,5926.167,259,7229,401,1361,324,7441,1,246081713,278,76115,259, +101,146,Md,,,0,0,(7/2-),,1.2,1,S,1.2,0.1,A,99.9,0,SF,0.1,0,,,,,,,,,,,,,8764.4,10,4264.0,237,8249,332,1541,208,7444,1,247081521,222,75937,207, +101,147,Md,,,0,0,,,7,3,S,7,3,EC,80,10,A,20,10,,,,,,,,,-3473,327,,,8697,153,5250.143,237,6860,315,1814,264,7442,1,248082822,255,77148,237, +101,148,Md,,,0,0,(7/2-),,21.7,20,S,21.7,2,A,60,0,EC+B+,40,0,,,,,,,,,-4550,344,-11460,301,8441.08,18,3712.812,201,7987,311,1955,201,7444,1,249082912,216,77232,201, +101,149,Md,,,0,0,,,52,6,S,52,6,EC,93,3,A,7,3,,,,,,,,,-2933,362,-11223,411,8305,201,4557.757,301,6673,362,2178,301,7441,1,250084413,323,78630,301, +101,150,Md,,,0,0,(7/2-),,4.0,5,M,240,30,EC+B+,90,0,A,10,0,,,,,,,,,-3882,116,-10668,201,7963.44,4,3012.825,24,7735,302,2394.47,21,7441.9,75,251084774.291,20310,78966.744,18919, +101,151,Md,,,0,0,,,2.3,8,M,138,48,EC,100,0,,,,,,,,,,,,-2361,131,-10410,173,7786,140,3694.373,130,6528,132,2732,131,7438,1,252086432,140,80510,130, +101,152,Md,,,0,0,(7/2-),,6,+12-3,M,360,450,EC+B+,99.3,0,A,0.7,0,,,,,,,,,-3186,32,-9770,33,7573.08,8,1827.26,31,7409,134,2932,32,7438,0,253087143,34,81173,31, +101,153,Md,,,0,0,,,10,3,M,600,180,EC,100,0,,,,,,,,,,,,-1271,100,-8977,100,7802,141,2550.206,100,5791,105,3182,100,7432,0,254089590,107,83453,100, +101,154,Md,,,0,0,(7/2-),,27,2,M,1620,120,EC,93,1,A,7,1,,,,,,,,,-1964.164,16280,-7951.59,12,7905.88,265,1043.416,8,6681,100,3348.69,7,7428.729,26,255091082.787,7035,84843.070,6553, +101,155,Md,,,0,0,(1-),,77,2,M,4620,120,EC,90.8,0.7,A,9.2,0.7,SF,3,0,,,,,,-366,123,-7422,123,7737,112,1969.183,122,5458,123,3632,123,7421,0,256093888,132,87456,122, +101,156,Md,,,0,0,(7/2-),,5.52,5,H,19872,180,EC,85,3,A,15,3,SF,1,0,,,,,,-1254.202,6661,-6900.33,8,7557.6,100,403.02,5,6534,123,3782.73,6,7417.582,6,257095537.977,1718,88993.053,1601, +101,157,Md,,,0,0,,,51.5,3,D,4449600,25920,A,100,0,SF+EC+B-,0.003,0,,,,,,,,,209,100,-6631.78,8,7271.28,186,1260.792,200,5377.58,4,4192.21,6,7409.675,17,258098429.825,4743,91686.792,4419, +101,158,Md,,,0,0,,,1.60,6,H,5760,216,SF,100,0,A,1.3,0,,,,,,,,,-454,200,-5925,224,7110,200,-80.0,347,6134,200,4091,283,7405,1,259100510,215,93624,200, +101,159,Md,,,0,0,,,31.8,5,D,2747520,43200,SF,42,0,A,25,0,EC,23,0,,,,,,940,374,-5598,316,6940,300,,,5144,374,4441,424,7396,1,260103653,340,96552,316, +102,146,No,,,0,0,,LT,2,,US,0.000002,0,,,,,,,,,,,,,,,,,,,9230,100,3473.0,326,,,2605,305,7424,1,248086550,241,80621,224, +102,148,No,,,0,0,0+,,4.2,+12-9,US,0.0000042,0.0000011,SF,100,0,A,2,0,,,,,,,,,,,,,8950,200,2934.0,362,8290,344,2957,284,7426,1,250087562,215,81564,201, +102,149,No,,,0,0,(7/2+),,0.80,1,S,0.8,0.01,A,91,0,SF,0.3,0,EC+B+,,0,,,,,,-4879,319,,,8751.71,4,3882.256,116,6786,231,3070,322,7423,0,251088942,123,82849,114, +102,150,No,,,0,0,0+,,2.44,4,S,2.44,0.04,A,66.7,0.6,SF,32.2,0.5,EC+B+,1.1,0.4,,,,,,-5866,238,-12928,298,8548.65,5,2361.427,130,8049,115,3384.29,21,7425.798,37,252088966.141,9975,82871.427,9292, +102,151,No,,,0,0,(9/2-),,1.62,15,M,97.2,9,A,55,3,EC+B+,45,3,,,,,,,,,-4217,202,-12450,238,8414.63,4,3185.735,32,6584.01,12,3441,131,7422.471,27,253090562.831,7420,84358.735,6912, +102,152,No,,,0,0,0+,,51,10,S,51,10,A,90,4,EC,10,4,SF,0.17,0.05,,,,,,-5148,301,-11923,202,8226.19,8,1270.347,100,7706.70,12,3738,33,7423.59,38,254090954.259,10367,84723.347,9658, +102,153,No,,,0,0,(1/2+),,3.52,21,M,211.2,12.6,EC+B+,70,5,A,30,5,,,,,,,,,-3140.066,23138,-11136,302,8428.4,3,1964.164,16,5987.43,18,3935,101,7417.958,58,255093191.404,16000,86807.234,14904, +102,154,No,,,0,0,0+,,2.91,5,S,2.91,0.05,A,99.47,0.06,SF,0.53,0.06,,,,,,,,,-3924.536,83264,-10196.56,19,8581.52,5,366.062,122,7056.49,17,4309.98,10,7416.546,30,256094280.866,8312,87822.062,7743, +102,155,No,,,0,0,(3/2+),,24.5,5,S,24.5,0.5,A,85,15,EC,30,0,SF,1.5,0,,,,,,-2418,45,-9570.66,83,8476.6,6,1254.203,7,5646.12,10,4498,123,7409.657,26,257096884.419,7169,90247.256,6678, +102,156,No,,,0,0,0+,,1.2,2,MS,0.0012,0.0002,SF,100,0,,,,,,,,,,,,-3304,143,-9259,109,8150,100,-208.792,100,6841,100,4804,100,7407,0,258098205,107,91478,100, +102,157,No,,,0,0,(9/2+),,58,5,M,3480,300,A,75,4,EC+B+,25,4,SF,10,0,,,,,,-1773,71,-8775,102,7854,5,454.569,200,5470,100,4897.19,8,7399.974,25,259100997.503,7073,94078.569,6589, +102,158,No,,,0,0,0+,,106,8,MS,0.106,0.008,SF,100,0,,,,,,,,,,,,-2665,235,-8311,212,7700,200,-940.0,374,6538,200,5301,283,7397,1,260102643,215,95612,200, +102,160,No,,,0,0,0+,AP,5,,MS,0.005,0,SF,100,0,,,,,,,,,,,,-2000,412,-7528,412,7250,300,,,6425,412,5766,624,7385,1,262107463,387,100101,361, +103,149,Lr,,,0,0,,,0.36,+11-7,S,0.36,0.09,SF,,0,A,,0,EC+B+,,0,,,,,,,,,,9164.34,17,5865.573,238,7062,381,1401,264,7399,1,252095263,255,88737,238, +103,150,Lr,,,0,0,(7/2-),,0.57,+7-6,S,0.57,0.07,A,98.7,0,SF,1.3,0,,,,,,,,,-4982,457,,,8918.25,20,4216.265,202,8233,312,1585,202,7403,1,253095089,217,88575,202, +103,151,Lr,,,0,0,,,13,3,S,13,3,A,76,11,EC,24,11,SF,0.1,0,,,,,,-3327,414,-11757,509,8816.26,12,5147.653,301,6775,363,1776,301,7400,1,254096481,323,89871,301, +103,152,Lr,,,0,0,[1/2-],,31.1,11,S,31.1,1.1,A,99.7,0.1,EC,0.3,0.1,SF,0.1,0,,,,,,-4382,116,-11323,284,8555.64,7,3140.066,23,7996,302,2065.02,20,7402.576,69,255096562.404,19000,89947.300,17698, +103,153,Lr,,,0,0,,,27,3,S,27,3,A,85,10,EC,15,10,SF,0.03,0,,,,,,-2475.451,84802,-10654,141,8811,101,3924.536,83,6272.02,85,2349.61,84,7398.16,324,256098494.029,89000,91746.598,82903, +103,154,Lr,,,0,0,,AP,4,,S,4,0,A,100,0,EC,15,0,SF,0.033,0,,,,,,-3201,45,-9628,48,9067.74,31,2417.744,45,7152,94,2446,45,7397,0,257099480,47,92665,44, +103,155,Lr,,,0,0,,,4.1,3,S,4.1,0.3,A,95,0,EC(+SF),5,0,,,,,,,,,-1559,107,-9156,102,8904.48,19,3304.0,143,5955,111,2754,102,7392,0,258101753,109,94782,102, +103,156,Lr,,,0,0,,,6.2,3,S,6.2,0.3,A,78,2,SF,22,2,,,,,,,,,-2510,101,-8561,78,8584,71,1773.431,71,7002,124,2915,123,7390,0,259102901,76,95852,71, +103,157,Lr,,,0,0,,,180,30,S,180,30,A,80,20,EC,40,0,,,,,,,,,-870,236,-8157,144,8396,143,2665.0,235,5646,143,3091,124,7383,0,260105504,133,98277,124, +103,158,Lr,,,0,0,,,39,12,M,2340,720,SF,,0,,,,,,,,,,,,-1761,206,-7660,283,8140,200,,,6790,235,3343,283,7381,1,261106880,215,99558,200, +103,159,Lr,,,0,0,,AP,4,,H,14400,0,SF,10,0,A,,0,EC+B+,,0,,,,,,-291,300,-7288,206,7990,200,2001.0,413,5528,283,3642,283,7374,1,262109611,215,102102,200, +103,163,Lr,,,0,0,,,11,+21-5,H,39600,46800,SF,100,0,,,,,,,,,,,,1546,749,-5139,686,7570,300,,,4683,800,,,7349,2,266119831,626,111622,583, +104,149,Rf,,,0,0,(7/2+),,11,+6-3,MS,0.011,0.005,SF,0,0,A,,0,,,,,,,,,,,,,9350,300,4982.0,457,,,2469,474,7380,2,253100438,440,93557,410, +104,150,Rf,,,0,0,0+,,23,3,US,0.000023,0.000003,SF,100,0,,,,,,,,,,,,,,,,9210,200,3328.0,413,8430,498,2666,348,7384,1,254100053,304,93199,283, +104,151,Rf,,,0,0,(9/2-),,1.68,9,S,1.68,0.09,SF,58,9,A,42,9,EC+B+,1,0,,,,,,-5263,377,,,9055.46,4,4382.7,116,6940,306,2831,322,7382,0,255101267,123,94330,115, +104,152,Rf,,,0,0,0+,,6.67,10,MS,0.00667,0.0001,SF,99.68,0.17,A,0.32,0.17,,,,,,,,,-6276,241,-13442,359,8925.71,15,2475.451,85,8179,116,3014.22,25,7385.434,70,256101151.535,19160,94222.049,17848, +104,153,Rf,,,0,0,(1/2+),,4.4,+6-5,S,4.4,0.6,A,79.3,1.4,EC,19.4,1.4,SF,1.3,0.3,,,,,,-4340,203,-12703,240,9082.78,8,3201.427,45,6426.94,21,3169.14,84,7381.704,42,257102916.848,11612,95866.427,10817, +104,154,Rf,,,0,0,0+,,12,2,MS,0.012,0.002,SF,87,2,A,13,2,,,,,,,,,-5456,307,-11937,205,9192.77,30,1559.036,107,7596.71,34,3613,55,7382.538,124,258103426.362,34317,96341.036,31967, +104,155,Rf,,,0,0,,,2.4,4,S,2.4,0.4,A,92,2,EC,15,,SF,8,2,,,,,,-3629,90,-11506,314,9130,71,2510.0,101,6050,79,3709,125,7377,0,259105596,78,98362,72, +104,156,Rf,,,0,0,0+,,21,1,MS,0.021,0.001,SF,100,0,,,,,,,,,,,,-4526,221,-10915,207,8900,200,870.0,235,7287,213,3994,212,7377,1,260106439,215,99147,200, +104,157,Rf,,,,0,,,68,+3-3,S,68,3,A,100,0,,,,,,,,,,,,-2990,121,-10426,106,8646.42,50,1760.594,206,5900,206,4247,134,7371.384,193,261108769.99,54153,101318.594,50444, +104,158,Rf,,,0,0,0+,,2.3,4,S,2.3,0.4,SF,100,0,,,,,,,,,,,,-3861,265,-9987,249,8490,200,291.0,300,6997,229,4454,300,7370,1,262109923,240,102393,224, +104,159,Rf,,,0,0,,,10,2,M,600,120,A,30,0,SF,,0,,,,,,,,,-2355,227,-9569,209,8252,153,,,5708,271,4635,252,7364,1,263112460,164,104756,153, +104,161,Rf,,,0,0,,,1.0,+12-3,M,60,45,SF,100,0,,,,,,,,,,,,-1793,424,-8743,431,7810,300,,,5458,510,4976,566,7354,1,265116683,387,108690,361, +104,163,Rf,,,,0,,,,,,8280,,SF,100,0,,,,,,,,,,,,-630,707,-7364,640,7890,300,,,4703,742,5467,819,7342,2,267121787,617,113444,575, +105,150,Db,,,0,0,,,1.6,+6-4,S,1.6,0.5,A,80,0,SF,20,0,,,,,,,,,,,,,9440,200,5263.0,377,,,895,457,7359,1,255106918,385,99593,359, +105,151,Db,,,0,0,,,1.6,+5-3,S,1.6,0.4,A,70,11,EC,30,11,SF,,0,,,,,,,,,,9336.13,30,6275.951,241,7166,432,1120,266,7358,1,256107889,258,100498,240, +105,152,Db,,,0,0,(9/2+),,2.3,2,S,2.3,0.2,A,94,0,SF,6,0,,,,,,,,,,,,,9206.54,20,4340.573,203,8363,314,1304,204,7362,1,257107576,218,100207,203, +105,153,Db,,,0,0,,,4.0,10,S,4,1,A,67,0,EC,33,0,SF,1,0,,,,,,-3447,513,,,9500.6,50,5455.964,307,6481,367,1358,306,7358,1,258109284,328,101797,305, +105,154,Db,,,0,0,[9/2+],,0.51,16,S,0.51,0.16,A,,,,,,,,,,,,,,-4529,126,-11324,416,9618.8,50,3629.016,89,7877,310,1638.99,62,7360.362,205,259109491.865,56940,101991.016,53040, +105,155,Db,,,0,0,,,1.52,13,S,1.52,0.13,A,90.4,0.6,SF,9.6,0.6,EC,2.5,0,,,,,,-2875,95,-10918,148,9501,42,4526.0,221,6390,107,1978,118,7357,0,260111297,100,103673,93, +105,156,Db,,,0,0,,,1.8,4,S,1.8,0.4,A,82,0,SF,18,0,,,,,,,,,-3697,112,-10311,112,9218,101,2989.406,121,7436,144,2128,228,7357,0,261111980,118,104308,110, +105,157,Db,,,0,0,,,35,5,S,35,5,A,67,0,SF(+EC+B+),33,0,,,,,,,,,-2112,147,-9823,144,9046,101,3860.0,266,6126,181,2354,152,7352,1,262114068,154,106253,143, +105,158,Db,,,0,0,,,27,+10-7,S,27,9,SF,57,14,A,43,14,,,,,,,,,-3079,193,-9326,172,8834,152,2355.0,227,7214,221,2571,280,7352,1,263114988,181,107111,168, +105,161,Db,,,,0,,,,,,1320,,SF,,0,EC,,0,A,,0,,,,,,-881,374,-8129,308,8210,200,,,5818,361,3242,458,7339,1,266121028,304,112737,283, +105,162,Db,,,,0,,,,,,4380,,SF,100,0,,,,,,,,,,,,-1732,486,-7615,480,7920,300,630.0,707,6734,500,3291,625,7336,2,267122464,443,114074,412, +105,163,Db,,,,0,,,32,+11-7,H,115200,32400,SF,100,0,,,,,,,,,,,,260,707,-6815,588,8260,300,,,5084,671,3671,781,7328,2,268125671,568,117062,529, +105,165,DB,,,,0,,,23,,H,82800,0,SF,100,0,A,,0,,,,,,,,,816,831,-5527,716,8260,200,,,4913,877,,,7314,2,270131302,662,122307,617, +106,152,Sg,,,0,0,0+,,2.9,+13-7,MS,0.0029,0.001,SF,100,0,,,,,,,,,,,,,,,,9620,300,3447.0,513,,,2252,460,7342,2,258112984,443,105244,413, +106,153,Sg,,,0,0,,,0.29,5,S,0.29,0.05,A,90,10,SF,20,0,EC,13,0,,,,,,,,,,9765.08,8,4528.984,127,6795,428,2566,326,7340,0,259114353,123,106520,115, +106,154,Sg,,,0,0,0+,,3.6,9,MS,0.0036,0.0009,A,50,0,SF,50,0,,,,,,,,,-6776,246,,,9900.59,10,2874.552,95,8043,117,2732.43,57,7342.562,79,260114383.508,22045,106547.552,20536, +106,155,Sg,,,0,0,,,0.23,6,S,0.23,0.06,A,100,0,SF,1,0,,,,,,,,,-5128,210,-13390,246,9713.7,15,3697.043,112,6613.83,28,2957,95,7339.77,71,261115948.188,19853,108005.043,18494, +106,156,Sg,,,0,0,0+,,6.9,+38-18,MS,0.0069,0.0028,SF,78,0,A,22,0,,,,,,,,,-6176,308,-12839,212,9599.82,15,2112.771,147,7710.59,40,3231,116,7341.185,135,262116335.446,38015,108365.771,35411, +106,157,Sg,,,0,0,,,1.0,2,S,1,0.2,A,70,0,SF,30,0,,,,,,,,,-4306,319,-12422,320,9403.26,61,3079.0,193,6247,101,3352,172,7337,0,263118294,102,110190,95, +106,158,Sg,,,0,0,0+,,37,+27-11,MS,0.037,0.019,SF,100,0,A,36,0,,,,,,,,,-5276,334,-11785,416,9210,200,,,7480,298,3618,329,7338,1,264118929,304,110782,283, +106,159,Sg,,,,0,,,14.4,+37-25,S,14.4,3.1,SF,50,0,A,50,0,,,,,,,,,-3621,264,-11335,216,9051,112,,,6059,308,3856,265,7333,0,265121090,132,112794,123, +106,160,Sg,,,0,0,0+,,21,+20-12,S,21,16,SF,50,0,A,18,0,,,,,,,,,-4487,294,-10869,339,8800,100,881.0,374,7248,274,4154,332,7332,1,266121973,263,113618,245, +106,163,SG,,,0,0,,,3.1,+37-11,M,186,144,A,100,0,,,,,,,,,,,,-1715,522,-9115,527,8647.74,50,,,5110,594,4588,642,7318,1,269128570,391,119763,364, +106,165,Sg,,,,0,,,2.4,+43-10,M,144,159,SF,50,0,A,50,0,,,,,,,,,-1164,718,-7540,652,8888,112,,,4805,808,4839,850,7305,2,271133932,628,124757,585, +107,153,Bh,,,0,0,,,35,+19-9,MS,0.035,0.014,A,100,0,SF,18,0,EC,18,0,,,,,,,,,,10400.3,50,6775.448,246,,,485,271,7313,1,260121658,263,113323,245, +107,154,Bh,,,0,0,,,12,+5-3,MS,0.012,0.004,A,95,5,SF,10,0,,,,,,,,,,,,,10501.6,50,5127.957,210,8261,322,703,210,7317,1,261121454,224,113133,209, +107,155,Bh,,,0,0,,,102,26,MS,0.102,0.026,A,100,0,,,,,,,,,,,,,,,,10319.5,15,6175.229,308,6663,370,753,306,7315,1,262122965,328,114541,306, +107,156,Bh,,,0,0,,,,,,,,,,,,,,,,,,,,,,-5182,329,,,10080,300,4306.0,319,8117,432,1159,307,7318,1,263122916,327,114496,305, +107,157,Bh,,,0,0,,,0.44,+60-16,S,0.44,0.38,A,100,0,,,,,,,,,,,,-3506,180,-11692,217,9960,151,5276.0,334,6510,353,1422,201,7315,1,264124593,190,116058,177, +107,158,Bh,,,0,0,,,,,,,,,,,,,,,,,,,,,,-4485,235,-11219,236,9682,206,3621.0,264,7714,293,1656,367,7316,1,265124977,251,116415,234, +107,159,Bh,,,,0,,,1.7,+82-8,S,1.7,4.5,A,100,0,,,,,,,,,,,,-3032,167,-10867,164,9426,77,4486.0,294,6382,285,1979,204,7313,1,266126790,175,118104,163, +107,160,Bh,,,,0,,,17,+14-6,S,17,10,A,100,0,,,,,,,,,,,,-3887,279,-10442,265,9230,202,,,7410,309,2141,359,7313,1,267127500,282,118766,263, +107,163,BH,,,,0,,,,,,61,,A,100,0,SF,,0,,,,,,,,,-886,379,-8409,313,9064.5,50,,,5323,472,2825,464,7301,1,270133362,308,124226,287, +107,164,Bh,,,,0,,,,,,,,A,,0,,,,,,,,,,,,-1819,501,-7263,484,9422.13,50,1164.0,717,6376,505,2859,695,7298,2,271135182,446,125921,415, +107,165,Bh,,,,0,,,10,+12-4,S,10,8,A,100,0,,,,,,,,,,,,-217,737,-7022,601,9303,50,,,5203,675,3257,791,7290,2,272138261,571,128789,532, +107,167,BH,,,,0,,,54,,S,54,0,A,100,0,SF,,0,,,,,,,,,196,856,-6280,720,8949.62,50,,,5023,928,3625,797,7278,2,274143513,664,133682,619, +108,155,Hs,,,0,0,,,,,,,,A,100,0,,,,,,,,,,,,,,,,10733.5,50,5182.0,330,,,2152,330,7295,0,263128480,134,119678,125, +108,156,Hs,,,0,0,0+,AP,0.8,,MS,0.0008,0,SF,50,0,A,50,0,,,,,,,,,,,,,10590.75,20,3505.222,179,8186,129,2222,306,7298.375,109,264128356.405,31005,119563.222,28881, +108,157,Hs,,,0,0,,,2.0,+3-2,MS,0.002,0.0003,A,100,0,SF,1,0,,,,,,,,,-5778,452,,,10470.32,15,4485.283,235,6734.26,38,2446,179,7296.247,90,265129791.799,25719,120900.283,23958, +108,158,Hs,,,0,0,0+,,2.3,+13-6,MS,0.0023,0.001,A,100,0,SF,1.4,0,,,,,,,,,-6826,309,-13613,453,10345.69,16,3032.373,168,7835.23,46,2568,237,7298.273,145,266130045.252,41540,121136.373,38695, +108,159,Hs,,,0,0,,,52,+13-8,MS,0.052,0.011,A,80,0,SF,20,0,,,,,,,,,-5138,512,-13380,321,10037.51,13,3887.0,280,6555,103,2740,189,7295,0,267131673,103,122653,96, +108,161,Hs,,,,0,,,9.7,+97-33,S,9.7,6.5,A,100,0,,,,,,,,,,,,-4806,480,-12658,264,9344,159,,,6337,309,3532,401,7294,0,269133725,133,124564,124, +108,162,Hs,,,0,0,,,3.6,+8-14,S,3.6,1.1,A,100,0,,,,,,,,,,,,-5598,301,-12329,525,9069.9,38,886.0,379,7523,277,3654,449,7295,1,270134314,266,125112,248, +108,165,HS,,,0,0,,,0.76,+71-24,S,0.76,0.48,A,100,0,,,,,,,,,,,,-2822,561,-9763,609,9702.85,50,,,5188,629,4188,646,7279,1,273141590,394,131890,367, +108,167,Hs,,,,0,,,0.15,+27-6,S,0.15,0.17,A,100,0,,,,,,,,,,,,-2209,721,-8698,686,9437.5,50,,,4938,834,4351,853,7267,2,275146667,631,136620,587, +108,169,HS,,,0,0,,,3,+15-1,MS,0.003,0.008,SF,100,0,,,,,,,,,,,,-1475,884,-7893,759,9050,200,,,4864,928,,,7255,2,277151899,581,141493,541, +109,157,Mt,,,,0,,,1.7,+18-16,MS,0.0017,0.0017,A,100,0,,,,,,,,,,,,,,,,10995.65,25,6825.627,309,6787,546,227,308,7270,1,266137373,329,127962,307, +109,159,Mt,,,,0,,,21,+8-5,MS,0.021,0.007,A,100,0,,,,,,,,,,,,-4497,381,-12800,269,10668,151,,,6711,554,791,252,7271,1,268138649,250,129151,233, +109,161,Mt,,,,0,,,5.0,+24-3,MS,0.005,0.0014,A,100,0,,,,,,,,,,,,-3968,177,-12196,173,10181.1,50,5598.0,301,6731,494,1142,211,7271,1,270140323,183,130710,170, +109,165,Mt,,,,0,,,0.45,+81-18,S,0.45,0.5,A,100,0,SF,,0,,,,,,,,,-1952,526,-9181,378,10595,206,,,5538,552,1934,510,7259,1,274147339,380,137246,354, +109,166,Mt,,,,0,,,,,,0.0097,,A,100,0,,,,,,,,,,,,-2736,586,-8440,571,10482.7,50,2209.0,721,6488,548,1946,725,7256,2,275149039,449,138829,418, +109,167,Mt,,,,0,,,0.72,+87-25,S,0.72,0.56,A,100,0,,,,,,,,,,,,-1227,763,-8322,672,10100.41,9,,,5585,677,2594,792,7250,2,276151708,571,141315,532, +109,168,Mt,,,0,0,,,5,+9-2,S,5,6,SF,100,0,A,,0,,,,,,,,,-2172,798,-7645,888,9910,100,1475.0,884,6418,878,2606,1028,7247,3,277153483,751,142968,699, +109,169,MT,,,,0,,,7.6,,S,7.6,0,A,100,0,SF,,0,,,,,,,,,-645,881,-7476,730,9629.03,50,,,5304,935,3046,824,7240,2,278156454,666,145736,621, +110,157,Ds,,,,0,,,,,,0.0000028,,A,100,0,,,,,,,,,,,,,,,,11776.76,51,,,,,1371,335,7248,1,267143726,145,133880,135, +110,159,Ds,,,,0,,,,,,0.000179,,A,100,0,,,,,,,,,,,,,,,,11509.51,30,,,6885,303,1605,235,7250.154,117,269144751.021,33712,134834.709,31403, +110,160,Ds,,,0,0,0+,,0.10,+14-4,MS,0.0001,0.00009,A,100,0,SF,0.2,0,,,,,,,,,,,,,11116.99,28,3968.282,177,8227.74,57,1981,466,7253.775,178,270144583.09,51542,134678.282,48011, +110,161,Ds,,,0,0,,,1.63,+44-29,MS,0.00163,0.00037,A,100,0,,,,,,,,,,,,,,,,10869.97,18,,,6802,108,2052,196,7252,0,271145946,104,135948,97, +110,163,Ds,,,0,0,,,0.17,+17-6,MS,0.00017,0.00012,A,100,0,,,,,,,,,,,,-4339,543,-12489,269,11366.9,50,,,5730,434,2515,503,7249,0,273148531,144,138356,134, +110,167,DS,,,0,0,,,4.1,+37-13,MS,0.0041,0.0025,A,100,0,,,,,,,,,,,,-3197,646,-10417,737,10825,112,2172.0,798,5472,669,3463,656,7237,1,277155815,412,145140,384, +110,169,Ds,,,,0,,,0.18,+5-3,S,0.18,0.04,SF,90,0,A,10,0,,,,,,,,,-2649,731,-9463,697,10081,112,,,5326,865,3899,862,7228,2,279160093,642,149126,598, +110,171,Ds,,,,0,,,9.6,+50-25,S,9.6,3.8,SF,100,0,A,13,,,,,,,,,,-1866,992,-8526,786,9513,206,,,5161,972,,,7219,2,281164715,622,153431,579, +111,161,Rg,,,,0,,,3.8,+14-8,MS,0.0038,0.0011,A,100,0,,,,,,,,,,,,,,,,11197.43,13,,,,,464,253,7227,1,272153273,251,142773,233, +111,163,Rg,,,,0,,,,,,0.0064,,A,100,0,,,,,,,,,,,,,,,,11477.9,50,,,6153,555,1031,222,7227,1,274155249,190,144613,177, +111,167,Rg,,,,0,,,4.2,+76-17,MS,0.0042,0.0047,A,100,0,SF,,0,,,,,,,,,-2415,565,-9957,385,10846.3,50,,,5892,630,1912,524,7218,1,278161587,383,150517,357, +111,168,Rg,,,,0,,,0.17,+81-8,S,0.17,0.45,A,100,0,,,,,,,,,,,,-3255,621,-9229,607,10521.1,50,2649.0,731,6814,552,1895,753,7216,2,279162937,452,151775,421, +111,169,Rg,,,,0,,,3.6,+43-13,S,3.6,2.8,A,100,0,,,,,,,,,,,,-1810,789,-9215,701,10146.12,7,3366.0,944,5960,678,2529,800,7212,2,280165203,571,153886,532, +111,170,RG,,,,0,,,26,+25-8,S,26,17,SF,100,0,A,,0,,,,,,,,,-2722,894,-8471,994,9904,400,1866.0,992,6660,965,2512,1121,7210,3,281166718,865,155297,806, +111,171,RG,,,,0,,,0.5,+25-2,S,0.5,1.4,A,100,0,SF,,0,,,,,,,,,-1176,926,-8291,760,9640,206,,,5568,1038,2920,874,7204,2,282169405,702,157800,654, +112,165,CN,,,0,0,,,0.69,+69-24,MS,0.00069,0.00047,A,100,0,,,,,,,,,,,,,,,,11622.2,50,,,6021,613,2373,645,7205,1,277163611,153,152403,143, +112,169,CN,,,0,0,,,0.13,+12-4,S,0.13,0.08,A,100,0,,,,,,,,,,,,-3790,490,-11192,557,10454.13,50,2722.0,894,5748,700,3155,658,7197,1,281169641,416,158019,387, +112,170,CN,,,,0,,,0.50,+33-14,MS,0.0005,0.00024,SF,100,0,,,,,,,,,,,,-4749,748,-10905,721,10170,200,1176.0,926,7115,762,3610,1039,7197,2,282170668,704,158976,656, +112,171,CN,,,,0,,,4.0,+13-7,S,4,1,A,90,0,SF,10,0,,,,,,,,,-3221,748,-10311,707,9935,112,,,5561,895,3603,893,7191,2,283173362,653,161486,608, +112,172,CN,,,,0,,,101,+41-22,MS,0.101,0.032,SF,100,0,,,,,,,,,,,,-4046,966,-10233,916,9600,200,,,7012,1009,4024,1065,7190,3,284174499,865,162545,806, +112,173,CN,,,,0,,,34,+17-9,S,34,13,A,100,0,,,,,,,,,,,,-2557,995,-9489,789,9317.4,50,,,5443,993,,,7184,2,285177321,624,165173,581, +113,165,Nh,,,,0,,,,,,0.00024,,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +113,169,Nh,,,,0,,,,,,0.073,,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, +113,170,Nh,,,,0,,,,,,0.1,,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +113,171,Nh,,,,0,,,0.48,+58-17,S,0.48,0.38,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +113,172,Nh,,,,0,,,5.5,+50-18,S,5.5,3.4,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, +113,173,Nh,,,,0,,,20,+94-9,S,20,52,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, +114,170,Fl,,,0,0,0+,,2.5,+18-8,MS,0.0025,0.0013,SF,100,0,,,,,,,,,,,,,,,,10800,300,,,,,3074,787,7162,2,284181344,704,168921,656, +114,171,FL,,,0,0,,,0.15,+14-5,S,0.15,0.1,A,100,0,,,,,,,,,,,,,,,,10558.4,50,,,5990,763,2877,662,7158,1,285183579,419,171003,391, +114,172,FL,,,,0,,,0.16,+7-3,S,0.16,0.05,SF,60,0,A,40,0,,,,,,,,,,,,,10372.2,32,,,7301,764,3247,1040,7159,2,286184406,705,171773,657, +114,173,FL,,,,0,,,0.51,+18-10,S,0.51,0.14,A,100,0,,,,,,,,,,,,-3823,752,,,10161.9,50,,,5772,897,3231,896,7154,2,287186875,655,174073,610, +114,174,FL,,,,0,,,0.80,+32-18,S,0.8,0.25,A,100,0,,,,,,,,,,,,-4728,968,-10924,917,10072.12,13,,,7102,1011,3492,1084,7154,3,288187916,865,175042,806, +114,175,FL,,,,0,,,2.7,+14-7,S,2.7,1.1,A,100,0,,,,,,,,,,,,-3102,997,-10277,793,9966.19,50,,,5549,995,,,7148,2,289190623,626,177564,584, +115,172,Mc,,,,0,,,,,,0.032,,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +115,173,Mc,,,,0,,,,,,0.087,,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +115,174,Mc,,,,0,,,0.22,+26-8,S,0.22,0.17,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, +115,175,Mc,,,,0,,,16,+76-7,MS,0.016,0.042,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, +116,174,LV,,,0,0,0+,,15,+26-6,MS,0.015,0.016,A,100,0,,,,,,,,,,,,,,,,10999.98,66,,,7401,823,2757,1044,7120,2,290198818,708,185198,660, +116,175,LV,,,,0,,,,,,0.0063,,A,100,0,,,,,,,,,,,,-4413,853,,,10890,50,,,5882,900,2795,899,7116,2,291201169,658,187387,612, +116,176,LV,,,0,0,0+,,18,+16-6,MS,0.018,0.011,A,100,0,,,,,,,,,,,,-5334,1047,-11630,1001,10774.38,15,,,7217,1012,3038,1125,7116,3,292202086,865,188242,806, +116,177,LV,,,0,0,,,53,+62-19,MS,0.053,0.041,A,100,0,,,,,,,,,,,,-3716,1000,-10978,889,10679.42,50,,,5644,996,,,7111,2,293204691,629,190669,586, +117,176,Ts,,,,0,,,14,+11-4,MS,0.014,0.008,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, +117,177,Ts,,,,0,,,,,,,,A,100,0,SF,,0,,,,,,,,,,,,,,,,,,,,,,,,,,, +118,176,Og,,,0,0,0+,,1.8,+84-8,MS,0.0018,0.0046,A,100,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, \ No newline at end of file -- cgit From 26e5342ae016978a9b5cb83c7e9ebdf886e59add Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 6 May 2018 12:39:59 +0200 Subject: Log class --- .../tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java index 18ec3b8b26..f79a11cc7b 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java @@ -46,6 +46,7 @@ public class NoDreamCraftMachineLoader implements Runnable { System.out.println(METATILEENTITIES[12000].getClass().getCanonicalName()); TecTech.LOGGER.error(e); e.printStackTrace(); + throw new Error(METATILEENTITIES[12000].getClass().getCanonicalName(),e); } CustomItemList.WetTransformer_MV_LV.set(new GT_MetaTileEntity_WetTransformer( -- cgit From eb760a8d0984709c22918180e8c5f9fa2f561914 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 6 May 2018 14:58:02 +0200 Subject: Fix security exception by refactoring package --- build.properties | 2 +- .../openmodularturrets/TT_turret_loader.java | 23 +++ .../blocks/turretbases/TurretBaseEM.java | 47 ++++++ .../blocks/turretbases/TurretBaseItemEM.java | 34 +++++ .../blocks/turretheads/TurretHeadEM.java | 68 +++++++++ .../blocks/turretheads/TurretHeadItemEM.java | 45 ++++++ .../blocks/turretheads/TurretHeadItemRenderEM.java | 40 ++++++ .../blocks/turretheads/TurretHeadRenderEM.java | 8 ++ .../entity/projectiles/projectileEM.java | 159 +++++++++++++++++++++ .../entity/projectiles/projectileRenderEM.java | 73 ++++++++++ .../tileentity/turret/TileTurretHeadEM.java | 74 ++++++++++ .../tileentity/turretbase/TileTurretBaseEM.java | 68 +++++++++ .../tectech/loader/entity/EntityLoader.java | 2 +- .../technus/tectech/loader/thing/ThingsLoader.java | 4 +- .../github/technus/tectech/proxy/ClientProxy.java | 2 +- .../java/openmodularturrets/TT_turret_loader.java | 23 --- .../blocks/turretbases/TurretBaseEM.java | 46 ------ .../blocks/turretbases/TurretBaseItemEM.java | 34 ----- .../blocks/turretheads/TurretHeadEM.java | 68 --------- .../blocks/turretheads/TurretHeadItemEM.java | 45 ------ .../blocks/turretheads/TurretHeadItemRenderEM.java | 40 ------ .../blocks/turretheads/TurretHeadRenderEM.java | 8 -- .../entity/projectiles/projectileEM.java | 140 ------------------ .../entity/projectiles/projectileRenderEM.java | 73 ---------- .../tileentity/turret/TileTurretHeadEM.java | 74 ---------- .../tileentity/turretbase/TileTurretBaseEM.java | 67 --------- 26 files changed, 644 insertions(+), 623 deletions(-) create mode 100644 src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseEM.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseItemEM.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadEM.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemEM.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadRenderEM.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileEM.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileRenderEM.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/tileentity/turret/TileTurretHeadEM.java create mode 100644 src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java delete mode 100644 src/main/java/openmodularturrets/TT_turret_loader.java delete mode 100644 src/main/java/openmodularturrets/blocks/turretbases/TurretBaseEM.java delete mode 100644 src/main/java/openmodularturrets/blocks/turretbases/TurretBaseItemEM.java delete mode 100644 src/main/java/openmodularturrets/blocks/turretheads/TurretHeadEM.java delete mode 100644 src/main/java/openmodularturrets/blocks/turretheads/TurretHeadItemEM.java delete mode 100644 src/main/java/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java delete mode 100644 src/main/java/openmodularturrets/blocks/turretheads/TurretHeadRenderEM.java delete mode 100644 src/main/java/openmodularturrets/entity/projectiles/projectileEM.java delete mode 100644 src/main/java/openmodularturrets/entity/projectiles/projectileRenderEM.java delete mode 100644 src/main/java/openmodularturrets/tileentity/turret/TileTurretHeadEM.java delete mode 100644 src/main/java/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java diff --git a/build.properties b/build.properties index 9e784e469a..ce7c1e3a4e 100644 --- a/build.properties +++ b/build.properties @@ -6,7 +6,7 @@ ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 codechickencore.version=1.0.7.47 nei.version=1.0.5.120 -gregtech.jenkinsbuild=2 +gregtech.jenkinsbuild=4 gregtech.version=5.09.32.22 cofhcore.version=[1.7.10]3.1.4-329-dev cofhlib.version=[1.7.10]1.0.3-175-dev diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java new file mode 100644 index 0000000000..2ab7a37ecd --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java @@ -0,0 +1,23 @@ +package com.github.technus.tectech.compatibility.openmodularturrets; + +import com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads.TurretHeadEM; +import com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads.TurretHeadItemRenderEM; +import com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads.TurretHeadRenderEM; +import com.github.technus.tectech.compatibility.openmodularturrets.entity.projectiles.projectileEM; +import com.github.technus.tectech.compatibility.openmodularturrets.entity.projectiles.projectileRenderEM; +import cpw.mods.fml.client.registry.ClientRegistry; +import cpw.mods.fml.client.registry.RenderingRegistry; +import net.minecraft.item.Item; +import net.minecraftforge.client.MinecraftForgeClient; +import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turret.TileTurretHeadEM; + +public class TT_turret_loader implements Runnable { + @Override + public void run() { + TurretHeadRenderEM turretHeadRenderEM=new TurretHeadRenderEM(); + ClientRegistry.bindTileEntitySpecialRenderer(TileTurretHeadEM.class, turretHeadRenderEM); + MinecraftForgeClient.registerItemRenderer(Item.getItemFromBlock(TurretHeadEM.INSTANCE), new TurretHeadItemRenderEM(turretHeadRenderEM, new TileTurretHeadEM())); + + RenderingRegistry.registerEntityRenderingHandler(projectileEM.class, new projectileRenderEM()); + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseEM.java new file mode 100644 index 0000000000..10a5aba625 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseEM.java @@ -0,0 +1,47 @@ +package com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretbases; + +import com.github.technus.tectech.Reference; +import cpw.mods.fml.common.registry.GameRegistry; +import net.minecraft.block.Block; +import net.minecraft.client.renderer.texture.IIconRegister; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.world.World; +import openmodularturrets.blocks.turretbases.BlockAbstractTurretBase; +import openmodularturrets.handler.ConfigHandler; +import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turretbase.TileTurretBaseEM; + +import static com.github.technus.tectech.loader.gui.CreativeTabTecTech.creativeTabTecTech; + +/** + * Created by Tec on 27/07/2017. + */ +public class TurretBaseEM extends BlockAbstractTurretBase { + private final int MaxCharge = ConfigHandler.getBaseTierFiveMaxCharge(); + private final int MaxIO = ConfigHandler.getBaseTierFiveMaxIo(); + public static TurretBaseEM INSTANCE; + + public TurretBaseEM(){ + setCreativeTab(creativeTabTecTech); + setResistance(16); + setBlockName("turretBaseEM"); + setStepSound(Block.soundTypeMetal); + setBlockTextureName(Reference.MODID+":turretBaseEM"); + } + + @Override + public TileEntity createNewTileEntity(World p_149915_1_, int p_149915_2_) { + return new TileTurretBaseEM(MaxCharge,MaxIO); + } + + @Override + public void registerBlockIcons(IIconRegister p_149651_1_) { + super.registerBlockIcons(p_149651_1_); + blockIcon = p_149651_1_.registerIcon(Reference.MODID+":turretBaseEM"); + } + + public static void run() { + INSTANCE = new TurretBaseEM(); + GameRegistry.registerBlock(INSTANCE, TurretBaseItemEM.class, INSTANCE.getUnlocalizedName()); + GameRegistry.registerTileEntity(TileTurretBaseEM.class,"TileTurretBaseEM"); + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseItemEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseItemEM.java new file mode 100644 index 0000000000..af0be0e1f5 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseItemEM.java @@ -0,0 +1,34 @@ +package com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretbases; + +import com.github.technus.tectech.CommonValues; +import net.minecraft.block.Block; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.item.ItemBlock; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumChatFormatting; +import net.minecraft.util.StatCollector; + +import java.util.List; + +/** + * Created by Tec on 28/07/2017. + */ +public class TurretBaseItemEM extends ItemBlock { + public TurretBaseItemEM(Block block) { + super(block); + } + + @Override + public void addInformation(ItemStack p_77624_1_, EntityPlayer p_77624_2_, List list, boolean p_77624_4_) { + list.add(CommonValues.TEC_MARK_EM); + list.add(""); + list.add(EnumChatFormatting.AQUA + "--" + StatCollector.translateToLocal("tooptip.energy.label") + "--"); + list.add(StatCollector.translateToLocal("tooltip.rf.max") + ": " + EnumChatFormatting.WHITE + 1000000000); + list.add(StatCollector.translateToLocal("tooltip.rf.io") + ": " + EnumChatFormatting.WHITE + 50000); + list.add(""); + list.add(EnumChatFormatting.GREEN + "--" + StatCollector.translateToLocal("tooltip.extras.label") + "--"); + list.add(StatCollector.translateToLocal("tooltip.extras.addons.0")); + list.add(""); + list.add(EnumChatFormatting.DARK_GRAY + StatCollector.translateToLocal("flavour.base.0")); + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadEM.java new file mode 100644 index 0000000000..1e34af422e --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadEM.java @@ -0,0 +1,68 @@ +package com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads; + +import cpw.mods.fml.common.registry.GameRegistry; +import net.minecraft.block.Block; +import net.minecraft.block.ITileEntityProvider; +import net.minecraft.block.material.Material; +import net.minecraft.entity.EnumCreatureType; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.world.IBlockAccess; +import net.minecraft.world.World; +import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turret.TileTurretHeadEM; +import openmodularturrets.tileentity.turretbase.TurretBase; + +import static com.github.technus.tectech.loader.gui.CreativeTabTecTech.creativeTabTecTech; + +/** + * Created by Tec on 27/07/2017. + */ +public class TurretHeadEM extends Block implements ITileEntityProvider { + public static TurretHeadEM INSTANCE; + + public TurretHeadEM(){ + super(Material.glass); + setCreativeTab(creativeTabTecTech); + setBlockUnbreakable(); + setResistance(6000000.0F); + setStepSound(Block.soundTypeMetal); + setBlockBounds(0.2F, 0.0F, 0.2F, 0.8F, 1F, 0.8F); + setBlockName("turretHeadEM"); + //this.setBlockTextureName(Reference.MODID+":turretHeadEM"); + } + + @Override + public int getRenderType() { + return -1; + } + + @Override + public boolean isOpaqueCube() { + return false; + } + + @Override + public boolean canPlaceBlockAt(World worldIn, int x, int y, int z) { + return worldIn.getTileEntity(x + 1, y, z) instanceof TurretBase || + worldIn.getTileEntity(x - 1, y, z) instanceof TurretBase || + worldIn.getTileEntity(x,y + 1, z) instanceof TurretBase || + worldIn.getTileEntity(x,y - 1, z) instanceof TurretBase || + worldIn.getTileEntity(x,y, z + 1) instanceof TurretBase || + worldIn.getTileEntity(x,y, z - 1) instanceof TurretBase; + } + + @Override + public boolean canCreatureSpawn(EnumCreatureType type, IBlockAccess world, int x, int y, int z) { + return false; + } + + @Override + public TileEntity createNewTileEntity(World p_149915_1_, int p_149915_2_) { + return new TileTurretHeadEM(); + } + + public static void run() { + INSTANCE = new TurretHeadEM(); + GameRegistry.registerBlock(INSTANCE, TurretHeadItemEM.class, INSTANCE.getUnlocalizedName()); + GameRegistry.registerTileEntity(TileTurretHeadEM.class,"TileTurretHeadEM"); + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemEM.java new file mode 100644 index 0000000000..8aa598c440 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemEM.java @@ -0,0 +1,45 @@ +package com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads; + +import net.minecraft.block.Block; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.item.ItemBlock; +import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumChatFormatting; +import net.minecraft.util.StatCollector; +import openmodularturrets.handler.ConfigHandler; + +import java.text.DecimalFormat; +import java.util.List; + +import static com.github.technus.tectech.CommonValues.TEC_MARK_EM; + +/** + * Created by Tec on 28/07/2017. + */ +public class TurretHeadItemEM extends ItemBlock { + private static final DecimalFormat df = new DecimalFormat("0.0"); + + public TurretHeadItemEM(Block block) { + super(block); + } + + @Override + public void addInformation(ItemStack p_77624_1_, EntityPlayer p_77624_2_, List list, boolean p_77624_4_) { + list.add(TEC_MARK_EM); + list.add(""); + list.add(EnumChatFormatting.GOLD + "--" + StatCollector.translateToLocal("tooltip.info") + "--"); + list.add(StatCollector.translateToLocal("tooltip.tier") + ": " + EnumChatFormatting.WHITE + '5'); + list.add(StatCollector.translateToLocal("tooltip.range") + ": " + EnumChatFormatting.WHITE + ConfigHandler.getLaserTurretSettings().getRange()); + list.add(StatCollector.translateToLocal("tooltip.accuracy") + ": " + EnumChatFormatting.WHITE + StatCollector.translateToLocal("turret.accuracy.high")); + list.add(StatCollector.translateToLocal("tooltip.ammo") + ": " + EnumChatFormatting.WHITE + StatCollector.translateToLocal("turret.ammo.4")); + list.add(StatCollector.translateToLocal("tooltip.tierRequired") + ": " + EnumChatFormatting.WHITE + StatCollector.translateToLocal("base.tier.5")); + list.add(""); + list.add(EnumChatFormatting.DARK_PURPLE + "--" + StatCollector.translateToLocal("tooltip.damage.label") + "--"); + list.add(StatCollector.translateToLocal("tooltip.damage.stat") + ": " + EnumChatFormatting.WHITE + (float)ConfigHandler.getLaserTurretSettings().getDamage() / 2.0F + ' ' + StatCollector.translateToLocal("tooltip.health")); + list.add(StatCollector.translateToLocal("tooltip.aoe") + ": " + EnumChatFormatting.WHITE + '0'); + list.add(StatCollector.translateToLocal("tooltip.firerate") + ": " + EnumChatFormatting.WHITE + df.format((double)(20.0F / (float)ConfigHandler.getLaserTurretSettings().getFireRate()))); + list.add(StatCollector.translateToLocal("tooltip.energy.stat") + ": " + EnumChatFormatting.WHITE + ConfigHandler.getLaserTurretSettings().getPowerUsage() + " RF"); + list.add(""); + list.add(EnumChatFormatting.DARK_GRAY + StatCollector.translateToLocal("flavour.turret.4")); + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java new file mode 100644 index 0000000000..ceca057900 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java @@ -0,0 +1,40 @@ +package com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads; + +import net.minecraft.item.ItemStack; +import net.minecraftforge.client.IItemRenderer; +import openmodularturrets.client.render.models.ModelLaserTurret; +import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turret.TileTurretHeadEM; +import org.lwjgl.opengl.GL11; + +/** + * Created by Tec on 30.07.2017. + */ +public class TurretHeadItemRenderEM implements IItemRenderer { + private final TurretHeadRenderEM turretRenderer; + private final TileTurretHeadEM turretTileEntity; + private final ModelLaserTurret model; + + public TurretHeadItemRenderEM(TurretHeadRenderEM turretRenderer, TileTurretHeadEM turretTileEntity) { + this.turretRenderer = turretRenderer; + this.turretTileEntity = turretTileEntity; + model = new ModelLaserTurret(); + } + + @Override + public boolean handleRenderType(ItemStack item, ItemRenderType type) { + return true; + } + + @Override + public boolean shouldUseRenderHelper(ItemRenderType type, ItemStack item, ItemRendererHelper helper) { + return true; + } + + @Override + public void renderItem(ItemRenderType type, ItemStack item, Object... data) { + GL11.glPushMatrix(); + GL11.glTranslated(-0.5D, -0.5D, -0.5D); + turretRenderer.renderTileEntityAt(turretTileEntity, 0.0D, 0.0D, 0.0D, 0.0F); + GL11.glPopMatrix(); + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadRenderEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadRenderEM.java new file mode 100644 index 0000000000..f407257eab --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadRenderEM.java @@ -0,0 +1,8 @@ +package com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads; + +import openmodularturrets.client.render.renderers.blockitem.LaserTurretRenderer; + +/** + * Created by Tec on 28/07/2017. + */ +public class TurretHeadRenderEM extends LaserTurretRenderer {} diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileEM.java new file mode 100644 index 0000000000..c22c6c4b95 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileEM.java @@ -0,0 +1,159 @@ +package com.github.technus.tectech.compatibility.openmodularturrets.entity.projectiles; + +import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.hadron.dHadronDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eQuarkDefinition; +import gregtech.api.GregTech_API; +import gregtech.api.util.GT_Utility; +import net.minecraft.block.Block; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.util.MovingObjectPosition; +import net.minecraft.world.World; +import openmodularturrets.entity.projectiles.LaserProjectile; +import openmodularturrets.entity.projectiles.damagesources.NormalDamageSource; +import openmodularturrets.handler.ConfigHandler; +import openmodularturrets.tileentity.turretbase.TurretBase; +import openmodularturrets.util.PlayerUtil; +import openmodularturrets.util.TurretHeadUtil; + + +/** + * Created by Bass on 27/07/2017. + */ +public class projectileEM extends LaserProjectile { + public float gravity=0; + private TurretBase turretBase; + + private boolean exotic, antiMatter,isAmped; + + private int ampLevel; + + private float massFactor; + + public projectileEM(World par1World) { + super(par1World); + } + + public projectileEM(World par1World, TurretBase turretBase) { + super(par1World, turretBase); + int amp=TurretHeadUtil.getAmpLevel(turretBase); + if (amp > 0) { + this.isAmped = true; + this.ampLevel = amp; + } + } + + public projectileEM(World par1World, TurretBase turretBase, cElementalInstanceStackMap avalableEM) { + super(par1World, turretBase); + this.turretBase = turretBase; + boolean onlyQuarks=true; + if(avalableEM!=null && avalableEM.hasStacks()) { + for (cElementalInstanceStack stack : avalableEM.values()) { + if (!(stack.definition instanceof eQuarkDefinition)) { + onlyQuarks = false; + } + } + if (onlyQuarks) { + avalableEM.clear(); + } else { + cElementalInstanceStack consumeFromThis=avalableEM.get(TecTech.RANDOM.nextInt(avalableEM.size())); + massFactor =consumeFromThis.definition.getMass()/ dHadronDefinition.hadron_n_.getMass(); + + if(consumeFromThis.definition.getType()>1 || consumeFromThis.definition.getType()<-1) { + exotic = true; + } + if(consumeFromThis.definition.getType()<0) { + antiMatter = true; + } + + if (consumeFromThis.definition.getCharge() == 0) { + gravity = massFactor / 100f; + } else { + gravity = Math.min(0.0025F / Math.abs(consumeFromThis.definition.getCharge()), massFactor / 100f); + } + + avalableEM.removeAmount(false,consumeFromThis.definition.getStackForm(1)); + } + } + //todo make the recipe require some overflow hatches + + //todo add more subspace pollution + } + + @Override + protected void onImpact(MovingObjectPosition movingobjectposition) { + if(ticksExisted > 1) { + if(movingobjectposition.typeOfHit == MovingObjectPosition.MovingObjectType.BLOCK) { + Block hitBlock = worldObj.getBlock(movingobjectposition.blockX, movingobjectposition.blockY, movingobjectposition.blockZ); + if(hitBlock != null){ + if (hitBlock.getMaterial().isSolid() && TecTech.configTecTech.ENABLE_TURRET_EXPLOSIONS && antiMatter) { + worldObj.playSoundEffect(posX, posY, posZ, "openmodularturrets:laserHit", ConfigHandler.getTurretSoundVolume(), TecTech.RANDOM.nextFloat() + 0.5F); + GT_Utility.sendSoundToPlayers(worldObj, GregTech_API.sSoundList.get(209), 1.0F, -1.0F, + movingobjectposition.blockX, + movingobjectposition.blockY, + movingobjectposition.blockZ); + worldObj.createExplosion(null, + movingobjectposition.blockX + 0.5D, + movingobjectposition.blockY + 0.5D, + movingobjectposition.blockZ + 0.5D, (exotic?10:1) * TecTech.configTecTech.TURRET_EXPLOSION_FACTOR * massFactor * (isAmped? ampLevel*.1f +1:1) * (ticksExisted/250f), true); + } else { + return; + } + } + } + + if(movingobjectposition.entityHit != null && !worldObj.isRemote) { + worldObj.playSoundEffect(posX, posY, posZ, "openmodularturrets:laserHit", ConfigHandler.getTurretSoundVolume(), TecTech.RANDOM.nextFloat() + 0.5F); + if(movingobjectposition.entityHit != null && !worldObj.isRemote) { + float damage = (exotic?10:1) * TecTech.configTecTech.TURRET_DAMAGE_FACTOR * massFactor * (isAmped? ampLevel*.1f +1:1); + + if(movingobjectposition.entityHit instanceof EntityPlayer) { + if(canDamagePlayer((EntityPlayer)movingobjectposition.entityHit)) { + movingobjectposition.entityHit.setFire((exotic?10:1)*2); + movingobjectposition.entityHit.attackEntityFrom(new NormalDamageSource("laser"), damage); + if(antiMatter) { + movingobjectposition.entityHit.hurtResistantTime = 0; + } + } + } else { + movingobjectposition.entityHit.setFire((exotic?10:1)*2); + movingobjectposition.entityHit.attackEntityFrom(new NormalDamageSource("laser"), damage); + if(antiMatter) { + movingobjectposition.entityHit.hurtResistantTime = 0; + } + } + + if (TecTech.configTecTech.ENABLE_TURRET_EXPLOSIONS && antiMatter) { + GT_Utility.sendSoundToPlayers(worldObj, GregTech_API.sSoundList.get(209), 1.0F, -1.0F, + (int)movingobjectposition.entityHit.posX, + (int)movingobjectposition.entityHit.posY, + (int)movingobjectposition.entityHit.posZ); + worldObj.createExplosion(null, + movingobjectposition.entityHit.posX, + movingobjectposition.entityHit.posY, + movingobjectposition.entityHit.posZ, (exotic?10:1) * TecTech.configTecTech.TURRET_EXPLOSION_FACTOR * massFactor * (isAmped? ampLevel*.1f +1:1) * (ticksExisted/250f), true); + } + } + } + setDead(); + } + } + + public boolean canDamagePlayer(EntityPlayer entityPlayer) { + return ConfigHandler.turretDamageTrustedPlayers || this.turretBase.getTrustedPlayer(entityPlayer.getUniqueID()) == null && !PlayerUtil.getPlayerUIDUnstable(this.turretBase.getOwner()).equals(entityPlayer.getUniqueID()); + } + + @Override + public void onEntityUpdate() { + if(ticksExisted >= 75) { + setDead(); + } + } + + @Override + protected float getGravityVelocity() { + return gravity; + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileRenderEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileRenderEM.java new file mode 100644 index 0000000000..812a752562 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileRenderEM.java @@ -0,0 +1,73 @@ +package com.github.technus.tectech.compatibility.openmodularturrets.entity.projectiles; + +import com.github.technus.tectech.Reference; +import cpw.mods.fml.relauncher.Side; +import cpw.mods.fml.relauncher.SideOnly; +import net.minecraft.client.renderer.OpenGlHelper; +import net.minecraft.client.renderer.Tessellator; +import net.minecraft.client.renderer.entity.Render; +import net.minecraft.entity.Entity; +import net.minecraft.util.MathHelper; +import net.minecraft.util.ResourceLocation; +import org.lwjgl.opengl.GL11; + +/** + * Created by Tec on 29.07.2017. + */ +@SideOnly(Side.CLIENT) +public class projectileRenderEM extends Render { + private static final ResourceLocation textures = new ResourceLocation(Reference.MODID + ":textures/entity/projectileEM.png"); + + private void render(projectileEM entity, double par2, double par4, double par6, float par9) { + bindEntityTexture(entity); + GL11.glPushMatrix(); + GL11.glTranslatef((float)par2, (float)par4 + 0.3F, (float)par6); + GL11.glRotatef(entity.prevRotationYaw + (entity.rotationYaw - entity.prevRotationYaw) * par9 - 90.0F, 0.0F, 1.0F, 0.0F); + GL11.glRotatef(entity.prevRotationPitch + (entity.rotationPitch - entity.prevRotationPitch) * par9, 0.0F, 0.0F, 1.0F); + Tessellator var18 = Tessellator.instance; + byte b0 = 0; + float f2 = 0.0F; + float f3 = 0.5F; + float f4 = (float)(b0 * 10) / 32.0F; + float f5 = (float)(5 + b0 * 10) / 32.0F; + float f10 = 0.05625F; + GL11.glEnable('\u803a'); + float f11 = - par9; + if(f11 > 0.0F) { + float f = -MathHelper.sin(f11 * 3.0F) * f11; + GL11.glRotatef(f, 0.0F, 0.0F, 1.0F); + } + + GL11.glDisable(2896); + OpenGlHelper.setLightmapTextureCoords(OpenGlHelper.lightmapTexUnit, 240.0F, 240.0F); + GL11.glRotatef(45.0F, 1.0F, 0.0F, 0.0F); + GL11.glScalef(f10, f10, f10); + GL11.glTranslatef(0.0F, 0.0F, 0.0F); + GL11.glNormal3f(f10, 0.0F, 0.0F); + + for(int var19 = 0; var19 < 4; ++var19) { + GL11.glRotatef(90.0F, 1.0F, 0.0F, 0.0F); + GL11.glNormal3f(0.0F, 0.0F, f10); + var18.startDrawingQuads(); + var18.addVertexWithUV(-16.0D, -2.0D, 0.0D, (double)f2, (double)f4); + var18.addVertexWithUV(16.0D, -2.0D, 0.0D, (double)f3, (double)f4); + var18.addVertexWithUV(16.0D, 2.0D, 0.0D, (double)f3, (double)f5); + var18.addVertexWithUV(-16.0D, 2.0D, 0.0D, (double)f2, (double)f5); + var18.draw(); + } + + GL11.glEnable(2896); + GL11.glDisable('\u803a'); + GL11.glPopMatrix(); + } + + @Override + protected ResourceLocation getEntityTexture(Entity par1Entity) { + return textures; + } + + @Override + public void doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9) { + render((projectileEM)par1Entity, par2, par4, par6, par9); + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/tileentity/turret/TileTurretHeadEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/tileentity/turret/TileTurretHeadEM.java new file mode 100644 index 0000000000..2de6b39c4c --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/tileentity/turret/TileTurretHeadEM.java @@ -0,0 +1,74 @@ +package com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turret; + +import com.github.technus.tectech.compatibility.openmodularturrets.entity.projectiles.projectileEM; +import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turretbase.TileTurretBaseEM; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.thing.item.DebugElementalInstanceContainer_EM; +import net.minecraft.entity.Entity; +import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; +import net.minecraft.world.World; +import openmodularturrets.entity.projectiles.TurretProjectile; +import openmodularturrets.handler.ConfigHandler; +import openmodularturrets.tileentity.turrets.TurretHead; +import openmodularturrets.util.TurretHeadUtil; + +/** + * Created by Bass on 27/07/2017. + */ +public class TileTurretHeadEM extends TurretHead{ + private cElementalInstanceStackMap hatchContentPointer; + + @Override + public int getTurretRange() { + return ConfigHandler.getLaserTurretSettings().getRange()<<1; + } + + @Override + public int getTurretPowerUsage() { + return ConfigHandler.getLaserTurretSettings().getPowerUsage()<<4; + } + + @Override + public int getTurretFireRate() { + return (int)Math.ceil(ConfigHandler.getLaserTurretSettings().getFireRate()/2f); + } + + @Override + public double getTurretAccuracy() { + return (int)Math.ceil(ConfigHandler.getLaserTurretSettings().getAccuracy() / 10.0F); + } + + @Override + public void updateEntity() { + if(!worldObj.isRemote && base instanceof TileTurretBaseEM) { + hatchContentPointer = ((TileTurretBaseEM) base).getContainerHandler(); + } + super.updateEntity(); + } + + @Override + public boolean requiresAmmo() { + return hatchContentPointer == null || !hatchContentPointer.hasStacks(); + } + + @Override + public boolean requiresSpecificAmmo() { + return true;//to enable failure in shooting when there is no EM to use + } + + @Override + public Item getAmmo() { + return DebugElementalInstanceContainer_EM.INSTANCE;//Placeholder item that cannot be achieved, yet still usable for debug + } + + @Override + public final TurretProjectile createProjectile(World world, Entity target, ItemStack ammo) { + return new projectileEM(world, TurretHeadUtil.getTurretBase(worldObj, xCoord, yCoord, zCoord), hatchContentPointer); + } + + @Override + public String getLaunchSoundEffect() { + return "laser"; + } +} diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java new file mode 100644 index 0000000000..a31ba4ef2c --- /dev/null +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java @@ -0,0 +1,68 @@ +package com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turretbase; + +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputElemental; +import cpw.mods.fml.common.Optional; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.world.World; +import openmodularturrets.tileentity.turretbase.TurretBaseTierFiveTileEntity; + +/** + * Created by Bass on 27/07/2017. + */ + +public class TileTurretBaseEM extends TurretBaseTierFiveTileEntity { + public TileTurretBaseEM(int MaxEnergyStorage, int MaxIO) { + super(MaxEnergyStorage, MaxIO); + } + + @Override + @Optional.Method( + modid = "OpenComputers" + ) + public String getComponentName() { + return "turretBaseEM"; + } + + public final cElementalInstanceStackMap getContainerHandler() { + World worldIn = getWorldObj(); + TileEntity te; + if ((te = worldIn.getTileEntity(xCoord + 1, yCoord, zCoord)) instanceof IGregTechTileEntity && + ((IGregTechTileEntity) te).getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_InputElemental) { + return getFromHatch((GT_MetaTileEntity_Hatch_InputElemental) ((IGregTechTileEntity) te).getMetaTileEntity()); + } + + if ((te = worldIn.getTileEntity(xCoord - 1, yCoord, zCoord)) instanceof IGregTechTileEntity && + ((IGregTechTileEntity) te).getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_InputElemental) { + return getFromHatch((GT_MetaTileEntity_Hatch_InputElemental) ((IGregTechTileEntity) te).getMetaTileEntity()); + } + + if ((te = worldIn.getTileEntity(xCoord, yCoord + 1, zCoord)) instanceof IGregTechTileEntity && + ((IGregTechTileEntity) te).getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_InputElemental) { + return getFromHatch((GT_MetaTileEntity_Hatch_InputElemental) ((IGregTechTileEntity) te).getMetaTileEntity()); + } + + if ((te = worldIn.getTileEntity(xCoord, yCoord - 1, zCoord)) instanceof IGregTechTileEntity && + ((IGregTechTileEntity) te).getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_InputElemental) { + return getFromHatch((GT_MetaTileEntity_Hatch_InputElemental) ((IGregTechTileEntity) te).getMetaTileEntity()); + } + + if ((te = worldIn.getTileEntity(xCoord, yCoord, zCoord + 1)) instanceof IGregTechTileEntity && + ((IGregTechTileEntity) te).getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_InputElemental) { + return getFromHatch((GT_MetaTileEntity_Hatch_InputElemental) ((IGregTechTileEntity) te).getMetaTileEntity()); + } + + if ((te = worldIn.getTileEntity(xCoord, yCoord, zCoord - 1)) instanceof IGregTechTileEntity && + ((IGregTechTileEntity) te).getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_InputElemental) { + return getFromHatch((GT_MetaTileEntity_Hatch_InputElemental) ((IGregTechTileEntity) te).getMetaTileEntity()); + } + + return null; + } + + private cElementalInstanceStackMap getFromHatch(GT_MetaTileEntity_Hatch_InputElemental hatch) { + hatch.updateTexture((byte) 8,(byte) 4); + return hatch.getContainerHandler(); + } +} diff --git a/src/main/java/com/github/technus/tectech/loader/entity/EntityLoader.java b/src/main/java/com/github/technus/tectech/loader/entity/EntityLoader.java index d2d6332ef3..db352adce3 100644 --- a/src/main/java/com/github/technus/tectech/loader/entity/EntityLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/entity/EntityLoader.java @@ -3,7 +3,7 @@ package com.github.technus.tectech.loader.entity; import com.github.technus.tectech.TecTech; import cpw.mods.fml.common.Loader; import cpw.mods.fml.common.registry.EntityRegistry; -import openmodularturrets.entity.projectiles.projectileEM; +import com.github.technus.tectech.compatibility.openmodularturrets.entity.projectiles.projectileEM; /** * Created by Tec on 30.07.2017. diff --git a/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java b/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java index c5406a2206..6293d70ae1 100644 --- a/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java @@ -13,8 +13,8 @@ import com.github.technus.tectech.thing.item.*; import cpw.mods.fml.common.Loader; import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; -import openmodularturrets.blocks.turretbases.TurretBaseEM; -import openmodularturrets.blocks.turretheads.TurretHeadEM; +import com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretbases.TurretBaseEM; +import com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads.TurretHeadEM; import static com.github.technus.tectech.TecTech.tectechTexturePage1; diff --git a/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java b/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java index 1eea24edae..b936de00fc 100644 --- a/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java +++ b/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java @@ -22,7 +22,7 @@ import net.minecraft.util.AxisAlignedBB; import net.minecraft.util.ChatComponentText; import net.minecraft.world.World; import net.minecraftforge.common.util.ForgeDirection; -import openmodularturrets.TT_turret_loader; +import com.github.technus.tectech.compatibility.openmodularturrets.TT_turret_loader; import org.lwjgl.opengl.GL11; public class ClientProxy extends CommonProxy { diff --git a/src/main/java/openmodularturrets/TT_turret_loader.java b/src/main/java/openmodularturrets/TT_turret_loader.java deleted file mode 100644 index 57470f54f6..0000000000 --- a/src/main/java/openmodularturrets/TT_turret_loader.java +++ /dev/null @@ -1,23 +0,0 @@ -package openmodularturrets; - -import cpw.mods.fml.client.registry.ClientRegistry; -import cpw.mods.fml.client.registry.RenderingRegistry; -import net.minecraft.item.Item; -import net.minecraftforge.client.MinecraftForgeClient; -import openmodularturrets.blocks.turretheads.TurretHeadEM; -import openmodularturrets.blocks.turretheads.TurretHeadItemRenderEM; -import openmodularturrets.blocks.turretheads.TurretHeadRenderEM; -import openmodularturrets.entity.projectiles.projectileEM; -import openmodularturrets.entity.projectiles.projectileRenderEM; -import openmodularturrets.tileentity.turret.TileTurretHeadEM; - -public class TT_turret_loader implements Runnable { - @Override - public void run() { - TurretHeadRenderEM turretHeadRenderEM=new TurretHeadRenderEM(); - ClientRegistry.bindTileEntitySpecialRenderer(TileTurretHeadEM.class, turretHeadRenderEM); - MinecraftForgeClient.registerItemRenderer(Item.getItemFromBlock(TurretHeadEM.INSTANCE), new TurretHeadItemRenderEM(turretHeadRenderEM, new TileTurretHeadEM())); - - RenderingRegistry.registerEntityRenderingHandler(projectileEM.class, new projectileRenderEM()); - } -} diff --git a/src/main/java/openmodularturrets/blocks/turretbases/TurretBaseEM.java b/src/main/java/openmodularturrets/blocks/turretbases/TurretBaseEM.java deleted file mode 100644 index aead67cb22..0000000000 --- a/src/main/java/openmodularturrets/blocks/turretbases/TurretBaseEM.java +++ /dev/null @@ -1,46 +0,0 @@ -package openmodularturrets.blocks.turretbases; - -import com.github.technus.tectech.Reference; -import cpw.mods.fml.common.registry.GameRegistry; -import net.minecraft.block.Block; -import net.minecraft.client.renderer.texture.IIconRegister; -import net.minecraft.tileentity.TileEntity; -import net.minecraft.world.World; -import openmodularturrets.handler.ConfigHandler; -import openmodularturrets.tileentity.turretbase.TileTurretBaseEM; - -import static com.github.technus.tectech.loader.gui.CreativeTabTecTech.creativeTabTecTech; - -/** - * Created by Bass on 27/07/2017. - */ -public class TurretBaseEM extends BlockAbstractTurretBase { - private final int MaxCharge = ConfigHandler.getBaseTierFiveMaxCharge(); - private final int MaxIO = ConfigHandler.getBaseTierFiveMaxIo(); - public static TurretBaseEM INSTANCE; - - public TurretBaseEM(){ - setCreativeTab(creativeTabTecTech); - setResistance(16); - setBlockName("turretBaseEM"); - setStepSound(Block.soundTypeMetal); - setBlockTextureName(Reference.MODID+":turretBaseEM"); - } - - @Override - public TileEntity createNewTileEntity(World p_149915_1_, int p_149915_2_) { - return new TileTurretBaseEM(MaxCharge,MaxIO); - } - - @Override - public void registerBlockIcons(IIconRegister p_149651_1_) { - super.registerBlockIcons(p_149651_1_); - blockIcon = p_149651_1_.registerIcon(Reference.MODID+":turretBaseEM"); - } - - public static void run() { - INSTANCE = new TurretBaseEM(); - GameRegistry.registerBlock(INSTANCE, TurretBaseItemEM.class, INSTANCE.getUnlocalizedName()); - GameRegistry.registerTileEntity(TileTurretBaseEM.class,"TileTurretBaseEM"); - } -} diff --git a/src/main/java/openmodularturrets/blocks/turretbases/TurretBaseItemEM.java b/src/main/java/openmodularturrets/blocks/turretbases/TurretBaseItemEM.java deleted file mode 100644 index 61f877e81b..0000000000 --- a/src/main/java/openmodularturrets/blocks/turretbases/TurretBaseItemEM.java +++ /dev/null @@ -1,34 +0,0 @@ -package openmodularturrets.blocks.turretbases; - -import com.github.technus.tectech.CommonValues; -import net.minecraft.block.Block; -import net.minecraft.entity.player.EntityPlayer; -import net.minecraft.item.ItemBlock; -import net.minecraft.item.ItemStack; -import net.minecraft.util.EnumChatFormatting; -import net.minecraft.util.StatCollector; - -import java.util.List; - -/** - * Created by Bass on 28/07/2017. - */ -public class TurretBaseItemEM extends ItemBlock { - public TurretBaseItemEM(Block block) { - super(block); - } - - @Override - public void addInformation(ItemStack p_77624_1_, EntityPlayer p_77624_2_, List list, boolean p_77624_4_) { - list.add(CommonValues.TEC_MARK_EM); - list.add(""); - list.add(EnumChatFormatting.AQUA + "--" + StatCollector.translateToLocal("tooptip.energy.label") + "--"); - list.add(StatCollector.translateToLocal("tooltip.rf.max") + ": " + EnumChatFormatting.WHITE + 1000000000); - list.add(StatCollector.translateToLocal("tooltip.rf.io") + ": " + EnumChatFormatting.WHITE + 50000); - list.add(""); - list.add(EnumChatFormatting.GREEN + "--" + StatCollector.translateToLocal("tooltip.extras.label") + "--"); - list.add(StatCollector.translateToLocal("tooltip.extras.addons.0")); - list.add(""); - list.add(EnumChatFormatting.DARK_GRAY + StatCollector.translateToLocal("flavour.base.0")); - } -} diff --git a/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadEM.java b/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadEM.java deleted file mode 100644 index 3710092eb5..0000000000 --- a/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadEM.java +++ /dev/null @@ -1,68 +0,0 @@ -package openmodularturrets.blocks.turretheads; - -import cpw.mods.fml.common.registry.GameRegistry; -import net.minecraft.block.Block; -import net.minecraft.block.ITileEntityProvider; -import net.minecraft.block.material.Material; -import net.minecraft.entity.EnumCreatureType; -import net.minecraft.tileentity.TileEntity; -import net.minecraft.world.IBlockAccess; -import net.minecraft.world.World; -import openmodularturrets.tileentity.turret.TileTurretHeadEM; -import openmodularturrets.tileentity.turretbase.TurretBase; - -import static com.github.technus.tectech.loader.gui.CreativeTabTecTech.creativeTabTecTech; - -/** - * Created by Bass on 27/07/2017. - */ -public class TurretHeadEM extends Block implements ITileEntityProvider { - public static TurretHeadEM INSTANCE; - - public TurretHeadEM(){ - super(Material.glass); - setCreativeTab(creativeTabTecTech); - setBlockUnbreakable(); - setResistance(6000000.0F); - setStepSound(Block.soundTypeMetal); - setBlockBounds(0.2F, 0.0F, 0.2F, 0.8F, 1F, 0.8F); - setBlockName("turretHeadEM"); - //this.setBlockTextureName(Reference.MODID+":turretHeadEM"); - } - - @Override - public int getRenderType() { - return -1; - } - - @Override - public boolean isOpaqueCube() { - return false; - } - - @Override - public boolean canPlaceBlockAt(World worldIn, int x, int y, int z) { - return worldIn.getTileEntity(x + 1, y, z) instanceof TurretBase || - worldIn.getTileEntity(x - 1, y, z) instanceof TurretBase || - worldIn.getTileEntity(x,y + 1, z) instanceof TurretBase || - worldIn.getTileEntity(x,y - 1, z) instanceof TurretBase || - worldIn.getTileEntity(x,y, z + 1) instanceof TurretBase || - worldIn.getTileEntity(x,y, z - 1) instanceof TurretBase; - } - - @Override - public boolean canCreatureSpawn(EnumCreatureType type, IBlockAccess world, int x, int y, int z) { - return false; - } - - @Override - public TileEntity createNewTileEntity(World p_149915_1_, int p_149915_2_) { - return new TileTurretHeadEM(); - } - - public static void run() { - INSTANCE = new TurretHeadEM(); - GameRegistry.registerBlock(INSTANCE, TurretHeadItemEM.class, INSTANCE.getUnlocalizedName()); - GameRegistry.registerTileEntity(TileTurretHeadEM.class,"TileTurretHeadEM"); - } -} diff --git a/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadItemEM.java b/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadItemEM.java deleted file mode 100644 index db3c089e47..0000000000 --- a/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadItemEM.java +++ /dev/null @@ -1,45 +0,0 @@ -package openmodularturrets.blocks.turretheads; - -import net.minecraft.block.Block; -import net.minecraft.entity.player.EntityPlayer; -import net.minecraft.item.ItemBlock; -import net.minecraft.item.ItemStack; -import net.minecraft.util.EnumChatFormatting; -import net.minecraft.util.StatCollector; -import openmodularturrets.handler.ConfigHandler; - -import java.text.DecimalFormat; -import java.util.List; - -import static com.github.technus.tectech.CommonValues.TEC_MARK_EM; - -/** - * Created by Bass on 28/07/2017. - */ -public class TurretHeadItemEM extends ItemBlock { - private static final DecimalFormat df = new DecimalFormat("0.0"); - - public TurretHeadItemEM(Block block) { - super(block); - } - - @Override - public void addInformation(ItemStack p_77624_1_, EntityPlayer p_77624_2_, List list, boolean p_77624_4_) { - list.add(TEC_MARK_EM); - list.add(""); - list.add(EnumChatFormatting.GOLD + "--" + StatCollector.translateToLocal("tooltip.info") + "--"); - list.add(StatCollector.translateToLocal("tooltip.tier") + ": " + EnumChatFormatting.WHITE + '5'); - list.add(StatCollector.translateToLocal("tooltip.range") + ": " + EnumChatFormatting.WHITE + ConfigHandler.getLaserTurretSettings().getRange()); - list.add(StatCollector.translateToLocal("tooltip.accuracy") + ": " + EnumChatFormatting.WHITE + StatCollector.translateToLocal("turret.accuracy.high")); - list.add(StatCollector.translateToLocal("tooltip.ammo") + ": " + EnumChatFormatting.WHITE + StatCollector.translateToLocal("turret.ammo.4")); - list.add(StatCollector.translateToLocal("tooltip.tierRequired") + ": " + EnumChatFormatting.WHITE + StatCollector.translateToLocal("base.tier.5")); - list.add(""); - list.add(EnumChatFormatting.DARK_PURPLE + "--" + StatCollector.translateToLocal("tooltip.damage.label") + "--"); - list.add(StatCollector.translateToLocal("tooltip.damage.stat") + ": " + EnumChatFormatting.WHITE + (float)ConfigHandler.getLaserTurretSettings().getDamage() / 2.0F + ' ' + StatCollector.translateToLocal("tooltip.health")); - list.add(StatCollector.translateToLocal("tooltip.aoe") + ": " + EnumChatFormatting.WHITE + '0'); - list.add(StatCollector.translateToLocal("tooltip.firerate") + ": " + EnumChatFormatting.WHITE + df.format((double)(20.0F / (float)ConfigHandler.getLaserTurretSettings().getFireRate()))); - list.add(StatCollector.translateToLocal("tooltip.energy.stat") + ": " + EnumChatFormatting.WHITE + ConfigHandler.getLaserTurretSettings().getPowerUsage() + " RF"); - list.add(""); - list.add(EnumChatFormatting.DARK_GRAY + StatCollector.translateToLocal("flavour.turret.4")); - } -} diff --git a/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java b/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java deleted file mode 100644 index 4760e2b16e..0000000000 --- a/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java +++ /dev/null @@ -1,40 +0,0 @@ -package openmodularturrets.blocks.turretheads; - -import net.minecraft.item.ItemStack; -import net.minecraftforge.client.IItemRenderer; -import openmodularturrets.client.render.models.ModelLaserTurret; -import openmodularturrets.tileentity.turret.TileTurretHeadEM; -import org.lwjgl.opengl.GL11; - -/** - * Created by Tec on 30.07.2017. - */ -public class TurretHeadItemRenderEM implements IItemRenderer { - private final TurretHeadRenderEM turretRenderer; - private final TileTurretHeadEM turretTileEntity; - private final ModelLaserTurret model; - - public TurretHeadItemRenderEM(TurretHeadRenderEM turretRenderer, TileTurretHeadEM turretTileEntity) { - this.turretRenderer = turretRenderer; - this.turretTileEntity = turretTileEntity; - model = new ModelLaserTurret(); - } - - @Override - public boolean handleRenderType(ItemStack item, ItemRenderType type) { - return true; - } - - @Override - public boolean shouldUseRenderHelper(ItemRenderType type, ItemStack item, ItemRendererHelper helper) { - return true; - } - - @Override - public void renderItem(ItemRenderType type, ItemStack item, Object... data) { - GL11.glPushMatrix(); - GL11.glTranslated(-0.5D, -0.5D, -0.5D); - turretRenderer.renderTileEntityAt(turretTileEntity, 0.0D, 0.0D, 0.0D, 0.0F); - GL11.glPopMatrix(); - } -} diff --git a/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadRenderEM.java b/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadRenderEM.java deleted file mode 100644 index 23379b9585..0000000000 --- a/src/main/java/openmodularturrets/blocks/turretheads/TurretHeadRenderEM.java +++ /dev/null @@ -1,8 +0,0 @@ -package openmodularturrets.blocks.turretheads; - -import openmodularturrets.client.render.renderers.blockitem.LaserTurretRenderer; - -/** - * Created by Bass on 28/07/2017. - */ -public class TurretHeadRenderEM extends LaserTurretRenderer {} diff --git a/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java b/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java deleted file mode 100644 index da4e7ce731..0000000000 --- a/src/main/java/openmodularturrets/entity/projectiles/projectileEM.java +++ /dev/null @@ -1,140 +0,0 @@ -package openmodularturrets.entity.projectiles; - -import com.github.technus.tectech.TecTech; -import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; -import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.hadron.dHadronDefinition; -import com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eQuarkDefinition; -import gregtech.api.GregTech_API; -import gregtech.api.util.GT_Utility; -import net.minecraft.block.Block; -import net.minecraft.entity.player.EntityPlayer; -import net.minecraft.util.MovingObjectPosition; -import net.minecraft.world.World; -import openmodularturrets.entity.projectiles.damagesources.NormalDamageSource; -import openmodularturrets.handler.ConfigHandler; -import openmodularturrets.tileentity.turretbase.TurretBase; - - -/** - * Created by Bass on 27/07/2017. - */ -public class projectileEM extends TurretProjectile { - public float gravity=0; - private TurretBase turretBase; - - private boolean exotic, antiMatter; - - private float massFactor; - - public projectileEM(World par1World) { - super(par1World); - } - - public projectileEM(World par1World, TurretBase turretBase) { - super(par1World, turretBase); - } - - public projectileEM(World par1World, TurretBase turretBase, cElementalInstanceStackMap avalableEM) { - super(par1World, turretBase); - this.turretBase = turretBase; - boolean onlyQuarks=true; - if(avalableEM!=null && avalableEM.hasStacks()) { - for (cElementalInstanceStack stack : avalableEM.values()) { - if (!(stack.definition instanceof eQuarkDefinition)) { - onlyQuarks = false; - } - } - if (onlyQuarks) { - avalableEM.clear(); - } else { - cElementalInstanceStack consumeFromThis=avalableEM.get(TecTech.RANDOM.nextInt(avalableEM.size())); - massFactor =consumeFromThis.definition.getMass()/ dHadronDefinition.hadron_n_.getMass(); - - if(consumeFromThis.definition.getType()>1 || consumeFromThis.definition.getType()<-1) { - exotic = true; - } - if(consumeFromThis.definition.getType()<0) { - antiMatter = true; - } - - if (consumeFromThis.definition.getCharge() == 0) { - gravity = massFactor / 100f; - } else { - gravity = Math.min(0.0025F / Math.abs(consumeFromThis.definition.getCharge()), massFactor / 100f); - } - - avalableEM.removeAmount(false,consumeFromThis.definition.getStackForm(1)); - } - } - //todo make the recipe require some overflow hatches - - //todo add more subspace pollution - } - - @Override - protected void onImpact(MovingObjectPosition movingobjectposition) { - if(ticksExisted > 1) { - if(movingobjectposition.typeOfHit == MovingObjectPosition.MovingObjectType.BLOCK) { - Block hitBlock = worldObj.getBlock(movingobjectposition.blockX, movingobjectposition.blockY, movingobjectposition.blockZ); - if(hitBlock != null){ - if (hitBlock.getMaterial().isSolid() && TecTech.configTecTech.ENABLE_TURRET_EXPLOSIONS && antiMatter) { - worldObj.playSoundEffect(posX, posY, posZ, "openmodularturrets:laserHit", ConfigHandler.getTurretSoundVolume(), TecTech.RANDOM.nextFloat() + 0.5F); - GT_Utility.sendSoundToPlayers(worldObj, GregTech_API.sSoundList.get(209), 1.0F, -1.0F, - movingobjectposition.blockX, - movingobjectposition.blockY, - movingobjectposition.blockZ); - worldObj.createExplosion(null, - movingobjectposition.blockX + 0.5D, - movingobjectposition.blockY + 0.5D, - movingobjectposition.blockZ + 0.5D, (exotic?10:1) * TecTech.configTecTech.TURRET_EXPLOSION_FACTOR * massFactor * (isAmped? amp_level*.1f +1:1) * (ticksExisted/250f), true); - } else { - return; - } - } - } - - if(movingobjectposition.entityHit != null && !worldObj.isRemote) { - worldObj.playSoundEffect(posX, posY, posZ, "openmodularturrets:laserHit", ConfigHandler.getTurretSoundVolume(), TecTech.RANDOM.nextFloat() + 0.5F); - if(movingobjectposition.entityHit != null && !worldObj.isRemote) { - float damage = (exotic?10:1) * TecTech.configTecTech.TURRET_DAMAGE_FACTOR * massFactor * (isAmped? amp_level*.1f +1:1); - - if(movingobjectposition.entityHit instanceof EntityPlayer) { - if(canDamagePlayer((EntityPlayer)movingobjectposition.entityHit)) { - movingobjectposition.entityHit.setFire((exotic?10:1)*2); - movingobjectposition.entityHit.attackEntityFrom(new NormalDamageSource("laser"), damage); - if(antiMatter) { - movingobjectposition.entityHit.hurtResistantTime = 0; - } - } - } else { - movingobjectposition.entityHit.setFire((exotic?10:1)*2); - movingobjectposition.entityHit.attackEntityFrom(new NormalDamageSource("laser"), damage); - if(antiMatter) { - movingobjectposition.entityHit.hurtResistantTime = 0; - } - } - - if (TecTech.configTecTech.ENABLE_TURRET_EXPLOSIONS && antiMatter) { - GT_Utility.sendSoundToPlayers(worldObj, GregTech_API.sSoundList.get(209), 1.0F, -1.0F, - (int)movingobjectposition.entityHit.posX, - (int)movingobjectposition.entityHit.posY, - (int)movingobjectposition.entityHit.posZ); - worldObj.createExplosion(null, - movingobjectposition.entityHit.posX, - movingobjectposition.entityHit.posY, - movingobjectposition.entityHit.posZ, (exotic?10:1) * TecTech.configTecTech.TURRET_EXPLOSION_FACTOR * massFactor * (isAmped? amp_level*.1f +1:1) * (ticksExisted/250f), true); - } - } - } - setDead(); - } - } - - @Override - public void onEntityUpdate() { - if(ticksExisted >= 75) { - setDead(); - } - } -} diff --git a/src/main/java/openmodularturrets/entity/projectiles/projectileRenderEM.java b/src/main/java/openmodularturrets/entity/projectiles/projectileRenderEM.java deleted file mode 100644 index 45782e9102..0000000000 --- a/src/main/java/openmodularturrets/entity/projectiles/projectileRenderEM.java +++ /dev/null @@ -1,73 +0,0 @@ -package openmodularturrets.entity.projectiles; - -import com.github.technus.tectech.Reference; -import cpw.mods.fml.relauncher.Side; -import cpw.mods.fml.relauncher.SideOnly; -import net.minecraft.client.renderer.OpenGlHelper; -import net.minecraft.client.renderer.Tessellator; -import net.minecraft.client.renderer.entity.Render; -import net.minecraft.entity.Entity; -import net.minecraft.util.MathHelper; -import net.minecraft.util.ResourceLocation; -import org.lwjgl.opengl.GL11; - -/** - * Created by Tec on 29.07.2017. - */ -@SideOnly(Side.CLIENT) -public class projectileRenderEM extends Render { - private static final ResourceLocation textures = new ResourceLocation(Reference.MODID + ":textures/entity/projectileEM.png"); - - private void render(projectileEM entity, double par2, double par4, double par6, float par9) { - bindEntityTexture(entity); - GL11.glPushMatrix(); - GL11.glTranslatef((float)par2, (float)par4 + 0.3F, (float)par6); - GL11.glRotatef(entity.prevRotationYaw + (entity.rotationYaw - entity.prevRotationYaw) * par9 - 90.0F, 0.0F, 1.0F, 0.0F); - GL11.glRotatef(entity.prevRotationPitch + (entity.rotationPitch - entity.prevRotationPitch) * par9, 0.0F, 0.0F, 1.0F); - Tessellator var18 = Tessellator.instance; - byte b0 = 0; - float f2 = 0.0F; - float f3 = 0.5F; - float f4 = (float)(b0 * 10) / 32.0F; - float f5 = (float)(5 + b0 * 10) / 32.0F; - float f10 = 0.05625F; - GL11.glEnable('\u803a'); - float f11 = - par9; - if(f11 > 0.0F) { - float f = -MathHelper.sin(f11 * 3.0F) * f11; - GL11.glRotatef(f, 0.0F, 0.0F, 1.0F); - } - - GL11.glDisable(2896); - OpenGlHelper.setLightmapTextureCoords(OpenGlHelper.lightmapTexUnit, 240.0F, 240.0F); - GL11.glRotatef(45.0F, 1.0F, 0.0F, 0.0F); - GL11.glScalef(f10, f10, f10); - GL11.glTranslatef(0.0F, 0.0F, 0.0F); - GL11.glNormal3f(f10, 0.0F, 0.0F); - - for(int var19 = 0; var19 < 4; ++var19) { - GL11.glRotatef(90.0F, 1.0F, 0.0F, 0.0F); - GL11.glNormal3f(0.0F, 0.0F, f10); - var18.startDrawingQuads(); - var18.addVertexWithUV(-16.0D, -2.0D, 0.0D, (double)f2, (double)f4); - var18.addVertexWithUV(16.0D, -2.0D, 0.0D, (double)f3, (double)f4); - var18.addVertexWithUV(16.0D, 2.0D, 0.0D, (double)f3, (double)f5); - var18.addVertexWithUV(-16.0D, 2.0D, 0.0D, (double)f2, (double)f5); - var18.draw(); - } - - GL11.glEnable(2896); - GL11.glDisable('\u803a'); - GL11.glPopMatrix(); - } - - @Override - protected ResourceLocation getEntityTexture(Entity par1Entity) { - return textures; - } - - @Override - public void doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9) { - render((projectileEM)par1Entity, par2, par4, par6, par9); - } -} diff --git a/src/main/java/openmodularturrets/tileentity/turret/TileTurretHeadEM.java b/src/main/java/openmodularturrets/tileentity/turret/TileTurretHeadEM.java deleted file mode 100644 index 7c38abd424..0000000000 --- a/src/main/java/openmodularturrets/tileentity/turret/TileTurretHeadEM.java +++ /dev/null @@ -1,74 +0,0 @@ -package openmodularturrets.tileentity.turret; - -import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.thing.item.DebugElementalInstanceContainer_EM; -import net.minecraft.entity.Entity; -import net.minecraft.item.Item; -import net.minecraft.item.ItemStack; -import net.minecraft.world.World; -import openmodularturrets.entity.projectiles.TurretProjectile; -import openmodularturrets.entity.projectiles.projectileEM; -import openmodularturrets.handler.ConfigHandler; -import openmodularturrets.tileentity.turretbase.TileTurretBaseEM; -import openmodularturrets.tileentity.turrets.TurretHead; -import openmodularturrets.util.TurretHeadUtil; - -/** - * Created by Bass on 27/07/2017. - */ -public class TileTurretHeadEM extends TurretHead{ - private cElementalInstanceStackMap hatchContentPointer; - - @Override - public int getTurretRange() { - return ConfigHandler.getLaserTurretSettings().getRange()<<1; - } - - @Override - public int getTurretPowerUsage() { - return ConfigHandler.getLaserTurretSettings().getPowerUsage()<<4; - } - - @Override - public int getTurretFireRate() { - return (int)Math.ceil(ConfigHandler.getLaserTurretSettings().getFireRate()/2f); - } - - @Override - public double getTurretAccuracy() { - return (int)Math.ceil(ConfigHandler.getLaserTurretSettings().getAccuracy() / 10.0F); - } - - @Override - public void updateEntity() { - if(!worldObj.isRemote && base instanceof TileTurretBaseEM) { - hatchContentPointer = ((TileTurretBaseEM) base).getContainerHandler(); - } - super.updateEntity(); - } - - @Override - public boolean requiresAmmo() { - return hatchContentPointer == null || !hatchContentPointer.hasStacks(); - } - - @Override - public boolean requiresSpecificAmmo() { - return true;//to enable failure in shooting when there is no EM to use - } - - @Override - public Item getAmmo() { - return DebugElementalInstanceContainer_EM.INSTANCE;//Placeholder item that cannot be achieved, yet still usable for debug - } - - @Override - public final TurretProjectile createProjectile(World world, Entity target, ItemStack ammo) { - return new projectileEM(world, TurretHeadUtil.getTurretBase(worldObj, xCoord, yCoord, zCoord), hatchContentPointer); - } - - @Override - public String getLaunchSoundEffect() { - return "laser"; - } -} diff --git a/src/main/java/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java b/src/main/java/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java deleted file mode 100644 index 7feb49ef82..0000000000 --- a/src/main/java/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java +++ /dev/null @@ -1,67 +0,0 @@ -package openmodularturrets.tileentity.turretbase; - -import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; -import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputElemental; -import cpw.mods.fml.common.Optional; -import gregtech.api.interfaces.tileentity.IGregTechTileEntity; -import net.minecraft.tileentity.TileEntity; -import net.minecraft.world.World; - -/** - * Created by Bass on 27/07/2017. - */ - -public class TileTurretBaseEM extends TurretBaseTierFiveTileEntity { - public TileTurretBaseEM(int MaxEnergyStorage, int MaxIO) { - super(MaxEnergyStorage, MaxIO); - } - - @Override - @Optional.Method( - modid = "OpenComputers" - ) - public String getComponentName() { - return "turretBaseEM"; - } - - public final cElementalInstanceStackMap getContainerHandler() { - World worldIn = getWorldObj(); - TileEntity te; - if ((te = worldIn.getTileEntity(xCoord + 1, yCoord, zCoord)) instanceof IGregTechTileEntity && - ((IGregTechTileEntity) te).getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_InputElemental) { - return getFromHatch((GT_MetaTileEntity_Hatch_InputElemental) ((IGregTechTileEntity) te).getMetaTileEntity()); - } - - if ((te = worldIn.getTileEntity(xCoord - 1, yCoord, zCoord)) instanceof IGregTechTileEntity && - ((IGregTechTileEntity) te).getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_InputElemental) { - return getFromHatch((GT_MetaTileEntity_Hatch_InputElemental) ((IGregTechTileEntity) te).getMetaTileEntity()); - } - - if ((te = worldIn.getTileEntity(xCoord, yCoord + 1, zCoord)) instanceof IGregTechTileEntity && - ((IGregTechTileEntity) te).getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_InputElemental) { - return getFromHatch((GT_MetaTileEntity_Hatch_InputElemental) ((IGregTechTileEntity) te).getMetaTileEntity()); - } - - if ((te = worldIn.getTileEntity(xCoord, yCoord - 1, zCoord)) instanceof IGregTechTileEntity && - ((IGregTechTileEntity) te).getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_InputElemental) { - return getFromHatch((GT_MetaTileEntity_Hatch_InputElemental) ((IGregTechTileEntity) te).getMetaTileEntity()); - } - - if ((te = worldIn.getTileEntity(xCoord, yCoord, zCoord + 1)) instanceof IGregTechTileEntity && - ((IGregTechTileEntity) te).getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_InputElemental) { - return getFromHatch((GT_MetaTileEntity_Hatch_InputElemental) ((IGregTechTileEntity) te).getMetaTileEntity()); - } - - if ((te = worldIn.getTileEntity(xCoord, yCoord, zCoord - 1)) instanceof IGregTechTileEntity && - ((IGregTechTileEntity) te).getMetaTileEntity() instanceof GT_MetaTileEntity_Hatch_InputElemental) { - return getFromHatch((GT_MetaTileEntity_Hatch_InputElemental) ((IGregTechTileEntity) te).getMetaTileEntity()); - } - - return null; - } - - private cElementalInstanceStackMap getFromHatch(GT_MetaTileEntity_Hatch_InputElemental hatch) { - hatch.updateTexture((byte) 8,(byte) 4); - return hatch.getContainerHandler(); - } -} -- cgit From a66912a98979f1299ee35704068a62931c3ba227 Mon Sep 17 00:00:00 2001 From: Tec Date: Mon, 7 May 2018 06:55:25 +0200 Subject: Grab NH casings fix --- src/main/java/com/github/technus/tectech/loader/MainLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/technus/tectech/loader/MainLoader.java b/src/main/java/com/github/technus/tectech/loader/MainLoader.java index ba84df070a..8a90be4975 100644 --- a/src/main/java/com/github/technus/tectech/loader/MainLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MainLoader.java @@ -126,7 +126,7 @@ public final class MainLoader { ProgressManager.ProgressBar progressBarPostLoad = ProgressManager.push("TecTech Post Loader", 7); progressBarPostLoad.step("Dreamcraft Compatibility"); - if(!Loader.isModLoaded(Reference.DREAMCRAFT)){ + if(Loader.isModLoaded(Reference.DREAMCRAFT)){ try { Class clazz = Class.forName("com.dreammaster.gthandler.casings.GT_Container_CasingsNH"); TT_Container_Casings.sBlockCasingsNH = (Block)clazz.getField("sBlockCasingsNH").get(null); -- cgit From c47fbe1664b292df2b7361c8af9092a358111711 Mon Sep 17 00:00:00 2001 From: Technus Date: Sun, 27 May 2018 09:31:48 +0200 Subject: Add component loader. --- .../github/technus/tectech/loader/MainLoader.java | 3 +++ .../tectech/loader/thing/ComponentLoader.java | 26 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/main/java/com/github/technus/tectech/loader/thing/ComponentLoader.java diff --git a/src/main/java/com/github/technus/tectech/loader/MainLoader.java b/src/main/java/com/github/technus/tectech/loader/MainLoader.java index 8a90be4975..83a1832bc1 100644 --- a/src/main/java/com/github/technus/tectech/loader/MainLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MainLoader.java @@ -11,6 +11,7 @@ import com.github.technus.tectech.loader.gui.CreativeTabTecTech; import com.github.technus.tectech.loader.gui.ModGuiHandler; import com.github.technus.tectech.loader.mechanics.ElementalLoader; import com.github.technus.tectech.loader.recipe.RecipeLoader; +import com.github.technus.tectech.loader.thing.ComponentLoader; import com.github.technus.tectech.loader.thing.MachineLoader; import com.github.technus.tectech.loader.thing.ThingsLoader; import com.github.technus.tectech.thing.casing.TT_Container_Casings; @@ -76,6 +77,8 @@ public final class MainLoader { }catch (Throwable t){ LOGGER.error("Loading textures...",t); } + + new ComponentLoader(); } public static void load() { diff --git a/src/main/java/com/github/technus/tectech/loader/thing/ComponentLoader.java b/src/main/java/com/github/technus/tectech/loader/thing/ComponentLoader.java new file mode 100644 index 0000000000..39b42c1249 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/loader/thing/ComponentLoader.java @@ -0,0 +1,26 @@ +package com.github.technus.tectech.loader.thing; + +import gregtech.api.enums.Materials; +import gregtech.api.interfaces.IMaterialHandler; + +public class ComponentLoader implements IMaterialHandler { + public ComponentLoader(){ + Materials.add(this); + } + + @Override + public void onComponentInit() { + //example + //OrePrefixes.ring.enableComponent(Materials.RedAlloy); + } + + @Override + public void onComponentIteration(Materials materials) { + + } + + @Override + public void onMaterialsInit() { + + } +} -- cgit From c76832e0af36c282e0cde867df85ca05c663149d Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sun, 27 May 2018 10:14:51 +0200 Subject: fix gt build nr. on jenkins --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index ce7c1e3a4e..f1e6f80af1 100644 --- a/build.properties +++ b/build.properties @@ -6,8 +6,8 @@ ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 codechickencore.version=1.0.7.47 nei.version=1.0.5.120 -gregtech.jenkinsbuild=4 -gregtech.version=5.09.32.22 +gregtech.jenkinsbuild=31 +gregtech.version=5.09.32.24 cofhcore.version=[1.7.10]3.1.4-329-dev cofhlib.version=[1.7.10]1.0.3-175-dev -- cgit From 800ba161d060036ae785a3f2ece41bcb941ec4b0 Mon Sep 17 00:00:00 2001 From: Tec Date: Tue, 29 May 2018 20:00:34 +0200 Subject: Add 2 commands and fix the component loader --- .../java/com/github/technus/tectech/TecTech.java | 4 ++ .../github/technus/tectech/loader/MainLoader.java | 3 +- .../technus/tectech/mechanics/ConvertFloat.java | 76 ++++++++++++++++++++++ .../technus/tectech/mechanics/ConvertInteger.java | 76 ++++++++++++++++++++++ .../elementalMatter/core/commands/GiveEM.java | 3 +- 5 files changed, 159 insertions(+), 3 deletions(-) create mode 100644 src/main/java/com/github/technus/tectech/mechanics/ConvertFloat.java create mode 100644 src/main/java/com/github/technus/tectech/mechanics/ConvertInteger.java diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index c289845934..5f6345e941 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -2,6 +2,8 @@ package com.github.technus.tectech; import com.github.technus.tectech.loader.MainLoader; import com.github.technus.tectech.loader.TecTechConfig; +import com.github.technus.tectech.mechanics.ConvertFloat; +import com.github.technus.tectech.mechanics.ConvertInteger; import com.github.technus.tectech.mechanics.elementalMatter.core.commands.GiveEM; import com.github.technus.tectech.mechanics.elementalMatter.core.commands.ListEM; import com.github.technus.tectech.proxy.CommonProxy; @@ -80,6 +82,8 @@ public class TecTech { @Mod.EventHandler public void serverLoad(FMLServerStartingEvent pEvent) { + pEvent.registerServerCommand(new ConvertInteger()); + pEvent.registerServerCommand(new ConvertFloat()); pEvent.registerServerCommand(new ListEM()); if(DEBUG_MODE) { pEvent.registerServerCommand(new GiveEM()); diff --git a/src/main/java/com/github/technus/tectech/loader/MainLoader.java b/src/main/java/com/github/technus/tectech/loader/MainLoader.java index 83a1832bc1..691e457216 100644 --- a/src/main/java/com/github/technus/tectech/loader/MainLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MainLoader.java @@ -57,6 +57,7 @@ public final class MainLoader { GT_Values.VN[i]=VN[i]; GT_Values.VOLTAGE_NAMES[i]=VOLTAGE_NAMES[i]; } + new ComponentLoader(); } public static void preLoad(){ @@ -77,8 +78,6 @@ public final class MainLoader { }catch (Throwable t){ LOGGER.error("Loading textures...",t); } - - new ComponentLoader(); } public static void load() { diff --git a/src/main/java/com/github/technus/tectech/mechanics/ConvertFloat.java b/src/main/java/com/github/technus/tectech/mechanics/ConvertFloat.java new file mode 100644 index 0000000000..8e25b8908a --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/ConvertFloat.java @@ -0,0 +1,76 @@ +package com.github.technus.tectech.mechanics; + +import com.github.technus.tectech.Util; +import net.minecraft.command.ICommand; +import net.minecraft.command.ICommandSender; +import net.minecraft.util.ChatComponentText; +import net.minecraft.util.EnumChatFormatting; + +import java.util.ArrayList; +import java.util.List; + +public class ConvertFloat implements ICommand { + ArrayList aliases=new ArrayList<>(); + + public ConvertFloat(){ + aliases.add("convert_float"); + aliases.add("c_f"); + } + + @Override + public void processCommand(ICommandSender sender, String[] args) { + if (!sender.getEntityWorld().isRemote) { + if(args.length == 1) { + try{ + float value=Float.parseFloat(args[0]); + sender.addChatMessage(new ChatComponentText( + EnumChatFormatting.AQUA.toString()+ EnumChatFormatting.BOLD + + Util.intBitsToShortString(Float.floatToIntBits(value))+" "+ + EnumChatFormatting.RESET+EnumChatFormatting.BLUE +value)); + }catch (Exception e){ + sender.addChatMessage(new ChatComponentText(EnumChatFormatting.RED+"Invalid Float "+args[0])); + } + }else{ + sender.addChatMessage(new ChatComponentText(getCommandUsage(sender))); + } + } + } + + @Override + public boolean isUsernameIndex(String[] p_82358_1_, int p_82358_2_) { + return false; + } + + @Override + public List getCommandAliases() { + return aliases; + } + + @Override + public String getCommandName() { + return aliases.get(0); + } + + @Override + public List addTabCompletionOptions(ICommandSender sender, String[] args) { + return null; + } + + @Override + public String getCommandUsage(ICommandSender p_71518_1_) { + return "c_f Float"; + } + + @Override + public int compareTo(Object o) { + if(o instanceof ICommand){ + return getCommandName().compareTo(((ICommand) o).getCommandName()); + } + return 0; + } + + @Override + public boolean canCommandSenderUseCommand(ICommandSender sender) { + return true; + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/ConvertInteger.java b/src/main/java/com/github/technus/tectech/mechanics/ConvertInteger.java new file mode 100644 index 0000000000..c381f34939 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/mechanics/ConvertInteger.java @@ -0,0 +1,76 @@ +package com.github.technus.tectech.mechanics; + +import com.github.technus.tectech.Util; +import net.minecraft.command.ICommand; +import net.minecraft.command.ICommandSender; +import net.minecraft.util.ChatComponentText; +import net.minecraft.util.EnumChatFormatting; + +import java.util.ArrayList; +import java.util.List; + +public class ConvertInteger implements ICommand { + ArrayList aliases=new ArrayList<>(); + + public ConvertInteger(){ + aliases.add("convert_integer"); + aliases.add("c_i"); + } + + @Override + public void processCommand(ICommandSender sender, String[] args) { + if (!sender.getEntityWorld().isRemote) { + if(args.length == 1) { + try{ + int value=Integer.parseInt(args[0]); + sender.addChatMessage(new ChatComponentText( + EnumChatFormatting.AQUA.toString()+ EnumChatFormatting.BOLD + + Util.intBitsToShortString(value)+" "+ + EnumChatFormatting.RESET+EnumChatFormatting.BLUE +value)); + }catch (Exception e){ + sender.addChatMessage(new ChatComponentText(EnumChatFormatting.RED+"Invalid Integer "+args[0])); + } + }else{ + sender.addChatMessage(new ChatComponentText(getCommandUsage(sender))); + } + } + } + + @Override + public boolean isUsernameIndex(String[] p_82358_1_, int p_82358_2_) { + return false; + } + + @Override + public List getCommandAliases() { + return aliases; + } + + @Override + public String getCommandName() { + return aliases.get(0); + } + + @Override + public List addTabCompletionOptions(ICommandSender sender, String[] args) { + return null; + } + + @Override + public String getCommandUsage(ICommandSender p_71518_1_) { + return "c_i Integer"; + } + + @Override + public int compareTo(Object o) { + if(o instanceof ICommand){ + return getCommandName().compareTo(((ICommand) o).getCommandName()); + } + return 0; + } + + @Override + public boolean canCommandSenderUseCommand(ICommandSender sender) { + return true; + } +} diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/GiveEM.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/GiveEM.java index 8c9f27e03b..ad8d1ad8c8 100644 --- a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/GiveEM.java +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/GiveEM.java @@ -34,6 +34,7 @@ public class GiveEM implements ICommand { public GiveEM(){ aliases.add("em_give"); aliases.add("give_em"); + aliases.add("gib_em"); } @Override @@ -140,7 +141,7 @@ public class GiveEM implements ICommand { @Override public String getCommandUsage(ICommandSender p_71518_1_) { - return "em_give energy count classOrId (count classOrId , ... <) if complex"; + return "em_give Energy Count ClassOrId (Count ClassOrId ... <)"; } @Override -- cgit From 63761dfd5d6d8e65981ec4bed3dc05978bd3f055 Mon Sep 17 00:00:00 2001 From: Tec Date: Sat, 2 Jun 2018 22:04:30 +0200 Subject: Fix graph --- draw.io.graph.xml | 1 - draw_io_graph.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 draw.io.graph.xml create mode 100644 draw_io_graph.xml diff --git a/draw.io.graph.xml b/draw.io.graph.xml deleted file mode 100644 index 69191e915c..0000000000 --- a/draw.io.graph.xml +++ /dev/null @@ -1 +0,0 @@ -7V3dd5s2FP9b+uBz0of1AOLzMXHTtTvr1jXJ1u5NBtlmxcgDHCf76ycBskGSXbAtg2l2utYIBPj+7reurkdgvHiaJXA5X+AARSNDe1pEcToCb0eGMc+y5Qhcj4x35M96vX6zBm9wMiMHuud55J+nebYgcwwyLXgq5hgacMqR52JE13VQjMySMCjHtgNp+B8qB7VydBUGKK1dmGEcZeGyPujjOEZ+VhuDSYLX9cumOKo/dQlnSBhIfRiJo+swyObsa9je9sQchbM5e7RtmcWZCfS/zRK8issHjgwwzf8rTi8gu1n5TdM5DPC6MgRuR2CcYJwVnxZPPoooKIxu24sI9cuz8is3XyJBcdZ6slG+X/bMiIKCGborD3GSzfEMxzC63Y7e5N8b0Tto5CjnDPBWJx/RU5h9ocNvrPLoKzsTZ8lz5RQ9/Fre4B+UZc93BXPAVYbJ0Pa5v2K8LO+RZgn+hv4qgQJkRPzmJTFSvEr88vuU3zCDyQyVV5VcSr9pZVpJoRnCC0Rej1yQoAhm4WOdW2DJdNvrqrTejDYiv6mI/Ea/6a9bSgAgKgE+Vy5Y4jDO0sqd8wGq+co3M0vpZPqLF5zievlk3T3hZMNtMdlwmk8mxwVVDuXQEr1HGK3QRrlon/AaJQLr1hlzPQ8zdLeEOR+sieGpM+s0jKIxjnCSzwWBhdzA3HBZ5YxrTIBt7+O2R5Rk6GkvIzHS6XXS2eVhVfszlV1V/EA7vey7SmRfrwh+Rda/lDO2gp+fO0z06UgA03n+HnpTPQAkekDviyJ2gXowHDVoNFbEMgC0vgAABD1DHqKN8WK5yqiq0cYwDePZAHTORvd3oXRMgcwi38fBNfWtyVGMY7SfghC5U19GQdt30WS6j4Lf5bkKfSwJedhYO9bcWlMGh82RuRCZT8VVjQ365ja7bluI3f7bHgCo9QIoBygwlAAq3FYRoPYLoBygpqsEUOG2igB1XgDlALVNJYAKt1UEKLPnFURB3Ve5WaUCxv13VAAfVxodOiosNKgQ2agT+U9UwHrhVO7UHWQCfXkxaOOoh+WaqmEPI2/3YY+lJO7sVf5VCkBvMrC2qQSAmgQYdRGoHHcIga0GgrY5WD4TCky3hQvATfba5GD57O++yUenUXVFgr5H01byTYzNiJ9ZMpl7FNO1T/7JOBB4/eBAj+NAy2rBgdxkG7TgQKA1n3wCDjyDpuNSnKKtqXHOqdjxYA401fgBrdehOD4AhW5uqMZ4JmqjA03QfPIJOHDEu/Rm7tLHGQzjxWW683x2F5hdBk0vySM+1+BqHJ1Pk2sQbqsq1/CSPeIR9dQk7IXbqkLUfUGUX4LR1aTsxfsqwpQ9poLpH+TwjxWMs9WCfPo5gilxALSbCPvfXl2gmeOzVp2aOVZ3OOCslWyxni3edp80sWwVAOwvWzs8aXIwwRUFqIcoGLE8gpgR7T2OImIlLk+d8F6zpXXpNVtK9AmLhuXsrCY505zdTZHdFUXDh7C7WKbi5JFiGF0gs/O2s1NmtxXxuhrVfWilmydyt93PmmOnVdmwd8LJutaq6Jivld43++hUEQOwogCsEZcq0q6DRxgTrjxKIygwZnaXVcWWq0a+e7SgyDixKt2W0Qvp5vOpjn1EXf++yUdLGNviNGg7IOMU2+4Hp3Bpe8dswymnnKxrbZiUf++9s4/mUgZgxQ7Ygh14F6KoeyvAe3mdWgH27AFnSJjGr1mB3gTs7O0qjEveTcs5MAsXqHN25Z0Wt8tiP1uSAh+Y02LJQpLebH+yRH+b8od2jyK0JGQgT8dx5zzLq9hueVYsUKU1q9pbIt1xGlKu6R3BvC5rTW3JFi96/BARhQgzxNv1ninIbmknlk7QVgs7aVfExn4Pg2Ndb7pyxFfzn4SOYoGEbu6jYz99y26J6ChKIfbIWjN6V6210xtr7Zwrdm9K5b0xfn1d45SAuEoAEUJei0vq6IfsM2qbH7D5OLtNqld442MmA73FZP61900+vqCQ2ZZzLtz1QRXpWj+K922+4KYNn7m8UTtmstkmh+WC5pOPZlL2olwHlfsExukUJwtJH5V0Dpf0I3oiL3ET4NUkP6MLzNvH1U6Lz4N16Km4SvRDr9JgzCupGUY1iyGHML8kSB4Z4yvwmgzercPMnw+b+xvv7lTB/rpxpt2FJ63EYtxb4+je7Bdkb8dxNBka1zeBD4mrHd6f7JarFVUfqnD6mnG8pPbQc3rh4Tn85jitTSRhnXCy2WayzXt4eyYf7+FJe1dtVMJnlCKYUEOn3e1IpA9KOWx2BXShHDzrcnTDgR6fJ7GPXj/iQV5bmG12wzp8fx6Vu2E9JSm0fkUGroRPehMZbFpFD7n1rQwCXVHTy2MTjMA7Jkd4zORWO5Z5y652x7LZi50B3W2al+oQNZ7pIY6XuJWSMMOYLuj9sor94blafHah8S48Jck1cZPGrw9/koGfyP+/xxF9b9qyNaKrqhO68TF/gRQtJvm5BfTnYUxPLhM0RYlksTorUKqQvU7ecnNsFYtyCEbhLCaHPiE2icbBDSVy6MPoujyxCIMgl1YZzieACvDN6SRIeRKkLBVIidUDf3/6WCJ1vUUkKuFASQmHNiU0JUitoixkCPqYqCYcRSghxmWci3maFS9MnhgXcD6GmLbA07JQkgq5YFQNzsGVwbqpr1UugGIxw0b+KkHnC4b7MTT1hhgqEU2xv8PD+50g+nkPbArKlT9HhCC5QqVi+/oHxNGyajhakrzD+XAUXZGH2504wkisDbxgJIRdL5rVobETS1kfPkiQWIcZ/ef2Y80V8RM4zfI+89rVKg4XywjRSjAUvHo9JMT4PSCuzI7JHEm+ScpJcnbiCvnDx32IjSlIeQ/YHwQuk8uF61qXus4TF3UfvjC8ctMDJ/iRStPNwz35+9P1h99evRK7nlwwIJbBAaLLkt6mBBAV1cEsqyfGweNNG5rwv1xgRvQX3rS36N/t2JACZH4totMA2RPXhRgsbgnNLQm+CA7wB0OJsz6NGyKo0Ga6ZgjUHdySURll1GsIe1PP7IlBUFV/3fkwjocmA3wqb+NDd1NSoaiiXIUMHNB8mLF6jf8NNeXjrddhOJNltalkFTSpykrWDRl3GDSnlFciMVEY5Ibs6l4XHXFFcjt1feRLGyFOXIt60ErktrHtUiK32m4XgzZM+hBPV+nQNKfDI9BpMZp+Qb0ImylLXaYsdTVdMw6yVcP31+QYNO7aeobiDdESjMC7PDmzyaUNWes3bu6hxltTtO2pVxJgy7SQGpftEAyAokLDdpUhJ9b8MpoDNV1n27rJLpdxa9X6jt8tdtRkXWvTbYl/772zT7AjUvILAKBIJvnw+WyO4BE9yQ9P9nWrlC0lCmGPI6iPBEeww19X0WWljn3RHdzPRLmtBNjlBVhl40td9vMAuQDfZXASRudMBp/HteKluHFTHzWu1W7HdrPqeB7qI52E046M+p7tAKgoDdkt9VX1lW/j2J5XbRpStdmfQM/YpY5qST56xTivTSIfVstZAgMkWYG/aD1lc46c60kkxT6XpIBdeuovnCzmOBpY/G1z3acbN+NSQ/zh91jeuG51xdSfLCAQq88LAbiO43AeRmfdaNmNp8Ra73YlBWKoeZUXNpZlqgQO2uXh5v3PA4dBNyXljueDQax3HBl2lBM2fCQfZ/Qj+caQ3rWIH8bsCnL3ykWSeavYJ4SBYRxmz23mBTCjRS0huRAX8+CCghdPUvrPrPw9rGk4SWihWHm5Dykj7HjGDh7yYRK0T1CcZaVKCB1dCaPIqvZ0/tcFT8IpkmbaV/m2AAoNeQGY+XNEUYnx+vWoLI0N4+WKRsNFSRJeZbVDQotp/gtEmzOXjxIA3aIkenY5EMuQEDIv8kf0F+XuHz5/vqXVle+vv/4uq65sR/kT0NHjaxEk+yrc85HRaMjstGh1kvN0jLPcdSFGjH6tVRyhXEmtqYaCQUD+Jryehzx0L0Va7rlg+mqSDElXyepZzygEYl1D3RJpX75r5LaXnNSSKKC17XRLbCU/DF7PXDvqmiG0rweT9kxT00HjuxVbm/7IR/30qWN+564qWpQ6uvShDd+Yn+ycLqtODhOMs+rlRIznCxwgesX/ \ No newline at end of file diff --git a/draw_io_graph.xml b/draw_io_graph.xml new file mode 100644 index 0000000000..b5eeb2c2fd --- /dev/null +++ b/draw_io_graph.xml @@ -0,0 +1 @@ +7R1dk5s48rfkwVWTh7tCfPM440wyudrcZjMzu8m9ySDbXDD4MJ6P/fUngWSDJAO2BcbObNVmQDQy9He3Ws3IGC9ePqVwOf+SBCga6VrwMjI+jHQdmLqN/5CR12LEMbRiYJaGAQXaDtyHfyM6yMDWYYBWFcAsSaIsXFYH/SSOkZ9VxmCaJs9VsGkSVX91CWdIGLj3YSSO/hUG2bwYdXVnO36Hwtmc/TKwveLKBPo/Z2myjunvjXRjmv9XXF5ANhd90dUcBslzaci4HRnjNEmy4mjxMkYRwS1DW3Hfxx1XN8+dojhrdYNOnyN7Ze+OAowKepqk2TyZJTGMbrejN/n7ITKDhs/m2SLChwAfopcw+06G/2nRsx/sSpylr6VL5PQHneC/KMteKQ/AdZbgoe3v/pYkSzrHKkuTnxt6GHhEfFuKgFWyTn36PvQNM5jOEIUyiiHypqXbKIY+oWSB8ONhgBRFMAufqkwBKW/NNnBb/OIDimI5us2O0K0PG9/AUo3w/NbrNIWvJYBlEsbZqjTzVzKAAahecqjQUaXkcqLBQYNjoHWzCbwWHh8UL7flqg2WWjEaJcITjNZoowe0r8kzSgUOrPLX8zzM0P0S5uR8xuq9ynPTMIrGSZSk+b1GYCE3MDfMUrri6hPDtuuY5gmlGXqp5Qd61eSQRU+ft6oZsLF5SS0zo3OMxLqdSCwoiWtJQr/TO7biml87TGDJSABX8/w5QFvpNSTSC06lLl2je+Q73WC/tbqUIVw7FcINQW3gSbVxsliuM6I5tDFchfHs/FUIMHvUIaaAVZGt4+Ca+K34LE5iVI8wiNypL0OY7btoMq1DWCNLlfBhSdDBxvYz1E3WcoN5NkMhIPSmGjPq6g0TFWIlTHSARbXeiMgh36saZfdQGoKGidTR0H6jYS0NTVMRDYWJ1NHQeaNhLQ1tTRENhYnU0ZCp/xIRjaqfcbNeCWQdvpOhc1EdcHv0MpibXkKqXkXqn4hS7syx2qfvxmT0/OK/1hEIy86UQxCGzv5DEKuTmG9QGUkpwk+Wk7TNThBe4XC9yuKl8xOi3FaO8oOyklwsZGhurZnm05INeUk+51kFPzrPCDoS1xr9WMrYMObBDh9lHfcoVto/XSbjK8MbBF9xobFBH3UXo3DglteQwDZq4RUwVg9qicv9iYagwhCquOxgxjKVG+WDGIujvEFN1y5O4RmlQWHhuKMOXgFjjXg32czd5DiDYbw4TxfZ5G1In3HHW1alPiJ3bA7Lh0bkwkQKI/K3tEo9Eb2DU9SgYSKFRHTfiFhLRKCpSlKLM6kjI2OQEhn/wKd/rGGcrRf46FMEV9g+azdR4v98d4bmis/o9GqvDEcUigvL6MgWldkq5AkyOnYXCK8vejo8wXAwgtWHfW0RLFm2x5ZAu0uiCCt6lephOp3qvtQiBPbEtrrxZk27T2/W6kQ9sFhTzq3dZDTac7MpcrP6WLM1N4vlEk4eoIXRGfIyb+p6ZWa7I17uRvMeWkDlidxrD7Lg1G5KfRwFDrSGmlOnHv7ozAojRElwrRGXWdGugycYY+46SpLV2xi7z5pSy+1GLAe0xMXQWxZKSx+EUPIJRoffItFQqs3BHy02bOvIRStpGT/Y9jD4gUtQO1o9PxwHDrQGdmu64Wh+Y6QoqWlbUNMfQxSdXknzzlOvWpqpiQvOEzCNXNHSJwtj2dOUGBM/i5ZzWBYu0MnZkfMZnD6ru2z94n0GS+bIn2zviSV6s6T0QntAEVri18a/lsQnZ0leQ/bLk2LFISlC1D5gYY1XIeGKwSHI67N40JbspyHnjxHWZzBDvNkdln7rF1XisjwwalBVBJL+8CJJANouZvA18gehTVx8B2Yd2obp2PWLNKejtNiAbCnL9ZRtqXMyW+r0FeK2xWptKFzNvaskgKuaADtCTi7DAVru5Ng3cja5ULUhX8k/1p7gDKW74Pmn4eCPLxxjlbd9rgwNQW8AbRiF0qa3F/842lHgZkOexrZr4Y9mN0YJroXDQwrj1TRJF5JGDqs5XJJD9IIpdxMk60l+BQhsOMSaEJPviNGjQ+B2ItmDSvUw41+xR/rJHAJJ5DjSx1fGezx4/xxm/vyyubv1HjYV7A30nvZUKa2xYdxZ4diT7ZJiT8NxLB4aV7euXhLXWrwj2S/XdlQ31oW71Y6jJVVjnjMI32qzssKsr93gnLvHwRsN8KZdC3+8dyXtdLMR529ohWBKjJB2vyPTe1GCvdlV2Idge9b5yPWB3pYnsV3eMKIoXtKNho1+llcLf7Qkep3khoble7sSbjiZ7w1AR97gkJpQylAO1DeyU5I2M6z9EmH7wjftuORtrfIdl+YgSqpPt5dXKv/K/b7WkYy4SwzTe0xWjf61jv3Lc3b42Lv1biMlqSWxmv23xz/xwD/w/7/HEXlO0lIxIkt1E7KhK//BFVpM8msL6M/DmFxcpmiKUsmCZ1ZQpYTmKjrpPr8y7ukQjMJZjE99jFwcuxo3BKmhD6NremERBkEujTK6KiAN4JwLWdLPk1DGUkEZccX5P1+/UMpcbykQUfSjlKJfm2IcYsqsoyxkFPMTrGqSKEIpVvzjXGxXWfGA+BfjgnxPYULaWmlZKEkUnDMV+eBRQsbNiq9yARNXwDfyVQrj3mhWTzODiUMTzZSInrjb/PFuJ9H8vOcsIcKVP0cYAbmCJGL5/tejGyMT89UkgXt3ZBM9h8fbnWSDkVj9dcaI57cN2LYoMN3ZKrEY8fGzBPPPYUb+3H6peA5+CqdZ3rZZu1rH4WIZIVINhIJ37y+JQnw1gswKydw8vqvGQTktcbX28UsdgcaEJnlXxl+EOjqXAQZan6rLExccH78z+uSGA06SJyIsN48P+N+v15///e6d2FvhjAnA0gbbmjtZ0teVEEBFfSfLd4lR53jT3AIH4EQgyJy69gH9bzt2SeEon3vvNRz1xHUPRgaXkuIWhz4Y7/AXowpnPVrv01ahnYCmC9i8uCUR6vNXK8tOVpLqiSFIWR/d+zCOL43HhUSY16PmAawX0znw+AGNQBkrV/hb76bid+8VBz7D31DbyCtDDv74FQFNdMfKZsihUojlIAqD3PxcPQDRHe5IGqeuj+SdQSauZVpaN9LY2uIokUZttyNAuq18jqfr1aXpP5vDuNVrORM4o75j7VQekKk8oHxXf3sLc/lelBznrZsudlBMIGrykfExT3FsElD96BAEsBZxZDrEsx0DduRDtW5JoMaH6mgLyqA43JZpFeWOVGucGx2Vq+1XvaBYc8twbCjvEHlYgRqXp2pqg8Vv3NkXHmgNHVz4B+JvULCzTNJC2yjSLT58vSwFyqe/+lWgVifCXOOEgZHghJ3wowJAVhY3ELl3hA8uN8gx/xFJ1f3sgKyfdi6W9xmchFGfSdB+QlJeNlt3E1Hj3Ox2JTerZZekCXlXsl9sd9WVeR9Xsl/lp0uV3+lCJ32XeqmkvQgE++qytl7OUhggycrwWesdk/OwXEsiCXZXkmDs0jt/JelinkS9RbA9IZvrA9u6zY8aZF9+79ONQ1VVNKfLixliDXLB4NdxHM7DqNcNbqfxZDZdNHvicjGgu8rr4WgxI0Y/2el+c/fpwtEONEmVXHdoF8vkRrod5YgMn/DhjBziN4Rk7sJ/HzMIPHsJSHLfOvYxImAYh9nrPvcFMCPFFCEGTIr74IIQK56syJ8Z/ZrLNJykpACJgvuQEH7Hb+zgGR+mwd6c0c/aixCtmRLGkFV/Cc2LDuIMSdPbq7wYnJAC/yDM/DkiVIiT5/cjWkEZxss1CTiL0pdknVVO8btP8+9rbK6cP1U2e3N7ooroeeWIX4YYcXlpNyLfO3p4/PbtllTl3V3/+F1WlXcOmObrixzRHslq7xQhWm/J/qQccpJzeZxkuTOCzRZ5jXUcoVxNPRMdBYMA/4u5Pw9SSI39itbiM401SRVpqy50j8QV6JDJxZX2qiXRvjcaqS3I5VkC2+iXHJ18V7aaAXa623C+f2WStPNTN70IGguJgMORsO339yz+4yX8RIpaGlp8N9eGpoM8PKuVVve1WjFJ9KFwEG9gTHax0c02xYao0WaHQUjecqvYOY7vpVZHUAkSVt2pJYBd3ehkWC0DiQOK1fFpmmBzVyISRsL8SxIgAvF/ \ No newline at end of file -- cgit From 59b0a23784fb13c8daadaf6244e7422e817dd8de Mon Sep 17 00:00:00 2001 From: Спартак Date: Sat, 2 Jun 2018 23:12:37 +0300 Subject: https://raw.githubusercontent.com/Technus/TecTech/master/draw_io_graph.xml --- Untitled Diagram.xml | 1 + 1 file changed, 1 insertion(+) create mode 100644 Untitled Diagram.xml diff --git a/Untitled Diagram.xml b/Untitled Diagram.xml new file mode 100644 index 0000000000..8ba9c2af89 --- /dev/null +++ b/Untitled Diagram.xml @@ -0,0 +1 @@ +jZPLboMwEEW/xstKgBuaLJtH201XidS1AxOwajzIDAnk62uwHYKiSGXD+MyMH/fajG+q7tOIuvzGHBRLorxjfMuSJI6Xqf0NpHckXUUOFEbmvmgCe3kFD0NZK3NoZoWEqEjWc5ih1pDRjAlj8DIvO6Gar1qLAh7APhPqkf7InEpHl8nbxL9AFmVYOU5XLnMU2W9hsNV+PZbw0/i5dCXCXP6gTSlyvNwhvmN8YxDJRVW3ATVoG2RzfR9Psrd9G9D0n4bENZyFav3RD9CR3xv1QQ8aIF+XVCkLYhsaaORVHMeCyI5rlJpG1RdrtthaIlrCxjk7NAglC21jBadhqjMYklbwd48Ja0ubWmRSF4dhsH15tcTvz1ZD9/SM8U05eyMBKyDT2xLfkEZL19IHt7yNl8naV+9Heedq8Ej4y1TcZp4EtYHXNAwn78bc3QPhuz8= \ No newline at end of file -- cgit From 3fee1a7b1a6787dba4801df667ead81ad1d8de4a Mon Sep 17 00:00:00 2001 From: Спартак Date: Sun, 3 Jun 2018 00:08:29 +0300 Subject: Update DreamCraftRecipeLoader.java --- .../compatibility/dreamcraft/DreamCraftRecipeLoader.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index 3f209077e7..622b4c5371 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -70,6 +70,17 @@ public class DreamCraftRecipeLoader implements Runnable { //endregion + //Tunnel + addAssemblerRecipeWithCleanroom(new ItemStack[]{ + CustomItemList.DATApipe.get(1), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Osmiridium, 4), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Osmium, 4), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 2), + ItemList.Field_Generator_MV.get(1), + ItemList.Circuit_Quantummainframe.get(1) + }, Materials.Osmium.getMolten(288), CustomItemList.EMpipe.get(1), 400, 491520); + + //endregoin //region casing -- cgit From 853266cf0139c46b4ae1afb0280591c4cfcaf462 Mon Sep 17 00:00:00 2001 From: Спартак Date: Sun, 3 Jun 2018 00:09:42 +0300 Subject: Update BloodyRecipeLoader.java --- .../technus/tectech/loader/recipe/BloodyRecipeLoader.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java index 7999b719e1..6e3a95aaad 100644 --- a/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java @@ -38,6 +38,18 @@ public class BloodyRecipeLoader implements Runnable { }, Materials.Polytetrafluoroethylene.getMolten(144), CustomItemList.DATApipe.get(1), 200, 30720); //endregion + + //Tunnel + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ + CustomItemList.DATApipe.get(1), + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Osmiridium, 4), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Osmium, 4), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 2), + ItemList.Field_Generator_MV.get(1), + ItemList.Circuit_Quantummainframe.get(1) + }, Materials.Osmium.getMolten(288), CustomItemList.EMpipe.get(1), 400, 491520); + + //endregoin //region casing -- cgit From 5a30da75ef25f50398ccef2e9ceb9698f5f7125a Mon Sep 17 00:00:00 2001 From: Tec Date: Sat, 2 Jun 2018 23:34:52 +0200 Subject: Revert " https://raw.githubusercontent.com/Technus/TecTech/master/draw_io_graph.xml" This reverts commit 59b0a23784fb13c8daadaf6244e7422e817dd8de. --- Untitled Diagram.xml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Untitled Diagram.xml diff --git a/Untitled Diagram.xml b/Untitled Diagram.xml deleted file mode 100644 index 8ba9c2af89..0000000000 --- a/Untitled Diagram.xml +++ /dev/null @@ -1 +0,0 @@ -jZPLboMwEEW/xstKgBuaLJtH201XidS1AxOwajzIDAnk62uwHYKiSGXD+MyMH/fajG+q7tOIuvzGHBRLorxjfMuSJI6Xqf0NpHckXUUOFEbmvmgCe3kFD0NZK3NoZoWEqEjWc5ih1pDRjAlj8DIvO6Gar1qLAh7APhPqkf7InEpHl8nbxL9AFmVYOU5XLnMU2W9hsNV+PZbw0/i5dCXCXP6gTSlyvNwhvmN8YxDJRVW3ATVoG2RzfR9Psrd9G9D0n4bENZyFav3RD9CR3xv1QQ8aIF+XVCkLYhsaaORVHMeCyI5rlJpG1RdrtthaIlrCxjk7NAglC21jBadhqjMYklbwd48Ja0ubWmRSF4dhsH15tcTvz1ZD9/SM8U05eyMBKyDT2xLfkEZL19IHt7yNl8naV+9Heedq8Ej4y1TcZp4EtYHXNAwn78bc3QPhuz8= \ No newline at end of file -- cgit From f1a574b84d0bfec000eb4ed5e5466c4b40f98219 Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Sat, 7 Jul 2018 15:10:10 +0200 Subject: Recipes for TecTech Dynamo Hatches #325 https://github.com/GTNewHorizons/NewHorizons/issues/3251 --- .../dreamcraft/DreamCraftRecipeLoader.java | 36 ++++++++++++++-------- 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index 622b4c5371..d73e654b18 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -165,18 +165,30 @@ public class DreamCraftRecipeLoader implements Runnable { //region hatches - //Dynamo Hatches UV-UIV - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, Materials.Silver.getMolten(1000), CustomItemList.eM_dynamomulti4_UV.get(1), 100, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_MAX_UV.get(1), CustomItemList.eM_dynamomulti4_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, Materials.Electrum.getMolten(1000), CustomItemList.eM_dynamomulti16_UV.get(1), 200, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UHV_UV").get(1), CustomItemList.eM_dynamomulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1000), CustomItemList.eM_dynamomulti64_UV.get(1), 400, 122880); - - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_MAX.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, Materials.Silver.getMolten(2000), CustomItemList.eM_dynamomulti4_UHV.get(1), 100, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2000), CustomItemList.eM_dynamomulti16_UHV.get(1), 200, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2000), CustomItemList.eM_dynamomulti64_UHV.get(1), 400, 500000); - - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Hatch_Dynamo_UEV").get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 2)}, Materials.Silver.getMolten(4000), CustomItemList.eM_dynamomulti4_UEV.get(1), 100, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 4)}, Materials.Electrum.getMolten(4000), CustomItemList.eM_dynamomulti16_UEV.get(1), 200, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti16_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 6)}, Materials.Tungsten.getMolten(4000), CustomItemList.eM_dynamomulti64_UEV.get(1), 400, 2000000); + //Dynamo Hatches IV-UIV + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_IV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Tungsten, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 2)}, Materials.Silver.getMolten(144), CustomItemList.eM_dynamomulti4_IV.get(1), 100, 1920); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_LuV_IV.get(1), CustomItemList.eM_dynamomulti4_IV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Tungsten, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 4)}, Materials.Electrum.getMolten(144), CustomItemList.eM_dynamomulti16_IV.get(1), 200, 1920); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_LuV_IV").get(1), CustomItemList.eM_dynamomulti16_IV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Tungsten, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.TungstenSteel, 6)}, Materials.Tungsten.getMolten(144), CustomItemList.eM_dynamomulti64_IV.get(1), 400, 1920); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_LuV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.VanadiumGallium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 2)}, Materials.Silver.getMolten(288), CustomItemList.eM_dynamomulti4_LuV.get(1), 100, 7680); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_ZPM_LuV.get(1), CustomItemList.eM_dynamomulti4_LuV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.VanadiumGallium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 4)}, Materials.Electrum.getMolten(288), CustomItemList.eM_dynamomulti16_LuV.get(1), 200, 7680); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_ZPM_LuV").get(1), CustomItemList.eM_dynamomulti16_LuV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.VanadiumGallium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Chrome, 6)}, Materials.Tungsten.getMolten(288), CustomItemList.eM_dynamomulti64_LuV.get(1), 400, 7680); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_ZPM.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Naquadah, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 2)}, Materials.Silver.getMolten(576), CustomItemList.eM_dynamomulti4_ZPM.get(1), 100, 30720); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_UV_ZPM.get(1), CustomItemList.eM_dynamomulti4_ZPM.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Naquadah, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 4)}, Materials.Electrum.getMolten(576), CustomItemList.eM_dynamomulti16_ZPM.get(1), 200, 30720); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UV_ZPM").get(1), CustomItemList.eM_dynamomulti16_ZPM.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Naquadah, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 6)}, Materials.Tungsten.getMolten(576), CustomItemList.eM_dynamomulti64_ZPM.get(1), 400, 30720); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, Materials.Silver.getMolten(1152), CustomItemList.eM_dynamomulti4_UV.get(1), 100, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_MAX_UV.get(1), CustomItemList.eM_dynamomulti4_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, Materials.Electrum.getMolten(1152), CustomItemList.eM_dynamomulti16_UV.get(1), 200, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UHV_UV").get(1), CustomItemList.eM_dynamomulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1152), CustomItemList.eM_dynamomulti64_UV.get(1), 400, 122880); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_MAX.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, Materials.Silver.getMolten(2304), CustomItemList.eM_dynamomulti4_UHV.get(1), 100, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2304), CustomItemList.eM_dynamomulti16_UHV.get(1), 200, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2304), CustomItemList.eM_dynamomulti64_UHV.get(1), 400, 500000); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Hatch_Dynamo_UEV").get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 2)}, Materials.Silver.getMolten(4608), CustomItemList.eM_dynamomulti4_UEV.get(1), 100, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 4)}, Materials.Electrum.getMolten(4608), CustomItemList.eM_dynamomulti16_UEV.get(1), 200, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti16_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 6)}, Materials.Tungsten.getMolten(4608), CustomItemList.eM_dynamomulti64_UEV.get(1), 400, 2000000); //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Hatch_Dynamo_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 2)}, Materials.Silver.getMolten(8000), CustomItemList.eM_dynamomulti4_UIV.get(1), 100, 8000000); //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UMV_UIV.get(1), CustomItemList.eM_dynamomulti4_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 4)}, Materials.Electrum.getMolten(8000), CustomItemList.eM_dynamomulti16_UIV.get(1), 200, 8000000); -- cgit From 19bddf8a6498c51935e7326ec7f68af5bdb8e4ec Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Sat, 7 Jul 2018 15:11:41 +0200 Subject: bump version --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index f1e6f80af1..69b41a8338 100644 --- a/build.properties +++ b/build.properties @@ -1,6 +1,6 @@ minecraft.version=1.7.10 forge.version=10.13.4.1614-1.7.10 -tectech.version=3.6.5 +tectech.version=3.6.6 ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 -- cgit From 7b18bef2b643230d03d60c1db5d73d6c2c96c20f Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Sat, 7 Jul 2018 15:13:57 +0200 Subject: update dependencies on gregtech build --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 69b41a8338..43d13923a6 100644 --- a/build.properties +++ b/build.properties @@ -6,8 +6,8 @@ ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 codechickencore.version=1.0.7.47 nei.version=1.0.5.120 -gregtech.jenkinsbuild=31 -gregtech.version=5.09.32.24 +gregtech.jenkinsbuild=63 +gregtech.version=5.09.32.29 cofhcore.version=[1.7.10]3.1.4-329-dev cofhlib.version=[1.7.10]1.0.3-175-dev -- cgit From 8fc8dfa2671362c8421775fe6a24244374cae841 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 8 Jul 2018 21:47:16 +0200 Subject: Init work on collider --- .gitignore | 1 + .idea/misc.xml | 4 -- .../java/com/github/technus/tectech/TecTech.java | 11 ++- .../dreamcraft/NoDreamCraftMachineLoader.java | 2 +- .../openmodularturrets/TT_turret_loader.java | 2 +- .../blocks/turretbases/TurretBaseEM.java | 2 +- .../blocks/turretheads/TurretHeadEM.java | 2 +- .../blocks/turretheads/TurretHeadItemRenderEM.java | 2 +- .../GT_MetaTileEntity_EM_essentiaDequantizer.java | 2 +- .../GT_MetaTileEntity_EM_essentiaQuantizer.java | 2 +- .../github/technus/tectech/loader/MainLoader.java | 34 ++++++--- .../tectech/loader/entity/EntityLoader.java | 2 +- .../tectech/loader/thing/MachineLoader.java | 18 ++--- .../technus/tectech/loader/thing/ThingsLoader.java | 6 +- .../definitions/complex/atom/dAtomDefinition.java | 2 +- .../tectech/nei/TT_NEI_ResearchHandler.java | 2 +- .../technus/tectech/nei/TT_NEI_ScannerHandler.java | 2 +- .../github/technus/tectech/proxy/ClientProxy.java | 4 +- .../thing/item/ConstructableTriggerItem.java | 2 +- .../item/ElementalDefinitionScanStorage_EM.java | 2 +- .../tectech/thing/metaTileEntity/Textures.java | 2 +- .../hatch/GT_MetaTileEntity_Hatch_Rack.java | 2 +- .../multi/GT_MetaTileEntity_EM_collider.java | 83 ++++++++++++++++++++-- .../multi/GT_MetaTileEntity_EM_decay.java | 6 +- .../multi/GT_MetaTileEntity_EM_infuser.java | 2 +- .../multi/GT_MetaTileEntity_EM_quantizer.java | 2 +- .../multi/GT_MetaTileEntity_EM_switch.java | 2 +- .../base/GT_MetaTileEntity_MultiblockBase_EM.java | 32 +++++---- .../single/GT_MetaTileEntity_BuckConverter.java | 2 +- 29 files changed, 165 insertions(+), 72 deletions(-) delete mode 100644 .idea/misc.xml diff --git a/.gitignore b/.gitignore index 45a1e006b5..0dd8fcec0e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ SetupDevWorkspaces.bat .idea/workspace.xml *.db *.log +.idea/ diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index e49dbb92bf..0000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 5f6345e941..989968c170 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -10,7 +10,10 @@ import com.github.technus.tectech.proxy.CommonProxy; import cpw.mods.fml.common.Loader; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.SidedProxy; -import cpw.mods.fml.common.event.*; +import cpw.mods.fml.common.event.FMLInitializationEvent; +import cpw.mods.fml.common.event.FMLPostInitializationEvent; +import cpw.mods.fml.common.event.FMLPreInitializationEvent; +import cpw.mods.fml.common.event.FMLServerStartingEvent; import eu.usrv.yamcore.auxiliary.IngameErrorLog; import eu.usrv.yamcore.auxiliary.LogHelper; @@ -73,6 +76,7 @@ public class TecTech { hasCOFH = Loader.isModLoaded(Reference.COFHCORE); MainLoader.load(); + MainLoader.addAfterPostLoad(); } @Mod.EventHandler @@ -89,9 +93,4 @@ public class TecTech { pEvent.registerServerCommand(new GiveEM()); } } - - @Mod.EventHandler - public void onServerAboutToStart(FMLServerAboutToStartEvent ev) { - - } } diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java index f79a11cc7b..53a64a52ae 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java @@ -1,8 +1,8 @@ package com.github.technus.tectech.compatibility.dreamcraft; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Util; -import com.github.technus.tectech.Reference; import com.github.technus.tectech.thing.CustomItemList; import com.github.technus.tectech.thing.metaTileEntity.single.GT_MetaTileEntity_WetTransformer; import cpw.mods.fml.common.Loader; diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java index 2ab7a37ecd..d03f1bd1c6 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/TT_turret_loader.java @@ -5,11 +5,11 @@ import com.github.technus.tectech.compatibility.openmodularturrets.blocks.turret import com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads.TurretHeadRenderEM; import com.github.technus.tectech.compatibility.openmodularturrets.entity.projectiles.projectileEM; import com.github.technus.tectech.compatibility.openmodularturrets.entity.projectiles.projectileRenderEM; +import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turret.TileTurretHeadEM; import cpw.mods.fml.client.registry.ClientRegistry; import cpw.mods.fml.client.registry.RenderingRegistry; import net.minecraft.item.Item; import net.minecraftforge.client.MinecraftForgeClient; -import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turret.TileTurretHeadEM; public class TT_turret_loader implements Runnable { @Override diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseEM.java index 10a5aba625..9da3b82b40 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseEM.java +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseEM.java @@ -1,6 +1,7 @@ package com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretbases; import com.github.technus.tectech.Reference; +import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turretbase.TileTurretBaseEM; import cpw.mods.fml.common.registry.GameRegistry; import net.minecraft.block.Block; import net.minecraft.client.renderer.texture.IIconRegister; @@ -8,7 +9,6 @@ import net.minecraft.tileentity.TileEntity; import net.minecraft.world.World; import openmodularturrets.blocks.turretbases.BlockAbstractTurretBase; import openmodularturrets.handler.ConfigHandler; -import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turretbase.TileTurretBaseEM; import static com.github.technus.tectech.loader.gui.CreativeTabTecTech.creativeTabTecTech; diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadEM.java index 1e34af422e..7b7167b915 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadEM.java +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadEM.java @@ -1,5 +1,6 @@ package com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads; +import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turret.TileTurretHeadEM; import cpw.mods.fml.common.registry.GameRegistry; import net.minecraft.block.Block; import net.minecraft.block.ITileEntityProvider; @@ -8,7 +9,6 @@ import net.minecraft.entity.EnumCreatureType; import net.minecraft.tileentity.TileEntity; import net.minecraft.world.IBlockAccess; import net.minecraft.world.World; -import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turret.TileTurretHeadEM; import openmodularturrets.tileentity.turretbase.TurretBase; import static com.github.technus.tectech.loader.gui.CreativeTabTecTech.creativeTabTecTech; diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java index ceca057900..b44a939df3 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemRenderEM.java @@ -1,9 +1,9 @@ package com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads; +import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turret.TileTurretHeadEM; import net.minecraft.item.ItemStack; import net.minecraftforge.client.IItemRenderer; import openmodularturrets.client.render.models.ModelLaserTurret; -import com.github.technus.tectech.compatibility.openmodularturrets.tileentity.turret.TileTurretHeadEM; import org.lwjgl.opengl.GL11; /** diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java index 981dc7f375..84cd28b7c9 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java @@ -22,8 +22,8 @@ import net.minecraft.util.EnumChatFormatting; import net.minecraft.util.ResourceLocation; import net.minecraftforge.common.util.ForgeDirection; -import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.CommonValues.V; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.EssentiaCompat.essentiaContainerCompat; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java index 67f99316b4..d45060c758 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java @@ -22,8 +22,8 @@ import net.minecraft.util.EnumChatFormatting; import net.minecraft.util.ResourceLocation; import net.minecraftforge.common.util.ForgeDirection; -import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.CommonValues.V; +import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.compatibility.thaumcraft.thing.metaTileEntity.multi.EssentiaCompat.essentiaContainerCompat; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBlockCasingsTT; diff --git a/src/main/java/com/github/technus/tectech/loader/MainLoader.java b/src/main/java/com/github/technus/tectech/loader/MainLoader.java index 691e457216..48c297c5f9 100644 --- a/src/main/java/com/github/technus/tectech/loader/MainLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MainLoader.java @@ -16,6 +16,7 @@ import com.github.technus.tectech.loader.thing.MachineLoader; import com.github.technus.tectech.loader.thing.ThingsLoader; import com.github.technus.tectech.thing.casing.TT_Container_Casings; import com.github.technus.tectech.thing.metaTileEntity.Textures; +import com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_collider; import com.github.technus.tectech.thing.metaTileEntity.multi.base.network.RotationPacketDispatcher; import cpw.mods.fml.common.Loader; import cpw.mods.fml.common.ProgressManager; @@ -27,6 +28,7 @@ import gregtech.api.enums.GT_Values; import gregtech.api.enums.Materials; import gregtech.api.util.GT_ModHandler; import gregtech.api.util.GT_Recipe; +import gregtech.api.util.GT_Utility; import net.minecraft.block.Block; import net.minecraft.item.ItemStack; import net.minecraft.util.DamageSource; @@ -34,6 +36,7 @@ import net.minecraftforge.fluids.Fluid; import net.minecraftforge.fluids.FluidStack; import java.util.Arrays; +import java.util.Collection; import java.util.HashMap; import java.util.HashSet; @@ -125,7 +128,7 @@ public final class MainLoader { } public static void postLoad() { - ProgressManager.ProgressBar progressBarPostLoad = ProgressManager.push("TecTech Post Loader", 7); + ProgressManager.ProgressBar progressBarPostLoad = ProgressManager.push("TecTech Post Loader", 6); progressBarPostLoad.step("Dreamcraft Compatibility"); if(Loader.isModLoaded(Reference.DREAMCRAFT)){ @@ -162,13 +165,6 @@ public final class MainLoader { registerExtraHazmats(); TecTech.LOGGER.info("Hazmat additions done"); - - progressBarPostLoad.step("Nerf fusion recipes"); - if (TecTech.configTecTech.NERF_FUSION) { - FixBrokenFusionRecipes(); - } - TecTech.LOGGER.info("Fusion nerf done"); - progressBarPostLoad.step("Nerf blocks blast resistance"); fixBlocks(); TecTech.LOGGER.info("Blocks nerf done"); @@ -248,6 +244,18 @@ public final class MainLoader { //todo add GC GS stuff } + public static void addAfterPostLoad() { + GregTech_API.sAfterGTPostload.add(new Runnable() { + @Override + public void run() { + if(TecTech.configTecTech.NERF_FUSION) { + FixBrokenFusionRecipes(); + } + GT_MetaTileEntity_EM_collider.heliumPlasmaValue = getFuelValue(Materials.Helium.getPlasma(125)); + } + }); + } + private static void FixBrokenFusionRecipes() { HashMap binds = new HashMap<>(); for (Materials material : Materials.values()) { @@ -287,6 +295,16 @@ public final class MainLoader { } } + public static int getFuelValue(FluidStack aLiquid) { + if (aLiquid == null || GT_Recipe.GT_Recipe_Map.sTurbineFuels == null) return 0; + FluidStack tLiquid; + Collection tRecipeList = GT_Recipe.GT_Recipe_Map.sPlasmaFuels.mRecipeList; + if (tRecipeList != null) for (GT_Recipe tFuel : tRecipeList) + if ((tLiquid = GT_Utility.getFluidForFilledItem(tFuel.getRepresentativeInput(0), true)) != null) + if (aLiquid.isFluidEqual(tLiquid)) return tFuel.mSpecialValue; + return 0; + } + private static void fixBlocks(){ HashSet modIDs=new HashSet<>(Arrays.asList( "minecraft", diff --git a/src/main/java/com/github/technus/tectech/loader/entity/EntityLoader.java b/src/main/java/com/github/technus/tectech/loader/entity/EntityLoader.java index db352adce3..209d7ccd39 100644 --- a/src/main/java/com/github/technus/tectech/loader/entity/EntityLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/entity/EntityLoader.java @@ -1,9 +1,9 @@ package com.github.technus.tectech.loader.entity; import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.compatibility.openmodularturrets.entity.projectiles.projectileEM; import cpw.mods.fml.common.Loader; import cpw.mods.fml.common.registry.EntityRegistry; -import com.github.technus.tectech.compatibility.openmodularturrets.entity.projectiles.projectileEM; /** * Created by Tec on 30.07.2017. diff --git a/src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java b/src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java index 1e85b363e5..c1b78523c5 100644 --- a/src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java @@ -296,15 +296,15 @@ public class MachineLoader implements Runnable { Machine_OwnerDetector.set(new GT_MetaTileEntity_OwnerDetector(15480, "machine.tt.ownerdetector", "Owner detector", 3).getStackForm(1L)); Machine_DataReader.set(new GT_MetaTileEntity_DataReader(15481, "machine.tt.datareader", "Data Reader", 5).getStackForm(1L)); - Machine_BuckConverter_IV.set(new GT_MetaTileEntity_BuckConverter(15485, "machine.tt.buck", "Insane Buck Converter", 5).getStackForm(1L)); - Machine_BuckConverter_LuV.set(new GT_MetaTileEntity_BuckConverter(15486, "machine.tt.buck", "Ludicrous Buck Converter", 6).getStackForm(1L)); - Machine_BuckConverter_ZPM.set(new GT_MetaTileEntity_BuckConverter(15487, "machine.tt.buck", "ZPM Voltage Buck Converter", 7).getStackForm(1L)); - Machine_BuckConverter_UV.set(new GT_MetaTileEntity_BuckConverter(15488, "machine.tt.buck", "Ultimate Power Buck Converter", 8).getStackForm(1L)); - Machine_BuckConverter_UHV.set(new GT_MetaTileEntity_BuckConverter(15489, "machine.tt.buck", "Highly Ultimate Buck Converter", 9).getStackForm(1L)); - Machine_BuckConverter_UEV.set(new GT_MetaTileEntity_BuckConverter(15490, "machine.tt.buck", "Extremely Ultimate Buck Converter", 10).getStackForm(1L)); - Machine_BuckConverter_UIV.set(new GT_MetaTileEntity_BuckConverter(15491, "machine.tt.buck", "Insanely Ultimate Buck Converter", 11).getStackForm(1L)); - Machine_BuckConverter_UMV.set(new GT_MetaTileEntity_BuckConverter(15492, "machine.tt.buck", "Mega Ultimate Buck Converter", 12).getStackForm(1L)); - Machine_BuckConverter_UXV.set(new GT_MetaTileEntity_BuckConverter(15493, "machine.tt.buck", "Extended Mega Ultimate Buck Converter", 13).getStackForm(1L)); + Machine_BuckConverter_IV.set(new GT_MetaTileEntity_BuckConverter(15485, "machine.tt.buck.05", "Insane Buck Converter", 5).getStackForm(1L)); + Machine_BuckConverter_LuV.set(new GT_MetaTileEntity_BuckConverter(15486, "machine.tt.buck.06", "Ludicrous Buck Converter", 6).getStackForm(1L)); + Machine_BuckConverter_ZPM.set(new GT_MetaTileEntity_BuckConverter(15487, "machine.tt.buck.07", "ZPM Voltage Buck Converter", 7).getStackForm(1L)); + Machine_BuckConverter_UV.set(new GT_MetaTileEntity_BuckConverter(15488, "machine.tt.buck.08", "Ultimate Power Buck Converter", 8).getStackForm(1L)); + Machine_BuckConverter_UHV.set(new GT_MetaTileEntity_BuckConverter(15489, "machine.tt.buck.09", "Highly Ultimate Buck Converter", 9).getStackForm(1L)); + Machine_BuckConverter_UEV.set(new GT_MetaTileEntity_BuckConverter(15490, "machine.tt.buck.10", "Extremely Ultimate Buck Converter", 10).getStackForm(1L)); + Machine_BuckConverter_UIV.set(new GT_MetaTileEntity_BuckConverter(15491, "machine.tt.buck.11", "Insanely Ultimate Buck Converter", 11).getStackForm(1L)); + Machine_BuckConverter_UMV.set(new GT_MetaTileEntity_BuckConverter(15492, "machine.tt.buck.12", "Mega Ultimate Buck Converter", 12).getStackForm(1L)); + Machine_BuckConverter_UXV.set(new GT_MetaTileEntity_BuckConverter(15493, "machine.tt.buck.13", "Extended Mega Ultimate Buck Converter", 13).getStackForm(1L)); // =================================================================================================== // Debug Stuff diff --git a/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java b/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java index 6293d70ae1..b422688a70 100644 --- a/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java @@ -1,7 +1,9 @@ package com.github.technus.tectech.loader.thing; -import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Reference; +import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretbases.TurretBaseEM; +import com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads.TurretHeadEM; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.block.QuantumStuffBlock; import com.github.technus.tectech.thing.block.ReactorSimBlock; @@ -13,8 +15,6 @@ import com.github.technus.tectech.thing.item.*; import cpw.mods.fml.common.Loader; import gregtech.api.enums.Textures; import gregtech.api.interfaces.ITexture; -import com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretbases.TurretBaseEM; -import com.github.technus.tectech.compatibility.openmodularturrets.blocks.turretheads.TurretHeadEM; import static com.github.technus.tectech.TecTech.tectechTexturePage1; diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java index a1d4640460..16a668dfe3 100644 --- a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java @@ -1,9 +1,9 @@ package com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Util; import com.github.technus.tectech.XSTR; -import com.github.technus.tectech.Reference; import com.github.technus.tectech.compatibility.gtpp.GtppAtomLoader; import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDecay; import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalDefinitionStackMap; diff --git a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java index 2d520d521e..a797a65d09 100644 --- a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java +++ b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java @@ -7,8 +7,8 @@ import codechicken.nei.guihook.GuiContainerManager; import codechicken.nei.guihook.IContainerInputHandler; import codechicken.nei.guihook.IContainerTooltipHandler; import codechicken.nei.recipe.*; -import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Reference; +import com.github.technus.tectech.TecTech; import com.github.technus.tectech.recipe.TT_recipe; import cpw.mods.fml.common.event.FMLInterModComms; import gregtech.api.enums.OrePrefixes; diff --git a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java index 3f907154bb..8154816cfc 100644 --- a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java +++ b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java @@ -7,8 +7,8 @@ import codechicken.nei.guihook.GuiContainerManager; import codechicken.nei.guihook.IContainerInputHandler; import codechicken.nei.guihook.IContainerTooltipHandler; import codechicken.nei.recipe.*; -import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Reference; +import com.github.technus.tectech.TecTech; import com.github.technus.tectech.recipe.TT_recipe; import cpw.mods.fml.common.event.FMLInterModComms; import gregtech.api.enums.OrePrefixes; diff --git a/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java b/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java index b936de00fc..255cf56e96 100644 --- a/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java +++ b/src/main/java/com/github/technus/tectech/proxy/ClientProxy.java @@ -1,7 +1,8 @@ package com.github.technus.tectech.proxy; -import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Reference; +import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.compatibility.openmodularturrets.TT_turret_loader; import com.github.technus.tectech.entity.fx.BlockHint; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.block.QuantumGlassRender; @@ -22,7 +23,6 @@ import net.minecraft.util.AxisAlignedBB; import net.minecraft.util.ChatComponentText; import net.minecraft.world.World; import net.minecraftforge.common.util.ForgeDirection; -import com.github.technus.tectech.compatibility.openmodularturrets.TT_turret_loader; import org.lwjgl.opengl.GL11; public class ClientProxy extends CommonProxy { diff --git a/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java b/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java index 64efffb627..efb9e6d644 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java +++ b/src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java @@ -23,8 +23,8 @@ import net.minecraftforge.common.util.FakePlayer; import java.util.HashMap; import java.util.List; -import static com.github.technus.tectech.Util.StructureBuilder; import static com.github.technus.tectech.Reference.MODID; +import static com.github.technus.tectech.Util.StructureBuilder; import static gregtech.api.GregTech_API.sBlockCasings1; /** diff --git a/src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java b/src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java index 989af34749..97371e2449 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java @@ -3,8 +3,8 @@ package com.github.technus.tectech.thing.item; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Util; -import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; import com.github.technus.tectech.loader.gui.ModGuiHandler; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; import com.github.technus.tectech.thing.CustomItemList; import cpw.mods.fml.common.registry.GameRegistry; import cpw.mods.fml.relauncher.Side; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java index b636fd7e5e..99ff2bea97 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java @@ -6,7 +6,7 @@ import gregtech.api.interfaces.ITexture; import gregtech.api.objects.GT_RenderedTexture; import gregtech.api.objects.GT_SidedTexture; -import static gregtech.api.enums.Dyes.*; +import static gregtech.api.enums.Dyes.MACHINE_METAL; import static gregtech.api.enums.Textures.BlockIcons.*; public class Textures { diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java index fbdd63ed7f..7cc61dc87f 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java @@ -1,9 +1,9 @@ package com.github.technus.tectech.thing.metaTileEntity.hatch; import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.Reference; import com.github.technus.tectech.TecTech; import com.github.technus.tectech.Util; -import com.github.technus.tectech.Reference; import com.github.technus.tectech.thing.metaTileEntity.hatch.gui.GT_Container_Rack; import com.github.technus.tectech.thing.metaTileEntity.hatch.gui.GT_GUIContainer_Rack; import cpw.mods.fml.common.Loader; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java index fe3aba323d..eb029d8726 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java @@ -32,8 +32,13 @@ import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBloc public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockBase_EM implements IConstructable { private static Textures.BlockIcons.CustomIcon ScreenOFF; private static Textures.BlockIcons.CustomIcon ScreenON; + public static long heliumPlasmaValue; + private byte eTier = 0; + protected long startupCost=10_000_000_000L; + protected double currentVelocity=-1,targetVelocity=-1; + //region Structure //use multi A energy inputs, use less power the longer it runs private static final String[][] shape = new String[][]{ @@ -115,13 +120,17 @@ public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockB @Override public void saveNBTData(NBTTagCompound aNBT) { super.saveNBTData(aNBT); - aNBT.setByte("eTier", eTier); + aNBT.setByte("eTier", eTier);//collider tier + aNBT.setDouble("eCurrentVelocity",currentVelocity); + aNBT.setDouble("eTargetVelocity",targetVelocity); } @Override public void loadNBTData(NBTTagCompound aNBT) { super.loadNBTData(aNBT); - eTier = aNBT.getByte("eTier"); + eTier = aNBT.getByte("eTier");//collider tier + currentVelocity=aNBT.getDouble("eCurrentVelocity"); + targetVelocity=aNBT.getDouble("eTargetVelocity"); } @Override @@ -165,16 +174,17 @@ public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockB public void construct(int stackSize, boolean hintsOnly) { IGregTechTileEntity iGregTechTileEntity=getBaseMetaTileEntity(); int xDir = ForgeDirection.getOrientation(iGregTechTileEntity.getBackFacing()).offsetX*4; + int yDir = ForgeDirection.getOrientation(iGregTechTileEntity.getBackFacing()).offsetY*4; int zDir = ForgeDirection.getOrientation(iGregTechTileEntity.getBackFacing()).offsetZ*4; if(hintsOnly){ TecTech.proxy.hint_particle(iGregTechTileEntity.getWorld(), iGregTechTileEntity.getXCoord()+xDir, - iGregTechTileEntity.getYCoord(), + iGregTechTileEntity.getYCoord()+yDir, iGregTechTileEntity.getZCoord()+zDir, TT_Container_Casings.sHintCasingsTT,12); } else{ if(iGregTechTileEntity.getBlockOffset(xDir,0,zDir).getMaterial() == Material.air) { - iGregTechTileEntity.getWorld().setBlock(iGregTechTileEntity.getXCoord() + xDir, iGregTechTileEntity.getYCoord(), iGregTechTileEntity.getZCoord() + zDir, TT_Container_Casings.sHintCasingsTT, 12, 2); + iGregTechTileEntity.getWorld().setBlock(iGregTechTileEntity.getXCoord() + xDir, iGregTechTileEntity.getYCoord()+yDir, iGregTechTileEntity.getZCoord() + zDir, TT_Container_Casings.sHintCasingsTT, 12, 2); } } if ((stackSize & 1) == 1) { @@ -184,6 +194,69 @@ public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockB } } + @Override + protected void parametersLoadDefault_EM() { + //setParameterPairIn_ClearOut(0,false,) + } + + @Override + public void parametersOutAndStatusesWrite_EM(boolean machineBusy) { + //setStatusOfParameterIn(0,0,); + } + + @Override + public boolean checkRecipe_EM(ItemStack itemStack) { + GT_MetaTileEntity_EM_collider partner=getPartner(); + if(partner==null){ + return false; + } + if(isMaster()){ + + }else{ + + } + return false; + } + + @Override + protected void afterRecipeCheckFailed() { + currentVelocity=-1; + super.afterRecipeCheckFailed(); + } + + @Override + public void stopMachine() { + currentVelocity=-1; + super.stopMachine(); + } + + protected GT_MetaTileEntity_EM_collider getPartner(){ + IGregTechTileEntity iGregTechTileEntity=getBaseMetaTileEntity(); + int xDir = ForgeDirection.getOrientation(iGregTechTileEntity.getBackFacing()).offsetX*4; + int yDir = ForgeDirection.getOrientation(iGregTechTileEntity.getBackFacing()).offsetY*4; + int zDir = ForgeDirection.getOrientation(iGregTechTileEntity.getBackFacing()).offsetZ*4; + IGregTechTileEntity gregTechTileEntity=iGregTechTileEntity.getIGregTechTileEntityOffset(iGregTechTileEntity.getXCoord()+xDir, + iGregTechTileEntity.getYCoord()+yDir, + iGregTechTileEntity.getZCoord()+zDir); + return gregTechTileEntity instanceof GT_MetaTileEntity_EM_collider && ((GT_MetaTileEntity_EM_collider) gregTechTileEntity).mMachine && gregTechTileEntity.getBackFacing()==iGregTechTileEntity.getFrontFacing() ? (GT_MetaTileEntity_EM_collider)gregTechTileEntity:null; + } + + protected final boolean isMaster(){ + return getBaseMetaTileEntity().getFrontFacing()%2==0; + } + + @Override + public void outputAfterRecipe_EM(){ + if(outputEM!=null) { + for(int i=0,lim=Math.min(outputEM.length,eOutputHatches.size());i0; if (busy) {//write from buffer to hatches only for (GT_MetaTileEntity_Hatch_Param hatch : eParamHatches) { @@ -1993,7 +1999,7 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt //endregion - //region convinience copies input and output EM + //region convenience copies input and output EM //new Method public final cElementalInstanceStackMap getInputsClone_EM(){ cElementalInstanceStackMap in=new cElementalInstanceStackMap(); @@ -2711,7 +2717,7 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt } } - //CALLBACK from hatcher adders + //CALLBACK from hatches adders public boolean addThing(String methodName, IGregTechTileEntity igt, int casing) { try { return (boolean) adderMethodMap.get(methodName).invoke(this, igt, casing); diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java index 3faf583630..f2648d2c2f 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/single/GT_MetaTileEntity_BuckConverter.java @@ -29,7 +29,7 @@ public class GT_MetaTileEntity_BuckConverter extends GT_MetaTileEntity_TieredMac public int EUT=0,AMP=0; public GT_MetaTileEntity_BuckConverter(int aID, String aName, String aNameRegional, int aTier) { - super(aID, aName, aNameRegional, aTier, 0, "Power from nothing"); + super(aID, aName, aNameRegional, aTier, 0, "Electronic voltage regulator"); Util.setTier(aTier,this); } -- cgit From 9a7fb0614aa93de9ebb33635d95a5c6bc1ad7537 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 8 Jul 2018 21:50:09 +0200 Subject: Remove duplicate recipes. --- .../dreamcraft/DreamCraftRecipeLoader.java | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index d73e654b18..34f44ac899 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -177,24 +177,7 @@ public class DreamCraftRecipeLoader implements Runnable { GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_ZPM.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Naquadah, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 2)}, Materials.Silver.getMolten(576), CustomItemList.eM_dynamomulti4_ZPM.get(1), 100, 30720); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_UV_ZPM.get(1), CustomItemList.eM_dynamomulti4_ZPM.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Naquadah, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 4)}, Materials.Electrum.getMolten(576), CustomItemList.eM_dynamomulti16_ZPM.get(1), 200, 30720); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UV_ZPM").get(1), CustomItemList.eM_dynamomulti16_ZPM.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Naquadah, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 6)}, Materials.Tungsten.getMolten(576), CustomItemList.eM_dynamomulti64_ZPM.get(1), 400, 30720); - - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, Materials.Silver.getMolten(1152), CustomItemList.eM_dynamomulti4_UV.get(1), 100, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_MAX_UV.get(1), CustomItemList.eM_dynamomulti4_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, Materials.Electrum.getMolten(1152), CustomItemList.eM_dynamomulti16_UV.get(1), 200, 122880); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UHV_UV").get(1), CustomItemList.eM_dynamomulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1152), CustomItemList.eM_dynamomulti64_UV.get(1), 400, 122880); - - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_MAX.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, Materials.Silver.getMolten(2304), CustomItemList.eM_dynamomulti4_UHV.get(1), 100, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2304), CustomItemList.eM_dynamomulti16_UHV.get(1), 200, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2304), CustomItemList.eM_dynamomulti64_UHV.get(1), 400, 500000); - - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Hatch_Dynamo_UEV").get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 2)}, Materials.Silver.getMolten(4608), CustomItemList.eM_dynamomulti4_UEV.get(1), 100, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 4)}, Materials.Electrum.getMolten(4608), CustomItemList.eM_dynamomulti16_UEV.get(1), 200, 2000000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti16_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 6)}, Materials.Tungsten.getMolten(4608), CustomItemList.eM_dynamomulti64_UEV.get(1), 400, 2000000); - - //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Hatch_Dynamo_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 2)}, Materials.Silver.getMolten(8000), CustomItemList.eM_dynamomulti4_UIV.get(1), 100, 8000000); - //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UMV_UIV.get(1), CustomItemList.eM_dynamomulti4_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 4)}, Materials.Electrum.getMolten(8000), CustomItemList.eM_dynamomulti16_UIV.get(1), 200, 8000000); - //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UMV_UIV.get(1), CustomItemList.eM_dynamomulti16_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 6)}, Materials.Tungsten.getMolten(8000), CustomItemList.eM_dynamomulti64_UIV.get(1), 400, 8000000); - - //Energy Hatches UV-UIV + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Energy_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, Materials.Silver.getMolten(1000), CustomItemList.eM_energymulti4_UV.get(1), 100, 122880); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_MAX_UV.get(1), CustomItemList.eM_energymulti4_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, Materials.Electrum.getMolten(1000), CustomItemList.eM_energymulti16_UV.get(1), 200, 122880); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UHV_UV").get(1), CustomItemList.eM_energymulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1000), CustomItemList.eM_energymulti64_UV.get(1), 400, 122880); -- cgit From dd5a96252f0c8e79bb20bca0c2299544a2c078b6 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 8 Jul 2018 21:54:08 +0200 Subject: Revert "Remove duplicate recipes." This reverts commit 9a7fb0614aa93de9ebb33635d95a5c6bc1ad7537. --- .../dreamcraft/DreamCraftRecipeLoader.java | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index 34f44ac899..d73e654b18 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -177,7 +177,24 @@ public class DreamCraftRecipeLoader implements Runnable { GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_ZPM.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Naquadah, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 2)}, Materials.Silver.getMolten(576), CustomItemList.eM_dynamomulti4_ZPM.get(1), 100, 30720); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_UV_ZPM.get(1), CustomItemList.eM_dynamomulti4_ZPM.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Naquadah, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 4)}, Materials.Electrum.getMolten(576), CustomItemList.eM_dynamomulti16_ZPM.get(1), 200, 30720); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UV_ZPM").get(1), CustomItemList.eM_dynamomulti16_ZPM.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Naquadah, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iridium, 6)}, Materials.Tungsten.getMolten(576), CustomItemList.eM_dynamomulti64_ZPM.get(1), 400, 30720); - + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, Materials.Silver.getMolten(1152), CustomItemList.eM_dynamomulti4_UV.get(1), 100, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_MAX_UV.get(1), CustomItemList.eM_dynamomulti4_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, Materials.Electrum.getMolten(1152), CustomItemList.eM_dynamomulti16_UV.get(1), 200, 122880); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UHV_UV").get(1), CustomItemList.eM_dynamomulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1152), CustomItemList.eM_dynamomulti64_UV.get(1), 400, 122880); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_MAX.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, Materials.Silver.getMolten(2304), CustomItemList.eM_dynamomulti4_UHV.get(1), 100, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2304), CustomItemList.eM_dynamomulti16_UHV.get(1), 200, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2304), CustomItemList.eM_dynamomulti64_UHV.get(1), 400, 500000); + + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Hatch_Dynamo_UEV").get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 2)}, Materials.Silver.getMolten(4608), CustomItemList.eM_dynamomulti4_UEV.get(1), 100, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 4)}, Materials.Electrum.getMolten(4608), CustomItemList.eM_dynamomulti16_UEV.get(1), 200, 2000000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti16_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 6)}, Materials.Tungsten.getMolten(4608), CustomItemList.eM_dynamomulti64_UEV.get(1), 400, 2000000); + + //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Hatch_Dynamo_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 2)}, Materials.Silver.getMolten(8000), CustomItemList.eM_dynamomulti4_UIV.get(1), 100, 8000000); + //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.Transformer_UMV_UIV.get(1), CustomItemList.eM_dynamomulti4_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 4)}, Materials.Electrum.getMolten(8000), CustomItemList.eM_dynamomulti16_UIV.get(1), 200, 8000000); + //GT_Values.RA.ADD_ASSEMBLER_RECIPE(new ItemStack[]{com.dreammaster.gthandler.CustomItemList.WetTransformer_UMV_UIV.get(1), CustomItemList.eM_dynamomulti16_UIV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NetherStar, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.BlackPlutonium, 6)}, Materials.Tungsten.getMolten(8000), CustomItemList.eM_dynamomulti64_UIV.get(1), 400, 8000000); + + //Energy Hatches UV-UIV GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Energy_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 2)}, Materials.Silver.getMolten(1000), CustomItemList.eM_energymulti4_UV.get(1), 100, 122880); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Transformer_MAX_UV.get(1), CustomItemList.eM_energymulti4_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 4)}, Materials.Electrum.getMolten(1000), CustomItemList.eM_energymulti16_UV.get(1), 200, 122880); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UHV_UV").get(1), CustomItemList.eM_energymulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1000), CustomItemList.eM_energymulti64_UV.get(1), 400, 122880); -- cgit From ab8138014f6a98939823f33dde88384fea460d19 Mon Sep 17 00:00:00 2001 From: Richard Hendricks Date: Sun, 22 Jul 2018 03:06:38 -0500 Subject: Fix dyes (#11) * Remove writes to GT Dyes enum because it caues problems with trying to remove MACHINE_METAL tinting. * Use latest version of Gregtech from Jenkins. --- build.properties | 2 +- .../java/com/github/technus/tectech/loader/MainLoader.java | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/build.properties b/build.properties index 43d13923a6..51bc0e15bc 100644 --- a/build.properties +++ b/build.properties @@ -7,7 +7,7 @@ codechickenlib.version=1.1.3.140 codechickencore.version=1.0.7.47 nei.version=1.0.5.120 gregtech.jenkinsbuild=63 -gregtech.version=5.09.32.29 +gregtech.version=5.09.32.31 cofhcore.version=[1.7.10]3.1.4-329-dev cofhlib.version=[1.7.10]1.0.3-175-dev diff --git a/src/main/java/com/github/technus/tectech/loader/MainLoader.java b/src/main/java/com/github/technus/tectech/loader/MainLoader.java index 48c297c5f9..0b9dd8c74c 100644 --- a/src/main/java/com/github/technus/tectech/loader/MainLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MainLoader.java @@ -64,16 +64,6 @@ public final class MainLoader { } public static void preLoad(){ - //Set proper values in gt arrays - dyeLightBlue.mRGBa[0]=96; - dyeLightBlue.mRGBa[1]=128; - dyeLightBlue.mRGBa[2]=255; - dyeBlue.mRGBa[0]=0; - dyeBlue.mRGBa[1]=32; - dyeBlue.mRGBa[2]=255; - MACHINE_METAL.mRGBa[0]=210; - MACHINE_METAL.mRGBa[1]=220; - MACHINE_METAL.mRGBa[2]=255; //set expanded texture arrays for tiers try { -- cgit From fd30701bc4919364ff16256d19af6bd333accecc Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Sun, 22 Jul 2018 10:22:34 +0200 Subject: bump jenkins build --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index 51bc0e15bc..6c98e7b008 100644 --- a/build.properties +++ b/build.properties @@ -6,7 +6,7 @@ ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 codechickencore.version=1.0.7.47 nei.version=1.0.5.120 -gregtech.jenkinsbuild=63 +gregtech.jenkinsbuild=93 gregtech.version=5.09.32.31 cofhcore.version=[1.7.10]3.1.4-329-dev cofhlib.version=[1.7.10]1.0.3-175-dev -- cgit From 75584c6b6ddbca089d912061a2ab93d36a455b5a Mon Sep 17 00:00:00 2001 From: Tec Date: Sat, 11 Aug 2018 21:38:32 +0200 Subject: Push some collider work and change plasma nerf behaviour. --- .../java/com/github/technus/tectech/TecTech.java | 2 +- .../definitions/dComplexAspectDefinition.java | 8 + .../github/technus/tectech/loader/MainLoader.java | 20 +- .../core/cElementalInstanceStackMap.java | 7 +- .../core/cElementalMutableDefinitionStackMap.java | 2 +- .../core/stacks/cElementalInstanceStack.java | 16 + .../core/templates/cElementalPrimitive.java | 4 + .../core/transformations/bTransformationInfo.java | 18 +- .../definitions/complex/atom/dAtomDefinition.java | 148 ++++--- .../complex/hadron/dHadronDefinition.java | 16 +- .../item/DebugElementalInstanceContainer_EM.java | 32 ++ .../multi/GT_MetaTileEntity_EM_collider.java | 443 +++++++++++++++++++-- .../base/GT_MetaTileEntity_MultiblockBase_EM.java | 56 +-- .../pipe/GT_MetaTileEntity_Pipe_Laser.java | 5 + .../textures/blocks/iconsets/EM_COLLIDER.png | Bin 463 -> 582 bytes .../blocks/iconsets/EM_COLLIDER_ACTIVE.png | Bin 856 -> 1007 bytes .../blocks/iconsets/EM_COLLIDER_ACTIVE_SLAVE.png | Bin 0 -> 874 bytes .../iconsets/EM_COLLIDER_ACTIVE_SLAVE.png.mcmeta | 5 + .../textures/blocks/iconsets/EM_COLLIDER_SLAVE.png | Bin 0 -> 465 bytes .../blocks/iconsets/EM_COLLIDER_SLAVE.png.mcmeta | 5 + 20 files changed, 623 insertions(+), 164 deletions(-) create mode 100644 src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Laser.java create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_ACTIVE_SLAVE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_ACTIVE_SLAVE.png.mcmeta create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_SLAVE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_SLAVE.png.mcmeta diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 989968c170..6f1c4fc7a0 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -76,7 +76,7 @@ public class TecTech { hasCOFH = Loader.isModLoaded(Reference.COFHCORE); MainLoader.load(); - MainLoader.addAfterPostLoad(); + MainLoader.addAfterGregTechPostLoadRunner(); } @Mod.EventHandler diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java index 433a3a2697..95671f2515 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java @@ -110,6 +110,10 @@ public final class dComplexAspectDefinition extends cElementalDefinition impleme @Override public NBTTagCompound toNBT() { + return getNbtTagCompound(nbtType, aspectStacks); + } + + public static NBTTagCompound getNbtTagCompound(byte nbtType, cElementalDefinitionStackMap aspectStacks) { NBTTagCompound nbt = new NBTTagCompound(); nbt.setByte("t", nbtType); cElementalDefinitionStack[] quarkStacksValues = aspectStacks.values(); @@ -248,6 +252,10 @@ public final class dComplexAspectDefinition extends cElementalDefinition impleme return -96; } + public static byte getClassTypeStatic(){ + return -96; + } + @Override public int hashCode() { return hash; diff --git a/src/main/java/com/github/technus/tectech/loader/MainLoader.java b/src/main/java/com/github/technus/tectech/loader/MainLoader.java index 48c297c5f9..04b354f737 100644 --- a/src/main/java/com/github/technus/tectech/loader/MainLoader.java +++ b/src/main/java/com/github/technus/tectech/loader/MainLoader.java @@ -244,14 +244,14 @@ public final class MainLoader { //todo add GC GS stuff } - public static void addAfterPostLoad() { + public static void addAfterGregTechPostLoadRunner() { GregTech_API.sAfterGTPostload.add(new Runnable() { @Override public void run() { if(TecTech.configTecTech.NERF_FUSION) { FixBrokenFusionRecipes(); } - GT_MetaTileEntity_EM_collider.heliumPlasmaValue = getFuelValue(Materials.Helium.getPlasma(125)); + GT_MetaTileEntity_EM_collider.setValues(getFuelValue(Materials.Helium.getPlasma(125))); } }); } @@ -290,7 +290,21 @@ public final class MainLoader { if (DEBUG_MODE) { LOGGER.info("Nerfing Recipe " + r.mFluidOutputs[0].getUnlocalizedName()); } - r.mFluidOutputs[0] = new FluidStack(fluid, r.mFluidInputs[0].amount); + r.mFluidOutputs[0] = new FluidStack(fluid, r.mFluidOutputs[0].amount); + } + fluid = binds.get(r.mFluidInputs[0].getFluid()); + if (fluid != null) { + if (DEBUG_MODE) { + LOGGER.info("Fixing plasma use in Recipe " + r.mFluidInputs[0].getUnlocalizedName()); + } + r.mFluidInputs[0] = new FluidStack(fluid, r.mFluidInputs[0].amount); + } + fluid = binds.get(r.mFluidInputs[1].getFluid()); + if (fluid != null) { + if (DEBUG_MODE) { + LOGGER.info("Fixing plasma use in Recipe " + r.mFluidInputs[1].getUnlocalizedName()); + } + r.mFluidInputs[1] = new FluidStack(fluid, r.mFluidInputs[1].amount); } } } diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalInstanceStackMap.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalInstanceStackMap.java index 799b1f183f..bfbe93bb4f 100644 --- a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalInstanceStackMap.java +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalInstanceStackMap.java @@ -313,7 +313,7 @@ public final class cElementalInstanceStackMap implements Comparable var = map.values(); - return var.toArray(new cElementalInstanceStack[var.size()])[i]; + return var.toArray(new cElementalInstanceStack[0])[i]; } public String[] getElementalInfo() { @@ -339,12 +339,12 @@ public final class cElementalInstanceStackMap implements Comparable var = map.values(); - return var.toArray(new cElementalInstanceStack[var.size()]); + return var.toArray(new cElementalInstanceStack[0]); } public iElementalDefinition[] keys() { Set var = map.keySet(); - return var.toArray(new iElementalDefinition[var.size()]); + return var.toArray(new iElementalDefinition[0]); } public float getMass() { @@ -406,7 +406,6 @@ public final class cElementalInstanceStackMap implements Comparable lines, int capabilities, long energyLevel) { if(Util.areBitsSet(SCAN_GET_CLASS_TYPE, capabilities)) { diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/bTransformationInfo.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/bTransformationInfo.java index 01e5571f23..367b412201 100644 --- a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/bTransformationInfo.java +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/bTransformationInfo.java @@ -10,6 +10,7 @@ import net.minecraftforge.fluids.FluidStack; import net.minecraftforge.oredict.OreDictionary; import java.util.HashMap; +import java.util.HashSet; /** * Created by Tec on 26.05.2017. @@ -24,11 +25,7 @@ public class bTransformationInfo { public static final HashMap oredictQuantization=new HashMap<>(32); public HashMap oredictDequantization; - public bTransformationInfo(){ - fluidDequantization=new HashMap<>(); - itemDequantization=new HashMap<>(); - oredictDequantization=new HashMap<>(); - } + public static final HashSet stacksRegistered=new HashSet<>(); public bTransformationInfo(int fluidCap,int itemCap, int oreCap){ if(fluidCap>0) { @@ -45,49 +42,58 @@ public class bTransformationInfo { public void addFluid(iHasElementalDefinition em, FluidStack fluidStack){ fluidQuantization.put(fluidStack.getFluidID(),new aFluidQuantizationInfo(fluidStack,em)); fluidDequantization.put(em.getDefinition(),new aFluidDequantizationInfo(em,fluidStack)); + stacksRegistered.add(em.getDefinition()); } public void addFluid(iHasElementalDefinition em ,int fluidID,int fluidAmount) { fluidQuantization.put(fluidID,new aFluidQuantizationInfo(fluidID,fluidAmount,em)); fluidDequantization.put(em.getDefinition(),new aFluidDequantizationInfo(em,fluidID,fluidAmount)); + stacksRegistered.add(em.getDefinition()); } public void addFluid(iHasElementalDefinition em, Fluid fluid, int fluidAmount){ fluidQuantization.put(fluid.getID(),new aFluidQuantizationInfo(fluid,fluidAmount,em)); fluidDequantization.put(em.getDefinition(),new aFluidDequantizationInfo(em,fluid,fluidAmount)); + stacksRegistered.add(em.getDefinition()); } - public void addItemQuantization(aItemQuantizationInfo aIQI){ + private void addItemQuantization(aItemQuantizationInfo aIQI){ itemQuantization.put(aIQI,aIQI); } public void addItem(iHasElementalDefinition em, ItemStack itemStack, boolean skipNBT){ addItemQuantization(new aItemQuantizationInfo(itemStack,skipNBT,em)); itemDequantization.put(em.getDefinition(),new aItemDequantizationInfo(em,itemStack)); + stacksRegistered.add(em.getDefinition()); } public void addItem(iHasElementalDefinition em, OrePrefixes prefix, Materials material, int amount, boolean skipNBT){ addItemQuantization(new aItemQuantizationInfo(prefix,material,amount,skipNBT,em)); itemDequantization.put(em.getDefinition(),new aItemDequantizationInfo(em,prefix,material,amount)); + stacksRegistered.add(em.getDefinition()); } public void addOredict(iHasElementalDefinition em, int id, int qty){ oredictQuantization.put(id,new aOredictQuantizationInfo(id,qty,em)); oredictDequantization.put(em.getDefinition(),new aOredictDequantizationInfo(em,id,qty)); + stacksRegistered.add(em.getDefinition()); } public void addOredict(iHasElementalDefinition em, String name, int qty){ oredictQuantization.put(OreDictionary.getOreID(name),new aOredictQuantizationInfo(name,qty,em)); oredictDequantization.put(em.getDefinition(),new aOredictDequantizationInfo(em,name,qty)); + stacksRegistered.add(em.getDefinition()); } public void addOredict(iHasElementalDefinition em, OrePrefixes prefix, Materials material, int qty){ oredictQuantization.put(OreDictionary.getOreID(prefix.name() + material.mName),new aOredictQuantizationInfo(prefix,material,qty,em)); oredictDequantization.put(em.getDefinition(),new aOredictDequantizationInfo(em,prefix,material,qty)); + stacksRegistered.add(em.getDefinition()); } public void addOredict(iHasElementalDefinition em, OrePrefixes prefix, String materialName, int qty){ oredictQuantization.put(OreDictionary.getOreID(prefix.name() + materialName),new aOredictQuantizationInfo(prefix,materialName,qty,em)); oredictDequantization.put(em.getDefinition(),new aOredictDequantizationInfo(em,prefix,materialName,qty)); + stacksRegistered.add(em.getDefinition()); } } diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java index 16a668dfe3..5f191a4274 100644 --- a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java @@ -27,6 +27,7 @@ import net.minecraft.nbt.NBTTagCompound; import java.util.*; import static com.github.technus.tectech.XSTR.XSTR_INSTANCE; +import static com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.dComplexAspectDefinition.getNbtTagCompound; import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eBosonDefinition.boson_Y__; import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eBosonDefinition.deadEnd; @@ -462,28 +463,28 @@ public final class dAtomDefinition extends cElementalDefinition { case "D": { if (withThis.removeAllAmounts(false, deuterium.definition.getSubParticles())){ withThis.putReplace(deuterium); - decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_unsafeMightLeaveExposedElementalTree())); + decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; } } break; case "3H": { if (withThis.removeAllAmounts(false, tritium.definition.getSubParticles())){ withThis.putReplace(tritium); - decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_unsafeMightLeaveExposedElementalTree())); + decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; } } break; case "3HE": { if (withThis.removeAllAmounts(false, helium_3.definition.getSubParticles())){ withThis.putReplace(helium_3); - decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_unsafeMightLeaveExposedElementalTree())); + decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; } } break; case "8BE": { if (withThis.removeAllAmounts(false, beryllium_8.definition.getSubParticles())){ withThis.putReplace(beryllium_8); - decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_unsafeMightLeaveExposedElementalTree())); + decaysList.add(new cElementalDecay(decay.chance,withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; } } break; @@ -491,8 +492,8 @@ public final class dAtomDefinition extends cElementalDefinition { if (withThis.removeAllAmounts(false, carbon_14.definition.getSubParticles())){ newStuff.putReplace(carbon_14); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -505,8 +506,8 @@ public final class dAtomDefinition extends cElementalDefinition { if (withThis.removeAllAmounts(false, neon_24.definition.getSubParticles())){ newStuff.putReplace(neon_24); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -519,8 +520,8 @@ public final class dAtomDefinition extends cElementalDefinition { if (withThis.removeAllAmounts(false, silicon_34.definition.getSubParticles())){ newStuff.putReplace(silicon_34); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -533,8 +534,8 @@ public final class dAtomDefinition extends cElementalDefinition { if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n2,dHadronDefinition.hadron_p2)){ newStuff.putReplace(alpha); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -549,8 +550,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eLeptonDefinition.lepton_e_1); newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -565,8 +566,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eLeptonDefinition.lepton_e_2); newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -581,8 +582,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eLeptonDefinition.lepton_e1); newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -597,8 +598,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eLeptonDefinition.lepton_e2); newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_2); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -612,8 +613,8 @@ public final class dAtomDefinition extends cElementalDefinition { withThis.putUnify(dHadronDefinition.hadron_n1); newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -627,8 +628,8 @@ public final class dAtomDefinition extends cElementalDefinition { withThis.putUnify(dHadronDefinition.hadron_n2); newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -643,8 +644,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eLeptonDefinition.lepton_e_1); newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -659,8 +660,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); newStuff.putReplace(alpha); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -676,8 +677,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); newStuff.putReplace(dHadronDefinition.hadron_p1); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -693,8 +694,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); newStuff.putReplace(dHadronDefinition.hadron_p2); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -709,8 +710,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); newStuff.putReplace(alpha); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -726,8 +727,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); newStuff.putReplace(dHadronDefinition.hadron_n1); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -743,8 +744,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); newStuff.putReplace(dHadronDefinition.hadron_n2); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -759,8 +760,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eNeutrinoDefinition.lepton_Ve_1); newStuff.putReplace(dHadronDefinition.hadron_p1); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -774,8 +775,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); newStuff.putReplace(alpha); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -790,8 +791,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); newStuff.putReplace(dHadronDefinition.hadron_p1); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -806,8 +807,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eNeutrinoDefinition.lepton_Ve1); newStuff.putReplace(dHadronDefinition.hadron_p2); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -822,8 +823,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); newStuff.putReplace(dHadronDefinition.hadron_p3); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -836,8 +837,8 @@ public final class dAtomDefinition extends cElementalDefinition { if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n1)){ newStuff.putReplace(dHadronDefinition.hadron_n1); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -850,8 +851,8 @@ public final class dAtomDefinition extends cElementalDefinition { if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_n2)){ newStuff.putReplace(dHadronDefinition.hadron_n2); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -864,8 +865,8 @@ public final class dAtomDefinition extends cElementalDefinition { if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p1)){ newStuff.putReplace(dHadronDefinition.hadron_p1); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -878,8 +879,8 @@ public final class dAtomDefinition extends cElementalDefinition { if (withThis.removeAllAmounts(false, dHadronDefinition.hadron_p2)){ newStuff.putReplace(dHadronDefinition.hadron_p2); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -975,8 +976,8 @@ public final class dAtomDefinition extends cElementalDefinition { newStuff.putReplace(eNeutrinoDefinition.lepton_Ve2); newStuff.putReplace(eBosonDefinition.boson_Y__1); try{ - newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_unsafeMightLeaveExposedElementalTree()).getStackForm(1)); - decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_unsafeMightLeaveExposedElementalTree())); + newStuff.putReplace(new dAtomDefinition(withThis.toImmutable_optimized_unsafeLeavesExposedElementalTree()).getStackForm(1)); + decaysList.add(new cElementalDecay(decay.chance,newStuff.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; }catch (Exception e){ if(DEBUG_MODE) { @@ -1000,7 +1001,7 @@ public final class dAtomDefinition extends cElementalDefinition { cElementalMutableDefinitionStackMap tree = elementalStacks.toMutable(); if (tree.removeAmount(false, emit)) { try { - decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), emit)); + decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_optimized_unsafeLeavesExposedElementalTree()), 1), emit)); return true; } catch (Exception e) { if (DEBUG_MODE) { @@ -1015,7 +1016,7 @@ public final class dAtomDefinition extends cElementalDefinition { cElementalMutableDefinitionStackMap tree = elementalStacks.toMutable(); if (tree.removeAllAmounts(false, alpha.definition.getSubParticles())) { try { - decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), alpha)); + decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_optimized_unsafeLeavesExposedElementalTree()), 1), alpha)); return true; } catch (Exception e) { if (DEBUG_MODE) { @@ -1031,7 +1032,7 @@ public final class dAtomDefinition extends cElementalDefinition { if (tree.removeAmount(false, dHadronDefinition.hadron_n1)) { try { tree.putUnify(dHadronDefinition.hadron_p1); - decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), eLeptonDefinition.lepton_e1, eNeutrinoDefinition.lepton_Ve_1)); + decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_optimized_unsafeLeavesExposedElementalTree()), 1), eLeptonDefinition.lepton_e1, eNeutrinoDefinition.lepton_Ve_1)); return true; } catch (Exception e) { if (DEBUG_MODE) { @@ -1047,7 +1048,7 @@ public final class dAtomDefinition extends cElementalDefinition { if (tree.removeAmount(false, dHadronDefinition.hadron_p1)) { try { tree.putUnify(dHadronDefinition.hadron_n1); - decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), eLeptonDefinition.lepton_e_1, eNeutrinoDefinition.lepton_Ve1)); + decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_optimized_unsafeLeavesExposedElementalTree()), 1), eLeptonDefinition.lepton_e_1, eNeutrinoDefinition.lepton_Ve1)); return true; } catch (Exception e) { if (DEBUG_MODE) { @@ -1063,7 +1064,7 @@ public final class dAtomDefinition extends cElementalDefinition { if (tree.removeAllAmounts(false, dHadronDefinition.hadron_p1,eLeptonDefinition.lepton_e1)) { try { tree.putUnify(dHadronDefinition.hadron_n1); - decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_unsafeMightLeaveExposedElementalTree()), 1), eNeutrinoDefinition.lepton_Ve1)); + decaysList.add(new cElementalDecay((float) 1, new cElementalDefinitionStack(new dAtomDefinition(tree.toImmutable_optimized_unsafeLeavesExposedElementalTree()), 1), eNeutrinoDefinition.lepton_Ve1)); return true; } catch (Exception e) { if (DEBUG_MODE) { @@ -1112,9 +1113,9 @@ public final class dAtomDefinition extends cElementalDefinition { } try { - particles.putReplace(new cElementalDefinitionStack(new dAtomDefinition(fissile.toImmutable_unsafeMightLeaveExposedElementalTree()),1)); - particles.putReplace(new cElementalDefinitionStack(new dAtomDefinition(heavy.toImmutable_unsafeMightLeaveExposedElementalTree()),1)); - decaysList.add(new cElementalDecay(probability, particles.toImmutable_unsafeMightLeaveExposedElementalTree())); + particles.putReplace(new cElementalDefinitionStack(new dAtomDefinition(fissile.toImmutable_optimized_unsafeLeavesExposedElementalTree()),1)); + particles.putReplace(new cElementalDefinitionStack(new dAtomDefinition(heavy.toImmutable_optimized_unsafeLeavesExposedElementalTree()),1)); + decaysList.add(new cElementalDecay(probability, particles.toImmutable_optimized_unsafeLeavesExposedElementalTree())); return true; } catch (Exception e) { if(DEBUG_MODE) { @@ -1276,7 +1277,7 @@ public final class dAtomDefinition extends cElementalDefinition { anti.putReplace(new cElementalDefinitionStack(stack.definition.getAnti(), stack.amount)); } try { - return new dAtomDefinition(anti.toImmutable_unsafeMightLeaveExposedElementalTree()); + return new dAtomDefinition(anti.toImmutable_optimized_unsafeLeavesExposedElementalTree()); } catch (tElementalException e) { if (DEBUG_MODE) { e.printStackTrace(); @@ -1308,14 +1309,7 @@ public final class dAtomDefinition extends cElementalDefinition { @Override public NBTTagCompound toNBT() { - NBTTagCompound nbt = new NBTTagCompound(); - nbt.setByte("t", nbtType); - cElementalDefinitionStack[] elementalStacksValues = elementalStacks.values(); - nbt.setInteger("i", elementalStacksValues.length); - for (int i = 0; i < elementalStacksValues.length; i++) { - nbt.setTag(Integer.toString(i), elementalStacksValues[i].toNBT()); - } - return nbt; + return getNbtTagCompound(nbtType, elementalStacks); } public static dAtomDefinition fromNBT(NBTTagCompound nbt) { @@ -1624,6 +1618,10 @@ public final class dAtomDefinition extends cElementalDefinition { return 64; } + public static byte getClassTypeStatic(){ + return 64; + } + @Override public int hashCode() { return hash; diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/hadron/dHadronDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/hadron/dHadronDefinition.java index ed2cee8b2f..f24b9f2d82 100644 --- a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/hadron/dHadronDefinition.java +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/hadron/dHadronDefinition.java @@ -19,6 +19,7 @@ import net.minecraftforge.oredict.OreDictionary; import java.util.ArrayList; +import static com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.dComplexAspectDefinition.getNbtTagCompound; import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; import static com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.dAtomDefinition.transformation; import static com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eBosonDefinition.boson_Y__; @@ -324,7 +325,7 @@ public final class dHadronDefinition extends cElementalDefinition {//TODO Optimi anti.putReplace(new cElementalDefinitionStack(stack.definition.getAnti(), stack.amount)); } try { - return new dHadronDefinition(anti.toImmutable_unsafeMightLeaveExposedElementalTree()); + return new dHadronDefinition(anti.toImmutable_optimized_unsafeLeavesExposedElementalTree()); } catch (tElementalException e) { if (DEBUG_MODE) { e.printStackTrace(); @@ -350,14 +351,7 @@ public final class dHadronDefinition extends cElementalDefinition {//TODO Optimi @Override public NBTTagCompound toNBT() { - NBTTagCompound nbt = new NBTTagCompound(); - nbt.setByte("t", nbtType); - cElementalDefinitionStack[] quarkStacksValues = quarkStacks.values(); - nbt.setInteger("i", quarkStacksValues.length); - for (int i = 0; i < quarkStacksValues.length; i++) { - nbt.setTag(Integer.toString(i), quarkStacksValues[i].toNBT()); - } - return nbt; + return getNbtTagCompound(nbtType, quarkStacks); } public static dHadronDefinition fromNBT(NBTTagCompound nbt) { @@ -429,6 +423,10 @@ public final class dHadronDefinition extends cElementalDefinition {//TODO Optimi return -64; } + public static byte getClassTypeStatic(){ + return -64; + } + @Override public int hashCode() { return hash; diff --git a/src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java b/src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java index 2cd6d79d22..1f68163238 100644 --- a/src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java @@ -4,7 +4,10 @@ import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.Util; import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; import com.github.technus.tectech.mechanics.elementalMatter.core.iElementalInstanceContainer; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; import com.github.technus.tectech.mechanics.elementalMatter.core.tElementalException; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.iElementalDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.transformations.bTransformationInfo; import cpw.mods.fml.common.registry.GameRegistry; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; @@ -71,6 +74,30 @@ public final class DebugElementalInstanceContainer_EM extends Item { return aPlayer instanceof EntityPlayerMP; } + public ItemStack setContent(ItemStack aStack,cElementalInstanceStackMap content){ + NBTTagCompound tNBT = aStack.getTagCompound(); + if(tNBT==null){ + aStack.setTagCompound(new NBTTagCompound()); + } + if (tNBT.hasKey("content")) { + try { + content.putUnifyAll(cElementalInstanceStackMap.fromNBT(tNBT.getCompoundTag("content"))); + } catch (tElementalException e) { + if (DEBUG_MODE) { + e.printStackTrace(); + } + return aStack; + } + tNBT.removeTag("content"); + tNBT.removeTag("info"); + } else if (content.hasStacks()) { + tNBT.setTag("info", content.getInfoNBT()); + tNBT.setTag("content", content.toNBT()); + content.clear(); + } + return aStack; + } + @Override public void addInformation(ItemStack aStack, EntityPlayer ep, List aList, boolean boo) { aList.add(CommonValues.TEC_MARK_EM); @@ -98,5 +125,10 @@ public final class DebugElementalInstanceContainer_EM extends Item { ItemStack that = new ItemStack(this, 1); that.setTagCompound(new NBTTagCompound()); list.add(that); + for(iElementalDefinition defintion:bTransformationInfo.stacksRegistered){ + list.add(setContent(new ItemStack(this).setStackDisplayName(defintion.getName()+" x"+1),new cElementalInstanceStackMap(new cElementalInstanceStack(defintion,1)))); + list.add(setContent(new ItemStack(this).setStackDisplayName(defintion.getName()+" x"+144),new cElementalInstanceStackMap(new cElementalInstanceStack(defintion,144)))); + list.add(setContent(new ItemStack(this).setStackDisplayName(defintion.getName()+" x"+1000),new cElementalInstanceStackMap(new cElementalInstanceStack(defintion,1000)))); + } } } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java index eb029d8726..dcee60d40b 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java @@ -2,9 +2,19 @@ package com.github.technus.tectech.thing.metaTileEntity.multi; import com.github.technus.tectech.CommonValues; import com.github.technus.tectech.TecTech; +import com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.dComplexAspectDefinition; +import com.github.technus.tectech.compatibility.thaumcraft.elementalMatter.definitions.ePrimalAspectDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalMutableDefinitionStackMap; +import com.github.technus.tectech.mechanics.elementalMatter.core.stacks.cElementalInstanceStack; +import com.github.technus.tectech.mechanics.elementalMatter.core.templates.cElementalPrimitive; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.atom.dAtomDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.complex.hadron.dHadronDefinition; +import com.github.technus.tectech.mechanics.elementalMatter.definitions.primitive.eQuarkDefinition; import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.casing.TT_Container_Casings; import com.github.technus.tectech.thing.metaTileEntity.IConstructable; +import com.github.technus.tectech.thing.metaTileEntity.hatch.GT_MetaTileEntity_Hatch_InputElemental; import com.github.technus.tectech.thing.metaTileEntity.multi.base.GT_MetaTileEntity_MultiblockBase_EM; import com.github.technus.tectech.thing.metaTileEntity.multi.base.render.TT_RenderedTexture; import cpw.mods.fml.relauncher.Side; @@ -21,6 +31,8 @@ import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.EnumChatFormatting; import net.minecraftforge.common.util.ForgeDirection; +import java.util.HashMap; + import static com.github.technus.tectech.Util.StructureBuilderExtreme; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.textureOffset; import static com.github.technus.tectech.thing.casing.GT_Block_CasingsTT.texturePage; @@ -32,12 +44,231 @@ import static com.github.technus.tectech.thing.casing.TT_Container_Casings.sBloc public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockBase_EM implements IConstructable { private static Textures.BlockIcons.CustomIcon ScreenOFF; private static Textures.BlockIcons.CustomIcon ScreenON; - public static long heliumPlasmaValue; + private static Textures.BlockIcons.CustomIcon ScreenON_Slave; + private static Textures.BlockIcons.CustomIcon ScreenOFF_Slave; + + private static double MASS_TO_EU_PARTIAL,MASS_TO_EU_INSTANT; + private static int STARTUP_COST,KEEPUP_COST; + + private long plasmaEnergy; + + public static void setValues(int heliumPlasmaValue){ + MASS_TO_EU_PARTIAL = heliumPlasmaValue / 1.75893000478707E07;//mass diff + MASS_TO_EU_INSTANT = MASS_TO_EU_PARTIAL * 20; + STARTUP_COST=-heliumPlasmaValue*10000; + KEEPUP_COST=-heliumPlasmaValue; + } + + //region collision handlers + public static final HashMap FUSE_HANDLERS =new HashMap<>(); + public static final HashMap PRIMITIVE_FUSE_HANDLERS =new HashMap<>(); + public interface PrimitiveColliderHandler { + void collide(cElementalInstanceStack in1, cElementalInstanceStack in2, cElementalInstanceStackMap out); + } + public interface ColliderHandler extends PrimitiveColliderHandler { + byte getRequiredTier(); + } + static { + FUSE_HANDLERS.put((dAtomDefinition.getClassTypeStatic() << 16) | dAtomDefinition.getClassTypeStatic(), new ColliderHandler() { + @Override + public void collide(cElementalInstanceStack in1, cElementalInstanceStack in2, cElementalInstanceStackMap out) { + try { + cElementalMutableDefinitionStackMap defs=new cElementalMutableDefinitionStackMap(); + defs.putUnifyAll(in1.definition.getSubParticles()); + defs.putUnifyAll(in2.definition.getSubParticles()); + dAtomDefinition atom = new dAtomDefinition(defs.toImmutable_optimized_unsafeLeavesExposedElementalTree()); + out.putUnify(new cElementalInstanceStack(atom,Math.min(in1.amount,in2.amount))); + }catch (Exception e){ + out.putUnifyAll(in1,in2); + return; + } + if(in1.amount>in2.amount){ + out.putUnify(new cElementalInstanceStack(in1.definition,in1.amount-in2.amount)); + }else if (in2.amount>in1.amount){ + out.putUnify(new cElementalInstanceStack(in2.definition,in2.amount-in1.amount)); + } + } + + @Override + public byte getRequiredTier() { + return 1; + } + }); + registerSimpleAtomFuse(dHadronDefinition.getClassTypeStatic()); + registerSimpleAtomFuse(dComplexAspectDefinition.getClassTypeStatic()); + registerSimpleAtomFuse(cElementalPrimitive.getClassTypeStatic()); + + FUSE_HANDLERS.put((dHadronDefinition.getClassTypeStatic() << 16) | dHadronDefinition.getClassTypeStatic(), new ColliderHandler() { + @Override + public void collide(cElementalInstanceStack in1, cElementalInstanceStack in2, cElementalInstanceStackMap out) { + try { + cElementalMutableDefinitionStackMap defs=new cElementalMutableDefinitionStackMap(); + defs.putUnifyAll(in1.definition.getSubParticles()); + defs.putUnifyAll(in2.definition.getSubParticles()); + dHadronDefinition hadron = new dHadronDefinition(defs.toImmutable_optimized_unsafeLeavesExposedElementalTree()); + out.putUnify(new cElementalInstanceStack(hadron,Math.min(in1.amount,in2.amount))); + }catch (Exception e){ + out.putUnifyAll(in1,in2); + return; + } + if(in1.amount>in2.amount){ + out.putUnify(new cElementalInstanceStack(in1.definition,in1.amount-in2.amount)); + }else if (in2.amount>in1.amount){ + out.putUnify(new cElementalInstanceStack(in2.definition,in2.amount-in1.amount)); + } + } + + @Override + public byte getRequiredTier() { + return 2; + } + }); + FUSE_HANDLERS.put((dHadronDefinition.getClassTypeStatic() << 16) | cElementalPrimitive.getClassTypeStatic(), new ColliderHandler() { + @Override + public void collide(cElementalInstanceStack in1, cElementalInstanceStack in2, cElementalInstanceStackMap out) { + try { + cElementalMutableDefinitionStackMap defs=new cElementalMutableDefinitionStackMap(); + defs.putUnifyAll(in1.definition.getSubParticles()); + defs.putUnify(in2.definition.getStackForm(1)); + dHadronDefinition hadron = new dHadronDefinition(defs.toImmutable_optimized_unsafeLeavesExposedElementalTree()); + out.putUnify(new cElementalInstanceStack(hadron,Math.min(in1.amount,in2.amount))); + }catch (Exception e){ + out.putUnifyAll(in1,in2); + return; + } + if(in1.amount>in2.amount){ + out.putUnify(new cElementalInstanceStack(in1.definition,in1.amount-in2.amount)); + }else if (in2.amount>in1.amount){ + out.putUnify(new cElementalInstanceStack(in2.definition,in2.amount-in1.amount)); + } + } + + @Override + public byte getRequiredTier() { + return 2; + } + }); + + registerSimpleAspectFuse(dComplexAspectDefinition.getClassTypeStatic()); + registerSimpleAspectFuse(cElementalPrimitive.getClassTypeStatic()); + + FUSE_HANDLERS.put((cElementalPrimitive.getClassTypeStatic() << 16) | cElementalPrimitive.getClassTypeStatic(), new ColliderHandler() { + @Override + public void collide(cElementalInstanceStack in1, cElementalInstanceStack in2, cElementalInstanceStackMap out) { + PrimitiveColliderHandler collisionHandler= PRIMITIVE_FUSE_HANDLERS.get(in1.definition.getClass().getName()+'\0'+in2.definition.getClass().getName()); + if (collisionHandler != null) { + collisionHandler.collide(in2, in1, out); + } else { + out.putUnifyAll(in1,in2); + } + } + + @Override + public byte getRequiredTier() { + return 2; + } + }); + + PRIMITIVE_FUSE_HANDLERS.put(eQuarkDefinition.class.getName() + '\0' + eQuarkDefinition.class.getName(), new PrimitiveColliderHandler() { + @Override + public void collide(cElementalInstanceStack in1, cElementalInstanceStack in2, cElementalInstanceStackMap out) { + try { + cElementalMutableDefinitionStackMap defs=new cElementalMutableDefinitionStackMap(); + defs.putUnify(in1.definition.getStackForm(1)); + defs.putUnify(in2.definition.getStackForm(1)); + dHadronDefinition hadron = new dHadronDefinition(defs.toImmutable_optimized_unsafeLeavesExposedElementalTree()); + out.putUnify(new cElementalInstanceStack(hadron,Math.min(in1.amount,in2.amount))); + }catch (Exception e){ + out.putUnifyAll(in1,in2); + return; + } + if(in1.amount>in2.amount){ + out.putUnify(new cElementalInstanceStack(in1.definition,in1.amount-in2.amount)); + }else if (in2.amount>in1.amount){ + out.putUnify(new cElementalInstanceStack(in2.definition,in2.amount-in1.amount)); + } + } + }); + PRIMITIVE_FUSE_HANDLERS.put(ePrimalAspectDefinition.class.getName() + '\0' + ePrimalAspectDefinition.class.getName(), new PrimitiveColliderHandler() { + @Override + public void collide(cElementalInstanceStack in1, cElementalInstanceStack in2, cElementalInstanceStackMap out) { + if (fuseAspects(in1, in2, out)) return; + if(in1.amount>in2.amount){ + out.putUnify(new cElementalInstanceStack(in1.definition,in1.amount-in2.amount)); + }else if (in2.amount>in1.amount){ + out.putUnify(new cElementalInstanceStack(in2.definition,in2.amount-in1.amount)); + } + } + }); + } + + private static boolean fuseAspects(cElementalInstanceStack in1, cElementalInstanceStack in2, cElementalInstanceStackMap out) { + try { + cElementalMutableDefinitionStackMap defs=new cElementalMutableDefinitionStackMap(); + defs.putUnify(in1.definition.getStackForm(1)); + defs.putUnify(in2.definition.getStackForm(1)); + dComplexAspectDefinition aspect = new dComplexAspectDefinition(defs.toImmutable_optimized_unsafeLeavesExposedElementalTree()); + out.putUnify(new cElementalInstanceStack(aspect,Math.min(in1.amount,in2.amount))); + }catch (Exception e){ + out.putUnifyAll(in1,in2); + return true; + } + return false; + } + + private static void registerSimpleAspectFuse(byte classTypeStatic) { + FUSE_HANDLERS.put((dComplexAspectDefinition.getClassTypeStatic() << 16) | classTypeStatic, new ColliderHandler() { + @Override + public void collide(cElementalInstanceStack in1, cElementalInstanceStack in2, cElementalInstanceStackMap out) { + if (fuseAspects(in1, in2, out)) return; + if(in1.amount>in2.amount){ + out.putUnify(new cElementalInstanceStack(in1.definition,in1.amount-in2.amount)); + }else if (in2.amount>in1.amount){ + out.putUnify(new cElementalInstanceStack(in2.definition,in2.amount-in1.amount)); + } + } + + @Override + public byte getRequiredTier() { + return 1; + } + }); + } + + private static void registerSimpleAtomFuse(byte classTypeStatic) { + FUSE_HANDLERS.put((dAtomDefinition.getClassTypeStatic() << 16) | classTypeStatic, new ColliderHandler() { + @Override + public void collide(cElementalInstanceStack in1, cElementalInstanceStack in2, cElementalInstanceStackMap out) { + try { + cElementalMutableDefinitionStackMap defs=new cElementalMutableDefinitionStackMap(); + defs.putUnifyAll(in1.definition.getSubParticles()); + defs.putUnify(in2.definition.getStackForm(1)); + dAtomDefinition atom = new dAtomDefinition(defs.toImmutable_optimized_unsafeLeavesExposedElementalTree()); + out.putUnify(new cElementalInstanceStack(atom,Math.min(in1.amount,in2.amount))); + }catch (Exception e){ + out.putUnifyAll(in1,in2); + return; + } + if(in1.amount>in2.amount){ + out.putUnify(new cElementalInstanceStack(in1.definition,in1.amount-in2.amount)); + }else if (in2.amount>in1.amount){ + out.putUnify(new cElementalInstanceStack(in2.definition,in2.amount-in1.amount)); + } + } - private byte eTier = 0; + @Override + public byte getRequiredTier() { + return 1; + } + }); + } + //endregion + + protected byte eTier = 0; + protected cElementalInstanceStack stack; - protected long startupCost=10_000_000_000L; - protected double currentVelocity=-1,targetVelocity=-1; + protected static final byte FUSE_MODE=0, COLLIDE_MODE =1; + protected boolean started=false; //region Structure //use multi A energy inputs, use less power the longer it runs @@ -106,13 +337,19 @@ public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockB public void registerIcons(IIconRegister aBlockIconRegister) { ScreenOFF = new Textures.BlockIcons.CustomIcon("iconsets/EM_COLLIDER"); ScreenON = new Textures.BlockIcons.CustomIcon("iconsets/EM_COLLIDER_ACTIVE"); + ScreenOFF_Slave = new Textures.BlockIcons.CustomIcon("iconsets/EM_COLLIDER_SLAVE"); + ScreenON_Slave = new Textures.BlockIcons.CustomIcon("iconsets/EM_COLLIDER_ACTIVE_SLAVE"); super.registerIcons(aBlockIconRegister); } @Override public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { if (aSide == aFacing) { - return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4], new TT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; + if(aFacing%2==0){ + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4], new TT_RenderedTexture(aActive ? ScreenON : ScreenOFF)}; + }else{ + return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4], new TT_RenderedTexture(aActive ? ScreenON_Slave : ScreenOFF_Slave)}; + } } return new ITexture[]{Textures.BlockIcons.casingTexturePages[texturePage][4]}; } @@ -121,16 +358,22 @@ public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockB public void saveNBTData(NBTTagCompound aNBT) { super.saveNBTData(aNBT); aNBT.setByte("eTier", eTier);//collider tier - aNBT.setDouble("eCurrentVelocity",currentVelocity); - aNBT.setDouble("eTargetVelocity",targetVelocity); + aNBT.setBoolean("eStarted",started); + if(stack!=null) { + aNBT.setTag("eStack", stack.toNBT()); + } + aNBT.setLong("ePlasmaEnergy",plasmaEnergy); } @Override public void loadNBTData(NBTTagCompound aNBT) { super.loadNBTData(aNBT); eTier = aNBT.getByte("eTier");//collider tier - currentVelocity=aNBT.getDouble("eCurrentVelocity"); - targetVelocity=aNBT.getDouble("eTargetVelocity"); + started=aNBT.getBoolean("eStarted"); + if(aNBT.hasKey("eStack")){ + stack=cElementalInstanceStack.fromNBT(aNBT.getCompoundTag("eStack")); + } + plasmaEnergy=aNBT.getLong("ePlasmaEnergy"); } @Override @@ -194,14 +437,20 @@ public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockB } } - @Override - protected void parametersLoadDefault_EM() { - //setParameterPairIn_ClearOut(0,false,) - } - @Override public void parametersOutAndStatusesWrite_EM(boolean machineBusy) { - //setStatusOfParameterIn(0,0,); + if(isMaster()) { + double mode = getParameterIn(0, 0); + if (mode == FUSE_MODE || mode == COLLIDE_MODE) { + setStatusOfParameterIn(0, 0, STATUS_OK); + } else if (mode > 1) { + setStatusOfParameterIn(0, 0, STATUS_TOO_HIGH); + } else if (mode < 0) { + setStatusOfParameterIn(0, 0, STATUS_TOO_LOW); + }else{ + setStatusOfParameterIn(0,0,STATUS_WRONG); + } + } } @Override @@ -210,35 +459,126 @@ public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockB if(partner==null){ return false; } - if(isMaster()){ - + mEfficiencyIncrease=10000; + if(started) { + if(stack==null) { + for (GT_MetaTileEntity_Hatch_InputElemental inputElemental : eInputHatches) { + cElementalInstanceStackMap container = inputElemental.getContainerHandler(); + if (container.isEmpty()) { + continue; + } + stack = container.remove(container.getFirst().definition); + long eut = KEEPUP_COST+(long)(KEEPUP_COST * Math.abs(stack.getMass() / dAtomDefinition.getSomethingHeavy().getMass()))/2; + if (eut < Integer.MIN_VALUE + 7) { + return false; + } + mMaxProgresstime = 20; + mEUt = (int) eut; + eAmpereFlow = 5; + return true; + } + mMaxProgresstime = 20; + mEUt = KEEPUP_COST; + eAmpereFlow = 1; + return true; + } + mMaxProgresstime = 20; + mEUt = KEEPUP_COST; + eAmpereFlow = 2; + return true; }else{ + started=true; + mMaxProgresstime=20; + mEUt=STARTUP_COST; + eAmpereFlow=10; + return true; + } + } + + protected double fuse(GT_MetaTileEntity_EM_collider partner){ + if(partner.stack!=null && stack!=null) {//todo add single event mode as an option + boolean check=stack.definition.decayMakesEnergy(stack.getEnergy()) && + partner.stack.definition.decayMakesEnergy(partner.stack.getEnergy()); + + cElementalInstanceStack stack2 = partner.stack; + partner.stack = null; + double preMass = stack2.getMass() + stack.getMass(); + //System.out.println("preMass = " + preMass); + + cElementalInstanceStackMap map = new cElementalInstanceStackMap(); + ColliderHandler colliderHandler; + if (stack2.definition.getClassType() > stack.definition.getClassType()) {//always bigger first + colliderHandler = FUSE_HANDLERS.get((stack2.definition.getClassType() << 16) | stack.definition.getClassType()); + if (handleRecipe(stack2, map, colliderHandler)) return 0; + } else { + colliderHandler = FUSE_HANDLERS.get((stack.definition.getClassType() << 16) | stack2.definition.getClassType()); + if (handleRecipe(stack2, map, colliderHandler)) return 0; + } + for (cElementalInstanceStack newStack : map.values()) { + check &= newStack.definition.decayMakesEnergy(newStack.getEnergy()); + } + //System.out.println("outputEM[0].getMass() = " + outputEM[0].getMass()); + outputEM = new cElementalInstanceStackMap[]{map}; + return check ? preMass - map.getMass() : + Math.min(preMass - map.getMass(), 0); + } + return 0; + } + private boolean handleRecipe(cElementalInstanceStack stack2, cElementalInstanceStackMap map, ColliderHandler colliderHandler) { + if (colliderHandler != null && eTier>= colliderHandler.getRequiredTier()) { + colliderHandler.collide(stack2, stack, map); + } else { + map.putUnifyAll(stack,stack2); + outputEM=new cElementalInstanceStackMap[]{map}; + return true; } return false; } @Override protected void afterRecipeCheckFailed() { - currentVelocity=-1; + started=false; + if(stack!=null){ + cleanMassEM_EM(stack.getMass()); + stack=null; + } + getBaseMetaTileEntity().disableWorking(); super.afterRecipeCheckFailed(); } @Override public void stopMachine() { - currentVelocity=-1; + started=false; + if(stack!=null){ + cleanMassEM_EM(stack.getMass()); + stack=null; + } super.stopMachine(); } + @Override + public void onPreTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) { + if(!aBaseMetaTileEntity.isAllowedToWork()){ + started=false; + } + super.onPreTick(aBaseMetaTileEntity, aTick); + } + protected GT_MetaTileEntity_EM_collider getPartner(){ IGregTechTileEntity iGregTechTileEntity=getBaseMetaTileEntity(); int xDir = ForgeDirection.getOrientation(iGregTechTileEntity.getBackFacing()).offsetX*4; int yDir = ForgeDirection.getOrientation(iGregTechTileEntity.getBackFacing()).offsetY*4; int zDir = ForgeDirection.getOrientation(iGregTechTileEntity.getBackFacing()).offsetZ*4; - IGregTechTileEntity gregTechTileEntity=iGregTechTileEntity.getIGregTechTileEntityOffset(iGregTechTileEntity.getXCoord()+xDir, - iGregTechTileEntity.getYCoord()+yDir, - iGregTechTileEntity.getZCoord()+zDir); - return gregTechTileEntity instanceof GT_MetaTileEntity_EM_collider && ((GT_MetaTileEntity_EM_collider) gregTechTileEntity).mMachine && gregTechTileEntity.getBackFacing()==iGregTechTileEntity.getFrontFacing() ? (GT_MetaTileEntity_EM_collider)gregTechTileEntity:null; + IGregTechTileEntity gregTechBaseTileEntity=iGregTechTileEntity.getIGregTechTileEntityOffset(xDir, yDir, zDir); + if(gregTechBaseTileEntity!=null) { + IMetaTileEntity gregTechMetaTileEntity = gregTechBaseTileEntity.getMetaTileEntity(); + return gregTechMetaTileEntity instanceof GT_MetaTileEntity_EM_collider && + ((GT_MetaTileEntity_EM_collider) gregTechMetaTileEntity).mMachine && + gregTechBaseTileEntity.getBackFacing() == iGregTechTileEntity.getFrontFacing() ? + (GT_MetaTileEntity_EM_collider) gregTechMetaTileEntity : null; + } + return null; } protected final boolean isMaster(){ @@ -247,14 +587,61 @@ public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockB @Override public void outputAfterRecipe_EM(){ - if(outputEM!=null) { - for(int i=0,lim=Math.min(outputEM.length,eOutputHatches.size());i 0) { - if (eMufflerHatches.size() < 1) { - explodeMultiblock(); - } else { - mass /= eMufflerHatches.size(); - for (GT_MetaTileEntity_Hatch_OverflowElemental dump : eMufflerHatches) { - if (dump.addOverflowMatter(mass)) { - explodeMultiblock(); - } - } - } - } - outputEM = null; - } + cleanOrExplode(); for (GT_MetaTileEntity_Hatch_OutputData data : eOutputData) { data.q = null; @@ -1134,6 +1114,24 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt * helper method so i don't have to set that params to nothing at all times */ protected void afterRecipeCheckFailed(){ + cleanOrExplode(); + + for (GT_MetaTileEntity_Hatch_OutputData data : eOutputData) { + data.q = null; + } + + mOutputItems = null; + mOutputFluids = null; + mEfficiency = 0; + mEfficiencyIncrease = 0; + mProgresstime = 0; + mMaxProgresstime = 0; + eAvailableData = 0; + //getBaseMetaTileEntity().disableWorking(); //can add in override + //hatchesStatusUpdate_EM(); //called always after recipe checks + } + + private void cleanOrExplode() { if (outputEM != null) { float mass = 0; for (cElementalInstanceStackMap tree : outputEM) { @@ -1155,20 +1153,6 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt } outputEM = null; } - - for (GT_MetaTileEntity_Hatch_OutputData data : eOutputData) { - data.q = null; - } - - mOutputItems = null; - mOutputFluids = null; - mEfficiency = 0; - mEfficiencyIncrease = 0; - mProgresstime = 0; - //mMaxProgresstime = 0; //Done after this - cos it is VITAL! - eAvailableData = 0; - //getBaseMetaTileEntity().disableWorking(); - //hatchesStatusUpdate_EM(); //called always after recipe checks } /** @@ -1689,7 +1673,6 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt mEfficiency = Math.max(0, Math.min(mEfficiency + mEfficiencyIncrease, getMaxEfficiency(mInventory[1]) - (getIdealStatus() - getRepairStatus()) * 1000)); }else { afterRecipeCheckFailed(); - mMaxProgresstime=0;//Just to be sure... } updateSlots(); } else { @@ -1705,7 +1688,6 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt mEfficiency = Math.max(0, Math.min(mEfficiency + mEfficiencyIncrease, getMaxEfficiency(mInventory[1]) - (getIdealStatus() - getRepairStatus()) * 1000)); }else { afterRecipeCheckFailed(); - mMaxProgresstime=0;//Just to be sure... } updateSlots(); } //else notAllowedToWork_stopMachine_EM(); //it is already stopped here diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Laser.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Laser.java new file mode 100644 index 0000000000..4366fe2bbd --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Laser.java @@ -0,0 +1,5 @@ +package com.github.technus.tectech.thing.metaTileEntity.pipe; + +public class GT_MetaTileEntity_Pipe_Laser { + +} diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER.png index 910d8cf7cd..187394cf54 100644 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER.png and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_ACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_ACTIVE.png index b9efef601a..9d3bfe7284 100644 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_ACTIVE.png and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_ACTIVE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_ACTIVE_SLAVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_ACTIVE_SLAVE.png new file mode 100644 index 0000000000..e76cd31b5e Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_ACTIVE_SLAVE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_ACTIVE_SLAVE.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_ACTIVE_SLAVE.png.mcmeta new file mode 100644 index 0000000000..97596ba817 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_ACTIVE_SLAVE.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":2 + } +} \ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_SLAVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_SLAVE.png new file mode 100644 index 0000000000..58cb0a9573 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_SLAVE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_SLAVE.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_SLAVE.png.mcmeta new file mode 100644 index 0000000000..5e86a7cd5f --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_COLLIDER_SLAVE.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":8 + } +} \ No newline at end of file -- cgit From 99e1f573744a844a50ad2e35bfb5be0692f5a6c6 Mon Sep 17 00:00:00 2001 From: Tec Date: Wed, 15 Aug 2018 19:57:20 +0200 Subject: Change fusion behaviour a bit --- .../definitions/dComplexAspectDefinition.java | 5 +++++ .../core/templates/cElementalPrimitive.java | 5 +++++ .../core/templates/iElementalDefinition.java | 2 ++ .../definitions/complex/atom/dAtomDefinition.java | 5 +++++ .../definitions/complex/hadron/dHadronDefinition.java | 5 +++++ .../multi/GT_MetaTileEntity_EM_collider.java | 14 +++++++++----- 6 files changed, 31 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java index 95671f2515..77dffad225 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java +++ b/src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java @@ -194,6 +194,11 @@ public final class dComplexAspectDefinition extends cElementalDefinition impleme return false; } + @Override + public boolean fusionMakesEnergy(long energyLevel) { + return false; + } + @Override public cElementalDecay[] getNaturalDecayInstant() { return noDecay; diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalPrimitive.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalPrimitive.java index 5db86a0349..738301d50c 100644 --- a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalPrimitive.java +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalPrimitive.java @@ -148,6 +148,11 @@ public abstract class cElementalPrimitive extends cElementalDefinition { return false; } + @Override + public boolean fusionMakesEnergy(long energyLevel) { + return false; + } + @Override public cElementalDecay[] getDecayArray() { return elementalDecays; diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/iElementalDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/iElementalDefinition.java index c5f7e5afed..6293e9ccf2 100644 --- a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/iElementalDefinition.java +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/iElementalDefinition.java @@ -45,6 +45,8 @@ public abstract class iElementalDefinition implements Comparable=maxEUOutput()) { + long diff = aBaseMetaTileEntity.getStoredEU() / maxEUOutput(); + setEUVar(aBaseMetaTileEntity.getStoredEU() - diff * maxEUOutput()); + addPackets(diff); + } + if(packetsCount>0){ + moveAround(aBaseMetaTileEntity); + } + if(packetsCount>0){ + long diff=(maxEUStore()-aBaseMetaTileEntity.getStoredEU())/maxEUOutput(); + if(diff>0) { + setEUVar(aBaseMetaTileEntity.getStoredEU() + takePackets(diff) * maxEUOutput()); + } + } + if(aBaseMetaTileEntity.getStoredEU()>0){ + setEUVar(aBaseMetaTileEntity.getStoredEU()-upkeep); + if(aBaseMetaTileEntity.getStoredEU()<0){ + setEUVar(0); + } + } + getBaseMetaTileEntity().setActive(packetsCount>0); + } + } + } + + private void moveAround(IGregTechTileEntity aBaseMetaTileEntity) { + byte color = getBaseMetaTileEntity().getColorization(); + if (color < 0) { + return; + } + byte front = aBaseMetaTileEntity.getFrontFacing(); + byte opposite = GT_Utility.getOppositeSide(front); + for (short dist = 1; dist < 1000; dist++) { + IGregTechTileEntity tGTTileEntity = aBaseMetaTileEntity.getIGregTechTileEntityAtSideAndDistance(front, dist); + if (tGTTileEntity != null && tGTTileEntity.getColorization() == color) { + IMetaTileEntity aMetaTileEntity = tGTTileEntity.getMetaTileEntity(); + if (aMetaTileEntity != null) { + if (aMetaTileEntity instanceof GT_MetaTileEntity_Hatch_EnergyTunnel && + opposite == tGTTileEntity.getFrontFacing()) { + if(maxEUOutput()>((GT_MetaTileEntity_Hatch_EnergyTunnel) aMetaTileEntity).maxEUInput()){ + aMetaTileEntity.doExplosion(maxEUOutput()); + }else if(maxEUOutput()==((GT_MetaTileEntity_Hatch_EnergyTunnel) aMetaTileEntity).maxEUInput()){ + long ampRx=((GT_MetaTileEntity_Hatch_EnergyTunnel) aMetaTileEntity).Amperes; + if(packetsCount > ampRx && Amperes>ampRx){ + tGTTileEntity.setToFire(); + }else if(Amperes>ampRx){ + tGTTileEntity.setOnFire(); + ((GT_MetaTileEntity_Hatch_EnergyTunnel) aMetaTileEntity).addPackets(takePackets(Amperes)); + }else { + ((GT_MetaTileEntity_Hatch_EnergyTunnel) aMetaTileEntity).addPackets(takePackets(Amperes)); + } + } + return; + } else if (aMetaTileEntity instanceof GT_MetaTileEntity_Pipe_Energy) { + if (((GT_MetaTileEntity_Pipe_Energy) aMetaTileEntity).connectionCount > 2) { + return; + } + } else { + return; + } + } else { + return; + } + } else { + return; + } + } + } + + @Override + public boolean canConnect(byte side) { + return isOutputFacing(side); + } + + public void addPackets(long count){ + packetsCount+=count; + } + + public long takePackets(long count){ + if(packetsCount>count){ + packetsCount-=count; + return count; + }else { + count=packetsCount; + packetsCount=0; + return count; + } + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java index 942a629f2f..c84057c121 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java @@ -5,7 +5,7 @@ import com.github.technus.tectech.Util; import com.github.technus.tectech.mechanics.elementalMatter.core.cElementalInstanceStackMap; import com.github.technus.tectech.mechanics.elementalMatter.core.iElementalInstanceContainer; import com.github.technus.tectech.mechanics.elementalMatter.core.tElementalException; -import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToEMpipe; +import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToElementalPipe; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import gregtech.api.enums.Dyes; @@ -29,7 +29,7 @@ import static gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Mult /** * Created by danie_000 on 11.12.2016. */ -public abstract class GT_MetaTileEntity_Hatch_ElementalContainer extends GT_MetaTileEntity_Hatch implements iElementalInstanceContainer, IConnectsToEMpipe { +public abstract class GT_MetaTileEntity_Hatch_ElementalContainer extends GT_MetaTileEntity_Hatch implements iElementalInstanceContainer, IConnectsToElementalPipe { private static Textures.BlockIcons.CustomIcon EM_T_SIDES; private static Textures.BlockIcons.CustomIcon EM_T_ACTIVE; private static Textures.BlockIcons.CustomIcon EM_T_CONN; diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyTunnel.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyTunnel.java new file mode 100644 index 0000000000..4e7fffcf9f --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyTunnel.java @@ -0,0 +1,170 @@ +package com.github.technus.tectech.thing.metaTileEntity.hatch; + +import com.github.technus.tectech.CommonValues; +import com.github.technus.tectech.Util; +import com.github.technus.tectech.thing.metaTileEntity.pipe.IConnectsToEnergyTunnel; +import gregtech.api.interfaces.ITexture; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.MetaTileEntity; +import gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Hatch; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; + +import static com.github.technus.tectech.CommonValues.TRANSFER_AT; +import static com.github.technus.tectech.CommonValues.V; +import static com.github.technus.tectech.thing.metaTileEntity.Textures.OVERLAYS_ENERGY_IN_POWER_TT; + +/** + * Created by danie_000 on 16.12.2016. + */ +public class GT_MetaTileEntity_Hatch_EnergyTunnel extends GT_MetaTileEntity_Hatch implements IConnectsToEnergyTunnel { + public final int Amperes; + private final long upkeep; + private long packetsCount=0; + + public GT_MetaTileEntity_Hatch_EnergyTunnel(int aID, String aName, String aNameRegional, int aTier, int aAmp) { + super(aID, aName, aNameRegional, aTier, 0, "Energy injecting terminal for Multiblocks"); + Amperes = aAmp; + Util.setTier(aTier,this); + upkeep=Math.max(V[mTier]/Amperes,V[4]); + } + + public GT_MetaTileEntity_Hatch_EnergyTunnel(String aName, int aTier, int aAmp, long aUpkeep, String aDescription, ITexture[][][] aTextures) { + super(aName, aTier, 0, aDescription, aTextures); + Amperes = aAmp; + this.upkeep=aUpkeep; + } + + @Override + public ITexture[] getTexturesActive(ITexture aBaseTexture) { + return new ITexture[]{aBaseTexture, OVERLAYS_ENERGY_IN_POWER_TT[mTier]}; + } + + @Override + public ITexture[] getTexturesInactive(ITexture aBaseTexture) { + return new ITexture[]{aBaseTexture, OVERLAYS_ENERGY_IN_POWER_TT[mTier]}; + } + + @Override + public void loadNBTData(NBTTagCompound aNBT) { + super.loadNBTData(aNBT); + packetsCount=aNBT.getLong("ePackets"); + } + + @Override + public void saveNBTData(NBTTagCompound aNBT) { + super.saveNBTData(aNBT); + aNBT.setLong("ePackets",packetsCount); + } + + @Override + public boolean isSimpleMachine() { + return true; + } + + @Override + public boolean isFacingValid(byte aFacing) { + return true; + } + + @Override + public boolean isAccessAllowed(EntityPlayer aPlayer) { + return true; + } + + @Override + public boolean isInputFacing(byte aSide) { + return aSide == getBaseMetaTileEntity().getFrontFacing(); + } + + @Override + public boolean isValidSlot(int aIndex) { + return false; + } + + @Override + public long getMinimumStoredEU() { + return V[mTier]; + } + + @Override + public long maxEUInput() { + return V[mTier]; + } + + @Override + public long maxEUStore() { + return 512L + V[mTier] * 4L * Amperes; + } + + @Override + public long maxAmperesIn() { + return 0; + } + + @Override + public MetaTileEntity newMetaEntity(IGregTechTileEntity aTileEntity) { + return new GT_MetaTileEntity_Hatch_EnergyTunnel(mName, mTier, Amperes, upkeep, mDescription, mTextures); + } + + @Override + public boolean allowPullStack(IGregTechTileEntity aBaseMetaTileEntity, int aIndex, byte aSide, ItemStack aStack) { + return false; + } + + @Override + public boolean allowPutStack(IGregTechTileEntity aBaseMetaTileEntity, int aIndex, byte aSide, ItemStack aStack) { + return false; + } + + @Override + public String[] getDescription() { + return new String[]{ + CommonValues.TEC_MARK_GENERAL, + mDescription, + }; + } + + @Override + public boolean canConnect(byte side) { + return isInputFacing(side); + } + + @Override + public void onPostTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) { + if (aBaseMetaTileEntity.isServerSide()) { + byte Tick = (byte) (aTick % 20); + if (TRANSFER_AT == Tick) { + if(packetsCount>0){ + long diff=(maxEUStore()-aBaseMetaTileEntity.getStoredEU())/maxEUInput(); + if(diff>0) { + setEUVar(aBaseMetaTileEntity.getStoredEU() + takePackets(diff) * maxEUInput()); + } + } + if(aBaseMetaTileEntity.getStoredEU()>0){ + setEUVar(aBaseMetaTileEntity.getStoredEU()-upkeep); + if(aBaseMetaTileEntity.getStoredEU()<0){ + setEUVar(0); + } + } + getBaseMetaTileEntity().setActive(packetsCount>0); + } + } + } + + public void addPackets(long count){ + packetsCount+=count; + } + + public long takePackets(long count){ + if(packetsCount>count){ + packetsCount-=count; + return count; + }else { + count=packetsCount; + packetsCount=0; + return count; + } + } +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java index 5e97d82aed..471870b13b 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java @@ -601,7 +601,7 @@ public class GT_MetaTileEntity_EM_collider extends GT_MetaTileEntity_MultiblockB if (isMaster()) { switch (getParameterInInt(0,0)){ case FUSE_MODE: - fuse(partner); + makeEU(fuse(partner)); break; case COLLIDE_MODE: //collide(partner);//todo diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_EM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_EM.java index 6c339bdc59..6b7b36fb54 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_EM.java @@ -29,7 +29,7 @@ import static gregtech.api.enums.Dyes.MACHINE_METAL; /** * Created by Tec on 26.02.2017. */ -public class GT_MetaTileEntity_Pipe_EM extends MetaPipeEntity implements IConnectsToEMpipe { +public class GT_MetaTileEntity_Pipe_EM extends MetaPipeEntity implements IConnectsToElementalPipe { private static Textures.BlockIcons.CustomIcon EMpipe; private static Textures.BlockIcons.CustomIcon EMcandy; public byte connectionCount = 0; @@ -125,12 +125,12 @@ public class GT_MetaTileEntity_Pipe_EM extends MetaPipeEntity implements IConnec } //} } - if (tTileEntity instanceof IConnectsToEMpipe && ((IConnectsToEMpipe) tTileEntity).canConnect(b1)) { + if (tTileEntity instanceof IConnectsToElementalPipe && ((IConnectsToElementalPipe) tTileEntity).canConnect(b1)) { mConnections |= 1 << b0; connectionCount++; - } else if (tTileEntity instanceof IGregTechTileEntity && ((IGregTechTileEntity) tTileEntity).getMetaTileEntity() instanceof IConnectsToEMpipe) { + } else if (tTileEntity instanceof IGregTechTileEntity && ((IGregTechTileEntity) tTileEntity).getMetaTileEntity() instanceof IConnectsToElementalPipe) { if (//((IGregTechTileEntity) tTileEntity).getCoverBehaviorAtSide(b1).alwaysLookConnected(b1, ((IGregTechTileEntity) tTileEntity).getCoverIDAtSide(b1), ((IGregTechTileEntity) tTileEntity).getCoverDataAtSide(b1), ((IGregTechTileEntity) tTileEntity)) || - ((IConnectsToEMpipe) ((IGregTechTileEntity) tTileEntity).getMetaTileEntity()).canConnect(b1)) { + ((IConnectsToElementalPipe) ((IGregTechTileEntity) tTileEntity).getMetaTileEntity()).canConnect(b1)) { mConnections |= 1 << b0; connectionCount++; } diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Energy.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Energy.java new file mode 100644 index 0000000000..6d4be98634 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Energy.java @@ -0,0 +1,203 @@ +package com.github.technus.tectech.thing.metaTileEntity.pipe; + +import com.github.technus.tectech.CommonValues; +import cpw.mods.fml.relauncher.Side; +import cpw.mods.fml.relauncher.SideOnly; +import gregtech.GT_Mod; +import gregtech.api.enums.Dyes; +import gregtech.api.enums.Textures; +import gregtech.api.interfaces.ITexture; +import gregtech.api.interfaces.metatileentity.IMetaTileEntity; +import gregtech.api.interfaces.tileentity.IColoredTileEntity; +import gregtech.api.interfaces.tileentity.IGregTechTileEntity; +import gregtech.api.metatileentity.BaseMetaPipeEntity; +import gregtech.api.metatileentity.MetaPipeEntity; +import gregtech.api.objects.GT_RenderedTexture; +import gregtech.api.util.GT_Utility; +import gregtech.common.GT_Client; +import net.minecraft.client.renderer.texture.IIconRegister; +import net.minecraft.item.ItemStack; +import net.minecraft.nbt.NBTTagCompound; +import net.minecraft.tileentity.TileEntity; +import net.minecraft.util.AxisAlignedBB; +import net.minecraft.util.EnumChatFormatting; +import net.minecraft.world.World; +import net.minecraftforge.common.util.ForgeDirection; + +import static gregtech.api.enums.Dyes.MACHINE_METAL; + +public class GT_MetaTileEntity_Pipe_Energy extends MetaPipeEntity implements IConnectsToEnergyTunnel { + private static Textures.BlockIcons.CustomIcon EMpipe; + private static Textures.BlockIcons.CustomIcon EMcandy; + public byte connectionCount = 0; + + public GT_MetaTileEntity_Pipe_Energy(int aID, String aName, String aNameRegional) { + super(aID, aName, aNameRegional, 0); + } + + public GT_MetaTileEntity_Pipe_Energy(String aName) { + super(aName, 0); + } + + @Override + public IMetaTileEntity newMetaEntity(IGregTechTileEntity iGregTechTileEntity) { + return new GT_MetaTileEntity_Pipe_Energy(mName); + } + + @Override + @SideOnly(Side.CLIENT) + public void registerIcons(IIconRegister aBlockIconRegister) { + EMpipe = new Textures.BlockIcons.CustomIcon("iconsets/EM_LASER"); + EMcandy = new Textures.BlockIcons.CustomIcon("iconsets/EM_CANDY"); + super.registerIcons(aBlockIconRegister); + } + + @Override + public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aConnections, byte aColorIndex, boolean aConnected, boolean aRedstone) { + return new ITexture[]{new GT_RenderedTexture(EMpipe), new GT_RenderedTexture(EMcandy, Dyes.getModulation(aColorIndex, MACHINE_METAL.getRGBA()))}; + } + + @Override + public boolean allowPutStack(IGregTechTileEntity iGregTechTileEntity, int i, byte b, ItemStack itemStack) { + return false; + } + + @Override + public boolean allowPullStack(IGregTechTileEntity iGregTechTileEntity, int i, byte b, ItemStack itemStack) { + return false; + } + + @Override + public void loadNBTData(NBTTagCompound nbtTagCompound) { + } + + @Override + public void saveNBTData(NBTTagCompound nbtTagCompound) { + } + + @Override + public boolean renderInside(byte b) { + return false; + } + + @Override + public byte getTileEntityBaseType() { + return 4; + } + + @Override + public String[] getDescription() { + return new String[]{ + CommonValues.TEC_MARK_EM, + "Energy tunneling device.", + EnumChatFormatting.AQUA.toString() + EnumChatFormatting.BOLD + "Not a portal!!!", + EnumChatFormatting.AQUA + "Must be painted to work", + EnumChatFormatting.AQUA + "Do not cross,split or turn" + }; + } + + @Override + public void onFirstTick(IGregTechTileEntity aBaseMetaTileEntity) { + onPostTick(aBaseMetaTileEntity, 31); + } + + @Override + public void onPostTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) { + if (aBaseMetaTileEntity.isServerSide()) { + if ((aTick & 31) == 31) { + mConnections = 0; + connectionCount = 0; + if (aBaseMetaTileEntity.getColorization() < 0) { + return; + } + for (byte b0 = 0, b1; b0 < 6; b0++) { + b1 = GT_Utility.getOppositeSide(b0); + //if (!aBaseMetaTileEntity.getCoverBehaviorAtSide(b0).alwaysLookConnected(b0, aBaseMetaTileEntity.getCoverIDAtSide(b0), aBaseMetaTileEntity.getCoverDataAtSide(b0), aBaseMetaTileEntity)) { + TileEntity tTileEntity = aBaseMetaTileEntity.getTileEntityAtSide(b0); + if (tTileEntity instanceof IColoredTileEntity) { + //if (aBaseMetaTileEntity.getColorization() >= 0) { + byte tColor = ((IColoredTileEntity) tTileEntity).getColorization(); + if (tColor != aBaseMetaTileEntity.getColorization()) { + continue; + } + //} + } + if (tTileEntity instanceof IConnectsToEnergyTunnel && ((IConnectsToEnergyTunnel) tTileEntity).canConnect(b1)) { + mConnections |= 1 << b0; + connectionCount++; + } else if (tTileEntity instanceof IGregTechTileEntity && ((IGregTechTileEntity) tTileEntity).getMetaTileEntity() instanceof IConnectsToEnergyTunnel) { + if (//((IGregTechTileEntity) tTileEntity).getCoverBehaviorAtSide(b1).alwaysLookConnected(b1, ((IGregTechTileEntity) tTileEntity).getCoverIDAtSide(b1), ((IGregTechTileEntity) tTileEntity).getCoverDataAtSide(b1), ((IGregTechTileEntity) tTileEntity)) || + ((IConnectsToEnergyTunnel) ((IGregTechTileEntity) tTileEntity).getMetaTileEntity()).canConnect(b1)) { + mConnections |= 1 << b0; + connectionCount++; + } + } + //} + //else { + // mConnections |= (1 << b0); + // if (mOld != mConnections) { + // connectionCount++; + // mOld = mConnections; + // } + //} + } + } + + } else if (aBaseMetaTileEntity.isClientSide() && GT_Client.changeDetected == 4) { + aBaseMetaTileEntity.issueTextureUpdate(); + } + } + + @Override + public boolean canConnect(byte side) { + return true; + } + + @Override + public AxisAlignedBB getCollisionBoundingBoxFromPool(World aWorld, int aX, int aY, int aZ) { + float tSpace = (1f - 0.5f)/2; + float tSide0 = tSpace; + float tSide1 = 1f - tSpace; + float tSide2 = tSpace; + float tSide3 = 1f - tSpace; + float tSide4 = tSpace; + float tSide5 = 1f - tSpace; + + if(getBaseMetaTileEntity().getCoverIDAtSide((byte) 0) != 0){tSide0=tSide2=tSide4=0;tSide3=tSide5=1;} + if(getBaseMetaTileEntity().getCoverIDAtSide((byte) 1) != 0){tSide2=tSide4=0;tSide1=tSide3=tSide5=1;} + if(getBaseMetaTileEntity().getCoverIDAtSide((byte) 2) != 0){tSide0=tSide2=tSide4=0;tSide1=tSide5=1;} + if(getBaseMetaTileEntity().getCoverIDAtSide((byte) 3) != 0){tSide0=tSide4=0;tSide1=tSide3=tSide5=1;} + if(getBaseMetaTileEntity().getCoverIDAtSide((byte) 4) != 0){tSide0=tSide2=tSide4=0;tSide1=tSide3=1;} + if(getBaseMetaTileEntity().getCoverIDAtSide((byte) 5) != 0){tSide0=tSide2=0;tSide1=tSide3=tSide5=1;} + + byte tConn = ((BaseMetaPipeEntity) getBaseMetaTileEntity()).mConnections; + if((tConn & 1 << ForgeDirection.DOWN.ordinal()) != 0) { + tSide0 = 0f; + } + if((tConn & 1 << ForgeDirection.UP.ordinal()) != 0) { + tSide1 = 1f; + } + if((tConn & 1 << ForgeDirection.NORTH.ordinal()) != 0) { + tSide2 = 0f; + } + if((tConn & 1 << ForgeDirection.SOUTH.ordinal()) != 0) { + tSide3 = 1f; + } + if((tConn & 1 << ForgeDirection.WEST.ordinal()) != 0) { + tSide4 = 0f; + } + if((tConn & 1 << ForgeDirection.EAST.ordinal()) != 0) { + tSide5 = 1f; + } + + return AxisAlignedBB.getBoundingBox(aX + tSide4, aY + tSide0, aZ + tSide2, aX + tSide5, aY + tSide1, aZ + tSide3); + } + + @Override + public float getThickNess() { + if(GT_Mod.instance.isClientSide() && GT_Client.hideValue==1) { + return 0.0625F; + } + return 0.5f; + } +} \ No newline at end of file diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Laser.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Laser.java deleted file mode 100644 index 4366fe2bbd..0000000000 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/GT_MetaTileEntity_Pipe_Laser.java +++ /dev/null @@ -1,5 +0,0 @@ -package com.github.technus.tectech.thing.metaTileEntity.pipe; - -public class GT_MetaTileEntity_Pipe_Laser { - -} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToEMpipe.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToEMpipe.java deleted file mode 100644 index cacdb41500..0000000000 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToEMpipe.java +++ /dev/null @@ -1,8 +0,0 @@ -package com.github.technus.tectech.thing.metaTileEntity.pipe; - -/** - * Created by Tec on 26.02.2017. - */ -public interface IConnectsToEMpipe { - boolean canConnect(byte side); -} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToElementalPipe.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToElementalPipe.java new file mode 100644 index 0000000000..5841d3d010 --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToElementalPipe.java @@ -0,0 +1,8 @@ +package com.github.technus.tectech.thing.metaTileEntity.pipe; + +/** + * Created by Tec on 26.02.2017. + */ +public interface IConnectsToElementalPipe { + boolean canConnect(byte side); +} diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToEnergyTunnel.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToEnergyTunnel.java new file mode 100644 index 0000000000..4a720d067e --- /dev/null +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToEnergyTunnel.java @@ -0,0 +1,8 @@ +package com.github.technus.tectech.thing.metaTileEntity.pipe; + +/** + * Created by Tec on 26.02.2017. + */ +public interface IConnectsToEnergyTunnel { + boolean canConnect(byte side); +} -- cgit From 338ba7f5e7f0e46e57f989ba19e287281da0e115 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Thu, 20 Sep 2018 08:57:38 +0200 Subject: bump gt version in gradle make it jenkins buildable --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 6c98e7b008..38afb9fa73 100644 --- a/build.properties +++ b/build.properties @@ -6,8 +6,8 @@ ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 codechickencore.version=1.0.7.47 nei.version=1.0.5.120 -gregtech.jenkinsbuild=93 -gregtech.version=5.09.32.31 +gregtech.jenkinsbuild=143 +gregtech.version=5.09.32.36 cofhcore.version=[1.7.10]3.1.4-329-dev cofhlib.version=[1.7.10]1.0.3-175-dev -- cgit From 8fe6d2514800dd30467addd76e32eac4d10a88c8 Mon Sep 17 00:00:00 2001 From: Спартак Date: Fri, 26 Oct 2018 23:14:39 +0300 Subject: Fix name of Superconductor special for GTNH --- .../compatibility/dreamcraft/DreamCraftRecipeLoader.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index d73e654b18..83bd6e70c5 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -75,10 +75,10 @@ public class DreamCraftRecipeLoader implements Runnable { CustomItemList.DATApipe.get(1), GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Osmiridium, 4), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Osmium, 4), - GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 2), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.SuperconductorUHV, 2), ItemList.Field_Generator_MV.get(1), ItemList.Circuit_Quantummainframe.get(1) - }, Materials.Osmium.getMolten(288), CustomItemList.EMpipe.get(1), 400, 491520); + }, Materials.Osmium.getMolten(288), CustomItemList.EMpipe.get(1), 400, 500000); //endregoin @@ -183,8 +183,8 @@ public class DreamCraftRecipeLoader implements Runnable { GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UHV_UV").get(1), CustomItemList.eM_dynamomulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1152), CustomItemList.eM_dynamomulti64_UV.get(1), 400, 122880); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Dynamo_MAX.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, Materials.Silver.getMolten(2304), CustomItemList.eM_dynamomulti4_UHV.get(1), 100, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2304), CustomItemList.eM_dynamomulti16_UHV.get(1), 200, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2304), CustomItemList.eM_dynamomulti64_UHV.get(1), 400, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.SuperconductorUHV, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2304), CustomItemList.eM_dynamomulti16_UHV.get(1), 200, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UEV_UHV").get(1), CustomItemList.eM_dynamomulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.SuperconductorUHV, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2304), CustomItemList.eM_dynamomulti64_UHV.get(1), 400, 500000); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Hatch_Dynamo_UEV").get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 2)}, Materials.Silver.getMolten(4608), CustomItemList.eM_dynamomulti4_UEV.get(1), 100, 2000000); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UIV_UEV").get(1), CustomItemList.eM_dynamomulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 4)}, Materials.Electrum.getMolten(4608), CustomItemList.eM_dynamomulti16_UEV.get(1), 200, 2000000); @@ -200,8 +200,8 @@ public class DreamCraftRecipeLoader implements Runnable { GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UHV_UV").get(1), CustomItemList.eM_energymulti16_UV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.NaquadahAlloy, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Osmium, 6)}, Materials.Tungsten.getMolten(1000), CustomItemList.eM_energymulti64_UV.get(1), 400, 122880); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{ItemList.Hatch_Energy_MAX.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 2)}, Materials.Silver.getMolten(2000), CustomItemList.eM_energymulti4_UHV.get(1), 100, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UEV_UHV").get(1), CustomItemList.eM_energymulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2000), CustomItemList.eM_energymulti16_UHV.get(1), 200, 500000); - GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UEV_UHV").get(1), CustomItemList.eM_energymulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.Superconductor, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2000), CustomItemList.eM_energymulti64_UHV.get(1), 400, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UEV_UHV").get(1), CustomItemList.eM_energymulti4_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.SuperconductorUHV, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 4)}, Materials.Electrum.getMolten(2000), CustomItemList.eM_energymulti16_UHV.get(1), 200, 500000); + GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("WetTransformer_UEV_UHV").get(1), CustomItemList.eM_energymulti16_UHV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt12, Materials.SuperconductorUHV, 2), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Neutronium, 6)}, Materials.Tungsten.getMolten(2000), CustomItemList.eM_energymulti64_UHV.get(1), 400, 500000); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Hatch_Energy_UEV").get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 2)}, Materials.Silver.getMolten(4000), CustomItemList.eM_energymulti4_UEV.get(1), 100, 2000000); GT_Values.RA.addAssemblerRecipe(new ItemStack[]{getItemContainer("Transformer_UIV_UEV").get(1), CustomItemList.eM_energymulti4_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.wireGt08, Materials.Draconium, 2), GT_OreDictUnificator.get(OrePrefixes.plate, getOrDefault("Bedrockium",Materials.Neutronium), 4)}, Materials.Electrum.getMolten(4000), CustomItemList.eM_energymulti16_UEV.get(1), 200, 2000000); -- cgit From 99124dd40bc7ec3e6a0561cf7df27311818834ad Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Sun, 11 Nov 2018 22:27:46 +0100 Subject: put all UHV and UEV (core Mod and GT) recipes to Tec Tech reserach Station --- build.properties | 6 +- .../dreamcraft/DreamCraftRecipeLoader.java | 444 +++++++++++++++++++++ 2 files changed, 447 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index 38afb9fa73..4a262ce947 100644 --- a/build.properties +++ b/build.properties @@ -1,13 +1,13 @@ minecraft.version=1.7.10 forge.version=10.13.4.1614-1.7.10 -tectech.version=3.6.6 +tectech.version=3.6.7 ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 codechickencore.version=1.0.7.47 nei.version=1.0.5.120 -gregtech.jenkinsbuild=143 -gregtech.version=5.09.32.36 +gregtech.jenkinsbuild=175 +gregtech.version=5.09.33.03 cofhcore.version=[1.7.10]3.1.4-329-dev cofhlib.version=[1.7.10]1.0.3-175-dev diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index 83bd6e70c5..c7b4a3ae80 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -6,6 +6,7 @@ import com.github.technus.tectech.thing.block.QuantumGlassBlock; import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.Behaviour_Centrifuge; import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.Behaviour_ElectromagneticSeparator; import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.GT_MetaTileEntity_EM_machine; +import cpw.mods.fml.common.Loader; import gregtech.api.enums.GT_Values; import gregtech.api.enums.ItemList; import gregtech.api.enums.Materials; @@ -459,6 +460,449 @@ public class DreamCraftRecipeLoader implements Runnable { new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), }, CustomItemList.Machine_Multi_Infuser.get(1), 8000, 2000000); + //Bio Chips + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Biowarecomputer.get(1L), + 48000, 128, 500000, 8, new ItemStack[]{ + ItemList.Circuit_Board_Bio_Ultra.get(2L), + ItemList.Circuit_Biowarecomputer.get(2L), + ItemList.Circuit_Parts_DiodeSMD.get(48L), + ItemList.Circuit_Parts_ResistorSMD.get(16L), + ItemList.Circuit_Parts_TransistorSMD.get(16L), + ItemList.Circuit_Parts_DiodeSMD.get(16L), + ItemList.Circuit_Chip_NOR.get(32L), + ItemList.Circuit_Chip_Ram.get(64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.NiobiumTitanium, 32L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Silicone, 16L), + }, new FluidStack[]{ + Materials.SolderingAlloy.getMolten(1440L), + Materials.BioMediumSterilized.getFluid(1440L), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 10000) + }, + ItemList.Circuit_Biowaresupercomputer.get(1L), 4000, 500000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Biowaresupercomputer.get(1L), + 96000, 256, 1000000, 16, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Tritanium, 4L), + ItemList.Circuit_Biowaresupercomputer.get(2L), + ItemList.Circuit_Parts_Coil.get(64L), + ItemList.Circuit_Parts_Coil.get(64L), + ItemList.Circuit_Parts_CapacitorSMD.get(64L), + ItemList.Circuit_Parts_ResistorSMD.get(64L), + ItemList.Circuit_Parts_TransistorSMD.get(64L), + ItemList.Circuit_Parts_DiodeSMD.get(64L), + ItemList.Circuit_Chip_Ram.get(64L), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.SuperconductorUHV, 64), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Silicone, 64), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Polybenzimidazole, 64) + }, new FluidStack[]{ + Materials.SolderingAlloy.getMolten(2880L), + Materials.BioMediumSterilized.getFluid(2880L), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 20000) + }, ItemList.Circuit_Biomainframe.get(1L), 6000, 2000000); + + //Motor UV-UHV + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Motor_UV.get(1L), + 96000, 256, 1000000, 16, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.SamariumMagnetic, 4L), + GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.CosmicNeutronium, 8L), + GT_OreDictUnificator.get(OrePrefixes.ring, Materials.CosmicNeutronium, 8L), + GT_OreDictUnificator.get(OrePrefixes.round, Materials.CosmicNeutronium, 32L), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.SuperconductorUHV, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 2L)}, new FluidStack[]{ + Materials.Naquadria.getMolten(2592), + Materials.SolderingAlloy.getMolten(2592), + Materials.Lubricant.getFluid(4000)}, ItemList.Electric_Motor_UHV.get(1, new Object[]{}), 2000, 200000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Motor_UHV.get(1L), + 192000, 512, 2000000, 32, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.SamariumMagnetic, 8L), + GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.Infinity, 16L), + GT_OreDictUnificator.get(OrePrefixes.ring, Materials.Infinity, 8L), + GT_OreDictUnificator.get(OrePrefixes.round, Materials.Infinity, 32L), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.SuperconductorUHV, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L),//TODO Fusion T4 Material + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 2L)}, new FluidStack[]{ + Materials.Quantium.getMolten(2592), + Materials.SolderingAlloy.getMolten(5184), + Materials.Lubricant.getFluid(8000)}, ItemList.Electric_Motor_UEV.get(1, new Object[]{}), 5000, 800000); + + //Pumps UV-UHV + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Pump_UV.get(1L), + 96000, 256, 1000000, 16, new ItemStack[]{ + ItemList.Electric_Motor_UHV.get(1, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.pipeLarge, Materials.Neutronium, 2L), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 4L), + GT_OreDictUnificator.get(OrePrefixes.screw, Materials.CosmicNeutronium, 16L), + GT_OreDictUnificator.get(OrePrefixes.ring, Materials.AnySyntheticRubber, 32L), + GT_OreDictUnificator.get(OrePrefixes.rotor, Materials.CosmicNeutronium, 4L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 2L)}, new FluidStack[]{ + Materials.Naquadria.getMolten(2592), + Materials.SolderingAlloy.getMolten(2592), + Materials.Lubricant.getFluid(4000)}, ItemList.Electric_Pump_UHV.get(1, new Object[]{}), 2000, 200000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Pump_UHV.get(1L), + 192000, 512, 2000000, 32, new ItemStack[]{ + ItemList.Electric_Motor_UEV.get(1, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.pipeLarge, Materials.NetherStar, 2L), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 4L), + GT_OreDictUnificator.get(OrePrefixes.screw, Materials.Infinity, 16L), + GT_OreDictUnificator.get(OrePrefixes.ring, (Materials.AnySyntheticRubber), 64L), + GT_OreDictUnificator.get(OrePrefixes.rotor, Materials.Infinity, 4L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 2L)}, new FluidStack[]{ + Materials.Quantium.getMolten(2592), + Materials.SolderingAlloy.getMolten(5184), + Materials.Lubricant.getFluid(8000)}, ItemList.Electric_Pump_UEV.get(1, new Object[]{}), 5000, 800000); + + //Conveyor Belt UV-UHV + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Conveyor_Module_UV.get(1L), + 96000, 256, 1000000, 16, new ItemStack[]{ + ItemList.Electric_Motor_UHV.get(2, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 2L), + GT_OreDictUnificator.get(OrePrefixes.ring, Materials.CosmicNeutronium, 8L), + GT_OreDictUnificator.get(OrePrefixes.round, Materials.CosmicNeutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 2L)}, new FluidStack[]{ + Materials.Naquadria.getMolten(2592), + Materials.SolderingAlloy.getMolten(2592), + Materials.Lubricant.getFluid(4000), + Materials.Silicone.getMolten(5760)}, ItemList.Conveyor_Module_UHV.get(1, new Object[]{}), 2000, 200000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Conveyor_Module_UHV.get(1L), + 192000, 512, 2000000, 32, new ItemStack[]{ + ItemList.Electric_Motor_UEV.get(2, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 2L), + GT_OreDictUnificator.get(OrePrefixes.ring, Materials.Infinity, 8L), + GT_OreDictUnificator.get(OrePrefixes.round, Materials.Infinity, 64L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 2L)}, new FluidStack[]{ + Materials.Quantium.getMolten(2592), + Materials.SolderingAlloy.getMolten(5184), + Materials.Lubricant.getFluid(8000), + Materials.Silicone.getMolten(11520)}, ItemList.Conveyor_Module_UEV.get(1, new Object[]{}), 5000, 800000); + + //Piston UV-UHV + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Piston_UV.get(1L), + 96000, 256, 1000000, 16, new ItemStack[]{ + ItemList.Electric_Motor_UHV.get(1, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 6L), + GT_OreDictUnificator.get(OrePrefixes.ring, Materials.CosmicNeutronium, 8L), + GT_OreDictUnificator.get(OrePrefixes.round, Materials.CosmicNeutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.stick, Materials.CosmicNeutronium, 8L), + GT_OreDictUnificator.get(OrePrefixes.gear, Materials.CosmicNeutronium, 2L), + GT_OreDictUnificator.get(OrePrefixes.gearGtSmall, Materials.CosmicNeutronium, 4L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 4L)}, new FluidStack[]{ + Materials.Naquadria.getMolten(2592), + Materials.SolderingAlloy.getMolten(2592), + Materials.Lubricant.getFluid(4000)}, ItemList.Electric_Piston_UHV.get(1, new Object[]{}), 2000, 200000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Piston_UHV.get(1L), + 192000, 512, 2000000, 32, new ItemStack[]{ + ItemList.Electric_Motor_UEV.get(1, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 6L), + GT_OreDictUnificator.get(OrePrefixes.ring, Materials.Infinity, 8L), + GT_OreDictUnificator.get(OrePrefixes.round, Materials.Infinity, 64L), + GT_OreDictUnificator.get(OrePrefixes.stick, Materials.Infinity, 8L), + GT_OreDictUnificator.get(OrePrefixes.gear, Materials.Infinity, 2L), + GT_OreDictUnificator.get(OrePrefixes.gearGtSmall, Materials.Infinity, 4L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 4L)}, new FluidStack[]{ + Materials.Quantium.getMolten(2592), + Materials.SolderingAlloy.getMolten(5184), + Materials.Lubricant.getFluid(8000)}, ItemList.Electric_Piston_UEV.get(1, new Object[]{}), 5000, 800000); + + //Robot Arm UV-UHV + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Robot_Arm_UV.get(1L), + 96000, 256, 1000000, 16, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.CosmicNeutronium, 8L), + GT_OreDictUnificator.get(OrePrefixes.gear, Materials.CosmicNeutronium, 2L), + GT_OreDictUnificator.get(OrePrefixes.gearGtSmall, Materials.CosmicNeutronium, 6L), + ItemList.Electric_Motor_UHV.get(2, new Object(){}), + ItemList.Electric_Piston_UHV.get(1, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 2L), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Superconductor), 4L), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Ultimate), 8L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 6L)}, new FluidStack[]{ + Materials.Naquadria.getMolten(2592), + Materials.SolderingAlloy.getMolten(4608), + Materials.Lubricant.getFluid(4000)}, ItemList.Robot_Arm_UHV.get(1L), 2000, 200000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Robot_Arm_UHV.get(1L), + 192000, 512, 2000000, 32, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.Infinity, 8L), + GT_OreDictUnificator.get(OrePrefixes.gear, Materials.Infinity, 2L), + GT_OreDictUnificator.get(OrePrefixes.gearGtSmall, Materials.Infinity, 6L), + ItemList.Electric_Motor_UEV.get(2, new Object(){}), + ItemList.Electric_Piston_UEV.get(1, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 2L), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 4L), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Superconductor), 8L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 6L)}, new FluidStack[]{ + Materials.Quantium.getMolten(2592), + Materials.SolderingAlloy.getMolten(9216), + Materials.Lubricant.getFluid(8000)}, ItemList.Robot_Arm_UEV.get(1L), 5000, 800000); + + //Emitter UV-UHV + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Emitter_UV.get(1L), + 96000, 256, 1000000, 16, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.CosmicNeutronium, 1L), + ItemList.Electric_Motor_UHV.get(1, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.stick, Materials.CosmicNeutronium, 8L), + ItemList.Gravistar.get(8, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 4L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 7L)}, new FluidStack[]{ + Materials.Naquadria.getMolten(2592), + Materials.SolderingAlloy.getMolten(4608)}, + ItemList.Emitter_UHV.get(1, new Object[]{}), 2000, 200000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Emitter_UHV.get(1L), + 192000, 512, 2000000, 32, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Infinity, 1L), + ItemList.Electric_Motor_UEV.get(1, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.stick, Materials.Infinity, 16L), + ItemList.Gravistar.get(16, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 4L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 7L)}, new FluidStack[]{ + Materials.Quantium.getMolten(2592), + Materials.SolderingAlloy.getMolten(9216)}, + ItemList.Emitter_UEV.get(1, new Object[]{}), 5000, 800000); + + //Sensor UV-UHV + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Sensor_UV.get(1L), + 96000, 256, 1000000, 16, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.CosmicNeutronium, 1L), + ItemList.Electric_Motor_UHV.get(1, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 8L), + ItemList.Gravistar.get(8, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 4L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 7L)}, new FluidStack[]{ + Materials.Naquadria.getMolten(2592), + Materials.SolderingAlloy.getMolten(4608)}, + ItemList.Sensor_UHV.get(1L), 2000, 200000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Sensor_UHV.get(1L), + 192000, 512, 2000000, 32, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Infinity, 1L), + ItemList.Electric_Motor_UEV.get(1, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 8L), + ItemList.Gravistar.get(16, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 4L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 7L)}, new FluidStack[]{ + Materials.Quantium.getMolten(2592), + Materials.SolderingAlloy.getMolten(9216)}, + ItemList.Sensor_UEV.get(1, new Object[]{}), 5000, 800000); + + //Fieldgen UV and UHV + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Field_Generator_UV.get(1), + 192000, 512, 2000000, 32, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.CosmicNeutronium, 1L), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 6L), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 4L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 8L)}, + new FluidStack[]{ + Materials.Naquadria.getMolten(2592), + Materials.SolderingAlloy.getMolten(4608)}, + ItemList.Field_Generator_UHV.get(1L), 8000, 200000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Field_Generator_UHV.get(1L), + 384000, 1024, 4000000, 64, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Infinity, 1L), + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 6L), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 8L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Tritanium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Tritanium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Tritanium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Tritanium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Tritanium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Tritanium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Tritanium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Tritanium, 64L), + GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 8L)}, + new FluidStack[]{ + Materials.Quantium.getMolten(2592), + Materials.SolderingAlloy.getMolten(9216)}, + ItemList.Field_Generator_UEV.get(1L), 10000, 800000); + + //UHV Energy Hatch + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Energy_UV.get(1L), + 48000, 128, 500000, 8, new ItemStack[]{ + ItemList.Hull_MAX.get(1L), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.SuperconductorUHV, 2L), + ItemList.Circuit_Chip_QPIC.get(2L), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 2L), + ItemList.UHV_Coil.get(2L), + ItemList.Reactor_Coolant_He_6.get(8L), + ItemList.Electric_Pump_UHV.get(1L)}, + new FluidStack[]{ + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 16000), + Materials.SolderingAlloy.getMolten(5760), + }, ItemList.Hatch_Energy_MAX.get(1L), 1000, 2000000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Dynamo_UV.get(1L), + 48000, 128, 500000, 8, new ItemStack[]{ + ItemList.Hull_MAX.get(1L, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.spring, Materials.Longasssuperconductornameforuhvwire, 8L), + ItemList.Circuit_Chip_QPIC.get(2L, new Object(){}), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 2L), + ItemList.UHV_Coil.get(2L, new Object(){}), + ItemList.Reactor_Coolant_He_6.get(8L, new Object(){}), + ItemList.Electric_Pump_UHV.get(1L, new Object(){})}, + new FluidStack[]{ + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 16000), + Materials.SolderingAlloy.getMolten(5760)}, + ItemList.Hatch_Dynamo_MAX.get(1, new Object[]{}), 1000, 2000000); + + //GTNH Circuits + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Biomainframe.get(1L), + 192000, 512, 2000000, 32, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Tritanium, 8), + ItemList.Circuit_Biomainframe.get(2L), + ItemList.UHV_Coil.get(32L), + ItemList.Circuit_Parts_CapacitorSMD.get(64L), + ItemList.Circuit_Parts_ResistorSMD.get(64L), + ItemList.Circuit_Parts_TransistorSMD.get(64L), + ItemList.Circuit_Parts_DiodeSMD.get(64L), + ItemList.Circuit_Chip_Ram.get(64L), + ItemList.Circuit_Chip_NPIC.get(64L), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Draconium, 64), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.SuperconductorUHV, 64), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Silicone, 64), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Polybenzimidazole, 64) + }, new FluidStack[]{ + Materials.SolderingAlloy.getMolten(3760L), + Materials.Naquadria.getMolten(4032L), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 20000) + }, getItemContainer("NanoCircuit").get(1L), 8000, 8000000); + + + TT_recipeAdder.addResearchableAssemblylineRecipe(getItemContainer("PicoWafer").get(1), + 384000, 1024, 4000000, 64, new ItemStack[]{ + ItemList.Circuit_Board_Bio_Ultra.get(1L), + getItemContainer("PicoWafer").get(4L), + getItemContainer("NanoCircuit").get(2L), + ItemList.Circuit_Parts_TransistorSMD.get(64L), + ItemList.Circuit_Parts_ResistorSMD.get(64L), + ItemList.Circuit_Parts_CapacitorSMD.get(64L), + ItemList.Circuit_Parts_DiodeSMD.get(64L), + ItemList.Circuit_Chip_PPIC.get(64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.NiobiumTitanium, 16), + GT_OreDictUnificator.get(OrePrefixes.bolt, Materials.Osmium, 32), + GT_OreDictUnificator.get(OrePrefixes.bolt, Materials.Neutronium, 16), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Lanthanum, 64) + }, new FluidStack[]{ + Materials.SolderingAlloy.getMolten(3760L), + Materials.UUMatter.getFluid(8000L), + Materials.Osmium.getMolten(1152L) + }, getItemContainer("PikoCircuit").get(1L), 10000, 8000000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(getItemContainer("PikoCircuit").get(1L), + 720000, 2048, 8000000, 128, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt,Materials.Neutronium, 16), + getItemContainer("PikoCircuit").get(8L), + ItemList.Circuit_Parts_CapacitorSMD.get(64L), + ItemList.Circuit_Parts_DiodeSMD.get(64L), + ItemList.Circuit_Parts_TransistorSMD.get(64L), + ItemList.Circuit_Parts_ResistorSMD.get(64L), + ItemList.Circuit_Chip_QPIC.get(64L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.NiobiumTitanium, 64), + GT_OreDictUnificator.get(OrePrefixes.bolt, Materials.Indium, 64), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Bedrockium, 8), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Lanthanum, 64) + }, new FluidStack[]{ + Materials.SolderingAlloy.getMolten(3760L), + Materials.UUMatter.getFluid(24000L), + Materials.Osmium.getMolten(2304L) + }, getItemContainer("QuantumCircuit").get(1L), 20000, 32000000); + + //Stargate Stuff + if (Loader.isModLoaded("eternalsingularity")&&Loader.isModLoaded("SGCraft")) { + TT_recipeAdder.addResearchableAssemblylineRecipe(GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Infinity, 1L), + 192000, 512, 2000000, 32, new ItemStack[]{ + GT_ModHandler.getModItem("eternalsingularity", "eternal_singularity", 1L), + ItemList.Sensor_UV.get(16L), + GT_OreDictUnificator.get(OrePrefixes.block, Materials.Infinity, 16L), + GT_OreDictUnificator.get(OrePrefixes.block, Materials.CosmicNeutronium, 16L), + GT_OreDictUnificator.get(OrePrefixes.block, Materials.NaquadahAlloy, 64L), + GT_OreDictUnificator.get(OrePrefixes.block, Materials.NaquadahAlloy, 64L), + GT_OreDictUnificator.get(OrePrefixes.block, Materials.NaquadahAlloy, 64L), + getItemContainer("NanoCircuit").get(1L).splitStack(16) + }, + new FluidStack[]{ + Materials.Neutronium.getMolten(36864L), + Materials.Tritanium.getMolten(36864L), + Materials.Tetranaquadahdiindiumhexaplatiumosminid.getMolten(36864L), + Materials.Silver.getPlasma(36864L) + }, + getItemContainer("StargateShieldingFoil").get(1L), 72000, 2000000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(getItemContainer("StargateShieldingFoil").get(1L), + 192000, 512, 2000000, 32, new ItemStack[]{ + ItemList.Electric_Piston_UV.get(16L), + ItemList.Electric_Motor_UV.get(64L), + GT_OreDictUnificator.get(OrePrefixes.block, Materials.Infinity, 16L), + GT_OreDictUnificator.get(OrePrefixes.block, Materials.NaquadahAlloy, 64L), + GT_OreDictUnificator.get(OrePrefixes.plateDense, Materials.Ardite, 8L), + GT_OreDictUnificator.get(OrePrefixes.plateDense, Materials.Ardite, 8L), + GT_OreDictUnificator.get(OrePrefixes.plateDense, Materials.Ardite, 8L), + GT_OreDictUnificator.get(OrePrefixes.plateDense, Materials.Ardite, 8L), + GT_OreDictUnificator.get(OrePrefixes.gemExquisite, Materials.Ruby, 64L), + GT_OreDictUnificator.get(OrePrefixes.gemExquisite, Materials.Jasper, 64L), + getItemContainer("NanoCircuit").get(1L).splitStack(32) + }, + new FluidStack[]{ + Materials.Neutronium.getMolten(9216L), + Materials.Tritanium.getMolten(9216L), + Materials.Tetranaquadahdiindiumhexaplatiumosminid.getMolten(9216L), + Materials.Silver.getPlasma(9216L) + }, + getItemContainer("StargateChevron").get(1L), 72000, 2000000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Neutronium, 1L), + 192000, 512, 2000000, 32, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.Infinity, 64L), + GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.NaquadahAlloy, 64L), + GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.CosmicNeutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.Osmiridium, 64L) + }, + new FluidStack[]{ + Materials.Neutronium.getMolten(73728L), + Materials.Tritanium.getMolten(73728L), + Materials.Concrete.getMolten(73728L) + }, + getItemContainer("StargateFramePart").get(1L), 72000, 2000000); + } //endregion register_machine_EM_behaviours(); -- cgit From 6f67c4561e9cc74e0638df659192068e87fddd0e Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Sun, 11 Nov 2018 22:33:30 +0100 Subject: Added Tec Tech Gt Archivements. --- src/main/resources/assets/tectech/lang/en_US.lang | 27 ++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index ccb17a8a0c..c146e915df 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -13,4 +13,29 @@ death.attack.microwaving=%1$s was dehydrated by radiation. death.attack.microwaving.player=%1$s was dehydrated by radiation while fighting %2$s. death.attack.elementalPollution=%1$s was vaping from the wrong hole. -death.attack.elementalPollution.player=%1$s was vaping from the wrong hole while fighting %2$s. \ No newline at end of file +death.attack.elementalPollution.player=%1$s was vaping from the wrong hole while fighting %2$s. + +achievement.gt.blockmachine.multimachine.em.computer=Quantum Computer +achievement.gt.blockmachine.multimachine.em.computer.desc=Pickup this item to see the recipe in NEI +achievement.gt.blockmachine.multimachine.em.research.computer=Research station +achievement.gt.blockmachine.multimachine.em.research.desc=Pickup this item to see the recipe in NEI +achievement.gt.blockmachine.multimachine.em.junction=Matter Junction +achievement.gt.blockmachine.multimachine.em.junction.desc=Pickup this item to see the recipe in NEI +achievement.gt.blockmachine.multimachine.em.mattertoem=Matter Quantizer +achievement.gt.blockmachine.multimachine.em.mattertoem.desc=Pickup this item to see the recipe in NEI +achievement.gt.blockmachine.multimachine.em.emtomatter=Matter Dequantizer +achievement.gt.blockmachine.multimachine.em.emtomatter.desc=Pickup this item to see the recipe in NEI +achievement.gt.blockmachine.multimachine.em.essentiatoem=Essentia Quantizer +achievement.gt.blockmachine.multimachine.em.essentiatoem.desc=Pickup this item to see the recipe in NEI +achievement.gt.blockmachine.multimachine.em.emtoessentia=Essentia Dequantizer +achievement.gt.blockmachine.multimachine.em.emtoessentia.desc=Pickup this item to see the recipe in NEI +achievement.gt.blockmachine.multimachine.em.scanner=Elemental Scanner +achievement.gt.blockmachine.multimachine.em.scanner.desc=Pickup this item to see the recipe in NEI +achievement.gt.blockcasingTT.8=Hollow Casing +achievement.gt.blockcasingTT.8.desc=Pickup this item to see the recipe in NEI +achievement.gt.blockcasingTT.7=Molecular Coil +achievement.gt.blockcasingTT.7.desc=Pickup this item to see the recipe in NEI +achievement.gt.blockmachine.multimachine.em.infuserr=Energy Infuser +achievement.gt.blockmachine.multimachine.em.infuserr.desc=Pickup this item to see the recipe in NEI +achievement.gt.blockmachine.hatch.holder.tier.09=Object Holder +achievement.gt.blockmachine.hatch.holder.tier.09.desc=Pickup this item to see the recipe in NEI \ No newline at end of file -- cgit From 16940f5abc904dd54200dd979ac33c2114cab46b Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Sun, 11 Nov 2018 23:36:24 +0100 Subject: tec tech achivements typo fix --- src/main/resources/assets/tectech/lang/en_US.lang | 27 +---------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index c146e915df..ccb17a8a0c 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -13,29 +13,4 @@ death.attack.microwaving=%1$s was dehydrated by radiation. death.attack.microwaving.player=%1$s was dehydrated by radiation while fighting %2$s. death.attack.elementalPollution=%1$s was vaping from the wrong hole. -death.attack.elementalPollution.player=%1$s was vaping from the wrong hole while fighting %2$s. - -achievement.gt.blockmachine.multimachine.em.computer=Quantum Computer -achievement.gt.blockmachine.multimachine.em.computer.desc=Pickup this item to see the recipe in NEI -achievement.gt.blockmachine.multimachine.em.research.computer=Research station -achievement.gt.blockmachine.multimachine.em.research.desc=Pickup this item to see the recipe in NEI -achievement.gt.blockmachine.multimachine.em.junction=Matter Junction -achievement.gt.blockmachine.multimachine.em.junction.desc=Pickup this item to see the recipe in NEI -achievement.gt.blockmachine.multimachine.em.mattertoem=Matter Quantizer -achievement.gt.blockmachine.multimachine.em.mattertoem.desc=Pickup this item to see the recipe in NEI -achievement.gt.blockmachine.multimachine.em.emtomatter=Matter Dequantizer -achievement.gt.blockmachine.multimachine.em.emtomatter.desc=Pickup this item to see the recipe in NEI -achievement.gt.blockmachine.multimachine.em.essentiatoem=Essentia Quantizer -achievement.gt.blockmachine.multimachine.em.essentiatoem.desc=Pickup this item to see the recipe in NEI -achievement.gt.blockmachine.multimachine.em.emtoessentia=Essentia Dequantizer -achievement.gt.blockmachine.multimachine.em.emtoessentia.desc=Pickup this item to see the recipe in NEI -achievement.gt.blockmachine.multimachine.em.scanner=Elemental Scanner -achievement.gt.blockmachine.multimachine.em.scanner.desc=Pickup this item to see the recipe in NEI -achievement.gt.blockcasingTT.8=Hollow Casing -achievement.gt.blockcasingTT.8.desc=Pickup this item to see the recipe in NEI -achievement.gt.blockcasingTT.7=Molecular Coil -achievement.gt.blockcasingTT.7.desc=Pickup this item to see the recipe in NEI -achievement.gt.blockmachine.multimachine.em.infuserr=Energy Infuser -achievement.gt.blockmachine.multimachine.em.infuserr.desc=Pickup this item to see the recipe in NEI -achievement.gt.blockmachine.hatch.holder.tier.09=Object Holder -achievement.gt.blockmachine.hatch.holder.tier.09.desc=Pickup this item to see the recipe in NEI \ No newline at end of file +death.attack.elementalPollution.player=%1$s was vaping from the wrong hole while fighting %2$s. \ No newline at end of file -- cgit From 45181221ff191a635aaf1ff941db7b6b8a5f4855 Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Mon, 12 Nov 2018 08:18:45 +0100 Subject: buff research staion recipes a lot --- .../dreamcraft/DreamCraftRecipeLoader.java | 148 ++++++++++----------- 1 file changed, 74 insertions(+), 74 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index c7b4a3ae80..a156bc6f78 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -460,49 +460,9 @@ public class DreamCraftRecipeLoader implements Runnable { new FluidStack(FluidRegistry.getFluid("ic2coolant"), 2000), }, CustomItemList.Machine_Multi_Infuser.get(1), 8000, 2000000); - //Bio Chips - TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Biowarecomputer.get(1L), - 48000, 128, 500000, 8, new ItemStack[]{ - ItemList.Circuit_Board_Bio_Ultra.get(2L), - ItemList.Circuit_Biowarecomputer.get(2L), - ItemList.Circuit_Parts_DiodeSMD.get(48L), - ItemList.Circuit_Parts_ResistorSMD.get(16L), - ItemList.Circuit_Parts_TransistorSMD.get(16L), - ItemList.Circuit_Parts_DiodeSMD.get(16L), - ItemList.Circuit_Chip_NOR.get(32L), - ItemList.Circuit_Chip_Ram.get(64L), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.NiobiumTitanium, 32L), - GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Silicone, 16L), - }, new FluidStack[]{ - Materials.SolderingAlloy.getMolten(1440L), - Materials.BioMediumSterilized.getFluid(1440L), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 10000) - }, - ItemList.Circuit_Biowaresupercomputer.get(1L), 4000, 500000); - - TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Biowaresupercomputer.get(1L), - 96000, 256, 1000000, 16, new ItemStack[]{ - GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Tritanium, 4L), - ItemList.Circuit_Biowaresupercomputer.get(2L), - ItemList.Circuit_Parts_Coil.get(64L), - ItemList.Circuit_Parts_Coil.get(64L), - ItemList.Circuit_Parts_CapacitorSMD.get(64L), - ItemList.Circuit_Parts_ResistorSMD.get(64L), - ItemList.Circuit_Parts_TransistorSMD.get(64L), - ItemList.Circuit_Parts_DiodeSMD.get(64L), - ItemList.Circuit_Chip_Ram.get(64L), - GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.SuperconductorUHV, 64), - GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Silicone, 64), - GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Polybenzimidazole, 64) - }, new FluidStack[]{ - Materials.SolderingAlloy.getMolten(2880L), - Materials.BioMediumSterilized.getFluid(2880L), - new FluidStack(FluidRegistry.getFluid("ic2coolant"), 20000) - }, ItemList.Circuit_Biomainframe.get(1L), 6000, 2000000); - //Motor UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Motor_UV.get(1L), - 96000, 256, 1000000, 16, new ItemStack[]{ + 24000, 32, 100000, 4, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.SamariumMagnetic, 4L), GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.CosmicNeutronium, 8L), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.CosmicNeutronium, 8L), @@ -515,10 +475,10 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 2L)}, new FluidStack[]{ Materials.Naquadria.getMolten(2592), Materials.SolderingAlloy.getMolten(2592), - Materials.Lubricant.getFluid(4000)}, ItemList.Electric_Motor_UHV.get(1, new Object[]{}), 2000, 200000); + Materials.Lubricant.getFluid(4000)}, ItemList.Electric_Motor_UHV.get(1, new Object[]{}), 1000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Motor_UHV.get(1L), - 192000, 512, 2000000, 32, new ItemStack[]{ + 48000, 64, 2000000, 8, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.SamariumMagnetic, 8L), GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.Infinity, 16L), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.Infinity, 8L), @@ -535,11 +495,11 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 2L)}, new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(5184), - Materials.Lubricant.getFluid(8000)}, ItemList.Electric_Motor_UEV.get(1, new Object[]{}), 5000, 800000); + Materials.Lubricant.getFluid(8000)}, ItemList.Electric_Motor_UEV.get(1, new Object[]{}), 2000, 800000); //Pumps UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Pump_UV.get(1L), - 96000, 256, 1000000, 16, new ItemStack[]{ + 24000, 32, 100000, 4, new ItemStack[]{ ItemList.Electric_Motor_UHV.get(1, new Object(){}), GT_OreDictUnificator.get(OrePrefixes.pipeLarge, Materials.Neutronium, 2L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 4L), @@ -549,10 +509,10 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 2L)}, new FluidStack[]{ Materials.Naquadria.getMolten(2592), Materials.SolderingAlloy.getMolten(2592), - Materials.Lubricant.getFluid(4000)}, ItemList.Electric_Pump_UHV.get(1, new Object[]{}), 2000, 200000); + Materials.Lubricant.getFluid(4000)}, ItemList.Electric_Pump_UHV.get(1, new Object[]{}), 1000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Pump_UHV.get(1L), - 192000, 512, 2000000, 32, new ItemStack[]{ + 48000, 64, 200000, 8, new ItemStack[]{ ItemList.Electric_Motor_UEV.get(1, new Object(){}), GT_OreDictUnificator.get(OrePrefixes.pipeLarge, Materials.NetherStar, 2L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 4L), @@ -562,11 +522,11 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 2L)}, new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(5184), - Materials.Lubricant.getFluid(8000)}, ItemList.Electric_Pump_UEV.get(1, new Object[]{}), 5000, 800000); + Materials.Lubricant.getFluid(8000)}, ItemList.Electric_Pump_UEV.get(1, new Object[]{}), 2000, 800000); //Conveyor Belt UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Conveyor_Module_UV.get(1L), - 96000, 256, 1000000, 16, new ItemStack[]{ + 24000, 32, 100000, 4, new ItemStack[]{ ItemList.Electric_Motor_UHV.get(2, new Object(){}), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 2L), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.CosmicNeutronium, 8L), @@ -575,10 +535,10 @@ public class DreamCraftRecipeLoader implements Runnable { Materials.Naquadria.getMolten(2592), Materials.SolderingAlloy.getMolten(2592), Materials.Lubricant.getFluid(4000), - Materials.Silicone.getMolten(5760)}, ItemList.Conveyor_Module_UHV.get(1, new Object[]{}), 2000, 200000); + Materials.Silicone.getMolten(5760)}, ItemList.Conveyor_Module_UHV.get(1, new Object[]{}), 1000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Conveyor_Module_UHV.get(1L), - 192000, 512, 2000000, 32, new ItemStack[]{ + 48000, 64, 200000, 8, new ItemStack[]{ ItemList.Electric_Motor_UEV.get(2, new Object(){}), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 2L), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.Infinity, 8L), @@ -587,11 +547,11 @@ public class DreamCraftRecipeLoader implements Runnable { Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(5184), Materials.Lubricant.getFluid(8000), - Materials.Silicone.getMolten(11520)}, ItemList.Conveyor_Module_UEV.get(1, new Object[]{}), 5000, 800000); + Materials.Silicone.getMolten(11520)}, ItemList.Conveyor_Module_UEV.get(1, new Object[]{}), 2000, 800000); //Piston UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Piston_UV.get(1L), - 96000, 256, 1000000, 16, new ItemStack[]{ + 24000, 32, 100000, 4, new ItemStack[]{ ItemList.Electric_Motor_UHV.get(1, new Object(){}), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 6L), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.CosmicNeutronium, 8L), @@ -602,10 +562,10 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 4L)}, new FluidStack[]{ Materials.Naquadria.getMolten(2592), Materials.SolderingAlloy.getMolten(2592), - Materials.Lubricant.getFluid(4000)}, ItemList.Electric_Piston_UHV.get(1, new Object[]{}), 2000, 200000); + Materials.Lubricant.getFluid(4000)}, ItemList.Electric_Piston_UHV.get(1, new Object[]{}), 1000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Piston_UHV.get(1L), - 192000, 512, 2000000, 32, new ItemStack[]{ + 48000, 64, 200000, 8, new ItemStack[]{ ItemList.Electric_Motor_UEV.get(1, new Object(){}), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 6L), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.Infinity, 8L), @@ -616,11 +576,11 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 4L)}, new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(5184), - Materials.Lubricant.getFluid(8000)}, ItemList.Electric_Piston_UEV.get(1, new Object[]{}), 5000, 800000); + Materials.Lubricant.getFluid(8000)}, ItemList.Electric_Piston_UEV.get(1, new Object[]{}), 2000, 800000); //Robot Arm UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Robot_Arm_UV.get(1L), - 96000, 256, 1000000, 16, new ItemStack[]{ + 24000, 32, 100000, 4, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.CosmicNeutronium, 8L), GT_OreDictUnificator.get(OrePrefixes.gear, Materials.CosmicNeutronium, 2L), GT_OreDictUnificator.get(OrePrefixes.gearGtSmall, Materials.CosmicNeutronium, 6L), @@ -632,10 +592,10 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 6L)}, new FluidStack[]{ Materials.Naquadria.getMolten(2592), Materials.SolderingAlloy.getMolten(4608), - Materials.Lubricant.getFluid(4000)}, ItemList.Robot_Arm_UHV.get(1L), 2000, 200000); + Materials.Lubricant.getFluid(4000)}, ItemList.Robot_Arm_UHV.get(1L), 1000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Robot_Arm_UHV.get(1L), - 192000, 512, 2000000, 32, new ItemStack[]{ + 48000, 64, 200000, 8, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.Infinity, 8L), GT_OreDictUnificator.get(OrePrefixes.gear, Materials.Infinity, 2L), GT_OreDictUnificator.get(OrePrefixes.gearGtSmall, Materials.Infinity, 6L), @@ -647,11 +607,11 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 6L)}, new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(9216), - Materials.Lubricant.getFluid(8000)}, ItemList.Robot_Arm_UEV.get(1L), 5000, 800000); + Materials.Lubricant.getFluid(8000)}, ItemList.Robot_Arm_UEV.get(1L), 2000, 800000); //Emitter UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Emitter_UV.get(1L), - 96000, 256, 1000000, 16, new ItemStack[]{ + 24000, 32, 100000, 4, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.CosmicNeutronium, 1L), ItemList.Electric_Motor_UHV.get(1, new Object(){}), GT_OreDictUnificator.get(OrePrefixes.stick, Materials.CosmicNeutronium, 8L), @@ -664,10 +624,10 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 7L)}, new FluidStack[]{ Materials.Naquadria.getMolten(2592), Materials.SolderingAlloy.getMolten(4608)}, - ItemList.Emitter_UHV.get(1, new Object[]{}), 2000, 200000); + ItemList.Emitter_UHV.get(1, new Object[]{}), 1000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Emitter_UHV.get(1L), - 192000, 512, 2000000, 32, new ItemStack[]{ + 48000, 64, 200000, 8, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Infinity, 1L), ItemList.Electric_Motor_UEV.get(1, new Object(){}), GT_OreDictUnificator.get(OrePrefixes.stick, Materials.Infinity, 16L), @@ -680,11 +640,11 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 7L)}, new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(9216)}, - ItemList.Emitter_UEV.get(1, new Object[]{}), 5000, 800000); + ItemList.Emitter_UEV.get(1, new Object[]{}), 2000, 800000); //Sensor UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Sensor_UV.get(1L), - 96000, 256, 1000000, 16, new ItemStack[]{ + 24000, 32, 100000, 4, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.CosmicNeutronium, 1L), ItemList.Electric_Motor_UHV.get(1, new Object(){}), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 8L), @@ -697,10 +657,10 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 7L)}, new FluidStack[]{ Materials.Naquadria.getMolten(2592), Materials.SolderingAlloy.getMolten(4608)}, - ItemList.Sensor_UHV.get(1L), 2000, 200000); + ItemList.Sensor_UHV.get(1L), 1000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Sensor_UHV.get(1L), - 192000, 512, 2000000, 32, new ItemStack[]{ + 48000, 64, 200000, 8, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Infinity, 1L), ItemList.Electric_Motor_UEV.get(1, new Object(){}), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 8L), @@ -713,11 +673,11 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 7L)}, new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(9216)}, - ItemList.Sensor_UEV.get(1, new Object[]{}), 5000, 800000); + ItemList.Sensor_UEV.get(1, new Object[]{}), 2000, 800000); //Fieldgen UV and UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Field_Generator_UV.get(1), - 192000, 512, 2000000, 32, new ItemStack[]{ + 48000, 64, 200000, 8, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.CosmicNeutronium, 1L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 6L), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 4L), @@ -733,10 +693,10 @@ public class DreamCraftRecipeLoader implements Runnable { new FluidStack[]{ Materials.Naquadria.getMolten(2592), Materials.SolderingAlloy.getMolten(4608)}, - ItemList.Field_Generator_UHV.get(1L), 8000, 200000); + ItemList.Field_Generator_UHV.get(1L), 2000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Field_Generator_UHV.get(1L), - 384000, 1024, 4000000, 64, new ItemStack[]{ + 96000, 128, 400000, 16, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Infinity, 1L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 6L), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 8L), @@ -752,11 +712,11 @@ public class DreamCraftRecipeLoader implements Runnable { new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(9216)}, - ItemList.Field_Generator_UEV.get(1L), 10000, 800000); + ItemList.Field_Generator_UEV.get(1L), 4000, 800000); //UHV Energy Hatch TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Energy_UV.get(1L), - 48000, 128, 500000, 8, new ItemStack[]{ + 24000, 16, 50000, 2, new ItemStack[]{ ItemList.Hull_MAX.get(1L), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.SuperconductorUHV, 2L), ItemList.Circuit_Chip_QPIC.get(2L), @@ -770,7 +730,7 @@ public class DreamCraftRecipeLoader implements Runnable { }, ItemList.Hatch_Energy_MAX.get(1L), 1000, 2000000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Dynamo_UV.get(1L), - 48000, 128, 500000, 8, new ItemStack[]{ + 48000, 32, 100000, 4, new ItemStack[]{ ItemList.Hull_MAX.get(1L, new Object(){}), GT_OreDictUnificator.get(OrePrefixes.spring, Materials.Longasssuperconductornameforuhvwire, 8L), ItemList.Circuit_Chip_QPIC.get(2L, new Object(){}), @@ -783,6 +743,46 @@ public class DreamCraftRecipeLoader implements Runnable { Materials.SolderingAlloy.getMolten(5760)}, ItemList.Hatch_Dynamo_MAX.get(1, new Object[]{}), 1000, 2000000); + //Bio Chips + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Biowarecomputer.get(1L), + 48000, 128, 500000, 8, new ItemStack[]{ + ItemList.Circuit_Board_Bio_Ultra.get(2L), + ItemList.Circuit_Biowarecomputer.get(2L), + ItemList.Circuit_Parts_DiodeSMD.get(48L), + ItemList.Circuit_Parts_ResistorSMD.get(16L), + ItemList.Circuit_Parts_TransistorSMD.get(16L), + ItemList.Circuit_Parts_DiodeSMD.get(16L), + ItemList.Circuit_Chip_NOR.get(32L), + ItemList.Circuit_Chip_Ram.get(64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.NiobiumTitanium, 32L), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Silicone, 16L), + }, new FluidStack[]{ + Materials.SolderingAlloy.getMolten(1440L), + Materials.BioMediumSterilized.getFluid(1440L), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 10000) + }, + ItemList.Circuit_Biowaresupercomputer.get(1L), 4000, 500000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Biowaresupercomputer.get(1L), + 96000, 256, 1000000, 16, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Tritanium, 4L), + ItemList.Circuit_Biowaresupercomputer.get(2L), + ItemList.Circuit_Parts_Coil.get(64L), + ItemList.Circuit_Parts_Coil.get(64L), + ItemList.Circuit_Parts_CapacitorSMD.get(64L), + ItemList.Circuit_Parts_ResistorSMD.get(64L), + ItemList.Circuit_Parts_TransistorSMD.get(64L), + ItemList.Circuit_Parts_DiodeSMD.get(64L), + ItemList.Circuit_Chip_Ram.get(64L), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.SuperconductorUHV, 64), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Silicone, 64), + GT_OreDictUnificator.get(OrePrefixes.foil, Materials.Polybenzimidazole, 64) + }, new FluidStack[]{ + Materials.SolderingAlloy.getMolten(2880L), + Materials.BioMediumSterilized.getFluid(2880L), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 20000) + }, ItemList.Circuit_Biomainframe.get(1L), 6000, 2000000); + //GTNH Circuits TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Biomainframe.get(1L), 192000, 512, 2000000, 32, new ItemStack[]{ -- cgit From 250d0d9f7275bfb541355778ed711f2dc1497ad8 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Mon, 12 Nov 2018 08:21:33 +0100 Subject: update jenkins build info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ce886415..e70c4b62b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TecTech [![Build Status](http://jenkins.usrv.de:8081/buildStatus/icon?job=Tec%20Tech)](http://jenkins.usrv.de:8081/job/Tec%20Tech) +# TecTech [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=Tec%20Tech)](http://jenkins.usrv.eu:8080/job/Tec%20Tech) GT additions EXTREME # WIKI -- cgit From 09bb4c03fbc8f45113e7566220a12912b21fb50c Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Mon, 12 Nov 2018 11:39:18 +0100 Subject: Clean up code put the missing UHV Circuit to Research Station --- .../dreamcraft/DreamCraftRecipeLoader.java | 77 ++++++++++++++-------- 1 file changed, 48 insertions(+), 29 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index a156bc6f78..47dea0d71c 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -475,7 +475,7 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 2L)}, new FluidStack[]{ Materials.Naquadria.getMolten(2592), Materials.SolderingAlloy.getMolten(2592), - Materials.Lubricant.getFluid(4000)}, ItemList.Electric_Motor_UHV.get(1, new Object[]{}), 1000, 200000); + Materials.Lubricant.getFluid(4000)}, ItemList.Electric_Motor_UHV.get(1L), 1000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Motor_UHV.get(1L), 48000, 64, 2000000, 8, new ItemStack[]{ @@ -495,12 +495,12 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 2L)}, new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(5184), - Materials.Lubricant.getFluid(8000)}, ItemList.Electric_Motor_UEV.get(1, new Object[]{}), 2000, 800000); + Materials.Lubricant.getFluid(8000)}, ItemList.Electric_Motor_UEV.get(1L), 2000, 800000); //Pumps UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Pump_UV.get(1L), 24000, 32, 100000, 4, new ItemStack[]{ - ItemList.Electric_Motor_UHV.get(1, new Object(){}), + ItemList.Electric_Motor_UHV.get(1L), GT_OreDictUnificator.get(OrePrefixes.pipeLarge, Materials.Neutronium, 2L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 4L), GT_OreDictUnificator.get(OrePrefixes.screw, Materials.CosmicNeutronium, 16L), @@ -513,7 +513,7 @@ public class DreamCraftRecipeLoader implements Runnable { TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Pump_UHV.get(1L), 48000, 64, 200000, 8, new ItemStack[]{ - ItemList.Electric_Motor_UEV.get(1, new Object(){}), + ItemList.Electric_Motor_UEV.get(1L), GT_OreDictUnificator.get(OrePrefixes.pipeLarge, Materials.NetherStar, 2L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 4L), GT_OreDictUnificator.get(OrePrefixes.screw, Materials.Infinity, 16L), @@ -527,7 +527,7 @@ public class DreamCraftRecipeLoader implements Runnable { //Conveyor Belt UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Conveyor_Module_UV.get(1L), 24000, 32, 100000, 4, new ItemStack[]{ - ItemList.Electric_Motor_UHV.get(2, new Object(){}), + ItemList.Electric_Motor_UHV.get(2L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 2L), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.CosmicNeutronium, 8L), GT_OreDictUnificator.get(OrePrefixes.round, Materials.CosmicNeutronium, 64L), @@ -539,7 +539,7 @@ public class DreamCraftRecipeLoader implements Runnable { TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Conveyor_Module_UHV.get(1L), 48000, 64, 200000, 8, new ItemStack[]{ - ItemList.Electric_Motor_UEV.get(2, new Object(){}), + ItemList.Electric_Motor_UEV.get(2L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 2L), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.Infinity, 8L), GT_OreDictUnificator.get(OrePrefixes.round, Materials.Infinity, 64L), @@ -552,7 +552,7 @@ public class DreamCraftRecipeLoader implements Runnable { //Piston UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Piston_UV.get(1L), 24000, 32, 100000, 4, new ItemStack[]{ - ItemList.Electric_Motor_UHV.get(1, new Object(){}), + ItemList.Electric_Motor_UHV.get(1L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 6L), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.CosmicNeutronium, 8L), GT_OreDictUnificator.get(OrePrefixes.round, Materials.CosmicNeutronium, 64L), @@ -566,7 +566,7 @@ public class DreamCraftRecipeLoader implements Runnable { TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Electric_Piston_UHV.get(1L), 48000, 64, 200000, 8, new ItemStack[]{ - ItemList.Electric_Motor_UEV.get(1, new Object(){}), + ItemList.Electric_Motor_UEV.get(1L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 6L), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.Infinity, 8L), GT_OreDictUnificator.get(OrePrefixes.round, Materials.Infinity, 64L), @@ -584,8 +584,8 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.CosmicNeutronium, 8L), GT_OreDictUnificator.get(OrePrefixes.gear, Materials.CosmicNeutronium, 2L), GT_OreDictUnificator.get(OrePrefixes.gearGtSmall, Materials.CosmicNeutronium, 6L), - ItemList.Electric_Motor_UHV.get(2, new Object(){}), - ItemList.Electric_Piston_UHV.get(1, new Object(){}), + ItemList.Electric_Motor_UHV.get(2L), + ItemList.Electric_Piston_UHV.get(1L), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 2L), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Superconductor), 4L), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Ultimate), 8L), @@ -599,8 +599,8 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.Infinity, 8L), GT_OreDictUnificator.get(OrePrefixes.gear, Materials.Infinity, 2L), GT_OreDictUnificator.get(OrePrefixes.gearGtSmall, Materials.Infinity, 6L), - ItemList.Electric_Motor_UEV.get(2, new Object(){}), - ItemList.Electric_Piston_UEV.get(1, new Object(){}), + ItemList.Electric_Motor_UEV.get(2L), + ItemList.Electric_Piston_UEV.get(1L), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 2L), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 4L), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Superconductor), 8L), @@ -613,9 +613,9 @@ public class DreamCraftRecipeLoader implements Runnable { TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Emitter_UV.get(1L), 24000, 32, 100000, 4, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.CosmicNeutronium, 1L), - ItemList.Electric_Motor_UHV.get(1, new Object(){}), + ItemList.Electric_Motor_UHV.get(1L), GT_OreDictUnificator.get(OrePrefixes.stick, Materials.CosmicNeutronium, 8L), - ItemList.Gravistar.get(8, new Object(){}), + ItemList.Gravistar.get(8L), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 4L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), @@ -624,14 +624,14 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 7L)}, new FluidStack[]{ Materials.Naquadria.getMolten(2592), Materials.SolderingAlloy.getMolten(4608)}, - ItemList.Emitter_UHV.get(1, new Object[]{}), 1000, 200000); + ItemList.Emitter_UHV.get(1L), 1000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Emitter_UHV.get(1L), 48000, 64, 200000, 8, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Infinity, 1L), - ItemList.Electric_Motor_UEV.get(1, new Object(){}), + ItemList.Electric_Motor_UEV.get(1L), GT_OreDictUnificator.get(OrePrefixes.stick, Materials.Infinity, 16L), - ItemList.Gravistar.get(16, new Object(){}), + ItemList.Gravistar.get(16L), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 4L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), @@ -640,15 +640,15 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 7L)}, new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(9216)}, - ItemList.Emitter_UEV.get(1, new Object[]{}), 2000, 800000); + ItemList.Emitter_UEV.get(1L), 2000, 800000); //Sensor UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Sensor_UV.get(1L), 24000, 32, 100000, 4, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.CosmicNeutronium, 1L), - ItemList.Electric_Motor_UHV.get(1, new Object(){}), + ItemList.Electric_Motor_UHV.get(1L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 8L), - ItemList.Gravistar.get(8, new Object(){}), + ItemList.Gravistar.get(8L), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 4L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), @@ -662,9 +662,9 @@ public class DreamCraftRecipeLoader implements Runnable { TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Sensor_UHV.get(1L), 48000, 64, 200000, 8, new ItemStack[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Infinity, 1L), - ItemList.Electric_Motor_UEV.get(1, new Object(){}), + ItemList.Electric_Motor_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 8L), - ItemList.Gravistar.get(16, new Object(){}), + ItemList.Gravistar.get(16), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 4L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), @@ -673,7 +673,7 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 7L)}, new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(9216)}, - ItemList.Sensor_UEV.get(1, new Object[]{}), 2000, 800000); + ItemList.Sensor_UEV.get(1L), 2000, 800000); //Fieldgen UV and UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Field_Generator_UV.get(1), @@ -731,17 +731,36 @@ public class DreamCraftRecipeLoader implements Runnable { TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Dynamo_UV.get(1L), 48000, 32, 100000, 4, new ItemStack[]{ - ItemList.Hull_MAX.get(1L, new Object(){}), + ItemList.Hull_MAX.get(1L), GT_OreDictUnificator.get(OrePrefixes.spring, Materials.Longasssuperconductornameforuhvwire, 8L), - ItemList.Circuit_Chip_QPIC.get(2L, new Object(){}), + ItemList.Circuit_Chip_QPIC.get(2L), GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 2L), - ItemList.UHV_Coil.get(2L, new Object(){}), - ItemList.Reactor_Coolant_He_6.get(8L, new Object(){}), - ItemList.Electric_Pump_UHV.get(1L, new Object(){})}, + ItemList.UHV_Coil.get(2L), + ItemList.Reactor_Coolant_He_6.get(8L), + ItemList.Electric_Pump_UHV.get(1L)}, new FluidStack[]{ new FluidStack(FluidRegistry.getFluid("ic2coolant"), 16000), Materials.SolderingAlloy.getMolten(5760)}, - ItemList.Hatch_Dynamo_MAX.get(1, new Object[]{}), 1000, 2000000); + ItemList.Hatch_Dynamo_MAX.get(1L), 1000, 2000000); + + //UHV Circuit + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Wetwaresupercomputer.get(1L), + 24000, 64, 50000, 4, new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Tritanium, 2), + ItemList.Circuit_Wetwaresupercomputer.get(2L), + ItemList.ZPM_Coil.get(16L), + ItemList.Circuit_Parts_CapacitorSMD.get(64L), + ItemList.Circuit_Parts_ResistorSMD.get(64L), + ItemList.Circuit_Parts_TransistorSMD.get(64L), + ItemList.Circuit_Parts_DiodeSMD.get(64L), + ItemList.Circuit_Chip_Ram.get(48L), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.SuperconductorZPM, 64L), + GT_OreDictUnificator.get(OrePrefixes.foil, (Materials.AnySyntheticRubber), 64L), + }, new FluidStack[]{ + Materials.SolderingAlloy.getMolten(2880L), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 10000), + Materials.Radon.getGas(2500L), + }, ItemList.Circuit_Wetwaremainframe.get(1L), 2000, 300000); //Bio Chips TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Biowarecomputer.get(1L), -- cgit From cc4251fe2981f432cbc7b1829dec6c5cfe777c27 Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Tue, 13 Nov 2018 21:52:46 +0100 Subject: add zpm 2 and 3 to research station --- .../dreamcraft/DreamCraftRecipeLoader.java | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index 47dea0d71c..e11773d0cd 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -921,6 +921,43 @@ public class DreamCraftRecipeLoader implements Runnable { Materials.Concrete.getMolten(73728L) }, getItemContainer("StargateFramePart").get(1L), 72000, 2000000); + + //Batteries + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Energy_Cluster.get(1L),12000,16,100000,3,new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Tritanium, 64L), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 1L), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 1L), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 1L), + GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 1L), + ItemList.Energy_Cluster.get(8L, new Object[0]), + ItemList.Field_Generator_UV.get(2), + ItemList.Circuit_Wafer_HPIC.get(64), + ItemList.Circuit_Wafer_HPIC.get(64), + ItemList.Circuit_Parts_DiodeSMD.get(64), + GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.Superconductor, 32), + }, new FluidStack[]{ + Materials.SolderingAlloy.getMolten(2880), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 16000) + }, ItemList.ZPM2.get(1), 3000, 400000); + + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.ZPM2.get(1L),24000,64,200000,6,new ItemStack[]{ + GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Bio, 1L), + GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Bio, 1L), + GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Bio, 1L), + GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Bio, 1L), + ItemList.ZPM2.get(8), + ItemList.Field_Generator_UHV.get(4), + ItemList.Circuit_Wafer_UHPIC.get(64), + ItemList.Circuit_Wafer_UHPIC.get(64), + ItemList.Circuit_Wafer_SoC2.get(32), + ItemList.Circuit_Parts_DiodeSMD.get(64), + GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Neutronium, 64), + }, new FluidStack[]{ + Materials.SolderingAlloy.getMolten(3760), + Materials.Naquadria.getMolten(9000), + new FluidStack(FluidRegistry.getFluid("ic2coolant"), 32000) + }, ItemList.ZPM3.get(1), 4000, 1600000); } //endregion -- cgit From 6588ef66b444e6af253c9c33feb04326c3bf5e69 Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Tue, 13 Nov 2018 21:45:19 +0100 Subject: added new gt circuits to quantum computer --- .../hatch/GT_MetaTileEntity_Hatch_Rack.java | 41 +++++++++++++++++----- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java index 7cc61dc87f..b649feea31 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java @@ -270,14 +270,37 @@ public class GT_MetaTileEntity_Hatch_Rack extends GT_MetaTileEntity_Hatch { } public static void run() {//20k heat cap max! - new RackComponent(ItemList.Circuit_Primitive.get(1), 1, 4, 0, 500, true); - new RackComponent(ItemList.Circuit_Basic.get(1), 4, 8, 0, 1000, true); - new RackComponent(ItemList.Circuit_Good.get(1), 6, 9, -.05f, 1500, true); + new RackComponent(ItemList.Circuit_Primitive.get(1), 1, 4, 0, 500, true);//Primitive Circuit + new RackComponent(ItemList.NandChip.get(1), 2, 6, 0, 750, true); + new RackComponent(ItemList.Circuit_Basic.get(1), 4, 8, 0, 1000, true);//Basic Circuit + new RackComponent(ItemList.Circuit_Microprocessor.get(1), 6, 8, 0, 1250, true); + new RackComponent(ItemList.Circuit_Good.get(1), 6, 9, -.05f, 1500, true);//Good Circuit + new RackComponent(ItemList.Circuit_Integrated_Good.get(1), 7, 9, -.075f, 1750, true); + new RackComponent(ItemList.Circuit_Processor.get(1), 8, 9, -.07f, 1800, true); new RackComponent(ItemList.Circuit_Parts_Advanced.get(1), 1, 2, -.05f, 2000, true); + new RackComponent(ItemList.Circuit_Nanoprocessor.get(1), 8, 10, -.09f, 2250, true);//Advanced Circuit new RackComponent(ItemList.Circuit_Advanced.get(1), 8, 10, -.1f, 2500, true); - new RackComponent(ItemList.Circuit_Data.get(1), 1, 1, -.1f, 3000, true); - new RackComponent(ItemList.Circuit_Master.get(1), 12, 10, -.2F, 5000, true); - new RackComponent(ItemList.Circuit_Elite.get(1), 16, 12, -.15F, 3500, true); + new RackComponent(ItemList.Circuit_Data.get(1), 9, 1, -.1f, 3000, true);//EV Circuit + new RackComponent(ItemList.Circuit_Nanocomputer.get(1), 11, 10, -.125f, 3300, true); + new RackComponent(ItemList.Circuit_Quantumprocessor.get(1), 13, 10, -.15f, 3600, true); + new RackComponent(ItemList.Circuit_Elite.get(1), 12, 10, -.15F, 3500, true);//IV Circuit + new RackComponent(ItemList.Circuit_Elitenanocomputer.get(1), 14, 10, -.15F, 4000, true); + new RackComponent(ItemList.Circuit_Quantumcomputer.get(1), 16, 10, -.15F, 4500, true); + new RackComponent(ItemList.Circuit_Crystalprocessor.get(1), 18, 10, -.15F, 5000, true); + new RackComponent(ItemList.Circuit_Master.get(1), 16, 12, -.2F, 5000, true);//LuV Circuit + new RackComponent(ItemList.Circuit_Masterquantumcomputer.get(1), 16, 13, -.2F, 5100, true); + new RackComponent(ItemList.Circuit_Crystalcomputer.get(1), 20, 14, -.25F, 5200, true); + new RackComponent(ItemList.Circuit_Neuroprocessor.get(1), 24, 15, -.3F, 5300, true); + new RackComponent(ItemList.Circuit_Quantummainframe.get(1), 22, 14, -.3F, 5200, true);//ZPM Circuit + new RackComponent(ItemList.Circuit_Ultimatecrystalcomputer.get(1), 26, 16, -.3F, 5400, true); + new RackComponent(ItemList.Circuit_Wetwarecomputer.get(1), 30, 18, -.3F, 5600, true); + new RackComponent(ItemList.Circuit_Bioprocessor.get(1), 34, 20, -.35F, 5800, true); + new RackComponent(ItemList.Circuit_Crystalmainframe.get(1), 30, 18, -.35F, 5500, true);//UV Circuit + new RackComponent(ItemList.Circuit_Wetwaresupercomputer.get(1), 35, 22, -.3F, 5700, true); + new RackComponent(ItemList.Circuit_Biowarecomputer.get(1), 40, 26, -.35F, 5900, true); + new RackComponent(ItemList.Circuit_Wetwaremainframe.get(1), 38, 25, -.4F, 6000, true);//UHV Circuit + new RackComponent(ItemList.Circuit_Biowaresupercomputer.get(1), 42, 30, -.4F, 6200, true); + new RackComponent(ItemList.Circuit_Biomainframe.get(1), 40, 28, -.4F, 6000, true);//UHV Circuit new RackComponent("IC2:ic2.reactorVent", 0, -1, 10f, 1000, false); new RackComponent("IC2:ic2.reactorVentCore", 0, -1, 20f, 2500, false); @@ -287,9 +310,9 @@ public class GT_MetaTileEntity_Hatch_Rack extends GT_MetaTileEntity_Hatch { if (Loader.isModLoaded(Reference.DREAMCRAFT)) { new RackComponent("dreamcraft:item.HighEnergyCircuitParts", 3, 2, -.1f, 9001, true); new RackComponent("dreamcraft:item.HighEnergyFlowCircuit", 24, 16, -.25f, 10000, true); - new RackComponent("dreamcraft:item.NanoCircuit", 32, 20, -.15f, 8000, true); - new RackComponent("dreamcraft:item.PikoCircuit", 64, 32, -.2f, 8500, true); - new RackComponent("dreamcraft:item.QuantumCircuit", 128, 48, -.3f, 9000, true); + new RackComponent("dreamcraft:item.NanoCircuit", 48, 35, -.45f, 8000, true); + new RackComponent("dreamcraft:item.PikoCircuit", 64, 40, -.5f, 8500, true); + new RackComponent("dreamcraft:item.QuantumCircuit", 128, 48, -.6f, 9000, true); } if (Loader.isModLoaded("OpenComputers")) { new RackComponent("OpenComputers:item.23", 0, 1, 0f, 100, true);//Transistor -- cgit From ad33fe767bf00f9aa804ec5d26f8a07598d1571b Mon Sep 17 00:00:00 2001 From: Tec Date: Sat, 17 Nov 2018 09:39:45 +0100 Subject: Add Object input for ass line --- .../technus/tectech/recipe/TT_recipeAdder.java | 73 +++++++++++++++++++++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java b/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java index d4a98fabe5..b7e96707be 100644 --- a/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java +++ b/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java @@ -8,11 +8,17 @@ import com.github.technus.tectech.thing.item.ElementalDefinitionContainer_EM; import com.github.technus.tectech.thing.metaTileEntity.multi.GT_MetaTileEntity_EM_crafting; import com.github.technus.tectech.thing.metaTileEntity.multi.em_machine.GT_MetaTileEntity_EM_machine; import gregtech.api.enums.ItemList; +import gregtech.api.util.GT_OreDictUnificator; import gregtech.api.util.GT_Recipe; +import gregtech.api.util.GT_Utility; import gregtech.common.GT_RecipeAdder; import net.minecraft.item.ItemStack; import net.minecraftforge.fluids.FluidStack; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; + public class TT_recipeAdder extends GT_RecipeAdder { public static final ItemStack[] nullItem=new ItemStack[0]; public static final FluidStack[] nullFluid=new FluidStack[0]; @@ -44,7 +50,72 @@ public class TT_recipeAdder extends GT_RecipeAdder { } TT_recipe.GT_Recipe_MapTT.sResearchableFakeRecipes.addFakeRecipe(false, new ItemStack[]{aResearchItem}, new ItemStack[]{aOutput}, new ItemStack[]{ItemList.Tool_DataStick.getWithName(1L, "Writes Research result")}, null, null, totalComputationRequired, researchEUt, researchAmperage| computationRequiredPerSec<<16); GT_Recipe.GT_Recipe_Map.sAssemblylineVisualRecipes.addFakeRecipe(false, aInputs, new ItemStack[]{aOutput}, new ItemStack[]{ItemList.Tool_DataStick.getWithName(1L, "Reads Research result")}, aFluidInputs, null, assDuration, assEUt, 0,true); - GT_Recipe.GT_Recipe_AssemblyLine.sAssemblylineRecipes.add(new GT_Recipe.GT_Recipe_AssemblyLine( aResearchItem, 0/*ignored*/, aInputs, aFluidInputs, aOutput, assDuration, assEUt)); + GT_Recipe.GT_Recipe_AssemblyLine.sAssemblylineRecipes.add(new GT_Recipe.GT_Recipe_AssemblyLine( aResearchItem, totalComputationRequired/computationRequiredPerSec, aInputs, aFluidInputs, aOutput, assDuration, assEUt)); + return true; + } + + public static boolean addResearchableAssemblylineRecipe(ItemStack aResearchItem, int totalComputationRequired, int computationRequiredPerSec, int researchEUt, int researchAmperage, Object[] aInputs, FluidStack[] aFluidInputs, ItemStack aOutput, int assDuration, int assEUt) { + if(aInputs==null) { + aInputs = nullItem; + } + if(aFluidInputs==null) { + aFluidInputs = nullFluid; + } + if (aResearchItem==null || totalComputationRequired<=0 || aOutput == null || aInputs.length>15 || aFluidInputs.length>4 || assDuration<=0 || assEUt<=0) { + return false; + } + + ItemStack[] tInputs = new ItemStack[aInputs.length]; + ItemStack[][] tAlts = new ItemStack[aInputs.length][]; + for(int i = 0; i < aInputs.length; i++){ + Object obj = aInputs[i]; + if (obj instanceof ItemStack) { + tInputs[i] = (ItemStack) obj; + tAlts[i] = null; + continue; + } else if (obj instanceof ItemStack[]) { + ItemStack[] aStacks = (ItemStack[]) obj; + if (aStacks.length > 0) { + tInputs[i] = aStacks[0]; + tAlts[i] = (ItemStack[]) Arrays.copyOf(aStacks, aStacks.length); + continue; + } + } else if (obj instanceof Object[]) { + Object[] objs = (Object[]) obj; + List tList; + if (objs.length >= 2 && !(tList = GT_OreDictUnificator.getOres(objs[0])).isEmpty()) { + try { + int tAmount = (int) objs[1]; + List uList = new ArrayList<>(); + for (ItemStack tStack : tList) { + ItemStack uStack = GT_Utility.copyAmount(tAmount, tStack); + if (GT_Utility.isStackValid(uStack)) { + uList.add(uStack); + if (tInputs[i] == null) tInputs[i] = uStack; + } + } + tAlts[i] = uList.toArray(new ItemStack[0]); + continue; + } catch (Exception t) { + TecTech.LOGGER.error("addAssemblingLineRecipe "+aResearchItem.getDisplayName()+" --> there is some ... in that recipe"); + } + } + } + TecTech.LOGGER.error("addAssemblingLineRecipe "+aResearchItem.getDisplayName()+" --> "+aOutput.getUnlocalizedName()+" there is some null item in that recipe"); + } + if(researchAmperage<=0) { + researchAmperage = 1; + } else if(researchAmperage > Short.MAX_VALUE) { + researchAmperage = Short.MAX_VALUE; + } + if(computationRequiredPerSec<=0) { + computationRequiredPerSec = 1; + } else if(computationRequiredPerSec > Short.MAX_VALUE) { + computationRequiredPerSec = Short.MAX_VALUE; + } + TT_recipe.GT_Recipe_MapTT.sResearchableFakeRecipes.addFakeRecipe(false, new ItemStack[]{aResearchItem}, new ItemStack[]{aOutput}, new ItemStack[]{ItemList.Tool_DataStick.getWithName(1L, "Writes Research result")}, null, null, totalComputationRequired, researchEUt, researchAmperage| computationRequiredPerSec<<16); + GT_Recipe.GT_Recipe_Map.sAssemblylineVisualRecipes.addFakeRecipe(false,tInputs,new ItemStack[]{aOutput},new ItemStack[]{ItemList.Tool_DataStick.getWithName(1L, "Reads Research result", new Object[0])},aFluidInputs,null,assDuration,assEUt,0,tAlts,true); + GT_Recipe.GT_Recipe_AssemblyLine.sAssemblylineRecipes.add(new GT_Recipe.GT_Recipe_AssemblyLine( aResearchItem, totalComputationRequired/computationRequiredPerSec, tInputs, aFluidInputs, aOutput, assDuration, assEUt, tAlts)); return true; } -- cgit From 0313a95623955deb5efc72fdc642e2ae724490d1 Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Sat, 17 Nov 2018 22:07:29 +0100 Subject: add oredict support for circuits in assline --- .../dreamcraft/DreamCraftRecipeLoader.java | 68 +++++++++++----------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index e11773d0cd..f5936db6ce 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -580,30 +580,30 @@ public class DreamCraftRecipeLoader implements Runnable { //Robot Arm UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Robot_Arm_UV.get(1L), - 24000, 32, 100000, 4, new ItemStack[]{ + 24000, 32, 100000, 4, new Object[]{ GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.CosmicNeutronium, 8L), GT_OreDictUnificator.get(OrePrefixes.gear, Materials.CosmicNeutronium, 2L), GT_OreDictUnificator.get(OrePrefixes.gearGtSmall, Materials.CosmicNeutronium, 6L), ItemList.Electric_Motor_UHV.get(2L), ItemList.Electric_Piston_UHV.get(1L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 2L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Superconductor), 4L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Ultimate), 8L), + new Object[]{OrePrefixes.circuit.get(Materials.Infinite), 2L}, + new Object[]{OrePrefixes.circuit.get(Materials.Superconductor), 4L}, + new Object[]{OrePrefixes.circuit.get(Materials.Ultimate), 8L}, GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Bedrockium, 6L)}, new FluidStack[]{ Materials.Naquadria.getMolten(2592), Materials.SolderingAlloy.getMolten(4608), Materials.Lubricant.getFluid(4000)}, ItemList.Robot_Arm_UHV.get(1L), 1000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Robot_Arm_UHV.get(1L), - 48000, 64, 200000, 8, new ItemStack[]{ + 48000, 64, 200000, 8, new Object[]{ GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.Infinity, 8L), GT_OreDictUnificator.get(OrePrefixes.gear, Materials.Infinity, 2L), GT_OreDictUnificator.get(OrePrefixes.gearGtSmall, Materials.Infinity, 6L), ItemList.Electric_Motor_UEV.get(2L), ItemList.Electric_Piston_UEV.get(1L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 2L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 4L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Superconductor), 8L), + new Object[]{OrePrefixes.circuit.get(Materials.Bio), 2L}, + new Object[]{OrePrefixes.circuit.get(Materials.Infinite), 4L}, + new Object[]{OrePrefixes.circuit.get(Materials.Superconductor), 8L}, GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 6L)}, new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(9216), @@ -611,12 +611,12 @@ public class DreamCraftRecipeLoader implements Runnable { //Emitter UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Emitter_UV.get(1L), - 24000, 32, 100000, 4, new ItemStack[]{ + 24000, 32, 100000, 4, new Object[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.CosmicNeutronium, 1L), ItemList.Electric_Motor_UHV.get(1L), GT_OreDictUnificator.get(OrePrefixes.stick, Materials.CosmicNeutronium, 8L), ItemList.Gravistar.get(8L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 4L), + new Object[]{OrePrefixes.circuit.get(Materials.Infinite), 4L}, GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), @@ -627,12 +627,12 @@ public class DreamCraftRecipeLoader implements Runnable { ItemList.Emitter_UHV.get(1L), 1000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Emitter_UHV.get(1L), - 48000, 64, 200000, 8, new ItemStack[]{ + 48000, 64, 200000, 8, new Object[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Infinity, 1L), ItemList.Electric_Motor_UEV.get(1L), GT_OreDictUnificator.get(OrePrefixes.stick, Materials.Infinity, 16L), ItemList.Gravistar.get(16L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 4L), + new Object[]{OrePrefixes.circuit.get(Materials.Bio), 4L}, GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), @@ -644,12 +644,12 @@ public class DreamCraftRecipeLoader implements Runnable { //Sensor UV-UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Sensor_UV.get(1L), - 24000, 32, 100000, 4, new ItemStack[]{ + 24000, 32, 100000, 4, new Object[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.CosmicNeutronium, 1L), ItemList.Electric_Motor_UHV.get(1L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 8L), ItemList.Gravistar.get(8L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 4L), + new Object[]{OrePrefixes.circuit.get(Materials.Infinite), 4L}, GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.ElectrumFlux, 64L), @@ -660,12 +660,12 @@ public class DreamCraftRecipeLoader implements Runnable { ItemList.Sensor_UHV.get(1L), 1000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Sensor_UHV.get(1L), - 48000, 64, 200000, 8, new ItemStack[]{ + 48000, 64, 200000, 8, new Object[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Infinity, 1L), ItemList.Electric_Motor_UEV.get(1), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 8L), ItemList.Gravistar.get(16), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 4L), + new Object[]{OrePrefixes.circuit.get(Materials.Bio), 4L}, GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), GT_OreDictUnificator.get(OrePrefixes.foil, Materials.InfinityCatalyst, 64L), @@ -677,10 +677,10 @@ public class DreamCraftRecipeLoader implements Runnable { //Fieldgen UV and UHV TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Field_Generator_UV.get(1), - 48000, 64, 200000, 8, new ItemStack[]{ + 48000, 64, 200000, 8, new Object[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.CosmicNeutronium, 1L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CosmicNeutronium, 6L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 4L), + new Object[]{OrePrefixes.circuit.get(Materials.Bio), 4L}, GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), @@ -696,10 +696,10 @@ public class DreamCraftRecipeLoader implements Runnable { ItemList.Field_Generator_UHV.get(1L), 2000, 200000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Field_Generator_UHV.get(1L), - 96000, 128, 400000, 16, new ItemStack[]{ + 96000, 128, 400000, 16, new Object[]{ GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Infinity, 1L), GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Infinity, 6L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Bio), 8L), + new Object[]{OrePrefixes.circuit.get(Materials.Bio), 8L}, GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Tritanium, 64L), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Tritanium, 64L), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Tritanium, 64L), @@ -716,11 +716,11 @@ public class DreamCraftRecipeLoader implements Runnable { //UHV Energy Hatch TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Energy_UV.get(1L), - 24000, 16, 50000, 2, new ItemStack[]{ + 24000, 16, 50000, 2, new Object[]{ ItemList.Hull_MAX.get(1L), GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.SuperconductorUHV, 2L), ItemList.Circuit_Chip_QPIC.get(2L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 2L), + new Object[]{OrePrefixes.circuit.get(Materials.Infinite), 2L}, ItemList.UHV_Coil.get(2L), ItemList.Reactor_Coolant_He_6.get(8L), ItemList.Electric_Pump_UHV.get(1L)}, @@ -730,11 +730,11 @@ public class DreamCraftRecipeLoader implements Runnable { }, ItemList.Hatch_Energy_MAX.get(1L), 1000, 2000000); TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Hatch_Dynamo_UV.get(1L), - 48000, 32, 100000, 4, new ItemStack[]{ + 48000, 32, 100000, 4, new Object[]{ ItemList.Hull_MAX.get(1L), GT_OreDictUnificator.get(OrePrefixes.spring, Materials.Longasssuperconductornameforuhvwire, 8L), ItemList.Circuit_Chip_QPIC.get(2L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 2L), + new Object[]{OrePrefixes.circuit.get(Materials.Infinite), 2L}, ItemList.UHV_Coil.get(2L), ItemList.Reactor_Coolant_He_6.get(8L), ItemList.Electric_Pump_UHV.get(1L)}, @@ -923,12 +923,12 @@ public class DreamCraftRecipeLoader implements Runnable { getItemContainer("StargateFramePart").get(1L), 72000, 2000000); //Batteries - TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Energy_Cluster.get(1L),12000,16,100000,3,new ItemStack[]{ + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Energy_Cluster.get(1L),12000,16,100000,3,new Object[]{ GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Tritanium, 64L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 1L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 1L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 1L), - GT_OreDictUnificator.get(OrePrefixes.circuit.get(Materials.Infinite), 1L), + new Object[]{OrePrefixes.circuit.get(Materials.Infinite), 1L}, + new Object[]{OrePrefixes.circuit.get(Materials.Infinite), 1L}, + new Object[]{OrePrefixes.circuit.get(Materials.Infinite), 1L}, + new Object[]{OrePrefixes.circuit.get(Materials.Infinite), 1L}, ItemList.Energy_Cluster.get(8L, new Object[0]), ItemList.Field_Generator_UV.get(2), ItemList.Circuit_Wafer_HPIC.get(64), @@ -940,12 +940,12 @@ public class DreamCraftRecipeLoader implements Runnable { new FluidStack(FluidRegistry.getFluid("ic2coolant"), 16000) }, ItemList.ZPM2.get(1), 3000, 400000); - TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.ZPM2.get(1L),24000,64,200000,6,new ItemStack[]{ + TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.ZPM2.get(1L),24000,64,200000,6,new Object[]{ GT_OreDictUnificator.get(OrePrefixes.plateDouble, Materials.Neutronium, 64L), - GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Bio, 1L), - GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Bio, 1L), - GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Bio, 1L), - GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Bio, 1L), + new Object[]{OrePrefixes.circuit, Materials.Bio, 1L}, + new Object[]{OrePrefixes.circuit, Materials.Bio, 1L}, + new Object[]{OrePrefixes.circuit, Materials.Bio, 1L}, + new Object[]{OrePrefixes.circuit, Materials.Bio, 1L}, ItemList.ZPM2.get(8), ItemList.Field_Generator_UHV.get(4), ItemList.Circuit_Wafer_UHPIC.get(64), -- cgit From dc35ff766a4557f74ae0e14287fec0a6e7f18e26 Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Sun, 18 Nov 2018 17:29:37 +0100 Subject: UV/UHV Motor are uncraftable #3839 https://github.com/GTNewHorizons/NewHorizons/issues/3839 --- .../dreamcraft/DreamCraftRecipeLoader.java | 24 +++++++++++++--------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index f5936db6ce..1af4dfcfc8 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -467,7 +467,10 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.CosmicNeutronium, 8L), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.CosmicNeutronium, 8L), GT_OreDictUnificator.get(OrePrefixes.round, Materials.CosmicNeutronium, 32L), - GT_OreDictUnificator.get(OrePrefixes.wireGt01, Materials.SuperconductorUHV, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), @@ -483,15 +486,16 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.stickLong, Materials.Infinity, 16L), GT_OreDictUnificator.get(OrePrefixes.ring, Materials.Infinity, 8L), GT_OreDictUnificator.get(OrePrefixes.round, Materials.Infinity, 32L), - GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.SuperconductorUHV, 64L), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L),//TODO Fusion T4 Material - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.Neutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L),//TODO Fusion T4 Material + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), + GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 2L)}, new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(5184), -- cgit From 0a2b197fccee1fdc812297f3791ba754a04cd38b Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Sun, 18 Nov 2018 17:36:12 +0100 Subject: Can't craft ZPM Dynamo Hatch #3838 https://github.com/GTNewHorizons/NewHorizons/issues/3838 --- .../dreamcraft/DreamCraftRecipeLoader.java | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index 1af4dfcfc8..ebe8a749a0 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -726,7 +726,14 @@ public class DreamCraftRecipeLoader implements Runnable { ItemList.Circuit_Chip_QPIC.get(2L), new Object[]{OrePrefixes.circuit.get(Materials.Infinite), 2L}, ItemList.UHV_Coil.get(2L), - ItemList.Reactor_Coolant_He_6.get(8L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), ItemList.Electric_Pump_UHV.get(1L)}, new FluidStack[]{ new FluidStack(FluidRegistry.getFluid("ic2coolant"), 16000), @@ -740,7 +747,14 @@ public class DreamCraftRecipeLoader implements Runnable { ItemList.Circuit_Chip_QPIC.get(2L), new Object[]{OrePrefixes.circuit.get(Materials.Infinite), 2L}, ItemList.UHV_Coil.get(2L), - ItemList.Reactor_Coolant_He_6.get(8L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), + ItemList.Reactor_Coolant_He_6.get(1L), ItemList.Electric_Pump_UHV.get(1L)}, new FluidStack[]{ new FluidStack(FluidRegistry.getFluid("ic2coolant"), 16000), -- cgit From 8b67d3f149ab59725ba60682ec3a0a5798d2e443 Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Sun, 18 Nov 2018 19:50:05 +0100 Subject: recipe overlap assembly line slots --- .../tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index ebe8a749a0..ff344b7388 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -494,8 +494,6 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), - GT_OreDictUnificator.get(OrePrefixes.wireFine, Materials.CosmicNeutronium, 64L), GT_OreDictUnificator.get(OrePrefixes.cableGt04, Materials.Draconium, 2L)}, new FluidStack[]{ Materials.Quantium.getMolten(2592), Materials.SolderingAlloy.getMolten(5184), -- cgit From 553743ce4c30e7f27cc2ed6f6894943a3a45d7e1 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 25 Nov 2018 11:16:25 +0100 Subject: Fix assline recipe gen? --- .../multi/GT_MetaTileEntity_EM_research.java | 213 +++++++++++++++------ 1 file changed, 152 insertions(+), 61 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java index 91d2bca9a2..745c3709d7 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java @@ -30,6 +30,7 @@ import net.minecraft.nbt.NBTTagString; import net.minecraft.util.EnumChatFormatting; import java.util.ArrayList; +import java.util.LinkedHashMap; import static com.github.technus.tectech.CommonValues.V; import static com.github.technus.tectech.CommonValues.VN; @@ -201,18 +202,7 @@ public class GT_MetaTileEntity_EM_research extends GT_MetaTileEntity_MultiblockB if (GT_Utility.areStacksEqual(assRecipe.mResearchItem, holdItem, true)) { tRecipe = assRecipe; //if found - for (GT_Recipe ttRecipe : TT_recipe.GT_Recipe_MapTT.sResearchableFakeRecipes.mRecipeList) { - if (GT_Utility.areStacksEqual(ttRecipe.mInputs[0], holdItem, true)) { - computationRequired = computationRemaining = ttRecipe.mDuration * 20L; - mMaxProgresstime = 20; - mEfficiencyIncrease = 10000; - eRequiredData = (short) (ttRecipe.mSpecialValue >>> 16); - eAmpereFlow = (short) (ttRecipe.mSpecialValue & 0xFFFF); - mEUt = ttRecipe.mEUt; - eHolders.get(0).getBaseMetaTileEntity().setActive(true); - return true; - } - } + if (iterateRecipes()) return true; } } }else if(ItemList.Tool_DataOrb.isStackEqual(itemStack, false, true)){ @@ -221,18 +211,7 @@ public class GT_MetaTileEntity_EM_research extends GT_MetaTileEntity_MultiblockB aRecipe = assRecipeTT; machineType=machine; //if found - for (GT_Recipe ttRecipe : TT_recipe.GT_Recipe_MapTT.sResearchableFakeRecipes.mRecipeList) { - if (GT_Utility.areStacksEqual(ttRecipe.mInputs[0], holdItem, true)) { - computationRequired = computationRemaining = ttRecipe.mDuration * 20L; - mMaxProgresstime = 20; - mEfficiencyIncrease = 10000; - eRequiredData = (short) (ttRecipe.mSpecialValue >>> 16); - eAmpereFlow = (short) (ttRecipe.mSpecialValue & 0xFFFF); - mEUt = ttRecipe.mEUt; - eHolders.get(0).getBaseMetaTileEntity().setActive(true); - return true; - } - } + if (iterateRecipes()) return true; } } for (TT_recipe.TT_assLineRecipe assRecipeTT:TT_recipe.TT_Recipe_Map.sCrafterRecipes.recipeList()){ @@ -240,18 +219,7 @@ public class GT_MetaTileEntity_EM_research extends GT_MetaTileEntity_MultiblockB aRecipe = assRecipeTT; machineType=crafter; //if found - for (GT_Recipe ttRecipe : TT_recipe.GT_Recipe_MapTT.sResearchableFakeRecipes.mRecipeList) { - if (GT_Utility.areStacksEqual(ttRecipe.mInputs[0], holdItem, true)) { - computationRequired = computationRemaining = ttRecipe.mDuration * 20L; - mMaxProgresstime = 20; - mEfficiencyIncrease = 10000; - eRequiredData = (short) (ttRecipe.mSpecialValue >>> 16); - eAmpereFlow = (short) (ttRecipe.mSpecialValue & 0xFFFF); - mEUt = ttRecipe.mEUt; - eHolders.get(0).getBaseMetaTileEntity().setActive(true); - return true; - } - } + if (iterateRecipes()) return true; } } } @@ -264,6 +232,22 @@ public class GT_MetaTileEntity_EM_research extends GT_MetaTileEntity_MultiblockB return false; } + private boolean iterateRecipes() { + for (GT_Recipe ttRecipe : TT_recipe.GT_Recipe_MapTT.sResearchableFakeRecipes.mRecipeList) { + if (GT_Utility.areStacksEqual(ttRecipe.mInputs[0], holdItem, true)) { + computationRequired = computationRemaining = ttRecipe.mDuration * 20L; + mMaxProgresstime = 20; + mEfficiencyIncrease = 10000; + eRequiredData = (short) (ttRecipe.mSpecialValue >>> 16); + eAmpereFlow = (short) (ttRecipe.mSpecialValue & 0xFFFF); + mEUt = ttRecipe.mEUt; + eHolders.get(0).getBaseMetaTileEntity().setActive(true); + return true; + } + } + return false; + } + @Override public boolean onRunningTick(ItemStack aStack) { if(computationRemaining<=0) { @@ -277,39 +261,146 @@ public class GT_MetaTileEntity_EM_research extends GT_MetaTileEntity_MultiblockB } } - @Override - public void outputAfterRecipe_EM() { - if(!eHolders.isEmpty()) { - if (tRecipe != null && ItemList.Tool_DataStick.isStackEqual(mInventory[1], false, true)){ - eHolders.get(0).getBaseMetaTileEntity().setActive(false); - eHolders.get(0).mInventory[0] = null; + private void makeStick(){ + mInventory[1].setTagCompound(new NBTTagCompound()); + mInventory[1].setStackDisplayName(GT_LanguageManager.getTranslation(tRecipe.mOutput.getDisplayName()) + " Construction Data"); + GT_Utility.ItemNBT.setBookTitle(mInventory[1], GT_LanguageManager.getTranslation(tRecipe.mOutput.getDisplayName()) + " Construction Data"); + NBTTagCompound tNBT = mInventory[1].getTagCompound();//code above makes it not null + + tNBT.setTag("output", tRecipe.mOutput.writeToNBT(new NBTTagCompound())); + tNBT.setInteger("time", tRecipe.mDuration); + tNBT.setInteger("eu", tRecipe.mEUt); + for (int i = 0; i < tRecipe.mInputs.length; i++) { + tNBT.setTag(String.valueOf(i), tRecipe.mInputs[i].writeToNBT(new NBTTagCompound())); + } + for (int i = 0; i < tRecipe.mFluidInputs.length; i++) { + tNBT.setTag("f" + i, tRecipe.mFluidInputs[i].writeToNBT(new NBTTagCompound())); + } + tNBT.setString("author", EnumChatFormatting.BLUE + "Tec" + EnumChatFormatting.DARK_BLUE + "Tech" + EnumChatFormatting.WHITE + " Assembling Line Recipe Generator"); + NBTTagList tNBTList = new NBTTagList(); + tNBTList.appendTag(new NBTTagString("Construction plan for " + tRecipe.mOutput.stackSize + ' ' + GT_LanguageManager.getTranslation(tRecipe.mOutput.getDisplayName()) + ". Needed EU/t: " + tRecipe.mEUt + " Production time: " + tRecipe.mDuration / 20)); + for (int i = 0; i < tRecipe.mInputs.length; i++) { + if (tRecipe.mInputs[i] != null) { + tNBTList.appendTag(new NBTTagString("Input Bus " + (i + 1) + ": " + tRecipe.mInputs[i].stackSize + ' ' + GT_LanguageManager.getTranslation(tRecipe.mInputs[i].getDisplayName()))); + } + } + for (int i = 0; i < tRecipe.mFluidInputs.length; i++) { + if (tRecipe.mFluidInputs[i] != null) { + tNBTList.appendTag(new NBTTagString("Input Hatch " + (i + 1) + ": " + tRecipe.mFluidInputs[i].amount + "L " + GT_LanguageManager.getTranslation(tRecipe.mFluidInputs[i].getLocalizedName()))); + } + } + tNBT.setTag("pages", tNBTList); + } - mInventory[1].setStackDisplayName(GT_LanguageManager.getTranslation(tRecipe.mOutput.getDisplayName()) + " Construction Data"); - NBTTagCompound tNBT = mInventory[1].getTagCompound();//code above makes it not null + private static LinkedHashMap lServerNames; + static { + try { + Class GT_Assemblyline_Server = Class.forName("gregtech.api.util.GT_Assemblyline_Server"); + lServerNames=(LinkedHashMap)GT_Assemblyline_Server.getField("lServerNames").get(null); + }catch (ClassNotFoundException|NoSuchFieldException|IllegalAccessException e){ + lServerNames=null; + } + } - tNBT.setTag("output", tRecipe.mOutput.writeToNBT(new NBTTagCompound())); - tNBT.setInteger("time", tRecipe.mDuration); - tNBT.setInteger("eu", tRecipe.mEUt); - for (int i = 0; i < tRecipe.mInputs.length; i++) { - tNBT.setTag(String.valueOf(i), tRecipe.mInputs[i].writeToNBT(new NBTTagCompound())); + private void makeStick2(){ + String s = tRecipe.mOutput.getDisplayName(); + if (getBaseMetaTileEntity().isServerSide()) { + s = lServerNames.get(tRecipe.mOutput.getDisplayName()); + if (s==null) { + s = tRecipe.mOutput.getDisplayName(); + } + } + mInventory[1].setTagCompound(new NBTTagCompound()); + mInventory[1].setStackDisplayName(s+" Construction Data"); + GT_Utility.ItemNBT.setBookTitle(mInventory[1], s+" Construction Data"); + + NBTTagCompound tNBT = mInventory[1].getTagCompound(); + + tNBT.setTag("output", tRecipe.mOutput.writeToNBT(new NBTTagCompound())); + tNBT.setInteger("time", tRecipe.mDuration); + tNBT.setInteger("eu", tRecipe.mEUt); + for(int i = 0 ; i < tRecipe.mInputs.length ; i++){ + tNBT.setTag(""+i, tRecipe.mInputs[i].writeToNBT(new NBTTagCompound())); + } + for(int i = 0 ; i < tRecipe.mOreDictAlt.length ; i++){ + if (tRecipe.mOreDictAlt[i] != null && tRecipe.mOreDictAlt[i].length > 0) { + tNBT.setInteger("a" + i, tRecipe.mOreDictAlt[i].length); + for (int j = 0; j < tRecipe.mOreDictAlt[i].length; j++) { + tNBT.setTag("a" + i + ":" + j, tRecipe.mOreDictAlt[i][j].writeToNBT(new NBTTagCompound())); } - for (int i = 0; i < tRecipe.mFluidInputs.length; i++) { - tNBT.setTag("f" + i, tRecipe.mFluidInputs[i].writeToNBT(new NBTTagCompound())); + } + } + for(int i = 0 ; i < tRecipe.mFluidInputs.length ; i++){ + tNBT.setTag("f"+i, tRecipe.mFluidInputs[i].writeToNBT(new NBTTagCompound())); + } + tNBT.setString("author", EnumChatFormatting.BLUE + "Tec" + EnumChatFormatting.DARK_BLUE + "Tech" + EnumChatFormatting.WHITE + ' ' + machineType+ " Recipe Generator"); + NBTTagList tNBTList = new NBTTagList(); + s=tRecipe.mOutput.getDisplayName(); + if (getBaseMetaTileEntity().isServerSide()) { + s = lServerNames.get(tRecipe.mOutput.getDisplayName()); + if (s==null) { + s = tRecipe.mOutput.getDisplayName(); + } + } + tNBTList.appendTag(new NBTTagString("Construction plan for "+tRecipe.mOutput.stackSize+" "+s+". Needed EU/t: "+tRecipe.mEUt+" Production time: "+(tRecipe.mDuration/20))); + for(int i=0;i 0) tNBTList.appendTag(new NBTTagString(tBuilder.toString())); + } else if(tRecipe.mInputs[i]!=null){ + s=tRecipe.mInputs[i].getDisplayName(); + if (getBaseMetaTileEntity().isServerSide()) { + s = lServerNames.get(tRecipe.mInputs[i].getDisplayName()); + if (s==null) { + s = tRecipe.mInputs[i].getDisplayName(); } } - for (int i = 0; i < tRecipe.mFluidInputs.length; i++) { - if (tRecipe.mFluidInputs[i] != null) { - tNBTList.appendTag(new NBTTagString("Input Hatch " + (i + 1) + ": " + tRecipe.mFluidInputs[i].amount + "L " + GT_LanguageManager.getTranslation(tRecipe.mFluidInputs[i].getLocalizedName()))); + tNBTList.appendTag(new NBTTagString("Input Bus "+(i+1)+": "+tRecipe.mInputs[i].stackSize+" "+s)); + } + } + for(int i=0;i Date: Sun, 25 Nov 2018 11:18:54 +0100 Subject: In case there is no alt field --- .../thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java index 745c3709d7..377291f59a 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java @@ -399,7 +399,11 @@ public class GT_MetaTileEntity_EM_research extends GT_MetaTileEntity_MultiblockB if (lServerNames == null) { makeStick(); } else { - makeStick2(); + try { + makeStick2(); + }catch (NoSuchFieldError e){ + makeStick(); + } } }else if (aRecipe != null && ItemList.Tool_DataOrb.isStackEqual(mInventory[1], false, true)) { eHolders.get(0).getBaseMetaTileEntity().setActive(false); -- cgit From 1597d5c7d13201e06ed62457a01831eff47d6f47 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 9 Dec 2018 15:46:48 +0100 Subject: Fix using bad number type in add line recipes... --- .idea/vcs.xml | 6 ------ GTNewHorizonsCoreMod-1.7.10-1.5.10-.jar | Bin 3287685 -> 0 bytes build.gradle | 6 +++--- build.properties | 2 +- gradle/wrapper/gradle-wrapper.jar | Bin 51017 -> 53324 bytes gradle/wrapper/gradle-wrapper.properties | 4 ++-- .../technus/tectech/recipe/TT_recipeAdder.java | 4 ++-- 7 files changed, 8 insertions(+), 14 deletions(-) delete mode 100644 .idea/vcs.xml delete mode 100644 GTNewHorizonsCoreMod-1.7.10-1.5.10-.jar diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f4c..0000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/GTNewHorizonsCoreMod-1.7.10-1.5.10-.jar b/GTNewHorizonsCoreMod-1.7.10-1.5.10-.jar deleted file mode 100644 index 45d7dc3183..0000000000 Binary files a/GTNewHorizonsCoreMod-1.7.10-1.5.10-.jar and /dev/null differ diff --git a/build.gradle b/build.gradle index 440fee920a..6fccbe64e8 100644 --- a/build.gradle +++ b/build.gradle @@ -22,8 +22,8 @@ apply plugin: 'signing' allprojects { apply plugin: 'java' - sourceCompatibility = 1.7 - targetCompatibility = 1.7 + sourceCompatibility = 1.8 + targetCompatibility = 1.8 } file "build.properties" withReader { @@ -74,7 +74,7 @@ repositories { dependencies { compile "eu.usrv:YAMCore:${config.minecraft.version}-${config.yamcore.version}:deobf" compile "net.industrial-craft:industrialcraft-2:${config.ic2.version}:dev" - provided name: 'CoFHLib', version: config.cofhlib.version, ext: 'jar' + //provided name: 'CoFHLib', version: config.cofhlib.version, ext: 'jar' provided name: 'CoFHCore', version: config.cofhcore.version, ext: 'jar' compile "codechicken:CodeChickenLib:${config.minecraft.version}-${config.codechickenlib.version}:dev" compile "codechicken:CodeChickenCore:${config.minecraft.version}-${config.codechickencore.version}:dev" diff --git a/build.properties b/build.properties index 4a262ce947..7cdca650d8 100644 --- a/build.properties +++ b/build.properties @@ -6,7 +6,7 @@ ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 codechickencore.version=1.0.7.47 nei.version=1.0.5.120 -gregtech.jenkinsbuild=175 +gregtech.jenkinsbuild=192 gregtech.version=5.09.33.03 cofhcore.version=[1.7.10]3.1.4-329-dev cofhlib.version=[1.7.10]1.0.3-175-dev diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index b761216703..3baa851b28 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7b6f003e09..e4af87c689 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri May 04 06:18:33 CEST 2018 +#Tue Dec 04 18:55:27 CET 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip diff --git a/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java b/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java index b7e96707be..f38fc1fc60 100644 --- a/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java +++ b/src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java @@ -77,7 +77,7 @@ public class TT_recipeAdder extends GT_RecipeAdder { ItemStack[] aStacks = (ItemStack[]) obj; if (aStacks.length > 0) { tInputs[i] = aStacks[0]; - tAlts[i] = (ItemStack[]) Arrays.copyOf(aStacks, aStacks.length); + tAlts[i] = Arrays.copyOf(aStacks, aStacks.length); continue; } } else if (obj instanceof Object[]) { @@ -85,7 +85,7 @@ public class TT_recipeAdder extends GT_RecipeAdder { List tList; if (objs.length >= 2 && !(tList = GT_OreDictUnificator.getOres(objs[0])).isEmpty()) { try { - int tAmount = (int) objs[1]; + int tAmount = ((Number) objs[1]).intValue(); List uList = new ArrayList<>(); for (ItemStack tStack : tList) { ItemStack uStack = GT_Utility.copyAmount(tAmount, tStack); -- cgit From 66a72ff3d6af8176a19ce7fcfbecf67fc9aa6096 Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Tue, 11 Dec 2018 19:26:25 +0100 Subject: fix material Phosphor to Phosphorus in lastest gt version --- .../elementalMatter/definitions/complex/atom/dAtomDefinition.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java index 3d9cd58083..23f566075a 100644 --- a/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java +++ b/src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/atom/dAtomDefinition.java @@ -1469,7 +1469,7 @@ public final class dAtomDefinition extends cElementalDefinition { transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(12), 144), dust, Materials.Magnesium,1); transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(13), 144), dust, Materials.Aluminium,1); transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(14), 144), dust, Materials.Silicon,1); - transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(15), 144), dust, Materials.Phosphor,1); + transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(15), 144), dust, Materials.Phosphorus,1); transformation.addOredict(new cElementalDefinitionStack(getFirstStableIsotope(16), 144), dust, Materials.Sulfur,1); transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(17), 144),Materials.Chlorine.mGas.getID(), 144); transformation.addFluid(new cElementalDefinitionStack(getFirstStableIsotope(18), 144),Materials.Argon.mGas.getID(), 144); -- cgit From 44164e592dbfaecbdd65b6573c791d4480e8d9d0 Mon Sep 17 00:00:00 2001 From: Dream-MasterXXL Date: Thu, 13 Dec 2018 14:44:07 +0100 Subject: bump versiona and dependencies --- build.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index 7cdca650d8..d753ae5835 100644 --- a/build.properties +++ b/build.properties @@ -1,13 +1,13 @@ minecraft.version=1.7.10 forge.version=10.13.4.1614-1.7.10 -tectech.version=3.6.7 +tectech.version=3.6.8 ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 codechickencore.version=1.0.7.47 nei.version=1.0.5.120 -gregtech.jenkinsbuild=192 -gregtech.version=5.09.33.03 +gregtech.jenkinsbuild=196 +gregtech.version=5.09.33.04 cofhcore.version=[1.7.10]3.1.4-329-dev cofhlib.version=[1.7.10]1.0.3-175-dev -- cgit From 47afbb41189baab2ad181a1017cb7b9829fc3a52 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 16 Dec 2018 21:11:25 +0100 Subject: Fix mistake in example --- src/main/java/com/github/technus/tectech/TecTech.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index 6f1c4fc7a0..d8e1930ba8 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -17,6 +17,8 @@ import cpw.mods.fml.common.event.FMLServerStartingEvent; import eu.usrv.yamcore.auxiliary.IngameErrorLog; import eu.usrv.yamcore.auxiliary.LogHelper; +import java.lang.reflect.Field; + import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; @Mod(modid = Reference.MODID, name = Reference.NAME, version = Reference.VERSION, dependencies = "required-after:Forge@[10.13.4.1614,);" -- cgit From f7078bf96a02868c7fe8154e66dd28535e3ae804 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 16 Dec 2018 21:12:22 +0100 Subject: Revert "Fix mistake in example" This reverts commit 47afbb41189baab2ad181a1017cb7b9829fc3a52. --- src/main/java/com/github/technus/tectech/TecTech.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/TecTech.java b/src/main/java/com/github/technus/tectech/TecTech.java index d8e1930ba8..6f1c4fc7a0 100644 --- a/src/main/java/com/github/technus/tectech/TecTech.java +++ b/src/main/java/com/github/technus/tectech/TecTech.java @@ -17,8 +17,6 @@ import cpw.mods.fml.common.event.FMLServerStartingEvent; import eu.usrv.yamcore.auxiliary.IngameErrorLog; import eu.usrv.yamcore.auxiliary.LogHelper; -import java.lang.reflect.Field; - import static com.github.technus.tectech.loader.TecTechConfig.DEBUG_MODE; @Mod(modid = Reference.MODID, name = Reference.NAME, version = Reference.VERSION, dependencies = "required-after:Forge@[10.13.4.1614,);" -- cgit From 70741ec87c8f79966a670eb52a94824b85b3b657 Mon Sep 17 00:00:00 2001 From: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Date: Wed, 9 Jan 2019 17:29:27 +0100 Subject: fixed ur thing (#12) * fixed ur thing moved gtnh circuits in if clause and disabled non-existant circuit * Update GT_MetaTileEntity_Hatch_Rack.java --- .../hatch/GT_MetaTileEntity_Hatch_Rack.java | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java index b649feea31..37cb66d97a 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java @@ -271,7 +271,6 @@ public class GT_MetaTileEntity_Hatch_Rack extends GT_MetaTileEntity_Hatch { public static void run() {//20k heat cap max! new RackComponent(ItemList.Circuit_Primitive.get(1), 1, 4, 0, 500, true);//Primitive Circuit - new RackComponent(ItemList.NandChip.get(1), 2, 6, 0, 750, true); new RackComponent(ItemList.Circuit_Basic.get(1), 4, 8, 0, 1000, true);//Basic Circuit new RackComponent(ItemList.Circuit_Microprocessor.get(1), 6, 8, 0, 1250, true); new RackComponent(ItemList.Circuit_Good.get(1), 6, 9, -.05f, 1500, true);//Good Circuit @@ -294,20 +293,24 @@ public class GT_MetaTileEntity_Hatch_Rack extends GT_MetaTileEntity_Hatch { new RackComponent(ItemList.Circuit_Quantummainframe.get(1), 22, 14, -.3F, 5200, true);//ZPM Circuit new RackComponent(ItemList.Circuit_Ultimatecrystalcomputer.get(1), 26, 16, -.3F, 5400, true); new RackComponent(ItemList.Circuit_Wetwarecomputer.get(1), 30, 18, -.3F, 5600, true); - new RackComponent(ItemList.Circuit_Bioprocessor.get(1), 34, 20, -.35F, 5800, true); new RackComponent(ItemList.Circuit_Crystalmainframe.get(1), 30, 18, -.35F, 5500, true);//UV Circuit new RackComponent(ItemList.Circuit_Wetwaresupercomputer.get(1), 35, 22, -.3F, 5700, true); - new RackComponent(ItemList.Circuit_Biowarecomputer.get(1), 40, 26, -.35F, 5900, true); new RackComponent(ItemList.Circuit_Wetwaremainframe.get(1), 38, 25, -.4F, 6000, true);//UHV Circuit - new RackComponent(ItemList.Circuit_Biowaresupercomputer.get(1), 42, 30, -.4F, 6200, true); - new RackComponent(ItemList.Circuit_Biomainframe.get(1), 40, 28, -.4F, 6000, true);//UHV Circuit - + new RackComponent("IC2:ic2.reactorVent", 0, -1, 10f, 1000, false); new RackComponent("IC2:ic2.reactorVentCore", 0, -1, 20f, 2500, false); new RackComponent("IC2:ic2.reactorVentGold", 0, -1, 40f, 5000, false); new RackComponent("IC2:ic2.reactorVentDiamond", 0, -1, 80f, 10000, false);//2x oc - + if (Loader.isModLoaded(Reference.DREAMCRAFT)) { + //GTNH-GT5u circuits + //these components causes crashes when used with the original GT5u + new RackComponent(ItemList.NandChip.get(1), 2, 6, 0, 750, true);//Primitive Circuit + new RackComponent(ItemList.Circuit_Biowarecomputer.get(1), 40, 26, -.35F, 5900, true); + new RackComponent(ItemList.Circuit_Biowaresupercomputer.get(1), 42, 30, -.4F, 6200, true); + new RackComponent(ItemList.Circuit_Biomainframe.get(1), 40, 28, -.4F, 6000, true);//UHV Circuit + new RackComponent(ItemList.Circuit_Bioprocessor.get(1), 34, 20, -.35F, 5800, true); + new RackComponent("dreamcraft:item.HighEnergyCircuitParts", 3, 2, -.1f, 9001, true); new RackComponent("dreamcraft:item.HighEnergyFlowCircuit", 24, 16, -.25f, 10000, true); new RackComponent("dreamcraft:item.NanoCircuit", 48, 35, -.45f, 8000, true); -- cgit From 6addab7cd311f407d7dcc009feb356dbf40bb85e Mon Sep 17 00:00:00 2001 From: Спартак Date: Sat, 19 Jan 2019 23:21:47 +0300 Subject: Change recipe of Quantum Computer --- .../tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java index ff344b7388..168c5ba090 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java +++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java @@ -328,7 +328,7 @@ public class DreamCraftRecipeLoader implements Runnable { GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Superconductor, 2), ItemList.Tool_DataOrb.get(1), ItemList.Cover_Screen.get(1), - GT_OreDictUnificator.get(OrePrefixes.wireGt02, Materials.Superconductor, 8), + GT_OreDictUnificator.get(OrePrefixes.wireGt04, Materials.SuperconductorUV, 8), CustomItemList.DATApipe.get(8), }, new FluidStack[]{ Materials.UUMatter.getFluid(1000), -- cgit From b24709d41d33f1f76f2e6852323d2b5cd90bb4b0 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Jan 2019 21:32:34 +0100 Subject: update gt version in build gradle --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index d753ae5835..ff25af8631 100644 --- a/build.properties +++ b/build.properties @@ -6,8 +6,8 @@ ic2.version=2.2.790-experimental codechickenlib.version=1.1.3.140 codechickencore.version=1.0.7.47 nei.version=1.0.5.120 -gregtech.jenkinsbuild=196 -gregtech.version=5.09.33.04 +gregtech.jenkinsbuild=223 +gregtech.version=5.09.33.06 cofhcore.version=[1.7.10]3.1.4-329-dev cofhlib.version=[1.7.10]1.0.3-175-dev -- cgit