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