Jump to content

QUESTION: WTF does "Sailor Experience" do?


Recommended Posts

My previous playthroughs have all been slooper-duper, so I finally decided to pimp out a battleship and bully naval combat. I feel like I understand pretty much everything, except this one thing that's bugging the hell out of me (Sailor Experience).

Can anyone helps me understand this? It seems like it has zero effect on anything, but why even display it (or even track it at all) if it has no function.

Thanks!

image.png.2631242844287cc4db6e2665a4eefbc4.png

Link to comment
Share on other sites

My theory 1: the crew needs a certain amount of xp in order to advance in ranks. If you have 4 ranks you can still gain xp. That excess XP doesn't seem to do anything further.

2: Some crew might already come with a higher rank. But they also start at 0 xp.

Maybe it's none of that, maybe one, maybe both.

Anyway you def. won't feel any difference between 4 stars with 29 xp and 4 stars with 108 xp so don't bother trying to demystify this (unless you really want to of course).

You could check if the master crew you can get via breath's blessings (several 4 stars) start with 0 xp and if they still gain xp. That would explain a lot I think.

 

Edited by Boeroer
  • Thanks 1

Deadfire Community Patch: Nexus Mods

Link to comment
Share on other sites

the sailor experience after 4 ranks doesn't do anything.

there is like one sailor that has 5 stars to start with, and they are a rare exception. for everyone else, sailor experience doesn't do anything past 4.

 

there's also "crew experience" and that levels up your sailors for boarding fights.

  • Thanks 1
Link to comment
Share on other sites

My biggest complaint since PoE. :(

There's just too much "arkane" knowledge for a normal player to handle. You don't get what's going on without doing a lot of digging and that can be off-putting and frustrating.

If only both games had a system implemented that automatically generated correct and precise tooltips. Currently the mechanics of a lot of abilities are not systemic enough and the resulting tooltips are often too vague or just wrong. Stacking rules: still not clear and so on.

I mean I have no problem with that. I even enjoy that digging. What else would we talk about in this forum if we didn't have all those things to explain to each other? ;) But I imagine the normal player is just annoyed by that.

 

 

  • Like 1

Deadfire Community Patch: Nexus Mods

Link to comment
Share on other sites

Did Josh Sawyer address this problem in his post-mortem for Deadfire? I have only watched parts of it. This is certainly a question where his purchasers have a legitimate cause for complaint; sometimes it is difficult to know what is happening, and sometimes I even wonder whether anyone at Obsidian knows.

Link to comment
Share on other sites

Not really. I think they are not really aware since that complaint is not a very frequent one. At least I didn't hear any of the devs addressing this in detail. I guess other complaints just get more attention because the players bringing them forth are louder.

I also think most devs deem it too unimportant because it's a single player game and it's enough if the average player vaguely knows what's happening. No idea, just speculation.

Edited by Boeroer

Deadfire Community Patch: Nexus Mods

Link to comment
Share on other sites

Yes, most of the number parts are generated. But there are several mechanics that are quite outlandish if you compare them with the "standard" ones that the generation fails to deliver useful information. Disintegrate is an example where the DoT is implemented differently from other DoTs and therefore the original generated number stuff is misleading.
The textual descriptions below are not generated - and I guess those "fixed" parts are kept vague for a reason: since the devs knew that there will be several belancing passes after release they didn't want to be too specific lest they have to update the description every time they changed an ability. THat way they can just tinker a bit with the numbers but leave the time consuming "wordy" parts out. 

I personally would have done a final "tooltip" patch then which would specify all tooltips once I'm sure that not much will change anymore. But maybe that's too expensive.

It would be sufficient if the description was vague but the number part was more detailed and systemic though. 

I mentioned it several times elsewhere: Slay the Spire (roguelike deckbuilder) has a lot of combat mechanics which are very systemic (yet very interesting) - and its generated tooltips are superb and leave no questions unanswered. Very nice example of a tooltip system done right. The tooltips have nearly no flavor text but it wouldn't hurt them - as long as the numbers are explained/displayed very cleary you can add all the text you want imo.   

Edited by Boeroer

Deadfire Community Patch: Nexus Mods

Link to comment
Share on other sites

  • 6 months later...

Kinda late, but Sailor Experience is the exp needed to raise ranks as you can see in the Global.GameDataBundle :

                    "CrewTraitUnlockRequirements": [
                        {
                            "SailorTales"0  = Zero Stars = Unskilled
                        },
                        {
                            "SailorTales"= One Star = Novice
                        },
                        {
                            "SailorTales"10 = Two Stars = Seasoned
                        },
                        {
                            "SailorTales"15 = Three Stars = Expert
                        },
                        {
                            "SailorTales"25 = Four Stars = Master
                        },
                        {
                            "SailorTales"50 = Five Stars = Legendary
                        }
                    ],

I think there's a max number of SailorTales a regular sailor can acquire, because when I reduce these numbers, the regular sailors can reach higher ranks.

Stars have the following effects from the Ships.GameDataBundle file:

Quote
        {
            "$type""Game.GameData.ShipCrewTraitGameData, Assembly-CSharp",
            "DebugName""00_Unskilled",
            "ID""abd4a293-6f64-4fac-9f65-a90f64c18942",
            "Components": [
                {
                    "$type""Game.GameData.ShipCrewTraitComponent, Assembly-CSharp",
                    "TraitName"3323,
                    "Rank"0,
                    "CrewAttributeMultiplier"0.5,
                    "CaptainAdvantageBonus"0,
                    "CaptainActions"3,
                    "SurgeonHealAmount"0.5,
                    "SurgeonRecoveryRateMultiplier"1,
                    "CannoneerEventChance"0,
                    "BoatswainEventRateMultiplier"1,
                    "CookFoodConsumedMultiplier"1,
                    "NavigatorTravelSpeedMult"1,
                    "Icon""gui/images/ingamehud/ships/crew_rank_0.png",
                    "CaptainIcon""gui/icons/gamesystems/crew_rank_1.png"
                }
            ]
        },
        {
            "$type""Game.GameData.ShipCrewTraitGameData, Assembly-CSharp",
            "DebugName""01_Novice",
            "ID""d98a17b5-4656-4d46-80bf-4f5fede7baf2",
            "Components": [
                {
                    "$type""Game.GameData.ShipCrewTraitComponent, Assembly-CSharp",
                    "TraitName"3324,
                    "Rank"1,
                    "CrewAttributeMultiplier"1,
                    "CaptainAdvantageBonus"10,
                    "CaptainActions"3,
                    "SurgeonHealAmount"1,
                    "SurgeonRecoveryRateMultiplier"1.2,
                    "CannoneerEventChance"0,
                    "BoatswainEventRateMultiplier"1.2,
                    "CookFoodConsumedMultiplier"0.9,
                    "NavigatorTravelSpeedMult"1.1,
                    "Icon""gui/images/ingamehud/ships/crew_rank_1.png",
                    "CaptainIcon""gui/icons/gamesystems/crew_rank_2.png"
                }
            ]
        },
        {
            "$type""Game.GameData.ShipCrewTraitGameData, Assembly-CSharp",
            "DebugName""02_Seasoned",
            "ID""a7b2af32-9891-43c3-92e4-885af959d1e8",
            "Components": [
                {
                    "$type""Game.GameData.ShipCrewTraitComponent, Assembly-CSharp",
                    "TraitName"3325,
                    "Rank"2,
                    "CrewAttributeMultiplier"1.5,
                    "CaptainAdvantageBonus"15,
                    "CaptainActions"3,
                    "SurgeonHealAmount"1.5,
                    "SurgeonRecoveryRateMultiplier"1.3,
                    "CannoneerEventChance"0.1,
                    "BoatswainEventRateMultiplier"1.4,
                    "CookFoodConsumedMultiplier"0.75,
                    "NavigatorTravelSpeedMult"1.2,
                    "Icon""gui/images/ingamehud/ships/crew_rank_2.png",
                    "CaptainIcon""gui/icons/gamesystems/crew_rank_3.png"
                }
            ]
        },
        {
            "$type""Game.GameData.ShipCrewTraitGameData, Assembly-CSharp",
            "DebugName""03_Expert",
            "ID""51d8a184-e6f1-4490-9b39-d7503e1f4399",
            "Components": [
                {
                    "$type""Game.GameData.ShipCrewTraitComponent, Assembly-CSharp",
                    "TraitName"3326,
                    "Rank"3,
                    "CrewAttributeMultiplier"2,
                    "CaptainAdvantageBonus"20,
                    "CaptainActions"3,
                    "SurgeonHealAmount"2,
                    "SurgeonRecoveryRateMultiplier"1.4,
                    "CannoneerEventChance"0.15,
                    "BoatswainEventRateMultiplier"1.6,
                    "CookFoodConsumedMultiplier"0.6,
                    "NavigatorTravelSpeedMult"1.3,
                    "Icon""gui/images/ingamehud/ships/crew_rank_3.png",
                    "CaptainIcon""gui/icons/gamesystems/crew_rank_4.png"
                }
            ]
        },
        {
            "$type""Game.GameData.ShipCrewTraitGameData, Assembly-CSharp",
            "DebugName""04_Master",
            "ID""efb8474a-f110-42b6-a435-1de734bb3e0a",
            "Components": [
                {
                    "$type""Game.GameData.ShipCrewTraitComponent, Assembly-CSharp",
                    "TraitName"3327,
                    "Rank"4,
                    "CrewAttributeMultiplier"2.5,
                    "CaptainAdvantageBonus"25,
                    "CaptainActions"3,
                    "SurgeonHealAmount"2.5,
                    "SurgeonRecoveryRateMultiplier"1.5,
                    "CannoneerEventChance"0.2,
                    "BoatswainEventRateMultiplier"1.8,
                    "CookFoodConsumedMultiplier"0.5,
                    "NavigatorTravelSpeedMult"1.4,
                    "Icon""gui/images/ingamehud/ships/crew_rank_4.png",
                    "CaptainIcon""gui/icons/gamesystems/crew_rank_5.png"
                }
            ]
        },
        {
            "$type""Game.GameData.ShipCrewTraitGameData, Assembly-CSharp",
            "DebugName""05_Legendary",
            "ID""3062e7e7-8bdf-4a0f-a864-f469a531a7cc",
            "Components": [
                {
                    "$type""Game.GameData.ShipCrewTraitComponent, Assembly-CSharp",
                    "TraitName"3328,
                    "Rank"5,
                    "CrewAttributeMultiplier"3,
                    "CaptainAdvantageBonus"30,
                    "CaptainActions"3,
                    "SurgeonHealAmount"3,
                    "SurgeonRecoveryRateMultiplier"1.6,
                    "CannoneerEventChance"0.25,
                    "BoatswainEventRateMultiplier"2,
                    "CookFoodConsumedMultiplier"0.25,
                    "NavigatorTravelSpeedMult"1.5,
                    "Icon""gui/images/ingamehud/ships/crew_rank_5.png",
                    "CaptainIcon""gui/icons/gamesystems/crew_rank_6.png"
                }
            ]
        },
        {
            "$type""Game.GameData.ShipCrewTraitGameData, Assembly-CSharp",
            "DebugName""06_Mythic",
            "ID""a9807ab9-0e0b-4250-903c-2092169c3404",
            "Components": [
                {
                    "$type""Game.GameData.ShipCrewTraitComponent, Assembly-CSharp",
                    "TraitName"5214,
                    "Rank"6,
                    "CrewAttributeMultiplier"3.5,
                    "CaptainAdvantageBonus"35,
                    "CaptainActions"3,
                    "SurgeonHealAmount"3.5,
                    "SurgeonRecoveryRateMultiplier"1.7,
                    "CannoneerEventChance"0.3,
                    "BoatswainEventRateMultiplier"2.2,
                    "CookFoodConsumedMultiplier"0.1,
                    "NavigatorTravelSpeedMult"1.6,
                    "Icon""gui/images/ingamehud/ships/crew_rank_5.png",
                    "CaptainIcon""gui/icons/gamesystems/crew_rank_7.png"
                }
            ]
        },

If you check out the icons, it seems something fishy is going on there, too.

Edited by Svartypops
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...