罗马全面战争吧 关注:102,827贴子:4,434,869
  • 11回复贴,共1

让你的将领每回合出现一堆好属性的修改方法

只看楼主收藏回复

打开文件跟目录Data文件夹,找到文本文档export_descr_character_traits
打开文本,将以下的几段按原文件格式复制黏贴到这个文本文档的最下方(注意一个空格都不能多)
;------------------------------------------
Trigger AnuHaten1
WhenToTest CharacterTurnEnd
Condition FactionType romans_julii
Affects NaturalAssassinSkill 3 Chance 100
Affects NaturalDiplomatSkill 3 Chance 100
Affects SmoothTalker 3 Chance 100
Affects GoodDiplomat 5 Chance 100
Affects Sailor 5 Chance 100
Affects GoodConspirator 3 Chance 100
Affects Scout 3 Chance 100
Affects NaturalSpySkill 3 Chance 100
Affects GoodSpy 5 Chance 100
Affects GoodAssassin 5 Chance 100
;------------------------------------------
Trigger AnuHaten1
WhenToTest CharacterTurnEnd
Condition FactionType romans_julii
Affects gentleman 1 Chance 100
Affects Immortal 1 Chance 100
Affects GoodCommander 5 Chance 100
Affects NaturalMilitarySkill 4 Chance 100
Affects GoodDefender 5 Chance 100
Affects Intelligent 2 Chance 100
Affects PoliticsSkill 3 Chance 100
Affects PlainRomanVirtue 3 Chance 100
Affects MathematicsSkill 3 Chance 100
;------------------------------------------
Trigger AnuHaten1
WhenToTest CharacterTurnEnd
Condition FactionType romans_julii
Affects Fertile 3 Chance 100
Affects Disciplinarian 2 Chance 100
Affects LogisticalSkill 3 Chance 100
Affects HaleAndHearty 2 Chance 100
Affects Energetic 4 Chance 100
Affects GoodAdministrator 3 Chance 100
Affects Austere 3 Chance 100
Affects VictorOthersVirtue 3 Chance 100
Affects InspiringSpeaker 3 Chance 100
;------------------------------------------
Trigger AnuHaten1
WhenToTest CharacterTurnEnd
Condition FactionType romans_julii
Affects Secretive 4 Chance 100
Affects Rabblerouser 4 Chance 100
Affects ArchitectSkill 3 Chance 100
Affects Brave 5 Chance 100
Affects Xenophobia 3 Chance 100
Affects RhetoricSkill 3 Chance 100
Affects StrategicSkill 3 Chance 100
Affects TacticalSkill 3 Chance 100
Affects NaturalPhilosophySkill 3 Chance 100
Affects Rabblerouser 4 Chance 100
;------------------------------------------
Trigger AnuHaten1
WhenToTest CharacterTurnEnd
Condition FactionType romans_julii
Affects GoodAttacker 5 Chance 100
Affects GoodAmbusher 3 Chance 100
Affects GoodSiegeAttacker 4 Chance 100
Affects GoodSiegeDefender 4 Chance 100
Affects Epicurean 3 Chance 100
Affects AssassinMaster 3 Chance 100
Affects CounterSpy 3 Chance 100
Affects AssassinCatcher 3 Chance 100
Affects GoodCavalryGeneral 3 Chance 100
Affects GoodInfantryGeneral 3 Chance 100
;------------------------------------------
Trigger AnuHaten1
WhenToTest CharacterTurnEnd
Condition FactionType romans_julii
Affects WellConnectedWife 1 Chance 100
Affects FaithfulWife 1 Chance 100
Affects RomanHero 5 Chance 100


IP属地:广东1楼2022-08-06 13:35回复
    每段
    Trigger AnuHaten1
    WhenToTest CharacterTurnEnd
    Condition FactionType romans_julii
    中的
    Condition FactionType
    后面接你想改的派系的代码。
    Affects后面接你想添加的人物属性代码,在后面的
    1 Chance 100
    前面的数字是获得的等级,后面是每回合获得的概率,100就是百分百获得。
    !!!!!!!!!!!
    注意每段不得超过10个属性
    上面这段只适合绅士之战MOD,如果是原版请用以下这部分
    ;------------------------------------------
    Trigger AnuHaten1
    WhenToTest CharacterTurnEnd
    Condition FactionType romans_julii
    Affects NaturalAssassinSkill 3 Chance 100
    Affects NaturalDiplomatSkill 3 Chance 100
    Affects SmoothTalker 3 Chance 100
    Affects GoodDiplomat 5 Chance 100
    Affects Sailor 5 Chance 100
    Affects GoodConspirator 3 Chance 100
    Affects Scout 3 Chance 100
    Affects NaturalSpySkill 3 Chance 100
    Affects GoodSpy 5 Chance 100
    Affects GoodAssassin 5 Chance 100
    ;------------------------------------------
    Trigger AnuHaten1
    WhenToTest CharacterTurnEnd
    Condition FactionType romans_julii
    Affects GoodCommander 5 Chance 100
    Affects NaturalMilitarySkill 4 Chance 100
    Affects GoodDefender 5 Chance 100
    Affects Intelligent 2 Chance 100
    Affects PoliticsSkill 3 Chance 100
    Affects PlainRomanVirtue 3 Chance 100
    Affects MathematicsSkill 3 Chance 100
    ;------------------------------------------
    Trigger AnuHaten1
    WhenToTest CharacterTurnEnd
    Condition FactionType romans_julii
    Affects Fertile 3 Chance 100
    Affects Disciplinarian 2 Chance 100
    Affects LogisticalSkill 3 Chance 100
    Affects HaleAndHearty 2 Chance 100
    Affects Energetic 4 Chance 100
    Affects GoodAdministrator 3 Chance 100
    Affects Austere 3 Chance 100
    Affects VictorOthersVirtue 3 Chance 100
    Affects InspiringSpeaker 3 Chance 100
    ;------------------------------------------
    Trigger AnuHaten1
    WhenToTest CharacterTurnEnd
    Condition FactionType romans_julii
    Affects Secretive 4 Chance 100
    Affects Rabblerouser 4 Chance 100
    Affects ArchitectSkill 3 Chance 100
    Affects Brave 5 Chance 100
    Affects Xenophobia 3 Chance 100
    Affects RhetoricSkill 3 Chance 100
    Affects StrategicSkill 3 Chance 100
    Affects TacticalSkill 3 Chance 100
    Affects NaturalPhilosophySkill 3 Chance 100
    Affects Rabblerouser 4 Chance 100
    ;------------------------------------------
    Trigger AnuHaten1
    WhenToTest CharacterTurnEnd
    Condition FactionType romans_julii
    Affects GoodAttacker 5 Chance 100
    Affects GoodAmbusher 3 Chance 100
    Affects GoodSiegeAttacker 4 Chance 100
    Affects GoodSiegeDefender 4 Chance 100
    Affects Epicurean 3 Chance 100
    Affects AssassinMaster 3 Chance 100
    Affects CounterSpy 3 Chance 100
    Affects AssassinCatcher 3 Chance 100
    Affects GoodCavalryGeneral 3 Chance 100
    Affects GoodInfantryGeneral 3 Chance 100
    ;------------------------------------------
    Trigger AnuHaten1
    WhenToTest CharacterTurnEnd
    Condition FactionType romans_julii
    Affects WellConnectedWife 1 Chance 100
    Affects FaithfulWife 1 Chance 100
    Affects RomanHero 5 Chance 100
    注意
    Affects gentleman 1 Chance 100
    Affects Immortal 1 Chance 100
    这两行是获得绅士之战MOD中的永生。


    IP属地:广东2楼2022-08-06 13:43
    收起回复
      发于此贴,供后人参考。


      IP属地:广东3楼2022-08-06 13:45
      回复
        从此再也不用拿去喂鱼了


        IP属地:广东4楼2022-08-06 13:50
        回复
          链接:https://pan.baidu.com/s/1thEwRS0T_bfyM47an6JLGw
          提取码:1111
          里面有罗马全面战争修改手册


          IP属地:广东5楼2022-08-06 14:01
          回复
            手动置顶


            IP属地:广东6楼2022-08-06 14:54
            回复


              IP属地:广东来自Android客户端7楼2022-08-06 21:05
              回复
                楼主,请问重置版有没有类似的修改啊?求求


                IP属地:湖南8楼2022-08-15 15:08
                收起回复
                  楼主你这个改完 全图将军都变了 我按你说的改了自己玩的西庇阿 但是没用啊 scipio


                  IP属地:福建来自Android客户端9楼2024-11-21 04:18
                  回复