安裝 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$$.