Phobos icon indicating copy to clipboard operation
Phobos copied to clipboard

[Minor] Shield armor inheritance customization

Open Coronia opened this issue 1 year ago • 1 comments

Further customize shield's InheritArmorFromTechno logic:

  • InheritArmor.Allowed lists TechnoTypes whose armor can be overridden. If empty, any TechnoType not listed in InheritArmor.Disallowed is okay.
  • InheritArmor.Disallowed lists TechnoTypes whose armor can't be overridden. If empty, any TechnoTypes are okay as long as InheritArmor.Allowed is empty or they are listed on it.

In rulesmd.ini:

[SOMESHIELDTYPE]                            ; ShieldType name
InheritArmor.Allowed=                       ; list of TechnoTypes
InheritArmor.Disallowed=                    ; list of TechnoTypes

Coronia avatar Oct 10 '24 06:10 Coronia

Nightly build for this pull request:

This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build.

github-actions[bot] avatar Oct 10 '24 06:10 github-actions[bot]