关于定制建筑成本
该插件使您能够更改建造和升级建筑物的成本和物品。与其他插件一起升级建筑物。
特点:
- 资源和物品管理:使管理员能够指定建造和升级建筑物所需的资源和物品。
- 每个建筑等级和表皮的可定制价格(您可以为购买的建筑表皮设置单独的价格)
- 与其他开发人员的插件一起使用:在使用构建改进的插件中,该插件无需额外的集成即可工作,等等。
Configuration notes:
- Twigs:0 is responsible for the cost of building new constructions
- The number after : (example “Stone:10220”) are the designation of the skin
- You can change or add other resources as needed, example
"Twigs:0": { "wood": 50.0, "stones": 50.0 }
Default Config:
{
"Cost Settings": {
"Twigs:0": {
"wood": 50.0
},
"Wood:0": {
"wood": 200.0
},
"Stone:0": {
"stones": 300.0
},
"Stone:10220": {
"stones": 300.0
},
"Stone:18446744073709551615": {
"stones": 300.0
},
"Metal:0": {
"metal.fragments": 200.0
},
"TopTier:0": {
"metal.refined": 25.0
},
"Metal:10221": {
"metal.fragments": 200.0
},
"TopTier:18446744073709551615": {
"metal.refined": 25.0
}
}
}