-
Notifications
You must be signed in to change notification settings - Fork 1
Building Configuration
Krglok edited this page May 12, 2015
·
2 revisions
The Building configuration is the region configuration from HeroStronghold.
There are several parts of the configuration:
- friendly-classes: [] , not used in realms
- enemy-classes: [] , not used in realms
- effects: , list of effectname for area protection. Dont change this list until you understand the effect.
- radius: , define the building area with a formula. the area is CUBE. All axis of have the same length. In the center must be a AIR block. The edge formula is 👍
edge_of_the_cube = (radius * 2) -1
example: radius = 4 , edge = 7 (4 * 2) -1
- requirements [] , list of items or block that required for create. The items or blocks must elsewhere in the building area present. Only the number will check, not the position.
- reagents [] , list of items or block that required after create. The items or blocks must give to the center chest for proper function of the building. Like protection and production. The center chest will automaticly generated.
- upkeep: [] , list of items or block that required for upkeep. This is the consume list.
- upkeep-chance: , a double value, for upkeep cycle time. dont change if you not understand the value !
- output: [] , list of items or block that generated on upkeep. This is the production list.
- money-requirement: , a double value, money required from the owner for creating.
- upkeep-money-output: , a double value, money give to owner on upkeep
- housing: , number of npc the building can hold. not directly used in realms.
- power-drain: , a integer value for reduce power of the superregion on upkeep.
- group: , a HeroStronghold internal group identifier. Not used in realms
- biome: [] , a list of biomenames in that the building can created. If the list is not empty only in this biomes can be created.
- description: hmmm... what can this mean ?
remark: Because there is an error in Herostronghold, every building need a free block around the defined building area. so a R4 = 7x7 needs area of 9x9 to build without overlapping with nearby buildings.
-
Home
- [player NPC relation] (https://github.com/Krglok/Realms/wiki/Player-NPC-relation)
- Project
- Phase 1
- Phase 2
- Phase 3
- Objects
- History
- Admin Docu
- Colonist building
- Settlement management
- Settlement specialization
- [Player Docu] (https://github.com/Krglok/Realms/wiki/Player-Docu)
- NPC
- NPC lifecycle
- Settlement
- [Concept of settlement](https://github.com/Krglok/Realms/wiki/concept of settlement)
- [Build a settlement](https://github.com/Krglok/Realms/wiki/build a settlement)
- Settlement HAMLET
- [Hamlet Blueprint] (https://github.com/Krglok/Realms/wiki/Hamlet-Blueprint)
- [Settlement types] (https://github.com/Krglok/Realms/wiki/Settlement-types)
- NPC Manager
- [Lehen] (https://github.com/Krglok/Realms/wiki/Lehen)
- [Concept Lehen] (https://github.com/Krglok/Realms/wiki/concept-of-Lehen)
- Appendix
- Player commands
- [Admin commands](https://github.com/Krglok/Realms/wiki/Admin commands)
- Pricelist
- Buildinglist
- [Building config](https://github.com/Krglok/Realms/wiki/building configuration)
- [Building HOME](https://github.com/Krglok/Realms/wiki/building home)
- Techlevel
- Production