forked from OpenWF/SpaceNinjaServer
		
	#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.levelcan befatal,error,warn,info,http,debug, ortrace.myIrcAddressescan be used to point to an IRC server. If not provided, defaults to[ myAddress ].worldState.eidolonOverridecan be set todayornightto lock the time to day/fass and night/vome on Plains of Eidolon/Cambion Drift.worldState.vallisOverridecan be set towarmorcoldto lock the temperature on Orb Vallis.worldState.duviriOverridecan be set tojoy,anger,envy,sorrow, orfearto lock the Duviri spiral.worldState.nightwaveOverridewill lock the nightwave season, assuming the client is new enough for it. Valid values:RadioLegionIntermission13Syndicatefor Nora's Mix Vol. 9RadioLegionIntermission12Syndicatefor Nora's Mix Vol. 8RadioLegionIntermission11Syndicatefor Nora's Mix Vol. 7RadioLegionIntermission10Syndicatefor Nora's Mix Vol. 6RadioLegionIntermission9Syndicatefor Nora's Mix Vol. 5RadioLegionIntermission8Syndicatefor Nora's Mix Vol. 4RadioLegionIntermission7Syndicatefor Nora's Mix Vol. 3RadioLegionIntermission6Syndicatefor Nora's Mix Vol. 2RadioLegionIntermission5Syndicatefor Nora's Mix Vol. 1RadioLegionIntermission4Syndicatefor Nora's ChoiceRadioLegionIntermission3Syndicatefor Intermission IIIRadioLegion3Syndicatefor GlassmakerRadioLegionIntermission2Syndicatefor Intermission IIRadioLegion2Syndicatefor The EmissaryRadioLegionIntermissionSyndicatefor Intermission IRadioLegionSyndicatefor The Wolf of Saturn Six
allTheFissurescan be set tonormalorhardto enable all fissures either in normal or steel path, respectively.worldState.circuitGameModescan be set to an array of game modes which will override the otherwise-random pattern in The Circuit. Valid element values areSurvival,VoidFlood,Excavation,Defense,Exterminate,Assassination, andAlchemy.
					Languages
				
				
								
								
									TypeScript
								
								73.2%
							
						
							
								
								
									JavaScript
								
								20.4%
							
						
							
								
								
									HTML
								
								6.3%