Ребаланс РНД (#750)
* Третий тир больше нас не остановит * More less * Ребаланс * правочки подправочки * СКОРАЯ!!! ПОМОГИТЕ!!!
This commit is contained in:
@@ -87,21 +87,21 @@ public sealed partial class ResearchConsoleMenu : FancyWindow
|
|||||||
|
|
||||||
if (_technologyDatabase == null)
|
if (_technologyDatabase == null)
|
||||||
return;
|
return;
|
||||||
|
// WD EDIT START - in order to make all tier 3 techologies accessible at the same time
|
||||||
|
// var disciplineText = Loc.GetString("research-discipline-none");
|
||||||
|
// var disciplineColor = Color.Gray;
|
||||||
|
// if (_technologyDatabase.MainDiscipline != null)
|
||||||
|
// {
|
||||||
|
// var discipline = _prototype.Index<TechDisciplinePrototype>(_technologyDatabase.MainDiscipline);
|
||||||
|
// disciplineText = Loc.GetString(discipline.Name);
|
||||||
|
// disciplineColor = discipline.Color;
|
||||||
|
// }
|
||||||
|
|
||||||
var disciplineText = Loc.GetString("research-discipline-none");
|
// var msg = new FormattedMessage();
|
||||||
var disciplineColor = Color.Gray;
|
// msg.AddMarkup(Loc.GetString("research-console-menu-main-discipline",
|
||||||
if (_technologyDatabase.MainDiscipline != null)
|
// ("name", disciplineText), ("color", disciplineColor)));
|
||||||
{
|
// MainDisciplineLabel.SetMessage(msg);
|
||||||
var discipline = _prototype.Index<TechDisciplinePrototype>(_technologyDatabase.MainDiscipline);
|
// WD EDIT END
|
||||||
disciplineText = Loc.GetString(discipline.Name);
|
|
||||||
disciplineColor = discipline.Color;
|
|
||||||
}
|
|
||||||
|
|
||||||
var msg = new FormattedMessage();
|
|
||||||
msg.AddMarkup(Loc.GetString("research-console-menu-main-discipline",
|
|
||||||
("name", disciplineText), ("color", disciplineColor)));
|
|
||||||
MainDisciplineLabel.SetMessage(msg);
|
|
||||||
|
|
||||||
TierDisplayContainer.Children.Clear();
|
TierDisplayContainer.Children.Clear();
|
||||||
foreach (var disciplineId in _technologyDatabase.SupportedDisciplines)
|
foreach (var disciplineId in _technologyDatabase.SupportedDisciplines)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -44,5 +44,5 @@ public sealed partial class TechDisciplinePrototype : IPrototype
|
|||||||
/// Purchasing this tier of technology causes a server to become "locked" to this discipline.
|
/// Purchasing this tier of technology causes a server to become "locked" to this discipline.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField("lockoutTier")]
|
[DataField("lockoutTier")]
|
||||||
public int LockoutTier = 3;
|
public int LockoutTier = 4; // WD from 3 to 4 in order to make all tier 3 techologies accessible at the same time
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
ent-BorgModuleResque = модуль кибернетического лечения
|
ent-BorgModuleResque = модуль кибернетической скорой помощи
|
||||||
.desc = модуль кибернетического лечения
|
.desc = модуль кибернетической скорой помощи
|
||||||
ent-BorgModuleDefibrillator = модуль кибернетического дефибриллятора
|
ent-BorgModuleDefibrillator = модуль кибернетического дефибриллятора
|
||||||
.desc = модуль кибернетического дефибриллятора
|
.desc = модуль кибернетического дефибриллятора
|
||||||
ent-BorgModuleAdvancedTreatment = модуль кибернетического лечения
|
ent-BorgModuleAdvancedTreatment = модуль кибернетического лечения
|
||||||
|
|||||||
@@ -676,6 +676,7 @@
|
|||||||
- BorgModuleClowning
|
- BorgModuleClowning
|
||||||
- BorgModuleDefibrillator
|
- BorgModuleDefibrillator
|
||||||
- BorgModuleAdvancedTreatment
|
- BorgModuleAdvancedTreatment
|
||||||
|
- BorgModuleResque # WD
|
||||||
- RipleyHarness
|
- RipleyHarness
|
||||||
- RipleyLArm
|
- RipleyLArm
|
||||||
- RipleyRArm
|
- RipleyRArm
|
||||||
|
|||||||
@@ -168,7 +168,7 @@
|
|||||||
state: full
|
state: full
|
||||||
discipline: Arsenal
|
discipline: Arsenal
|
||||||
tier: 2
|
tier: 2
|
||||||
cost: 10500
|
cost: 10000 # WD from 10500 to 10000
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- PowerCageRechargerCircuitboard
|
- PowerCageRechargerCircuitboard
|
||||||
- PowerCageSmall
|
- PowerCageSmall
|
||||||
@@ -191,7 +191,7 @@
|
|||||||
state: icon
|
state: icon
|
||||||
discipline: Arsenal
|
discipline: Arsenal
|
||||||
tier: 3
|
tier: 3
|
||||||
cost: 10000
|
cost: 15000 # WD from 10000 to 15000
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- ClothingHandsGlovesMagneticAdvanced
|
- ClothingHandsGlovesMagneticAdvanced
|
||||||
|
|
||||||
|
|||||||
@@ -99,6 +99,19 @@
|
|||||||
- BiofabricatorMachineCircuitboard
|
- BiofabricatorMachineCircuitboard
|
||||||
- BiomassReclaimerMachineCircuitboard
|
- BiomassReclaimerMachineCircuitboard
|
||||||
|
|
||||||
|
- type: technology
|
||||||
|
id: MechanizedTreatment
|
||||||
|
name: research-technology-mechanized-treatment
|
||||||
|
icon:
|
||||||
|
sprite: Mobs/Silicon/chassis.rsi
|
||||||
|
state: medical
|
||||||
|
discipline: CivilianServices
|
||||||
|
tier: 1 # WD from 2 to 1
|
||||||
|
cost: 10000
|
||||||
|
recipeUnlocks:
|
||||||
|
- BorgModuleAdvancedTreatment
|
||||||
|
- BorgModuleDefibrillator
|
||||||
|
|
||||||
# Tier 2
|
# Tier 2
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
@@ -145,19 +158,6 @@
|
|||||||
- HandheldCrewMonitor
|
- HandheldCrewMonitor
|
||||||
- BorgModuleResque
|
- BorgModuleResque
|
||||||
|
|
||||||
- type: technology
|
|
||||||
id: MechanizedTreatment
|
|
||||||
name: research-technology-mechanized-treatment
|
|
||||||
icon:
|
|
||||||
sprite: Mobs/Silicon/chassis.rsi
|
|
||||||
state: medical
|
|
||||||
discipline: CivilianServices
|
|
||||||
tier: 2
|
|
||||||
cost: 10000
|
|
||||||
recipeUnlocks:
|
|
||||||
- BorgModuleAdvancedTreatment
|
|
||||||
- BorgModuleDefibrillator
|
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
id: AdvancedCleaning
|
id: AdvancedCleaning
|
||||||
name: research-technology-advanced-cleaning
|
name: research-technology-advanced-cleaning
|
||||||
@@ -204,6 +204,8 @@
|
|||||||
- WeaponSprayNozzle
|
- WeaponSprayNozzle
|
||||||
- ClothingBackpackWaterTank
|
- ClothingBackpackWaterTank
|
||||||
|
|
||||||
|
# Tier 3
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
id: BluespaceCargoTransport
|
id: BluespaceCargoTransport
|
||||||
name: research-technology-bluespace-cargo-transport
|
name: research-technology-bluespace-cargo-transport
|
||||||
@@ -211,13 +213,11 @@
|
|||||||
sprite: Structures/cargo_telepad.rsi
|
sprite: Structures/cargo_telepad.rsi
|
||||||
state: display
|
state: display
|
||||||
discipline: CivilianServices
|
discipline: CivilianServices
|
||||||
tier: 2
|
tier: 3 # WD from 2 to 3
|
||||||
cost: 15000
|
cost: 15000
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- CargoTelepadMachineCircuitboard
|
- CargoTelepadMachineCircuitboard
|
||||||
|
|
||||||
# Tier 3
|
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
id: QuantumFiberWeaving
|
id: QuantumFiberWeaving
|
||||||
name: research-technology-quantum-fiber-weaving
|
name: research-technology-quantum-fiber-weaving
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
state: icon
|
state: icon
|
||||||
discipline: CivilianServices
|
discipline: CivilianServices
|
||||||
tier: 3
|
tier: 3
|
||||||
cost: 10000
|
cost: 15000 # WD from 10000 to 15000
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- ClothingShoesBootsSpeed
|
- ClothingShoesBootsSpeed
|
||||||
|
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
state: beakerbluespace
|
state: beakerbluespace
|
||||||
discipline: CivilianServices
|
discipline: CivilianServices
|
||||||
tier: 3
|
tier: 3
|
||||||
cost: 10000
|
cost: 15000 # WD from 10000 to 15000
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- BluespaceBeaker
|
- BluespaceBeaker
|
||||||
- SyringeBluespace
|
- SyringeBluespace
|
||||||
|
|||||||
@@ -135,7 +135,7 @@
|
|||||||
state: base
|
state: base
|
||||||
discipline: Experimental
|
discipline: Experimental
|
||||||
tier: 3
|
tier: 3
|
||||||
cost: 10000
|
cost: 15000 # WD from 10000 to 15000
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- WeaponForceGun
|
- WeaponForceGun
|
||||||
- WeaponTetherGun
|
- WeaponTetherGun
|
||||||
@@ -148,6 +148,6 @@
|
|||||||
state: icon
|
state: icon
|
||||||
discipline: Experimental
|
discipline: Experimental
|
||||||
tier: 3
|
tier: 3
|
||||||
cost: 10000
|
cost: 15000 # WD from 10000 to 15000
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- DeviceQuantumSpinInverter
|
- DeviceQuantumSpinInverter
|
||||||
|
|||||||
@@ -207,7 +207,7 @@
|
|||||||
state: microreactor
|
state: microreactor
|
||||||
discipline: Industrial
|
discipline: Industrial
|
||||||
tier: 3
|
tier: 3
|
||||||
cost: 10000
|
cost: 15000 # WD from 10000 to 15000
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- PowerCellMicroreactor
|
- PowerCellMicroreactor
|
||||||
technologyPrerequisites:
|
technologyPrerequisites:
|
||||||
|
|||||||
Reference in New Issue
Block a user