Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Once you got all that going you are free to edit any files (or add files from the base game) and repack it to create your very own mod.
To go by your example of the Ancestral Horn:
The file you seek is records/skills/warfare/ancestralhorn.dbr
Under Spawn Config, you can edit the spawnObjectsTimeToLive entry, which is the time the warriors stay summoned in seconds. Under Skill Conifg, you can edit values like mana cost, cooldown, and level related stuff.
As the warriors itself are summoned creature, they have their own files here:
records/skills/warfare/pets/spectralsoldier(01-20).dbr
Each level has its own entry, so all need to be adjusted separately for values like HP or what kind of skills and resistences they possess. As their standard attack is a skill, you only have to modify that once for all levels to change how much damage they deal. The entry is in the same folder, spectralsoldier_attack_default.dbr.
So to change the amount of damage, navigate to Offensive Parameters > Offensive Absolute > Offensive Physical. That's the amount of flat, physical damage dealt, minimum and maximum. Doubleclick on the string of numbers at the right of either, and a new window will open where you can adjust the values, either by hand or all at the same time. To give you an overwiev of what does what:
Set All: all entries are changed to the same value
Incr. All By: all entries get added the same value
Incr. All By%: all entries get added a percentage of their current value
Incr. By Series: all entries are added a value equal to the entered number x the level (ex: +2/+4/+6/etc)
Save, compile, and test your changes in game. If you have any further questions, feel free to ask.
Managed to save and tested out the changes.
The easiest way is to make it pseudo-permanent by raising spawnObjectsTimeToLive (in SpawnConfig) to 30000 or something, this should be enough for a long game session.
You can check the item's file for a referral to the skill in question (under Skill Augment). For the Blood of Ouranos its records\skills\item skills\bloodnymphsummons.dbr, which in turn refers to records\skills\item skills\pet\darknymph_10.dbr.
Is that the name of your dbr? If yes, the "(to20)" has to go, the file always has to have exactly the same name as the vanilla one. Apart from that, did your character actually had skill level 16, or did you have any +skill items?
Good to know. I vague remember this didn't work or caused problems in the past, but either that's not the case anymore or I remember wrong.
Uhh...while I believe that it's entirely possible to make it work, it would probably be easier to change that skill to summon ancestral warriors that look (and attack) like phalanx soldiers. That's some serious work, though.
Yes for example I am able to tweak the number of Ancestral Warriors spawned, but as for the hp of the warriors the skill description is fixed at 2400hp.
Deleting the values in spawnObjectsTimeToLive trick does not seem to work on skills such as Rally though.
Yes I expected overhauling Phalanx units to exhibit Ancestral Warriors behaviours will be a pain in the a$$.