购买正版

单机游戏 > 暴君专区 > 暴君攻略 > 《暴君》实用控制台指令代码大全

《暴君》实用控制台指令代码大全

2016-12-27 来源:网络 作者:没钱玩NMB

  《暴君》游戏中玩家们可以使用控制台指令代码,这里给大家带来了“patiot0509”汇总的《暴君》实用控制台指令代码大全,一起来看下吧。

  FreeRecipesToggle - 免费升级打造物品

  God – 无敌

  HealParty – 全队加血UnlockAll – 本地图锁全开

  unlockallmaPS - 世界地图全开

  addallcompanions - 立即增加所有同伴

  Rest – 扎营休息

  Give Money Player X – 给钱钱钱钱钱钱 X

  AdDexperience X – 每个队员增加经验 X

  AddExperienceToLevel X - 每个队员增加经验至级数 X

  亲测实验部分——

  首先,和永恒之柱一样,应该先按~和回车进入输入cheat的界面。

  然后,依照传统,输入 iroll20s。(意思是,我投了每个属性20点,这个梗是黑岛在博德之门那个时代,建立人物时,属性点都是投筛子得出的,而且根据运气不同,总属性点可以70-90不等,但是单个属性加不到20)。

  增加人物技能:在游戏中使用(建立人物和征服时无效), skill空格player空格 技能名空格点数。例如: skill player lore 200。然后lore就到了200。

  增加人物属性:游戏中使用,attributescore player 属性 数值。例如:attributescore player might 30。然后力量就有30了。注意中间有空格。

  增加金钱: 在游戏中使用,giveplayermoney 金额。例子:giveplayermoney 9999。只有money和9999之间有空格。

  另外测试了additem,addability player,根据系统反馈的信息,命令本身存在,但是不知道物品和技能代码。而这次,tyranny的文件夹里面并没有把每个技能和物品单独做文件名。只有以后再想办法。

  这一层是领导技能树的代码

  灵活系技能树代码(双持/弓箭)

  AddAbility Player Abl_PC_Leadership_ApplyTheLash

  AddAbility Player Abl_PC_Leadership_AuraOfCommand

  AddAbility Player Abl_PC_Leadership_CallToBattle

  AddAbility Player Abl_PC_Leadership_RefusePain

  AddAbility Player Abl_PC_Leadership_Resurgence

  AddAbility Player Abl_PC_Leadership_Undying

  AddAbility Player Abl_PC_Leadership_SwapPositions

  这一层是灵活系技能树的代码(双持,弓箭)

  AddAbility Player Abl_PC_Agility_Charge

  AddAbility Player Abl_PC_Agility_Disarm

  AddAbility Player Abl_PC_Agility_LeapingKick

  AddAbility Player Abl_PC_Agility_Unfettered

  AddAbility Player Abl_PC_Agility_WhirlwindStrike

  AddAbility Player Abl_PC_Agility_FlurryOfBlows

  AddAbility Player Abl_PC_Agility_LegSweep

  AddAbility Player Abl_PC_Agility_Slice

  下面有部分装备的:

  GiveItemWithQuality ART_Bronze_Armor_CommandersPlate Superior

  GiveItemWithQuality ART_Cloth_Armor_HeirarchsRobes Superior

  GiveItemWithQuality ART_Leather_Boots_NightwalkersBoots Superior

  GiveItemWithQuality ART_Iron_Gloves_BindingOfShadows Superior

  GiveItemWithQuality ART_Iron_GloveS_BindingOfShadowsPair Superior

  GiveItemWithQuality ART_Leather_GLOVE_AlchemistsGloves Superior

  GiveItemWithQuality ART_Bronze_HelmOfTheFirstRegent Superior

  GiveItemWithQuality ART_Cloth_HELM_FaceOfJudgment Superior

  GiveItemWithQuality ART_Steel_HELM_MagebaneHelm Superior

  GiveItemWithQuality WPN_ART_1H_OBS_Axe_Deathbringer Superior

  GiveItemWithQuality WPN_ART_1H_IR_Dagger_HeartsBlood Superior

  GiveItemWithQuality WPN_ART_1H_BR_Scepter_FinalScream Superior

  GiveItemWithQuality WPN_ART_SHLD_AzureShield Superior

  GiveItemWithQuality WPN_ART_SHLD_TheBaneward Superior

  GiveItemWithQuality WPN_ART_1H_BR_Spear_Sunlance Superior

  GiveItemWithQuality WPN_ART_1H_BR_Sword_Dauntless Superior

  GiveItemWithQuality WPN_ART_1H_IR_Sword_Snowfang Superior

  GiveItemWithQuality WPN_ART_2H_OBS_Axe_Deathbringer Superior

  GiveItemWithQuality WPN_ART_2H_ST_Sword_Stormcaller Superior

  GiveItemWithQuality WPN_ART_2H_IR_Mace_Peacemaker Superior

  GiveItemWithQuality WPN_ART_2H_SP_BOW_Gravebow Superior

  GiveItemWithQuality WPN_ART_2H_BR_STF_StaffOfHours Superior

  GiveItemWithQuality WPN_ART_2H_IR_STF_StaffOfCairnFinesse Superior

  GiveItemWithQuality WPN_ART_2H_IR_STF_StaffOfCairnMight Superior

  GiveItemWithQuality WPN_ART_2H_IR_STF_StaffOfCairnQuickness Superior

  GiveItemWithQuality WPN_ART_2H_IR_STF_StaffOfCairnResolve Superior

  GiveItemWithQuality WPN_ART_2H_IR_STF_StaffOfCairnVitality Superior

  GiveItemWithQuality WPN_ART_2H_IR_STF_StaffOfCairnWits Superior

  giveitemwithquality WPN_ART_2H_BR_Hammer_HammerOfSunder Superior

  如果想要改变得到的artifact的物品品质,把代码后面的superior改成对应的品质就行,例如改成masterwork/exquisite/fine/common

  阵营声望设定:reputationset+方向+势力+值(可正可负),例子:

  reputationsethostile ScarletChorus -1,注意在scarletchorus前后有空格。

  配方

  下面是配方的代码,可以用在修了铁匠铺或图书馆的spire进行研发,使用的是additem命令:

  GiveItem Recipe_Book_Forge_Locked_Iron_Gauntlets 1

  GiveItem Recipe_Book_Forge_Skorn 1

  GiveItem Recipe_Book_Forge_Zeal 1

  GiveItem Recipe_Item_Forge_Destiny 1

  GiveItem Recipe_Item_Forge_Hawk_Eye_Helm 1

  GiveItem Recipe_Item_Forge_Skorn_Metal 1

  GiveItem Recipe_Scroll_Forge_Crashing_Thunder 1

  GiveItem Recipe_Scroll_Forge_Headhunter 1

  GiveItem Recipe_Scroll_Infirmary_Fatiguing_Toxin 1

  GiveItem Recipe_Scroll_Infirmary_Hangmans_Noose 1

  GiveItem Recipe_Scroll_Infirmary_Mental_Freedom 1

  GiveItem Recipe_Scroll_Infirmary_Stoneskin_Serum 1

  GiveItem Recipe_Scroll_Infirmary_Superior_Health 1

  GiveItem Research_Book_Library_Focused_Rain 1

  GiveItem Research_Book_Library_Fortuitous_Physique 1

  GiveItem Research_Book_Library_Hearts_Blood 1

  GiveItem Research_Book_Library_Malignant_Demise 1

  GiveItem Research_Journal_Library_Malignant_Demise 1

  GiveItem Research_Scroll_Library_Baneward 1

  GiveItem Research_Scroll_Library_Invisibility 1

  GiveItem Research_Scroll_Library_Killing_Blow 1

  GiveItem Research_Scroll_Library_Malignant_Demise 1

  GiveItem Research_Scroll_Library_Mindless_Fury_Decrypted 1

  GiveItem Research_Scroll_Library_Mindless_Fury_Loreblocked 1

  GiveItem Research_Scroll_Library_Range_3 1

  GiveItem Research_Scroll_Library_Revival 1

  下面是各种法术核心的代码:

  使用的是learnspellsymbol命令,

  learnspellsymbol symbol_earth false

  learnspellsymbol symbol_stone false

  learnspellsymbol symbol_fire false

  learnspellsymbol symbol_frost false

  learnspellsymbol symbol_lightning false

  learnspellsymbol symbol_heal false

  learnspellsymbol symbol_passion false

  learnspellsymbol symbol_hallucination false

  learnspellsymbol symbol_gravelight false

  learnspellsymbol symbol_strengthen false

  learnspellsymbol symbol_weaken false

  下面是获得法术形态代码:

  learnspellshape shape_bolt false

  learnspellshape shape_cone false

  learnspellshape shape_aura false

  learnspellshape shape_armor false

  learnspellshape shape_field false

  learnspellshape shape_rain false

  learnspellshape shape_touch false

  learnspellshape shape_trap false

  learnspellshape shape_weapon false

  learnspellshape shape_line false

  下面是法术的accent的代码:

  learnspellmodifier mod_range_I false

  learnspellmodifier mod_range_II false

  learnspellmodifier mod_range_III false

  learnspellmodifier mod_intensity_I false

  learnspellmodifier mod_intensity_II false

  learnspellmodifier mod_intensity_III false

  learnspellmodifier mod_intensity_IV false

  learnspellmodifier mod_accuracy_I false

  learnspellmodifier mod_accuracy_II false

  learnspellmodifier mod_accuracy_III false

  learnspellmodifier mod_accuracy_IV false

  learnspellmodifier mod_aoesize_I false

  learnspellmodifier mod_aoesize_II false

  learnspellmodifier mod_aoesize_III false

  learnspellmodifier mod_chain_I false

  learnspellmodifier mod_chain_II false

  learnspellmodifier mod_dtbypass_I false

  learnspellmodifier mod_dtbypass_II false

  learnspellmodifier mod_dtbypass_III false

  learnspellmodifier mod_duration_I false

  learnspellmodifier mod_duration_II false

  learnspellmodifier mod_duration_III false

  learnspellmodifier mod_recovery_I false

  learnspellmodifier mod_recovery_II false

  learnspellmodifier mod_recovery_III false

  learnspellmodifier mod_interrupt_I false

  learnspellmodifier mod_interrupt_II false

  learnspellmodifier mod_interrupt_III false

  下面是法术最后一格自定义效果的代码:

  learnspellmodifier mod_secondary_bleeding false

  learnspellmodifier mod_secondary_bloodmagic false

  learnspellmodifier mod_secondary_dazing false

  learnspellmodifier mod_secondary_deflecting false

  learnspellmodifier mod_secondary_focusedrain false

  learnspellmodifier mod_secondary_frostfire false

  learnspellmodifier mod_secondary_impact false

  learnspellmodifier mod_secondary_killingblows false

  learnspellmodifier mod_secondary_marking false

  learnspellmodifier mod_secondary_phasing false

  learnspellmodifier mod_secondary_piercing false

  learnspellmodifier mod_secondary_pridemagic false

  learnspellmodifier mod_secondary_rapidcasting false

  learnspellmodifier mod_secondary_rooting false

  learnspellmodifier mod_secondary_selflessmagic false

  learnspellmodifier mod_secondary_spellsurge false

  learnspellmodifier mod_secondary_stunning false

  learnspellmodifier mod_secondary_volcanicweapon false

  learnspellmodifier mod_secondary_volley false

  learnspellmodifier mod_secondary_wildmagic false

  下面是调整法术技能级别的代码:

  skill player spell_frost 1

  skill player spell_lightning 1

  skill player spell_strengthen 1

  skill player spell_weaken 1

  skill player spell_heal 1

  skill player spell_frenzy 1

  skill player spell_drain 1

  skill player spell_hallucination 1

  skill player spell_gravity 1

  skill player spell_stone 1

  后面那个值可以改的哈,比如100,200什么的。

  各种律令代码

  下面是学会各种律令的代码……

  learnedictpackage edict_fire

  learnedictpackage edict_stone

  learnedictpackage edict_storm

  learnedictpackage edict_malediction

  learnedictpackage edict_nightfall

  使用后导致剧情bug的话,后果自负

  下面是取消凯洛斯的律令的代码、后果自负

  deactivateedict bladeGrave

  deactivateedict BurningLibrary

  deactivateedict StoneSea

  获得所有的同伴代码

  这条是获得所有的同伴,后果自负:

  addallcompanions

  获得成就代码

  下面是获得成就的代码:

  clearachievement TYR_ACH_001最后的值是(001-050),后果自负。

暴君 单人剧情 扫雷难度

Tyranny
  • 类型角色扮演
  • 发售2016年11月11日
  • 语言英文/中文
  • 平台PC
  • 研发Obsidian Entertainment
  • 运营Paradox Interactive
RPG新作《暴君》的背景设定在一个刚刚熬过正邪大战的奇幻世界中,正如标题所暗示的,邪恶的一方取得胜利,你所扮演的主角实际上是为霸王凯洛斯(Ky……

暂无促销活动

火爆开服更多+

thisLineHeights20

新闻更多+

thisLineHeights20

攻略更多+