Patch for RimofTheFallen#4535
Conversation
They are divided in the same xml files as the original mod, beyond that, they each have different categories inside of them to further divide it.
|
You can download the rebuilt assembly for this PR here: https://combatextended.lp-programming.com/CombatExtended-23728896633.zip |
Essentially I redid the formatting in the same way I did my next patches, since this was the first, and added the paladin's sword back again since I was debating on wether or not to use the original formatting of Superweapons.xml and weapons.xml files separately but decided against so, and forgot to put paladin's sword back again.
|
You can download the rebuilt assembly for this PR here: https://combatextended.lp-programming.com/CombatExtended-23824834361.zip |
|
You can download the rebuilt assembly for this PR here: https://combatextended.lp-programming.com/CombatExtended-23824881880.zip |
|
You can download the rebuilt assembly for this PR here: https://combatextended.lp-programming.com/CombatExtended-23824936443.zip |
|
You can download the rebuilt assembly for this PR here: https://combatextended.lp-programming.com/CombatExtended-23954576467.zip |
There was a problem hiding this comment.
The general philosophy for compatibility patches is to patch as few elements as possible to make the items functional and reasonably balanced for the parts that CE's mechanics touch. That being the case, I've got a couple of broad changes I'd like to see:
- Avoid touching stuff non-combat stats like
Insulation_HeatorEquipDelayunless it's necessary--in general, we want to leave as much of the balance as is practical in the hands of the original mod author. - For uniformity and readability, please go through and format the patches in line with how we do so in existing patches. Instead of:
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="RofF_Paladin_Armor"]/statBases/WorkToMake</xpath>
<value><WorkToMake>30000</WorkToMake></value>
</Operation>
We want:
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="RofF_Paladin_Armor"]/statBases/WorkToMake</xpath>
<value>
<WorkToMake>30000</WorkToMake>
</value>
</Operation>
|
You can download the rebuilt assembly for this PR here: https://combatextended.lp-programming.com/CombatExtended-26464103141.zip |
|
Sorry about the earlier messy patches, should have cleaned everything up now, if there's any problem please do send a message |
Additions
References
Reasoning
Alternatives
Testing
Check tests you have performed: