Beispiel #1
0
 public static IItemDropRule NormalvsExpertNotScalingWithLuck(
     int itemId,
     int oncePerXInNormal,
     int oncePerXInExpert)
 {
     return((IItemDropRule) new DropBasedOnExpertMode(ItemDropRule.NotScalingWithLuck(itemId, oncePerXInNormal, 1, 1), ItemDropRule.NotScalingWithLuck(itemId, oncePerXInExpert, 1, 1)));
 }