mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-27 21:15:28 +01:00
moved files.
This commit is contained in:
parent
c2a1418b71
commit
d88a5f01fa
@ -1,4 +1,4 @@
|
||||
package com.songoda.epicfarming.command.commands;
|
||||
package com.songoda.epicfarming.commands;
|
||||
|
||||
import com.songoda.epicfarming.EpicFarming;
|
||||
import com.songoda.epicfarming.boost.BoostData;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.songoda.epicfarming.command.commands;
|
||||
package com.songoda.epicfarming.commands;
|
||||
|
||||
import com.songoda.epicfarming.EpicFarming;
|
||||
import com.songoda.epicfarming.command.AbstractCommand;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.songoda.epicfarming.command.commands;
|
||||
package com.songoda.epicfarming.commands;
|
||||
|
||||
import com.songoda.epicfarming.EpicFarming;
|
||||
import com.songoda.epicfarming.command.AbstractCommand;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.songoda.epicfarming.command.commands;
|
||||
package com.songoda.epicfarming.commands;
|
||||
|
||||
import com.songoda.epicfarming.EpicFarming;
|
||||
import com.songoda.epicfarming.command.AbstractCommand;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.songoda.epicfarming.command.commands;
|
||||
package com.songoda.epicfarming.commands;
|
||||
|
||||
import com.songoda.epicfarming.EpicFarming;
|
||||
import com.songoda.epicfarming.command.AbstractCommand;
|
||||
|
@ -0,0 +1,37 @@
|
||||
Level-1.Radius: 1
|
||||
Level-1.Speed-Multiplier: 1
|
||||
Level-1.Cost-xp: 20
|
||||
Level-1.Cost-eco: 5000
|
||||
Level-2.Radius: 2
|
||||
Level-2.Speed-Multiplier: 1.5
|
||||
Level-2.Auto-Harvest: true
|
||||
Level-2.Cost-xp: 20
|
||||
Level-2.Cost-eco: 5000
|
||||
Level-3.Radius: 3
|
||||
Level-3.Speed-Multiplier: 1.5
|
||||
Level-3.Auto-Harvest: true
|
||||
Level-3.Auto-Replant: true
|
||||
Level-3.Auto-Breeding: true
|
||||
Level-3.Cost-xp: 25
|
||||
Level-3.Cost-eco: 7500
|
||||
Level-4.Radius: 3
|
||||
Level-4.Speed-Multiplier: 2
|
||||
Level-4.Auto-Harvest: true
|
||||
Level-4.Auto-Replant: true
|
||||
Level-4.Auto-Breeding: true
|
||||
Level-4.Cost-xp: 30
|
||||
Level-4.Cost-eco: 10000
|
||||
Level-5.Radius: 3
|
||||
Level-5.Speed-Multiplier: 2.5
|
||||
Level-5.Auto-Harvest: true
|
||||
Level-5.Auto-Replant: true
|
||||
Level-5.Auto-Breeding: true
|
||||
Level-5.Cost-xp: 35
|
||||
Level-5.Cost-eco: 12000
|
||||
Level-6.Radius: 4
|
||||
Level-6.Speed-Multiplier: 3
|
||||
Level-6.Auto-Harvest: true
|
||||
Level-6.Auto-Replant: true
|
||||
Level-6.Auto-Breeding: true
|
||||
Level-6.Cost-xp: 40
|
||||
Level-6.Cost-eco: 25000
|
Loading…
Reference in New Issue
Block a user