- UID
- 54752
- UCC
-
- 声望
-
- 好评
-
- 贡献
-
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2014-4-26 19:53:33
|
显示全部楼层
Game Data\Sub Systems
structures//行星建筑
- System: SciLab
- Name: #SS_SCILAB_NAME
- Description: #SS_SCILAB_DESC
- Appearance: GeneralBuilding
- Available: Techs.Science.Level > 0
- Level: Techs.Science.Level
- Size: Scale
- Durability: 460 * Size * pow(LEVEL_GAIN_CURVE, Level) * PLANET_STRUCT_MULT
- Mass: 500 * Size * pow(LEVEL_GAIN_CURVE, Level)
-
- Tags: Structure
- Tied To: Science 1
- Costs: Metals[200 * Size * pow(COST_INC_CRV, Level)], Electronics[200 * Size * pow(COST_INC_CRV, Level)], AdvParts[200 * Size * pow(COST_INC_CRV, Level)], Labr[BLDG_LABR_MULT * 13 * Size]
- Complexity: 10 * STRUCT_COMPLX_MULT
- vDamage: Size * 50 * pow(LEVEL_GAIN_CURVE, Level) * GAME_DAMAGE_MULT
- vResRate: Size * 20 * pow(RES_GAIN_CURVE, Level)
- vWorkers: Size * 600000
- Provides: Research with
- Amount[vResRate] //提供科研量,需求资源:金属、食物、电子元件、高级零件等
-
- Requires:
- To Run:
- Workers[vWorkers]
-
- Hints: Research[vResRate], Workers[vWorkers * -1] //参数说明
复制代码
copy到你的部件当中去就行了。 |
|