new v-props in baseregion, added butcherswarcleaver, runesabre, revised acid proof rope drop - should be rare.

This commit is contained in:
xavier 2013-03-09 23:12:01 +00:00
parent 3e36e18f91
commit c6ad1bb0a6
5 changed files with 57 additions and 10 deletions

View file

@ -472,10 +472,10 @@ namespace Server.Engines.Craft
SetNeededExpansion( index, Expansion.ML );
// TODO
//index = AddCraft( typeof( ButchersWarCleaver ), 1011081, 1073526, 75.0, 125.0, typeof( IronIngot ), 1044036, 18, 1044037 );
//AddRes( index, typeof( Turquoise ), 1032691, 1, 1044240 );
//AddRecipe( index, 17 );
//SetNeededExpansion( index, Expansion.ML );
index = AddCraft( typeof( ButchersWarCleaver ), 1011081, 1073526, 75.0, 125.0, typeof( IronIngot ), 1044036, 18, 1044037 );
AddRes( index, typeof( Turquoise ), 1032691, 1, 1044240 );
AddRecipe( index, 17 );
SetNeededExpansion( index, Expansion.ML );
index = AddCraft( typeof( SerratedWarCleaver ), 1011081, 1073527, 75.0, 125.0, typeof( IronIngot ), 1044036, 18, 1044037 );
AddRes( index, typeof( EcruCitrine ), 1032693, 1, 1044240 );
@ -508,10 +508,10 @@ namespace Server.Engines.Craft
SetNeededExpansion( index, Expansion.ML );
// TODO
//index = AddCraft( typeof( RuneSabre ), 1011081, 1073537, 75.0, 125.0, typeof( IronIngot ), 1044036, 15, 1044037 );
//AddRes( index, typeof( Turquoise ), 1032691, 1, 1044240 );
//AddRecipe( index, 24 );
//SetNeededExpansion( index, Expansion.ML );
index = AddCraft( typeof( Runesabre ), 1011081, 1073537, 75.0, 125.0, typeof( IronIngot ), 1044036, 15, 1044037 );
AddRes( index, typeof( Turquoise ), 1032691, 1, 1044240 );
AddRecipe( index, 24 );
SetNeededExpansion( index, Expansion.ML );
index = AddCraft( typeof( MagesRuneBlade ), 1011081, 1073538, 75.0, 125.0, typeof( IronIngot ), 1044036, 15, 1044037 );
AddRes( index, typeof( BlueDiamond ), 1032696, 1, 1044240 );

View file

@ -157,7 +157,7 @@ namespace Server.Engines.Craft
index = AddCraft( typeof( AcidProofRope ), 1044294, 1074886, 80, 130.0, typeof( GreaterStrengthPotion ), 1073466, 2, 1044253 );
AddRes( index, typeof( ProtectionScroll ), 1044395, 1, 1053098 );
AddRes( index, typeof( SwitchItem ), 1032127, 1, 1053098 );
AddRecipe( index, 304 );
AddRareRecipe( index, 304 );
ForceNonExceptional( index );
SetNeededExpansion( index, Expansion.ML );
}