├── .gitignore ├── LICENSE ├── README.md ├── ValheimCharacterEditor.sln └── ValheimCharacterEditor ├── App.config ├── ByteAccess.cs ├── Controls ├── Item_control.Designer.cs ├── Item_control.cs ├── Item_control.resx ├── Skill_control.Designer.cs ├── Skill_control.cs └── Skill_control.resx ├── Customization.cs ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Form_Inventory.Designer.cs ├── Form_Inventory.cs ├── Form_Inventory.cs.orig ├── Form_Inventory.resx ├── Form_Item.Designer.cs ├── Form_Item.cs ├── Form_Item.resx ├── Form_Skills.Designer.cs ├── Form_Skills.cs ├── Form_Skills.resx ├── Images ├── Amber.png ├── AmberPearl.png ├── AncientSeed.png ├── ArmorBronzeChest.png ├── ArmorBronzeLegs.png ├── ArmorIronChest.png ├── ArmorIronLegs.png ├── ArmorLeatherChest.png ├── ArmorLeatherLegs.png ├── ArmorPaddedCuirass.png ├── ArmorPaddedGreaves.png ├── ArmorRagsChest.png ├── ArmorRagsLegs.png ├── ArmorTrollLeatherChest.png ├── ArmorTrollLeatherLegs.png ├── ArmorWolfChest.png ├── ArmorwolfLegs.png ├── ArrowBronze.png ├── ArrowFire.png ├── ArrowFlint.png ├── ArrowFrost.png ├── ArrowIron.png ├── ArrowNeedle.png ├── ArrowObsidian.png ├── ArrowPoison.png ├── ArrowSilver.png ├── ArrowWood.png ├── AtgeirBlackmetal.png ├── AtgeirBronze.png ├── AtgeirIron.png ├── AxeBlackMetal.png ├── AxeBronze.png ├── AxeFlint.png ├── AxeIron.png ├── AxeStone.png ├── BattleAxe.png ├── BeltStrength.png ├── BloodPudding.png ├── BombOoze.png ├── BowDraugrFang.png ├── BowFinewood.png ├── BowHuntsman.png ├── Bread.png ├── Burning.png ├── Campfire.png ├── CapeDeerHide.png ├── CapeLinen0.png ├── CapeLinen1.png ├── CapeLinen2.png ├── CapeLinen3.png ├── CapeLinen4.png ├── CapeLinen5.png ├── CapeLox.png ├── CapeOdin.png ├── CapeTrollHide.png ├── CapeWolf.png ├── CarrotSoup.png ├── Cold.png ├── ColdProtection.png ├── Cold_lvl2.png ├── CookedLoxMeat.png ├── CookedMeat.png ├── CookedSerpentMeat.png ├── CorpseRun.png ├── Cultivator.png ├── CultivatorIron.png ├── Encumbered.png ├── Exhausted.png ├── FishWraps.png ├── FishingBait.png ├── Frost.png ├── Full.png ├── HardAntler.png ├── Healthy.png ├── HelmetBronze.png ├── HelmetBronzeHorned.png ├── HelmetDrake.png ├── HelmetDverger.png ├── HelmetIron.png ├── HelmetLeather.png ├── HelmetOdin.png ├── HelmetPadded.png ├── HelmetTrollLeather.png ├── HelmetYule.png ├── Hungry.png ├── Lightning.png ├── LoxMeat.png ├── LoxPie.png ├── MaceBronze.png ├── MaceIron.png ├── MaceNeedle.png ├── MaceSilver.png ├── MeadBase.png ├── Meat.png ├── PickaxeAntler.png ├── PickaxeBronze.png ├── PickaxeIron.png ├── PickaxeStone.png ├── Poison.png ├── QueensJam.png ├── QuestionMark.png ├── RagPants.png ├── RagTunic.png ├── Sandstorm.png ├── Sausages.png ├── SerpentMeat.png ├── SerpentStew.png ├── Shelter.png ├── ShieldBanded.png ├── ShieldBanded1.png ├── ShieldBanded2.png ├── ShieldBanded3.png ├── ShieldBlackMetal.png ├── ShieldBlackMetal1.png ├── ShieldBlackMetal2.png ├── ShieldBlackMetal3.png ├── ShieldBlackMetal4.png ├── ShieldBlackMetal5.png ├── ShieldBlackMetal6.png ├── ShieldBlackMetalTower.png ├── ShieldBlackMetalTower1.png ├── ShieldBlackMetalTower2.png ├── ShieldBlackMetalTower3.png ├── ShieldBlackMetalTower4.png ├── ShieldBlackMetalTower5.png ├── ShieldBlackMetalTower6.png ├── ShieldBronzeBuckler.png ├── ShieldIronTower.png ├── ShieldIronTower1.png ├── ShieldIronTower2.png ├── ShieldIronTower3.png ├── ShieldIronTower4.png ├── ShieldIronTower5.png ├── ShieldIronTower6.png ├── ShieldSerpentScale.png ├── ShieldSilver.png ├── ShieldSilver1.png ├── ShieldSilver2.png ├── ShieldSilver3.png ├── ShieldSilver4.png ├── ShieldSilver5.png ├── ShieldSilver6.png ├── ShieldWood.png ├── ShieldWood1.png ├── ShieldWood2.png ├── ShieldWood3.png ├── ShieldWoodTower.png ├── ShieldWoodTower1.png ├── ShieldWoodTower2.png ├── ShieldWoodTower3.png ├── ShieldWoodTower4.png ├── ShieldWoodTower5.png ├── ShieldWoodTower6.png ├── ShipMaterializer.png ├── Silver.png ├── SledgeIron.png ├── SledgeStagbreaker.png ├── Smoked.png ├── SoftDeath.png ├── SpearAncientbark.png ├── SpearBronze.png ├── SpearChitin.png ├── SpearFlint.png ├── SpearWolffang.png ├── Sun.png ├── SunProtection.png ├── SwordBlackmetal.png ├── SwordBronze.png ├── SwordCheat.png ├── SwordFire.png ├── SwordIron.png ├── SwordSilver.png ├── Tin.png ├── TinOre.png ├── TrophyBlob.png ├── TrophyBoar.png ├── TrophyBonemass.png ├── TrophyDeathSquito.png ├── TrophyDeer.png ├── TrophyDragonQueen.png ├── TrophyDraugr.png ├── TrophyDraugrElite.png ├── TrophyDraugrFem.png ├── TrophyEikthyr.png ├── TrophyFenring.png ├── TrophyForestTroll.png ├── TrophyFrostTroll.png ├── TrophyGoblin.png ├── TrophyGoblinBrute.png ├── TrophyGoblinKing.png ├── TrophyGoblinShaman.png ├── TrophyGreydwarf.png ├── TrophyGreydwarfBrute.png ├── TrophyGreydwarfShaman.png ├── TrophyHatchling.png ├── TrophyLeech.png ├── TrophyLox.png ├── TrophyNeck.png ├── TrophySGolem.png ├── TrophySerpent.png ├── TrophySkeleton.png ├── TrophySkeletonPoison.png ├── TrophySurtling.png ├── TrophyTheElder.png ├── TrophyWolf.png ├── TrophyWraith.png ├── TurnipStew.png ├── Warm.png ├── Warm_old.png ├── Wet.png ├── WolfFang.png ├── artisanstation.png ├── banner01.png ├── banner02.png ├── banner03.png ├── banner04.png ├── banner05.png ├── barley.png ├── barleyflour.png ├── barleywine.png ├── bed.png ├── bed02.png ├── beechseeds.png ├── beehive.png ├── bench01.png ├── blackmetal.png ├── blackmetalscrap.png ├── blastfurnace.png ├── bloodbag.png ├── blueberries.png ├── bonefragments.png ├── bonfire.png ├── bow.png ├── branch.png ├── brazierceiling01.png ├── bronze.png ├── bronzenails.png ├── carrot.png ├── carrotseeds.png ├── cart.png ├── cauldron.png ├── chain.png ├── chair.png ├── chair02.png ├── chest_iron.png ├── chest_private 1.png ├── chest_private.png ├── chest_wood.png ├── chevron-left.png ├── chisel.png ├── chitin.png ├── clear_ground.png ├── cloudberry.png ├── club.png ├── coal.png ├── coal_kiln.png ├── coin.png ├── coin_16.png ├── coin_32.png ├── coins.png ├── cooking_station.png ├── copper.png ├── copperore.png ├── cozy.png ├── cryptkey.png ├── crystal.png ├── cultivate_ground.png ├── dandelion.png ├── deerhide.png ├── dragonegg.png ├── dragontear.png ├── elderbark.png ├── entrails.png ├── feather.png ├── fermenter.png ├── finewood.png ├── fircone.png ├── firepit.png ├── fish_cooked.png ├── fish_raw.png ├── fishingrod.png ├── flametal.png ├── flametalore.png ├── flax.png ├── flint.png ├── forge.png ├── forge_ext1.png ├── forge_ext2.png ├── forge_ext3.png ├── forge_ext4.png ├── forge_ext5.png ├── forge_ext6.png ├── freezegland.png ├── gdkingheart.png ├── gift1.png ├── gift2.png ├── gift3.png ├── goblintotem.png ├── greydwarf_eye.png ├── groundtorch.png ├── groundtorch_green.png ├── groundtorch_wood.png ├── guardstone.png ├── guck.png ├── hammer.png ├── hearth.png ├── hide.png ├── hoe.png ├── honey.png ├── iron.png ├── iron_grate.png ├── ironlump.png ├── ironnails.png ├── ironore.png ├── ironscrap.png ├── itemstand.png ├── itemstandh.png ├── jackoturnip.png ├── karve.png ├── knife_blackmetal.png ├── knife_chitin.png ├── knife_copper.png ├── knife_flint.png ├── leatherscraps.png ├── linenthread.png ├── longship.png ├── loxpelt.png ├── maypole.png ├── mushroom.png ├── mushroomblue.png ├── mushroomyellow.png ├── necktail.png ├── necktailgrilled.png ├── needle.png ├── obsidian.png ├── ooze.png ├── path.png ├── paved_road.png ├── pinecone.png ├── pirate_ironchest.png ├── pirate_privatechest.png ├── pirate_woodwood.png ├── plank.png ├── portal.png ├── portal_wood.png ├── potion_frostresist.png ├── potion_health_medium.png ├── potion_health_minor.png ├── potion_poisonresist.png ├── potion_stamina_medium.png ├── potion_stamina_minor.png ├── potion_tasty.png ├── queenbee.png ├── raft.png ├── raise.png ├── raspberry.png ├── replant.png ├── resin.png ├── rested.png ├── resting.png ├── rotten_entrails.png ├── roundlog.png ├── ruby.png ├── rug_deer.png ├── rug_lox.png ├── rug_wolf.png ├── sapling_beech.png ├── sapling_fir.png ├── sapling_pine.png ├── seedcarrot.png ├── seedturnip.png ├── serpentscale.png ├── sharpeningstone.png ├── sharpstakes.png ├── sign.png ├── silvernecklace.png ├── silverore.png ├── skill_block.png ├── skill_jump.png ├── skill_run.png ├── skill_sneak.png ├── skill_swim.png ├── skill_woodcutting.png ├── smelter.png ├── spinningwheel.png ├── stake_wall.png ├── staminaupgrade.png ├── stone.png ├── stone_arch.png ├── stone_floor.png ├── stone_floor_2x2.png ├── stone_pile.png ├── stone_pillar.png ├── stone_stair.png ├── stone_wall_1x1.png ├── stone_wall_2x1.png ├── stone_wall_4x2.png ├── stonecutter.png ├── surtling_core.png ├── table.png ├── tankard.png ├── tankard_odin.png ├── thistle.png ├── throne01.png ├── torch.png ├── troll_hide.png ├── turnip.png ├── turnipseeds.png ├── walltorch.png ├── windmill.png ├── wishbone.png ├── witheredbone.png ├── wolfpelt.png ├── wood.png ├── wood_beam1.png ├── wood_beam2.png ├── wood_beam_26.png ├── wood_beam_45.png ├── wood_box.png ├── wood_door.png ├── wood_dragon1.png ├── wood_fence.png ├── wood_floor.png ├── wood_floor_1x1.png ├── wood_gate.png ├── wood_ladder.png ├── wood_logpole2.png ├── wood_logpole4.png ├── wood_logwall.png ├── wood_logwall_4x05.png ├── wood_pole.png ├── wood_pole2.png ├── wood_roof.png ├── wood_roof_45.png ├── wood_roof_icorner.png ├── wood_roof_icorner_45.png ├── wood_roof_ocorner.png ├── wood_roof_ocorner_45.png ├── wood_roof_top.png ├── wood_roof_top_45.png ├── wood_stack.png ├── wood_stair.png ├── wood_wall.png ├── wood_wall_half.png ├── wood_wall_roof.png ├── wood_wall_roof_45.png ├── wood_wall_roof_cross.png ├── wood_wall_roof_cross_45.png ├── woodiron_beam.png ├── woodiron_pole.png ├── woodwood.png ├── workbench.png ├── workbench_ext1.png ├── workbench_ext2.png ├── workbench_ext3.png ├── workbench_ext4.png ├── xmastree.png ├── yagluthdrop.png └── ymirremains.png ├── Parser.cs ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── Strings ├── Resources.Designer.cs └── Resources.resx ├── Util.cs ├── ValheimCharacterEditor.csproj ├── ValheimEngine.cs ├── valheim.ico ├── valheim.jpg └── valheim.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/README.md -------------------------------------------------------------------------------- /ValheimCharacterEditor.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor.sln -------------------------------------------------------------------------------- /ValheimCharacterEditor/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/App.config -------------------------------------------------------------------------------- /ValheimCharacterEditor/ByteAccess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/ByteAccess.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Controls/Item_control.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Controls/Item_control.Designer.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Controls/Item_control.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Controls/Item_control.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Controls/Item_control.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Controls/Item_control.resx -------------------------------------------------------------------------------- /ValheimCharacterEditor/Controls/Skill_control.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Controls/Skill_control.Designer.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Controls/Skill_control.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Controls/Skill_control.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Controls/Skill_control.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Controls/Skill_control.resx -------------------------------------------------------------------------------- /ValheimCharacterEditor/Customization.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Customization.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form1.Designer.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form1.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form1.resx -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form_Inventory.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form_Inventory.Designer.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form_Inventory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form_Inventory.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form_Inventory.cs.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form_Inventory.cs.orig -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form_Inventory.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form_Inventory.resx -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form_Item.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form_Item.Designer.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form_Item.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form_Item.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form_Item.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form_Item.resx -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form_Skills.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form_Skills.Designer.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form_Skills.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form_Skills.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Form_Skills.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Form_Skills.resx -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Amber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Amber.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/AmberPearl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/AmberPearl.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/AncientSeed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/AncientSeed.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorBronzeChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorBronzeChest.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorBronzeLegs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorBronzeLegs.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorIronChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorIronChest.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorIronLegs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorIronLegs.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorLeatherChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorLeatherChest.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorLeatherLegs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorLeatherLegs.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorPaddedCuirass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorPaddedCuirass.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorPaddedGreaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorPaddedGreaves.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorRagsChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorRagsChest.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorRagsLegs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorRagsLegs.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorTrollLeatherChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorTrollLeatherChest.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorTrollLeatherLegs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorTrollLeatherLegs.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorWolfChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorWolfChest.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArmorwolfLegs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArmorwolfLegs.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArrowBronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArrowBronze.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArrowFire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArrowFire.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArrowFlint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArrowFlint.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArrowFrost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArrowFrost.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArrowIron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArrowIron.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArrowNeedle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArrowNeedle.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArrowObsidian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArrowObsidian.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArrowPoison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArrowPoison.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArrowSilver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArrowSilver.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ArrowWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ArrowWood.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/AtgeirBlackmetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/AtgeirBlackmetal.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/AtgeirBronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/AtgeirBronze.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/AtgeirIron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/AtgeirIron.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/AxeBlackMetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/AxeBlackMetal.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/AxeBronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/AxeBronze.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/AxeFlint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/AxeFlint.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/AxeIron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/AxeIron.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/AxeStone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/AxeStone.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/BattleAxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/BattleAxe.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/BeltStrength.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/BeltStrength.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/BloodPudding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/BloodPudding.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/BombOoze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/BombOoze.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/BowDraugrFang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/BowDraugrFang.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/BowFinewood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/BowFinewood.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/BowHuntsman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/BowHuntsman.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Bread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Bread.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Burning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Burning.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Campfire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Campfire.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CapeDeerHide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CapeDeerHide.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CapeLinen0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CapeLinen0.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CapeLinen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CapeLinen1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CapeLinen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CapeLinen2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CapeLinen3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CapeLinen3.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CapeLinen4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CapeLinen4.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CapeLinen5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CapeLinen5.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CapeLox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CapeLox.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CapeOdin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CapeOdin.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CapeTrollHide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CapeTrollHide.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CapeWolf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CapeWolf.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CarrotSoup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CarrotSoup.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Cold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Cold.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ColdProtection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ColdProtection.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Cold_lvl2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Cold_lvl2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CookedLoxMeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CookedLoxMeat.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CookedMeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CookedMeat.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CookedSerpentMeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CookedSerpentMeat.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CorpseRun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CorpseRun.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Cultivator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Cultivator.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/CultivatorIron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/CultivatorIron.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Encumbered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Encumbered.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Exhausted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Exhausted.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/FishWraps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/FishWraps.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/FishingBait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/FishingBait.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Frost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Frost.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Full.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/HardAntler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/HardAntler.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Healthy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Healthy.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/HelmetBronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/HelmetBronze.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/HelmetBronzeHorned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/HelmetBronzeHorned.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/HelmetDrake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/HelmetDrake.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/HelmetDverger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/HelmetDverger.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/HelmetIron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/HelmetIron.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/HelmetLeather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/HelmetLeather.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/HelmetOdin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/HelmetOdin.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/HelmetPadded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/HelmetPadded.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/HelmetTrollLeather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/HelmetTrollLeather.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/HelmetYule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/HelmetYule.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Hungry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Hungry.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Lightning.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/LoxMeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/LoxMeat.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/LoxPie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/LoxPie.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/MaceBronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/MaceBronze.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/MaceIron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/MaceIron.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/MaceNeedle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/MaceNeedle.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/MaceSilver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/MaceSilver.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/MeadBase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/MeadBase.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Meat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Meat.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/PickaxeAntler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/PickaxeAntler.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/PickaxeBronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/PickaxeBronze.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/PickaxeIron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/PickaxeIron.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/PickaxeStone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/PickaxeStone.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Poison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Poison.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/QueensJam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/QueensJam.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/QuestionMark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/QuestionMark.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/RagPants.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/RagPants.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/RagTunic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/RagTunic.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Sandstorm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Sandstorm.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Sausages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Sausages.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SerpentMeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SerpentMeat.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SerpentStew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SerpentStew.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Shelter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Shelter.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBanded.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBanded1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBanded1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBanded2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBanded2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBanded3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBanded3.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetal.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetal1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetal1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetal2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetal3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetal3.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetal4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetal4.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetal5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetal5.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetal6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetal6.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetalTower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetalTower.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetalTower1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetalTower1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetalTower2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetalTower2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetalTower3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetalTower3.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetalTower4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetalTower4.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetalTower5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetalTower5.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBlackMetalTower6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBlackMetalTower6.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldBronzeBuckler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldBronzeBuckler.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldIronTower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldIronTower.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldIronTower1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldIronTower1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldIronTower2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldIronTower2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldIronTower3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldIronTower3.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldIronTower4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldIronTower4.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldIronTower5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldIronTower5.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldIronTower6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldIronTower6.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldSerpentScale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldSerpentScale.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldSilver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldSilver.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldSilver1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldSilver1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldSilver2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldSilver2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldSilver3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldSilver3.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldSilver4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldSilver4.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldSilver5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldSilver5.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldSilver6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldSilver6.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldWood.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldWood1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldWood1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldWood2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldWood2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldWood3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldWood3.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldWoodTower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldWoodTower.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldWoodTower1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldWoodTower1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldWoodTower2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldWoodTower2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldWoodTower3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldWoodTower3.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldWoodTower4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldWoodTower4.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldWoodTower5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldWoodTower5.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShieldWoodTower6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShieldWoodTower6.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ShipMaterializer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ShipMaterializer.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Silver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Silver.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SledgeIron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SledgeIron.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SledgeStagbreaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SledgeStagbreaker.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Smoked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Smoked.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SoftDeath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SoftDeath.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SpearAncientbark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SpearAncientbark.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SpearBronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SpearBronze.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SpearChitin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SpearChitin.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SpearFlint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SpearFlint.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SpearWolffang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SpearWolffang.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Sun.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SunProtection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SunProtection.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SwordBlackmetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SwordBlackmetal.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SwordBronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SwordBronze.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SwordCheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SwordCheat.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SwordFire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SwordFire.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SwordIron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SwordIron.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/SwordSilver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/SwordSilver.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Tin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Tin.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TinOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TinOre.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyBlob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyBlob.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyBoar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyBoar.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyBonemass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyBonemass.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyDeathSquito.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyDeathSquito.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyDeer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyDeer.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyDragonQueen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyDragonQueen.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyDraugr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyDraugr.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyDraugrElite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyDraugrElite.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyDraugrFem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyDraugrFem.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyEikthyr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyEikthyr.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyFenring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyFenring.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyForestTroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyForestTroll.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyFrostTroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyFrostTroll.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyGoblin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyGoblin.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyGoblinBrute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyGoblinBrute.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyGoblinKing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyGoblinKing.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyGoblinShaman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyGoblinShaman.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyGreydwarf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyGreydwarf.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyGreydwarfBrute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyGreydwarfBrute.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyGreydwarfShaman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyGreydwarfShaman.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyHatchling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyHatchling.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyLeech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyLeech.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyLox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyLox.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyNeck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyNeck.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophySGolem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophySGolem.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophySerpent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophySerpent.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophySkeleton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophySkeleton.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophySkeletonPoison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophySkeletonPoison.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophySurtling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophySurtling.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyTheElder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyTheElder.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyWolf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyWolf.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TrophyWraith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TrophyWraith.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/TurnipStew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/TurnipStew.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Warm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Warm.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Warm_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Warm_old.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/Wet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/Wet.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/WolfFang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/WolfFang.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/artisanstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/artisanstation.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/banner01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/banner01.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/banner02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/banner02.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/banner03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/banner03.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/banner04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/banner04.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/banner05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/banner05.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/barley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/barley.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/barleyflour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/barleyflour.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/barleywine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/barleywine.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/bed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/bed.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/bed02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/bed02.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/beechseeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/beechseeds.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/beehive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/beehive.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/bench01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/bench01.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/blackmetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/blackmetal.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/blackmetalscrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/blackmetalscrap.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/blastfurnace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/blastfurnace.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/bloodbag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/bloodbag.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/blueberries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/blueberries.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/bonefragments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/bonefragments.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/bonfire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/bonfire.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/bow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/bow.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/branch.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/brazierceiling01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/brazierceiling01.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/bronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/bronze.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/bronzenails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/bronzenails.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/carrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/carrot.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/carrotseeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/carrotseeds.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/cart.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/cauldron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/cauldron.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/chain.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/chair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/chair.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/chair02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/chair02.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/chest_iron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/chest_iron.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/chest_private 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/chest_private 1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/chest_private.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/chest_private.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/chest_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/chest_wood.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/chevron-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/chevron-left.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/chisel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/chisel.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/chitin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/chitin.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/clear_ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/clear_ground.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/cloudberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/cloudberry.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/club.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/club.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/coal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/coal.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/coal_kiln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/coal_kiln.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/coin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/coin.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/coin_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/coin_16.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/coin_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/coin_32.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/coins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/coins.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/cooking_station.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/cooking_station.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/copper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/copper.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/copperore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/copperore.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/cozy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/cozy.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/cryptkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/cryptkey.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/crystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/crystal.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/cultivate_ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/cultivate_ground.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/dandelion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/dandelion.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/deerhide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/deerhide.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/dragonegg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/dragonegg.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/dragontear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/dragontear.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/elderbark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/elderbark.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/entrails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/entrails.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/feather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/feather.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/fermenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/fermenter.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/finewood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/finewood.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/fircone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/fircone.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/firepit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/firepit.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/fish_cooked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/fish_cooked.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/fish_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/fish_raw.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/fishingrod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/fishingrod.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/flametal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/flametal.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/flametalore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/flametalore.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/flax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/flax.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/flint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/flint.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/forge.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/forge_ext1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/forge_ext1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/forge_ext2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/forge_ext2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/forge_ext3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/forge_ext3.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/forge_ext4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/forge_ext4.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/forge_ext5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/forge_ext5.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/forge_ext6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/forge_ext6.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/freezegland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/freezegland.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/gdkingheart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/gdkingheart.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/gift1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/gift1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/gift2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/gift2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/gift3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/gift3.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/goblintotem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/goblintotem.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/greydwarf_eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/greydwarf_eye.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/groundtorch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/groundtorch.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/groundtorch_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/groundtorch_green.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/groundtorch_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/groundtorch_wood.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/guardstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/guardstone.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/guck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/guck.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/hammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/hammer.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/hearth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/hearth.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/hide.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/hoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/hoe.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/honey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/honey.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/iron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/iron.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/iron_grate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/iron_grate.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ironlump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ironlump.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ironnails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ironnails.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ironore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ironore.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ironscrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ironscrap.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/itemstand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/itemstand.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/itemstandh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/itemstandh.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/jackoturnip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/jackoturnip.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/karve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/karve.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/knife_blackmetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/knife_blackmetal.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/knife_chitin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/knife_chitin.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/knife_copper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/knife_copper.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/knife_flint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/knife_flint.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/leatherscraps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/leatherscraps.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/linenthread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/linenthread.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/longship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/longship.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/loxpelt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/loxpelt.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/maypole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/maypole.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/mushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/mushroom.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/mushroomblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/mushroomblue.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/mushroomyellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/mushroomyellow.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/necktail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/necktail.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/necktailgrilled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/necktailgrilled.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/needle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/needle.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/obsidian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/obsidian.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ooze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ooze.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/path.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/paved_road.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/paved_road.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/pinecone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/pinecone.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/pirate_ironchest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/pirate_ironchest.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/pirate_privatechest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/pirate_privatechest.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/pirate_woodwood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/pirate_woodwood.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/plank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/plank.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/portal.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/portal_wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/portal_wood.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/potion_frostresist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/potion_frostresist.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/potion_health_medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/potion_health_medium.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/potion_health_minor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/potion_health_minor.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/potion_poisonresist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/potion_poisonresist.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/potion_stamina_medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/potion_stamina_medium.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/potion_stamina_minor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/potion_stamina_minor.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/potion_tasty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/potion_tasty.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/queenbee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/queenbee.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/raft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/raft.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/raise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/raise.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/raspberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/raspberry.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/replant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/replant.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/resin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/resin.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/rested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/rested.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/resting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/resting.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/rotten_entrails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/rotten_entrails.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/roundlog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/roundlog.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ruby.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/rug_deer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/rug_deer.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/rug_lox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/rug_lox.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/rug_wolf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/rug_wolf.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/sapling_beech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/sapling_beech.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/sapling_fir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/sapling_fir.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/sapling_pine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/sapling_pine.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/seedcarrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/seedcarrot.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/seedturnip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/seedturnip.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/serpentscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/serpentscale.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/sharpeningstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/sharpeningstone.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/sharpstakes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/sharpstakes.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/sign.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/silvernecklace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/silvernecklace.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/silverore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/silverore.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/skill_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/skill_block.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/skill_jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/skill_jump.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/skill_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/skill_run.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/skill_sneak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/skill_sneak.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/skill_swim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/skill_swim.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/skill_woodcutting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/skill_woodcutting.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/smelter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/smelter.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/spinningwheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/spinningwheel.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/stake_wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/stake_wall.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/staminaupgrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/staminaupgrade.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/stone.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/stone_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/stone_arch.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/stone_floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/stone_floor.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/stone_floor_2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/stone_floor_2x2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/stone_pile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/stone_pile.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/stone_pillar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/stone_pillar.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/stone_stair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/stone_stair.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/stone_wall_1x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/stone_wall_1x1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/stone_wall_2x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/stone_wall_2x1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/stone_wall_4x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/stone_wall_4x2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/stonecutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/stonecutter.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/surtling_core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/surtling_core.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/table.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/tankard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/tankard.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/tankard_odin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/tankard_odin.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/thistle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/thistle.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/throne01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/throne01.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/torch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/torch.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/troll_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/troll_hide.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/turnip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/turnip.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/turnipseeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/turnipseeds.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/walltorch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/walltorch.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/windmill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/windmill.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wishbone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wishbone.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/witheredbone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/witheredbone.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wolfpelt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wolfpelt.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_beam1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_beam1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_beam2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_beam2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_beam_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_beam_26.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_beam_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_beam_45.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_box.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_door.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_dragon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_dragon1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_fence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_fence.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_floor.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_floor_1x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_floor_1x1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_gate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_gate.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_ladder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_ladder.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_logpole2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_logpole2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_logpole4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_logpole4.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_logwall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_logwall.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_logwall_4x05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_logwall_4x05.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_pole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_pole.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_pole2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_pole2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_roof.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_roof.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_roof_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_roof_45.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_roof_icorner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_roof_icorner.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_roof_icorner_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_roof_icorner_45.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_roof_ocorner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_roof_ocorner.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_roof_ocorner_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_roof_ocorner_45.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_roof_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_roof_top.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_roof_top_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_roof_top_45.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_stack.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_stair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_stair.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_wall.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_wall_half.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_wall_half.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_wall_roof.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_wall_roof.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_wall_roof_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_wall_roof_45.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_wall_roof_cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_wall_roof_cross.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/wood_wall_roof_cross_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/wood_wall_roof_cross_45.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/woodiron_beam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/woodiron_beam.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/woodiron_pole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/woodiron_pole.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/woodwood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/woodwood.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/workbench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/workbench.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/workbench_ext1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/workbench_ext1.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/workbench_ext2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/workbench_ext2.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/workbench_ext3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/workbench_ext3.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/workbench_ext4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/workbench_ext4.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/xmastree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/xmastree.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/yagluthdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/yagluthdrop.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Images/ymirremains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Images/ymirremains.png -------------------------------------------------------------------------------- /ValheimCharacterEditor/Parser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Parser.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Program.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Properties/Resources.resx -------------------------------------------------------------------------------- /ValheimCharacterEditor/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Properties/Settings.settings -------------------------------------------------------------------------------- /ValheimCharacterEditor/Strings/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Strings/Resources.Designer.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/Strings/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Strings/Resources.resx -------------------------------------------------------------------------------- /ValheimCharacterEditor/Util.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/Util.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/ValheimCharacterEditor.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/ValheimCharacterEditor.csproj -------------------------------------------------------------------------------- /ValheimCharacterEditor/ValheimEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/ValheimEngine.cs -------------------------------------------------------------------------------- /ValheimCharacterEditor/valheim.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/valheim.ico -------------------------------------------------------------------------------- /ValheimCharacterEditor/valheim.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/valheim.jpg -------------------------------------------------------------------------------- /ValheimCharacterEditor/valheim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byt3m/Valheim-Character-Editor/HEAD/ValheimCharacterEditor/valheim.png --------------------------------------------------------------------------------