this is my fusionplant i made 2 months ago for my mod.
i merged together some buildings:
the ziggurat-building from Patricius
the biodome from the moon-project
the silo-building from jojoweb
it can generate free energy on the same continent but can only be built 2 times per civ.
i used those codes for implementation:
CIV4BuildingInfos.xml:
CIV4CityLSystem.xml:
CIV4ArtDefines_Building.xml:
the zip includes:
- the building
- the button
have fun!
The Thread
i merged together some buildings:
the ziggurat-building from Patricius
the biodome from the moon-project
the silo-building from jojoweb
it can generate free energy on the same continent but can only be built 2 times per civ.
i used those codes for implementation:
CIV4BuildingInfos.xml:
PHP:
(bAreaCleanPower)1(/bAreaCleanPower)
CIV4CityLSystem.xml:
PHP:
(ArtRef Name="building:BM_BUILDING_FUSION_PLANT")
(Attribute Class="Rotation")0,380(/Attribute)
(Scale)2.5(/Scale)
(/ArtRef)
CIV4ArtDefines_Building.xml:
PHP:
(fScale)0.15(/fScale)
(fInterfaceScale)0.9(/fInterfaceScale)
- the building
- the button
have fun!
The Thread