XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore: add Invasions to worldState (#1102)

Re #1097 Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1102

9acad90b
Sainan <sainan@calamity.inc>
提交于

代码差异

1 个文件 +40 -0
Modified static/fixed_responses/worldState/worldState.json +40 -0
@@ -21,6 +21,46 @@
21 21 "Icon": "/Lotus/Interface/Icons/DiscordIconNoBacker.png"
22 22 }
23 23 ],
24 "Invasions": [
25 {
26 "_id": {
27 "$oid": "67c8ec8b3d0d86b236c1c18f"
28 },
29 "Faction": "FC_INFESTATION",
30 "DefenderFaction": "FC_CORPUS",
31 "Node": "SolNode53",
32 "Count": -28558,
33 "Goal": 30000,
34 "LocTag": "/Lotus/Language/Menu/InfestedInvasionBoss",
35 "Completed": false,
36 "ChainID": {
37 "$oid": "67c8b6a2bde0dfd0f7c1c18d"
38 },
39 "AttackerReward": [],
40 "AttackerMissionInfo": {
41 "seed": 488863,
42 "faction": "FC_CORPUS"
43 },
44 "DefenderReward": {
45 "countedItems": [
46 {
47 "ItemType": "/Lotus/Types/Items/Research/EnergyComponent",
48 "ItemCount": 3
49 }
50 ]
51 },
52 "DefenderMissionInfo": {
53 "seed": 127653,
54 "faction": "FC_INFESTATION",
55 "missionReward": []
56 },
57 "Activation": {
58 "$date": {
59 "$numberLong": "1741221003031"
60 }
61 }
62 }
63 ],
24 64 "Sorties": [
25 65 {
26 66 "_id": { "$oid": "663a4c7d4d932c97c0a3acd7" },