Jump to content

Seer7

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Seer7

  1. Hi Kyberus, Belated thanks for info, makes it less ugly at least. I'll revisit it when I have some time in the near future.
  2. Hi again, I conducted another experiment in statuseffects and found that the entitled works, but it's not pretty. As implied it adds or subtracts a set amount of recovery. Even if I were to roll with this I'm not sure what amount would be 'balanced'. In any case the code is below. { "GameDataObjects": [{ "$type": "Game.GameData.GenericAbilityGameData, Assembly-CSharp", "DebugName": "One_Handed_Style", "ID": "aae5f771-2718-4654-b13c-dd3e7234d56b", "Components": [{ "$type": "Game.GameData.GenericAbilityComponent, Assembly-CSharp", "StatusEffectsIDs": ["c5194896-0e76-4d39-855c-3459c4a9f56d", "7b4eba79-d0b0-4d81-8929-49ea77e41512"] } ] }, { "$type": "Game.GameData.StatusEffectGameData, Assembly-CSharp", "DebugName": "One_Handed_Style_SE_Recovery", "ID": "7b4eba79-d0b0-4d81-8929-49ea77e41512", "Components": [{ "$type": "Game.GameData.StatusEffectComponent, Assembly-CSharp", "StatusEffectType": "SingleWeaponRecoveryMultiplier", "OverrideDescriptionString": -1, "OverrideDescriptionStringTactical": -1, "UseStatusEffectValueAs": "None", "BaseValue": -0.1, "DynamicValue": { "Stat": "None", "SkillDataID": "00000000-0000-0000-0000-000000000000", "ClassID": "00000000-0000-0000-0000-000000000000", "MultiplyBy": 1, "Operator": "Add" }, "KeywordsIDs": [], "DurationType": "Infinite", "Duration": 0, "MaxStackQuantity": 0, "ApplicationBehavior": "UseLongerDurationIfAlreadyApplied", "ApplicationType": "ApplyOnStart", "IntervalRateID": "00000000-0000-0000-0000-000000000000", "StackedChildrenApplyEffects": "false", "InclusionConditions": { "Operator": 0, "Components": [] }, "ApplicationPrerequisites": { "Conditional": { "Operator": 0, "Components": [] } }, "TriggerAdjustment": { "TriggerOnEvent": "None", "TriggerOffEvent": "None", "ValidateWithAttackFilter": "false", "ParamValue": 0, "ValueAdjustment": 0, "DurationAdjustment": 0, "ResetTriggerOnEffectTimeout": "false", "MaxTriggerCount": 0, "IgnoreMaxTriggerCount": "false", "RemoveEffectAtMax": "false", "ChanceToTrigger": 1 }, "PowerLevelScaling": { "UseCharacterLevel": "false", "BaseLevel": 0, "LevelIncrement": 1, "MaxLevel": 0, "ValueAdjustment": 0, "DurationAdjustment": 0 }, "IsHostile": "false", "ClearOnCombatEnd": "false", "ClearOnRest": "false", "ClearOnFoodRest": "false", "ClearWhenAttacks": "false", "ClearOnDeath": "false", "HideFromCombatTooltip": "true", "HideFromCombatLog": "false", "HideFromUI": "false", "HideIfNoValue": "false", "VisualEffects": [], "MaterialReplacementID": "00000000-0000-0000-0000-000000000000", "AttackFilter": { "KeywordsIDs": [], "KeywordLogic": "Or", "Race": "None", "IsKith": "false", "HealthPercentage": 0, "HealthOperator": "EqualTo", "Range": "None", "ClassTypeID": "00000000-0000-0000-0000-000000000000", "Source": "None", "DefendedBy": "None", "Empowered": "false", "Disengagement": "false", "Stealthed": "false", "UseStealthLinger": "false", "PowerLevel": 0, "PowerLevelOperator": "EqualTo", "ChanceToApply": 1, "AttackHostility": "Default", "TargetType": "None" }, "AttackTargetFilter": { "KeywordsIDs": [], "KeywordLogic": "Or", "Race": "None", "IsKith": "false", "HealthPercentage": 0, "HealthOperator": "EqualTo", "Distance": 0, "DistanceOperator": "EqualTo", "HasDOT": "false", "IsMarked": "false", "TargetHostility": "Default" }, "ExtraValue": 0, "OverridePenetration": 0, "DamageTypeValue": "All", "KeywordValueID": "00000000-0000-0000-0000-000000000000", "RaceValue": "None", "StatusEffectTypeValue": "None", "ItemValueID": "00000000-0000-0000-0000-000000000000", "AfflictionTypeValueID": "00000000-0000-0000-0000-000000000000", "StatusEffectsValueIDs": [], "AttackValueID": "00000000-0000-0000-0000-000000000000", "AttackOverrideValue": "None", "EventValue": "OnApply", "ClassValueID": "00000000-0000-0000-0000-000000000000", "WeaponTypeValue": "None", "AttackHitType": "None", "SkillValueID": "00000000-0000-0000-0000-000000000000", "AudioEventListID": "00000000-0000-0000-0000-000000000000", "BedRestDaysMinimum": 0, "BedRestDaysMaximum": 0 } ] } ] }
  3. Unfortunately, it makes no difference whether i spawn the item or visit a merchant. I use Visual Studio Code to make sure I'm not missing a comma or something, so I'm certain it's not an ordinary error. Just a mystery at this point. Thanks anyway.
  4. Thanks for the reply, but as for StackIfAlreadyApplied -- that was copied direct from the "BaseSpear_SEAccuracy" entry in statuseffects. I left it in since it works for Obsidian it seems. Here's what I tried (still no dice), keeping my modifications: { "GameDataObjects": [{ "$type": "Game.GameData.ItemModGameData, Assembly-CSharp", "DebugName": "BaseStiletto", "ID": "04e060d9-a40a-4922-a65c-982d2503fb4e", "Components": [{ "$type": "Game.GameData.ItemModComponent, Assembly-CSharp", "DisplayName": 27, "HideFromUI": "false", "EnchantCategory": "Unique", "Cost": 0, "CursesItem": "false", "DurabilityDamage": 0, "StatusEffectsOnEquipIDs": ["82b5dd5c-c98a-4a1b-8bcf-e5445d18a169"], "StatusEffectsOnLaunchIDs": [], "StatusEffectsOnAttackIDs": [], "AbilityModsOnEquipIDs": [], "OnEquipVisualEffects": [], "DamageProcs": [], "AbilitiesOnEquipIDs": [] } ] }, { "$type": "Game.GameData.WeaponGameData, Assembly-CSharp", "DebugName": "Stiletto", "ID": "2b19eb13-bb2a-4c29-bba7-4dc3258c753d", "Components": [{ "$type": "Game.GameData.ItemComponent, Assembly-CSharp", "DisplayName": 25, "DescriptionText": 291, "DescriptionTextTactical": -1, "FilterType": "Weapons", "InventoryAudioEventListID": "6c78876c-24bb-427e-91ca-074651c68d91", "IsQuestItem": "false", "IsIngredient": "false", "IsCurrency": "false", "IsAdventuringItem": "false", "IsJunk": "false", "CanSellForFullValue": "false", "MaxStackSize": 1, "NeverDropAsLoot": "false", "CanBePickpocketed": "true", "IsUnique": "false", "Value": 35, "IconTextureSmall": "gui/icons/items/weapons/stiletto/stiletto_s.png", "IconTextureLarge": "gui/icons/items/weapons/stiletto/stiletto_l.png", "PencilSketchTexture": "", "InspectOnUseButton": [], "IsPlaceholder": "false" }, { "$type": "Game.GameData.EquippableComponent, Assembly-CSharp", "EquipmentType": "Stiletto", "EquipmentSlot": "AnyWeapon", "AppearancePiece": { "ModelVisualDataPath": "prefabs/items/appearance/weapons/stiletto/a_stiletto01.asset" }, "ItemModsIDs": ["04e060d9-a40a-4922-a65c-982d2503fb4e"], "OnEquipVisualEffects": [], "RestrictedToClassIDs": [], "RestrictedToPlayer": "false", "EquipConditionals": { "Operator": 0, "Components": [] }, "ProficientAbilityID": "90308564-204e-49d1-b93a-8c7ec73667b0", "CannotUnequip": "false", "ItemRendererPrefab": "prefabs/itemrenderers/genericitemrenderer.prefab", "ItemModel": "", "AnimationController": "", "PaperdollOverrideRenderer": "", "AttackSummonID": "00000000-0000-0000-0000-000000000000", "CannotSheathe": "false", "PropVisualEffects": [] }, { "$type": "Game.GameData.WeaponComponent, Assembly-CSharp", "Stance": "OneHanded", "AnimationStanceID": "42de436a-5f52-4bc5-8310-076eb320abc4", "StatusEffectsOnLaunchIDs": [], "IsDisplayedWhenAlternate": "true", "IsUniversalType": "false", "AttackID": "f0d52b30-9506-4685-994b-4f4f09041910", "NoiseLevelID": "15743f94-1026-40b0-8e13-a667b3f66f63", "ForceBackScabbard": "false", "ScabbardAppearancePiece": { "ModelVisualDataPath": "prefabs/items/appearance/weapons/stiletto/a_stiletto01_scabbard.asset" }, "ScabbardRendererPrefab": "prefabs/itemrenderers/genericitemrenderer.prefab", "ScabbardModel": "", "AudioEventListID": "00000000-0000-0000-0000-000000000000" } ] }, { "$type": "Game.GameData.StatusEffectGameData, Assembly-CSharp", "DebugName": "BaseStiletto_SEAccuracy", "ID": "82b5dd5c-c98a-4a1b-8bcf-e5445d18a169", "Components": [{ "$type": "Game.GameData.StatusEffectComponent, Assembly-CSharp", "StatusEffectType": "AllAccuracy", "OverrideDescriptionString": -1, "OverrideDescriptionStringTactical": -1, "UseStatusEffectValueAs": "None", "BaseValue": 4, "DynamicValue": { "Stat": "None", "SkillDataID": "00000000-0000-0000-0000-000000000000", "ClassID": "00000000-0000-0000-0000-000000000000", "MultiplyBy": 1, "Operator": "Add" }, "KeywordsIDs": [], "DurationType": "Infinite", "Duration": 1, "MaxStackQuantity": 2, "ApplicationBehavior": "StackIfAlreadyApplied", "ApplicationType": "ApplyOnStart", "IntervalRateID": "00000000-0000-0000-0000-000000000000", "StackedChildrenApplyEffects": "false", "InclusionConditions": { "Operator": 0, "Components": [] }, "ApplicationPrerequisites": { "Conditional": { "Operator": 0, "Components": [] } }, "TriggerAdjustment": { "TriggerOnEvent": "None", "TriggerOffEvent": "None", "ValidateWithAttackFilter": "false", "ParamValue": 0, "ValueAdjustment": 0, "DurationAdjustment": 0, "ResetTriggerOnEffectTimeout": "false", "MaxTriggerCount": 0, "IgnoreMaxTriggerCount": "false", "RemoveEffectAtMax": "false", "ChanceToTrigger": 1 }, "PowerLevelScaling": { "UseCharacterLevel": "false", "BaseLevel": 0, "LevelIncrement": 1, "MaxLevel": 0, "ValueAdjustment": 0, "DurationAdjustment": 0 }, "IsHostile": "false", "ClearOnCombatEnd": "false", "ClearOnRest": "false", "ClearOnFoodRest": "false", "ClearWhenAttacks": "false", "ClearOnDeath": "false", "HideFromCombatTooltip": "true", "HideFromCombatLog": "false", "HideFromUI": "false", "HideIfNoValue": "false", "VisualEffects": [], "MaterialReplacementID": "00000000-0000-0000-0000-000000000000", "AttackFilter": { "KeywordsIDs": [], "KeywordLogic": "Or", "Race": "None", "IsKith": "false", "HealthPercentage": 0, "HealthOperator": "EqualTo", "Range": "None", "ClassTypeID": "00000000-0000-0000-0000-000000000000", "Source": "ParentEquippable", "DefendedBy": "None", "Empowered": "false", "Disengagement": "false", "Stealthed": "false", "UseStealthLinger": "false", "PowerLevel": 0, "PowerLevelOperator": "EqualTo", "ChanceToApply": 1, "AttackHostility": "Default", "TargetType": "None" }, "AttackTargetFilter": { "KeywordsIDs": [], "KeywordLogic": "Or", "Race": "None", "IsKith": "false", "HealthPercentage": 0, "HealthOperator": "EqualTo", "Distance": 0, "DistanceOperator": "EqualTo", "HasDOT": "false", "IsMarked": "false", "TargetHostility": "Default" }, "ExtraValue": 0, "OverridePenetration": 0, "DamageTypeValue": "All", "KeywordValueID": "00000000-0000-0000-0000-000000000000", "RaceValue": "None", "StatusEffectTypeValue": "None", "ItemValueID": "00000000-0000-0000-0000-000000000000", "AfflictionTypeValueID": "00000000-0000-0000-0000-000000000000", "StatusEffectsValueIDs": [], "AttackValueID": "00000000-0000-0000-0000-000000000000", "AttackOverrideValue": "None", "EventValue": "OnApply", "ClassValueID": "00000000-0000-0000-0000-000000000000", "WeaponTypeValue": "None", "AttackHitType": "None", "SkillValueID": "00000000-0000-0000-0000-000000000000", "AudioEventListID": "00000000-0000-0000-0000-000000000000", "BedRestDaysMinimum": 0, "BedRestDaysMaximum": 0 } ] } ] } PS: what language should I post code in? I just chose C languages.
  5. Hi all Run into trouble trying to add the Accurate effect to the base Stiletto (and eventually to all of them). I noticed Spears, Clubs, etc. all have separate entries in StatusEffects so I created a new one, "BaseStiletto_SEAccuracy", by copying the Spear entry with a new name and ID. I then changed the item mods to reflect this, but for some reason it doesn't work. Tried messing about copying already existing entries but no dice. Would be grateful if someone could point me in the right direction. { "GameDataObjects": [{ "$type": "Game.GameData.ItemModGameData, Assembly-CSharp", "DebugName": "BaseStiletto", "ID": "04e060d9-a40a-4922-a65c-982d2503fb4e", "Components": [{ "$type": "Game.GameData.ItemModComponent, Assembly-CSharp", "DisplayName": 27, "StatusEffectsOnEquipIDs": ["82b5dd5c-c98a-4a1b-8bcf-e5445d18a169"] } ] }, { "$type": "Game.GameData.WeaponGameData, Assembly-CSharp", "DebugName": "Stiletto", "ID": "2b19eb13-bb2a-4c29-bba7-4dc3258c753d", "Components": [{ "$type": "Game.GameData.EquippableComponent, Assembly-CSharp", "ItemModsIDs": ["04e060d9-a40a-4922-a65c-982d2503fb4e"] } ] }, { "$type": "Game.GameData.StatusEffectGameData, Assembly-CSharp", "DebugName": "BaseStiletto_SEAccuracy", "ID": "82b5dd5c-c98a-4a1b-8bcf-e5445d18a169", "Components": [{ "$type": "Game.GameData.StatusEffectComponent, Assembly-CSharp", "StatusEffectType": "AllAccuracy", "OverrideDescriptionString": -1, "OverrideDescriptionStringTactical": -1, "UseStatusEffectValueAs": "None", "BaseValue": 4, "DynamicValue": { "Stat": "None", "SkillDataID": "00000000-0000-0000-0000-000000000000", "ClassID": "00000000-0000-0000-0000-000000000000", "MultiplyBy": 1, "Operator": "Add" }, "KeywordsIDs": [], "DurationType": "Infinite", "Duration": 1, "MaxStackQuantity": 2, "ApplicationBehavior": "StackIfAlreadyApplied", "ApplicationType": "ApplyOnStart", "IntervalRateID": "00000000-0000-0000-0000-000000000000", "StackedChildrenApplyEffects": "false", "InclusionConditions": { "Operator": 0, "Components": [] }, "ApplicationPrerequisites": { "Conditional": { "Operator": 0, "Components": [] } }, "TriggerAdjustment": { "TriggerOnEvent": "None", "TriggerOffEvent": "None", "ValidateWithAttackFilter": "false", "ParamValue": 0, "ValueAdjustment": 0, "DurationAdjustment": 0, "ResetTriggerOnEffectTimeout": "false", "MaxTriggerCount": 0, "IgnoreMaxTriggerCount": "false", "RemoveEffectAtMax": "false", "ChanceToTrigger": 1 }, "PowerLevelScaling": { "UseCharacterLevel": "false", "BaseLevel": 0, "LevelIncrement": 1, "MaxLevel": 0, "ValueAdjustment": 0, "DurationAdjustment": 0 }, "IsHostile": "false", "ClearOnCombatEnd": "false", "ClearOnRest": "false", "ClearOnFoodRest": "false", "ClearWhenAttacks": "false", "ClearOnDeath": "false", "HideFromCombatTooltip": "true", "HideFromCombatLog": "false", "HideFromUI": "false", "HideIfNoValue": "false", "VisualEffects": [], "MaterialReplacementID": "00000000-0000-0000-0000-000000000000", "AttackFilter": { "KeywordsIDs": [], "KeywordLogic": "Or", "Race": "None", "IsKith": "false", "HealthPercentage": 0, "HealthOperator": "EqualTo", "Range": "None", "ClassTypeID": "00000000-0000-0000-0000-000000000000", "Source": "ParentEquippable", "DefendedBy": "None", "Empowered": "false", "Disengagement": "false", "Stealthed": "false", "UseStealthLinger": "false", "PowerLevel": 0, "PowerLevelOperator": "EqualTo", "ChanceToApply": 1, "AttackHostility": "Default", "TargetType": "None" }, "AttackTargetFilter": { "KeywordsIDs": [], "KeywordLogic": "Or", "Race": "None", "IsKith": "false", "HealthPercentage": 0, "HealthOperator": "EqualTo", "Distance": 0, "DistanceOperator": "EqualTo", "HasDOT": "false", "IsMarked": "false", "TargetHostility": "Default" }, "ExtraValue": 0, "OverridePenetration": 0, "DamageTypeValue": "All", "KeywordValueID": "00000000-0000-0000-0000-000000000000", "RaceValue": "None", "StatusEffectTypeValue": "None", "ItemValueID": "00000000-0000-0000-0000-000000000000", "AfflictionTypeValueID": "00000000-0000-0000-0000-000000000000", "StatusEffectsValueIDs": [], "AttackValueID": "00000000-0000-0000-0000-000000000000", "AttackOverrideValue": "None", "EventValue": "OnApply", "ClassValueID": "00000000-0000-0000-0000-000000000000", "WeaponTypeValue": "None", "AttackHitType": "None", "SkillValueID": "00000000-0000-0000-0000-000000000000", "AudioEventListID": "00000000-0000-0000-0000-000000000000", "BedRestDaysMinimum": 0, "BedRestDaysMaximum": 0 } ] } ] } Edit: also, does anyone know where to find Mythic statuseffects for shield deflection and armor? I can only find weapons in laxf_statuseffects. Never mind, weapons are in laxf_statuseffects but shields and armor are in the main statuseffects.
  6. The build does specify that he should use the Sanguine Plate. The problem with a character like Guts is there's a good argument for either side, he's really overpowered. I stated in the OP that I decided to focus on his STR and RES attributes the most, hence why they're stacked, and the best class to do that with is Fighter. For either Fighter or Barbarian, stacking CON isn't a bad decision, it's just not ideal. (I'm sure a lot of people would argue stacking CON for any class is a waste). Barbarians, also, make heavy use of INT in order to get the best out of Carnage which is less appropriate than stacking RES for Guts, imo.
  7. Only in old saves from before the patch. The plate doesn't have retaliate in new games. Well that sucks. I used this build through most of my second playthrough before retaliate was nerfed. Even after the nerf the addition of Frenzy kinda made up for it, but looks like the changes to Retaliate and the Sanguine Plate have reduced the appeal quite a bit. I like using Fighter because deflection is higher, in general and with things like Vigorous Defence, and the additional weapon talents and abilities could really max out damage. Pre-nerf Sanguine Plate plus Clear Out made for a good representation, imo. Now it's at a point where neither class is really ideal, but I'd still edge towards Fighter because it makes much better use of RES, which represents his character well, plus Unbroken. I can understand the argument for Barbarian though.
  8. Retaliation was nerfed, but Sanguine still has it; I think they gave it Frenzy to partially make up for the nerf. Pity both of them take up so much room, enchantment-wise.
  9. I found that with Pallegina on my first playthrough, the aura's range was enormous. I made another Paladin with the same stats and same gear, and the aura was no where near as wide. Very strange, but also very useful for fighting large enemies like dragons.
  10. I mentioned that you could dump CON to buff up other stats if you want, like DEX, it's just not something I like to do. I could be persuaded to go as low as 8, like with INT, and put that into DEX or even perception for the deflection bonus. INT isn't really important for this build. I suggested buddying up with a Paladin for hastening exhortation, but you could also use Deleterious Alacrity potions to buff up attack speed. I considered that, but decided against it for the simple reason it wasn't true to the character. Sanguine Plate largely fills in what the class choice leaves out.
  11. If anyone is familiar with Guts, the Black Swordsman, from Kentaro Miura's manga Berserk, then this build should need no introduction. For those who have no idea, this build is meant to bring Guts into Eora and is therefore meant to be faithful to the character and source material, within the game's limitations. The two most noteworthy traits of Guts as a person are 1) his overwhelming strength, and 2) his unbreakable resolve. He also possesses incredible dexterity and perception, and a formidable constitution. Unfortunately, 18 attribute points is simply not enough to fully embody a character as physically overpowering as Guts. This build therefore concentrates on the two aforementioned traits above the others. Though heroic in his traits, Guts is human above all else, and takes pride in that fact. Savannah folk is recommended for his subrace. He is a highly skilled warrior, ergo his class should be fighter. Initial stats, from strength to resolve are: 20, 11, 12, 10, 8, 17. His culture should the Living Lands, as the strength bonus is necessary to reach 20 from the get-go. The fact it is a place renown for inhospitable environments and predatory flora and fauna is also fitting. He should also have a mercenary background, as this was Guts' occupation for most of his life. Appearance settings: Colours- Primary = jet black Secondary = black Skin = second from the left. Hair = jet black Head- Facial hair = 1 Head = 3 Hair = 10 I've included a portrait set for use in the game: Put these in PoE's data\art\gui\portraits\player\male folder, found where you installed the game, and rename them male_human_r_lg and male_human_r_sm respectively. Voice: Male - Stoic. The distribution of his abilities and talents should be as follows- Lvl 01: Knockdown One of the most useful per encounter abilities in the game, and a good showcase for Guts' physicality. Lvl 02: Two Handed Style Guts began training at the age of six. His first sword was so large, proportionally, he struggled lift it. In time, he could swing it with remarkable force. Lvl 03: Confident Aim Guts is a well experienced and practised swordsman, who first entered battle at the age of nine. Lvl 04: Hold the Line Guts is frequently surrounded by enemies, this talent represents his ability to survive under such conditions. Lvl 05: Vigorous Defence One of Guts' abilities, gained through extensive combat, is his preternatural ability to sense incoming danger and deflect otherwise fatal blows. Lvl 06: Weapon Focus: Soldier Guts' trademark weapon is the truly enormous greatsword called the Dragonslayer, which is more akin to a sharpened hunk of iron than a traditional sword. Lvl 07: Clear Out This is an essential ability as one of Guts' signature moves is cleaving entire ranks of enemies apart in a single blow. Combined with his strength, it is devastating. Lvl 08: Savage Attack Guts' attacks might not be the mose precise but they are undeniably powerful. Lvl 09: Weapon Specialisation: Soldier Guts has defeated many dangerous opponents in single combat, both human and monster, which would not be possible for his rigorous experience in wielding his chosen weaponry. Lvl 10: Unstoppable This represents how difficult is to disable Guts through blows that would otherwise send a man sprawling in a heap. Lvl 11: Unbroken There are numerous times where Guts could have given up and died. Instead he clung furiously to life, determined to defeat his enemies. Lvl 12: Weapon Mastery: Soldier The only one capable of wielding the Dragonslayer is Guts. He is a true master swordsman. Gear- Head- Recommended: The Pilgrim's Lasting Vigil (+1 perception). Body- Mandatory: Sanguine Plate (ideally upgraded to superb DR). Guts uses the Berserker armour, and this is ideal to represent it. Boots- Recommended: Boots of Stability ® Cloak/Amulet- Mandatory: Shroud of Mourning (+3 resolve, plus other buffs) Guts wears a cloak, and this one, while not as tattered, provides a very good buff to resolve which is important. The Cloak of the Tireless Defender fits better from an aesthetic point of view, but it's not as powerful. Gauntlets- Recommended: Bracers of Deflection ® or Gauntlets of Puissant Melee ® Rings- Mandatory: Pensiavi mes Rèi (+3 Might). Mandatory: Ring of Thorns (+3 Dex, plus other buffs). These are used to maximise damage and buff up attack speed respectively. Belt- Recommended: Blunting Belt ® ®=random loot. Final stats with mandatory gear: 23, 11, 15, 10, 8, 20. Weaponry: The one blade worthy of Guts in PoE is Tidefall. It has very useful non-craftable enchantments like Wounding and Draining, which enhance damage and user survivability. It can also be enchanted to a limited degree, I suggest either Slaying: Beast, as dragons are classified as beasts, or an elemental damage. I recommend Freeze as the Adra Dragon is vulnerable to it. I would also suggest an Arquebus to abstractly represent Guts' cannon, integrated in his mechanical arm. There are no throwing knives, so these cannot be represented, nor can his grenades. (Anticipated) Frequently Asked Questions: What skills should I raise? Athletics, primarily. Why Knockdown? Admittedly, with Guts' 8 intelligence it will last around 4.5 seconds but you can use it twice per encounter. That amounts to ~9 seconds of prone vs 13.5 seconds of Disciplined Barrage, assuming both knockdowns hit. Once you level, you'll can see around 6-7 seconds worth of prone in some instances, which brings you closer to a total of 12-13 seconds. Besides that, intelligence is easily buffed once you hit Brakenbury and keep some appropriate gear on you. Why not use Defender? -20% attack speed, which is a no-no when he's already attacking so slowly. Vigorous Defence provides a means to weather a beating. Aside from that, Guts is far from conservative in battle. Why not use the Drake's Bell to represent the Dragon Slayer? It's not a greatsword. Why put a point into constitution? Puts you over the 1000HP-200ED line, nice and neat. There are numerous items that could do this, eg. Girdle of Eotun Constitution, but I wanted to keep mandatory gear to a minimum considering he's hogging some really powerful stuff. If you're not convinced, then put that extra point into intelligence. Why? With the right rest bonus and gear, you'll be able to hit 15 INT which is the requirement for a fair few INT-based dialogue checks, while you'll rely on resolve for the rest. Guts makes for a pretty good PC with his high resolve, btw. Why bother with dexterity? Attack speed, which matters when you're wearing full plate and swinging a greatsword. So why not take Armored Grace? Because there are other abilities which reflect Guts' character better. Why have X ability/talent at Y level? Feel free to mix them around if you wish, the above is just a suggestion. Y u no min-max? Not my style. If you want to then dump con entirely and buff dex to 17 and perception to 12-13 (depending on whether you leave a point to raise INT to 9). You'll end up with 774HP and 155EN by level 12. With the above gear you'll hit 20 DEX and 13-14 perception which means +30% to attack speed and +3-4 to deflection, along with an interrupt of 9-12. With some +2-3 constitution gear you can gain up to 833-863HP and 167-173EN by level 12. If that's still not enough dump INT too and use it to drive up your perception. I wouldn't recommend Knockdown in that case, but you probably already know that. Hints: -Once Frenzy triggers, activate Vigorous Defence to offset its deflection penalty. -Save Knockdown for tough opponents, with Guts' strength it is very difficult to resist. -Recommended party support is a Paladin with Zealous Focus for the accuracy buff, and other per encounter buffs like Hastening Exhortation. A Chanter would be useful as well.
×
×
  • Create New...