Jump to content

mammasaura

Members
  • Posts

    165
  • Joined

  • Last visited

Everything posted by mammasaura

  1. If you aim for the best, you can calculate it even if the attribute scores are bounded. You're going to arrange and weight the points the same way, doesn't matter the boundaries, because they are generally normalized/balanced for/to the whole game. Looser ranges of scores support more the role-play than the action play. Have the opportunity to play the same stat in a very differently way, with a very different feeling; there's more color, and color is fun. You're also going to create and play characters that rationally can't be conceived, but fantasy can, and it's freedom. In pillars you can finish the game in either way, with companions and sidekicks or custom ones because it's balanced to play as you please. There is an interview for pillars 1 likewise the gdc one where they talk about this and attributes in general.
  2. Let obsidian tuning the xp rate and put a god's blessing for increased experience gain instead. Neketaka is an experience deposite atm.
  3. I don't think you can find the icons in the asset bundle, tried back in the day but they aren't there as single objects because like the icon tutorial says the icons are used through an atlas, so you should search it instead. I didn't find it, maybe isn't in the asset bundles or that program can't list/find that type. I think there's a txt list of the referenced icons you can find in the *.gamedatabundle done by peardox in some thread. Anyway BMac released the icons of poe1, many icons are similar if you need them.
  4. Paladins have restricted priest's deity selection, but it's hard coded, maybe is this a setting can be exposed?
  5. I think all these keyword can be safely used, it's just the statuseffect needs to be paired with meaningful keywords for the purpose. You can create a status effect that works only when you hit bosses for example, or an aura that only inspires in presence of such creature etc... If some keyword doesn't seem to mean much, try to search its ID in other databundles. Search, for example, in character.gamedatabundle the boss keyword and see to which creature is bound, just to have an idea if the keyword is usable or not.
  6. Hi, The problem I see with the backgrounds and the talents is that the choice to pick the background is after the choice of the class. Because of this, the preview you get when you create the character is "incomplete" and the player that wants to plan the build cannot access to all the possibilities can have. The issue becomes bigger when each race cannot have access to all the backgrounds, that means that I don't know if I can play with my Aumaua Two Handed because the backgrounds for this race cannot have access to it, or maybe, I'm wrong and can have access to that background but I cannot know at the stage of the race and class selection. In general the specialization concept is good while your character is progressing through an adventure, if it's put at the character creation can be seen as a limitation.
  7. In swordslayingwill_SE_ApplyOnEvent there's this typo: "StatusEffectsValueIDs": ["f67a23b2-b38b-490b-8000-b4127e1d7ed2]"], Just gave a glance, beware maybe there are others. Anyway if you have trouble to do the desired effect think if there's in game an object or skill that does what you want to accomplish and then copy/change. There's a lot of stuff done by obs really good and interesting. I think there's a weapon that stacks attack speed on hit, should be a good sample to check it out for your purpose.
  8. Oh yeah it's because the spiritshift abilities have the UsageType "PerEncounter" instead of "Spell". Try to change it to spell and see how works out of curiosity, but I wouldn't change it into spell because don't know how it behaves vs dispel or spells like that. Sadly I'm out of ideas, don't see any other status type can help the cause.
  9. Maybe there's a better solution, autogrant at each x level a passive talent with an ability that has a status effect. The status effect has duration infinite and of type: SpellCastBonus. You need the id class, then set the value number for the bonus cast. In the field of "extra value" put the level number of the abilities you want to give the bonus. All the shapeshift abilities are level ability 0 so put 0 in extra value. This a better solution, if it works :D
  10. The problem with this approach is that you have to split the shapeshifting done by any druid and by a shifter, they have different abilities for each creature, maybe, that's why you have double icons in the modal ui, you're removing the wrong ability (it's a guess). I should wait the response by BMac and then evaluate if it is worth to wait the implementation of that field or find another solution. Visibility in the preview level I think it's tricky because I remember that when I tried to autogrant abilities while hiding them in the preview ui, the autogrant didn't work, they have to be seen. Anyway if you want to force the visibility you can use the conditional alwaysTrue / alwaysFalse.
  11. This is something should be set in the generic ability level scaling, but there isn't a field like "UsageAdjustment". I would request to add this field in the topic for the suggestions and wait for a response if is possible. Would be a huge addition for anyone, pretty useful I'd say. Anyway the workaround I should pick is to change the progression table and autogrant every 4/5 level the updated shapeshift form with the updated shapeshift ability driven by conditionals and prereq. It's time consuming, you should create 4/5 ability for each form and only change the per encounter count.
  12. How do you see the votes, do you need to log in? Yes, you need to log in and after voting you can see the current results
  13. Making them of unarmed type should get the bonus from both the two talents, but I could be wrong. And maybe it's also broken :D Do they give bonuses? That should be related to the keyword unarmed. Don't know if the claws have it. Have fun
  14. You changed the ability and the attack gamedata, the proficiency of a weapon is set in the weapongamedata, it's in the item.gamedatabundle. It's fast and easy to fix, just take the attackid that you modified, copy, and search the same id in the item.gamedatabundle. In this way you should find the weapongamedata of the claws. Just put the proficiency id for the unarmed in ProficientAbilityID. Beware to find the right proficiency for the unarmed because in ability.gamegatabundle you can find two of them, one is passive, one is modal, you want to copy/paste the id of the modal one. Maybe it's not enough and you need to change the EquipmentType field from None to Unarmed.
  15. Yes, you can, you need to check the item.gamedatabundle and the two objects. In the EquippableComponent of the LVD item you need to change the field: "AppearancePiece": { "ModelVisualDataPath": "prefabs/items/appearance/weapons/poleaxe/a_poleaxe05.assett" }, with the model of the Amra weapon. For the blue effect it depends, LDV doesn't seem to have something related to that, but can be an effect you get from upgrade or from another feature of the weapon. Just try to only swap the model of the weapon and see if you get what you want
  16. DW is a better choice over 2h because of its double roll, that provides an advantage for those attack abilities that have additional effects beside damage, mainly cc effects. Rogue is a good example, all the abilities cause interrupts on hit and have conditions. Paladin with the healing upgrade is still a good candidate for DW, monk, well... Only the barbarian has an ability based on damage and so is affected by the intent of this change.
  17. I missed to add the conversation to the manifest file, now it works as expected. The conversation.manifest can be placed anywhere and can just contain the entry for the custom conversation. Thank you BMac, speechless for all the things added with the patch 2.1 from community feedback and the constant monitoring in this subforum.
  18. You need to manually replace "Hawk" with the name you want in the characters.stringable. The path to find this file should be: "mymod\localized\en\text\game\characters.stringable"
  19. Don't know if already requested but is it possible to make the conversations (or just the node's links) being partially overridden by mods like was done for the GameDataObjects in the patch 1.2? But is it possible to create new conversations? Keep having null reference on a new custom convo. Should be an awesome feature
×
×
  • Create New...