Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
-Fixed artifact helms not being able to interchange.
-Fixed offhands artifacts not being able to interchange.
Interchanging vanilla off-hands: I had to add an aspect to items for allow them to be interchanged, its easy do it yourself with the offhands in game. Just add the "aspect": "SEI_offhand" to every vanilla off-hand like this:
"id": "throwingKnife",
"weight": 0.1,
"tier": 2,
"category": "offHand",
"slots": [ "OFF_HAND" ],
"aspects": [
"SEI_offhand",
"weaponMaxRange:5",
"weaponWield:4",
"weaponDamage:2"
],
"ownerAspects": [ "offHand_throwingKnives" ],
"cost": [ "3 ingot", "1 heartwood" ],
"layers": [
{
"name": "item_offhand_throwingKnife",
"scaleX": 0.55,
"scaleY": 0.55,
"rigUsage": "rigGeneral",
"grip": "offHand",
"gripOffset": { "x": 27, "y": 98 },
"ifNoOwnerAspect": "throwingKnife_usedUp"
}
]
}
However, if I want to exchange, say, an artifact shield, I still need your off-hand mod. This is a bit annoying... I like the vanilla selection of items (no offence to your extras, they just don't suit me), I just want to be able to move them around!
Any plans for a mod which does what your inventory mod does for weapons, but applied to all kinds of items, without requiring all the extra-item mods?