Asteroid Reformation Processor description

Describe your experience with the latest version of FreeOrion to help us improve it.

Moderator: Oberlus

Forum rules
Always mention the exact version of FreeOrion you are testing.

When reporting an issue regarding the AI, if possible provide the relevant AI log file and a save game file that demonstrates the issue.
Post Reply
Message
Author
User avatar
swaq
Space Dragon
Posts: 384
Joined: Tue Aug 20, 2019 1:56 pm

Asteroid Reformation Processor description

#1 Post by swaq »

v0.4.9+ [build 2020-04-20.b2112fe]

The Pedia entry for the Asteroid Reformation Processor states "In addition, this processor upgrade allows any shipyard in the empire or an ally's empire to produce ships with the Rock Armor Plating and Crystal Armor Plating ship parts." However I am finding that I am not able to build ships with rock armor plating even though I have the tech researched and my ally has built an Asteroid Reformation Processor.

User avatar
Oberlus
Cosmic Dragon
Posts: 5760
Joined: Mon Apr 10, 2017 4:25 pm

Re: Asteroid Reformation Processor description

#2 Post by Oberlus »

It requires to be supply connected:

Code: Select all

    location = And [
        ResourceSupplyConnected empire = Source.Owner condition = And [
            Building name = "BLD_SHIPYARD_AST_REF"
            Or [
                OwnedBy empire = Source.Owner
                OwnedBy affiliation = AllyOf empire = Source.Owner
            ]
        ]
        OwnedBy empire = Source.Owner
    ]
Dunno if this means you could only mount those parts in your planets within your ally's supply, or it would work if both your supplies are touching each other.

/Edit: probably the former: each empire has its own suply group so PP and building owning does not propagate between supply groups.
Hence this is of limited use./

Post Reply