Update all_around_fillers.js

This commit is contained in:
idk73248 2024-01-27 15:26:57 +00:00 committed by GitHub
parent 2a36c0968f
commit 6768467259
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ elements.top_filler = {
["XX","XX","XX"],
["XX","XX","XX"]
],
category:"special",
category:"fillers",
excludeRandom: true,
reactions: {
"neutron": { elem1:"lattice" },
@ -23,7 +23,7 @@ elements.bottom_filler = {
["XX","XX","XX"],
["XX","CL","XX"]
],
category:"special",
category:"fillers",
excludeRandom: true,
reactions: {
"neutron": { elem1:"lattice" },
@ -41,7 +41,7 @@ elements.right_filler = {
["XX","XX","CL"],
["XX","XX","XX"]
],
category:"special",
category:"fillers",
excludeRandom: true,
reactions: {
"neutron": { elem1:"lattice" },
@ -59,7 +59,7 @@ elements.left_filler = {
["CL","XX","XX"],
["XX","XX","XX"]
],
category:"special",
category:"fillers",
excludeRandom: true,
reactions: {
"neutron": { elem1:"lattice" },
@ -68,4 +68,4 @@ elements.left_filler = {
"positron": { elem1:"vertical" },
"plasma": { elem1:"armageddon", tempMin:500, charged:true },
}
}
}