2025-08-27 05:38:27 +08:00
2025-06-28 01:28:45 +02:00
2025-08-27 05:30:39 +08:00
2023-05-19 15:26:36 -03:00
2023-12-14 17:34:15 +01:00
2023-06-02 00:20:49 -03:00
2025-06-23 14:56:08 -07:00
2023-05-19 15:26:36 -03:00
2025-08-26 23:25:20 +02:00
2023-05-19 15:26:36 -03:00

#Alex端的食用教程和修改选项

在config-vanilla.json底部可以看到已经配置好的默认参数 复制一份并改名为config.json就可以使其生效之后对于参数的修改都在复制的这份config.json里进行

//修改参数的说明
//不需要额外奖励请设置为1设置为0会导致没有任何奖励

//集团声望设置为true时倒扣和掉段设置为false则不倒扣不掉段
SyndicateLoss?: boolean;

//玄骸相关
//玄骸密码总是正确不需要密码即可击杀且安魂mod不消耗耐久
nemesisAlwaysCorrect?: boolean;

//玄骸怒气倍率
extraHenchmenKilledGrineer?: number;
extraHenchmenKilledCorpus?: number;
//对于i骸是杀毒进度
extraHenchmenKilledInfestation?: number;

//玄骸解密进度倍率
extraHintProgressGrineer?: number;
extraHintProgressCorpus?: number;

//额外玄骸武器
//抽取随机的同派系武器,与当前玄骸元素属性和加成数值相同,一起发放到铸造厂
nemesisExtraWeapon?: number;

//效价融合增强,在原版1.1后额外的乘数
nemesisWeaponFuseMultiplier?: number;

//玄骸额外等级大于0的情况下猜错密码玄骸可能升更多级
nemesisExtraLevel?: number;


//任务奖励倍率
//包括生存、间谍、刺杀、赏金等,会在当前轮次奖池中额外抽取奖励
//这个倍率也会影响王境进度
extraRadomMissionDrops?: number;

//单独的王境进度倍率(与上面相乘!)
circuitProgressMuliplier?: number;

//额外堕落mod奖励
extraCorrputedMods?: number;

//额外隐藏掉落奖励(例如落银树亭的成长之力)
extraStrippedItems?: number;

//额外內源之力,九重天和漂泊者
extraPlayerSkillGainsSpace?: number;
extraPlayerSkillGainsDrifter?: number;


//核桃相关
//核桃按品质给白金的数值请在relicHelper.ts中修改
//核桃掉落倍率,开一个核桃会多开几个奖励出来
extraRelicRewards?: number;

#以下是原版readme说明

Space Ninja Server

More information for the moment here: https://discord.gg/PNNZ3asUuY

Project Status

This project is in active development at https://onlyg.it/OpenWF/SpaceNinjaServer.

To get an idea of what functionality you can expect to be missing have a look through the issues. However, many things have been implemented and should work as expected. Please open an issue for anything where that's not the case and/or the server is reporting errors.

config.json

SpaceNinjaServer requires a config.json. To set it up, you can copy the config-vanilla.json, which has most cheats disabled.

  • logger.level can be fatal, error, warn, info, http, debug, or trace.
  • myIrcAddresses can be used to point to an IRC server. If not provided, defaults to [ myAddress ].
  • worldState.eidolonOverride can be set to day or night to lock the time to day/fass and night/vome on Plains of Eidolon/Cambion Drift.
  • worldState.vallisOverride can be set to warm or cold to lock the temperature on Orb Vallis.
  • worldState.duviriOverride can be set to joy, anger, envy, sorrow, or fear to lock the Duviri spiral.
  • worldState.nightwaveOverride will lock the nightwave season, assuming the client is new enough for it. Valid values:
    • RadioLegionIntermission13Syndicate for Nora's Mix Vol. 9
    • RadioLegionIntermission12Syndicate for Nora's Mix Vol. 8
    • RadioLegionIntermission11Syndicate for Nora's Mix Vol. 7
    • RadioLegionIntermission10Syndicate for Nora's Mix Vol. 6
    • RadioLegionIntermission9Syndicate for Nora's Mix Vol. 5
    • RadioLegionIntermission8Syndicate for Nora's Mix Vol. 4
    • RadioLegionIntermission7Syndicate for Nora's Mix Vol. 3
    • RadioLegionIntermission6Syndicate for Nora's Mix Vol. 2
    • RadioLegionIntermission5Syndicate for Nora's Mix Vol. 1
    • RadioLegionIntermission4Syndicate for Nora's Choice
    • RadioLegionIntermission3Syndicate for Intermission III
    • RadioLegion3Syndicate for Glassmaker
    • RadioLegionIntermission2Syndicate for Intermission II
    • RadioLegion2Syndicate for The Emissary
    • RadioLegionIntermissionSyndicate for Intermission I
    • RadioLegionSyndicate for The Wolf of Saturn Six
  • allTheFissures can be set to normal or hard to enable all fissures either in normal or steel path, respectively.
  • worldState.circuitGameModes can be set to an array of game modes which will override the otherwise-random pattern in The Circuit. Valid element values are Survival, VoidFlood, Excavation, Defense, Exterminate, Assassination, and Alchemy.
Description
The server component of OpenWF
Readme GPL-3.0 12 MiB
Languages
TypeScript 73.2%
JavaScript 20.4%
HTML 6.3%