Balanced Xp gains
This commit is contained in:
@@ -16,4 +16,9 @@ MonoBehaviour:
|
||||
levels:
|
||||
- level: 1
|
||||
stats: []
|
||||
price: 1000
|
||||
xpGain: 2000
|
||||
description: This is just a Generic Building
|
||||
collectable: 0
|
||||
resourceType: 0
|
||||
productinoRates: []
|
||||
|
||||
@@ -23,7 +23,7 @@ MonoBehaviour:
|
||||
- name: Energy
|
||||
value: 50
|
||||
price: 10000
|
||||
xpGain: 50
|
||||
xpGain: 120
|
||||
- level: 2
|
||||
stats:
|
||||
- name: Stat 1
|
||||
@@ -33,7 +33,7 @@ MonoBehaviour:
|
||||
- name: Energy
|
||||
value: 500
|
||||
price: 15000
|
||||
xpGain: 175
|
||||
xpGain: 5000
|
||||
description: This is the Hall (Main Hall)
|
||||
collectable: 0
|
||||
resourceType: 0
|
||||
|
||||
@@ -19,7 +19,7 @@ MonoBehaviour:
|
||||
- name: Production rate
|
||||
value: 10%
|
||||
price: 8500
|
||||
xpGain: 50
|
||||
xpGain: 2000
|
||||
description: This is a Rocket Repair
|
||||
collectable: 0
|
||||
resourceType: 0
|
||||
|
||||
@@ -21,7 +21,7 @@ MonoBehaviour:
|
||||
- name: Power
|
||||
value: 10
|
||||
price: 7900
|
||||
xpGain: 100
|
||||
xpGain: 2500
|
||||
description: This is a Moon Minerals Mine
|
||||
collectable: 1
|
||||
resourceType: 0
|
||||
|
||||
@@ -21,7 +21,7 @@ MonoBehaviour:
|
||||
- name: Power
|
||||
value: 2
|
||||
price: 20000
|
||||
xpGain: 100
|
||||
xpGain: 2000
|
||||
description: This is an Oxygen Mine
|
||||
collectable: 1
|
||||
resourceType: 1
|
||||
|
||||
@@ -23,7 +23,7 @@ MonoBehaviour:
|
||||
- name: Something else
|
||||
value: 40 %
|
||||
price: 12500
|
||||
xpGain: 150
|
||||
xpGain: 2000
|
||||
- level: 2
|
||||
stats:
|
||||
- name: Power
|
||||
@@ -33,7 +33,7 @@ MonoBehaviour:
|
||||
- name: Something else
|
||||
value: 80 %
|
||||
price: 22500
|
||||
xpGain: 280
|
||||
xpGain: 5000
|
||||
description: This is a Research Lab
|
||||
collectable: 0
|
||||
resourceType: 0
|
||||
|
||||
Reference in New Issue
Block a user