Starbound

Starbound

181 ratings
[TUTORIAL] Creating Custom Armor!! (12/12/2016)
By Loyal Teas and 1 collaborators
So I have been looking through some of the asset files for Starbound and searched through multiple web-sights to create an armor to fit my character. To be honest, EVERYTHING IS SO OUTDATED. I would not say I am an expert, but with the amount of information I have learned, I can teach you the very basics to creating custom armors, using vanilla assets. Please tell me if something doesn't work so I can test it.
2
   
Award
Favorite
Favorited
Unfavorite
HOW TO START
BASICS
1. To spawn items into the game you must be in 'Admin mode"
{To enter admin mode type:~~> /admin <~~"}
2. The command to spawn any item in the game is ~~> /spawnitem <~~
3. Basically every single item in the game has a spawn id [Note: The name of the item will not match it's spawn id] This is a link I used to find any ids https://starbounditems.herokuapp.com/
4. When typing the spawns for the code spacing is important, there are some places that require this and some that won't. I can't tell you all the places, but tinker with what works -_^ !
5. If you are afraid of crashes, then you should make a seperate world to test the spawns before trying it on your main account, I lost a couple characters when fiddling with the particles.
[b][Ctrl + C][/b] and [b][Ctrl + V][/b] You must know how to copy an6. Use [Ctrl + C] and [Ctrl + V] You must know how to copy and paste.
The Basics to Adding Anything to Armors + Tips For Orginizing
IMPORTANT RULES TO NOTE WHEN CUSTOMIZING
So if you want to begin changing an item you must have these brackets around the changes: ~~> '{ }' <~This box must come after the amount and must be at the end of the command.
You will need "parenthesis" around most commands and to be separated by commas ','
Colons ':' are used to link a command to another command.
How You Can Orginize Your Items:
noice: I am not telling you how orginize your items, this is just how I did it. Knowing this can help out those who might lose there custom armors.
If you are going to get into this, You should create a Word Document or Notepad that contains items you created. This will allow you to spawn items that you saved in the past and can be a reference, or you can send the items to other accounts / characters. This image shows me editing some items that can be created in game-- through copy and paste into the chat "Thank the devs for adding copy and paste."
Customizing [NAME] [DESCRIPTION] [STATS]
Note: For this part of the guide I will use the item "Heart Wreath" because I am quite fond of it, you can not obtain this items legit though because it is a seasonal item.
--------------------------------------------------------------------------------------------------------------------------
PART ONE: BASIC

To spawn this item you must type:

/spawnitem cupidshead 1

Very simple, it's just the [spawn command] [item ID] [Amount]
NOTE
The purpose of this shot is to show you what the items looks like.(Please ignore the absurd things that are happening to my character, I sort of screwed up the picture so this is a re-take, apologies)
--------------------------------------------------------------------------------------------------------------------------
PART TWO: NAME, DESCRIPTION, AND RARITY
Next to spawn items with a new title, descriptions, and change of rarity:


/spawnitem cupidshead 1 '{"shortdescription":"Title","description":"Caption","rarity":"Essential"}'

Okay let me explain this command in chunks:
[spawn command] [item ID] [Amount] [Change Title] [New Title Name] [Change descrition]
[New Description] [Change Rarity] [Rarity]

--
Note: you can't use any of these -> { ( ' ) } <- in the name of your items because they are part of the code.
Edit:You can indeed add apostrophes in item descriptions.
By using \ immediately prior.

Example:
"description":"It\'s an item description with an apostrophe!"
--
The command for Rarity does not have to be "Essential"

You can change the color of the Rarity by inserting the commands below for rarity:
"Common" = White
"Uncommon" = Green
"Rare" = Blue
"Legendary" = Purple
"Essential" = Gold
--------------------------------------------------------------------------------------------------------------------------
PART THREE: STATS
For this part I made it so thiat this Vanity armor (armor with no stats) includes it's own stats:

/spawnitem cupidshead 1 '{"shortdescription":"Buki HeadBand","description":"Made By Buki","rarity":"Essential","statusEffects":[{"stat":"protection","amount":100},{"stat":"maxHealth","amount":100},{"stat":"powerMultiplier","baseMultiplier":10},{"stat":"maxEnergy","amount":100}]}'

Here are the components:
[spawn command] [item ID] [Amount] [Change Title] [New Title Name] [Change description]
[New Description] [Change Rarity] [Rarity] [statusEffect] [stats] [protection] [amount] [number] [stats] [maxHealth] [amount] [number] [stats] [powerMultiplier] [baseMultiplier] [number] [stats] [maxEnergy] [amount] [number]

Small Notice
This part is honestly tough, because of all these brackets and what not, You should tinker with what works for you.
Balancing
You don't have to use this part if you don't want stats (but I would leave it at 0 for protection, health, and energy, but leave the multiplier at 1 to not decrease your damage if you don't want anything on it)
If you want to stay balance, go on the wiki and insert stats of the tier equipment you want (I am at late game, so I normally plug in perfect armor gear)
If you want to be unbalance and beat the crap out of your pvp friends, I suggest you use only 5 digits for the numbers because that is all you will need to wipe them (unless they used something like this to mod their gear too).
Adding [Status Effect]
What is a Status Effect?
A status effect is like a buff, (exp: glowing, jump boost, running boost, damage boost, etc). These buffs are similar to what the game would apply only, it will stay active as long as you are wearing the armor. I would like to point out that this is different from particles, which is covered in the next section.
Example of item with status effect:

/spawnitem cupidshead 1 '{"shortdescription":"Buki HeadPiece","description":"Exp","rarity":"Essential","statusEffects":["nova","glow","runboost","jumpboost","lowgrav","levitation","ghostlyglow","electricblock","fireblock","poisonblock","iceblock"],"directives":"?replace;6f2919=dbecf3;e0975c=c5deee;a85636=f3f4f6;"}'

Component:
[spawn command] [item ID] [Amount] [Change Title] [New Title Name] [Change description]
[New Description] [Change Rarity] [Rarity] [statusEffect] [stats] [protection] [amount] [number] [stats] [maxHealth] [amount] [number] [stats] [powerMultiplier] [baseMultiplier] [number] [stats] [maxEnergy] [amount] [number] [Statuseffect]

[Notice: I have creating an extra section with a longer list of the status effects that you can use, guide section has a limit to how much they can fit so much. The only thing though, I had to test all of them out and it takes a long time typing out what every single does, So the description are shorter and some doesn't even have any because I couldn't figure it out, can be assumed, or too lazy. I decided to keep the ones here to show case a couple examples before being overwhilmed by all the effects]

You substitute "[Statuseffect]" with these effects below: (Note: have all the photos but putting them onto the other list instead)
List Of Bonus
"weakpoison", Posions you constantly.
"redstim", Heals you the same as a stim when equiped.
"medkitheal", Heals you like a medkit would when equiped.
"rage", Damage boost when equiped.
"salveheal", Heals you like a salve would when equiped.
"musdslow", Slows you like how mud would when equiped.
"slimeslow", Slows you like how slime would (a lot) when equiped.
"nofalldamage", This is self implied.
"burning",
"wet", Slows you by 10%, but has water particles dripping like sweat when equiped.
"cold" ,
"electrified", Enemies near by are damaged when equiped.
"thorns", Enemies that touch you also take the damage when equiped.
"nova", You shoot fire near you when hurt when equiped.
"glow", You emit a light when equiped.
"runboost", You move faster when equiped.
"jumpboost", You jump higher when equiped.
"swimboost", You swim up faster when equiped. (Note: Works, but doesn't show)
"lowgrav", Makes you falls slower when equiped.
"levitation", Makes your character hate the ground when equiped.
"ghostlyglow", Makes you blue? when equiped.
"electricblock", This is self implied.
"fireblock", This is self implied.
"poisonblock", This is self implied.
"iceblock",This is self implied.
"minibossglow", Glow red when equiped.
"nude", Makes you completely naked and ruins the purpose of custom armor when equiped.
"healingwater", heals you like healing water when equiped.
"beamin" Makes you black and very mysterious when equiped.[/b]
"invulnerable", This is self implied (Shoutouts to 孤独スノーフレーク for helping out, a lot)
"camouflage", makes you look transparent, enemies can still see you when equipped.
--------------(Shoutouts to YukkuriC and Điscōrd for helping me find these below)--------------
"cultistshield", Basically makes you immune to enemies when they try to hurt you, but still fall damage and knockback when equiped.
--------------(Shoutouts to YukkuriC for helping me find these above)--------------
--------------(Shoutouts to Điscōrd for helping me find these below)--------------
"electricaura", Creates this orb that glows purple and shocks enemies around you
"poisonaura",Creates this orb that glows green and poisons enemies around you
"iceaura", Creates this orb that glows blue and deals freeze damge enemies around you
"fireaura", Creates this orb that glows red and burns enemies around you
--------------(Shoutouts to Điscōrd for helping me find these above)--------------
Note:
Most of these will show you an icon, but Swimboost seems to not show anything. I can confirm thought that it does work. Also, some of these come with particles.
--------------------------------------------------------------------------------------------------------------------------
u]DANGERS/ WARNING AND RESOLVES[/u]
This is probably one of the more fun things to add to an armor, but this is also where the game can crash if you don't type it correct. Normally, if you don't type an item correctly it will say "Could not Parse item parameters," You will crash your game if you look at the armor with an invalid Status effect. HOWEVER, I have found a way around this...
How to delete amor with invalid status effect:
Step One: Have your inventory out with the invalid object visable (Don't hover over it or it will crash).


Step Two: Normally, if you hover an object you see information about it. But if you pick up an object quickly, the game won't react quick enough to crash you.


Step Three: Drop the item into the trash and following this, quickly move the mouse away from the item. During the load of the trash, hovering over the invalid item will still crash your game. However, when you reload the game, that item will stay in the trash. Allow the item to disspear to avoid anymore risks. After that, the item is now gone.

List of status effect [PART ONE]
So my plan is that there will be 3 section (when i add pictures then it should take up an extra but I have to turn all steam photos into jpg so may take a while before I do) just with status effects, how I have set this up is in this format:
[name of effect] [Does it show an icon below your character's status, notes]

ballistapusher no icon, makes you slow but adds 150 hp
ballistic no icon, when equiped you will be constantly sent falling (can fly)
ballisticapplier no icon, does nothing until unequip, you will be send upwards
beamburning shows icon, take burning damage (like when npc burns themself)
beamin no icon, plays animation of teleport back, but remain completely black
beamaway no icon, animation of "warp to ship" on equip, and returnn on unequip
beamout no icon, plays the animation of warping to ship
beamoutanddie no icon, "teleports to ship" animation, unequip w/o admin = death
beamoutandteleport no icon, plays the animation of warping to ship
bed1 show icon, recovers health
bed2 show icon, recovers health
bed3 show icon, recovers health
bed4 show icon, recovers health(recovers faster when higher number)
bed5 show icon, recovers health
bed6 show icon, recovers health
biomeairless no icon bugged, it seems like you won't sufficate.
biomecold shows icon, suffer from deadly chill (drain energy, then your life)
biomeheat shows icon, suffer from radiation (drains your life)
biomeradiation shows icon, suffer from radiation (lowers cap of hp to a certain %)
blink no icon, blinks the player out, then back in
blinkin no icon, plays the animation of blinking in
blinkout no icon, plays the animation of blinking out (stays invisible)
bouncy shows icon, makes you bound off everything, even walls
breathprotectionvehicle no icon, not sure what it does
burning shows icon, makes you suffer burn damage
camouflage0 shows icon, makes you blend into the background
camouflage25 shows icon, makes you very transparent
camouflage35 shows icon, makes you transparent
camouflage50 shows icon, makes you sorta transparent
camouflage75 shows icon, makes you slightly transparent
castelectric no icon, purple with particles charging everywhere (normal speed)
castfire no icon, red with particles charging everywhere (normal speed)
castice no icon, blue with particles charging everywhere (fast speed)
castphysical no icon, white with particles charging everywhere (slow speed)
castpoison no icon, green with particles charging everywhere (normal speed)
colorblue no icon, makes you blue
colorgreen no icon, makes you green
colororange no icon, makes you orange
colorpurple no icon, makes you purple
colorred no icon, makes you red
coloryellow no icon, makes you yellow
crash shows icon, whiter skin + blue,red,purple,&green partciles everywhere
cultistshield no icon, gives 100 armor and when hit comes with a particle effect.
deathbomb no icon, blink dark red and default many times, not sure what it does.
deathbombelectric no icon, blink purple and default many times, not sure what it does.
deathbombfire no icon, blink red and default many times, not sure what it does.
deathbombice no icon, blink blue and default many times, not sure what it does.
deathbombpoison no icon, blink green and default many times, not sure what it does.
dontstarve no icon, I think it stops you from starving not tested, too lazy.
l6doomed shows icon, has particle but looses it on hit, not sure what it does
electricblock shows icon
electricblockaugment no icon, but it probably works
electrified shows icon, hurts enemies near you
electricaura no icon, has circle orb of electric
fireaura no icon, has circle orb of fire
iceaura no icon, has circle orb of ice
poisonaura no icon, has circle orb of poison
electriccharge no icon, has blue-ish particles leaking, not sure what it does.
firecharge no icon, has fire particles, not sure what it does.
icecharge no icon, has frost cloud particles, not sure what it does.
poisoncharge no icon, has posion charging particles, not sure what it does.
energyregen shows icon recover energy fast
erchiussickness shows icon I don't think it spawns it though
burnspray shows icon
fireblock shows icon
fireblockaugment no icon probably works
hungry shows icon
starving shows icon deplets health expenteially
wellfed shows icon
foodpoison shows icon
frostslow shows icon slows (not too much)
frostsnare shows icon slows (a ton)
ghostlyglow no icon, blue border glow
shipglow shows icon
glow shows icon
guardiandeath - no icon, Slowly makes you brighter and emits alot of light slowly.
halogenglow no icon, yellow light
headlamp no icon, car headlight
bandageheal shows icon
bottledwaterheal shows icon
medkitheal shows icon
nanowrapheal shows icon
salveheal shows icon
hologramglow - no icon, emits a blue-ish light
iceblock shows icon
iceblockaugment no icon probably works
intents no icon invisible, M.M lazor is visable, can emite light
invisible - shows icon invisible completely, except still see chat, emite no light
invulnerable no icon, enemies can't even touch you

==========
jumpboost no icon increased jump 7blocks -> 10 (on grav 60)
jumpboost20 no icon increased jump 7blocks -> 10 (on grav 60)
jumpboostaugment no icon increased jump 7blocks -> 10 (on grav 60)
jumpboostfood shows icon increased jump 7blocks -> 10 (on grav 60)
shipjumpboost shows icon increased jump
lanternglow no icon, applies a "stick on a lantern" glow effect
largedamageboost shows icon applies a damage boost(100% ->1000%)(about x10)
largedamageboostapplier no icon on gear, but applies buff but for 10 seconds
lavaglow no icon works, drips lava and glow red (produces no light)
levitation shows icon makes you float about 4 blocks up
lightaugment1 no icon
lightaugment2 no icon
lightaugment3 no icon
liquidimmunity no icon no clue what it does
lowgrav no icon, (gravity 60 -> 18) lowers your gravity [7blocks -> 13]
lowgravaugment no icon, (gravity 60 -> 30) lowers your gravity [7blocks -> 10]
stafflowgrav shows icon, (gravity 60 -> 15) lowers your gravity [7blocks -> 14]
maxenergyboostaugment1 no icon, boosts energy by 20
maxenergyboostaugment2 no icon, boosts energy by 40
maxenergyboostaugment3 no icon, boosts energy by 60
maxenergyscalingboost shows icon, boosts energy by 50
maxenergyscalingboostfood shows icon, boosts energy by 20
maxhealthboost5 shows icon, boosts hp by 5
maxhealthboost10 shows icon, boosts hp by 10
maxhealthboost15 shows icon, boosts hp by 15
maxhealthboost20 shows icon, boosts hp by 20
maxhealthboost30 shows icon, boosts hp by 30
maxhealthboost40 shows icon, boosts hp by 40
maxhealthboost50 shows icon, boosts hp by 50
maxhealthboost60 shows icon, boosts hp by 60
List of status effect [PART TWO]
This is the remainder of the list, will be adding photos for some of them on a later date when I finish with all the transfers.

maxhealthboostaugment1 no icon, boosts hp by 20
maxhealthboostaugment2 no icon, boosts hp by 40
maxhealthboostaugment3 no icon, boosts hp by 60
maxhealthboostcollar1 no icon, boosts hp by 33
maxhealthboostcollar2 no icon, boosts hp by 66
maxhealthboostcollar3 no icon, boosts hp by 100
maxhealthscalingboostfood shows icon, boosts hp by 20
highprotection no icon gains 85armor
maxprotection no icon 100armor
melting shows icon it's like being in lava
minibossglow no icon glow like a miniboss
monstercapture no icon not sure, but small dely of freeze when first equip
monsterdespawn no icon not sure, but small dely of freeze when first equip
blackmonsterrelease no icon works dissapears
monsterrelease no icon works dissapears
monsterrelocate no icon dissapears, small blue orb, can only move left or right
monsterrelocatespawn no icon appear out of the "blue" ;)
motionattack no icon leaves a trail of small white clouds as you move
mudslow shows icon slows
nitroglycerine no icon works blink red once in a while
nofalldamage no icon works
novakidglow no icon not sure
bored no icon Z's will appear above head
love no icon hearts will appear above head
slowlove no icon hearts will slowly appear above head
nosebleedleft no icon red pixels drip from left nose area, but glitched
nosebleedright no icon red pixels drip from right nose area, but glitched
vomitleft no icon vomits to the left regaurdless of direction
vomitright no icon vomits to the right regaurdless of direction
nude shows icon nude
paralysis shows icon can't move
partytime shows icon lights of asorted colors appear
playerbeamin no icon, pushes away near by "enemies" on equip
antidote shows icon
poisonblock shows icon
poisonblockaugment no icon
enemyrage shows icon only on armor, but doesn't really add stats
rage shows icon 30%
rageaugment1 no icon works 10%
rageaugment2 no icon works 21%
rageaugment3 no icon works 30%
ragecollar1 no icon works 15%
ragecollar2 no icon works 30%
ragecollar3 no icon works 45%
ragefood shows icon 21% "bonus damage"
shiprage shows icon 30%
staffrage shows icon 30%
redflash no icon works complete glowing red
healingwater shows icon
redstim shows icon
regeneration1 shows icon
regeneration2 shows icon
regeneration3 shows icon
regeneration4 shows icon
regenerationaugment1 no icon works
regenerationaugment2 no icon works
regenerationaugment3 no icon works
regenerationcollar1 no icon works
regenerationcollar2 no icon works
regenerationcollar3 no icon works
regenerationfast shows icon fast
regenerationfood no icon works super slow
shipregeneration1 shows icon
shipregeneration2 shows icon
shipregeneration3 shows icon
shipregeneration4 shows icon
shipregeneration5 shows icon (fast)
staffregeneration shows icon
runboost shows icon 20 +flametrial at feet
runboost20 shows icon 10
runboostaugment no icon works 10
runboostfood shows icon 10
shiprunboost shows icon 20
sandstorm shows icon
bubbleshield no icon not sure
staticshield no icon not sure
techshield no icon not sure
shieldregen no icon not sure
skullheadlamp No iconm works like a one way flashlight
slimeslow shows icon
staffslow shows icon
stun shows icon
swimboost no icon, works
swimboostcola shows icon
swimming [forgot to check :3] Not sure
tarslow shows icon (oiled)
enemynova shows icon but broken? (for me it doesn't hurt enemies)
nova shows icon wrong name aka thorns red.shows icon
thorns shows icon no effect
thornsaugment shows icon has partilces on hit
timefreeze shows icon [ https://youtu.be/B9za3TrVT3g?t=5s ]
translocate no icon Bugged with item tranlocator, one time use.
vulnerability no icon not sure
weakpoison shows icon
wet shows icon
windswept shows icon
xenonglow no icon but works
Adding [PARTICLES]
[Author's Warning]
For this section of guide, I do recommend you try doing this on a different character first before sending it over to your main. On this section of the guide, I've have losted 3 charcters because I equiped the hat that contained invaild ID's, which caused a loop of crashes if loading the character. The spawn codes in this guide are valid as is, but do becareful if you want to meddle with this part.
--------------------------------------------------------------------------------------------------------------------------
Particles
EXPLANIATION:Okay, so basically particles will add an effects that doesn't give a bonus to your character, it will only create a visual change (Exp: You can recieve poison from "weakness" but it wont damage you).

/spawnitem cupidshead 1 '{"shortdescription":"Buki HeadBand","description":"Made By Buki","rarity":"Essential","statusEffects":[{"stat":"protection","amount":0},{"stat":"maxHealth","amount":0},{"stat":"powerMultiplier","baseMultiplier":1},{"stat":"maxEnergy","amount":0},"swimboost"],"effectSources":["music"]}'
Component:
[spawn command] [item ID] [Amount] [Change Title] [New Title Name] [Change description]
[New Description] [Change Rarity] [Rarity] [statusEffect] [stats] [protection] [amount] [number] [stats] [maxHealth] [amount] [number] [stats] [powerMultiplier] [baseMultiplier] [number] [stats] [maxEnergy] [amount] [number] [effectSources][Particle]

So Far This is a list of what I found that works (and won't crash your game). I do warn you though, some of these effects are broken as in, don't work, just too much sound, or a tottal dissapointment. I have catagorized them a little bit

effectSources":["perfect"]
This will add effects to your items

Broken?:
"healthcritical"
"healthrisk"
"warmthrisk"
Sounds:
"bandageuse"
"breathCritical"
"breathRisk"
"drinking"
"drinkinghealing"
"eatting"
"foodcritical"
"stimuse"
"warmthcritical"
Message Will Pop Up:
"glowstim"
"healthstim"
"frozenslow"
"jumpboost"
"melting"
"poisonsickness"
"runboost"
"slow"
"tarslow"
"Light Particles That Fall"
"Defaultblue"
"Defaultbrown"
"Defaultgreen"
"Defaultlightblue"
"Defaultmegenta"
"Defaultorange"
"Defaultwhite"
"javelinred"
Not Really Sure:
"growflowers"
"skidding"
"cat"
"dashing"
"multijump"
"music"
"perfect"
"sleepbubbles"
"sparkles"
Undefined:
"sparkleunicorn"
"squirt"
"sparks",
"burning",
"smoke",
"fireflames"
"flames"
"flamesfast"
"health"
"lighttrailfast"
"corrosive",
"icetrail",
"icetrailfast"
"daggerblue"
"frozenfiretrail"
"frozenburning"
"frozenflames"
"grabed"
"poisondrip"
"snowflakeshurikentrail"
"spacedusttail"<----(NoteThisSpellingIsCorrect)
"tar"
"tarball"
"tarfast"

Notice:
These are only a couple of the particles that exists in the vannila files,
This is the code for this hat:
/spawnitem cupidshead 1 '{"shortdescription":"Buki HeadBand","description":"Made By Buki","rarity":"Essential","statusEffects":[{"stat":"protection","amount":100},{"stat":"maxHealth","amount":100},{"stat":"powerMultiplier","baseMultiplier":10},{"stat":"maxEnergy","amount":100},"swimboost"],"effectSources":["music","growflowers","sleepbubbles","sparkles","icetrailfast"],"directives":"?replace;6f2919=dbecf3;e0975c=c5deee;a85636=f3f4f6;"}'
--------------------------------------------------------------------------------------------------------------------------
EXAMPLES
If you are wondering what some of these particles can do, here are some of the interesting ones That I made:


Code for this hat:
/spawnitem cupidshead 1 '{"statusEffects":["levitation"],"effectSources":["cat"]}'
--------------------------------------------------------------------------------------------------------------------------
Preview for status effect

Code for this hat:
/spawnitem cupidshead 1 '{"shortdescription":"Buki HeadBand","description":"Made By Buki","rarity":"Essential","statusEffects":[{"stat":"protection","amount":100},{"stat":"maxHealth","amount":100},{"stat":"powerMultiplier","baseMultiplier":10},{"stat":"maxEnergy","amount":100},"swimboost"],"effectSources":["music","sparks","burning","smoke","fireflames","flames","flamesfast","lighttrailfast","sleepbubbles","skidding","icetrailfast"],"directives":"?replace;6f2919=dbecf3;e0975c=c5deee;a85636=f3f4f6;"}'
--------------------------------------------------------------------------------------------------------------------------

Code for this hat:
/spawnitem cupidshead 1 '{"shortdescription":"Buki HeadBand","description":"Made By Buki","rarity":"Essential","statusEffects":[{"stat":"protection","amount":100},{"stat":"maxHealth","amount":100},{"stat":"powerMultiplier","baseMultiplier":10},{"stat":"maxEnergy","amount":100},"swimboost"],"effectSources":["music","growflowers","sleepbubbles","sparkles","icetrailfast"],"directives":"?replace;6f2919=dbecf3;e0975c=c5deee;a85636=f3f4f6;"}'
--------------------------------------------------------------------------------------------------------------------------
This is the hat I used for the picture of this guide, it is made to match my character's hair (fun fact: You can't create this hair with commands, you will have to edit the chromes in the character files, and that is a mess I won't be able to teach you this)
/spawnitem cupidshead 1 '{"shortdescription":"Buki HeadBand","description":"Made By Buki","rarity":"Essential","statusEffects":[{"stat":"protection","amount":100},{"stat":"maxHealth","amount":100},{"stat":"powerMultiplier","baseMultiplier":10},{"stat":"maxEnergy","amount":100},"swimboost"],"effectSources":["music"],"directives":"?replace;6f2919=dbecf3;e0975c=c5deee;a85636=f3f4f6;"}'
--------------------------------------------------------------------------------------------------------------------------
HOW TO AVOID CRASHING [MUST READ IF YOU WANT TO KNOW HOW CRASHES OCCUR]
If you pay close attention, you may noticed that I used a lot of different characters for this section in the images. That is because I wasn't careful and they ended up in this Loop hole, which lead me to deleting them. Let me explain: If an item has a particle effect, then they will activily produce it (This doesn't apply to all of them, but like they pretty much all are like this). If the ID for the paricle doesn't work and the game attempts to generates the unidentified particle, then you will crash: same thing applies for status effect. If you equip an equipment with an unknown paricle ID, then you will crash in an unchangible loop. Which will result in a unusible character.

But, if you don't equip an object with an invalid particle effect, then you can still delete the item with a trick I found:

Step one: Locate the item and don't click it.

Step two: Find a chair or bed to sit on (for some reason, when you sleep or sit on something, particles don't generate).

Step three: The item can then be deleted safely.
I Can Make Custom Just For You!
I have decided to help make some armor for those who ask. Copy paste this Chart below and fill out what you want for your armor.
-----------------------------------------------------------------------------------------------------------------------
1. The Name of the item:

2. Name you want the item to be called:

3. Any description:

4. Border (Pick one) : [White], [Green], [Blue], [Purple] or [Gold]

5. Value for protection:

6. Value for maxHealth:

7. Value for DamageMultiplier:

8. Value for maxEnergy:

9.Little bonus: Pick as many as you like, I lefted a small description of what they do
(This is all that I know of, if you know more I will add it to the list.)
List Of Bonus
"weakpoison", Posions you constantly.
"redstim", Heals you the same as a stim when equiped.
"medkitheal", Heals you like a medkit would when equiped.
"rage", Damage boost when equiped.
"salveheal", Heals you like a salve would when equiped.
"musdslow", Slows you like how mud would when equiped.
"slimeslow", Slows you like how slime would (a lot) when equiped.
"nofalldamage", This is self implied.
"burning",
"wet", Slows you by 10%, but has water particles dripping like sweat when equiped.
"cold" ,
"electrified", Enemies near by are damaged when equiped.
"thorns", Enemies that touch you also take the damage when equiped.
"nova", You shoot fire near you when hurt when equiped.
"glow", You emit a light when equiped.
"runboost", You move faster when equiped.
"jumpboost", You jump higher when equiped.
"swimboost", You swim up faster when equiped. (Note: You won't see it, but will feel it)
"lowgrav", Makes you falls slower when equiped.
"levitation", Makes your character hate the ground when equiped.
"ghostlyglow", Makes you blue? when equiped.
"electricblock", This is self implied.
"fireblock", This is self implied.
"poisonblock", This is self implied.
"iceblock",This is self implied.
"minibossglow", Glow red when equiped.
"nude", Makes you completely naked and ruins the purpose of custom armor when equiped.
"healingwater", heals you like healing water when equipped.
"beamin" Makes you black and very mysterious when equipped.

"Invincible", self implied.
"camouflage", makes you look transparent, enemies can still see you when equipped.
"cultistshield", take no damage from mobs, cool shiled when equiped
"electricaura", Just a shield with cool particles when equiped
"poisonaura", Just a shield with cool particles when equiped
"iceaura", Just a shield with cool particles when equiped
"fireaura", Just a shield with cool particles when equiped

10 (optional). If you have read the previous post on particle. Then you also add the ones you want:

11. I will not add any colors for your armor, Too much of a pain.
Final Note
You will most likely receive a response within a couple of days or week, I am more free on the weekends. If I don't respond in 2weeks or more. Then I must not have seen your post, I do apologize.
Possible issues that can occur?
If you are using a Mac, then some of these features might be bugged. Only I can't say for sure, because I use a pc. If you use a mac, and spawn some of these items in the game, and are having issues. Tell me what they are.
Adding Custom Colors. (REQUIRE STARCHEAT)
I am very hesitated to teaching how to add colors to your armor because it's very tricky. If you paid attention to the code, the only part I have not explained is the "directives":"?replace;6f2919=dbecf3;e0975c=c5deee;a85636=f3f4f6;" part, which is indeed the code that switches the color.

spawnitem cupidshead 1 '{"shortdescription":"Buki HeadBand","description":"Made By Buki","rarity":"Essential","statusEffects":[{"stat":"powerMultiplier","baseMultiplier":2.08},{"stat":"protection","amount":24},{"stat":"maxEnergy","amount":45},{"stat":"maxHealth","amount":36},"swimboost"],"effectSources":["music"],"directives":"?replace;6f2919=dbecf3;e0975c=c5deee;a85636=f3f4f6;"}'

The reason I have not taught this is because I am not quite perfect on the process I use for adding color. Also because some items run into some issues when being colored (By that I mean, I am not sure how to change some armor's color but some just doesn't appear to be textureless on some spots). Knowing what items can be colors would require me to try to test out the colors to see if they work and take too much time.
--------------------------------------------------------------------------------------------------------------------------
Basically To change the color of any equipment in the game, you must know the original untextured colors of the item, then replace the add a 6 digit code of the new one.

Problem is, I do not know any way you can possible find this untextured colors while normally playing playing starbound, sources like starcheat or "https://starbounditems.herokuapp.com/" can help, but I can not teach this without using a different program.
--------------------------------------------------------------------------------------------------------------------------
I would like to introduce you to a different guide:
http://steamcommunity.com/sharedfiles/filedetails/?id=860236228
http://steamcommunity.com/sharedfiles/filedetails/?id=860236228

I have got his permission to link his/her guide onto mine because he/she explains the process much more clear then me. Check it out if you are intrested in "Recoloring Rebooted [Vanilla]"
--------------------------------------------------------------------------------------------------------------------------
I have to give special shout outs to "PatJohnson" (Here is his/her steam profile http://steamcommunity.com/profiles/76561198123984168) for allowing me to link her/his guide.
Starbound's auto save might save your save :3
(see what i did to the title xD)
go to: steam-> right click on startbound-> Browse local file-> storage -> player
delete (random numbers and letters).player (or drag it away else out of the file), rename either (same random numbers and number).player.bak1, .bak2 or .bak3 without .bak(number)
Shoutouts to those who contributed
If I forget to put shout out for you and you helped me out with teh guide (I mostly forgot because there was a lot) please let me know.
-------------------------------------------------------------------------------------------------------------------------
I have to give special shoutouts to "PatJohnson" (Here is his/her steam profile http://steamcommunity.com/profiles/76561198123984168 ) for allowing me to link her/his guide. For the "Custom Colors" secion of the guide.
-------------------------------------------------------------------------------------------------------------------------
I have to give special shoutouts to " Điscōrd" (Here is his/her steam profile http://steamcommunity.com/id/SenpaiMrHero ) for helping me with some of the status effects on the "Status Effects" secion of the guide.
-------------------------------------------------------------------------------------------------------------------------I have to give special shoutouts to "YukkuriC" (Here is his/her steam profile http://steamcommunity.com/id/yukkuri-yukkuri ) for helping me with some of the status effects on the "Status Effects" secion of the guide.
-------------------------------------------------------------------------------------------------------------------------I have to give special shoutouts to " 孤独スノーフレーク" (Here is his/her steam profile http://steamcommunity.com/id/loliwansai ) for helping me with some of the status effects on the "Status Effects" secion and the "starbound autosave" section of the guide.
-------------------------------------------------------------------------------------------------------------------------
312 Comments
Mango Juice Dec 12, 2022 @ 12:49pm 
Ok, thank you guys:steamhappy:
Montana Dec 8, 2022 @ 9:30am 
Starbound is eternal
Loyal Teas  [author] Dec 8, 2022 @ 3:32am 
I stopped playing this game about 5 years ago so I am not quite sure, appologies. You could check the online list of all items to see what you are looking for I suppose.
Mango Juice Aug 22, 2022 @ 5:08am 
Hi, does this game have an orange overhead effect? If you play at Endless Space 2, you now about what i talk, i try to do race armor Vodyani)
Montana May 21, 2022 @ 9:44am 
Its literally in the guide
Loyal Teas  [author] Jan 31, 2022 @ 6:42pm 
@Captain Palico
/spawnitem aviantier4pants 1 '{"shortdescription":"Azure Rath Chest","description":"Armor from a Forgotten Land where Cats slay Dragons..Said to hold a trace of power from a Wyvern known as The Wings of Ruin","statusEffects":[{"stat":"powerMultiplier","baseMultiplier":10.50},"jumpboost","electricblockaugment","fireblockaugment","poisonblockaugment","iceblockaugment","fireblock","electricblock","poisonblock","swimboost"]}'

Try this. You forgot a ] at the end of the last part and a { near the "statusEffects": area.
Sorry for the delay, I have been not been on steam as much
Captain Palico Jan 26, 2022 @ 1:04pm 
was wondering if anyone can help with an issue i am having,
/spawnitem aviantier4pants 1 '{"shortdescription":"Azure Rath Chest","description":"Armor from a Forgotten Land where Cats slay Dragons..Said to hold a trace of power from a Wyvern known as The Wings of Ruin","statusEffects":["jumpboost","electricblockaugment","fireblockaugment","poisonblockaugment","iceblockaugment","fireblock","electricblock","poisonblock","swimboost",{"stat":"powerMultiplier","baseMultiplier":10.50}],"rarity":"legendary"}'

acording to all the post and reaserch i did this should proctect from extreme heat and cold but it doesnt, i need some help in what im doing wrong here?
Urigishi Mar 19, 2021 @ 3:14pm 
Is there a status effect that just... stops you from emitting light? Without invisibility?
Syr Feb 6, 2021 @ 2:33am 
Would it be possible to increase the matter manipulator's (beamaxe) matter deconstruction rate past 300%?
Zhel Sep 19, 2020 @ 11:10pm 
Is the custom modded items still active, I have a very simple request