-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIdrinthsImprovedShips.xml
48 lines (34 loc) · 2.34 KB
/
IdrinthsImprovedShips.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8" ?>
<Datatable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:noNamespaceSchemaLocation="../Schemas/Amplitude.Unity.Runtime.RuntimeModule.xsd">
<RuntimeModule Name="IdrinthsImprovedShips" Type="Extension" Version="0.11">
<Title>Idrinth's Improved Ships</Title>
<Description>Better results from leveling and more specialized hulls.
This modifies the leveling curve to make leveling a bit slower and adds thee following other rewards to levels: Evasion, Maximum Shield, Absorbtion, ManPower effects
On top of that most type Modifiers(i.e. Attack craft's) are expanded to include some more useful effects.
Last but not least the specialist Modules for Troops, Roots and for Leeching have some in combat benefits attached to make them less of a drawback on fleets while keeping them focussed on their main task.
A Version of Ship Role Icons( https://steamcommunity.com/sharedfiles/filedetails/?id=1418064855 ) is included and hopefully has all missing ships-classes added for english.
The Mod is still highly WIP!
Source code is at https://github.com/Idrinth-s-Endless-Space-2-Mods/IdrinthsImprovedShips - contributions are always highly welcome.
</Description>
<Author>Idrinth</Author>
<Homepage></Homepage>
<PreviewImageFile>iis.jpg</PreviewImageFile>
<ReleaseNotes></ReleaseNotes>
<!-- Available tags: AI, Art, Buildings, Gameplay, Improvements, MajorFactions, Maps, MinorFactions, Multiplayer, Other, Resources, Technologies, Units. -->
<Tags>Units,Other</Tags>
<Plugins>
<DatabasePlugin DataType="Amplitude.Unity.Simulation.SimulationDescriptor, Assembly-CSharp-firstpass">
<FilePath>Simulation/SimulationDescriptors[Idrinth][*].xml</FilePath>
</DatabasePlugin>
<DatabasePlugin DataType="LevelUpRuleDefinition, Assembly-CSharp">
<FilePath>Simulation/LevelUpRules[Idrinth][*].xml</FilePath>
</DatabasePlugin>
<DatabasePlugin DataType="EmpireImprovementDefinition, Assembly-CSharp">
<FilePath>Simulation/EmpireImprovements[Idrinth][*].xml</FilePath>
</DatabasePlugin>
<LocalizationPlugin DefaultLanguage="english">
<Directory>Localization</Directory>
</LocalizationPlugin>
</Plugins>
</RuntimeModule>
</Datatable>