mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
scat
This commit is contained in:
parent
e8b7504fff
commit
a7c1a42244
@ -37,6 +37,8 @@ public class HbmKeybinds {
|
||||
public static KeyBinding hudKey = new KeyBinding(category + ".toggleHUD", Keyboard.KEY_V, category);
|
||||
public static KeyBinding dashKey = new KeyBinding(category + ".dash", Keyboard.KEY_LSHIFT, category);
|
||||
public static KeyBinding trainKey = new KeyBinding(category + ".trainInv", Keyboard.KEY_R, category);
|
||||
|
||||
public static KeyBinding qmaw = new KeyBinding(category + ".qmaw", Keyboard.KEY_F1, category);
|
||||
|
||||
public static KeyBinding abilityCycle = new KeyBinding(category + ".ability", -99, category);
|
||||
public static KeyBinding abilityAlt = new KeyBinding(category + ".abilityAlt", Keyboard.KEY_LMENU, category);
|
||||
@ -61,6 +63,8 @@ public class HbmKeybinds {
|
||||
ClientRegistry.registerKeyBinding(hudKey);
|
||||
ClientRegistry.registerKeyBinding(dashKey);
|
||||
ClientRegistry.registerKeyBinding(trainKey);
|
||||
|
||||
ClientRegistry.registerKeyBinding(qmaw);
|
||||
|
||||
ClientRegistry.registerKeyBinding(reloadKey);
|
||||
ClientRegistry.registerKeyBinding(gunPrimaryKey);
|
||||
|
||||
@ -14,6 +14,7 @@ import com.hbm.extprop.HbmPlayerProps;
|
||||
import com.hbm.handler.ArmorModHandler;
|
||||
import com.hbm.handler.HTTPHandler;
|
||||
import com.hbm.handler.HazmatRegistry;
|
||||
import com.hbm.handler.HbmKeybinds;
|
||||
import com.hbm.handler.ImpactWorldHandler;
|
||||
import com.hbm.hazard.HazardSystem;
|
||||
import com.hbm.interfaces.IHoldableWeapon;
|
||||
@ -753,7 +754,7 @@ public class ModEventHandlerClient {
|
||||
try {
|
||||
QuickManualAndWiki qmaw = QMAWLoader.triggers.get(comp);
|
||||
if(qmaw != null) {
|
||||
list.add(EnumChatFormatting.GREEN + I18nUtil.resolveKey("qmaw.tab"));
|
||||
list.add(EnumChatFormatting.YELLOW + I18nUtil.resolveKey("qmaw.tab", Keyboard.getKeyName(HbmKeybinds.qmaw.getKeyCode())));
|
||||
lastQMAW = qmaw;
|
||||
qmawTimestamp = Clock.get_ms();
|
||||
}
|
||||
@ -907,7 +908,7 @@ public class ModEventHandlerClient {
|
||||
}
|
||||
}
|
||||
|
||||
if(Keyboard.isKeyDown(Keyboard.KEY_TAB) && Minecraft.getMinecraft().currentScreen != null) {
|
||||
if(Keyboard.isKeyDown(HbmKeybinds.qmaw.getKeyCode()) && Minecraft.getMinecraft().currentScreen != null) {
|
||||
|
||||
QuickManualAndWiki qmaw = qmawTimestamp > Clock.get_ms() - 100 ? lastQMAW : null;
|
||||
|
||||
|
||||
@ -3,14 +3,12 @@ package com.hbm.qmaw;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import org.lwjgl.input.Keyboard;
|
||||
import org.lwjgl.input.Mouse;
|
||||
import org.lwjgl.opengl.GL11;
|
||||
|
||||
import com.hbm.lib.RefStrings;
|
||||
import com.hbm.qmaw.components.*;
|
||||
|
||||
import cpw.mods.fml.common.FMLCommonHandler;
|
||||
import net.minecraft.client.Minecraft;
|
||||
import net.minecraft.client.gui.GuiScreen;
|
||||
import net.minecraft.client.renderer.RenderHelper;
|
||||
@ -88,10 +86,12 @@ public class GuiQMAW extends GuiScreen {
|
||||
int pipe = link.indexOf("|");
|
||||
QComponentLink linkComponent;
|
||||
|
||||
String suffix = toParse.startsWith(" ") ? " " : "";
|
||||
|
||||
if(pipe == -1) {
|
||||
linkComponent = new QComponentLink(link, link);
|
||||
linkComponent = new QComponentLink(link, link + suffix);
|
||||
} else {
|
||||
linkComponent = new QComponentLink(link.substring(pipe + 1, link.length()), link.substring(0, pipe));
|
||||
linkComponent = new QComponentLink(link.substring(pipe + 1, link.length()), link.substring(0, pipe) + suffix);
|
||||
}
|
||||
|
||||
// append to current line
|
||||
@ -213,7 +213,7 @@ public class GuiQMAW extends GuiScreen {
|
||||
|
||||
private void drawGuiContainerForegroundLayer(int mouseX, int mouseY) {
|
||||
|
||||
int x = 4;
|
||||
int x = 7;
|
||||
int y = 4;
|
||||
|
||||
if(this.icon != null) {
|
||||
@ -229,7 +229,7 @@ public class GuiQMAW extends GuiScreen {
|
||||
GL11.glDisable(GL11.GL_DEPTH_TEST);
|
||||
GL11.glPopMatrix();
|
||||
|
||||
x += 20;
|
||||
x += 18;
|
||||
y += (16 - this.fontRendererObj.FONT_HEIGHT) / 2;
|
||||
}
|
||||
|
||||
|
||||
@ -78,7 +78,7 @@ public class QMAWLoader implements IResourceManagerReloadListener {
|
||||
|
||||
for(File modFile : registeredModFiles) dissectZip(modFile);
|
||||
|
||||
File devEnvManualFolder = new File(Minecraft.getMinecraft().mcDataDir.getAbsolutePath().replace("/eclipse/.", "") + "/src/main/resources/assets/hbm/manual");
|
||||
File devEnvManualFolder = new File(Minecraft.getMinecraft().mcDataDir.getAbsolutePath().replace("/eclipse/.".replace('/', File.separatorChar), "") + "/src/main/resources/assets/hbm/manual".replace('/', File.separatorChar));
|
||||
if(devEnvManualFolder.exists() && devEnvManualFolder.isDirectory()) {
|
||||
MainRegistry.logger.info("[QMAW] Exploring " + devEnvManualFolder.getAbsolutePath());
|
||||
dissectManualFolder(devEnvManualFolder);
|
||||
|
||||
@ -3722,6 +3722,8 @@ potion.hbm_telekinesis=! ! !
|
||||
purex.recycle=Wiederanreicherung von %s
|
||||
purex.schrab=Schrabidium extrahieren aus %s
|
||||
|
||||
qmaw.tab=[ Drücke %s für Hilfe ]
|
||||
|
||||
radar.clearMap=Karte zurücksetzen
|
||||
radar.detectMissiles=Raketen erkennen
|
||||
radar.detectPlayers=Spieler erkennen
|
||||
|
||||
@ -4780,6 +4780,8 @@ potion.hbm_telekinesis=! ! !
|
||||
purex.recycle=Reprocessing of %s
|
||||
purex.schrab=Schrabidium extraction from %s
|
||||
|
||||
qmaw.tab=[ Press %s for help ]
|
||||
|
||||
radar.clearMap=Clear Map
|
||||
radar.detectMissiles=Detect Missiles
|
||||
radar.detectPlayers=Detect Players
|
||||
|
||||
11
src/main/resources/assets/hbm/manual/alloy.json
Normal file
11
src/main/resources/assets/hbm/manual/alloy.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Advanced Alloy",
|
||||
"icon": ["hbm:item.ingot_advanced_alloy", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_advanced_alloy"], ["hbm:item.powder_advanced_alloy"], ["hbm:item.plate_advanced_alloy"]],
|
||||
"title": {
|
||||
"en_US": "Advanced Alloy"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Made in a [[blast furnace|Blast Furnace]] from [[steel|Steel]] and [[Minecraft grade copper|Minecraft Grade Copper]]. Makes better-than-diamond gear. Also used in some high-powered magnets for the [[fusion reactor|Fusion Reactor]] and the [[exposure chamber|Exposure Chamber]]."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/bakelite.json
Normal file
11
src/main/resources/assets/hbm/manual/bakelite.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Bakelite",
|
||||
"icon": ["hbm:item.ingot_bakelite", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_bakelite"], ["hbm:item.powder_bakelite"]],
|
||||
"title": {
|
||||
"en_US": "Bakelite"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Alternative to [[polymer|Polymer]] made from [[aromatic hydrocarbons|Aromatic Hydrocarbons]] derived from [[cracked oil products|Catalytic Cracking Tower]]. Completely interchangeable in all recipes."
|
||||
}
|
||||
}
|
||||
@ -1,11 +0,0 @@
|
||||
{
|
||||
"name": "DEMO",
|
||||
"icon": ["hbm:item.gun_light_revolver", 1, 0],
|
||||
"trigger": [["hbm:item.plate_iron"], ["hbm:item.plate_gold"], ["hbm:item.plate_sludge"]],
|
||||
"title": {
|
||||
"en_US": "Demo"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Referred to as a collective as \"flux\" in NTM, neutrons are the sole driver of fission and therefore the driver of heat production in an RBMK. Fuel assemblies in fuel rod columns will create neutrons according to a mathematically defined flux function which is described in more detail in Category:RBMK Fuel. Some will spontaneously output neutrons whereas others will only emit them when they receive input neutrons with most fuels requiring some form of input to get started. Neutrons are emitted in every horizontal direction away from the fuel rod and will interact with various types of columns during their travel before eventually being absorbed by something. Neutrons are either emitted as fast moving or slow moving and react best with fuels in either state depending on the properties of the fuel. To convert fast neutrons to slow neutrons, they must pass through a moderator such as graphite which can come in the form of moderated rods or moderator columns. There is no way to make slow neutrons become fast after being moderated. If not properly sealed, neutrons can leak out of the RBMK and cause immense environmental radiation. To prevent this, cover every column in the RBMK that neutrons pass through with an RBMK cover panel and seal off all paths that neutrons take with either solid blocks or a column that absorbs the neutrons fully."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/mingrade.json
Normal file
11
src/main/resources/assets/hbm/manual/mingrade.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Minecraft Grade Copper",
|
||||
"icon": ["hbm:item.ingot_red_copper", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_red_copper"], ["hbm:item.powder_red_copper"]],
|
||||
"title": {
|
||||
"en_US": "Minecraft Grade Copper (Red Copper)"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Alloy made from copper and redstone in equal parts using the [[blast furnace|Blast Furnace]]. Used in almost all things electric, commonly in wire form."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/plutonium-238.json
Normal file
11
src/main/resources/assets/hbm/manual/plutonium-238.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Plutonium-238",
|
||||
"icon": ["hbm:item.billet_pu238", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_pu238"], ["hbm:item.billet_pu238"], ["hbm:item.nugget_pu238"]],
|
||||
"title": {
|
||||
"en_US": "Plutonium-238"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Radioisotope, used mainly in [[RTGs|RTG]]. Derived from [[plutonium|Plutonium]] hexafluoride, or from various nuclear fuels, mainly ones using [[uranium-235|Uranium-235]]. Usable with [[beryllium|Beryllium]] as Pu238Be neutron sources in [[RBMKs|RBMK]].<br><br>Moderately radioactive, very hot."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/plutonium-239.json
Normal file
11
src/main/resources/assets/hbm/manual/plutonium-239.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Plutonium-239",
|
||||
"icon": ["hbm:item.billet_pu239", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_pu239"], ["hbm:item.billet_pu239"], ["hbm:item.nugget_pu239"]],
|
||||
"title": {
|
||||
"en_US": "Plutonium-239"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Primary fissile isotope of [[plutonium|Plutonium]]. Can be extracted from many spent fuels that use [[uranium-238|Uranium-238]] or directly from [[reactor-grade plutonium|Reactor-Grade Plutonium]]. Usable in high enriched fuels for various reactors, mixed with other isotopes for lower enriched fuels, or as fissile material in many nuclear bombs.<br><br>Moderately radioactive."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/plutonium-240.json
Normal file
11
src/main/resources/assets/hbm/manual/plutonium-240.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Plutonium-240",
|
||||
"icon": ["hbm:item.billet_pu240", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_pu240"], ["hbm:item.billet_pu240"], ["hbm:item.nugget_pu240"]],
|
||||
"title": {
|
||||
"en_US": "Plutonium-240"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Non-fissile isotope found in [[plutonium|Plutonium]] and [[reactor-grade plutonium|Reactor-Grade-Plutonium]]. Only useful when manually making reactor-grade plutonium from [[plutonium-239|Plutonium-239]] or inspecialized [[zirconium|Zirconium]] fast breeder rods for making [[plutonium-241|Plutonium-241]] in the [[RBMK]]."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/plutonium-241.json
Normal file
11
src/main/resources/assets/hbm/manual/plutonium-241.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Plutonium-241",
|
||||
"icon": ["hbm:item.billet_pu241", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_pu241"], ["hbm:item.billet_pu241"], ["hbm:item.nugget_pu241"]],
|
||||
"title": {
|
||||
"en_US": "Plutonium-241"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Secondary fissile isotope of [[plutonium|Plutonium]]. Can be recovered from [[plutonium-240|Plutonium-240]]-rich spent [[RBMK]] fuels, as well as certain types of [[zirconium|Zirconium]] fast breefer fuels. Only used in specialized breeding fuels and as high enriched fuel, which is more powerful than its [[plutonium-239|Plutonium-239]] counterpart. Plutonium-241 in RBMKs yields [[americium-241|Americium-241]] and [[americium-242|Americium-242]] when reprocessed.<br><br>Highly radioactive."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/plutonium-rg.json
Normal file
11
src/main/resources/assets/hbm/manual/plutonium-rg.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Reactor-Grade Plutonium",
|
||||
"icon": ["hbm:item.billet_pu_mix", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_pu_mix"], ["hbm:item.billet_pu_mix"], ["hbm:item.nugget_pu_mix"]],
|
||||
"title": {
|
||||
"en_US": "Reactor-Grade Plutonium"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Mixture of [[plutonium-239|Plutonium-239]] and [[plutonium-240|Plutonium-240]]. Common result of reprocessing many [[uranium|Uranium]]-based fuels, as well as by breeding uranium in the [[Chicago Pile]]. Usable in many reactors as medium enriched plutonium fuel.<br><br>Moderately radioactive."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/plutonium.json
Normal file
11
src/main/resources/assets/hbm/manual/plutonium.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Plutonium",
|
||||
"icon": ["hbm:item.ingot_plutonium", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_plutonium"], ["hbm:item.billet_plutonium"], ["hbm:item.nugget_plutonium"], ["hbm:item.powder_plutonium"]],
|
||||
"title": {
|
||||
"en_US": "Plutonium"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Rare form of impure plutonium, composed of plutonium-238, 239 and 240. Plutonium in ore form is disabled by default. May be processed in a [[gas centrifuge|Gas Centrifuge]] in hexafluoride form, or used for certain [[cyclotron|Cyclotron]] recipes.<br><br>Moderately radioactive.<br><br>See also:<br>[[Plutonium-238]]<br>[[Plutonium-239]]<br>[[Plutonium-240]]<br>[[Plutonium-241]]"
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/polonium.json
Normal file
11
src/main/resources/assets/hbm/manual/polonium.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Polonium-210",
|
||||
"icon": ["hbm:item.billet_polonium", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_polonium"], ["hbm:item.billet_polonium"], ["hbm:item.nugget_polonium"]],
|
||||
"title": {
|
||||
"en_US": "Polonium-210"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Radioisotope derived from reprocessing [[radium-226|Radium-226]] neutron sources. Usable for [[RTGs|RTG]], or with [[beryllium|Beryllium]] in Po210Be neutron sources for [[RBMKs|RBMK]].<br><br>Highly radioactive, very hot."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/polymer.json
Normal file
11
src/main/resources/assets/hbm/manual/polymer.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Polymer",
|
||||
"icon": ["hbm:item.ingot_polymer", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_polymer"], ["hbm:item.powder_polymer"]],
|
||||
"title": {
|
||||
"en_US": "Polymer"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Polymer ('Teflon') is the first available type of plastic. Requires [[petroleum gas|Petroleum Gas]] and therefore [[oil processing|Crude Oil]].<br><br>Fully interchangable with [[Bakelite]], which becomes available after [[oil cracking|Catalytic Cracking Tower]]."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/radium.json
Normal file
11
src/main/resources/assets/hbm/manual/radium.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Radium-226",
|
||||
"icon": ["hbm:item.billet_ra226", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_ra226"], ["hbm:item.billet_ra226"], ["hbm:item.nugget_ra226"], ["hbm:item.powder_ra226"]],
|
||||
"title": {
|
||||
"en_US": "Radium-226"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Rare radioactive material found in [[uranium|Uranium]] and [[thorium|Thorium-232]] ores, may be extracted using a [[centrifuge|Centrifuge]]. Used with [[beryllium|Beryllium]] in Ra226Be neutron sources, which are vital for kickstarting the [[Chicago Pile]], [[PWR]], [[research reactor|Research Reactor]] and [[RBMK]]. The first available neutron source, and often times the cheapest.<br><br>Moderately radioactive."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/silicon.json
Normal file
11
src/main/resources/assets/hbm/manual/silicon.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Silicon",
|
||||
"icon": ["hbm:item.billet_silicon", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_silicon"], ["hbm:item.billet_silicon"], ["hbm:item.nugget_silicon"]],
|
||||
"title": {
|
||||
"en_US": "Silicon"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Important material for producing integrated circuits, and any electronics more sophisticated than an analog circuit. Created in an [[electric arc furnace|Electric Arc Furnace]] using things that contain silicon dioxide, like regular sand, nether quartz, fiberglass, flint or [[asbestos|Asbestos]]. Used primarily as wafers (i.e. billets) which are [[pressed|Burner Press]] using a circuit stamp, and then crafted into different types of microchips. Due to requiring an arc furnace, silicon is available after obtaining [[polymer|Polmyer]], requiring [[oil|Crude Oil]] processing."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/steel.json
Normal file
11
src/main/resources/assets/hbm/manual/steel.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Steel",
|
||||
"icon": ["hbm:item.ingot_steel", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_steel"], ["hbm:item.plate_steel"], ["hbm:item.powder_steel"]],
|
||||
"title": {
|
||||
"en_US": "Steel"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Upgraded version of iron, basic material. Used in almost everything. Initially obtained by combining coal and iron in a [[blast furnace|Blast Furnace]]. Upgraded recipes are available later on via [[crucible|Crucible]] and [[rotary furnace|Rotary Furnace]]."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/technetium.json
Normal file
11
src/main/resources/assets/hbm/manual/technetium.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Technetium",
|
||||
"icon": ["hbm:item.ingot_technetium", 1, 0],
|
||||
"trigger": [["hbm:item.billet_technetium"], ["hbm:item.ingot_technetium"], ["hbm:item.nugget_technetium"]],
|
||||
"title": {
|
||||
"en_US": "Technetium"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Synthetic metal, reprocessed from [[ZIRNOX]] or [[PWR]] fuel early on. May also be extracted from some [[RBMK]] fuels or [[bedrock ore|Bedrock Ore]] with high-performance solvent.<br><br>Primarily used for [[technetium steel|Technetium Steel]].<br><br>Moderately radioactive."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/technetium_steel.json
Normal file
11
src/main/resources/assets/hbm/manual/technetium_steel.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Technetium Steel",
|
||||
"icon": ["hbm:item.ingot_tcalloy", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_tcalloy"], ["hbm:item.powder_tcalloy"]],
|
||||
"title": {
|
||||
"en_US": "Technetium Steel"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Alloy made from [[steel|Steel]] and [[technetium|Technetium]]. Corrosion resistant, used in stronger fluid tanks and many advanced machines. Obtainable after either a [[ZIRNOX]] or [[PWR]] due to technetium being synthetic.<br><br>Fully interchangable with [[cadmium steel|Cadmium Steel]]."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/thorium.json
Normal file
11
src/main/resources/assets/hbm/manual/thorium.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Thorium-232",
|
||||
"icon": ["hbm:item.billet_th232", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_th232"], ["hbm:item.billet_th232"], ["hbm:item.nugget_th232"], ["hbm:item.powder_thorium"]],
|
||||
"title": {
|
||||
"en_US": "Thorium-232"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Fertile (i.e. can be bred) isotope which yields [[uranium-233|Uranium-233]]. Can either be irradiated in an [[RBMK]] to produce [[thorium fuel|Thorium Fuel]] or combined with uranium-233. Thorium-derived fuels are generally cost-effective but not very powerful. Also usable in [[liquid thorium salt|Liquid Thorium Salt]], a powerful [[PWR]] coolant (turning it into a molten salt reactor) which yields tons of uranium-233 quickly.<br><br>Slightly radioactive."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/uranium-233.json
Normal file
11
src/main/resources/assets/hbm/manual/uranium-233.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Uranium-233",
|
||||
"icon": ["hbm:item.billet_u233", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_u233"], ["hbm:item.billet_u233"], ["hbm:item.nugget_u233"]],
|
||||
"title": {
|
||||
"en_US": "Uranium-233"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Artificial type of fissile uranium (i.e. reactor capable), created by reprocessing [[thorium-based fuels|Thorium Fuel]]. High enriched uranium-233 fuel is generally more powerful than fuel derived from [[uranium-235|Uranium-235]].<br><br>Moderately radioactive."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/uranium-235.json
Normal file
11
src/main/resources/assets/hbm/manual/uranium-235.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Uranium-235",
|
||||
"icon": ["hbm:item.billet_u235", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_u235"], ["hbm:item.billet_u235"], ["hbm:item.nugget_u235"]],
|
||||
"title": {
|
||||
"en_US": "Uranium-235"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Enriched uranium. Fissile, usable in some reactors directly as high enriched fuel, or mixed back with [[uranium-238|Uranium-238]] for medium enriched uranium fuels. Weapons grade. Created initially by processing [[uranium hexafluuoride|Uranium Hexafluoride]] in a cascade of four [[gas centrifuges|Gas Centriuge]], available later on by separating [[natural uranium|Uranium]] via [[SILEX]].<br><br>Moderately radioactive."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/uranium-238.json
Normal file
11
src/main/resources/assets/hbm/manual/uranium-238.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Uranium-238",
|
||||
"icon": ["hbm:item.billet_u238", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_u238"], ["hbm:item.billet_u238"], ["hbm:item.nugget_u238"]],
|
||||
"title": {
|
||||
"en_US": "Uranium-238"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Depleted uranium, not fissile (i.e. not directly reactor-usable). Primarily a byproduct from enriching [[uranium|Uranium]]. Used in [[ferrouranium|Ferrouranium]], for [[depleted uranium ammo|Depleted Uranium Ammo]] and for certain low-enriched fuels. Fuels that contain uranium-238 typically yield useful [[plutonium-239|Plutonium-239]] when reprocessing.<br><br>Slightly radioactive."
|
||||
}
|
||||
}
|
||||
11
src/main/resources/assets/hbm/manual/uranium.json
Normal file
11
src/main/resources/assets/hbm/manual/uranium.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Uranium",
|
||||
"icon": ["hbm:item.ingot_uranium", 1, 0],
|
||||
"trigger": [["hbm:item.ingot_uranium"], ["hbm:item.billet_uranium"], ["hbm:item.nugget_uranium"], ["hbm:item.powder_uranium"], ["hbm:tile.ore_uranium"]],
|
||||
"title": {
|
||||
"en_US": "Uranium"
|
||||
},
|
||||
"content": {
|
||||
"en_US": "Natural uranium, slightly radioactive. Not very fissile on its own, can be enriched by turning it into [[uranium hexafluoride|Uranium Hexafluoride]] and processing it in [[gas centrifuges|Gas Centrifuge]]. [[ZIRNOX]], [[RBMK]] and [[Chigago Pile]] may use natural uranium as fuel without enrichment.<br><br>See also:<br>[[Uranium-233]]<br>[[Uranium-235]]<br>[[Uranium-238]]"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user