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

SpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/SpaceNinjaServer

fix: give apostasy prologue as a reward for chains of harrow (#3637)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3637 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>

d2c75b38
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +10 -0
Modified static/fixed_responses/questCompletionRewards.json +10 -0
@@ -15,5 +15,15 @@
15 15 "ItemType": "/Lotus/Types/Items/EmailItems/TennokaiEmailItem",
16 16 "ItemCount": 1
17 17 }
18 ],
19 "/Lotus/Types/Keys/PriestFrameQuest/PriestQuestKeyChain": [
20 {
21 "ItemType": "/Lotus/Types/Recipes/WarframeRecipes/PriestBlueprint",
22 "ItemCount": 1
23 },
24 {
25 "ItemType": "/Lotus/Types/Keys/ApostasyQuest/ApostasyKeyChain",
26 "ItemCount": 1
27 }
18 28 ]
19 29 }