minor adjustments
and tiny steps
This commit is contained in:
@@ -129,6 +129,15 @@ namespace Kehyeedra3.Services.Models
|
||||
Price = 0
|
||||
},
|
||||
new FLand()
|
||||
{
|
||||
Id = FarmLand.Bathtub,
|
||||
Name = "Bathtub",
|
||||
Type = FarmType.Fish,
|
||||
Tier = FarmTier.T0,
|
||||
WorkerMax = 1,
|
||||
Price = 0,
|
||||
},
|
||||
new FLand()
|
||||
{
|
||||
Id = FarmLand.SPlot,
|
||||
Name = "Small Plot",
|
||||
@@ -142,7 +151,7 @@ namespace Kehyeedra3.Services.Models
|
||||
Id = FarmLand.MPlot,
|
||||
Name = "Medium Plot",
|
||||
Type = FarmType.Plant,
|
||||
Tier = FarmTier.T3,
|
||||
Tier = FarmTier.T2,
|
||||
WorkerMax = 4,
|
||||
Price = 1000
|
||||
},
|
||||
@@ -151,7 +160,7 @@ namespace Kehyeedra3.Services.Models
|
||||
Id = FarmLand.LPlot,
|
||||
Name = "Large Plot",
|
||||
Type = FarmType.Plant,
|
||||
Tier = FarmTier.T5,
|
||||
Tier = FarmTier.T3,
|
||||
WorkerMax = 6,
|
||||
Price = 1400
|
||||
},
|
||||
@@ -168,8 +177,10 @@ namespace Kehyeedra3.Services.Models
|
||||
}
|
||||
public enum FarmType
|
||||
{
|
||||
Plant = 0,
|
||||
Fish = 1,
|
||||
Any = 0,
|
||||
Plant = 1,
|
||||
Mushroom = 2,
|
||||
Fish = 3,
|
||||
}
|
||||
public enum FarmCrop
|
||||
{
|
||||
@@ -180,6 +191,8 @@ namespace Kehyeedra3.Services.Models
|
||||
|
||||
LuckyLeek = 100,
|
||||
Bookweed = 101,
|
||||
|
||||
|
||||
}
|
||||
public enum FarmTier
|
||||
{
|
||||
|
||||
@@ -62,13 +62,13 @@ namespace Kehyeedra3.Services.Models
|
||||
{
|
||||
Id = Items.Lettuce,
|
||||
Name = "Learning Lettuce",
|
||||
Price = 25
|
||||
Price = 15
|
||||
},
|
||||
new Item()
|
||||
{
|
||||
Id = Items.RareBait,
|
||||
Name = "Rare Bait",
|
||||
Price = 25
|
||||
Price = 15
|
||||
},
|
||||
new Item()
|
||||
{
|
||||
@@ -80,7 +80,7 @@ namespace Kehyeedra3.Services.Models
|
||||
{
|
||||
Id = Items.SpecialBait,
|
||||
Name = "Master Bait",
|
||||
Price = 50
|
||||
Price = 30
|
||||
},
|
||||
new Item()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user