Difficult-Rocket/docs/configes sample/in_file_config.json5

49 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-12-26 00:26:06 +08:00
{
2021-01-25 12:22:55 +08:00
'Game_threads': {
'orbit_demo': {
'ship_info': {
'mass': 'basic_config:basic_number',
'force': 'basic_config:basic_force'
}
2020-12-26 00:26:06 +08:00
}
2021-01-25 12:22:55 +08:00
},
'client': {
2021-01-28 19:43:26 +08:00
'self.parts': {
2021-01-28 22:07:57 +08:00
'ship name': {
'control center': [
'part type',
// part type
'turn',
// type:float
'is mirror',
// type:bool
[
'basic_config.basic_poi'
]
/*rua 我用中文了!
飞船的"控制中心"(直译)没有"特殊值"
也就是说控制中心只是一个"壳"(服务端同理)
只会计算位置、方向之类的统一数据
需要改的话发issue
*/
2021-01-28 19:43:26 +08:00
],
2021-01-28 22:07:57 +08:00
'part ID': [
// partId
'part type',
// part type
'turn',
// type:float 0 is up clockwise
'is mirror',
// type:bool
[
'basic_config.basic_poi'
],
{
'special value 1': 'xxx',
'special value 2': 'xxx'
}
]
}
2021-01-28 19:43:26 +08:00
}
2021-01-25 12:22:55 +08:00
}
2020-12-26 00:26:06 +08:00
}