示例#1
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Desert Desolation");
     Tooltip.SetDefault("A spell created by the humans a long time ago.");
     Tooltip.AddLine("Legend says it wields a flame so great, it " +
                     "\ncan purge the land it scorches.");
 }
示例#2
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Poutine");
     Tooltip.AddLine("A purely awesome meal from the Canadians");
     Tooltip.AddLine("Heal 500 HP");
     Tooltip.AddLine("Give potion sickness for 30 second");
 }
示例#3
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Vulcan's Wrath");
     Tooltip.AddLine("'Unleash his fury'");
     Tooltip.AddLine("Illusion inflicts 'Steamy'");
     Tooltip.AddLine("Fires different projectiles based on Mysticism");
 }
示例#4
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Suspicous Burned Eye");
     Tooltip.AddLine("Summon the eye of cthulhu");
     Tooltip.AddLine("Maybe this is not a good idea...");
     DisplayName.AddTranslation(GameCulture.French, "Oeil brulé suspicieux");
     Tooltip.AddTranslation(GameCulture.French, "Invoque l'oeil de Cthulhu");
     Tooltip.AddLine("Peut-être que ce n'est pas une bonne idée...", GameCulture.French.LegacyId);
 }
示例#5
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Guide Voodoo Doll");
     Tooltip.AddLine("Bring it to the guide");
     Tooltip.AddLine("Used to start the great hell ride raids!");
     DisplayName.AddTranslation(GameCulture.French, "Poupé voodoo du guide");
     Tooltip.AddLine("Amener ceci au guide", GameCulture.French.LegacyId);
     Tooltip.AddLine("Permet de commencer la grande descente au enfer!", GameCulture.French.LegacyId);
 }
示例#6
0
 public override void SetStaticDefaults()
 {
     DisplayName.AddTranslation(GameCulture.French, "L'arc des dieux apocalyptic");
     DisplayName.SetDefault("The god feather");
     Tooltip.AddLine("Forged from the rest of an ancient corrupted god...");
     Tooltip.AddLine("Won't consume arrows");
     Tooltip.AddTranslation(GameCulture.French, "Forger a partir des restes d'un ancien dieu corrompu...\nNe consumme pas de flèche");
     Tooltip.SetDefault(AddUltraTooltip(Tooltip.GetDefault()));
     Tooltip.AddTranslation(GameCulture.French, AddUltraTooltip(Tooltip.GetTranslation(GameCulture.French)));
 }
示例#7
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("The Optimor");
     Tooltip.SetDefault("Just imagine a BFG!");
     Tooltip.AddLine("Also, not for kids");
 }
示例#8
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Debug Stick");
     Tooltip.AddLine("Totally not a minecraft reference");
     Tooltip.AddLine("Only those that worthy can use it");
 }
示例#9
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Fishron Eater");
     Tooltip.AddLine("The duke is coming!");
 }
示例#10
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Snow Blizzard");
     Tooltip.SetDefault("A spell created by the humans a long time ago.");
     Tooltip.AddLine("The legends say that any land touching it get instantly frozen");
 }