Terraria
using Terraria.ID;//Mod file Eviscerator Terraria
using Terraria.ModLoader;
namespace EvisceratorMKI.Items
{
public class EvisceratorMKI : ModItem
{
public override void SetStaticDefaults()
{
DisplayName.SetDefault("EvisceratorMKI");
Tooltip.SetDefault("This sword will decimate.");
}
public override void SetDefaults()
{
item.damage = 50;
item.melee = true;
item.width = 40;
item.height = 40;
item.useTime = 20;
item.useAnimation = 20;
item.useStyle = 1;
item.knockBack = 6;
item.value = 10000;
item.rare = 2;
item.UseSound = SoundID.Item1;
item.autoReuse = true;
}
public override void AddRecipes()
{
ModRecipe recipe = new ModRecipe(mod);
recipe.AddIngredient(ItemID.DirtBlock, 10);
recipe.AddTile(TileID.WorkBenches);
recipe.SetResult(this);
recipe.AddRecipe();
}
}
}
Mér að baki mínu baki er komið að veruleika inn í þetta augnablik
Þessi staður þar sem ég setti margar himinn mun vafalaust
Láttu dauða hjartans verða nauðir
Líkaminn minn stökk hátt í draumum mínumMér að baki mínu baki er komið að veruleika inn í þetta augnablik
Þessi staður þar sem ég setti margar himinn mun vafalaust
Láttu dauða hjartans verða nauðir
Líkaminn minn stökk hátt í draumum mínum
Congratulations @untz! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
Award for the number of upvotes
Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
Congratulations @untz! You have received a personal award!
1 Year on Steemit
Click on the badge to view your Board of Honor.
Do not miss the last post from @steemitboard:
SteemitBoard World Cup Contest - Round of 16 - Day 3
Participate in the SteemitBoard World Cup Contest!
Collect World Cup badges and win free SBD
Support the Gold Sponsors of the contest: @good-karma and @lukestokes
Congratulations @untz! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!